:root {
    /** Font default */
    --font-family-default: 'Red Hat Display', sans-serif;
    --font-family-title: 'Red Hat Display', sans-serif;
    --font-size-default: 16px;
    --font-size-title: 48px;
    --font-color-default: #4e4e4e;
    --font-color-title: #2c2c2c;
    /** Use for input, button, and any other element */
    --primary: #191f2f;
    --secondary: #eddbd9;
    --accent-light: #5b6b8c;
    --accent-dark: #2f3847;
    --accent-pink: #a16d5f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: all 0.3s ease-in-out;
}


/* Global */

body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #ffffff;
    color: var(--font-color-default);
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

a,
a:hover,
a:link,
a:active,
a:focus {
    color: var(--font-color-default);
    outline: none;
    text-decoration: none;
}

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

.site-easing,
#header_wrap a,
#burger_nav li a,
#footer_wrap a {
    -webkit-transition: var(--default-transition);
    -moz-transition: var(--default-transition);
    -ms-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

#main-wrapper {
    position: relative;
    overflow: hidden;
}

.site_section {
    position: relative;
    z-index: 1;
}

.fixed-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0;
}

.fixed-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.safari-true .fixed-bg canvas,
.mobile .fixed-bg canvas {
    background-attachment: scroll;
}

.non-fixed-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0;
}

.non-fixed-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-inner-container {
    position: relative;
    z-index: 3;
    max-width: 1420px;
    margin: 0 auto;
}

.canvas-img {
    position: relative;
}

.canvas-img canvas {
    width: 100%;
    height: auto;
    display: block;
}

.canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.gradient-text {
    background: #EDDBD9;
    background: linear-gradient(to right, #EDDBD9 0%, #EDDBD9 77%, #A16D5F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* GLOBAL SITE TITLE */

.global-title-wrap {
    display: block;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-title-widget {
    text-transform: uppercase;
    color: #dd3333;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: var(--font-family-title);
}

.ftr-form-cont .global-title-wrap {
    margin-bottom: 0;
}

.ftr-form-cont .global-title-widget {
    color: #fff;
}

.ftr-form-cont .global-title-widget:before {
    display: none;
}

.global-title-wrap span {
    display: block;
    font-size: 24px;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    font-weight: 300;
    color: #8c8c8c;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}


/* GLOBAL SITE BUTTON */

.global-button {
    display: flex;
    width: 100%;
    max-width: 180px;
    line-height: 34px;
    height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin: 30px 0 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 0;
    font-size: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #801d1d;
}

.global-button:hover {
    background: #d99a4b;
}

.global-button span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 3;
    letter-spacing: 0.4em;
    font-weight: 400;
}

.global-button:hover span {
    color: #fff;
}

.r-more {
    display: flex;
    justify-content: center;
    position: relative;
    flex-flow: row wrap;
    margin-top: 20px;
}

.r-more a:nth-child(2) {
    margin-left: 20px;
}


/* HEADER */

#header-wrap {
    width: 100%;
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.main-header {
    width: 100%;
    z-index: 100;
    margin: 0 auto;
    position: absolute;
    height: auto;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 25px 0 22px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
}

.custom-container {
    max-width: 1424px;
    padding: 0 30px;
}

.custom-container .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Header Logo */

.hdr-logo {
    display: block;
}

.hdr-logo a {
    font-size: 48px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-family: var(--font-family-title);
}

.hdr-logo img {
    width: 250px;
    max-width: 100%;
    height: auto;
}


/* NAVIGATION */


/* Sub Menu */

#nav li {
    position: relative;
    display: inline-block;
    font-size: 0;
}

#nav .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    min-width: 180px;
    list-style: none outside none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    padding-top: 10px;
    background: transparent;
}

#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 {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

#nav .sub-menu li {
    position: relative;
}

#fixednav li {
    position: relative;
    display: inline-block;
}

#fixednav li:nth-child(1) {
    margin-left: 0;
    border-left: none;
}

#fixednav .sub-menu {
    background: transparent;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    min-width: 180px;
    list-style: none outside none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    padding-top: 10px;
}

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

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

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

#fixednav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

#fixednav .sub-menu li {
    position: relative;
}

#nav {
    display: block;
    font-size: 0;
}

#nav li:nth-child(1) {
    margin-left: 0;
}

