/*
Theme Name: Legacy SWMO
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.1
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. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

:root {
    /** Font default */
    --font-family-default: 'Montserrat', sans-serif;
    --font-family-title: 'Noto Serif', serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #fff;
    --font-color-title: #6c757d;

    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
}

div#main-wrapper {
    overflow: hidden;
}

.aios-mobile-header-wrapper {
    z-index: 1042 !important;
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/
/*popupstyle*/
.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 661px;
    background: #1a1a1a !important;
    border: 1px solid #e0c389;
    padding: 67px 20px !important;
}

button.aiosp-close {
    width: 25px;
    height: 25px;
    font-size: 0;
    background-image: url(images/ex-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    position: absolute;
    top: 26px !important;
    right: 50px;
    opacity: 1 !important;
}

.jop-title .global-main {
    color: #e0c389;
    font-size: 88px;
    margin-top: -3px;
}

.jop-wrapper {
    max-width: 445px;
    text-align: left;
    margin: 0 auto;
}

.jop-desc {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .040em;
    color: #dfd3c1;
    margin-top: 6px;
}

.jop-input {
    margin-bottom: 12px;
}

.jop-form {
    margin-top: 50px;
}

.jop-form form {
    position: relative;
}

.jop-wrapper .wpcf7-response-output {
    position: absolute;
    bottom: -42px;
    margin: 0 !important;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.jop-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -14px;
    top: auto;
    left: 0;
    width: 42%;
}

.jop-form span.wpcf7-spinner {
    position: absolute;
    bottom: -36px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.jop-input input {
    width: 100%;
    height: 44px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: .040em;
    border: 0;
    outline: none;
    border-bottom: 1px solid #9f9f9f;
    margin-bottom: 12px;
}



.jop-btn {
    max-width: 150px;
    margin-left: auto;
    margin-top: 30px;
}

.jop-btn input {
    display: flex;
    height: 150px;
    border: 1px solid #e0c389;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .060em;
    color: #e0c389;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    width: 150px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    background: transparent;
}

.jop-btn input:hover {
    background: #e0c389;
    color: #1a1a1a;
}

/*End of popup style*/
/* Sub Menu */
#nav li {
    position: relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    padding-top: 12px;
}

#nav .sub-menu a {
    color: #000;
    display: block;
    padding: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

#nav .sub-menu a:hover {
    background: #981c26;
    color: #fff;
    text-decoration: none;
}

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

#nav li:hover>.sub-menu {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
    visibility: visible;
}

#nav .sub-menu li {
    position: relative;
    background: #ffffff;
    width: 100%;
    text-align: center;
}


/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #fafafa;
    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; */
}

body.ip-container {
    color: #000;
}

main {
    z-index: 5;
    position: relative;
}

.pop-trigger {
    display: none;
}

