/*
Theme Name: One Of A Kind
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

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


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


/* Sub Menu */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

ul#nav {
    padding-right: 40px;
}

ul#nav,
ul#nav2 {
    text-align: right;
}

#nav li,
#nav2 li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#nav > li::after,
#nav2 > li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #fff;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav > li:hover::after,
#nav2 > li:hover::after {
    opacity: 1;
    width: 100%;
}

#nav > li,
#nav2 > li {
    margin-left: 45px;
}

#nav > li:first-child,
#nav2 > li:first-child {
    margin-left: 0;
}

#nav li a,
#nav2 li a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav .sub-menu,
#nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 136px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 12px;
    z-index: 2;
}

#nav .sub-menu a,
#nav2 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
}

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

#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu {
    margin-left: 100%;
    top: -19px;
}

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

#nav .sub-menu li,
#nav2 .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
}


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


/* Global */

div#main-wrapper {
    overflow: hidden;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    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; */
}


/* Header */

header.header {
    font-size: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    padding: 30px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-inner {
    display: flex;
    align-items: center;
    max-width: 1465px;
    width: 100%;
    margin: 0 auto;
}

.header-logo {
    margin: 0 0 0 70px;
}

.header .navigation {
    /*    flex: 1;*/
}


/* End Header */


/* Fixed Header */

.header.show-fixed {
    background: rgba(20, 19, 19, .90);
    padding: 42px 0;
}

.header.show-fixed .header-inner {
    max-width: 1140px;
}

.header.show-fixed .header-logo {
    display: none;
}

.header.show-fixed .burger-menu {
    margin-left: 0;
}

.header.show-fixed #nav > li {
    margin-left: 35px;
}

.header.show-fixed .burger-menu:hover span {
    background: #8D7B03;
}

.header.show-fixed ul#nav {
    padding-right: 0;
}


/* End Header */


/* Burger Menu */

.burger-menu {
    position: relative;
    width: 58px;
    margin-left: 60px;
    cursor: pointer;
}

.burger-menu {
    cursor: pointer;
}

.burger-menu span {
    display: block;
    position: relative;
    width: 58px;
    height: 4px;
    background: #fff;
    margin: 0 0 6px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.burger-menu:hover span {
    background: #000;
}

.burger-menu span:nth-child(2) {
    width: 29px;
}

.burger-menu:hover span:nth-child(2) {
    width: 58px;
}

.bm-drop {
    position: fixed;
    z-index: 1032;
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.bm-drop {
    z-index: 1035;
}

.bm-view.is-open {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bm-menu {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    letter-spacing: 0;
    z-index: 1036;
    visibility: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #000;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bm-menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/burger-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .16;
}

.bm-content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.burger-inner-content {
    padding: 105px;
}

.burger-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav2 li a {
    font-size: 19px;
}

#nav2 > li {
    margin-left: 30px;
}

.burger-close {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.burger-close:hover {
    transform: rotate(90deg);
}

.burger-close span {
    color: #fff;
    font-size: 33px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 33px;
    height: 33px;
}

.burger-close span:hover {
    color: #8D7B03;
}

.burger-inner {
    padding: 120px 0 0;
}

.burger-cta .cta-flex {
    flex-direction: column;
    margin: 0;
    margin-left: -10px;
    max-width: 420px;
}

.burger-cta .cta-list {
    width: 100%;
    padding: 0 0 25px;
    margin: 0;
}

.burger-form {
    margin-right: -76px;
}

.burger-form .cf-form {
    max-width: 608px;
}

.burger-form .global-btn.cf-button input {
    color: #fff;
}

.burger-form .cf-form div.wpcf7-response-output {
    color: #fff;
}


/* End Menu */


/* Intro Video */

.intro-video {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 1s opacity ease-in-out, 1s visibility ease-in-out;
    transition: 1s opacity ease-in-out, 1s visibility ease-in-out;
}

body.intro-ended .intro-video {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    right: 0;
}

body.home {
    overflow: hidden;
}

body.home.intro-ended,
body.home.user-navigated-from-a-page-on-the-site {
    overflow: visible;
}

.intro-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.intro-video canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.intro-video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-navigated-from-a-page-on-the-site .intro-video {
    display: none;
}


/* End Intro */


/* Slideshow */

.hp-slideshow {
    position: relative;
    font-size: 0;
}

.hp-slideshow .cycle-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .10);
    z-index: 1;
    pointer-events: none;
}

.slide-descrip {
    position: absolute;
    bottom: 28.7%;
    left: 14.2%;
}

.slide-descrip span,
.slide-descrip em {
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 52px;
    position: relative;
}

.slide-descrip em {
    font-style: normal;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.slide-descrip em::after {
    content: '®';
    position: absolute;
    bottom: 2px;
    right: -26px;
    font-size: 23px;
    color: #fff;
}


/* End Slideshow */


/* floating Smi */

.floating-smi {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 46%;
    left: 3%;
    z-index: 1;
}

.floating-smi::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    left: 50%;
    top: -57%;
    background: #fff;
    pointer-events: none;
}

.floating-smi a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 0 21px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.floating-smi a:hover {
    background: #1f1d1d;
    border: 1px solid #1f1d1d;
}


/* End Smi */


/* SLIDE QS */

.qs-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 0 0 60px;
    position: absolute;
    bottom: 0;
}

