/*
Theme Name: lakesandcountry.com | Geneva - AgentPro Theme
Theme URI: http://lakesandcountrycom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.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
CSS By: Manuel Parejas
*/


/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3.	Mobile styles
  
*/


/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/


/* Global */

::selection {
    background: #2c456d;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}


/* Placeholder effect */

[placeholder]:focus::-webkit-input-placeholder {
    transition: all 0.2s linear;
    transform: translate(10px, 0);
    opacity: 0;
    color: inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
    color: inherit;
}

textarea {
    overflow-x: hidden;
}

body {
    font: 300 13px/18px "Open Sans";
    background: #fff;
    color: #1d1e19;
    margin: 0;
}

body.home {
    background: #f5f5f5;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: inherit;
}

body > .cycloneslider-slide.cycloneslider-slide-image {
    display: none;
}


/* Animations */

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


/* Bounce In */

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

html.name-Internet_Explorer .hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

html.name-Internet_Explorer .hvr-bounce-in:hover,
html.name-Internet_Explorer .hvr-bounce-in:focus,
html.name-Internet_Explorer .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: 0!important;
    transition-timing-function: 0!important;
}


/* Header */

header#headerwrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #2c456d;
    z-index: 991;
    border-bottom: 1px solid #d5d5d5;
}


/* Navigation */

nav#navwrapper {
    position: relative;
}

nav #navi {
    font-size: 0;
    position: relative;
    text-align: center;
}

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

nav #navi li a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    color: #e7a745;
    padding: 0 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 1px solid #2c456d;
    border-right: 1px solid #2c456d;
    line-height: 46px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    outline: none;
}

nav #navi > li:hover > a {
    background: #e7a745;
    border-color: #d5d5d5;
    color: #fff;
}


/* First Level */

nav #navi li ul {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    padding-top: 1px;
}

nav #navi li ul li {
    display: block;
}

nav #navi li ul li a {
    border: none;
    padding: 7px 15px;
    background: #2c456d;
    line-height: normal;
}

nav #navi li ul li:hover > a {
    background: #e7a745;
    color: #fff;
}


/* Second Level */

nav #navi li ul li ul {
    left: 100%;
    top: 0;
    padding-top: 0;
    padding-left: 1px;
}


/* Innerpage Header */

.header-ip {
    background: url(images/slide-1.jpg) center center no-repeat;
    min-height: 350px;
    text-align: center;
    background-size: cover;
    padding: 85px 0px 30px;
    position: relative;
}

.header-ip:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, .30);
    content: '';
}

.header-ip .container {
    z-index: 5;
    position: relative;
}

.header-ip .top-logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 168px;
    height: auto;
}

.header-ip .main-logo {
    /*display: inline-block;*/
    font-family: 'Bree Serif', serif;
    font-size: 104.55px;
    line-height: 91px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 3%;
}

.header-ip .main-logo a {
    text-decoration: none;
    color: #fff;
}

.header-ip .main-logo img {
    max-width: 500px;
    width: 100%;
}

.header-ip .slide-contact-details {
    font-weight: 600;
    font-size: 0;
    color: #fff;
    display: block;
}

.slide-contact-details a {
    text-decoration: none;
}

.slide-contact-details > .slide-phone,
.slide-contact-details > .slide-email,
.slide-contact-details > .social-media,
.slide-contact-details > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.slide-contact-details > span {
    padding: 15px 30px;
}


/* Hero - Main Slideshow */

#hero {
    position: relative;
    z-index: 1;
}

#hero .cycloneslider {
    position: relative;
    z-index: 1;
}

#hero .cycloneslider-template-responsive-img .cycloneslider-prev,
#hero .cycloneslider-template-responsive-img .cycloneslider-next {
    display: none;
}
#aios-slider-hp-slideshow .splide__arrows--ltr{
    opacity: 0;
}
.ai-slideshow-placeholder{
    margin-top: 40px;
}

#hero .cycloneslider .cycloneslider-slide:before,
.ai-slideshow-placeholder::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .30);
    pointer-events: none;
}

