/*
Theme Name: The Anne Thomas Group
Theme URI: http://aios3-staging.agentimage.com/s/sarasotapremierestates_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.3
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 li {
    position:relative;
}
  
.navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
    width:100%;
    min-width:200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.navi .sub-menu a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    background: #2a8097;
}
.navi .sub-menu a:hover {
    background: #7f7f7f;
    color: #fff;
    text-decoration: none;
}
.navi .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
.navi li:hover > .sub-menu {
    display: block;
}
.navi .sub-menu li {
    position: relative;
    margin-bottom: 1px;
}

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

/* Global */

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #000000;
	margin: 0;
    font-family: 'Barlow', sans-serif;
    /*font-family: 'Cormorant Garamond', serif;
    font-family: 'Abhaya Libre', serif;*/

    /* 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:hover,
    a:visited,
    a:focus,
    select,
    input,
    textarea{
        text-decoration: none;
        outline: 0;
        cursor: pointer;
        word-break: break-word;
    }

    select,
    textarea {   
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-radius: 0;
    }

    select::-ms-expand {
        display: none;
    }

    .slick-slide{
        outline: 0;
    }

    .label-hide{
        display: none;
    }

    .no-gutter{
        padding-left: 0;
        padding-right: 0;
    }

    .no-margin{
        margin-left: 0;
        margin-right: 0;
    }

    .no-gutter-left{
        padding-left: 0;
    }

    .no-gutter-right{
        padding-right: 0;
    }

    .ease-transition,
    .asis-mailto-obfuscated-email{
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .section-wrap{
        position: relative;
    }

    .asis-mailto-obfuscated-email:hover{
        color: #df1e26;
    }

    .overflow-hide{
        overflow: hidden;
    }

    .easing {
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

/*Fixed Hedaer*/
.fixed-header {
    position: fixed;
    z-index: 1030;
    left: 0;
    top: -100px;
    opacity: 0;
    visibility: hidden;
    min-height: 97px;
    background: #2a8097;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
}

    .fixed-header.hf-fixed{
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    .fixed-header .navi > li{
        margin: 0 11px;
    }

    .fixed-header .navi > li > a{
        color: #fff;
        padding: 42px 0;
    }

    .fh-logo a {
        display: inline-block;
        margin: 18px 0 0 0;
    }

    #fixnav{
        margin-top: 0;
    }


/*Header*/
.header-wrap{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1027;
    padding: 0px 0 0;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); */
}

    .header-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 400px;
        z-index: 0;
        background: background: -moz-linear-gradient(top, rgba(255,255,255,1) 28%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    }

    .aios-split-nav li.homelink {
        display: none;
    }

    .hc{
        position: relative;
        z-index: 1025;
    }

    /*Header Logo*/
    .logo {
        margin-top: -26px;
    }

    .logo img{
        margin: auto;
    }

    /*Header Contact*/
    .header-tel {
        float: left;
        letter-spacing: 2px;
    }

    .header-email {
        float: right;
    }

    .hc-field {
        margin-top: 42px;
    }

    .hc-field i{
        color: #2a8097;
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 11px;
    }

    .hc-field span{
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 500;
        
    }

    

    .header-contact a{
        color: #606060;
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }
    .header-contact a:hover {
        color: #2a8097;
    }

    .qs-wrap .qs-btns a:hover {
        color: #2a8097;
    }

/*Header Nav*/
.navi{
    font-size: 0;
    margin-top: 19px;
}

    .navi:last-child{
        text-align: right;
    }

    .navi:first-child > li:first-child{
        margin-left: 0;
    }

    .navi:first-child > li:nth-child(2) {
        margin-left: 0;
    }

    .navi:last-child > li:last-child{
        margin-right: 0;
    }

    .navi li{
        position: relative;
    }

    .navi > li{
        display: inline-block;
        vertical-align: middle;
        margin: 0 28px;
    }

    .navi > li:first-child{
        margin-left: 0;
    }

    .navi > li:last-child{
        margin-right: 0;
    }

    .navi li a{
        font-size: 13px;
        font-weight: 500;
        color: #7f7f7f;
        text-transform: uppercase;
        display: block;
        padding: 15px 0;
        line-height: 1;
        letter-spacing: 1px;
        position: relative;
    }

    .navi > li > a:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        height: 0px;
        width: 0%;
        background: #2a8097;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .navi > li:hover > a:before{
        width: 100%;
        height: 2px;
    }

