/*
Theme Name: Coast FLA | AIOS Starter Theme (Child)
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
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 */
#nav li {
    position:relative;
    display: inline-block;
}

.grecaptcha-badge {
    z-index: 99999 !important;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#nav .sub-menu a:focus {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#nav li:focus > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


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

/* Global */

body{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
    font-weight: 300;
    line-height: 30px;
	background: #FFF;
	color: #252526;
	margin: 0;

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

/* Extra */
::selection {
    background: #c0ae84;
    color: #fff;
}

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

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

.heading-hidden {
    display: none;
}

a {
    font-style: normal;
    transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
}

a:hover, a:focus {
    color: #beaf87;
    outline: none;
}


/* Header */
header.header {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.65);
    height: 131px;
    box-sizing: border-box;
    padding: 27px 0;

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

    .header_container {
        position: relative;
        margin: 0 auto;
        max-width: 1402px;
        padding: 0 20px;
        box-sizing: border-box;
    }
        .header_container:after {
            clear: both;
            content: '';
            display: block;
            width: 100%;
        }

        .header_container .header_left-wrapper {
            float: left;
        }

            .header_container .header_left-wrapper .logo {
                position: relative;
                padding: 19px 15px;
            }

                .header_container .header_left-wrapper .logo img {
                    max-width: 366px;
                    width: 100%;
                    height: auto;
                    display: block;
                }

        .header_container .header_right-wrapper {
            float: right;
            text-align: right;
        }

            .header_right-wrapper__widget {
                position: relative;
                padding: 3px 15px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                color: #fff;
            }

                .header-contact {
                    position: relative;
                    font-size: 15px;
                    margin-right: 23px;
                }

                    .header-contact a {
                        text-decoration: none;
                    }

                        .header-contact a:hover,
                        .header-contact a:focus {
                            color: #beaf87;
                        }

                    .header-contact em {
                        font-style: normal;
                    }

                    .header-contact i {
                        font-size: 10px;
                        margin-right: 8px;
                    }

                    .header-contact .ai-mobile-phone {
                        margin-right: 15px;
                    }

                .custom-social-media {
                    position: relative;
                    font-size: 20px;
                }

                    .custom-social-media > div {
                        display: flex;
                        align-items: center;
                    }

                    .custom-social-media a {
                        font-size: 0px;
                        width: 30px;
                        height: 30px;
                        color: #fff;
                        border-radius: 50%;
                        background: #b6ae8b;
                        text-align: center;
                        text-decoration: none;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-left: 10px;


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

                        .custom-social-media a:hover,
                        .custom-social-media a:focus {
                            background: #af9a60;
                            color: #fff;
                        }

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

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

            nav.navigation {
                position: relative;
            }

                nav.navigation #nav {
                    position: relative;
                }

                    nav.navigation #nav li {
                        display: inline-block;
                        vertical-align: middle;
                        margin: 0 15px;
                        line-height: initial;
                        position: relative;
                        padding: 11px 0;
                    }

                        nav.navigation #nav li:after {
                            background: #b5ad89;
                            height: 1px;
                            content: '';
                            width: 0;
                            opacity: 0;
                            position: absolute;
                            bottom: 0;
                            left: 50%;

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

                        nav.navigation #nav li:hover:after,
                        nav.navigation #nav li:focus:after{
                            width: 100%;
                            left: 0;
                            opacity: 1;
                        }

                        nav.navigation #nav li a {
                            font-size: 14px;
                            line-height: 18px;
                            color: #fff;
                            text-transform: uppercase;
                            font-weight: 700;
                        }

                nav.navigation #nav .sub-menu {
                    background: none;
                    padding: 28px 0 0 0;
                    min-width: 155px;
                    text-align: center;
                    left: 50%;
                    transform: translateX(-50%);
                    top: 100%;
                }

                     nav.navigation #nav .sub-menu li {
                        position: relative;
                        width: 100%;
                        display: block;
                        margin: 0;
                        padding: 0;
                     }
                        nav.navigation #nav .sub-menu li:after {
                            display: none;
                        }

                        nav.navigation #nav .sub-menu li a {
                            display: block;
                            background: rgba(0,0,0,.75);
                            color: #fff;
                            font-size: 14px;
                            font-weight: 400;
                            margin: 1px 0;
                            line-height: 18px;
                            padding: 13.5px 10px;

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

                        nav.navigation #nav .sub-menu li a:hover,
                        nav.navigation #nav .sub-menu li a:focus {
                            background: rgba(181,173,137,.75);
                        }

                    /* Level 2  */
                    nav.navigation #nav .sub-menu .sub-menu {
                        padding: 0px;
                        top: -1px;
                        margin-left: calc(100% + 1px);
                    }

                    /* Level 3 and up */
                    nav.navigation #nav .sub-menu .sub-menu .sub-menu {
                        /* Disable level 3 and up */
                        display: none;
                    }


