/*!
Theme Name: Spiderman
Theme URI: http://underscores.me/
Author: Moinahemad Mansuri
Author URI: http://wecreatedesign.co/
Description: Custom Theme Development for Spiderman
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spiderman
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Spiderman is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.css');
@import url('css/jquery.bxslider.css');

:root {
    --main-color: #fff;
    --accent-color: #000
}
html {
    scroll-behavior: smooth;
}

.lazyload {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

#header .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#header ul.social{
    padding: 5px;
    margin-top: 5px;
    list-style: none;
}
#header ul.social a{
    color: #fff;
    padding: 0 5px;
}
#header ul.social a i{
    font-size: 20px;
}
#header .custom-logo {
    height: auto;
    max-width: 114px;
    transition: 1s;
    margin-top: -43px;
}

[data-href] {
    cursor: pointer;
}

body.home:not(.is-scrolled) #header .custom-logo {
    display: none;
}

/*#header.with-image .custom-logo {*/
/*    filter: invert(1);*/
/*}*/

body.is-scrolled #header.with-image .custom-logo {
    filter: none;
}

input[type="text"], textarea, input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}

::-webkit-input-placeholder {
}

a.alex {
    color: inherit;
}

a.alex:hover {
    color: #7d7d7d;
    text-decoration: none;
}

section#banner {
    overflow: hidden;
    z-index: 10;
    margin-top: 88px;
    filter: grayscale(100%);

}
#banner:before {
    content: '';
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#page-title {
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
}
#page-title h1 {
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 35px 55px;
    font-weight: 400;
    font-size: 80px;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}

.panel {
    float: left;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    background: none;
    border: none;
}

.flush {
    padding: 0px;
}

.flush-left {
    padding-left: 0px;
}

.flush-right {
    padding-right: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

section {
    float: left;
    width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tableRow {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

p, label {

    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

img {
    max-width: 100%;
}

.btn-success, .btn-info, .btn-primary {
    display: inline-block;
}

.row.order-reverse {
    flex-direction: row-reverse;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('./fonts/fontawesome-webfont.eot');
    src: url('./fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/fontawesome-webfont.woff2') format('woff2'),
    url('./fonts/fontawesome-webfont.woff') format('woff'),
    url('./fonts/fontawesome-webfont.ttf') format('truetype'),
    url('./fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Header Style */

nav.navbar {
    z-index: 1050;
}

#header {
    padding-top: 0;
    padding-bottom: 0;
}

#header.black-bg {
    background: #000;
    position: fixed;
    z-index: 1050;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#header.transparent {
    position: fixed;
    background: transparent;
    padding: 0;
    z-index: 1050;
    transition: all 0.6s ease-in;
}
#header.with-image {
    height: 40vh;
}
#header.with-image .menubar{
    position: fixed;
    z-index: 1050;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 100%;
}

body.post-type-archive-properties #header.transparent {
    background: rgba(255, 255, 255, 0.50);
}

#header .navbar-wrapper {
    padding: 3px 0;
    transition: all 0.3s ease-in-out;
}

body.is-scrolled #header.transparent,
body.is-scrolled #header.with-image .menubar{
    background: #000 !important;
    box-shadow: 0 0 20px 0 #000;
    position: fixed;
    z-index: 1050;
}

#header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

#header .navbar-light .navbar-nav .nav-link.blackborder {
    border: 2px solid #fff;
}

.bg-faded {
    background: none;
}

#header .dropdown-toggle::after {
    display: none;
}

#header .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: 1s;
}

#header .navbar-light .navbar-nav a.nav-link.blackborder:hover {
    background: #000;
    color: #fff;
}

#header .navbar-light .navbar-nav .nav-link.dropdown:hover .dropdown-menu.show {
    display: inline-block;
}

#header .navbar-light .navbar-nav .nav-link.blackborder {
    border: 2px solid #000;
}

#slider .bx-wrapper .bx-loading {
    background: transparent;
}

#slider ul.bxslider li {
    padding: 280px 0px;
}

#slider #bx-pager {
    text-align: right;
}

#slider #bx-pager img {
    width: 125px;
}

#slider .bx-wrapper {
    margin-bottom: 0px;
}

#slider ul.bxslider li h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-bottom: 8px;
}

#slider ul.bxslider li p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#slider .bx-wrapper .bx-controls-direction a {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    height: 80px;
    width: 50px;
    text-align: center;
    transition: 1s;
}

#slider .bx-wrapper .bx-controls-direction a:hover {
    background-color: #000;
}

#slider .bx-wrapper .bx-prev {
    left: 0%;
    background: url(./img/left-arrow.png) left center no-repeat;
}

#slider .bx-wrapper .bx-next {
    right: 0%;
    background: url(./img/right-arrow.png) right center no-repeat;
}


/* Banner Style */
/*#banner {
    background: url(./img/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 20% 0px;
    margin-top: -100px;
}*/

/*#banner img {
    margin-left: 30%;
}*/


#home-cta {
    width: 100%;
    padding: 0 50px;
}
#home-cta .cta-container{
    margin-top: -120px;
   position: relative;
    z-index: 10;
}

#home-cta .cta-bg .visit-content i{
    font-size: 35px;
    padding: 20px;
    background-color: rgba(0,0,0,1);
}
#home-cta .cta-bg .cta-title {
    padding: 10px 10px;
    text-align: center;
    width: 90%;
    border: 2px solid #222222;
    color: #fff;
    background: #222222;
    opacity: 0.9;
    transition: color .3s, background .3s, border .3s;
}
#home-cta .cta-bg a .cta-title {
    border: 2px solid #fff;
    color: #000;
    background: #fff;
    box-shadow: 5px 5px 2px rgba(23,36,52,.1);
}
#home-cta .cta-bg a:hover .cta-title {
    border-color: #070707;
}
#home-cta .cta-bg a {
    background: rgb(0, 0, 0);
}
#home-cta .cta-bg a:hover {
    opacity: .3;
    text-decoration: none;
}
#home-cta .cta-bg a:hover .cta-title{
    padding: 10px 10px;
    opacity: 1;
    background: #070707;
}
#home-cta .cta-bg .cta-title>div{
    border: none;
    transition: border .3s;
}
#home-cta .cta-bg a .cta-title>div{
    padding: 30px 40px;
    border: 1px solid #1f1f1f;
}
#home-cta .cta-bg a:hover .cta-title>div{
    border-color: #fff;
}
#home-cta .cta-bg .cta-title p {
    font-size: 28px;
    color: #1f1f1f;
    line-height: 1em;
    margin: 1.12em 0!important;
}
#home-cta .cta-bg a:hover .cta-title p{
    color: #fff;
}
#home-cta .cta-bg .cta-title span {
    font-weight: bold;
}

