/*
Theme Name: Real Estate by Scott J. Miller
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
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,
	#fixednav{
		pointer-events: none;
	}
	#nav li,
	#fixednav li{
		pointer-events: auto;
	}
	.no-e{
		pointer-events: none;
	}
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:255px;
	pointer-events: none;
	display: none;
}
#nav > li > .sub-menu{
	left: -150%;
	right: -150%;
	margin: auto;
	padding: 24px 0 0 0;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
	background:rgba(0,0,0,.5);
}
#nav .sub-menu a:hover {
    background:rgba(0,0,0,1);
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
	pointer-events: auto;
}
#nav .sub-menu li {
    position: relative;
	border-top: 1px solid #fff;
	display: block;
}
#nav .sub-menu li:first-child{
	border-top: 0px solid #fff;
}

#fixednav li {
    position:relative;
    display: inline-block;
}

#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:255px;
	pointer-events: none;
	display: none;
}
#fixednav > li > .sub-menu{
	left: -150%;
	right: -150%;
	margin: auto;
	padding: 46px 0 0 0;
}
#fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
	background:rgba(0,0,0,.5);
}
#fixednav .sub-menu a:hover {
    background:rgba(0,0,0,1);
    text-decoration: none;
}
#fixednav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#fixednav li:hover > .sub-menu {
	pointer-events: auto;
}
#fixednav .sub-menu li {
    position: relative;
	border-top: 1px solid #fff;
	display: block;
}
#fixednav .sub-menu li:first-child{
	border-top: 0px solid #fff;
}


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

/* Global */

body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #666;
	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,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        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: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .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 {
	font-family: 'Old Standard TT', serif;
    font-size: 45px;
    color: #000;
    letter-spacing: -0.020em;
}

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

}

.font-pop{
	font-family: 'Poppins', sans-serif;
}

.font-old{
	font-family: 'Old Standard TT', serif;
}

.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.header:before{
	content:'';
	display: block;
	min-height: 293px;
	width: 100%;
	background:url(images/header-fade.png) center top repeat-x;
	z-index: 0;
	position: absolute;
	pointer-events: none;
}
.ip-container .header:before{
	display: none;
}
.main-header{
	position: relative;
	z-index: 1;
	padding: 40px 0 0;
}
.main-header .logo {
    margin: 0 -62px 0 0;
}
.main-header .header-broker{
	padding: 13px 0 0 0;
	margin: 0 0 0 -44px;
}
.main-header img{
	margin: 0 auto;
}
.main-header .header-nav{
	margin: 0 -15px;
	padding: 16px 0 0 0;
}
.fixed-header{
	position: fixed;
    z-index: 2;
    width: 100%;
    top: -170px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
    padding-bottom: 10px;
}
.fixed-header.active{
	top: 0;
}
.fixed-header:before{
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background:#000;
	height: 34px;
	background:#000;
}
.fixed-header .logo {
    margin: 0 -50px 0 0;
    padding: 8px;
}
.fixed-header .logo img{
	margin: 0 auto;
}
.fixed-header .header-nav{
	padding: 75px 0 0;
}
.header-contact{
	padding: 55px 0 0;
	margin: 0 0 0 -65px;
	color:#000;
}
.header-contact a{
	color:#000;
	font-weight: 500;
    font-size: 12px;
	letter-spacing:0.200em;
	text-decoration: none;
}

.header-contact a:hover {
	color: #8e8e8e;
}

.header-contact .h-phone{
	background:url(images/fh-phone.png) center left no-repeat;
	padding: 4px 0 4px 43px;
	margin: 0 0 5px;

    background-size: contain;
}
.header-contact .h-email{
	background:url(images/fh-email.png) center left no-repeat;
	padding: 4px 0 4px 43px;
}
#nav{
	font-size: 0;
	text-align: center;
}
#nav li{}
#nav a{
	font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.030em;
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
    font-size: 13px;
}
#nav > li{
    margin: 0 0 0 18px;
}
#nav > li:first-child{
	margin: 0 0 0 0;
}
#nav > li > a{}
#nav > li > a:after{
	content:'';
	display: block;
	height: 1px;
	width: 0%;
	background:#fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#nav > li:hover > a:after{
	width: 100%;
}

#fixednav{
	font-size: 0;
	text-align: center;
}
#fixednav li{}
#fixednav a{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.030em;
    color: #000;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
}
#fixednav > li{
	margin: 0 0 0 33px;
}
#fixednav > li:first-child{
	margin: 0 0 0 0;
}
#fixednav > li > a{}
#fixednav > li > a:after{
	content:'';
	display: block;
	height: 1px;
	width: 0%;
	background:#000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#fixednav > li:hover > a:after{
	width: 100%;
}

