/*
Theme Name: dwiemeyer_pending.com
Theme URI: http://dwiemeyer-pendingcom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. CSS RESET
2. Navigation
3. Custom CSS
4. IP styles
5. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure{
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

div#main-wrapper {
    position: relative;
    overflow: hidden;
}

.home select,
.sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/* removing select arrow from all browser */

.home select::-ms-expand,
.sidebar select::-ms-expand {
    display: none;
}

.home select,
.sidebar select {
    background: #cbbaa1 url("images/dd-arrow.png") no-repeat;
    background-position: right 10px center;
    border: 1px solid #5e5a00;
}

.grecaptcha-badge {
    z-index: 999999 !important;
}

/*******************************************************
   *
   * 2. Navigation
   *
   *******************************************************/

/* Sub Menu */
#nav li, #fixednav li {
	position:relative;
}
  
#nav .sub-menu,
#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    text-align: center;
    z-index: 1;
}

#nav .sub-menu a,
#fixednav .sub-menu a {
    color: #13140c;
    display: block;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    background: #876a25;
    margin-top: 1px;
    font-weight: 400;
}
#nav .sub-menu li:hover > a,
#fixednav .sub-menu li:hover > a {
    text-decoration: none;
    color: #fff;
}

#nav li:hover > .sub-menu,
#fixednav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
#fixednav .sub-menu li {
    position: relative;
}

#nav .sub-menu .sub-menu,
#fixednav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
}

/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Oswald', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	background: #FFF;
	color: #8c8374;
	margin: 0;
}

body.ip-container {
    background-color: #13140c;
}

.header-contacts a em, .burger-menu span, .nav-close, .smi a em, .full-nav,
.fp-details::before, input[type="submit"],
span.cta-hover, .fixheader, .sidebar span.cta-title, .sidebar span.cta-title small {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container-fluid.no-padding {
    padding: 0px;
}

/*** Header ***/
header.header {
    position: absolute;
    z-index: 1029;
    left: 0;
    right: 0;
    top: 27px;
    background: #13140c;
    padding-top: 22px;
    font-size: 0px;
}

.header-logo {
    background: #4c4a1a;
    text-align: center;
    padding: 23px 0px;
    max-width: 393px;
    margin-top: -29px;
    position: relative;
    margin-bottom: -8px;
}
    .header-logo::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: url(images/shadow.png) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 12px;
    }

    .header-logo a {
        font-size: 0px;
        display: inline-block;
    }

/*** Header Contacts ***/
.header-contacts span em[class^="ai-font-"] {
    color: #c7a452;
    font-size: 13px;
    margin-right: 16px;
    min-width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.phone, .email {
    display: block;
    vertical-align: middle;
    position: relative;
    font-size: 17px;
    color: #cbbaa1;
    margin: 7px 0px;
}

span.phone {
margin-top: 11px;
}

    .header-contacts a:hover em {
        opacity: 0.6;
    }

.email a:hover {
    color: #fff;
}

.header-logo-right {
    text-align: right;
}
    .header-logo-right img {
        margin-top: 11px;
    }
    .header-button a {
        display: block;
        width: 124px;
        height: 30px;
        background: #876a25;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 9px 0;
        text-transform: uppercase;
        letter-spacing: .08em;
        -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-button a:hover{
        background: #4c4a1a;
    }
/*** Header Nav ***/
.header-bottom {
    background: #876a25;
}
    header.header nav.navigation {
        text-align: center;
        margin-top: 0px;
    }
        ul#nav > li, ul#fixednav > li {
            display: inline-block;
            margin: 0px 3%;
        }
            ul#nav > li:first-of-type,
            ul#fixednav > li:first-of-type {
                margin-left: 0px;
            }

            ul#nav > li:last-of-type,
            ul#fixednav > li:last-of-type {
                margin-right: 0px;
            }
                ul#nav > li > a, ul#fixednav > li > a {
                    padding: 21px 0px;
                    display: block;
                }

        ul#nav li a, ul#fixednav li a {
            color: #13140c;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.025em;
        }
    
        ul#nav li:hover > a, ul#fixednav li:hover > a,
        ul#nav li:focus > a, ul#fixednav li:focus > a
        ul#nav li:active > a, ul#fixednav li:active > a {
            color: #fff;
        }

#nav li:hover .sub-menu, #fixednav li:hover .sub-menu {
    display: none;
}

/*** Burger Menu ***/
.header-bottom .container {
    position: relative;    
}

.nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    width: 26px;
    text-align: right;
    cursor: pointer;
}
    .nav-toggle.burger-menu span {
        width: 100%;
        height: 4px;
        background: #13140c;
        margin: 0px 0px 4px 0;
        display: inline-block;
    }
        .nav-toggle.burger-menu:hover span {
            background: #fff;
        }
    .bm-top {
        max-width: 20px;
    }

    .nav-toggle.burger-menu span.bm-bot {
        margin-bottom: 0 !important;
    }

/*** Full Nav ***/
.full-nav {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1031;
    background: url(images/nav-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.full-nav-wrap {
    overflow-y: auto;
    max-height: 100%;
}

    .full-nav.active {
        top: 0px;
    }

    .full-nav::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.70);
    }

.full-header-logo {
    position: relative;    
    text-align: center;
    margin-top: 3%;
}

.full-nav h3 {
    font-size: 30px;
    color: #cbbaa1;
    position: relative;
    text-transform: uppercase;
    margin-top: 25px;
    border-bottom: 1px solid rgba(194, 196, 194, 0.17);
    padding-bottom: 21px;
    margin-bottom: 32px;
}

.full-nav nav.navigation {
    position: relative;
}
    #full-nav > li {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        margin-bottom: 37px;
    }

    #full-nav > li > a {
        font-size: 24px;
        color: #cbbaa1;
        text-transform: uppercase;
    }
        #full-nav > li > a:hover {
            color: #fde7c8;
        }
    #full-nav .sub-menu a {
        color: #c7a452;
        font-size: 18px;
        padding-left: 11px;
        margin-top: 13px;
        display: block;
        font-weight: 300;
    }
        #full-nav .sub-menu a:hover {
            color: #ffd678;
        }

