/*
Theme Name: Cary Dahlstrom - Milan 
Description: Milan is a modern and responsive real estate Wordpress theme. Customize your branding, add widgets and integrate IDX search.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
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. Custom CSS
 *
 *******************************************************/

:root {
    --body-font: 'Roboto', sans-serif;
    --secondary-font: 'BenchNine', sans-serif;
    --primary-color: #464646;
    --secondary-color: #3e3e3e;
    --accent-color: #464646;
    --background-color: #d7d7d7;
}

/* Global */

body {
    font-family: var(--body-font);
    font-size: 14px;
    background: #FFF;
    color: #898989;
    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;
}

h1 {
    font: 400 35px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.025em;
}

a,
a:focus,
button:focus {
    outline: none !important;
}

/* Placeholder effect */
[placeholder]:focus::-webkit-input-placeholder {
    transition: all 0.2s linear;
    transform: translate(10px, 0);
    opacity: 0;
    color: inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
    color: inherit;
}

.slick-slide {
    outline: none !important;
}

.section-title {}

.section-title h1,
.section-title h2 {
    font: 300 35px/1 var(--secondary-font);
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section-title h1 span,
.section-title h2 span {
    color: var(--primary-color);
}

a.site-btn {
    display: inline-block;
    width: 104px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.site-btn:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

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

.site-btn span {
    display: inline-block;
    vertical-align: middle;
    font: 400 14px var(--secondary-font);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

a.site-btn.is-white {
    border: 1px solid #999999;
    background: transparent;
    color: #777777;
}

.site-btn.is-white:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
}

/* HEADER */
#main-header {
    position: absolute;
    width: 100%;
    z-index: 1028;
    font-size: 0;
}

.default-header {
    background: #ffffff;
    height: 80px;
}

.dh-center {
    text-align: center;
}

.dh-center:not(.col-md-4) {
    max-width: 360px;
    margin: auto;
}

.dh-center-inner {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}

.dh-logo {
    background: #ffffff;
    padding: 17.5px 15px;
}

.dh-logo a {
    display: inline-block;
    max-width: 100%;
    font: 300 40px/1 var(--secondary-font);
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.dh-logo a span {
    color: var(--primary-color);
}

.dh-logo img {
    max-width: 100%;
    width: 220px;
}

.dh-cont {
    background: rgba(255, 255, 255, 0.8);
    padding: 16.5px 5px;
    display: none;
}

.dh-cont ul {}

.dh-cont li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #8a8787;
    padding: 0 10px;
}

.dh-cont li:first-child {
    padding-left: 0;
    border-left: 0;
}

.dh-cont li:last-child {
    padding-right: 0;
}

.dh-cont li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #464646;
    line-height: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.dh-cont li a:hover {
    color: var(--primary-color);
}

.dh-navi-left,
.dh-navi-right {
    padding-top: 32px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.dh-navi-left {
    padding-right: 0;
}

.dh-navi-right {
    padding-left: 0;
}

.navi {}

.navi li {
    display: block;
    position: relative;
}

.navi li a {
    display: block;
    position: relative;
    font: 300 17px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.navi>li {
    display: inline-block;
    vertical-align: middle;
}

.navi>li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 1px;
    left: 0;
    background: var(--primary-color);
    opacity: 0.7;
}

.navi>li:first-child::before {
    display: none;
}

.navi>li>a {
    padding: 0 13px;
}

.navi>li:hover>a {
    text-shadow: 0 0 1px #000000;
}

.navi .sub-menu {
    display: block;
    position: absolute;
    width: 170px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20px);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.navi .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.navi>li>.sub-menu {
    padding-top: 31px;
    left: -150%;
    right: -150%;
    margin: auto;
}

.navi li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.navi .sub-menu li {}

.navi .sub-menu li a {
    background: var(--primary-color);
    color: #ffffff;
}

.navi .sub-menu li:hover>a {
    background: var(--secondary-color);
}

.fixed-header {
    background: var(--primary-color);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1028;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    /*padding: 7px 0;*/
    padding: 22px 0;
    min-height: 65px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}

.fixed-header.show-fh {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.fh-logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.fh-logo a {
    display: inline-block;
    font: 300 25px/1 var(--secondary-font);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.fh-navi {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.fh-navi .navi li a {
    font-size: 17px;
    color: #ffffff;
}

.fh-navi .navi>li {
    margin: 0 28px;
}

.fh-navi .navi>li:first-child {
    margin-left: 0;
}

.fh-navi .navi>li:last-child {
    margin-right: 0;
}

.fh-navi .navi>li::before {
    display: none;
}

.fh-navi .navi>li>a {
    padding-left: 0;
    padding-right: 0;
}

.fh-navi .navi>li:hover>a {
    text-shadow: 0 0 1px #ffffff;
}

.fh-navi .navi>li>.sub-menu {
    padding-top: 48px;
}

.fh-navi .navi .sub-menu li a {
    font-size: 15px;
}

.fh-cont {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.fh-cont ul {}

.fh-cont li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

.fh-cont li a {
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fh-cont li a:hover {
    color: #fff;
    opacity: .6;
}

/* UPPERFOLD */
#upperfold-wrap {
    position: relative;
    font-size: 0;
}

.slide-holder {
    position: relative;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-slide {
    height: 100%;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-slide::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.slide-holder .cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide canvas,
.slide-holder .cycloneslider-template-responsive.cycloneslider-width-full .cycle-sentinel canvas {
    height: 100%;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-caption {
    background: none;
    text-align: center;
    opacity: 1;
    bottom: 26%;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-caption-title {
    font: 400 56px/1 var(--secondary-font);
    color: #ffffff;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-prev,
.slide-holder .cycloneslider-template-responsive .cycloneslider-next {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
    opacity: 0.75;
    margin-top: -50px;
    text-decoration: none;
}

.slide-holder #aios-slider-homepage-slideshow.aios-slider .splide__arrow {
    font-size: 56px;
    text-shadow: 0 0 1px #000000;
    opacity: 0.75;
}

.slide-holder #aios-slider-homepage-slideshow.aios-slider .splide__arrow.splide__arrow--prev,
.slide-holder .cycloneslider-template-responsive .cycloneslider-prev {
    left: calc((100vw - 1140px) / 2 - 15px);
}

.slide-holder #aios-slider-homepage-slideshow.aios-slider .splide__arrow.splide__arrow--next,
.slide-holder .cycloneslider-template-responsive .cycloneslider-next {
    right: calc((100vw - 1140px) / 2 - 15px);
}

.slide-holder #aios-slider-homepage-slideshow.aios-slider .splide__arrow:hover {
    opacity: 1;
}


.slide-holder .cycloneslider-template-responsive .cycloneslider-prev i,
.slide-holder .cycloneslider-template-responsive .cycloneslider-next i {
    font-size: 100px;
    color: #ffffff;
}

.slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline {
    background: none;
    text-align: center;
    opacity: 1;
    bottom: 26%;
    padding-bottom: 15px;
}

.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
    padding: 10px 20px 5px 20px;
    line-height: 1;
    font: 400 56px/1 var(--secondary-font);
    color: #ffffff;
}

.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.quicksearch-holder {
    position: absolute;
    width: 100%;
    bottom: 8%;
}

.qs-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 23px 0;
}

.qs-form form {}

.qs-form i {
    display: inline-block;
    vertical-align: middle;
    font-size: 33px;
    color: var(--primary-color);
    margin-left: 2.80%;
    margin-right: 2.10%;
}

.qs-form .field-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0.78%;
}

.qs-form .field-lg {
    width: 14.12%;
}

.qs-form .field-sm {
    width: 9.73%;
}

.qs-form .field-input::after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #464646;
    pointer-events: none;
}

.qs-form .field-input select,
.qs-form .field-input input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #868686;
    border-radius: 4px;
    border: 1px solid #ccc !important;
    /*background-color: rgba(255,255,255,0.5);*/
    font-size: 12px;
    /* font-weight: 300; */
    color: #999;
    padding: 0 12px;
    width: 100%;
    height: 32px;
    outline: none;
}

.name-Firefox .qs-form .field-input select,
.name-Firefox .qs-form .field-input input[type="text"] {
    padding: 0 7px;
}

.qs-form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    vertical-align: middle;
    width: 8.85%;
    height: 32px;
    font: 400 14px var(--secondary-font);
    color: #ffffff;
    text-transform: uppercase;
    background: var(--primary-color);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.qs-form input[type="submit"]:hover {
    background: var(--secondary-color);
}

.qs-form a.adv-btn {
    display: inline-block;
    vertical-align: middle;
    width: 8.85%;
    height: 32px;
    text-align: center;
    background: var(--accent-color);
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid var(--accent-color);
    margin-left: 0.87%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.qs-form a.adv-btn:hover {
    color: var(--accent-color);
    background: transparent;
}

.qs-form a.adv-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.qs-form a.adv-btn span {
    display: inline-block;
    vertical-align: middle;
    font: 400 14px var(--secondary-font);
    text-transform: uppercase;
}

.qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #999;
}

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

.qs-form .field-sm .bootstrap-select.btn-group .dropdown-menu {
    min-width: auto;
}

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

/** CALL TO ACTION */
#calltoaction-wrap {
    padding: 38px 0;
    font-size: 0;
}

.cta-item {}

.cta-item a {
    display: block;
    position: relative;
    max-width: 360px;
    margin: 10px auto;
    text-align: center;
}

.cta-item a::before,
.cta-item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 122px;
    background: rgba(255, 255, 255, 0.80);
    z-index: 3;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cta-item a:hover::before,
.cta-item a:hover::after {
    width: 100%;
}

.cta-item a::before {
    height: 3px;
    top: 25px;
    left: 0;
}

.cta-item a::after {
    height: 1px;
    bottom: 25px;
    right: 0;
}

.cta-img {
    position: relative;
    z-index: 1;
}

.cta-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.cta-txt::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #a1a1a1;
    opacity: 0.8;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cta-item a:hover .cta-txt::before {
    background: var(--primary-color);
}

.cta-txt::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.cta-txt span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font: 400 31px/1 var(--secondary-font);
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 2px;
    z-index: 2;
}

/* FEATURED - EXPERTISE */
#featured-expertise-wrap {
    padding: 6px 0 0;
    font-size: 0;
}

.site-slick-holder {
    max-width: 360px;
    margin: auto;
}

.site-slick {}

.site-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 60px);
    z-index: 2;
    background: var(--secondary-color);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.site-slick:hover .site-arrow {
    opacity: 1;
}

