/*
Theme Name: Jonathan Guion
Theme URI: http://aios3-staging.agentimage.com/j/jonathancommercial_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.2
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: 27px 0 0;
    position: absolute;
    left: 50%;
    width: 100%;
    min-width: 180px;
    z-index: 9;
}
#nav .sub-menu li {
    position: relative;
    padding-bottom: 1px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    font: normal 12px 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    outline: none;
    text-decoration: none;
    background: #10147f;
    -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 #108f34;
    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;
}


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

/* Global */

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


/* Header */
.header-wrapper {
    position: relative;
    width: 100%;
    z-index: 1001;
    padding: 33px 0 18px;
    background: #10147f;
    -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;
}

    .header-wrapper .container {
        max-width: 1350px !important;
        width: 100% !important;
    }

    .header-logo {
        position: absolute;
        top: -40px;
        width: 300px;
        height: 215px;
        background: transparent;
        -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;
    }
        .header-logo img {
            width: 100%;
            max-width: 300px;
            min-width: 300px;
            -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;
        }

    .header-contacts {
        position: relative;
        display: block;
        text-align: right;
    }
        .header-contacts a {
            color: #FFFFFF;
        }
        .header-contacts .phone {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #FFFFFF;
            margin-right: 0px;
            font: bold 17px 'Lato', sans-serif;
        }
            .header-contacts .phone span.ai-font-phone {
                font-size: 16px;
                margin-right: 0;
            }

        .header-contacts .email, .header-contacts .header-smi{
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #FFFFFF;
            font: bold 17px 'Lato', sans-serif;
        }

        .header-contacts .email {
            margin-right: 15px;
        }

        .agent-widget-holder .header-contacts .header-smi{
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #FFFFFF;
            font: bold 17px 'Lato', sans-serif;
        }
        .welcome-smi a span {
            font-size: 20px !important;
            line-height: 25px;
            color: #ffffff;
        }
        .welcome-smi a:hover{
            text-decoration: none;
        }

        .welcome-smi a:hover {
            opacity: 0.8;
        }

        p.welcome-quote {
            text-align: center;
            font-style: italic;
            font-size: 16px;
            font-weight: 600;
        }

        p.welcome-quote span {
            display: block;
            width: 100%;
            font-weight: 400;
        }

        .header-contacts .header-smi a {
            vertical-align: middle;
            padding: 0 5px;
            background: #fff;
            border-radius: 2px;
            margin: 0 0 0 16px;
        }

            .header-contacts .header-smi a span{
                color: #111480;
            }

        .header-contacts .header-smi a:hover , .agent-widget-holder .header-smi a:hover{
            text-decoration: none;
        }
            .header-contacts .email span.ai-font-envelope-f {
                font-size: 12px;
                margin-right: 5px;
            }

        .header-right-logo {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-left: 55px;
        }

        .header-wrapper.fixed .header-right-logo img {
            max-width: 101px;
            margin-bottom: 6px;
            margin-right: 3px;
        }

    .header-navigation {
        position: relative;
        display: block;
        margin-top: 26px;
        -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;
    }
        /* Navigation */
        #nav {
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 1;
            text-align: right;
            font-size: 0px;
        }
            #nav > li {
                display:inline-block;
                position: relative;
                /*margin: 0 1%;*/
                margin: 0 7px;
                vertical-align: middle;
            }
            #nav > li:last-child {
                margin-right: -7px;
            }
            #nav > li > a:before {
                content: '';
                display: block;
                background: #108f34;
                width: 100%;
                height: 2px;
                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: #FFFFFF;
                font: 600 14px 'Lato', 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;
                text-align: center;
                position: relative;
                max-width: 140px;
            }

        /* Hover */
        #nav > li:hover a:before {
            opacity: 1;
            top: 110%;
        }

        #nav > li:last-child .sub-menu{
            padding-top: 19px;
        }


