/*
Theme Name: Casey Samson
Theme URI: http://caseysamsoncom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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,
#sm-nav li {
    position: relative;
}

#nav .sub-menu,
#sm-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;
}

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

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

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

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

#nav li:hover>.sub-menu,
#sm-nav li:hover>.sub-menu {
    /*display: block;*/
}

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


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


/* Global */

body {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    background: #FFF;
    color: #666666;
    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 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: 0.02em;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #666666;
}

a {
    outline: none !important;
}

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

.easet {
    -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;
}

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

@-moz-keyframes onHover {
    from {
        -moz-transform: translate(-110%, 0) skew(45deg);
        transform: translate(-110%, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }
}

@-webkit-keyframes onHover {
    from {
        -webkit-transform: translate(-110%, 0) skew(45deg);
        transform: translate(-110%, 0) skew(45deg)
    }

    to {
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }
}

@keyframes onHover {
    from {
        -moz-transform: translate(-110%, 0) skew(45deg);
        -ms-transform: translate(-110%, 0) skew(45deg);
        -webkit-transform: translate(-110%, 0) skew(45deg);
        transform: translate(-110%, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(0, 0) skew(45deg);
        -ms-transform: translate(0, 0) skew(45deg);
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }
}

@-moz-keyframes outHover {
    from {
        -moz-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(110%, 0) skew(45deg);
        transform: translate(110%, 0) skew(45deg)
    }
}

@-webkit-keyframes outHover {
    from {
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }

    to {
        -webkit-transform: translate(110%, 0) skew(45deg);
        transform: translate(110%, 0) skew(45deg)
    }
}

@keyframes outHover {
    from {
        -moz-transform: translate(0, 0) skew(45deg);
        -ms-transform: translate(0, 0) skew(45deg);
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(110%, 0) skew(45deg);
        -ms-transform: translate(110%, 0) skew(45deg);
        -webkit-transform: translate(110%, 0) skew(45deg);
        transform: translate(110%, 0) skew(45deg)
    }
}

a.btn-effect {
    overflow: hidden;
    position: relative;
}

a.btn-effect::before {
    content: '';
    display: block;
    position: absolute;
    width: 135%;
    height: 100%;
    top: 0;
    left: -20%;
    background: #9c9064;
    z-index: 1;
    -webkit-animation: outHover .5s ease 1 forwards;
    -moz-animation: outHover .5s ease 1 forwards;
    -o-animation: outHover .5s ease 1 forwards;
    animation: outHover .5s ease 1 forwards;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.btn-effect:hover::before {
    -webkit-animation-name: onHover;
    -moz-animation-name: onHover;
    -o-animation-name: onHover;
    -ms-animation-name: onHover;
    animation-name: onHover
}

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

a.btn-effect span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

a.btn-effect i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.btn-effect:hover i {
    color: #ffffff;
}


/*******************************************************
 *
 * SIDE MENU
 *
 *******************************************************/

#main-wrapper {
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(.645, .045, .355, 1.000);
    -moz-transition: all 0.3s cubic-bezier(.645, .045, .355, 1.000);
    -o-transition: all 0.3s cubic-bezier(.645, .045, .355, 1.000);
    transition: all 0.3s cubic-bezier(.645, .045, .355, 1.000);
}

.side-menu-open #main-wrapper {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.side-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1039;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.side-menu-open .side-menu-overlay {
    opacity: 1;
}

.side-menu-wrap {
    position: fixed;
    width: 490px;
    max-width: 100%;
    height: 100%;
    right: -30%;
    background: url(images/side-menu-bg-02.jpg) no-repeat center center / cover;
    z-index: 1040;
    font-size: 0;
    text-align: center;
    /*padding: 50px 30px;*/
    visibility: hidden;
    overflow-y: auto;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-menu-open .side-menu-wrap {
    right: 0;
    visibility: visible;
}

.side-menu-wrap::before {
    /*content: '';*/
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.side-menu-wrap::after {
    /*content: '';*/
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.side-menu-wrap>a {
    display: block;
    position: absolute;
    color: #ffffff;
    top: 15px;
    right: 45px;
    z-index: 2;
    text-decoration: none;
}

.side-menu-wrap>a:hover {
    color: #9C9064;
}

.side-menu-wrap>a i {
    font-size: 12px;
}

.side-menu-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    overflow-y: auto;
    pointer-events: none;
}

.side-menu-logo {
    margin-bottom: 25px;
    pointer-events: auto;
}

.side-menu-logo a {
    display: inline-block;
}

.side-menu-logo img {
    max-width: 100%;
}

.side-menu-gallery {
    margin-bottom: 35px;
    pointer-events: auto;
}

.side-menu-gallery a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 3px 5px;
}

.side-menu-gallery a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(156, 144, 100, 0.7);
    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;
}

.side-menu-gallery a:hover::after {
    opacity: 1;
}

.side-menu-gallery canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-size: cover;
}

.side-menu-navi {
    margin-bottom: 38px;
    pointer-events: auto;
}

.side-menu-smis {
    pointer-events: auto;
}

.side-menu-smis span.head-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.side-menu-smis a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin: 0 18px;
    text-decoration: none;
}

.side-menu-smis a:hover {
    color: #9c9064;
}

.side-menu-smis a i {
    font-size: 20px;
}


/*******************************************************
 *
 * HEADER
 *
 *******************************************************/

#main-header {
    background: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid rgba(156, 144, 100, 0.65);
    position: fixed;
    width: 100%;
    z-index: 1030;
    font-size: 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;
}

#main-header.show-fh {
    background: #ffffff;
    border-bottom: 1px solid rgba(156, 144, 100, 0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#main-header .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.header-logo {
    padding-top: 16px;
    padding-bottom: 18px;
    -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;
}

#main-header.show-fh .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-logo a {
    display: inline-block;
    position: relative;
}

.header-logo img {
    max-width: 100%;
    -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;
}

.header-logo img.fixed-header-logo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#main-header.show-fh .header-logo img {
    max-width: 188px;
}

#main-header.show-fh .header-logo img.default-header-logo {
    opacity: 0;
}

