/*
Theme Name: Black Star
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.1
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

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

*/

/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

:root {
    /** Font default */
    --font-family-default: 'Barlow', sans-serif;
    --font-family-title: 'Raleway', sans-serif;
    --font-size-default: 18px;
    --font-size-title: 18px;
    --font-color-default: #000000;
    --font-color-title: #6c757d;

    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4,0,.2,1);

    --barlowsc: 'Barlow Condensed', sans-serif;;
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/

/* Sub Menu */
#nav{}
#nav li{
    position: relative;
}
#nav a{
    font-size: 14px;
    letter-spacing: 0.080em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
}
#nav > li{
    margin: 0 0 0 59px;
}
#nav > li:first-child{
    margin: 0 0 0 0;
}
#nav > li:not(:first-child):before{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -32px;
    background: #fff;
    opacity: 0.7;
}
#nav > li > a{}
#nav > li > a:before{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 50%;
    right: 50%;
    bottom: -5px;
    background: #fff;
    opacity: 0;
    margin: 0 auto;
}
#nav > li:focus-within > a:before,
#nav > li:hover > a:before{
    left: 0;
    right: 0;
    opacity: 1;
}
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    padding: 18px 0 0;
    position: absolute;
    width:100%;
    left: -50vw;
    right: -50vw;
    margin: 0 auto;
    min-width:240px;
    text-align: center;
}
#nav .sub-menu li > a {
    color: #000;
    display: block;
    padding: 10px;
}
#nav .sub-menu li:focus-within > a,
#nav .sub-menu li:hover > a {
    background: #000;
    color: #fff;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
    padding: 0 0 0;
    left: 0;
    right: 0;
}
#nav li:focus-within > .sub-menu,
#nav li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
}
#nav .sub-menu li {
    position: relative;
    display: block;
    background: rgba(255,255,255,0.8);
}


/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #FFFFFF;
    color: var(--font-color-default);
    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; */
}

#main-wrapper{
    overflow: hidden;
}

/*******************************************************
 *
 * 4. 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: var(--dark);
        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: #FFFFFF;
            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) */
#inner-page-wrapper h1.entry-agent-title,
#inner-page-wrapper h1.entry-title,
#content .entry-title,
#content .archive-title {
    font-family: var(--font-family-title);
    font-size: 45px;
    text-transform: uppercase;
    margin: 0.67em 0;
}

p#breadcrumbs{
    line-height: 1.7;
    margin: calc(1.12em + 3px) 0 1.12em;
}

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

}

:after,
:before{
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

a,
.ease,
input[type="submit"],
button{
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

section{
    position: relative;
}

.img-cover{
    position: relative;
    display: block;
    z-index: 0;
}
.img-cover > canvas{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}
.img-cover > img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
canvas{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}

.mw-container{
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.ease{
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}
.ease-f{
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.ease-s{
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}
.header{
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    padding: 29px 0;
}
.hdr-main{
    position: relative;
    z-index: 0;
}
.hdr-container{
    width: 1400px;
}
.hdr-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    max-width: 252px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.hdr-burger{
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.hdr-burger > span{
    font-size: 14px;
    letter-spacing: 0.080em;
    text-transform: uppercase;
    margin: 0 18px 0 0;
    color: #fff;
}
.hdr-burger .burger-lines{}
.hdr-burger .burger-lines > div{
    width: 17px;
    margin: 0 auto;
    height: 1px;
    background: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.hdr-burger .burger-lines > div:not(:first-child):not(:last-child){
    width: 37px;
    margin: 9px auto;
}
.hdr-burger:hover .burger-lines > div{
    width: 37px;
}
.exp-panel{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.exp-panel .exp-bd{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.exp-panel .exp-inner{
    position: absolute;
    z-index: 1;
    top: 0;
    right: min(-43.75vw,-700px);
    height: 100vh;
    overflow: auto;
    background: #1c1212;
    width: calc(100% - 30px);
    max-width: min(43.75vw,700px);
}
.exp-panel.active .exp-inner{
    right: 0;
}
.exp-panel .exp-inner:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/site-accent_01.png) right bottom no-repeat;
    background-size: 100vw auto;
    opacity: 0.02;
}
.exp-close{
    position: absolute;
    top: min(3.625vw,58px);
    right: min(4.375vw,70px);
    cursor: pointer;
    color: #fff;
    opacity: 1;
    font-size: min(1.6875vw,27px);
    z-index: 1;
}
.exp-close:hover{
    opacity: 0.7;
}
.exp-navigation {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #7d7376;
    margin: min(7.5625vw,121px) auto 0;
    max-width: min(30.5625vw,489px);
    padding: 0 0 min(3.75vw,60px) min(1vw,16px);
}
#expnav{
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-height: min(22.5vw,360px);
}
#expnav li{
    font-size: min(1.375vw,22px);
}
#expnav a{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.080em;
}
#expnav > li{
    margin-top: min(1.6875vw,27px);
}
#expnav > li:first-child{
    /*margin-top: 0;*/
}
#expnav > li:first-child + li{
    margin-top: min(5.5vw,88px);
}
#expnav > li > a{}
#expnav > li > a:hover{
    color:#918685;
}
#expnav .sub-menu{
    margin-top: min(0.875vw,14px);
}
#expnav .sub-menu li{
    font-size: min(0.875vw,14px);
    line-height: 1.786;
}
#expnav .sub-menu li a{
    color: #9d9797;
}
#expnav .sub-menu li a:hover{
    color:#fff;
}
.exp-ci{
    position: relative;
    z-index: 1;
    margin: min(3.75vw,60px) auto 0;
    max-width: min(30.5625vw,489px);
}
.exp-ci ul{
}
.exp-ci li{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    margin: 15px 0 0;
}
.exp-ci li.ftr-adr {
    margin-left: 0!important;
}

