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


/*

TABLE OF CONTENTS

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

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */

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

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

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

#nav li:hover > .sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
}


/* Helpers */

.clearfix,
.clear {
    clear: both;
}

.hidden-element {
    display: none;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


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


/* Global */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #FFF;
    color: #000000;
    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,
button {
    outline: none !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    color: #3c676e;
    outline: none;
    text-decoration: none;
}

a:link,
a:visited {
    outline: none;
    text-decoration: none;
}

#main-wrapper {
    position: relative;
}


/*** Header Area ***/

.header-main {
    width: 100%;
    z-index: 100;
    margin: 0 auto;
    position: fixed;
    height: auto;
    padding: 5px 0;
    font-size: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    background: rgba(38, 27, 57, 1);
    height: 100px;
}

.header-logo {
    display: inline-block;
    vertical-align: top;
}

.hdr-logo {
    display: inline-block;
    width: 100%;
}

.hdr-logo img {
    width: 185px;
    max-width: 100%;
}

.hdr-logo em {
    position: relative;
    font-size: 0;
    margin: 0;
}

.hdr-logo em:before {
    content: '';
    width: 2px;
    height: 50px;
    background: #4a5c76;
    left: 0;
    position: absolute;
}


/*** Header Contact ***/

.header-contact {
    position: absolute;
    right: 0;
    top: 0;
    width: 12.5%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.hdr-cont-text {
    position: relative;
    width: 100%;
    height: 100px;
    background: #b8763a;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hdr-cont-text > em,
.hdr-cont-text > a,
.hdr-cont-text > a span {
    height: 100%;
}

.hdr-cont-text > em a {
    display: flex;
    width: 100%;
    height: 100%;
}

.hdr-cont-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.hdr-cont-text a:hover span {
    color: #261b39;
}

.hdr-cont-text span > i {
    font-size: 0;
}

.hdr-cont-text span.ai-font-phone-alt {
    font-size: 21px;
    color: #fff;
}

.hdr-cont-text span.ai-font-envelope-f {
    font-size: 20px;
    color: #fff;
}

.hdr-cont-text:before {
    content: '';
    width: 3px;
    height: 25px;
    background: url(images/div-dot.png) no-repeat center;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

em.ai-mobile-phone a:hover {
    color: #261b39;
}


/** Navigation **/

.navigation {
    position: relative;
    margin: 36px auto 0;
    display: block;
    padding-right: 90px;
}

#nav {
    display: block;
    font-size: 0;
    text-align: center;
}

#nav li {
    display: inline-block;
    position: relative;
    margin: 0 !important;
    padding: 0 12px;
}

#nav li:before {
    content: '';
    width: 3px;
    height: 25px;
    background: url(images/div-dot.png) no-repeat center;
    position: absolute;
    left: -2px !important;
    margin: 0 auto;
    z-index: 2;
    top: 6px;
    transform: translateY(-50%);
    opacity: 0.5;
}

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

#nav li:first-child:before {
    display: none;
}

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

#nav li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    outline: none;
    text-decoration: none;
    padding: 0 0 46px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#nav li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #b8763a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav li:hover a:after {
    width: 100%;
    left: 0;
}

#nav .sub-menu {
    min-width: 224px;
    left: 50%;
    margin-left: -114px;
    z-index: 9;
    padding: 0 10px;
    background: none;
    color: #484848;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -200px;
}

#nav li:hover > .sub-menu {
    opacity: 1;
    margin-top: 0px;
}

#nav .sub-menu a {
    padding: 0;
    color: #fff;
}

#nav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: rgba(67, 51, 94, 0.8);
}

#nav .sub-menu li:before {
    display: none;
}

#nav .sub-menu li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px !important;
    color: #fff;
    text-transform: none;
    border-left: none;
    text-align: center;
    border: 0;
}

#nav .sub-menu li a:after {
    display: none;
}

#nav .sub-menu li a:hover {
    background: rgba(67, 51, 94, 1);
    color: #fff;
}

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


/***Header Short***/

.header-main.short {
    z-index: 100;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    height: 90px;
}

.header-main.short .hdr-logo {
    width: 156px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-main.short .hdr-cont-text {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}

.header-main.short #nav li a {
    padding: 0 0 36px;
}