#nav a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#nav a:hover {
    color: #fefefe;
}

#nav li a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d99a4b;
    -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 a:after {
    width: 100%;
    left: 0;
}

#nav li {
    position: relative;
}

#nav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

#nav > li:last-child {
    margin-right: 0;
}

#nav > li:hover > a {
    color: #fefefe;
}


/* Sub Menu */

#nav .sub-menu a {
    color: #000;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
}

#nav .sub-menu a:hover {
    background: #d99a4b;
    color: #fff;
}

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

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

#nav .sub-menu li {
    position: relative;
    display: block;
    padding: 0;
    margin: 1px 0 0;
    border-left: none;
}

#nav .sub-menu li:first-child {
    padding: 0 0 0 0;
}

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


/* Burger Menu */

.slidenavigation {
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 50px;
}

.slidenavigation em {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.15em;
    margin-right: 8px;
}

.burger-menu-icon {
    width: 30px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.burger-menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 0 auto;
}

.burger-menu-icon span:nth-child(1) {
    width: 50% !important;
    left: unset;
}

.burger-menu-icon span:nth-child(2) {
    top: 6px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.burger-menu-icon span:nth-child(3) {
    bottom: 0;
    width: 50% !important;
    right: unset;
}

.burger-menu-icon:hover span {
    background: #fff;
    width: 100% !important;
}


/** Connect Area **/

body.show_menu {
    overflow: hidden;
}

.close-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: -1;
}

.connect-content {
    width: 100%;
    max-width: 700px;
    height: 100%;
    background: #1c1c1c;
    position: fixed;
    right: -2000px;
    top: 0;
    z-index: 1020;
    opacity: 1;
    text-align: left;
    padding: 80px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    overflow: auto;
}

.connect-content.active {
    opacity: 1;
    right: 0;
}

.connect-content .close-bttn {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 90px;
    top: 80px;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-align: center;
    margin: 0 auto;
    color: #c3c3c3;
    z-index: 9;
    font-size: 20px;
}

.connect-content .close-bttn:hover {
    color: #d99a4b;
}

.connect-content > img {
    width: 250px;
    max-width: 100%;
    height: auto;
}


/*** Slide Nav ***/

.slide-navi {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    position: relative;
    opacity: 0;
    padding: 80px 0;
}

.active .slide-navi {
    right: 0px;
    opacity: 1;
}

#slide-nav {
    display: block;
    /*padding-top: 200px;*/
    text-align: left;
}

#slide-nav li {
    display: block;
    margin: 0 auto;
    position: relative;
}

#slide-nav li a {
    color: #fff;
    font-size: 22px;
    display: block;
    margin: 0 0 50px;
    outline: none;
    text-decoration: none;
    padding: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
}

#slide-nav li a:hover {
    color: #d99a4b;
}

#slide-nav .sub-menu {
    left: 0;
    z-index: 9;
    background: none;
    color: #fff;
    text-align: left;
    -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;
    top: -40px;
    position: relative;
}

#slide-nav li:hover > .sub-menu {
    opacity: 1;
    margin-top: 0px;
}

#slide-nav .sub-menu a {
    padding: 0;
    color: #fff;
    /*background: #222222;*/
}

#slide-nav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#slide-nav .sub-menu li a {
    /* width: 100%; */
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    margin: 5px 0 4px 15px;
    display: inline-block;
}

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

#slide-nav .sub-menu li a:hover {
    color: #ccc;
    /*background: rgba(34, 34, 34, 0.8);*/
}

#slide-nav .sub-menu .sub-menu {
    margin-left: 30px;
    top: 0;
}

.ftr-info-flex.slide-info {
    justify-content: flex-start;
    padding-top: 50px;
    border-top: 1px solid #4e4e4e;
}