.nav-close {
    position: absolute;
    right: 25px;
    top: 34px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 30px;
    z-index: 1999;
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0px 9px 5px;
    cursor: pointer;
}
    .nav-close:hover {
        background: #fff;
        border-color: #fff;
        color: #13140c;
    }

.agent-add {
    font-size: 18px;
    color: #9e773a;
    font-weight: 300;
    line-height: 1.4em;
}
    .comp-name {
        color: #cbbaa1;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 6px;
    }

.full-nav .agent-contacts {
    margin-top: 20px;
}

.full-nav .agent-contacts span {
    font-size: 17px;
}
    .full-nav .agent-contacts em[class^="ai-font"] {
        color: #9e773a;
        margin-right: 7px;
        min-width: 20px;
    }

    .full-nav .agent-contacts em[class="ai-font-envelope"] {
        font-size: 12px;
    }

    .full-nav .agent-contacts em[class="ai-font-mobile-b"] {
        padding-left: 4px;
        margin-right: 9px;
    }
    
.smi a {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
    .smi a em {
        font-size: 26px;
        color: #ac8847;
    }

    .smi a em.ai-font-youtube {
        font-size: 29px;
        margin-left: 22px;
    }
    
    .smi a:hover em {
        color: #f1bc5e;
    }

/*** Fixed Header ***/
.fixheader {
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #876a25;
}
    .fixheader.fixed {
        top: 19px;
    }

    .fixheader-logo {
        background: #4c4a1a;
        padding: 13px 22px;
        max-width: 190px;
    }
.fixnav {
    font-size: 0px;
    padding-right: 33px;
}

#fixednav {
    text-align: center;
}

#fixednav > li {
    margin: 0px 2% !important;
}
    ul#fixednav > li > a {
        padding: 25px 0px 23px;
        display: block;
    }

/*** Slideshow ***/
#hero {
    position: relative;
    min-height: 100vh;
}

.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div#cycloneslider-homepage-slideshow-1 video {
    min-width: 100vw;
}

.slideshow-taglines {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    font-size: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
}
    .slideshow-taglines::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: bottom;
    }

    .slideshow-taglines > div {
        display: inline-block;
        vertical-align: bottom;
        max-width: 100%;
    }

.ss-tagline-slide {
    display: inline-block;
    background: url(images/tagline-overlay.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 70px;
}

.slidetag {
    font-size: 112px;
    color: #cbbaa1;
    font-family: 'Great Vibes', serif;
    letter-spacing: 0.025em;
    padding: 19px 0px 17px;
}
    .slidetag small {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: -12px;
    }

.cycloneslider-template-video .cycloneslider-slides {
    min-height: 100vh;
}
.upper-descrip {
    position: absolute;
    z-index: 1;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 7px 0;
}
.upper-descrip p {
    font-size: 60px;
    color: #cbbaa1;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.025em;
}

.upper-descrip p span {
    display: block;
    font-size: 33px;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
/*** Quick Search ***/
.qs-wrap {
    background: url(images/qs-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 19px 34px 29px;
    position: relative;
    top: -57px;
    visibility: hidden;
}

section#qs {
    position: relative;
    z-index: 100;
    background: #13140c;
    padding: 20px 0px;
}
    .qs-header, .title-wrap {
        overflow: hidden;
        text-align: center;
        padding: 10px 0px;
    }
        .qs-wrap h2, #blog h2 {
            text-align: center;
            color: #c7a452;
            font-size: 24px;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            display: inline-block;
            padding: 0px 8px 0px 14px;
            position: relative;
            /* margin-bottom: 22px; */
            margin-bottom: 0px;
        }
            .qs-wrap h2::before, .qs-wrap h2::after,
            #blog h2::before, #blog h2::after {
                content: '';
                position: absolute;
                width: 1000px;
                height: 1px;
                top: 0;
                bottom: 0;
                margin: auto;
                background: rgba(199, 164, 82, 0.42);
            }
            .qs-wrap h2::before, #blog h2::before {
                right: 100%;
            }
            .qs-wrap h2::after, #blog h2::after {
                left: 100%;
            }
                .qs-wrap h2 span::before, .qs-wrap h2 span::after,
                #blog h2 span::before, #blog h2 span::after {
                    content: '';
                    position: absolute;
                    height: 4px;
                    width: 4px;
                    display: inline-block;
                    background: #c7a452;
                    top: 1px;
                    bottom: 0;
                    margin: auto;
                    border-radius: 50%;
                }
                .qs-wrap h2 span::before,
                #blog h2 span::before {
                    right: 100%;
                }
                .qs-wrap h2 span::after,
                #blog h2 span::after {
                    left: 100%;
                }
    
#qs form {
    font-size: 0;
}
    #qs form select {
        height: 44px;
        text-transform: uppercase;
        color: #13140c;
        font-size: 13px;
        letter-spacing: 0.04em;
        padding: 0px 14px;
        width: 8.8%;
        margin-right: 0.78%;
        vertical-align: top;
		background:#fff;
    }
    
    #qs form select.qs-long {
        /* width: 20.9%; */
        width: 100%;
    }
    
    #qs form select.qs-mid {
        width: 9.8%;
    }

    #qs form input[type="submit"] {
        height: 44px;
        background: #c7a452;
		vertical-align: top;
		font-size: 14px;
		color: #13140c;
		text-transform: uppercase;
		border: none;
		letter-spacing: 0.04em;
		width: 16.3%;
    }
	.home #qs form input[type="submit"]{
		height:auto;
		position: absolute;
		right: 3px;
		z-index: 5;
		top: 3px;
		bottom: 3px;
	}
    #qs form input[type="submit"]:hover {
        background: #a78945;
    }
	
	