#hp-top{
	position: relative;
	height: 100vh;
}
#hp-slide{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#hp-slide canvas{
	height: 100vh;
}
#hp-tagline{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0,0,0,.2);
	/* pointer-events: none; */
	text-align: center;
/* 	opacity: 0; */
	z-index: 1;
}
#hp-tagline .tagline-wrapper{
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#hp-tagline h3{
	color: #fff;
    font-size: 60px;
    letter-spacing: -0.050em;
    text-shadow: 2px 2px 5px #000;
}
#search-areas{}
#hp-as{
	background:rgba(255,255,255,.9);
	padding: 58px 0 21px;
	overflow: inherit;
}
.as-wrapper{}
.as-wrapper .as-title{
	font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.050em;
    color: #757575;
	padding: 15px 0 0;
}
.as-wrapper .as-title h2{
	font-size: 36px;
	line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
	font-style: normal;
}

.as-form{
	font-size: 0;
	text-align: right;
	padding: 0 0 0;
}
.as-form .dropdown-menu{
	right: 0;
	left: auto;
}
.as-form > div{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.143%;
	position: relative;
	z-index: 2;
}
.as-form .as-field{
	width: 25.100%;
}
.as-form .as-long{
	width: 17.829%;
}
.as-form .as-short{
	width: 9.143%;
}
.as-form .btn-group.bootstrap-select button,
.as-form select#cityid {
    /* background-image: none !important; */
}
.as-form input[type="text"]{
	font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 9px 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    border-bottom: 1px solid #757575;
	background:none;
}
.as-form select{
	font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    border-bottom: 1px solid #757575;
    background: url(images/qs-dd.png) right calc(100% - 10px) no-repeat;
}
.as-form .as-sub{
	margin: 0 0 0 3.771%;
	z-index: 0;
}
.as-form input[type="submit"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    border: 0px;
    padding: 0 0 0 0;
    width: 57px;
    height: 57px;
	position: relative;
	z-index: 0;
}
.as-form .as-sub .as-glass{
	font-size: 28px;
	color:#fff;
	line-height: 1;
	background: #000;
	border: 1px solid #000;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.as-form .as-sub:hover .as-glass{
	color:#000;
	background: #fff;
}
.as-form .as-sub .as-glass span{
	display: inline-block;
	transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
}
.as-form .as-adv{
	margin: 0 0 0 3.086%;
	opacity: 0;
	pointer-events: none;
}
.as-form a{
	font-size: 31px;
	color:#000;
	text-decoration: none;
	text-shadow: 0px 0px 0px #000;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.as-form a:hover{
	color:#fff;
	text-shadow: 0px 0px 3px #000;
}
#hp-qs{
	background:rgba(255,255,255,.9);
	padding: 21px 0 58px;
	overflow: inherit;
}
.qs-wrapper{}
.qs-wrapper .qs-title{
	font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.050em;
    color: #757575;
}
.qs-wrapper .qs-title h2{
	font-size: 36px;
	line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
	font-style: normal;
}

.qs-form{
	font-size: 0;
	text-align: right;
	padding: 17px 0 0;
}
.qs-form > div{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.143%;
	position: relative;
	z-index: 2;
}
.qs-form .qs-long{
	width: 17.829%;
}
.qs-form .qs-short{
	width: 9.143%;
}
.qs-form select{
	font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    border-bottom: 1px solid #757575;
    background: url(images/qs-dd.png) right calc(100% - 10px) no-repeat;
}
.qs-form .qs-sub{
	margin: 0 0 0 3.771%;
	z-index: 0;
}
.qs-form input{
	-webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    border: 0px;
    padding: 0 0 0 0;
    width: 57px;
    height: 57px;
	position: relative;
	z-index: 0;
}
.qs-form .qs-sub .qs-glass{
	font-size: 28px;
	color:#fff;
	line-height: 1;
	background: #000;
	border: 1px solid #000;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.qs-form .qs-sub:hover .qs-glass{
	color:#000;
	background: #fff;
}
.qs-form .qs-sub .qs-glass span{
	display: inline-block;
	transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
}
.qs-form .qs-adv{
	margin: 0 0 0 3.086%;
}
.qs-form a{
	font-size: 31px;
	color:#000;
	text-decoration: none;
	text-shadow: 0px 0px 0px #000;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.qs-form a:hover{
	color:#fff;
	text-shadow: 0px 0px 3px #000;
}
.sec-title{
	text-align: center;
}
.sec-title h2{
	font-size: 36px;
	color:#000;
	letter-spacing:0.020em;
}
.sec-title .sec-title-sub{
	position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.050em;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
}
.sec-title .sec-title-sub:before{
	content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,.4);
    max-width: 925px;
}
.sec-title .sec-title-sub span{
	background:#fff;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
#hp-ww{
	background:#fff;
	padding: 135px 0 80px;
}
.ww-wrapper{}
.ww-wrapper .ww-content{
	margin: 95px 0 0;
	text-align: center;
}
.ww-wrapper .ww-single{
	border-left: 1px solid rgba(117,117,117,.2);
}
.ww-wrapper .ww-single:first-child{
	border-left: 0px solid rgba(117,117,117,.2);
}
.ww-wrapper .ww-img{}
.ww-wrapper .ww-img canvas{
	display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 92px;
    background-position: center center;
    background-repeat: no-repeat;
}
.ww-wrapper .ww-1 .ww-img canvas{
	background-image:url(images/ww-1.png);
}
.ww-wrapper .ww-2 .ww-img canvas{
	background-image:url(images/ww-2.png);
}
.ww-wrapper .ww-3 .ww-img canvas{
	background-image:url(images/ww-3.png);
}
.ww-wrapper .ww-single h3{
	font-size: 30px;
    color: #000;
    letter-spacing: 0.020em;
    margin: 38px 0;
}
.ww-wrapper .ww-single p{
	font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.050em;
	padding: 0 14px 25px;
}
#hp-fp{
	background:#f5f5f5;
	padding: 85px 0 0;
}
.fp-wrapper{}
.fp-wrapper .sec-title .sec-title-sub span{
	background:#f5f5f5;
}
.fp-wrapper .fp-content{
	margin: 70px 0 0;
	position: relative;
}
.fp-wrapper .fp-all{
	line-height: 1;
    font-size: 0;
}
.fp-wrapper .fp-all a{
	position: relative;
    display: block;
}
.fp-wrapper .fp-all a .fp-img{
	position: relative;
	z-index: 0;
}
.fp-wrapper .fp-all a canvas{
	display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}
