/*
Theme Name: sking_pending.com
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.1
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 */

#navi {
    font-size: 13px;
    color: #ffffff;
}

#navi li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px;
}

#navi li:first-child {
    padding-left: 0;
}

#navi li:last-child {
    padding-right: 0;
}

#navi li a {
	position: relative;
	font-size: 14px;
	font-weight: 400;
}

#navi li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: rgba(214, 164, 37, .5);
    position: absolute;
    bottom: -3px;
    left: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/*#navi li:first-child a::after {
            left: -2%;
        }
        #navi li:last-child a::after {
            left: 20%;
        }*/

#navi li:hover a::after {
    width: 100%;
}

#navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding-top: 40px;
    position: absolute;
    width: 150px;
    /* left: 50%; */
    left: 1%;
    margin-left: -75px;
}

.chrome-true #navi .sub-menu {
    padding-top: 41px;
}

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

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

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

#navi .sub-menu li {
    position: relative;
    background: rgba(152, 129, 83, 0.7);
    width: 100%;
    text-align: center;
    padding: 0;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -os-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#navi .sub-menu li:hover {
    background: rgba(152, 129, 83, 1);
}

#navi .sub-menu li:hover::after {
    width: 0;
}


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

/* Global */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    background: #FFF;
    color: #464646;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

label {
    display: none;
}

.hidden {
    display: none;
}

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

.amh-header-buttons {
    background: #988153 !important;
}

.amh-navigation-trigger .ai-menu {
    color: #fff !important;
}

.amh-header-buttons a {
    color: #fff !important;
}

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

.amh-navigation .amh-menu,
.amh-navigation .amh-menu ul {
    background: #988153 !important;
}

.amh-navigation .amh-menu li a {
    color: #464646 !important;
}

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

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

.amh-navigation .amh-menu li ul a {
    color: #fff !important;
}

/* HEADER */

.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 1030;
    background: rgba(0, 0, 0, .5);

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.logo {
    width: 100%;
    position: relative;
    padding: 21.5px 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

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

.header-top {
    width: 100%;
    position: relative;
    text-align: right;
    padding: 35px 0 10px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-mail {
    font-size: 12px;
    color: #988153;
    position: relative;
    padding: 0 14px;
    display: inline-block;
    vertical-align: middle;
}

.header-mail::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    height: 75%;
    width: 1px;
    background: #ffffff;
    opacity: .1;
}

.header-mail a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-mail a:hover {
    opacity: .7;
}

.header-phone {
    padding: 0 12px;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .5px;
}

.header-phone .phone-icon {
    color: #988153;
    font-size: 14px;
    padding-right: 6px;
}

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

.header-smi .smi-icon {
    position: relative;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(214, 164, 37, .25);
    border-radius: 50%;
    margin: 0 3px;
    text-align: center;
    display: inline-block;
    padding: 7px 0;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-smi .smi-icon span {
    font-size: 11px;
    color: #988153;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-smi .smi-icon:hover {
    background: #988153;
}

.header-smi .smi-icon:hover span {
    color: #ffffff;
}

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

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

.header-bottom {
    width: 100%;
    position: relative;
    text-align: right;
    padding: 8px 0 10px;
}

/* FIXED HEADER */

.header-wrapper.fixed {
    background: #000000;
}

.header-wrapper.fixed .logo {
    width: 56.5%;
    padding: 10px 0;
}

.header-wrapper.fixed .header-top {
    opacity: 0;
    padding: 0;
    margin-top: -27px;
}

.header-wrapper.fixed .header-bottom {
    padding: 28px 0;
}

.header-wrapper.fixed #navi .sub-menu {
    padding-top: 28px;
}

.chrome-true .header-wrapper.fixed #navi .sub-menu {
    padding-top: 29px;
}

/* SLIDESHOW */

.slideshow-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
}

