/*
Theme Name: steamboatarea_new.com
Theme URI: http://aios3-staging.agentimage.com/s/steamboatarea_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

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

*/

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

/* Sub Menu */

#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0 !important;
    background: none;
    display: none;
    padding-top: 34px;
    position: absolute;
    width: 100%;
    min-width: 190px;
    left: 50%;
    transform: translateX(-50%);
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

/*#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}*/

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover > .sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
    background: #720606;
    padding: 10px 60px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#nav .sub-menu li:hover {
    background: #333;
}

#nav .sub-menu li:first-child:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(114, 6, 6, 0);
    border-bottom-color: #720606;
    border-width: 9px;
    margin-left: -9px;
}


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

/* Global */

body {
    font-family: 'Barlow';
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;

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

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

body *:focus {
    outline: none;
}



/*SECTION TITLE*/

.section-title {
    position: relative;
    padding: 0 0 20px;
}

.section-title::after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 98px;
    background: #670303;
}

.section-title h2 {
    font-family: 'Playfair Display';
    font-size: 36px;
    text-transform: uppercase;
    color: #670303;
    padding: 0 0 35px;
}

.section-title h2 span {
    color: #1b1b1b;
}

/* Fixed Header */

.header.scrolled {
    animation-name: header-fix;
    animation-duration: 1.5s;
    background: #1b1b1b;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header.scrolled .header-top {
    width: 30%;
}

.header.scrolled .header-bottom {
    width: 70%;
    padding: 15px 0 0;
}


@keyframes header-fix {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header.scrolled .header-top {
    padding: 0;
}

.header.scrolled .header-logo::before,
.header.scrolled .header-logo::after {
    transform: scaleX(0);
}

.header.scrolled .header-logo-wrapper img {
    max-width: 250px;
}

.header.scrolled .navigation #nav > li {
    padding: 10px 20px;
}

.header.scrolled .header-sub {
    transform: scaleX(0);
    display: none;
}

.header.scrolled #nav .sub-menu {
    padding-top: 35px;
}

/* Mobile Header */

.mobile-logo {
    display: none;
    text-align: center;
    padding: 70px 0 10px 0;
    background: #fff;
}

.amh-header-buttons {
    background: #fff !important;
    color: #720606;
}

.amh-header-buttons.amh-1a .amh-center .amh-phone-text,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a {
    color: #720606 !important;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #333 !important;
}

.amh-navigation .amh-menu li ul {
    background: #720606 !important;
}


/* Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    padding: 19px 0;
    font-size: 0;

}

.header-top,
.header-bottom {
    float: left;
    width: 100%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.header-top {
    padding: 0 0 18px;
}

.header-logo {
    position: relative;
    display: inline-block;
    padding: 0px 45px;
}

.header-logo::before {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -80%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-logo::after {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -80%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-logo img {
    max-width: 284px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-sub {
    padding: 10px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-sub span {
    font-family: 'Muli';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}



.navigation #nav > li {
    display: inline-block;
    padding: 10px 35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navigation #nav > li:hover {
    border: 2px solid rgba(255, 255, 255, 0.46);
}

.navigation #nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}



section.slide-scroll {
    position: relative;
}


/*HP Slideshow*/

.hp-slide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.slide-scroll canvas {
    display: block;
    width: 100%;
}

.hp-slide-wrapper {
    position: relative;
}

.hp-slide-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}


/*Scroll Section*/

.hp-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 0 35px;
}

.scroll-img {
    padding: 25px 0;
}

.scroll-sub span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

/*HP QUICK SEARCH*/

.hp-qs {
    position: relative;
    font-size: 0;
    background: #1b1b1b;
    padding: 27px 0;
    z-index: 99;
}

.qs-icon,
.qs-form,
.qs-search-btn {
    display: inline-block;
    vertical-align: middle;
}

.qs-form {
    width: 78%;
}

.qs-search-btn {
    width: 22%;
}