#main-header.show-fh .header-logo img.fixed-header-logo {
    opacity: 1;
}

.header-navi {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    -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;
}

#main-header.show-fh .header-navi {
    padding-top: 25px;
    padding-bottom: 25px;
}

#nav {}

#nav li {}

#nav li a,
#sm-nav li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    -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;
}

#nav>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

#sm-nav>li {
    margin: 25px 0;
}

#nav>li>a {}

#nav>li:hover>a,
#sm-nav>li:hover>a {
    color: #9c9064;
}

#nav .sub-menu {}

#nav>li>.sub-menu {
    padding-top: 36px;
}

#nav .sub-menu li {}

#nav .sub-menu li a {
    background: rgba(0, 0, 0, 0.75);
}

#nav .sub-menu li:hover>a {
    background: rgba(156, 144, 100, 0.85);
}

#sm-nav .sub-menu li:hover>a {
    color: #9c9064;
}

#sm-nav .sub-menu {
    padding-top: 20px;
}

#sm-nav>li>a::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #9c9064;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sm-nav>li:hover>a::after {
    opacity: 1;
    bottom: -15px;
}

#main-header.show-fh #nav li a {
    color: #333333;
}

#main-header.show-fh #nav>li>.sub-menu {
    padding-top: 25px;
}

#main-header.show-fh #nav .sub-menu li a {
    background: #ffffff;
}

#main-header.show-fh #nav .sub-menu li:hover>a {
    background: rgba(156, 144, 100, 1);
}

.header-bmenu {
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 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;
}

#main-header.show-fh .header-bmenu {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-bmenu a {
    display: inline-block;
    color: #ffffff;
    -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;
}

#main-header.show-fh .header-bmenu a {
    color: #333333;
}

.header-bmenu a:hover {
    color: #9c9064;
}

.header-bmenu a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.header-bmenu a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 10px;
}


/*******************************************************
 *
 * UPPERFOLD
 *
 *******************************************************/

#upperfold-wrap {
    position: relative;
    z-index: 2;
    font-size: 0;
}

.slide-holder {}

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

.slide-holder .cycloneslider-template-fixed a.cycloneslider-prev,
.slide-holder .cycloneslider-template-fixed a.cycloneslider-next {
    width: 52px;
    height: 52px;
    font-size: 0;
    opacity: 1;
    background: rgba(156, 144, 100, 0.8);
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
}

.slide-holder .cycloneslider-template-fixed:hover .cycloneslider-prev,
.slide-holder .cycloneslider-template-fixed:hover .cycloneslider-next {
    opacity: 1;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-prev:hover,
.slide-holder .cycloneslider-template-fixed .cycloneslider-next:hover {
    background: rgba(156, 144, 100, 1);
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-prev {
    left: 30px;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-next {
    right: 30px;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption {
    background: none;
    text-align: center;
    top: 42%;
    /* z-index: inherit; */
    z-index: 999;
}

.slide-holder #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline {
    background: transparent;
    z-index: 99;
    text-align: center;
    top: calc(50% + 50px);
    bottom: auto;
    padding: 0;
    display: block;
    transform: translateY(-50%);
}

.slide-holder #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
    font: 400 65px/1 'Old Standard TT', serif !important;
    padding: 10px 20px 5px 20px;
}

.slide-holder #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
    padding: 0 20px 15px 20px;
    line-height: 1.5;
    font-size: 24px;
}

.slide-holder #aios-slider-hp-slideshow .splide__arrows {
    position: absolute;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.slide-holder #aios-slider-hp-slideshow .splide__arrow {
    color: #fff !important;
    opacity: 0.75;

    -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;
}

.slide-holder #aios-slider-hp-slideshow .splide__arrow--prev {
    left: 10px;
}

.slide-holder #aios-slider-hp-slideshow .splide__arrow--next {
    right: 10px;
}

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

.slide-holder .cycloneslider-fixed-slide:first-child .cycloneslider-caption-title,
.slide-holder .cycloneslider-fixed-slide:first-child .cycloneslider-caption-description {
    opacity: 1;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption-title {
    position: relative;
    /* font: 400 90px/1 'Old Standard TT', serif; */
    font: 400 65px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: -0.02em;
    opacity: 0;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption-description {
    position: relative;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 45px;
    opacity: 0;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption-description a {
    display: inline-block;
    position: relative;
    width: 205px;
    height: 60px;
    background: #151515;
    color: #ffffff;
    pointer-events: auto;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption-description a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 12px;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption-description a i {
    position: relative;
    top: -3px;
    font-size: 25px;
    color: #9c9064;
    line-height: 1;
    letter-spacing: 0.05em;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-caption-description a:hover i {
    color: #ffffff;
}

.slide-holder .cycloneslider-template-fixed .cycloneslider-prev i,
.slide-holder .cycloneslider-template-fixed .cycloneslider-next i {
    font-size: 22px;
    font-style: normal;
    color: #ffffff;
}

.slide-pager {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.slide-pager span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(156, 144, 100, 0.8);
    margin: 0 6px;
    font-size: 0;
    cursor: pointer;
}

.slide-pager span.cycle-pager-active {
    background: rgba(156, 144, 100, 1);
}

.slide-holder>canvas {
    width: 100%;
    height: 100vh;
}

.tagline-holder {
    position: absolute;
    width: 100%;
    top: 44%;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    display: none !important;
}

.tagline-holder h2 {
    font: 400 90px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.tagline-holder p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 45px;
}

.tagline-holder a {
    display: inline-block;
    position: relative;
    width: 205px;
    height: 60px;
    background: #151515;
    color: #ffffff;
    pointer-events: auto;
}

.tagline-holder a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 12px;
}

.tagline-holder a i {
    position: relative;
    top: -3px;
    font-size: 25px;
    color: #9c9064;
    line-height: 1;
    letter-spacing: 0.05em;
}

.tagline-holder a:hover i {
    color: #ffffff;
}


/*******************************************************
 *
 * FEATURE
 *
 *******************************************************/

#features-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 108px 0 0px;
}

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

.section-subtitle {
    text-align: center;
    position: relative;
    margin-bottom: 75px;
}

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

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

.feature-items {}

.feature-item {
    margin-bottom: 62px;
}

.feature-item-inner {
    margin: 0 12px;
}

.feature-item a {
    display: inline-block;
    margin-bottom: 12px;
}

.feature-item i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 25px;
    height: 30px;
}

.icon-feature-01 {
    width: 29px;
    /*height: 30px;*/
}

.icon-feature-02 {
    width: 23px;
    /*height: 28px;*/
}

.icon-feature-03 {
    width: 23px;
    /*height: 21px;*/
}

.icon-feature-04 {
    width: 26px;
    /*height: 22px;*/
}

.icon-feature-05 {
    width: 27px;
    /*height: 28px;*/
}

.icon-feature-06 {
    width: 30px;
    /*height: 22px;*/
}

.feature-item i::before,
.feature-item i::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -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;
}

.feature-item i::after {
    opacity: 0;
}

.feature-item a:hover i::before {
    opacity: 0;
}

.feature-item a:hover i::after {
    opacity: 1;
}

.icon-feature-01::before {
    background-image: url(images/icon-01.png);
}

.icon-feature-01::after {
    background-image: url(images/icon-01-active.png);
}

.icon-feature-02::before {
    background-image: url(images/icon-02.png);
}

.icon-feature-02::after {
    background-image: url(images/icon-02-active.png);
}

.icon-feature-03::before {
    background-image: url(images/icon-03.png);
}

.icon-feature-03::after {
    background-image: url(images/icon-03-active.png);
}

.icon-feature-04::before {
    background-image: url(images/icon-04.png);
}

.icon-feature-04::after {
    background-image: url(images/icon-04-active.png);
}

.icon-feature-05::before {
    background-image: url(images/icon-05.png);
}

.icon-feature-05::after {
    background-image: url(images/icon-05-active.png);
}

.icon-feature-06::before {
    background-image: url(images/icon-06.png);
}

.icon-feature-06::after {
    background-image: url(images/icon-06-active.png);
}

.feature-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #9c9064;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    -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;
}

