/*
Theme Name: Sterling Property Management, LLC
Theme URI: http://aios3-staging.agentimage.com/s/sterlingproperty1_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

.header-wrapper #navi li.nav-strong > a,
.fixed-header #fixed-navi li.nav-strong > a {
    font-weight: 700;
    color: #8c0e1d;
}


/* Sub Menu */

#navi {
    font-size: 0;
    text-align: left;
}

#fixed-navi {
    font-size: 0;
    text-align: right;
}

#navi li,
#fixed-navi li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

#navi > li:last-child,
#fixed-navi > li:last-child {
    margin-right: -18px;
}

#navi > li > a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: .7px;
    padding: 0 15px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#fixed-navi > li > a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #dcdcdc;
    letter-spacing: 1px;
    padding: 0 15px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


/*#navi > li:last-child > a,
        #fixed-navi > li:last-child > a {
            padding-right: 0;
        }*/

#navi > li:hover > a,
#fixed-navi > li:hover > a {
    color: #8c0e1d;
}

#navi > li#menu-item-88:hover > a {
    color: #1b1b1b;
}

#fixed-navi > li.menu-item-88:hover > a {
    color: #fff;
}

#navi .sub-menu,
#fixed-navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding-top: 10px;
    position: absolute;
    width: auto;
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
}


/*#fixed-navi .sub-menu {
        padding-top: 42px;
    }*/

#navi .sub-menu a,
#fixed-navi .sub-menu a {
    color: #6a6a6a;
    display: block;
    padding: 8px;
}

#navi .sub-menu .sub-menu,
#fixed-navi .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#navi li:hover > .sub-menu,
#fixed-navi li:hover > .sub-menu {
    display: block;
}

#navi .sub-menu li,
#fixed-navi .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

#navi .sub-menu li:first-child::before,
#fixed-navi .sub-menu li:first-child::before {
    content: '';
    position: absolute;
    top: -6px;
    left: calc(50% - 4px);
    width: 9px;
    height: 6px;
    background: url(images/nav-arrow.png) no-repeat;
}

#navi .sub-menu li:first-child::after {
    content: '';
    position: absolute;
    top: -6px;
    left: calc(50% - 4px);
    width: 9px;
    height: 6px;
    background: url(images/nav-arrow-hover.png) no-repeat;
    opacity: 0;
}

#fixed-navi .sub-menu li:first-child::after {
    content: '';
    position: absolute;
    top: -6px;
    left: calc(50% - 4px);
    width: 9px;
    height: 6px;
    background: url(images/nav-arrow-hover-white.png) no-repeat;
    opacity: 0;
}

#navi .sub-menu li:first-child:hover::before,
#fixed-navi .sub-menu li:first-child:hover::before {
    opacity: 0;
}

#navi .sub-menu li:first-child:hover::after,
#fixed-navi .sub-menu li:first-child:hover::after {
    opacity: 1;
}

#navi .sub-menu li a,
#fixed-navi .sub-menu li a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #8c0e1d;
    text-transform: none;
}

#navi .sub-menu li:hover a {
    background: #141414;
}

#fixed-navi .sub-menu li:hover a {
    color: #141414;
    background: #ffffff;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFF;
    color: #141414;
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

input,
select,
textarea {
    outline: none;
}

.hidden {
    display: none;
}

.slick-slide {
    outline: none;
}

#main-wrapper {
    position: relative;
    overflow: hidden;
}

.aios-mobile-header-wrapper {
    z-index: 1032;
}

.container-relative {
    position: relative;
}


/* HEADER */

.home .header-wrapper {
    position: absolute;
}

.header-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    font-size: 0;
    z-index: 1030;
}

.header-wrapper::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #8f1423;
    pointer-events: none;
}

.logo-holder {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.logo-holder img {
    max-width: 100%;
}

.header-right {
    position: relative;
    width: 100%;
    text-align: right;
}

.header-contacts-nav {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
    /*width: 88.35%;*/
}

.header-contact-details {
    display: block;
}

.header-contact-details span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 21px;
    color: #141414;
}

.header-contact-details span.span-row {
    display: block;
}

.header-contact-details span.span-colored {
    color: #8c0e1d;
}

.header-contact-details span.divider {
    color: #cacaca;
    padding: 0 5px;
}

.header-contact-details span a.fb-link {
    display: inline-block;
    vertical-align: text-bottom;
}