.qs-txtonly{
	position: relative;
}
.qs-txtonly .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	width: 84%;
}
button.btn.dropdown-toggle.btn-default {
    height: 44px;
    text-transform: uppercase;
    color: #13140c;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 0px 14px;
    width: 100%;
    margin-right: 0.78%;
    background: #fff;
    background-position: right 10px center;
    border: 1px solid #5e5a00;
    border-radius: 0px;
}

button.btn.dropdown-toggle.btn-default:hover, button.btn.dropdown-toggle.btn-default:active,
button.btn.dropdown-toggle.btn-default:focus {
    color: #13140c;
}

/*** Featured Properties ***/
section#fp {
    position: relative;
    z-index: 1;
    background: #13140c;
    padding: 0px 0px 95px;
    /*margin-bottom: 336px;*/
    overflow: hidden;
}

.fp-right {
    margin-left: 50px;
    margin-right: calc((1140px - 100vw) / 2);
}

#fp h2 {
    font-size: 55px;
    color: #cbbaa1;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 2% 0px 11%;
    position: relative;
    display: inline-block;
}
    #fp h2::before, #welcome h1::before {
        content: '';
        position: absolute;
        height: 5px;
        width: 5px;
        display: inline-block;
        background: #c7a452;
        bottom: 24px;
        left: 100%;
        margin: auto 35px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    #fp h2::after, #welcome h1::after {
        content: '';
        position: absolute;
        width: 160px;
        height: 1px;
        bottom: 25px;
        margin: auto 35px;
        background: #c7a452;
        z-index: 1;
    }

    #welcome h1::after {
        width: 112px;
    }

    #fp h2::before {
        bottom: 23px;
    }
.fp-img-item {
    /* padding-right: calc((100vw - 1140px) / 2); */
    padding-right: 0;
}
    .fp-img-item canvas {
        width: 100%;
        max-height: 660px;
        /*-webkit-background-size: cover !important;
        background-size: cover !important;*/
        background-size: contain !important; 
        background-position: center center !important;
    }

.fp-img-slide .slick-current.slick-active + .slick-slide .fp-img-item canvas {
    position: relative;
    /* left: calc((1140px - 100vw) / 2); */
    left: 0;
    /* margin-left: 50px; */
    margin-left: 0px;
}

.fp-details {
    position: relative;
}
    .fp-details::before {
        content: '';
        position: absolute;
        top: -40px;
        left: -80px;
        right: -80px;
        bottom: -40px;
        background: url(images/fp-bg.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 0;
    }

    .fp-details:hover:before {
        opacity: 1;
    }

.fp-add {
    font-size: 18px;
    color: #655e53;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 19px;
    font-weight: 700;
}

.fp-price {
    font-size: 48px;
    font-weight: 500;
    color: #cbbaa1;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}

.fp-details-info {
    font-weight: 300;
    text-transform: uppercase;
    color: #cbbaa1;
    letter-spacing: 0.1em;
    /* margin-bottom: 62px; */
    margin-bottom: 25px;
}
    .fp-details-info > span {
        display: inline-block;
        vertical-align: middle;
    }
        .fp-details-info span span {
            color: #655e53;
        }

        .divider {
            color: #303030;
            display: inline-block;
            vertical-align: middle;
            margin: 0px 30px;
        }

.fp-desc {
    font-size: 16px;
    color: #655e53;
    font-weight: 300;
    line-height: 2em;
    /* margin-bottom: 67px; */
    margin-bottom: 20px;
	padding-right: 45px;
}
p.brief-descrip {
    color: #fff;
    line-height: 20px;
    font-size: 15px;
}
.fp-deatils-item a, .fp-view-exclusive {
    display: inline-block;
    color: #947d42;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid #937d41;
    padding: 15px 35px 15px 39px;
    margin-top: 30px;
    cursor: pointer;
    -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;
}
.fp-view-exclusive:hover{
    color: #fff;
}
.fp-details:hover .fp-add, .fp-details:hover .fp-price,
.fp-details:hover .fp-details-info, .fp-details:hover .fp-details-info span span,
.fp-details:hover .fp-desc {
    color: #13140c;
}

.fp-details:hover .fp-deatils-item a {
    color: #cbbaa1;
    background: #13140c;
    border-color: #13140c;
}

.fp-deatils-item a:hover {
    background: #2a2b21 !important;
    border-color: #2a2b21 !important;
}

.fp-buttons {
    margin: 14% 0px 30px;
}

button.fl-prev, button.fl-next {
    color: #655e53;
    text-transform: uppercase;
    font-size: 19px;
}

button.fl-next {
    color: #c7a452;
    margin-left: 40px;
}
    button.fl-prev::before, button.fl-next::after {
        content: '';
        width: 31px;
        height: 23px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    button.fl-prev::before {
        background: url(images/arrows.png) left bottom no-repeat;
        margin-right: 17px;
    }

    button.fl-next::after {
        background: url(images/arrows.png) left top no-repeat;
        margin-left: 17px;
    }

button.fl-prev:hover, button.fl-next:hover {
    opacity: 0.6;
}

/*** Welcome ***/
section#welcome {
    background: url(images/welcome-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 32px 0px 204px;
}

.welcome-text {
    padding-right: 100px;
    padding-top: 140px;
}

section#welcome h1 {
    text-align: right;
    color: #cbbaa1;
    font-size: 55px;
    max-width: 100%;
    float: right;
    text-transform: uppercase;
    line-height: 1.15em;
    margin-bottom: 30px;
    position: relative;
}
    section#welcome h1 span {
        display: block;
        font-size: 48px;
    }

    #welcome h1::before {
        bottom: auto;
        top: 29px;
        margin: auto 22px;
    }

    #welcome h1::after {
        bottom: auto;
        top: 31px;
        margin: auto 24px;
    }