/*Header Style*/
header.header {
    position: fixed;
    z-index: 1004;
    width: 100%;
    padding: 50px 20px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

header.header.fixed {
    padding: 20px 20px;
    background: #fff;
}

header.header .fix-logo {
    height: 0;
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

header.header img.img-responsive .main-logo {
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

header.header.fixed .main-logo {
    opacity: 0;
    height: 0;
}

header.header.fixed .fix-logo {
    opacity: 1;
    height: auto;
}

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

.header-left.header-col {
    width: 32.56%;
}

.header-right.header-col {
    width: 67.44%;
}

.header-right-top {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .088em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

header.header.fixed .header-right-top {
    color: #1a1a1a;
}

.header-right-nav {
    border-top: 1px solid #fafafa;
    margin-top: 12px;
    padding-top: 17px;
}

header.header.fixed .header-right-nav {
    border-top: 1px solid #1a1a1a;
}

ul#nav {
    display: flex;
    justify-content: space-between;
}

ul#nav>li>a {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .060em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

ul#nav>li:hover>a {
    color: #981c26 !important;
}

header.header.fixed ul#nav>li>a {
    color: #1a1a1a;
}

/*End of Header Style*/
/*Slideshow Style*/
section.hp-slideshow {
    position: relative;
}

section.hp-slideshow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+47 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

/*End of Slideshow Style*/
/*Floating SMI*/
.fix-smi {
    position: fixed;
    top: 50%;
    text-align: center;
    right: 38px;
    z-index: 5;
}

.fix-smi-item {
    margin-bottom: 15px;
}

.fix-contact .fix-smi-item:nth-child(2) a {
    font-size: 13px;
}

.fix-smi-item a {
    font-size: 21px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    color: #fff;
}

.fix-smi-item a:hover {
    color: #981c26;
}



.fix-smi-wrap {
    margin-top: 93px;
    position: relative;
}

.fix-smi-wrap::after {
    content: '';
    width: 1px;
    height: 69px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    bottom: 120%;
}

.nav-active-section-team .fix-smi-item a,
.nav-active-section-fp .fix-smi-item a {
    color: #981c26;
}

.nav-active-section-team .fix-smi-wrap::after,
.nav-active-section-fp .fix-smi-wrap::after {
    background: #981c26;
}

/*End of Floating SMI*/
/*CTA Style*/
.cta-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    bottom: 100px;
}

.cta-item a {
    display: block;
    border: 1px solid #fff;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .100em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.cta-item a:hover {
    background: #981c26;
    border-color: #981c26;
}

/*End of CTA Style*/
/*Quick Search Style*/
section.qs-wrapper {
    font-size: 0;
    padding: 69px 20px 0;
    margin-bottom: -72px;
    z-index: 4;
    position: relative;
}

.qs-inner {
    max-width: 1452px;
    margin: 0 auto;
    padding: 49px 20px 36px;
    box-shadow: 2px -18px 29px 3px #d5d5d5;
    background: #fff;
}

.qs-form-wrapper {
    max-width: 1356px;
    margin: 0 auto;
}

.qs-title {
    width: 20.57%;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .040em;
    color: #1a1a1a;
    vertical-align: bottom;
    display: inline-block;
}

.qs-long {
    width: 17.69%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 9px;
}

.qs-mid {
    width: 8.77%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 9px;
}

.qs-short {
    width: 10.98%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 9px;
}

.qs-btn.btnsubmit-wrap {
    width: 4.55%;
    display: inline-block;
    vertical-align: bottom;
}

.qs-long input,
.qs-long select,
.qs-short input,
.qs-short select,
.qs-mid input,
.qs-mid select {
    height: 38px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .040em;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #7f7f7f;
    color: #1a1a1a;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
}

.qs-long select,
.qs-short select,
.qs-mid select {
    background-image: url(images/qs-arrow.png);
    background-repeat: no-repeat;
    background-position: top 14px right 10px;
}

.qs-btn.btnsubmit-wrap input {
    width: 100%;
    height: 32px;
    border: 0;
    background-color: transparent;
}

.qs-btn-inner {
    max-width: 32px;
    margin-left: auto;
    position: relative;
}

.qs-btn-inner span {
    position: absolute;
    font-size: 28px;
    color: #981c26;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.qs-btn-inner:hover span {
    color: #e0c389;
}

.qs-disc {
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    letter-spacing: .040em;
    margin-top: 12px;
}

/*End of QUick Search Style*/
/*Welcome Style*/
section.welcome-section {
    position: relative;
    padding: 178px 20px 124px;
    z-index: 3;
}

.welcome-title.global-title .global-main {
    margin: 13px 0 53px;
}

.welcome-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .92;
}

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

.welcome-inner {
    max-width: 1304px;
    margin: 0 auto;
    display: flex;
}

.welcome-col.welcome-left {
    width: 53.83%;
}

.welcome-left-inner {
    max-width: 596px;
}

.welcome-col.welcome-right {
    width: 46.17%;
}

.global-sub {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: .500em;
    color: #f2e5d2;
    text-transform: uppercase;
}