.feature-item a:hover span {
    color: #333333;
}

.feature-item p {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.5;
}

.feature-logo {
    text-align: center;
    margin-top: 40px;
}

.feature-logo img {
    max-width: 100%;
}


/*******************************************************
 *
 * EACH HOME
 *
 *******************************************************/

#each-home-wrap {
    background: url(images/section-02-bg.jpg) #ffffff no-repeat center top / cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 85px 0 55px;
}

.sec-header-wrap {
    text-align: center;
}

.sec-header-wrap .section-subtitle {
    text-align: center !important;
}

.sec-header-wrap .section-subtitle .line {
    background: transparent;
}

.sec-header-wrap h2 {
    margin-top: 0px !important;
}

.each-home-items {}

.each-home-item {}

.each-home-item img {
    display: block;
    max-width: 100%;
    margin: auto;
}

#each-home-wrap h2 {
    font: 400 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: -0.02em;
    margin: 42px 0 8px;
}

#each-home-wrap .section-subtitle {
    text-align: left;
    margin-bottom: 38px;
}

#each-home-wrap .section-subtitle::before {
    display: none;
}

#each-home-wrap .section-subtitle span {
    padding: 0;
    background: none;
}

#each-home-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
}

#each-home-wrap ul {
    margin-bottom: 35px;
}

#each-home-wrap li {
    display: block;
    margin: 14px 0;
}

#each-home-wrap li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(images/icon-07.png) #9c9064 no-repeat center center;
    margin-right: 20px;
}

#each-home-wrap li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    letter-spacing: -0.02em;
    width: calc(100% - 40px);
}

.each-home-samples {}

.each-home-samples span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.each-home-samples a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #9c9064;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

a.eh-arrow {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 45%;
    background-color: rgba(156, 144, 100, 0.8);
    z-index: 2;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
}

.eh-arrow:hover {
    background-color: rgba(156, 144, 100, 1);
}

.eh-prev {
    left: 28px;
}

.eh-next {
    right: 28px;
}

.eh-arrow i {
    font-size: 22px;
    font-style: normal;
    color: #ffffff;
}


/*******************************************************
 *
 * PROPERTIES
 *
 *******************************************************/

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

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

#properties-wrap .section-subtitle {
    margin-bottom: 55px;
}

#properties-wrap .section-subtitle .line {
    /*width: 750px;*/
}


/*#properties-wrap .section-subtitle span {
            color: #868686;
        }*/

#properties-wrap .section-subtitle+strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #9c9064;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 38px;
}

.fp-items {}

.fp-item {
    display: none;
}

.fp-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.fp-img {}

.fp-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -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;
}

.fp-item a:hover .fp-img canvas {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.fp-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    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;
}

.fp-item a:hover .fp-txt {
    opacity: 1;
}

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

.fp-txt::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #9c9064;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -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;
}

.fp-item a:hover .fp-txt::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fp-txt-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 40px;
}

.fp-address {
    margin-bottom: 40px;
}

.fp-address::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: #9c9064;
    margin: 35px auto auto;
}

.fp-address strong {
    display: block;
    font: 400 36px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.fp-address span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #a6a6a6;
    line-height: 1;
    letter-spacing: 0.02em
}

.fp-feature ul {}

.fp-feature li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
}

.fp-feature li:first-child {
    margin-left: 0;
}

.fp-feature li:last-child {
    margin-right: 0;
}

.fp-feature li i {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto auto 15px;
}

.icon-beds {
    background-image: url(images/icon-09.png);
}

.icon-baths {
    background-image: url(images/icon-10.png);
}

.icon-sqft {
    background-image: url(images/icon-11.png);
}

.fp-feature li span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #c6c6c6;
    line-height: 1;
    text-transform: uppercase;
}

.fp-btn {
    width: 170px;
    height: 50px;
    background: #9c9064;
    margin: 35px auto auto;
    padding: 15px 5px;
}

.fp-btn i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 23px;
    background: url(images/icon-12.png) no-repeat center center;
    margin-right: 8px;
}