.exp-ci li.ftr-adr > div {
    display: flex;
}

.exp-ci li.ftr-adr > div:not(:last-child) {
    margin-bottom: 15px;
}
.exp-ci li.ftr{
    display: none;
}
.exp-ci li:first-child{
    margin: 0 0 0;
}
.exp-ci li span{
    font-size: 17px;
    min-width: 17px;
    text-align: center;
    margin: 0 9px 0 0;
}
.exp-ci li span.ai-font-envelope-filled-a{
    font-size: 12px;
}
.exp-ci li a{
    font-size: min(0.9375vw,15px);
    letter-spacing: 0.050em;
    color: #fff;
}
.exp-ci li a:hover{
    color:#918685;
}
#hp-hero{}
.ss-canvas{
    position: relative;
    z-index: 0;
}
.hp-ss{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hp-ss:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
}
.hp-ss:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/site-accent_01.png) right bottom no-repeat;
    background-size: 100vw auto;
    opacity: 0.2;
}
.hp-ss .aios-slider{
    z-index: 0;
}
.section-title{
    max-width: max-content;
}
.section-title.center{
    margin: 0 auto;
}
.section-title h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.section-title.light h2{
    color: #fff;
}
.section-title h2 span{
    display: block;
    font-family: var(--font-family-title);
    font-size: 56px;
    font-weight: 700;
    line-height: 1.071;
    position: relative;
    padding: 0 0 0 21px;
    margin: 19px 0 0;
}
.section-title h2 span:before{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 12px;
    width: 1px;
    background: #dacfd6;
}
.section-title.light h2 span:before{
    background: #fff;
}
#hp-qs{
    background: #fff;
    padding: 50px 0;
}
.qs-container{
    width: 1500px;
    background: #918685;
    position: relative;
    padding: 34px 0 44px;
}
.qs-container:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/qs-bg.jpg) center top no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.qs-container:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(145,134,133);
    background: linear-gradient(0deg, rgba(145,134,133,1) 0%, rgba(145,134,133,0) 50%, rgba(145,134,133,1) 100%);
}
.qs-wrap{
    position: relative;
    z-index: 2;
}
.qs-wrap .qs-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    width: 1110px;
}
.qs-wrap .qs-title{}

.qs-wrap .qs-content{
    width: calc(100% - 258px);
    max-width: 885px;
}
.qs-wrap form{}
.qs-wrap .qs-form{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.qs-wrap .qs-col{
    width: calc(25% - 10px);
    max-width: 204px;
}
.qs-wrap .qs-col select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.050em;
    background: url(images/qs-dd.png) calc(100% - 16px) center no-repeat;
    padding: 0 21px 0 3px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.46);
    outline: 0;
}
.qs-wrap .qs-col .btn.dropdown-toggle.btn-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.050em;
    background: url(images/qs-dd.png) calc(100% - 16px) center no-repeat;
    padding: 0 21px 0 3px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.46);
    outline: 0;
    border-radius: 0;
    box-shadow: none!important;
    outline: none!important;
}