section#welcome p {
    clear: both;
    text-align: right;
    font-weight: 300;
    line-height: 1.8em;
}

#welcome .welcome-text  a {
    display: inline-block;
    color: #947d42;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid #937d41;
    padding: 16px 49px;
    float: right;
    letter-spacing: 0.2em;
    margin-top: 52px;
}
    #welcome a:hover {
        background: url(images/fp-bg.jpg) no-repeat;
        color: #13140c;
    }

.welcome-img {
    display: block;
}

.video-wrapper {
    position: relative;
    text-align: right;
    margin-top: -206px;
}
    .video-wrapper span {
        position: absolute;
        font-size: 48px;
        color: #cbbaa1;
        right: 0;
        max-width: 105px;
        bottom: 100%;
        margin-bottom: 83px;
        text-transform: uppercase;
    }

.video-wrapper span::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #c7a452;
    top: 100%;
    left: 0;
    right: 0;
    margin: 15px auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.video-wrapper span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 119px;
    top: 100%;
    left: 0;
    right: 0;
    margin: 18px auto;
    background: #c7a452;
    z-index: 1;
}

.video {
    display: inline-block;
    position: relative;
}
    .video em {
        position: absolute;
        font-size: 48px;
        height: 49px;
        width: 36px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #c7a452;
        cursor: pointer;
    }

    .video em:hover {
        color: #987e3f;
    }

/*** CTA ***/
section#cta {
    background: #13140c;
    position: relative;
    padding: 131px 0px 118px;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-bottom: 334px;
}

.cta-wrapper {
    position: relative;
}
    .home .cta-wrapper::before {
        content: '';
        position: absolute;
        top: 145px;
        bottom: 163px;
        left: 0;
        right: 0;
        background: url(images/cta-bg.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

.cta-wrap {
    display: inline-block;
    position: relative;
}
    .cta-wrap.cta1 {
        margin-top: 100px;
    }

    .cta-wrap.cta2 {
        left: -46px;
        margin-top: 158px;
    }

    .cta-wrap.cta4 {
        margin-top: 338px;
        margin-left: -109px;
    }
        .cta-wrap.cta4 a > .cta-title {
            display: inline-block;
            width: 180px;
            vertical-align: bottom;
            margin-left: 11px;
        }

span.cta-title {
    display: block;
    color: #c7a452;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 17px;
}
    span.cta-title small {
        display: block;
        color: #cbbaa1;
        font-size: 19px;
        margin-bottom: 6px;
    }

/*** CTA Hover ***/
span.cta-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/fp-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
}
    span.cta-hover::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0px;
        vertical-align: middle;
    }

    span.cta-hover::after {
        content: '';
        position: absolute;
        top: 28px;
        bottom: 28px;
        left: 28px;
        right: 28px;
        border: 1px solid #000000;
    }
        span.cta-hover span {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 98%;
            color: #13140c;
            margin-top: 0px;
            padding: 0 35px;
        }
            span.cta-hover span small {
                color: #13140c;
            }

.cta-wrap a:hover .cta-hover {
    opacity: 1;
}

/*** Blog ***/
div#blog {
    position: relative;
    background: #13140c;
    padding: 106px 0 83px;
    overflow: hidden;

    display: none;
}
    .title-wrap {
        text-align: center;
    }
        #blog .title-wrap h2 {
            color: #cbbaa1;
            font-size: 48px;
            letter-spacing: 0px;
            margin-bottom: 88px;
        }

.blog-img-left {
    padding-right: 0px;
}
    .blog-img-left .blog-img {
        margin-left: calc((1140px - 100vw) / 2);
    }

.blog-img-right {
    padding-left: 0px;
}

.blog-content.text-right {
    text-align: right;
}

   /* .blog-img-right .blog-img {
        margin-right: calc((1140px - 100vw) / 2);
    }*/

.blog-img canvas {
    width: 100%;
    max-height: 396px;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}

.blog-date-wrap {
    height: 86px;
    width: 86px;
    border: 1px solid #cbbaa1;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
    .blog-date-wrap::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .blog-date-wrap div {
        display: inline-block;
        vertical-align: middle;
        width: 95%;
    }

.blog-content-wrap {
    /*position: absolute;
    top: 0;
    bottom: 0;*/
    position: relative;
    padding: 20px 50px;
}
    .blog-content-wrap::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }
        .blog-content-wrap .blog-content {
            display: inline-block;
            vertical-align: middle;
            max-width: 98%;
        }

        .blog-date-wrap span {
            display: block;
            position: relative;
            left: -2px;
        }

.month {
    font-size: 13px;
    text-transform: uppercase;
}

.blog-date {
    font-size: 33px;
}

.blog-content h3 {
    font-size: 48px;
    color: #cbbaa1;
    margin-top: 23px;
}

.blog-content p {
    font-weight: 300;
    line-height: 1.8em;
    margin-top: 21px;
}

.blog-content a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #cbbaa1;
    display: inline-block;
    margin-top: 45px;
}
    .blog-content a::after {
        content: '»';
        margin-left: 10px;
    }

    .blog-content a:hover {
        color: #fff6e9;
    }


#blog .blog:nth-child(even){

}

#blog .blog:nth-child(even) .blog-wrap {
    float: right !important;
}

#blog .blog:nth-child(even) .blog-wrap .blog-content.text-right{
    text-align: left;
}

#blog .blog:nth-child(even) .blog-img-right {
    float: left !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.no-padding{
    padding: 0 !important;
}
/*** Footer ***/
footer {
    background: rgba(0, 0, 0, 0.85);
    position: relative;
    padding: 115px 0px 118px;
    text-align: center;
}
    footer h2 {
        font-size: 36px;
        color: #cbbaa1;
        text-transform: uppercase;
        margin-bottom: 48px;
    }
        footer h2 small {
            display: block;
            font-size: 18px;
            text-transform: capitalize;
            margin-bottom: 8px;
        }

