/*
Theme Name: Robert Taylor - Luxury Properties
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 li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width: 200px;
}
#nav > li > .sub-menu{
	left: -150%;
    right: -150%;
    margin: auto;
	padding: 30px 0 0;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
	text-align: center;
}
#nav .sub-menu a:hover {
    background: #debf89;
    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;
	display: block;
	background:#202020;
}

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

#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width: 200px;
}
#fixednav > li > .sub-menu{
	left: -150%;
    right: -150%;
    margin: auto;
	padding: 30px 0 0;
}
#fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
	text-align: center;
}
#fixednav .sub-menu a:hover {
    background: #debf89;
    color: #000000;
    text-decoration: none;
}
#fixednav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#fixednav li:hover > .sub-menu {
    display: block;
}
#fixednav .sub-menu li {
    position: relative;
	display: block;
	background:#202020;
}


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

/* Global */

body{
	font-family: 'Libre Franklin', sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #d6d6d6;
	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 #content{
	color:#202020;
}

div#main-wrapper{
	overflow: clip;
}

/*******************************************************
 *
 * 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,.3);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        /*min-height: 250px;*/
        min-height: 402px;
        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: 72.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 25.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: 'Playfair Display SC', serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.050em;
}

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

}

/********CSS Post Launch********/
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
	padding: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#ihf-main-container #ihf-mortgage-calculator-modal .mc-total-payment-subline,
#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
	font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
	margin: 6px 0 0;
}
#ws-walkscore-tile{
	background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
	margin-left: 2%;
}
#content ul.ihf-navbar-nav{
	list-style: none;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
	color:#777;
}
#content #ihf-main-container label{
	color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
	color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
	display: none !important;
}
#ihf-main-container .row #ihf-search-location-tab .row,
#ihf-main-container .row #ihf-refine-map-search-form .row,
#ihf-main-container .row .ihf-grid-result-container .row,
#ihf-main-container .row #ihf-search-location-tab.row{
	margin-left: -15px;
	margin-right: -15px;
}


/*#content #ihf-main-container .row .row{
	margin-left: 0;
	margin-right: 0;
}*/


#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
	color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
/********CSS Post Launch End********/

.font-lib{
	font-family: 'Libre Franklin', sans-serif;
}
.font-play{
	font-family: 'Playfair Display SC', serif;
}

.font-ora{
	font-family: 'Oranienbaum', serif;
}

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

.header{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.header .main-header{
	padding: 67px 0 0;
	min-height: 158px;
	background: url(images/main-header-bg.png) center top repeat-x;

	background-size: auto 100%;
	position: relative;
	z-index: 1;
}

.home .header .main-header{
	background: #202020;
	padding: 35px 0;
}

.header .main-header > .container-fluid > .row {
    display: flex;
    align-items: center;
}

.header .main-header .logo{
	padding: 0 0 0 25px;
}
.header .fixed-header{
	background: #202020;
    max-height: 75px;
    position: fixed;
    z-index: 2;
    top: 70px;
    left: 0;
	opacity: 0;
	pointer-events: none;
    width: 100%;
	padding: 26px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.header.active .fixed-header{
	top: 0px;
	opacity: 1;
	pointer-events: unset;
}
.header .fixed-header .fh-logo{
	max-width: 264px;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
.header .fixed-header .fh-logo img{}
.fh-sm{
	padding: 0 15px 0 0;
}
.fh-sm ul{
	font-size: 0;
}
.fh-sm li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 24px;
}
.fh-sm li:first-child{
	margin: 0 0 0 0;
}
.fh-sm a{
	color: #fff;
    font-size: 15px;
}
.fh-sm a:hover{
	color:#debf89;
}
.fh-sm span{}
#fixednav{
	font-size: 0;
}
#fixednav a{
	color: #fff;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    text-decoration: none;
	display: block;
	line-height: 1;
}
#fixednav li{}
#fixednav > li{
	border-left: 1px solid rgba(255,255,255,.6);
	padding:0 0;
}
#fixednav > li:first-child{
	border-left: 0px solid rgba(255,255,255,.6);
	padding-left: 0px;
}
#fixednav > li > a{
	position: relative;
	padding: 0 30px;
}
#fixednav > li > a:after{
	display: block;
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    background: #fff;
    left: 0;
	right: 0;
    bottom: -20px;
	margin: auto;
	width: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#fixednav > li:hover > a:after{
	width: calc(100% - 60px);
}
.navigation{
	margin: 0;
}
#nav{
	font-size: 0;
}
#nav a{
	color: #fff;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    text-decoration: none;
	display: block;
	line-height: 1;
}
#nav li{}
#nav > li{
	border-left: 1px solid rgba(255,255,255,.6);
	padding:0 0;
}
#nav > li:first-child{
	border-left: 0px solid rgba(255,255,255,.6);
	padding-left: 0px;
}
#nav > li > a{
	position: relative;
	padding: 0 30px;
}
#nav > li > a:after{
	display: block;
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    background: #fff;
    left: 0;
	right: 0;
    bottom: -20px;
	margin: auto;
	width: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#nav > li:hover > a:after{
	width: calc(100% - 60px);
}
#hp-top{
	position: relative;
}
.footer-contact-wrap li > div br{
	display: none;
}
#hp-slide{
	/*min-height: 100vh;*/
	min-height: 0;
	position: relative;
	z-index: 1;
}
#hp-slide .cycloneslider-template-video .cycloneslider-volume{
	width: 18px;
	top: 120px;
    right: 70px;
    transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

#hp-slide .cycloneslider-template-video .cycloneslider-volume.on {
    width: 40px;
}

#hp-slide .cycloneslider-template-video .cycloneslider-volume:after {
    content: 'Sound';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

#hp-slide .cycloneslider-template-video video{
	max-width: 115%;
    max-height: 115%;
}


#hp-slide .cycloneslider-template-video .canvas-holder{
	min-height: 100vh;
}
#hp-slide .cycloneslider-template-video .cycloneslider-slides{
	height: 100% !important;
}
#hp-sm{
	position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