.fp-wrapper a .fp-hover{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
	opacity: 0;
	text-align: center;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.fp-wrapper a .fp-hover:before{
	content:'';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,.3);
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	pointer-events: none;
}
.fp-wrapper a:hover .fp-hover{
	opacity: 1;
}
.fp-wrapper .fp-price{
	font-size: 28px;
	color:#fff;
	letter-spacing: 0.050em;
	font-weight: 500;
}
.fp-wrapper .fp-add{
	color:#e3e3e3;
	font-size: 16px;
	letter-spacing:0.070em;
	margin: 12px 0 0;
	padding: 0 20px;
}

	.fp-wrapper .fp-zip {
		display: block;
		text-align: center;
		margin-top: 5px;
	}

.fp-wrapper .fp-vd{
	font-size: 14px;
    letter-spacing: 0.050em;
    color: #fff;
    border: 1px solid #fff;
    padding: 21px 0;
    width: calc(100% - 20px);
    text-align: center;
    max-width: 212px;
	margin: 40px 0 0;
}
.fp-wrapper .fp-nav{}
.fp-wrapper .fp-nav a{
	text-decoration: none;
    color: #fff;
    background: rgba(0,0,0,.8);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 62px;
    height: 62px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.fp-wrapper .fp-nav a.fp-p{}
.fp-wrapper .fp-nav a.fp-n{
	right: 0;
	left:auto;
}
.fp-wrapper .fp-nav a:hover{
	background: rgba(0,0,0,1);
}
#hp-wwc{
	background:#fff;
	padding: 132px 0 105px;
}
.wwc-wrapper{}
.wwc-wrapper .wwc-content{
	margin: 95px 0 0;
	text-align: center;
}
.wwc-wrapper .wwc-single{
	border-left: 1px solid rgba(117,117,117,.2);
	font-weight: 300;
}
.wwc-wrapper .wwc-single:first-child{
	border-left: 0px solid rgba(117,117,117,.2);
}
.wwc-wrapper .wwc-img{}
.wwc-wrapper .wwc-img canvas{
	display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 92px;
    background-position: center center;
    background-repeat: no-repeat;
}
.wwc-wrapper .wwc-1 .wwc-img canvas{
	background-image:url(images/wwc-1.png);
}
.wwc-wrapper .wwc-2 .wwc-img canvas{
	background-image:url(images/wwc-2.png);
}
.wwc-wrapper .wwc-3 .wwc-img canvas{
	background-image:url(images/wwc-3.png);
}
.wwc-wrapper .wwc-single h3{
	font-size: 30px;
    color: #000;
    letter-spacing: 0.020em;
    margin: 38px 0 16px;
	line-height: 1;
	min-height: 60px;
}
.wwc-wrapper .wwc-single p{
    line-height: 24px;
    letter-spacing: 0.050em;
	padding: 0 14px 0;
}
.wwc-wrapper .wwc-single a{
	letter-spacing: 0.050em;
    border: 1px solid #5a5a5a;
    color: #000;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    min-width: 231px;
    padding: 17px 5px;
    margin: 35px 0 55px;
}
.wwc-wrapper .wwc-single a:hover{
	color:#fff;
	background:#000;
}