.header-main.short .header-contact {
    position: absolute;
    right: -375px;
    top: 0;
    width: 12.5%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*** HP SLIDE ***/

section#slide-main-area {
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
}

.slide-area {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    height: 100%;
}

.hp-slide {
    width: 100%;
    z-index: 1;
    position: relative;
}

.home .cycloneslider-slide.cycloneslider-slide-image.cycle-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    left: 0;
    right: 0;
    z-index: 2;
}

.home #aios-slider-hp-slideshow .splide__pagination {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
    position: absolute;
    bottom: -80px !important;
    z-index: 999;
    height: 12px;
    left: 0;
    right: 0;
    justify-content: flex-start !important;
}

.home .aios-slider.aios-slider-template-default .aios-slider-splide {
    overflow: visible !important;
}

.home .splide__pagination__page {
    display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #7b7486 !important;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: 1px 1px 2px 0px #333333;
    box-shadow: 1px 1px 2px 0px #333333;
}

.home .splide__pagination__page.is-active {
    transform: scale(1);
    background: #fff !important
}

.slide-tagline {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    z-index: 2;
}

.slide-tagline .tag-text {
    text-align: right;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}

.qs-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}

.qs-wrapper .bootstrap-select.btn-group .dropdown-menu {
    max-height: 250px !important;
}

.qs-cont {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
}

.qs-cont:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1000px;
    right: 100%;
}

.qs-cont form {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.qs-cont .field-qs {
    width: 87.008547%;
    display: inline-block;
    margin-top: 48px;
}

.field-qs div .btn.dropdown-toggle.btn-default {
    color: #3f3f3f;
    font-size: 15px;
    height: 39px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #b8763a;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
    outline: transparent !important;
}

.qs-cont input {
    color: #3f3f3f;
    font-size: 15px;
    height: 39px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #b8763a;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

select::-ms-expand {
    display: none;
}

.qs-cont .qs-cont-sub,
a.qs-sett {
    max-width: 100%;
    width: 100px;
    height: 100px;
    background: url(images/qs-icon.png) no-repeat center #b8763a;
    text-align: center;
    color: #3f3f3f;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    display: inline-block;
    font-size: 0;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    line-height: 100%;
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

a.qs-sett {
    background: #c4aa5f;
}

.qs-cont .qs-cont-sub:hover {
    opacity: 0.8;
}

.pagination-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0 auto;
    bottom: -150px;
    z-index: -1;
}

.pagi-cont {
    position: relative;
    background: url(images/pagination-bg.jpg) no-repeat center;
    height: 150px;
}

.pagi-cont:before {
    content: '';
    background: url(images/pagination-bg-left.jpg) no-repeat center;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1000px;
    right: 100%;
}

.cycloneslider-template-responsive .cycloneslider-pager {
    position: absolute;
    bottom: -80px!important;
    left: 0;
    z-index: 999;
    width: 1140px !important;
    height: 12px;
    text-align: left!important;
    max-width: 100% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cycloneslider-template-responsive .cycloneslider-pager span {
    background: #7a7486;
}

.cycloneslider-template-responsive .cycloneslider-pager span:first-child + span + span + span + span {
    display: none;
}

.cycloneslider-template-responsive .cycloneslider-pager span:first-child + span + span + span + span + span {
    display: none;
}

.cycloneslider-template-responsive .cycloneslider-pager span:first-child + span + span + span + span + span + span {
    display: none;
}

.cycloneslider-template-responsive .cycloneslider-pager span:first-child + span + span + span + span + span + span + span {
    display: none;
}


/*** CTA Area ***/

section#cta-area {
    position: relative;
    z-index: 1;
    margin-top: 270px;
    margin-bottom: 190px;
}

.cta-main-wrapp {
    position: relative;
}

.cta-list {
    display: inline-block;
    text-align: center;
    font-size: 0;
}

.cta-list .cta-img {
    position: relative;
}

.cta-list .cta-img:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-left: transparent;
    border-bottom: transparent;
    height: 100%;
    margin: 20px 20px 0 0;
    left: 0;
    z-index: 5;
    width: calc(100% - 20px);
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-list .cta-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    background: url(images/shadow-bg.png) no-repeat center/cover;
    width: 100%;
    height: 30px;
}

.cta-list:hover .cta-img:before {
    opacity: 0;
}

.cta-list .cta-img canvas {
    width: 100%;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-list:hover .cta-img canvas {
    width: 100%;
    background-size: cover;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}

.cta-list .cta-img span.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: '';
    background: rgba(184, 118, 58, 0.6);
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-list .cta-img span.overlay-p {
    background: rgba(74, 57, 102, 0.5);
}

.cta-list:hover .cta-img span.overlay,
.cta-list:hover .cta-img span.overlay-p {
    background: rgba(74, 57, 102, 0);
}

.cta-list .cta-title {
    position: relative;
    color: #4a3966;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
}

.cta-list .cta-title > em {
    font-weight: 300;
    letter-spacing: 0.25em;
    color: #b8763a;
    display: block;
    font-size: 15px;
    font-style: normal;
}

.cta-list:first-child {
    margin-top: 60px;
}

.cta-list:first-child + .cta-list + .cta-list {
    margin-top: 60px;
}


/*** Welcome Area ***/

section#welcome-area {
    position: relative;
    background: url(images/welcome-bg.jpg) no-repeat center/cover;
    /*     min-height: 750px; */
    padding: 120px 0;
}

.welcome-main-wrapp {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 130px;
    padding-right: 130px;
    /* background: #fff;
    min-height: 510px; */
    font-size: 0;
    position: relative;
}

.welcome-cont {
    /* width: calc(100% / 2);  */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* min-height: 500px; */
}

.welcome-cont .agent-photo {
    position: relative;
    width: 100%;
}

.welcome-cont .agent-photo canvas {
    background-size: cover;
    width: 100%;
    background-position: center;
}

.welcome-text-wrapp {
    display: inline-block;
    position: relative;
    width: 100%;
}

.welcome-text-wrapp:before {
    content: '';
    width: calc(100% - -70px);
    height: 852px;
    position: absolute;
    top: -278px;
    z-index: 5;
    /* right: 70px; */
    border: 1px solid #b8763a;
    border-left: transparent;
}

.welcome-text {
    padding: 0 90px;
    position: relative;
    z-index: 6;
}

.welcome-text h1 {
    font-size: 15px;
    color: #b8763a;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.welcome-text h1 > strong {
    font-size: 40px;
    font-weight: 600;
    color: #4a3966;
    display: block;
    padding-top: 10px;
}

.welcome-text > p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
    margin: 41px auto;
}