#hero .container-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    /*
			Padding Adjustment
			Padding top comes from the height of the fixed header and the padding bottom is the (-)negative margin of cta-expertise wrapper to achieve the always center position of this area to the spaced available in slideshow
		*/
    padding-top: 46px;
    padding-bottom: 140px;
    /* padding adjusment end */
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

#hero .container-wrap:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

#hero .container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.ai-slideshow-placeholder {
    position: relative;
}

.ai-slideshow-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}


/* Slide Arrows */

#hero .container .slide-arrows {
    height: 100px;
    width: 33.06px;
    font-size: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-weight: 300;
    -webkit-text-shadow: 1px 2px 1px rgba(1, 2, 2, .52);
    -moz-text-shadow: 1px 2px 1px rgba(1, 2, 2, .52);
    text-shadow: 1px 2px 1px rgba(1, 2, 2, .52);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#hero .container .slide-arrows:hover {
    opacity: 0.8;
}

#hero .container .slide-arrows.slide-prev {
    margin-left: -55px;
}

#hero .container .slide-arrows.slide-prev:active {
    left: -5px;
}

#hero .container .slide-arrows.slide-next {
    margin-right: -55px;
}

#hero .container .slide-arrows.slide-next:active {
    right: -5px;
}

#hero .container .center-widget-area {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    width: 100%;
}

.center-widget-area .top-logo i {
    font-size: 55px;
    margin-bottom: 31px;
    display: block;
}

.center-widget-area .top-logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 168px;
    height: auto;
}

.center-widget-area .main-logo {
    /*display: inline-block;*/
    font-family: 'Bree Serif', serif;
    font-size: 104.55px;
    line-height: 91px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 3%;
}

.center-widget-area .main-logo a {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

.center-widget-area .main-logo img {
    max-width: 500px;
    width: 100%;
}

.center-widget-area .slide-contact-details {
    font-weight: 600;
    font-size: 0;
    color: #fff;
    display: block;
}

.slide-contact-details a {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

.slide-contact-details > .slide-phone,
.slide-contact-details > .slide-email,
.slide-contact-details > .social-media,
.slide-contact-details > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
}

.slide-contact-details > span {
    padding: 15px 30px;
}

.social-media {
    font-size: 0;
    position: relative;
}

.social-media a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    padding: 0 12px;
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.social-media a:before {
    font-size: 18px;
    font-weight: 400;
}

.social-media a:first-child {
    padding-left: 0;
}

.social-media a:last-child {
    padding-right: 0;
}

.social-media a:hover,
.slide-contact-details a:hover {
    color: #e7a745;
}

.social-media a:active {
    top: 2px;
}


/* CTA and Areas of Expertise */

#cta-expertise-wrapper {
    z-index: 3;
    margin-top: -140px;
}

.cta-list {
    font-size: 0;
    text-align: center;
    position: relative;
}

.cta-list a {
    display: inline-block;
    vertical-align: middle;
    width: 31.57%;
    margin-left: 2.63%;
    overflow: hidden;
    font-size: 0;
    position: relative;
    background: #000;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    outline: none;
}

.cta-list a:hover {
    box-shadow: 0 0 25px #000;
}

.cta-list a:first-child {
    margin-left: 0;
}

.cta-list a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.cta-list a .cta-title,
.cta-list a .hover-details {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				--transition: all .25s ease-in-out; */
}

.cta-list a .cta-title {
    z-index: 4;
}

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

