/*
Theme Name: Triangle Home Team Realty
Theme URI: http://trianglehometeamrealtycom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.7
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. Custom CSS
 *
 *******************************************************/

/* Global */
body{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: initial;
}
a,a:hover,a:visited,a:focus{
    outline: 0 !important;
    text-decoration: none !important;
}
input, button, textarea {
    outline: none;
    border: none;
}
.slick-slide {
    outline: 0 !important;
}
div#main-wrapper {
    overflow: hidden;
    position: relative;
}
.aios-mobile-header-wrapper {
    z-index: 1029 !important;
}
/* Header */
.header {
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}
    .header-top {
        background: #474747;
        height: 69px;
        overflow: hidden;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }
    .fixed .header-top {
        height: 0;
    }
        .header-contact {
            text-align: right;
            padding: 20px 0;
        }
            .header-contact-item {
                display: inline-block;
                vertical-align: top;
                font-family: "Poppins", sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #fff;
            }
            .header-contact-item.fb-like {
                margin-right: 21px;
            }
            .header-contact-item.smi {
                font-size: 20px;
                margin-right: 25px;
            }
            .header-contact-item.phone {
                margin-left: 9px;
                margin-right: 37px;
            }
            .header-contact-item.phone,
            .header-contact-item.email {
                margin-top: 4px;
            }
                .header-contact-item a {
                    color: inherit;
                }
                .header-contact-item a:hover {
                    opacity: .7;
                }
                .header-contact-item:not(.smi) span {
                    font-size: 9px;
                    margin-right: 4px;
                }
        .header-search-wrap {
            height: 69px;
            padding: 0 25px 0 41px;
            background: #901822;
            cursor: pointer;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            /* background: transparent; */
            /* padding: 23px 0; */
            width: 100%;
            /* cursor: pointer; */
            /* text-transform: uppercase; */
            position: relative;
        }

        .header-search-wrap span:first-child {
            text-transform: uppercase;
            /* background: transparent; */
            padding: 23px 0;
            display: block;
        }
            span.ai-font-magnifying-glass-b{
                position: absolute;
                top: 22px;
                right: 36px;
                font-size: 24px;
            }
        .header-search-wrap:hover {
            background: linear-gradient(to right, #c11216, #c02c10, #be5008);
        }
            .header-search-col {
                display: inline-block;
                vertical-align: top;
            }
                .header-search-col.control {
                    width: 92.13%;
                }
                    .header-search-col.control input {
                        font-family: "Poppins", sans-serif;
                        font-size: 16px;
                        font-weight: 600;
                        color: #fff;
                        background: transparent;
                        padding: 23px 0;
                        width: 100%;
                        cursor: pointer;
                    }
                    .header-search-col.control input::placeholder {
                        text-transform: uppercase;
                    }
                .header-search-col.btnsubmit {
                    width: 7.86%;
                    padding-top: 21px;
                }
                    .header-search-col.btnsubmit button {
                        font-size: 24px;
                        color: #fff;
                        background: transparent;
                        padding: 0;
                        width: 100%;
                    }
    .header-bottom {
        position: relative;
        padding: 15px 0;
        background: #fff;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }
    .fixed .header-bottom {
        background: #901822;
        padding: 0;
    }
    .header-bottom::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        background-image: url('images/header-shadow.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 20px;
        z-index: -1;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }
        .logo img {
            width: 200px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }
        .fixed .logo img {
            padding: 6px 0;
            width: 170px;
        }
    /* Navigation */
    .navigation {
        padding: 34px 0px;
    }
        #header-nav {
            text-align: right;
            margin-right: -16px;
        }
            #header-nav > li {
                position:relative;
                display: inline-block;
                margin: 0 1px;
            }
            #header-nav li:hover > .sub-menu {
                display: block;
            }
                #header-nav > li a {
                    font-family: "Poppins", sans-serif;
                    font-size: 13px;
                    font-weight: 500;
                    color: #000;
                    text-transform: uppercase;
                    padding: 9px 10px;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }
                .fixed #header-nav > li > a {
                    color: #fff;
                    background: #901822;
                }
                #header-nav > li:hover > a{
                    background: #901822;
                    color: #fff;
                }
                .fixed #header-nav > li:hover > a {
                    background: #fff;
                    color: #000;
                }
                #header-nav .sub-menu {
                    list-style: none outside none;
                    margin: 0;
                    padding: 9px 0 0 0;
                    display: none;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 100%;
                    min-width: 180px;
                }
                    #header-nav .sub-menu li {
                        position: relative;
                        text-align: center;
                        margin-top: 1px;
                        background: #6e131b;
                    }
                    #header-nav .sub-menu li a {
                        color: #FFFFFF;
                        display: block;
                        padding: 10px;
                    }
                    #header-nav .sub-menu li a:hover {
                        background: #901822;
                        color: #fff;
                        text-decoration: none;
                    }
                        #header-nav .sub-menu .sub-menu {
                            margin-left: 100%;
                            top:0;
                        }