.qs-wrapper {
    display: block;
    position: relative;
}

.qs-title {
    display: block;
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}

.qs-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
}

.qs-field select {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 8px;
    background: transparent url(images/qs-select-arrow.png) no-repeat scroll right 8px center;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.qs-field select:focus {
    outline: none;
}

.qs-field input#maxprice,
.qs-field input#minprice {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 9px;
    background: transparent;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    outline: none;
}

.qs-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0.263%;
}

.qs-form-main {
    display: block;
    position: relative;
}

.qs-form-main form.qs-form {
    width: 100%;
    position: relative;
    display: block;
}

.qs-field.submit input[type=submit] {
    width: 100%;
    height: 50px;
    border: none;
    background: #bca301;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.qs-field.submit a.qs-adv {
    width: 100%;
    height: 50px;
    border: none;
    background: #000;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.qs-field.submit a.qs-adv:hover {
    background: #cbcbcb;
    color: #000;
}

.qs-field.submit input[type=submit]:hover {
    background: #7d6f11;
}

.qs-field.submit:last-of-type {
    margin-right: 0;
}

.qs-field.long {
    width: 19%;
}

.qs-field.mlong {
    width: 19%;
}

.qs-field.short-b {
    width: 8.509%;
}

.qs-field.short-i {
    width: 8.509%;
}

.qs-field.short-i.fl-r {
    margin-right: 0.965%;
}

.qs-field.submit {
    width: 12.7%;
}

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

.qs-main form {
    position: relative;
    width: 100%;
}


/* Cta */

.hp-cta {
    font-size: 0;
    position: relative;
    background: #1f1d1d;
    padding: 108px 15px 0;
}

.cta-holder {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.cta-flex {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 -35px;
}

.cta-list {
    width: calc(100% / 3);
    padding: 0 35px;
}

.cta-list a {
    position: relative;
    display: block;
}

.cta-inner {
    position: relative;
    border: 2px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
}

.cta-title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.cta-descrip {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 24px;
    min-height: 127px;
    padding: 31px 0 0;
}

.cta-line-br,
.cta-line-lt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cta-line-br::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #917e03;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-line-br::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    background: #917e03;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-list a:hover .cta-line-br::before {
    width: 100%;
    opacity: 1;
}

.cta-list a:hover .cta-line-br::after {
    height: 100%;
    opacity: 1;
}