.cta-list a .cta-title em {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-style: normal;
    font-family: "Bree Serif";
    line-height: 31px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.cta-list a .cta-title em span {
    font-weight: 400;
    font-size: 25px;
    display: block;
}

.cta-list a .hover-details {
    /* display: none; */
    text-align: center;
    padding: 6.38%;
    box-sizing: border-box;
}

.cta-list a .hover-details .hover-details-inner {
    height: 100%;
    background: rgba(255, 255, 255, .87);
    font-size: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.cta-list a .hover-details .hover-details-inner.scaleIn {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.cta-list a .hover-details .hover-details-inner:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.cta-list a .hover-details .hover-details-inner .details-center {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
}

.cta-list a .hover-details strong {
    font-size: 22px;
    text-transform: uppercase;
    color: #1d1e19;
    font-family: "Bree Serif";
    font-weight: 400;
}

.cta-list a .hover-details p {
    line-height: 20px;
    font-size: 15px;
    margin: 14px 13px 20px;
    display: block;
}

.cta-list a .hover-details .btn-green {
    cursor: pointer;
    background: #2c456d;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    max-width: 184px;
    width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 9px 5px;
}

.cta-list a .hover-details .btn-green:hover {
    background: #e7a745;
}

.cta-list a .hover-details .btn-green:active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.expertise-wrap {
    position: relative;
    margin: 40px 0 30px 0;
}

.expertise-wrap h3 {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 17px;
}

.expertise-wrap h3:before,
.expertise-wrap h3:after {
    width: 1600px;
    content: '';
    height: 1px;
    background: #e7a745;
    display: inline-block;
    vertical-align: middle;
}

.expertise-wrap h3:before {
    margin-left: -1600px;
}

.expertise-wrap h3:after {
    margin-right: -1600px;
}

.expertise-wrap h3 span {
    font-size: 23px;
    line-height: 25px;
    color: #2c456d;
    padding: 0 17px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Bree Serif";
    letter-spacing: 2px;
}

.expertise-list {
    position: relative;
    font-size: 0;
    text-align: center;
}

.expertise-list a,
.expertise-list a:after {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.expertise-list a,
.expertise-list span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 600;
    color: #1d1e19;
    text-transform: uppercase;
    margin: 0 28px;
    text-decoration: none!important;
    outline: none;
}


/*.expertise-list a:after {
				width: 0;
				height: 1px;
				background: #2c456d;
				content: '';
				display: block;
				left: 50%;
				opacity: 0;
				position: relative;
			}

			.expertise-list a:hover:after {
				width: 100%;
				margin-left: -50%;
				opacity: 1;
			}*/

.expertise-list a:hover {
    color: #e7a745;
}

.expertise-list a:first-child {
    margin-left: 0;
}

.expertise-list a:last-child {
    margin-right: 0;
}


/* Section 3 */

#section-3 {
    background: #fff;
    padding: 38px 0 25px;
    position: relative;
    z-index: 3;
}

.welcome-wrap {
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    min-height: 289px;
    margin-bottom: 30px;
}

.welcome-wrap:after {
    clear: both;
    content: '';
    display: block;
}

.welcome-wrap .agent-photo {
    float: left;
    width: 30.76%;
}

.welcome-wrap .agent-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 260px;
}

.welcome-wrap .welcome-text {
    float: left;
    width: 68.59%;
    padding-right: 24px;
    padding-left: 15px;
}

.welcome-text h1 {
    font-family: "Bree Serif";
    color: #2c456d;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 26px 0 23px;
    font-size: 2em;
}

.welcome-text h1 strong {
    font-weight: 400;
}

.welcome-text h1 strong span {
    color: #e7a745;
}

.welcome-text p {
    margin-bottom: 15px;
    line-height: 21px;
}

.quicksearch-wrap {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    min-height: 289px;
    padding: 17px;
    margin-bottom: 30px;
}

.quicksearch-wrap h3 {
    text-align: center;
    font-size: 23px;
    line-height: 23px;
    color: #2c456d;
    text-transform: uppercase;
    font-family: "Bree Serif";
    letter-spacing: 2px;
    padding: 10px 0 23px;
}

.qs-form {
    position: relative;
}

.qs-form:after {
    clear: both;
    display: block;
    content: '';
}

.qs-form form {
    display: block;
}

.qs-form .qs-field {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 7px;
}


/*modified*/

.qs-form .qs-field .bootstrap-select.btn-group .dropdown-menu {
    z-index: 990;
}

.qs-form .qs-field.qsf-small {
    width: 48.45%;
    margin-left: 3%;
    float: right;
}

.qs-form .qs-field.qsf-left {
    margin-left: 0;
    float: left;
}

.qs-form select,
.qs-form input[type=text],
.qs-form input[type=submit],
.qs-form input[type=button],
.qs-form button,
.qs-form a.adv-btn {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 11px;
    color: #6b6b6b;
    height: 31px;
    padding: 5px 5px;
    border-radius: 0;
    box-sizing: border-box;
}

.qs-form input[type=text] {
    padding: 5px 9px;
}

.qs-form input[type=submit],
.qs-form input[type=button],
.qs-form button,
.qs-form a.adv-btn {
    position: relative;
    cursor: pointer;
    appearance: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.qs-form input[type=submit] {
    background: #e7a745;
}

.qs-form input[type=submit]:hover {
    background: #2c456d;
}

.qs-form input[type=button]:hover,
.qs-form button:hover,
.qs-form a.adv-btn:hover {
    background: #e7a745;
}

.qs-form input[type=submit]:active,
.qs-form input[type=button]:active,
.qs-form button:active,
.qs-form a.adv-btn:active {
    top: 2px
}

.qs-form input[type=button],
.qs-form button,
.qs-form a.adv-btn {
    background: #2c456d;
    text-decoration: none;
}


/* Featured Properties and Communities  */

.featured-wrapper {
    position: relative;
    /* display: none; */
}

.featured-wrapper h3 {
    overflow: hidden;
    display: block;
    margin: 0;
    font-family: "Bree Serif";
    color: #2c456d;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 25px;
}

.featured-wrapper h3:after {
    content: '';
    width: 1600px;
    margin-right: -1600px;
    height: 1px;
    background: #e7a745;
    display: inline-block;
    vertical-align: middle;
}

.featured-wrapper h3 span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 14px;
    line-height: 18px;
}

.featured-wrapper .featured-list {
    position: relative;
}

.featured-wrapper .featured-list:after {
    clear: both;
    content: '';
    display: block;
}

.featured-list a {
    float: left;
    width: 47.11%;
    height: auto;
    text-decoration: none;
    outline: none;
}

.featured-list a:hover {
    text-decoration: none;
}

.featured-list a + a {
    float: right;
}

.featured-list a .fp-box {
    position: relative;
    overflow-y: hidden;
}

.featured-list a .fp-box img {
    display: block;
    width: 100%;
    height: auto;
}

.featured-list a .fp-box .fp-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2c456d;
    padding: 9px 17px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.featured-list a .fp-box .fp-hover-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 6.13%;
    box-sizing: border-box;
}