@media screen and (max-width: 991px){
    #home-cta {
        padding: 50px 0;
    }
    #home-cta .cta-bg .cta-title{
        width: 100%;
    }
    .marketing .marketing-content-right{
        padding-right: 0 !important;
    }
    .marketing .marketing-content-left{
        padding-left: 0 !important;
    }
    #page-title h1{
        font-size: 50px;
    }
    .royalSlider-overlay div.address{
        font-size: 22px;
    }
    .royalSlider-overlay div.region{
        font-size: 11px;
    }
    /*.rsDefault .rsGCaption{
        bottom: 4%;
    }
    .royalSlider-overlay{
        top: 32%;
    }*/
}

/* Featured Listings Style */
#properties {
    margin-top: 60px;
}

h2 {
    position: relative;
    font-size: 40px;
    color: #000;
    margin: 0 auto;
}

h2.new-fl-title {
    position: relative;
    font-size: 40px;
    color: #000;
    text-align: center;
    display: inline-block;
    margin: 0 auto 55px;
    text-transform: uppercase;
    font-weight: 600;
}

#header.with-image h2.new-fl-title {
    color: #fff;
}

h2.new-fl-title::before {
    left: -180px;
}

h2.new-fl-title::before, h2.new-fl-title::after {
    content: "";
    position: absolute;
    bottom: 24%;
    height: 2px;
    width: 140px;
    background: #000;
}

#header.with-image h2.new-fl-title::before, #header.with-image h2.new-fl-title::after {
    border-color: #fff;
}

h2.new-fl-title::after {
    right: -180px;
}

.property.padd-right {
    float: right;
    width: 100%;
}

.property.padd-right img {
    height: 99%;
}

.property {
    display: flex;
    width: 100%;
    position: relative;
    height: 340px;
    padding: 0 4px 4px 0;
}

.gm-style-iw-d .property {
    height: 260px;
}

.property img {
    filter: grayscale(100%) brightness(0.7);
    transition: 1s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gm-style-iw-d .property img {
    width: auto;
}

.property:hover img {
    filter: grayscale(0%);
}

.property .overlay {
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 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;
}

.property .overlay h3 {
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin: 0px 0px;
}

.property .overlay h4 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin: 0px 0px;
}

.property .overlay ul {
    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;
}

.property:hover .overlay {
    background: rgba(0, 0, 0, 0.30);
}

.property:hover .overlay ul {
    opacity: 1;
    margin-top: 8px;
}

.property .overlay ul li {
    display: inline-block;
    border-left: 1px solid #fff;
    margin: 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 0 6px;
}

.property .overlay ul li:first-child {
    border: none;
    padding-left: 0px;
}

.property span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
    padding-right: 30px;
}

.property span i.fa {
    font-size: 25px;
    color: #fff;
}

a.default_btn, button.default_btn{
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid #000;
    text-decoration: none;
    padding: 18px 42px;
    -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;
}

a.default_btn:hover, button.default_btn:hover {
    background: #000;
    color: #fff;
}

/* About Style */
#about {
    padding: 50px 0;
    background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)),url(/wp-content/uploads/2020/09/home-design-scaled.jpg);
}
#about .about-intro{
    background: #ffffffc7;
    padding: 30px 15px;
}

#about p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #595959;
    text-align: justify;
    line-height: 29px;
    padding-bottom: 29px;
}

#about.testimonials p {
    text-align: center;
}

#about a.read {
    font-family: "Montserrat", sans-serif;
    font-size: .91vw;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background: #161011;
    border: 2px solid #161011;
    padding: 11px 42px;
    -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;
    text-decoration: none;
}

#about a.read:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

#about ul {
    display: inline-block;
    width: 100%;
    padding-right: 10%;
}

#about ul li {
    display: inline-block;
}

#about ul li a.default_btn {
    font-size: 10px;
    padding: 18px 10px;
}

#about img {
    width: 100%;
    border-bottom: 20px solid;
    margin-bottom: -10px;
}

/* Listing Style */
#about.listing {
    background: url(./img/listing-impossible-bg.jpg) 0% 0% no-repeat;
    background-size: 90% 60%;
    background-position: bottom;
    padding: 50px 0px;
}

#about.listing img.big_vid {
    width: 100%;
    position: relative;
    filter: grayscale(100%);
    transition: 1s;
}

#about.listing .hov_vid:hover img.big_vid {
    filter: grayscale(0%);
}

#about.listing .vid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20% 0px;
}

#about.listing .vid-overlay i.fa {
    color: #fff;
    font-size: 45px;
}

#about.listing .vid-overlay span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 30px 0px;
}

#about.listing .some_space {
    padding: 0px 35px;
}

#about.listing .set {
    display: inline-block;
    width: 100%;
}

#about.listing .set img {
    width: auto;
    float: left;
    margin-right: 15px;
}

#about.listing .set h3 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 27px;
}

#about.listing .set i.fa {
    margin-left: 10px;
}

#about.listing .set a {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #929292;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 20px;
}

/* Team Style */
#agents{
    margin-top: 60px;
}
.team-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-wrapper img{
    border-radius: 50%;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 50%);
    filter: grayscale(100%);
    height: 350px;
    width: 350px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-wrapper img:hover{
    /*box-shadow: -5px -5px 10px 0px rgb(0 0 0 / 50%);*/
    filter: none;
}
.overlay-agent{
    margin-top: 20px;
}
.team-wrapper h4{
    font-weight: bold;
}
.team-wrapper p{
    margin-bottom: 0px;
}

/* Instagram Style */
#instagram {
    padding: 100px 0px;
    background-size: contain;
}

#instagram ul {
    display: inline-block;
}

#instagram ul li {
    display: inline-block;
    padding: 0px 0px;
    float: right;
    height: 230px;
    width: 240px;
}