.cta-line-lt::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#917e03+0,bca301+24,f7e88a+60,bca301+85,8d7b03+100 */
    background: rgb(145, 126, 3);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(145, 126, 3, 1) 0%, rgba(188, 163, 1, 1) 24%, rgba(247, 232, 138, 1) 60%, rgba(188, 163, 1, 1) 85%, rgba(141, 123, 3, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(145, 126, 3, 1) 0%, rgba(188, 163, 1, 1) 24%, rgba(247, 232, 138, 1) 60%, rgba(188, 163, 1, 1) 85%, rgba(141, 123, 3, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(145, 126, 3, 1) 0%, rgba(188, 163, 1, 1) 24%, rgba(247, 232, 138, 1) 60%, rgba(188, 163, 1, 1) 85%, rgba(141, 123, 3, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#917e03', endColorstr='#8d7b03', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.cta-list a:hover .cta-line-lt::before {
    height: 100%;
    opacity: 1;
}

.cta-line-lt::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#917e03+0,bca301+24,f7e88a+60,bca301+85,8d7b03+100 */
    background: rgb(145, 126, 3);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(145, 126, 3, 1) 0%, rgba(188, 163, 1, 1) 24%, rgba(247, 232, 138, 1) 60%, rgba(188, 163, 1, 1) 85%, rgba(141, 123, 3, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(145, 126, 3, 1) 0%, rgba(188, 163, 1, 1) 24%, rgba(247, 232, 138, 1) 60%, rgba(188, 163, 1, 1) 85%, rgba(141, 123, 3, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(145, 126, 3, 1) 0%, rgba(188, 163, 1, 1) 24%, rgba(247, 232, 138, 1) 60%, rgba(188, 163, 1, 1) 85%, rgba(141, 123, 3, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#917e03', endColorstr='#8d7b03', GradientType=0);
    /* IE6-9 */
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.cta-list a:hover .cta-line-lt::after {
    width: 100%;
    opacity: 1;
}

.cta-list a:hover .cta-title {
    color: #b9a840;
}


/* End Cta */


/* Welcome */

.hp-welcome {
    position: relative;
    font-size: 0;
    background: #1f1d1d;
    padding: 51px 0 0;
}

.welcome-left {
    margin-left: -129px;
    margin-right: -18px;
    padding: 70px 0 0;
}

.welcome-img {
    width: calc(((100vw - 1140px) / 2) + 100%);
}

.welcome-img canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.global-title span {
    display: block;
    font-size: 20px;
    color: #b8b8b7;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0 0 8px;
}

.global-title em {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    position: relative;
}

.global-title em::after {
    content: '®';
    position: absolute;
    bottom: 8px;
    right: -26px;
    font-size: 22px;
    color: #fff;
}

.title-line {
    position: relative;
    width: 521px;
    height: 2px;
    margin-top: 26px;
}

.title-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(124, 109, 3, 1) 40%, rgba(204, 187, 79, 1) 43%, rgba(124, 109, 3, 1));
}

.title-line::before {
    content: '';
    position: absolute;
    width: 93%;
    height: 1px;
    top: 18px;
    left: 0;
    background: linear-gradient(to right, rgba(124, 109, 3, 1) 40%, rgba(204, 187, 79, 1) 43%, rgba(124, 109, 3, 1));
}

.welcome-descrip {
    padding: 72px 0 19px;
}

.welcome-descrip p {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
    letter-spacing: 0.08em;
    padding: 0 0 23px;
}

.welcome-right {
    margin-left: -222px;
}

.global-btn {
    display: inline-block;
    color: #fff;
    -webkit-transition: color 0.25s 0.0833333333s;
    transition: color 0.25s 0.0833333333s;
    position: relative;
    border: none;
    cursor: pointer;
    width: 240px;
    height: 69px;
    letter-spacing: 0.05em;
    background: transparent;
    border: 2px solid;
    border-image: linear-gradient(45deg, #917E03 0%, #BCA301 25%, #BCA301 77%, #F7E88A 100%, #8D7B03 100%) 3;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-btn:hover {
    color: #fff;
    text-decoration: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    
    margin: 22px 0 0 0;
}

.global-btn::before,
.global-btn::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -2px;
    z-index: 1;
    right: -2px;
}

.global-btn::after {
    border-top-width: 2px;
    border-right-width: 2px;
}

.global-btn::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.global-btn:hover::before,
.global-btn:hover::after {
    border-image: linear-gradient(135deg, #8D7B03 0%, #F7E88A 0%, #BCA301 23%, #BCA301 75%, #917E03 100%) 3;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}

.global-btn:hover::before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
}

.global-btn:hover::after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
}


/* End Welcome */

.idx-map-container {
    display: block;
    position: relative;
    background: #1f1d1d;
    padding: 100px 0;
}

.idx-map-container .global-title {
    /*max-width: 1400px;*/
    margin-left: -129px;
}


/*.idx-map-container #ihf-main-container .col-xs-5, 
.idx-map-container #ihf-main-container .col-xs-3 ,
.idx-map-container #ihf-main-container .col-xs-4 {
    display: none;
}
*/

#ihf-main-container .col-xs-5 {
    width: 37.666667%;
    margin-left: 50px;
}

.idx-map-container .ihf-link-back {
    color: #fff;
}

.idx-map-container .hp-map {
    display: block;
    position: relative;
    padding: 40px 0 0;
}


/* Featured Properties */

.featured-properties {
    position: relative;
    font-size: 0;
    background: #1f1d1d;
    padding: 8px 8px 138px;
}

.featured-properties .global-btn a {
    margin: 77px auto 0;
}

.fp-slick-holder {
    margin: 0 -3.5px;
}

.fp-list {
    padding: 3.5px;
}

.fp-list a {
    position: relative;
    display: block;
}

.fp-img {
    position: relative;
    overflow: hidden;
}

.fp-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28, 26, 26, .10);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-img::after {
    content: '';
    position: absolute;
    width: 176px !important;
    height: 192px !important;
    top: -300px;
    right: 0;
    background: url(images/header-logo.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.fp-list a:hover .fp-img::after {
    opacity: .6;
    top: -30px;
}

.fp-list a:hover .fp-img::before {
    background: rgba(28, 26, 26, .76);
}

.fp-img canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.fp-list a:hover .fp-img canvas {
    filter: grayscale(1)
}

.fp-address {
    font-size: 30px;
    color: #d0d0d0;
    letter-spacing: 0.08em;
    font-family: 'Oswald', sans-serif;
    padding: 0 0 14px;
}

.fp-address span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.fp-price {
    font-size: 36px;
    color: #d0d0d0;
    letter-spacing: 0.08em;
    font-family: 'Oswald', sans-serif;
}

.fp-hover {
    position: absolute;
    opacity: 0;
    bottom: -100px;
    left: 107px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.fp-info {
    position: absolute;
    bottom: 90px;
    left: 92px;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-list a:hover .fp-info {
    opacity: 0;
    transform: scale(.5)
}

.fp-list a:hover .fp-hover {
    bottom: 95px;
    opacity: 1;
}

.fp-list a:hover .fp-address {
    font-size: 35px;
}

.fp-list a:hover .fp-price {
    font-size: 43px;
}

.fp-lines {
    position: absolute;
    width: 2px;
    height: 125px;
    background: linear-gradient(to top, rgba(124, 109, 3, 1) 40%, rgba(204, 187, 79, 1) 43%, rgba(124, 109, 3, 1));
    left: -24px;
    bottom: -23px;
}

.fp-lines::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 115px;
    background: linear-gradient(to top, rgba(204, 187, 79, 1) 40%, rgba(124, 109, 3, 1) 43%, rgba(124, 109, 3, 1));
    top: 0;
    left: -17px;
}

.featured-properties .global-btn {
    margin: 77px auto 0;
}


/* End Properties */


/* Testimonials */

.hp-testimonials {
    position: relative;
    background: #1f1d1d;
    font-size: 0;
    padding: 42px 0 0;
}

.hp-testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 98px);
    width: 100%;
    left: 0;
    background: url(images/testi-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    pointer-events: none;
}

.testi-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.hp-testimonials .global-title {
    max-width: 1400px;
    margin: 0 auto;
}

.hp-testimonials .global-title em:after {
    display: none;
}

.testi-slick-holder.slick-slider * {
    outline: 0;
}

.testi-box {
    max-width: 1070px;
    width: 100%;
    background: #cbcbcb;
    margin-left: auto;
    margin-top: 82px;
    padding: 45px 0 99px;
    position: relative;
}

.testi-descrip {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #121111;
    max-width: 795px;
    margin: 0 auto;
}

.testi-name {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #121111;
    padding: 30px 0 0;
}

.testi-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 0 38px;
    pointer-events: none;
}

.testi-arrow span {
    font-size: 58px;
    color: #000;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-arrow span:hover {
    color: #8D7B03;
}

.hp-testimonials .slick-dots {
    position: absolute;
    bottom: -63px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hp-testimonials .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    margin: 0 7.5px;
}

.hp-testimonials .slick-dots li.slick-active button {
    background: #fff;
}


/* End Testimonials */


/* Contact Form */

.hp-form {
    font-size: 0;
    position: relative;
    padding: 36px 0;
    background: #fff;
}

.hp-form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/form-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*filter: grayscale(1);*/
    opacity: .6;
}

.global-btn.cf-button {
    margin: 0 auto;
}

.global-btn.cf-button input {
    background: transparent;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    outline: none;
    letter-spacing: 0.08em;
}

.cf-box {
    max-width: 780px;
    margin: 0 auto;
    border: 1px solid #c6c6c6;
    border-bottom: 0;
    padding: 0 0 49px;
    background: rgb(255 255 255 / .7);
}

.cf-title {

    font-size: 36px;
    color: #bca301;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    padding: 51px 0 34px;
    font-family: 'Raleway',sans-serif!important;
    /* font-size: 2.822em; */
    /* color: #000!important; */
    text-transform: uppercase;
    line-height: 1em;
}

.cf-form {
    max-width: 614px;
    margin: 0 auto;
    position: relative;
}

.cf-md {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 18px;
}

.cf-lg {
    width: 100%;
    position: relative;
    margin: 0 0 15px;
}

.cf-lg.message {
    margin: 0 0 35px;
}

.cf-lg input,
.cf-lg textarea,
.cf-md input {
    width: 100%;
    height: 33px;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 12px;
    color: #656565;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 13px;
}

.cf-lg textarea {
    padding-top: 13px;
    height: 70px;
}

.cf-md.pad-right {
    padding-right: 15px;
}

.cf-md.pad-left {
    padding-left: 15px;
}

.cf-form div.wpcf7-response-output {
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: -38px;
    margin: 0;
    width: 100%;
}

.cf-form span.wpcf7-not-valid-tip {
    font-size: 15px;
}

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

.cf-form div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}


