/*
Theme Name: Little Italy Condos
Theme URI: http://littleitalycondoscom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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 */
#main-wrapper{
    overflow: hidden;
}
#nav li {
	position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 18px;
}
    #nav li:last-child {
        margin-right: 0;
    }
    #nav li a {
        display: block;
        position: relative;
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 18px;
    }

        #nav li a:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 51%;
            right: 51%;
            bottom: -31px;
            background: #89171b;
            height: 6px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
            #nav li:hover a:before,
            #nav li:focus a:before,
            #nav li:active a:before {
                left: 0;
                right: 0;
            }
  
    #nav .sub-menu {
        list-style: none outside none;
        margin: 0;
        display: none;
        padding: 31px 0 0;
        position: absolute;
        left: -50px;
        right: -50px;
     	width: auto;
     	min-width: 100%;
        text-align: center;
    }
    #nav .sub-menu li {
        width: 100%;
        margin: 0;
        position: relative;
    }
    #nav .sub-menu a {
        color: #ffffff;
        font-size: 14px;
        display: block;
        padding: 0 10px;
        line-height: 32px;
        background-color: rgba(137,23,27,0.50);
    }
        #nav .sub-menu a:before {
            display: none;
        }

    #nav .sub-menu a:hover {
        color: #ffffff;
        background-color: #053917;
        text-decoration: none;
    }
    #nav .sub-menu .sub-menu {
        margin-left: 100%;
     	top:0;
    }
    #nav li:hover > .sub-menu {
        display: block;
    }
    


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

/* Global */

body {
	font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'Poppins', sans-serif;
    font-family: 'Voltaire', sans-serif;*/
	background: #FFF;
	color: #000000;
	margin: 0;

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

a, a:hover, a:link, a:active, a:focus {
    color: #000000;
    outline: none;
    text-decoration: none;
}

.slick-slide, .slick-slide *, .slick-slide a {outline: none;}

.site_easing, #nav li a, .headinfo a, .head_logo img,
.head_smi a span, .fp_btns .slick-arrow,
.foot_info_wrap a, .foot_smi a span, .foot_bottom a {
    -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 */
.headerwrap {
    width: 100%;
    padding: 25px 0;
    position: fixed;
    top: 0;
    z-index: 1011;
    background-color: rgba(0,0,0,0.34);
}
    .head_logo img {
        /*width: 100%;*/
        max-width: 307px;
    }

    .head_right {
        text-align: right;
    }
    .head_info {
        margin-bottom: 24px;
        font-size: 0;
    }
        .headinfo {
            display: inline-block;
            vertical-align: top;
            margin-left: 30px;
            color: #ffffff;
            font-size: 16px;
        }
            .headinfo a {
                color: #ffffff;
            }
            .headinfo span {
                font-size: 11px;
                margin-right: 8px;
            }

        .head_smi {
            display: inline-block;
            vertical-align: top;
            margin-left: 15px;
        }
            .head_smi a span {
                display: inline-block;
                vertical-align: top;
                margin: 0 0 0 14px;
                color: #ffffff;
                font-size: 17px;
            }

                .headinfo a:hover,
                .head_smi a span:hover {
                    color: #999999;
                }


/* FIXED HEADER */
.headerwrap.fixedhead {
    padding: 20px 0;
    background-color: rgba(31,31,31,0.90);
}
    .headerwrap.fixedhead .head_info {
        margin-top: -25px;
        opacity: 0;
        visibility: hidden;
    }
    .headerwrap.fixedhead .head_logo img {
        max-width: 238px;
    }
    .headerwrap.fixedhead .navigation {
        margin-top: 15px;
    }

/* HP SLIDESHOW */
.hp_slideshow {
    position: relative;
    z-index: 1;
}
    .hp_slideshow .cycloneslider-template-fixed .cycloneslider-fixed-slide-image:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.30);
        pointer-events: none;
    }