.sm-wrapper{
	text-align: center;
}
.sm-wrapper ul{}
.sm-wrapper li{
	margin: 17px 0 0 0;
}
.sm-wrapper li:first-child{
	margin: 0 0 0 0;
}
.sm-wrapper a{
	color:#fff;
	font-size: 17px;
}
.sm-wrapper li:last-child a{
	font-size: 11px;
}
.sm-wrapper a:hover{
	color:#a3885a;
}
#hp-cta{
	position: relative;
	display: none;
}
#hp-cta-scroll{
	position: absolute;
	width: 100%;
	height: calc(100% + 75px);
	pointer-events: none;
	top: -75px;
}
.cta-wrapper{
	padding: 90px 0;
}
/* .name-Safari .cta-wrapper{
	padding: 50px 0 90px;
} */
.cta-wrapper a{
	min-height: 147px;
    border: 1px solid #c6c6c6;
    display: flex;
    position: relative;
    align-items: center;
	text-decoration: none;
}
.cta-wrapper a:before{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 27%;
	background:#2e2d2b;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.cta-wrapper a:hover:before{
	background: #a8a8a8;
}
.cta-wrapper a:after{
	content:'';
	display: block;
	position: absolute;
	bottom: -26px;
	width: 100%;
	height: 26px;
	left: 0;
	background: url(images/cta-shadow.png) center top no-repeat;
}
.cta-wrapper a .cta-icon{
	padding: 7px;
    border: 1px solid #debf89;
    border-radius: 50px;
	position: relative;
	z-index: 1;
	margin: 0 0 0 13%;
}
.cta-wrapper a .cta-icon canvas{
	background-color:#fff;
	display: block;
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 40px;
}
.cta-wrapper a.cta-1 canvas{
	background-image:url(images/cta-1.png);
}
.cta-wrapper a.cta-2 canvas{
	background-image:url(images/cta-2.png);
}
.cta-wrapper a.cta-3 canvas{
	background-image:url(images/cta-3.png);
}
.cta-wrapper a .cta-name{
	font-size: 30px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.080em;
	margin: 0 0 0 20px;
	line-height: 30px;
	position: relative;
	z-index: 1;
}
#hp-welcome{
	background:url(images/welcome-bg.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0 0 100px;
	margin-top: 100px;
}
.welcome-wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-wrapper .welcome-photo{
	width: 34.211%;
	position: relative;
	z-index: 2;
}
.welcome-wrapper .welcome-photo-content{
	margin: 0 -142px 0 0;
}
.welcome-wrapper .welcome-content{
	width: 65.789%;
	background:#2e2d2b;
	min-height: 200px;
	position: relative;
	z-index: 1;
	padding: 40px 85px 81px 190px;
}
.welcome-wrapper .welcome-content h1{
	margin: 0 0 0 0;
	text-transform: uppercase;
    letter-spacing: 0.080em;
    line-height: 1;
}
.welcome-wrapper .welcome-content h1 span{
	color:#debf89;
	font-size: 45px;
	display: inline-block;
	position: relative;
	padding: 0 55px 0 0;
}
.welcome-wrapper .welcome-content h1 span:after{
	position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content: '';
    border-radius: 15px;
	background:url(images/title-dot-w.png) center center no-repeat;
}
.welcome-wrapper .welcome-content h1 span:before{
	content:'';
	display: block;
	background:#debf89;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100vw;
}
.welcome-wrapper .welcome-content h1 em{
	font-style: normal;
    font-size: 89px;
    display: block;
    color: #fff;
}
.welcome-wrapper .welcome-content p{
	line-height: 26px;
	letter-spacing: 0.020em;
	font-weight: 200;
	margin: 28px 0 0;
}

a.site-button{
	color: #d6d6d6;
	font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d6d6d6;
    min-width: 200px;
    text-align: center;
	letter-spacing:0.025em;
    padding: 18px 5px;
    margin: 61px 0 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

a.site-button:hover{
	color:#2e2d2b;
	background:#d6d6d6;
}

#hp-fp{
	background:url(images/fp-bg.jpg) center bottom no-repeat #fff;
	background-size: cover;
	min-height: 300px;
	padding: 250px 0 0;
	overflow: hidden;
	min-height: 952px;
}
.fp-wrapper{
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto 0;
}
.fp-wrapper .fp-title{}
.fp-wrapper .fp-title h2{
	text-align: center;
	color:#debf89;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.320em;
	line-height: 1;
}
.fp-wrapper .fp-title h2 span{
	display: inline-block;
	font-size: 72px;
	letter-spacing:0.080em;
	color:#000;
	position: relative;
	padding: 0 55px;
}
.fp-wrapper .fp-title h2 span:after {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content: '';
    border-radius: 15px;
    background: url(images/title-dot-b.png) center center no-repeat;
}