.slide-tag {
    width: 100%;
    position: absolute;
    top: 49%;
    left: 0;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.slide-tag span {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 3px;
}

.cycloneslider-template-responsive {
    margin-bottom: 0px !important;
}

/* QUICK SEARCH */

.qs-wrapper {
    width: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 0;
    font-size: 0;
    z-index: 1;
}

.qs-icon {
    width: 8.6%;
    position: relative;
    display: inline-block;
    padding: 0 22px 0 42px;
    vertical-align: middle;
}

.qs-icon span {
    font-size: 33px;
    color: #ffffff;
}

.qs-wrapper form {
    width: 91.4%;
    padding: 0 9px;
    display: inline-block;
}

.qs-large {
    width: 28.9%;
    padding: 0 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-small {
    width: 14.61%;
    padding: 0 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-large select,
.qs-small select,
.qs-large input,
.qs-small input {
    width: 100%;
    background: transparent url(images/dropdown-arrow.png) no-repeat scroll right 0 center;
    border: none;
    border-bottom: 1px solid rgba(234, 227, 212, .3);
    padding: 9px 0;
    font-size: 16px;
	font-weight: 500;
    color: #d0d0d0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.qs-large select::-ms-expand,
.qs-small select::-ms-expand {
    display: none;
}

.qs-large select option,
.qs-small select option {
    color: #666;
}

.qs-search {
    width: 12.5%;
    padding: 0 0 0 21px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-search input {
    width: 100%;
    max-width: 106px;
    background: #988153;
    padding: 10px 0;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.qs-search input:hover {
    background: #988153;
}

.qs-wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
	font-weight: 500;
}

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

.qs-wrapper .btn-group .dropdown-menu {
    top: 30px !important;
}

/* WELCOME SECTION */

.welcome-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
}

.welcome-left,
.welcome-right {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.welcome-left img {
    width: 100%;
    /*max-width: 800px;*/
    position: relative;
}

.welcome-left canvas {
    position: relative;
    width: 100%;
    height: 100%;
}

.welcome-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .53);
    opacity: 0;
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.overlay-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

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

.overlay-details {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.overlay-details img {
    width: 100%;
    max-width: 213px !important;
    margin: 0 auto;
    display: block;
    font-size: 0;
}

.overlay-details span {
    font-family: 'Playfair Display';
    font-size: 40px;
    color: #988153;
    letter-spacing: .7px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
}

.welcome-left a:hover .welcome-overlay {
    opacity: 1;
}

.welcome-right {
    padding: 4.14% 5.35%;
}

.welcome-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.welcome-title h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #988153;
}

.welcome-content {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    /*text-align-last: center;*/
}

.welcome-content p {
    font-weight: 400;
    padding-bottom: 30px;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 24px;
}

.cta-wrapper {
    width: 100%;
    position: relative;
}

.cta-button {
    width: 27%;
    max-width: 178px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(86, 86, 86, .5);
    padding: 13px 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-middle {
    width: 38%;
    max-width: 237px;
    margin: 0 18px;
}

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

.cta-button span {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #988153;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    width: 100%;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-button:hover {
    background: #988153;
    border: 1px solid #988153;
}

.cta-button:hover span {
    color: #ffffff;
}

.welcome-smi {
    width: 100%;
    position: relative;
    padding-top: 50px;
    text-align: center;
}

.welcome-smi .smi-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(86, 86, 86, .5);
    border-radius: 50%;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    padding: 13px 0;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.welcome-smi .smi-icon span {
    font-size: 22px;
    color: #988153;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.welcome-smi .smi-icon:hover {
    background: #988153;
    border: 1px solid #988153;
}

.welcome-smi .smi-icon:hover span {
    color: #ffffff;
}

/* FEATURED PROPERTIES */

.fp-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    padding: 25px 0;
}

.fp-title {
    width: 100%;
    position: relative;
    text-align: center;
}

.fp-title span {
    font-family: 'Playfair Display', serif;
    font-size: 30.5px;
    font-weight: 400;
    color: #988153;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.fp-holder {
    width: 100%;
    position: relative;
    padding-top: 25px;
}

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

.fp-item {
    width: 33.33%;
    /*max-width: 533px;*/
    display: inline-block;
    position: relative;
}

.fp-item::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 46.5%;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #ffffff;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fp-item:hover::after {
    bottom: 0;
}

.fp-item img {
    width: 100%;
    display: block !important;
    filter: grayscale(100%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    min-height: 267px;
    max-height: 267px;
}

.fp-item:hover img {
    filter: grayscale(0);
}

.fp-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fp-item:hover svg {
    opacity: 0;
}

.fp-bottom-slick {
    width: 100%;
    position: relative;
    padding: 25px 0 0;
    text-align: center;
}

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

.fp-price,
.fp-beds,
.fp-baths {
    font-size: 15px;
    color: #988153;
    display: inline-block;
    vertical-align: top;
}

.fp-price {
    padding: 0 20px;
}

.fp-address {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.fp-address::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    height: 70%;
    background: #adadad;
}

.fp-address::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 2px;
    height: 70%;
    background: #adadad;
}

.fp-beds,
.fp-baths {
    padding-left: 20px;
}

.fp-beds img,
.fp-baths img {
    display: inline-block !important;
    margin-right: 8px;
    vertical-align: top;
}

/* TESTIMONIALS */

.testi-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
}

.testi-left,
.testi-right {
    width: 50%;
    position: relative;
    display: inline-block !important;
    vertical-align: top;
}

.testi-left {
    padding: 3.182% 6.98%;
    min-height: 450px;
}

.testi-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
}

.testi-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30.5px;
    color: #988153;
    letter-spacing: .7px;
}

