/*
Theme Name: smcknight-pending.com
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
 *
 *******************************************************/


/* Header */

header.header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    font-size: 0;
    padding: 12px 0;
    background-color: #fff;
}

    header:before{
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 6px;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ece8df+1,ece8df+8,e2c998+23,d4b983+36,c7a869+54,c2a05b+72,ae8a3f+99 */
        background: rgb(236,232,223); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(236,232,223,1) 1%, rgba(236,232,223,1) 8%, rgba(226,201,152,1) 23%, rgba(212,185,131,1) 36%, rgba(199,168,105,1) 54%, rgba(194,160,91,1) 72%, rgba(174,138,63,1) 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(236,232,223,1) 1%,rgba(236,232,223,1) 8%,rgba(226,201,152,1) 23%,rgba(212,185,131,1) 36%,rgba(199,168,105,1) 54%,rgba(194,160,91,1) 72%,rgba(174,138,63,1) 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(236,232,223,1) 1%,rgba(236,232,223,1) 8%,rgba(226,201,152,1) 23%,rgba(212,185,131,1) 36%,rgba(199,168,105,1) 54%,rgba(194,160,91,1) 72%,rgba(174,138,63,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece8df', endColorstr='#ae8a3f',GradientType=1 ); /* IE6-9 */
    }

    header .h-wrapper {
        display: flex;
        margin: 0 -105px;
        align-items: center;
    }

        header .h-left {width: 35%;}
        header .h-right {width: 75%;}

           header .h-left a {
				max-width: 175px;
				width: 100%;
				display: inline-block;
				margin-right: 15px;
				vertical-align: middle;
			}
			header .h-left a h2 {
				font-size: 12px;
				text-align: center;
				margin-top: 5px;
			}
			header .h-left .textwidget > img {
				max-width: 235px;
				display: inline-block;
				vertical-align: middle;
			}
			header.fixed .h-left .textwidget > img {
				max-width: 160px;
				display: inline-block;
			}

            header .cinfo-wrap{
                margin-bottom: 20px;
                opacity: 1;
                max-height: 50px;
                visibility: visible;}

            header .cinfo-wrap,
            header .nav-wrap {
                display: block;
                text-align: right;
            }

                header ul.cinfo{}

                    header ul.cinfo li{
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 30px;
                    }

                    header ul.cinfo span[class^="ai-font"]{
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 13px;
                        margin-right: 12px;
                        color: #baa06a;
                    }

                    header ul.cinfo span[class^="ai-font-envelope"]{
                        font-size: 11px;}

                    header ul.cinfo a,
                    header ul.cinfo em{
                        display: inline-block;
                        vertical-align: middle;

                        font-size: 13px;
                        color: #000;
                        line-height: 1;
                        letter-spacing: .020em;
                        font-family: 'Poppins', sans-serif;
                    }

                    header ul.cinfo em.ai-mobile-phone{padding-top: 5px;}

                    header ul.cinfo a:hover{color:#baa06a; }

                header ul.menu{}

                    header ul.menu > li{
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 10px;
                    }

                        header ul.menu > li:first-child{margin-left: 0;}

                    header ul.menu > li > a{
                        font-size: 13px;
                        letter-spacing: .040em;
                        text-transform: uppercase;
                        font-weight: 400;
                        color: #000;
                        display: block;
                        font-family: 'Nunito', sans-serif;
                    }

                    header ul.menu > li:hover > a{color: #baa06a;}

    /* Fixed Header Overwrites */
    header.header.fixed {
        padding: 10px 0;}

    header.fixed .cinfo-wrap{
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;}

    header.fixed .h-left a{
        max-width: 110px;
    }

    /* Header Transition */
    header ul.cinfo a,
    header ul.menu > li > a{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease; }

    header.header,
    header .cinfo-wrap,
    header .h-left a{
        transition: 600ms ease;
        -webkit-transition: 600ms ease;
        -moz-transition: 600ms ease;
        -o-transition: 600ms ease; }




/* Sub Menu */

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    padding-top: 31px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    text-align: center;
}

.fixed #nav .sub-menu {
    padding-top: 37px;}

    #nav li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #nav .sub-menu li{
        background-color: rgba(187, 162, 108, .8);
        position: relative;
        margin-bottom: 1px;
    }

    #nav .sub-menu a {
        font-size: 14px;
        letter-spacing: .040em;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        display: block;
        font-family: 'Nunito', sans-serif;
        padding: 10px;
    }

    #nav .sub-menu a:hover {
        background: #333;}

    #nav .sub-menu .sub-menu {
        margin-left: 100%;
     	top:0;
    }
    #nav .sub-menu li {
        position: relative;
    }