.fp-wrapper .fp-title h2 span:before{
    content: '';
    display: block;
    background: #debf89;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
}
.fp-wrapper .fp-list{
	position: relative;
	margin: 103px 0 0;
	padding: 0 0 35px;
}
.fp-wrapper .fp-list:before{
	display: block;
    content: '';
    position: absolute;
    width: 30.000%;
	max-width: 360px;
    background: #2e2e2e;
    height: 71%;
    left: -50px;
    top: -50px;
	max-height: 410px;
}
.fp-wrapper .fp-list ul{
	margin: 0 -30px;
    font-size: 0;
}
.fp-wrapper .fp-list li{
	padding: 0 0 181px;
}
.fp-wrapper .fp-list a{
	display: block;
	position: relative;
	text-decoration: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.fp-wrapper .fp-list .fp-single{
	position: relative;
}
.fp-wrapper .fp-list .fp-single:after{
	content: '';
    display: block;
    width: 1px;
    background: #debf89;
    height: 114px;
    margin: -57px auto 0;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    pointer-events: none;
}
.fp-wrapper .fp-list .fp-photo{
	background: #000;
	position: relative;
	z-index: 0;
}
.fp-wrapper .fp-list canvas{
	display: block;
    width: 100%;
    height: auto;
    background-size: cover;
	opacity: .85;
}
.fp-wrapper .fp-list .fp-def-price{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-wrapper .fp-list .slick-slide{
	margin: 0 30px;
}
.fp-wrapper .fp-list .slick-slide > div{

}
.fp-wrapper .fp-list .slick-slide.slick-current{

}
.fp-wrapper .fp-list .slick-slide.slick-current + .slick-active a{
	margin: 0 0 56px;
	top: 90px;
}
.fp-wrapper .fp-list .slick-slide.slick-current + .slick-active + .slick-active a{
	margin: 0 0 56px;
	top: 180px;
}
.fp-wrapper .fp-list .fp-def-price span{
	color:#fff;
	font-size: 30px;
	font-weight: 300;
}
.fp-wrapper .fp-list a .fp-h{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #2e2d2b;
    font-weight: 200;
    font-size: 25px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
	color:#fff;
	opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.fp-wrapper .fp-list a:hover .fp-h{
	opacity: 1;
}
.fp-wrapper .fp-list a .fp-h-title{
	letter-spacing:0.020em;
}
.fp-wrapper .fp-list a .fp-h-price{
	margin: 10px 0 0;
}
.fp-wrapper .fp-list a .fp-h-info{
	display: flex;
    justify-content: space-between;
    padding: 0 55px;
	margin: 38px 0 30px;
}
.fp-wrapper .fp-list a .fp-h-info > div{
	font-size: 13px;
	letter-spacing: 0.100em;
	text-transform: uppercase;
}
.fp-wrapper .fp-list a .fp-h-info span{
	font-size: 20px;
	display: block;
	margin: 15px 0 0;
	color:#898989;
}
.fp-wrapper .fp-list a .fp-h-add{
	font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: uppercase;

}
#hp-sp{
	background: url(images/sp-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 98px 0 0;
	position: relative;
}
#hp-sp:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	background:#fff;
	width: 100%;
	height: 22%;
	left: 0;
	bottom: 0;
}
.sp-wrapper{
	position: relative;
	z-index: 1;
}
.sp-wrapper .sp-title{
	overflow: hidden;
}
.sp-wrapper .sp-title h2{
	text-align: center;
    color: #debf89;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.320em;
    line-height: 1;
}
.sp-wrapper .sp-title span{
	display: inline-block;
    font-size: 72px;
    letter-spacing: 0.080em;
    color: #fff;
    position: relative;
    padding: 0 55px;
}
.sp-wrapper .sp-title span:before{
	content: '';
    display: block;
    background: #debf89;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
}
.sp-wrapper .sp-title span:after{
	position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content: '';
    border-radius: 15px;
    background: url(images/title-dot-w.png) center center no-repeat;
}
.sp-wrapper .sp-list{
	overflow: hidden;
	margin: 76px 0 0;
}
.sp-wrapper .sp-list ul{
	font-size: 0;
	margin: 0 -2px;
}
.sp-wrapper .sp-list li{}
.sp-wrapper .sp-list .slick-slide{
	margin: 0 2px;
}
.sp-wrapper .sp-list a{
	display: block;
	text-decoration: none;
	color:#fff;
}
.sp-wrapper .sp-list a .sp-single{
	position: relative;
}
.sp-wrapper .sp-list a .sp-img{
	position: relative;
    z-index: 1;
}
.sp-wrapper .sp-list a canvas{
	display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}
.sp-wrapper .sp-desc{
	background:#2e2d2b;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	width: calc(100% - 108px);
	max-width: 422px;
	margin: -22.5% auto 0;
	padding: 76px 10px 42px;
	position: relative;
    z-index: 2;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.sp-wrapper a:hover .sp-desc{
	background:#898989;
}
.sp-wrapper .sp-desc:before{
	content: '';
    display: block;
    width: 1px;
    height: 115px;
    background: #debf89;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -58px;
}
.sp-wrapper .sp-price{
	font-size: 25px;
}
.sp-wrapper .sp-add{
	font-size: 14px;
    line-height: 20px;
    margin: 16px 0;
}
.sp-wrapper .sp-info{
	font-size: 13px;
	letter-spacing: 0.100em;
	display: flex;
    justify-content: center;
}
.sp-wrapper .sp-info > div{
	padding: 1px 11px;
	border-left: 1px solid rgba(255,255,255, .1);
}
.sp-wrapper .sp-info > div:first-child{
	padding-left: 0;
	border-left: 0px solid rgba(255,255,255, .1);
}
.sp-wrapper .sp-info > div:last-child{
	padding-right: 0;
}

#hp-testi{}
.testi-wrapper{
	padding: 100px 0 0;
}
.testi-wrapper .testi-left{
	width: 53.063%;
	margin: 0 auto 0 0;
    position: relative;
    z-index: 1;
}
.testi-wrapper .testi-left img{
	display: block;
	width: 100%;
	height: auto;
}
.testi-wrapper .testi-right{
	width: 53.188%;
    min-height: 453px;
    background: #2e2d2b;
    margin: -23.5% 0 0 auto;
    padding: 90px 0 0 70px;
    position: relative;
    z-index: 2;
}
.testi-wrapper .testi-title{
	overflow: hidden;
}
.testi-wrapper .testi-title h2{
    color: #debf89;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.320em;
    line-height: 1;
}
.testi-wrapper .testi-title h2 span{
	display: inline-block;
    font-size: 72px;
    letter-spacing: 0.030em;
    color: #fff;
    position: relative;
    padding: 0 55px 0 0;
}

.testi-wrapper .testi-title h2 span:before{
	content: '';
    display: block;
    background: #debf89;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
}
.testi-wrapper .testi-title h2 span:after{
	position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content: '';
    border-radius: 15px;
    background: url(images/title-dot-w.png) center center no-repeat;
}
.testi-wrapper .testi-list{
	margin: -185px 0 0;
    position: relative;
    z-index: 3;
}
.testi-wrapper .testi-content{
	background: url(images/testi-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 53px 55px;
	position: relative;
}
.testi-wrapper .testi-all{
	color:#000;
	font-size: 15px;
	letter-spacing: 0.050em;
	line-height: 30px;
	overflow: hidden;
	font-weight: 200;
}
.testi-wrapper .testi-all ul{
	margin: 0 -1px;
}
.testi-wrapper .testi-all .slick-slide{
	border-left: 1px solid #fff;
	padding: 5px 57px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.testi-wrapper .testi-all h3{
	font-size: 20px;
	text-transform: uppercase;
	margin: 5px 0 0;
}
.testi-wrapper .testi-nav{}
.testi-wrapper .testi-nav a{
	font-size: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 34px;
	text-decoration: none;
	color:#000;
}
.testi-wrapper .testi-nav a.testi-nav-left{
	left: 50px;
}
.testi-wrapper .testi-nav a.testi-nav-right{
	right: 50px;
}
.testi-wrapper .testi-nav a:hover{
	color:#2e2d2b;
}
#hp-lpost{
	padding: 120px 0 111px;
	background:url(images/lpost-bg.jpg) center bottom no-repeat #fff;
	background-size: cover;
}
.lpost-wrapper{}
.lpost-wrapper .lpost-title{
	overflow: hidden;
}
.lpost-wrapper .lpost-title h2{
	text-align: center;
    color: #debf89;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.320em;
    line-height: 1;
}
.lpost-wrapper .lpost-title h2 span{
	display: inline-block;
    font-size: 72px;
    letter-spacing: 0.080em;
    color: #000;
    position: relative;
    padding: 0 55px;
}
.lpost-wrapper .lpost-title h2 span:before{
	content: '';
    display: block;
    background: #debf89;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
}
.lpost-wrapper .lpost-title h2 span:after{
	position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content: '';
    border-radius: 15px;
    background: url(images/title-dot-b.png) center center no-repeat;
}
.lpost-wrapper .lpost-list{
	overflow: hidden;
	margin: 75px 0 0;
}
.lpost-wrapper .lpost-list ul{
	font-size: 0;
	margin: 0 -49px;
}
.lpost-wrapper .lpost-list ul li{
	display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
	font-weight: 200;
	color:#000;
	padding: 0 49px;
	position: relative;
}
.lpost-wrapper .lpost-list ul li:before{
	content:'';
	display: block;
	width: 0px;
	height: 100%;
	max-height: 479px;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px dotted rgba(0,0,0,.5);
}
.lpost-wrapper .lpost-list ul li:first-child:before{
	content:'';
	display: none;
}
.lpost-wrapper .lpost-list ul li:first-child{
}
.lpost-wrapper .lpost-list ul li:last-child{
}
.lpost-wrapper .lpost-list .lpost-img{}
.lpost-wrapper .lpost-list .lpost-img canvas{
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	height: auto;
}
.lpost-wrapper .lpost-list h3{
	font-size: 20px;
	text-transform: uppercase;
	margin: 24px 0 0;
	max-height: 60px;
    height: 60px;
}
.lpost-wrapper .lpost-list .lpost-desc{
	margin: 30px 0 0 0;
}
.lpost-wrapper .lpost-list .lpost-desc p{
	font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.020em;
    color: #4a4a4a;
	margin: 25px 0 0 0;
}
.lpost-wrapper .lpost-list .lpost-desc p:first-child{
	margin: 0 0 0 0;
}
.lpost-wrapper .lpost-list a.site-button{
	color:#202020;
	border: 1px solid #202020;
	margin: 30px 0 0;
}
.lpost-wrapper .lpost-list a.site-button:hover{
	background:#a8a8a8;
	border:1px solid #a8a8a8;
	color:#fff;
}
.footer{
	background:#202020;
	border-top: 5px solid #debf89;
}
.footer-logo{
	padding: 100px 0 85px;
}
.footer-logo img{
	margin: 0 auto;
}
.footernav {
    font-size: 0;
    text-align: center;
    position: relative;
    left: 50px;
    /*padding-left: 50px;*/
}
.footernav li{
	color:#999999;
	text-align: left;
}
.footernav a{
	text-decoration: none;
	color: inherit;
}
.footernav a:hover{
	color:#debf89;
}
.footernav > li{
	display: inline-block;
	vertical-align: top;
    margin: 0px 15px !important;
}
/*.footernav > li:first-child{
	margin: 0 0 0 0;
}*/
.footernav > li > a{
	font-family: 'Playfair Display SC', serif;
	font-size: 13px !important;
	letter-spacing: 0.080em;
	color:#fff;
	text-transform: uppercase;
}
.footernav li ul{
	margin: 14px 0 0;
}
.footernav li li a{
	font-size: 15px;
	line-height: 25px;
}
.footer-contact{
	display: none;
}
.footer-contact-wrap{}
.footer-contact-wrap ul{
	font-size: 0;
}
.footer-contact-wrap li{

}
.footer-contact-wrap li:first-child{
	margin: 0 0 0 0;
}
.footer-contact-wrap li > div{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
}
.footer-contact-wrap li > div:first-child{
	min-width: 28px;
}
.footer-contact-wrap span{
	color:#debf89;
}
.footer-contact-wrap .footer-phone span{
	font-size: 14px;
}
.footer-contact-wrap .footer-email span{
	font-size: 13px;
}
.footer-contact-wrap .footer-add span{
	font-size: 19px;
}
.copyright-re{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 55px 0 0;
    border-top: 1px solid #373737;
    padding: 43px 0 62px;
}
.copyright{
	font-size: 12px;
	letter-spacing: 0.040em;
	font-weight: 200;
}
.copyright span{
	color:#debf89;
	text-transform: uppercase;
}
.copyright a{
	color:inherit;
	text-decoration: none;
}
.copyright a:hover{
	color:#debf89;
}
.re-logos{
	font-size: 0;
}
.re-logos span{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color:#fff;
	margin: 0 0 0 15px;
}
.re-logos span:first-child{
	margin: 0 0 0 0;
}
#hp-map{
	background: url(images/map-bg.jpg) right bottom no-repeat #fff;
    background-size: cover;
	padding: 145px 0 0;
}
.map-wrapper{}
.map-wrapper .map-left{
	position: relative;
	z-index: 2;
}
.map-wrapper .map-title{
	pointer-events: none;
}
.map-wrapper .map-title h2{
	text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.510em;
    color: #000;
    line-height: 73px;
}
.map-wrapper .map-title h2 span{
	font-size: 85px;
    display: block;
    line-height: 80px;
	letter-spacing:0.200em;
}
.map-wrapper .map-links{}
.map-wrapper .map-links ul{
	margin: 55px 0 0;
}
.map-wrapper .map-links li{
}
.map-wrapper .map-links li:first-child{}
.map-wrapper .map-links li a{
	font-size: 20px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.025em;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0 10px 18px;
    min-width: 195px;
	background-color: transparent;
	background-image: linear-gradient(to right, rgba(57,57,57,0) 0%, rgba(255,255,255,0) 0%);
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.map-wrapper .map-links li:first-child a{
	border-top: 0px solid #e3e3e3;
}
.map-wrapper .map-links a.active,
.map-wrapper .map-links a:hover{
	color:#fff;
	background-color: transparent;
	background-image: linear-gradient(to right, rgba(57,57,57,1) 0%, rgba(255,255,255,1) 100%);
}
.map-wrapper .map-links a span{
	margin: 0 28px 0 0;
}
.map-wrapper .map-right{
	position: relative;
	z-index: 1;
}
.map-wrapper .map-container{
	position: relative;
}
.map-wrapper .map-main{
	margin: 0 -209px 0 -455px;
    max-width: 1316px;
	position: relative;
	z-index: 0;
}
.map-wrapper .map-top{
	position: absolute;
	z-index: 2;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map-wrapper .map-top:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map-road.png) center center no-repeat;
	background-size: cover;
}
/*.map-wrapper .map-top:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map-labels.png) center center no-repeat;
	background-size: cover;
}*/

.map-wrapper .map-top span {
    position: absolute;
    color: #fff;
    display: block;
    font-size: 13px;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
}

.map-wrapper .map-top span.map-top-29401 {
    top: 467px;
    left: 750px;
}
.map-wrapper .map-top span.map-top-29403 {
    top: 374px;
    left: 727px;
}
.map-wrapper .map-top span.map-top-29412 {
    top: 632px;
    left: 700px;
}
.map-wrapper .map-top span.map-top-29451 {
    top: 397px;
    left: 1060px;
}
.map-wrapper .map-top span.map-top-29464 {
    top: 300px;
    left: 915px;
}
.map-wrapper .map-top span.map-top-29466 {
    top: 226px;
    left: 1022px;
}
.map-wrapper .map-top span.map-top-29455 {
    top: 815px;
    left: 410px;
}
.map-wrapper .map-top span.map-top-29482 {
    top: 495px;
    left: 900px;
}
.map-wrapper .map-top span.map-top-29492 {
    top: 200px;
    left: 880px;
}

.map-wrapper .map-main canvas{
	display: block;
	width: 100%;
	height: auto;
	background:url(images/map-main.png) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.map-wrapper .map-hovers{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-wrapper .map-hovers img{
	display: block;
	position: absolute;
	opacity: 0;
	transform: scale(.95);
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.map-wrapper .map-hovers img.active{
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.map-wrapper .map-hovers img.map-29401{
	width: 5.167%;
    top: 35.600%;
    right: 36.550%;
}
.map-wrapper .map-hovers img.map-29403{
	width: 6.231%;
    right: 36.100%;
    top: 29.900%;
}
.map-wrapper .map-hovers img.map-29412{
	width: 25.228%;
    bottom: 27.7%;
    right: 32.3%;
}
.map-wrapper .map-hovers img.map-29424{
	width: 0.684%;
    right: 38.720%;
    top: 37.800%;
}
.map-wrapper .map-hovers img.map-29425{
	width: 1.748%;
    top: 35.400%;
    right: 39.000%;
}
.map-wrapper .map-hovers img.map-29451{
	right: 8.470%;
    top: 25.120%;
    width: 16.033%;
}
.map-wrapper .map-hovers img.map-29455{
	width: 40.805%;
    left: 10.630%;
    bottom: 7.800%;
}
.map-wrapper .map-hovers img.map-29464{
	width: 16.109%;
    right: 21.17%;
    top: 20.69%;
}
.map-wrapper .map-hovers img.map-29466{
	width: 15.729%;
    right: 11.450%;
    top: 12.780%;
}
.map-wrapper .map-hovers img.map-29482{
	width: 9.802%;
    right: 23.460%;
    top: 38.155%;
}
.map-wrapper .map-hovers img.map-29492{
	width: 26.064%;
    top: 0%;
    right: 12.275%;
}
.map-wrapper  .map-pattern{
	position: absolute;
	z-index: 5;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.map-wrapper  .map-pattern img{
	display: block;
	width: 100%;
	height: auto;
}
.sb-cta a{
	min-height: 147px;
    border: 1px solid #c6c6c6;
    display: flex;
    position: relative;
    align-items: center;
	text-decoration: none;
	margin: 20px 0 0;
}
.sb-cta a:before{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 27%;
	background:#2e2d2b;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.sb-cta a:hover:before{
	background: #a8a8a8;
}
.sb-cta a:after{
	content:'';
	display: block;
	position: absolute;
	bottom: -26px;
	width: 100%;
	height: 26px;
	left: 0;
	background: url(images/cta-shadow.png) center top no-repeat;
}
.sb-cta a .cta-icon{
	padding: 7px;
    border: 1px solid #debf89;
    border-radius: 50px;
	position: relative;
	z-index: 1;
	margin: 0 0 0 13%;
}
.sb-cta a .cta-icon canvas{
	background-color:#fff;
	display: block;
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 40px;
}
.sb-cta a.cta-1 canvas{
	background-image:url(images/cta-1.png);
}
.sb-cta a.cta-2 canvas{
	background-image:url(images/cta-2.png);
}
.sb-cta a.cta-3 canvas{
	background-image:url(images/cta-3.png);
}
.sb-cta a .cta-name{
	font-size: 22px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.080em;
	margin: 0 0 0 10px;
	line-height: 30px;
	position: relative;
	z-index: 1;
}

#scroll-down {
	position: fixed;
	top: 50vh;
	left: 20px;
	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: 28px;
		}
		#scroll-down ul li:last-child{
			margin-bottom: 0;
		}
			#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 0px transparent;
				display: block;
				width: 6px;
				height: 6px;
				margin: 0 auto;
				border-radius: 50%;
				background:#a3885a;
				transition: all 0.3s ease-in-out, top 0.3s;
				cursor: pointer;
			}
			#scroll-down ul li.nav-active-section a{
				width: 13px;
				height: 13px;
			}
			#scroll-down.nav-active-section-hp-top ul li a{
				background:#fff;
			}
				#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 #888888;
				}
				#scroll-down ul li a::before {
					content: '';
					position: absolute;
					top: 50%;
					left: 50%;
					width: 7px;
					height: 7px;
					background: #888888;
					border-radius: 50%;
					transform: translate(-50%, -50%);
					display: none;
				}
					#scroll-down ul li.nav-active-section a::before {
						background: #582c4e;
					}
					#scroll-down:not(.vertical-nav-active) ul li:first-child a::before {
						background: #FFF;
					}
	#scroll-down .scroll-down-text {
		display: block;
		margin-top: 13px;
		font-size: 11px;
		letter-spacing: 0.1em;
	}


	.ipcomm-item {
    padding: 15px;
}
.ipcomm-item a {
    display: block;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
    background: #000;
}
.ipcomm-item img {
    display: block;
    width: 250px;
    height: 150px;
    opacity: .5;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.ipcomm-item span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: .150em;
}
.ipcomm-item a:hover img {
    opacity: .9;
}
.ipcomm-item a{
	max-width: 250px;
	position: relative;
}