.header-contact-details .fb-link img {
    max-width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-contact-details span a.fb-link:hover img {
    opacity: .7;
}

.nav-wrapper {
    position: relative;
    z-index: 1;
    padding: 15px 0 4px;
}

.header-agent-image {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -15px;
    /*width: 11.65%;*/
    /*min-width: 110px;*/
}

.header-agent-image img {
    max-width: 100%;
}

.header-apply-now {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 30px;
    margin-right: -160px;
}

.header-apply-now img {
    max-width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-apply-now a:hover img {
    opacity: .7;
}


/* FIXED HEADER */

.fixed-header {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 0;
    background: #141414;
    z-index: 1031;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fixed-header.scrolled {
    top: 0;
}

.fixed-logo-holder {
    position: relative;
    text-align: left;
}

.fixed-logo-holder img {
    max-width: 94px;
}

.fixed-nav-wrapper {
    position: relative;
    width: 100%;
    padding: 25px 0px;
}


/*SLIDESHOW */

.slideshow-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
}

.slideshow-holder {
    position: relative;
    width: 100%;
}

.slideshow-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    pointer-events: none;
}


/* CTA */

.cta-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 9.33%;
    font-size: 0;
    z-index: 3;
}

.cta-box {
    width: 100%;
    height: 75px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-box a::after {
    content: '';
    width: calc(100% - 14px);
    height: calc(100% - 12px);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    border: 1px solid #a50101;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-box:hover a::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: url(images/cta-hover-bg-top.png);
    background-position: center center;
    background-size: cover;
}

.home .cta-box:hover {
    -webkit-animation-name: hvr-bounce-float, hvr-bounce;
    animation-name: hvr-bounce-float, hvr-bounce;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.cta-box a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    background: rgba(255, 255, 255, .85);
    background-position: center center;
    border: 1px solid #ffffff;
    margin: -50.25px -50%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.home .cta-box:hover a {
    border-radius: 50%;
    background: url(images/cta-hover-bg-bottom.png) center center;
    background-size: cover;
    border: rgba(255, 255, 255, 0);
    width: 205px;
    height: 205px;
    margin: -115px -27.5%;
}

.cta-box a:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cta-box a span {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #181818;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-box a span > span {
    display: inline-block;
    vertical-align: top;
    color: #8c0e1d;
    padding-left: 5px;
}

.cta-box:hover a span > span {
    padding-left: 0;
}

.cta-box a > span::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 27px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -0;
    background: url(images/cta-hover-icon.png) no-repeat;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.cta-box:hover a > span {
    margin-top: 30px;
}

.cta-box:hover a > span::before {
    top: -40px;
    opacity: 1;
}

.home .cta-box:hover a span {
    font-size: 20px;
    color: #ffffff;
    max-width: 130px;
}


/* NEIGHBORHOODS */

.nbr-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

a.nbr-item {
    position: relative;
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    padding: 25px 30px;
}

.name-Chrome a.nbr-item {
    vertical-align: initial;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.side-nbr a.nbr-item {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

a.nbr-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.nbr-item canvas {
    position: relative;
    width: 100%;
    height: 100%;
}

.nbr-text {
    position: relative;
    width: 100%;
    text-align: left;
    margin: auto auto 0 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nbr-text img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.nbr-text span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .5px;
    padding-left: 10px;
    text-transform: uppercase;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .5);
}

a.nbr-item:hover .nbr-text {
    opacity: 0;
}

.nbr-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    background: rgba(143, 20, 35, .8);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nbr-item:hover .nbr-hover {
    opacity: 1;
}

.nbr-hover-inner-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.nbr-hover-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .87);
    background: url(images/nbr-bg.jpg) center center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}

.nbr-hover-inner::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.nbr-hover-inner span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}


/* WELCOME SECTION */

.welcome-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
    background: url(images/welcome-bg-new.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 170px;
}


/*.welcome-bg-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        text-align: left;
        vertical-align: middle;
    }

        .welcome-bg-text::before {
            content: '';
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

        .welcome-bg-text h1 {
            display: inline-block;
            vertical-align: middle;
            font-family: 'Barlow Semi Condensed', sans-serif;
            font-size: 350px;
            font-weight: 700;
            text-transform: uppercase;
            color: #e1e1e1;
            opacity: .5;
            padding-left: 40px;
        }*/

.welcome-title {
    position: relative;
    max-width: 142px;
    margin: 0 auto 0 100px;
    padding: 105px 0 70px;
    text-align: center;
}