#hp-wmc{
	background:rgba(255,255,255,.9);
	padding: 110px 0 125px;
}

.wmc-wrapper{}
.wmc-wrapper .wmc-title{
	text-align: center;
	overflow: hidden;
}
.wmc-wrapper .wmc-title h2{
	font-size: 36px;
    color: #000;
    letter-spacing: 0.020em;
}
.wmc-wrapper .wmc-title-sub{
	font-weight: 300;
    font-style: italic;
	letter-spacing:0.050em;
}
.wmc-wrapper .wmc-title span{
    padding: 0 20px;
    position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 18px;
}
.wmc-wrapper .wmc-title span:after{
	content:'';
	display: block;
	width: 100vw;
	height: 1px;
	background:rgba(0,0,0,.4);
	position: absolute;
	left: 100%;
	top: 9px;
	margin: auto;
	max-width: 345px;
}
.wmc-wrapper .wmc-title span:before{
	content:'';
	display: block;
	width: 100vw;
	height: 1px;
	background:rgba(0,0,0,.4);
	position: absolute;
	right: 100%;
	top: 9px;
	margin: auto;
	max-width: 345px;
}
.wmc-wrapper .wmc-content{
	margin: 100px 0 0;
}
.wmc-wrapper .wmc-content ul{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0px !important;
}
.wmc-wrapper .wmc-content li{
	max-width: 165px;
	text-align: center;
	position: relative;
	list-style: none;
}
.wmc-wrapper .wmc-content li:before{
	content: '';
    display: block;
    width: 25px;
    height: 8px;
    background: url(images/wmc-arrow.png) center center no-repeat;
    position: absolute;
    top: 135px;
    right: -55px;
}
.wmc-wrapper .wmc-content li:last-child:before{
	content:'';
	display: none;
}
.wmc-wrapper .wmc-content a{
	text-decoration: none;
}
.wmc-wrapper .wmc-img{
	position: relative;
    border-radius: 60%;
    overflow: hidden;
	margin: 0 auto;
}
.wmc-wrapper a .wmc-step{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 45px;
    line-height: 1;
    border: 6px solid #dcdcdc;
    border-radius: 100px;
	background:rgba(255,255,255,.0);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.wmc-wrapper a:hover .wmc-step{
	background:rgba(255,255,255,.8);
}
.wmc-wrapper .wmc-step:before{
	content: '';
    display: block;
    width: 83px;
    height: 83px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
	border-radius: 50px;
}
.wmc-wrapper .wmc-step span{
	position:relative;
	z-index: 1;
}
.wmc-wrapper .wmc-content li h3{
	font-weight: 500 !important;
	color:#696969;
	text-transform: uppercase;
	letter-spacing: 0.050em;
	line-height: 15px;
	min-height: 30px;
	margin: 0 0 25px;
}
.wmc-wrapper .wmc-lg{
	color: #000;
    font-size: 15px;
    letter-spacing: 0.050em;
    font-weight: 600;
    text-transform: uppercase;
	margin: 30px 0 0;
}
.wmc-wrapper p{
	font-weight: 300;
    line-height: 24px;
    color: #696969;
    margin: 18px 0 0;
    padding: 0 7px 0;
}
#hp-wc{
	background:#fff;
	padding: 120px 0 0;
}
.welcome-wrapper{}
.welcome-wrapper .welcome-content{
	padding: 0 20px 0 0;
}
.welcome-wrapper .welcome-content h1{
	color:#000;
	font-size: 64px;
	letter-spacing: 0.020em;
	line-height: 1;
	margin: 0 0 0 0;
}
.welcome-wrapper .welcome-content h1 span{
	display: block;
	color:#757575;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.050em;
	position: relative;
}
.welcome-wrapper .welcome-content h1 span:after{
	display: block;
	content:'';
	width: 93px;
	height: 4px;
	background:#a2a2a2;
	margin: 20px 0 60px;
}
.welcome-wrapper .welcome-content p{
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 0.050em;
}
.welcome-wrapper .welcome-photo{
	position: relative;
}
.welcome-wrapper .welcome-photo:after{
	display: block;
    content: url(images/welcome-logo.png);
    width: auto;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -70px;
    right: -90px;
    opacity: 0.07;
}
.welcome-wrapper .welcome-photo img{
	position: relative;
	z-index: 1;
}
#hp-sac{
	min-height: 200px;
	background:rgba(36,36,36,.7);
	padding: 125px 0 85px;
}
.sac-wrapper .sac-title{
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.sac-wrapper .sac-title h2{
	font-size: 36px;
}
.sac-wrapper .sac-title-sub{
	font-weight: 300;
    font-style: italic;
}
.sac-wrapper .sac-title span{
    padding: 0 20px;
    position: relative;
	display: inline-block;
    line-height: 24px;
}
.sac-wrapper .sac-title span:after{
	content:'';
	display: block;
	width: 100vw;
	height: 1px;
	background:rgba(255,255,255,.4);
	position: absolute;
	left: 100%;
	top: 11px;
	margin: auto;
	max-width: 235px;
}
.sac-wrapper .sac-title span:before{
	content:'';
	display: block;
	width: 100vw;
	height: 1px;
	background:rgba(255,255,255,.4);
	position: absolute;
	right: 100%;
	top: 11px;
	margin: auto;
	max-width: 235px;
}

.sac-content{
	margin: 85px 0 0;
}
.sac-form{
	width: 100%;
    max-width: 931px;
    margin: 0 auto;
}

.sac-form .sac-field{
	margin: 115px 0 0;
}
.sac-form .sac-d-field{
	font-size: 0;
}
.sac-form .sac-d-field > div{
	margin: 0 0 0 26px;
	display: inline-block;
	vertical-align: middle;
	width:calc(50% - 13px);
}
.sac-form .sac-d-field > div:first-child{
	margin: 0 0 0 0;
}
.sac-form input[type="text"],
.sac-form input[type="email"]{
	font-size: 11px;
    letter-spacing: 0.100em;
    color: #fff;
    background: none;
    font-weight: 300;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0 0 0;
    line-height: 1;
    height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 16px;
}
.sac-form textarea{
	font-size: 11px;
    letter-spacing: 0.100em;
    color: #fff;
    background: none;
    font-weight: 300;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0 0 0;
    line-height: 1;
	resize: none;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 16px;
}

.sac-form ::-webkit-input-placeholder {
	text-transform: uppercase;
}
.sac-form :-moz-placeholder {
	text-transform: uppercase;
}
.sac-form ::-moz-placeholder {
    text-transform: uppercase;
}
.sac-form :-ms-input-placeholder {
    text-transform: uppercase;
}

.sac-form .sac-submit{
	text-align: center;
	margin: 55px 0 0;
}
.sac-form .sac-submit input{
	display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 212px;
    height: 57px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.050em;
}

.sac-content div.wpcf7-response-output{
	color: #fff;
	text-align: center;
	width: 100%;
    max-width: 931px;
    margin: 0 auto;
}
.sac-form .sac-submit input:hover{
	background: rgba(255,255,255,1);
	color:#000;
}

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

.sac-form span.wpcf7-not-valid-tip {
    font-size: 13px;
}

#hp-aoe{
	background:rgba(255,255,255,.94);
	padding: 81px 0 0;
}
.aoe-wrapper .aoe-title{
	text-align: center;
	overflow: hidden;
}
.aoe-wrapper .aoe-title h2{
	font-size: 36px;
    color: #000;
    letter-spacing: 0.020em;
}
.aoe-wrapper .aoe-title-sub{
	font-weight: 300;
    font-style: italic;
	letter-spacing:0.050em;
}
.aoe-wrapper .aoe-title span{
    padding: 0 20px;
    position: relative;
	display: inline-block;
    z-index: 1;
}
.aoe-wrapper .aoe-title span:after{
	content:'';
	display: block;
	width: 100vw;
	height: 1px;
	background:rgba(0,0,0,.4);
	position: absolute;
	left: 100%;
	top: 9px;
	margin: auto;
	max-width: 240px;
}
.aoe-wrapper .aoe-title span:before{
	content:'';
	display: block;
	width: 100vw;
	height: 1px;
	background:rgba(0,0,0,.4);
	position: absolute;
	right: 100%;
	top: 9px;
	margin: auto;
	max-width: 240px;
}
.aoe-wrapper .aoe-top{
	font-weight: 300;
    letter-spacing: 0.050em;
    line-height: 30px;
    width: calc(100% - 30px);
    margin: 32px auto 0;
    max-width: 925px;
    text-align: center;
}
.aoe-wrapper .aoe-content{
	font-size:0;
	margin: 100px 0 0;
}
.aoe-wrapper .aoe-single{
	display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
	position: relative;
}
.aoe-wrapper .aoe-single a{
	display: block;
	color:#fff;
}
.aoe-wrapper .aoe-img{
	background:#000;
}
.aoe-wrapper .aoe-img img{
	display: block;
    width: 100%;
    height: auto;
	opacity: .8;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.aoe-wrapper a:hover .aoe-img img{
	opacity: .4;
}
.aoe-wrapper .aoe-name{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}
.aoe-wrapper .aoe-name h3{
	font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.050em;
}
#hp-testi{
	background:rgba(255,255,255,.9);
}
.testi-wrapper{
	display: flex;
    align-items: center;
}
.testi-wrapper .testi-l{
	min-height: 100px;
	width: 48.875%;
}
.testi-wrapper .testi-r{
	min-height: 100px;
	width: 51.125%;
}
.testi-wrapper .testi-img{}
.testi-wrapper .testi-img canvas{
	display: block;
    width: 100%;
    height: auto;
    background: url(images/testi-img.jpg) center center no-repeat;
    background-size: cover;
}
.testi-wrapper  .testi-container{
	padding: 0 21% 0;
}
.testi-wrapper  .testi-content{}
.testi-wrapper  .testi-content h2{
	font-size: 36px;
	letter-spacing:0.020em;
	color:#000;
	position: relative;
}
.testi-wrapper  .testi-content h2:after{
	content:'';
	display: block;
	width: 93px;
	height: 4px;
	background:#a2a2a2;
	margin: 0 0 0 3px;
}
.testi-wrapper .testi-list{
	margin: 55px 0 0;
}
.testi-wrapper .testi-list ul{}
.testi-wrapper .testi-list li{
	font-weight: 300;
	line-height: 28px;
	color:#666;
	letter-spacing:0.050em;
	padding: 0 5px;
}