.qs-wrap .qs-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    letter-spacing: 0.050em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qs-wrap .qs-col .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px!important;
}
.qs-wrap .qs-col option{
    color: #000;
}
.qs-wrap .qs-col.button{}
.qs-wrap .qs-col.button button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    font-size: 14px;
    letter-spacing: 0.050em;
    color: #fff;
    text-transform: uppercase;
}
.qs-wrap .qs-col.button a{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    font-size: 14px;
    letter-spacing: 0.050em;
    color: #fff;
    text-transform: uppercase;
}
.qs-wrap .qs-col.button button:hover,
.qs-wrap .qs-col.button a:hover{
    background: #1c1212;
    border: 1px solid #1c1212;
}
.qs-wrap .qs-idx {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.100em;
    max-width: 1170px;
    margin: 18px auto 0;
    width: 100%;
}
input[type="submit"].global-button,
button.global-button,
a.global-button,
.global-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    min-width: 203px;
    height: 60px;
    border: 2px solid #918685;
    background: rgba(0,0,0,0);
    font-size: 14px;
    letter-spacing: 0.050em;
    color: #1c1212;
    text-transform: uppercase;
}

input[type="submit"].global-button.active,
button.global-button.active,
a.global-button.active,
.global-button.active,
input[type="submit"].global-button:hover,
button.global-button:hover,
a.global-button:hover,
.global-button:hover{
    background: #1c1212;
    border: 2px solid #1c1212;
    color: #fff;
}
input[type="submit"].global-button.light,
button.global-button.light,
a.global-button.light,
.global-button.light{
    border: 2px solid #fff;
    color: #fff;
}
input[type="submit"].global-button.light.active,
button.global-button.light.active,
a.global-button.light.active,
.global-button.light.active,
input[type="submit"].global-button.light:hover,
button.global-button.light:hover,
a.global-button.light:hover,
.global-button.light:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #1c1212;
}
#hp-abt{
    padding: 0 0 0;
}
#hp-abt:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: url(images/site-accent_02.png) calc(100% + min(6.8125vw,109px)) center no-repeat;
    background-size: auto 100%;
}
.abt-container{
    width: 1292px;
    position: relative;
    z-index: 1;
}
.abt-wrap{}
.abt-wrap .abt-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.abt-wrap .abt-l{
    width: 49.536%;
}
.abt-wrap .abt-photo{
    background: url(images/abt-bg_01.jpg) right center repeat-x;
    background-size: auto 100%;
    padding: 31px 0 0 15px;
}
.abt-wrap .abt-img {
    max-width: 607px;
    margin: 0 48px 0 auto;
}
.abt-wrap .abt-r{
    width: 50.464%;
}
.abt-wrap .abt-content{
    margin: 0 0 0 0;
}
.abt-wrap .abt-title{}
.abt-wrap .abt-desc{
    line-height: 1.556;
    margin: 29px 0 0;
}
.abt-wrap .abt-button{
    margin: 42px 0 0;
}