.welcome-text > a {
    font-size: 13px;
    color: #4a3966;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    position: relative;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.welcome-text > a:hover {
    color: #b8763a;
}

.welcome-text > a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #b8763a;
    position: absolute;
    bottom: -10px;
    z-index: 2;
    left: 0;
}


/*** Featured Properties ***/

section#fp-area {
    margin-top: 170px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fp-main-wrapp {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.fp-title {
    position: absolute;
    font-size: 15px;
    z-index: 6;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 0.25em;
    padding-left: 84px;
    font-weight: 300;
    text-transform: uppercase;
}

.fp-title strong {
    font-size: 40px;
    font-weight: 600;
    display: block;
    letter-spacing: normal;
    margin-top: 10px;
}

.fp-slide {
    width: 87.5%;
    display: inline-block;
    vertical-align: top;
}

.fp-list {
    position: relative;
    width: 100%;
}

.fp-list .fp-img {
    position: relative;
}

.fp-list .fp-img canvas {
    width: 100%;
    background-size: cover;
}

.fp-text {
    width: 542px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: rgba(48,38,65,1);  */
    background: rgba(48, 38, 65, .73);
    border-top: 2px solid rgba(48, 38, 65, 1);
    border-right: 2px solid rgba(48, 38, 65, 1);
    z-index: 5;
    padding-top: 182px;
    padding-left: 84px;
    padding-right: 84px;
    padding-bottom: 88px;
    height: 550px;
}

.fp-text p {
    font-size: 13px;
    /* color: #949494;  */
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    margin: 29px auto;
}

.fp-text span {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 24px;
    line-height: 21px;
}

.fp-text span em {
    font-size: 13px;
    font-weight: 300;
    display: block;
    /* color: #949494; */
    color: #fff;
}

.fp-text span.beds-fp {
    margin-left: 0;
}

.fp-text span.flr-fp {
    position: relative;
}

.fp-text span.flr-fp:after {
    width: 2px;
    height: 35px;
    background: #5f526c;
    content: '';
    position: absolute;
    right: -25px;
    top: 10px;
}

.fp-text span.flr-fp:before {
    width: 2px;
    height: 35px;
    background: #5f526c;
    content: '';
    position: absolute;
    left: -25px;
    top: 10px;
}

.fp-text > a {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    position: relative;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-top: 50px;
}

.fp-text > a:hover {
    color: #b8763a;
}

.fp-text > a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #b8763a;
    position: absolute;
    bottom: -10px;
    z-index: 2;
    left: 0;
}