.global-main {
    font-weight: 700;
    font-size: 110px;
    color: #fff;
    line-height: 90px;
    text-transform: uppercase;
    margin-top: 13px;
}

.welcome-para p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.welcome-col.welcome-right img {
    width: 100%;
}

.welcome-right-inner {
    position: relative;
}

.welcome-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.welcome-btn a {
    width: 151px;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    letter-spacing: .300em;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    background: rgb(26 26 26 / 51%);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.welcome-btn a:hover {
    background: #e0c389;
    color: #1a1a1a;
}

/*End of Welcome Style*/
/*Work With Us Style*/
section.wwu-wrapper {
    position: relative;
    background: #1a1a1a;
    padding: 125px 0 118px;
}

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

.wwu-bg canvas {
    display: block;
    width: 100%;
    opacity: .25;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
}

.wwu-inner {
    position: relative;
    z-index: 4;
    max-width: 1240px;
    margin: 0 auto;
}

.wwu-title .global-main {
    color: #e0c389;
}

.wwu-title.global-title .global-sub {
    text-align: right;
    margin-top: 22px;
}

.wwu-num {
    max-width: 1146px;
    margin: 0 auto;
    margin-top: 87px;
}

.wwu-num-inner {
    display: flex;
    justify-content: space-between;
}

.wwu-num-item {
    width: 220px;
    height: 220px;
    text-align: center;
    border: 22px solid #981c26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wwu-num-item-inner {
    font-weight: 700;
    font-size: 54px;
    color: #e0c389;
    text-transform: uppercase;
}

.wwu-sub {
    color: #f2e5d2;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: .100em;
    line-height: 25px;
    margin-top: 12px;
}

/*End of Work With Us Style*/
/*Team Style*/
section.hp-team {
    position: relative;
    padding: 122px 0 80px;
}

.team-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
}

.team-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}

.team-inner {
    position: relative;
    z-index: 4;
}

.team-col.team-left-col {
    width: 37.43%;
    padding-left: 150px;
}

.team-col.team-right-col {
    width: 62.57%;
}

.team-inner {
    position: relative;
    z-index: 4;
    display: flex;
}

.team-title.global-title .global-sub {
    text-transform: uppercase;
    color: #981c26;
}

.team-title.global-title .global-main {
    color: #e0c389;
    margin-top: 15px;
}

.team-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 30px;
}

.global-btn a {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #1a1a1a;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    letter-spacing: .300em;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.global-btn a:hover {
    background: #e0c389;
    color: #1a1a1a;
}

.team-left-inner {
    max-width: 359px;
}

.team-desc {
    margin-top: 50px;
}

.team-btn.global-btn {
    margin-top: 48px;
}

.team-list {
    display: flex;
    margin: 0 -2.5px;
}

.team-item {
    width: 33.33%;
    padding: 0 2.5px;
    position: relative;
    z-index: 1;
}

.team-item:hover {
    z-index: 2;
}

.team-item a {
    display: block;
    position: relative;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.team-item a:hover {
    box-shadow: 8px 3px 18px 1px #d7d0d0;
    transform: translateY(-50px);
}

.team-item canvas {
    display: block;
    width: 100%;
    height: 100%;
}

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

.team-item-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(224 195 137 / 80%);
    top: -30px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.team-item a:hover .team-item-desc {
    opacity: 1;
}

.team-name {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .040em;
}

.team-jd {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    letter-spacing: .300em;
    text-transform: uppercase;
    margin-top: 12px;
}

/*End of Team Style*/
/*Featured Properties Style*/
section.fp-wrapper {
    padding: 120px 0;
}

.fp-wrap {
    min-height: 565px;
}

.fp-inner {
    max-width: 1297px;
    margin: 0 auto;
}

.fp-title.global-title {
    text-align: right;
}

.fp-slick {
    margin: 0 -30px;
}

.fp-list {
    width: calc(((100vw - 1297px) / 2) + 100%);
}

.fp-list .slick-list.draggable {
    padding: 20px 10.3% 20px 0;
}

.fp-item {
    width: 33.33%;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    padding: 0 30px;
}

.fp-item a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 10px 4px #c7c7c7;
}

