/*
Theme Name: The Jean Morton
Theme URI: http://aios3-staging.agentimage.com/m/monarchdunesgolfresorthomesbyjeanmorton-new.golf/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.3
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav .sub-menu {
    list-style: none outside none;
    margin: 0 0 0 -90px;
    display: none;
    background: none;
    padding: 30px 0 0;
    position: absolute;
    left: 50%;
    width: 100%;
    min-width: 180px;
    z-index: 9;
}
#nav .sub-menu li {
    position: relative;
    border-bottom: 1px solid rgba(192,192,192,0.20);
}
#nav .sub-menu li:last-child {
    border-bottom: none;
}
#nav .sub-menu a {
    color: #ffffff;
    font: normal 12px 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    outline: none;
    text-decoration: none;
    background: rgba(6,12,23,0.90);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #0c1d40;
    color: #FFFFFF;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}

#nav > li#menu-item-31 .sub-menu {
    margin: 0 0 0 -115px;
    min-width: 230px;
}


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

/* Global */

body{
	font-family: 'Quicksand', sans-serif;;
	font-size: 16px;
	background: #FFF;
	color: #939393;
	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; */
}


/* Header */
.header-wrapper  {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1001;
    padding: 28px 0;
    background: #060c17;
}
    .header-logo {
        display: none;
    }
        .header-logo img {
            width: 100%;
            max-width: 285px;
        }
    .header-navigation {
        position: relative;
        display: block;
        padding: 0 0;
    }
        /* Navigation */
        #nav {
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 1;
            text-align: center;
        }
        #nav > li {
            display:inline-block;
            position: relative;
            /*padding: 0 35px*/
            padding: 0 20px
        }
        #nav > li:after {
            content: '';
            display: block;
            background: #4c4c4c;
            width: 1px;
            height: 15px;
            position: absolute;
            top: 4px;
            right: -2px;
        }
        #nav > li:last-child:after {
            display: none;
        }
        #nav > li > a:before {
            content: '';
            display: block;
            background: #ba9960;
            width: 100%;
            height: 5px;
            opacity: 0;
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            margin: 0 auto;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        #nav > li > a {
            text-decoration: none;
            outline: none;
            color: #bc9e6a;
            font: normal 15px 'Saira Extra Condensed', sans-serif;
            text-transform: uppercase;
            display: block;
            padding: 0 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        #nav > li:hover > a {
            color: #ba9960;
        }
        #nav > li:hover a:before {
            opacity: 1;
            top: 49px;
        }
        
        