.fp-nav {
    width: 12.5%;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 100%;
}

.fp-bg {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 100%;
}

.fp-bg canvas {
    position: absolute;
    background-size: cover;
    bottom: 0;
    left: 0;
}


/*** Map Area Widget ***/

section#map-area {
    position: relative;
    z-index: 1;
}

.map-main-wrapp {
    background: url(images/map-main-bg.jpg) no-repeat center/cover;
    position: relative;
    padding-top: 57px;
    padding-bottom: 57px;
}


/*** Map link ***/

.map-area-link {
    display: block;
    margin-top: 130px;
}

.map-link-btn {
    font-size: 0;
}

.map-title {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.map-title strong {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 40px;
    padding-top: 10px;
}

.map-link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding: 12px 40px;
    width: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 300;
    position: relative;
}

.map-link-btn a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #b8763a;
    border: 5px solid #dedede;
    border-radius: 50%;
    z-index: 2;
    left: 0;
    top: 10px;
}

.map-link-btn a.hover,
.map-link-btn a:hover {
    color: #b9793e;
    font-weight: 600;
}


/*** Map Area ***/

#map-wrapp {
    position: relative;
    padding-left: 52px;
}

div.map-container {
    width: 504px;
    height: 855px;
    position: relative;
}

div.map-container img.main {
    width: inherit;
    height: inherit;
    position: relative;
    z-index: 1;
}

div.map-container img.overlay {
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: 3;
}

div.map-container img.area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

div.map-container img.area.active {
    opacity: 1;
}

img.area.almeda {
    top: 2px !important;
    left: 56px !important;
}

img.area.santaclara {
    top: 185px !important;
    left: 19px !important;
}

img.area.sanjose {
    top: 246px !important;
    left: 176px !important;
}

img.area.morganhill {
    top: 403px !important;
    left: 307px !important;
}

img.area.sanmartin {
    top: 443px !important;
    left: 338px !important;
}

img.area.gilroy {
    top: 474px !important;
    left: 348px !important;
}

img.area.santacruz {
    top: 385px !important;
    left: 1px !important;
}

img.area.sanbenito {
    top: 612px !important;
    left: 243px !important;
}


/*** Area City Link ***/

div.map-container a.area-city {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #615470;
    outline: none;
    text-decoration: none;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

div.map-container a.area-city:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #615470;
    border-radius: 50%;
    top: 6px;
    left: -15px;
    opacity: 0;
}

div.map-container a.area-city:hover:before,
div.map-container a.area-city.active:before {
    opacity: 1;
    background: #fff;
}

div.map-container a.area-city:hover,
div.map-container a.area-city.active {
    font-size: 12px;
    color: #fff;
    text-shadow: rgb(184, 118, 58) 3px 0px 0px, rgb(184, 118, 58) 2.83487px 0.981584px 0px, rgb(184, 118, 58) 2.35766px 1.85511px 0px, rgb(184, 118, 58) 1.62091px 2.52441px 0px, rgb(184, 118, 58) 0.705713px 2.91581px 0px, rgb(184, 118, 58) -0.287171px 2.98622px 0px, rgb(184, 118, 58) -1.24844px 2.72789px 0px, rgb(184, 118, 58) -2.07227px 2.16926px 0px, rgb(184, 118, 58) -2.66798px 1.37182px 0px, rgb(184, 118, 58) -2.96998px 0.42336px 0px, rgb(184, 118, 58) -2.94502px -0.571704px 0px, rgb(184, 118, 58) -2.59586px -1.50383px 0px, rgb(184, 118, 58) -1.96093px -2.27041px 0px, rgb(184, 118, 58) -1.11013px -2.78704px 0px, rgb(184, 118, 58) -0.137119px -2.99686px 0px, rgb(184, 118, 58) 0.850987px -2.87677px 0px, rgb(184, 118, 58) 1.74541px -2.43999px 0px, rgb(184, 118, 58) 2.44769px -1.73459px 0px, rgb(184, 118, 58) 2.88051px -0.838247px 0px;
}