div#gaq {
    margin-bottom: 89px;
}

footer form {
    padding: 0px 38px;
    font-size: 0px;
    position: relative;
}
    footer form input, footer form textarea {
        background: transparent;
        border: none;
        font-size: 18px;
        color: #696969;
        font-weight: 300;
        border-bottom: 1px solid rgba(255, 255, 255, 0.27);
        resize: none;
        vertical-align: top;
        height: 42px;
        margin-bottom: 10px;
        padding: 0px;
        width: 23.5%;
        margin-right: 1%;
    }

    footer form textarea {
        width: 100%;
        margin-right: 0;
        padding-top: 11px;
        padding-right: 35px;
    }

    footer form .field-wrap {
        position: relative;
        display: inline-block;
        width: 49.6%;
    }

    footer form input[type="submit"] {
        position: absolute;
        bottom: 33px;
        right: 9px;
        width: 21px;
        height: 17px;
        background: url(images/airplane-icon.png) no-repeat;
        font-size: 0;
        border: none;
    }
        footer form input[type="submit"]:hover {
            opacity: 0.6;
        }

    span.ajax-loader {
        position: absolute;
        top: 100%;
        right: 0;
    }

    footer form span.wpcf7-not-valid-tip {
        font-size: 12px;
    }

    footer form .wpcf7-response-output {
        font-size: 15px;
        color: #fff;
        margin: 0px;
        position: absolute;
        left: 45px;
        right: 45px;
        top: 100%;
    }

.footer-contacts {
    margin-top: 32px;
}
    .footer-contacts span {
        display: inline-block;
        font-size: 17px;
        color: #cbbaa1;
        margin-left: 80px;
        letter-spacing: 0.07em;
    }
        .footer-contacts span.phone:first-of-type {
            margin-left: 0px;
        }

        .footer-contacts span em.ai-font-envelope {
            font-size: 11px;
        }

        .footer-contacts span em[class^="ai-font"] {
            margin-right: 9px;
        }

        .smi a em {
            color: #ffd591;
        }

        .add {
            margin-top: 4px;
            font-size: 17px;
            color: #cbbaa1;
            letter-spacing: 0.07em;
            margin-bottom: 51px;
        }
            .add em {
                margin-right: 3px;
            }

.footernav {
    margin-top: 56px;
}
    .footernav li {
        display: inline-block;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 14px;
        color: #cbbaa1;
        margin: 0px 33px 10px;
        letter-spacing: 0.025em;
    }

.footernav li a:hover, .copyright a:hover, .disclaimer a:hover,
.footernav li a:focus, .copyright a:focus, .disclaimer a:focus,
.footernav li a:active, .copyright a:active, .disclaimer a:active {
    color: #fff;
}

.copyright {
    font-size: 14px;
    color: #7c7466;
    font-weight: 300;
    margin-top: 41px;
    letter-spacing: 0.05em;
}

.mls {
    font-size: 22px;
    margin-top: 20px;
}

.disclaimer {
    font-size: 14px;
    color: #c7a452;
    letter-spacing: 0.025em;
    margin-top: 60px;
}

.disclaimer-divider {
    display: inline-block;
    margin: 0px 16px;
    position: relative;
    top: -4px;
}

/*******************************************************
 *
 * 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%;
    margin-top: 27px;
    text-align: center;
}

/* 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-size: 24px;
    color: #cbbaa1;
    text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font-size: 24px;
    color: #cbbaa1;
    text-transform: uppercase;
}
#content .archive-thumbnail{
    margin-top: 10px;
}
#content .archive-subtitle{
    margin-top: 0 !important;
}
/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-size: 24px;
    color: #cbbaa1;
    text-transform: uppercase;
}

/*** IP Banner ***/
div#ip-banner {
    background: url(images/slide1.jpg) no-repeat;
    -webkit-background-size: 100%;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    height: 400px;
    z-index: 1;
}
    div#ip-banner::before {
        content: '';
        background: url(images/ip-overlay.png) repeat-y;
        -webkit-background-size: 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*** Sidebar ***/
.sidebar .qs-wrap {
    position: static;
    margin-top: 30px;
    top: 0;
    visibility: visible;
}

.sidebar .qs-wrap {
    padding: 19px 10px 29px;
}

.sidebar .qs-wrap h2, #blog h2 {
    font-size: 18px;
    margin-top: 0px;
}

.sidebar #qs form {
    text-align: left;
}

.sidebar #qs form select.qs-long, .sidebar #qs form input[type="submit"] {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar #qs form select, .sidebar #qs form select.qs-mid {
    width: 49%;
    margin-right: 0px;
    margin-bottom: 5px;
}

.sidebar form select#bath, .sidebar form select#max-price {
    float: right;
}

.sidebar .cta-wrapper canvas {
    width: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    min-height: 200px;
}

.sidebar div#cta {
    margin-top: 30px;
}

.sidebar span.cta-title {
    padding: 20px 0px;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.85);
}
    .sidebar span.cta-title small {
        margin-bottom: 0px;
        font-size: 15px;
    }

.sidebar span.cta-title:hover {
    color: rgba(0, 0, 0, 0.85);
    background: #c7a452;
}
    .sidebar span.cta-title:hover small {
        color: rgba(0, 0, 0, 0.85);
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 13px;
}

.sidebar .btn-group.bootstrap-select.show-tick.qs-select.qs-long {
    margin-bottom: 5px;
}

.btn-group.bootstrap-select.show-tick.qs-select.qs-long {
    /* width: 20.9%; */
    width: 100%;
}

#post-2264 .entry-title,  {
    display: none;
}

#inner-page-wrapper #qs .btn-group.bootstrap-select.show-tick.qs-select.qs-long , #inner-page-wrapper button.btn.dropdown-toggle.btn-default{
    width: 100% !important;
}

.lc-img-gallery a {
    max-height: 168px;
    overflow: hidden;
    display: block;
}