/* Submenu Transition */
#nav .sub-menu a,
#nav .sub-menu{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease; }

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

/* Global */

body{
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	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; */
}



/* Global Style */
.gtitle {
    margin-bottom: 50px;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
}

    .gtitle h2{
        display: block;
        font-size: 40px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .100em;
        line-height: 1;
        font-family: inherit;
        font-weight: 400;
    }
    .gtitle > span{
        display: block;
        font-size: 22px;
        letter-spacing: .0100em;
        color: #baa06a;
        font-weight: 400;
        text-transform: uppercase;
    }


/* Global Title */
.gbtn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .040em;
    line-height: 1;
    outline: none;
}

    .gbtn.border-btn{
        border: 1px solid #baa06a;
        color: #baa06a;
    }

        .gbtn.border-btn:hover{
            background-color: #baa06a;
            border-color: #baa06a;
            color: #fff;}

    .gbtn.gold-btn{
        background-color: #baa06a;
        border: 0;
        color: #fff;
    }

        .gbtn.gold-btn:hover{
            background-color: #9c8450; }


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


/* General */
.show-on-mobile{display: none;}


/* Homepage Style */

/* Slideshow & Call To Action */
section.section1 {
    font-size: 0;
    overflow: hidden;
    position: relative;}

    section.section1:before {
        content: '';
        position: absolute;
        bottom: -5px;
        right: 97%;
        height: 50%;
        background: #fff;
        width: 100%;
        display: block;
        z-index: 5;
        transform: skew(47deg);}

.hp-ss{
    position: relative;
    display: block;
    font-size: 0;
    z-index: 1;}

    .hp-ss:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .15;
    }

.hp-cta {
    position: absolute;
    z-index: 10;
    bottom: 60px;
    width: 100%;}

    .hp-cta .cta-wrap {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;}

    .cta-col-md{
        width: calc(33.33% - 20px);}

        .cta-wrap a.cta-btn {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
            height: 70px;}

            .cta-wrap a.cta-btn:before {
                content: '';
                height: calc(100% - 10px);
                width: 0;
                border: 2px solid #baa06a;
                position: absolute;
                top: 5px;
                left: 5px;
                opacity: 0;
                z-index: 1;
            }

                .cta-wrap a.cta-btn:hover:before{
                    width: calc(100% - 10px);
                    opacity: 1;}

            a.cta-btn .design-bg{
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: -1;
            }

                a.cta-btn .design-bg:before,
                a.cta-btn .design-bg:after{
                    content: '';
                    display: block;
                    height: 100%;
                    background-color: #fff;
                    position: absolute;
                    top: 0;}

                a.cta-btn .design-bg:before{
                    width: calc(100% - 81px);
                    left: 0;}

                a.cta-btn .design-bg:after{
                    width: 15px;
                    right: 0;}

            a.cta-btn .design-img{
                position: absolute;
                top: 0;
                right: 15px;
                height: 100%;
                width: 66px;
                z-index: initial;
            }

                a.cta-btn .design-img:before,
                a.cta-btn .design-img:after{
                    content: '';
                    display: block;
                    height: 100%;
                    position: absolute;
                    width: 66px;
                    background-size: 100%;
                    background-position: bottom center;
                    background-repeat: no-repeat;
                    bottom: 0;
                    left: 0;}

                a.cta-btn .design-img:before{
                    background-image: url(images/cta-logo.png);}

                a.cta-btn .design-img:after{
                    background-image: url(images/cta-logo-hvr.png);
                    height: calc(100% + 20px);
                    opacity: 0;
                    opacity: 0;
                    z-index: 10;
                    bottom: -10px;}

                a.cta-btn:hover .design-img:after{
                    opacity: 1;
                    bottom: 0;}

        a.cta-btn .cta-title {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
            display: flex;
            align-items: center;
        }


            a.cta-btn .title-wrap {
                display: flex;
                align-items: center;
                padding-left: 20px;
            }

            .cta-col-md:last-child a.cta-btn .title-wrap {
                align-items: flex-start;
            }

            a.cta-btn .cta-title h2{
                font-size: 22px;
                font-family: 'Nunito', sans-serif;
                color: #000;
                text-transform: uppercase;
                letter-spacing: .050em;

                display: inline-block;
                vertical-align: middle;
            }

            a.cta-btn .title-wrap:before{
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                height: 14px;
                width: 14px;
                background-color: #bba26c;
                content: '';
            }

            a.cta-btn:hover .title-wrap:before{
                background-color: #000;}

            a.cta-btn .cta-title h2 span {
                display: block;
                color: #bba26c;
                font-size: 15px;
                font-weight: 300;
            }

    /* CTA Transition */
    a.cta-btn .title-wrap:before,
    .cta-wrap a.cta-btn:before,
    a.cta-btn .design-img:after{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }



/* Quicksearch & Featured Properties */
section.section2{
    background-color: #fff;}

.hp-qs {
    display: block;
    padding: 50px 0;
}

    .qs-wrap{
        font-size: 0;
        display: block;
        position: relative;
    }

    .qs-wrap .qs-title,
    .qs-wrap .qs-form {
        display: inline-block;
        vertical-align: middle;
    }

    .qs-wrap .qs-title{width: 16%;}

        .qs-wrap .qs-title h2 {
            font-size: 32px;
            color: #baa06a;
            line-height: 1;
            letter-spacing: .075em;
            text-transform: uppercase;
            font-weight: 400;
            font-family: 'Nunito', sans-serif;
        }

        .qs-wrap .qs-title h2 span{
            color: #222;
            display: block;
            margin-left: 25px;}

    .qs-wrap .qs-form{ width: 84%; }

        .qs-wrap .qs-form .qs-col-md,
        .qs-wrap .qs-form .qs-col-btn{
            display: inline-block;
            vertical-align: middle;
        }

        .qs-wrap .qs-form .qs-col-md{padding-right: 8px;}
        .qs-wrap .qs-form .qs-col-btn{padding-left: 8px;}

        .qs-wrap .qs-form .qs-col-md {width: 26%;}
        .qs-wrap .qs-form .qs-col-btn {width: 22%;}

        .qs-wrap .qs-col-row:first-child {
            margin-bottom: 8px;}

        .qs-wrap .qs-form .qs-col-md:first-of-type {
            position: relative;
            z-index: 10;
        }

        .qs-wrap .qs-form-control {
            width: 100%;
            height: 30px;
            border: 1px solid #cdcdcd;
            font-size: 13px;
            color: #4c4c4c;
            font-family: 'Nunito', sans-serif;
            outline: none;
            -webkit-appearance: none;
            padding: 0 10px;}

        .qs-wrap select.qs-form-control {
            background-image: url(images/dd-icon.png);
            background-repeat: no-repeat;
            background-position: right 10px center;}

        .qs-wrap .qs-btn-control {
            width: 100%;
            height: 30px;
            color: #fff;
            font-family: 'Nunito', sans-serif;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            border: 0;
            letter-spacing: .070em;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .qs-wrap .qs-btn-control.qs-src{background-color: #baa06a; }
        .qs-wrap .qs-btn-control.qs-adv{background-color: #000;}
        .qs-wrap .qs-btn-control.qs-adv span{padding-top: 5px;}

        .qs-wrap .qs-btn-control.qs-src:hover{background-color: #92773f;}
        .qs-wrap .qs-btn-control.qs-adv:hover{background-color: #555;}


    /* Quicksearch Transition */
    .qs-wrap .qs-btn-control{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

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


.hp-fp {
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .fp-list{
        font-size: 0;
        display: block;
        margin: 0 -4px;
    }

    .fp-list .fp-item {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        padding: 0 4px;
    }

        .fp-item a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .fp-item a:before {
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url(images/fp-overlay.png);
                background-size: cover;
                background-position: center;
                content: '';
                opacity: 0;
                bottom: -40px;
                visibility: hidden;
                z-index: 1;
            }

            .fp-item a:hover:before{
                bottom: 0;
                opacity: .15;
                visibility: visible;
            }

        .fp-item a .img-wrap {
            display: block;
            width: 100%;
            position: relative;
        }

            .fp-item a .img-wrap canvas{
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

        .fp-item a .desc-wrap {
            display: block;
            padding: 30px 0;
            background: #fff;
            text-align: center;
            font-weight: 600;
            font-family: 'Nunito', sans-serif;
        }

            .fp-item a:hover .desc-wrap{
                background-color: #151515
            }

            .fp-item a .desc-wrap .price{
                font-size: 27px;
                line-height: 1;
                margin-bottom: 10px;
                letter-spacing: .020em;
                color: #baa06a;
                font-weight: 700;
            }

            .fp-item a .desc-wrap .address{
                color : #4c4c4c;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: .005em;
                margin-bottom: 10px;
            }

            .fp-item a:hover .desc-wrap .address{color: #cbcbcb;}

            .fp-item a .desc-wrap .util {
                font-size: 13px;
                color: #9a9999;
                text-transform: uppercase;
            }

            .fp-item a:hover .desc-wrap .util{
                color : #9f9f9f;}

                .fp-item a .desc-wrap .util li{
                    display: inline-block;
                    vertical-align: middle;
                    padding: 0 8px;
                    border-right: 1px solid #bcbbbb;
                }

                .fp-item a .desc-wrap .util li:last-child{
                    border-right: 0;}

        /* Fp Buttons */
        .fp-list button.fp-btn {
            position: absolute;
            height: 65px;
            width: 48px;
            background: #baa06a;
            color: #fff;
            font-size: 10px;
            top: calc(50% - 90px);
            border: 0;
            z-index: 10;
            outline: none;}

            .fp-list button.fp-btn.next-btn{right: 0;}
            .fp-list button.fp-btn.prev-btn{left: 0;}

        .fp-list button.fp-btn:hover{
            background-color: #92773f;}

    /* FP transition */
    .fp-item a:before,
    .fp-list button.fp-btn,
    .fp-item a .desc-wrap .util,
    .fp-item a .desc-wrap .address,
    .fp-item a .desc-wrap{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }


/* Featured Community */
section.section3 {
    padding: 220px 0 100px 0;
    background: #141414;
    position: relative;
    font-size: 0;
    z-index: 1;
    overflow: hidden;
}

    section.section3:after {
        content: '';
        position: absolute;
        bottom: -5px;
        right: 100%;
        height: 30%;
        background: #fff;
        width: 100%;
        display: block;
        z-index: 5;
        transform: skew(50deg);
    }

    section.section3:before{
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .30;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(images/fc-bg.jpg);
    }


    .fc-wrap{
        display: block;
        position: relative;
    }

    .fc-list{
        margin: 0 -15px;
    }

        .fc-list .fc-col{
            display: inline-block;
            vertical-align: top;
            width: 33.33%;
            padding: 0 15px;
        }

        .fc-list .fc-col.fc-middle{margin-top: -30px;}

        .fc-wrap .fc-col-row {
            margin-bottom: 30px;
            display: block;
            width: 100%;
        }

        .fc-wrap .fc-btn{
            display: block;
            position: relative;
            width: 100%;
        }

        .fc-wrap a.fc-btn{
            overflow: hidden;
        }

            .fc-wrap a.fc-btn:before{
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                bottom: -30px;
                left: 0;
                z-index: 5;
                opacity: 0;

                background-size: 100%;
                background-repeat: no-repeat;
                background-position: center bottom;
                background-image: url(images/fc-overlay.png);
            }

            .fc-wrap a.fc-btn:hover:before{
                opacity: .20;
                bottom: 0;
            }

            .fc-btn .img-wrap{
                width: 100%;
                display: block;
                position: relative;
                z-index: 1;
            }

                .fc-btn .img-wrap:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #1a1a1a;
                    opacity: .30;
                    z-index: 1;
                }

                .fc-btn .img-wrap:after{
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: .30;
                    z-index: 1;

                    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
                    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
                }

                a.fc-btn:hover .img-wrap:before,
                a.fc-btn:hover .img-wrap:after{
                    opacity: 0;}

            .fc-btn .img-wrap canvas{
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
            }

                a.fc-btn:hover .img-wrap canvas{
                    filter: grayscale(1);
                    -webkit-filter: grayscale(1);
                    -moz-filter: grayscale(1);
                    -o-filter: grayscale(1);
                }



        .fc-btn .fc-title {
            position: absolute;
            bottom: 5%;
            text-align: center;
            width: 100%;
            height: 100%;
            z-index: 10;
            max-height: 60px;
        }

            a.fc-btn:hover .fc-title{
                max-height: 90%;
                height: 100%;
            }

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

            .fc-btn .fc-title .title-inner{
                display: inline-block;
                vertical-align: middle;
                width: 100%;
            }

                .fc-btn .fc-titleBtn {
                    height: 60px;
                    width: 270px;
                    margin: 0 auto;
                    font-size: 18px;
                    color: #fff;
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: .025em;

                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                a.fc-btn:hover .fc-titleBtn{
                    background-color: #baa06a;}


    /* Fc Overwrites */

    .fc-btn.fc-sec-title .fc-title{
        max-height: 100%;
        height: 100%;
        bottom: 0;
    }

    .fc-btn.fc-sec-title .img-wrap:before,
    .fc-btn.fc-sec-title .img-wrap:after{display: none;}

    .fc-btn.fc-sec-title .gtitle{margin-bottom: 30px;}

        .fc-btn.fc-sec-title .gtitle span{
            font-size: 22px;
        }

        .fc-btn.fc-sec-title .gtitle h2{
            letter-spacing: .100em;
            font-size: 33px;
            color: #fff;}

        .fc-btn.fc-sec-title:before {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            height: 180%;
            width: 100%;
            z-index: -1;
            opacity: .02;

            background-image: url(images/fc-title-bg.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom center;
        }

        .fc-btn.fc-sec-title .fc-title .fc-titleBtn {
            border: 1px solid #fff;
            font-size: 14px;
            height: 50px;}

            .fc-btn.fc-sec-title .fc-title .fc-titleBtn:hover{
                border-color: #baa06a;
                background-color: #baa06a;
            }

        .wc-content .gbtn{
            max-width: 250px;}

    /* FC Transition */
    .fc-btn .fc-titleBtn,
    .fc-btn .img-wrap:after,
    .fc-btn .img-wrap:before,
    .fc-btn .img-wrap canvas,
     .fc-wrap a.fc-btn:before,
    .fc-btn .fc-title{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }




/* Welcome */
section.section4 {
    padding-top: 50px;
    position: relative;
    font-size: 0;
    overflow: hidden;

    background-image: url(images/wc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-wc{
    font-size: 0;
    display: block;
}

    .hp-wc .row > div{
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .wc-content {
        display: block;
        margin-right: -20px;
        padding-left: 65px;
    }

    .wc-content .gtitle {
        margin-bottom: 40px;}

        .wc-content .gtitle h2{
            margin-bottom: 40px;
            color: #baa06a;
            letter-spacing: .010em;
            line-height: 1;
        }

    .wc-content .gtitle:after{
        content: '';
        margin-left: 0;
        max-width: 50px;
        width: 100%;
        height: 3px;
        display: block;
        background-color: #baa06a;
    }

    .wc-content .wc-text{
        display: block;
        margin-bottom: 50px;
        font-size: 15px;
        color: #727272;
        line-height: 27px;
        letter-spacing: 0;
        font-family: 'Nunito', sans-serif;
    }

        .wc-content .wc-text p{
            display: block;
            margin-bottom: 30px;}

        .wc-content .wc-text p:last-child{
            margin-bottom: 0;}


/* Footer */
footer.footer {
    background: #141414;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .ip-container footer.footer{
        padding-top: 30px;}

    .home footer:before {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        opacity: .10;
        background-image: url(images/testi-bg.jpg);
        background-size: 100%;

        background-repeat: no-repeat;
        background-position: top center;

        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
    }

    footer.footer .fsuam-wrap:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: -1;

        background-image: url(images/footer-design.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
    }


/* Footer : Testimonials */

.f-testi {
    padding: 100px 0 80px;
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

    .f-testi:before{
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: .05;
        background-image: url(images/double-qoute.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .f-testi .gtitle{margin-bottom: 40px;}
    .f-testi .gtitle h2{
        color: #baa06a;
        line-height: 1;
        letter-spacing: .100em;
    }

    .testi-list {
        margin: 0 0 30px;
        display: block;
        font-size: 0;
    }

        .testi-list .testi-item {
            color: #fff;
            display: block;
            font-size: 14px;
            line-height: 30px;
            font-weight: 400;
            font-family: 'Nunito', sans-serif;
        }

            .testi-list .testi-item p{
                display: block;
                margin-bottom: 30px;
            }


            .testi-item span.auth-name {
                font-size: 18px;
                font-weight: 700;
                font-family: inherit;
                letter-spacing: 0;
            }

    .testi-nav{
        display: block;
        font-size: 0;
    }

        .testi-nav > div{
            display: inline-block;
            vertical-align: middle;
        }

        .testi-nav .testi-btn {
            height: 55px;
            width: 74px;
            display: flex;
            border: 0;
            font-size: 12px;
            align-items: center;
            justify-content: center;
            padding: 0;
            outline: none;
        }

            .testi-nav .testi-btn.next-btn{
                color: #baa06a;
                background-color: #fff;}

                .testi-nav .testi-btn.next-btn:hover{
                    background-color: #d2d2d2;}

            .testi-nav .testi-btn.prev-btn{
                color: #fff;
                background-color: #baa06a;}

                .testi-nav .testi-btn.prev-btn:hover{
                background-color: #9c8450}


    /* Testimonial Transition */
    .testi-nav .testi-btn{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;}


/* Footer : Send Us A Message */
footer .fsuam-wrap {
    display: block;
    position: relative;
    padding-bottom: 30px;
}

    footer .suam-wrap {
        background-image: url(images/suam-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left center;
        padding: 110px 135px;
    }

    .suam-wrap {
        font-size: 0;
        text-align: center;}

         .suam-wrap .gtitle{margin-bottom: 60px;}
         .suam-wrap .gtitle h2 span{color: #baa06a;}

    .suam-wrap .suam-form {
        display: block;
        position: relative;
    }

        .suam-wrap .suam-form .suam-col-sm {
            display: inline-block;
            vertical-align: middle;
            width: 33.33%;
            margin-bottom: 30px;
            padding: 0 7px;
        }

        .suam-wrap .suam-form .suam-col-lg{
            display: block;
            padding: 0 7px;
            margin-bottom: 55px;
            width: 100%;}

        .suam-wrap span.wpcf7-form-control-wrap {
            display: block;
            font-size: 0;}


        .suam-wrap .suam-form-control {
            width: 100%;
            height: 40px;
            border: 0;
            font-size: 15px;
            border-bottom: 1px solid #454545;
            padding: 0 10px;
            color: #454545;
            font-family: 'Nunito', sans-serif;
            font-weight: 400;
            outline: none;
            resize: none;
        }

        .suam-wrap textarea.suam-form-control{height: 130px;}

    .suam-wrap .suam-col-btn{
        text-align: center;
    }

        .suam-wrap .wpcf7-submit {
            display: inline-block;
            vertical-align: middle;
            margin: 0 auto;
            height: 45px;
            max-width: 194px;
            width: 100%;
        }

    .suam-wrap .wpcf7-response-output {
        position: absolute;
        top: 100%;
        right: 0;
        font-size: 14px;
        width: 80%;
        margin-right: 0;
        margin-left: 0;
    }

    .suam-wrap span.wpcf7-not-valid-tip {
        font-size: 14px;}


/* Footer : Details */

footer .f-details-wrap {
    margin-top: -105px;
    display: block;
}

footer .f-cdetails {
    display: block;
    margin-bottom: 35px;
    position: relative;
	overflow: hidden;
	margin-top: -10px;
	}

    footer ul.cinfo{
        font-family: 'Nunito', sans-serif;
        color: #fff;
        max-width: 265px;
        width: 100%;
        font-size: 0;
        margin-left: 0;
		float: left;
    }

        footer ul.cinfo li{
            display: block;
            margin-bottom: 15px;
        }

        footer ul.cinfo a,
        footer ul.cinfo em{
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 30px);
            font-size: 13px;
            line-height: 1;
            letter-spacing: .020em;
            font-weight: 300;
            font-family: inherit;
            font-style: normal;
        }

        footer ul.cinfo a:hover{
            color: #333;}

        footer ul.cinfo em.ai-mobile-phone a,
        footer ul.cinfo em.ai-mobile-phone {font-size: 17px; font-weight: 500;}

        footer ul.cinfo span[class^="ai-font"]{
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            color: inherit;
            margin-right: 10px;
            min-width: 20px;}

        footer ul.cinfo span[class^="ai-font-envelope"]{font-size: 11px;}
        footer ul.cinfo span[class^="ai-font-location"]{font-size: 18px;}

footer .f-navigation{
    font-size: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    footer .f-logo {
    width: 33%;
    padding-right: 20px;}

    footer .f-nav {
    width: 67%; padding-top: 20px;}

        footer .footernav {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-family: 'Nunito', sans-serif;
        color: #fff;}

            footer .footernav a{
                font-size: 13px;
                font-weight: 400;
                letter-spacing: .040em;
                text-transform: uppercase;
                font-family: inherit;
                color: inherit;
            }

            footer .footernav a:hover{
                color: #333;}

        footer .copyright {
            font-size: 14px;
            text-align: right;
            color: #fff;
            line-height: 1;
            font-weight: 300;
            margin-bottom: 10px;
            letter-spacing: .020em;
        }

            footer .copyright .company-name{text-transform: uppercase;}

            footer .copyright a:hover{
                color: #333;}

        footer .realtor-logo {
            text-align: right;
            color: #fff;
            font-size: 22px;
        }

    footer .f-disclaimer {
        text-align: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: .020em;
        font-weight: 300;
        font-family: 'Nunito', sans-serif;
    }

        footer .f-disclaimer .disclaimer-wrap{
            text-align: center;
            max-width: 820px;
            margin: 0 auto 10px;
            line-height: 1.3;
        }

        footer ul.disclaimer-links {}

            footer ul.disclaimer-links li{
                display: inline-block;
                vertical-align: middle;
                padding: 0 10px;
            }

            footer ul.disclaimer-links a{
                font-family: 'Nunito', sans-serif;
                font-size: 15px;
                text-transform: uppercase;
                color: inherit;
                font-weight: 400;
            }

                footer ul.disclaimer-links a:hover{
                    color: #333;}


/* Footer Transition */
    footer ul.disclaimer-links a,
    footer .copyright a,
    footer ul.cinfo a,
    footer .footernav a{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

/*******************************************************
 *
 * 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: 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 {
    display: block;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .100em;
    line-height: 1;
    font-family: inherit;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    display: block;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .100em;
    line-height: 1;
    font-family: inherit;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}

.qs-form span.filter-option.pull-left {
    color: #4c4c4c !important;
}

.qs-wrap{
    overflow: visible !important;
}

.hp-qs {
    display: block;
    padding: 50px 0;
    z-index: 999;
    position: relative;
}

/** Sidebar **/
aside .qs-wrap{
    border: 1px solid #baa06a;
    padding: 10px;
    margin-top: 22px;
    margin-bottom: 22px;}

    aside .qs-wrap .qs-title,
    aside .qs-wrap .qs-form {
        width: 100%;
        display: block;
        text-align: center;
    }

    aside .qs-wrap .qs-title{margin-bottom: 15px;}

    aside .qs-wrap .qs-title h2 {font-size: 24px; margin: 0;}
    aside .qs-wrap .qs-title h2 span{margin-left: 0;}

    aside .qs-wrap .qs-form .qs-col-md,
    aside .qs-wrap .qs-form .qs-col-btn {
        width: 100%;
        padding: 0;
    }

    aside .qs-wrap .qs-col-row,
    aside .qs-wrap .qs-col-row:first-child{margin-bottom: 5px;}

    aside .qs-wrap .qs-col-md.qs-col-2 {
        display: flex;
        justify-content: space-between;}

    aside .qs-wrap .qs-col-2 .qs-col-row {
        width: calc(50% - 3px);}


aside  .cta-wrap{}

    aside .cta-wrap a.cta-btn{margin-bottom: 25px;}

    aside a.cta-btn .design-bg:before,
    aside a.cta-btn .design-bg:after {
        background: #000;
        transition: 400ms ease;
    }

        aside a.cta-btn:hover .design-bg:before,
        aside a.cta-btn:hover .design-bg:after{
            background: #fff;
        }

    aside a.cta-btn .cta-title h2 {
        color: #fff;
        font-size: 16px;
        margin: 0;
        line-height: 1;}

        aside a.cta-btn:hover .cta-title h2{
            color: #000;
        }

    aside a.cta-btn .title-wrap{
        padding-left: 10px;}

    aside a.cta-btn .cta-title h2 span {
        font-size: 12px;}

    aside a.cta-btn .design-img:before {
        background-image: url(images/cta-logo-blk.png);}

        aside a.cta-btn:hover .design-img:before{
            opacity: 0;}

    aside a.cta-btn .title-wrap:before{
        margin-right: 5px;}

    aside a.cta-btn .title-wrap:before {
        height: 8px;
        width: 8px;}

 footer .f-cdetails .footer-logo {
	float: right;
	max-width: 120px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

footer .f-cdetails .footer-logo img {
	width: 100%;
}


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

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

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

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

.luxury-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 198px;
    height: 0;
    overflow: hidden;
}

.luxury-iframe iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    width: 100%;
}

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

div#ihf_region_chosen .chosen-drop ul.chosen-results,
div#ihf_neighborhood_chosen .chosen-drop ul.chosen-results{
    height: 170px !important;
}

div#ihf_schoolDistrict_chosen .chosen-drop ul.chosen-results,
div#ihf_style_chosen .chosen-drop ul.chosen-results{
    height: 145px !important;
}

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

footer ul.cinfo .footer-smi a {
	display: inline-block;
	width: auto;
}

footer ul.cinfo .footer-smi a span {
	font-size: 20px;
}

header ul.cinfo .header-smi a span {
	margin: 0 0 0 15px;
	font-size: 16px;
}

.events-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.event-list {
    margin: 0px auto;
    text-align: center;
    padding: 0 5px;
    width: calc(100% /3);
}

#content .event-list h2 {
    line-height: normal;
    font-size: 15px;
}

.event-list img {
    width: 100%;
}

a.btnc {
    color: #ffffff;
    background: #baa06a;
    text-transform: uppercase;
    padding: 10px 12px;
    margin-top: 20px;
    display: block;
    max-width: 217px;
    font-size: 16px;
    margin: 0px auto;
    margin-top: 20px;
}

.events-wrap {
	text-align: center;
}

.events-wrap img {
	width: 100%;
}

.events-wrap a.btnc {
	color: #ffffff;
	background: #baa06a;
	text-transform: uppercase;
	padding: 0;
	margin-top: 20px;
	display: block;
	max-width: 100%;
	font-size: 0;
	margin: 0px auto;
	margin-top: 20px;
}

.events-wrap h2 a.btnc {
	font-size: 16px;
	padding: 10px 5px;
}