.fp-img {
    position: relative;
}

.fp-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(26 26 26 / 60%);
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fp-item a:hover .fp-img::after {
    opacity: 1;
}

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

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

.fp-det {
    background: #f2e5d2;
    text-align: center;
    padding: 32px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fp-item a:hover .fp-det {
    bottom: -100px;
    opacity: 0;
}

.fp-det-hover {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fp-item a:hover .fp-det-hover {
    opacity: 1;
}

.fp-price,
.fp-hov-price {
    font-weight: 500;
    font-size: 25px;
    color: #1a1a1a;
    letter-spacing: .020em;
}

.fp-add,
.fp-hov-ad {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .100em;
    color: #1a1a1a;
    margin-top: 12px;
}

.fp-hov-price,
.fp-hov-ad {
    color: #fff;
}

.fp-hov-util ul {
    max-width: 145px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 15px;
}

.fp-hov-util ul li {
    font-size: 12px;
    letter-spacing: .100em;
    color: #fff;
}

.fp-item.slick-slide {
    transform: scale(.8) translateX(-67px);
    opacity: .55;
    pointer-events: none;
}

.fp-item.slick-active {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.fp-title.global-title {
    margin-bottom: 53px;
}

.fp-title.global-title .global-main {
    color: #e0c389;
    margin-top: 15px;
}

.fp-title.global-title .global-sub {
    color: #981c26;
}

.fp-btn-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    vertical-align: top;
    margin-top: 50px;
}

.fp-btn-left {
    max-width: 550px;
    display: flex;
    margin: 0 -25px;
}

.fp-btn-right {
    max-width: 280px;
    width: 100%;
}

.fp-btn-right a {
    width: 100%;
    height: 70px;
    display: block;
    background: #1a1a1a;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .060em;
    color: #e0c389;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    line-height: 70px;
}

.fp-btn-right a:hover {
    background: #e0c389;
    color: #1a1a1a;
}

.fp-tab-btn {
    max-width: 100%;
    padding: 0 25px;
    display: inline-block;
    width: 100%;
}

.fp-tab-btn a {
    display: flex;
    height: 150px;
    border: 1px solid #e0c389;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .060em;
    color: #1a1a1a;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    width: 150px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fp-tab-btn a.active {
    background: #1a1a1a;
    color: #e0c389;
    border-color: #1a1a1a;
}

.fp-tab-btn a:hover {
    background-color: #e0c389;
    color: #1a1a1a;
    border-color: #e0c389;
}

/*End of Featured properties style*/
/*Featured Communities Style*/
section.fc-wrapper {
    position: relative;
    padding: 130px 15px;
}

.fc-inner {
    max-width: 1512px;
    margin: 0 auto;
}

.fc-title.global-title {
    max-width: 1352px;
    margin: 0 auto;
    margin-bottom: 73px;
}

.fc-title.global-title .global-main {
    color: #e0c389;
    margin-top: 17px;
}

.fc-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 600px;
    background: #1a1a1a;
}

.fc-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .55;
    filter: grayscale(1);
}

.fc-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
}

.fc-item {
    width: 33.33%;
    padding: 0 2.5px;
    margin-bottom: 5px;
}

.fc-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fc-wrap-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.fc-item a:hover .fc-wrap-img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.fc-item a:hover .fc-front {
    opacity: 0;
}

.fc-front,
.fc-back {
    /*position: absolute;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden; /* Safari */
}

.fc-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    z-index: 5;
}

.fc-front::before,
.fc-front::after {
    display: none;
}