div.map-container a.area-city.hover {
    font-weight: 700;
}

a.area-city.hayward {
    top: 120px !important;
    left: 149px !important;
}

a.area-city.unioncity {
    top: 137px !important;
    left: 164px !important;
}

a.area-city.fremont {
    top: 157px !important;
    left: 196px !important;
}

a.area-city.milpitas {
    top: 214px !important;
    left: 245px !important;
}

a.area-city.santaclara {
    top: 229px !important;
    left: 237px !important;
}

a.area-city.cupertino {
    top: 250px !important;
    left: 118px !important;
}

a.area-city.saratoga {
    top: 289px !important;
    left: 93px !important;
}

a.area-city.campbell {
    top: 307px !important;
    left: 139px !important;
}

a.area-city.losgatos {
    top: 346px !important;
    left: 122px !important;
}

a.area-city.paloalto {
    top: 188px !important;
    left: 112px !important;
}

a.area-city.mountainview {
    top: 203px !important;
    left: 136px !important;
}

a.area-city.sunnyvale {
    top: 218px !important;
    left: 154px !important;
}

a.area-city.losaltoshills {
    top: 236px !important;
    left: 116px !important;
}

a.area-city.centralsan {
    top: 271px !important;
    left: 220px !important;
}

a.area-city.willowglen {
    top: 290px !important;
    left: 210px !important;
}

a.area-city.blossomhill {
    top: 305px !important;
    left: 257px !important;
}

a.area-city.santateresa {
    top: 323px !important;
    left: 276px !important;
}

a.area-city.cambiran {
    top: 339px !important;
    left: 216px !important;
}

a.area-city.almaden {
    top: 368px !important;
    left: 237px !important;
}

a.area-city.santa-cruz {
    top: 524px !important;
    left: 118px !important;
}

a.area-city.capitola {
    top: 536px !important;
    left: 201px !important;
    ;
}

a.area-city.aptos {
    top: 549px !important;
    left: 216px !important;
}

a.area-city.hollister {
    top: 664px !important;
    left: 311px !important;
}

a.area-city.ridgewater {
    top: 681px !important;
    left: 326px !important;
}

a.area-city.sanmartin {
    top: 452px !important;
    left: 372px !important;
}

a.area-city.gilroy {
    top: 489px !important;
    left: 390px !important;
}

a.area-city.morganhill {
    top: 413px !important;
    left: 350px !important;
}


/*** Video area ***/

section#video-area {
    position: relative;
    z-index: 1;
}

.video-main-wrapp {
    position: relative;
    margin-top: 110px;
    padding-bottom: 90px;
    font-size: 0;
    overflow: hidden;
}

.bay-area-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 35.042735%;
}

.bay-wrapp {
    display: block;
    position: relative;
}

.bay-title {
    font-size: 15px;
    color: #b8763a;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.bay-title strong {
    display: block;
    color: #002642;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 40px;
    padding-top: 10px;
}

.bay-list-wrapp {
    display: block;
    position: relative;
}

.bay-list-wrapp:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #b8763a;
    content: '';
    top: 0;
    left: -40px;
    z-index: 1;
}

.bay-list-wrapp:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #b8763a;
    border: 5px solid #dedede;
    border-radius: 50%;
    z-index: 2;
    left: -50px;
    top: 65px;
}

.bay-list {
    display: inline-block;
    position: relative;
}

.bay-list:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    background: url(images/shadow-bg.png) no-repeat center/cover;
    width: 100%;
    height: 30px;
}

