/*
Theme Name: Cottage Realty
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
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;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    /*display: none;*/
    padding: 0;
    position: absolute;
    width:100%;
    min-width:180px;
    left: 50%;
    margin-left: -90px;
    padding-top: 32px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#nav .sub-menu a{
    color: #252424;
    display: block;
    padding: 10px;
    background: #fff;
}
#nav .sub-menu a:hover {
    background: #7e173a;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    left: 1px;
    padding-top: 0 !important;
}
#nav li:hover > .sub-menu{
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#nav .sub-menu li{
    position: relative;
    display: block;
    margin-bottom: 1px;
}

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

/* Global */

body{
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;

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

a,a:hover,a:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}

.slick-slide{
    outline: none !important;
}

.label-hide{
    display: none !important;
}

.no-padding {
    padding: 0;
}

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

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

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

div#main-wrapper{
    overflow: hidden;
    position: relative;
}

/*header*/
header.main-header {
    position: fixed;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1001;
    padding: 29px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.32);
}

    .header-bottom {
        background: #7e173a;
    }

        .header-bottom-inner{
            max-width: 1330px;
            margin: 0 auto;
            padding: 0 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

/*fixed header*/
header.main-header.show-fixed {
    padding: 0;
}

    header.main-header.show-fixed .header-logo{
        max-width: 222px;
    }

        header.main-header.show-fixed .header-contact {
            margin: -2px auto;
            opacity: 0;
            pointer-events: none;
        }

            header.main-header.show-fixed nav.header-nav ul#nav > li > a{
                /*font-size: 14px;*/
            }

/*contact*/
.header-contact {
    margin: 12px auto;
    max-width: 1330px;
    text-align: right;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .header-contact span, 
    .header-contact span a{
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        font-family: 'Rubik', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .header-contact em.ai-font-phone {
            font-size: 14px;
            color: #fff;
            margin-right: 2px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .header-contact em.ai-font-envelope-f{
                font-size: 10px;
                color: #fff;
                margin-right: 5px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

               /* .header-contact span a:hover{
                    color: #677a5b;
                }*/

                    .header-contact span {
                        margin-left: 29px;
                    }

/*logo*/
.header-logo {
    padding: 13px;
    max-width: 253px;
    position: relative;
    margin: -14px 0 -18px;
    background: #7e173a;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .header-logo a{
        display: block;
        position: relative;
    }

/*nav*/
nav.header-nav {
    position: relative;
    text-align: right;
}

    nav.header-nav ul#nav{
        font-size: 0;
        position: relative;
    }

        nav.header-nav ul#nav > li{
            margin: 0 15px;
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

            nav.header-nav ul#nav > li > a{
                font-size: 16px;
                text-align: center;
                color: #fff;
                font-weight: 400;
                text-transform: uppercase;
                font-family: 'Rubik', sans-serif;
                padding: 5px;
                display: block;
                position: relative;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                nav.header-nav ul#nav > li:first-child{
                    margin-left: 0 !important;
                }

                    nav.header-nav ul#nav > li:last-child{
                        margin-right: 0;
                    }

                        nav.header-nav ul#nav .sub-menu a{
                            color: #252424;
                            padding: 10px 5px;
                            font-size: 13px;
                            font-weight: 400;
                            font-family: 'Rubik', sans-serif;
                            text-align: center;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }

                            nav.header-nav ul#nav .sub-menu li:hover > a{
                                background: #7e173a;
                                color: #fff;
                            }

                                nav.header-nav ul#nav > li:hover > a{
                                    color: #677a5b;
                                }

                                    nav.header-nav ul#nav > li > .sub-menu > li:first-child::after {
                                        content: '';
                                        position: absolute;
                                        top: -5px;
                                        left: 0;
                                        right: 0;
                                        margin: auto;
                                        width: 0;
                                        height: 0;
                                        border-left: 5px solid transparent;
                                        border-right: 5px solid transparent;
                                        border-bottom: 5px solid #fff;
                                    }