.fc-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgb(152 28 38 / 55%);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fc-img::before {
    content: '';
    width: 427px;
    height: 386px;
    position: absolute;
    bottom: -4px;
    right: -40px;
    /*background-image: url(images/fc-hearth.png);*/
    background-image: url(images/fc-logo-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fc-item a:hover .fc-img::after {
    opacity: 1;
}

.fc-item a:hover .fc-img::before {
    opacity: .5;
}

.fc-overlay {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    background: rgb(26 26 26 / 12%);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}


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

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

.fc-desc {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 33px;
    z-index: 6;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.fc-desc-para {
    opacity: 0;
    height: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    max-width: 368px;
    margin-top: 0;
}

.fc-item a:hover .fc-desc-para {
    opacity: 1;
    height: auto;
    margin-top: 12px;
}

.fc-item-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .500em;
    line-height: 1.1;
}

/*End of Featured Communities Style*/
/*Social Style*/
section.ws-wrapper {
    position: relative;
    padding-top: 106px;
}

.ws-title.global-title {
    max-width: 420px;
    text-align: right;
}

.ws-media {
    max-width: 592px;
    margin-left: auto;
    display: flex;
}

.ws-smi-item {
    width: 50%;
}

.ws-smi-item a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 280px;
    font-size: 36px;
    color: #1a1a1a;
    background: #e0c389;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.ws-smi-item a:hover {
    background: #1a1a1a;
    color: #e0c389;
}

.ws-smi-item:nth-child(2) {
    padding-left: 15px;
}

.ws-smi-item:first-child {
    padding-right: 15px;
}

.ws-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
}

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

/*End Social Style*/
/*Footer Form Style*/
footer.footer {
    position: relative;
    margin-top: -90px;
    z-index: 4;
}

.footer-form {
    margin-top: 57px;
}

.footer-form-inner {
    display: flex;
    align-items: flex-end;
}

.footer-form-wrap {
    max-width: 1099px;
    margin: 0 auto;
}

.footer-top {
    position: relative;
    font-size: 0;
    padding: 202px 0 149px;
}

.footer-form-left-col {
    width: 85.62%;
    padding-right: 40px;
}

.footer-left {
    padding-right: 10px;
}

.footer-right {
    padding-left: 10px;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
}

.footer-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    opacity: .12;
}

.footer-short {
    width: 50%;
    display: inline-block;
    margin-bottom: 22px;
}

.footer-long {
    margin-top: 10px;
}

.footer-short input,
.footer-long textarea {
    width: 100%;
    height: 44px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: .040em;
    border: 0;
    outline: none;
    border-bottom: 1px solid #9f9f9f;
}

.footer-long textarea {
    resize: none;
    height: 64px;
}

.footer-form-right-col {
    width: 14.38%;
}

.footer-btn input {
    display: flex;
    height: 150px;
    border: 1px solid #e0c389;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .060em;
    color: #e0c389;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    width: 150px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    background: transparent;
}

.footer-btn input:hover {
    background: #e0c389;
    color: #1a1a1a;
}

.footer-form-title.global-title .global-main {
    color: #e0c389;
}

.footer-form-wrap span.wpcf7-spinner {
    position: absolute;
    bottom: -40px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-form form {
    position: relative;
}

.footer-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    top: auto;
    width: 36%;
    left: 0;
}

.footer-form .wpcf7-response-output {
    position: absolute;
    bottom: -46px;
    width: 100%;
    font-size: 12px;
    margin: 0 !important;
    text-align: center;
    background: #fff;
    color: #000 !important;
}

/*End of Footer Form Style*/
/*Footer Style*/
.footer-bot {
    background: #1a1a1a;
    padding: 58px 0;
}

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

.footer-wrap {
    max-width: 1077px;
    margin: 0 auto;
}

.footer-mid-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: .500em;
    color: #f2e5d2;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.footer-contact-item {
    margin-bottom: 15px;
}