.bay-list {
    font-size: 0;
    text-align: center;
    display: inline-block;
    width: 410px;
    max-width: 100%;
    padding: 15px 0;
    cursor: pointer;
}

.bay-list > .a-sub,
.bay-list > .a-sub {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-decoration: none;
    background: #000;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.bay-list > .a-sub:hover {
    background: #b8763a;
}

.bay-list > .a-sub .bay-img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.bay-list > .a-sub:hover .bay-img {
    opacity: 0.5;
}

.bay-list > .a-sub .bay-img canvas {
    background-size: cover;
    width: 100%;
}


/* .bay-list > .a-sub:hover .bay-img canvas {
   filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
} */

.bay-list > .a-sub .bay-center-holder {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.bay-list > .a-sub .bay-center-holder:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bay-list > .a-sub .bay-center-holder:after {
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(69, 102, 87, 0.5);
    position: absolute;
    left: 0;
    content: '';
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.bay-list > .a-sub:hover .bay-center-holder:after {
    opacity: 0;
}

.video-list-wrap .slick-slide > div {
    padding-left: 80px;
}

.video-list-inner {
    position: relative;
    height: 0;
    padding-top: 56%;
}

.video-list-inner .video-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    z-index: 5;
}

.video-list-inner .video-control .ai-font-pause-button-a,
.video-list-inner .video-control.active .ai-font-play-button-a {
    display: none;
    transition: all .5s;
}

.video-list-inner .video-control.active .ai-font-pause-button-a,
.video-list-inner .video-control .ai-font-play-button-a {
    display: block;
    transition: all .5s;
}

.video-list-inner .video-control.active .ai-font-pause-button-a {
    opacity: 0;
}

.video-list-inner .video-control.active:hover .ai-font-pause-button-a {
    opacity: .8;
}

.video-list-inner iframe,
.video-list-inner video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* .video-list-inner video {
    background-color: #000;
} */

.bay-list > .a-sub .bay-center-holder span {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
    position: relative;
    z-index: 3;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    letter-spacing: 0.05em;
}

.bay-view {
    display: block;
}

.bay-view > a {
    font-size: 13px;
    color: #4a3966;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    position: relative;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding-top: 55px;
}

.bay-view > a:hover {
    color: #b8763a;
}

.bay-view > a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #b8763a;
    position: absolute;
    bottom: -10px;
    z-index: 2;
    left: 0;
}


/*** Video ***/

.video-cont {
    width: 64.957265%;
    display: inline-block;
    vertical-align: top;
    padding-top: 300px;
    padding-bottom: 300px;
}

.video-list {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: calc(50% - 215px);
}

.video-list span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 50%;
    height: 79px;
    width: 79px;
    border: 2px solid #fff;
    line-height: 79px;
    border-radius: 50%;
}

.video-list span i {
    font-size: 25px;
    color: #fff;
    vertical-align: middle;
}

.video-list canvas {
    width: 109%;
    background-size: cover;
    position: relative;
}


/*** Testimonials ***/

section#test-area {
    position: relative;
    z-index: 1;
}

.testi-main-wrapp {
    position: relative;
    background: url(images/testi-bg.jpg) no-repeat center/cover;
    padding: 121px 0;
}

.testi-div {
    background: url(images/test-accent-div.png) no-repeat center;
    height: 100%;
    padding: 55px 0;
}

.testi-cont {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 500px;
    padding: 75px 0;
    text-align: center;
}

.testi-cont:after {
    content: '';
    position: absolute;
    bottom: -53px;
    background: url(images/testi-shadow.png) no-repeat center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 53px;
}

.testi-title {
    font-size: 15px;
    color: #b8763a;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.testi-title strong {
    display: block;
    color: #002642;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 40px;
    padding-top: 10px;
}

.testi-list {
    position: relative;
}

.testi-list p {
    font-size: 15px;
    font-style: italic;
    color: #000000;
    width: 75%;
    margin: 55px auto;
    line-height: 25px;
}

.testi-list .testi-star {
    display: block;
    padding: 25px 0;
}

.testi-list .testi-star em.ai-font-star-fill {
    display: inline-block;
    font-size: 15px;
    color: #b8763a;
    margin: 0 3px;
}