.testi-slick {
    padding: 15px 0 30px;
}

.testi-item {
    padding: 0 2px;
    overflow: hidden;
    outline: none;
}

.testi-slick p {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    text-align: center;
    letter-spacing: .5px;
    line-height: 28px;
}

.testi-right-item {
    width: 100%;
    background: url(images/testi-image.jpg) top center;
    background-size: cover;
    vertical-align: middle;
    text-align: center;
}

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

.testi-right-item span {
    font-family: 'Playfair Display', serif;
    font-size: 30.5px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*testi dots*/

.testi-dots {
    width: 100%;
    position: relative;
    text-align: center;
}

.testi-dots ul li {
    display: inline-block;
    padding: 0 7px;
}

.testi-dots ul li button {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background: #d6d6d6;
    border: none;
    position: relative;
    outline: none;
    padding: 0;
}

/*active button*/

.testi-dots ul li.slick-active button::after {
    content: '';
    background: #988153;
    position: absolute;
    border: 3px solid #000000;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* BLOG */

.blog-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #ededed;
    padding: 105px 0 85px;
}

.blog-item {
    width: 100%;
    position: relative;
}

.blog-image {
    width: 100%;
    position: relative;
}

.blog-image img {
    width: 100%;
    max-width: 360px;
    display: block !important;
    margin: 0 auto;
    filter: grayscale(100%);

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.blog-item:hover .blog-image img {
    filter: grayscale(0);
}

/*.blog-image svg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                max-width: 360px;

                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -os-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }

                .blog-item:hover svg {
                    opacity: 0;
                }*/

.blog-entry {
    width: 100%;
    position: relative;
    padding: 25px 0;
}

.blog-entry p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    letter-spacing: .6px;
    line-height: 25px;
}

.blog-more {
    width: 100%;
    position: relative;
    padding: 5px 0;
}

.blog-more span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #bababa;
    letter-spacing: 1px;
    text-transform: uppercase;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.blog-more a:hover span {
    color: #988153;
}

/* FOOTER */

.footer-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #c4c4c4;
    padding: 55px 0 50px;
}

.footer-top {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.footer-top::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #aaaaaa;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-logo {
    width: 100%;
    position: relative;
    padding: 5px 0;
}

.footer-logo img {
    width: 100%;
    max-width: 350px;
}

.footer-smi {
    width: 100%;
    position: relative;
    text-align: right;
    padding: 30px 0;
}

.footer-smi .smi-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(102, 102, 102, .25);
    border-radius: 50%;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    padding: 13px 0;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-smi .smi-icon span {
    font-size: 22px;
    color: #988153;
    vertical-align: middle;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -os-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-smi .smi-icon:hover {
    background: #988153;
    border: 1px solid #988153;
}

.footer-smi .smi-icon:hover span {
    color: #ffffff;
}

.footer-bottom {
    width: 100%;
    position: relative;
    padding-top: 32px;
}

.footer-bottom a:hover {
    color: #988153 !important;
}

.footernav li {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #898989;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 7.5px;
}

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

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

.copyright {
    width: 100%;
    position: relative;
    padding-top: 5px;
}

.copyright span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #777777;
    letter-spacing: .3px;
}