.welcome-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    height: 36%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 76);
}

.welcome-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 25%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 76);
}

.welcome-title-holder {
    position: relative;
    padding-top: 10px;
    /*background: #fff;*/
    z-index: 1;
}

.welcome-title img {
    max-width: 100%;
    margin-bottom: 5px;
}

.welcome-title h1 {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 29px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #870a17;
}

.welcome-title span {
    display: block;
    font-family: 'Great Vibes', cursive;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    color: #870a17;
}

.welcome-title h2 {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 29px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #141414;
    display: none;
}

.welcome-main {
    position: relative;
    width: 57.1%;
    text-align: left;
    /* padding-right: 100px; */
}

.welcome-main p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #141414;
    padding: 13px 0;
}

.welcome-main p a {
    color: #8c0e1d;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.welcome-main p a:hover {
    color: #141414;
}

.welcome-main p a.bold-link {
    font-weight: 600;
}

.welcome-main p span.colored-text {
    color: #8c0e1d;
    font-weight: 600;
}


/* HOMES FOR LEASE */

.hfl-wrapper {
    position: relative;
    width: 100%;
    padding: 280px 0 240px;
    font-size: 0;
    background: url(images/hfl-bg.jpg) center center no-repeat;
    background-size: cover;
    font-size: 0;
}

.hfl-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background: linear-gradient(to left, rgba(255, 255, 255, .8) 10%, rgba(255, 255, 255, 0) 60%);
    -moz-background: linear-gradient(to left, rgba(255, 255, 255, .8) 10%, rgba(255, 255, 255, 0) 60%);
    -ms-background: linear-gradient(to left, rgba(255, 255, 255, .8) 10%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to left, rgba(255, 255, 255, .8) 10%, rgba(255, 255, 255, 0) 60%);
    z-index: 1;
    pointer-events: none;
}

.hfl-text-wrapper {
    position: relative;
    width: 100%;
    text-align: right;
    z-index: 2;
}

.hfl-text-wrapper h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    line-height: 26px;
    color: #141414;
    padding-bottom: 58px;
}

.hfl-text-wrapper h2 span {
    color: #8e0b0b;
}

.hfl-text-wrapper p {
    max-width: 570px;
    margin: 0 0 0 auto;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 30px;
    color: #000000;
}


/* NEWSFEED */

.news-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
    background: url(images/news-bg.png) repeat;
    padding: 80px 0 90px;
}

.news-main-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.news-main-title h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #eeeeee;
    text-transform: uppercase;
}

.news-row {
    position: relative;
}

.news-row div.news-col:nth-child(1) a .news-content-holder {
    border-left: 1px solid #8f8f8f;
}

.news-row div.news-col:nth-child(3) a .news-content-holder {
    border-right: 1px solid #8f8f8f;
}

.news-col {
    position: relative;
}

.news-col:nth-child(2):after {
    content: '';
    position: relative;
    bottom: 1px;
    display: block;
    width: calc( 100% + 60px);
    background: #8f8f8f;
    /*height: 1px;*/
    left: -30px;
}

a.news-item {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.news-icon {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 67px;
}

.news-icon::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: calc(50% - 55px);
    height: 1px;
    background: #8f8f8f;
    z-index: 0;
}

.news-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: calc(50% - 55px);
    height: 1px;
    background: #8f8f8f;
    z-index: 0;
}

.news-col:nth-child(2) .news-icon::before {
    left: -30px;
    width: calc(50% - 25px);
}

.news-col:nth-child(2) .news-icon::after {
    right: -30px;
    width: calc(50% - 25px);
}

.news-icon > div {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.news-icon div.news-hover {
    opacity: 0;
}

a.news-item:hover .news-icon div.news-hover {
    opacity: 1;
}

.news-content-holder {
    margin-top: -34px;
    border-bottom: 1px solid #8f8f8f;
    padding: 0 15px;
}

.news-date {
    position: relative;
    padding: 64px 0 30px;
}

.news-date span {
    display: block;
}

.news-date span.news-date-day {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -.2px;
    color: #ffffff;
}

.news-date span.news-date-my {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.2px;
    color: #ffffff;
    text-transform: uppercase;
}

.news-content {
    position: relative;
    width: 100%;
    padding: 0 50px;
}

.news-title {
    position: relative;
}

.news-title span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -.2px;
    color: #ffffff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.news-title span:hover {
    color: #8f1423;
}