.fp-hover-details-inner {
    width: 100%;
    height: 100%;
    background: rgba(44, 69, 109, .6);
    font-size: 0;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.fp-hover-details-inner.scaleIn {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

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

.fp-hover-center {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 10.57px;
}

.fp-hover-center strong {
    font-weight: 700;
    font-size: 14.62px;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 7px;
    line-height: 24px;
}

.fp-hover-center span {
    display: block;
    text-transform: uppercase;
}

.fp-hover-center span.hvr {
    display: inline-block;
    font-size: 13px;
    margin-top: 8px;
    letter-spacing: .5px;
}

.fp-hover-center span.hvr:hover {
    text-decoration: underline;
}

.featured-list a > span {
    font-size: 13px;
    display: block;
    padding: 10px 0px;
    font-weight: 400;
    text-transform: uppercase;
}

#featured-properties.featured-list a > span {
    text-transform: uppercase;
}

.featured-list a > span:hover {
    color: #2c456d;
}


/* Section 4 */

#section-4 {
    background: url(images/bg-testimonials-new.jpg) center center no-repeat;
    padding: 35px 0;
}

.testimonials-wrap {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .9);
}

.testimonials-list {
    position: relative;
}

.testimonials-list .testimonial-item {
    padding: 35px 99px;
    text-align: center;
    outline: none;
}