.footer-realtor {
    text-align: right;
    padding: 7px 0px;
}

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

/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    background: rgba(255, 255, 255, 0.90);
    padding: 0 15px;
    margin-top: 20px;
}

/** Adjust width of content columns **/

#content-sidebar #content {
    width: 74%;
}

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

/* Adjust width of sidebar */

.sidebar {
    width: 24%;
}

/* 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 {}

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

#content .archive-title {}

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

#content .archive-subtitle {}

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

#inner-page-wrapper {
    padding-top: 139px;
    margin-bottom: 30px;
    /*background: url(images/slide-02.jpg) center no-repeat;
    background-size: cover;*/
}

.ip-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ip-bg .ip-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(images/slide-02.jpg);
    z-index: 1;
}

.ip-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #d4cfc9 100%);
}

/* SIDEBAR */

.sidebar .qs-wrapper {
    position: relative;
    padding: 15px;
    margin-top: 60px;
}

.sidebar .qs-icon {
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
}

.sidebar .qs-wrapper form {
    width: 100%;
    padding: 0;
}

.sidebar .qs-large {
    width: 100%;
    padding: 0;
    display: block;
}

.sidebar .qs-small {
    width: 50%;
    padding: 0 5px;
}

.sidebar .qs-beds,
.sidebar .qs-min {
    padding-left: 0;
}

.sidebar .qs-baths,
.sidebar .qs-max {
    padding-right: 0;
}

.sidebar .qs-search {
    width: 100%;
    padding: 10px 0 0;
    display: block;
}

.sidebar .qs-search input {
    max-width: 100%;
}

.sidebar .cta-button {
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid rgba(86, 86, 86, .5);
    margin: 15px auto;
    max-width: 237px !important;
}

.sidebar .cta-button span {
    font-size: 16px;
}

.sidebar .cta-button:hover {
    background: #988153;
    border: 1px solid #988153;
}

.ai-default-cf7wrap input[type="button"] {
    background: #988153;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: block;
}

.ai-contact-wrap input[type="button"]:hover,
.ai-default-cf7wrap input[type="button"]:hover,
.error-forms input[type=button]:hover {
    background: #444444 !important;
}

.fb-wrapper {
    padding-bottom: 25px;
    width: 100%;
    position: relative;
}

.ai-default-cf7wrap input[type="button"] {
    line-height: inherit;
}

.page-id-80 a:hover {
    color: #988153;
}

ul#ihf-search-location-tabs {
    margin-left: 0;
}

ul.chosen-results {
    margin-left: 0px !important;
}

ul.chosen-results {
    padding-left: 0 !important;
}

ul#ihf-detail-extrainfotabs {
    margin-left: 0;
}

#ihf-detail-features-tab .row.mt-10 {
    margin-left: 0;
    margin-right: 0;
}

.error404 #content-full {
    padding: 15px;
}

.error-forms input[type=button] {
    height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #fff;
    background: #444;
    border: none;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#ihf-main-container .modal {
    z-index: 2001;
}

.ihf-container-modal .modal-backdrop {
    z-index: 2000;
}

.ui-datepicker.ui-widget-content {
    z-index: 2003 !important;
}

.header-bottom #navi .comm-footer {
	display: none;
}

#content h2.cm-title {
    font-size: 17px;
}

.about-us-team-item {
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 50px;
}

.about-us-team .about-us-team-item:first-child {
    margin-top: 0;
}

.team-img, .team-details {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.team-img {
    width: 30%;
}

.team-details {
    width: 70%;
    padding: 0 25px;
}

.team-details p:first-child {
    margin-top: 0 !important;
}

.team-details p:last-child {
    margin-bottom: 0 !important;
}

.team-img img {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.about-us-team-wrapper a, .ip-resources-wrapper a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.about-us-team-wrapper a:hover, .ip-resources-wrapper a:hover { 
    color: #988153;
}

.testi-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: transparent;
    border: none;
    outline: none !important;
    color: #988153;
}

.slick-next-cs {
    right: -10%;
}

.slick-prev-cs{
    left: -10%;
}

/**HP Communities**/

#main-communities {
    padding: 70px 0 140px;
}

