/*
Theme Name: lovinmountainlivin.net
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.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. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Poppins', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #000000;
	margin: 0;

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

a {
    color: inherit;
}
a:hover, a:focus, a:active, a:visited {
    outline: none;
}
a:hover {
    color: #cfb87c;
}

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

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
    .flex::before, .flex::after {
        display: none;
    }
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-spacebetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn-a,
a.btn-a {
    display: block;
    width: 160px;
    height: 51px;
    line-height: 51px;
    background: #fff;
    z-index: 1;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #251110;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
    .btn-a:before,
    a.btn-a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #e4bf44;
        z-index: -1;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
    }
    .btn-a:hover,
    a.btn-a:hover {
        color: #fff;
    }
    .btn-a:hover:before,
    a.btn-a:hover:before {
        height: 100%;
    }

/*fixed header*/
header.header-wrapper.sticking {
    background: #261615;
    /*color: #fff;*/
}
    .sticking .header-logo {
        padding: 5px 15px;
    }
        /*.sticking .header-logo a {
            max-width: 155px;
        }*/
        /*.sticking .header-logo a img {
            opacity: 0;
        }*/

        .sticking .header-logo a {
            /* max-width: 155px; */
            padding: 5px 0;
        }
        .sticking #nav li a {
            color: #fff;
        }
        .sticking #nav li .sub-menu {
            background: #261615;
        }

    .sticking .header-contact-nav {
        padding-top: 0;
    }
        .sticking .header-contact-list {
            opacity: 0;
            visibility: hidden;
        }
        .sticking #nav > li > a {
            color: #fff;
            padding: 40px 0;
        }

/*header*/
header.header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 102;
    background: rgba(255,255,255,.75);
    color: #261615;
    transition: background .3s, color .3s;
}
    .header-logo {
        position: relative;
        font-size: 0;
        /*padding: 15px 15px 11px;*/
        padding: 0;
        transition: padding .3s;
    }
        .header-logo a {
           /* display: inline-block;
            background-size: 100%;
            background-position: center;
            background: url(images/logo-alt.png) center/100% no-repeat;
            transition: all .3s;
            max-width: 229px;*/
            display: inline-block;
            max-width: 100%;
            padding: 35px 0;
        }
            .header-logo img {
                max-width: 100%;
                transition: opacity .3s;
                width: 100%;
            }

    .header-contact-nav {
        text-align: right;
        padding-top: 40px;
        /*padding-top: 43px;*/
        transition: padding .3s;
    }
        .header-contact-list {
            position: absolute;
            right: 0;
            left: 0;
            padding: 3px 15px 0;
            z-index: 1;
            transition: all .3s;
        }
            .header-contact {
                font-weight: 300;
                font-style: italic;
                display: inline-block;
                vertical-align: top;
                margin: 0 34px;
            }
                .header-contact:first-child {
                    margin-left: 0;
                }
                .header-contact:last-child {
                    margin-right: 0;
                }
                .header-contact a {
                    font-style: normal;
                    -webkit-transition: color .3s;
                    -o-transition: color .3s;
                    transition: color .3s;
                }
                    .header-contact a:hover {
                        color: #cfb87c;
                    }


        #nav {

        }
            #nav li {
                position :relative;
            }
                #nav li a {
                    display: block;
                    font-weight: 300;
                    text-transform: uppercase;
                    color: #261615;
                }
                    #nav li a > span {
                        display: inline-block;
                        vertical-align: top;
                        position: relative;
                    }
                        #nav li a > span:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            right: 0;
                            bottom: -3px;
                            height: 2px;
                            background: #e4bf44;
                            -webkit-transform-origin: 100% 0;
                                -ms-transform-origin: 100% 0;
                                    transform-origin: 100% 0;
                            -webkit-transform: scaleX(0);
                                -ms-transform: scaleX(0);
                                    transform: scaleX(0);
                            -webkit-transition: -webkit-transform .3s;
                            transition: -webkit-transform .3s;
                            -o-transition: transform .3s;
                            transition: transform .3s;
                            transition: transform .3s, -webkit-transform .3s;
                        }
                        #nav li:hover > a > span:before {
                            -webkit-transform-origin: 0 0;
                                -ms-transform-origin: 0 0;
                                    transform-origin: 0 0;
                            -webkit-transform: scaleX(1);
                                -ms-transform: scaleX(1);
                                    transform: scaleX(1);
                        }
            #nav > li {
                display: inline-block;
                vertical-align: top;
                margin-left: 33.3px;
            }
                #nav > li > a {
                    padding: 47px 0;
                    transition: color .3s;
                }
                #nav .sub-menu {
                    list-style: none outside none;
                    margin: 0;
                    background: rgba(255,255,255,.75);
                    padding: 0;
                    position: absolute;
                    width:100%;
                    min-width:180px;
                    text-align: center;
                    transform: translateY(10px);
                    opacity: 0;
                    visibility: hidden;
                    pointer-events: none;
                    transition: all .3s;
                }
                    #nav li:hover > .sub-menu {
                        transform: translateY(0);
                        opacity: 1;
                        visibility: visible;
                        pointer-events: all;
                    }
                #nav > li > .sub-menu {
                    left: 50%;
                    transform: translateY(10px) translateX(-50%);
                }
                    #nav > li:hover > .sub-menu {
                        transform: translateY(0) translateX(-50%);
                    }
                    #nav .sub-menu a {
                        padding: 10px;
                    }
                        #nav .sub-menu .sub-menu {
                            margin-left: 100%;
                            top:0;
                        }