/* End Form */


/* Footer */

footer.footer {
    font-size: 0;
    background: #2b2c2f;
    padding: 77px 15px 64px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .03;
    pointer-events: none;
}

.footer::after {
    content: '';
    position: absolute;
    width: 516px;
    height: 499px;
    bottom: 0;
    left: 0;
    background: url(images/footer-logo.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .25;
    pointer-events: none;
}

.footer-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.footer-text > div {
    width: calc(50% / 4);
}
.footer-text > div:nth-child(3) {
    width: 50%;
    max-width: 50%;
}

.footer-text > div img {
    width: 100%;
}


.footer-text span {
    display: block;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}

.footer-text span.r-icon {
    font-family: 'Lato', sans-serif;
    padding: 2px 0 0;
}

.footer-text i {
    font-style: normal;
    font-size: 18px;
    position: relative;
}

.footer-text em {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    padding: 9px 0 0;
    display: block;
}

.footer-text em i {
    font-size: 12px;
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 0 0;
}

.footer-email {
    margin-left: 68px;
    position: relative;
}

.footer-email::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ae9709;
    top: 0;
    left: -36px;
}

.footer-phone em,
.footer-email a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-phone em:hover,
.footer-email a:hover,
.footer-smi a:hover,
.footernav li a:hover,
.copyright a:hover {
    color: #ae9709;
}