.IDX-row-content .IDX-resultsCellActions .IDX-resultsPhotogallery a {
    border-color: #ccc !important;
}

/*** IDX Advance Search ***/
div#IDX-coreSearchFields ul,
div#IDX-advancedFieldsMod-1 ul {
    margin-left: 0px;
    margin-top: 0px;
}

.IDX-wrapper-standard #IDX-action-buttons, div#IDX-action-buttons {
    padding: 0px 15px !important;
}

.IDX-row-content .IDX-row-content {
    width: 100%!important;
}

div#IDX-maxPrice-group, div#IDX-tb-group, div#IDX-acres-group, 
.IDX-wrapper-standard #IDX-search-property-content .IDX-control-group:nth-of-type(odd), 
.IDX-wrapper-standard #IDX-search-primary-content .IDX-control-group:nth-of-type(odd), 
.IDX-wrapper-standard #IDX-search-additional-content .IDX-control-group:nth-of-type(odd) {
    border-right: 0px !important;
}

.IDX-wrapper-standard .IDX-advancedWrap input.IDX-advancedRange {
    min-height: 40px;
}

.IDX-wrapper-standard .IDX-advancedWrap input.IDX-advancedRange {
    width: 47.6%;
}

button#IDX-formReset {
    color: #666;
}

div#IDX-Subheader {
    display: none;
}

#IDX-resetBtn, #IDX-formReset {
    color: #ffffff;
    background-color: #fff;
    border-color: #fff;
}

button#IDX-formSubmit {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

button#IDX-formSubmit:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

div#IDX-detailsTopActions a, div#IDX-resultsActionNew a, div#IDX-resultsTopActions a {
    color: #bebaa1 !important;
}

div#IDX-detailsHotActions a {
    color: #c7a452 !important;
}

div#IDX-detailsAddress a, .IDX-resultsAddress a {
    color: #876a25 !important;
}

img.float-img-left {
    margin-right: 35px !important;
}

.ip-comm-list {
    list-style-position: inside;
}

form#IDX-refinementSearchForm ul {
    margin-left: 0px;
}

    form#IDX-refinementSearchForm .IDX-half {
        width: 49%;
    }

    form#IDX-refinementSearchForm div#IDX-maxPrice-group {
        float: right;
    }

button#IDX-resetBtn {
    color: #333;
}

ul.dropdown-menu.inner {
    min-width: 100% !important;
}

.select2-drop {
    z-index: 1029 !important;
}

.select2-drop-mask {
    z-index: 1028;    
}

#content div#IDX-Subheader {
	display: block;
}
body.page-id-2551 #content .entry-title{
	display: none;
}
#content div#IDX-Subheader #IDX-Subheader-Page a{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
	color:#c7a452;
	text-decoration: none;
}
#content #IDX-resultsCountWrap,
#content #IDX-resultsTopActions,
#content .IDX-propertyInfoList{
	display: none;
}
#content div#IDX-Subheader #IDX-Subheader-Page a:hover{
	color:#987d3c;
}
#content div#IDX-Subheader #IDX-Subheader-Page a:first-child{
	    margin: 0 0 0 0;
}
#content #IDX-main.IDX-wrapper-standard .IDX-btn-primary{
	background:#c7a452;
	color:#000;
}
#content .IDX-wrapper-standard .IDX-btn-primary:hover{
	background:#987d3c;
	color:#000;
}
#content #IDX-previousPage #IDX-goToProperty:hover{
	background:#987d3c;
	color:#000;
}
#content #IDX-showcaseSlides .IDX-showcaseSlide {
    background: #2f2d14;
    border: 0px solid #000;
}
#content #IDX-showcaseSlides .IDX-caption h4{
	margin: 0 0 0 0;
    font-weight: 300;
}
#content #IDX-showcaseSlides .IDX-caption{
	display: block;
	/*background-color: rgba(0, 0, 0, 0.4);*/
    background-color: rgba(0, 0, 0, 0.8);
}
#content .IDX-wrapper-standard .IDX-navbar-default{
	background:rgba(0,0,0,.85);
	border: 0px solid #000;
}
.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>li>a:focus,
.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>li>a:hover,
#content .IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a,
#content .IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a:focus,
#content .IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a:hover {
    color: #fff;
    background-color: #121212;
}
#content #IDX-main a{
	color:#c7a452;
}
#content #IDX-main .select2-container a{
	color:#000;
	text-decoration: none;
}
#content .IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-collapse{
	background: none;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

div#IDX-detailsHotAction-print {
    display: none !important;
}

div#IDX-Subheader-Page {
    text-align: center;
}

.IDX-wrapper-standard .IDX-detailsHotAction{
    display: inline-block !important;
    float: inherit !important;

}

.IDX-wrapper-standard #IDX-detailsHotActions{
    text-align: center !important;
}

div#IDX-panel-body-b018--1 {
    display: none;
}

.IDX-detailsAddressLocationInfo {
    display: none !important;
}

.IDX-field-subdivision.IDX-field {
    display: none;
}

.IDX-field-propType.IDX-field {
    display: none;
}

.IDX-field-propSubType.IDX-field {
    display: none;
}

div#IDX-detailsMainInfo {
    font-size: 15px;
}


ul.idx-details-btns li a {
    /* color: #fff !important; */
    /* background: #876a25; */
    display: block;
    /* padding: 10px; */
    /* border-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
    /* font-size: 17px; */
    color: #fff !important;
    background: #876a25;
    padding: 10px;
    border-radius: 6px;
}

ul.idx-details-btns li a:hover{
    text-decoration: none;
}

.idx-details-btns{
    text-align: center;
}

ul.idx-details-btns li {
    margin: 0px 4px;
    display: inline-block;
}

ul.idx-details-btns {
/*    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99999;*/

    margin: 0px !important;
}


div#IDX-detailsMainInfo {
    margin-top: -23px;
}