.ftr-info-flex.slide-info a {
    color: #fff;
    font-size: 14px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.ftr-info-flex.slide-info a:hover {
    color: #d99a4b;
}

.ftr-info-flex.slide-info > span:nth-child(1) {
    margin-left: 0;
}


/***Header Short***/

.fixed-header {
    background: #000;
    position: fixed;
    z-index: 101;
    width: 100%;
    left: 0;
    top: -100px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    padding: 5px 0;
}

.fixed-header.active {
    top: 0;
}

.fixed-header .hdr-logo .ai-font-compass {
    font-size: 18px;
    margin-left: 15px;
}

.fixed-header .hdr-info-right,
.fixed-header .slidenavigation {
    color: #fff;
}

.fixed-header .burger-menu-icon span {
    background-color: #fff;
}

.fixed-header .hdr-logo img {
    width: 150px;
}


/*** Fixed Nav ***/

.nav-wrapp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation {
    display: inline-block;
    position: relative;
}

#fixednav {
    display: block;
    font-size: 0;
}

#fixednav a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#fixednav a:hover {
    color: #b89957;
}

#fixednav li a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d99a4b;
    -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;
}

#fixednav li:hover a:after {
    width: 100%;
    left: 0;
}

#fixednav li {
    position: relative;
}

#fixednav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#fixednav > li:last-child {
    margin-right: 0;
}

#fixednav > li:first-child:before {
    display: none;
}

#fixednav > li:hover > a {
    color: #fefefe;
}


/* Sub Menu */

#fixednav .sub-menu a {
    color: #000;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
}

#fixednav .sub-menu a:hover {
    background: #d99a4b;
    color: #fff;
}

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

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

#fixednav .sub-menu li {
    position: relative;
    display: block;
    padding: 0;
    margin: 1px 0 0;
    border-left: none;
}

#fixednav .sub-menu li:first-child {
    padding: 0 0 0 0;
}

#fixednav .sub-menu li a:after {
    display: none;
}

.fixed-header:not(.active) {
    opacity: 0;
    pointer-events: none;
}


/*header burgermenu*/

.hdr-info-right {
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 110px;
}

.hdr-info-right a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.hdr-info-right a:hover {
    color: #d99a4b;
}

.hdr-info-right div.info span:last-child {
    padding: 0 15px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}


/*** Footer ***/

#footer-wrap {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    background: #000;
}

#ftr-section {
    position: relative;
    background: #fff;
    z-index: 1;
}

.footer-contact-form {
    position: relative;
    padding: 100px 0;
}

.footer-form {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 0;
    font-size: 0;
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.form-bg.fixed-bg {
    z-index: -1;
}

.title-text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.title-text p {
    display: block;
    color: #585858;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

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

.footer-form-wrap .title-wrap {
    text-align: left;
}

.footer-form-wrap .title-wrap .title-widget {
    font-size: 40px;
    color: #0c2a3c;
    font-weight: 400;
}

.form-field-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}

.form-field-long {
    width: 100%;
    margin-bottom: 10px;
}

.form-field-short {
    width: 49.90%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.15%;
    margin-bottom: 10px;
}

.form-field-short:first-child {
    margin-left: 0;
}

.form-field-short input,
.form-field-long input,
.form-field-wrap textarea {
    width: 100%;
    height: 50px;
    padding: 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #1c1c1c;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.form-field-wrap textarea {
    height: 100px;
    padding-top: 20px;
    resize: none;
}

.form-submit {
    max-width: 130px;
    width: 100%;
    height: 34px;
    position: relative;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    left: 0;
    right: 0;
}

.form-submit input[type="submit"] {
    width: 100%;
    ;
    height: 100%;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.4em;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    background: #801d1d;
}

.form-submit input[type="submit"]:hover {
    background: #d99a4b;
}

.footer-form .ajax-loader,
.footer-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: -50px;
}

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

.footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: auto;
    max-width: 100%;
    font-size: 11px;
    position: absolute;
    top: 10px;
}

.footer-form div.wpcf7-response-output,
.footer-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 0;
    color: #000;
    font-size: 12px;
    text-align: center;
}


/*** Footer Contact Info ***/

