/*
Theme Name: DOUG CARROLL
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.5
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
  
*/
.aios-mobile-header-wrapper {
    z-index: 1020 !important;
}

div#main-wrapper {
    overflow: hidden;
}

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* SideNavigation */
#scroll-down {
	position: fixed;
	top: 50vh;
	right: 70px;
	z-index: 1003;
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
	color: #888888;
}
	#scroll-down ul { display: inline-block; }
        #scroll-down ul li {
            display: block;
            position: relative;
            margin-bottom: 22px;
        }
			#scroll-down ul li .scroll-section-title {
				position: absolute;
				top: 9px;
				right: 46px;
				font-size: 11px;
				color: #888888;
				text-transform: uppercase;
				white-space: nowrap;
				visibility: hidden;
				opacity: 0;
				transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
			}
				#scroll-down ul li:hover .scroll-section-title,
				#scroll-down ul li.nav-active-section .scroll-section-title {
					visibility: visible;
					opacity: 1;
				}
			#scroll-down ul li a {
				position: relative;
				border: solid 1px transparent;
				display: block;
				width: 29px;
				height: 29px;
				border-radius: 50%;
				transition: all 0.3s ease-in-out, top 0.3s;
				cursor: pointer;
			}
				/* #scroll-down ul li.nav-active-section a,
				#scroll-down ul li a:hover,
				#scroll-down:not(.vertical-nav-active) ul li:first-child a {
					border: solid 1px #85837a;
				} */
                #scroll-down ul li a::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 12px;
                    height: 12px;
                    background: #b6d3e7;
                    border-radius: 50%;
                    transform: translate(-50%, -50%);
                }
					#scroll-down ul li.nav-active-section a::before {
                        background: #85837a;
                        width: 18px;
                        height: 18px;
					}
					#scroll-down:not(.vertical-nav-active) ul li:first-child a::before {
						background: #FFF;
                    }
                    #scroll-down ul li.nav-active-section a::after {
                        content: '';
                        position: absolute;
                        width: 78%;
                        height: 78%;
                        border-radius: 50%;
                        border: 3px solid #d9e2e8;
                        top: 2px;
                        left: 4px;
                    }
	#scroll-down .scroll-down-text {
		display: block;
		margin-top: 13px;
		font-size: 11px;
		letter-spacing: 0.1em;
	}

/* End SideNavigation */

 
/* Global Title */
.global-title span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #acacac;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


.global-title em{
    font-family: 'Taviraj', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    color: #6992ae;
    letter-spacing: -0.01em;
    display: block;
    padding-top: 5px;
    padding-bottom: 6px;
}


.global-title p{
    font-weight: 600;
    font-size: 15px;
    color: #74878b;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}
/* End Global Title */

/* Sub Menu */
#nav > li {
    position:relative;
    display: inline-block;
    margin: 0 18px;
}


#nav > li:last-child {
    margin-right: 0;
}



#nav > li:last-child a {
    margin-right: -3px;
}

#nav li a {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

#nav > li > a::before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav > li > a:hover::before{
    width: 100%;
    opacity: 1;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
    min-width:180px;
    left: 50%;
    transform: translate(-50%);
    padding-top: 12px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(0,0,0,0.9);
    text-align: center;
}
#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;
    width: 100%;
    margin-bottom: 1px;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Header */
header.header{
    font-size: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;
    padding: 0 20px;
}


.header-holder {
    display: flex;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: space-between;
}


.header-logo span {
    display: block;
    font-family: 'Taviraj', serif;
    font-size: 58.04px;
    font-weight: 600;
    letter-spacing: -0.01em;
    display: block;
    color: #fff;
}


.header-logo em {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #efefef;
    font-style: normal;
    padding-left: 85px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-right: 23px;
    padding-top: 8px;
}


.global-smi {
    text-align: right;
    padding-bottom: 20px;
}


.global-smi a{
    font-size: 15px;
    color: #fff;
    margin: 0 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}


.global-smi a:last-child {
    margin-right: 0;
}


.global-smi a:hover{
    color: #85AECA;
}
/* End Header */

/* Fixed-header */
.header.show-fixed{
    background: #fff;
}


.header.show-fixed .header-logo span{
    font-size: 44.07px;
    color: #6992ae;
}


.header.show-fixed .header-logo em{
    font-size: 14.1px;
    color: #939393;
    padding-right: 123px;
}


.header.show-fixed #nav > li > a {
    color: #837663;
}


.header.show-fixed .global-smi a {
    color: #837663;
}


.header.show-fixed .global-smi a:hover {
    color: #6992ae;
}