/* Fixed Header */
.header-wrapper.fixed {
    position: fixed;
    padding: 12px 0 14px;
    -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;
}
    .header-wrapper.fixed .header-navigation {
        margin-top: 5px;
        -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;
    }
    .header-wrapper.fixed .header-logo {
        position: absolute;
        top: -15px;
        height: 104.5px;
        width: 163px;
        background: #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;
        overflow: hidden;
    }
        .header-wrapper.fixed .header-logo img {
            width: 100%;
            max-width: none;
            min-width: 139px;
            -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;
            margin: auto;
            display: block;
        }

        .header-wrapper.fixed #nav > li > a {
            font: 600 13px 'Lato', sans-serif;
        }

       .header-wrapper.fixed #nav .sub-menu {
            padding: 23px 0 0;
        }

        .header-wrapper.fixed  #nav > li:last-child .sub-menu {
            padding-top: 15px;
        }

/* Slideshow */
.slider-wrapper {
    position: relative;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    height: 100%;
}
    .hp-slider {
        height: 100%;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption {
        background: rgba(0,0,0,0.50);
        bottom: 130px;
        height: 66px;
        opacity: 1;
    }
    .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption-description {
        display: none !important;
    }
    .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption-title {
        position: relative;
        text-align: center;
        padding: 10px 20px 16px 20px;
    }
    .slider-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption-title h2 {
        position: relative;
        color: #FFFFFF;
        font: italic 40px/40px 'Playfair Display', serif;
    }




.cta-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
    .cta-container {
        position: relative;
        font-size: 0;
    }
        .cta-holder-btn {
            position: relative;
            display: inline-block;
            background: center no-repeat;
            background-size: cover;
            vertical-align: top;
            width: 33.33%;
            height: 166px;
        }


        .home .cta-holder-btn{
            height: 240px;
        }
            .cta-holder-btn a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                outline: none;
                text-decoration: none;
                text-align: center;
            }
                .cta-holder-btn a:after {
                    content: '';
                    display: block;
                    background: rgba(73,73,73,0.30);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    opacity: 1;
                    z-index: 1;
                    -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;
                }

                .cta-holder-btn.services .cta-title-bar {
                    position: absolute;
                    top: 0;
                    background: url("images/cta-title-bg1.jpg") no-repeat;
                    background-size: cover;
                    width: 100%;
                    height: 86px;
                    z-index: 2;
                }
                .cta-holder-btn.properties .cta-title-bar {
                    position: absolute;
                    top: 0;
                    background: url("images/cta-title-bg2.jpg") no-repeat;
                    background-size: cover;
                    width: 100%;
                    height: 86px;
                    z-index: 2;
                }
                .cta-holder-btn.hmfmin .cta-title-bar {
                    position: absolute;
                    top: 0;
                    background: url("images/cta-title-bg3.jpg") no-repeat;
                    background-size: cover;
                    width: 100%;
                    height: 86px;
                    z-index: 2;
                }
                    .cta-title-bar:before {
                        content: '';
                        width: 0;
                        height: 100%;
                        display: inline-block;
                        vertical-align: middle;
                    }
                        .cta-title-bar:after {
                            content: '';
                            display: block;
                            border: 1px solid #FFFFFF;
                            width: 96%;
                            height: 82%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            opacity: 0;
                            margin: 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;
                        }

                    .cta-title-bar span {
                        color: #FFFFFF;
                        display: inline-block;
                        line-height: 18px;
                        vertical-align: middle;
                        font: normal 25px 'Playfair Display', serif;
                    }
                    .cta-title-bar span em {
                        font-size: 15px;
                        display:block;
                    }
            /* HOVER */
            .cta-holder-btn a:hover:after {
                opacity: 0;
            }
            .cta-holder-btn a:hover .cta-title-bar:after {
                opacity: 1;
            }