/* Compact Header */
header.header.compact {
    padding: 20px 0;
    height: 80px;
    background: #333333;
}

    header.header.compact .header_container .header_left-wrapper .logo {
        padding: 6px 15px;
    }

        header.header.compact .header_container .header_left-wrapper .logo img {
            max-width: 286px;
        }

    header.header.compact .header_right-wrapper__widget {
        display: none;
    }

        header.header.compact nav.navigation #nav {
            line-height: normal;
        }

            header.header.compact nav.navigation #nav .sub-menu {
                padding: 19px 0 0 0;
            }

            header.header.compact nav.navigation #nav .sub-menu .sub-menu {
                padding: 0;
            }

/* Slideshow */
#hero-wrapper {
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
}

    #hero-wrapper .cycloneslider-template-responsive {
        width: 100%;
        max-width: unset!important;
        z-index: 1;
    }

    #hero-wrapper canvas {
        display: block;
        width: 100%;
        height: auto;
    }

    #hero-wrapper .cycloneslider-template-responsive .cycloneslider-pager {
        bottom: 19%;
    }

        #hero-wrapper .cycloneslider-template-responsive .cycloneslider-pager span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,.25);
            box-shadow: none;
            font-size: 0;
            margin: 0 5px;

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

        #hero-wrapper .cycloneslider-template-responsive .cycloneslider-pager span.cycle-pager-active {
            background: rgba(255,255,255,1);
        }

/* Quick Search */

.quick-search-wrapper {
    width: 100%;
    background: #fff;
    padding: 34px 0;
}

    #hero-wrapper .quick-search-wrapper {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        font-size: 0;
    }

    .quick-search-wrapper h3,
    .quick-search-wrapper .quick-search-wrap {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        line-height: 15px;
    }

    .quick-search-wrapper h3 {
        font-size: 23px;
        line-height: 25px;
        color: #000000;
        text-transform: uppercase;
        font-family: 'Italiana', serif;
        width: 14.5%;
        font-weight: 400;
    }

    .quick-search-wrapper .quick-search-wrap {
        width: 85.5%;
    }
    button.btn.dropdown-toggle.btn-default {
        width: 100%;
        border: 1px solid #808285;
        padding: 7px 18px 7px 5px;
        background: url(images/dp-icon.png) 100% 50% no-repeat;
        border-radius: 0;
        outline: none;
        font-size: 11px;
        color: #3e3e3e;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: auto;
    }
    .sidebar .btn-group.bootstrap-select.show-tick.qs-select {
        width: 100% !important;
    }
    .dropdown-menu .status {
        margin-left: 10px !important;
    }
    ul.dropdown-menu.inner li a.opt{
        max-width: 220px !important;
    }
    span.filter-option.pull-left{
        font-size: 11px !important;
        color: #3e3e3e;
        font-weight: 400;
        text-transform: capitalize;
        overflow: hidden;
    }
    .dropdown-menu.open{
        max-width: 230px !important;
    }
    .btn-group.bootstrap-select.show-tick.qs-select {
        width: 14.36%;
        margin-left: 0.410%;
    }

        .quick-search-wrap form {
            margin: 0;
            font-size: 0;
            width: 100%;
        }

            .quick-search-wrap form * {
                outline: none!important;
            }

            .quick-search-wrap select,
            .quick-search-wrap input,
            .quick-search-wrap button {
                border: none;
                border-radius: 0;
                outline: none;
                font-size: 11px;
                color: #3e3e3e;
                font-weight: 400;
                display: inline-block;
                vertical-align: middle;
                background: #fff;
                -webkit-appearance: none; 
                -moz-appearance: none;
                appearance: none;
                height: auto;
            }

            .quick-search-wrap select {
                border: 1px solid #808285;
                padding: 7px 18px 7px 5px;
                background: url(images/dp-icon.png) 100% 50% no-repeat;
            }

            .quick-search-wrap select,
            .quick-search-wrap button,
            .quick-search-wrap a.adv-btn{
                margin-left: 0.410%;
            }

            .quick-search-wrap button,
            .quick-search-wrap a.adv-btn {
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
            }

            .quick-search-wrap .submit-btn,
            .quick-search-wrap .adv-btn {
                border: none;
                outline: none;
                border-radius: 0;
                padding: 8px 5px;
                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            .quick-search-wrap .submit-btn:hover,
            .quick-search-wrap .adv-btn:hover,
            .quick-search-wrap .submit-btn:focus,
            .quick-search-wrap .adv-btn:focus {
                background: #af9a60;
                color: #fff;
            }

            /* Custom */
            .quick-search-wrap #dp-property-type {
                width: 180px;
                width: 18.46%;
                margin-left: 0px;
            }

            .quick-search-wrap #dp-city-zip {
                width: 140px;
                width: 14.36%;
            }

            .quick-search-wrap #dp-beds,
            .quick-search-wrap #dp-baths {
                width: 80px;
                width: 8.20%;
            }

            .quick-search-wrap #dp-min-price,
            .quick-search-wrap #dp-max-price {
                width: 100px;
                width: 10.25%;
            }

            .quick-search-wrap .submit-btn {
                width: 100px;
                background: #beaf87;
                width: 10.25%;
            }

            .quick-search-wrap .adv-btn {
                width: 166px;
                width: 17.03%;
                background: #808285;
            }


