:root {
    --ss-color-48548: #b32929;
    --ss-color-48549: #1369a6;
    --ss-color-48548-dark: #9a1010;
    --ss-color-48549-dark: #00508d;
}


.site-container {
    font-family: 'Work Sans', sans-serif;
}

.primary-navigation,
.location-quick-links {
    font-family: 'Domine', serif;
}

.primary-navigation .page-listing li {
  font-size: 16px;
}

.post--title,
.post-column_set .column--title,
.post-item_list .item--title,
.post-gallery .gallery-photo--title,
.post-menu .item--name,
.post-pricing_table .plan--title,
.location-title,
.footer-container .about-title,
.social-icons__title {
    font-family: 'Questrial', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 31px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

body:before {
    background-image: url(../../../assets/graber-images/gallery/graber-cellular-shades-landscape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Keep homepage product tiles uniform even when source photos have tall aspect ratios. */
#post_11013858 .photo--inner-wrapper {
  aspect-ratio: 3 / 2;
  display: block;
  overflow: hidden;
}
#post_11013858 .photo--inner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Match Email and WhatsApp icon sizing in the homepage Get in Touch CTA. */
#post_11057394 .network__icon-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#post_11057394 .fas,
#post_11057394 .fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23.94px;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
#post_11057394 .fa-envelope {
  transform: scale(1.18);
}
@media (min-width: 480px) {
  #post_11057394.icon-size--large .fas,
  #post_11057394.icon-size--large .fab {
    font-size: 36.48px;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}
@media (min-width: 960px) {
  #post_11057394.icon-size--large .fas,
  #post_11057394.icon-size--large .fab {
    font-size: 49.02px;
    width: 86px;
    height: 86px;
    line-height: 86px;
  }
}


/* Your Blinds logo fit override */
.primary-header.header-style-logo-text .branding {
  min-height: 118px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.primary-header.header-style-logo-text .branding:before {
  min-height: 118px;
}
.primary-header.header-style-logo-text .branding .logo {
  width: auto !important;
  max-width: 190px !important;
  margin-right: 0;
}
.primary-header.header-style-logo-text .branding .logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 112px;
  object-fit: contain;
}
@media (min-width: 968px) {
  .primary-header.layout-inline_nav .branding {
    width: 220px;
  }
  .primary-header.header-style-logo-text .branding .logo {
    max-width: 180px !important;
  }
}
@media (max-width: 967px) {
  .primary-header.header-style-logo-text .branding {
    min-height: 132px;
  }
  .primary-header.header-style-logo-text .branding:before {
    min-height: 132px;
  }
  .primary-header.header-style-logo-text .branding .logo img {
    max-height: 126px;
    margin-left: auto;
    margin-right: auto;
  }
}