/* Floating Menu */
.floating-menu-wrap {
    font-size: 0;
    position: fixed;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    z-index: 1001;
}
    .floating-menu-item {
        margin-bottom: 10px;
        position: relative;
    }
        .floating-menu-item > a {
            display: block;
            width: 51px;
            height: 51px;
            background: #fff;
            text-align: center;
            border-radius: 50%;
            padding: 17px 0;
        }
        .floating-menu-item > a.scrolled,
        .ip-container .floating-menu-item > a {
            box-shadow: 0 0 14px #999999;
        }
        .floating-menu-item:hover > a {
            background: linear-gradient(to right, #c11216, #c02c10, #be5008);
        }
        .floating-menu-item:hover > a span {
            color: #fff;
        }
        .floating-menu-item:hover > a img {
            filter: brightness(0) invert(1);
        }
        .floating-menu-item:hover .floating-submenu {
            display: block;
        }
            .floating-menu-item span {
                color: #939598;
            }
            .floating-menu-item.email span {
                font-size: 15px;
            }
            .floating-menu-item.location span {
                font-size: 20px;
            }
            .floating-submenu {
                position: absolute;
                top: 50%;
                right: 100%;
                transform: translateY(-50%);
                display: none;
                min-width: 146px;
                padding-right: 15px;
            }
                .floating-submenu a {
                    display: block;
                    width: 100%;
                    font-family: "Poppins", sans-serif;
                    font-size: 14px;
                    font-weight: 400;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    padding: 3px 0;
                    border-radius: 3px;
                    background: #a01d23;
                    margin-bottom: 1px;
                }
                .floating-submenu a:hover {
                    background: #86181d;
                }

/*Mobile Logo */
.mobile-logo {
    text-align: center;
    padding: 70px 0 20px 0;
    background: #901822;
    display: none;
}
    .mobile-logo img {
        max-width: 250px;
    }
/* Slideshow */
.slideshow-wrapper {
    position: relative;
    font-size: 0;
    margin-top: 69px;
}
    .slideshow-content-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(calc(-50% + 30px));
        width: 100%;
    }
        .tagline-wrapper {
            padding: 35px 40px;
            background: rgba(53,53,53,.5);
        }
            .tagline-title {
                font-family: "Poppins", sans-serif;
                font-size: 65px;
                font-weight: 700;
                color: #fff;
                line-height: 59px;
                margin-bottom: 20px;
            }
            .tagline-subtitle {
                font-family: "Poppins", sans-serif;
                font-size: 25px;
                font-weight: 600;
                color: #fff;
                line-height: 37px;
            }
            .tagline-title, .tagline-subtitle {
                text-shadow: 2px 2px 0px #222;
            }
        .savings-cals-wrap {
            position: relative;
            max-width: 420px;
            margin: -30px 0 0 auto;
            z-index: 1;
        }
        .savings-cals-wrap::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 92.5%;
            background: rgba(144,24,34,.6);
            z-index: -1;
        }
            .savings-calc-title {
                font-family: "Poppins", sans-serif;
                font-size: 35px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                padding: 14px 0;
            }
            .savings-calc-field {
                padding: 0 17px;
            }
                .savings-calc-field-label {
                    display: block;
                    font-family: "Poppins", sans-serif;
                    font-size: 17px;
                    font-weight: 400;
                    color: #fff;
                    padding-bottom: 5px;
                }
                .savings-calc-field-control {
                    padding-bottom: 12px;
                }
                    .savings-calc-field-control input {
                        font-family: "Poppins", sans-serif;
                        font-size: 17px;
                        font-weight: 400;
                        color: #000;
                        width: 100%;
                        padding: 6px 10px;
                        border: 1px solid #9a9a9a;
                        background: #fff;
                    }
            .savings-calc-button-wrap {
                max-width: 265px;
                margin: 12px auto 0;
            }
                .savings-calc-button-wrap button {
                    font-family: "Poppins", sans-serif;
                    font-size: 15px;
                    font-weight: 600;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    letter-spacing: 1px;
                    width: 100%;
                    padding: 19px 0;
                    background: #000;
                    border-radius: 3px;
                }
                .savings-calc-button-wrap button:hover {
                    background: linear-gradient(to right, #c11216, #c02c10, #be5008);
                }
        .scrolldown-wrap {
            position: absolute;
            bottom: 80px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            cursor: pointer;
        }
            .scrolldown-text {
                font-family: "Poppins", sans-serif;
                font-size: 12px;
                font-weight: 600;
                color: #c0c0c0;
                text-transform: uppercase;
                padding-top: 4px;
            }

/* Quick Search */
.qs-wrapper {
    position: relative;
    font-size: 0;
    background: #901822;
}
    .qs-form-wrapper {
        max-width: 1390px;
        padding: 38px 15px;
        margin: 0 auto;
    }
        .qs-form-wrapper form > div {
            display: inline-block;
            vertical-align: top;
        }
            .qs-title {
                width: 15.51%;
                font-family: "Poppins", sans-serif;
                font-size: 26px;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase;
            }
            .qs-long.propertytype {
                width: 15.66%;
                padding-right: 5px;
            }
            .qs-long.citywrap {
                width: 14.11%;
                padding-right: 5px;
            }
            .qs-short {
                width: 8.82%;
                padding-right: 5px;
            }
                .qs-control {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    border: none;
                    outline: none;
                    font-family: "Poppins", sans-serif;
                    font-size: 13px;
                    font-weight: 300;
                    color: #000;
                    text-transform: uppercase;
                    padding: 13px;
                    width: 100%;
                    background: #fff;
                    height: 46px;
                }
                .qs-short .qs-control.has-dropdown {
                    background-image: url(images/qs-dropdown.png);
                    background-size: 8px 7px;
                    background-repeat: no-repeat;
                    background-position: center right 10px;
                }
            .qs-short.btnsubmit-wrap {
                width: 9.92%;
            }
            .qs-short.advancewrap {
                width: 9.52%;
            }
                .qs-short.btnsubmit-wrap input,
                .qs-short.advancewrap a {
                    font-family: "Poppins", sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    color: #fff;
                    width: 100%;
                    text-transform: uppercase;
                    text-align: center;
                    padding: 10px 0;
                    height: 46px;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }
                .qs-short.btnsubmit-wrap input {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    border: none;
                    outline: none;
                    background: #474747;
                }
                .qs-short.btnsubmit-wrap input:hover{
                    background: #313030;
                }
                .qs-short.advancewrap a {
                    display: block;
                    background: #927a7e;
                }
                .qs-short.advancewrap a:hover {
                    background: #746063;
                }

/* CTA */
.cta-wrapper {
    font-size: 0;
    position: relative;
    padding-top: 109px;
}
.cta-wrapper::before, .cta-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to bottom, #f3f3f3, #fff);
    z-index: -2;
}
.cta-wrapper::before {
   left: 0;
}
.cta-wrapper::after {
   right: 0;
}
    .cta-inner-wrap {
        max-width: 1320px;
        margin: 0 auto;
    }
        .cta-item {
            width: 33.33%;
            display: inline-block;
            vertical-align: middle;
            padding: 0 12px;
        }
            .cta-item-video {
                position: relative;
            }
            .cta-item-video-placeholder::before,
            .cta-item-image::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }
            .cta-item-video-placeholder:hover:before,
            .cta-item-image:hover:before {
                opacity: .2;
            }
            .cta-item-video::after {
                content: "";
                position: absolute;
                bottom: -30px;
                width: 83%;
                height: 44.68%;
                background: #e1e1e1;
                z-index: -1;
            }
            .cta-item-video.left::after{
                left: -30px;
            }
            .cta-item-video.right::after{
                right: -30px;
            }
                .cta-item-video-placeholder {
                    position: relative;
                    height: 283px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    border: 4px solid #fff;
                }
                    .cta-item-video-play {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                    .cta-item-video a:hover img {
                        filter: brightness(0) invert(1);
                    }
            .cta-item-image-wrap {
                position: relative;
            }
            .cta-item-image-wrap::after {
                content: "";
                position: absolute;
                top: -52px;
                left: 50%;
                transform: translateX(-50%);
                width: 130%;
                height: 47.50%;
                background: #e1e1e1;
                z-index: -1;
            }
                .cta-item-image {
                    height: 461px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center;
                    border: 5px solid #000;
                }

/* Featured Listings */
.full-service-wrapper {
    font-size: 0;
    position: relative;
    padding-top: 65px;
}
    .fs-title {
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 46px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 7px;
        text-align: center;
        padding-bottom: 39px;
        margin-bottom: 75px;
    }
    .fs-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 187px;
        height: 6px;
        background: #901822;
    }
        .fs-item {
            margin-bottom: 33px;
        }
            .fs-item > div {
                position: relative;
                display: block;
                background: #901822;
                border-radius: 3px;
                width: 100%;
                height: 106px;
            }
            .fs-item > div:hover {
                background: linear-gradient(to right, #c11216, #c02c10, #be5008);
            }
                .fs-item-content {
                    position: absolute;
                    width: 100%;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                }
                    .fs-item-content > div {
                        display: inline-block;
                        vertical-align: top;
                    }
                    .fs-item-icon-wrap {
                        width: 21.38%;
                        padding-right: 13px;
                        text-align: right;
                    }
                        .fs-item-title {
                            font-family: "Poppins", sans-serif;
                            font-size: 16px;
                            font-weight: 600;
                            color: #fff;
                            letter-spacing: 1px;
                            line-height: 18px;
                            max-width: 252px;
                        }
                        .fs-item-title span {
                            display: block;
                            font-size: 14px;
                            font-weight: 400;
                            letter-spacing: 0;
                        }

/*All About Us*/
.all-about-us-wrapper {
    font-size: 0;
    position: relative;
    z-index: 2;
}
.all-about-us-wrapper::after {
    content: "";
    position: absolute;
    bottom: -64px;
    right: 0;
    width: 72.75%;
    height: 140px;
    background: #e1e1e1;
    z-index: -1;
}
    .ab-inner-wrap {
        padding-top: 54px;
    }
        .ab-col {
            display: inline-block;
            vertical-align: top;
        }
        .ab-col.ab-image {
            width: 42.68%;
            margin-top: 103px;
        }
            .ab-image-wrap {
                position: relative;
                height: 465px;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .ab-image-wrap::after {
                content: "";
                position: absolute;
                top: 0;
                left: 100%;
                width: 187px;
                height: 6px;
                background: #901822;
            }
        .ab-col.ab-text {
            position: relative;
            width: 57.31%;
        }
        .ab-col.ab-text::after {
            content: "";
            position: absolute;
            bottom: 33px;
            right: 0;
            height: 317px;
            width: 28px;
            background: #e1e1e1;
        }
            .ab-title {
                font-family: "Poppins", sans-serif;
                font-size: 55px;
                font-weight: 600;
                color: #000;
                text-transform: uppercase;
            }
            .ab-inner-text {
                position: relative;
                max-width: 790px;
                padding-top: 79px;
                padding-left: 94px;
                z-index: 1;
            }
                .ab-inner-title {
                    font-family: "Poppins", sans-serif;
                    font-size: 24px;
                    font-weight: 400;
                    color: #000;
                    line-height: 36px;
                    max-width: 570px;
                    margin: 0;
                }
                .ab-inner-excerpt {
                    font-family: "Poppins", sans-serif;
                    font-size: 15px;
                    font-weight: 400;
                    color: #4a4a4a;
                    line-height: 36px;
                }
                .ab-inner-link {
                    max-width: 344px;
                    padding-top: 50px;
                }
                .ab-inner-link a {
                    position: relative;
                    font-family: "Poppins", sans-serif;
                    font-size: 18px;
                    font-weight: 400;
                    color: #000;
                    text-transform: uppercase;
                    display: block;
                    width: 100%;
                    padding: 21px 64px;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }
                .ab-inner-link a:hover {
                    color: #fff;
                }
                .ab-inner-link a::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 70%;
                    height: 100%;
                    background: #fff;
                    border: 1px solid #000;
                    z-index: -1;
                    -webkit-transition: width .325s ease-in-out;
                    -moz-transition: width .325s ease-in-out;
                    -ms-transition: width .325s ease-in-out;
                    transition: width .325s ease-in-out;
                }
                .ab-inner-link a:hover:after {
                    width: 100%;
                    border-color: transparent;
                    background: linear-gradient(to right, #c11216, #c02c10, #be5008);
                }
                    .ab-inner-link a span {
                        font-size: 25px;
                        position: relative;
                        float: right;
                    }
                        .ab-inner-link a span::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 2px;
                            transform: translateY(-50%);
                            width: 85px;
                            height: 3px;
                            border-radius: 3px;
                            background: #000;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }
                        .ab-inner-link a:hover span::after {
                            background: #fff;
                        }

/* Testimonials */
.testi-wrapper {
    font-size: 0;
    position: relative;
    background-image: url('images/testi-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 97px;
    z-index: 1;
}
.testi-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
    z-index: -1;
}
    .testi-title {
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 38px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 9px;
        padding-bottom: 40px;
    }
    .testi-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 187px;
        height: 6px;
        background: #901822;
    }
    .testi-slide-wrap {
        padding-top: 55px;
    }
        .testi-slide-item-author {
            font-family: "Poppins", sans-serif;
            font-size: 24px;
            font-weight: 400;
            color: #000;
            letter-spacing: 4px;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 2px;
        }
        .testi-slide-item-excerpt {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #4a4a4a;
            line-height: 30px;
            text-align: center;
            max-width: 730px;
            margin: 0 auto;
        }
    .testi-slide-dots {
        text-align: center;
        padding-top: 46px;
    }
        .testi-slide-dots ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px;
        }
            .testi-slide-dots ul li button {
                padding: 0;
                outline: none;
                background: transparent;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                border: 1px solid #5d5d5d;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }
            .testi-slide-dots ul li.slick-active button {
                background: #5d5d5d;
            }

/*Home Listing */
.home-listing-wrapper {
    font-size: 0;
    position: relative;
    background-image: url('images/home-of-the-999-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 644px;
}
    .home-listing-content {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
        .hl-title {
            font-family: "Poppins", sans-serif;
            font-size: 50px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding-bottom: 14px;
        }
        .hl-text {
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            padding-bottom: 26px;
        }
        .hl-subtext {
            font-family: "Poppins", sans-serif;
            font-size: 30px;
            font-weight: 700;
            font-style: italic;
            color: #fff;
            padding-bottom: 41px;
        }
        .hl-link {
            max-width: 244px;
            margin: 0 auto;
        }
            .hl-link a {
                display: block;
                font-family: "Poppins", sans-serif;
                font-size: 18px;
                font-weight: 400;
                color: #000;
                text-align: center;
                text-transform: uppercase;
                background: #fff;
                padding: 21px 0;
            }
            .hl-link a:hover {
                background: linear-gradient(to right, #c11216, #c02c10, #be5008);
                color: #fff;
            }

/* Footer */
.footer {
    font-size: 0;
    position: relative;
    padding-top: 117px;
    padding-bottom: 62px;
}
    .footer-logo img {
        max-width: 250px;
    }
    .footer-col-title {
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        padding-bottom: 15px;
    }
    .footer-col-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 34px;
        height: 4px;
        background: #901822;
    }
        .footer-agent-details {
            padding-top: 34px;
        }
            .footer-agent-name {
                font-family: "Poppins", sans-serif;
                font-size: 42px;
                font-weight: 400;
                color: #000;
                line-height: 30px;
                padding-bottom: 8px;
            }
            .footer-agent-title {
                font-family: "Poppins", sans-serif;
                font-size: 18px;
                font-weight: 400;
                color: #9c9c9c;
                line-height: 30px;
            }
            .footer-agent-contact-details {
                padding-top: 31px;

            }
                .footer-agent-contact-item {
                    font-family: "Poppins", sans-serif;
                    font-size: 14px;
                    font-weight: 400;
                    color: #000;
                    margin-bottom: 13px;
                }
                    .footer-agent-contact-item a {
                        color: initial;
                    }
                    .footer-agent-contact-item a:hover {
                        opacity: .8;
                    }
                    .footer-agent-contact-item span {
                        display: inline-block;
                        font-size: 10px;
                        color: #901822;
                        text-align: center;
                        min-width: 26px;
                    }
    .footer-article-link {
        max-width: 255px;
        padding-top: 32px;
    }
        .footer-article-link a {
            display: block;
            font-family: "Poppins", sans-serif;
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            background: #292929;
            padding: 11px 0px;
            border-radius: 3px;
        }
        .footer-article-link a:hover {
            background: #131313;
        }
        .footer-smi {
            padding: 28px 0;
        }
            .footer-smi a {
                display: inline-block;
                vertical-align: top;
                margin: 0 7px;
                font-size: 19px;
                color: #fff;
                text-align: center;
                height: 38px;
                width: 38px;
                padding: 7px 0;
                border-radius: 50%;
                background: #292929;
            }
            .footer-smi a:hover {
                background: #131313;
            }
        .footer-search-wrap {
    height: 69px;
    padding: 0 25px 0 41px;
    background: #901822;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    position: relative;
    cursor: pointer;
        }
            .footer-search-wrap:hover {
                background: linear-gradient(to right, #c11216, #c02c10, #be5008);
            }
                .footer-search-col {
                    display: inline-block;
                    vertical-align: top;
                }
                    .footer-search-col.control {
                        width: 92.13%;
                    }
                        .footer-search-col.control input {
                            font-family: "Poppins", sans-serif;
                            font-size: 16px;
                            font-weight: 600;
                            color: #fff;
                            background: transparent;
                            padding: 23px 0;
                            width: 100%;
                            cursor: pointer;
                        }
                        .footer-search-col.control input::placeholder {
                            text-transform: uppercase;
                        }
                    .footer-search-col.btnsubmit {
                        width: 7.86%;
                        padding-top: 21px;
                    }
                        .footer-search-col.btnsubmit button {
                            font-size: 24px;
                            color: #fff;
                            background: transparent;
                            padding: 0;
                            width: 100%;
                        }
    .copyright {
        padding-top: 133px;
        padding-bottom: 40px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #292929;
        text-align: center;
    }
        .copyright a {
            color: inherit;
        }
        .copyright a:last-child {
            text-decoration: underline !important;
        }
        .copyright a:hover {
            opacity: .8;
        }
    .footer-realtor-icons {
        text-align: center;
    }
        .footer-realtor-icons span {
            display: inline-block;
            vertical-align: bottom;
            margin: 0 2px;
            font-size: 18px;
            color: #b2b2b2;
        }
    .footer-contact-bottom-btn {
        position: absolute;
        bottom: 0;
        right: 122px;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        width: 205px;
        padding: 17px 0;
        background: #292929;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        cursor: pointer;
    }
    .footer-contact-bottom-btn:hover {
        background: #171717;
    }
        .footer-contact-bottom-btn span {
            display: inline-block;
            width: 34px;
            height: 34px;
            font-size: 13px;
            text-align: center;
            padding: 9px 0;
            border: 2px solid #fff;
            border-radius: 50%;
            margin-left: 14px;
        }
    .footer-contact-bottom-content {
        position: absolute;
        bottom: -100px;
        right: 96px;
        width: 492px;
        background: #fff;
        text-align: center;
        box-shadow: 0px 2px 20px #2c2c2c;
        padding-top: 44px;
        padding-bottom: 27px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }
    .footer-contact-bottom-content.show {
        opacity: 1;
        bottom: 0;
        pointer-events: auto;
    }
        .footer-contact-bottom-close {
            font-size: 11px;
            position: absolute;
            right: 13px;
            top: 13px;
            cursor: pointer;
        }
        .footer-contact-bottom-close:hover {
            opacity: .8;
        }
        .footer-contact-bottom-title {
            font-family: "Poppins", sans-serif;
            font-size: 30px;
            font-weight: 400;
            color: #292929;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding-bottom: 18px;
        }
        .footer-contact-bottom-text {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #444444;
            max-width: 345px;
            margin: 0 auto;
            padding-bottom: 32px;
        }
        .footer-bottom-link-item {
            display: inline-block;
            vertical-align: top;
        }
        .footer-bottom-link-item.link-sched {
            min-width: 255px;
        }
            .footer-bottom-link-item.link-sched a {
                font-family: "Poppins", sans-serif;
                font-size: 18px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                background: #292929;
                display: block;
                width: 100%;
                padding: 11px 0;
                border-radius: 3px;
            }
            .footer-bottom-link-item.link-sched a:hover {
                background: #1b1b1b;
            }
        .footer-bottom-link-item.link-menu {
            min-width: 55px;
            margin-left: 15px;
        }
            .footer-bottom-link-item.link-menu a {
                text-align: center;
                display: block;
                width: 100%;
                padding: 14px 0;
                border: 2px solid #939598;
                border-radius: 3px;
            }
            .footer-bottom-link-item.link-menu a:hover {
                border: 2px solid #1b1b1b;
            }
                .footer-bottom-link-item.link-menu a span {
                    display: block;
                    width: 20px;
                    height: 2px;
                    background: #292929;
                    margin: 0 auto 3px auto;
                }
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

.ip-banner{
    width: 100%;
    position: relative;
}
.ip-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}
    .ip-banner canvas {
        display: block;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
    }
p#breadcrumbs a {
    color: #a21d23;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full{
    min-height: 500px;
    margin-top: 20px;
    font-size: 16px;
}

section#content a {
    color: #901822;
}
    section#content a:hover {
        opacity: .8;
    }

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

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

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

}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {

}

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

}

