
/*
Theme Name: The Bell Team
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. Custom CSS
 *
 *******************************************************/

/* GLOBAL */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #ffffff;
    color: #7e7e7e;
    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; */
}

a,
a:hover,
a:link,
a:active,
a:focus {
    color: #7e7e7e;
    outline: none;
    text-decoration: none;
}

.slick-slide,
.slick-slide *,
.slick-slide a {
    outline: none;
}

.site_easing,
#header_wrap a,
.header_logo img,
#footer_wrap a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_wrapper {
    position: relative;
    overflow: hidden;
    z-index: 2;
    top: 800px;
}

/* HEADER */
#header_wrap {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.header_logo {
    font-size: 0;
    padding: 17px 15px;
}

.header_right {
    font-size: 0;
    margin-top: 34px;
    text-align: right;
}

.header_info {
    color: #000000;
}

.headinfo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-size: 15px;
}

.headinfo a {
    color: #000000;
}

.headinfo a:hover {
    color: #cc1543;
}

.headinfo span {
    margin-right: 6px;
    color: #cc1543;
    font-size: 11px;
}

.headinfo span.ai-font-phone {
    font-size: 14px;
}

.head_smi {
    display: inline-block;
    vertical-align: middle;
}

.head_smi a {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    color: #000000;
    text-align: center;
    border-radius: 50%;
    background-color: #d4d4d1;
}

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

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

.head_smi a:hover {
    color: #ffffff;
    background-color: #cc1543;
}

.head_smi a span {
    font-size: 15px;
    line-height: 28px;
}

.broker_logo {
    padding-left: 0;
    margin-top: 39px;
    text-align: right;
}

.broker_logo img {
    max-width: 100%;
}


/* NAVIGATION */
.navigation {
    margin-top: 15px;
}

#nav li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

#nav li:first-child {
    margin-left: 0;
}

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

#nav li a {
    display: block;
    padding-bottom: 28px;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.025em;
}

#nav>li:hover>a {
    color: #bfa067;
}

#nav>li>a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background-color: #bfa067;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#nav li:hover>a:before,
#nav li:focus>a:before,
#nav li:active>a:before {
    left: 0;
    right: 0;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 3px 0 0;
    position: absolute;
    width: 100%;
    min-width: 182px;
    text-align: center;
}

#nav>li>.sub-menu {
    left: -150%;
    right: -150%;
    margin: 0 auto;
}

#nav .sub-menu li {
    width: 100%;
    margin: 0 0 1px;
    position: relative;
}

#nav .sub-menu a {
    color: #000000;
    display: block;
    padding: 11px 5px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.90);
}

#nav .sub-menu a:hover {
    color: #ffffff;
    background-color: #cc1543;
    text-decoration: none;
}

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


/* FIXED HEADER */
.fixed_header {
    width: 100%;
    position: fixed;
    z-index: 1011;
    top: -200px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.fixed_header.fixedhead {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fixed_header_logo {
    font-size: 0;
    padding: 10px 0;
}

.fixed_header_logo img {
    max-height: 80px;
}

.fixed_header_right {
    text-align: right;
}

/* FIXED NAVIGATION */
.fixed_navigation {
    font-size: 0;
    margin-top: 43px;
}

#fixed_nav li {
    position: relative;
    display: inline-block;
    margin: 0 12px;
}

#fixed_nav li:first-child {
    margin-left: 0;
}

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

#fixed_nav li a {
    display: block;
    padding-bottom: 43px;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.025em;
}

#fixed_nav>li:hover>a {
    color: #bfa067;
}

#fixed_nav>li>a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background-color: #bfa067;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#fixed_nav li:hover>a:before,
#fixed_nav li:focus>a:before,
#fixed_nav li:active>a:before {
    left: 0;
    right: 0;
}

#fixed_nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 3px 0 0;
    position: absolute;
    width: 100%;
    min-width: 182px;
    text-align: center;
}

#fixed_nav>li>.sub-menu {
    left: -150%;
    right: -150%;
    margin: 0 auto;
}

#fixed_nav .sub-menu li {
    width: 100%;
    margin: 0 0 1px;
    position: relative;
}

#fixed_nav .sub-menu a {
    color: #000000;
    display: block;
    padding: 11px 5px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.90);
}

#fixed_nav .sub-menu a:hover {
    color: #ffffff;
    background-color: #cc1543;
    text-decoration: none;
}

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



/* HP SLIDESHOW */
#hp_slideshow_wrap {
    position: relative;
    z-index: 1;
}

.hp_slideshow {
    position: relative;
    z-index: 1;
}

.hp_slideshow .aios-slider .aios-slider-splide .aios-slider-img::before,
.hp_slideshow .aios-slider .aios-slider-splide .aios-slider-custom-video::before,
.hp_slideshow .cycloneslider-template-fixed .cycloneslider-fixed-slide::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.hp_slideshow .aios-slider {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateZ(0);
    width: 100%;
    height: 100%;
}