#instagram ul li a {
    display: inline-block;
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: 2s;
}

#instagram ul li a:hover {
    filter: grayscale(0%);
}

#instagram ul li.follow {
    border: 2px solid #000;
    height: 230px;
    width: 240px;
}

#instagram ul li.follow a {
    text-align: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    transition: 0s;
    padding: 23% 0px;
    display: inline-block;
}

#instagram ul li.follow a:hover {
    opacity: 0.7;
}

#instagram ul li.follow a i.fa {
    font-size: 70px;
    margin-bottom: 10px;
}

.instagram-item .instagram-image, .instagram-item .instagram-video {
    height: 340px;
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
}

.instagram-item .instagram-image:hover, .instagram-item .instagram-video:hover {
    filter: none;
}

.instagram-item {
    -ms-flex: 0 0 19.6%;
    flex: 0 0 19.6%;
    max-width: 20%;
    margin: 3px;
}

@media screen and (max-width: 576px) {
    .instagram-wrapper {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .instagram-item {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
        margin: 3px;
    }
}

@media screen and (max-width: 576px) {
    .instagram-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 2px 0;
    }
}

/* Testimonial Style */
#about.testimonials {
    padding: 90px 0px;
}

#about.testimonials .some_space {
    padding: 0px 35px;
}

#about.testimonials img {
    width: 100%;
    filter: grayscale(100%);
    transition: 1s;
}

#about.testimonials img:hover {
    filter: grayscale(0%);
}

#about.testimonials p {
    padding: 0px;
    margin-bottom: 20px;
}
#about.testimonials .bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(images/left.png) no-repeat center /cover;
    width: 18px;
}
#about.testimonials .bx-wrapper .bx-controls-direction a.bx-next{
    background: url(images/right.png) no-repeat center /cover;
    width: 18px;
}

/*#about.testimonials a {
margin-top: 15px;
padding: 23px 72px;
}*/

/* Featured Style */
#about.featured {

}

#about.featured h2 {
    float: none;
    width: auto;
}

#about.featured h2.new-fl-title::before {
    left: 10%;
}

#about.featured h2.new-fl-title::after {
    right: 10%;
}

#about.featured ul {
    display: inline-block;
    padding: 0px;
    margin: 30px 0px;
}

#about.featured ul li {
    display: inline-block;
    padding: 0px 3px;
}

#about.featured ul li img {
    width: 80%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
}

#about.featured ul li img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Contact Style */
#contact {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(./img/contact-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 90px 0px;
}

#contact h2 {
    color: #fff;
}

#contact h2.new-fl-title::before, #contact h2.new-fl-title::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#contact p, #contact .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

#contact form {
    margin: 50px 0px;
}

#contact form label {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0px;
}

#contact form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 39px;
    border: 1px solid #fff;
    background: transparent;
    padding-left: 5px;
    border-radius: 0px;
    margin-bottom: 10px;
}

#contact form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 39px;
    border: 1px solid #fff;
    background: transparent;
    padding-left: 5px;
    border-radius: 0px;
    padding-top: 5px;
    height: 103px;
    resize: none;
}

#contact form button {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    width: auto;
    height: 46px;
    background-color: transparent;
    border: 3px solid #fff;
    transition: 1s;
    border-radius: 0px;
    padding: 0px 30px;
    margin-top: 25px;
}

#contact form button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* Footer Style */
#footer {
    background-color: #000;
    padding: 60px 0px 30px;
}

#footer p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}

#footer p a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}
#footer a {
    color: #fff;
    font-size: 13px;
}

#footer ul li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 0 10px;
    color: inherit;
    color: #fff;
    position: relative;
}

#footer ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #fff;
}

#footer ul li:last-child::after {
    background: transparent;
}

#footer ul.social {
    margin-top: 30px;
}

#footer ul li a {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
}

#footer ul li a i{
    margin-right: 10px;
}

#footer ul {
    margin: 15px 0;
}

#footer span {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    padding-top: 66px;
    margin-bottom: 25px;
}

#footer span a {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #808080;
}

#footer span strong {
    font-weight: 400;
    color: #fff;
}

#footer span a:hover {
    color: #fff;
    text-decoration: none;
}

.modal-content {
    background: transparent;
    border: none;
}

button.close {
    text-align: right;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.modal.fade .modal-dialog {
    max-width: 900px;
    min-height: 506px;
}

.modal-body {
    padding: 0px 0px;
}

#service-section{
    padding: 50px 20px;
    /*color: #fff;*/
}

#service-section h4{
    font-size: 18px;
    /*color: #fff;*/
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

/*#service-section h2{
    color: #fff;
}*/

/*#service-section h2.new-fl-title::before, #service-section h2.new-fl-title::after{
    background-color: #fff;
}*/

.visit-content i {
    font-size: 45px;
}

#about_section h2.new-fl-title::before {
    left: -16;
}

#about_section:not(.about-page)h2.new-fl-title::after {
    right:  -16%;
}

#about_section p {
    font-family: "Lato", sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
    color: #595959;
    text-align: justify;
    line-height: 27px !important;
    margin-bottom: 27px !important;
    padding: 0px 6%;
}

#about_section .side_bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 113px;
}

#about_section:not(.about-page) .side_bg::after {
    content: "";
    width: 80%;
    display: inline-block;
    position: absolute;
    background: #000;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

#about_section .side_pre {
    height: 100%;
    padding-top: 110px;
    margin-bottom: 100px;
}

#about_section .side_bg img {
    object-fit: cover;
    object-position: 50% 20%;
}

#header.active_h {
    position: fixed;
    z-index: 1001;
    padding: 15px 20px !important;
    background: #222222;
}
#contact .contact-bg{
    padding: 40px 40px 20px;
    background: url(/wp-content/uploads/2020/10/bg-contact.jpg) no-repeat center/cover;
}
#contact.contact-page {
    background: transparent;
}

#contact.contact-page h2 {
    color: #000;
}

#contact.contact-page h2.new-fl-title::before, #contact.contact-page h2.new-fl-title::after {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
#contact.contact-page form label {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

#contact.contact-page input {
    /*color: #000;*/
    border: 1px solid #fff;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 35px;
}