#content .entry-title, #content .archive-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}



.single-aios_agent .entry-title{
	display: none;
}



.footer-search-wrap span:first-child {

    text-transform: uppercase;
    /* background: transparent; */
    padding: 23px 0;
    display: block;

}



.footer-search-wrap span.ai-font-magnifying-glass-b {
    position: absolute;
    top: 22px;
    right: 36px;
    font-size: 24px;
}

.qs-form-wrapper .citywrap .qs-select button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #000 !important;
    text-transform: uppercase;
    padding: 13px !important;
    width: 100% !important;
    background: #fff !important;
    border-radius: 0 !important;
    height: 46px;
}

ul.dropdown-menu.inner {
    max-height: 200px !important;
}

.ihf-eureka ul {
    list-style: none !important;
}

ul#ihf-search-location-tabs, ul.chosen-results, ul#ihf-detail-extrainfotabs {
    margin-left: 0px !important;
}
ul.chosen-results {
    padding-left: 0 !important;
}
ul.chosen-results {
    margin: 0 !important;
}
div#ihf-detail-navrow .pull-right {
    float: left !important;
}
span.ihf-grid-result-address {
    display: block;
}

select#cityzip{
	width: 100%;
	height: 47px;
}
.qs-form-wrapper .citywrap button{
	height: 47px;
	border-radius: unset;
}
.addtoany_content {
    padding-top: 20px;
}