.qs-select,
.qs-input {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.qs-select {
    padding: 2px;
}

.qs-input {
    padding: 2px;
}

.qs-select::after {
    content: "▾";
    display: block;
    font-size: 20px;
    position: absolute;
    top: -2px;
    right: 10px;
    color: #696969;
}

.qs-select.full,
.qs-input.full {
    width: 22%;
}

.qs-select.half,
.qs-input.half {
    width: 14%;
}

.qs-select label,
.qs-input label {
    display: none;
}

.qs-select select,
.qs-input input {
    height: 28px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    outline: 0;
    border-radius: 0;
    background: #fff;
    padding-left: 8px;
    font-size: 12px;
    color: #626262;
}

.msie-true .qs-select select{
    padding-left: 6px;
}
.firefox-true .side-qs .qs-select select {
    padding-left: 4px;
}

.qs-select select option {
    color: #000;
}

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

.qs-btn {
    display: inline-block;
    vertical-align: top;
}

.qs-options {
    width: 100%;
}

.qs-btn {
    width: 50%;
    padding: 2px;
}

.qs-btn input {
    height: 28px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    outline: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #670303;
    text-indent: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-button:hover {
    background: #14161e;
    color: #fff;
}

.qs-btn a {
    height: 28px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.qs-btn a:hover {
    background: #666;
}


/* Featured Community Section */

.hp-category {
    padding: 70px 0 80px;
    font-size: 0;
    background: #fff;
}

.category-holder {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    padding: 2.5px;
}

.category-inner {
    position: relative;
}

.category-inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.category-holder a:hover .category-inner::before {
    height: 0;
}

.category-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: url('images/category-hover.png');
    background-size: cover;
    background-position: bottom center;
    z-index: 7;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.category-holder a:hover .category-inner::after {
    height: 100%
}

.category-inner img {
    max-width: 376px;
    width: 100%;
}

.category-img img.original-image {
    opacity: 1 !important;
}

.category-img svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.category-holder a:hover .category-img svg {
    opacity: 0;
}

.category-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
}

.category-title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.category-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
}



/*Welcome Section*/

.hp-welcome {
    background: url('images/welcome-bg.jpg');
    background-size: cover;
    background-position: top center;
    padding: 70px 0 70px;
}

.welcome-desc {
    padding: 30px 0 0;
}

.welcome-desc p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #666666;
}

.welcome-agents {
    text-align: right;
    padding-top: 28px;
}

.hp-agent-holder {
    display: inline-block;
}

.hp-agent-holder img {
    max-width: 100%;
    width: 100%;
}


/* FEATURED COMMUNITY */

.hp-fc {
    font-size: 0;
    background: #fff;
    padding: 100px 0 70px;
}

.section-title.fc {
    text-align: center;
}

.fc-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 2.5px;
}

.fc-holder.fc-first {
    width: 33.33%;
}

.fc-holder.fc-second {
    width: 24.47%;
}

.fc-holder.fc-third {
    width: 42.2%;
}

.fc-inner {
    position: relative;
}

.fc-inner canvas {
    display: block;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: top center;
}

.fc-inner canvas.fc-canvas-mob {
    display: none;
}

.fc-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
    background: rgba(114, 6, 6, 0.9);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fc-holder a:hover .fc-title {
    transform: scaleX(1);
}

.mobile .fc-holder a .fc-title {
    transform: scaleX(1) !important;
    background: rgba(114, 6, 6, 0.5) !important;
}

.mobile .fc-holder a:hover .fc-title {
    transform: scaleX(0) !important;
}

.fc-title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fc-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.fc-title h2 span {
    display: block;
}

/* Footer BG */

.footer-bg {
    background: #fff url('images/footer-bg.png');
    background-size: cover;
    background-position: top center;
}

/* Testimonials */

.hp-testi {
    padding: 35px 0 70px;
}

.testi-wrapper {
    width: 60%;
    margin: 0 auto;
    padding: 69px 80px 65px;
    background: #ebebeb;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}

.testi-icon {
    padding: 0 0 27px;
}

.testi-holder p {
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
}

.slick-dots {
    text-align: right;
    padding: 20px 0;
}

.slick-dots li {
    display: inline-block;
    padding: 0 3px;
}

.slick-dots li button {
    height: 12px;
    width: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 50%;
    background: transparent;
    background-color: #a6a6a6;
    font-size: 0;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
    background-color: #670303;
}

.testi-link {
    text-align: center;
    padding: 10px 0;
}

.testi-link a {
    height: 50px;
    display: inline-block;
    background: #720606;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 45px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testi-link a:hover {
    background: #333;
}

/* Get in touch */

.footer-git {
    font-size: 0;
    padding: 20px 0;
}

.section-title.git-title {
    text-align: center;
    padding: 0;
}

.section-title.git-title h2 {
    text-transform: none;
}

.section-title.git-title::after {
    display: none;
}

.git-wrapper .field {
    display: inline-block;
    vertical-align: top;
    padding: 0 3.5px;
}

.git-wrapper .field.git-text {
    width: 18.60%;
}

.git-wrapper .field.git-message {
    width: 44.2%;
}

.git-wrapper .field input {
    height: 47px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(85, 85, 85, 0.6);
    outline: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: 12px;
    color: #555555;
}

.git-wrapper .field.git-message {
    position: relative;
}

.git-wrapper .field textarea {
    height: 47px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(85, 85, 85, 0.6);
    outline: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    color: #555555;
    resize: none;
    padding: 14px 55px 0 12px;
}

.field.git-submit {
    position: absolute;
    right: 14px;
    top: 12px;
}

.git-wrapper .field.git-submit input {
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    background-image: url('images/airplane.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    text-transform: uppercase;
}

.git-wrapper .field.git-submit input:hover {
    opacity: 0.75;
}

.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
}


/*Footer Section*/

footer.footer {
    font-family: 'Muli';
    padding: 15px 0 30px;
    text-align: center;
}

.footer-logo-wrapper img {
    max-width: 262px;
}

.footer-logo-sub {
    padding: 8px 0;
}

.footer-logo-sub span {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 1.8px;
    font-size: 12px;
}

.footer-contact {
    padding: 13px 0;
}

.contact-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
}