#hp-fl{
    padding: 76px 0 98px;
}
.fl-wrap{}
.fl-wrap .fl-title{
    margin: 0 0 38px;
}
.fl-wrap .fl-slide{
    font-size: 0;
}
.fl-wrap .fl-slide .slick-slide{

}
.fl-wrap .fl-slide:not(.slick-initialized){
    display: flex;
    flex-flow: row;
}
.fl-wrap .fl-single{
    position: relative;
}
.fl-wrap .fl-slide:not(.slick-initialized) .fl-single{
    width: calc(100% / 3);
}
.fl-wrap .fl-single .fl-img{}
.fl-wrap .fl-single .fl-img a{}
.fl-wrap .fl-single .fl-img a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/fl-fade.png) center center no-repeat;
    background-size: cover;
}
.fl-wrap .fl-single .fl-default{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px 56px 37px;
    opacity: 1;
}
.fl-wrap .fl-single:hover .fl-default{
    opacity: 0;
}
.fl-wrap .fl-single .fl-add{
    font-family: var(--barlowsc);
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.fl-wrap .fl-single .fl-add span{
    display: block;
    font-size: 18px;
    margin: 12px 0 0;
}
.fl-wrap .fl-single .fl-hover{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.fl-wrap .fl-single:hover .fl-hover{
    opacity: 1;
}
.fl-wrap .fl-single .fl-hover > div{
    background: #000;
    height: 25%;
    display: flex;
    flex-flow: row wrap;
}
.fl-wrap .fl-single .fl-hover > div:first-child{
    padding: 0 39px;
    justify-content: flex-start;
    align-items: center;
}
.fl-wrap .fl-single .fl-hover > div:nth-child(2){
    background: rgba(0,0,0,0.95);
}
.fl-wrap .fl-single .fl-hover > div:nth-child(3){
    background: rgba(0,0,0,0.85);
}
.fl-wrap .fl-single .fl-hover > div:nth-child(4){
    background: rgba(0,0,0,0.75);
}
.fl-wrap .fl-single .fl-hover a {
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.050em;
    width: 100%;
    opacity: 1;
}
.fl-wrap .fl-single .fl-hover a:hover{
    opacity: 0.5;
}
.fl-wrap .fl-single .fl-hover a em{
    font-size: 21px;
    margin: 0 20px 0 0;
}
.fl-wrap .fl-single .fl-hover > div:nth-child(3) a span{
    background: url(images/fl-camera.png) left center no-repeat;
    background-size: 20px 18px;
    padding: 1px 0 1px 40px;
}
.site-navigation.fl{
    margin: 46px 0 0;
}
.site-navigation{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.site-navigation .site-arrow a,
.site-navigation .site-arrow:not(.slick-hidden){
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.site-navigation .site-arrow em{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 2px solid #dacfd6;
    color: #000;
    font-size: 17px;
    margin: 0 22px 0 0;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.site-navigation .site-arrow:hover em{
    border: 2px solid #000;
    background: #000;
    color: #fff;
}
.site-navigation .site-arrow.site-next em{
    margin: 0 0 0 22px;
}
.site-navigation .site-arrow span{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
}
.site-navigation .site-arrow.site-next span{
    margin: 0 0 0 22px;
}
.site-navigation .site-button{
    margin: 0 30px;
}
.site-navigation.fc,
.site-navigation.fl{
    margin: 46px 0 0;
}
#hp-wwwu{
    background: #000;
    padding: 92px 0 115px;
}
#hp-wwwu:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: url(images/wwwu-bg.jpg) center center no-repeat;
    background-size: cover;
}
.wwwu-wrap{
    position: relative;
    z-index: 1;
}
.wwwu-wrap .wwwu-title{}
.wwwu-wrap .wwwu-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 40px 0 0;
}
.wwwu-wrap .wwwu-col{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 16%;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.5);
    min-height: 157px;
    max-width: 342px;
}
.wwwu-wrap .wwwu-col:first-child{
    border: 0 solid #fff;
}
.wwwu-wrap .wwwu-lg{
    font-family: var(--barlowsc);
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 500;
}
.wwwu-wrap .wwwu-sm{
    font-size: 15px;
    letter-spacing: 0.100em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 11px 0 0;
}
#hp-cta{
    padding: 50px 0 100px;
}
.cta-wrap{
    font-size: 0;
    text-align: center;
}
.cta-wrap a {
    display: inline-flex;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: calc(25% - 15px);
    font-family: var(--barlowsc);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    background: #918685;
    min-height: 140px;
    padding: 10px;
    color: #fff;
    max-width: 365px;
    position: relative;
}
.cta-wrap a:first-child{
    margin: 0 0 0 0;
}
.cta-wrap a:hover{
    background: #000;
}
.cta-wrap a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/site-accent_01.png) center calc(100% + 12px) no-repeat;
    background-size: cover;
    opacity: 0;
}
.cta-wrap a:hover:before{
    opacity: 0.14;
}
.cta-wrap a span{
    position: relative;
    z-index: 1;
}
#hp-fc{
    padding: 0 0 98px;
}
.fc-wrap{}
.fc-wrap .fc-inner{
    position: relative;
}
.fc-wrap .fc-title{
    margin: 0 0 38px;
}
.fc-wrap .fc-slide{}
.fc-wrap .fc-single{}
.fc-wrap .fc-single a{
    display: block;
    position: relative;
    padding: 12px 10px;
}
.fc-wrap .fc-single a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.fc-wrap .fc-single a .fc-single-bg{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fc-wrap .fc-single a .fc-default{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.150em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 15px 70px;
    opacity: 1;
}
.fc-wrap .fc-single a:hover .fc-default{
    opacity: 0;
}
.fc-wrap .fc-single a .fc-default:before{
    content:'';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: 37px;
    background: #fff;
    margin: 0 auto;
    max-width: 364px;
}
.fc-wrap .fc-single a .fc-hover{
    position: relative;
    z-index: 3;
    background: rgba(28,18,18,0.9);
    color: #fff;
    text-align: center;
    padding: 46px 0 44px;
    opacity: 0;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.fc-wrap .fc-single a:hover .fc-hover{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.fc-wrap .fc-single a .fc-hover-title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.150em;
    text-transform: uppercase;
    margin: 0 0 17px;
}
.fc-wrap .fc-single a .fc-hover-desc{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.556;
    padding: 0 7%;
}
.fc-wrap .fc-single a .fc-hover-button{
    margin: 23px 0 0;
}
.slick-initialized.slick-slider *{
    outline: 0 !important;
}
#hp-mtt{
    padding: 0 0 88px;
}
.mtt-container{
    width: 1500px;
    position: relative;
}
.mtt-container:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
    max-height: 360px;
    background: #918685;
}
.mtt-container:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
    max-height: 360px;
    background: url(images/mtt-bg.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.08;
}
.mtt-wrap{
    position: relative;
    z-index: 2;
}
.mtt-wrap .mtt-title{
    margin: 0 0 36px;
    padding: 55px 0 0;
}
.mtt-wrap .mtt-content{
    width: 1300px;
}
.mtt-wrap .mtt-slide{
    font-size: 0;
    margin: 0 -10px;
}
.mtt-wrap .mtt-single{
    padding: 0 10px;
}
.mtt-wrap .mtt-single a{
    display: block;
    position: relative;
}
.mtt-wrap .mtt-single a .mtt-img{}
.mtt-wrap .mtt-single a .mtt-det{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    text-align: center;
    padding: 20px 10px 23px;
    background: #fff;
}
.mtt-wrap .mtt-single a:hover .mtt-det{
    background: #000;
    color: #fff;
}
.mtt-wrap .mtt-single a .mtt-name{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.050em;
    color: #000;
    margin: 0 0 3px;
}
.mtt-wrap .mtt-single a:hover .mtt-name{
    color: #fff;
}
.mtt-wrap .mtt-single a .mtt-position{}
.mtt-wrap .mtt-single a .mtt-license{}
.mtt.site-navigation{
    margin: 36px 0 0;
}
#hp-lwb{
    background: url(images/homepage-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 92px 0 106px;
}
#hp-lwb:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.lwb-wrap{
    position: relative;
    z-index: 1;
}
.lwb-wrap .lwb-title{}
.lwb-wrap .lwb-desc {
    line-height: 1.556;
    color: #fff;
    margin: 16px auto 42px;
    max-width: 890px;
}
.lwb-wrap .lwb-button{}
#hp-testi{
    background: #eee;
    padding: 90px 0 100px;
}
.testi-wrap{}
.testi-wrap .testi-title{}
.testi-wrap .testi-content{
    position: relative;
    margin: 24px auto 0;
}
.testi-wrap .testi-slide{
    font-size: 0;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    max-width: 1060px;
}
.testi-wrap .testi-single{
    line-height: 1.556;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.testi-wrap .testi-single .testi-client{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    color: #242424;
    font-weight: 400;
    margin: 22px 0 0;
}
.testi-wrap .testi-single .testi-post{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    color: #898989;
    font-weight: 400;
    margin: 23px 0 0;
}
.testi-wrap .testi-arrows{
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: min(-6.375vw,-102px);
    right: min(-6.375vw,-102px);
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.testi-wrap .testi-arrows .testi-arrow{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 2px solid #dacfd6;
    color: #000;
    font-size: 17px;
    margin: 0 22px 0 0;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    cursor: pointer;
    pointer-events: auto;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.testi-wrap .testi-arrows .testi-arrow:hover{
    border: 2px solid #000;
    background: #000;
    color: #fff;
}
#hp-fusm{
    padding: 95px 0 100px;
}
.fusm-wrap{}
.fusm-wrap .fusm-title{
    margin: 0 0 37px;
}
.fusm-wrap .fusm-col{
    position: relative;
}
.fusm-wrap .fusm-col .fusm-name {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.100em;
    text-align: center;
    margin: 0 0 30px;
}
.fusm-wrap .fusm-col .fusm-name:before{}
.fusm-wrap .fusm-col .fusm-icon {
    position: absolute;
    left: 23px;
    bottom: 0px;
    max-width: max-content;
}
.fusm-wrap .fusm-col.ig .fusm-icon{
    left: 14px;
}
.fusm-wrap .fusm-col .fusm-icon a{
    color: #1877f2;
    font-size: 49px;
}
.fusm-wrap .fusm-col.fb .fusm-icon a{}
.fusm-wrap .fusm-col.ig .fusm-icon a{
    font-size: 46px;
}
.fusm-wrap .fusm-col .fusm-icon a:hover{
    opacity: 0.6;
}
.fusm-wrap .fusm-feeds{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.fusm-wrap .fusm-feed{}
.fusm-wrap .fusm-feed a{
    display: block;
    position: relative;
    overflow: hidden;
}
.fusm-wrap .fusm-feed img {
    transition: all var(--default-transition);
}
.fusm-wrap .fusm-feed a:hover img {
    transform: scale(1.1);
}
.fusm-wrap .fusm-button {
    max-width: max-content;
    margin: 38px 0 0;
    padding: 0 0 0 68px;
}
.footer{
    position: relative;
    z-index: 0;
}
#ftr-git{
    position: relative;
    background: url(images/git-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0 87px;
}
#ftr-git:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
.git-wrap{
    position: relative;
    z-index: 2;
}
.git-wrap .git-title{
    margin: 0 0 7px;
}
.git-wrap .git-content{
    max-width: 655px;
    margin: 0 auto;
}
.git-form{}
.git-form .wpcf7-form-control-wrap{
    display: block;
}
.git-form ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.git-form :-ms-input-placeholder {
  text-transform: uppercase;
}
.git-form ::placeholder {
  text-transform: uppercase;
}
.git-form .git-row{}
.git-form .git-row:first-child{
    margin: 0 0 0;
}
.git-form .git-row.dual{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.git-form .git-row.dual > div{
    width: calc(50% - 5px);
    max-width: 304px;
}
.git-form .git-row.dual > div:first-child{
    margin: 0 0 0;
}
.git-form .git-row:not(.send) input{
    font-family: var(--barlowsc);
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 0 0 0;
    outline: 0;
    height: 79px;
}
.git-form .git-row.message{
    margin: 34px 0 0;
}
.git-form .git-row.message textarea{
    font-family: var(--barlowsc);
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 0 0 0;
    outline: 0;
    height: 82px;
    resize: none;
}
.git-form .git-row.send{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}
.ftr-content{
    padding: min(3.125vw,50px) 0;
}
.ftr-inner{
    background: #000;
    position: relative;
    width: 1500px;
}
.ftr-inner:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/site-accent_01.png) right bottom no-repeat;
    background-size: min(116.250vw,1860px) auto;
    opacity: 0.08;
}
.ftr-wrap{
    position: relative;
    z-index: 1;
    padding: 54px 0 88px;
}
.ftr-logo{
    margin: 0 auto;
    width: 356px;
}
.ftr-ci{
    margin: 52px 0 0;
}
.ftr-ci ul{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.ftr-ci ul li,
.ftr-ci ul li.ftr-adr > div{
    color: #fff;
    order: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin:0px 25px
}
.ftr-ci ul li.hdr{
    display: none;
}
.ftr-adr{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-right: 0 !important;
    margin-left:25px !important;
}
.ftr-ci ul li:nth-child(2){
    order: 3;
}
.ftr-ci ul li.ftr{
    order: 2;
}
.ftr-ci ul li span {
    font-size: 17px;
    min-width: 17px;
    text-align: center;
    margin: 0 9px 0 0;
}
.ftr-ci ul li span.ai-font-envelope-filled-a {
    font-size: 12px;
}
.ftr-ci ul li a{
    font-size: 15px;
    letter-spacing: 0.050em;
    color: #fff;
}
.ftr-ci ul li a:hover{
    color: #918685;
}
.ftr-disclaimer{
    border-top: 1px solid rgba(255,255,255,0.1);
    width: 1133px;
    color: #7d7a7a;
    font-size: 12px;
    line-height: 1.833;
    letter-spacing: 0.050em;
    margin-top: 58px;
    padding: 51px 0 0;
}
.ftr-disclaimer a{
    color: #7d7a7a;
}
.ftr-disclaimer a:hover{
    color: #fff;
}
.copyright{
    font-size: 14px;
    letter-spacing: 0.040em;
    line-height: 2.143;
    font-weight: 300;
    color: #fff;
    margin-top: 3px;
}
.copyright a{}
.copyright a[target]{
    font-weight: 700;
    text-decoration: underline;
}
.copyright a:hover{
    color: #7d7a7a;
}
.re-logos{
    font-size: 0;
    margin-top: 18px;
}
.re-logos span{
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    color: #fff;
    margin-left: 10px;
}
.re-logos span:first-child{
    margin: 0 0 0 0;
    font-size: 21px;
}

body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}

body.pojo-a11y-readable-font [class*="ai-font"] {
    font-family: agentimage !important;
}

button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}

.ftr-ci ul li{
    font-size: 15px;
    letter-spacing: 0.050em;
}

.exp-ci li {
    font-size: min(0.9375vw,15px);
}

.ftr-ci ul li:nth-child(2) span {
    font-size: 22px;
}

#hp-fc{
    display: none;
}