/*section 1*/
section.section-1 {
    position: relative;
}
    #slideshow {
        position: relative;
    }
        #slideshow:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            background: url(images/overlay-slideshow.png) 0 0/auto 100% repeat-x;
            max-height: 365px;
            height: 48.25%;
        }
        #slideshow .cycloneslider {
            z-index: 1;
            transform: none;
        }
        #slideshow .cycloneslider-canvas {
            height: 100vh;
        }
        #slideshow .cycloneslider-template-responsive .cycloneslider-slides {
            position: fixed;
            height: 100%;
        }
            #slideshow .cycloneslider-template-responsive .cycloneslider-slides > div,
            #slideshow .cycloneslider-template-responsive .cycloneslider-slides > div > canvas {
                height: 100%;
            }


/*section 2*/
section.section-2 {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 48px 60px 102px;
}
    #welcome {
        background: url(images/bg-welcome.jpg) right center/cover no-repeat;
        position: relative;
        color: #fff;
        padding: 84px 0 135px;
    }
        #welcome:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #cfb87c;
            background: -moz-linear-gradient(top,  #cfb87c 0%, #5c383e 99%);
            background: -webkit-linear-gradient(top,  #cfb87c 0%,#5c383e 99%);
            background: linear-gradient(to bottom,  #cfb87c 0%,#5c383e 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb87c', endColorstr='#5c383e',GradientType=0 );
            opacity: .55;
        }
        .section-2 .container {
            position: relative;
            z-index: 1;
            max-width: 100%;
        }
            #welcome h1 {
                text-transform: uppercase;
                font-size: 65px;
                font-weight: 300;
                line-height: 1;
                margin-bottom: 20px;
            }
                #welcome h1 span {
                    display: block;
                    font-size: 18px;
                    letter-spacing: .2em;
                    margin-bottom: 10px;
                }
                #welcome h1 strong {
                    font-weight: 700;
                    color: #b59015;
                }

            #welcome p {
                line-height: 27px;
                font-weight: 300;
                max-width: 577px;
            }
            .s2-links {
                margin-top: 49px;
                font-weight: 300;
            }
                .s2-contact {
                    position: relative;
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    margin-left: 46px;
                    padding-left: 56px;
                }
                .s2-contact i,
                .s2-contact i > em {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 42px;
                    height: 42px;
                    font-size: 17px;
                    color: #fff;
                    text-align: center;
                    line-height: 42px;
                }
                .s2-contact i {
                    top: 2px;
                }
                    .s2-contact i > em:before,
                    .s2-contact i > em:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                        border: 2px solid;
                        border-color: transparent #fff #fff transparent;
                    }
                    .s2-contact i > em:before {
                        -webkit-transform: rotate(93deg);
                        -ms-transform: rotate(93deg);
                            transform: rotate(93deg);
                    }
                    .s2-contact i > em:after {
                        -webkit-transform: rotate(132deg);
                            -ms-transform: rotate(132deg);
                                transform: rotate(132deg);
                    }

                .s2-contact .asis-mailto-obfuscated-email {
                    font-size: 16px;
                }
                .s2-contact em.ai-mobile-phone {
                    margin-top: 7px;
                    display: inline-block;
                    font-weight: 600;
                    letter-spacing: .06em;
                }
                    .s2-contact em.ai-mobile-phone a {
                        font-size: 24px;
                    }
                .s2-contact a {
                    -webkit-transition: color .3s;
                    -o-transition: color .3s;
                    transition: color .3s;
                }
                    .s2-contact a:hover {
                        color: #cfb87c;
                    }

    #call-to-action {
        margin-top: -70px;
    }
        .cta-list {
            font-size: 0;
            justify-content: space-between;
        }
            a.cta {
                width: 24.5%;
                border: 3px solid #fff;
                background: #3e2a29;
                font-size: 20px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                padding: 28px 0;
                position: relative;
                line-height: 1;
                -webkit-transition: background .3s, color .3s;
                -o-transition: background .3s, color .3s;
                transition: background .3s, color .3s;
                min-height: 107px;
            }
                a.cta:after {
                    content: '';
                    display: block;
                    position: absolute;
                    left: -3px;
                    right: -3px;
                    top: 100%;
                    height: 25px;
                    margin-top: 3px;
                    background: url(images/shadow-cta.png) top center/100% no-repeat;
                    pointer-events: none;
                }
                a.cta i {
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                }
                    a.cta i:before,
                    a.cta i:after {
                        content: '';
                        position: absolute;
                        background-image: url(images/icon-sprites.png);
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background-position-y: -45px;
                        z-index: 1;
                        opacity: 0;
                        -webkit-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                    }
                    a.cta i:after {
                        background-position-y: 0;
                    }
                    a.cta:hover i:before,
                    a.cta i:after {
                        opacity: 1;
                    }
                    a.cta:hover i:after {
                        opacity: 0;
                    }
                    a.cta:hover {
                        background: #e4bf44;
                        color: #251110;
                    }
                a.cta i.icon-home,
                a.cta i.icon-home:before,
                a.cta i.icon-home:after {
                    width: 40px;
                    height: 36px;
                    background-position-x: 0;
                }
                a.cta i.icon-palm-money,
                a.cta i.icon-palm-money:before,
                a.cta i.icon-palm-money:after {
                    width: 41px;
                    height: 45px;
                    background-position-x: -40px;
                }
                a.cta i.icon-price-tag,
                a.cta i.icon-price-tag:before,
                a.cta i.icon-price-tag:after {
                    width: 23px;
                    height: 45px;
                    background-position-x: -81px;
                }
                a.cta span {
                    text-align: right;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 17px;
                }
                    a.cta span em {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 15px;
                        display: block;
                        margin-bottom: 2px;
                    }