#content a.site-button {
	margin: 15px auto;
	border-color: #202020;
	color: #202020;
}
a.site-button.full-width {
	width: 100%;
}

li.footer-add > div:nth-child(2) {
    width: 100%;
    max-width: 198px;
}



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

#ihf-main-container .modal .modal-body{
	color: #666;
}

.grecaptcha-badge{
	z-index: 5;
}

#content a.btn-link.ihf-advanced-search-launch{
	text-align: left;
}

#ihf-main-container #ihf-map-canvas .map-infobox-img {
    position: relative;
    width: calc(100% + 15px);
}

.category-blogs #content .archive-subtitle{
	margin: 0;
	line-height: 1.2;
}

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


/*******************************************************
 *
 * STEPS
 *
 *******************************************************/

#steps-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
    text-align: center;
    padding: 100px 0 75px;
}

#steps-wrap h2 {
    font: 400 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

#steps-wrap .section-subtitle {
    margin-bottom: 92px;
    text-align: center;
    position: relative;
}

#steps-wrap .section-subtitle .line {
    position: absolute;
    width: 952px;
    max-width: 100%;
    height: 1px;
    background: #cccccd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#steps-wrap .section-subtitle span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #debf89;
    line-height: 1;
    letter-spacing: -0.02em;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0 18px;
}