#contact.contact-page textarea {
    border: 1px solid #fff;
    height: 176px;
}

#contact.contact-page form span.bot {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #9f9f9f;
}

#contact.contact-page form button {
    margin: 40px auto 15px;
    width: 193px;
    height: 56px;
    background: #000;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

#contact.contact-page form button:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

#online_press {
    padding: 60px 0px;
    padding-bottom: 105px;
}

#online_press h2.new-fl-title::before {
    left: 16%;
}

#online_press h2.new-fl-title::after {
    right: 16%;
}

.blog-page .pre-1 {
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 40px 25px;
    position: relative;
}

#online_press .space {
    margin-bottom: 35px;
}

#online_press a {
    padding: 0px 40px;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Heebo', Sans-serif;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: 0.15em;
    border: 1px solid #000000;
    -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;
    margin-top: 56px;
}

#online_press a:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}

#online_press .space img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#online_press .pre-1 p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.05em;
}

#online_press .space:hover .overlay {
    opacity: 1;
}

#online_press .overlay {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s;
}

#online_press .overlay a {
    padding: 0px 40px;
    vertical-align: top;
    background: #fff;
    height: max-content;
    width: max-content;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Heebo', Sans-serif;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: 0.15em;
    border: 1px solid #000;
    -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;
    text-decoration: none;
}

#online_press .overlay a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

#online_press img.big_vid {
    width: 100%;
    position: relative;
    filter: grayscale(100%);
    transition: 1s;
}

#online_press .hov_vid:hover img.big_vid {
    filter: grayscale(0%);
}

#online_press .vid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20% 0px;
}

#online_press .vid-overlay i.fa {
    color: #fff;
    font-size: 35px;
}

#online_press .vid-overlay span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 30px 0px;
}

#online_press .vid-overlay a {
    border: none;
}

#online_press .vid-overlay a:hover {
    background: transparent;
}

#featured-listings.listing {
    margin-top: 140px;
}

#featured-listings.listing form.form-inline {
    width: 80%;
    /* float: left; */
    margin: 0 auto;
    padding: 3% 0 3% 20px;
}

#featured-listings.listing form.form-inline label {
    font-size: 14px;
}

#featured-listings.listing form.form-inline button {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    width: auto;
    height: 46px;
    background-color: transparent;
    border: 2px solid black;
    transition: border .3s, color .3s, background .3s;
    padding: 0px 30px;
    border-radius: 0;
}

#featured-listings.listing form.form-inline button:hover {
    background: #000;
    color: #fff;
}

#featured-listings.listing .property img {
    filter: grayscale(0%);
    transition: 1s;
    width: 100%;
}

#featured-listings.listing .property:hover img {
    filter: grayscale(100%);
}

#featured-listings.listing select {
    border: none;
    padding: 11px 10px 11px 0;
    border-bottom: 1px solid #dfdfdf;
}

/*
#featured-listings.listing form.form-inline i.fa {
    position: absolute;
    left: 3px;
    top: 12px;
    color: #000;
}*/

#featured-listings.listing form.form-inline .form-group {
    position: relative;
}

#featured-listings.listing select#property-type {
    padding-left: 23px !important;
    padding-right: 0px !important;
}

#featured-listings.listing p.lasst {
    margin: 26px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-size: 10px;
}

ul.pagination {
    margin: 80px 0px;
}

ul.pagination li {
    padding: 0px 8px;
    border-right: 1px solid #000;
}

ul.pagination li:first-child {
    border-left: 1px solid #000;
}

ul.pagination li:last-child {
    border-right: 0px;
}

ul.pagination li a {
    background: transparent;
    border: none;
    color: #000;
    border-left: 1px solid #000;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 30px 25px;
}

ul.pagination li a:hover {
    background: transparent;
}

.details_about {
    padding: 60px 0;
}

.details_about h3 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    padding-top: 28px;
}

.open-house span {
    text-align: center;
    text-transform: uppercase;
    color: #727272;
    font-size: 17px;
    font-weight: 400;
}
.details_about h2 {
    margin-bottom: 0;
}
.details_about h4 {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin-top: 38px;
}

.details_about #detailsTab h4 {
    margin-top: 0;
}

.details_about ul:not(.nav-tabs) li {
    display: inline-block;
    padding: 0px 8px;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    text-transform: uppercase;
}

.details_about .nav-tabs {
    border-bottom: none;
}
.details_about .nav-tabs .nav-link{
    color: #000;
}
.details_about .nav-tabs.single-nav .nav-link.active,
.details_about .nav-tabs.single-nav .nav-link:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.table > thead > tr > th.lg {
    /*font-size: 30px;*/
    font-size: 20px;
    /*line-height: 40px;*/
    letter-spacing: 1px;
    /*padding: 30px 0 10px;*/
    font-weight: 500;
}
th.prop-table {
    background-color: transparent;
    color: #0e0e0e;
    border-top: none;
}
tbody tr {
    border-bottom: 1px solid #dee2e6;
}
th.prop-table {
    background-color: transparent;
    color: #0e0e0e;
    border-top: none;
    font-weight: 600;
}
.table td{
    border-top: none;
}
#map .loading, #streetMap .loading {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#map .loading p, #streetMap .loading p{
    font-weight: bold;
    font-size: 20px;
}

#map.leaflet-container .loading {
    display: none;
}

.details_about a.save {
    display: inline-block;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #161011;
    text-align: center;
    padding: 24px 55px;
    border: 2px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 50px;
}

.details_about a.save i.fa {
    font-size: 18px;
    color: #000;
    margin-right: 5px;
}

.details_about a.save:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.details_about a.save:hover i.fa {
    color: #fff;
}

.details_about ul.btn_three {

}

.details_about ul.btn_three li {
    border: none;
}

.details_about a.a3btn {
    display: inline-block;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #161011;
    text-align: center;
    padding: 22px 49px;
    border: 2px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 60px;
}

.details_about a.a3btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.details_about a.a3btn i.fa {
    font-size: 18px;
    color: #000;
    margin-right: 5px;
}