.contact-holder a,
.contact-holder em {
    /* font-size: 14px; */
    font-size: 15px;
    font-style: normal;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-holder a:hover {
    cursor: pointer;
    color: #720606;
}

.contact-holder.phone em {
    font-size: 18px;
    font-weight: 700;
    color: #555555;
}

.contact-holder .icon {
    font-size: 14px;
    color: #670303;
    padding-right: 5px;
}

.contact-holder.mobile .icon {
    font-size: 18px;
}

.contact-holder.phone .icon {
    font-size: 16px;
}

.contact-holder.divider {
    padding: 0;
}

.contact-email {
    padding: 6px 0 10px;
}


.footer-copyright span {
    display: block;
}

.footer-copyright {
    line-height: 20px;
    font-size: 11px;
    color: #555555;
    padding: 10px 0 14px;
}

.footer-copyright a {
    color: #555555;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-copyright a:hover {
    color: #333 !important;
}

.footer-copyright a.sitemap-link:hover {
    color: #670303 !important;
}


.footer-mls .icon {
    font-size: 22px;
    color: #292929;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

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

/* 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 {
    font-family: 'Playfair Display';
    font-size: 26px;
    color: #670303;
}

/* Style category/archive/etc main headings (h1) */

#content .archive-title {}

/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}

.ip-container .hp-testi {
    display: none;
}

.ip-container .footer-bg {
    background: #fff;
}

#inner-page-wrapper {
    padding-top: 220px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

#inner-page-wrapper #content-sidebar, #inner-page-wrapper #content-full {
    padding-bottom: 25px;
}

#inner-page-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/slide1.jpg'); 
    background-position: center; 
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

#inner-page-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

#inner-page-wrapper > .container {
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 200;
}

.side-qs {
    font-size: 0;
}

.side-qs .qs-form,
.side-qs .qs-search-btn {
    width: 100%;
}

.side-qs .qs-select.full,
.side-qs .qs-input.full {
    width: 100%;
}

.side-qs .qs-select.half,
.side-qs .qs-input.half {
    width: 50%;
}

.side-qs .qs-btn {
    width: 100%;
    padding: 2px;
}

.side-logo-wrapper img {
    max-width: 100%;
}

.side-logo {
    padding: 10px 0;
}

.side-logo-sub {
    padding: 8px 0;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}

.side-logo-sub span {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 1.8px;
    font-size: 15px;
}

.side-contact .contact-holder {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.side-contact .contact-holder.divider {
    display: none;
}

.side-contact .contact-holder a {
    /* font-size: 12px; */
    font-size: 15px;
}

.side-contact .contact-holder {
    padding: 2px 0;
}

.side-category .category-holder {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.side-category .category-wrapper {
    padding: 15px 0 25px;
}

.ai-contact-wrap span.context-mob em.ai-font-cellphone {
    color: #5b5b5b;
    min-width: 25px;
}

#breadcrumbs a {
    color: #670303;
}

.ai-contact-wrap span.context-mob a:hover,
.ai-contact-wrap span.context-email a:hover {
    color: #670303;
}

.home .bootstrap-select.btn-group .dropdown-menu,
.ip-container aside .bootstrap-select.btn-group .dropdown-menu {
    max-height: 350px !important;
}

.home button.btn.dropdown-toggle.btn-default,
.ip-container aside button.btn.dropdown-toggle.btn-default {
    text-indent: 0 !important;
    padding: 0 8px !important;
}

#ihf-search-location-tabs,
div.chosen-drop ul.chosen-results {
    margin-left: 0 !important;
    padding: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
    z-index: 1;
}

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

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

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

#ihf-main-container #ihf-detail-features-tab .title-bar-1 {
    margin: 0 15px;
}

.ihf-grid-result-address {
    white-space: normal;
}

.ip-container aside .bootstrap-select.btn-group .dropdown-menu {
    min-width: auto !important;
}

.bs-list li {
  height: 25px;
  line-height: 1px;
}

.bs-list li a, .ss-list li a {
    color: #720606;
}
    .bs-list li a:hover, .ss-list li a:hover {
        color: #0c0c0c;
    }

.sidebar .contact-holder a,
.sidebar .contact-holder em {
    font-weight: 400;
}

#content .ihf-grid-result-price.title-bar-1 {
    background-color: #720606;
    border: 1px solid #480404;
}

button.btn.dropdown-toggle.btn-default {
    height: 28px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    outline: 0;
    border-radius: 0;
    background: #fff;
    text-indent: 8px;
    font-size: 12px;
    color: #626262;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