/*section 3*/
section.section-3 {
    position: relative;
    z-index: 1;
    background: #fff url(images/bg-search.jpg) center/cover no-repeat;
}
    #start-search {
        padding: 0 0 92px;
    }
        #start-search h2 {
            font-weight: 700;
            font-size: 65px;
            color: #b59015;
            text-transform: uppercase;
            text-align: center;
            margin: -22px 0 25px;
        }

        .cta-search-list {
            margin-bottom: 21px;
        }
            a.cta-search {
                display: block;
                max-width: 360px;
                margin: 15px auto;
                position: relative;
                background: #3e2a29;
                text-align: center;
                text-transform: uppercase;
                color: #fff;
                -webkit-transition: background .3s, color .3s;
                -o-transition: background .3s, color .3s;
                transition: background .3s, color .3s;
            }
                a.cta-search img {
                    display: block;
                    width: 100%;
                    opacity: .5;
                    -webkit-transition: opacity .3s;
                    -o-transition: opacity .3s;
                    transition: opacity .3s;
                }
                a.cta-search span {
                    font-weight: 300;
                    font-size: 18px;
                    line-height: 1.1;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                            transform: translateY(-50%);
                }
                a.cta-search span strong {
                    display: block;
                    font-weight: 700;
                    font-size: 30px;
                }

                a.cta-search:hover {
                    background: #e4bf44;
                    color: #251110;
                }
                    a.cta-search:hover img {
                        opacity: .18;
                    }

    .quick-search {
        margin: 15px 0;
    }
        .quick-search h3 {
            text-align: center;
            font-weight: 300;
            font-size: 36px;
            color: #0f1424;
            text-transform: uppercase;
            margin-bottom: 23px;
        }
            .quick-search h3 strong {
                font-weight: 700;
            }
        .qs-fields {
            font-size: 0;
        }
            .qs-fields select {
                width: calc(100% - 2px);
                height: 41px;
                margin: 1px;
                background: #fff url(images/icon-arrow-down.png) calc(100% - 10px) center no-repeat;
                border: 1px solid #525252;
                font-size: 14px;
                color: #000000;
                padding: 0 14px;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
            }

                .sidebar .qs-fields select {
                    width: 100%;
                    margin: 1px 0;
                }

                .qs-fields select::-ms-expand {
                    display: none;
                }

            .qs-fields select.qs-col-6 {
                width: calc(50% - 2px);
            }

            .qs-fields input[type="submit"],
            .qs-fields a.adv-btn {
                display: inline-block;
                vertical-align: top;
                width: calc(100% - 2px);
                margin: 1px 1px 0;
                height: 56px;
                text-align: center;
                font-weight: 700;
                font-size: 15px;
                text-transform: uppercase;
                border: none;
                transition: opacity .3s;
            }
            .qs-fields input[type="submit"] {
                background: #e4bf44;
                color: #0f1424;
                margin-top: 2px;
            }

                .sidebar .qs-fields input[type="submit"] {
                    width: 100%;
                    margin-right: 0;
                }

            .qs-fields a.adv-btn {
                background: #251110;
                color: #fff;
                line-height: 56px;
            }
                .qs-fields input[type="submit"]:hover,
                .qs-fields a.adv-btn:hover {
                    opacity: .8;
                }

    .search-links {
        color: #3e2a29;
        padding-top: 4px;
        margin: 15px 0;
    }
        .search-links-inner {
            background: #cfb87c;
            padding: 47px 10px 26px;
        }
            .search-links h3 {
                font-weight: 300;
                font-size: 25px;
                text-transform: uppercase;
                margin-bottom: 29px;
            }
            .search-links ul {
                font-size: 20px;
                width: 205px;
                list-style: none;
                margin: 0;
            }
                .search-links ul li {
                    margin-bottom: 23px;
                    position: relative;
                    padding-left: 13px;
                }
                    .search-links ul li:before {
                        content: '•';
                        position: absolute;
                        left: 0;
                    }
                    .search-links ul li a {
                        color: #3e2a29;
                        transition: all .3s;
                    }
                        .search-links ul li a:hover {
                            font-weight: 600;
                        }

    .search-map {
        padding-top: 4px;
        margin: 15px 0;
    }
        .search-map iframe {
            display: block;
            width: 100%;
            height: 342px;
            border: 1px solid #3e2a29;
        }