ul.idx-details-btns_ li {
    display: inline-block;
    margin: 6px;
}

ul.idx-details-btns_ {
    margin: 0px !important;
}

ul.idx-details-btns_ li a {
    color: #fff !important;
    background: #876a25;
    padding: 10px;
    border-radius: 6px;
}

ul.idx-details-btns_ li a:hover{
    text-decoration: none;
}

.page-id-2551 #content-sidebar #content {
    width: 100% !important;
}

.page-id-2551 .sidebar {
    display: none;
}

#IDX-field-remarksConcat {
    display: none;
}

.property-search-wrap {
	position: relative;
	z-index: 1;
}

#prop-search {
	overflow: hidden;
	padding: 100px 0;
	background-color: #13140c;
	display: block;
	position: relative;
	margin-bottom: 336px;
}

#prop-search::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.property-search-wrap .prop-search-img {
	width: 50%;
	float: left;
	position: relative;
}

.property-search-wrap .prop-search-img canvas {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.prop-search-form-wrap {
	width: 50%;
	float: right;
	padding-left: 114px;
	padding-top: 50px;
}

.psf-wrap {
	max-width: 422px;
	width: 100%;
}

#prop-search .prop-search-img::before {
	content: '';
	position: absolute;
	height: 5px;
	width: 5px;
	display: inline-block;
	background: #c7a452;
	margin: auto 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
	top: 106px;
	right: -100px;
}

#prop-search .prop-search-img::after {
	content: '';
	position: absolute;
	width: 160px;
	height: 1px;
	margin: auto 35px;
	background: #c7a452;
	z-index: 999;	
	right: -100px;
	top: 108px;
}

.psf-form .col-md-12 {
	padding: 0;
}

.psf-form .col-md-12 span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

.psf-form input {
	width: 100%;
	display: block;
	border: 0 none;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.psf-form .col-md-12 {

    padding-right: 20px;

}
.psf-form .col-md-6 {
	padding: 0 20px 0 0;
}

.psf-wrap h2 {
	font-size: 45px;
	color: #cbbaa1;
	line-height: 55px;
	margin-bottom: 30px;
}

.psf-wrap > span {
	font-size: 30px;
	text-transform: uppercase;
	color: #c7a452;
	margin-bottom: 30px;
	display: block;
}

.psf-wrap .psf-form span {
	font-size: 13px;
	text-transform: uppercase;
}

.psf-wrap .psf-form a {
	font-size: 12px;
	text-transform: uppercase;
}

.psf-full a {
	padding: 13px 0;
	display: inline-block;
}

.psf-full .submit {
	color: #13140c;
	background-color: #c7a452;
}

.psf-link span {
	padding: 0 18px;
	display: inline-block;
}

.IDX-page-basic #IDX-search-additional-content > div:nth-child(1), .IDX-page-basic #IDX-search-additional-content > div:nth-child(2) {
	display: none;
}

.page-template-template-idxb-exclusive-listings #content .entry-title {
	text-align: center;
	text-transform: revert;
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #8c8374;
}

.idxb-listings-item {
	overflow: hidden;
	padding: 70px 0;
	border-bottom: 1px solid #42433d;
}

.idxb-listings-image {
/*  width: 50%;*/
    width: 65%;
    float: left;
}

.idxb-listings-image canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.idxb-listings-desc {
    float: left;
/*  width: 50%;*/
    width: 35%;
    padding: 0 37px 0 70px;
}
#content .idxb-listings-desc h4 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}

#content .idxb-listings-desc h2 {
	font-size: 45px;
	line-height: 1;
	margin: .5em 0;
	font-weight: 500;
}

#content .idxb-listings-desc .idxb-listing-lot {
	margin-bottom: 36px;
	text-transform: uppercase;
}

#content .idxb-listing-lot span.idxb-spacer {
	margin: 0 30px;
	color: #303030;
}

#content .idxb-listing-lot {
	color: #655e53;
}

.idxb-listing-homesize, .idxb-listing-homeacres {
    color: #cbbaa1;
}

#content .idxb-listing-content {
	margin-bottom: 70px;
	font-size: 16px;
	font-weight: 300;
}

#content .idxb-listings-wrap .idxb-listings-item:nth-last-child(2) {
	border: 0 none;
}

.idxb-services-wrap {
	text-align: center;
}

.idxb-services-wrap span {
	color: #bca442;
}

.backtosearch {
	padding: 5px 20px;
	border: 1px solid;
	display: block;
	text-align: center;
	max-width: 170px;
	float: right;
	margin-top: -56px;
}

.page-template-template-idxb-results-page .idxb-listings-item {
	border-bottom: 0 none;
}

.page-template-template-idxb-results-page .idxb-listings-map {
	margin-bottom: 70px;
}

.page-template-template-idxb-results-page .idxb-listings-item {
	padding: 0 0 70px;
	position: relative;
}

.page-template-template-idxb-results-page .idxb-listings-buttons a {
	padding: 5px 0;
	border: 1px solid;
	text-align: center;
	width: 32%;
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
}

.page-template-template-idxb-results-page .idxb-listing-lot .col-md-6 {
	padding: 0;
}

.page-template-template-idxb-results-page .idxb-listing-lot {
	overflow: hidden;
}

.page-template-template-idxb-results-page #content .idxb-listing-content {
	margin-bottom: 57px;
}

.page-template-template-idxb-results-page #IDX-map {
    width: 1140px !important;
    height: 500px !important;
}

.page-template-template-idxb-results-page .idxb-listings-map .IDX-custom-map #IDX-map {
    width: 100% !important;
    height: 100% !important;
}

.page-template-template-idxb-results-page .idxb-listings-map .IDX-custom-map{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-template-template-idxb-results-page .idxb-listings-map {
    margin-bottom: 70px !important;
    position: relative !important;
}

.page-template-template-idxb-results-page .idxb-listings-map {
    overflow:hidden
}

div#idxb-pagination {
    margin: auto;
    width: 50%;
}