.news-excerpt {
    position: relative;
    padding: 30px 0;
}

.news-excerpt p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -.3px;
    color: #ffffff;
}

.news-more {
    position: relative;
    padding-bottom: 65px;
}

.news-more span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: -.2px;
    color: #a3a3a3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.news-more span:hover {
    color: #8f1423;
}

.news-read-all {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
    z-index: 3;
}

.news-read-all a {
    display: block;
    width: 243px;
    height: 40px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 30px;
    background: #8c0e1d;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .8px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.news-read-all a:hover {
    background: #ffffff;
    color: #8c0e1d;
}


/* FOOTER */

.footer-wrapper {
    position: relative;
    width: 100%;
    background: #8f1423;
    padding: 58px 0 68px;
    text-align: center;
    font-size: 0;
}

.footer-logo-links {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #b13a49;
}

.footer-logo-links a {
    display: inline-block;
    vertical-align: middle;
}

.footer-logo-links a img {
    max-width: 100%: ;
    /*-webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -ms-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;*/
}

.footer-logo-links a:hover img {
    opacity: .6;
}

.footer-logo-links .divider {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 21px;
    margin: 0 25px;
    position: relative;
}

.footer-logo-links .divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b13a49;
}

.footer-navs {
    position: relative;
    padding-top: 30px;
}

.footer-navs a:hover {
    opacity: .6;
}

.footer-navs li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.footer-navs li:first-child {
    padding-left: 0;
}

.footer-navs li:last-child {
    padding-right: 0;
}

.footer-navs li::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #b13a49;
}

.footer-navs li:last-child::after {
    display: none;
}

.footer-navs li a {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .65px;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-copyright {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #ffffff;
    padding-top: 6px;
}

.footer-copyright a:hover {
    opacity: .6;
}

.footer-realtor-logos {
    width: 100%;
    position: relative;
    padding-top: 23px;
}

.footer-realtor-logos span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ebcb6b;
    padding: 0 2.5px;
}

.footer-realtor-logos span:first-child,
.footer-realtor-logos span:last-child {
    font-size: 18px;
}

.news-wrapper > .container {
    padding: 0 30px;
}

.col-md-4.news-col {
    padding: 0px;
}