.steps-items {}

.steps-item {
    display: inline-block;
    vertical-align: top;
    width: 14.39%;
    margin: 0 3.50%;
}

.steps-item:first-of-type {
    margin-left: 0;
}

.steps-item:last-of-type {
    margin-right: 0;
}

.steps-item > span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #6e6e6e;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-height: 30px;
    margin-bottom: 22px;
}

.steps-item a {
    display: inline-block;
    position: relative;
}

.steps-item a.no-link {
    display: inline-block;
    position: relative;
    pointer-events: none;
}

.steps-item a::after {
    content: 'â†’';
    display: block;
    position: absolute;
    top: 62px;
    right: -50px;
    margin: auto;
    font-size: 25px;
    color: #acacac;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.steps-item a:hover::after {
    right: -60px;
}

.steps-item:last-of-type a::after {
    display: none;
}

.steps-circle {
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #dcdcdc;
    position: relative;
}

.steps-circle::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.65);
    border-radius: 50%;
}

.steps-circle canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps-circle-inner {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    background: rgba(222, 191, 137, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.steps-item a:hover .steps-circle-inner {
    width: 100%;
    height: 100%;
}

.steps-circle-inner::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.steps-circle-inner span {
    display: inline-block;
    vertical-align: middle;
    font: 400 50px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: -0.03em;
    margin-top: 8px;
}

.steps-item strong {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #debf89;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.steps-item p {
    font-size: 13px;
    font-weight: 500;
    color: #6e6e6e;
    line-height: 1.4;
}

#content .custom-page-title {
	font-family: 'Playfair Display SC', serif;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}
	.custom-page-title em {
		font-style: normal!important;
		display: inline-block;
		position: relative;
		font-size: 45px;
		letter-spacing: .08em;
		color: #debf89;
		margin-bottom: 7px;
		padding-right: 43px;
	}
		.custom-page-title em:before, .custom-page-title em:after {
			content: '';
			position: absolute;
		}
		.custom-page-title em:after {
			right: -9px;
			top: 0;
			bottom: 0;
			margin: auto;
			width: 18px;
			height: 18px;
			border: 1px solid rgba(222, 191, 137, .37);
			display: block;
			content: '';
			border-radius: 15px;
			background: url(images/title-dot-b.png) center center no-repeat;
		}
		.custom-page-title em:before {
		    content: '';
		    display: block;
		    background: #debf89;
		    height: 1px;
		    position: absolute;
		    left: 100%;
		    top: 0;
		    bottom: 0;
		    margin: auto;
		    width: 100vw;
		}
	.custom-page-title.left-accent em {
		padding-right: 0;
		padding-left: 43px;
	}
		.custom-page-title.left-accent em:after {
			left: -9px;
			right: initial;
		}
		.custom-page-title.left-accent em:before {
			left: initial;
			right: 100%;
		}
	.custom-page-title span {
		display: block;
		font-size: 65px;
		letter-spacing: .08em;
		color: #000;
	}

#content .custom-section-title {
	font-family: 'Playfair Display SC', serif;
	line-height: 1;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: .08em;
	color: #debf89;
}