/* .safari-true.mac-true .testi-wrapper .testi-list li {

} */

.testi-wrapper .testi-list h3{
	font-size: 18px;
	font-weight: 600;
	color:#000;
	letter-spacing:0.050em;
	margin: 25px 0 0;
}
.testi-wrapper .testi-list a{
	display: inline-block;
    max-width: 231px;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    border: 1px solid #757575;
    color: #757575;
    text-decoration: none;
    margin: 40px 0 0;
	background:rgba(0,0,0,0);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

.testi-wrapper .testi-list a {
    outline: none !important;
}

.testi-wrapper .testi-list a:hover{
	background:rgba(0,0,0,1);
	color:#fff;
}
.footer{
	background:#121212;
	padding: 160px 0 0;
}
.footer-logo{}
.footer-logo img{}
.footer-add{
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.200em;
    color: #fff;
	background: url(images/footer-add.png) top left no-repeat;
    padding: 0 0 0 46px;
	margin: 52px 0 0;
}
.footer-add span{
	font-size: 12px;
    color: #7c7c7c;
    letter-spacing: 0.150em;
    display: block;
    margin: 0 0 50px;
}
.footer-contact{
	color:#fff;
	letter-spacing: 0.200em;
	font-weight: 500;
}
.footer-contact a{
	color:inherit;
	text-decoration: none;
}
.footer-contact a:hover{
	color:#757575;
}
.footer-contact .footer-email{
	background:url(images/footer-email.png) center left no-repeat;
	padding: 4px 0 4px 44px;
	background-size: contain;
}
.footer-contact .footer-phone{
	background:url(images/footer-phone.png) center left no-repeat;
	padding: 4px 0 4px 44px;
	margin: 83px 0 0;
	background-size: contain;
}
.footer-contact .footer-cal{
	background:url(images/footer-cal.png) center left no-repeat;
	padding: 4px 0 4px 44px;
	margin: 83px 0 0;
}
.footer-nav{}
.footer-nav h3{
	font-size: 16px;
    letter-spacing: 0.200em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 27px;
}
.footernav{}
.footernav li{}
.footernav li:first-child{
	margin: 0 0 0 0;
}
.footernav a{
	font-size: 13px;
	line-height: 34px;
	color:#8e8e8e;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.200em;
}
.footernav a:hover{
	color:#fff;
}
.footer-broker-msg{
	border-top: 1px solid #282828;
    margin: 110px 0 0;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.105em;
	padding: 60px 0;
	color: #fff;
}
.footer-broker-msg a{}
.footer-broker-msg a:hover{}

.copyright-re{
	background: #000;
    max-height: 95px;
    padding: 37px 0;
}
.copyright-re .copyright{
	font-size: 12px;
	font-weight: 300;
	letter-spacing:0.100em;
	color:#fff;
}
.copyright-re .copyright a{
	color:inherit;
	text-decoration: none;
}
.copyright-re .copyright a:hover{
	color:#c3c3c3;
}
.copyright-re .copyright a.ai-link{
	color:#c3c3c3;
	text-decoration:underline;
}
.copyright-re .copyright a.ai-link:hover{
	color:#616161;
}
.copyright-re .re-logos{
	font-size: 0;
}
.copyright-re .re-logos span{
	font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #c3c3c3;
    margin: 0 0 0 3px;
}
.copyright-re .re-logos span:first-child{
	margin: 0 0 0 0;
}
.sb-qs{
	margin-top: 21px;
}

.sb-qs .qs-title{
	font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.050em;
    color: #757575;
	text-align:center;
}
.sb-qs .qs-title h2{
	font-size: 36px;
	line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
	font-style: normal;
	margin: 0 0 0;
}

.sb-qs .qs-form{
	font-size: 0;
	text-align: right;
	padding: 0 0 0;
}
.sb-qs .qs-form > div{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.143%;
	position: relative;
}
.sb-qs .qs-form .qs-long{
	width: 100%;
	margin: 27px 0 0;
}
.sb-qs .qs-form .qs-short{
	width: calc(50% - 4px);
	margin: 27px 8px 0 0;
}
.sb-qs .qs-form .qs-short:nth-child(even){
	margin: 27px 0 0 0;
}
.sb-qs .qs-form select{
	font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    border-bottom: 1px solid #757575;
    background: url(images/qs-dd.png) right calc(100% - 10px) no-repeat;
}
.sb-qs .qs-form .qs-sub{
	width: calc(50% - 4px);
	margin: 27px 8px 0 0;
}
.sb-qs .qs-form input:not(.form-control){
	-webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    border: 0px;
    padding: 0 0 0 0;
    width: 100%;
    height: 57px;
	position: relative;
	z-index: 0;
}
.sb-qs .qs-form .qs-sub .qs-glass{
	font-size: 28px;
	color:#fff;
	line-height: 1;
	background: #000;
	border: 1px solid #000;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.sb-qs .qs-form .qs-sub:hover .qs-glass{
	color:#000;
	background: #fff;
}
.sb-qs .qs-form .qs-sub .qs-glass span{
	display: inline-block;
	transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
}
.sb-qs .qs-form .qs-adv{
	width: calc(50% - 4px);
	margin: 27px 0 0 0;
	text-align: center;
}
.sb-qs .qs-form a{
	font-size: 31px;
	color:#000;
	text-decoration: none;
	text-shadow: 0px 0px 0px #000;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.sb-qs .qs-form a:hover{
	color:#fff;
	text-shadow: 0px 0px 3px #000;
}

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

.sb-wwc{}
.sb-wwc .wwc-content{
	margin: 0 0 0;
	text-align: center;
}
.sb-wwc .wwc-single{
	border-top: 1px solid rgba(117,117,117,.2);
	font-weight: 300;
}
.sb-wwc .wwc-single:first-child{
	border-top: 0px solid rgba(117,117,117,.2);
}
.sb-wwc .wwc-img{
	padding: 35px 0 0;
}
.sb-wwc .wwc-img canvas{
	display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 92px;
    background-position: center center;
    background-repeat: no-repeat;
}
.sb-wwc .wwc-1 .wwc-img canvas{
	background-image:url(images/wwc-1.png);
}
.sb-wwc .wwc-2 .wwc-img canvas{
	background-image:url(images/wwc-2.png);
}
.sb-wwc .wwc-3 .wwc-img canvas{
	background-image:url(images/wwc-3.png);
}
.sb-wwc .wwc-single h3{
	font-size: 28px;
    color: #000;
    letter-spacing: 0.020em;
    margin: 38px 0 16px;
	line-height: 1;
}
.sb-wwc .wwc-single p{
    line-height: 24px;
    letter-spacing: 0.050em;
	padding: 0 0 0;
}
.sb-wwc .wwc-single a{
	letter-spacing: 0.050em;
    border: 1px solid #5a5a5a;
    color: #000;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    min-width: 231px;
    padding: 17px 5px;
    margin: 35px 0 55px;
}
.sb-wwc .wwc-single a:hover{
	color:#fff;
	background:#000;
}

.hp-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
        width:100%;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        /*form appearance should be set here
        no height attribute. set the height by setting the padding*/
		letter-spacing: 0.050em;
		color: #000;
		display: block;
		width: 100%;
		padding: 0 0 15px 0;
		line-height: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 0px;
		border-bottom: 1px solid #757575;
		background: url(images/qs-dd.png) right calc(100% - 10px) no-repeat;
		border-radius: 0px;
		box-shadow: none !important;
		outline: none !important;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
        font-size: 12px!important;
        font-weight: 300;
    }

    .qs-form #cityid{overflow:hidden; height: 32px; width: 100%;}