.testi-list a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #456657;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.testi-list a:hover {
    color: #b8763a;
}


/*** Contact us Footer ***/

section#footer-area {
    position: relative;
    z-index: 1;
}

section#footer-area:before {
    content: '';
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    background: url(images/footer-main-bg.jpg) no-repeat center/cover;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
}

.ftr-contact-form {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 150px 0;
}

.form-title {
    font-size: 15px;
    color: #b8763a;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.form-title strong {
    display: block;
    color: #002642;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 40px;
    padding-top: 10px;
}

.cont-form {
    position: relative;
    width: 100%;
    max-width: 566px;
    margin: 0 auto;
    padding: 58px 0;
}

.git-form {
    position: relative;
    display: block;
    margin-top: 50px;
    padding: 0 45px;
}

.cont-col {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}

.git-field {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}

.merge-field {
    width: 100%;
    padding: 0 15px;
}

.cont-form input[type='text'],
.cont-form input[type='tel'],
.cont-form input[type='email'],
.cont-form textarea {
    width: 100%;
    color: #000;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 6px 0;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #b8763a;
    outline: none;
    text-transform: uppercase;
}

.cont-form textarea {
    resize: none;
    margin: 5px 0;
    height: 104px;
    padding-top: 15px;
}

.cont-form textarea {
    padding-right: 47px;
}

div.cont-form input[type='submit'] {
    height: 34px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    max-width: 34px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: 0;
    background: url(images/send-icon.png) no-repeat right;
    font-size: 0;
    outline: none;
    float: right;
    margin-top: -60px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
}

div.cont-form div.wpcf7-validation-errors {
    color: #000;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 0;
    bottom: -60px;
}

div.cont-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
    top: 0;
}

.ftr-contact-form div.cont-form div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    padding: 3px;
}

.ftr-contact-form div.wpcf7-mail-sent-ok {
    font-size: 14px;
}


/*** Footer ***/

.footer {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    color: #030303;
    background: rgba(48, 38, 65, 0.8);
    z-index: 2;
    position: relative;
}

.logo-footer {
    text-align: center;
    display: block;
}

.logo-footer img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.info-div {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 46px;
    border-top: 1px solid #655e70;
    border-bottom: 1px solid #655e70;
    margin: 64px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.info-div:nth-child(even) {
    flex-direction: row-reverse;
}

.ftr-info {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 90px;
}

.ftr-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #b8763a;
    padding-bottom: 20px;
}

.ftr-info span {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.ftr-info span > i {
    color: #b8763a;
    margin-right: 10px;
}

.ftr-info span > i.ai-font-envelope-f {
    font-size: 12px;
}

.footer .smi {
    display: block;
    margin-top: 34px;
}

.footer .smi a {
    font-size: 15px;
    color: #b8763a;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #b8763a;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.footer .smi a:hover {
    color: #fff;
}

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

.footernav-wrapp {
    text-align: left;
    padding-left: 213px;
}

.footernav {
    display: block;
    font-size: 0;
}

.footernav li {
    display: inline-block;
    padding: 10px 30px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    vertical-align: top;
}

.footernav li a {
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 15px;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

.footernav li a:hover {
    opacity: 0.5;
}

.footer .copyright {
    color: #cccccc;
    padding: 0;
    font-size: 13px;
}

.footer .copyright a {
    color: #cccccc;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.footer .copyright a:hover {
    color: #847d86;
}

.copyright span {
    text-transform: uppercase;
}

.ftr-logos {
    display: block;
    color: #655e6c;
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

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

.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: 63.15%;
}

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


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* fullwidth template */

.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */

#content .entry-title,
#content .archive-title {
    font-size: 30px;
    color: #002642;
    text-transform: uppercase;
    font-weight: 600;
}

.post-36.page #ihf-main-container > div > div:first-child,
.post-47.page #ihf-main-container > div > div:first-child,
.post-49.page #ihf-main-container > div > div:first-child,
.post-53.page #ihf-main-container > div > div:first-child,
.post-55.page #ihf-main-container > div > div:first-child,
.post-67.page #ihf-main-container > div > div:first-child,
.post-73.page #ihf-main-container > div > div:first-child,
.post-75.page #ihf-main-container > div > div:first-child,
.post-103.page #ihf-main-container > div > div:first-child,
.post-105.page #ihf-main-container > div > div:first-child {
    display: none;
}