#breadcrumbs {
	font-size: 14px;
	letter-spacing: .05em;
	color: #000;
	text-transform: uppercase;
	line-height: 1.7;
	margin: 1.12em 0;
}
	#breadcrumbs .breadcrumb_last {
		font-weight: 500;
	}

ul.custom-list {
	margin-left: 26px;
	list-style: none;
}
	ul.custom-list li {
		letter-spacing: .02em;
		line-height: 1.334;
		color: #4a4a4a;
		margin: 20px 0;
		position: relative;
	}
		ul.custom-list li:before {
			content: '';
			position: absolute;
			width: 6px;
			height: 6px;
		    left: -23px;
		    top: 7px;
			border-radius: 50%;
			background: #debf89;
		}

#content .custom-ip p {
	line-height: 1.735;
	letter-spacing: .02em;
	color: #4a4a4a;
	margin: 1.75em 0;
}
	#content .custom-ip .custom-page-title + p {
		margin-top: 0;
	}

#content a.back-link {
	display: block !important;
}


.page-id-31133 .addtoany_content
#agents-results .agent-top{
	display: none;
}

.page-id-31133 h1.entry-title {
    margin: 0.67em 0;
    font-family: 'Playfair Display SC', serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color: #202020;
}

#agents-results .agents-description p,
#agents-single .agents-description p{
	color: #202020
}