/*section 4*/
section.section-4 {
    position: relative;
    z-index: 1;
    background: fixed url(images/bg-testimonials.jpg) center/cover no-repeat;
}

    .mobile section.section-4 {
        background-attachment: initial;
    }

    #testimonials {
        background: rgba(38,22,21,.66);
        padding: 97px 0 110px;
    }
        .testi-list {
            width: 881px;
            max-width: 90%;
            margin: 0 auto;
            border: 11px solid #e4bf44;
            padding: 130px 13.5% 87px;
        }
            .testi {
                text-align: center;
                font-size: 15px;
                line-height: 2;
                color: #fff;
            }
                .testi span {
                    display: block;
                    font-size: 13px;
                    line-height: 1.65;
                }
                    .testi span:before {
                        content: '';
                        display: block;
                        width: 77px;
                        height: 1px;
                        background: #e4bf44;
                        margin: 21px auto 25px;
                    }

            .testi-list button.slick-arrow {
                background: transparent;
                border: none;
                color: #fff;
                font-size: 27px;
                position: absolute;
                top: 45.9%;
                outline: none;
                z-index: 1;
            }
                .testi-list button.slick-prev {
                    left: 11.4%;
                }
                .testi-list button.slick-next {
                    right: 11.4%;
                }


/*footer*/
footer.footer-wrapper {
    position: relative;
    z-index: 1;
    background: #fff url(images/bg-footer.jpg) center/cover no-repeat;
    color: #000;
    padding: 81px 0 70px;
}
    footer.footer-wrapper a {
        transition: color .3s;
    }
    .footer-wrapper h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .footer-contact {
        line-height: 1.2;
        margin-bottom: 8px;
    }
        .footer-contact.phone a:hover {
            color: #cfb87c;
        }
    .footer-contact.smi {
        margin-top: 19px;
        margin-bottom: 0;
    }
        .footer-contact.smi a {
            font-size: 26px;
            margin-right: 9px;
        }

    .footer-center {
        padding-left: 81px;
    }
        .footernav li {
            margin-bottom: 7px;
        }
    .footer-right {
        padding-left: 88px;
    }
        .footer-logo {
            margin-bottom: 10px;
        }
            .footer-logo img {
                max-width: 207px;
            }
        .footer-credits {
            font-size: 10px;
            line-height: 24px;
            letter-spacing: .05em;
            text-transform: uppercase;
        }
        .footer-icon {
            font-size: 20px;
            display: block;
            margin-top: 10px;
            letter-spacing: -2px;
        }