.testimonials-list .testimonial-item a {
    text-decoration: none;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    color: #1d1e19;
    position: relative;
    display: block;
    outline: none;
}

.testimonials-list .testimonial-item a p {
    display: block;
    position: relative;
}

.testimonials-list .testimonial-item a p:before,
.testimonials-list .testimonial-item a p:after {
    display: block;
    position: absolute;
    content: '';
    width: 23px;
    height: 18px;
    background: url(images/sprite.png) no-repeat;
}

.testimonials-list .testimonial-item a p:before {
    top: -8px;
    left: -33px;
    background-position: -11px -11px;
}

.testimonials-list .testimonial-item a p:after {
    right: -33px;
    bottom: 2px;
    background-position: -63px -11px;
}

.testimonials-list .testimonial-item a strong {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #2c456d;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 20px;
}

#section-6 {
    background: #fff;
    padding: 35px 0 43px 0;
}

.blog-wrapper {
    position: relative;
}

.blog-wrapper h3 {
    overflow: hidden;
    display: block;
    margin: 0;
    font-family: "Bree Serif";
    color: #2c456d;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 35px;
}

.blog-wrapper h3:after {
    content: '';
    width: 1600px;
    margin-right: -1600px;
    height: 1px;
    background: #e7a745;
    display: inline-block;
    vertical-align: middle;
}

.blog-wrapper h3 span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 14px;
    line-height: 18px;
}

.blog-wrapper .blog-list {
    position: relative;
}

.blog-wrapper .blog-list:after,
.blog-wrapper .blog-list .blog-item:after {
    clear: both;
    content: '';
    display: block;
}

.blog-list .blog-item {
    display: block;
    float: left;
    width: 48%;
    position: relative;
}

.blog-list .blog-item + .blog-item {
    float: right;
}

.blog-item .blog-photo {
    float: left;
    width: 45.83%;
}

.blog-item a {
    outline: none;
}

.blog-item .blog-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-item .blog-desc {
    float: right;
    width: 49.72%;
    font-weight: 400;
}

.blog-item .blog-desc strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2c456d;
    text-transform: uppercase;
    display: block;
}

.blog-item .blog-desc strong a:hover {
    color: #e7a745;
    text-decoration: none;
}

.blog-item .blog-desc em {
    font-size: 10px;
    color: #555555;
    display: block;
}

.blog-item .blog-desc p {
    border-top: 1px solid #e5e5e5;
    display: block;
    margin: 10px 0 0 0;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 11px;
    line-height: 20px;
}

.blog-item .blog-desc > a {
    font-size: 11px;
    color: #2c456d;
    outline: none;
}

.blog-item .blog-desc > a:hover {
    color: #e7a745;
}

.section-6-logo {
    margin-left: auto;
    /*width: 91.66%;*/
    width: 100%;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    margin-top: 15px;
    padding: 52px 0px 52px 15px;
}

.section-6-logo i {
    color: #009bba;
    font-size: 40px;
    display: block;
}

.section-6-logo .section-5-name {
    text-align: center;
    text-transform: uppercase;
    color: #2c456d;
    font: 400 35px "Bree Serif";
    letter-spacing: 2px;
    margin-top: 10px;
}

.section-6-logo img {
    max-width: 100%;
    margin-bottom: 15px;
}

.footer-address {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

#footerwrapper {
    background: #2c456d;
    padding: 16px 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
}

#footerwrapper .footernav {
    margin: 0;
    padding: 2px 0 0 0;
    list-style: none;
    font-size: 0;
}

.footernav li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #fff;
    padding: 0 7px;
}

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

.footernav li a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    color: #fff;
}

#footerwrapper a:hover {
    color: #e7a745!important;
}

#footerwrapper .copyright {
    margin-top: 5px;
}

#footerwrapper .copyright a {
    outline: none;
    color: #fff;
}

#footerwrapper .footer-logo {
    text-align: right;
    font-size: 25px;
    padding: 6px 0;
}