.blog-post,
.testi-post,
.community-post,
article.reach150-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted;
}

.blog-post .archive-content,
.community-post .archive-content {
    width: 70%;
    float: right;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    line-height: 1;
}


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

.ip-container main {
    position: relative;
    z-index: 2;
}

body.ip-container > img {
    display: none;
}

.ip-container #content .archive-thumbnail img {
    width: 100%;
    object-fit: cover;
}


/* Custom Button */

.custom-button a {
    border: 1px solid #4a3966;
    background: #4a3966;
    display: block;
    width: 270px;
    height: 60px;
    text-transform: uppercase;
    margin: 2px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-button a:hover {
    background: #b8763a;
    border: 1px solid #b8763a;
}

.page-id-350 .custom-button {
    float: left;
}

.page-id-350 .custom-button a {
    height: 43px;
    padding: 4px 0;
    font-size: 22px;
    padding: 3px 0;
}


/* ihf styles */

#ihf-main-container .ihf-mapsearch-refine-overlay {
    max-width: 415px;
}

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

#ihf-main-container .chosen-drop .chosen-results {
    margin-left: 0;
    padding-left: 0;
}

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

.field-qs select#cityzip {
    color: #3f3f3f;
    font-size: 15px;
    height: 39px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #b8763a;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
}

.page-id-629 #test iframe:nth-child(2),
.page-id-629 #test iframe:nth-child(5),
.page-id-629 #test iframe:nth-child(8),
.page-id-638 #test iframe:nth-child(2),
.page-id-638 #test iframe:nth-child(5),
.page-id-638 #test iframe:nth-child(8),
.page-id-635 #test iframe:nth-child(2),
.page-id-635 #test iframe:nth-child(5),
.page-id-635 #test iframe:nth-child(8),
.page-id-623 #test iframe:nth-child(2),
.page-id-623 #test iframe:nth-child(5),
.page-id-623 #test iframe:nth-child(8),
.page-id-632 #test iframe:nth-child(2),
.page-id-632 #test iframe:nth-child(5),
.page-id-632 #test iframe:nth-child(8),
.page-id-626 #test iframe:nth-child(2),
.page-id-626 #test iframe:nth-child(5),
.page-id-626 #test iframe:nth-child(8) {
    /*display: none;*/
}

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












a.guidebtn {
    display: flex;
    /* background: rgba(38, 27, 57, 1); */
    color: #fff;
    width: 100%;
    max-width: 260px;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 60px;
    transition: all 0.3s ease-in-out;
    background: #5b4e68;
}

a.guidebtn:hover {
    background: rgba(38, 27, 57, 0.94);
}

#realscout--kingdom #realscout--kingdom__castle #kingdom--castle #kingdom--castle__throne .listing--description{
    color: #fff !important;
}

.fp-title {
    position: relative;
    color: #b8763a;
    margin-top: 40px;
}
.fp-title strong {
    color: #4a3966;
}
#inner-page-wrapper #content-full #content .default_button{
    width: 100%;
    display: block;
    max-width: 300px;
    text-align: center;
    margin: auto;
    padding: 15px;
    border: 1px solid rgba(38, 27, 57, 1);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.35s ease-in-out;
}
#inner-page-wrapper #content-full #content .default_button:hover{
    background: rgba(38, 27, 57, 1);
    color: #ffffff;
}













.opt {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
        width: 100%;
    padding-top: 10px;
}

.opt .iagree {
    width: 20px;
    height: 20px;
}

.opt .iagree .wpcf7-list-item-label {
    font-size: 0;
}

.opt .iagree input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.opt .wpcf7-list-item {
    margin: 0;
}

.opt-label {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.4;
}


.opt span.wpcf7-list-item-label {
    font-size: 0 !important;
}

.post-page-contact-us #content .entry-title,
.post-page-contact-us #breadcrumbs{
    padding-left: 15px;
}
.ftr-contact-form form{
    position: relative;
}
.ftr-contact-form .wpcf7 form .wpcf7-response-output{
    position: absolute;
    width: 100%;
    font-size: 12px;
}
