/*
Theme Name: mountainleisureteam.com
Theme URI: http://aios3-staging.agentimage.com/m/mountainleisureteam.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.1
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
 *
 *******************************************************/


/* Sub Menu */
#nav li {
	position:relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0 auto;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    left: -100%;
    right: -100%;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    background: #b2b2b2;
    margin: 0 0 3px;
}

nav.navigation #nav .sub-menu li a{
    color: #111111;
    font-weight: 400;
}

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

/* Global */

@font-face {
    font-family: southern-aire;
    src: url(fonts/southernaire.woff);
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	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; */
}

body *:focus{
    outline: 0;
}

span.hidden-element {
    display: none;
}

i.icon{
    font-style: normal !important;
}


.inline-v{
    display: inline-block;
    vertical-align: middle;
}

p{
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.5em;
    font-weight: 300;
}

.clear{
    display: block;
    clear: both;
}




/*HEADER*/
.mobile-header-logo {
    text-align: center;
    background: #121616;
    margin-top: 52px;
    padding: 30px;
    display: none;
}
    .mobile-header-logo img{
        max-width: 100%;
        filter: brightness(0) invert(1);
    }
    
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    padding: 25px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
    header.header.scrolled {
        background: #121616;
        padding: 8px 0;
    }

    .logo img{
        max-height: 150px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;

        filter: brightness(0) invert(1);
    }

    .scrolled .logo img{
        max-height: 80px;
		width: auto;
    }

    .header-right{
        text-align: right;
        color: #fff;
        font-size: 0;
        padding: 54.5px 0;
    }
        .scrolled .header-right {
            padding: 31px 0;
        }
        .header-contact {
            padding-right: 20px;
        }
        .header-contact .inline-v {
            padding: 0 20px;
            border-right: 1px solid rgba(255, 255, 255, .5);
            line-height: 1;
            font-size: 15px;
        }

            .header-right .phone{
                font-weight: 700;
            }
            .header-right .email .icon.ai-font-envelope{
                font-size: 13px;
            }
            .header-right a{
                color: #fff;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

            .header-right a:hover {
                color: #fff799;
            }

            .header-contact .header-sm ul.social-media {
                margin: 0 -10px;
            }

            .social-media li{
                display: inline-block;
                vertical-align: middle;
                font-size: 0;
                padding: 0 10px;
            }
                .social-media li a{
                    font-size: 15px;
                    text-decoration: none;
                    color: #fff;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                }
                .social-media li a:hover {
                    color: #fff799;
                }

    .nav-burger{
        width: 20px;
        cursor: pointer;
    }
        .nav-burger span{
            display: inline-block;
            height: 3px;
            width: 100%;
            background: #fff;
            margin: 1.5px 0;
            text-align: right;
        }
        .nav-burger span.top{
            width: 80%;
        }
        .slide-in-navigation {
            position: fixed;
            top: 0;
            right: -620px;
            width: 100%;
            max-width: 620px;
            height: 100vh;
            background: #111111;
            z-index: 999;
            text-align: center;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
        }
        .slide-in-navigation.open{
            right: 0;
        }
        .slide-in-navigation.closed{
            right: -620px;
        }
            .close-btn {
                position: absolute;
                top: 20px;
                left: 20px;
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                z-index: 99;
                cursor: pointer;
            }
            nav.navigation ul#nav {
                display: inline-block;
                margin-top: 65px;
            }
                nav.navigation #nav li{
                    position: relative;
                }
                nav.navigation #nav > li{
                    padding: 10px 0;
                }
                nav.navigation #nav > li.menu-home {
                    display: none;
                }
                nav.navigation #nav li a {
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 20px;
                    font-weight: 300;
                    text-decoration: none;
                }
                    nav.navigation #nav > li:hover > a{
                        color: #fff799;
                        font-weight: 700;
                    }
                    nav.navigation #nav .sub-menu li:hover a{
                        font-weight: 700;
                    }
            .slide-nav-contact {
                color: #fff;
                font-size: 15px;
                font-weight: 300;
                margin-top: 150px;
            }
                .slide-nav-contact .company-name{
                    text-transform: uppercase;
                    font-weight: 700;
                    color: #fff799;
                }
                .slide-nav-contact .snc-col {
                    padding: 6px 0;
                }

                .snc-col.email a{
                    color: #fff;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    transition: all .5s ease;
                }
                    .snc-col.email a:hover {
                        color: #fff799;
                    }

/*SLIDER*/
.slider-container {
    position: relative;
}
.tagline-container {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    z-index: 9;
}