/*Slideshow*/
.slideshow-wrap .cycloneslider .cycloneslider-slide::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 200;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

    .slideshow-wrap .cycloneslider-template-responsive-img .cycloneslider-caption {
        background: transparent;
        /*bottom: 120px;*/
        bottom: 20px;
        opacity: 1;
        text-align: right;
    }

    .tagline-wrap span{
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #000;
        line-height: 52px;
        font-family: 'Cormorant Garamond', serif;
    }

    .tagline-wrap span:first-child{
        font-size: 40px;
    }

    .tagline-wrap span:last-child{
        font-size: 70px;
    }

    .tagline-wrap{
        position: relative;
        padding-right: 167px;
    }

    .tagline-wrap::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 151px;
        height: 151px;
        background: url(images/starfish-icon.png) no-repeat center;

    }


/*Quick Search*/
.qs-wrap{
/*    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;*/
    font-size: 0;

    padding: 20px 0;
}

    .qs-form-wrap{
        background: #fff;
        max-width: 946px;
        width: 100%;
        margin: auto;
        min-height: 108px;
        box-shadow: 0px 5px 46px hsla(0, 0%, 0%, 0.2);
        padding: 20px 53px;
    }

    .qs-field{
        display: inline-block;
        vertical-align: bottom;
    }

    .qs-form-icon{
        width: 8.81%;
    }

    .qs-inputsearch {
        width: 73.4%;
    }

    .qs-btns {
        width: 17.7%;
    }

    .magnifying-glass-icon{
        display: block;
        height: 51px;
        width: 100%;
        background: url(images/magnifying-glass-icon.png) no-repeat center left;
    }

    .qs-inputsearch input{
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #52575c;
        border: 0;
        border-bottom: 1px solid #617a81;
        padding: 0 9px 11px;
    }

    .qs-btns input{
        height: 34px;
        width: 100%;
        line-height: 34px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        background: #617a81;
        letter-spacing: 0.5px;
    }

    .qs-btns input:hover {
        background: #2a8097;
    }

    .qs-btns a{
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: #617a81;
        display: block;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

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

/*Welcome*/
.welcome-wrap{
    min-height: 300px;
    background: #fff;
    /*padding-top: 163px;*/
    padding-top: 110px;
    padding-bottom: 132px;
}

    .welcome-content-main{
        margin-left: 25px;
    }

    .welcome-label{
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #74777a;
        letter-spacing: 3px;
        margin-bottom: 80px;
    }

    .welcome-frame {
        max-width: 455px;
        width: 100%;
        position: relative;
        padding-right: 95px;
    }

    .welcome-frame img{
        width: 100%;
    }

    .welcome-frame::after{
        content: '';
        position: absolute;
        right: 0;
        bottom: -76px;
        height: 182px;
        width: 187px;
        background: url(images/starfish-blue-icon.png) no-repeat center / contain;
    }

    .welcome-content-label{
        position: relative;
        margin-top: 8px;
        font-size: 60px;
        font-weight: 400;
        font-family: 'Abhaya Libre', serif;
        line-height: 50px;
        color: #2a8097;
        padding-left: 40px;
    }

    .welcome-content-label::before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 6px;
        border-left: 1px solid #2a8097;
        height: 127px;
    }

    .welcome-content-desc {
        font-size: 14px;
        font-weight: 400;
        color: #555555;
        line-height: 22px;
        padding-left: 40px;
        max-width: 460px;
        margin-top: 25px;
    }

    .welcome-content-desc p{
        margin-bottom: 22px;
    }

    .welcome-link{
        font-size: 11px;
        font-weight: 700;
        color: #617a81;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: inline-block;
    }


