/*
Theme Name: Riders Realty
Theme URI: 	http://aios3-staging.agentimage.com/r/ridersrealty.net/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0
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;
}
#ihf-main-search-form span.text-danger{
    display: none;
}

.bs-searchbox input {
    color: black;
}

#sb-qs {
    color: black;
}

#sb-qs .qs-form-wrap #custom-quick-search #baths {
    margin-left: 10px;
}

#sb-qs .qs-form-wrap #custom-quick-search #max-price {
    margin-left: 10px;
}

#sb-qs .qs-form-wrap #custom-quick-search div {
    width: 100% !important;
}

#sb-qs .qs-form-wrap #custom-quick-search div button {
    width: 100% !important;
    height: 26px;
    border-radius: 0px;
}

#sb-qs .qs-form-wrap #custom-quick-search div button span {
    margin-left: -8px;
    font-family: inherit;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#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;
}


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

/* Global */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #2c1f19;
    color: #fff;
    margin: 0;
}

body.home {
    background: #181818;
}

.theme-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url("images/quick-contact-bg.png") no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home .theme-header {
    background: rgba(0, 0, 0, 0.55);
}


.theme-header.scroll {
    background: transparent url("images/quick-contact-bg.png") no-repeat;
    background-size: cover;
}

.theme-header .theme-nav #nav {
    background: transparent;
    text-align: center;
}

.theme-header .theme-nav #nav li a {
    font-size: 17px;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.theme-header .theme-nav #nav li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #64853e;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-header .theme-nav #nav li:hover a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.theme-header .theme-nav #nav li .sub-menu {
    left: 50%;
    transform: translateX(-50%);
}

.theme-header .theme-nav #nav li .sub-menu li a {
    background: #64853e !important;
}

.theme-header .theme-nav #nav li .sub-menu li a:after {
    display: none;
}

.theme-header .theme-nav #nav li .sub-menu li:hover > a {
    color: #fff;
    background: #4d672f !important;
}

.mobile-header {
    margin-top: 52px;
    background: #181818;
    padding: 25px;
    position: relative;
    z-index: 10;
}

.mobile-header img {
    display: block;
    margin: 0 auto;
    max-width: 85%;
}