.fp-btn span {
    display: inline-block;
    vertical-align: middle;
    font: 400 18px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-transform: lowercase;
}

a.fp-arrow {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 45%;
    background-color: rgba(156, 144, 100, 0.8);
    z-index: 2;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    opacity: 1;
    cursor: pointer;
}

.fp-arrow:hover {
    background-color: rgba(156, 144, 100, 1);
}

.fp-prev {
    left: 28px;
}

.fp-next {
    right: 28px;
}

.fp-arrow i {
    font-size: 22px;
    font-style: normal;
    color: #ffffff;
}


/*******************************************************
 *
 * ADVANTAGE
 *
 *******************************************************/

#advantage-wrap {
    background: url(images/section-03-bg.jpg) #ffffff no-repeat center center / cover;
    position: relative;
    z-index: 2;
    font-size: 0;
    text-align: center;
    padding: 98px 0 90px;
}

#advantage-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(238, 238, 238, 0.95);
    z-index: 1;
}

#advantage-wrap .container {
    position: relative;
    z-index: 2;
}

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

#advantage-wrap .section-subtitle {}

#advantage-wrap .section-subtitle .line {
    display: inline-block;
    vertical-align: middle;
    width: 330px;
    height: 1px;
    background: #cccccc;
    position: relative;
}

#advantage-wrap .section-subtitle span {
    background: none;
}

.advantage-row {}

.advantage-col {}

.advantage-col-inner {
    background: #333333;
    border: 3px solid #9c9064;
    border-bottom: 0;
    padding: 20px 45px;
    position: relative;
    z-index: 2;
}

.advantage-ribbon {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 75px 75px 0;
    border-color: transparent #9c9064 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.advantage-ribbon span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: -65px;
}

.advantage-col-inner>span {
    display: block;
    font: 400 30px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: -0.02em;
    padding: 30px 0 28px;
}

.advantage-col-inner>span.two-lines {
    padding-top: 15px;
}

.advantage-col-inner>span::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #9c9064;
    margin: 30px auto auto;
}

.advantage-col-inner>span.two-lines::after {
    margin-top: 15px;
}

.advantage-col p,
.advantage-col li {
    font-size: 16px;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.advantage-col p span {
    display: inline-block;
    margin-right: 5px;
    font-size: 8px;
    line-height: 1.5;
    vertical-align: middle;
}

.advantage-col li {
    list-style-type: disc;
    text-align: left;
}

.advantage-col:last-of-type p {
    margin: 0 20px;
}

.advantage-btn {
    display: inline-block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0 5px;
    -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;
    /*transition-delay: 0.3s;*/
}

.advantage-col-inner:hover .advantage-btn {
    height: 48px;
    opacity: 1;
    margin: 52px 0 35px;
    ;
}

.advantage-full .advantage-btn,
.advantage-full:hover .advantage-btn {
    height: 48px;
    opacity: 1;
    margin: 52px 0 15px;
}

.advantage-btn a {
    display: inline-block;
    border: 1px solid #9c9064;
    width: 175px;
    height: 100%;
}

.advantage-btn a:hover {}

.advantage-btn a span {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 12px;
}

.advantage-btn a i {
    position: relative;
    top: -5px;
    font-size: 22px;
    color: #9c9064;
    line-height: 1;
}

.advantage-btn a:hover i {
    color: #ffffff;
}

.advantage-col svg {
    position: relative;
    top: -2px;
    z-index: 1;
}


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

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

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

#steps-wrap .section-subtitle {
    margin-bottom: 92px;
}

.steps-items {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*******************************************************
 *
 * WELCOME
 *
 *******************************************************/

#welcome-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
}

#welcome-wrap h1 {
    font: 400 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: 0.02em;
    padding-top: 114px;
}

#welcome-wrap h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #9c9064;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

#welcome-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-right: 50px;
    margin: 20px 50px 20px 0;
}

#welcome-wrap img {
    max-width: 100%;
}


/*******************************************************
 *
 * AGENTS
 *
 *******************************************************/

#agents-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 78px 0;
}

.agents-holder {
    text-align: center;
}

.agent-items {
    margin: 0 -15px;
}

.agent-item {
    display: none;
}

.agent-item a {
    display: block;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
}

.agent-img {}

.agent-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -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;
}

.agent-item a:hover .agent-img canvas {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.agent-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    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;
}

.agent-item a:hover .agent-txt {
    opacity: 1;
}

.agent-txt::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #9c9064;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -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;
}

.agent-item a:hover .agent-txt::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.agent-txt span {
    display: inline-block;
    vertical-align: middle;
    font: 400 36px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    padding: 0 20px;
}

.agent-txt span::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: #9c9064;
    margin: 8px auto auto;
}


/*******************************************************
 *
 * BLOG
 *
 *******************************************************/

#blog-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 32px 0 90px;
}

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

.blog-items {}

.blog-item {}

.blog-img {
    overflow: hidden;
    margin-bottom: 32px;
}

.blog-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-size: cover;
    -webkit-transition: transform 3s;
    -moz-transition: transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
}

.blog-img a:hover canvas {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-txt {}

a.blog-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #9c9064;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    -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;
}

a.blog-title:hover {
    color: #999999;
}

.blog-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin: 22px 0 42px;
}

a.blog-readmore {}

a.blog-readmore span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 8px;
    -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;
}

a.blog-readmore:hover span {
    color: #9c9064;
}

a.blog-readmore i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    font-size: 18px;
    color: #9c9064;
    line-height: 1;
}


/*******************************************************
 *
 * MARKETING
 *
 *******************************************************/

#marketing-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 95px 0 125px;
}

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

#marketing-wrap .section-subtitle {
    margin-bottom: 80px;
}

.marketing-holder {
    position: relative;
}

.zoom-holder {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    right: 232px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 15px;
}

.zoom-holder-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(images/marketing-img-original.jpg) no-repeat -810px -265px;
    background-size: auto 900px;
}

#leroy_zoom_frame {
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    pointer-events: none;
    border: none !important;
}

.marketing-holder-inner {
    width: 1140px;
    position: relative;
    z-index: 1;
}