.header.show-fixed .header-holder{
    background: #fff;
    padding: 16.5px 0;
}


.header.show-fixed #nav .sub-menu {
    padding-top: 27px; 
}


.header.show-fixed #nav > li > a::before{
    background: #6992ae;
}
/* End Fixed HEader */

 /* Slideshow */
.hp-slideshow {
    position: relative;
    font-size: 0;
}


.hp-slideshow::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 455px;
    top: 0;
    left: 0;
    background: url('images/slide-overlay.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;

}
 /* End Slideshow */

 /* Quick Search */
 .qs-wrapper {
    position: absolute;
    width: 100%;
    bottom: 67px;
    font-size: 0;
    z-index: 1;
}


.qs-form {
    display: flex;
    align-items: center;
    height: 92px;
    position: relative;
    box-shadow: 0 0 10px 5px #0000002e;
}


.qs-form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    pointer-events: none;
}


.qs-form > div {
    position: relative;
    /* z-index: 2; */
}


.qs-title {
    width: 12.71%;
    text-align: center;
    background: #6992ae;
    padding: 24px 0;
    color: #fff;
    margin-right: 22px;
}


.qs-title span {
    font-size: 16px;
    display: block;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}


.qs-title em{
    font-family: 'Taviraj', serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: initial;
    font-style: normal;
}


.qs-large {
    width: 18.85%;
    margin-right: 7px;
}


.qs-large select,
.qs-md select,
.qs-md input{
    height: 30px;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    background: #ececec url(images/qs-arrow.png) no-repeat scroll right 12px center;
    outline: none;
    font-size: 11px;
    color: #868686;
}


.qs-large span,
.qs-md span{
    font-size: 11px;
    color: #868686;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    display: block;
}


.qs-md input{
    background: #ececec;
}


.qs-md {
    width: 8.80%;
    margin-right: 7px;
}


.qs-button{
    width: 7.90%;
}


.qs-button {
    width: 7.95%;
    background: #837663;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 14px;
    height: 100%;
}


.qs-button:hover{
    background: #252525;
}


.qs-button a {
    font-size: 0;
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qs-button input {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background-image: url('./images/qs-search.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: initial; 
    outline: none;
}

#custom-quick-search button.btn.dropdown-toggle.btn-default {
    height: 30px;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    background: #ececec url(images/qs-arrow.png) no-repeat scroll right 12px center;
    outline: none;
    font-size: 11px;
    color: #868686;
    border-radius: unset;
}

#custom-quick-search span.filter-option.pull-left {
    /*display: none !important;*/
}
 /* End Quick */

 /* Welcome */
 .welcome-wrapper {
    font-size: 0;
    padding-top: 62px;
    padding-bottom: 112px;
    background: url('images/welcome-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.welcome-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.2);
}


.agent-photo {
    margin-left: -45px;
    position: relative;
}


.agent-photo::before {
    content: '';
    position: absolute;
    width: 533px;
    height: 254px;
    bottom: -24px;
    left: 0;
    background: url('images/agent-shadow.png') no-repeat;
    background-size: 100%; 
}


.welcome-right {
    padding-left: 30px;
    padding-top: 54px;
}


.welcome-descrip {
    padding-top: 34px;
}


.welcome-descrip p{
    font-weight: 300;
    font-size: 14px;
    color: #424242;
    letter-spacing: 0.02em;
    line-height: 27px;
}


.welcome-info {
    padding-top: 28px;
}


.welcome-info span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #585959;
    letter-spacing: 0.1em;
    display: block;
    padding-bottom: 6px;
}

.welcome-info a.asis-mailto-obfuscated-email {
    padding-left: 18px;
}

.welcome-info em.ai-mobile-phone{
    position: relative;
}

.welcome-info em.ai-mobile-phone::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #585959;
    top: 3px;
    right: -9px;
}
 /* End Welcome */

 /* Featured Properties */
.featured-properties{
    font-size: 0;
    background: url('images/fp-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center; 
    width: 100%;
    height: 100%;
    padding: 95px 0;
}


.fp-slick {
    position: relative;
}


.featured-properties .global-title {
    position: absolute;
    top: 58px;
    left: 74px;
    z-index: 1;
}


.featured-properties .global-title::after{
    content: '';
    position: absolute;
    width: 52px;
    height: 4px;
    background: #cacaca;
    bottom: -23px;
    left: 0;
}

.fp-list a::before{
    content: '';
    position: absolute;
    width: 724px;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/fp-overlay.png') no-repeat;
    background-size: cover;
    z-index: 1;
}


.fp-slick::after {
    content: '';
    position: absolute;
    width: 580px;
    height: 180px;
    border:none;
    border-right: 23px solid #fff;
    border-bottom: 24px solid #fff;
    bottom: -24px;
    right: -23px;
    z-index: 1;
    pointer-events: none;
}


.fp-list a{
    position: relative;
    display: block;
}


.fp-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 545px;
}