/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
 .ip-container #main-wrapper {
    overflow: hidden;
}
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.1);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

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

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

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    color: #b59015;
    margin: 10px 0 .5em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #b59015;
}

#content p {
    line-height: 27px;
    font-weight: 300;
}
#content h1, aside h1,
#content h2, aside h2,
#content h3, aside h3,
#content h4, aside h4,
#content h5, aside h5,
#content h6, aside h6,
#content b, aside b,
#content strong, aside strong {
    font-weight: 700;
}

#inner-page-wrapper {
    padding-top: 150px;
}
.ip-banner ~ #inner-page-wrapper {
    padding-top: 0;
}

.sidebar .quick-search h3 {
    margin-top: 0;
    line-height: 1;
    font-size: 30px;
}

.quick-search .bootstrap-select.btn-group .dropdown-menu.inner,
.sidebar .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px !important;
}

.sidebar .cta-search-list {
    margin-bottom: 0;
}
    .sidebar a.cta-search span strong  {
        font-size: 25px;
    }
        .sidebar a.cta-search img {
            height: 100px;
            -o-object-fit: cover;
               object-fit: cover;
        }

.sidebar .search-links-inner {
    padding: 15px;
}
    .sidebar .search-links h3 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sidebar .search-links ul li {
        margin-bottom: 0;
    }

.sb-contact-info {
    text-align: center;
}
    .sb-contact-info a.site-logo {
        text-align: center;
        display: block;
        max-width: 229px;
        margin: 0 auto 15px;
    }
        .sb-contact-info a.site-logo img {
            display: block;
            width: 100%;
        }

    .sb-contact {
        margin-bottom: 10px;
    }
        .sb-contact a:hover {
            color: #cfb87c;
        }
        .sb-contact.smi a {
            font-size: 26px;
            margin: 0 4.5px;
        }
        .sb-contact i {
            margin-right: 5px;
        }
        .sb-contact i.ai-font-envelope-f {
            font-size: 11px;
        }
        .sb-contact i.ai-font-location-c {
            font-size: 20px;
            top: 5px;
            margin-right: 0;
        }