body.page-id-24 .ai-classic-about-content:after,
body.page-id-24 .ai-classic-agent-contact-info{
    background: #1c1212;
}

body.page-id-24 .ai-classic-about-greetings h1 span{
    color: #918685;
}

body.page-id-24 .ai-template-form-wrap,
body.page-id-24 .ai-classic-about-cta,
body.page-id-24 .ai-classic-about-testimonials{
    display: none;
}


body.page-id-21 .ai-classic-contact-info-wrap:after,
body.page-id-21 .ai-classic-contact-map:after{
    background: #1c1212;
}

body.page-id-21 .ai-classic-contact-contents .wpcf7 input[type="submit"]{
    color: #1c1212;
    border-color: #1c1212;
}


body.page-id-21 #ai-classic-contact-wrap .ai-classic-contact-informations li i{
    color: #1c1212;
    font-style: normal;
}


body.page-id-21 .ai-classic-contact-contents .wpcf7 input[type="submit"]:hover {
    border-color: #1c1212;
    background: #1c1212;
    color: #fff;
}

body.page-id-21 .ai-classic-contact-informations li:last-child a:hover {
    background: #1c1212 !important;
    border-color: #1c1212;
}
body.page-id-21 #ai-classic-contact-wrap .ai-classic-contact-informations li:last-child a {
    color: #1c1212;
    border-color: #1c1212;
}