.fp-descrip {
    position: absolute;
    width: 100%;
    bottom: 58px;
    left: 74px;
    z-index: 1;
}


.fp-descrip .fp-price{
    font-weight: 600;
    font-size: 31.81px;
    color: #626262;
}


.fp-descrip .fp-address {
    font-size: 16px;
    color: #74878b;
    letter-spacing: 0.1em;
    padding-top: 7px;
    padding-bottom: 30px;
}


.fp-beds-baths span {
    font-weight: 500;
    font-size: 14px;
    color: #74878b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-left: 14px;
}


.fp-beds-baths {
    display: flex;
    align-items: center;
}


.fp-beds-baths-inner {
    display: flex;
    align-items: center;
    padding-right: 33px;
}


.fp-content {
    max-width: 312px;
    width: 100%;
    padding-top: 22px;
}


.fp-content p{
    font-size: 13px;
    color: #858585;
    line-height: 22px;
}


.fp-button {
    display: block;
    width: 150px;
    height: 52px;
    background: #837663;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 21px 0;
    margin-top: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.fp-button:hover{
    background: #6992AE;
}


.fp-arrows {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}


.fp-prev,
.fp-next {
    display: block;
    width: 58px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.fp-prev{
    background: #fff;
    margin-right: 1px;
    
}


.fp-prev:hover{
    background: #6992AE;
}


.fp-prev span{
    font-size: 17px;
    text-align: center;
    color: #767676;
}


.fp-next{
    background: #837663;
}


.fp-next:hover{
    background: #6992AE;
}


.fp-next span{
    font-size: 17px;
    text-align: center;
    color: #fff;
}
 /* End Featured */

 /* Testimonials */
.testimonials-wrapper{
    font-size: 0;
    position: relative;
    background: url('images/testi-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 95px;
    padding-bottom: 130px;
}


.testimonials-wrapper .global-title {
    text-align: right;
    padding-top: 86px;
    position: relative;
}


.testimonials-wrapper .global-title::after{
    content: '';
    position: absolute;
    width: 52px;
    height: 4px;
    background: #cacaca;
    bottom: -23px;
    right: 0;
}


.testi-list {
    position: relative;
    display: block;
    max-width: 808px;
    width: 100%;
    min-height: 508px;
    background: #fff;
    margin-left: auto;
    padding-right: 73px;
    padding-left: 80px;
    text-align: right;
}


.testi-list::after {
    content: '';
    position: absolute;
    width: 580px;
    height: 180px;
    bottom: -22px;
    left: -22px;
    border: none;
    border-bottom: 22px solid #6992ae;
    border-left: 23px solid #6992ae;
    z-index: 1;
}


.testi-descrip {
    padding-top: 44px;
}


.testi-descrip p{
    font-size: 14px;
    color: #868687;
    line-height: 26px;
}


.testi-name {
    padding-top: 28px;
}


.testi-name span{
    display: block;
    font-family: 'Taviraj', serif;
    font-weight: 500;
    font-size: 26px;
    color: #6992ae;
    letter-spacing: -0.01em;
}


.testi-name em{
    font-size: 14px;
    color: #868686;
    letter-spacing: 0.02em;
    font-style: normal;
    text-transform: uppercase;
    display: block;
}


.testi-arrows {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}


.testi-prev,
.testi-next {
    display: block;
    width: 58px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.testi-prev {
    background: #837663;
    margin-right: 1px;
}


.testi-prev:hover{
    background: #6992AE;
}


.testi-prev span{
    font-size: 17px;
    text-align: center;
    color: #fff;
}


.testi-next {
    background: #6992ae;
}


.testi-next:hover{
    background: #837663;
}


.testi-next span{
    font-size: 17px;
    text-align: center;
    color: #fff;
}

.testi-slick-holder a {
    outline: none;
    display: block;
    position: relative;
}
.testi-list .slick-initialized .slick-slide {
    min-height: 360px;
}
 /* End Testimonials */

 /* Contact */
.hp-contact{
    font-size: 0;
    position: relative;
    background: url('images/contact-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
}


.hp-contact::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #8c7f6c;
    bottom: 0;
}


.contact-left {
    padding-top: 128px;
}


.contact-descrip {
    max-width: 460px;
    width: 100%;
}


.contact-descrip span{
    display: block;
    font-family: 'Taviraj', serif;
    font-size: 73.5px;
    color: #fff;
    letter-spacing: -0.01em;
    padding-bottom: 14px;
}


.contact-descrip p{
    font-size: 13px;
    color: #d3d1d1;
    letter-spacing: -0.01em;
    line-height: 22px;
}


.contact-right {
    padding-top: 100px;
}


.ct-form{
    position: relative;
}


.cf-fname input,
.cf-lname input,
.cf-email input {
    outline: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 2px solid #bfbab3;
    padding-bottom: 23px;
    margin-bottom: 40px;
    margin-right: 2%;
}
.cf-email input {
    width: 100%;
}
.cf-fname input,
.cf-lname input {
    width: 48%;
    margin-right: 2%;
}


.cf-email input {
    margin-bottom: 0;
}


.cf-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -2px;
}


.cf-button em {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-style: normal;
    display: block;
    padding-right: 24px;
}


.cf-inner-button {
    position: relative;
    cursor: pointer;
    pointer-events: none;
}


.cf-inner-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.cf-inner-button:hover::after{
    background: #6992ae;
}


.cf-inner-button input{
    display: block;
    width: 58px;
    height: 63px;
    border: none;
    position: relative;
    outline: none;
    pointer-events: auto;
}


.cf-inner-button span {
    font-size: 21px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    color: #93846e;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




.hp-contact div.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -45px;
    margin: 0;
    color: #fff;
}


.hp-contact div.wpcf7 .ajax-loader {
    margin: 0 0 0 58px;
    z-index: 3;
}


.hp-contact span.wpcf7-not-valid-tip {
    font-size: 12px;
}

 /* End Contact */

 /* Footer */
footer.footer{
    font-size: 0;
    position: relative;
    background: #2f2f2f;
    padding-top: 70px;
    padding-bottom: 38px;
}


.footer .global-smi a{
    font-size: 18px;
}


.footer .global-smi a:last-child {
    margin-right: 0;
}


.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.footer-info {
    margin-left: -22px;
}

.footer-phone span {
    font-size: 14px;
    color: #fff;
}


.footer-phone em {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.07em;
    padding-left: 15px;
}


.footer-email{
    padding-top: 18px;
}


.footer-email span {
    font-size: 11px;
    color: #fff;
}


.footer-email a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.07em;
    padding-left: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.footer-email a:hover{
    color: #6992AE;
}


.footer-bottom hr {
    border-top: 1px solid #404040;
    margin-top: 40px;
}


.footernav {
    display: flex;
    justify-content: center;
    padding-top: 18px;
}


.footernav li {
    margin: 0 23px;
}


.footernav li a{
    font-size: 12px;
    color: #bababa;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.footernav li a:hover{
    color: #6992AE;
}


.copyright {
    font-size: 12px;
    color: #bababa;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 15px;
}


.copyright a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.copyright a:hover{
    color: #6992ae;
}


.copyright span{
    color: #fff;
}


.mls {
    font-size: 23px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
 /* End Footer */
/* Global */

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 14px;
	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; */
}
 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.2);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 350px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
    .ip-banner h1 {
        font-weight: 700;
        font-size: 55px;
        text-align: left;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 58px;
        position: absolute;
        top: 0;
        left: 0;
        width: 700px;
    }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* 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: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 

}

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

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

.ip-container #scroll-down{
    display: none;
}


.page-id-21 iframe {
    display: block;
    margin: 0 auto;
}

.page-id-0 .ip-banner h1 {
    font-size: 50px;
    width: 100%;
    max-width: 900px;
    line-height: 52px;
}

ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#ihf-advsearch-features .field-label{
    padding-left: 0;
}

/* .qs-form .bootstrap-select.btn-group .dropdown-menu{
    top: 30px;
    bottom: auto;
} */

.qs-form .bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 200px !important;
}

#custom-quick-search li > a span.text{
    text-transform: inherit; 
    letter-spacing: inherit;
    margin-bottom: 0;
}
.qs-form .bootstrap-select.btn-group .dropdown-menu li a.opt{
    padding-left: 20px;
}

#ihf-main-container .mc-total-payment-subline{
    color: #666;
}

.ihf-grid-result-address{
    display: block;
}

.fp-content .ihf-ajax-description img[src*="/img/loader.gif"],
.ihf-parser-prop-container img[src*="/img/loader.gif"]{
    display: block;
    margin: 0 auto;
}