/*CTA*/
.cta-section-hp {
    position: absolute;
    width: 100%;
    bottom: 36px;
    left: 0;
    z-index: 9;
}
    .cta-box a{
        text-decoration: none;
    }
    .cta-holder {
        text-align: center;
        height: 68px;
        background: rgba(255, 255, 255, .85);
        font-size: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
        .cta-holder::before{
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%;
        }
        .cta-holder .cta-name{
            display: inline-block;
            vertical-align: middle;
            font-size: 19px;
            font-weight: 700;
            color: #000000;
            text-transform: uppercase;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        .cta-box a:hover .cta-holder{
            background: #1f302a;
        }

        .cta-box a:hover .cta-holder .cta-name{
            color: #fff;
        }

    .broker-logo-container{
        text-align: right;
        padding: 12px 0 0;
    }

/*QUICK SEARCH*/
.quick-search-section-hp {
    padding: 45px 0;
}
.qs-wrapper label {
    display: none;
}

.qs-wrapper{
    font-size: 0;
}

.qshp .qs-title {
    display: inline-block;
    vertical-align: middle;
    width: 11%;
}
.qshp .qs-options {
    display: inline-block;
    vertical-align: middle;
    width: 89%;
}

    .qs-title h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: #1f302a;
    }
    .qs-options::after{
        content: "";
        display: block;
        clear: both;
    }
    .qs-options .qs-select{
        float: left;
        padding: 2px;
    }
        .qshp .qs-options .qs-select.full {
            width: 28%;
        }
        .qshp .qs-options .qs-select.half {
            width: 14%;
        }
        .qs-select select,
        .qs-select input {
            font-size: 12px;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            outline: 0;
            border-radius: 0;
            background: #e2e2e2;
            height: 32px;
            /*text-indent: 8px;*/
            padding: 0 8px;
            color: #7d7d7d;
        }
    .qs-options .qs-btn{
        float: left;
        padding: 2px;
        padding-right: 0;
    }
    .qshp .qs-options .qs-btn {
        width: 15%;
        position: relative;
        top: -12px;
    }
        .qs-btn input{
            font-size: 15px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            background: #1f302a;
            color: #fff;
            text-align: center;
            width: 100%;
            height: 32px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            outline: 0;
            border-radius: 0;
            text-transform: uppercase;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }
            .qs-btn input:hover {
                background: #3e534b;
            }
    .qshp-mobile {
        display: none;
    }

/*COMMUNITY*/

.community-section-hp{
    background-image: url(images/community-bg.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
}
.fc-title{
    font-family: southern-aire;
    font-size: 70px;
    color: #166603;
    text-align: center;
    line-height: 1.09;
}
.community-holder{
    position: relative;
}
.community-container .row {
    margin: 0 -10px;
}
    .community-container .col-sm-6 {
        padding: 10px;
    }
    .community-name{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 8;
        text-align: center;
        font-size: 0;
    }
        .community-name::before{
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%;
        }
        .community-name span{
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            color: #fff;
            font-weight: 700;
            text-shadow: 0px 0px 5px #000;
        }]
    .community-image{
        position: relative;
    }
    .community-image img{
        width: 100%;
    }
        .community-image::before{
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(31, 48, 42, .8);
            opacity: 0;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
            transition: all 0.4s;
        }
        .comm-box a:hover .community-image::before{
            opacity: 1;
        }

/*WELCOME*/

.welcome-section-hp {
    position: absolute;
    top: 35px;
    left: -5px;
    border: 1px solid #1f302a;
    padding: 20px;
    background: transparent;
    width: 100%;
    max-width: 460px;
}
    .welcome-inner{
        background: #1f302a;
        color: #fff;
        padding: 25px;
        font-size: 14px;
    }
    .welcome-section-hp h4{
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }
    .welcome-section-hp p{
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
    }

/*COMPANY INFO SECTION*/
.company-info-section {
    padding: 45px 0;
}

.agents-photo{
    position: relative;
    text-align: center;
}
    .agents-photo img{
        width: 100%;
    }
    .company-info {
        padding: 40px 0;
    }
    .company-image img{
        max-width: 100%;
    }
    .company-contact-details {
        font-size: 14px;
    }
    .company-contact-details .cc-col{
        padding: 8px 0;
    }

    .cc-col.email a{
        color: #808080;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .cc-col.email a:hover{
        color: #1f302a;
    }

    .company-contact-details .cc-col i.icon,
    .company-contact-details .cc-col span {
        display: inline-block;
        vertical-align: top;
    }
    .company-contact-details .cc-col i.icon {
        margin-right: 8px;
        color: #166603;
        width: 15px;
        margin-top: 2px;
    }
    .company-contact-details .cc-col span{
        color: #808080;
    }
    .company-contact-details .cc-col i.icon.ai-font-envelope{
        font-size: 12px;
    }
    .company-contact-details .cc-col .social-media i.icon{
        color: #959595;
        margin-right: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .company-contact-details .cc-col .social-media a:hover i.icon{
        color: #166603;
    }

        .company-contact-details .cc-col .social-media{
            margin-left: 23px;
        }
        .company-contact-details .cc-col .social-media li{
            padding: 0 5px;
        }



/*AGENTS SECTION*/

.agents-section-hp .agents-slider{
	max-width: 660px;
margin: auto;
}

.agents-title{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #1f302a;
    letter-spacing: 2px;
    margin: 30px auto;
}

.agents-slider{
    margin: 0 -15px;
}

    .agents-slider::after{
        content: "";
        display: block;
        clear: both;
    }

    .agent-col{
        width: 25%;
        padding: 15px;
        text-align: center;
        float: left;
    }

    .agent-fix {
        position: relative;
    }

        .agent-image{
            position: relative;
        }
        .agent-image .agents-details {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 9;
            color: #fff;
            font-size: 13px;
            padding: 80px 0 10px;
            background: -webkit-linear-gradient(transparent, rgba(14, 61, 2, .85) 65%);
            background: -o-linear-gradient(transparent, rgba(14, 61, 2, .85) 65%);
            background: -moz-linear-gradient(red, rgba(14, 61, 2, .85) 65%);
            background: linear-gradient(transparent, rgba(14, 61, 2, .85) 65%);
            opacity: 0;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
            transition: all 0.4s;
        }
            .agent-sm{
                padding-top: 10px;
            }
            .agent-sm a{
                color: #fff;
                text-decoration: none;
                padding: 0 5px;
            }
            .agent-sm i.icon {
                font-size: 14px;
            }
            .agent-sm i.icon.ai-font-envelope {
                font-size: 12px;
            }
        .agent-image:hover .agents-details{
            opacity: 1;
        }
        .agent-image img.original-image{
            max-width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 8;
            opacity: 1 !important;
            backface-visibility: hidden;
            zoom: 1;
			filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
            transition: all 0.4s;
        }
        .agent-image:hover img.original-image{
            /* opacity: 0 !important; */
			filter:grayscale(100%);
			-webkit-filter:grayscale(100%);
			-webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
            transition: all 0.4s;
        }
        .agent-image .image-effect-container svg {
            left: 0;
            backface-visibility: hidden;
            zoom: 1;
        }

    .agent-signature {
        height: 38px;
        margin-top: 15px;
    }
        .agent-signature img{
            margin: 0 auto;
        }
    .agent-details .agent-name {
        color: #6c6c6c;
        font-size: 16px;
        font-weight: 500;
    }
    .agent-details a.read-more{
        display: block;
        margin-top: 20px;
        text-decoration: none;
        color: #166603;
        text-transform: uppercase;
        font-weight: 600;
    }

    .agents-slider i.icon.agent-slick-arrow {
        position: absolute;
        top: 40%;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        z-index: 9;
    }
    .agents-slider i.icon.agent-slick-arrow.prev{
        left: -15px;
    }
    .agents-slider i.icon.agent-slick-arrow.next{
        right: -15px;
    }

.agent-col.extra-slide.slick-slide.slick-active {
    display: none;
}

/*TESTIMONIALS */
.testimonials-section-hp{
    text-align: center;
}
.testimonials-title{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #1f302a;
    letter-spacing: 2px;
    margin: 30px auto;
}
.testimonial-row{
    position: relative;
    text-align: center;
}
    .testimonial-row::before{
        content: url(images/qout-icon-open.png);
        display: block;
        position: absolute;
        top: 0 ;
        left: 15%;
    }
    .testimonial-row::after{
        content: url(images/qout-icon-close.png);
        display: block;
        position: absolute;
        bottom: 50px;
        right: 15%;
    }

.testimonials-slider {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.testi-column {
    text-align: center;
    padding: 20px 0;
}
    .testi-content {
        color: #797979;
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 1em;
    }
    .testi-column .testifier {
        color: #4c4c4c;
        font-weight: 700;
        font-size: 13px;
    }
    .testi-column a.read-more {
        display: block;
        float: right;
        position: relative;
        top: -20px;
        right: 30px;
        color: #9dcbcf;
    }

.testimonials-section-hp a.more-btn{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #033f3f;
    color: #033f3f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 20px;
    line-height: .8;
    margin-top: 40px;
}
    .testimonials-slider ul.slick-dots{
        font-size: 0;
    }
    .testimonials-slider ul.slick-dots li{
        display: inline-block;
        vertical-align: middle;
        padding: 3px;
    }
    .testimonials-slider ul.slick-dots li button{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        outline: 0;
        border-radius: 50%;
        padding: 0;
        background: #c7c7c7;
        height: 10px;
        width: 10px;
    }
    .testimonials-slider ul.slick-dots li.slick-active button{
        background: #535353;
    }

/*FOOTER*/
footer.footer {
    margin-top: 70px;
}
    .footer-upper {
        background: #ebebeb;
        position: relative;
    }
    .footer-upper{
        font-size: 0;
        overflow: hidden;
    }
    .footer-upper .row .col-md-4 {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }


        .footer-company-logo {
            text-align: center;
        }
            .footer-company-logo img{
                max-width: 100%;
            }
            .footer-contact-area .company-contact-details .cc-col {
                padding: 5px 0;
            }
            .footer-contact-area .company-contact-details {
                padding: 0 40px;
            }
        .footer-middle{
            text-align: center;
        }
            .footer-middle .remax-logo {
                padding: 5px 0;
            }
                .footer-middle .remax-logo img{
                    max-width: 100%;
                }
            .footer-middle .fm-contact-info {
                display: inline-block;
                border-top: 2px solid #898989;
                padding: 30px 10px;
                font-size: 14px;
                text-transform: uppercase;
                color: #878787;
            }
            .footer-middle .fm-contact-info span {
                color: #166603;
            }
            .footer-middle .fm-contact-info > div{
                padding: 5px 0;
            }

    .footer-upper  .footer-left{
        background: #e0e0e0;
    }

    .footer-left::after{
        content: "";
        position: absolute;
        top: 0;
        right: -99%;
        width: 100%;
        height: 100%;
        background: #e0e0e0;
    }

    .footer-upper .row .col-md-4.footer-left {
        padding: 40px 15px 60px;
    }
        .footer-upper .footer-contact-form-wrapper {
            padding-left: 30px;
            font-size: 11px;
        }
        h3.footer-contact-form-title {
            color: #033f3f;
            font-size: 30px;
            text-transform: uppercase;
            font-weight: 700;
            font-family: 'Roboto Condensed', sans-serif;
            margin: 30px 0;
        }
        .footer-form-container label {
            display: none;
        }
        .footer-form-container .input-holder{
            padding: 3px 0;

        }
        .footer-form-container .input-holder input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #959595;
            outline: 0;
            border-radius: 0;
            background: transparent;
            height: 39px;
            width: 100%;
            text-indent: 8px;
            color: #959595;
            font-size: 13px;
        }
        .textarea-holder{
            position: relative;
            padding: 3px 0;
        }
        .textarea-holder textarea {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #959595;
            outline: 0;
            border-radius: 0;
            background: transparent;
            width: 100%;
            resize: none;
            color: #959595;
            text-indent: 8px;
            width: 100%;
            height: 102px;
            font-size: 13px;
            overflow-x: hidden;
        }
        .textarea-holder textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
          text-indent: 8px;
        }
        .textarea-holder textarea::-moz-placeholder { /* Firefox 19+ */
          text-indent: 8px;
        }
        .textarea-holder textarea:-ms-input-placeholder { /* IE 10+ */
          text-indent: 8px;
        }
        .textarea-holder textarea:-moz-placeholder { /* Firefox 18- */
          text-indent: 8px;
        }
        .footer-form-container .textarea-holder .submit-area {
            position: absolute;
            bottom: 25px;
            right: 0;
            z-index: 9;
        }
        .footer-form-container .textarea-holder .submit-area input{
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            outline: 0;
            border-radius: 0;
            background: url(images/submit-icon.png) transparent;
            width: 22px;
            height: 22px;
            font-size: 0;
            color: transparent;
        }

    .footer-lower {
        background: #033f3f;
        color: #669494;
        padding: 20px 0;
    }
        .footer-lower a{
            color: #669494;
        }
        .footer-lower .copyright {
            padding: 10px 0;
        }
        .footer-mls-logos {
            text-align: right;
            font-size: 25px;
            margin-top: 7px;
            line-height: 1;
        }
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.innerpage-cta .cta-section-hp {
    position: relative;
    bottom: 0;
    background-image: url(images/ip-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 70px;
    font-size: 0;
    text-align: center;
}
    .ip-cta {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
    }

#inner-page-wrapper {
    padding-top: 40px;
    overflow: hidden;
}
/* 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: 65%; }
#content-full #content { width: 100%; }

#content .entry,
#content .hentry{
    font-size: 14px;
}


/* Adjust width of sidebar */
.sidebar{
    width: 32%;
    position: relative;
}

aside.sidebar {
    padding: 20px;
    border: 1px solid #1f302a;
    margin-top: 5px;

}
    aside.sidebar > div{
        background: #1f302a;
        position: relative;
       /* z-index: 8;*/
    }
    aside.sidebar::after {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 120px;
        width: 200%;
        height: 80%;
        background-image: url(images/community-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

.qs-wrapper.qs-sb .qs-title h2 {
    text-align: center;
    font-family: 'PT Serif', serif;
    color: #fff;
    margin: 0 0 10px;
}
.qs-wrapper.qs-sb {
    padding: 20px;
}
.qs-sb .qs-select select,
.qs-sb .qs-select input{
    background: #fff;
}
.qs-sb .qs-select.full {
    width: 100%;
}
.qs-sb .qs-select.half {
    width: 50%;
}
.qs-sb .qs-btn.full {
    width: 100%;
}

.qs-sb .qs-btn input.search-button {
    background: #455851;
}
.qs-sb .qs-btn input:hover {
    background: #4f957c;
}

.sb-contact {
    text-align: center;
    padding: 20px 0 50px;
}
    .sb-contact .company-logo{
        margin-bottom: 30px;
    }
    .sb-contact .company-logo img{
        max-width: 90%;
        margin: 0 auto;
        filter: brightness(0) invert(1);
    }
    .sb-contact .company-contact-details,
    .sb-contact .company-contact-details .cc-col span,
    .sb-contact .company-contact-details a{
        color: #fff;
    }
    .sb-contact .company-contact-details .cc-col i.icon{
        margin-top: 4px;
    }

    .sb-contact .company-contact-details .cc-col {
        padding: 0;
    }
    .sb-contact .company-contact-details {
        display: inline-block;
        text-align: left;
    }
    .sb-contact .company-contact-details .cc-col i.icon {
        color: #e5aa05;
    }
    .sb-contact .company-contact-details .cc-col ul.social-media i.icon{
        color: #fff;
    }
    .sb-contact .company-contact-details .cc-col ul.social-media li:hover i.icon{
        color: #e5aa05;
    }

/* 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 {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #5d5d5d;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #5d5d5d;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

/*QS*/
button.btn.dropdown-toggle.btn-default {
    font-size: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: #e2e2e2;
    height: 32px;
    text-indent: 8px;
    color: #7d7d7d;
}

.qs-sb button.btn.dropdown-toggle.btn-default{
    background: #fff;
}

.north-carolina, .georgia-holder {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.page-id-65 .wpcf7-submit {
    float: right;
    width: 100%;
    display: block;
    max-width: 300px;
}





/*************************************/
aside .cc-col.email a:hover {
    color: #fff799;
}

body.ip-container div.wpcf7-validation-errors {
    text-align: center;
}

body.home div.wpcf7-validation-errors {
    text-align: center;
}

span.ihf-for-sale-price {
    color: #000;
}

#ihf-main-container .nav-tabs {
    margin-left: 0;
}

.footer-form-container textarea#inputMessage {
    padding-top: 10px;
    padding-bottom: 10px;
}

iframe {
  width:100%;
}

.video {
  position:relative;
}

.video canvas {
  width:100%;
  display:block;
}

.video iframe {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.qs-select select::-ms-expand {
    display: none;
}

.community-holder {
    transform: translateZ(0);
}

.testiAnch{
    text-decoration: none !important;
    color: #000;
}
	.testiAnch:hover{
		color: #565656;
	}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.agent-contact-name a {
    color: #1F302A;
}

    .agent-contact-name a:hover {
        color: #e5aa05;
    }

.agent-contact-email.agent-contact-detail a {
    color: #000;
}

    .agent-contact-email.agent-contact-detail a:hover {
        color: #e5aa05;
    }

.agent-holder .agent-contact-smi {
    color: #000;
}

    .agent-holder .agent-contact-smi:hover {
        color: #e5aa05;
    }

	.readmore-agent a{
		color:#000;
		font-weight: 600;
		font-style: italic;
	}

p#breadcrumbs {
    margin-top: 0;
}

#breadcrumbs span > span:first-child > a {
    color: #1F302A;
}

.page-id-65 span.wpcf7-list-item.first {
    margin-left: 0;
}

.page-id-65 div.wpcf7 .ajax-loader {
    float: right;
    margin-top: 40px;
}