.marketing-holder-inner a.magnif {
    display: block;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 501px;
    height: 322px;
    top: 24px;
    left: 317px;
    z-index: 10;
    opacity: 0;
}

.marketing-holder-inner a img {
    width: 100%;
}

.marketing-holder-inner>img {
    margin-left: 8.33%;
    margin-right: 9.47%;
    width: 82.19%;
}

.pointer {
    position: absolute;
}

.pointer-01 {
    top: 75px;
    left: 38px;
}

.pointer-02 {
    top: 280px;
    left: 0;
}

.pointer-03 {
    top: 225px;
    right: 55px;
}

.pointer-04 {
    top: 375px;
    right: -35px;
}

.pointer::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #9c9064;
}

.pointer::after {
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 1px;
    background: #9c9064;
    transform: rotate(45deg);
}

.pointer-01::before {
    top: 8px;
    left: 166px;
}

.pointer-01::after {
    top: 65px;
    left: 163px;
}

.pointer-02::before {
    top: 8px;
    left: 94px;
}

.pointer-02::after {
    top: 67px;
    left: 90px;
    width: 165px;
}

.pointer-03::before {
    top: 8px;
    left: -28px;
}

.pointer-03::after {
    transform: rotate(-60deg);
    width: 60px;
    top: 34px;
    left: -73px;
}

.pointer-04::before {
    top: 8px;
    left: -28px;
}

.pointer-04::after {
    transform: rotate(-60deg);
    width: 55px;
    top: 31px;
    left: -68px;
}

.pointer strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}

.pointer span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.pointer ul {}

.pointer li {
    font-size: 13px;
    font-weight: 500;
    color: #9c9064;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.pointer li a {
    color: #9c9064;
}

.pointer li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #9c9064;
    border-radius: 50%;
    margin-right: 3px;
    margin-bottom: 2px;
}


/*******************************************************
 *
 * BROCHURES
 *
 *******************************************************/

#brochures-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 85px 0;
}

.brochure-img-col {
    position: relative;
}

.brochure-img-col img {
    max-width: 100%;
    position: relative;
}

.brochure-img-col img:first-of-type {
    left: 70px;
    z-index: 4;
}

.brochure-img-col img:nth-child(2) {
    left: 55px;
    margin-top: -158px;
    margin-top: -28%;
    z-index: 3;
}

.brochure-img-col img:nth-child(3) {
    left: 55px;
    margin-top: -185px;
    margin-top: -33%;
    z-index: 2;
}

.brochure-img-col img:last-of-type {
    left: 55px;
    margin-top: -208px;
    margin-top: -38%;
    z-index: 1;
}

.brochure-txt-col {
    padding-top: 60px;
}

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

#brochures-wrap .section-subtitle {
    text-align: left;
    margin-bottom: 0;
}

#brochures-wrap .section-subtitle::before {
    display: none;
}

#brochures-wrap .section-subtitle span {
    padding: 0;
    background: none;
}

.brochure-txt-col p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin: 30px 0 68px;
}

.brochure-txt-col a {
    display: inline-block;
    width: 205px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    background: #151515;
}

.brochure-txt-col a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 15px;
}

.brochure-txt-col a i {
    font-size: 22px;
    line-height: 1;
    color: #9c9064;
    top: -3px;
}


/*******************************************************
 *
 * INVENTORY
 *
 *******************************************************/

#inventory-wrap {
    background: url(images/section-13-bg.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 2;
    font-size: 0;
    padding: 130px 0 90px;
}

#inventory-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.90);
    z-index: 1;
}

#inventory-wrap .container {
    position: relative;
    z-index: 2;
}

#inventory-wrap h2 {
    font: 400 30px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-align: center;
}

#inventory-wrap h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #9c9064;
    margin: 25px auto auto;
}

#inventory-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 22px auto;
    max-width: 650px;
}

.stats-two-col {
    margin-top: 160px;
    margin-bottom: 82px;
}

.stats-one-col {}

.stats-holder {
    margin-bottom: 45px;
}

.stats-holder-inner {}

.stats-holder label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.stats-line {
    position: relative;
    height: 8px;
}

.stats-line svg {
    border-radius: 5px;
}

.progressbar-text {
    font-size: 11px;
    font-weight: 500;
    color: #9c9064;
    line-height: 1;
    letter-spacing: 0.05em;
    position: absolute;
    top: -20px;
    right: 0;
}


/*******************************************************
 *
 * GALLERY
 *
 *******************************************************/

#gallery-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.gallery-big {}

.gallery-big-item.gallery-title {
    z-index: 2;
}

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

.gallery-title::after {
    content: '';
    display: block;
    width: 95px;
    height: calc(100% - 140px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ffffff;
    z-index: -1;
}

.gallery-title-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-left: 100px;
}

.gallery-title h2 {
    font: 400 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.gallery-title h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #9c9064;
    margin: 25px auto auto;
}

.gallery-title p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.gallery-big-item {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}

.gallery-big-item a {
    display: block;
    position: relative;
    overflow: hidden;
    width: calc(100% + 95px);
}

.gallery-big-item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.gallery-big-item a:hover::after {
    opacity: 1;
}

.gallery-big-item canvas {
    display: block;
    width: 100%;
    background: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: transform 3s;
    -moz-transition: transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
}