.site-arrow:hover {
    background: var(--primary-color);
}

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

.site-arrow-prev {
    left: 0;
}

.site-arrow-next {
    right: 0;
}

.site-arrow i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.ss-item {
    position: relative;
}

.site-slick:not(.slick-initialized) .ss-item {
    display: none;
}

.site-slick:not(.slick-initialized) .ss-item:first-child {
    display: block;
}

.ss-item-img {}

.ss-item-img canvas {
    display: block;
    width: 100%;
    height: 348px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ss-item-txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: var(--background-color);
    padding: 17px 20px;
}

.ss-item-txt-left {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 104px);
}

.ss-item-txt-right {
    display: inline-block;
    vertical-align: middle;
}

.properties-col {}

.properties-col .section-title {
    text-align: center;
    margin-bottom: 26px;
}

.fp-address {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 3px;
}

.fp-price {
    display: block;
    font-size: 21px;
    font-weight: 300;
    color: #333333;
}

.communities-col {}

.communities-col .section-title {
    text-align: center;
    margin-bottom: 26px;
}

.fc-name {
    font: 300 26px/1 var(--secondary-font);
    color: #464646;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.expertise-col {}

.expertise-col .section-title {
    text-align: center;
    margin-bottom: 26px;
}

.expertise-holder {
    max-width: 360px;
    min-height: 348px;
    margin: auto;
    padding: 12px 30px 14px;
    border: 1px solid #cfcfcf;
    text-align: center;
}

#expertise-items {}

#expertise-items ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#expertise-items li {
    width: calc(50% - 15px);
}