/* Send us a file popup */
.aiosp-content.aios-popup-body {
    max-width: 832px;
    padding: 0 !important;
}
    .aiosp-content.aios-popup-body .aiosp-close {
        right: -40px;
        top: -30px;
        color: #fff;
    }
.sendUsFileWrap {
    font-size: 0;
}
    .sendUsFileWrap .suf-title {
        background: #a21d23;
        padding-bottom: 9px;
    }
        .sendUsFileWrap  .suf-title img {
            margin-top: -22px;
            margin-left: -6px;
        }
        .sendUsFileWrap .suf-title span {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
            vertical-align: top;
            margin-top: 10px;
            margin-left: 10px;
        }
    .sendUsFileWrap .suf-form-wrap {
        width: 93.50%;
        margin: 0 auto;
        border: 1px solid #cfcfcf;
        margin-top: 30px;
        padding: 25px 0 49px 22px;
    }
        .sendUsFileWrap .suf-form-title {
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            font-weight: 500;
            color: #000;
        }
        .sendUsFileWrap .suf-control-wrap {
            padding: 0 55px 0 22px;
            margin-top: 29px;
        }
            .sendUsFileWrap .suf-field-wrap {
                display: inline-block;
                vertical-align: top;
            }
            .sendUsFileWrap .suf-field-wrap.field-label {
                width: 16.95%;
                font-family: "Poppins", sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #000;
            }
            .sendUsFileWrap .suf-field-wrap.field-label.doc-title {
                margin-top: 10px;
            }
            .sendUsFileWrap .suf-field-wrap.field-control {
                width: 83.04%;
            }
                .sendUsFileWrap input#upload-file {
                    font-size: 12px;
                    font-weight: 300;
                    margin-bottom: 16px;
                }
                .sendUsFileWrap .codedropz-upload-handler {
                    background: #f2f1f1;
                    border: 1px solid #cfcfcf;
                    border-radius: 0;
                    height: 98px;
                    margin-bottom: 19px;
                }
                    .sendUsFileWrap .codedropz-upload-container {
                        height: 100%;
                    }
                .sendUsFileWrap .multi-upload-wrap {
                    position: relative;
                }
                    .sendUsFileWrap .mu-label {
                        position: absolute;
                        top: 0;
                        left: 50%;
                        transform: translateX(-50%);
                        margin-top: 35px;
                        font-size: 15px;
                        font-weight: 500;
                    }
                .sendUsFileWrap input#file-name {
                    font-size: 12px;
                    width: 100%;
                    border: 1px solid #cfcfcf;
                    height: 42px;
                    padding-left: 10px;
                }
            .sendUsFileWrap .suf-form-submit-wrap {
                width: 93.50%;
                margin: 0 auto;
                text-align: right;
                padding-bottom: 15px;
            }
                .sendUsFileWrap input#btn-upload {
                    font-size: 14px;
                    width: 104px;
                    color: #fff;
                    background: #a21d23;
                    padding: 4px 0;
                    margin-top: 32px;
                }
                .sendUsFileWrap div.wpcf7 .ajax-loader {
                    position: absolute;
                }
                .sendUsFileWrap .wpcf7-response-output {
                    width: 93.50%;
                    margin: 8px auto;
                    font-size: 12px;
                    text-align: center;
                }
                .sendUsFileWrap span.wpcf7-not-valid-tip {
                    font-size: 12px;
                    margin-top: -12px;
                }