.footer-contact-wrap {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer-contact-wrap a.site-name img {
    margin: 0 auto 20px;
}

.footer-contact-wrap a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.footer-contact-wrap span.ai-font-facebook {
    font-size: 18px;
}

.footer-contact-wrap a:hover {
    color: #d99a4b;
}

.ftr-info-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr-info-flex > span {
    margin: 8px 25px 20px;
    line-height: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr-info-flex i {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.ftr-info-flex i.ai-font-location-c {
    font-size: 17px;
    padding-bottom: 5px;
}

.ftr-smi {
    display: block;
}

.ftr-smi a {
    margin: 0 10px;
    font-size: 20px;
}

.top-nav {
    position: relative;
    padding: 0px 0 50px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-smi-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    display: none;
}

.footer-bottom {
    position: relative;
    display: block;
    z-index: 3;
    margin: 0 auto;
}

.footer-dis {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding-bottom: 25px;
}

.footer-dis a {
    color: #fff;
}

.footer-dis a:hover {
    color: #d99a4b;
}

.footer li {
    display: inline-block;
    padding: 0 20px;
    line-height: 10px;
    text-transform: uppercase;
}

.footer li a {
    color: #fff;
    font-size: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.footer li a:hover {
    color: #d99a4b;
}

.copy-wrap {
    display: block;
    align-items: center;
    margin-top: 15px;
}

.footer .copyright {
    color: #fff;
    padding: 20px 0 0;
    letter-spacing: 0.035em;
    line-height: 26px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
}

.footer .copyright span {
    text-transform: uppercase;
    /*color: #d99a4b;*/
}

.copyright a {
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.copyright a:hover {
    color: #d99a4b;
}

.ftr-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr-logo img {
    margin-bottom: 10px;
    width: 250px;
    max-width: 100%;
    height: auto;
}

.ftr-logos {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 0;
}

.ftr-logos span {
    color: #fff !important;
    margin: 0 5px;
}

.copyright-wrapp {
    margin: 0 auto;
}

.ftr-bg.fixed-bg {
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.1;
}

.page-id-25 .footer-contact-form {
    display: none;
}


/* Global */


/*******************************************************
 *
 * 4. 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, 0.6);*/
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark);
    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: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* fullwidth template */

.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

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


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7;
}

#content .entry a:hover {
    color: var(--accent-light);
}

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

button:focus-visible,
a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}


/* High contrast and Negative contrast break canvas elements with backgrounds */

#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display: none !important;
}


/* High contrast and Negative contrast break canvas elements with backgrounds */

#pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display: none !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    width: auto;
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}


/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */


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

#content .archive-subtitle,
#content .archive-title,
#content .entry-title {
    color: #dd3333;
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-family-title);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#content .archive-subtitle {
    font-size: 25px;
}

#content .ai-minimalist-conceirge-lists .ai-minimalist-conceirge-image {
    border: 1px solid #dd3333 !important;
    border-bottom: none !important;
}

.post-page-about .ip-banner canvas {
    min-height: 650px;
    background-position: top;
}

#content .ai-minimalist-conceirge-lists .ai-minimalist-conceirge-text {
    border: 1px solid #dd3333 !important;
    border-top: none !important;
    padding-bottom: 20px;
}

#agents-results .agents-list .agents-box .agent-box-hover > .agent-box-hover-info span {
    margin-right: 10px;
}

#content .ai-minimalist-conceirge-lists .ai-minimalist-conceirge-text li {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 3px 10px !important;
}

.ai-minimalist-column-agent-details a {
    color: #fff;
}

.ai-minimalist-column-agent-details a:hover {
    opacity: 0.6;
}

.post-page-aios-custom-idx-broker-results-page #content-full .entry-title,
.post-page-aios-custom-idx-broker-results-page .ip-banner > .container {
    width: 100%;
}

.post-page-aios-custom-idx-broker-results-page #content #breadcrumbs {
    width: 100%;
}

.post-page-aios-custom-idx-broker-results-page #listings-results .listings-table .listings-table-header {
    background-color: var(--aios-custom-idxb-results-primary-color);
    color: #fff;
}

.post-page-aios-custom-idx-broker-results-page #listings-results .listings-grid .listings-plan span p {
    color: #fff;
}

.post-page-aios-custom-idx-broker-results-page #inner-page-wrapper {
    margin-bottom: 0;
}

.post-page-contact-us .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

#listings-details .listings-slideshow .listings-slideshow-slide:after {
    display: none !important;
}

.post-page-aios-custom-idx-broker-global-page #content ul {
    margin-left: 0 !important;
}

.ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registration .IDX-btn {
    background: #000 !important;
    color: #fff !important;
}

.ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registration .IDX-btn:hover {
    opacity: 0.8;
}

.page-id-170 .fixed-header.active {
    z-index: 10101;
}