#expertise-items li a {
    display: block;
    font: 300 18px var(--secondary-font);
    color: #898989;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dotted #898989;
    padding: 7px 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#expertise-items li:last-child a {
    border-bottom: 0;
}

#expertise-items li a:hover {
    font-weight: 700;
}

.expertise-holder>a {
    margin: 15px auto 0;
}

/* WELCOME - TESTIMONIAL */
#welcome-testimonial-wrap {
    padding: 50px 0 0;
    font-size: 0;
}

.welcome-col {
    border-right: 1px solid var(--primary-color);
    padding-top: 15px;
    padding-bottom: 10px;
}

.welcome-col .section-title {
    margin-bottom: 26px;
}

.welcome-col p {
    margin-bottom: 17px;
}

.testimonial-col {
    padding-top: 15px;
    padding-bottom: 10px;
}

.testimonial-col-inner {
    padding-left: 20px;
}

.testimonial-col .section-title {
    margin-bottom: 26px;
}

.testi-holder {
    position: relative;
}

.ts-slick {}

.ts-item {}

.ts-slick:not(.slick-initialized) .ts-item {
    display: none;
}

.ts-slick:not(.slick-initialized) .ts-item:first-child {
    display: block;
}

.ts-item p {}

.ts-author {
    display: block;
    font: 400 24px/1 var(--secondary-font);
    color: var(--primary-color);
    margin: 20px 0 18px;
    text-transform: uppercase;
}