/* SLIDESHOW TAGLINE */
.hp_tagline {
    width: 100%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 345px;
}

.hp_tagline h2 {
    font-size: 65px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.tagline_btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 90px;
}

.tagline_btn a {
    width: 225px;
    height: 54px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 15px;
    line-height: 52px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.tagline_btn a:hover {
    border: 1px solid #cd1543;
    background-color: #cd1543;
}


/* HP FEATURED PROPERTIES */
#hp_widget1 {
    padding: 70px 0;
    background-color: #ffffff;
}

.hp_featprop h2 {
    color: #bfa067;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
}

.hp_featprop h2 span {
    display: block;
    margin-top: 5px;
    color: #1b2549;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}

.hp_featprop_wrap {
    position: relative;
}

.fp_slider_wrap {
    margin-left: -503px;
    margin-right: -503px;
    position: relative;
}

#fp_slider {
    margin-top: 45px;
}

#fp_slider .slick-track {
    padding: 25px 0 30px;
}

.featprop_item {
    padding: 0 15px;
    pointer-events: none;
    transform: scale(0.9);
}

.featprop_item.slick-center {
    pointer-events: auto;
    transform: scale(1.1);
}

.featprop_item a {
    width: 100%;
    display: block;
    position: relative;
}

.fp_photo {
    font-size: 0;
    position: relative;
}

.fp_photo::before,
.fp_photo::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fp_photo::before {
    background-color: #1b2549;
    opacity: 0.9;
}

.fp_photo::after {
    background-image: url(images/bell-icon.png);
    background-size: 405px auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

.fp_photo canvas {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.featprop_item.slick-center .fp_photo::before {
    opacity: 0;
    background-color: #000000;
}

.featprop_item.slick-center:hover .fp_photo::before {
    opacity: 0.75;
}

.featprop_item.slick-center:hover .fp_photo::after {
    opacity: 0.15;
}

.fp_view_btn {
    width: 165px;
    height: 54px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 27px);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: 0.1em;
    background-color: #cc1543;
    opacity: 0;
}

.featprop_item.slick-center:hover .fp_view_btn {
    opacity: 1;
}

.fp_txt_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 15px;
    color: #1b2549;
    font-size: 0;
    letter-spacing: 0.025em;
}

.featprop_item.slick-center .fp_txt_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fp_txt_wrap .fp_address {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

.fp_txt_wrap .fp_price {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: 500;
    text-align: right;
}

/* FP ARROWS */
.fp_arrows {
    width: 100%;
    height: 68px;
    position: absolute;
    top: 39.5%;
    left: 0;
    font-size: 0;
    pointer-events: none;
}

.fp_arrows .slick-arrow {
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 1;
    top: 0;
    color: #696767;
    font-size: 28px;
    background-color: #ffffff;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    pointer-events: auto;
}

.fp_arrows .slick-arrow.fp_prev {
    left: 14.88%;
}

.fp_arrows .slick-arrow.fp_next {
    right: 14.88%;
}

.fp_arrows .slick-arrow:hover {
    opacity: 0.8;
}



/* HP AREAS OF EXPERTISE */
#hp_widget2 {
    background-color: #ffffff;
}

.hp_areas_expertise {
    overflow: hidden;
    text-align: center;
}

.hp_areas_expertise h2 {
    color: #bfa067;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.hp_areas_expertise h2 span {
    display: block;
    margin-top: 5px;
    color: #1b2549;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}

.hp_areas_wrap {
    font-size: 0;
    margin-top: 45px;
    margin-left: -1px;
    margin-right: -1px;
}

.area_list {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1px 2px;
}

.area_list a {
    width: 100%;
    display: block;
    position: relative;
}

.area_list a::before,
.area_list a::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.area_list a::before {
    background-color: #000000;
    opacity: 0.65;
}

.area_list a::after {
    background-image: url(images/bell-icon.png);
    background-size: cover;
    background-size: 356px auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

.area_list a:hover::before {
    opacity: 0.35;
}

.area_list a:hover::after {
    opacity: 0.25;
}

.area_list a canvas {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.area_title {
    width: 100%;
    position: absolute;
    top: calc(50% - 27px);
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid transparent;
}

.area_title span {
    display: inline-block;
    vertical-align: top;
    padding: 0 45px;
    color: #ffffff;
    font-size: 25px;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
}

.area_title span::before {
    width: 100%;
    height: 54px;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.area_list a:hover .area_title span::before {
    opacity: 1;
}


/* HP WELCOME */
#hp_widget3 {
    padding: 90px 0 80px;
    background-color: #ffffff;
}

#hp_widget3::before {
    width: 551px;
    height: 467px;
    content: '';
    position: absolute;
    bottom: 132px;
    left: -193px;
    background-image: url(images/bell-icon.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
}

.welcome_title {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 25px;
}

.welcome_title h1 {
    color: #bfa067;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.075em;
}

.welcome_title h1 span {
    display: block;
    margin-top: 7px;
    color: #1b2549;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.05em;
}

.welcome_txt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.025em;
}

.welcome_txt p {
    margin-top: 25px;
}

.welcome_photo {
    width: calc((100vw - 1140px) / 2 + 100%);
    font-size: 0;
}

.welcome_photo img {
    width: 100%;
}


/* FOOTER */
#footer_wrap {
    background-color: #000000;
    text-align: center;
}

.ip-container #footer_wrap {
    top: auto;
}