.details_about a.a3btn:hover i.fa {
    color: #fff;
}
.marketing, .team-page, .blog-page, #single-blog, #private-properties.page {
    margin-top: 90px;
    padding: 60px 0;
}
.marketing .marketing-content-right{
    padding-right: 100px;
}
.marketing .marketing-content-left{
    padding-left: 100px;
}
.team-page{
    padding-bottom: 0;
    background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)),url(/wp-content/uploads/2020/09/home-design-scaled.jpg);
}
.team-page p{
    padding-right: 10%;
    text-align: justify;
}
.team-page a{
    color: #0e0e0e;
    text-decoration: none;
}
.blog-page .blog-content img{
    max-height: 260px;
    margin-bottom: 20px;
}
.gradient {
    align-items: stretch;
    margin: 1em 0;
    height: 10px;
    line-height: 10px;
    color: white;
    /*background: black;*/
}
.gradient:before, .gradient:after {
    content: '';
    background: linear-gradient(to right, #fff, #0e0e0e);
    width: 50%;
    height: 5px;
    display: inline-block;
}

.gradient:after {
    background: linear-gradient(to left, #fff, #0e0e0e);
}
.testi-content{
    padding: 25px 0 10px;
    border-bottom: 1px solid;
}

#request {
    background: url(./img/new-ld-contact-bg.jpg) 50% 50% no-repeat;
    background-size: auto;
    margin: 50px 0px;
    padding: 75px 50px;
}

#request .title::before, #request .title::after {
    content: "";
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    width: 13px;
    height: 55px;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}

#request .title::before {
    left: 35%;
}

#request .title::after {
    right: 35%;
}

#request span {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
}

#request h2 {
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
    letter-spacing: initial;
    text-transform: initial;
    max-width: 505px;
    margin: 4px auto 0;
}

#request form {

}

#request form label {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #161011;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    float: left;
}

#request form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid #000;
    padding-left: 3px;
    border-radius: 0px;
}

#request form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid #000;
    padding-left: 3px;
    height: 98px;
    resize: none;
}

#request form button {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    padding: 22px 97px;
    background: #000;
    border: none;
    border: 1px solid #000;
    transition: all .325s ease-in-out;
    border-radius: 0;
}

#request form button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
#marketing{
    padding: 100px 0;
}
#marketing .tab-icon{
    max-width: 100px;
}
#marketing .nav-link.active img{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
#marketing .nav-pills .nav-link{
    padding-top: 40px;
}
#marketing .nav-pills .nav-link.active{
    background-color: rgb(0, 0, 0);
    border-radius: 0;
}
#marketing .markting-title{
    color: #0e0e0e;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}
#marketing .nav-link.active .markting-title{
    color: #f3f3f3;
}