#content #agents-results .agents-col:nth-child(even) .agents-contact {
    justify-content: flex-end;
}

ul.custom-list {
    list-style: none !important;
}

#agents-single .agents-description{
    color: #000;
}


#agents-single .agents-description ul {
    list-style: disc;
    margin-left: 18px;
}



.image-holder{
  position: relative;
}

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

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




.fll-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;

}

.fll-video {
    width: 37.5vw;
    max-width: 600px;
}

.fll-content {
    width: 43.75vw;
    max-width: 700px;
}



.container.cs-cont {}

.fll-title span {
    color: #debf89;
    font-size: clamp(22px, 2.1875vw , 35px);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.fll-title h2 {
    font-family: 'Playfair Display SC', serif;
    color: #000000;
    font-size: clamp(36px, 3.6249999999999996vw , 58px);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.fll-content p {
    color: #000000;
    font-size: clamp(12px, 0.8750000000000001vw , 14px);
    padding-right: clamp(30px, 6.875000000000001vw , 110px);
    line-height: 1.66;
    margin-bottom: 6px;
}

.fll-title {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

ul.fll-bbs {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

ul.fll-bbs li {
    color: #000;
    font-size: clamp(12px, 0.8750000000000001vw , 14px);
    padding: 0 20px;
    position: relative;
    letter-spacing: 0.1em;
}

ul.fll-bbs li i {
    margin-right: 12px;
}

ul.fll-bbs li:first-child {
    padding-left: 0;
}

ul.fll-bbs li:last-child {
    padding-right: 0;
}

ul.fll-bbs li:before {
    content: '';
    position: absolute;
    top: 0;
    right: -0.5px;
    width: 1px;
    height: 15px;
    background: black;
}

ul.fll-bbs li:last-child:before {
    opacity: 0;
}

.fll-wrapper a.site-button {
    color: #2e2d2b;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-color: #000;
    margin-top: 24px;
}






.fll-video a {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.fll-video a .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    z-index: 3;
}
/*
.fll-video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 66px;
    height: 66px;
    border: 1px solid #fff;
    z-index: 2;
    border-radius: 50%;
} */

.fll-video a .play-icon i {
    position: relative;
    left: 2px;
}

.fll-video a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 20%;
}

.fll-wrapper:before {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42.25vw;
    height: 200px;
    background: #2e2d2b;
}

section#featured-listing-luxury:before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 42.25vw;
    height: 200px;
    background: #2e2d2b;
}

section#featured-listing-luxury {
    position: relative;
    width: 100%;
    height: auto;
    display: block;

    margin-top: clamp(60px, 6.5vw , 104px);

        padding-bottom: 30px;
}



.line-dot {
    position: absolute;
    left: 0;
    top: 4.125vw;
    width: 7.8125vw;
    display: flex;
}

.line-dot span {
    width: 16px;
    height: 16px;
    border: 1px solid #debf89;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-left: auto;
}

.line-dot span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50% , -50%);
    background: #000;
    width: 6px;
    height: 6px;
    left: 50%;
}

.line-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(100% - 16px);
    background: #debf89;
}


.fll-wrapper a.site-button:hover {
    border-color: #d6d6d6;
}

.fll-video a .image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f2f2f;
    z-index: 2;
    opacity: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.fll-video a:hover .image-holder:before {
    opacity: 30%;
}


.sp-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-button a.site-button {
    background: #2e2d2b;
    border-color: #2e2d2b;
    color: #fff;
}

.sp-button a.site-button:hover{
	background: #898989;
	border-color: #898989;
}






.hpqs-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    height: auto;
    /* max-width: 1274px; */
    margin: 0px auto;
    padding: 198px 0;
    margin-top: 104px;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    width: clamp(900px, 79.625vw, 1274px);
}

div#hp-qs {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.qs-title h2 {
    font-family: 'Playfair Display SC', serif;
    display: inline-block;
    font-size: 72px;
    letter-spacing: 0.080em;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.qs-title span {
    display: block;
    text-transform: uppercase;
    color: #debf89;
    letter-spacing: 0.2em;
    position: relative;
}

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

.qs-form {
    width: 72.7%;
}

.qs-field.qsf-l {
    width: calc(100% / 2 - 18px);
    margin-bottom: 60px;
}

.qs-field input , .qs-field select, .qs-field .bootstrap-select button {
    width: 100%;
    padding-bottom: 24px;
    padding-top: 12px;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.qs-field .bootstrap-select button .filter-option {
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 0.1em;
    color: #fff !important;
}

.bs-searchbox input {
    color: #000 !important;
}

.qs-field.qsf-s {
    width: calc(100% / 4 - 27px);
}

.qs-field {
    border-bottom: 1px solid #fff;
}

.qs-field.qsf-s.qs-as {
    border: 0;
}

.qs-field.qsf-s.qs-sbmt {border: 0;}

.qs-field.qsf-s.qs-as a {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    background: #2e2d2b;
    transition: all 0.3s ease-in-out;
}

.qs-field.qsf-s.qs-sbmt input {
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #2e2d2b !important;
    transition: all 0.3s ease-in-out;
}

.qs-title span:after {
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content: '';
    border-radius: 15px;
    background: url(./images/title-dot-w.png) center center no-repeat;
}

.qs-title span:before {
    content: '';
    display: block;
    background: #debf89;
    height: 1px;
    position: absolute;
    right: 109%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
}

#hp-qs .accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#hp-qs .accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}


#hp-qs .accent canvas {
    background-image: url(./images/qsbg.jpg);
    background-size: cover;
    background-position: center;
}


#hp-qs .accent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 53%;
}











.range-slider {
    width: 100%;
    /* padding: 0 15px;
    padding: 0 0.938vw;
    margin: 0 0 26px;
    margin: 0 0 1.625vw; */
}

.range-labels {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 23px 0 15px;
    margin: 1.438vw 0 0.938vw;
    margin-top: 0;
    margin-bottom: 16px;
}

.range-labels span {
    display: block;
    font-size: 14px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}

.range-inputs {
    position: relative;
    height: 16px;
    height: 1vw;
}

.range-inputs:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #debf89;
    position: absolute;
    top: 7px;
    top: 0.438vw;
    left: 0;
}

.range-inputs input {
    display: block;
    appearance: none;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
}