/*slideshow*/
.slideshow-area,
.slider-holder {
    position: relative;
}

    .slider-holder .cycle-slide:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
    }

        .slide-tagline-area{
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            padding: 0 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .slide-tagline-text{
                font-family: 'Frank Ruhl Libre', serif;
                font-size: 72px;
                text-transform: uppercase;
                color: #fff;
                line-height: 1;
                position: relative;
                margin-top: 102px;
                visibility: hidden;
                letter-spacing: 5px;
                text-align: center;
            }

                .slide-tagline-text span{
                    display: block;
                    font-size: 22px;
                    font-family: 'Rubik', sans-serif;
                    margin-top: 9px;
                    letter-spacing: 1.2px;
                }

/*quick search*/
section.quick-search-area {
    padding: 0 15px 0;
    position: relative;
    z-index: 2;
}

    .qs-holder {
        font-size: 0;
        position: relative;
        padding: 23px 26px 21px;
        z-index: 5;
        background: #fff;
        box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.17);
        max-width: 1460px;
        margin: -74px auto 0;
    }

        .qs-title {
            text-align: center;
            font-size: 24px;
            text-transform: uppercase;
            color: #505a6c;
            font-family: 'Frank Ruhl Libre', serif;
            letter-spacing: 2.2px;
            margin-bottom: 20px;
        }

            .qs-form{
                position: relative;
            }

                .qs-form select,
                .qs-form input {
                    border-radius: 0;
                    color: #333333;
                    font-size: 11px;
                    font-weight: 400;
                    font-family: 'Rubik', sans-serif;
                    text-transform: uppercase;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background: #dbdbdb url(images/qs-arrow.png) no-repeat scroll right 10px center;
                    width: 100%;
                    height: 44px;
                    padding: 0 15px;
                    border: none;  
                    line-height: 1;
                    letter-spacing: 1.5px;
                }

                    .qs-form input{
                        background: #dbdbdb;
                    }

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

                            .qs-form .qs-field {
                                display: inline-block;
                                vertical-align: top;
                                margin-right: 2px;
                                margin-bottom: 5px;
                            }

                                .btn-form.qs-field input{
                                    background: #a71c4b;
                                    text-transform: uppercase;
                                    padding: 0;
                                    font-size: 11px;
                                    color: #fff;
                                    font-weight: 500;
                                    height: 44px;
                                    border: none;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                                    .btn-form.qs-field a {
                                        border-radius: 0;
                                        color: #fff;
                                        font-weight: 500;
                                        background: #677a5b;
                                        text-transform: uppercase;
                                        font-size: 11px;
                                        height: 44px;
                                        line-height: 44px;
                                        font-family: 'Rubik', sans-serif;
                                        border: 0;
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                        display: block;
                                        text-align: center;
                                    }

                                        .btn-form.qs-field input:hover{
                                            background: #820f36;
                                        }

                                            .btn-form.qs-field a:hover{
                                                background: #404d38;
                                            }

                                        .btn-form.qs-field.qsbtn1 {
                                            position: relative;
                                            margin-right: 5px;
                                            margin-left: 2px;
                                        }

                                    .btn-form.qs-field {
                                        width: 11.648%;
                                        position: relative;
                                        vertical-align: bottom;
                                    }

                                        .long-form {
                                            width: 21.5%;
                                        }

                                            .short-form {
                                                width: 8.026%;
                                            }

                                    .btn-form.qs-field.qsbtn2 {
                                        margin-right: 0;
                                        margin-left: 0;
                                    }

/*cta*/
section.cta-area {
    position: relative;
    padding: 99px 15px;
    z-index: 1;
}

    .cta-inner {
        max-width: 1480px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cta-list {
            padding: 4.5px;
            /*max-width: 370px;*/
            width: calc(100% / 4);
            margin: 15px 0;
        }

            .cta-list a{
                display: block;
                position: relative;
                overflow: hidden;
            }

                .cta-photo {
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                    .cta-photo canvas{
                        display: block;
                        width: 100%;
                        background: #161616;
                        opacity: .38;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .cta-content {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .cta-label {
                                font-size: 30px;
                                color: #fff;
                                text-transform: uppercase;
                                font-family: 'Frank Ruhl Libre', serif;
                                text-align: center;
                                letter-spacing: 3px;
                                position: relative;
                                z-index: 5;
                                margin-top: 0%;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                            }

                                .cta-label span{
                                    display: block;
                                    font-size: 24px;
                                    font-family: 'Rubik', sans-serif;
                                    letter-spacing: 2px;
                                    margin-bottom: 2px;
                                }

                                    .cta-list a::after {
                                        content: '';
                                        position: absolute;
                                        bottom: -50%;
                                        opacity: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        background: linear-gradient(to bottom, rgba(106,122,96,0) 0%,rgba(106,122,96,0.06) 9%,rgba(106,122,96,0.12) 15%,rgba(106,122,96,0.61) 46%,rgba(106,122,96,0.8) 61%,rgba(106,122,96,0.91) 74%,rgba(106,122,96,0.96) 83%,rgba(106,122,96,1) 100%);
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                    }

                                        .cta-list a:hover::after{
                                            bottom: 0;
                                            opacity: 1;
                                        }

                                            .cta-list a:hover .cta-label{
                                                margin-top: 30%;
                                            }

                                                .cta-list a:hover .cta-photo canvas{
                                                    opacity: .1;
                                                }

/*featured communities*/
section.featured-communities-area{
    position: relative;
    background: url(images/fc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0 122px;
}

    .fc-holder {
        text-align: center;
        max-width: 1920px;
        margin: 0 auto;
    }

    .fc-title {
        text-align: center;
        font-size: 55px;
        color: #7e173a;
        text-transform: uppercase;
        font-family: 'Frank Ruhl Libre', serif;
        letter-spacing: 5.5px;
        position: relative;
        z-index: 5;
        margin-bottom: 63px;
    }

        .fc-title span{
            display: block;
            font-size: 18px;
            color: #4a4a4a;
            font-family: 'Rubik', sans-serif;
            letter-spacing: 1.7px;
        }

            .fc-list-holder {
                font-size: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 0 -2px;
            }

                .fc-list {
                    padding: 2px;
                }

                    .fc-list a{
                        display: block;
                        position: relative;
                        height: 100%;
                    }

                        .fc-photo {
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                            height: 100%;
                        }

                            .fc-photo canvas {
                                display: block;
                                width: 100%;
                                background: #000;
                                opacity: .3;
                                height: 100%;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                            }

                                .fc-col1 {
                                    width: 27%;
                                }

                                    .fc-col2 {
                                        width: 33.375%;
                                    }

                                        .fc-col3 {
                                            width: 39.625%;
                                        }

                                            .fc-list.fc1 {
                                                height: 64%;
                                            }

                                                .fc-list.fc2 {
                                                    height: 36%;
                                                }

                                                    .fc-list.fc3{
                                                        height: 45.5%;
                                                    }

                                                        .fc-list.fc4{
                                                            height: 54.5%;
                                                        }

                                                    .fc-list.fc5 {
                                                        width: 50.5%;
                                                    }

                                                .fc-list.fc6 {
                                                    width: 49.5%;
                                                }

                                            .fc-list.fc7 {
                                                width: 100%;
                                            }

                                        .fc-col3{
                                            display: -webkit-box;
                                            display: -webkit-flex;
                                            display: -ms-flexbox;
                                            display: flex;
                                            -webkit-flex-wrap: wrap;
                                            -ms-flex-wrap: wrap;
                                            flex-wrap: wrap;
                                        }

                                    .fc-content {
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        display: -webkit-box;
                                        display: -webkit-flex;
                                        display: -ms-flexbox;
                                        display: flex;
                                        -webkit-box-pack: center;
                                        -webkit-justify-content: center;
                                        -ms-flex-pack: center;
                                        justify-content: center;
                                        -webkit-box-align: center;
                                        -webkit-align-items: center;
                                        -ms-flex-align: center;
                                        align-items: center;
                                    }

                                .fc-content span{
                                    font-size: 22px;
                                    text-transform: uppercase;
                                    color: #fff;
                                    font-family: 'Rubik', sans-serif;
                                    letter-spacing: 2px;
                                    border: solid 2px rgba(255, 255, 255, 0);
                                    width: 100%;
                                    /*max-width: 269px;*/
                                    max-width: 16.813vw;
                                    padding: 19px 0;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                    position: relative;
                                    z-index: 5;
                                }

                            .fc-list a:hover .fc-content span{
                                border: solid 2px rgba(255, 255, 255, 0.57);
                            }

                        .fc-list a:hover .fc-photo canvas{
                            background: #58694e;
                            opacity: .85;
                        }

                    .fc-content::after{
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                        /*width: 169px;
                        height: 219px;*/
                        width: 10.563vw;
                        height: 13.688vw;
                        background: url(images/fc-overlay.png) no-repeat;
                        background-size: 100% 100%;
                        background-position: center;
                        z-index: 2;
                        opacity: 0;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                        -webkit-transform: scale(0);
                        -ms-transform: scale(0);
                        transform: scale(0);
                    }

                .fc-list a:hover .fc-content::after{
                    opacity: .14;
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                 }

/*welcome*/
section.welcome-area{
    background: url(images/wc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.welcome-area .row.wc-row .col-md-6 {
    width: 100%;
}

.wc-content {
    margin-right: 0 !important;
    text-align: center;
}

.wc-inner {
    max-width: 100% !important;
}

.wc-content .title-inner {
    padding-top: 30px;
}

.wc-text {
    max-width: 415px;
    margin: 0 auto;
}

.welcome-area .row.wc-row .col-md-6:nth-child(2) {
    display: none;
}

    .wc-row::before{
        display: none;
    }

        .wc-row{
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .wc-content {
                background: rgba(255, 255, 255, 0.9);
                height: 100%;
                position: relative;
                margin-right: -160px;
                padding: 35px 95px 35px;
            }

                .wc-content h1 {
                    font-size: 95px;
                    color: #7e173a;
                    text-transform: uppercase;
                    font-family: 'Frank Ruhl Libre', serif;
                    letter-spacing: 6px;
                    line-height: .86;
                    margin-bottom: 28px;
                }

                    .wc-content h1 span {
                        display: block;
                        font-size: 24px;
                        color: #4a4a4a;
                        font-family: 'Rubik', sans-serif;
                        margin-bottom: 23px;
                        letter-spacing: 1.2px;
                        left: 3px;
                        position: relative;
                    }

                        .wc-agent {
                            position: relative;
                            margin: -159px 0 0 -20px;
                        }

                            .wc-inner{
                                max-width: 458px;
                            }

                                .wc-inner .title-overlay {
                                    right: auto;
                                    left: -15px;
                                }

                                    .wc-text p {
                                        font-size: 15px;
                                        color: #484848;
                                        font-family: 'Rubik', sans-serif;
                                        line-height: 2;
                                        padding-bottom: 20px;
                                    }

                                        .wc-links a {
                                            display: inline-block;
                                            vertical-align: top;
                                            width: 160px;
                                            background: #a71c4b;
                                            text-transform: uppercase;
                                            padding: 0;
                                            font-size: 14px;
                                            color: #fff;
                                            font-weight: 500;
                                            height: 44px;
                                            line-height: 44px;
                                            margin: 7px 5px 7px 0;
                                            border: none;
                                            text-align: center;
                                            -webkit-transition: all 0.4s ease-in-out;
                                            -moz-transition: all 0.4s ease-in-out;
                                            -o-transition: all 0.4s ease-in-out;
                                            transition: all 0.4s ease-in-out;
                                        }

                                            .wc-links a:nth-child(2){
                                                background: #677a5b;
                                            }

                                                .wc-links a:hover {
                                                    background: #820f36;
                                                }

                                                    .wc-links a:nth-child(2):hover {
                                                        background: #404d38;
                                                    }

                                                .wc-text {
                                                    max-width: 415px;
                                                }

/*featured listings*/
section.featured-listings-area{
    position: relative;
    padding: 8px 0 0;
}

    .fl-holder {
        text-align: center;
        max-width: 1920px;
        margin: 0 auto;
    }

        .fl-title {
            text-align: center;
            font-size: 55px;
            color: #7e173a;
            text-transform: uppercase;
            font-family: 'Frank Ruhl Libre', serif;
            letter-spacing: 5.5px;
            position: relative;
            z-index: 5;
            margin-bottom: 52px;
        }

            .fl-title span{
                display: block;
                font-size: 18px;
                color: #4a4a4a;
                font-family: 'Rubik', sans-serif;
                letter-spacing: 1.7px;
            }

                .fl-list {
                    padding: 2px;
                    /*max-width: 534px;*/
                    margin: 0 auto;
                }

                    .fl-list a{
                        display: block;
                        position: relative;
                        overflow: hidden;
                    }

                        .fl-photo canvas {
                            display: block;
                            width: 100%;
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                            -webkit-filter: grayscale(0);
                            filter: grayscale(0);
                            opacity: 1;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .fl-list a:hover .fl-photo canvas{
                                -webkit-filter: grayscale(1);
                                filter: grayscale(1);
                                opacity: .15;
                            }

                                .fl-photo{
                                    background: #58694e;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                } 

                                    .fl-content{
                                        position: absolute;
                                        bottom: 56px;
                                        width: 100%;
                                        z-index: 2;
                                        opacity: 1;
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                    }

                                    .fl-address {
                                        font-size: 22px;
                                        text-transform: uppercase;
                                        color: #fff;
                                        font-family: 'Rubik', sans-serif;
                                        line-height: 1;
                                        letter-spacing: 1px;
                                    }

                                        .fl-address span{
                                            display: block;
                                            font-size: 14px;
                                            font-weight: 300;
                                            text-transform: none;
                                            margin-top: 8px;
                                            letter-spacing: .7px;
                                        }

                                            .fl-list a::after {
                                                content: '';
                                                position: absolute;
                                                bottom: 0;
                                                width: 100%;
                                                left: 0;
                                                height: 100%;
                                                background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(14,14,14,0.03) 22%,rgba(14,14,14,0.06) 30%,rgba(14,14,14,0.13) 38%,rgba(14,14,14,0.24) 47%,rgba(14,14,14,0.39) 56%,rgba(14,14,14,0.43) 57%,rgba(14,14,14,0.46) 59%,rgba(14,14,14,0.64) 68%,rgba(14,14,14,0.8) 75%,rgba(14,14,14,0.93) 82%,rgba(14,14,14,0.97) 85%,rgba(14,14,14,1) 90%,rgba(14,14,14,1) 100%);
                                                opacity: .5;
                                                -webkit-transition: all 0.4s ease-in-out;
                                                -moz-transition: all 0.4s ease-in-out;
                                                -o-transition: all 0.4s ease-in-out;
                                                transition: all 0.4s ease-in-out;
                                            }

                                                .fl-list a:hover::after{
                                                    opacity: 0;
                                                    bottom: -20%;
                                                } 

                                            .fl-content::after {
                                                content: '';
                                                position: absolute;
                                                bottom: -24px;
                                                left: 0;
                                                right: 0;
                                                width: 35px;
                                                height: 3px;
                                                background: #fff;
                                                margin: auto;
                                            }

                                        .fl-list a:hover .fl-content{
                                            bottom: -56px;
                                            opacity: 0;
                                        }

                                    .fl-hover{
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        z-index: 5;
                                        display: -webkit-box;
                                        display: -webkit-flex;
                                        display: -ms-flexbox;
                                        display: flex;
                                        -webkit-box-pack: center;
                                        -webkit-justify-content: center;
                                        -ms-flex-pack: center;
                                        justify-content: center;
                                        -webkit-box-align: center;
                                        -webkit-align-items: center;
                                        -ms-flex-align: center;
                                        align-items: center;
                                        -webkit-box-orient: vertical;
                                        -webkit-box-direction: normal;
                                        -webkit-flex-direction: column;
                                        -ms-flex-direction: column;
                                        flex-direction: column;
                                        opacity: 0;
                                        top: 50px;
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                    }

                                .fl-price {
                                    font-size: 43px;
                                    color: #fff;
                                    font-family: 'Frank Ruhl Libre', serif;
                                    margin-bottom: 16px;
                                }

                            .fl-specs {
                                font-size: 14px;
                                color: #fff;
                                font-family: 'Rubik', sans-serif;
                                line-height: 1;
                                margin-top: 19px;
                            }

                        .fl-specs span img {
                            display: inline-block;
                            vertical-align: unset;
                            margin-right: 6px;
                        }

                    .fl-specs span {
                        margin: 0 12px;
                    }

                .fl-list a:hover .fl-hover{
                    top: 0;
                    opacity: 1;
                }

            .fl-list a::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 10.563vw;
                height: 13.688vw;
                background: url(images/fp-overlay.png) no-repeat;
                background-size: 100% 100%;
                background-position: center;
                z-index: 2;
                opacity: 0;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        .fl-list a:hover::before{
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: .14;
        }

    .fl-slick-slider {
        margin: 0 -2px;
    }

/*featured rentals*/
section.featured-rentals-area{
    position: relative;
    padding: 14px 0 72px;
}

    .fr-holder {
        text-align: center;
        max-width: 1920px;
        margin: 0 auto;
    }

        .fr-title {
            text-align: center;
            font-size: 55px;
            color: #7e173a;
            text-transform: uppercase;
            font-family: 'Frank Ruhl Libre', serif;
            letter-spacing: 5.5px;
            position: relative;
            z-index: 5;
            margin-bottom: 52px;
        }

            .fr-title span{
                display: block;
                font-size: 18px;
                color: #4a4a4a;
                font-family: 'Rubik', sans-serif;
                letter-spacing: 1.7px;
            }

                .fr-list {
                    padding: 2px;
                    /*max-width: 534px;*/
                    margin: 0 auto;
                }

                    .fr-list a{
                        display: block;
                        position: relative;
                        overflow: hidden;
                    }

                        .fr-photo canvas {
                            display: block;
                            width: 100%;
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                            -webkit-filter: grayscale(0);
                            filter: grayscale(0);
                            opacity: 1;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .fr-list a:hover .fr-photo canvas{
                                -webkit-filter: grayscale(1);
                                filter: grayscale(1);
                                opacity: .15;
                            }

                                .fr-photo{
                                    background: #58694e;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                } 

                                    .fr-content{
                                        position: absolute;
                                        bottom: 56px;
                                        width: 100%;
                                        z-index: 2;
                                        opacity: 1;
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                    }

                                    .fr-address {
                                        font-size: 22px;
                                        text-transform: uppercase;
                                        color: #fff;
                                        font-family: 'Rubik', sans-serif;
                                        line-height: 1;
                                        letter-spacing: 1px;
                                    }

                                        .fr-address span{
                                            display: block;
                                            font-size: 14px;
                                            font-weight: 300;
                                            text-transform: none;
                                            margin-top: 8px;
                                            letter-spacing: .7px;
                                        }

                                            .fr-list a::after {
                                                content: '';
                                                position: absolute;
                                                bottom: 0;
                                                width: 100%;
                                                left: 0;
                                                height: 100%;
                                                background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(14,14,14,0.03) 22%,rgba(14,14,14,0.06) 30%,rgba(14,14,14,0.13) 38%,rgba(14,14,14,0.24) 47%,rgba(14,14,14,0.39) 56%,rgba(14,14,14,0.43) 57%,rgba(14,14,14,0.46) 59%,rgba(14,14,14,0.64) 68%,rgba(14,14,14,0.8) 75%,rgba(14,14,14,0.93) 82%,rgba(14,14,14,0.97) 85%,rgba(14,14,14,1) 90%,rgba(14,14,14,1) 100%);
                                                opacity: .5;
                                                -webkit-transition: all 0.4s ease-in-out;
                                                -moz-transition: all 0.4s ease-in-out;
                                                -o-transition: all 0.4s ease-in-out;
                                                transition: all 0.4s ease-in-out;
                                            }

                                                .fr-list a:hover::after{
                                                    opacity: 0;
                                                    bottom: -20%;
                                                } 

                                            .fr-content::after {
                                                content: '';
                                                position: absolute;
                                                bottom: -24px;
                                                left: 0;
                                                right: 0;
                                                width: 35px;
                                                height: 3px;
                                                background: #fff;
                                                margin: auto;
                                            }

                                        .fr-list a:hover .fr-content{
                                            bottom: -56px;
                                            opacity: 0;
                                        }

                                    .fr-hover{
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        z-index: 5;
                                        display: -webkit-box;
                                        display: -webkit-flex;
                                        display: -ms-flexbox;
                                        display: flex;
                                        -webkit-box-pack: center;
                                        -webkit-justify-content: center;
                                        -ms-flex-pack: center;
                                        justify-content: center;
                                        -webkit-box-align: center;
                                        -webkit-align-items: center;
                                        -ms-flex-align: center;
                                        align-items: center;
                                        -webkit-box-orient: vertical;
                                        -webkit-box-direction: normal;
                                        -webkit-flex-direction: column;
                                        -ms-flex-direction: column;
                                        flex-direction: column;
                                        opacity: 0;
                                        top: 50px;
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                    }

                                .fr-price {
                                    font-size: 43px;
                                    color: #fff;
                                    font-family: 'Frank Ruhl Libre', serif;
                                    margin-bottom: 16px;
                                }

                            .fr-specs {
                                font-size: 14px;
                                color: #fff;
                                font-family: 'Rubik', sans-serif;
                                line-height: 1;
                                margin-top: 19px;
                            }

                        .fr-specs span img {
                            display: inline-block;
                            vertical-align: unset;
                            margin-right: 6px;
                        }

                    .fr-specs span {
                        margin: 0 12px;
                    }

                .fr-list a:hover .fr-hover{
                    top: 0;
                    opacity: 1;
                }

            .fr-list a::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 10.563vw;
                height: 13.688vw;
                background: url(images/fp-overlay.png) no-repeat;
                background-size: 100% 100%;
                background-position: center;
                z-index: 2;
                opacity: 0;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        .fr-list a:hover::before{
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: .14;
        }

    .fr-slick-slider {
        margin: 0 -2px;
    }

/*get in touch*/
section.get-in-touch-area{
    position: relative;
    padding: 91px 0 128px;
    background: url(images/gt-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .gt-holder {
        text-align: center;
        font-size: 0;
        padding: 0 17px;
        position: relative;
    }

        .gt-holder::after{
            content: '';
            position: absolute;
            top: 27px;
            left: 0;
            width: 100%;
            height: calc(100% - 9px);
            background: #fff;
        }

        .gt-holder .title-overlay{
            width: 138px;
            height: 154px;
            background: url(images/gt-title-overlay.png) no-repeat;
        }

            .gt-holder .title-inner {
                padding-top: 63px;
            }

                .gt-form-inner {
                    position: relative;
                    background: #fff;
                    border: solid 1px rgba(0, 0, 0, 0.12);
                    padding: 9px 0 0;
                    max-width: 714px;
                    margin: 0 auto;
                    z-index: 5;
                }

                    .gt-title {
                        text-align: center;
                        font-size: 55px;
                        color: #7e173a;
                        text-transform: uppercase;
                        font-family: 'Frank Ruhl Libre', serif;
                        letter-spacing: 5.5px;
                        position: relative;
                        z-index: 5;
                        margin-bottom: 51px;
                    }

            .gt-form input,
            .gt-form textarea {
                font-size: 13px;
                width: 100%;
                font-weight: 400;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: transparent;
                height: 30px;
                color: #565656;
                font-family: 'Rubik', sans-serif;
                padding: 0 12px;
                border-radius: 0;
                resize: none;
                border: none;
                border-bottom: solid 1px #b0b0b0;
            }

                .gt-form textarea {
                    padding-top: 8px;
                    height: 100px;
                }

                .gt-fields {
                    margin-bottom: 31px;
                    position: relative;
                }

                    .gt-form div.wpcf7 .ajax-loader {
                        margin: 0 auto !important;
                        display: block;
                    }

                        .gt-form span.wpcf7-not-valid-tip {
                            font-size: 10px;
                        }

                                .gt-form span.wpcf7-form-control-wrap {
                                    display: block;
                                }

                                .gt-form div.wpcf7-response-output {
                                    margin: -15px auto 0;
                                    position: absolute;
                                    width: 100%;
                                    font-size: 12px;
                                    color: #000;
                                    text-align: center;
                                    left: 0;
                                    right: 0;
                                    bottom: -12px;
                                }

                                        .gt-form form {
                                            position: relative;
                                        }

                                            .gt-fields.gt-btn input{
                                                background: #7e173a;
                                                color: #fff;
                                                padding: 0;
                                                font-size: 13px;
                                                font-family: 'Rubik', sans-serif;
                                                font-weight: 400;
                                                text-transform: uppercase;
                                                height: 44px;
                                                border: none;
                                                text-align: center;
                                                -webkit-transition: all 0.4s ease-in-out;
                                                -moz-transition: all 0.4s ease-in-out;
                                                -o-transition: all 0.4s ease-in-out;
                                                transition: all 0.4s ease-in-out;
                                            }

                                        .gt-fields.gt-btn input:hover{
                                            background: #404d38;
                                        }

                                    .gt-fields.gt-textarea{
                                        width: 100%;
                                    }

                                .gt-fields.gt-btn{
                                    width: 164px;
                                    padding: 0;
                                    margin: 45px auto 0;
                                }

                            .gt-form {
                                max-width: 530px;
                                margin: 0 auto;
                                padding: 0 15px 38px;
                            }

.title-inner{
    display: inline-block;
    position: relative;
    padding-top: 91px;
}

    .title-overlay{
        width: 138px;
        height: 180px;
        background: url(images/title-overlay.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

/*footer*/
footer.main-footer {
    padding: 0 0 50px;
}

    .footer-logo {
        padding: 13px;
        max-width: 253px;
        position: relative;
        margin: -42px auto 0;
        background: #fff;
        border-radius: 4px;
    }

        .footer-logo a{
            display: block;
            position: relative;
        }

            .footer-bottom {
                border-top: solid 1px #862042;
                margin-top: 53px;
            }

/*footer agent*/
.footer-agent {
    font-size: 68px;
    font-weight: 500;
    color: #7e173a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 1;
    letter-spacing: 5px;
    margin-top: 9px;
    margin-bottom: 54px;
}

    .footer-agent span {
        display: block;
        font-size: 18px;
        color: #7e173a;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        margin-top: 8px;
        letter-spacing: 1px;
    }

/*footer contact*/
.ft-contact {
    text-align: center;
}

    .ft-contact span, 
    .ft-contact span a{
        font-size: 16px;
        color: #7e173a;
        font-weight: 400;
        letter-spacing: .5px;
        font-family: 'Rubik', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .ft-contact em.ai-font-phone {
            font-size: 19px;
            color: #7e173a;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            display: inline-block;
            margin-bottom: 25px;
        }

            .ft-contact em.ai-font-envelope-f{
                font-size: 14px;
                color: #7e173a;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                position: relative;
                top: 4px;
                display: inline-block;
                margin-bottom: 30px;
            }

                .ft-contact em.ai-font-location-c {
                    font-size: 21px;
                    color: #7e173a;
                    display: inline-block;
                    margin-bottom: 20px;
                }

                    .ft-contact span a:hover{
                        color: #404d38;
                    }

                        .ft-contact span {
                            display: inline-block;
                            vertical-align: top;
                            width: 230px;
                            margin: 0 29px;
                        }

                            span.ft-loc {
                                line-height: 1.35;
                            }

/*footer nav*/
ul.footernav {
    font-size: 0;
    text-align: center;
    margin-top: 47px;
}

    ul.footernav li {
        position: relative;
        margin: 0 16px;
        display: inline-block;
        vertical-align: top;
    }

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

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

                ul.footernav li a {
                    display: block;
                    padding: 5px 0;
                    color: #7e173a;
                    font-size: 12px;
                    font-weight: 400;
                    letter-spacing: .5px;
                    font-family: 'Rubik', sans-serif;
                    text-transform: uppercase;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;

                }

                    ul.footernav li a:hover{
                        color: #404d38;
                    }

.footer-copyright {
    text-align: center;
    line-height: 1.2;
    margin-top: 14px;
    letter-spacing: .5px;
    margin-bottom: 32px;
}

    .footer-copyright,
    .footer-copyright a {
        font-size: 12px;
        color: #7e173a;
        font-family: 'Rubik', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .footer-copyright a:hover,
        .footer-copyright a[href="https://www.agentimage.com"]:hover{
            color: #404d38 !important;
        }

            .footer-copyright a[href="https://www.agentimage.com"]{
                text-decoration: underline !important;
                color: #7e173a;
            }   

                .mls {
                    text-align: center;
                    font-size: 31px;
                    color: #7e173a;
                }

/*sidebar*/
.sidebar-logo a {
    max-width: 227px;
    margin: 15px auto 0;
    display: block;
}

.sidebar-agent {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #7e173a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 1;
    margin-top: 9px;
    margin-bottom: 30px;
}

    .sidebar-agent span {
        display: block;
        font-size: 18px;
        color: #7e173a;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        margin-top: 8px;
        letter-spacing: 1px;
    }

.sidebar-contact {
    text-align: center;
}

    .sidebar-contact span, 
    .sidebar-contact span a{
        font-size: 16px;
        color: #7e173a;
        font-weight: 400;
        letter-spacing: .5px;
        font-family: 'Rubik', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .sidebar-contact em.ai-font-phone {
            font-size: 19px;
            color: #7e173a;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            display: inline-block;
            margin-bottom: 10px;
        }

            .sidebar-contact em.ai-font-envelope-f{
                font-size: 14px;
                color: #7e173a;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                position: relative;
                top: 4px;
                display: inline-block;
                margin-bottom: 10px;
            }

                .sidebar-contact em.ai-font-location-c {
                    font-size: 21px;
                    color: #7e173a;
                    display: inline-block;
                    margin-bottom: 10px;
                }

                    .sidebar-contact span a:hover{
                        color: #404d38;
                    }

                        .sidebar-contact span {
                            display: block;
                            margin: 0 0 15px;
                        }

                            span.sidebar-loc {
                                line-height: 1.35;
                            }

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

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

.sidebar .cta-inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.sidebar .cta-list {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
}

.sidebar .cta-label {
    font-size: 20px;
    line-height: 1;
}

.sidebar .cta-label span {
    font-size: 15px;
}

/* 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 { 
    color: #7e173a;
    text-transform: uppercase;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 30px;
}

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

}

#content .entry {
    font-size: 15px;
    color: #000;
    font-family: 'Rubik', sans-serif;
}

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

.aios-mobile-header-wrapper .amh-navigation .amh-menu li:hover > a, 
.aios-mobile-header-wrapper .amh-navigation .amh-menu li.open > a {
    background: #7e173a;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul {
    background: #677a5b;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul a {
    color: #fff;
}
	 
.bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #dbdbdb url(images/qs-arrow.png) no-repeat scroll right 10px center;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: none;
    line-height: 1;
    letter-spacing: 1.5px;
}

h2.archive-subtitle a:hover {
    color: #7E173A;
}

.archive-content.archive-has-thumbnail a:hover {
    color: #7E173A;
}

.context-mob a:hover,
.context-email a:hover {
    color: #7E173A !important;
}

.aios-roadmaps.no-border.black a.aios-roadmap-link.active-link, .aios-roadmaps.no-border.black a.aios-roadmap-link:hover {
        color: #7E173A !important;
}

#content .property-description .property-add-type strong a:hover {
    color: #404D38;
}
#content .property-description .prop-cta a:hover {
    background: #404D38 !important;
}

/* .pop-gallery-wrap .pop-gallery img {
    position: fixed;
    z-index: 0;
} */
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.quick-search-area .dropdown-menu.open {
    top: 100%;
    bottom: initial;
}

.quick-search-area ul.dropdown-menu.inner {
    max-height: 276px !important;
}

.quick-search-area .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333333;
    font-size: 11px;
}

.grecaptcha-badge {
    z-index: 1010 !important;
}

.category-communities #content .archive-subtitle {
    font-size: 24px;
    margin: -10px 0 0;
}

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

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

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

#ihf-main-container .open>.dropdown-menu {
    z-index: 9999;
}