/* Properties */
.prop-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 36px 0 0;
    overflow: hidden;
}
    .prop-container {
        position: relative;
        font-size: 0;
        margin: 0 -2px;
    }
        .prop-holder {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 49.82%;
            margin: 0 1px;
        }
            .prop-title {
                position: relative;
                display: block;
                color: #10147f;
                padding: 0 0 0 75px;
                font: bold 30px 'Playfair Display', serif;
            }
            .prop-title a {
                color: #10147f;
            }

            .prop-title a:hover {
                text-decoration:  none;
                color: #4349da;
            }


                .prop-title:after {
                    content: '';
                    display: block;
                    background: #108f34;
                    width: 3px;
                    height: 46px;
                    position: absolute;
                    left:30px;
                    top: 0;
                    bottom: 0;
                    /*margin: auto -23px;*/
                }

            .prop-slider {
                position: relative;
                display: block;
                text-align: center;
                font-size: 0;
                margin: 12px 0 0;
                padding: 0 0 0;
            }
                .prop-slider a {
                    position: relative;
                    display: block;
                    text-decoration: none;
                    outline: none;
                    box-sizing: border-box;
                    width: 100%;
                    padding: 13px 0 0;
                    background: transparent;
                }
                    .prop-item {
                        position: relative;
                        display: block;
                        padding: 0 0 0;
                    }
                        .prop-img-holder {
                            position: relative;
                            display: block;
                            background: center no-repeat;
                            background-size: cover;
                            width: 100%;
                            height: 511px;
                        }
                            .prop-img-holder:after {
                                content: '';
                                display: block;
                                background: rgba(17,20,123, 0.85);
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                top: 0;
                                z-index: 1;
                                opacity: 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;
                            }

                        .prop-desc {
                            position: relative;
                            display: block;
                            background: #eaeaea;
                            padding: 26px 60px 29px 65px;
                            min-height: 210px;
                        }
                            .prop-desc-left {
                                float: left;
                                text-align: left;
                            }
                            .prop-desc-right {
                                float: right;
                            }
                                .prop-price,
                                .prop-sold-title {
                                    position: relative;
                                    display: block;
                                    color: #4c4c4c;
                                    font: bold 30px 'Lato', sans-serif;
                                    text-align: left;
                                }
                                .prop-address {
                                    position: relative;
                                    display: block;
                                    color: #4c4c4c;
                                    padding-top: 5px;
                                    font: 300 18px 'Lato', sans-serif;
                                }
                                .prop-desc-right .prop-right-box {
                                    position: relative;
                                    display: inline-block;
                                    width: 68px;
                                    height: 68px;
                                    margin: 6px 2px 0;
                                    text-align: center;
                                    border: 1px solid #d9d9d9;
                                }
                                    .prop-right-box:before{
                                        content: '';
                                        width: 0;
                                        height: 100%;
                                        display: inline-block;
                                        vertical-align: middle;
                                    }
                                    .prop-right-box span {
                                        color: #4c4c4c;
                                        display: inline-block;
                                        vertical-align: middle;
                                        font: 300 15px 'Lato', sans-serif;
                                    }
                                    .prop-right-box em {
                                        color: #4c4c4c;
                                        display: block;
                                        font: bold 15px 'Lato', sans-serif;
                                    }
                                    
                            .prop-desc-txt {
                                position: relative;
                                display: block;
                                margin-top: 25px;
                                color: #4c4c4c;
                                text-align: left;
                                font: 300 italic 14px/20px 'Lato', sans-serif;
                            }
                            .view-details {
                                position: absolute;
                                top: 0;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                opacity: 0;
                                z-index: 5;
                                margin: auto;
                                width: 222px;
                                height: 69px;
                                border: 1px solid rgba(255,255,255,0.50);
                                -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;
                            }
                                .view-details:before {
                                    content: '';
                                    width: 0;
                                    height: 100%;
                                    display: inline-block;
                                    vertical-align: middle;
                                }
                                .view-details span {
                                    color: #FFFFFF;
                                    display: inline-block;
                                    vertical-align: middle;
                                    text-transform: uppercase;
                                    font: 300 18px 'Lato', sans-serif;
                                }

                /* HOVER */
                .prop-slider a:hover .prop-img-holder:after,
                .prop-slider a:hover .view-details {
                    opacity: 1;
                }

                /* Slick Arrows */

                .prop-slider.featured .slick-prev:hover,
                .prop-slider.featured .slick-prev:focus,
                .prop-slider.featured .slick-next:hover,
                .prop-slider.featured .slick-next:focus {
                    opacity: 0.8;
                }
                .prop-slider.featured  .slick-prev {
                    background: url("images/arrow-prev.jpg") left no-repeat;
                    width: 42px;
                    height: 42px;
                    font-size: 0;
                    border: none;
                    position: absolute;
                    top: 478px;
                    right: 55px;
                    cursor: pointer;
                    z-index: 9;
                    outline: none;
                }
                .prop-slider.featured  .slick-next {
                    background: url("images/arrow-next.jpg") right no-repeat;
                    width: 42px;
                    height: 42px;
                    font-size: 0;
                    border: none;
                    position: absolute;
                    top: 478px;
                    right:9px;
                    cursor: pointer;
                    z-index: 9;
                    outline: none;
                }
                .prop-slider.sales .slick-prev:hover,
                .prop-slider.sales .slick-prev:focus,
                .prop-slider.sales .slick-next:hover,
                .prop-slider.sales .slick-next:focus {
                    opacity: 0.8;
                }
                .prop-slider.sales  .slick-prev {
                    background: url("images/arrow-prev.jpg") left no-repeat;
                    width: 42px;
                    height: 42px;
                    font-size: 0;
                    border: none;
                    position: absolute;
                    top: 478px;
                    right: 55px;
                    cursor: pointer;
                    z-index: 9;
                    outline: none;
                }
                .prop-slider.sales  .slick-next {
                    background: url("images/arrow-next.jpg") right no-repeat;
                    width: 42px;
                    height: 42px;
                    font-size: 0;
                    border: none;
                    position: absolute;
                    top: 478px;
                    right:9px;
                    cursor: pointer;
                    z-index: 9;
                    outline: none;
                }


                .prop-holder.sales .prop-desc {
                    display: table;
                    padding: 32px 25px 32px 20px !important;

                }

                .prop-holder.sales .prop-desc .prop-desc-txt {
                    /*display: table-cell;
                    vertical-align: middle;*/
                    min-height: 85px;
                }