.sidebar a.cta {
    max-width: 100%;
    margin: 15px auto;
    width: 100%;
}
    .sidebar a.cta:after {
        display: none;
    }
    .sidebar a.cta span {
        margin-left: 10px;
    }

    .sidebar a.cta-search {
        height: 100px;
    }
    .sidebar a.cta-search span {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -50px;
        height: 50px;
        transform: translateY(-50%);
    }

 .hp-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
        width: calc(100% - 2px)!important;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        /*form appearance should be set here
        no height attribute. set the height by setting the padding*/
        height: 41px;
        margin: 1px;
        background: #fff url(images/icon-arrow-down.png) calc(100% - 10px) center no-repeat;
        border: 1px solid #525252;
        color: #646464;
        padding: 0 14px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0px;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
     font-size: 12px!important;
    }

.qs-fields #cityid{overflow:hidden; height: 41px; width: 100%;}

 .ip-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
        /*width: calc(100% - 2px)!important;*/
    }

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle
{
    height: 41px;
    margin: 1px 0;
    background: #fff url(images/icon-arrow-down.png) calc(100% - 10px) center no-repeat;
    border: 1px solid #525252;
    font-size: 12px;
    color: #646464;
    padding: 0 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
}

   .ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
     font-size: 12px!important;
    }


.error-page-content-wrapper .error-forms textarea {
    height: 123px;
}

.error-page-content-wrapper .error-forms input[type=submit] {
    height: 35px;
}

.error-page-content-wrapper div.wpcf7-response-output {
    text-align: center;
}

.ihf-listing-detail #ihf-agent-sellers-rep {
    padding: 0 15px;
}

#ihf-main-container .ihf-listing-detail .row.mb-10 > .col-xs-5 > .pull-right {
    float: left !important;
}

#ihf-main-container ul {
    margin-left: 0;
}

    #ihf-main-container .chosen-container .chosen-results {
        padding: 0 !important;
    }

.ihf-listing-detail .ihf-detail-tab-content #ihf-detail-features-tab > .row.mt-10 {
    margin: 0;
}

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

body.page-id-0 > img[src="//deviceid.trueleadid.com/vng.gif"]  {
    display: none;
}
.tt-realtor {
    width: 140px;
    padding-left: 7px;
}

img.f-colorado-logo {
    width: 100%;
    max-width: 168px;
    margin-bottom: 15px;
}

img.mls-logosimg {
    float: left;
    padding-right: 10px;
}

.aiosp-wrap .aiosp-container.aiosp-ref-newsletter .aiosp-content.aios-popup-body {
	width: 100%;
	max-width: 480px;
	min-height: 0;
}

.aiosp-wrap .aiosp-container.aiosp-ref-newsletter .aiosp-content.aios-popup-body form h2:nth-child(2) {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
	color: #cfb87c;
}

option {
	color: #757575 !important;
}

body [id^=sb_youtube_].sb_youtube .sby_follow_btn a {
    background: #2f7ac0;
}

#nav .sub-menu.show-menu {
    display: block;
    opacity: 1;
    visibility: visible;
	transform: translateY(0) translateX(-50%);
}

/*#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	transform:translateY(-100%) translateY(50px);
}
*/
body.pojo-a11y-readable-font, body.pojo-a11y-readable-font :not(i):not(span) {
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 16px;
}

body.pojo-a11y-readable-font #nav > li {
    margin-left: 17.3px;
}

/*.pojo-a11y-toolbar-toggle a svg {
	display: none;
}*/

/*.pojo-a11y-toolbar-toggle .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
	height: 52px;
	width: 52px;
	background-image: url(images/icon-logo.png);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 50%;
}*/

.ada-verbiage, .ada-verbiage a {
    font-size: 10px;
    color: #000;
    line-height: normal;
    text-transform: none;
}


.priv-policy {
    margin-top: 9px;
    text-transform: uppercase;
    font-size: 12px;
}


.category-5 .sidebar {
    display: none;
}

.category-5 #content-sidebar #content {
    width: 100%;
}













.opt {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 10px;
}

.opt .iagree {
    width: 20px;
    height: 20px;
}

.opt .iagree .wpcf7-list-item-label {
    font-size: 0;
}

.opt .iagree input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.opt .wpcf7-list-item {
    margin: 0;
}

.opt-label {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.opt .wpcf7-list-item-label {
    font-size: 0;
}


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