/* HP QUICK SEARCH */
.hp_widget1 {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    /*top: 680px;*/
    padding-bottom: 55px;
    font-family: 'Poppins', sans-serif;
}
    .hp_widget1:after {
        width: 100%;
        height: 214px;
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        background-image: url(images/qs-bg.png);
        background-repeat: repeat-x;
        background-size: 100% 100%;
        pointer-events: none;
    }

    .hp_qs {
        position: relative;
        z-index: 2;
    }
    .hp_qs h2 {
        padding-right: 0;
        color: #ffffff;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 1.2;
        position: relative;
        letter-spacing: 0.5px;
        transform: scale(1.1);
        transform-origin: 0;
    }
        .hp_qs h2:after {
            width: 53px;
            height: 13px;
            content: '';
            position: absolute;
            top: 3px;
            right: 6px;
            background-color: #053917;
        }
        .hp_qs h2 span {
            display: block;
            font-size: 27px;
            font-family: 'Voltaire', sans-serif;
            letter-spacing: 0;
        }

    .qs_form {
        padding-top: 12px;
        font-size: 0;
        text-align: right;
    }
        .qs_field {
            margin-right: 6px;
            display: inline-block;
            vertical-align: bottom;
        }
        .qs_long {
            width: 20%;
            max-width: 178px;
        }
        .qs_short {
            width: 15%;
            max-width: 113px;
        }
            .qs_form input,
            .qs_form select {
                width: 100%;
                height: 30px;
                padding-left: 7px;
                color: #ffffff;
                font-size: 12px;
                border: none;
                border-bottom: 1px solid #ffffff;
                background-color: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
                .qs_form select {
                    background-image: url(images/qs-arrow.png);
                    background-repeat: no-repeat;
                    background-position: 95% 50%;
                }
                .qs_form select::-ms-expand {
                    display: none;
                }

            .qs_form .bootstrap-select.btn-group .dropdown-menu.inner,
            .sideqs_form .bootstrap-select.btn-group .dropdown-menu.inner{
                max-height: 200px !important;
            }

        .qs_search {
            width: 58px;
            height: 56px;
            display: inline-block;
            vertical-align: bottom;
            margin: 0 15px -21px 7px;
            position: relative;
            text-align: center;
        }
            .qs_search input {
                width: 100%;
                height: 100%;
                padding: 0;
                font-size: 0;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                border: none;
                background-color: #89171b;
            }
                .qs_search input:hover {
                    background-color: #053917;
                }
            .qs_search span {
                color: #ffffff;
                font-size: 24px;
                pointer-events: none;
                position: absolute;
                top: 16px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }
        .qs_form a.qs_adv {
            margin-top: 5px;
            display: inline-block;
            vertical-align: bottom;
        }
            .qs_form a.qs_adv span {
                color: #ffffff;
                font-size: 18px;
            }
            .qs_form a.qs_adv span:hover {
                color: #999999;
            }


/* HP FEATURED PROPERTIES */
.hp_widget2 {
    width: 100%;
    position: relative;
    /*z-index: 2;*/
    /*top: 680px;*/
    padding: 55px 0 40px;
    background-color: #ffffff;
    text-align: center;
}
    .hp_widget2:before {
        width: 100%;
        max-width: 424px;
        height: 265px;
        content: '';
        position: absolute;
        top: 30px;
        right: 70px;
        background-image: url(images/motorbike.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .hp_widget2 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
        .hp_featprop h2 {
            margin-bottom: 45px;
            padding-bottom: 40px;
            color: #585858;
            font-size: 40px;
            font-family: 'Voltaire', sans-serif;
            text-transform: uppercase;
            line-height: 1;
            letter-spacing: 3px;
            position: relative;
        }
            .hp_featprop h2:after {
                width: 100%;
                max-width: 369px;
                height: 10px;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-image: url(images/accent.png);
                background-size: cover;
                background-position: top center;
            }

        .fp_slider_wrap {
            margin-left: -12px;
            margin-right: -12px;
        }
            .featprop {
                margin: 0 12px;
            }
                .featprop a {
                    display: block;
                    margin: 0 auto;
                    font-size: 0;
                    position: relative;
                }
                    .featprop .fp_img {
                        position: relative;
                        z-index: 1;
                    }
                        .featprop .fp_img canvas {
                            width: 100%;
                            min-height: 249px;
                            background-size: cover;
                            background-position: center;
                        }
                    .featprop .fp_txt {
                        width: 100%;
                        max-width: 252px;
                        height: 100px;
                        padding: 15px 25px;
                        position: absolute;
                        z-index: 2;
                        bottom: 0;
                        left: 0;
                        color: #393939;
                        font-size: 13px;
                        font-family: 'Poppins', sans-serif;
                        text-align: left;
                        background-color: rgba(255,255,255,0.75);
                        opacity: 1;
                    }
                        .featprop .fp_txt strong {
                            display: block;
                            color: #1b1b1b;
                            font-size: 20px;
                            font-weight: 500;
                        }
                        .featprop .fp_txt:before {
                            width: 4px;
                            height: 19px;
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            background-color: #053917;
                        }
                        .featprop .fp_txt:after {
                            width: 4px;
                            height: 19px;
                            content: '';
                            position: absolute;
                            top: 0;
                            right: 0;
                            background-color: #89171b;
                        }

                    .fp_hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background-image: url(images/fp-hover.png);
                        background-size: 100% 100%;
                        background-repeat: no-repeat;
                        background-position: center;
                        opacity: 0;
                    }
                        .fp_hover span {
                            width: 86px;
                            height: 31px;
                            position: absolute;
                            top: calc((100% / 2) - 15.5px);
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            color: #89171b;
                            font-size: 14px;
                            font-weight: 700;
                            font-family: 'Roboto Condensed', sans-serif;
                            line-height: 31px;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            border: 1px solid #053917;
                        }
                            .fp_hover span:hover {
                                color: #ffffff;
                                background-color: #053917;
                            }


                        .featprop a:hover .fp_hover {
                            opacity: 1;
                        }
                        .featprop a:hover .fp_txt {
                            opacity: 0;
                        }

                .fp_btns {
                    display: inline-block;
                    vertical-align: top;
                    margin: 50px auto 0;
                    text-align: center;
                    line-height: 12px;
                }
                    .fp_btns .slick-arrow {
                        display: inline-block;
                        vertical-align: top;
                        color: #a9a9a9;
                        font-size: 12px;
                        cursor: pointer;
                    }
                        .fp_btns .slick-arrow:hover {
                            color: #89171b;
                        }

                    .fp_navigation {
                        display: inline-block;
                        vertical-align: top;
                        font-size: 0;
                        margin: 0 8px;
                    }
                        .fp_navigation ul.slick-dots li {
                            width: 11px;
                            height: 11px;
                            display: inline-block;
                            vertical-align: top;
                            margin: 0 4px;
                        }
                            .fp_navigation ul.slick-dots li button {
                                width: 100%;
                                height: 100%;
                                padding: 0;
                                border-radius: 50%;
                                border: 1px solid #a9a9a9;
                                background-color: transparent;
                                outline: none;
                            }
                            .fp_navigation ul.slick-dots li.slick-active button {
                                background-color: #a9a9a9;
                            }


/* HP FEATURED BUILDINGS */
.hp_widget3 {
    padding: 40px 0 90px;
    position: relative;
    z-index: 2;
    display: block;
    background-color: #ffffff;
    text-align: center;
}
    .hp_widget3:before {
        width: 100%;
        max-width: 376px;
        height: 229px;
        content: '';
        position: absolute;
        top: 0;
        left: 50px;
        background-image: url(images/building.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .hp_widget3 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
        .hp_feat_buildings h2 {
            margin-bottom: 45px;
            padding-bottom: 40px;
            color: #585858;
            font-size: 40px;
            font-family: 'Voltaire', sans-serif;
            text-transform: uppercase;
            line-height: 1;
            letter-spacing: 3px;
            position: relative;
        }
            .hp_feat_buildings h2:after {
                width: 100%;
                max-width: 369px;
                height: 10px;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-image: url(images/accent.png);
                background-size: cover;
                background-position: top center;
            }

        .fp_building_wrap {
            font-size: 0;
        }
            .fp_building_wrap ul {
                display: inline-block;
                vertical-align: top;
                margin-left: 0.3%;
            }
                .fp_building_wrap ul.fp_bldng1 {
                    width: 18.9%;
                    max-width: 280px;
                    margin-left: 0;
                }
                .fp_building_wrap ul.fp_bldng2 {
                    width: 14.9%;
                    max-width: 220.5px;
                }
                .fp_building_wrap ul.fp_bldng3 {
                    width: 14.9%;
                    max-width: 220px;
                }
                .fp_building_wrap ul.fp_bldng4 {
                    width: 16.6%;
                    max-width: 245.5px;
                }
                .fp_building_wrap ul.fp_bldng5 {
                    width: 14.9%;
                    max-width: 220.5px;
                }
                .fp_building_wrap ul.fp_bldng6 {
                    width: 17.6%;
                    max-width: 260px;
                }


                .fp_building_wrap ul li {
                    width: 100%;
                    margin-bottom: 5px;
                }
                    .fp_building_wrap ul li:last-child {
                        margin-bottom: 0;
                    }
                    .fp_building_wrap ul li a {
                        display: block;
                        position: relative;
                    }
                        .fp_building_wrap ul li a:after {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 1;
                            top: 0;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            background-color: rgba(137,23,27,0.72);
                            opacity: 0;
                        }
                    .fp_building_wrap ul li canvas {
                        width: 100%;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                    }
                    .fp_building_wrap ul li a span {
                        width: 100%;
                        position: absolute;
                        z-index: 2;
                        top: calc((100% / 2) - 12px);
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        color: #ffffff;
                        font-size: 20px;
                        font-weight: 700;
                        font-family: 'Roboto Condensed', sans-serif;
                        line-height: 24px;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                        opacity: 0;
                    }
                        .fp_building_wrap ul li a:after,
                        .fp_building_wrap ul li a span {
                            -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;
                        }
                        .fp_building_wrap ul li a:hover:after,
                        .fp_building_wrap ul li a:hover span {
                            opacity: 1;
                        }


/* HP WELCOME */
.hp_widget4 {
    padding: 122px 0;
    position: relative;
    z-index: 2;
    /*top: 680px;*/
    text-align: center;
    background-image: url(images/welcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
    .hp_widget4:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url(images/welcome-overlay.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .hp_welcome {
        color: #ffffff;
        font-size: 17px;
        font-weight: 300;
        position: relative;
        z-index: 2;
    }
    .hp_welcome h1 {
        margin-bottom: 35px;
        color: #ffffff;
        font-size: 26px;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: 3px;
    }
        .hp_welcome h1 span {
            display: block;
            font-size: 60px;
            font-family: 'Voltaire', sans-serif;
            letter-spacing: 9px;
        }
            .welcome_txt {
                padding: 0;
            }
                .welcome_txt p {
                    margin-bottom: 30px;
                    line-height: 26px;
                }

                .welcome_txt a.welc_more {
                    width: 235px;
                    height: 66px;
                    display: inline-block;
                    vertical-align: top;
                    margin: 25px auto 0;
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 400;
                    text-transform: uppercase;
                    border: 1px solid #ffffff;
                    letter-spacing: 3px;
                    line-height: 66px;
                }
                    .welcome_txt a.welc_more:hover {
                        background-color: #89171b;
                        border: 1px solid #89171b;
                    }


/* HP BLOG */
.hp_widget5 {
    padding: 70px 0 90px;
    position: relative;
    z-index: 2;
    /*top: 680px;*/
    background-color: #ffffff;
    text-align: center;
}
    .hp_widget5:before {
        width: 100%;
        max-width: 350px;
        height: 557px;
        content: '';
        position: absolute;
        bottom: -47px;
        right: 0;
        background-image: url(images/coffee.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .hp_blog h2 {
        margin-bottom: 45px;
        padding-bottom: 40px;
        color: #585858;
        font-size: 40px;
        font-family: 'Voltaire', sans-serif;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 3px;
        position: relative;
    }
        .hp_blog h2:after {
            width: 100%;
            max-width: 287px;
            height: 10px;
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            background-image: url(images/accent.png);
            background-size: cover;
            background-position: top center;
        }

        .hp_blog li {
            text-align: left;
        }

        .blog_img {
            font-size: 0;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 30px;
            position: relative;
            text-align: center;
        }
            .blog_img canvas {
                width: 100%;
                min-height: 226px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: top center;
            }
            .blog_date {
                width: 57px;
                height: 67px;
                padding-top: 16px;
                position: absolute;
                left: 0;
                bottom: 0;
                color: #ffffff;
                font-size: 10px;
                background-color: #89171b;
                text-transform: uppercase;
                line-height: 1;
            }
                .blog_date strong {
                    display: block;
                    font-size: 24px;
                    font-weight: 400;
                }

            .blog_img:hover {
                opacity: 0.8;
            }

        .blog_title {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px;
            color: #053917;
            font-size: 19px;
            text-transform: uppercase;
        }
            .blog_title:hover {
                color: #89171b;
            }

        .blog_txt {
            width: 100%;
            min-height: 60px;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 20px;
            color: #777777;
            font-size: 16px;
            font-weight: 300;
            line-height: 20px;
        }

        .hp_blog li a.blog_more {
            width: 109px;
            height: 37px;
            display: inline-block;
            vertical-align: top;
            color: #89171b;
            font-size: 12px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            line-height: 37px;
            letter-spacing: 2px;
            border: 1px solid #89171b;
        }
            .hp_blog li a.blog_more:hover {
                color: #ffffff;
                background-color: #053917;
                border: 1px solid #053917;
            }


/* FOOTER */
.footer_wrap {
    width: 100%;
    padding: 60px 0 30px;
    position: relative;
    z-index: 2;
    /*top: 680px;*/
    background-color: #5d5d5d;
}
    .ip-container .footer_wrap {
        top: 0;
    }

    .footer_wrap:before {
        width: 100%;
        height: 7px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/border-top.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
    }
    .footer_wrap:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/footer-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.04;
    }

    .foot_contact h2 {
        margin-bottom: 25px;
        color: #ffffff;
        font-size: 40px;
        font-family: 'Voltaire', sans-serif;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 3px;
    }
    .foot_form_wrap {
        font-size: 0;
        color: #ffffff;
        text-align: center;
        position: relative;
    }
        .form_field {
            height: 35px;
            display: inline-block;
            vertical-align: top;
        }
        .form_short {
            width: 19%;
            max-width: 216px;
            margin-right: 2px;
        }
        .form_long {
            width: 43%;
            max-width: 486px;
            position: relative;
        }
            .foot_form_wrap .wpcf7-form-control-wrap {
                width: 100%;
                display: block;
            }

        .foot_form_wrap input,
        .foot_form_wrap textarea {
            width: 100%;
            height: 35px;
            padding-left: 8px;
            font-size: 14px;
            font-weight: 300;
            background-color: transparent;
            border: 1px solid #ffffff;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
        }
            .foot_form_wrap textarea {
                resize: none;
                padding-top: 6px;
            }

        .foot_form_wrap .foot_submit {
            width: 19px;
            height: 19px;
            font-size: 0;
            position: absolute;
            top: 8px;
            right: 11px;
            border: none;
            background-image: url(images/submit-btn.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center;
            -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;
        }

            .submitting .foot_submit {
                pointer-events: none;
            }

            .foot_form_wrap .foot_submit:hover {
                opacity: 0.7;
            }


            .foot_form_wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
                font-size: 11px;
            }
            .foot_form_wrap div.wpcf7-response-output {
                width: 100%;
                margin: 0;
                position: absolute;
                left: 0;
                bottom: -30px;
                font-size: 12px;
            }

    .foot_info_wrap {
        margin-top: 55px;
        color: #ffffff;
        font-size: 0;
        text-align: center;
    }
        .foot_info_wrap a {
            color: #ffffff;
        }
        .foot_info_wrap h3 {
            margin-bottom: 15px;
            font-size: 26px;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
        .footinfo,
        .foot_smi {
            display: inline-block;
            vertical-align: top;
        }
            .footinfo {
                padding: 0 15px;
                font-size: 16px;
                border-right: 1px solid #ffffff;
                line-height: 18px;
                letter-spacing: 1px;
            }
                .footinfo span {
                    font-size: 9px;
                    margin-right: 8px;
                }
                    .footinfo span.ai-font-phone {
                        font-size: 11px;
                    }

        .foot_smi {
            padding: 0 7px;
        }
            .foot_smi a span {
                display: inline-block;
                vertical-align: top;
                margin: 0 8px;
                font-size: 18px;
            }

            .foot_info_wrap a:hover,
            .foot_smi a span:hover {
                color: #89171b;
            }

    .foot_bottom {
        margin-top: 50px;
        padding-top: 30px;
        color: #adadad;
        border-top: 1px solid rgba(255,255,255,0.21);
    }
        .foot_bottom a {
            color: #adadad;
        }
            .foot_bottom a:hover {
                color: #89171b;
            }
        .footernav {
            font-size: 0;
        }
            .footernav li {
                padding: 0 15px;
                display: inline-block;
                vertical-align: top;
            }
                .footernav li:first-child {
                    padding-left: 0;
                }
                .footernav li a {
                    font-size: 13px;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                }

        .foot_copyright {
            margin-top: 5px;
            font-size: 12px;
            letter-spacing: 0.1px;
        }

    .foot_right {
        margin-top: 8px;
        color: #adadad;
        font-size: 19px;
        text-align: right;
    }
    .mls-req-wrapper {
        text-align: center;
        padding-top: 50px;
    }
        .mls-req-logo img {
            width: 100%;
            max-width: 310px;
            margin: 0 auto;
            border-radius: 4px;
        }
        .mls-req-name {
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 3px;
            margin: 10px 0;
        }
        .mls-req-bre, .mls-req-contact {
            display: inline-block;
            vertical-align: top;
            padding: 0 20px;
        }
        .mls-req-contact {
            color: #fff;
            letter-spacing: 1px;
        }
        .mls-req-bre {
            color: #fff;
            letter-spacing: 1px;
        }

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    background-image: url(images/ip-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}
    .ip_bg:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.50);
    }
#inner-page-wrapper {
    padding-top: 131px;
}

#breadcrumbs {
    font-size: 14px;
}


/* Adjust minimum height of page area */ 
#content-sidebar, #content-full {
    min-height: 500px;
    margin-top: 20px;
    padding: 20px 50px 30px;
    background-color: #ffffff;
    position: relative;
}
#content-sidebar:before,
#content-full:before {
    width: 100%;
    height: 7px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(images/border-top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

/** Adjust width of content columns **/
#content-sidebar #content{ width: 73.08%; }
#content-full #content { width: 100%; }

#content .entry {
    color: #585858;
}
/* Adjust width of sidebar */
.sidebar {
    width: 23.83%;
    margin-top: 50px;
    text-align: center;
}

.side_qs_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
    .side_qs_wrap h2 {
        padding-right: 0;
        color: #777777;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 1.2;
        position: relative;
        letter-spacing: 0.5px;
    }
        .side_qs_wrap h2 span {
            display: block;
            font-size: 27px;
            font-family: 'Voltaire', sans-serif;
            letter-spacing: 0;
        }

    .sideqs_form {
        font-size: 0;
    }
        .sideqs_field {
            margin-bottom: 6px;
            display: inline-block;
            vertical-align: bottom;
        }
        .sideqs_long {
            width: 100%;
            max-width: 100%;
        }
        .sideqs_short {
            width: 49%;
            max-width: 49%;
        }
            .sideqs_left {
                float: left;
            }
            .sideqs_right {
                float: right;
            }

            .sideqs_form input,
            .sideqs_form select {
                width: 100%;
                height: 30px;
                padding-left: 7px;
                color: #777777;
                font-size: 12px;
                border: none;
                border-bottom: 1px solid #777777;
                background-color: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
                .sideqs_form select {
                    background-image: url(images/side-qs-arrow.png);
                    background-repeat: no-repeat;
                    background-position: 95% 50%;
                }
                .sideqs_form select::-ms-expand {
                    display: none;
                }
                .sideqs_long select {
                    background-position: 97% 50%;
                }

        .sideqs_search {
            width: 49%;
            height: 40px;
            float: left;
            margin: 0;
            position: relative;
            text-align: center;
        }
            .sideqs_search input {
                width: 100%;
                height: 100%;
                padding: 0;
                font-size: 0;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                border: none;
                background-color: #89171b;
            }
                .sideqs_search input:hover {
                    background-color: #053917;
                }
            .sideqs_search span {
                color: #ffffff;
                font-size: 24px;
                pointer-events: none;
                position: absolute;
                top: 8px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }
        .sideqs_form a.sideqs_adv {
            width: 49%;
            float: right;
            margin-top: 13px;
            display: inline-block;
            vertical-align: top;
        }
            .sideqs_form a.sideqs_adv span {
                color: #777777;
                font-size: 18px;
            }
            .sideqs_form a.sideqs_adv span:hover {
                color: #053917;
            }


.side_info_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    color: #777777;
}
    .side_info_wrap img {
        width: 100%;
        max-width: 307px;
        margin-bottom: 15px;
    }
        .side_info_wrap a {
            color: #777777;
        }
        .sideinfo,
        .side_smi {
            display: inline-block;
            vertical-align: top;
        }
            .sideinfo {
                font-size: 16px;
                line-height: 18px;
            }
                .sideinfo span {
                    font-size: 9px;
                    margin-right: 8px;
                }
                    .sideinfo span.ai-font-phone {
                        font-size: 11px;
                    }

        .side_smi {
            font-size: 0;
        }
            .side_smi a span {
                color: #777777;
                display: inline-block;
                vertical-align: top;
                margin: 0 8px;
                font-size: 18px;
            }

            .side_info_wrap a:hover,
            .side_smi a span:hover {
                color: #89171b;
            }


ul.side_cta {
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
    ul.side_cta li {
        width: 100%;
        height: 70px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
        ul.side_cta li a {
            display: block;
            height: 100%;
            padding-top: 13px;
            font-size: 25px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: 'Voltaire', sans-serif;
        }
        ul.side_cta li:first-child a {
            color: #053917;
            border: 2px solid #053917;
        }
            ul.side_cta li:first-child a:hover {
                color: #ffffff;
                background-color: #053917;
            }
        ul.side_cta li:nth-child(2) a {
            color: #89171b;
            border: 2px solid #89171b;
        }
            ul.side_cta li:nth-child(2) a:hover {
                color: #ffffff;
                background-color: #89171b;
            }
        ul.side_cta li:last-child a {
            color: #8e8e8e;
            border: 2px solid #8e8e8e;
        }
            ul.side_cta li:last-child a:hover {
                color: #ffffff;
                background-color: #8e8e8e;
            }

/* 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: #585858;
    font-size: 30px;
    font-family: 'Voltaire', sans-serif;
    text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    color: #585858;
    font-size: 30px;
    font-family: 'Voltaire', sans-serif;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    color: #585858;
    font-size: 30px;
    font-family: 'Voltaire', sans-serif;
    text-transform: uppercase;
}

.ip-video {
  position:relative;
}

    .ip-video canvas {
      width:100%;
      display:block;
    }

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

.ip-photo img {
    max-width: 100%;
    float: left;
    margin-right: 25px;
}


.ip_bldng_btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
    .ip_bldng_btn a {
        display: block;
        padding: 8px 15px;
        color: #fff;
        font-size: 17px;
        text-transform: uppercase;
        background-color: #053917;
    }
        .ip_bldng_btn a:hover {
            background-color: #89171b;
        }

.qs_form select option {
    color: #000;
}

.bs-searchbox .form-control{
    color: #000;
}

#custom-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default {
    width: 100%;
    height: 30px;
    padding-left: 7px;
    color: #ffffff;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

#custom-quick-search .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: transparent;
    background-image: none;
    border: 0;
    color: #fff;
}

#sidebar-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default {
    width: 100%;
    height: 30px;
    padding-left: 7px;
    color: #777777;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #777777;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.ip-building-title {
    font-weight: bolder;
    font-size: 1.17em;
    text-decoration: underline !important;
    margin: 0 !important;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-building-title:hover {
    color: #89171b;
}
#ihf-main-container ul {
   margin-left: 0;
}

   #ihf-main-container .chosen-container .chosen-results {
       padding: 0 !important;
   }
.ai-default-cf7wrap select {
    line-height: 2 !important;
}


/* IHF SPACE AT THE BOTTOM */
img[src="//di.rlcdn.com/460189.html?pdata=RE_01%3D1"] {
    display: none;
}


.ihf-mapsearch-refine-overlay {
    height: 100%;
}
#ihf-main-container #ihf-refine-search-close {
    position: relative;
    bottom: 15px;
}

.mls-req-logo2 img {
    width: 100%;
    max-width: 310px;
    margin: 20px auto 0;
}
.hp_widget2, .hp_widget3, .hp_widget4, .hp_widget5, .footer_wrap{
    display:  none;
}

.wpcf7-spinner {
    position: absolute;
}


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