.footer-contact-item a {
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: .020em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footer-contact-item a:hover {
    color: #981c26 !important;
}

.footer-contact-item span {
    width: 24px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.footer-contact-item:nth-child(4) span {
    font-size: 18px;
}

.footer-smi {
    max-width: 57px;
    display: flex;
    margin-top: 4px;
    justify-content: space-between;
}

.footernav>li>a {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: .060em;
    text-transform: uppercase;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footernav>li>a:hover {
    color: #981c26;
}

.footer-smi-item a {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footer-smi-item a:hover {
    color: #981c26;
}

.footer-mid {
    display: flex;
    justify-content: space-between;
    margin-top: 69px;
}

.footer-mid-left {
    max-width: 356px;
    width: 100%;
}

.footer-mid-right {
    max-width: 468px;
    width: 100%;
}

.footernav {
    display: flex;
    flex-wrap: wrap;
}

.footernav>li {
    margin-bottom: 13px;
}

.footernav>li:nth-child(3n + 1) {
    width: 170px;
}

.footernav>li:nth-child(3n + 2) {
    width: 190px;
}

.footernav>li:nth-child(3n + 3) {
    width: 108px;
}

.footer-copy,
.footer-disc {
    text-align: center;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: .020em;
    line-height: 15px;
}

.footer-copy a,
.footer-disc a {
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;

}

.footer-copy a:hover,
.footer-disc a:hover {
    color: #981c26;
}

.footer-disc {
    margin-top: 50px;
}

.footer-copy {
    margin-top: 13px;
}

.mls-logo {
    max-width: 91px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.mls-logo>div {
    font-size: 23px;
    color: #fff;
}

.mls-logo>div:first-child {
    font-size: 21px;
}

/*End of Footer Style*/
/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-container footer.footer {
    margin-top: 0;
}

.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: 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
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font-weight: 700;
    font-size: 70px;
    color: #e0c389;
    line-height: 90px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 20px;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {}

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

/* 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,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
    display: none !important;
}

a.ip-comm-btn:hover {
    background: #e0c389;
    color: #1a1a1a;
}

a.ip-comm-btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
    display: block;
    background: #1a1a1a;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .060em;
    color: #e0c389;
    transition: all .325s ease-in-out;
    line-height: 70px;
    margin-bottom: 20px;
}

body.page-id-57 .aios-home-valuation-zillow-copyright,
body.page-id-57 .aios-home-valuation-step-wrap .aios-home-valuation-map {
    display: none;

}

body.page-id-57 .aios-home-valuation-form {
    margin: 0 auto;
}

.qs-wrapper button.btn.dropdown-toggle.btn-default {
    height: 38px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .040em;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #7f7f7f;
    color: #1a1a1a;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: unset;
    background: transparent;
}

.qs-wrapper .qs-long.citywrap button.btn.dropdown-toggle.btn-default {
    padding: 0;
}

.qs-wrapper ul.dropdown-menu.inner {
    max-height: 250px !important;
}

body.pojo-a11y-readable-font *:not(.ai-font-) {
    font-family: agentimage !important;
}

body.ip-container #vns-popup .wpcf7-response-output {
    color: #fff;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit] {
    color: #fff;
}

#agents-popup-form .wpcf7-response-output,
.aiosp-wrap .aiosp-ref-\#agents-popup-form h2 {
    color: #fff !important;
}

.error-page-cf-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    width: fit-content;
    left: auto;
    right: 0;
}

.error-page-cf-wrap .wpcf7-response-output {
    text-align: center;
}

span.filter-option.pull-left {
    text-overflow: ellipsis;
}

body.aios-custom-ihomefinder-results-template #content-full .entry-title {
    margin: 13px 0 20px;
    padding: 0;
}

.aios-custom-ihomefinder-printable-template p#breadcrumbs {
    display: none;
}

.page-id-33 p#breadcrumbs,
.page-id-32 p#breadcrumbs,
.single-aios-agents p#breadcrumbs {
    padding: 4px 0 0 !important;
}

.aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content .aios-testimonials-popup-content,
.aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content h2 {
    color: #fff !important;
}

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