.range-inputs input[type="range"]::-webkit-slider-runnable-track {
    appearance: none;
}

.range-inputs input::-webkit-slider-thumb {
    appearance: none;
    position: relative;
    /* width: 16px;
    width: 1vw;
    height: 16px;
    height: 1vw; */
    background: #debf89;
    border: none;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.range-inputs input[type="range"]::-moz-range-track {
    appearance: none;
}

.range-inputs input::-moz-range-thumb {
    appearance: none;
    position: relative;
    width: 16px;
    width: 1vw;
    height: 16px;
    height: 1vw;
    background: var(--secondary);
    border: none;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;

}
.qs-field.qsf-l.rs {
    border-bottom: 0;
    /* position: relative; */
    /* bottom: -15px; */
}

/* .range-slider {
    margin-bottom: -10px;
} */


.qs-field.qsf-s.qs-sbmt:hover input {
    background: #debf89;
    color: #fff;
}

.qs-field.qsf-s.qs-as a:hover {
    background: #debf89;
    color: #ffff;
}


.qs-field.qsf-l.rs .range-slider {
    position: relative;
    bottom: -17px;
}

#hp-fp, #hp-sp, #hp-testi, #hp-map {
  opacity: 0;
}

div#hp-qs, #hp-welcome, section#featured-listing-luxury , #steps-wrap, #hp-top, #hp-lpost, .home .footer {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px !important;
}
.aios-custom-ihomefinder-details-template #content a.back-link {
    display: none !important;
}
.aios-custom-ihomefinder-details-template #content br{
    display: none !important;
}
.aios-custom-ihomefinder-printable-template .sidebar{
    display: none;
}
.aios-custom-ihomefinder-printable-template #content a.back-link {
    display: none !important;
}
.aios-custom-ihomefinder-printable-template #content br{
    display: none;
}
.aios-custom-ihomefinder-printable-template #breadcrumbs{
    margin: 0;
}






.ftr-smi {
    font-size: 28px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.ftr-smi a:hover {
    color: #debf89;
    transition: all 0.3s ease-in-out;
}


/*HP Ultimate Guides*/

section#hp-ultimate-guides {
    position: relative;

    display: none;
}

section#hp-ultimate-guides::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 60.5%;
    height: 200px;
    width: 100vw;
    background: #2e2d2b;
}

.hp-ultimate-guides-inner {
    display: flex;
    align-items: flex-start;
    padding: clamp(60px, 8.5vw, 150px) 0 clamp(15px, 2.125vw, 37.5px);
}

.hp-ultimate-guides-photo {
    width: 40%;
}

.hp-ultimate-guides-photo-inner a {
    display: block;
    color: #fff !important;
    overflow: hidden;
    position: relative;
}

.hp-ultimate-guides-photo-inner a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(50px, 4vw);
    height: max(50px, 4vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: max(13px, 1.75vw);
    border: 1px solid;
    border-radius: 50%;
}

.hp-ultimate-guides-photo-inner a:hover img {
    transform: scale(1.05);
}

.hp-ultimate-guides-photo-inner {
    position: relative;
    background: #000;
}

.hp-ultimate-guides-photo-inner canvas {
    display: block;
    width: 100%;
    height: auto;
}

.hp-ultimate-guides-photo-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.55;
    transition: all 0.4s ease-in-out;
}

.hp-ultimate-guides-text {
    width: 60%;
}

.hp-ultimate-guides-text-inner {
    padding: 0 clamp(30px, 3.875vw , 80px);
    margin-right: -13vw;
}

.hp-ultimate-guides-title h2 {
    color: #debf89;
    font-size: clamp(22px, 2.1875vw, 35px);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.hp-ultimate-guides-title h2 span {
    font-family: 'Playfair Display SC', serif;
    color: #000000;
    font-size: clamp(36px, 3.6249999999999996vw, 58px);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
}

.hp-ultimate-guides-title h2 span em {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4.2vw;
}

.hp-ultimate-guides-title h2 span em::before, .hp-ultimate-guides-title h2 span em::after {
    content: '';
    position: absolute;
}

.hp-ultimate-guides-title h2 span em::before {
    position: absolute;
    right: 11vw;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(222, 191, 137, .37);
    display: block;
    content:
    '';
    border-radius: 15px;
    background: url(
    images/title-dot-b-new.png) center center no-repeat;
}

.hp-ultimate-guides-title h2 span em::after {
    content: '';
    display: block;
    background: #debf89;
    height: 1px;
    position: absolute;
    left: calc(100% - 11.1vw);
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100vw;
}

.hp-ultimate-guides-button {
    display: flex;
    padding-top: max(40px, 2.25vw);
}

.hp-ultimate-guides-button a {
    background: #2e2d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: max(5px, 0.5vw);
    height: max(50px, 2.7vw);
    width: max(199px, 10.5vw);
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: max(14px, 0.75vw);
}

.hp-ultimate-guides-button a:hover {
    background: #debf89;
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.page-id-53589 .aios-testimonials-content,
body.page-id-53589 #aios-testimonials .aios-testimonials-lists h3 {
    color: #000;
}

#listings-details .listings-form .wpcf7-spinner {
    position: absolute;
    margin: 0 !important;
}

.ihf-details-template #content .rank-math-breadcrumb {
    display: none;
}

/* aside.sidebar {
    display: none !important;
}

#content-sidebar #content {
    width: 100% !important;
} */
/*HP Ultimate Guides*/

/* Community Pages: START */
.ip-communities-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.ip-comm-photo {
    font-size: 0;
    position: relative;
}
.ip-comm-photo::before {
    width: calc(100% - 45px);
    height: calc(100% - 10px);
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: 0;
    border: 2px solid #cccccc;
}
/* Community Pages: END */

/* Videos Page: START */
.ip-video-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
    margin-bottom: 50px;
}
#content .ip-video-wrap h2 {
    font-size: clamp(30px, 3.375vw , 50px);
    font-weight: 500;
    font-family: 'Playfair Display'; 
    line-height: 1;
    text-align: center;
}
.ip-video-box {
    font-size: 0;
    position: relative;
}
.ip-video-box.iframe-box {
    max-width: 320px;
    margin: 0 auto;
}
.ip-video-box.iframe-box iframe {
    width: 100%;
}
.ip-video-box::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    border: 2px solid #cccccc;
}
/* Videos Page: END */