/* Welcome */
.welcome-wrapper {
    position: relative;
    display: block;
    background: url("images/welcome-bg.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*height: 839px;*/
    /*padding: 114px 0 0;*/
    padding: 70px 0 0 0;
}
    .welcome-wrapper:after {
        content: '';
        display: block;
        background: rgba(17,20,123, 0.85);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 0;
    }
        .agent-widget-holder {
            position: relative;
            display: block;
            text-align: center;
            z-index: 5;
        }
            .agent-widget-holder img {
                width: 100%;
                max-width: 263px;
            }
            .agent-widget-holder h2 {
                position: relative;
                display: block;
                color: #FFFFFF;
                margin-top: 7px;
                font: normal 36px 'Playfair Display', serif;
            }
            .agent-contacts {
                position: relative;
                display: block;
                margin: 6px 0 0;
            }
                .agent-contacts .contact-num {
                    color: #FFFFFF;
                    font: 300 14px 'Lato', sans-serif;
                }
                    .agent-contacts .contact-num em,
                    .agent-contacts .contact-num a {
                        color: #FFFFFF;
                        font: bold 14px 'Lato', sans-serif;
                    }

                .contact-email {
                    color: #FFFFFF;
                    font: 300 14px 'Lato', sans-serif;
                }
                    .contact-email a {
                        color: #FFFFFF;
                    }

        .welcome-content-wrap {
            position: relative;
            display: block;
            z-index: 5;
            /*padding-top: 15px;*/
            padding-top: 0;
            margin: -5px 0 0 0;
        }
            .welcome-title {
                position: relative;
                display: block;
            }
                .welcome-title:after {
                    content: '';
                    display: block;
                    position: relative;
                    background: #108f34;
                    width: 70px;
                    height: 4px;
                    margin-top: 34px;
                }
                .welcome-title h1 {
                    color: #FFFFFF;
                    font: 300 18px/18px 'Lato', sans-serif;
                }
                    .welcome-title h1 span {
                        display: block;
                        font: normal 36px/36px 'Playfair Display', serif;
                    }

            .welcome-info-txt {
                position: relative;
                display: block;
                color: #FFFFFF;
                margin-top: 28px;
                padding-right: 12px;
                font: 300 15px/22px 'Lato', sans-serif;
            }
                .welcome-info-txt a {
                    color: #fff;
                    font: 300 15px 'Lato', sans-serif;
                    transition: all .4s ease;
                }
                .welcome-info-txt a:hover{
                    color: #6e71f3;
                }
                    .welcome-info-txt a span {
                        font-style: italic;
                    }

    .home .footer-top {
        position: relative;
        display: block;
        width: 100%;
        padding: 63px 0;
        margin-top: 70px;
        z-index: 5;
        text-align: center;;
        background: rgba(4,6,54,0.75);
    }
        .footer-top-contacts {
            color: #FFFFFF;
            font: 300 14px/22px 'Lato', sans-serif;
        }
            .footer-top-contacts .contact-num em,
            .footer-top-contacts .contact-num a {
                color: #FFFFFF;
                font: bold 14px 'Lato', sans-serif;
            }

            .footer-copyright {
                position: relative;
                display: block;
                margin-top: 3px;
                font: 300 13px 'Lato', sans-serif;
            }
            .footer-copyright a {
                color: #fff;
            }

            .footer-terms-sitemap {
                position: relative;
                display: block;
                margin-top: 15px;
            }
                .footer-terms-sitemap a {
                    outline: none;
                    color: #FFFFFF;
                    text-decoration: none;
                    text-transform: uppercase;
                    font: bold 15px 'Lato', sans-serif;
                }


/* Footer */
.footer-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
    .home .footer-wrapper .footer-top {
        display: none;
    }
    .ip-container .footer-wrapper .footer-top {
        position: relative;
        display: block;
        width: 100%;
        padding: 63px 0;
        margin-top: 124px;
        z-index: 5;
        text-align: center;;
        /*background: rgba(4,6,54,0.75);*/
        background: #10147f;
    }

    .footer-bottom {
        position: relative;
        display: block;
        width: 100%;
        padding: 29px 0;
        background: #050625;
    }
        .footer-navigation {
            position: relative;
            display: block;
            padding: 9px 0;
            margin-left: -5px;
        }
            /* Footer navigation */
            .footernav {
                text-align: left;
                padding-top: 0;
            }
                .footernav li {
                    position: relative;
                    display: inline-block;
                    padding: 0 0.7%;
                }
                .footernav li:after {
                    content: '';
                    display: block;
                    background: #FFFFFF;
                    width: 1px;
                    height: 12px;
                    position: absolute;
                    top: 6px;
                    right: -2px;
                }
                .footernav li:last-child:after {
                    display: none;
                }
                    .footernav li a {
                        color:#dadada;
                        outline: none;
                        text-decoration: none;
                        text-transform: uppercase;
                        font: 300 12px 'Lato', sans-serif;
                    }

        .footer-mls {
            position: relative;
            display: block;
            text-align: right;
        }
            .footer-mls img {
                margin-right: 15px;
            }
            .footer-mls span {
                color: #FFFFFF;
                font-size: 26px;
                display: inline-block;
                vertical-align: middle;
            }
 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
#inner-page-wrapper {
    padding-top: 30px;
}
/* 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%;*/  width: 72.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar {
    width: 21.83%;
    margin-top: 39px;
}
    .sidebar .cta-holder-btn {
        position: relative;
        display: block;
        background: center no-repeat;
        background-size: cover;
        width: 100%;
        /*height: 166px;*/
        height: 240px;
    }
    .sidebar .cta-title-bar span {
        font: normal 21px 'Playfair Display', serif;
    }

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