.fc-wrapper {
	max-width: 1471px;
	margin: 0 auto;
	padding: 0 30px;
}

.section-title {
	font-family: 'Playfair Display', serif;
	font-size: 72px;
	color: #988153;
	text-transform: uppercase;
	margin-bottom: 50px;
	
}

.section-title span {
	font-family: 'Playfair Display', serif;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.comm-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.comm-item {
    position: relative;
    font-size: 0;
    width: 33.33%;
    padding: 0.5px;
}

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

.comm-item canvas {
    filter: none;
    transition: all 0.3s ease-in-out;
    -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;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.comm-item:hover canvas,
.comm-item:focus canvas {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);    
    background-size: 120%;
}

.comm-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    padding: 30px 15px;
}

.comm-details h5 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.comm-item a:before {
    content: '';
    width: 0;
    height: 95%;
    max-width: 245px;
    max-height: 236px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(images/comm-logo.png) no-repeat center center/ contain;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -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;
}

.comm-item:hover a:before,
.comm-item:focus a:before {
    opacity: 1;
    width: 100%;
}

.comm-title {
    display: flex;
    align-items: center;
    width: 37.07%;
}

.comm-title .section-title {
    margin-bottom: 0;
}

.comm-title + .comm-item {
    width: 29.6%;
    /* max-width: 418px; */
}

.comm-link {
    background: #e0dcd6;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-btn {
	background: #000;
	color: #fff;
	min-width: 143px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: none;
	height: 38px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 20px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-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;
}

.hp-btn:hover, .hp-btn:focus {
	background: #b08c66;
	color: #fff;
}

.comm-item .overlay-logo .overlay-details img {
	height: 150px;
	width: auto;
}
.comm-item .overlay-logo {
	z-index: -1;
}
.comm-item a:hover .overlay-logo {
	z-index: 2;
}

#inner-page-wrapper > .container {
  background: #fff;
}

body.page-id-4411 .aios-starter-theme-entry-meta {
	display: none;
}

body.page-id-4411 #agents-results .agent-top {
	display: none;
}

/** Single Default Layout (Post Content) */
#content .entry-thumbnail {
    position: relative;
    margin-bottom: 50px;
}

#content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.back-to-link {
    position: relative;
}

.back-to-link a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    margin-top: 75px;
    -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;
}

.back-to-link a:hover {
}
/** End of Single Default Layout (Post Content) */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

#content .archive-list .article-long p {
    font-size: 22px;
}

#content .archive-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-style: normal;
    text-decoration: none;
    position: relative;
    -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;
}

#content .archive-more:after {
    content: '';
    position: absolute;
    left: calc(100% + 23px);
    top: calc(50% - 1px);
    background: #ded1c1;
    width: 0;
    height: 2px;
    pointer-events: none;
    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;
}

#content .archive-more:hover {
}

#content .archive-more:hover:after {
    width: 63px;
    opacity: 1;
}

.page-id-80 #inner-page-wrapper {
	background-color: #fff;
}

.page-id-80 .bootstrap-extend-right {
	margin-right: calc((100vw - 1220px) / -2);
}

.page-id-80 .bootstrap-extend-right video {
	width: calc(100% - 20px);
}

.page-id-4411 .ip-bg::before,
.single-aios-agents .ip-bg::before {
    background: #FFF;
}

p.aios-starter-theme-entry-meta {
    display: none;
}

.single-aios-agents #agents-single .agents-contact {
    width: 300px;
    margin: 0 auto;
}

.single-aios-agents #agents-single .agents-contact li.agents-contact-half {
    width: 100%;
}

.single-aios-agents #agents-single .agents-contact li.agent-email-address {
    margin: 0 0 20px;
}

.single-aios-agents #agents-single .agents-contact li.agent-contact-centered > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.single-aios-agents #agents-single .agents-smi {
    display: flex;
    flex-flow: row wrap;
    margin: 10px auto 20px;
    padding: 0;
    justify-content: center;
}
/** End of Archive Default Layout (Archive Page) */