.ts-item a {}

.ts-arrows {
    position: absolute;
    right: 0;
    bottom: 16px;
    text-align: center;
}

.ts-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    background: var(--primary-color);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ts-arrow:hover {
    background: var(--secondary-color);
}

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

.ts-arrow-prev {
    margin-left: 0;
}

.ts-arrow-next {
    margin-right: 0;
}

.ts-arrow i {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}

/* POST - BROKERAGE */
#post-brokerage-wrap {
    padding: 30px 0 57px;
    font-size: 0;
}

.post-col {}

.post-col .section-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.post-holder {}

.post-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.post-img {
    display: inline-block;
    vertical-align: top;
}

.post-img a {
    display: block;
    position: relative;
}

.post-img a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post-img a:hover::after {
    opacity: 0.7;
}

.post-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-txt {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 144px);
    margin-left: 20px;
}

a.post-title {
    display: inline-block;
    font: 400 20px/20px var(--secondary-font);
    color: #959595;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a.post-title:hover {
    color: var(--primary-color)
}

.post-txt p {
    font-size: 13px;
    font-weight: 300;
    color: #333333;
    line-height: 20px;
}

.post-txt p a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post-txt p a:hover {
    color: #959595;
}

.brokerage-col {
    padding-top: 66px;
}

.brokerage-col img {
    margin: auto;
    width: 300px;
}

/* CONTACT */
#contact-wrap {
    background: var(--background-color);
    padding: 30px 0;
    font-size: 0;
}

.contact-col {}

.contact-col .footer-logo {
    font: 300 42px/1 var(--secondary-font);
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-col .footer-logo span {
    color: var(--primary-color);
}

.contact-col .footer-logo img {
    width: 300px;
}

.contact-logo {}

.contact-info {
    margin: 20px 0;
}

.contact-info li {}

.contact-info li a {
    font: 700 39px/1 var(--secondary-font);
    color: #898989;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.contact-info li a:hover {
    color: var(--primary-color);
}

.contact-info li a.asis-mailto-obfuscated-email {
    font-size: 33px;
    font-weight: 300;
}

.contact-smis {}

.contact-smis a {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    background: var(--accent-color);
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: 0 3px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.contact-smis a:hover {
    opacity: .6;
}

.contact-smis a:first-child {
    margin-left: 0;
}

.contact-smis a:last-child {
    margin-right: 0;
}

.contact-smis a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.contact-smis a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}

.agent-col {}

.agent-col-inner {
    width: 76%;
    max-width: 273px;
    margin: 0 auto;
    border: 10px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}

.agent-col-inner img {
    border: 8px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
}

.form-col {
    padding-top: 6px;
}

.form-col .section-title {
    margin-bottom: 20px;
}

.form-holder {
    max-width: 360px;
    margin: auto;
    position: relative;
}

.form-holder .field-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 7px;
}

.form-holder .field-lg {
    width: 100%;
}

.form-holder .field-sm {
    width: calc(50% - 4px);
    margin-right: 8px;
}

.form-holder .field-nomar {
    margin-right: 0;
}

.form-holder label {
    display: none;
}

.form-holder .field-input input[type="text"],
.form-holder .field-input input[type="email"],
.form-holder .field-input input[type="tel"],
.form-holder .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #cfcfcf;
    width: 100%;
    height: 32px;
    font-size: 11px;
    font-weight: 300;
    color: #9c9c9c;
    text-transform: uppercase;
    padding: 0 10px;
    outline: none;
}

.form-holder .field-input textarea {
    height: 110px;
    padding-top: 10px;
    padding-right: 100px;
    resize: none;
}

.form-holder .form-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}

.form-holder .form-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 82px;
    height: 95px;
    background: var(--background-color);
    font: 300 20px var(--secondary-font);
    color: #464646;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.form-holder .form-btn input:hover {
    background: var(--secondary-color);
    color: #ffffff;
}

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

