/* Front page */
.path-view-frontpage .views-field-title a {
    font-weight: bold !important;
}

.path-view-frontpage .views-field-field-commentary p {
   line-height: 1.5em !important;
}

/* Floats are wrong on the page, though right in Views preview *./

.view-photo-grid .view-filters div.form-item {
   display: inline-block !important;
   vertical-align: top !important;
   color: red !important;
}

/* suppress sidebar on grid page */

.path-view-photo-grid #sidebar-box-second {
  display: none;
}

.path-view-photo-grid #sidebar-box-main {
  width: var(--solo-width);
}


/* whitespace between image blocks */
.path-view-frontpage .views-field-field-image {
   margin-top: 2em;
}
/* close up title and commentary */
.path-view-frontpage .views-field-title {
  margin-top: 1em;
   line-height: 1em;
}

.path-view-frontpage .views-field-field-commentary {
  margin-top: 1em;
   line-height: 1em;
}