/* Slideshow */
.slider-wrapper {
    position: relative;
    z-index: 1;
    background: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    .hp-slider {
        height: 100%;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .slider-wrapper .cycloneslider-slide.cycloneslider-slide-image.cycle-slide {
        background: #000000;
    }
    .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-slide img {
        opacity: 0.7;
    }

    .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption {
        position: absolute;
        bottom: 50%;
        left: 70%;
        z-index: 500;
        width: 24%;
        background: transparent;
        color: #fff;
        opacity: 1;
        text-align: left;
    }
        .slider-wrapper .cycloneslider-caption-description h2 {
            color: #FFFFFF;
            font:normal 36px/33px 'Playfair Display', serif;
        }
            .slider-wrapper .cycloneslider-caption-description h2 span {
                color: #b8965d;
                font: italic 48px/45px 'Playfair Display', serif;
            }
        .slider-wrapper .cycloneslider-caption-description h3 {
            color: #b8965d;
            font: italic 48px/45px 'Playfair Display', serif;
        }
        .slider-wrapper .cycloneslider-caption-description a {
            position: relative;
            display: inline-block;
            color: #FFFFFF;
            outline: none;
            margin-top: 10px;
            letter-spacing: 5px;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 1px solid rgba(255,255,255,0.6);
            font: normal 16px 'Saira Extra Condensed', sans-serif;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        .slider-wrapper .cycloneslider-caption-description a:hover {
            color: #b8965d;
            border-bottom: 1px solid #b8965d;
        }
        .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-prev,
        .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-next {
            opacity: 1;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            color: #FFFFFF;
            letter-spacing: 3px;
            text-transform: uppercase;
            font: normal 16px 'Saira Extra Condensed', sans-serif;
        }
        .slider-wrapper .cycloneslider-template-responsive-img:hover .cycloneslider-prev,
        .slider-wrapper .cycloneslider-template-responsive-img:hover .cycloneslider-next {
            opacity: 1;
        }

        .slider-wrapper .cycloneslider-pager-prev-nxt-wrapper {
            position: absolute;
            bottom: 208px;
            right: 0;
            width: 100%;
            height: 47px;
            z-index: 1001;
        }
            .slider-wrapper .cycloneslider-pager-prev-nxt-wrapper:after {
                content: '';
                display: block;
                background: url("images/pager-prev-nxt-overlay.png") no-repeat;
                width: 758px;
                height: 47px;
                position: absolute;
                right: 0;
                z-index: 99;
            }
            .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-pager {
                position: absolute;
                bottom: 16px;
                right: 0;
                left: inherit;
                margin: auto;
                z-index: 100;
                width: 46%;
                height: 12px;
                text-align: center;
            }
            .slider-wrapper .cycloneslider-pager-prev-nxt-wrapper .cycloneslider-prev {
                left: calc(64.7% - 30px);
                text-decoration: none;
            }
                .slider-wrapper .cycloneslider-pager-prev-nxt-wrapper .cycloneslider-prev:after {
                    content: '';
                    background: rgba(255,255,255,0.25);
                    width: 253px;
                    height: 1px;
                    position: relative;
                    display: block;
                    top: -13px;
                    left: -260px;
                    margin: auto;
                }

            .slider-wrapper .cycloneslider-pager-prev-nxt-wrapper .cycloneslider-next {
                right: calc(13.5% - 30px);
                text-decoration: none;
            }
                .slider-wrapper .cycloneslider-pager-prev-nxt-wrapper .cycloneslider-next:after {
                    content: '';
                    background: rgba(255,255,255,0.25);
                    width: 253px;
                    height: 1px;
                    position: relative;
                    display: block;
                    top: -13px;
                    right: -40px;
                    margin: auto;
                }

            .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-pager span {
                border: 1px solid #FFFFFF;
                background: transparent;
            }
            .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-pager span.cycle-pager-active {
                background: #FFFFFF;
            }

            .slider-wrapper .slider-arrow-holder a:hover {
                color: #b8965d;
            }




/* Quick Search */
.qs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 424px;
    overflow: hidden;
    background: #070d18;
}

.qs-wrapper .open>.dropdown-menu{
	max-height: 255px !important;
}
.qs-wrapper .open>.dropdown-menu ul{
	max-height: 207px !important;
}
.qs-container .open>.dropdown-menu{
	max-height: 250px !important;
}
.qs-container .open>.dropdown-menu ul{
	max-height: 202px !important;
}
    .qs-container {
        position: relative;
        display: block;
        text-align: center;
    }
        .main-logo {
            position: relative;
            display: block;
            padding-top: 86px;
        }
            .main-logo:after {
                content: '';
                display: block;
                background: url("images/smoke-overlay-new.png") no-repeat;
                width: 530px;
                height: 546px;
                position: absolute;
                top: -110px;
                left: -90px;
                z-index: 0;
            }
            /*.main-logo:before {
                content: '';
                display: block;
                background: url("images/butterfly.png") no-repeat;
                background-size: cover;
                width: 71px;
                height: 70px;
                position: absolute;
                top: 45px;
                right: 20px;
                z-index: 0;
            }*/
            .main-logo a {
                position: relative;
                outline: none;
                text-decoration: none;
                z-index: 2;
            }
                .main-logo img {
                    width: 100%;
                    max-width: 285px;
                }

        .qs-fields-wrap {
            position: relative;
            display: block;
            z-index: 2;
        }
            .qs-fields-wrap:before {
                content: '';
                display: block;
                background: #cecece;
                width: 37px;
                height: 1px;
                margin: 53px auto 27px;
                position: relative;
                z-index: 2;
            }
            .qs-title {
                position: relative;
                display: block;
                color: #b8965d;
                letter-spacing: 10px;
                text-transform: uppercase;
                font: 300 24px 'Saira Extra Condensed', sans-serif;
            }

            .qs-fields {
                position: relative;
                display: block;
                width: 100%;
                max-width: 286px;
                margin: 38px auto 0;
                font-size: 0;
            }
                .qs-group {
                    position: relative;
                    display: block;
                    margin-bottom: 20px;
                }
                .qs-group label {
                    display: none;
                }
                .qs-group select {
                    width: 100%;
                    height: 28px;
                    padding: 0 15px 0 0;
                    background: transparent url("images/qs-arrow-down.png") right 7px center no-repeat;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-bottom: 1px solid #c0c0c0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    font: normal 16px 'Saira Extra Condensed', sans-serif;
                    color: #777777;
                    text-transform: uppercase;
                }
                .name-Firefox .qs-group select {
                    text-indent: -2px;
                }
                .qs-group.search .search-btn {
                    position: relative;
                    display: block;
                    color:#FFFFFF;
                    opacity: 1;
                    letter-spacing: 2px;
                    font: normal 16px 'Saira Extra Condensed', sans-serif;
                    background: #ba9960;
                    text-transform: uppercase;
                    border: none;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    text-align: center;
                    text-decoration: none;
                    width: 100%;
                    height: 35px;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                .qs-group.advanced .advanced-btn {
                    position: relative;
                    display: block;
                    color:#FFFFFF;
                    opacity: 1;
                    letter-spacing: 2px;
                    font: normal 16px 'Saira Extra Condensed', sans-serif;
                    background: #0c1d40;
                    text-transform: uppercase;
                    border: none;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    text-align: center;
                    text-decoration: none;
                    width: 100%;
                    height: 35px;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                    .qs-group.advanced .advanced-btn:before {
                        content: '';
                        width: 0;
                        height: 100%;
                        display: inline-block;
                        vertical-align: middle;
                    }
                    .qs-group.advanced .advanced-btn span {
                        display: inline-block;
                        vertical-align: middle;
                    }

                /*IE*/
                .qs-group select::-ms-expand {
                    display: none;
                }

                .qs-group.search {
                    margin-bottom: 2px;
                    margin-top: 128px;
                }
                .qs-group.short.left {
                    width: 48%;
                    float: left;
                }
                .qs-group.short.right {
                    width: 48%;
                    float: right;
                }
                /* Hover */
                .qs-group.search .search-btn:hover,
                .qs-group.advanced .advanced-btn:hover {
                    opacity: 0.8;
                }


/* Featured Properties */
.fp-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 88px 0 0;
    /*overflow: hidden;*/
    background: #060c17;
}
    .fp-container {
        position: relative;
        display: block;
        z-index: 2;
    }
        .fp-wrapper:before {
            content: '';
            display: block;
            background: url("images/fp-overlay.png") left no-repeat;
            background-size: cover;
            width: 100%;
            height: 910px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }
        .fp-title {
            position: relative;
            display: block;
            color: #ba9960;
            text-align: center;
            letter-spacing: 7px;
            text-transform: uppercase;
            font: 300 24px 'Saira Extra Condensed', sans-serif;
        }

        .properties-slider {
            position: relative;
            display: block;
            width: 100%;
            margin: 69px 0 0;
            padding: 0;
            font-size: 0;
        }
            .prop-txt-wrap {
                position: relative;
                display: inline-block !important;
                vertical-align: top;
                margin-top: 57px;
                width: 50%;
            }
            .prop-img-wrap {
                position: relative;
                display: inline-block !important;
                vertical-align: top;
                width: 46.6%;
            }

            .properties-slider a {
                position: relative;
                display: block;
                text-decoration: none;
                outline: none;
                box-sizing: border-box;
                width: 100%;
                padding: 0 0 0;
            }
                .prop-item {
                    position: relative;
                    display: block;
                    margin: 0;
                }
                    .prop-img-holder {
                        position: relative;
                        display: block;
                        background: center no-repeat;
                        background-size: cover;
                        width: 100%;
                        height: 534px;
                    }
                    
                    .prop-txt-content {
                        position: relative;
                        display: block;
                        width: 100%;
                        max-width: 420px;
                    }
                        .prop-address {
                            color: #ba9960;
                            padding-bottom: 30px;
                            text-transform: uppercase;
                            border-bottom: 1px solid #cfcfcf;
                            font: normal 32px 'Quicksand', sans-serif;
                        }
                            .prop-address span {
                                display: block;
                                color: #636363;
                                margin-top: 7px;
                                text-transform: capitalize;
                                font: normal 16px 'Quicksand', sans-serif;
                            }
                        .prop-bed-bath-sqft {
                            position: relative;
                            display: block;
                            margin-top: 25px;
                            color: #939393;
                            font: normal 12px 'Quicksand', sans-serif;
                        }
                            .prop-bed-bath-sqft .beds {
                                position: relative;
                                display: inline-block;
                                vertical-align: bottom;
                                margin-right: 35px;
                            }
                                .prop-bed-bath-sqft .beds span {
                                    display: inline-block;
                                    background: url("images/icon-bed.png") no-repeat;
                                    width: 21px;
                                    height: 14px;
                                    margin-right: 7px;
                                }
                            .prop-bed-bath-sqft .baths {
                                position: relative;
                                display: inline-block;
                                vertical-align: bottom;
                                margin-right: 35px;
                            }
                                .prop-bed-bath-sqft .baths span{
                                    display: inline-block;
                                    background: url("images/icon-bath.png") no-repeat;
                                    width: 16px;
                                    height: 20px;
                                    margin-right: 7px;
                                }
                            .prop-bed-bath-sqft .sqft {
                                position: relative;
                                display: inline-block;
                                vertical-align: bottom;
                                margin-right: 35px;
                            }
                                .prop-bed-bath-sqft .sqft span {
                                    display: inline-block;
                                    background: url("images/icon-sq-ft.png") no-repeat;
                                    width: 18px;
                                    height: 18px;
                                    margin-right: 7px;
                                }
                                
                        .prop-txt-desc {
                            position: relative;
                            display: block;
                            margin-top: 37px;
                            color: #939393;
                            font: normal 14px/25px 'Quicksand', sans-serif;
                        }

                        a.view-prop-btn {
                            position: relative;
                            display: block;
                            width: 134px;
                            height: 42px;
                            outline: none;
                            margin: 44px 0 0;
                            text-align: center;
                            text-decoration: none;
                            box-sizing: border-box;
                            border: 1px solid #b5b5b5;
                        }
                            a.view-prop-btn:before {
                                content: '';
                                width: 0;
                                height: 100%;
                                display: inline-block;
                                vertical-align: middle;
                            }
                            a.view-prop-btn span {
                                display: inline-block;
                                vertical-align: middle;
                                color: #888888;
                                letter-spacing: 1px;
                                text-transform: uppercase;
                                font: 500 14px 'Saira Extra Condensed', sans-serif;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }
                        /* HOVER */
                        a.view-prop-btn:hover span {
                            color: #ba9960;
                        }

            .prop-txt-wrap .slick-prev:hover,
            .prop-txt-wrap .slick-prev:focus,
            .prop-txt-wrap .slick-next:hover,
            .prop-txt-wrap .slick-next:focus {
                opacity: 0.8;
            }
            .prop-txt-wrap .slick-prev {
                background: url("images/prop-arrow-prev.png") left no-repeat;
                width: 48px;
                height: 47px;
                font-size: 0;
                border: none;
                position: absolute;
                bottom: -91px;
                right: 131px;
                cursor: pointer;
                z-index: 9;
            }
            .prop-txt-wrap .slick-next {
                background: url("images/prop-arrow-next.png") right no-repeat;
                width: 48px;
                height: 47px;
                font-size: 0;
                border: none;
                position: absolute;
                bottom: -91px;
                right: 84px;
                cursor: pointer;
                z-index: 9;
            }


/* Testimonials */
.testimonials-wrapper {
    position: relative;
    display: block;
    padding: 70px 54px 0;
    background: #060c17;
    z-index: 5;
}
    .test-title {
        position: relative;
        display: block;
        color: #ba9960;
        text-align: center;
        letter-spacing: 7px;
        text-transform: uppercase;
        font: 300 24px 'Saira Extra Condensed', sans-serif;
    }

    .test-content-wrap {
        position: relative;
        display: block;
        background: url("images/testimonials-bg.jpg") center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        margin: 69px 0 0;
        padding: 64px 0;
    }
        .test-txt-desc {
            position: relative;
            display: block;
            width: 82.89%;
            height: 100%;
            text-align: center;
            background: rgba(6,12,23,0.89);
            padding: 45px 0 38px;
            margin: 0 auto;
        }
            .test-quote{
                position: relative;
                display: block;
                background: url("images/test-quote.png") no-repeat;
                width: 45px;
                height: 36px;
                margin: 0 auto;
            }

            .testimonials-slider {
                position: relative;
                display: block;
                text-align: center;
                padding: 0 50px 0;
                font-size: 0;
                width: 100%;
                margin: 40px auto 0;
            }
                .testimonials-slider a {
                    position: relative;
                    display: block;
                    text-decoration: none;
                    outline: none;
                    box-sizing: border-box;
                    width: 100%;
                }
                    .test-holder {
                        position: relative;
                        display: block;
                        width: 100%;
                        height: 100%;
                    }
                        .test-info-txt {
                            color: #939393;
                            font: 300 18px/26px 'Quicksand', sans-serif;
                        }
                        .test-name {
                            color: #ba9960;
                            padding-top: 22px;
                            font: 300 24px 'Saira Extra Condensed', sans-serif;
                        }
                        .test-view-more {
                            position: relative;
                            display: inline-block;
                            padding-top: 42px;
                            color: #ba9960;
                            letter-spacing: 3px;
                            text-transform: uppercase;
                            border-bottom: 1px solid #ba9960;
                            font: normal 16px 'Saira Extra Condensed', sans-serif;
                        }

                /* HOVER */
                .testimonials-slider a:hover .test-view-more {
                    color: #8a5801;
                    border-bottom: 1px solid #8a5801;
                }


/* Footer */
.footer-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 83px 0 93px;
    overflow: hidden;
    background: #060c17;
}
    .footer-contents {
        position: relative;
        display: block;
        text-align: center;
    }
        .footer-contents:after {
            content: '';
            display: block;
            background: url("images/smoke-overlay-footer.png") no-repeat;
            width: 600px;
            height: 575px;
            position: absolute;
            bottom: -90px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 0;
        }
        .footer-logo {
            position: relative;
            z-index: 5;
        }
           /* .footer-logo:before {
                content: '';
                display: block;
                background: url("images/butterfly.png") no-repeat;
                width: 71px;
                height: 70px;
                position: absolute;
                top: -35px;
                right: 40px;
                z-index: 0;
            }*/
            .footer-logo img {
                width: 100%;
                max-width: 373px;
            }

        .footer-logos-group {
            position: relative;
            display: block;
            margin-top: 42px;
            z-index: 5;
        }
            .footer-logos-group img:nth-child(2) {
                /*margin: 0 22px;*/
            }

            .footer-logos-group img {
                margin: 10px 10px;
            }

            
        .footer-copyright {
            position: relative;
            display: block;
            margin-top: 48px;
            z-index: 5;
            color: #444444;
            font: normal 11px/18px 'Quicksand', sans-serif;
        }
            .footer-copyright a {
                color: #444444;
            }
            .footer-copyright a:hover {
                color: #8a5801 !important;
            }


        .footer-mls {
            position: relative;
            display: block;
            margin-top: 13px;
            z-index: 5;
            color: #ba9960;
        }
            .footer-mls span {
                font-size: 21px;
            }



/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
/* IP BG */
.ipbg-wrap {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/ip-bg.jpg") center no-repeat;
    background-size: cover;
}
#inner-page-wrapper {
    margin-bottom: 42px;
    margin-top: 22px;
}
#breadcrumbs,
#breadcrumbs a{
    color: #666666;
}
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{
    padding: 0 38px 66px 52px;
    min-height: 500px;
    margin-top: 20px;
    overflow: hidden;
    background: rgba(6,12,23,0.90);
}