/*dropdown height*/
.hp-quick-search .dropdown-menu.open{
    max-height: 300px !important;
    /* display: block; */
}
.hp-quick-search ul.dropdown-menu.inner{
    max-height: 250px !important;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-menu li a{
	font-size: 14px;
}

/*ip qs*/
.ip-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
        width:100%;
    }

    .ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        /*form appearance should be set here
        no height attribute. set the height by setting the padding*/
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    border-bottom: 1px solid #757575;
    background: url(images/qs-dd.png) right calc(100% - 10px) no-repeat;
		border-radius: 0px;
		box-shadow: none !important;
		outline: none !important;
    }

    .ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
        font-size: 12px!important;
        font-weight: 300;
    }

    .qs-form #cityid{overflow:hidden; height: 32px; width: 100%;}

/*.qs-form .btn-group.bootstrap-select button,
.qs-form select#cityid {
	background-image: none !important;
}
*/
.mac-true.firefox-true .qs-form .btn-group.bootstrap-select button {
	height: 37px;
}
/*dropdown height*/
.ip-quick-search .dropdown-menu.open{
    max-height: 300px !important;
}
.ip-quick-search ul.dropdown-menu.inner{
    max-height: 250px !important;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-menu li a{
	font-size: 14px;
}

.ip-quick-search input.form-control{
	border: solid 1px #333;
	width: 100%!important;
}

.ip-banner .tagline-wrapper{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}
.ip-banner .tagline-wrapper h3{
	color: #fff;
    font-size: 45px;
    letter-spacing: -0.050em;
    text-shadow: 2px 2px 5px #000;
}
.wwc-wrapper .wwc-single{
	position: relative;
}
.wwc-wrapper .wwc-single a {
	letter-spacing: 0.050em;
	border: 1px solid #5a5a5a;
	color: #000;
	background: #fff;
	display: inline-block;
	text-decoration: none;
	min-width: 231px;
	/* padding: 17px 5px;
	margin: 35px 0 55px; */
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
	margin-bottom: 0
}
.wwc-wrapper .wwc-single {
	border-left: 1px solid rgba(117, 117, 117, .2);
	font-weight: 300;
	padding-bottom: 60px;
}
#content h1,
aside h1 {
	font-size: 2em;
	margin: -8px 0;
}
.agent-holder .agent-contact-name{
	color: #000 !important;
}
.page-id-269 .agent-description a {
	display: block;
	background: linear-gradient(to bottom, #000000 5%, #000000 100%);
	background-color: #000000;
	border: 1px solid #000000;
	/* display: inline-block; */
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	padding: 5px 30px;
	text-decoration: none;
	width: 130px;
	/* padding-top: ; */
	margin-top: 35px;
}
.page-id-269 .agent-description a:hover {
	border: 1px solid #5a5a5a;
	color: #000;
	background: #fff;
	text-decoration: none;

}

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

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

/* cf7 validation message */
div.wpcf7-response-output {
    text-align: center;
}

/* recaptcha */
.grecaptcha-badge {
    z-index: 2000;
}

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

body.page-id-0 > img {
    display: none;
}

#ihf-main-container .ihf-grid-result-address {
    display: inline-block;
}

.agent-contact-lang.agent-contact-detail[title="Spoken Languages"] {
    display: none !important;
}

div.wpcr3_review div.wpcr3_review_author {
	display: none !important;
}


.as-form input[type="text"], .as-form .bootstrap-select.btn-group .dropdown-toggle {
    padding: 0;
    height: 35px;
}

.as-field select#as-cityid {
    max-height: 35px;
}