.footer-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 0 0;
}

.footer-smi a {
    font-size: 36px;
    color: #fff;
    margin: 0 19px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-donate {
    text-align: center;
}

.footer-donate span {
    display: block;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    font-size: 20px;
    padding: 61px 0 17px;
}

.footer-donate em {
    max-width: 380px;
    width: 100%;
    height: 49px;
    border: 2px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-style: normal;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-donate em:hover {
    border: 2px solid #bca301;
    background: #bca301
}

.footernav {
    display: flex;
    justify-content: space-between;
    max-width: 1284px;
    width: 100%;
    margin: 0 auto;
    padding: 73px 0 0;
}

.footernav li a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 39px 0 0;
    letter-spacing: 0.08em;
}

.copyright a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.copyright i {
    font-style: normal;
    font-size: 13px;
}


/* End Footer */


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

.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, .6);
}

.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%;
    padding: 24px 0 0;
}


/* 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 {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    position: relative;
    font-weight: 400;
}


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

#content .archive-subtitle {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    position: relative;
    font-weight: 400;
}


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

p#breadcrumbs {
    color: #fff;
}

#ihf-main-container label {
    color: #fff;
}

.side-logo img {
    margin: 0 auto;
}

.side-logo {
    background: #1f1d1d;
    padding: 5px;
}

.side-cta {
    background: #1f1d1d;
}

.side-cta .cta-flex {
    margin: 0;
    flex-direction: column;
    padding: 22px 0 0;
}

.side-cta {
    padding: 5px;
}

.side-cta .cta-list {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 10px
}

.side-cta .cta-title {
    font-size: 24px;
}

.side-cta .cta-inner {
    height: 90px;
}

.ip-container {
    background-color: #1f1d1d;
}

#content .entry {
    color: #fff;
}

#ihf-main-container .leaflet-bottom,
#ihf-main-container .leaflet-top {
    z-index: 99999 !important;
}


/* IDX COLOR OVERRIDE */

#ihf-main-container .ihf-listing-search-results .btn-link {
    color: #fff;
}

#ihf-main-container .ihf-grid-result-address-container a {
    color: #000;
}

#ihf-main-container .ihf-grid-result-virtual-tour a {
    color: #000;
}

#ihf-main-container .ihf-listing-search-results .caret {
    border-top: 4px solid #fff;
}

#ihf-main-container ul#ihf-search-location-tabs li a {
    color: #fff;
}

#ihf-main-container ul#ihf-search-location-tabs li.active a,
#ihf-main-container ul#ihf-search-location-tabs a:hover {
    color: #000;
}

#ihf-main-container span.btn.btn-link.ihf-map-search-refine-link {
    color: #fff;
}

#ihf-main-container form#ihf-main-search-form a {
    color: #fff;
}

#ihf-main-container .ihf-contiguous-links a {
    color: #fff;
}

.page-id-371 #inner-page-wrapper #content .entry a,
.page-id-404 #inner-page-wrapper #content .entry a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.page-id-371 #inner-page-wrapper #content .entry a:hover,
.page-id-404 #inner-page-wrapper #content .entry a:hover {
    color: #ae9709;
}

.ai-default-cf7wrap input[type=email],
.ai-default-cf7wrap input[type=tel],
.ai-default-cf7wrap input[type=text],
.ai-default-cf7wrap textarea {
    color: #000;
}

.idx-map-container .global-title em::after {
    display: none;
}

.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: 100%;
}

.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: 50px;
    border: 1px solid #fff;
    padding: 0 8px;
    background: transparent url(images/qs-select-arrow.png) no-repeat scroll right 8px center;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px!important;
    font-style: italic;
    font-weight: 300;
}

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


/*dropdown height*/

.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}

.hp-quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.qs-form .dropdown-menu.open {
    top: 100%;
}

.aios-listings-page .top-sort span,
.aios-listings-page .grid .prop-det .prop-title a,
.aios-listings-page .grid .prop-det p,
.aios-listings-page .grid .prop-det .prop-price,
.aios-listings-page .grid-property-others,
.aios-listings-page #content .listing-details-wrap .property-details h1,
.aios-listings-page #content .listing-details-wrap .property-details h2,
.aios-listings-page #content .listing-details-wrap .property-details .details-list .det-specs span,
.aios-listings-page #content .property-description h1,
#content .property-description h2,
.aios-listings-page #content .property-description .property-det p,
.aios-listings-page #content .property-description .prop-location h3,
.aios-listings-page #content .property-description .property-add-type span,
.aios-listings-page #content #content .property-description .property-add-type strong a,
.aios-listings-page #content #content .listing-details-wrap .pager a,
.aios-listings-page #content #content .property-description .prop-cta a,
.aios-listings-page #content .listing-details-wrap .pager a {
    color: #fff !important;
}