.amh-header-buttons {
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.amh-header-buttons.scroll {
    background: #181818;
}

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

.amh-navigation .amh-menu li {
    border-top: none;
}

.amh-navigation .amh-menu .sub-menu li a {
    background: #64853e !important;
    color: #fff !important;
}

.amh-navigation .amh-menu .sub-menu li:hover a {
    background: #4d672f !important;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #64853e;
}

.theme-footer .row > .center {
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
}

.ip-container .theme-footer {
    background: #2c1f19;
    /*padding-bottom: 70px;*/
    position: relative;
}

.theme-footer-copyright {
    background: transparent url("images/quick-contact-bg.png") no-repeat;
    background-size: cover;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.home .theme-footer-copyright {
    background: transparent;
}

.theme-footer-copyright .left {
    margin-top: 3px;
}

.theme-footer-copyright .sitename {
    color: #fff;
}

.theme-footer-copyright .sitemap {
    color: #ef9c3c;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-footer-copyright .sitemap:hover {
    color: #64853e;
}

.theme-footer-copyright .agentimage {
    color: #ef9c3c;
    text-decoration: underline;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-footer-copyright .agentimage:hover {
    color: #64853e;
}

.theme-footer .theme-footer-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #ef9c3c;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.theme-footer .theme-footer-title.center {
    text-align: center;
}

.theme-footer .footer-nav {
    margin-top: 30px;
}

.theme-footer .footer-nav .footernav {
    width: 85%;
    margin: 0 auto;
}

.theme-footer .footer-nav .footernav li {
    padding: 10px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #454545 25%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #454545 25%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4.5px 1px;
    background-repeat: repeat-x;
}

.theme-footer .footer-nav .footernav li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-footer .footer-nav .footernav li a:hover {
    color: #64853e;
}

.theme-footer .footer-form {
    padding: 30px 10px;
}

.theme-footer .footer-form input,
.theme-footer .footer-form select,
.theme-footer .footer-form textarea {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #796b54;
    color: #fff;
    text-transform: uppercase !important;
    font-size: inherit;
    height: 39px !important;
    padding: 10px !important;
    border: 1px solid #796b54 !important;
    outline: none !important;
}

.theme-footer .wpcf7-submit {
    background: #64853e !important;
    border-color: #64853e !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    line-height: normal !important;
}

.theme-footer .footer-contact {
    margin: 30px 0;
}

.theme-footer .footer-contact .footer-logo {
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

.theme-footer .footer-contact .footer-address {
    padding: 20px 0;
    text-align: center;
}

.theme-footer .footer-contact .footer-contact-list {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    text-align: center;
}

.theme-footer .footer-contact .footer-contact-list span {
    color: #ef9c3c;
}

.theme-footer .footer-contact .footer-contact-list a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-footer .footer-contact .contact-item,
div#hp-quick-contact .quick-list a.email,
div#hp-quick-contact .quick-list em.ai-mobile-phone,
.hp-quick-contact .quick-list li a.social {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-footer .footer-contact .footer-contact-list a:hover,
/*.theme-footer .footer-contact .contact-item:hover,*/
div#hp-quick-contact .quick-list a.email:hover,
div#hp-quick-contact .quick-list em.ai-mobile-phone:hover,
.hp-quick-contact .quick-list li a.social:hover {
    color: #4a622e;
}

.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"],
.ai-default-cf7wrap select,
.ai-default-cf7wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #796b54;
    color: #fff;
    text-transform: uppercase !important;
    font-size: inherit;
    height: 39px !important;
    padding: 10px !important;
    border: 1px solid #796b54 !important;
    outline: none !important;
}

.ai-default-cf7wrap input:not([type="submit"]):focus,
.ai-default-cf7wrap select:focus,
.ai-default-cf7wrap textarea:focus {
    background: #5b503f;
    border-color: #5b503f !important;
}

.ai-default-cf7wrap select {
    background-color: #796b54 !important;
    background-image: url("images/select-bg.png") !important;
    background-repeat: no-repeat !important;
    background-position: center right 7.5px !important;
}

.ai-default-cf7wrap textarea {
    height: auto !important;
}

.ai-default-cf7wrap input[type="submit"] {
    background: #64853e;
    border-color: #64853e !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: normal !important;
    padding: 10px;
}

.ai-default-cf7wrap input[type="submit"]:hover {
    background: #4a622e;
    border-color: #4a622e !important;
}

.custom-title {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ef9c3c;
    margin: 80px 0;
}

.custom-title.no-mar {
    margin: 0;
}

.custom-title.w-sub {
    margin-top: 80px;
    /*margin-bottom: 0;*/
}

.custom-title:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(50% + 1px);
    left: 0%;
    width: 100%;
    height: 1px;
    background: #796b54;
}

.custom-title span {
    display: inline-block;
    padding: 0 20px;
    background: #181818;
}

.custom-subtitle {
    font-size: 12px;
    color: #ababab;
    text-align: center;
    margin: 10px 0 80px;
}

.cta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid #796b54;
    border-bottom: 1px solid #796b54;
    padding: 50px 0;
}

.cta-list.stacked {
    display: block;
    margin: 30px 0;
    padding: 30px 0;
}

.cta-list.stacked .cta-item {
    margin: 0 auto 10px;
}

.cta-list.stacked .cta-item:after {
    left: -14px;
}

.cta-list .cta-item {
    width: 263px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 79px;
    position: relative;
    z-index: 2;
}

.cta-list .cta-item:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -5px;
    width: 277px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cta-list .cta-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-list .cta-item:hover:before {
    border-width: 10px;
}

.cta-list .cta-item:nth-child(1):after {
    background-image: url(images/cta1.png);
}

.cta-list .cta-item:nth-child(2):after {
    background-image: url(images/cta2.png);
}

.cta-list .cta-item:nth-child(3):after {
    background-image: url(images/cta3.png);
}

.cta-list .cta-item:nth-child(4):after {
    background-image: url(images/cta4.png);
}


/* Homepage */

.hp-slideshow {
    position: relative;
    z-index: 2;
}

.hp-slideshow .cycloneslider {
    margin: 0;
}

.hp-slideshow .cycloneslider .cycloneslider-slide-image:after {
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hp-slideshow .cycloneslider-template-responsive .cycloneslider-caption {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    background: transparent;
}

.hp-slideshow .cycloneslider-template-responsive .cycloneslider-caption-description {
    margin-top: 100px;
    font-family: 'Althea Regular', serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.5px;
    opacity: 0;
}

.hp-slideshow .cycloneslider-template-responsive .cycloneslider-caption-description span {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    padding: 0 10px;
    font-style: normal;
}

.hp-slideshow .website-logo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column wrap;
}

.hp-slideshow .website-logo img {
    display: block;
    /*max-width: 85%;*/
}

.hp-slideshow .website-logo img:nth-child(1) {
    /*margin-top: -200px;*/
    margin: -200px auto 0;
}

.hp-slideshow .website-logo .tagline {
    font-family: 'Althea Regular', serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.hp-slideshow .website-logo .tagline span {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    padding: 0 10px;
    font-style: normal;
}

.hp-sidenav {
    width: 500px;
    position: absolute;
    z-index: 900;
    top: calc(7.2% + 47px);
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 20px;
}

.hp-sidenav .sidenav-item-wrap {
    position: relative;
}

.hp-sidenav .sidenav-item-wrap:hover {
    color: transparent;
}

.hp-sidenav .sidenav-item-wrap .sidenav-item {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hp-sidenav .sidenav-item-wrap .sidenav-item em.ai-mobile-phone {
	height:17px;
	display:inline-block;
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:nth-child(1) {
    background-image: url("images/sd-bg1.png");
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:nth-child(2) {
    background-image: url("images/sd-bg2.png");
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:nth-child(3) {
    background-image: url("images/sd-bg3.png");
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:nth-child(4) {
    background-image: url("images/sd-bg4.png");
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:nth-child(5) {
    background-image: url("images/sd-bg5.png");
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:hover {
    background-image: initial;
    background-color: #64853e;
}

.hp-sidenav .sidenav-item-wrap .sidenav-item .sidenav-item-label {
    position: absolute;
    z-index: -1;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    padding: 5px 15px;
    border-radius: 100px;
    min-width: 166px;
    background: rgba(100, 133, 62, 0.7);
    text-align: center;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    top: 8px;
    left: -55px;
    /*visibility: hidden;*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.hp-sidenav .sidenav-item-wrap .sidenav-item:hover .sidenav-item-label {
    opacity: 1;
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
 /*   visibility: visible;
    -webkit-animation: sidenav-label 1s ease-in-out;
    animation: sidenav-label 1s ease-in-out;*/
}

.sidenav-item em.ai-font-phone-o {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.hp-sidenav .sidenav-item-wrap:hover .sidenav-item em.ai-font-phone-o,
.hp-sidenav .sidenav-item-wrap:focus .sidenav-item em.ai-font-phone-o,
.hp-sidenav .sidenav-item-wrap:active .sidenav-item em.ai-font-phone-o {
    text-decoration: none;
}

@-webkit-keyframes sidenav-label {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }
}

.hp-qs {
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-100%) translateY(-50px);
    -ms-transform: translateY(-100%) translateY(-50px);
    transform: translateY(-100%) translateY(-50px);
}

.hp-qs .qs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hp-qs .qs-wrap .qs-title {
    width: 170px;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    color: #181818;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 15px 50px 15px 20px;
    background: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
}

.hp-qs .qs-wrap .qs-title span {
    display: block;
    font-size: 23px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    color: #64853e;
}

.hp-qs .qs-wrap .qs-form-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	max-width:100%;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.btn-group.bootstrap-select.show-tick {
    height: 38px !important;
    width: 86px !important;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    display: block;
    font-weight: 300;
    font-size: 12px !important;
    height: 38px;
    width: 100%;
    outline: none;
    border: 1px solid #4e4940;
    border-radius: 4px;
    text-transform: capitalize !important;
    line-height: normal !important;
}

button.btn.dropdown-toggle.btn-default {
    display: block;
    font-weight: 300;
    font-size: 12px !important;
    height: 38px;
    width: 100%;
    outline: none;
    border: 1px solid #4e4940;
    border-radius: 4px;
    text-transform: capitalize !important;
    line-height: normal !important;
}

span.filter-option.pull-left {
    color: black !important;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-input,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-submit,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-advance {
    display: block;
    font-weight: 300;
    font-size: 12px !important;
    height: 38px;
    width: 86px;
    outline: none;
    border: 1px solid #4e4940;
    border-radius: 4px;
    text-transform: capitalize !important;
    line-height: normal !important;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-input.lg,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select.lg,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-submit.lg,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-advance.lg {
    width: 156px;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-input,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select {
    background: #fff !important;
    color: #17120f !important;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-input:focus,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select:focus {
    border-color: #64853e;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select {
    background-color: #fff !important;
    background-image: url("images/select-bg.png") !important;
    background-repeat: no-repeat !important;
    background-position: center right 7.5px !important;
    -webkit-appearance: none;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-submit {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase !important;
    background: #64853e;
    border-color: #64853e !important;
    color: #fff;
    width: 111px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-submit:hover {
    background: #4a622e;
    border-color: #4a622e !important;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-advance {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px !important;
    letter-spacing: 1px;
    text-align: center;
    background: #434343;
    border-color: #504a41 !important;
    text-transform: uppercase !important;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 111px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-advance:hover {
    background: #2a2a2a;
    border-color: #2a2a2a !important;
}

.hp-quick-contact {
    background: transparent url("images/quick-contact-bg.png") no-repeat;
    background-size: cover;
    padding: 20px 0 12px;
}

.hp-quick-contact .quick-list {
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 36.27px;
    line-height: 30px;
    font-weight: 700;
    text-shadow: -5px 3px 1px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.hp-quick-contact .quick-list li {
    display: inline-block;
    padding: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: -9px;
}

.hp-quick-contact .quick-list li .email {
    font-size: 18px;
}


.hp-quick-contact .quick-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 75%;
    width: 2px;
    background: #fff;
    box-shadow: 0px 4px 3px 2px rgba(0, 0, 0, 0.6);
}

.hp-quick-contact .quick-list li:nth-child(1):after {
    display: none;
}

.hp-quick-contact .quick-list li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.hp-quick-contact .quick-list li a:hover {
    color: #64853e;
}

.hp-quick-contact .quick-list li a.email {
    font-size: 16px;
    -webkit-transform: translateY(-5.0675px);
    -ms-transform: translateY(-5.0675px);
    transform: translateY(-5.0675px);
}

.hp-quick-contact .quick-list li a.social {
    font-size: 28px;
}

.hp-fp {
    overflow: hidden;
}

.hp-fp .fp-slider-wrap {
    margin: 0 -2.5px;
}

.hp-fp .fp-slider-wrap .fp-slider .slider-item {
    padding: 0 2.5px;
    outline: none;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content {
    position: relative;
    /*max-width: 395px;*/
    margin: 0 auto;
    width: 100%;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #64853e;
    color: #fff;
    text-align: center;
    padding: 200px 40px 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #181818 transparent transparent transparent;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content:hover .fp-hover-content {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out 0.8s;
    transition: all 0.8s ease-in-out 0.8s;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content .fp-address {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content .fp-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin: 15px 0;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content .fp-beds,
.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content .fp-baths {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 13px;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content .fp-baths {
    margin-left: -4px;
    border-left: 1.2px solid #fff;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-hover-content .fp-description {
    margin-top: 15px;
    font-size: 13px;
    line-height: 17px;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 381px;
}

.hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-horse {
    display: block;
    position: absolute;
    top: calc(100% - 135px);
    max-width: 100px;
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .name-Internet_Explorer .hp-fp .fp-slider-wrap .fp-slider .fp-content .fp-horse {
        top: 64.5%;
    }

.hp-fp .fp-slider-wrap .fp-slider .fp-content:hover .fp-horse {
    top: 67.5px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hp-circles {
    padding: 80px 0;
}

.hp-circles .circles-list {
    text-align: center;
}

.hp-circles .circles-list.left {
    text-align: left;
}

.hp-circles .circles-list .circles-item {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.hp-circles .circles-list .circles-item:hover {
    color: #64853e;
}

.hp-circles .circles-list .circles-item .circles-img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
}

.hp-circles .circles-list .circles-item .circles-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.hp-circles .circles-list .circles-item .circles-img:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: #2e4a0d;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-circles .circles-list .circles-item .circles-img:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
/*    background: rgba(46, 74, 13, 0.8) url("images/horse-hover-icon.png") no-repeat;*/
    background: rgba(46, 74, 13, 0.8) url("images/hover_Logo.png") no-repeat;
    background-size: 50%;
    background-position: center;
    border: 1px solid rgba(46, 74, 13, 0.8);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.hp-circles .circles-list .circles-item:hover .circles-img:before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hp-circles .circles-list .circles-item:hover .circles-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hp-circles .circles-list .circles-item .circles-label {
    margin-top: 20px;
}

.hp-banner-seperator img {
    max-width: 100%;
}

.hp-fc .fc-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.hp-fc .fc-holder .fc-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 263px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("images/fc1-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    float: left;
}

.hp-fc .fc-holder .fc-item.sm-b {
    -webkit-transform: translateY(115px);
    -ms-transform: translateY(115px);
    transform: translateY(115px);
}

.hp-fc .fc-holder .fc-item.sm-t {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.hp-fc .fc-holder .fc-item.lst {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.hp-fc .fc-holder .fc-item:nth-child(2) {
    background-image: url(images/fc2-bg.png);
}

.hp-fc .fc-holder .fc-item:nth-child(3) {
    background-image: url(images/fc3-bg.png);
}

.hp-fc .fc-holder .fc-item:nth-child(4) {
    background-image: url(images/fc4-bg.png);
}

.hp-fc .fc-holder .fc-item .fc-img {
    width: 232px;
    position: relative;
}

.hp-fc .fc-holder .fc-item .fc-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.hp-fc .fc-holder .fc-item .fc-label {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    max-width: 80%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 42%;
    margin: auto;
}

.hp-fc .fc-holder .fc-item .fc-label img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    max-width: 100px;
    opacity: 0.5;
}

.hp-fc .fc-holder .fc-item.active .fc-img:after {
    background: rgba(46, 74, 13, 0.8);
}

.hp-fc .fc-holder .fc-item.active .fc-label {
    border: none;
}


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

#inner-page-wrapper {
    margin-top: 47px;
}

.sb-qs {
    margin: .67em 0 0;
}

a {
    color: #ef9c3c;
}

a:hover {
    color: #b6690f;
}

#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 h6,
#content strong,
aside strong {
    font-weight: bold;
}


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

/*** Ip Background ***/

.ip-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/ip-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.ip-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

/* Style post/page main headings (h1) */

#content .entry-title {
    font-family: "Playfair Display", serif;
    color: #2c1f19;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 24px;
}

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

#content .archive-title {
    font-family: "Playfair Display", serif;
    color: #8cc54b;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 24px;
}


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

#content .archive-subtitle {
    font-family: "Playfair Display", serif;
    color: #8cc54b;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 24px;
}

#content-sidebar,
#content-full {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 20px;
}

.ip-container {
    color: #2b2b2b;
}

/* Sidebar */

.sb-qs:before,
.sb-qs:after {
    content: "";
    display: table;
    clear: both;
}

.sb-qs .qs-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #8cc54b;
    text-transform: uppercase;
    text-align: center;
    margin: .67em 0;
}

.sb-qs .qs-select {
    width: calc(50% - 5.5px);
    margin-bottom: 10px;
    float: left;
}

.sb-qs .qs-select.lg {
    width: 100%;
}

.sb-qs .qs-select[name="baths"],
.sb-qs .qs-select[name="max-price"] {
    float: right;
}

.sb-qs .qs-submit {
    margin-bottom: 10px;
}

.sb-qs .qs-submit,
.sb-qs .qs-advance {
    width: 100%;
    float: left;
}

.sb-qs .qs-advance {
    background: #ef9c3c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-qs .qs-advance:hover {
    background: #b6690f;
}

.hp-slideshow .cycloneslider-template-responsive .cycloneslider-caption-description span,
.hp-slideshow .website-logo .tagline span {
    padding: 0 2px 0 10px;
}

.hp-slideshow .cycloneslider-template-responsive .cycloneslider-caption-description,
.hp-slideshow .website-logo .tagline {
    font-size: 26px;
}

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

.theme-footer .footer-form textarea {
    height: auto !important;
}

.theme-footer .footer-form input[type="submit"] {
    border-color: #64853e !important;
    margin-top: 8px;
}

.theme-footer .footer-form div.wpcf7-response-output {
    margin: 0;
}

.footer-form .wpcf7-form-control-wrap {
    display: block;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-input,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-submit,
.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-advance {
    padding: 5px 8px;
}

.theme-footer .footer-form textarea {
    height: 134px !important;
}

.hp-circles .circles-list .circles-item.two-lines {
    transform: translateY(22px);
}

.hp-circles .circles-list .circles-item {
    padding: 0 15px;
    margin: 0 auto;
    width: 180px;
    max-width: 100%;
}

.hp-circles {
    padding-bottom: 30px;
}

.theme-header {
    transform: translateZ(0);
}

.ip-container .theme-footer {
    background: #000;
}

.theme-footer .footer-contact {
    color: #fff;
}

.post-0 .ihf-container label,
.post-0 .ihf-widget-label,
.post-0 .ihf-link-back {
    color: #000;
}

#content-sidebar,
#content-full {
    background: rgba(255, 255, 255, 0.4);
}

.post-0 #ihf-main-container a {
    color: #1b5f9a;
}

.sb-qs .qs-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #796b54 url('images/sb-select-bg.png') no-repeat;
    background-position: center right 10px;
    color: #fff;
    text-transform: uppercase !important;
    font-size: inherit;
    padding: 8.5px 10px !important;
    border: 1px solid #796b54 !important;
    outline: none !important;
    font-size: 12px;
}

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

.sb-qs .qs-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #64853e;
    border-color: #64853e !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: normal !important;
    padding: 12px 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

    .sb-qs .qs-submit:hover {
        background: #4d672f;
        border-color: #4d672f!important;
    }

.sb-qs .qs-advance {
    padding: 8.5px 10px;
    font-size: 13px;
}

.sb-qs button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background: #796b54;
    border: none;
    height: auto !important;
    padding: 12.5px 10px;
}

.sb-qs button.btn.dropdown-toggle.bs-placeholder.btn-default span {
    color: #fff !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

.sb-qs .btn-group.bootstrap-select.show-tick {
    height: auto !important;
}

#sb-qs .qs-form-wrap #custom-quick-search div button span {
    margin-left: 0 !important;
}

.sb-qs .qs-form-wrap #custom-quick-search div {
    margin-bottom: 10px;
}

.aidefcf-wrapper .wpcf7-form-control.wpcf7-select {
    font-size: 11px !important;
    color: #fff !important;
}

.cta-list .cta-item {
    background: transparent url('images/sb-cta-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-list .cta-item:after {
    width: 100% !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

.cta-list .cta-item:before {
    opacity: 0;
}

.cta-list .cta-item:hover:before {
    border-width: 2px;
    opacity: 1;
}

.subDiv {
    clear: both;
    margin-top: 10px;
}

.subReg {
    clear: both;
    margin-top: 10px;
}

.sb-qs button.btn.dropdown-toggle.btn-default {
    background: #796b54;
    border: none;
    height: auto !important;
    padding: 12.5px 10px;
}

.sb-qs span.filter-option.pull-left {
    color: white !important;
    font-size: 12px;
}

.qs-wrap .bootstrap-select.btn-group .dropdown-menu {
    max-height: 210px !important;
}

.hp-sidenav .sidenav-item-wrap .sidenav-item {
    background-image: url("images/quick-contact-bg.png") !important;
}

.cta-list .cta-item {
    background-image: url("images/quick-contact-bg.png") !important;
}

#content-sidebar, 
#content-full {
    background: rgba(255, 255, 255, 0.75);
}

div#ihf-house-condo-search-fields.hide{
    display: block !important;
}

.ai-default-cf7wrap input[type="text"], 
.ai-default-cf7wrap input[type="tel"], 
.ai-default-cf7wrap input[type="email"], 
.ai-default-cf7wrap select, .ai-default-cf7wrap textarea,
.sb-qs .qs-select,
.sb-qs button.btn.dropdown-toggle.bs-placeholder.btn-default span,
.theme-footer .footer-form input, 
.theme-footer .footer-form select, 
.theme-footer .footer-form textarea{
    color: #d0d0d0 !important;
}

.hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-input, .hp-qs .qs-wrap .qs-form-wrap .qs-form .qs-select {
    color: #000 !important;
}

#ihf-main-container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}

#ihf-main-container .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}

#ihf-main-container .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}

#ihf-main-container .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}

#ihf-main-container .ihf-label-overlay-money,
.chosen-container-single .chosen-single span,
#areaPickerContainer .input-text, 
#areaPickerContainer input[type=text], 
#areaPickerContainer input[type=input]{
    color: #000 !important;
}

.fp-address {
    text-transform: capitalize;
}

.fc-label.animated {
    animation-duration: .5s !important;
}

ul.nav.nav-tabs {
    margin: 0 !important;
}
ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

#areaPickerCustomListToggle,
#areaPickerClearAll,
#areaPickerExpandAllCloseButton {
    width: 60px;
}

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

#ihf-main-container .pagination>li>a{
    padding: 6px 8px;
}

span.ihf-grid-result-address {
    display: block;
}


.page-id-347 *[class*=aidefcf-wrapper-contact-us] .wpcf7, .page-id-348 *[class*=aidefcf-wrapper-contact-us] .wpcf7 {
    max-width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -3em;
    left: 0em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.home .wpcf7-response-output {
    text-align:center
}
.error404 .wpcf7-response-output {
    color:#fff;
    text-align:center;
}




.use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute !important;
    top: 0 !important;
}




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