#content .entry {
    color: #10147f;
}
/* Style post/page main headings (h1) */
#content .entry-title {
    color: #10147f;
    font: normal 36px 'Playfair Display', serif;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    color: #10147f;
    font: normal 36px 'Playfair Display', serif;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle, #content .page-title {
    color: #10147f;
    font: normal 36px 'Playfair Display', serif;
}

/* Contact Form */
.ai-default-cf7wrap input[type="text"], .ai-default-cf7wrap input[type="tel"], .ai-default-cf7wrap input[type="email"], .ai-default-cf7wrap select, .ai-default-cf7wrap textarea {
    border: 1px solid #10147f;
}
.ai-contact-wrap span.context-mob em.ai-font-phone, .ai-contact-wrap span.context-email em.ai-font-envelope {
    color: #10147f;
    min-width: 25px;
}
.ai-contact-wrap input[type="submit"], .ai-default-cf7wrap input[type="submit"], .error-forms input[type=submit] {
    background: #10147f !important;
}

.prop-desc-right .prop-right-box:nth-child(1), .prop-desc-right .prop-right-box:nth-child(2) {
    display: none;
}
.accordion-main_wrapper {
    margin: 0 55px 0 0;
}
h3.accordion-trigger{
    cursor: pointer;
    border: 1px solid #aaaaaa;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px;
    margin: 0 !important;
}
h3.accordion-trigger span {
    color: #aaaaaa;
    font-size: 20px;
    margin-right: 10px;
}
.accordion-toggle {
    display: none;
    padding: 0 30px;
    border: 1px solid #aaaaaa;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fa-plus-square::before {
    content: "+";
}
.fa-minus-square:before {
    content: "-";
}
.page .header-wrapper{
    box-shadow: -5px 5px 100px #10147f;
}