/* Section Titles */
.section-title {
    font-family: 'Italiana', serif;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #e6e7e8;
    font-weight: 400;
    display: block;
    text-align: center;
}

    .section-title strong {
        color: #beaf87;
        font-weight: 400;
    }


/* Featured Properties */
#featured-properties-wrapper {
    background: #333333;
    padding: 65px 0 95px 0;
    overflow: hidden;
}

    #featured-properties-wrapper h3.section-title {
        margin-bottom: 40px;
    }

    .featured-property-slick-wrap,
    .featured-property-container {
        position: relative;
    }

    .featured-property-list {
        position: relative;
        padding: 0;
    }

        .featured-property-list .fp-entry {
            cursor: pointer;
            outline: none;
        }

            .featured-property-list .fp-entry * {
                outline: none;
            }

            .featured-property-list .fp-entry a {
                position: relative;
                display: block;
            }

                .featured-property-list .fp-entry a:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0, 0, 0,.7));
                    z-index: 1;
                }

                .featured-property-list .fp-entry a:hover,
                .featured-property-list .fp-entry a:focus {
                    color: inherit;
                }

                .featured-property-list .fp-entry a canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                    background-size: cover;
                }

                .featured-property-list .fp-entry .property-details {
                    display: block;
                    position: absolute;
                    z-index: 5;
                    bottom: 46px;
                    left: 0;
                    color: #fff;
                    padding: 30px;

                    opacity: 0;

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

                    .featured-property-list .fp-entry .property-details strong,
                    .featured-property-list .fp-entry .property-details p,
                    .featured-property-list .fp-entry .property-details span {
                        width: 100%;
                        max-width: 205px;
                    }

                    .featured-property-list .fp-entry .property-details strong {
                        font-family: 'Roboto', sans-serif;
                        font-size: 25px;
                        font-weight: 700;
                        color: #fff;
                        display: block;
                        margin-bottom: 5px;
                    }

                    .featured-property-list .fp-entry .property-details p {
                        font-size: 15px;
                        font-weight: 300;
                        line-height: 18px;
                        padding-bottom: 15px;
                        border-bottom: 1px solid rgba(255,255,255.5);
                        display: block;
                        margin-bottom: 15px;
                    }

                    .featured-property-list .fp-entry .property-details span {
                        display: block;
                        font-size: 15px;
                        font-weight: 300;
                        line-height: 18px;
                    }


                .featured-property-list .slick-slide {
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    display: none;
                    position: relative;
                }

                .featured-property-list.slick-initialized .slick-slide {
                    display: block;
                }

               
                .featured-property-list .slick-slide.slick-center:after,
                .featured-property-list .slick-slide.slick-center:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    width: 100px;
                    height: 100%;
                    z-index: 1;
                    pointer-events: none;
                }

                .featured-property-list .slick-slide.slick-center:after {
                    right: -100px;
                    left: auto;
                    background: linear-gradient(to left, rgba(37,37,38,0), rgb(51, 51, 51));
                }

                .featured-property-list .slick-slide.slick-center:before {
                    left: -100px;
                    background: linear-gradient(to right, rgba(37,37,38,0), rgb(51, 51, 51));
                }

                .featured-property-list  {
                    margin: 0 -24.6%;
                    /*margin: 100px 0;
                    transform: scale(1.5);*/
                }

                .featured-property-list .fp-entry.fake-left,
                .featured-property-list .fp-entry.slick-active:not(.slick-center) {
                    -webkit-transform: scale(0.88) translateX(49%);
                    -moz-transform: scale(0.88) translateX(49%);
                    -o-transform: scale(0.88) translateX(49%);
                    -ms-transform: scale(0.88) translateX(49%);
                    transform: scale(0.88) translateX(49%);
                    position: relative;
                    z-index: 1;
                    opacity: .35;
                }

                .featured-property-list .fp-entry.fake-right,
                .featured-property-list .slick-active + .slick-active + .slick-active {
                    -webkit-transform: scale(0.88) translateX(-49%);
                    -moz-transform: scale(0.88) translateX(-49%);
                    -o-transform: scale(0.88) translateX(-49%);
                    -ms-transform: scale(0.88) translateX(-49%);
                    transform: scale(0.88) translateX(-49%);
                }

                .featured-property-list .fp-entry.slick-active {
                    -webkit-transform: scale(0.88) translateX(49%);
                    -moz-transform: scale(0.88) translateX(49%);
                    -o-transform: scale(0.88) translateX(49%);
                    -ms-transform: scale(0.88) translateX(49%);
                    transform: scale(0.88) translateX(49%);
                }

                .featured-property-list .fp-entry.fake-center,
                .featured-property-list .fp-entry.slick-slide.slick-center {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                    position: relative;
                    z-index: 2;
                }

                .featured-property-list .slick-active.slick-center .property-details {
                    opacity: 1;
                }

    .fp-arrow-holder {
        padding: 0 calc(25.2% - 68px);
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        margin: auto;
        height: 68px;
    }

    .fp-arrow-holder span {
        z-index: 5;
        font-size: 26px;
        color: #fff;
        font-weight: 300;
        display: inline-block;
        vertical-align: middle;
        width: 68px;
        height: 68px;
        text-align: center;
        padding-top: 21px;
        position: relative;
        cursor: pointer;
        pointer-events: auto;
    }

        .fp-arrow-holder span.fp-prev{
            border-left: solid 1px #fff;
        }

            .fp-arrow-holder span.fp-next{
                border-right: solid 1px #fff;
                float: right;
            }

        .fp-arrow-holder span.fp-prev::after,
        .fp-arrow-holder span.fp-prev::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(to left, rgba(255,255,255,0), rgba(255, 255, 255,1));
            z-index: 1;
        }

            .fp-arrow-holder span.fp-prev::before{
                top: auto;
                bottom: 0;
            }

        .fp-arrow-holder span.fp-next::after,
        .fp-arrow-holder span.fp-next::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, rgba(255,255,255,0), rgba(255, 255, 255,1));
            z-index: 1;
        }

            .fp-arrow-holder span.fp-next::before{
                top: auto;
                bottom: 0;
            }

    .featured-property-thumbnails-wrapper {
        padding: 0;
        width: 47%;
        position: relative;
        margin: -50px auto 0;
    }

        .featured-property-thumbnails {
            position: relative;
        }

            .featured-property-thumbnails .fp-thumb-entry {
                position: relative;
                padding: 15px;
                cursor: pointer;
                outline: none;
            }

                .featured-property-thumbnails .slick-slide {
                    transition: bottom 0.3s ease-in-out;
                    -webkit-transition: bottom 0.3s ease-in-out;
                    -moz-transition: bottom 0.3s ease-in-out;
                }

                .featured-property-thumbnails .slick-slide.slick-current.slick-active {
                    bottom: 16px;
                }

                .featured-property-thumbnails .fp-thumb-entry canvas {
                    background-size: cover;
                    width: 100%;
                    height: auto;
                    display: block;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    border-bottom: 4px solid rgb(51, 51, 51);
                }

                .featured-property-thumbnails .fp-thumb-entry canvas:hover,
                .featured-property-thumbnails .fp-thumb-entry canvas:focus {
                    filter: brightness(80%);
                }


                .featured-property-thumbnails .slick-slide.slick-current.slick-active canvas {
                    border-bottom: 4px solid #beaf87;
                }
 