span.idx-paginator--ellipsis {
    opacity: 0;
}

/*IDX Broker pagination*/

ul.IDX-pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin-left: 0;
}


ul.IDX-pagination li {
    display: inline;
}


ul.IDX-pagination li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.43;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

li.IDX-active a {
    background-color: #999 !important;
    cursor: default;
}

.fp-deatils-slide .slick-slide .fp-details-link{
    pointer-events: none;
}
.fp-deatils-slide .slick-slide.slick-current .fp-details-link{
    pointer-events: initial;
}

/*fc*/
section#fc {
    position: relative;
    padding: 30px 0 20px;
    background: #13140c;
}

.fc-head {
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    padding: 0 15px;
}

.fc-title h2 {
    font-size: 55px;
    color: #cbbaa1;
    text-transform: uppercase;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
}

.fc-title h2::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #c7a452;
    bottom: 24px;
    right: 100%;
    margin: auto 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fc-title h2::after {
    content: '';
    position: absolute;
    width: 380px;
    height: 1px;
    bottom: 26px;
    right: 100%;
    margin: auto 35px;
    background: #c7a452;
    z-index: 1;
}

.fc-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

button.fc-prev, button.fc-next {
    color: #655e53;
    text-transform: uppercase;
    font-size: 19px;
}

button.fc-next {
    color: #c7a452;
}

button.fc-prev::before, button.fc-next::after {
    content: '';
    width: 31px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

button.fc-prev::before {
    background: url(images/arrows.png) left bottom no-repeat;
    margin-right: 17px;
}

button.fc-next::after {
    background: url(images/arrows.png) left top no-repeat;
    margin-left: 17px;
}

button.fc-prev:hover, button.fc-next:hover {
    opacity: 0.6;
}

.fc-btn {
    display: inline-block;
    color: #947d42 !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid #937d41;
    padding: 15px 35px 15px 39px;
    cursor: pointer;
    -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;
}

.fc-btn:hover {
    background: #2a2b21 !important;
    border-color: #2a2b21 !important;
}

.fc-lists {
    position: relative;
    margin: 0 -5px;
}

.fc-item {
    padding: 0 5px;
    padding: 0;
}

.fc-item a {
    position: relative;
    display: block;
}

.fc-photo {
    position: relative;
    background: #c7a452;
}

.fc-photo img {
    aspect-ratio: 312/611;
    width: 100%;
    -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;
}

.fc-photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    pointer-events: none;
}

.fc-item a:hover .fc-photo img {
    filter: grayscale(1);
    opacity: .2;
}

.fc-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
    -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;
}

.fc-item a:hover .fc-label {
    opacity: 0;
}

.fc-label h2,
.fc-hover h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #c7a452;
}

.fc-hover h2 {
    color: #000;
}

.fc-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px;
    opacity: 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;
}

.fc-item a:hover .fc-hover {
    opacity: 1;
}

.fc-view.fc-btn {
    background: #13140c !important;
    border-color: #13140c !important;
    color: #cbbaa1 !important;
    margin-top: 37px;
}

.fc-slick .slick-slide > div > div{
    display: block !important;
}

.fc-slick:not(.slick-initialize) > div:not(:first-child){
    /*display:none;*/
}
/*end*/

/*why work with us*/
section#ww {
    position: relative;
    background: #13140c;
    padding: 140px 0;
    text-align: center;
}

.ww-title h2 {
    font-size: 55px;
    color: #cbbaa1;
    text-transform: uppercase;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
}

.wc-title-left-line::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #c7a452;
    bottom: 24px;
    right: 100%;
    margin: auto 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wc-title-left-line::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    bottom: 26px;
    right: 100%;
    margin: auto 35px;
    background: #c7a452;
    z-index: 1;
}

.wc-title-right-line::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #c7a452;
    bottom: 24px;
    left: 100%;
    margin: auto 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wc-title-right-line::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    bottom: 26px;
    left: 100%;
    margin: auto 35px;
    background: #c7a452;
    z-index: 1;
}

.ww-title {
    margin: 0 0 88px;
}

.ww-lists {
    display: flex;
    justify-content: space-around;
    gap: 60px;
}

.stats-number {
    font-size: 44px;
    font-weight: 400;
    color: #c7a452;
    text-transform: uppercase;
    min-width: 260px;
}

.ww-label {
    font-size: 28px;
    font-weight: 400;
    color: #cbbaa1;
    text-transform: uppercase;
    margin-top: 15px;
}

.ww-cta {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 94px;
}

.ww-cta a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    height: 80px;
    color: #c7a452;
    border: 1px solid #c7a452;
    font-size: 25px;
    text-transform: uppercase;
    background: transparent;
    -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;
}

.ww-cta a:hover {
    background: #c7a452;
    color: #000;
}
/*end*/


.fc-slick {
	background: url('/wp-content/uploads/2025/08/Our-Property-MAIN.jpg') center center;
  background-size: cover;
	display: flex;
	flex-flow: row wrap;
}
.fc-slick > div {
	width: calc(100% / 5);
}
.fc-item a {
	border-right: 5px solid #13140c;
	/*pointer-events: none;*/
	border-left: 5px solid #13140c;
}
.fc-item a::before {
	background: #c7a452;
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.fc-item a:hover:before {
	opacity: 0.8;
}
.fc-photo {
	opacity: 0;
}
.fc-label {
	/*display: none;*/
}
button.fc-prev, button.fc-next {
	display: none;
}

.fc-hover {
	z-index: 2;
}
.fc-label h2, .fc-hover h2 {
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
.fc-hover h2 {
	color: #fff;
}
.fc-view.fc-btn {
	color: #fff !important;
}

.single-aios-communities .IDX-showcaseLink .IDX-showcasePhoto {
    height: 100% !important;
    width: 100%;
}