#marketing .tab-content .tab-pane{
    padding: 30px 30px 20px;
    background-color: rgb(0, 0, 0);
}
#marketing .tab-pane.active p{
    color: #f3f3f3;
}
#marketing .tab-content ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
#marketing .tab-content ul li{
    list-style: none;
}
#marketing .tab-content .check-mark{
    position: relative;
    padding-right: 32px;
}
#marketing .tab-content .check-mark:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2020/10/checkmark.png) no-repeat center center / cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .navbar-default .navbar-brand img {
    }

    .navbar-default .navbar-toggle {
        margin-top: 15px;
        border: none;
        margin-right: 0px;
    }

    .navbar-collapse {
        border: none;
        box-shadow: none;
    }


    #header .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .flush-right {
        padding-right: 15px;
    }

    .xs-flush-hidden {
        padding-left: 15px;
        padding-right: 15px;
    }

    .xs-center {
        text-align: center !important;
    }

    #banner {
        background: url(./img/banner.jpg) 13% 50% no-repeat !important;
        background-size: cover !important;
        padding: 65% 0px;
        margin-top: -100px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-faded {
        float: right;
        width: 100%;
    }

    button.navbar-toggler.navbar-toggler-right {
        float: right;
        width: 100%;
        text-align: right;
        border: none;
        padding: 0px 0px;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: 0;
    }

    .navbar-collapse {
        border: none;
        box-shadow: none;
        position: absolute;
        top: 45px;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 20px 15px;
        z-index: 99999;
    }

    ul#primary-menu {
        text-align: left;
    }

    ul.sub-menu {
        position: relative !important;
    }

    ul#primary-menu li {
        padding: 10px 0;
        text-align: left;
        color: #fff;
    }

    #header .navbar-light .navbar-nav .nav-link.blackborder {
        margin-bottom: 15px;
    }

    #banner img {
        margin-left: 0;
        width: 44%;
        position: absolute;
        right: 10%;
        bottom: 70px;
    }

    h2.new-fl-title {
        font-size: 25px;
        margin-bottom: 40px !important;
    }

    h2.new-fl-title::before, h2.new-fl-title::after {
        height: 0;
    }

    .property .overlay {
        padding: 10px 15px;
    }

    .property {
        width: 100%;
        margin-bottom: 10px;
    }

    #about img {
        width: 100%;
        margin-bottom: 15px;
    }

    #about, #about.listing {
        padding: 25px 0px;
    }

    #about p {
        padding-bottom: 10px;
        padding-right: 0;
        line-height: 23px;
        text-align: center;
    }

    #about a.read {
        font-size: 12px;
        margin-bottom: 20px;
    }

    #about ul {
        padding-right: 0px;
    }

    #about ul li {
        display: inline-block;
        width: 100%;
    }

    #about ul li a.default_btn {
        font-size: 11px;
        padding: 18px 20px;
        width: 100%;
        margin-top: 10px;
    }

    #about.listing .some_space {
        padding: 0px 0px;
    }

    #about.listing .set h3 {
        font-size: 11px;
        line-height: 20px;
    }

    #about.listing .set a {
        font-size: 10px;
    }

    #about.listing .vid-overlay span {
        width: 60px;
        height: 60px;
        padding: 18px 0px;
    }

    #about.listing .vid-overlay i.fa {
        font-size: 25px;
    }

    iframe {
        height: auto;
    }

    #instagram {
        margin-top: 50px;
        padding: 50px 0px;
    }

    #about.listing {
        background: url(./img/listing-impossible-bg.jpg) 50% 50% no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    #instagram ul li {
        display: inline-block;
        padding: 0px 0px;
        float: right;
        height: 130px;
        width: 140px;
        clear: both;
    }

    #instagram ul li.follow {
        border: 2px solid #000;
        height: 130px;
        width: 140px;
        background: #fff;
    }

    #instagram ul li.follow a {
        font-size: 11px;
        padding: 20% 0px;
    }

    #instagram ul li.follow a i.fa {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #about.testimonials {
        padding: 30px 0px;
    }

    #about.testimonials .some_space {
        padding: 0px 0px;
    }

    #about.testimonials a {
        margin-top: 0;
        padding: 15px 42px;
        margin-bottom: 20px;
    }

    #about.featured ul li img {
        width: auto;
    }

    #about.featured ul li {
        display: inline;
        padding: 9px 13px;
    }

    #about.featured a.default_btn {
        margin-top: 0px;
    }

    #contact {
        padding: 30px 0px;
    }

    #contact form {
        margin: 20px 0px;
    }

    #footer p {
        font-size: 12px;
    }

    #footer ul li a {
        font-size: 10px;
    }

    #footer ul li {
        font-size: 14px;
    }

    #header img {
        height: 25px;
    }

    #header button.navbar-toggler.navbar-toggler-right {
        width: auto;
        border-radius: 0;
        filter: invert(1);
    }

    #header .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    #header .navbar-light .navbar-nav .nav-link.blackborder {
        border: 2px solid #000;
    }

    #about_section p {
        font-size: 14px;
    }

    #header.active_h {
        padding: 15px 0px !important;
    }

    #online_press .vid-overlay a {
        border: none;
        margin: 30px 0px;
    }

    .details_about h3 {
        font-size: 25px;
    }

    .details_about h4 {
        font-size: 20px;
    }

    .details_about ul li {
        padding: 0px 6px;
        font-size: 10px;
    }

    .details_about p {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        font-family: lato;
        padding: 0px 0%;
        margin: 25px 0px;
        line-height: 20px;
    }

    .details_about a.save {
        width: 100%;
    }

    .details_about a.a3btn {
        font-size: 13px;
        padding: 22px 49px;
        text-align: center;
        float: left;
        margin-left: 15px;
        width: 91%;
    }

    #request h2 {
        font-size: 15px;
    }

    #request span {
        font-size: 11px;
    }

    #request .title::before {
        left: 0;
    }

    #request .title::after {
        right: 0;
    }

    #request form button {
        width: 100%;
        padding: 15px 0px;
    }

    ul.secondone {
        position: relative;
        top: 0 !important;
        left: 0 !important;
    }

    #about_section .side_bg::after {
        content: "";
        width: 100% !important;
    }

    #about_section .side_bg img {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        bottom: 0;
    }

    #header ul#primary-menu li a {
        color: #000 !important;
    }

    #header ul#primary-menu li.blackborder a {
        border: 2px solid #000 !important;
    }

    #featured-listings.listing form.form-inline {
        width: 100% !important;
        /* float: left; */
        margin: 0 auto;
        padding: 0px 0px !important;
    }

    #featured-listings.listing p.lasst {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #slider ul.bxslider li {
        padding: 100px 0px !important;
        padding-top: 180px !important;
    }

    #slider ul.bxslider li h1 {
        font-size: 28px !important;
    }

    #slider ul.bxslider li p {
        font-size: 18px !important;
    }

    #slider #bx-pager img {
        width: 85px !important;
    }

    #request {
        background-size: cover !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #request .title::after {
        right: 20% !important;
    }

    #request .title::before {
        left: 20% !important;
    }

    ul.secondone {
        position: relative;
        top: 0 !important;
        left: 0 !important;
    }

    #about_section .side_bg::after {
        content: "";
        width: 100% !important;
    }

    #about_section .side_bg img {
        width: 100% !important;
        max-width: 100% !important;
        bottom: 0;
    }

    #header ul#primary-menu li a {
        color: #000 !important;
    }

    #header ul#primary-menu li.blackborder a {
        border: 2px solid #000 !important;
    }

    ul#primary-menu {
        text-align: left;
    }

    ul.sub-menu {
        position: relative !important;
    }

    ul#primary-menu li {
        padding: 10px 0px;
        text-align: left;
    }

    #banner {
        background: url(./img/banner.jpg) 13% 50% no-repeat;
        background-size: cover;
        padding: 25% 0px;
        margin-top: -100px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-faded {
        float: right;
        width: 100%;
    }

    button.navbar-toggler.navbar-toggler-right {
        float: right;
        width: 100%;
        text-align: right;
        border: none;
        padding: 0px 0px;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: 0;
    }

    .navbar-collapse {
        border: none;
        box-shadow: none;
        position: absolute;
        top: 45px;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 0px 15px;
        z-index: 99999;
    }

    #header .navbar-light .navbar-nav .nav-link.blackborder {
        margin-bottom: 15px;
    }

    #banner img {
        width: 40%;
    }

    .property .overlay h3 {
        font-size: 15px;
    }

    .property .overlay h4 {
        font-size: 13px;
    }

    .property .overlay ul li {
        font-size: 10px;
    }

    #about p {
        font-size: 13px;
        padding-bottom: 29px;
        padding-right: 0;
    }

    #about a.read {
        font-size: 12px;
    }

    #about ul li {
        display: inline-block;
        width: 100%;
    }

    #about ul li a.default_btn {
        font-size: 11px;
        padding: 18px 20px;
        width: 50%;
        margin: 5px 0px;
    }

    #about ul {
        display: inline-block;
        width: 100%;
        padding-right: 0px;
    }

    #about img {
        width: 100%;
    }

    #about h2 {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    #about.listing .some_space h2 {
        font-size: 21px;
        margin-bottom: 30px !important;
    }

    h2.new-fl-title::before, h2.new-fl-title::after {
        height: 25px;
    }

    #about.listing .set h3 {
        font-size: 13px;
    }

    #instagram ul li {
        display: inline-block;
        padding: 0px 0px;
        float: right;
        clear: both;
    }

    #instagram ul li.follow {
        border: 2px solid #000;
        background: #fff;
    }

    #about.testimonials .some_space h2 {
        font-size: 21px;
        margin-bottom: 30px !important;
    }

    #about.featured h2 {
        margin-bottom: 0px;
        font-size: 30px;
    }

    #about.featured ul li img {
        width: auto;
        filter: grayscale(100%);
        opacity: 0.5;
        transition: 1s;
    }

    #about.featured ul li {
        width: 15%;
    }

    #contact h2 {
        color: #fff;
        font-size: 32px;
    }

    #header img {
        height: 25px;
    }

    #header button.navbar-toggler.navbar-toggler-right {
        background: #fff;
        width: auto;
        border-radius: 0px;
    }

    #header .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    #header .navbar-light .navbar-nav .nav-link.blackborder {
        border: 2px solid #000;
    }

    #about_section p {
        font-size: 14px;
    }

    #header.active_h {
        padding: 15px 0px !important;
    }

    #about_section h2 {
        font-size: 30px;
    }

    #contact.contact-page input {
        margin-bottom: 15px;
    }

    #contact.contact-page form span.bot {
        left: 3px;
        bottom: -10px;
    }

    #online_press .pre-1 {
        padding: 20px 20px;
    }

    #online_press .pre-1 p {
        font-size: 12px;
        line-height: 23px;
    }

    #online_press .vid-overlay a {
        border: none;
        margin: 0px;
    }

    .details_about a.a3btn {
        padding: 22px 15px;
    }

}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {

    #online_press .vid-overlay a {
        border: none;
        margin: 90px 0px;
    }

    #instagram ul li {
        height: 190px;
        width: 190px;
    }

    #instagram ul li.follow {
        height: 190px;
        width: 190px;
    }

    #about.testimonials .some_space h2 {
        font-size: 40px;
    }

    #about h2 {
        float: left;
        width: 100%;
        font-size: 34px;
    }

    #about ul li a.default_btn {
        font-size: 8px;
        padding: 12px 10px;
        margin-top: 20px;
    }

    #about p {
        margin-bottom: 0px;
    }

}