.footer_top {
    padding: 110px 0 80px;
    background-image: url(images/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.footer_top::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    pointer-events: none;
}

.footer_info_wrap {
    min-height: 467px;
    padding: 85px 0 105px;
    background-image: url(images/footer-info-bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.footer_logo {
    margin-bottom: 25px;
}

.footer_info {
    font-size: 0;
    color: #ffffff;
}

.footinfo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.025em;
}

.footinfo a {
    color: #ffffff;
}

.footinfo a:hover {
    color: #cd1543;
}

.footinfo span {
    margin-right: 5px;
    color: #cd1543;
    font-size: 13px;
}

.footinfo span.ai-font-phone {
    font-size: 15px;
}

.foot_smi {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.foot_smi a {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    color: #bfa067;
    background-color: #ffffff;
    border-radius: 50%;
}

.foot_smi a span {
    font-size: 16px;
    line-height: 32px;
}

.foot_smi a:hover {
    color: #ffffff;
    background-color: #cd1543;
}

.footer_form_wrap {
    padding: 75px 0;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.footer_form_wrap::before {
    width: 200%;
    max-width: 685px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: -52px;
    border: 2px solid #ffffff;
}

.footer_form_wrap h2 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.footer_form {
    font-size: 0;
    position: relative;
}

.git_field_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
}

.git_field_short {
    width: calc(50% - 1.5px);
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
}

.git_field_short_nomar {
    margin-right: 0;
}

.git_field_wrap input,
.git_field_wrap textarea {
    width: 100%;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 300;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    background-color: #ffffff;
}

.git_field_wrap textarea {
    height: 87px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.git_field_bottom {
    margin: 0;
    position: relative;
}

.git_field_submit {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 12px;
    font-size: 0;
}

.git_field_submit span.ai-font-paper-airplane-alt {
    color: #1b2549;
    font-size: 18px;
    pointer-events: none;
}

.git_field_submit:hover span.ai-font-paper-airplane-alt {
    color: #cd1543;
}

.git_field_submit input[type="submit"] {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    background: transparent;
    border: none;
    outline: none;
}

.git_field_submit .ajax-loader {
    position: absolute;
    right: 20px;
}

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

.footer_form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 10px;
}

.footer_form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    margin: 5px auto;
    color: #ffffff !important;
    font-size: 11px;
    text-align: center;
}

.footer_bottom {
    padding: 58px 0;
}

.footer_bottom a {
    color: #ffffff;
}

.footer_bottom a:hover {
    color: #bfa067;
}

.footer_left {
    text-align: left;
}

.footernav {
    font-size: 0;
}

.footernav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}

.footernav li:first-child {
    padding-left: 0;
}

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

.footernav li::before {
    width: 2px;
    height: 13px;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #999999;
}

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

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

.footer_copyright {
    margin-top: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.footer_right {
    font-size: 0;
    text-align: right;
}

.footer_broker_logo,
.footer_mls {
    display: inline-block;
    vertical-align: middle;
}

.footer_mls {
    margin-left: 20px;
    color: #ffffff;
    font-size: 31px;
}


/*******************************************************
 *
 * 2. 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.25);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: #f9f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

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

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
    text-align: center;
}

.sidebar_agents_photo {
    margin-top: 25px;
}

.sidebar_agents_photo img,
.sidebar_logo img {
    margin: 0 auto;
}

.sidebar_logo {
    margin: 20px 0;
}

.sidebar_info {
    font-size: 0;
}

.sideinfo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
}

.sideinfo a:hover {
    color: #cd1543;
}

.sideinfo span {
    margin-right: 5px;
    color: #cd1543;
    font-size: 13px;
}

.sideinfo span.ai-font-phone {
    font-size: 15px;
}

.side_smi {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.side_smi a {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    color: #ffffff;
    background-color: #bfa067;
    border-radius: 50%;
}

.side_smi a span {
    font-size: 16px;
    line-height: 32px;
}

.side_smi a:hover {
    background-color: #cd1543;
}

/* 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 {
    color: #1b2549;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

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

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

/* 12-3-19 */
.grecaptcha-badge {
    z-index: 10 !important;
}

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

#ihf-main-container .nav-tabs {
    margin-left: 0;
}

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

#ihf-main-container .pagination {
    font-size: 13px;
}

/* 12/6/19 */
.ip-container #inner-page-wrapper {
    z-index: 5;
}

body>img,
body>iframe[name="__bkframe"] {
    display: none;
}

.ihf-parser-prop-container img {
    margin: 0 auto;
    display: block;
}

#ihf-main-container .dropdown-menu{
    z-index: 2000 !important;
}