#content .property-description .property-add-type strong a,
#content .property-description .property-add-type strong,
#content .listing-details-wrap .property-details .details-list .det-specs span strong {
    color: #2c456d
}


/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
}


/** Adjust width of content columns **/

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

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


/* Adjust width of sidebar */

.sidebar {
    width: 25%;
}

#content-full #content,
#content-sidebar #content {
    font-size: 14px;
}

#content-full #content a,
#content-sidebar #content a {
    color: #2c456d;
}

#content-full #content a:hover,
#content-sidebar #content a:hover {
    color: #000;
}


/* 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: "Bree Serif";
    color: #2c456d;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


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

#content .archive-title {
    font-family: "Bree Serif";
    color: #2c456d;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


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

#content .archive-subtitle {
    font-family: "Bree Serif";
    color: #2c456d;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 0;
}


/* Sidebar */

.agent-details-sidebar {
    position: relative;
    margin-top: 20px;
}

.agent-details-sidebar img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
}

.sidebar .cta-list a {
    display: block;
    max-width: 359px;
    width: 100%;
    float: none;
    margin: 10px auto;
}

.sidebar .cta-list a .hover-details {
    display: none!important;
}

.sidebar .cta-list a .cta-title,
.cta-list a .hover-details {
    top: 0!important;
    opacity: 1!important;
}

.sidebar .quicksearch-wrap {
    margin-top: 10px;
    min-height: auto;
}

.sidebar .quicksearch-wrap h3 {
    padding: 0;
    margin: 0;
}


/* Plugin Overwrite */


/* Initial Setup */

.ai-default-cf7wrap input[type="submit"] {
    outline: none;
    background: #e7a745!important;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.ai-default-cf7wrap input[type="submit"]:hover {
    background: #2c456d!important;
    color: #fff;
}


/* All Widgets */

.amh-header-buttons,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a {
    color: #2c456d;
}

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

.amh-navigation .amh-menu li ul {
    background: #2c456d;
}

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


/* AIOS Listings */

ul.list li .prop-det .prop-title {
    font-family: "Bree Serif";
    font-weight: 400;
    color: #2c456d;
}


/* WP Customer Reviews */

div.wpcr3_review div.wpcr3_review_title {
    font-size: 24px;
    font-weight: 600;
}


/* Communities Archive */

.archive.category-communities .post-77.post {
    border-bottom: 0;
}


/* span.wpcf7-not-valid-tip {
	z-index: 1 !important;
} */

.popup-wrap-request .request-more-info h2,
.popup-wrap-mortage .mortage-calculator h1,
.popup-wrap-mortage .mortage-calculator h2,
.popup-wrap-schedule .schedule-showing h2 {
    line-height: 30px;
}

#content .page-title {
    font-family: "Bree Serif";
    color: #2c456d;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.scroll-wrap span.wpcf7-not-valid-tip {
    color: red!important;
}

.popup-wrap-schedule .schedule-showing .wpcf7-response-output,
.popup-wrap-request .request-more-info .wpcf7-response-output {
    clear: both;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 11px;
    color: #6b6b6b;
    height: 31px;
    padding: 5px 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-transform: initial;
}

.quicksearch-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 4px;
}

.quicksearch-wrap .bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%!important;
    min-width: initial;
}

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

#ihf_miscString3_chosen.chosen-container.chosen-with-drop .chosen-drop ul.chosen-results {
    max-height: 200px;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button {
    background: #2c456d;
    color: #e7a745;
}

.ai-contact-wrap span.context-mob em[class*="ai-font-"] {
    color: #5b5b5b;
    min-width: 25px;
}

.page-id-83 .aidefcf-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.page-id-83 .aidefcf-wrapper > .ai-default-cf7wrap,
.page-id-83 .aidefcf-wrapper > .ai-contact-wrap {
    width: 50%;
    max-width: 100%;
}

.page-id-83 .aidefcf-wrapper > .ai-default-cf7wrap {
    padding-left: 15px;
}

.page-id-83 .aidefcf-wrapper > .ai-contact-wrap {
    padding-right: 15px;
}