.form-holder .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
    left: 12%;
}

.form-holder div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    right: 85px;
    bottom: 0;
}

.form-holder div.wpcf7-response-output {
    position: absolute;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    margin: -5px 0 0;
    text-align: center;
}

/* FOOTER */
#main-footer {
    background: var(--primary-color);
    padding: 32px 0;
    font-size: 0;
}

.footer-left {}

.footer-nav {
    margin-left: -16px;
}

.footer-nav li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #fff;
    padding: 0 16px;
    margin-bottom: 8px;
}

.footer-nav li:first-child {
    border-left: 0;
}

.footer-nav li a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.footer-nav li a:hover {
    color: #898989;
}

footer a:hover {
    color: #898989 !important;
}

.copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}

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

.copyright a:hover {
    color: #464646;
}

.footer-right {
    padding-top: 8px;
    text-align: right;
}

.footer-right i {
    display: inline-block;
    font-size: 24px;
    color: #eeeae7;
}

/*******************************************************
 *
 * 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, 0);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background: url(images/page-bg.jpg) #f9f7f7 no-repeat center center / 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: 67.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 30%;
    padding-top: 22px;
}

/* 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: 400 35px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font: 400 28px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0;
}

#content .archive-subtitle a,
#content .archive-more {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#content .archive-subtitle a:hover,
#content .archive-more:hover {
    color: var(--primary-color);
}

#content .entry,
#content .entry p {
    font-weight: 400;
    color: #333333;
}

#breadcrumbs {
    font-weight: 400;
    color: #333333;
}

.sb-cont {
    text-align: center;
    font-size: 0;
    margin-bottom: 26px;
}

.sb-agent {}

.sb-agent-inner {
    max-width: 273px;
    margin: 0 auto;
    border: 10px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}

.sb-agent-inner img {
    border: 8px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}

.sb-info {}

#content .sb-info ul {
    margin-left: 0;
}

.sb-info li {
    display: block;
}

.sb-info li a {
    font: 700 39px/1 var(--secondary-font);
    color: #898989;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sb-info li a:hover {
    color: var(--primary-color);
}

.sb-info li a.asis-mailto-obfuscated-email {
    font-size: 33px;
    font-weight: 300;
}

.sb-smis {}

.sb-smis a {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    background: var(--accent-color);
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: 0 3px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sb-smis a:hover {
    opacity: .6;
}

.sb-smis a:first-child {
    margin-left: 0;
}

.sb-smis a:last-child {
    margin-right: 0;
}

.sb-smis a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.sb-smis a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}

.sb-cta {
    font-size: 0;
}

.aios-mobile-header-wrapper {
    z-index: 1030 !important;
}

/* Contact form and roadmap colors : BEGIN */
/* This is only for the default setup. You may use the 
AIOS All in One > Initial Setup > Elements to change the colors and delete this block afterwards. */

.ai-contact-wrap input.wpcf7-submit,
.ai-default-cf7wrap input.wpcf7-submit,
.error-forms input.wpcf7-submit {
    background: var(--accent-color) !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
    background: var(--primary-color) !important;
}

.aios-roadmaps.black a.aios-roadmap-link.active-link,
.aios-roadmaps.black a.aios-roadmap-link:hover {
    color: var(--accent-color) !important;
}

.aios-roadmaps.no-border.black a.aios-roadmap-link.active-link,
.aios-roadmaps.no-border.black a.aios-roadmap-link:hover {
    color: var(--primary-color) !important;
}

/* Contact form and roadmap colors : END */

/* ADA Compliance */
/**:focus {
    outline: 3px solid #000 !important;
}*/
/* ADA Compliance : END */

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

.page-id-32 .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
    left: 10%;
}

#ihf-main-container .ihf-listing-search-results .mt-60.fs-11 {
    margin-top: 20px;
}

#ihf-main-container .ihf-listing-detail #ihf-board-detail-disclaimer {
    margin-bottom: 0;
}

.page-id-0 #main-footer {
    margin-bottom: -15px;
}

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

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

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

#ihf-main-container .chosen-container .chosen-results {
    max-height: 180px;
}

section#calltoaction-wrap, section#post-brokerage-wrap{
    display: none;

}

section#featured-expertise-wrap, section#welcome-testimonial-wrap{
    opacity: 0;
}

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