/*
Theme Name: Linda Darlene Conley Luxury Real Estate Theme
Theme URI: http://aios3-staging.agentimage.com/l/lconley_pending.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
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
*
*******************************************************/
#main-wrapper {
    overflow: hidden;
}

/* Sub Menu */
.site-nav li {
    position: relative;
}

.site-nav .sub-menu {
    list-style: none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-nav li:hover > .sub-menu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.site-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

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

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

/*******************************************************
*
* 2. Custom CSS
*
*******************************************************/
/* Global */
body {
    font-family: "Comfortaa", cursive;
    font-size: 14px;
    background: #FFF;
    color: #000000;
    margin: 0;
}

/* Header */
.header {
    position: absolute;
    z-index: 1000;
    top: 20px;
    left: 0;
    width: 100%;
}

.header .header-wrap {
    position: relative;
}

.header .header-wrap .header-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .header-wrap .header-left * {
    height: inherit;
}

.header .header-wrap .header-left .header-logo {
    display: block;
    width: 23%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

/* .header .header-wrap .header-left .header-logo:hover {
    opacity: 0.90;
} */

.header .header-wrap .header-left .header-logo a {
    /* display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #f5f4ee;
    background: #4b5320; */
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header.fixed-header .header-wrap .header-left .header-logo a {
    border: none;
    height: auto;
}

.header .header-wrap .header-left .header-logo a img {
    height: auto;
    width: 100%;
    /* max-width: 100%; */
}

.header .header-wrap .header-right {
    display: block;
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, 0.55);
}

.header.fixed-header .header-wrap .header-right {
    background: transparent;
}

.header .header-wrap .header-right .header-top {
    padding: 20px 0 10px;
}

.header .header-wrap .header-right .header-top .container > div {
    display: inline-block;
    vertical-align: middle;
}

.header .header-wrap .header-right .header-top .header-contact {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.header .header-wrap .header-right .header-top .header-contact li {
    display: inline-block;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 12px;
    margin-left: 19px;
}

.header .header-wrap .header-right .header-top .header-contact li:nth-child(1) {
    margin-left: 0;
}

.header .header-wrap .header-right .header-top .header-contact li a,
.header .header-wrap .header-right .header-top .header-contact li em,
.header .header-wrap .header-right .header-top .header-contact li img {
    display: inline-block;
    vertical-align: middle;
}

.header .header-wrap .header-right .header-top .header-contact li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-top .header-contact li a:hover {
    color: #a75154;
}

.header .header-wrap .header-right .header-top .header-contact li img {
    margin-right: 1px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.header .header-wrap .header-right .header-top .header-smi {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-left: 8px;
}

.header .header-wrap .header-right .header-top .header-smi li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
}

.header .header-wrap .header-right .header-top .header-smi li:nth-child(1) {
    padding-left: 0;
}

.header .header-wrap .header-right .header-top .header-smi li:nth-last-child(1) {
    padding-right: 0;
}

.header .header-wrap .header-right .header-top .header-smi li a {
    display: block;
    text-decoration: none;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-top .header-smi li a:hover .ai-facebook {
    color: #4b5320;
}

.ai-facebook {
    color: #395499;
}

.ai-instagram {
    color: #C40092;
}

.ai-linkedin {
    color: #0379B3;
}

.header .header-wrap .header-right .header-top .header-translate {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-left: 18px;
    display: none;
}

.header .header-wrap .header-right .header-top .header-translate #google_language_translator select.goog-te-combo {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: transparent url("images/google-translate-select-arrow.png") no-repeat !important;
    background-position: center right 3px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.6px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    width: 151px !important;
    border: 1px solid #fff !important;
}

.header .header-wrap .header-right .header-top .header-translate #google_language_translator select.goog-te-combo::-ms-expand {
    display: none;
}

.header .header-wrap .header-right .header-top .header-translate #google_language_translator select.goog-te-combo option {
    color: #4b4b4b;
}

.header .header-wrap .header-right .header-bottom .header-navigation {
    margin: 0 -7.5px;
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li {
    display: inline-block;
    vertical-align: middle;
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li > a {
    display: block;
    /*font-size: 14px;*/
    font-size: 12px;
    text-transform: uppercase;
    color: #4b4b4b;
    text-decoration: none;
    /*padding: 15px 3px;*/
    padding: 15px 7px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li:hover > a {
    background: #a75154;
    color: #fff;
}

.header.fixed-header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li > a {
    padding: 20px 3px;
    border: none;
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a75154;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li:hover a:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li .sub-menu > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4b4b4b;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.80);
}

.header .header-wrap .header-right .header-bottom .header-navigation .site-nav > li .sub-menu > li > a:hover {
    background: #a75154;
    color: #fff;
}

/* Fixed Header */
.header.fixed-header {
    position: fixed;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.55);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 1s;
    transition: all 1s;
    top: -15px;
    display: none;
}

.header.fixed-header.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 20px;
}

.header.fixed-header .header-wrap .header-left .header-logo {
    width: 15%;
}

/* Mobile Header */
.amh-navigation .amh-menu li {
    border: none;
}

.amh-navigation .amh-menu li a {
    text-transform: uppercase;
    font-weight: 300;
    color: #595959;
    transition: all 0.4s ease-in-out;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #4b5320;
}

.amh-navigation .amh-menu li li a {
    background: #376b0b;
    color: #fff;
}

.amh-navigation .amh-menu li li:hover > a,
.amh-navigation .amh-menu li li.open > a {
    background: #4b5320;
}

/* HP Slideshow */
.hp-slideshow .slideshow-wrap {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider {
    margin: 0;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
}

.hp-slideshow .slideshow-wrap .slideshow-tagline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hp-slideshow .slideshow-wrap .slideshow-tagline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .slideshow-tagline img {
    display: inline-block;
    vertical-align: middle;
}

/* HP Quick Search */
.hp-qs {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.hp-qs .qs-wrap {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.13);
    padding: 9px;
}

.hp-qs .qs-wrap .qs-title {
    float: left;
    display: block;
    width: 88px;
    background: #4b5320;
    font-family: "Poiret One", cursive;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #fff;
    margin-top: -19px;
    height: 80px;
}

.hp-qs .qs-wrap .qs-title img {
    display: block;
    margin: 0 auto 5px;
    padding-top: 19px;
}

.hp-qs .qs-wrap .qs-form {
    float: left;
    display: block;
    width: calc(100% - 88px);
    padding-left: 12px;
    margin-top: 11px;
}

.hp-qs .qs-wrap .qs-form .qs-input,
.hp-qs .qs-wrap .qs-form .qs-select- {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    display: block;
    background: transparent;
    border-radius: 1px;
    color: #595959;
    border: 1px solid #cecece;
    font-size: 12px;
    letter-spacing: 0.6px;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 5px;
    width: 95px;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form .qs-input:focus,
.hp-qs .qs-wrap .qs-form .qs-select-:focus {
    border-color: #4b5320;
}

.hp-qs .qs-wrap .qs-form .qs-input.lg,
.hp-qs .qs-wrap .qs-form .qs-select-.lg {
    width: 150px;
}

.hp-qs .qs-wrap .qs-form .qs-input.md,
.hp-qs .qs-wrap .qs-form .qs-select-.md {
    width: 164px;
}

.hp-qs .qs-wrap .qs-form .qs-select- {
    background: transparent url("images/select-arrow.png") no-repeat;
    background-position: center right 10px;
}

.hp-qs .qs-wrap .qs-form .qs-select-::ms-expand {
    display: none;
}

.hp-qs .qs-wrap .qs-form .qs-submit {
    float: left;
    display: block;
    width: 103px;
    background: #4b5320;
    height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form .qs-submit:hover {
    background: #a75154;
}

.hp-qs .qs-wrap .qs-form .qs-advanced {
    float: left;
    text-decoration: none;
    color: #4b5320;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.7px;
    margin: 7px 0 0 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form .qs-advanced:hover {
    color: #a75154;
}

/* HP Featured Properties */
.hp-fp {
    margin-top: -47px;
    position: relative;
    padding-bottom: 132px;
        background: transparent url(images/fc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.hp-fp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    /*background: transparent url("images/fp-top-bg.jpg") no-repeat;*/
    background-position: center center;
    background-size: cover;
}

.hp-fp:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 132px;*/
    background: transparent url("images/fp-bottom-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-fp .fp-wrap .fp-title {
    text-align: center;
    color: #595959;
    font-family: "Poiret One", cursive;
    font-size: 65px;
    line-height: 1.25;
    letter-spacing: 3px;
    margin-bottom: 62px;
    padding-top: 147px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.hp-fp .fp-wrap .fp-title span {
    font-size: 75px;
    line-height: 1.25;
    letter-spacing: 6px;
    display: block;
    color: #a75154;
    margin-top: -12px;
    font-weight: 700;
}

.hp-fp .fp-wrap .fp-info-slider-wrap {
    background: #383e18;
    height: 133px;
    position: relative;
}

.hp-fp .fp-wrap .fp-info-slider-wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: calc(50% - 11.5px);
    width: 0;
    height: 0;
    border-color: transparent transparent #4b5320 transparent;
    border-style: solid;
    border-width: 11.5px;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-address {
    float: left;
    width: 30.526%;
    /* color: #a75154; */
    color: #fff;
    /* font-size: 15px;
    line-height: 24px; */
	font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.75px;
    font-weight: 700;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-address img {
    float: left;
    padding: 45px 29px 0 0;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-address span {
    float: left;
    padding-top: 37px;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-price {
    float: left;
    width: 38.596%;
    text-align: center;
    font-size: 24px;
    line-height: 58px;
    font-weight: normal;
    letter-spacing: 0px;
    /* color: #a75154;
    border-left: 1px solid #a75154;
    border-right: 1px solid #a75154; */
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 42px;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras {
    float: left;
    width: 30.526%;
    padding-left: 49px;
    margin-top: 60px;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras li {
    display: inline-block;
    vertical-align: middle;
    /* color: #a75154; */
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras li:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras li:nth-child(1):before {
    display: none;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras li:before {
    content: "";
    position: absolute;
    top: calc(50% - 8.5px);
    left: 0;
    width: 2px;
    height: 17px;
    /* background: #a75154; */
    background: #fff;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras li span {
    font-weight: 700;
}

.hp-fp .fp-wrap .fp-info-slider-wrap .fp-info-slider .info-slider-item .fp-extras li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: relative;
    top: -2px;
}

.hp-fp .fp-wrap .fp-img-slider-wrap {
    overflow: hidden;
    position: relative;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider {
    margin: 0 -5px;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item {
    outline: none;
    margin: 10px 5px;
    width: 17.75vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item:hover {
    opacity: 0.75;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #4b5320;
    background-size: 100% 100%;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item .fp-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item .fp-img canvas {
    display: block;
    width: 100%;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item .fp-active-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 11px solid #4b5320;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item .fp-active-bg:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*width: 102px;
    height: 122px;
    background: transparent url("images/slick-center-bg-b.png") no-repeat;*/
    width: 48px;
    height: 13px;
    background: transparent url("images/slick-center-bg-c.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    z-index: 1;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider .img-slider-item .fp-active-bg:after {
    content: "";
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    height: 106px;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    background: #4b5320;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider a.img-slider-item.slick-slide.slick-current + .slick-slide + .slick-slide {
    width: 27.5vw;
    margin: 0 -5px;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider a.img-slider-item.slick-slide.slick-current + .slick-slide + .slick-slide:before {
    opacity: 0;
}

.hp-fp .fp-wrap .fp-img-slider-wrap .fp-img-slider a.img-slider-item.slick-slide.slick-current + .slick-slide + .slick-slide .fp-active-bg {
    opacity: 1;
}

.fp-arrow {
    position: absolute;
    top: 28%;
    width: 50px;
    height: 50px;
    /* background: rgba(66, 212, 98, 0.8); */
    background: rgba(167, 81, 84, 0.8);
    z-index: 2;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fp-arrow:hover {
    background: rgba(167, 81, 84, 1);
}

.fp-prev {
    left: 20px;
}

.fp-next {
    right: 20px;
}

.fp-arrow span {
    font-size: 30px;
    color: #ffffff;
}

/* HP Featured Communites */
.hp-fc {
    background: transparent url("images/fc-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 106px;
}

.hp-fc .fc-wrap .fc-title {
    text-align: center;
    color: #595959;
    font-family: "Poiret One", cursive;
    font-size: 65px;
    line-height: 1.25;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    margin-bottom: 57px;
    font-weight: 700;
    text-transform: uppercase;
}

.hp-fc .fc-wrap .fc-title span {
    font-size: 75px;
    line-height: 1.25;
    letter-spacing: 6px;
    display: block;
    color: #a75154;
    margin-top: -12px;
    font-weight: 700;
}

.hp-fc .fc-wrap .fc-slider-wrap {
    overflow: hidden;
    position: relative;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider {
    margin: 0 -5px;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item {
    outline: none;
    margin: 43px 5px 0;
    width: 17.75vw;
    position: relative;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item:hover {
    opacity: 0.75;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 76px;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    background: #4b5320;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item .fc-img {
    width: 100%;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item .fc-name {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item .fc-active-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 11px solid #4b5320;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item .fc-active-bg:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*width: 102px;
    height: 122px;
    background: transparent url("images/slick-center-bg-b.png") no-repeat;*/
    width: 48px;
    height: 13px;
    background: transparent url("images/slick-center-bg-c.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    z-index: 1;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item .fc-active-bg:after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
    height: 106px;
    background: #4b5320;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    background-size: 100% 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item.slick-current + .slick-slide + .slick-slide {
    width: 27.5vw;
    max-height: 377px;
    margin: 0 -5px;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item.slick-current + .slick-slide + .slick-slide:before {
    opacity: 0;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item.slick-current + .slick-slide + .slick-slide .fc-name {
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    padding: 0 70px;
}

.hp-fc .fc-wrap .fc-slider-wrap .fc-slider .fc-slider-item.slick-current + .slick-slide + .slick-slide .fc-active-bg {
    opacity: 1;
}

.fc-arrow {
    position: absolute;
    top: 38%;
    width: 50px;
    height: 50px;
    background: rgba(167, 81, 84, 0.8);
    z-index: 2;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    -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;
}

.fc-arrow:hover {
    background: rgba(167, 81, 84, 1);
}

.fc-prev {
    left: 20px;
}

.fc-next {
    right: 20px;
}

.fc-arrow span {
    font-size: 30px;
    color: #ffffff;
}

/* Custom Wrap for HP Testimonials and HP Social Feeds */
.section-wrap {
    position: relative;
    z-index: 1;
}

.section-wrap:before,
.section-wrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 100%;
}

.section-wrap:before {
    left: 0;
    background: #fff url("images/testi-quote.png") no-repeat;
    background-position: right bottom 31px;
}

.section-wrap:after {
    right: 0;
    background: #eaeaea;
}

/* HP Testimonials */
.hp-testi {
    float: left;
    width: 50%;
    padding: 159px 0 149px;
}

.hp-testi .testi-wrap .testi-title {
    font-family: "Poiret One", cursive;
    font-size: 60px;
    line-height: 60px;
    /* color: #4b5320; */
    color: #a75154;
    letter-spacing: 3px;
    text-align: left;
    margin-bottom: 70px;
	font-weight: 700;
}

.hp-testi .testi-wrap .testi-title div {
    display: inline-block;
    text-align: left;
}

.hp-testi .testi-wrap .testi-title div span {
    font-size: 24px;
    line-height: 24px;
    color: #595959;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
    text-align: right;
    margin: 16px -45px 0 0;
	font-weight: 400;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-item .testi-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #595959;
    font-style: italic;
    width: 410px;
    max-width: 100%;
    margin-bottom: 99px;
}

.hp-testi .testi-wrap .testi-slider .slick-dots {
    margin: 0 -7px;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li button {
    padding: 0;
    margin: 0;
    border: 2px solid #4b5320;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: inherit;
    background: transparent;
    font-size: 0;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li.slick-active button {
    background: #4b5320;
}

/* HP Social Feeds */
.hp-social {
    float: right;
    width: 50%;
    padding: 159px 0 149px;
}

.hp-social .social-wrap {
    padding-left: 9.683%;
}

.hp-social .social-wrap .social-facebook {
    width: 381px;
    max-width: 100%;
    position: relative;
    padding: 0 0 14px 26px;
}

.hp-social .social-wrap .social-facebook .facebook-featured-image {
    float: right;
    margin-top: -21px;
    margin-right: -119px;
    position: relative;
}

.hp-social .social-wrap .social-facebook .facebook-featured-image:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 17px;
    width: 100%;
    height: 100%;
    background: #e0dce4;
}

.hp-social .social-wrap .social-facebook .facebook-featured-image img {
    position: relative;
    z-index: 2;
}

.hp-social .social-wrap .social-facebook .facebook-title {
    background: #eaeaea;
    float: right;
    position: relative;
    z-index: 2;
    padding: 0 8px 0 13px;
    margin-top: -16px;
}

.hp-social .social-wrap .social-facebook .facebook-content {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 24px;
    color: #595959;
    padding: 30px 100px 0 0;
}

.hp-social .social-wrap .social-facebook .facebook-view-post {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 24px;
    color: #4b5320;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-social .social-wrap .social-facebook .facebook-view-post:hover {
    color: #060c01;
}

.hp-social .social-wrap .social-facebook .facebook-extras {
    margin-top: 27px;
}

.hp-social .social-wrap .social-facebook .facebook-extras .facebook-likes {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #595959;
}

.hp-social .social-wrap .social-facebook .facebook-extras .facebook-likes img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.hp-social .social-wrap .social-facebook .facebook-border {
    position: absolute;
    z-index: 1;
    border: 1px solid #4b5320;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hp-social .social-wrap .social-instagram {
    float: right;
    width: 381px;
    max-width: 100%;
    position: relative;
    padding: 0 0 14px 0;
    margin-top: 59px;
}

.hp-social .social-wrap .social-instagram .instagram-featured-image {
    float: left;
    margin-top: -21px;
    margin-left: -128px;
    position: relative;
}

.hp-social .social-wrap .social-instagram .instagram-featured-image:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 17px;
    width: 100%;
    height: 100%;
    background: #e0dce4;
}

.hp-social .social-wrap .social-instagram .instagram-featured-image img {
    position: relative;
    z-index: 2;
}

.hp-social .social-wrap .social-instagram .instagram-title {
    background: #eaeaea;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0 8px 0 13px;
    margin-top: -16px;
}

.hp-social .social-wrap .social-instagram .instagram-content {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 24px;
    color: #595959;
    padding: 40px 25px 0 99px;
}

.hp-social .social-wrap .social-instagram .instagram-view-post {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 24px;
    color: #4b5320;
    text-decoration: none;
    margin-left: 98px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-social .social-wrap .social-instagram .instagram-view-post:hover {
    color: #a75154;
}

.hp-social .social-wrap .social-instagram .instagram-extras {
    margin: 27px 0 0 96px;
}

.hp-social .social-wrap .social-instagram .instagram-extras .instagram-likes {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #595959;
}

.hp-social .social-wrap .social-instagram .instagram-extras .instagram-likes img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.hp-social .social-wrap .social-instagram .instagram-border {
    position: absolute;
    z-index: 1;
    border: 1px solid #4b5320;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Custom Wrap For HP Contact Info, HP Logos and HP Quick Message Form */
.section-wrap.contact-logos-qm {
    background: #f5f4ee;
}

.section-wrap.contact-logos-qm:before,
.section-wrap.contact-logos-qm:after {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
}

/* HP Contact */
.hp-contact {
    float: left;
    width: 37.212%;
    margin-top: 40px;
}

.hp-contact .contact-wrap {
    position: relative;
    padding-left: 144px;
}

.hp-contact .contact-wrap .contact-client-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
    height: 100%;
    background: transparent url("images/contact-client-photo.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

.hp-contact .contact-wrap .contact-container {
    background: #f5f4ee;
    min-height: 310px;
    padding: 56px 18px 0;
}

.hp-contact .contact-wrap .contact-container .contact-logo {
    display: block;
    max-width: 100%;
    margin-bottom: 23px;
}

.hp-contact .contact-wrap .contact-container h2 {
    font-size: 24px;
    color: #4b5320;
    margin-bottom: 23px;
}

.hp-contact .contact-wrap .contact-container h2 span {
    font-size: 16px;
    color: #595959;
    display: block;
}

.hp-contact .contact-wrap .contact-container .contact-info {
    padding-top: 23px;
    border-top: 1px solid #d8d8d8;
    margin-bottom: 23px;
}

.hp-contact .contact-wrap .contact-container .contact-info li {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #595959;
    margin-top: 5px;
}

.hp-contact .contact-wrap .contact-container .contact-info li:nth-child(1) {
    margin-top: 0;
}

.hp-contact .contact-wrap .contact-container .contact-info li a,
.hp-contact .contact-wrap .contact-container .contact-info li em,
.hp-contact .contact-wrap .contact-container .contact-info li img {
    display: inline-block;
    vertical-align: middle;
}

.hp-contact .contact-wrap .contact-container .contact-info li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-contact .contact-wrap .contact-container .contact-info li a:hover {
    color: #a75154;
}

.hp-contact .contact-wrap .contact-container .contact-info li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.hp-contact .contact-wrap .contact-container .contact-info li img.contact-phone {
    margin-right: 3px;
}

.hp-contact .contact-wrap .contact-container .contact-info li img.contact-cell {
    margin-left: 2px;
    margin-right: 5px;
}

.hp-contact .contact-wrap .contact-container .contact-info li img.contact-envelope {
    margin-right: 2px;
}

.hp-contact .contact-wrap .contact-container .contact-smi {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #4b5320;
}

.hp-contact .contact-wrap .contact-container .contact-smi ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.hp-contact .contact-wrap .contact-container .contact-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.hp-contact .contact-wrap .contact-container .contact-smi ul li a {
    font-size: 16px;
    color: #383e18;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-contact .contact-wrap .contact-container .contact-smi ul li a:hover {
    color: #a75154;
}

/* HP Logos */
.hp-logos {
    float: left;
    width: 29.403%;
    padding: 0 30px;
    margin-top: 8px;
}

.hp-logos .logos-wrap img {
    max-width: 100%;
    margin-bottom: 17px;
    /* -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1); */
}

.hp-logos .logos-wrap .logos-group {
    display: table;
    width: 100%;
}

.hp-logos .logos-wrap .logos-group li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.hp-logos .logos-wrap .logos-group li.align-left {
    text-align: left;
}

.hp-logos .logos-wrap .logos-group li.align-center {
    text-align: center;
}

.hp-logos .logos-wrap .logos-group li.align-right {
    text-align: right;
}

.hp-logos .logos-wrap .logos-group li img {
    display: inline-block;
}

/* HP Quick Message */
.hp-qm {
    float: left;
    /*width: 32.385%;*/
    width: 70%;
    background: #f5f4ee;
    padding: 48px 0 34px;
}

.hp-qm .qm-wrap {
    padding: 0 45px;
}

.hp-qm .qm-wrap .qm-title {
    font-family: "Poiret One", cursive;
    font-size: 29px;
    line-height: 29px;
    text-transform: uppercase;
    /*color: #595959;*/
        color: #4b5320;
    text-align: center;
    margin-bottom: 21px;
}

.hp-qm .qm-wrap .qm-form {
    position: relative;
}

.hp-qm .qm-wrap .qm-form input[type="text"],
.hp-qm .qm-wrap .qm-form input[type="email"],
.hp-qm .qm-wrap .qm-form input[type="number"],
.hp-qm .qm-wrap .qm-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #4b5320;
    height: 36px;
    padding: 0 8px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #595959;
    background: transparent;
}

.hp-qm .qm-wrap .qm-form textarea {
    padding-top: 12px;
    height: 86px;
    resize: none;
    margin: 10px 0 12px;
}

.hp-qm .qm-wrap .qm-form input[type="submit"] {
    display: block;
    background: #dcc381;
    outline: none;
    width: 85px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    margin: 0 auto;
}

.hp-qm .qm-wrap .qm-form input[type="submit"]:hover {
    background: #a75154;
}

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

.hp-qm .qm-wrap .qm-form .ajax-loader {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.hp-qm .qm-wrap .qm-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    color: #a5201d;
    background-color: #ea7070;
    border-color: #ea7070;
    top: 6px;
    right: 6px;
    left: auto;
    font-size: 12px;
}

.hp-qm .qm-wrap .qm-form .wpcf7-response-output {
    position: absolute;
    bottom: -52px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.hp-qm .qm-wrap .qm-form .wpcf7-validation-errors,
.hp-qm .qm-wrap .qm-form .wpcf7-acceptance-missing {
    color: #7d602c;
    background-color: #eae670;
    border-color: #eae670;
}

.hp-qm .qm-wrap .qm-form .wpcf7-mail-sent-ok {
    background-color: #1eb14b;
    border-color: #1eb14b;
    color: #b3ffca;
}

/* Footer */
.footer {
    font-size: 11px;
    letter-spacing: 0.22px;
    color: #8f8f8f;
    height: 100px;
    background: #f5f4ee;
}

.footer .footer-copyright {
    margin-top: 32px;
}

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

.footer .footer-copyright a:hover,
.footer .footer-copyright a.footer-agentimage:hover {
    color: #a75154 !important;
}

.footer .footer-copyright a.footer-agentimage {
    color: #717070 !important;
    text-decoration: underline !important;
}

.footer .mls-logo {
    text-align: right;
    margin-top: 28px;
}

.footer .mls-logo img {
    display: inline-block;
    max-width: 100%;
}

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

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

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

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7;
}

/* Style post/page main headings (h1) */
#content .entry-title {
    font-family: "Poiret One", cursive;
    font-size: 40px;
    line-height: 50px;
    color: #4b5320;
    letter-spacing: 3px;
    font-weight: normal;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-family: "Poiret One", cursive;
    font-size: 40px;
    line-height: 50px;
    color: #4b5320;
    letter-spacing: 3px;
    font-weight: normal;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: "Poiret One", cursive;
    font-size: 40px;
    line-height: 50px;
    color: #4b5320;
    letter-spacing: 3px;
    font-weight: normal;
}

/* Content Entry */
#content .entry {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #595959;
}

/* IP Banner */
.inner-page-banner {
    position: relative;
}

.inner-page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
}

.inner-page-banner img {
    display: block;
    width: 100%;
}

/* IP Breadcrumbs */
#breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    color: #595959;
}

#breadcrumbs a {
    text-decoration: none;
}

#breadcrumbs a span {
    color: #4b5320;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#breadcrumbs a:hover span {
    color: #060c01;
}

/* IP Footer */
.ip-container .footer {
    background: #595959;
    color: #fff;
}

.ip-container .footer a {
    color: #fff;
}

.ip-container .footer a.footer-agentimage {
    color: #caccc9 !important;
}

.ip-container .footer a.footer-agentimage:hover {
    color: #4b5320 !important;
}

/* SB Quick Search */
.sb-qs {
    margin: 17px 0 25px;
}

.sb-qs .qs-wrap .qs-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #4b5320;
}

.sb-qs .qs-wrap .qs-title span {
    color: #595959;
}

.sb-qs .qs-wrap .qs-form .fl-r {
    float: right !important;
}

.sb-qs .qs-wrap .qs-form .qs-input,
.sb-qs .qs-wrap .qs-form .qs-select- {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    display: block;
    background: transparent;
    border-radius: 1px;
    color: #595959;
    border: 1px solid #cecece;
    font-size: 12px;
    letter-spacing: 0.6px;
    height: 34px;
    padding: 0 10px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-qs select#beds,
.sb-qs select#baths {
    width: calc(50% - 5px);
}

    .sb-qs .qs-wrap .qs-form .qs-select- {
        width: 100%;
    }

.sb-qs .qs-wrap .qs-form .qs-input:focus,
.sb-qs .qs-wrap .qs-form .qs-select:focus {
    border-color: #4b5320;
}

.sb-qs .qs-wrap .qs-form .qs-input.lg,
.sb-qs .qs-wrap .qs-form .qs-input.md,
.sb-qs .qs-wrap .qs-form .qs-select.lg,
.sb-qs .qs-wrap .qs-form .qs-select.md {
    width: 100%;
}

.sb-qs .qs-wrap .qs-form .qs-select {
    background: transparent url("images/select-arrow.png") no-repeat;
    background-position: center right 10px;
}

.sb-qs .qs-wrap .qs-form .qs-select::ms-expand {
    display: none;
}

.sb-qs .qs-wrap .qs-form .qs-submit {
    float: left;
    display: block;
    width: calc(50% - 5px);
    background: #4b5320;
    height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-qs .qs-wrap .qs-form .qs-submit:hover {
    background: #a75154;
}

.sb-qs .qs-wrap .qs-form .qs-advanced {
    float: left;
    text-decoration: none;
    color: #4b5320;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.7px;
    width: calc(50% - 5px);
    margin-top: 5px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-qs .qs-wrap .qs-form .qs-advanced:hover {
    color: #a75154;
}

/* SB logo */
.sb-logo {
    margin-bottom: 15px;
}

.sb-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* SB Client Photo */
.sb-client-photo {
    margin-bottom: 15px;
}

.sb-client-photo img {
    display: block;
    margin: 0 auto;
}

/* SB Contact Info */
.sb-contact {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}

.sb-contact li {
    display: block;
    font-size: 12px;
    color: #595959;
    text-align: center;
    margin-bottom: 10px;
}

.sb-contact li a,
.sb-contact li em,
.sb-contact li img {
    display: block;
}

.sb-contact li img {
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.sb-contact li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-contact li a:hover {
    color: #a75154;
}

/* SB SMI */
.sb-smi {
    display: block;
    margin: 0 0 15px;
    text-align: center;
}

.sb-smi li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.sb-smi li a {
    font-size: 20px;
    text-decoration: none;
    color: #4b5320;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-smi li a:hover span {
    color: #4b5320;
}

/* AI Contact Submit */
.ai-contact-wrap input[type="submit"],
.ai-contact-wrap input.wpcf7-submit {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    width: 164px;
    float: left;
    margin-right: 8px;
}

.hp-qs .qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
no height attribute. set the height by setting the padding*/
    color: #595959;
}

.sb-qs .qs-wrap .qs-form .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    width: 100% !important;
    margin-bottom: 10px;
}

.sb-qs .qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
no height attribute. set the height by setting the padding*/
    color: #595959;
}

.sb-qs .qs-wrap .qs-form select#property-type,
.sb-qs .qs-wrap .qs-form select#qs-city {
    width: 100% !important;
}

#content .entry a:hover {
    color: #a75154;
}

.ip-go-back-button {
    margin: -25px 0 20px;
    display: none;
}

.ip-go-back-button a {
    font-size: 12px;
    font-weight: 400;
    color: #4b5320;
    text-decoration: none !important;
}

.ip-go-back-button a:hover {
    color: #a75154;
}

#content .entry #ihf-main-container .btn-primary:hover {
    color: #fff;
}

/*NEW Contact Info */
.hp-contact {
    float: right;
    width: 50%;
    margin-top: 0;
}
.hp-contact .contact-wrap{
        padding: 15px;
}
.hp-agent-ci-holder > img {
    max-width: 100%;
    width: 300px;
    margin: 15px auto;
}
.hp-agent-ci-wrapper {
    margin-top: 40px;
}
.hp-contact .contact-wrap .contact-container {
    background: #f5f4ee;
    min-height: 310px;
    padding: 59px 35px;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.hp-logos .logos-wrap .logos-group li {
    text-align: center !important;
    width: 50%;
}

.error404 div.wpcf7-response-output {
    text-align: center;
}


/*Inner-page ihf*/
#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}
    ul.chosen-results {
        margin: 0 !important;
        padding: 0 !important;
    }

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

#ihf-main-container .chosen-container ul.chosen-results {
    max-height: 150px !important;
}
#ihf-main-container .ihf-grid-result-container span.ihf-grid-result-address {
    display: block;
}   
/*End of Ihf*/

#cycloneslider-local-living-1-pager > ul{
    margin: 0 auto;
}