body.page-id-21 #ai-classic-contact-wrap .ai-classic-contact-informations li:last-child a:hover {
    color: #fff;
}

body.page-id-21 h1.entry-title {
    max-width: 1170px;
    margin: 0.67em auto !important;
    padding: 0 20px;
}

body.page-id-21 #breadcrumbs {
    padding: 0 5px;
}

.broker-logo img{
    width: 150px;
}

.broker-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}
.ai-classic-about-greetings p {
    padding: 10px 0px !important;
    margin: 0!important;
}

body.post-page-about #inner-page-wrapper #breadcrumbs{
    padding: 0 0;
}

/* IP Accordion : START */
.ip-accordion {
    margin: 15px 0;
}
.ip-accordion-item {
    background: #f8f8f8;
}
button.ip-accordion-button {
    background: #f8f8f8;
    color: #666666;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 14px 20px 10px 40px;
    width: 100%;
    text-align: left;
    outline: none !important;
    position: relative;
    white-space: normal;
}
button.ip-accordion-button:hover,
button.ip-accordion-button:focus,
button.ip-accordion-button:active {
    background: #dd9f33 !important;
    border: 1px solid #dd9f33 !important;
}
button.ip-accordion-button .glyphicon {
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 10px;
    font-style: normal !important;
}
button.ip-accordion-button .glyphicon-plus {
    display: none;
}
button.ip-accordion-button .glyphicon-minus {

}
button.ip-accordion-button.collapsed .glyphicon-plus {
    display: block;
}
button.ip-accordion-button.collapsed .glyphicon-minus {
    display: none;
}
.ip-accordion-body {
    padding: 15px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
/* IP Accordion : END */

.mtt-wrap .mtt-single a .mtt-img img {
    object-position: top center;
}

.git-wrap .git-content .wpcf7 form .wpcf7-response-output {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 12px auto 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    font-size: 12px;
    line-height: 1.2;
}

body.aios-custom-ihomefinder-details-template .aios-custom-ihomefinder-template-img-loader::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, 1) 100%) !important;
    z-index: 3;
}