.welcome-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.welcome-stats {
    width: 38.5%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.welcome-stats .stats-item {
    width: calc(100% / 2 - 12.4px);
    background: rgba(0, 0, 0, 75%);
    height: 190px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-stats .stats-item h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}

.welcome-stats .stats-item p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.welcome-stats .stats-item:nth-child(even) {
    position: relative;
    top: 45px;
}


/* Bounce Effect */

@-webkit-keyframes hvr-bounce {
    0% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}

@keyframes hvr-bounce {
    0% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}

@-webkit-keyframes hvr-bounce-float {
    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}

@keyframes hvr-bounce-float {
    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 72.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 25.83%;
    margin-top: 20px;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style post/page main headings (h1) */

#content .entry-title {}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


/* SIDEBAR - QUICK SEARCH */

.side-qs-wrapper {
    width: 100%;
    border: 1px solid #afafaf;
    position: relative;
    padding: 15px;
    font-size: 0;
    z-index: 1;
}

.side-qs-label {
    width: 100%;
    position: relative;
    text-align: center;
}

.side-qs-label span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    color: #1d1d1d;
}

.form-holder {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.side-qs-wrapper form {
    width: 100%;
    display: inline-block;
}

.side-qs-large {
    width: 100%;
    margin: 1px 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.side-qs-small {
    width: 50%;
    padding: 0 1px;
    margin: 1px 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.side-qs-beds,
.side-qs-min {
    padding-left: 0;
}

.side-qs-baths,
.side-qs-max {
    padding-right: 0;
}

.side-qs-large select,
.side-qs-small select {
    width: 100%;
    height: 36px;
    border: 1px solid #afafaf;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d1d1d;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.side-qs-large input,
.side-qs-small input {
    width: 100%;
    height: 36px;
    border: 1px solid #afafaf;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d1d1d;
    outline: none;
}

.side-qs-large select::-ms-expand,
.side-qs-small select::-ms-expand {
    display: none;
}

.search-holder {
    width: 100%;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #afafaf;
}

.side-qs-search {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 10px;
}

.side-qs-search input {
    width: 100%;
    height: 36px;
    background: #141414;
    padding: 6px 0;
    border: 1px solid #141414;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.side-qs-search input:hover {
    background: transparent;
    color: #1d1d1d;
}

.side-qs-advanced {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
}

.side-qs-advanced a {
    display: block;
    width: 100%;
    height: 36px;
    background: #8f1423;
    padding: 6px 0;
    border: 1px solid #8f1423;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.side-qs-advanced a:hover {
    background: transparent;
    color: #1d1d1d;
}


/* SIDEBAR - LINK */

.side-link {
    position: relative;
    width: 100%;
    background: #8f1423;
    text-align: center;
    padding: 15px;
    font-size: 0;
}

.side-link a img {
    max-width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.side-link a:hover img {
    opacity: .6;
}


/* SIDEBAR - NEIGHBORHOODS */

.side-nbr {
    position: relative;
    width: 100%;
    font-size: 0;
}

.side-nbr a.nbr-item {
    width: 100%;
    padding: 0;
}

.side-nbr .nbr-hover {
    opacity: 1;
    position: relative;
    padding: 0;
    margin: 5px 0 0;
}

.side-nbr .nbr-hover-inner {
    position: relative;
    text-align: left;
    padding-left: 50px;
}

.side-nbr .nbr-hover-inner span {
    margin-left: 10px;
}

.side-nbr .nbr-hover-inner:hover {
    background: #8f1423;
}

.side-nbr a.nbr-item::before {
    background-color: #ffffff;
}

.amh-navigation .amh-menu li a {
    color: #141414;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #8f1423;
}

.amh-navigation .amh-menu li ul {
    background: #141414;
}

.amh-navigation .amh-menu li ul a {
    color: #fff;
}


/* APPLY NOW FORM */

.apply_now_form {
    max-width: 360px;
    font-size: 0;
}

.apply_field {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.apply_now_form .apply_field input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    color: #141414;
    font-size: 14px;
    border: 1px solid #141414;
    outline: none;
}

.apply_now_form input[type="submit"] {
    width: 100%;
    max-width: 130px;
    min-width: 0px;
    padding: 5px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    background-color: #8f1423;
    border-radius: .3em;
    border: 1px solid #8f1423;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.apply_now_form input[type="submit"]:hover {
    background-color: #fff;
    color: #8f1423;
}

.apply_now_form .apply_checkbox {
    margin-top: 20px;
    font-size: 14px;
}

.apply_now_form .apply_checkbox input {
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    margin-top: 5px;
}

.apply_now_form span.wpcf7-list-item {
    margin: 0;
}

.apply_now_form .wpcf7-form-control-wrap {
    display: block;
}

.apply_now_form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.apply_now_form div.wpcf7-response-output {
    font-size: 13px;
    text-align: center;
}

.blog-container {
    border-top: dotted 1px;
    padding-top: 16px;
}

.img-container img {
    width: 480px!important;
}

.apply_now_sign,
.apply_now_date {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #000000;
    text-align: center;
}


/** IHF Styles **/

#content .listing-details-wrap .photo-slideshow .photo-list {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.pop-gallery-wrap .pop-gallery .photo-list {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.aios-listings-search-form .control {
    float: none;
}

img[src^="//insight.adsrvr.org/"] {
    display: none !important;
}

.page-id-53 .entry.entry-content a:hover,
.page-id-61 .entry.entry-content a:hover,
.page-id-62 .entry.entry-content a:hover,
.page-id-110 .entry.entry-content a:hover {
    color: #8f1423;
}

.category-25 .blog-container a:hover {
    color: #8f1423 !important;
}

.category-25 .blog-container a:hover img {
    opacity: .7;
}

#IDX-resultsPagerTop {
    float: none;
}

#IDX-resultsPagerTop ul {
    margin: 0;
}

.postid-2489 #inner-page-wrapper {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.postid-2489 #inner-page-wrapper strong > span {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    text-align: center;
}

.financing-table {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.financing-table table {
    width: 100%;
}

.financing-table td {
    padding: 6px 10px !important;
    text-align: left;
}

.financing-table td a {
    word-break: break-all;
}

.page-id-19 .entry.entry-content a:hover {
    color: #8f1423 !important;
}

.aios-listings-search-intro + .aios-listings-search-form h3 + div + div + div + div {
    width: 66.2%;
}

#content .listing-details-wrap .photo-slideshow .slick-prev,
#content .listing-details-wrap .photo-slideshow .slick-next {
    width: 28px;
    height: 104px;
    padding: 0;
    top: calc(50% - 30px);
}

.pop-container {
    top: 0;
}

.list-wrapper {
    margin-bottom: 30px;
}

.grid .prop-det .prop-price {
    min-height: 90px;
}

.aios-roadmaps.no-border a.aios-roadmap-link span.aios-roadmap-icon {
    width: 75px !important;
}

.context-email a:hover {
    color: #8f1423 !important;
}

a.listing-item:hover {
    color: #8f1423 !important;
}

a.listing-item:hover img {
    opacity: .7;
}

.IDX-showcaseCell a:hover img {
    opacity: .7;
}

.listing-details-wrap .pager a:hover {
    color: #8f1423 !important;
}

.listing-details-wrap .property-add-type a:hover {
    color: #8f1423 !important;
}

#content .listing-details-wrap .property-details .details-list .det-specs span {
    vertical-align: middle !important;
}

.popup-wrap-schedule .schedule-showing .m-form input[type="submit"]:hover,
.popup-wrap-request .request-more-info .m-form input[type="submit"]:hover {
    background: #8f1423 !important;
}

#content .property-description .property-det p {
    font-weight: 400 !important;
}

