@media (max-width: 768px) {
section.section-above-navbar {
    padding-bottom: 0 !important;
}

    li.realtor_phone.AGENT_ONE_PHONE-wrapper a,
    li.realtor_mobile.AGENT_ONE_MOBILE-wrapper a {
        font-size: 2rem !important;
        line-height: 1.1;
    }

    li.realtor_email.AGENT_ONE_EMAIL-wrapper a {
        font-size: 1.2rem !important;
        line-height: 1.3;
        overflow-wrap: break-word;
    }

}


.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} 

:root {
    --primary-color: #3A3B3F;
    --accent-color: #052735;
    --txt-color: #002349;
    --bg-color: #fff;
    --white: #ffffff;
    --black: #000000;
    --accent-bg-color: rgba(46, 211, 174);
    --light1-bg-color: rgb(248, 248, 248);
    --gray-bg-color: rgb(33, 33, 34);
    --dark1-bg-color: rgb(25, 25, 26);
    --main-font: "Playfair Display", serif;
    --alt-font: "Lato", sans-serif;
    --green-style: #407a52;
    --orange-styles: #e08a1e;
    --purple-styles: #875f9a;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

html, body {
    font-size: 10px;
    font-family: var(--alt-font);
}

header .-default #logo ._navbar-logo > img {
    max-width: 120px;
    width: 100%;
}

header .-default .header-meta .contact-details li span {
    min-width: 70px;
    display: inline-block;
    display: none;
}

li.realtor_phone.AGENT_ONE_PHONE-wrapper a, li.realtor_mobile.AGENT_ONE_MOBILE-wrapper a {
    font-size: 2em;
    line-height: 1;
}

li.realtor_email.AGENT_ONE_EMAIL-wrapper a {
    font-size: 1.37em;
    line-height: 1;
}

section.section-above-navbar {
    padding-bottom: 50px;
}

header .-default .section-navbar {
    min-height: 50px;
    background: #EEEEEE;
}

header .-default #section_main_menu {
    text-align: center;
    padding: 0;
}



div#id_inset_group1 {
    background: #F2F2F2;
}

.-spotlight3.render-spotlight .col-sm-8 {
    text-align: center;
}


.featured-listing-title h2 {
    color: #949699;
    text-align: center;
}

[data-widget-type=search_board_listings] {
    background: #F3F3F3;
}

[data-widget-type=search_board_listings] .-search-board-wrap .sidebar-title {
    color: #949699;
    text-align: center;
}

footer {
    margin-top: 30px;
    background: #333333;
}



/*CTA Section*/
.cta-neighbourhood-section .first-row {
  margin-bottom: 30px;
  margin-top: 100px;
}
.cta-neighbourhood-section .second-row {
  margin-bottom: 60px;
}
.cta-neighbourhood-section .cta-item {
  overflow: hidden;
}
.cta-neighbourhood-section .cta-item  .innerDiv {
  max-width: 360px;
  position: relative;
}
.cta-neighbourhood-section .cta-item .cta-img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -15;
}
.cta-neighbourhood-section .cta-item .innerDiv:after {
  background: rgba(114, 181, 204, 0.5);
  content: '';
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 360px;
  position: absolute;
  right: 0;  
  top: 0;
  width: 100%;
  z-index: -1;
}
.cta-neighbourhood-section .cta-item .innerDiv {
    height: 150px;
}
.cta-neighbourhood-section .cta-item a {
    color: #fbf7f7;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-style: italic;
    padding: 50px 0;
    text-decoration: none;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.cta-neighbourhood-section .cta-item:hover .innerDiv:after{
  background: none;
  transition: all 1s ease-in-out;
}
.cta-neighbourhood-section .cta-item .innerDiv.west-vancouver {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/53601.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.cta-neighbourhood-section .cta-item .innerDiv.north-vancouver {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/45818.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.cta-neighbourhood-section .cta-item .innerDiv.squamish  {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/45820.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.cta-neighbourhood-section .cta-item .innerDiv.whistler {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/45822.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.cta-neighbourhood-section .cta-item .innerDiv.vancouver {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/53599.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.cta-neighbourhood-section .cta-item .innerDiv.burnaby {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/53602.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.cta-neighbourhood-section .cta-item .innerDiv.richmond {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/pollyreitze.ourubertor.com/content/image/45819.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}

/*Search Listing board*/
.new-search-property {
  display: none;
}
.home .new-search-property {
  background: #f3f3f3;
  display: block;
  padding: 40px 0;
}
.home .new-search-property .sidebar-title {
  background: none;
  color: #949699;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.home .new-search-property .sidebar-title:after {
  background: #724b1e;
  content: '';
  display: block;
  height: 7px;
  margin: 15px auto;
  max-width: 91px;
}
.search_board_listings {
  background: #f3f3f3;
}
.search_board_listings .btn-default, .btn-success {
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
  text-transform: initial;
}
.search_board_listings .submit-btn {
  background: #3a3b3f;
  color: #fff;
}



.alisting-img .uber-badge, #grid .preview-thumb, #table .img-thumb .uber-badge {
    position: initial;
    left: 30px;
    top: 15px;
    padding: 0;
    border-radius: 0;
} 

.afc-listings #grid .preview-thumb .price {
    background: #f8f8f8;
    color: var(--primary-color);
    padding: 15px;
    text-align: center;
    margin: 0;
    font-size: 2em;
}

.afc-listings #grid .preview-thumb p.al a {
    background: #f8f8f8;
    color: var(--primary-color);
    font-size: 1em;
    line-height: 1;
    padding: 10px;
    display: block;
    text-align: center;
    transition: background 0.5s ease;
}

.afc-listings #grid .summary .info li {
    list-style: none;
    display: inline-block;
    color: var(--white);
    padding: 5px;
    font-family: var(--main-font);
    font-size: 0.8em;
}

.afc-listings #grid .summary .description {
    padding: 20px 20px;
    text-align: left;
    background: #f8f8f8;
    color: var(--primary-color);
    font-size: 1em;
}

.afc-listings #grid .summary .listing_provided_by {
    font-size: 1em;
}

#static-banner:before {
    content: “”;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
}