body.aios-custom-ihomefinder-details-template .aios-custom-ihomefinder-template-img-loader.loader-sm:after {
    display: none;
}

body #listings-details .listings-slideshow-splide.splide-default .listings-slideshow-splide-text span {
    text-shadow: 0 2px 3px #000;
}

body.single-aios-communities #content-full #content {
    padding: 0 15px;
    position: relative;
}


body.single-aios-communities #ai-classic-communities-details-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    margin: 0 -15px;
    background-color: #f5f4f4;
    right: 0;
    height: 100%;
    z-index: -1;
}

body.single-aios-communities #ai-classic-communities-details-wrap {
    position: relative;
}


body.single-aios-communities .props-search .props-search-input button.btn.dropdown-toggle.bs-placeholder.btn-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: 0;
    outline: 0;
    height: 56px;
    width: 345px;
    padding: 0 30px 0 13px;
    background: transparent;
    text-overflow: ellipsis;
    text-transform: uppercase;
    box-shadow: none!important;
    outline: none!important;
}

body.single-aios-communities #content .props-search form {
    margin: 0;
}

body.single-aios-communities .props-search .props-search-input .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: var(--barlowsc);
    font-size: 25px;
    font-weight: 500;
    color: #434343;
}

body.single-aios-communities .props-search .props-search-input input.form-control {
    height: 34px;
    border: 1px solid #ccc;
    width: 100%;
}