.gallery-big-item a:hover canvas {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery-small {}

.gallery-small-item {
    padding-left: 0;
    padding-right: 0;
}

.gallery-small-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-small-item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.gallery-small-item a:hover::after {
    opacity: 1;
}

.gallery-small-item canvas {
    display: block;
    width: 100%;
    background: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: transform 3s;
    -moz-transition: transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
}

.gallery-small-item a:hover canvas {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/*******************************************************
 *
 * FOOTER
 *
 *******************************************************/

#main-footer {
    background: url(images/footer-bg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.footer-form {
    background: #030303;
}

.page-template-template-home-worth .footer-form {
    background: #030303;
    font-size: 0;
    /*padding: 0 0 40px 0;*/
}

.git-form {
    padding: 50px 0 0;
    position: relative;
}

.git-form span.head-title {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.git-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5%;
}

.git-form .field-lg {
    width: 35.1%;
}

.git-form .field-md {
    width: 16.3%;
}

.git-form .field-input input,
.git-form .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 38px;
    background: #ffffff;
    font-size: 14px;
    padding: 0 8px;
}

.git-form .field-input textarea {
    padding: 10px 8px 0;
    resize: none;
}

.git-form .field-btn {
    display: inline-block;
    vertical-align: middle;
    width: 14%;
}

.git-form .field-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 38px;
    background: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #9c9064;
    color: #ffffff;
}

.git-form .field-btn input:hover {
    background: #6d6446;
}

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

.git-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.git-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.git-form div.wpcf7-response-output {
    font-size: 12px;
    color: #ffffff !important;
    text-align: center;
    margin: 10px 0;
}

.footer-top {
    background: #030303;
    padding: 50px 0;
    text-align: center;
}

.footer-top ul {}

.footer-top li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #ffffff;
    padding: 0 5px;
    margin: 5px 0;
}

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

.footer-top li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #9c9064;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-top li a:hover {
    color: #ffffff;
}

.footer-middle {
    padding: 98px 0 75px;
}

.footer-middle-col {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-middle span.head-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-middle span.head-title::after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #9c9064;
    margin-top: 32px;
}

.footer-about {}

.footer-about p {
    font-size: 14px;
    font-weight: 400;
    color: #a5a5a5;
    line-height: 1.6;
    letter-spacing: -0.02em;
    max-width: 360px;
    margin: auto auto 22px;
}

.footer-links {}

.footernav {
    margin-top: 28px;
}

.footernav li {
    display: block;
    margin-bottom: 18px;
}

.footernav a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #c3c3c3;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    -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;
}

.footernav a:hover {
    color: #9c9064;
}

.footer-contact {}

.footer-name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.footer-title {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #9c9064;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-contact ul {}

.footer-contact li {
    margin-bottom: 24px;
}

.footer-contact li:last-child {
    margin-bottom: 16px;
}

.footer-contact li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #9c9064;
    width: 14px;
    text-align: center;
    margin-right: 10px;
}

.footer-contact li i.ai-font-envelope-o {
    font-size: 10px;
}

.footer-contact li i.ai-font-location-c {
    font-size: 15px;
    font-weight: 700;
}

.footer-contact li em,
.footer-contact li a,
.footer-contact li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #b9b9ba;
    line-height: 1;
}

.footer-contact li a {
    text-decoration: none;
    color: #9c9064;
    -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;
}

.footer-contact li a:hover {
    color: #ffffff;
}

.footer-contact li span {
    line-height: 1.3;
    margin-top: -2px;
    vertical-align: top;
    width: calc(100% - 25%);
}

.footer-smis {}

.footer-smis a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin-right: 22px;
    text-decoration: none;
}

.footer-smis a:hover {
    color: #9c9064;
}

.footer-smis a:last-of-type {
    margin-right: 0;
}

.footer-smis i {
    font-size: 18px;
}

.footer-projects {}

.footer-projects span.head-title {
    margin-bottom: 14px;
}

.footer-projects span.head-title::after {
    display: none;
}

.project-items {
    /*max-width: 360px;*/
    margin-left: -4px;
    margin-right: -4px;
}

.project-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    padding: 4px
}

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

.project-item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-item a:hover::after {
    opacity: 1;
}

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

.footer-bottom {
    background: #030303;
}

.footer-copyright {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    line-height: 1.5;
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-copyright a:hover {
    color: #9c9064;
}

.footer-copyright a.footer-ai-link,
.footer-copyright a[href="https://www.agentimage.com"] {
    color: #9c9064;
}

.footer-copyright a.footer-ai-link:hover,
.footer-copyright a[href="https://www.agentimage.com"]:hover {
    color: #ffffff;
}

.footer-realtor {
    text-align: right;
    padding-top: 52px;
    padding-bottom: 55px;
}

.footer-realtor span {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #494229;
    margin: 0 2px;
}

.footer-realtor span:first-of-type {
    margin-left: 0;
}

.footer-realtor span:last-of-type {
    margin-right: 0;
}


/*******************************************************
 *
 * IMAGE FILLER
 *
 *******************************************************/

.image-filler {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.image-filler-01 {
    background-image: url(images/floatingimage1.jpg);
}

.image-filler-02 {
    background-image: url(images/floatingimage2.jpg);
}

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


/*******************************************************
 *
 * Template - Listing Details
 *
 *******************************************************/


/*** Styles in whole page **/

.page-template-template-listing-details #content-full,
.aios-listings-page #content-full {
    margin-top: 0;
}


/** Add Space Space between sections **/

section[class^="ip-lstng-details"],
div[class^="ip-lstng-details"] {
    margin-bottom: 90px;
}

#content .ip-lstng-dtls-title h2 {
    line-height: 1;
    margin: 0;
    font: 400 44px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 10px;
}

.ip-lstng-dtls-img-filler {
    font-size: 0;
    margin-bottom: 60px;
}

.ip-lstng-dtls-img-filler canvas {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ip-lstng-dtls-dtls {
    text-align: center;
    margin-bottom: 60px;
}

#content .ip-lstng-dtls-dtls strong {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.020em;
    font-weight: 400;
    margin-bottom: 20px;
}

.ip-lstng-dtls-dtls p {
    font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
}

.ip-lstng-img-wrap {
    font-size: 0;
}

.ip-lstng-img-wrap canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ip-lstng-img-wrap .col-md-12 canvas {
    margin-bottom: 30px;
}

.ip-img-preview-list {
    margin-bottom: 30px;
    font-size: 0;
    position: relative;
}

.ip-lstng-dtls-gallery-wrap .ip-img-preview-item canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-img-thumb-list {
    margin: 0 -15px
}

.ip-img-thumb-list .ip-img-thumb-item {
    display: block;
    float: left;
    width: 16.66%;
    padding: 0 15px;
}

.ip-img-thumb-list .ip-img-thumb-item canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/** Per Section Style **/