#listings-results .listings-list .listings-img a:after,
#listings-results .listings-grid .listings-img:after,
#listings-results .listings-table .listings-table-body .listings-img .thumbnail-loader:after {
    opacity: 0.15 !important;
}

#listings-results .listings-grid .listings-plan span,
#listings-results .listings-grid .listings-address {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1) !important;
}

.ai-minimalist-form button:hover,
ul.ai-minimalist-contact-details li a:hover {
    opacity: 0.6;
}

.page_item.page-item-2 {
    display: none !important;
}

.post-page-sitemap .page_item.page-item-145,
.post-page-sitemap .page_item.page-item-29,
.post-page-sitemap .page_item.page-item-30 {
    display: none !important;
}

.IDX-propertyInfoList li.IDX-propertyInfoData {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.page-id-170 .leaflet-control-layers-base label {
    display: block !important;
}

.IDX-type-address #IDX-pt-group,
.IDX-type-address #IDX-ccz-group,
.IDX-type-address #IDX-searchRefinement-group {
    display: none !important;
}

#IDX-registration {
    line-height: normal;
}

#IDX-registrationSignup {
    margin-top: 20px;
}

#IDX-registrationSignup form {
    margin-top: 20px;
}

#IDX-registration .IDX-customRegistrationFields {
    display: flex !important;
    flex-flow: row wrap;
    margin: 0 -5px;
}

#IDX-registration .IDX-control-group {
    width: 50%;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 0 10px !important;
}

#IDX-registration .IDX-control-group#IDX-preferred-contact-method-and-time-group,
#IDX-registration .IDX-control-group#IDX-Message-group {
    width: 100%;
}

#IDX-registration .IDX-controls textarea,
#IDX-registration .IDX-controls input {
    border: 1px solid #767676;
}

#IDX-registration .IDX-controls textarea {
    width: 100%;
}

.IDX-type-single #IDX-propSubType-group,
.IDX-type-single #IDX-search-additional-content,
.IDX-type-single #IDX-advancedFieldsMod-1 {
    display: none !important;
}

.post-page-aios-custom-idx-broker-global-page #content ul.select2-choices {
    margin: 0 !important;
}

.post-page-office-info #content .entry h2 span {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.post-page-office-info #content .entry h2 span.ai-font-location-c {
    font-size: 30px;
    vertical-align: middle;
}


/*** Popup ***/

.aiosp-ref-popup {
    padding: 0 15px !important;
}

.aiosp-ref-popup .aios-popup-body {
    width: 100% !important;
    max-width: 1240px;
    min-height: auto !important;
    padding: 0 !important;
}

.aiosp-ref-popup .aiosp-close {
    color: #fff;
}

.popup {}

.popup-inner {
    display: flex;
    flex-flow: row wrap;
}

.popup-logo-title-text-form {
    width: 50%;
    background: #801d1d;
    padding: 46px 30px 30px;
    position: relative;
}

.popup-logo {
    position: absolute;
    width: 100%;
    max-width: 178px;
    background: #fff;
    padding: 14px 10px;
    position: absolute;
    top: 38px;
    left: 100%;
    transform: translateX(-50%);
    z-index: 1;
}

.popup-title {
    max-width: 400px;
    margin: 0 auto 15px;
}

.popup-title h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.05em;
}

.popup-text {
    max-width: 420px;
    margin: 0 auto 38px;
}

.popup-text p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 0 0 0 0.05em;
}

.popup-form {
    position: relative;
}

.popup-form-inner {}

.popup-form-inputs {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.popup-form-input {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 35px;
}

.popup-form-input.full {
    width: 100%;
}

.popup-form-input > label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;

}

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

.popup-form-input input:not([type="radio"]),
.popup-form-input textarea {
    display: block;
    width: 100%;
    max-height: 60px;
    resize: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;

    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 5px 0;
}

.popup-form-input .wpcf7-radio {
    display: flex;
    flex-flow: row wrap;

    align-items: center;
    margin: 23px 0 0;
}

.popup-form-input .wpcf7-list-item {
    margin: 0 30px 0 0;
}

.popup-form-input .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-form-input .wpcf7-list-item input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    appearance: none;
    margin: 0 10px 0 0;
    position: relative;
    cursor: pointer;
}

.popup-form-input .wpcf7-list-item input::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: var(--default-transition);
}