.addzindex{
	position: relative;
	z-index: 999;
}

.hp-quick-search select#cityid {
    max-height: 35px;
}

#hp-slide .cycloneslider-template-responsive .cycloneslider-caption,
#hp-slide #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline {
	bottom: unset;
	left: 50%;
	background: transparent;
	color: #000;
	opacity: 1;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 1050px;
}

#hp-slide .cycloneslider-template-responsive .cycloneslider-caption .container,
#hp-slide #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline {
	padding: 0;
	margin: 0;
	width: 100%;
}

#hp-slide .cycloneslider-template-responsive .cycloneslider-caption-title,
#hp-slide #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
	margin-bottom: 0;
	padding: 20px 20px 21px 20px;
	/* font-size: 22px; */
	line-height: 1;
	font-family: 'Old Standard TT', serif;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	border-radius: 20px;
	text-transform: uppercase;
}

#hp-slide .cycloneslider-template-responsive .cycloneslider-caption-description,
#hp-slide #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
	padding: 0 0 15px 0;
}

.cta-wrap {
	margin-bottom: 20px;
	position: fixed;
	top: calc(50% + 50px);
	left: 50%;
	transform: translate(-50%);
	z-index: 999;
	width: 100%;
	max-width: 1050px;
}

.cta-wrap .col-md-6 {
	margin: 0 !important;
}

#hp-tagline .cta-wrap {
	margin-top: 5px;
}

.cta-wrap a {
	display: block;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	font-family: 'Old Standard TT', serif;
}

#search-areas, #hp-ww, #hp-fp, #hp-wwc, #hp-wmc, #hp-wc, #hp-sac, #hp-aoe, #hp-testi, .footer {
	position: relative;
	z-index: 2;
}

#search-areas {
    z-index: 10;
}

.footer-logo.google-reviews {
    margin: 52px 0 0;
}

.footer-logo.google-reviews img {
    max-width: 100px;
}

.wpcr3_pagination .wpcr3_a.wpcr3_disabled, .wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover{
	background: #767676;
}

p.logo-subs {
    color: #fff;
    font-size: clamp(9px, 0.6875vw , 11px);
    max-width: 276px;
    margin: 0px auto;
    margin-top: 10px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.3;
}


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