/* Contact Us Popup */
.contactUsPopup {
    font-size: 0;
}
    .contactUsPopup .cup-title {
        background: #a21d23;
        padding-bottom: 9px;
    }
        .contactUsPopup  .cup-title img {
            margin-top: -22px;
            margin-left: -6px;
        }
        .contactUsPopup .cup-title span {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            margin-top: 10px;
            margin-left: 10px;
        }
    .contactUsPopup .cup-form-wrap {
        width: 82.93%;
        margin: 57px auto 0;
    }
        .contactUsPopup .cup-form-col {
            display: inline-block;
            vertical-align: top;
            width: 50%;
        }
        .contactUsPopup .cup-form-col.col-left {
            padding-right: 15px;
        }
        .contactUsPopup .cup-form-col.col-right {
            padding-left: 15px;
        }
            .contactUsPopup .cup-form-title {
                font-family: "Poppins", sans-serif;
                font-size: 15px;
                font-weight: 500;
                color: #a21d23;
                margin-bottom: 14px;
            }
            .contactUsPopup .cup-field input,
            .contactUsPopup .cup-field textarea {
                width: 100%;
                font-family: "Poppins", sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #6d6d6d;
                border: 1px solid #cfcfcf;
                margin-bottom: 10px;
                padding-left: 10px;
            }
            .contactUsPopup .cup-field input {
                height: 42px;
            }
            .contactUsPopup .cup-field textarea {
                height: 146px;
                resize: none;
            }
        .contactUsPopup .cup-submit-wrap {
            max-width: 104px;
            margin: 19px auto 0;
        }
            .contactUsPopup .cup-submit-wrap input {
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                background: #a21d23;
                width: 100%;
                height: 29px;
            }
        .contactUsPopup .wpcf7-response-output {
            width: 82.93%;
            margin: 0 auto;
            font-size: 12px;
            text-align: center;
        }
        .contactUsPopup span.wpcf7-not-valid-tip {
            font-size: 12px;
            margin-top: -15px;
        }