.aios-listings-page #content .property-description .prop-cta a:hover {
    background: #fff !important;
    color: #000 !important;
}

body.aios-listings-page a:hover,
.aios-listings-page #content .listing-details-wrap .pager a:hover,
.aios-listings-page #content #content .property-description .property-add-type strong a:hover,
.aios-listings-page #content #content .listing-details-wrap .pager a:hover,
.aios-listings-page #content #content .property-description .prop-cta a:hover,
.aios-listings-page .grid .prop-det .prop-title a:hover,
body.category-testimonials a:hover {
    color: #bca300 !important;
}

.ihf-mapsearch-refine-overlay {
    max-width: 500px;
    height: 100%;
}

p.ihf-map-results-count.field-label.text-right {
    color: #fff;
}

#ihf-main-container .leaflet-control-layers.leaflet-control label {
    color: #000 !important;
}

ul.list li .prop-det .prop-title a,
ul.list li .prop-det p.list-price,
ul.list li p.prop-desc {
    color: #fff;
}

.aios-roadmaps .aios-roadmap-link {
    border: 1px solid #fff !important;
}

.aios-roadmaps .aios-roadmap-link .aios-roadmap-icon:after,
.aios-roadmaps .aios-roadmap-link .aios-roadmap-name,
.aios-roadmaps .aios-roadmap-link:hover,
.aios-roadmaps .aios-roadmap-link.active,
.aios-roadmaps .aios-roadmap-link:hover .aios-roadmap-icon:after,
.aios-roadmaps .aios-roadmap-link.active .aios-roadmap-icon:after,
.aios-roadmaps .aios-roadmap-link:hover .aios-roadmap-name,
.aios-roadmaps .aios-roadmap-link.active .aios-roadmap-name {
    color: #fff !important;
}

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

#ihf-main-container .nav-tabs {
    margin-left: 0;
}

#ihf-main-container .modal-body .form-group label {
    color: #000 !important;
}

.page-id-0 #ihf-main-container .ihf-listing-detail .col-xs-5 {
    margin-left: 0;
}

body img[src*="deviceid.trueleadid.com"] {
    display: none;
}

#ihf-main-container .col-xs-5 {
    margin-left: 0;
}

.home #ihf-main-container .col-xs-5 {
    margin-left: 30px;
}

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

.ip-container .ihf-mapsearch-refine-overlay {
    z-index: 1010 !important;
}

.grecaptcha-badge {
    bottom: 101px !important;
    z-index: 100 !important;
}

#ihf-main-container .ihf-virtual-tour-link {
    margin: 0;
}

#ihf-main-container .leaflet-top {
    z-index: 999 !important;
}

ul.table-list li div {
    color: #ffffff;
}

.descript-map img {
    display: none;
}

.page-id-184 select.wpcf7-form-control.wpcf7-select,
.page-id-182 select.wpcf7-form-control.wpcf7-select,
.page-id-186 select.wpcf7-form-control.wpcf7-select {
    color: #000;
}

.error-page-excerpt {
    color: #fff;
}

.error-form-wrapper h4 {
    color: #fff;
}

.hp-welcome {
    display: none;
}

.ui-autocomplete {
    z-index: 999 !important;
}

.intro-video {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.intro-video-close-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9999;
}