/* Welcome Area */
#welcome-section-wrapper {
    width: 100%;
    min-height: 878px;
    background: url(images/welcome-area-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 410px 0 80px 0;
}

    .welcome-section {
        background: #fff;
        padding: 70px 127px 86px 127px;
        max-width: 769px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

        .welcome-section .image-title {
            margin-bottom: 10px;
        }

        .welcome-section p {
            display: block;
        }

        .welcome-section a.read-more {
            font-family: 'Roboto', sans-serif;
            margin-top: 20px;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            font-weight: 300;
            color: #252526;
            text-transform: uppercase;
            border: 1px solid #252526;
            padding: 7px 15px;
            min-width: 120px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
        }

        .welcome-section a.read-more:hover,
        .welcome-section a.read-more:focus {
            background: #af9a60;
            color: #fff;
            border-color: #af9a60;
        }


/* Featured Communities */
#featured-communities-wrapper {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 63px 0 92px 0;
}
    
    .community-details {
        text-align: center;
        margin-bottom: 40px;
    }

        .community-details .section-title {
            color: #252526;
            margin-bottom: 15px;
        }

        .community-details p {
            width: 49%;
            margin: 0 auto;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

        .community-details a.read-more {
            font-family: 'Roboto', sans-serif;
            margin-top: 20px;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            font-weight: 300;
            color: #252526;
            text-transform: uppercase;
            border: 1px solid #252526;
            padding: 7px 15px;
            min-width: 120px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
        }

        .community-details a.read-more:hover,
        .community-details a.read-more:focus {
            background: #af9a60;
            color: #fff;
            border-color: #af9a60;
        }

    .community-list,
    .community-list > div.textwidget {
        max-width: 1172px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

        .community-list .community-item {
            display: inline-block;
            vertical-align: middle;
            padding: 15px;
            width: 25%;
        }

            .community-item a {
                display: block;
                outline: none;
                text-decoration: none;
                position: relative;
                overflow: hidden;
            }

                .community-item a:before {
                    display: block;
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    background: rgba(37,37,38,.55);
                    z-index: 2;

                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                }

                .community-item a:hover:before,
                .community-item a:focus:before {
                    background: rgba(161,146,118,.75);
                }

                .community-item a canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                    background-size: cover;
                    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;
                }

                .community-item a:hover canvas,
                .community-item a:focus canvas {
                    transform: scale(1.05);
                }

                .community-item a .community-description {
                    z-index: 5;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    color: #fff;
                    font-size: 18px;
                    text-transform: uppercase;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                    .community-item a .community-description strong {
                        display: block;
                        font-weight: 400;
                        width: 70%;
                        line-height: 21px;
                    }

                    .community-item a .community-description span {
                        display: block;
                        line-height: 16px;
                        font-weight: 300;
                        color: #ffffff;
                        text-transform: uppercase;
                        border: 0px solid #ffffff;
                        padding: 0;
                        min-width: 120px;
                        height: 0;
                        font-size: 0;

                        transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                    }

                    .community-item a:hover .community-description span,
                    .community-item a:focus .community-description span {
                        height: 31px;
                        padding: 7px 15px;
                        font-size: 13px;
                        border: 1px solid #ffffff;
                        margin-top: 16px;
                    }


/* Footer Contacts */
#footer-contact-section {
    position: relative;
    background: url(images/footer-bg.jpg) center bottom;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
}

    #footer-contact-section:before,
    #footer-contact-section:after {
        content: '';
        width: 50%;
        height: 100%;
        top: 0;
        z-index: 1;
        position: absolute;
    }

    #footer-contact-section:before {
        left: 0;
        background: rgba(37,37,38,.97);
    }

    #footer-contact-section:after {
        right: 0;
        background: rgba(37,37,38,.85);
    }

    #footer-contact-section .container {
        position: relative;
        z-index: 2;
        color: #fff;
    }

        .footer-contact-wrap {
            text-align: center;
            line-height: 17px;
        }

            .footer-contact-wrap .image-title {
                display: inline-block;
                vertical-align: middle;
                margin: 10px 0;
            }

            .footer-contact-wrap strong {
                display: block;
                font-size: 17.5px;
                font-weight: 700;
                line-height: 22px;
            }

            .footer-contact-wrap span {
                display: block;
                font-size: 13px;
                line-height: 16px;
                text-transform: uppercase;;
                font-weight: 300;
            }

            .footer-contact {
                text-align: center;
                position: relative;
                font-size: 13px;
                line-height: 24px;
                text-transform: uppercase;
                margin: 40px 0 35px;
            }

                .footer-contact a {
                    text-decoration: none;
                }

                    .footer-contact a:hover,
                    .footer-contact a:focus {
                        color: #beaf87;
                    }

                .footer-contact em {
                    font-style: normal;
                }

                .footer-contact i {
                    font-size: 10px;
                    margin-right: 8px;
                }

                .footer-contact .contact-address {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                }

                .footer-contact .contact-address i {
                    font-size: 18px;
                    margin-right: 5px;
                    margin-top: 4px;
                }

                .footer-contact .ai-mobile-phone {
                    margin-right: 15px;
                }


            .footer-contact-wrap .custom-social-media {
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .footer-form {
           position: relative;
           text-align: center;
        }

            .footer-form h3 {
                font-size: 30px;
                font-weight: 400;
                color: #ffffff;
                font-family: 'Italiana', serif;
                text-transform: uppercase;
                margin-bottom: 25px;
            }

            .footer-cf7-wrap,
            .footer-cf-row {
                position: relative;
                max-width: 380px;
                margin: 0 auto;
            }

            .footer-cf-row {
                display: flex;
                align-items: top;
                justify-content: space-between;
                margin-bottom: 18px;
            }

            .footer-cf-row * {
                outline: none;
            }

            .footer-cf-row label {
                width: 100%;
                display: block;
            }

            .footer-cf-row.col-2 label {
                max-width: 48%;
            }

            .footer-cf-row label input {
                width: 100%;
            }

            .footer-cf-row input[type=text],
            .footer-cf-row textarea {
                padding: 9px 0;
                border: none;
                border-bottom: 1px solid #bcbcbc;
                font-size: 11px;
                line-height: 15px;
                color: #a9a9a9;
                background: transparent;
            }

            .footer-cf-row label textarea {
                max-height: 70px;
                width: 100%;
                resize: none;
            }

            .footer-cf-row.submit-wrap {
                margin-top: 18px;
                text-align: center;
                position: relative;
                display: block;
            }

            .footer-cf-row.submit-wrap input[type="submit"]{
                width: 140px;
                height: 31px;

                background: #beaf87;

                text-transform: uppercase;
                font-weight: 700;
                font-size: 13px;
                line-height: initial;
                color: #fff;

                border: none;
                border-radius: none;
                padding: 7px 10px;

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

            .footer-cf-row.submit-wrap input[type="submit"]:hover,
            .footer-cf-row.submit-wrap input[type="submit"]:focus {
               background: #af9a60;
                color: #fff;
            }

            .footer-cf7-wrap div.wpcf7 .ajax-loader {
                position: absolute;
                margin-top: 7px;
            }

            .footer-cf7-wrap .use-floating-validation-tip {
                line-height: 15px;
                font-size: 11px;
            }

/* Footer */
footer.footer {
    position: relative;
    background: #1b1b1c;
    font-size: 13px;
    color: #e6e7e8;
    font-weight: 300;
    padding: 28px 0;
}

    .footer-logo {
        font-size: 0;
        text-align: right;
        line-height: initial;
    }

        .footer-logo span {
            margin-left: 5px;
        }

        .footer-logo span:before {
            font-size: 24px;
            line-height: 24px;
            color: #8d8d8e;
        }


/* Others */
div.wpcf7-response-output {
    text-align: center;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;

            /* Custom */
            font-family: 'Italiana', serif;
            font-size: 45px;
            line-height: 50px;
            text-transform: uppercase;
            /*color: #beaf87;
            color: #af9a60;*/
            color: #fff;
            font-weight: 400;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* 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%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    font-family: 'Italiana', serif;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #beaf87;
    color: #af9a60;
    font-weight: 400;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-family: 'Italiana', serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #beaf87;
    color: #af9a60;
    font-weight: 400;
}



/* Sidebar */
.sidebar-qs-wrap {
    position: relative;
    text-align: center;
    color: #000;
}

    .sidebar-qs-wrap h3 {
        font-size: 23px;
        line-height: 25px;
        color: #000;
        text-transform: uppercase;
        font-family: 'Italiana', serif;
        display: block;
        font-weight: 400;
    }

    .sidebar-qs-wrap .quick-search-wrap #dp-property-type,
    .sidebar-qs-wrap .quick-search-wrap #dp-city-zip {
        width: 100%;
    }

    .sidebar-qs-wrap .quick-search-wrap #dp-beds,
    .sidebar-qs-wrap .quick-search-wrap #dp-baths,
    .sidebar-qs-wrap .quick-search-wrap #dp-min-price,
    .sidebar-qs-wrap .quick-search-wrap #dp-max-price,
    .sidebar-qs-wrap .quick-search-wrap button,
    .sidebar-qs-wrap .quick-search-wrap a.adv-btn {
        width: 49%;
    }

    .sidebar-qs-wrap .quick-search-wrap select,
    .sidebar-qs-wrap .quick-search-wrap button,
    .sidebar-qs-wrap .quick-search-wrap a.adv-btn {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .sidebar-qs-wrap .quick-search-wrap button,
    .sidebar-qs-wrap .quick-search-wrap a.adv-btn {
        font-size: 11px;
    }


    .sidebar-qs-wrap .qs-group-wrap {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .sidebar-qs-wrap .quick-search-wrap  .qs-group-wrap select {
        margin-left: 0;
    }
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/*IP COMMUNITIES*/
    .ip-community-list {
        max-width: 1172px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

        .ip-community-list .ip-community-item {
            display: inline-block;
            vertical-align: middle;
            padding: 15px;
            width: 25%;
        }

            .ip-community-item a {
                display: block;
                outline: none;
                text-decoration: none;
                position: relative;
                overflow: hidden;
            }

                .ip-community-item a:before {
                    display: block;
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    background: rgba(37,37,38,.55);
                    z-index: 2;

                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                }

                .ip-community-item a:hover:before,
                .ip-community-item a:focus:before {
                    background: rgba(161,146,118,.75);
                }

                .ip-community-item a canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                    background-size: cover;
                    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;
                }

                .ip-community-item a:hover canvas,
                .ip-community-item a:focus canvas {
                    transform: scale(1.05);
                }

                .ip-community-item .ip-community-description {
                    z-index: 5;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    color: #fff;
                    font-size: 18px;
                    text-transform: uppercase;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                }

                    .ip-community-item a .ip-community-description strong {
                        display: block;
                        font-weight: 400;
                        width: 70%;
                        line-height: 21px;
                    }

                    .ip-community-item a .ip-community-description span {
                        display: block;
                        line-height: 16px;
                        font-weight: 300;
                        color: #ffffff;
                        text-transform: uppercase;
                        border: 0px solid #ffffff;
                        padding: 0;
                        min-width: 120px;
                        height: 0;
                        font-size: 0;

                        transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                    }

                    .ip-community-item a:hover .ip-community-description span,
                    .ip-community-item a:focus .ip-community-description span {
                        height: 31px;
                        padding: 7px 15px;
                        font-size: 13px;
                        border: 1px solid #ffffff;
                        margin-top: 16px;
                    }


.agent-holder .agent-contact-lang.agent-contact-detail {
    display: none;
}

a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    color: #000;
}
a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
}

ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.quick-search-wrap .bootstrap-select.btn-group .dropdown-menu{
    top: 32px;
    bottom: auto;
}

.quick-search-wrap .bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 200px !important;
}

#ihf-main-container .ihf-mapsearch-refine-overlay-inner .field-label, 
#ihf-main-container .ihf-mapsearch-refine-overlay-inner label {
    color: #fff !important;
    padding-left: 0 !important;
}
.ip-container #footer-contact-section{
    z-index: 0;
}
#ihf-main-container .chosen-container .chosen-results{
    max-height: 160px;
    margin: 0;
}
#ihf-main-container .ihf-grid-result-address{
    display: block;
}

#cityzip{
    display: none;
}
#ihf-map-canvas .leaflet-top.leaflet-right {
    z-index: 999;
}