body.aios-custom-ihomefinder-results-template p#breadcrumbs {
    padding: 0 15px;
}

body.aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100%;
    padding: 0 15px;
}

body.aios-custom-ihomefinder-results-template #content .entry {
    padding: 0 15px;
}

body.aios-custom-ihomefinder-results-template #content .entry .aios-custom-ihomefinder-shortcode-template {
    margin: 0 -15px;
}

body.single-aios-agents .aiosp-wrap .aiosp-ref-\#agents-popup-form input[type="submit"]:hover {
    color: var(--aios-agents-hover-color);
    opacity: 0.75;
}

body.single-aios-agents #agents-single .agents-contact li a:hover {
    opacity: 0.75;
}

textarea::-webkit-scrollbar {
  display: none;
}
textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body #listings-details .listings-form textarea{
    padding-right: 35px;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 200px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*max-width: 250px;
    min-width: 250px;*/
    text-overflow: ellipsis;
}
.ai-classic-communities-details-text h1 {
    letter-spacing: -0.02em;
    line-height: 0.9;
    font-size: 55px;
    text-transform: uppercase;
    color: var(--aios-communities-primary-color);
    margin: 0 !important;
}

.post-page-property-search #content .entry #ihf-board-disclaimers {
    display: none;
}

#aios-testimonials .aios-testimonials .ai-testimonials-pagination ul li a.prev.page-numbers,
#aios-testimonials .aios-testimonials .ai-testimonials-pagination ul li a.next.page-numbers {
    width: 46px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border: none;
    position: relative;
}

#aios-testimonials .aios-testimonials .ai-testimonials-pagination ul li a.prev.page-numbers:hover,
#aios-testimonials .aios-testimonials .ai-testimonials-pagination ul li a.next.page-numbers:hover {
    background: #1c1212;
}

#aios-testimonials .aios-testimonials .ai-testimonials-pagination ul li a.prev.page-numbers i,
#aios-testimonials .aios-testimonials .ai-testimonials-pagination ul li a.next.page-numbers i {
    font-weight: 700;
}

#hp-abt, #hp-fl, #hp-wwwu, #hp-cta,  #hp-lwb,  #hp-fusm, .footer{
    /* display: none; */
}

#hp-mtt, #hp-testi, #hp-fc{
    /* opacity: 0; */
}

/* For Landing Page */
.hdr-nav {
    display: flex;
    align-items: center;
}

    .hdr-nav-contact {
        display: flex;
        align-items: center;
        margin-left: clamp(50px,6.875vw,110px);
    }

        .hdr-nav-email {
            font-size: 15px;
            color: #fff;
            line-height: 25px;
            letter-spacing: 0.05em;
        }

            .hdr-nav-email i {
                font-size: 12px;
                display: inline-block;
                padding-right: 10px;
            }

            .hdr-nav-email:hover {
                color: #fff;
                opacity: 0.6;
            }

        .hdr-nav-phone {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 24px;
            letter-spacing: 0.05em;
            font-weight: 600;
            border: 2px solid #fff;
            width: fit-content;
            padding: 16px 24px;
            transition: 0.3s;
            margin-left: clamp(25px,3.438vw,55px);
        }

            .hdr-nav-phone:hover {
                background: #fff;
                color: #000;
            }



            .ihf-details-template div#listings-main p#breadcrumbs {
                display: block;
            }
            
            .ihf-details-template p#breadcrumbs {
                display: none;
            }