.intro-video-close-wrap a {
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.intro-video-close-wrap a:hover {
    color: #fff;
}

.header-contact-navigation {
    flex: 1;
}

.header-contact {}

.header-contact em.icon {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}

.header-contact .email em.icon {
    font-size: 13px;
}

.header-contact a {
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-contact a:hover {
    color: #bca301 !important;
}

.header-contact-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 20px;
}

.header-contact-inner > div {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.header.show-fixed .header-contact-inner {
    padding-right: 0;
}

.ai-default-cf7wrap select {
    color: #000;
}




/*HP Grahp*/

#hp-custom-price {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hp-custom-price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    /*padding-bottom: 80px;*/
    padding: 40px 0 100px;
}

.hp-custom-price-col {
    width: calc(50% - 22px);
    display: block;
    text-align: center;
}

.hp-custom-price-title {
    display: block;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 39px;
    color: #fff;
}

.hp-custom-price-title strong {
    font-weight: 700;
}

.hp-custom-graph-wrap {
    display: block;
    padding-top: 45px;
    position: relative;
    border-top: 1px solid #bca301;
}

.hp-custom-graph-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.hp-custom-graph-price {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.hp-custom-graph-row .hp-custom-graph-price {
    width: 25%;
    position: relative;
}

.hp-custom-graph-row .hp-custom-graph-price:nth-child(even) {
    top: 60px;
}

.hp-custom-graph-price:before {
    position: absolute;
    content: '';
    top: -86%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #bca301;
    right: 0;
    margin: 0 auto;
    max-height: 30px;
}

.hp-custom-graph-price strong {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    margin-bottom: 6px;
}



.cf-lg label,
.cf-md label{

    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
}

.cf-lg input::placeholder,
.cf-lg textarea::placeholder,
.cf-md input::placeholder{

    font-size: 0px;
}

.cf-lg input,
.cf-lg textarea,
.cf-md input{

    background: transparent;
    border: 0px;
    border-bottom: 1px solid;
    height: 24px;
    padding: 3px 5px;
}

.cf-lg textarea{
    
    height: 46px;
    line-height: 46px;
}


.home .burger-form .cf-form label {
    color: #fff;
}

.home .burger-form .cf-form .cf-lg input, .home .burger-form .cf-form .cf-lg textarea, .home .burger-form .cf-form .cf-md input{

    border-bottom: 1px solid #fff;
}

.page-id-188  .global-btn.cf-button input{
    color: #fff;
}

.page-id-188  .cf-form{
font-size: 0;
}



.page-id-188  .cf-lg label  , .page-id-188 .cf-md label{

    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
}

.page-id-188 .cf-lg input::placeholder, .page-id-188  .cf-lg textarea::placeholder, .page-id-188  .cf-md input::placeholder{

    font-size: 0px;
}

.page-id-188  .cf-lg input, .page-id-188  .cf-lg textarea, .page-id-188  .cf-md input{

    background: transparent;
    border: 0px;
    border-bottom: 1px solid;
    height: 24px;
    padding: 3px 5px;
}

.page-id-188  .cf-lg textarea{
    
    height: 46px;
    line-height: 46px;
}


.page-id-188 .cf-form .cf-lg input, .page-id-188  .cf-form .cf-lg textarea, .page-id-188  .cf-form .cf-md input{

    border-bottom: 1px solid #fff;
}

.page-id-188 .global-btn.cf-button input{
    color: #fff;
}


.page-id-188 .cf-form label {
    color: #fff;
}

.page-id-188 .ai-contact-wrap span.context-email em.ai-font-envelope, .page-id-188 .ai-contact-wrap span.context-mob em.ai-font-phone{
    color: #fff;
}

.csmi a {
    font-size: 20px;
    margin-right: 13px;
}

.csmi {
    padding-left: 30px;
    padding-top: 8px;
}

.page-id-188 span.context-email a {
    padding-left: 6px;
}
.page-id-188 .ai-contact-wrap {
    line-height: 42px;
}



.crow {
    font-size: 0;
    margin-top: 76px;
    text-align: center;
}
.c-cols {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 14px;
    text-align: left;
}


.page-id-188  .aidefcf-wrapper {
    position: relative;
    z-index: 1;
    top: -62px;
    left: 58px;
}

.page-id-188 #content .entry-title{
display: none;
}

.hr-title {
    font-size: 36px;
    /* color: #bca301; */
    text-transform: uppercase;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    padding: 18px 0 0px;
    font-family: 'Raleway',sans-serif!important;
    /* font-size: 2.822em; */
    /* color: #000!important; */
    text-transform: uppercase;
    line-height: 1em;
}
h2.hr-subtitle {
    /* color: #fff !important; */
    /* font-size: 24px !important; */
    /* display: block; */ 
    font-size: 22px !important;
    font-style: italic !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin-bottom: 29px !important;
    font-family: 'Barlow', sans-serif !important;

    margin-top: -34px !important;
}

.cf-form .global-btn.cf-button {
    margin: 30px auto 0;
}


/*IHF Search Form Overwrite | START*/
.custom-ihf-search #ihf-main-container .form-inline .form-control,
.custom-ihf-search #ihf-main-container .chosen-container-single .chosen-single,
.custom-ihf-search #ihf-main-container .chosen-container-multi .chosen-choices {
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    letter-spacing: .5px;
    height: 41px;
    color: #767676!important;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 22px;
    resize: none;
    border: solid 1px #b9b9b9;
    outline: none;
    margin: 0;
    border-radius: 0!important;
}
    .custom-ihf-search #ihf-main-container div#areaPickerInputWrapper {
        height: 41px !important;
    }
        .custom-ihf-search #ihf-main-search-form #areaPickerContainer div#areaPickerInputWrapper .input-text,
        .custom-ihf-search #ihf-main-search-form #areaPickerContainer div#areaPickerInputWrapper input[type=text],
        .custom-ihf-search #ihf-main-search-form #areaPickerContainer div#areaPickerInputWrapper input[type=input] {
            padding-top: 0!important;
        }
    .custom-ihf-search .chosen-container-single .chosen-single span {
        display: flex;
        height: 100%;
        align-items: center;
    }
.custom-ihf-search #ihf-main-container .listingIdSearchForm .btn,
.custom-ihf-search #ihf-main-container .input-group-addon {
    background: #b9b9b9;
    border: solid 1px #b9b9b9;
    color: #fff;
    width: 80px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    display: flex;
    height: 41px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    margin: 0!important;
}
    .custom-ihf-search #ihf-main-container .listingIdSearchForm .btn:hover,
    .custom-ihf-search #ihf-main-container .input-group-addon:hover {
        background: #000;
        color: #fff;
    }
    .custom-ihf-search #ihf-main-container .input-group-addon span.glyphicon {
        display: none!important;
    }