/*Featured Properties*/
.featprop-wrap{
    min-height: 690px;
    background: url(images/fp-bg.jpg) no-repeat center / cover fixed;
    padding: 103px 0 0;
    position: relative;
}

    .featprop-container{
        position: relative;
        z-index: 100;
        overflow: hidden;
    }

    .featprop-holder{
        display: none;
    }

    .featprop-holder .slick-list {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .featprop-wrap::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        z-index: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.44) 44%, rgba(255,255,255,1) 100%); 
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.44) 44%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.44) 44%,rgba(255,255,255,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 

    }

    .featprop-label{
        font-size: 15px;
        color: #7a7d80;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin-bottom: 17px;
    }

    .featprop-label span{
        display: block;
        font-family: 'Abhaya Libre', serif;
        font-size: 60px;
        line-height: 50px;
        color: #2e3031;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-top: 15px;
    }

    .fp-item{
        /*max-width: 390px;*/
        width: 100%;
        position: relative;
        padding: 15px;
        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;
        -o-transition: all 0.3s ease-in-out;
    }

    .fp-item-wrap{
        position: relative;
        min-height: 413px;
        background: #fff;
        padding: 20px;
        box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.4);
        opacity: 0.8;
    }

    .fp-img{
        height: 273px;
        position: relative;
    }

    .fp-img::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(157, 157, 157, 0.8);
    }

    .fp-price {
        position: relative;
        height: 100%;
        text-align: center;
        z-index: 100;
        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;
        -o-transition: all 0.3s ease-in-out;
    }

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

    .fp-price::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(62, 153, 177, 0.5);
    }

    .fp-price span{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 50px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        z-index: 120;
    }

    .fp-details {
        max-width: 278px;
        width: 100%;
        margin: -29px auto 0;
        text-align: center;
        position: relative;
        z-index: 110;
    }

    .fp-address{
        background: #767676;
        height: 88px;
        position: relative;
        font-size: 0;
    }

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

    .fp-address span{
        font-size: 13px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        padding: 0 10px;
    }

    .fp-btn{
        background: #767676;
        opacity: 0.8;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .featprop-holder .slick-dots{
        text-align: center;
        margin-top: 60px;
    }

    .featprop-holder .slick-dots li{
        display: inline-block;
        vertical-align: middle;
        margin: 2px  7px;
    }

    .featprop-holder .slick-dots li button{
        font-size: 0;
        margin: 0;
        padding: 0;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #8d8d8d;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        outline: 0;
    }

    .featprop-holder .slick-dots li.slick-active button{
        background: #2a8097;
        border: 3px solid #2a8097;
    }

    /*Active*/
    .fp-item.slick-slide.slick-active .fp-address{
        background: #2a8097;
    }

    .fp-item.slick-slide.slick-active .fp-btn{
        background: #258098;
        opacity: 0.8;
    }

    .fp-item.slick-slide.slick-active .fp-img::before{
        display: none;
    }

    .fp-item.slick-slide.slick-active .fp-item-wrap{
        opacity: 1;
    }

    .fp-item.slick-slide.slick-active .fp-link:hover .fp-price{
        opacity: 1;
    }

    .fp-item.slick-slide.slick-active:hover{
        transform: scale(1.2);
        z-index: 200;
    }

/*Featured Areas*/
.featareas-wrap{
    min-height: 1114px;
    background: url(images/fp-bg.jpg) no-repeat center / cover fixed;
    padding-top: 445px;
    position: relative;
}

    .featareas-wrap::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 479px;
        background: url(images/fa-banner.png) no-repeat center / cover;
        z-index: 2;
    }

    .featareas-wrap::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 400px;
        z-index: 0;
        background: background: -moz-linear-gradient(top, rgba(255,255,255,1) 28%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    }

    .featareas-container{
        position: relative;
        z-index: 100;
    }

    .fa-bottom{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 222px;
        background: url(images/fa-bottom.png) no-repeat center / cover;
        z-index: 1;
    }

    .featareas-label{
        font-size: 15px;
        color: #7a7d80;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin-bottom: 43px;
    }

    .featareas-label span{
        display: block;
        font-family: 'Abhaya Libre', serif;
        font-size: 60px;
        line-height: 50px;
        color: #2e3031;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-top: 15px;
    }

    .fa-item{
        padding: 30px 15px;
    }

    .fa-item-wrap{
        position: relative;
        text-align: center;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.43);
    }

    .fa-img{
        height: 313px;
        position: relative;
        z-index: 10;
    }

    .fa-img::before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); 
        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;
        -o-transition: all 0.3s ease-in-out;
    }

    .fa-img::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(87,173,196,0.75) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(87,173,196,0.75) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(87,173,196,0.75) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a657adc4',GradientType=0 ); 
        opacity: 1;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .fa-label-wrap{
        position: absolute;
        bottom: 43px;
        left: 0;
        right: 0;
        font-size: 0;
        text-align: center;
        max-width: 225px;
        width: 100%;
        height: 66px;
        border: 3px solid #fff;
        margin: auto;
        z-index: 20;
        color: #fff;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .fa-label{
        position: relative;
        height: 100%;
    }

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

    .fa-label span{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        line-height: 20px;
        font-family: 'Abhaya Libre', serif;
        font-size: 23px;
        
    }

    .fa-item-wrap::before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: -12px;
        width: 100%;
        max-width: 290px;
        height: 12px;
        margin: auto;
        background: #fff;
        z-index: 0;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.43);
    }

    .fa-item-wrap::after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: -12px;
        width: 100%;
        max-width: 290px;
        height: 12px;
        margin: auto;
        background: #fff;
        z-index: 0;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.43);
    }

    .featareas-holder .slick-dots{
        text-align: center;
        margin-top: 60px;
    }

    .featareas-holder .slick-dots li{
        display: inline-block;
        vertical-align: middle;
        margin: 2px  7px;
    }

    .featareas-holder .slick-dots li button{
        font-size: 0;
        margin: 0;
        padding: 0;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #8d8d8d;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        outline: 0;
    }

    .featareas-holder .slick-dots li.slick-active button{
        background: #2a8097;
        border: 3px solid #2a8097;
    }

    /*Hover*/
    .fa-btn:hover .fa-label-wrap{
        background: #fff;
        color: #2a8097;
    }

    .fa-btn:hover .fa-img::before{
        opacity: 1;
    }

    .fa-btn:hover .fa-img::after{
        opacity: 0;
    }