/* Content Title */
.ip-content-title {
    position: relative;
    display: block;
}
    #content .ip-content-title h2 {
        margin: 0;
    }
        #content .ip-content-title h2 span {
            display: block;
            font-family: 'Lato', sans-serif;
            font-size: 12px;
        }
        #content .ip-content-right {
            font-family: 'Lato', sans-serif;
            font-size: 14px;
        }

#content ul.selling-basic-list {
    list-style-type: none;
    margin-left: 120px;
}
    #content ul.selling-basic-list li span {
        margin-right: 10px;
    }

#content #post-91 em {
    font-style: italic !important;
}


body.category-past-deals #content .archive-subtitle{
    margin: -9px 0 0 0;
    font: normal 27px 'Playfair Display', serif;
}

    body.category-past-deals #content .archive-subtitle a{
        color: #10147f;
    }

.prop-desc{
/*    padding: 29px 25px 32px 20px !important;*/
    height: 100% !important;
}
ul.list li .prop-det p.list-price{
margin: -72px -1px !important;
}
span.prop-title {
    padding-left: 42px;
}
ul.list li .prop-det .prop-title{
width: 78%;
}

.header-contacts .header-smi a:hover {
    background: rgba(255, 255, 255, .8);
}


.footernav > li:hover a:before {
    opacity: 1;
    top: 110%;
}


.footernav > li > a:before {
    content: '';
    display: block;
    background: #108f34;
    width: 100%;
    height: 2px;
    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;
}

.grid .prop-title:after {
    display: none;
}

#content .property-description .prop-cta a:hover {
    background: #10147f;
}

#content .listing-details-wrap .photo-slideshow .photo-list,
.pop-gallery-wrap .pop-gallery .photo-list {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#content .listing-details-wrap .property-details .details-list .det-item {
    max-width: 100%;
    width: auto;
}

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