/** Adjust width of content columns **/
#content-sidebar #content{
    width: 69.2%;
    z-index: 9;
    position: relative;
}
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{
    width: 26.3%;
    margin-top: 0;
}
    .sidebar .main-logo:after {
        top: -165px;
        left: -120px;
        opacity: 0.7;
    }
    .sidebar .main-logo {
        padding-top: 58px;
    }
    .sidebar .qs-group.search {
        margin-bottom: 3px;
    }
        

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title {
    color: #ba9960;
    text-transform: uppercase;
    font: normal 41px/41px 'Saira Extra Condensed', sans-serif;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    color: #ba9960;
    text-transform: uppercase;
    font: normal 41px/41px 'Saira Extra Condensed', sans-serif;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    color: #ba9960;
    text-transform: uppercase;
    font: normal 41px 'Saira Extra Condensed', sans-serif;
}

a.ip-link {
    color: #0c1d40;
    font: bold 15px 'Quicksand', sans-serif;
    border-bottom: 1px solid rgba(12,29,64,0.6);
}

.agent-contact-name a {
    color: #ba9960;
}


/* Golf Concierge Services */
.golf-conc-serv-wrap {
    position: relative;
    display: block;
}
    .gcs-course-title {
        position: relative;
        display: block;
        color: #ba9960;
        text-transform: uppercase;
        font: normal 31px 'Saira Extra Condensed', sans-serif;
    }
    .golf-conc-serv-wrap .gcs-course-btn a {
        width: 100%;
        height: 126px;
        margin: 10px 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        background: transparent;
        text-transform: uppercase;
        border: 1px solid #d0d0d0;
        position: relative;
        background-size: cover;
        outline: none;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
        .golf-conc-serv-wrap .gcs-course-btn a:before {
            content: '';
            width: 0%;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }
        .golf-conc-serv-wrap .gcs-course-btn a span {
            width: 100%;
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            font-weight: 300;
            position: relative;
            z-index: 2;
            color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
            .golf-conc-serv-wrap .gcs-course-btn a span:before,
            .golf-conc-serv-wrap .gcs-course-btn a span:after {
                width: 46px;
                height: 1px;
                content: '';
                background: #d0d0d0;
                position: absolute;
                bottom: -15px;
            }
            .golf-conc-serv-wrap .gcs-course-btn a span:before {
                left: 0;
            }
            .golf-conc-serv-wrap .gcs-course-btn a span:after {
                right: 0;
            }

    /* HOVER */
    .golf-conc-serv-wrap .gcs-course-btn a:hover {
        background: #0c1d40;
    }
    .golf-conc-serv-wrap .gcs-course-btn a:hover span {
        color: #ffffff;
        font-weight: bold;
    }

.sb-reservation span.head-title {
    position: relative;
    display: block;
    text-align: center;
    color: #b8965d;
    letter-spacing: 10px;
    text-transform: uppercase;
    font: 300 24px 'Saira Extra Condensed', sans-serif;
}

.sb-reservation select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.sb-reservation input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100%;
    height: 28px;
    font-family: Verdana;
    font-size: 11px;
    padding: 0 15px;
}
.sb-reservation input.wpcf7-form-control.wpcf7-time {
    width: 100%;
    height: 28px;
    vertical-align: middle;
}
.sb-reservation input[type="date"] {
    margin: 5px 0;
    text-indent: 0;
}
.sb-reservation select {
    text-indent: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}


.real-estate-img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 145px;
    margin: 0 0;
}

#content a.asis-mailto-obfuscated-email {
    color: #8b8a8c;
}
.ip-info-wrap {
    position: relative;
    display: block;
    padding: 15px;
    border: 1px solid;
}

/* HOVERS */
.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
    background: #ba9960 !important;
    color: #ffffff !important;
}
a.asis-mailto-obfuscated-email:hover {
    color: #ba9960 !important;
}
#content #ihf-main-container a.btn.btn-primary.btn-detail-leadcapture:hover {
    background-color: #ba9960;
}
#ihf-main-container .modal-dialog .btn.btn-primary:hover {
    background-color: #ba9960;
}
.agent-contact-name a:hover {
    color: #8a5801;
}

/* IHF */
#content ul#ihf-search-location-tabs {
    margin-left: 0;
}
#content ul.chosen-results {
    margin-left: 0;
    padding: 0;
}
#content ul#ihf-detail-extrainfotabs {
    margin-left: 0;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