/*CTA*/
.cta-wrap{
    font-size: 0;
}

    .cta-link{
        display: inline-block;
        vertical-align: middle;
        width: 33.3333333%;
        height: 450px;
        position: relative;
    }

    .cta-link.cta-link1{
        background: url(images/cta1.jpg) no-repeat center / cover;
    }

    .cta-link.cta-link2{
        background: url(images/cta2.jpg) no-repeat center / cover;
    }

    .cta-link.cta-link3{
        background: url(images/cta3.jpg) no-repeat center / cover;
    }

    .cta-link::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        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;
        -o-transition: all 0.3s ease-in-out;
    }

    .cta-link.cta-link1::before{
        background: url(images/cta1-hover.jpg) no-repeat center / cover;
    }

    .cta-link.cta-link2::before{
        background: url(images/cta2-hover.jpg) no-repeat center / cover;
    }

    .cta-link.cta-link3::before{
        background: url(images/cta3-hover.jpg) no-repeat center / cover;
    }

    .cta-center{
        position: relative;
        height: 100%;
        z-index: 20;
        text-align: center;
        background: rgba(30, 30, 30, 0.3);
    }

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

    .cta-center-item{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        color: #fff;
        line-height: 1;
    }

    .cta-label1{
        font-size: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .cta-label2{
        font-family: 'Abhaya Libre', serif;
        font-size: 40px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .cta-label2::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 51px;
        margin: auto;
        background: #2a8097;
    }

    .cta-sublabel{
        text-transform: uppercase;
        font-size: 12px;
    }

    .cta-link:hover::before{
        opacity: 1;
    }


/*Testimonials*/
.testi-wrap{
    padding: 120px 0 20px;
    min-height: 520px;
}

    .testi-label{
        font-size: 60px;
        font-family: 'Abhaya Libre', serif;
        line-height: 1;
        color: #2a8097;
        text-align: center;
        margin-bottom: 54px;
    }

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

    .testi-agent{
        width: 110px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        display: none;
    }

    .testi-name{
        font-size: 32px;
        font-family: 'Abhaya Libre', serif;
        line-height: 1;
        color: #2a8097;
        margin: 0px 0 10px;
    }

    .testi-content {
        font-size: 14px;
        color: #1e1e1e;
        line-height: 22px;
        max-width: 720px;
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }

    .testi-slick-wrap{
        max-width: 1065px;
        width: 100%;
        margin: auto;
        padding: 0 28px;
        position: relative;
    }

    .testi-holder .slick-arrow{
        position: absolute;
        top: calc(50% - 28px);
        height: 50px;
        width: 28px;
        padding: 0;
        margin: 0;
        outline: 0;
        font-size: 0;
        border: 0;
        z-index: 100;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }
    .testi-holder .slick-arrow:hover{
        opacity: .6;
    }

    .testi-holder .slick-arrow{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

    .testi-holder .slick-prev{
        background: url(images/testi-prev.png) no-repeat center;
        left: -28px;
    }

    .testi-holder .slick-next{
        background: url(images/testi-next.png) no-repeat center;
        right: -28px;
    }

/*Footer Contact*/
.fcontact-wrap{
    min-height: 840px;
    background: url(images/contact-bg.jpg) no-repeat center bottom / cover;
    padding: 122px 0 0;
}

    .fcontact-logo img{
        margin: auto;
    }

    .fcontact-logo-text{
        text-align: center;
        color: #52575c;
        font-size: 15px;
        line-height: 1;
        margin-top: 34px;
    }

    .fcontact-info{
        text-align: center;
        margin-top: 55px;
    }


    .fcontact-info-item{
        display: inline-block;
        vertical-align: top;
        margin: 10px 39px;
    }

    .fcontact-info-item i{
        display: block;
        vertical-align: top;
        height: 20px;
        font-size: 10px;
        color: #2a8097;
    }

    .fcontact-wrap a[class^="asis-mailto-obfuscated"] span:hover {
        color: #2a8097;
    }

    .fcontact-wrap a[class^="asis-mailto-obfuscated"] span{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

    .address i{
        font-size: 16px;
    }

    .phone i{
        font-size: 16px;
    }

    .fax i{
        font-size: 16px;
    }

    .fc-value{
        font-size: 15px;
        color: #52575c;
        line-height: 1;
    }

    .fcontact-form{
        max-width: 805px;
        width: 100%;
        margin: 68px auto 0;
        position: relative;
        font-size: 0;
    }

    .fcontact-form input{
        width: 100%;
        background: transparent;
        font-size: 13px;
        color: #52575c;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 8px;
        padding-left: 7px;
    }

    .fcontact-form textarea{
        width: 100%;
        background: transparent;
        font-size: 13px;
        color: #52575c;
        border: 0;
        height: 72px;
        resize: none;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 8px;
        padding-left: 7px;
        padding-right: 50px;
        padding-top: 13px;
    }

    footer.footer-wrap a:hover {
        color: #2a8097;
    }

    footer.footer-wrap a{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

    .cname,
    .cemail{
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .cname{
        padding-right: 15px;
    }

    .cemail{
        padding-left: 15px;
    }

    .cmsg-csend{
        position: relative;
    }

    .csend{
        position: absolute;
        right: 0;
        top: 13px;
    }

    .csend input{
        background: url(images/airplane-icon.png) no-repeat center left;
        width: 50px;
        height: 50px;
        
        padding: 0 !important;
        border: 0;
        font-size: 0;
    }

    .csend .ajax-loader{
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .fcontact-form span.wpcf7-not-valid-tip{
        font-size: 12px;
    }

    .fcontact-form div.wpcf7-response-output{
        font-size: 12px;
        margin: 10px 0;
        background: #fff;
        text-align: center;
        color: #000;
    }


/*Footer Contact*/
.footer-wrap{
    text-align: center;
    padding-bottom: 40px;
}

    .footer-credits{
        font-size: 11px;
        color: #6d6d6d;
    }

    .footer-credits a{
        color: #6d6d6d;
    }

    .footer-site-link{
        font-weight: 700;
        text-transform: uppercase;
    }

    .footer-logos{
        font-size: 22px;
        color: #2a8097;
        margin-top: 12px;
    }


/*******************************************************
 *
 * 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: 73.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ 
    width: 22.81%;     
    margin-top: 55px; 
    margin-bottom: 85px;
}

/* 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 { 
    position: relative;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Abhaya Libre', serif;
    line-height: 50px;
    color: #2a8097;
    margin-top: 50px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    position: relative;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Abhaya Libre', serif;
    line-height: 50px;
    color: #2a8097;
    margin-top: 50px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}

.ip-bg {
    height: 420px;
    background: url(images/ip-bg.jpg) no-repeat center / cover;
    position: relative;
}

.ip-bg::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 28%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}


/*QS Sidebar*/
.qs-sidebar{
    min-height: 252px;
    background: #badde7;
    border: 3px solid #d4eaf0;
    font-size: 0;
    padding: 30px 11px 0px;
}

    .qs-form-label{
        font-family: 'Abhaya Libre', serif;
        font-size: 28px;
        text-transform: uppercase;
        text-align: center;
        color: #555555;
        letter-spacing: 2px;
        line-height: 1;
        margin-bottom: 19px;
    }

    .qs-sidebar .qs-field{
        width: 100%;
        margin-bottom: 8px;
    }

    .qs-sidebar .qs-field input,
    .qs-sidebar .qs-field select{
        height: 28px;
        width: 100%;
        border: 1px solid #fff;
        background: transparent;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #666c6e;
        padding: 0 7px;
        line-height: 1;
    }

    .qs-sidebar .qs-field input[type="submit"]{
        color: #fff;
        background: #788c92;
        border: 1px solid #788c92;
    }

    .qs-sidebar .qs-field input[type="submit"]:hover{
        background: #2a8097;
        border: 1px solid #2a8097;
    }

    .qs-sidebar .qs-btns a:hover {
        color: #2a8097;
    }

    .qs-sidebar .qs-btns a{
        color: #666c6e;
        font-weight: 600;
        margin-top: 10px;
    }

    .qs-sidebar .qs-btns{
        margin-bottom: 0;
    }

    .qs-sidebar .qs-field-half{
        width: 50%;
    }

    .qs-sidebar .qs-field-half:nth-child(odd){
        padding-right: 3px;
    }

    .qs-sidebar .qs-field-half:nth-child(even){
        padding-left: 3px;
    }

    .qs-sidebar .bootstrap-select.btn-group .dropdown-menu {
        max-height: 250px !important;
        min-width: 150px;
    }

    .qs-field.qs-field-short.qs-field-half.qs-field-left {
        padding-right: 3px !important;
        padding-left: 0 !important;
    }

    .qs-field.qs-field-short.qs-field-half.qs-field-right{
        padding-left: 3px !important;
        padding-right: 0 !important;
    }

/*CTA Sidebar*/
.cta-sidebar{
    font-size: 0;
    margin-top: 53px;
}

    .cta-sidebar .cta-link{
        width: 100%;
        height: 109px;
        margin: 5px 0;
    }

    .cta-sidebar .cta-label1{
        font-size: 14px;
    }

    .cta-sidebar .cta-label2{
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 28px;
        line-height: 1;
    }

    .cta-sidebar .cta-label2::after{
        display: none;
    }

/*Inner pages*/
.vendor-item{
    margin-bottom: 15px;
}


#content h1.entry-title.soldlisting-title {
    text-align: center;
}

.soldlisting-broker-logo {
    text-align: center;
}

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

#content .sold-listing-list ul {
    margin: 0;
    list-style: none;
    text-align: justify;
}

.sold-listing-list p {
    text-align: justify;
    color: #626265;
}

.sold-listing-list p span {
    font-size: 23px;
    padding: 0 4px;
}
.sold-listing-list p span:first-child::before {
    content: "•";
    font-size: 27px;
    margin-right: 6px;
}
.sold-listing-list p span::after {
    content: "•";
    font-size: 27px;
    margin-left: 3px;
}


/*** IP contact Wrap **/
.ai-default-cf7wrap input[type="submit"], 
.ai-default-cf7wrap input.wpcf7-submit, 
.ai-contact-wrap input[type="submit"], 
.ai-contact-wrap input.wpcf7-submit{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/*** IHF Style ***/

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

div#ihf-main-container .chosen-drop ul.chosen-results {
    margin: 0;
    padding: 0;
}

#ihf-main-container .ihf-listing-detail .nav-tabs {
    margin-left: 0;
}

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


/*** MObile ***/
.amh-navigation .amh-menu li:hover > a, 
.amh-navigation .amh-menu li.open > a {
    background: #2a8097;
    color: #fff;
}

.amh-navigation .amh-menu li ul {
    background: #4590a5;
    color: #fff;
}

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

/*** Financing **/

#content table td.financingtext strong {
    display: block;
}

ul.sales-list li {
    color: #000;
}

ul.compress-list {
    margin-left: 0px !important;
    list-style-position: inside;
    text-align: justify;
}
    ul.compress-list li {
        display: inline-block;
    }
        ul.compress-list li::before {
            content: '•';
            margin: 0px 5px;
        }

.ss-list {
    text-align: justify;
    color: #626265;
    font-size: 16px;
}

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

.header-row .navi:last-child > li {
    margin: 0 15px;
}

.header-row .navi:last-child > li:first-child {
    margin-left: 0;
}

.header-row .navi:last-child > li:last-child {
    margin-right: 0;
}


/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
.lender-list {
    padding: 5px;
    list-style: none;
}

.dmca-link a {
    text-align: center;
    font-size: 16px;
    color: #6d6d6d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}