.popup-form-input .wpcf7-list-item input:checked::before {
    opacity: 1;
}

.popup-form-input .wpcf7-list-item span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
}

.popup-form-button {
    display: flex;
    justify-content: center;
    align-items: center;

}

.popup-form-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 36px;
    background: #fff;
    border: none;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #801d1d;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.3em;
    position: relative;
}

.popup-form .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    z-index: 1;
    margin: auto !important;
}

.popup-form .wpcf7-response-output {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-width: 1px !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: none;
    padding: 5px 15px !important;
    position: absolute;
    margin: 10px auto 0 !important;
}

.popup-form .wpcf7-not-valid-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 24px;
    border-width: 1px !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #dc3232;
    text-align: center;
    text-transform: none;
    padding: 5px 15px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}

.popup-photo {
    width: 50%;
    background: #000;
    position: relative;
}

.popup-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.popup-photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}









.listings-status {
    background: rgba(193,18,32,80%) !important;
}


#listings-results .listings-grid .listings-item:hover .listings-price {
    display: inline-block;
}

#listings-results .listings-grid .listings-info:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 70px;
    background: rgb(46 46 46 / 50%);
    transition: all 0.3s ease-in-out;
}

#listings-results .listings-grid .listings-item:hover .listings-info:before {
    height: 131px;
}




@media only screen and (min-width: 1601px) {
    :root {
        --font-size-title: 32px;
    }
}

@media only screen and (max-width: 1440px) {
    .custom-container {
        padding: 0 30px;
    }
    .hdr-info-right {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 1366px) {
    .slidenavigation {
        margin-left: 20px;
    }
    .hdr-info-right {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .hdr-logo a {
        font-size: 40px;
    }
    #nav a,
    #fixednav a {
        font-size: 13px;
    }
    #nav > li,
    #fixednav> li {
        margin: 0 5px;
    }
    #nav a,
    #fixednav a {
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .ftr-form-cont .global-title-widget {
        font-size: 26px;
    }
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {


  #listings-results .listings-grid .listings-info:before{

    height: 131px !important;
  }

    .aios-mobile-header-wrapper {
        display: block !important;
    }
    .fixed-header,
    .nav-wrapp,
    .fixed_logo {
        display: none;
    }
    .main-header {
        position: relative;
        padding: 70px 0 30px;
        height: auto;
        text-align: center;
        top: 0;
        background: #000;
    }
    .custom-container .row {
        display: block;
    }
    .hdr-logo {
        text-align: center;
    }
    .global_site_title h2 strong {
        font-size: 40px !important;
    }
    #header_wrap {
        position: relative;
        z-index: 2;
        margin-top: 52px;
        padding: 20px 0;
        background-color: var(--primary);
    }
    #footer_wrap {
        padding-top: 70px;
    }
    .contact_description {
        line-height: 1.2;
    }
    .footer_info {
        flex-flow: column;
        align-items: center;
    }
    .footinfo {
        margin: 10px 0;
    }
    .footernav li {
        display: block;
        margin: 10px 0;
        padding: 0;
        border: 0;
    }
    #content .archive-title,
    #content .entry-title {
        font-size: 40px;
    }
    #pojo-a11y-toolbar {
        display: none;
    }
    .ftr-b-logo img {
        width: 100%;
        margin: 20px auto;
    }
    .post-page-about .ip-banner canvas {
        min-height: 250px;
        aspect-ratio: 1600 / 800;
    }

    .popup-inner {
        flex-flow: column-reverse;
    }

    .popup-logo-title-text-form {
        width: 100%;
        padding: 90px 30px 30px;
    }

    .popup-photo {
        width: 100%;
    }

    .popup-logo {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }











}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }
    #content .archive-title,
    #content .entry-title {
        font-size: 30px;
    }
    .form-field-wrap {
        justify-content: center;
        flex-wrap: wrap;
    }
    .form-field-short {
        width: 100%;
        margin: 5px auto;
    }
    .ftr-info-flex {
        display: block;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
    .global-title-widget {
        font-size: 35px;
    }
    .global-title-wrap span {
        font-size: 18px;
    }

    .popup-form-input {
        width: 100%;
    }


    #listings-results .listings-grid .listings-info:before {
      height: 66px !important;
  }


}