.aiosp-wrap .aiosp-ref-\#rental-application .aios-popup-body {
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    padding: 40px;
}

.ra-form h2 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #181818;
    text-transform: uppercase;
    vertical-align: middle;
    display: block;
    z-index: 1;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

header.header-wrapper > .container > .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder {
    position: relative;
}

.image-holder canvas {
    display: block;
    height: 100%;
    width: 100%;
}

.image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.section-title h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: clamp(24px, 2.5vw, 40px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    line-height: 26px;
    color: #141414;
    /* padding-bottom: 58px; */
    padding-top: 60px;
}

.section-title h2 span {
    color: #8c0e1d;
}

.section-title {
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 58px;
}

.fl-item {
    width: calc(100% / 2);
    width: 100%;
    padding: 2px;
    margin-bottom: -1px;
}

.featured-listing-section {
    margin-left: -2px;
    margin-right: -2px;
}


/* .fl-slider {
    display: flex;
    flex-flow: row wrap;
} */

.fl-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.fl-info {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 75%);
    width: 25.25vw;
    max-width: 404px;
    min-width: 360px;
    padding-top: 36px;
    padding-bottom: 26px;
}

h2.fl-price {
    color: #fff;
    font-size: clamp(20px, 1.875vw, 30px);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}

p.fl-address {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 100;
    text-align: center;
    line-height: 1.2;
    /* margin-bottom: 26px; */
}

.fl-bathsbedssqft {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.3s ease-in-out;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.flbbs-item i {
    color: #fff;
    margin-right: 7px;
    font-size: 16px;
}

.flbbs-item span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.flbbs-item {
    margin: 0 16px;
}

.flbbs-item:first-child {
    margin-left: 0;
}

.flbbs-item:last-child {
    margin-right: 0;
}

span.vd-button {
    width: 100%;
    max-width: 175px;
    height: 48px;
    background: #8f1423;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    transition: all 0.3s ease-in-out;
    height: 0;
    opacity: 0;
}

.fl-item a:hover .fl-bathsbedssqft {
    height: 17px;
    opacity: 1;
    margin-bottom: 28px;
    margin-top: 26px;
}

.fl-item a:hover .vd-button {
    height: 48px;
    opacity: 1;
}

.fl-item a .image-holder img {
    transition: all 0.3s ease-in-out;
}

.fl-item a:hover .image-holder img {
    filter: grayscale(1);
}

.section-title p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 16px;
}

.inquire {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 25.874999999999vw;
    background: #8f1423;
    z-index: 9999;
    min-width: 360px;
    padding-left: 3.624999999vw;
    padding-right: 3.624999999vw;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
}

.inquire.active {
    transform: translateX(0);
}

a.inquire-button .ai-font-arrow {
    height: 17px;
    width: 10px;
    background-image: url(/wp-content/themes/sterlingproperty1.com_new/images/arrow-down.png);
    transform: rotate(90deg);
}