.ip-lstng-details-sec-1 {
    position: relative;
    font-size: 0;
}

.ip-lstng-dtls-banner canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.ip-lstng-dtls-nav-wrap {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
}

.ip-lstng-dtls-nav-wrap .ip-lstng-dtls-name {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-family: Barlow, sans-serif;
    letter-spacing: -.020em;
    display: inline-block;
    width: 35%;
    vertical-align: middle;
}

.ip-lstng-dtls-nav-wrap .ip-lstng-dtls-nav {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#content .ip-lstng-dtls-nav-wrap .ip-lstng-dtls-nav ul {
    margin: 0;
    text-align: right;
}

.ip-lstng-dtls-nav-wrap .ip-lstng-dtls-nav ul a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    letter-spacing: -.020em;
}

.ip-lstng-dtls-nav-wrap .ip-lstng-dtls-nav ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}

.ip-lstng-dtls-nav-wrap .ip-lstng-dtls-nav ul li:first-child {
    padding-left: 0;
}

.ip-lstng-dtls-nav-wrap .ip-lstng-dtls-nav ul li:last-child {
    padding-right: 0;
}

.ip-lstng-dtls-nav-wrap-inner {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.ip-lstng-details-sec-2 {}

#content section.ip-lstng-details-sec-2 .ip-lstng-dtls-title h2 {
    margin-bottom: 52px;
}

.ip-lstng-details-sec-4 {}

.ip-lstng-details-sec-4 .ip-lstng-img-wrap,
.ip-lstng-details-sec-5 .ip-lstng-img-wrap {
    margin-bottom: 90px;
}

.ip-lstng-dtls-gallery-wrap button.ip-lstng-arrows {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 35px;
    font-weight: 600;
    background: none;
    color: #e1e1e1;
    border: none;
}

.ip-lstng-dtls-gallery-wrap button.ip-lstng-arrows.ip-prev-btn {
    left: 20px;
}

.ip-lstng-dtls-gallery-wrap button.ip-lstng-arrows.ip-next-btn {
    right: 20px;
}

.ip-lstng-details-sec-4 .ip-lstng-dtls-dtls {
    margin-bottom: 0;
}

.ip-lstng-details-sec-9 {
    text-align: center;
}

.ip-lstng-details-sec-9 .ip-lstng-dtls-title {
    margin-bottom: 30px;
}

.ip-lstng-dtls-sllr-fvrts {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

#content .ip-lstng-dtls-sllr-fvrts ul {
    font-family: 'Quicksand', sans-serif;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
    font-size: 20px;
}

.ip-lstng-dtls-sllr-fvrts ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.ip-lstng-dtls-sllr-fvrts ul span {
    font-size: 19px;
}


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


/* 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%;
}


/* 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 post/page main headings (h1) */

#content .entry-title {
    font: 400 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: 0.02em;
    font-size: 0;
}

#content .entry-title::after {
    /*content: '';*/
    display: block;
    width: 50px;
    height: 3px;
    background: #9c9064;
    margin-top: 24px;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    font: 400 36px/1 'Old Standard TT', serif;
    color: #333333;
    letter-spacing: 0.02em;
    font-size: 0;
}

#content .archive-title::after {
    /*content: '';*/
    display: block;
    width: 50px;
    height: 3px;
    background: #9c9064;
    margin-top: 24px;
}


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

#content .archive-subtitle {}

.ip-banner {
    background: url(images/ip-banner-img.jpg) #cccccc no-repeat center center / cover;
    position: relative;
    text-align: center;
}

.ip-banner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ip-banner canvas {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ip-banner-tagline {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

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

.ip-banner-tagline h1 {
    display: inline-block;
    vertical-align: middle;
    font: 400 36px/1 'Old Standard TT', serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin-top: 85px;
}


/** MOBILE HEADER START **/

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

.amh-header-buttons {
    background: #000000 !important;
    color: #9c9064;
}

.amh-header-buttons .amh-center .amh-phone-text,
.amh-header-buttons .amh-center .amh-phone-text a {
    color: #ffffff !important;
}

.amh-navigation .amh-menu li:hover>a,
.amh-navigation .amh-menu li.open>a {
    background: #afa683 !important;
}

.amh-navigation .amh-menu li ul {
    background: #7c7350 !important;
}

.amh-navigation .amh-menu li ul a {
    color: #ffffff;
}

#listing-map-canvas {
    height: 650px;
}

.ip-lstng-details-sec-4 .ip-lstng-img-wrap,
.ip-lstng-details-sec-6 .ip-lstng-img-wrap {
    padding-top: 100px;
}

.ip-lstng-details-sec-4 .upperLevelContainer,
.ip-lstng-details-sec-6 .exteriorContainer {
    margin-bottom: 90px;
}

#upperLevelRemoveMargin {
    margin-bottom: 0px;
}

.hotsheet-desc-holder {
    width: 70%;
    margin: auto;
    padding-top: 70px;
}

.hotsheet-desc-holder ul {
    width: 25%;
    margin: auto !important;
}

.ip-lstng-details-sec-8 .pdf-holder {
    padding-top: 50px;
    font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    font-weight: 400;
}


/*NEW CTA's BESIDE MAP*/

.our-properties-single-cta {
    margin-top: 55px;
    margin-left: 0px;
    padding-right: 5px;
}

.site-button {
    display: block;
    margin: 0 auto;
    width: 214px;
    height: 53px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    border: 1px solid #b3b3b3;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.site-button.our-properties-single-cta-link {
    width: 100%;
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
    font-size: 18px;
    line-height: 53px;
    margin-bottom: 9px;
}

a.site-button.our-properties-single-cta-link:hover {
    background: #6d6446;
    border-color: #6d6446;
}

.our-properties-single-smi ul li a:hover {
    background: #000;
    /* color: #fff; */
}

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

.site-button:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: -23px;
    width: 46px;
    height: 1px;
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-smi-wrap {
    margin-top: 35px;
    /* margin-left: -30px; */
}

.our-properties-single-smi-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #9c9064;
    position: relative;
}