.custom-ihf-search #ihf-main-container button#ihf-search-adv-submit,
.custom-ihf-search #ihf-main-container button#ihf-search-adv2-submit {
    color: #fff;
    -webkit-transition: color 0.25s 0.0833333333s;
    transition: color 0.25s 0.0833333333s;
    position: relative;
    border: none;
    cursor: pointer;
    width: 240px;
    max-width: 100%;
    height: 69px;
    letter-spacing: 0.05em;
    background: transparent;
    border: 2px solid;
    border-image: linear-gradient(45deg, #917E03 0%, #BCA301 25%, #BCA301 77%, #F7E88A 100%, #8D7B03 100%) 3;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    outline: none;
}

.custom-ihf-search ul#ihf-search-location-tabs {
    display: none;
}
.custom-ihf-search #ihf-main-container #areaPickerContainer,
.custom-ihf-search #ihf-main-container form.form-inline {
    margin-top: 0;
}
.custom-ihf-search #ihf-main-container form.form-inline,
.custom-ihf-search #ihf-main-container .ihf-widget.mb-25 {
    margin-bottom: 0;
}
.custom-ihf-search #ihf-main-container fieldset {
    margin: 0;
}
.custom-ihf-search #ihf-main-container .mb-10 {
    margin-bottom: 15px;
}
.custom-ihf-search #ihf-main-container label {
    font-size: 15px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 5px;
}
.custom-ihf-search #ihf-main-container .chosen-container-single .chosen-single div {
    top: 4px;
}

.custom-ihf-search #ihf-main-container .checkbox {
    padding-left: 15px;
}
.custom-ihf-search #ihf-main-container label.radio-inline,
.custom-ihf-search #ihf-main-container .checkbox label.field-label {
    position: relative;
    padding-left: 35px;
    display: inline-block;
}
.custom-ihf-search #ihf-main-container .checkbox label.field-label {

}
    .custom-ihf-search #ihf-main-container label.radio-inline input,
    .custom-ihf-search #ihf-main-container .checkbox label.field-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    
    .custom-ihf-search #ihf-main-container .checkbox label.field-label em.checkmark {
        position: absolute;
        top: 8px;
        left: 0;
        height: 10px;
        width: 10px;
        background-color: #fff;
    }
        .custom-ihf-search #ihf-main-container .checkbox label.field-label em.checkmark::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #aa9403;
            opacity: 0;
            margin: auto;
        }
        .custom-ihf-search #ihf-main-container .checkbox label.field-label input:checked ~ em.checkmark::after {
            opacity: 1;
        }
    .custom-ihf-search #ihf-main-container label.radio-inline em.checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #fff;
        border-radius: 50%;
    }
        .custom-ihf-search #ihf-main-container label.radio-inline em.checkmark::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #a2a2a2;
        }
        .custom-ihf-search #ihf-main-container label.radio-inline input:checked ~ .checkmark::after {
            background-color: #000;
        }

.custom-ihf-search #ihf-main-container #ihf-advsearch-features ~ .row.mt-10,
.custom-ihf-search #ihf-main-container div#ihf-house-condo-search-fields > .row {
    margin-left: -4px;
    margin-right: -4px;
}
    .custom-ihf-search #ihf-main-container #ihf-advsearch-features ~ .row.mt-10 > div,
    .custom-ihf-search #ihf-main-container div#ihf-house-condo-search-fields > .row > div {
        padding: 0 4px;
    }



.qs-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0.263%;
    width: 100%;
}
.qs-input input {
    width: 100%;
    height: 50px;
    background: transparent;
    font-size: 14px;
    color: #fff;
    border: 0;
    padding: 0 57px 0 15px;
    cursor: text;
    margin-bottom: -3px;
}

.qs-search input {
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    height: 100%;
    background: #fff url(images/search-icon.png) no-repeat center;
    border: 0;
    height: 48px;
	z-index:999;
}
.qs-form {
    max-width: 750px;
    width: 100%;
    margin: auto;
    font-size: 0;
    /* border: 2px solid #fff; */
    position: relative;
}






.qs-holder {
    position: absolute;
    left: 0;
    bottom: 104px;
    width: 100%;
    z-index: 200;
}
.qs-search {
    position: absolute;
    top: 0;
}

.qs-title h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
}



/*IHF Search Form Overwrite | END*/

.comm-table-contents {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 20px 5px;
}
.comm-table-contents .table-contents {
    font-size: 24px;
    font-weight: 600;
}
.comm-table-contents > ul > li {
    font-size: 15px;
}
.comm-anchor {
  display: block;
  height: 130px;
  margin-top: -100px;
  visibility: hidden;
}