li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

li.menu-item-has-children > ul.sub-menu > li {
    position: relative;
}

li.menu-item-has-children > ul.sub-menu > li:hover, li.menu-item-has-children > ul.sub-menu > li.current-menu-item {
    background-color: #000;
}

li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu {
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
}

li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}

ul#primary-menu li a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    /*transition: 1s;*/
}

#header.with-image ul#primary-menu li a {
    color: #fff;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

ul.sub-menu li a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 1rem;
}

ul.sub-menu li a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.sb_instagram_header {
    display: none;
}

div#sbi_load {
    display: none;
}

input.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: inline-block !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
}

body:not(body.page-template-page-home) #header ul#primary-menu li a {
    color: #fff;
}

#header ul#primary-menu li.blackborder a {
    border: 2px solid #000;
}

#header.with-image ul#primary-menu li.blackborder a {
    border: 2px solid #fff;
}

body.is-scrolled #header ul#primary-menu li.blackborder a, .nav-tabs .nav-link {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
}

#header ul#primary-menu li.blackborder a:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

li.menu-item-has-children > ul.sub-menu > li:hover > a, li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
    color: #fff !important;
}

#header ul#primary-menu li ul.sub-menu li a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#about_section .side_bg {
    overflow: visible !important;
}

ul.secondone {
    position: relative;
    top: -7px;
}

ul.sub-menu {
    margin-top: -4px;
}

#header ul#primary-menu li.blackborder a {
    position: relative;
    z-index: 99999999;
}

.property-alert{
    /*padding: 60px 0;*/
    padding: 100px 0;
}
.property-alert .default_btn{
    margin: 20px 0;
}
.property-alert ul{
    padding-inline-start: 40px;
}
.property-alert #multi-step-form.fw-wizard {
    background: url(/wp-content/uploads/2020/10/bg-contact.jpg) no-repeat center center transparent;
    padding: 30px 20px 50px;
    background-size: cover;
}
.property-alert #multi-step-form p{
    color: #fff;
    padding: 0;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
    height: 60px;
    line-height: 52px;
    width: 60px;
    font-size: 30px;
    border-radius: unset;
    color: #fff;
    background-color: transparent!important;
    top: 0;
}
.property-alert #multi-step-form {
    position: relative;
}
.property-alert #multi-step-form .fw-progress-bar-container {
    position: absolute;
    top: 100px;
    right: 10px;
}
.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(1):before {
    content: "1/3" !important;
}
#sell-with-us.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(1):before {
    content: "1/4" !important;
}
.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(2):before {
    content: "2/3" !important;
}
#sell-with-us.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(2):before {
    content: "2/4" !important;
}
.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(3):before {
    content: "3/3" !important;
}
#sell-with-us.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(3):before {
    content: "3/4" !important;
}
#sell-with-us.property-alert #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(4):before {
    content: "4/4" !important;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis {
    display: none;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:after {
    display: none;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:last-child {
    display: none;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
    padding: 10px 88px 10px 0;
    width: unset;
    display: none;
    margin: 0;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step.fw-active{
    display: inline-block;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar-container {
    text-align: right;
}
.property-alert #multi-step-form .fw-step-part {
    border-left: none!important;
}
.property-alert #multi-step-form .fw-wizard-buttons {
    text-align: center;
}
.property-alert #multi-step-form .fw-step-part {
    background: transparent none repeat scroll 0 0!important;
}
.property-alert #multi-step-form h2{
    font-size: 20px;
    text-align: center;
}
.property-alert #multi-step-form h2.fw-step-part-title{
    display: none;
}
.property-alert #multi-step-form .fw-wizard-step-container h3 {
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 0;
    color: #fff;
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 24px;
    border-left: 4px solid transparent;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
}