.our-properties-single-smi-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    height: 4px;
    background: #cbcbcb;
    margin-left: 11px;
}

.our-properties-single-smi ul {
    margin: 20px 0 !important;
}

.our-properties-single-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.our-properties-single-smi ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #9c9064;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: #f2f2f2;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-smi .addtoany_shortcode {
    display: none !important;
}


/** MOBILE HEADER END **/


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

#ip-lstng-dtls-videos iframe {
    width: calc(100% - 30px);
    height: calc(100% - 14px);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#ip-lstng-dtls-videos canvas {
    max-width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.ip-container .git-form span.home-worth {
    display: none;
}

.page-template-template-home-worth .git-form span.head-title {
    display: none;
}

.page-template-template-home-worth .git-form span.head-title.home-worth {
    display: block;
}

.cycloneslider-template-video .cycloneslider-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    /* background: url(images/bg-caption.png); */
    color: #fff;
    /* text-align: left; */
}

.cycloneslider-template-video .cycloneslider-caption-title {
    font: 400 65px/1 'Old Standard TT', serif !important;
}

.home .cycloneslider-template-video .cycloneslider-volume {
    display: none;
}

.page-template-template-5-steps #steps-wrap {
    padding: 0px 0 75px;
}

.page-template-template-5-steps .aiosp-wrap .aiosp-container .aios-popup-body {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    min-height: 400px;
}

#step1 a,
#step2 a,
#step3 a,
#step4 a,
#step5 a {
    font-size: 20px;
    color: #9c9064;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.steps-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.steps-wrapper a {
    background-color: #9c9064;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 20px auto 0;
}

.steps-wrapper .aiosp-close {
    background-color: #fff;
    opacity: 1;
    right: -45px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#inventory-wrap h2.inventory-title {
    font-size: 44px;
    color: #9c9064;
    margin-bottom: 30px;
}

.form-input {
    width: 100% !important;
    border: 1px solid #d0d0d0 !important;
    padding: 15px 20px !important;
    margin-bottom: 5px !important;
    font-size: 12px !important;
    color: #a2a2a2 !important;
    height: auto !important;
}

.form-submit {
    background: #01305c !important;
    color: #fff !important;
    width: 40% !important;
    border: 1px solid #d2d2d2 !important;
    padding: 15px 0;
    font-size: 15px !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    margin: auto;
    text-align: center;
    display: block;
}

.form-wrapper {
    padding: 25px;
}

.title-container {
    display: block;
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--aios-custom-idxb-details-secondary-color);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.submit-container {
    margin-top: 20px;
}

.leadcapturepopup .title-container h2 {
    color: #000;
    font-size: 28px;
}

.leadcapturepopup .title-container p {
    font-size: 12px;
    color: gray;
}

.signinbtn {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 30px;
}

.signinbtn a {
    display: flex;
    width: 100%;
    max-width: 250px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #1a73e8;
    border-radius: 4px;
    margin: 10px auto;
    padding: 0 0 0 4px;
    color: #1a73e8;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 700;
}

.signinbtn a span {
    flex-grow: 1;
    text-align: center;
}

a.signfb i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #1a73e8;
    border-radius: 50%;

    font-size: 18px;
    color: #fff;
}


/* .signinbtn a.signfb:hover,
#google-sign-button-wrapper:hover {
    background: #01305c;
    color: #fff;
    border-color: #01305c;
} */

.signinbtn i.font-google {
    width: 23px;
    height: 23px;
    background-image: url(http://www.caseysamson.com/wp-content/themes/caseysamson.com/images/glicn.png);
    background-size: contain;
    background-position: center;
    margin-right: 17px;
    transition: all 0.3s ease-in-out;
}

a.signgl:hover {
    background: #e54335;
    color: #fff;
    border-color: #e54335;
}

a.signgl:hover i {
    filter: brightness(0) invert(1);
}

.leadcapturepopup .or#or {
    display: block !important;
}

.leadcapturepopup .form-wrapper {
    padding: 0;
    display: block !important;
}

.leadcapturepopup .form-input {
    border: 1px solid gray !important;
    color: #4f4f4f !important;
    font-size: 14px !important;
}

.leadcapturepopup .form-input {
    max-width: 300px;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0 auto !important;
    display: block;
}

.leadcapturepopup .form-submit {
    border-radius: 4px;
}

.leadcapturepopup .title-container p {
    font-size: 12px;
    color: gray;
    font-weight: 400;
    margin-top: 10px;
    line-height: normal;
}

.aiosp-content.aios-popup-body {
    width: 100% !important;
    max-width: 450px;
    height: auto !important;
    min-height: unset !important;
    padding: 30px !important;
}

.or {
    display: block;
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.or {
    display: block;
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.or:after,
.or:Before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background: gray;
    height: 1px;
    width: 50%;
}

.or:Before {
    left: 0;
}

.or:after {
    right: 0;
}

.or span {
    width: 100%;
    max-width: 129px;
    display: block;
    margin: 0px auto;
    background: #fff;
    position: relative;
    z-index: 2;
}

#google-sign-button-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    height: 50px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    margin-bottom: 10px;
    color: #4f4f4f;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe.i5vt6e-Ia7Qfc.uaxL4e-RbRzK {
    border: unset !important;
}

#google-sign-button {
    display: flex;
    /*    width: 31%;*/
    text-align: center;
    /*    height: 38px;*/
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #4f4f4f;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    /*    max-width: 399px;*/
    position: relative;
}

.nsm7Bb-HzV7m-LgbsSe {
    border: 0px !important;
}


/*
#google-sign-button > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 6px;
    background: #fff;
    z-index: 2;
}


#google-sign-button > div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    width: 6px;
    background: #fff;
    z-index: 2;
}
*/

.git-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    width: fit-content;
    top: auto;
    bottom: 10px;
}
.git-form .wpcf7-spinner {
    position: absolute;
}
.error-page-cf-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    width: fit-content;
}
.error-page-cf-wrap .wpcf7-response-output {
    text-align: center;
}
a.eh-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.aiosp-content:has(.steps-wrapper) {
    padding: 0 50px;
}