#ihf-detail-navrow .col-xs-12.col-sm-7.col-md-8.ihf-detail-navigation {
    width: 100% !important;
}
ul#ihf-detail-navigation-top {
    margin: 0 !important;
}

/* Meet the team page*/
.agents-mtt {
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 30px;
    background: #f1f1f1;
    padding: 20px 20px 37px;
}
	.agents-mtt .agents-image canvas{
		width: 100%;
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: top;
	}
	.agents-mtt .agents-details {
	    text-align: center;
	    padding: 26px 0 0;
	    min-height: 246px;
	}

	.agents-mtt .agent-name {
	    display: block;
	    font-size: 22px/1;
	    font-weight: 400;
	    color: #62665d;
	    letter-spacing: 0.88px;
	    text-transform: uppercase;
	    margin-bottom: 12px;
	}
	.agents-mtt .agents-details .agent-title {
	    margin-bottom: 3px;
	    display: block;
	    font-size: 13px;
	    font-weight: 400;
	    color: #62665d;
	    line-height: 1;
	    letter-spacing: 0.26px;
	    text-transform: uppercase;
	}
	.agents-mtt .agent-company {
	    display: block;
	    font-size: 13px;
	    font-weight: 400;
	    color: #62665d;
	    line-height: 1;
	    letter-spacing: 0.26px;
	    text-transform: uppercase;
	    margin-bottom: 14px;
	}
	.agents-mtt .agents-details .agent-contacts {
	    font-weight: 500;
	    font-size: 14px;
	}
	.agents-mtt a.agent-link {
	    display: block;
	    margin: 42px auto 0;
	    width: 235px;
	    max-width: 100%;
	    font-size: 16px/1;
	    letter-spacing: .08em;
	    color: #000;
	    text-transform: uppercase;
	    text-decoration: none;
	    border: 1px solid rgba(0, 0, 0, .4);
	    padding: 16px 0;
	    transition: .3s ease;
	}
	.agents-mtt:hover a.agent-link{
	    border: 1px solid #901822;
	    background: #901822;
	    color: #ffffff;
	}

.page-id-3899 .addtoany_content{display: none;}

.qs-form-wrapper .citywrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qs-form-wrapper .citywrap .qs-select button {
    outline: none !important;
    box-shadow: none !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    right: auto;
    width: auto;
    font-size: 11px;
    line-height: 1;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px auto 0;
    text-align: center;
    font-size: 11px;
}

.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.page-id-0 #inner-page-wrapper {
    z-index: auto;
}

#ihf-main-container .ihf-listing-search-results .btn-group.open .dropdown-menu.pull-right {
    z-index: 10001;
}

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