/* homepage styles */
body.start-page {
    background: #b71101;
}
body.start-page, body.start-page * {
    color: #fff;
}
body.start-page #emuseum-logo {
    background-image: url(https://showroom-granby.artsystems.com/internal/media/logodispatcher/logo-home.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body.start-page #emuseum-logo a {
    display: block;
}
body.start-page #emuseum-logo img {
    visibility: hidden;
}
body.start-page footer {
    display: none;
}
footer * {
    font-family: initial;
}
body.start-page .homepage-content-block .image-block-image {
	align-items: center;
    justify-content: center;
    display: grid;
}
body.start-page .homepage-content-block.image-content-block .homepage-block-header  {
    display: none;
}
body.start-page .homepage-content-block.image-content-block {
    margin-bottom:0;
}
body.start-page .homepage-content-block.image-content-block + .text-content-block .homepage-block-header {
    display: none;
}
.homepage-content-block.selection-content-block .homepage-block-header {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.homepage-content-block .homepage-block-header .h3 {
    font-size: 15px;
	letter-spacing: .1em;
}
.homepage-content-block.selection-content-block .emuseum-standard-grid  .emuseum-img-grid .grid-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.emuseum-header-centered .logo-container img {
    max-width: unset;
    max-height: 62px;
}
.emuseum-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
}
.emuseum-header-centered .header-grid .emuseum-nav {
    margin-top: 8px;
}

/* all other pages */
body {
    background: #f5f2e8;
}
body footer,
body footer *{
    font-size: 15px !important;
    text-transform: uppercase;
}
.homepage-content-block .image-block-text {
    line-height: 1.6rem;
}


/* detail page styles */
.z7Field .detailFieldLabel {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.z7Field .detailFieldLabel:after {
    display: none;

}
.contact-page #newsletterSubscriptionForm {
    align-items: unset;
}
body .emuseum-main-wrap .text-wrap {
    text-align: left;
}
.emuseum-main-wrap .list-item .texts-wrap>div:first-of-type {
    font-weight: bold;
}

.start-page .homepage-content-block.text-content-block {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.start-page .homepage-content-block.selection-content-block {
  padding-top: 5px !important;
  margin-top: 0 !important;
}
.filter-items.toggleContent.filter-content-secondaryType {
    display: block !important;
}
.filter-group-toggle.filter-group.filter-secondaryType .filter-header,
.filter-headline,
.filter-wrapper .filter-count,
.results-page.objects-module .emuseum-css-grid.results-grid .filter-wrapper.grid-child {
    display: none !important;
}

.results-page.objects-module  .emuseum-css-grid.results-grid  {
    grid-template-columns: 1fr;
}
.results-page.objects-module .emuseum-css-grid.results-grid .result.item.grid-item.col-lg-4 {
	flex: 0 0 25%;
    max-width: 25%;
}
@media screen and (max-width: 769px) {
    .results-page.objects-module .emuseum-css-grid.results-grid .result.item.grid-item.col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.emuseum-highlight-wrap .emuseum-highlight-section.toggleContent {
    grid-template-columns: 1fr 2fr !important;
    grid-gap: 30px;
}
.emuseum-highlight-wrap .emuseum-highlight-section.toggleContent img {
    max-width: 100%;
}
.filter-wrapper .filter-item .filter-name {
    font-size: 1.1rem;
}
.results-grid-two-column .emuseum-filters .toggleContent {
    max-height: unset !important;
}
/* Force logo to display */
.site-logo img,
.logo img,
header img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

/* Center the logo container */
.site-logo,
.logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