.property-alert #multi-step-form .fa.form-control-feedback {
    margin-top: 15px;
    left: 21px;
}
.property-alert #multi-step-form .fa. fa-envelope{
    left: 12px;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar-container {
    width: 100%!important;
    margin: 0;
}
.property-alert .fw-input-container{
    position: relative;
}
.property-alert #multi-step-form .fw-wizard-step-header-container {
    margin-bottom: 0;
}
.property-alert #multi-step-form .fw-wizard-buttons button, #multi-step-form .fw-wizard-buttons .fw-btn,
.property-alert #multi-step-form .fw-btn-submit{
    display: inline-block;
    font-weight: 700;
    height: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent !important;
    color: #fff;
    padding: 12px 35px;
    font-size: 18px;
    line-height: 1.5;
    border: 1px solid #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Cinzel, serif;
}
.property-alert #multi-step-form .fw-wizard-buttons button:hover,
.property-alert #multi-step-form .fw-wizard-buttons .fw-btn:hover,
.property-alert #multi-step-form .fw-btn-submit:hover{
    color: #fff;
    background-color: #0e0e0e !important;
}
.property-alert #multi-step-form .fw-wizard-step-header h2{
    margin-top: 40px;
    font-family: 'Italiana', serif;
    color: #fff;
    position: unset;
    max-width: unset;
    margin-bottom: unset!important;
}
#sell-with-us.property-alert #multi-step-form .select2{
    width: 100%!important;
}
.property-alert #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
    font-size: 38px;
}
#sell-with-us.property-alert #multi-step-form .select2-container--default .select2-selection--single{
    height: 51px!important;
}
.property-alert #multi-step-form .select2.select2-container.select2-container--default.select2-container--focus,
.property-alert #multi-step-form .select2.select2-container.select2-container--default.select2-container--below,
.property-alert #multi-step-form .select2.select2-container.select2-container--default{
    width: 100%!important;
}
.property-alert #multi-step-form .fw-text-input,
.property-alert #multi-step-form .fw-text-input[type="text"],
.property-alert #multi-step-form input.msfp-registration-input{
    height: 51px;
}
#multi-step-form [data-type=fw-radio] label,
#multi-step-form [data-type=fw-checkbox] label{
    color: #efe6e6;
}
@media screen and (min-width: 577px) {
    .property-alert #multi-step-form .fw-choice.fw-input-container{
        display: inline-block;
        width: 49%;
    }
    [data-type="fw-text"], [data-type="fw-email"], [data-type="fw-numeric"]{
        display: inline-block;
        width: 49% !important;
    }
    .property-alert #multi-step-form .fw-btn-submit {
        min-width: 22%;
        width: auto;
        display: block;
        margin: auto;
        padding: 12px 35px!important;
    }
    #sell-with-us.property-alert [data-stepid="0"] .fw-step-block:first-child{
        display: inline-block;
        width: 70% !important;
    }
    #sell-with-us.property-alert [data-stepid="0"] .fw-step-block:nth-child(2){
        display: inline-block;
        width: 29% !important;
    }
    [data-type="fw-select"] {
        display: inline-block;
        width: 49% !important;
    }
    .property-alert #multi-step-form .fw-textarea {
        height: 40px;
        min-height: 45px!important;
    }
    .property-alert #multi-step-form .fw-wizard-step-container h3{
        font-size: 16px!important;
        margin-bottom: 0;
    }
    .property-alert #multi-step-form .fw-step-block {
        margin-bottom: 0px;
    }
    .property-alert #multi-step-form .fw-progress-bar-container .fw-txt-ellipsis{
        display: none;
    }
    .property-alert #multi-step-form .fw-progress-bar .fw-progress-step:before{
        border-radius: 0;
        font-size: 26px;
    }
    .property-alert .fw-active .progress, #main  ul.fw-progress-bar li.fw-active:before {
        background: transparent!important;
        color: #bb1d22;
    }
    .property-alert #multi-step-form .fw-progress-bar .fw-progress-step {
        display: none;
    }
    .property-alert #multi-step-form .fw-progress-bar .fw-progress-step.fw-active {
        display: block;
    }
    .property-alert #multi-step-form .fw-progress-bar-container {
        top: 10px;
        right: 0;
    }
}
@media screen and (max-width: 576px) {
    .property-alert #multi-step-form .fw-textarea {
        height: 40px;
        min-height: 45px!important;
    }
    .property-alert #multi-step-form .fw-wizard-step-container h3{
        font-size: 16px!important;
        margin-bottom: 0;
    }
    .property-alert #multi-step-form .fw-step-block {
        margin-bottom: 0px;
    }
    .property-alert #multi-step-form .fw-progress-bar-container .fw-txt-ellipsis{
        display: none;
    }
    .property-alert #multi-step-form .fw-progress-bar .fw-progress-step:before{
        border: 1px solid #fff;
        border-radius: 0;
        font-size: 26px;
        background: transparent!important;
    }
    .property-alert .fw-active .progress, #main  ul.fw-progress-bar li.fw-active:before {
        background: transparent!important;
        color: #fff;
    }
    .property-alert #multi-step-form .fw-progress-bar .fw-progress-step {
        display: none;
    }
    .property-alert #multi-step-form .fw-progress-bar .fw-progress-step.fw-active {
        display: block;
    }
    .property-alert #multi-step-form .fw-progress-bar-container {
        top: 10px;
        right: 0;
    }
}

#team.team-page h2::before, #team.team-page h2::after{
    display: none;
}

/*Sold listing styling*/
#soldListing .modal-content, #pocket_listing .modal-content{
    background: #fff;
}

#soldListing .modal-body, #pocket_listing .modal-body{
    padding: 15px;
}

#soldListing .close, #pocket_listing .close{
    color: #000;
}

.modal input, .modal textarea {
    display: inline-block;
    width: 100%;
    padding: 0;
    height: 44px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #d8dde6;
    margin-bottom: 20px;
    outline: none;
    border-radius: 5px;
    font-family: 'Montserrat',sans-serif;
}

textarea {
    height: 150px!important;
}

#private-properties .product-box .inner-box {
    border: 1px solid #212529;
    text-align: center;
    background: #212529e8;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}

#private-properties .pro-info-box .content-title {
    color: #f3f3f3;
    font-size: 20px;
}

#private-properties h6 {
    color: #fff;
}

.inner-box .private-price {
    padding: 6px 0;
    background: #fff;
    font-size: 20px;
    width: 50%;
    margin: 10px auto;
    color: #000;
}

#private-properties .private-link{
    font-size: 13px;
}

#private-properties .product-box .inner-box:hover .private-price {
    background: #000;
    color: #fff;
}

.product-box .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

#private-properties .sold-label{
    position: absolute;
    width: 160px;
    top: 25px;
    left: -42px;
    text-align: center;
    color: #f0f0f0;
    transform: rotate(-45deg);
    background: #EE0000;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    font-size: 18px;
    z-index: 2;
}

.grecaptcha-badge{
    display: none !important;
}

#footer img.agency{
    max-height: 90px;
    filter: invert(1);
    margin-left: 50px;
}