.page-id-83 .aidefcf-wrapper > .ai-contact-wrap .aidefcf-title {
    margin-bottom: 0;
}

.agent-holder .agent-contacts {
    width: 70%;
}

.agent-holder .attachment-agent-image {
    width: 30%;
}

#content #ihf-main-container .btn-primary {
    color: #e7a745;
    background-color: #2c456d;
    border-color: #777;
}

#ihf-main-container #ihf-email-alert-popup-form .btn-primary {
    color: #e7a745;
    background-color: #2c456d;
    border-color: #777;
}

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

#ihf-main-container #ihf-email-alert-popup-form .btn-primary:hover {
    color: #fff;
}

#content #ihf-main-container .title-bar-1 {
    background-color: #2c456d;
    color: #fff;
}

#content #ihf-main-container .ihf-grid-result-price a,
#content #ihf-main-container .ihf-grid-result-price a:active,
#content #ihf-main-container .ihf-grid-result-price a:visited {
    color: #e7a745;
}

#content #ihf-main-container .ihf-grid-result-price a:hover {
    color: #fff;
}


/********CSS Post Launch********/

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
}

#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results {
    margin: 0 0 0;
    padding: 0 0 0;
}

#content #ihf-main-container #ihf-search-adv2-submit {
    margin: 20px 0 0;
}

#content #ihf-main-container .ihf-grid-result-address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#content #ihf-main-container .ihf-listing-search-results .btn {
    padding: 6px 6px;
}

#content div.wpcf7-response-output,
div.wpcf7-response-output {
    text-align: center;
}

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

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span {
    padding: 6px 9px;
}

#ihf-main-container #ihf-schedule-showing-request-form .form-control {
    padding: 6px 7px;
}

#content #ihf-main-container #ihf-search-location-tab {
    margin: 8px 5px 0 0;
}

#ihf-main-container #ihf-advsearch-features label {
    font-size: .8em;
}

html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit {
    margin: 6px 0 0;
}

#ws-walkscore-tile {
    background: #fff !important;
}

#hero .quick-search form select[name="propertyType"] {
    margin-left: 2%;
}

#content ul.ihf-navbar-nav {
    list-style: none;
}

#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content {
    color: #777;
}

#content #ihf-main-container label {
    color: inherit;
}

#content #ihf-main-container .ihf-polygon-reset {
    color: #000;
}

#ihf-main-container .modal-body {
    color: #000;
}

.aios-mortgage-calculator-standalone-mortgage-buttons:before,
.aios-mortgage-calculator-standalone-mortgage-buttons:after {
    content: '';
    display: table;
    clear: both;
}

.quicksearch-wrap small.text-muted {
    display: none;
}

.title-smi {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    color: #2c456d;
}

.social-media-slide a {
    position: relative;
}

.social-media-slide a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 69, 109, .4);
    opacity: 0;
}

.social-media-slide a:hover::before {
    opacity: 1;
}


/********CSS Post Launch End*******/

.get-home-value {
    display: none;
    position: relative;
}

.icmalive-widget-container {
    position: relative !important;
    /* bottom: 0; */
    /* top: unset !important; */
    margin: 0 auto;
    display: block;
    max-width: 147px;
}

.archive-thumbnail canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.post-page-blog #content .entry.post {
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-disclaimer {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    line-height: normal;
}

.form-disclaimer .wpcf7-list-item {
    margin: 0;
}

.form-disclaimer .wpcf7-list-item label {
    display: block;
}

.form-disclaimer input {
    position: relative;
    margin: 0 10px 0 0;
    top: 2px;
    width: auto;
    height: auto;
}

.form-disclaimer .wpcf7-list-item,
.form-disclaimer .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #000;
}

.form-disclaimer.light .wpcf7-list-item,
.form-disclaimer.light .wpcf7-list-item-label {
    color: #fff;
}

#ihf-agent-sellers-rep p {
    font-size: 14px !important;
    font-weight: 700;
}

#hero canvas{
    display: none!important;
}