.inquire-field > span > input {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.inquire-form {
    position: relative;
    width: 100%;
}

.inquire-field {
    width: 100%;
    margin-bottom: 5px; 
    color: #fff;
}

a.inquire-button {
    position: absolute;
    left: -44px;
    top: 50%;
    background: #8f1423;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.15em;
    height: 45px;
    display: flex;
    align-items: center;
    width: 170px;
    transform-origin: 0 0;
    transform: rotate(-90deg) translateX(-50%);
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.inquire-field.message textarea {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
    height: 75px;
    width: 100%;
    border-bottom: 1px solid #fff;
    resize: none;
    padding-top: 14px;
}

.inquire-field.interested .span.interested-label {
    width: 100%;
    display: block;
}

span.interested-label {}

.inquire-field.interested .interested-label {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.07em;
    margin-top: 38px;
    margin-bottom: 18px;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item {
    margin-left: 18px;
    margin-bottom: 16px;
}

span.wpcf7-form-control-wrap.ImInterestedIN {}

div#wpcf7-f164460-o2 {
    width: 100%;
}

.inquire .wpcf7 {
    width: 100%;
    height: auto;
    display: block;
}

.inquire div.wpcf7-response-output {
   color: #fff;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item > label {
    display: flex;
    align-items: center;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item > label > span {
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item:first-child {
    margin-left: 0;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item:last-child {
    margin-left: 0;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item:nth-child(4) {
    margin-right: 18px;
    margin-left: 0;
}

span.wpcf7-form-control-wrap.ImInterestedIN span.wpcf7-list-item:nth-child(3) {
    margin-right: 0;
}

.inquire-field.sendbutton {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquire-field.sendbutton input {
    width: 100%;
    max-width: 200px;
    height: 37px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border: 0;
    font-size: 14px;
    color: #8f1423;
    font-weight: 400;
    letter-spacing: 0.07em;
    transition: all 0.3s ease-in-out;
}

a.inquire-button:hover {
    background: #b71f32;
}

.inquire-field.sendbutton:hover input {
    background: #b71f32;
    color: #fff;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#Maintenance-Request .aios-popup-body {
    width: 100%;
    max-width: 712px;
    padding: 0;
    min-height: 447px;
    padding-top: max(40px, 3.75vw);
    padding-bottom: max(40px, 3.75vw);
}

div#Maintenance-Request {
    width: 100%;
    /* max-width: 490px; */
    margin: 0px auto;
}

div#Maintenance-Request h2 {
    font-size: clamp(24px, 2.5vw, 40px);
    font-weight: 600;
    text-align: center;
    margin-bottom: clamp(40px, 4vw, 64px);
    letter-spacing: 0.15em;
}

.mr-field.mr-field-s {
    width: calc(100% / 2 - 10px);
}

.mr-field input {
    width: 100%;
    padding-bottom: 13px;
    padding-top: 13px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 14px;
    color: #707070;
    letter-spacing: 0.07em;
    /* background: #8f1423; */
}

.mr-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.mr-field.mr-field-f {
    width: 100%;
}

.mr-field {
    margin-bottom: 16px;
}

div#Maintenance-Request form {
    width: 100%;
    max-width: 490px;
    margin: 0px auto;
}

div#Maintenance-Request h2 span {
    color: #8e0b0b;
}

.mr-field.sendbutton {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    /* background: #8f1423; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
    margin-top: 36px;
}

.mr-field.sendbutton input {
    background: #8f1423;
    color: #fff;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.mr-field.sendbutton input:hover {
    background: #b71f32;
}

a.inquire-button .ai-font-arrow-b {
    background-image: url(/wp-content/themes/sterlingproperty1.com_new/images/arrow-down.png);
    width: 10px;
    height: 17px;
    transform: rotate(90deg);
    transform-origin: 12px 17px;
}

html .pop-gallery-wrap .pop-gallery {
    width: 84%;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.cta-wrapper .container {
    
}
.cta-wrapper .row {
    margin: 0 -5px !important;
}

.cta-wrapper .row .col-md-3 {
    padding: 0 5px !important;
}

.cta-qs {
    display: flex;
    background: rgba(255, 255, 255, .85);
    border: 1px solid #ffffff;
    padding: 8px;
    height: 75px;
    margin: -13px 0 0;
}

.cta-qs input {
    display: block;
    flex-grow: 1;
    height: 100%;
    background: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.075em;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
}

.cta-qs input::placeholder {
    color: #a2a2a2;
}

.cta-qs button {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 100%;
    background: #8f1423;
    border: none;
    font-size: 18px;
    color: #fff;
    padding: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-qs button:hover {
    background: #b71f32;
}

form#custom-quick-search {
    display: flex;
}