/*
Theme Name: Victory Real Estate
Theme URI: 
Author: Red Spot Design
Author URI: https://www.redspotdesign.com
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
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.

Victory Real Estate is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #444
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

/*###################################
## Layouts
###################################*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.wp-block-column,
.blocks-gallery-item {
    margin: 0 !important;
}

.has-1-columns .wp-block-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: auto;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.wp-block-image,
.wp-block-image figure {
    margin: 0;
}

.cta {
    display: none;
}


.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: url('assets/images/loader.gif') center no-repeat #fff;
}

img {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    max-width: 100%;
    height: auto
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/*###################################
## Fonts
###################################*/
a {
    color: inherit;
}

a,
a:visited {
    text-decoration: none;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-decoration: none !important;
}

a:hover {}

a:focus {
    outline: none !important;
}


h2 {
    font-size: 60px;
    color: #333;
    font-weight: 300;
    margin: 0;
}

h3 {
    font-size: 45px;
    margin: 0 auto;
    font-weight: 300;
}

h4 {
    font-size: 35px;
    font-weight: 300;
    margin: 0 auto;
}

h5 {
    font-size: 25px;
    font-weight: 300;
    margin: 0 auto;
}

/*###################################
## Buttons
###################################*/
.btn {
    background: #D8BB7F;
    position: relative;
    z-index: 1;
    padding: 22px 55px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border-radius: 40px;
    overflow: hidden;
}

.btn-small {
    padding: 15px 55px;
}

.btn:hover {
    color: #FFF;
    /* -webkit-box-shadow: 0px 10px 20px -10px #000;
            box-shadow: 0px 10px 20px -10px #000; */
}

.btn::after {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    z-index: -1;
}

.btn:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


/*###################################
## Flexbox
###################################*/
.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.sb-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.sa-flex {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.cn-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.fe-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

/*###################################
## Forms
###################################*/
form p {
    margin: 0 0 10px !important;
    width: 100%;
}

form i,
form .hide {
    display: block;
    width: .1px;
    height: .1px;
    overflow: hidden;
}

form label {
    display: block;
}

form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
form textarea {
    font-family: inherit;
    /* font-size: ; */
    display: block;
    padding: 15px;
    border: none;
    margin: 10px 0;
    width: 100%;
    background: #EEE;
}

form textarea {
    resize: none;
    min-height: 200px;
}

form .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form .wrap label {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}

form input[type="submit"] {
    margin-top: 30px;
    border: 0;
}

@media screen and (max-width: 550px) {
    form .wrap label {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*Quick Form*/

.q-form {
    padding: 20px;
}

/*Contact Us Form*/
.c-form {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


/*###################################
## Header
###################################*/
.site-header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.logged-in .site-header {
    top: 32px;
}

.site-header .hd-logo {
    position: absolute;
    left: 20px;
    top: 13px;
}


/*Main Menu*/
.main-navigation {
    text-align: center;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

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

.main-navigation>ul>li:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation ul li a {
    font-size: 15px;
    color: #FFF;
    padding: 20px 80px;
    text-transform: uppercase;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation ul li a:hover,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a {
    background: #D8BB7F;
    color: #000;
}

/*Sub Menu*/
/*.main-navigation ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}*/

ul#menu-new-menu > li > ul > li > ul, ul#menu-new-menu > li > ul > li > ul > li > ul {
	top: 0;
    left: 100%;

}
ul#menu-new-menu > li > ul > li:hover > ul, ul#menu-new-menu > li > ul > li:hover > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
	z-index: 99999;
}

ul#menu-new-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.main-navigation ul ul {
    padding: 10px 5px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    margin-top: 50px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    min-width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.main-navigation ul ul li {
    display: block;
    margin-right: 0;
}

.main-navigation ul ul li a {
    padding: 10px;
    display: block;
    border: none;
}

.main-navigation ul ul li a::before {
    display: none;
}

.main-navigation ul ul li a::after {
    display: none;
}


/*###################################
## Banner
###################################*/
.site-banner {
    position: relative;
    overflow: hidden
}

.site-banner .metaslider .flexslider {
    margin: 0 auto;
}

.site-banner .flexslider img {
    width: 100% !important
}

.site-banner .metaslider .flex-control-nav {
    bottom: 30px;
}

.site-banner .flex-control-paging li a {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: none;
    border: 1px solid #FFF;
}

.site-banner .flex-control-paging li a.flex-active {
    border-color: #D8BB7F;
    background: #D8BB7F;
}

.site-banner .bn-content {
    text-align: center;
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    color: #FFF
}

.site-banner .bn-content .bn-logo {
    width: 28%
}

.site-banner .bn-content h1 {
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0
}

.site-banner .bn-content h1 span {
    font-size: 50px;
}

.site-banner .bn-content p {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 35px;
}

/*###################################
## Content
###################################*/
#main {
    text-align: center;
}

#featured-properties {
    padding: 100px 0;
}

/*.feat-list{display: flex; justify-content: space-between; align-items: center}*/
.feat-list {
    margin-top: 50px;
}

.feat-list .feat-list-item {
    float: left;
    position: relative;
    margin: 8px 10px;
    width: 48%
}

.feat-list .feat-list-item:hover dt img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s
}

/*.feat-list .feat-list-item:first-of-type {
    width: 41%
}*/

.feat-list .feat-list-item:first-of-type dt img {
    /*max-width: 680px;*/
    /*height: 720px;*/
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*.feat-list .feat-list-item:first-of-type dd h4 {
    font-size: 40px;
}*/

/*.feat-list .feat-list-item:first-of-type dd p {
    font-size: 22px;
}
*/
.feat-list .feat-list-item dt:before {
    content: '';
    width: 100%;
    height: 50%;
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 1
}

.feat-list .feat-list-item dt {
    width: 100%
}

.feat-list .feat-list-item dt img {
    width: 100%;
    /*max-width: 440px;*/
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.feat-list .feat-list-item dd {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: left;
    margin: 0;
    z-index: 2;
    font-weight: 300;
}

.feat-list .feat-list-item dd h4 {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}

.feat-list .feat-list-item dd p {
    font-size: 18px;
    color: #FFF;
    margin: 0;
}


#content-bottom {
    background: url('assets/images/con-bottom-bg.jpg')no-repeat center top;
    background-size: cover;
    padding: 55px 0;
}

#content-bottom .container {
    max-width: 1230px;
    text-align: center;
    color: #FFF;
}

#content-bottom h3 {
    font-size: 60px;
    font-weight: 300;
    margin: 0 auto;
    color: #FFF;
    display: inline-block
}

#content-bottom p {
    font-size: 16px;
    margin: 0 auto;
    font-weight: 300;
}

#content-bottom .panel-grid-cell {
    padding: 35px 0;
}

#content-bottom .panel-grid-cell:nth-of-type(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}


/*###################################
## Footer
###################################*/
.site-footer {
    background: #000;
    color: #FFF;
    padding-bottom: 25px;
    display: block;
    clear: both;
}

.site-footer .container {
    max-width: 1200px;
}

.site-footer .ft-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0 90px;
}

.site-footer .ft-top .ft-cen {
    padding-left: 11%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.site-footer h4 {
    color: #FFF;
}

.site-footer p {
    font-size: 18px;
    font-weight: 300;
}

.copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}


/*Social Menu*/
.social-navigation {}

.social-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.social-navigation ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-navigation ul li a {
    color: #FFF
}

.social-navigation ul li a::before {
    width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-navigation .svg-icon {
    display: none
}

/*###################################
## Search Page
###################################*/
.page-description {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block;
}

.page-description::after {
    content: ' "';
}

.page-description::before {
    content: '" ';
}

.search article {
    padding: 20px;
    border: 1px solid #000;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.search article:hover {
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

.search article:last-of-type {
    margin-bottom: 0;
}

.search article h2 a {
    margin: 0 0 20px;
    font-size: 35px;
    color: #111;
}

.search-con {
    padding-right: 5%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}


/*###################################
## Inner Pages
###################################*/
.inner #content {
    min-height: 500px;
    padding: 90px 0;
    text-align: left;
}

.inner #content #main {
    text-align: left;
}

.inner #content .entry-title {
    display: none
}

.inner #content h1 {
    font-size: 70px;
    font-weight: 100;
    margin: 0 auto;
}

.inner #content p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin: 35px auto;
    letter-spacing: 1px
}

.bor-l {
    border-left: 5px solid #D8BB7F;
    padding: 10px 0 10px 30px;
}

/* INNER TITLE BANNER */
.title-banner {
    padding: 130px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover
}

.title-banner h1 {
    font-size: 70px;
    font-weight: 100;
    color: #FFF;
    margin: 0 auto;
}

/* ABOUT US - OVERVIEW PAGE */
.page-id-50 #content .container {
    max-width: 1200px
}

.page-id-50 #content h4 {
    max-width: 860px;
    margin: 0 auto 0 0;
}

.page-id-50 #content p {
    margin-right: 0;
    max-width: 1164px;
    line-height: 1.3
}

/* ABOUT US - OUR TEAM PAGE */

.team-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}

.team-nav:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    top: 31px;
    left: 0;
}

.team-nav .team-sort {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.team-nav .team-sort .sort {
    display: block;
    width: 100%;
}

.team-nav small {
    color: #888;
    font-size: 15px;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 30px;
}

.team-members-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-member {
    width: 23%;
    margin: 0 1% 40px;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}

.team-member .team-member-info {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 0;
}

.team-member h3 {
    font-size: 1.8229166666666667vw;
}

.team-member h4 {
    display: block;
    margin: 10px 0 20px;
    font-weight: 700;
    font-size: 18px;
}

.team-member .contact-info {
    margin: 5px 0 !important;
    font-size: 16px;
}

.team-member .contact-info span {
    color: #D8BB7F;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #D8BB7F;
}

.team-member figure.post-thumbnail {
    background: #000;
    margin: 0;
}

.team-member img {
    min-height: 340px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.team-member img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.team-member .btn {
    margin-top: 30px;
}

/* ABOUT US - TEAM MEMBER (Single Pages) */
.team-member-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-member-single .left {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.team-member-single .left figure.post-thumbnail {
    margin: 0;
}

.team-member-single .left img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.team-member-single .right {
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
}

.team-member-single .member-title-or-position {
    margin-bottom: 30px;
}

.team-member-single .member-phone,
.team-member-single .member-email {
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid #D8BB7F;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 25px;
}

/* CONTACT - OFFICE INFO */

.office-map {
    width: 100%;
    height: 100%;
    min-height: 770px;
    border: 0;
}


/*###################################
## Error Page
###################################*/
.error-404 {
    text-align: center;
}

/*###################################
## Blog Page
###################################*/
.blog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-container .blogs {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

.blog-container .sidebar {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.blog-container .sidebar h2.widget-title {
    font-size: 20px;
}

/*###################################
## PROPERTY PAGE
###################################*/
.property-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px;
    position: relative;
}

.property-nav:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    top: 31px;
    left: 0;
}

.property-nav small {
    color: #888;
    font-size: 15px;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 30px
}

.searchandfilter {
    margin: 0;
}

.property-nav .searchandfilter ul {
    padding: 0;
    margin: 0;
}

.property-nav .searchandfilter select {
    height: 40px;
    max-width: 350px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #52595F;
    border-radius: 2px
}

.property-nav .searchandfilter select option:first-of-type {
    display: none
}

.property-nav .searchandfilter input[type='submit'] {
    background: #D8BB7F;
    border: none;
    font-size: 15px;
    color: #000;
    width: 120px;
    padding: 12px 0;
    cursor: pointer;
}

#beautiful-taxonomy-filters-tax-wp5default_property_type_cat {
    display: none;
}
.beautiful-taxonomy-filters-select-wrap select {
    height: 36px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}

/*PROPERTY GRID/MAPS */
.tab {
    overflow: hidden;
}

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 16px 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: none;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
}

.tab button span {
    color: #53595F;
    font-weight: 900;
}

.tab button span,
.tab button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.tab button.active i {
    color: #D8BB7F
}

.tabcontent {
    display: none;
}


/*PROPERTY LIST TAB*/
.property-list-tab {
    list-style: none;
    width: 100%;
    /* max-width: 980px;*/
    margin: 0 auto;
    text-align: center;
}

.property-list-tab .thead {
    background: #000;
}

.property-list-tab .thead .td {
    font-weight: 800;
    font-size: 22px;
    color: #FFF;
}

#List .property-list-tab {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#List .property-list-tab .tr {
    padding: 10px;
}

#List .property-list-tab .tbody {
    position: relative;
}

#List .property-list-tab .thead .tr .td,
#List .property-list-tab .tbody .tr .td {
    display: inline-block;
}

#List .property-list-tab .thead .tr .td:nth-of-type(1),
#List .property-list-tab .tbody .tr .td:nth-of-type(1) {
    width: 23%;
}

#List .property-list-tab .thead .tr .td:nth-of-type(2),
#List .property-list-tab .tbody .tr .td:nth-of-type(2) {
    width: 27%;
}

#List .property-list-tab .thead .tr .td:nth-of-type(3),
#List .property-list-tab .tbody .tr .td:nth-of-type(3) {
    width: 34%;
}

#List .property-list-tab .thead .tr .td:nth-of-type(4),
#List .property-list-tab .tbody .tr .td:nth-of-type(4) {
    width: 13%;
}

#List .property-list-tab .tbody {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: block;
}

#List .property-list-tab .tr {
    /*position: static !important;*/
    width: 100%;
    display: block;
}

@media screen and (max-width: 600px) {
    #List .property-list-tab .thead .td:nth-of-type(1), 
    #List .property-list-tab .tbody .td:nth-of-type(1),
    #List .property-list-tab .thead .td:nth-of-type(2),
    #List .property-list-tab .tbody .td:nth-of-type(2),
    #List .property-list-tab .thead .td:nth-of-type(3),
    #List .property-list-tab .tbody .td:nth-of-type(3),
    #List .property-list-tab .thead .td:nth-of-type(4),
    #List .property-list-tab .tbody .td:nth-of-type(4) {
        width: 100% !important;
    }
}

.property-list-tab .tr:nth-of-type(even) {
    background: rgba(216, 187, 127, 0.7);
}

.property-list-tab .list-btn {
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #000;
}

.property-list-tab .td {
    padding: 10px 0;
}

.property-list {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.property-list dl {
    width: 31.33%;
    min-height: 415px;
    position: relative;
    margin: 0 1% 30px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.property-list dl:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.property-list dl dt {
    max-height: 500px;
}

.property-list dl dt:before {
    content: '';
    width: 100%;
    height: 35%;
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
    left: 0;
}

.property-list dl dt img {
    width: 100%;
    height: 415px;
    /*max-height: 415px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.property-list dl dt figure {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.property-list dl dd {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.property-list dl dd h4 {
    font-size: 30px;
    color: #FFF;
}

.inner #content .property-list dl dd p {
    margin: 10px auto 0;
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
    line-height: 1;
}

.property-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cd-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/*MAPS*/
#Map .gmp_map_opts {
    margin: 0 auto;
}

#Map .acf-map {
    height: 100%;
    width: 100%;
}

#Map .acf-map iframe {
    border: 1px solid #DDD;
}

#Map .acf-map h4 {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
}

#Map .acf-map p {
    color: #000 !important;
    font-weight: 400;
}

#Map .acf-map img {
    margin: 5px auto;
}

.post-type-archive-property_posts #content .gm-style-iw-d .egm-marker-iw,
.post-type-archive-property_posts #content .gm-style-iw p {
    color: #fff;
    font-size: 13px;
    line-height: 120%;
    margin: 0 auto;
    text-align: center;
}

.post-type-archive-property_posts #content .gm-style-iw img {
    display: block;
    max-width: 403px;
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.post-type-archive-property_posts #content .gm-style-iw-d .gmpInfoWindowtitle {
    text-align: center;
}

.post-type-archive-property_posts #content .gm-ui-hover-effect {
    background: #fff !important;
    height: 25px !important;
    width: 35px !important;
}

/*###################################
## PROPERTY Single - DETAILS
###################################*/
.property-single #content {
    padding: 50px 0;
}

.property-single .info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 60px;
}

.property-single .info-top,
.property-single ul.tabs,
.property-single .tabs-content {
    max-width: 1200px;
    margin: 0 auto;
}

.property-single .info-top .ptitle p {
    margin: 15px 0 !important;
    font-weight: 700;
    color: #D8BB7F;
}

.property-single .info-top .ptitle p span:last-of-type {
    display: none;
}

.info-top .ptotal h3 {
    display: inline-block;
    margin-left: 70px;
}

.info-top .ptotal h3 small {
    display: block;
    font-size: 13px;
    color: #545454;
}

/*tabs*/
.property-single .tab-wrapper {
    border-bottom: 1px solid #EEE;
}

.tabs-map {
    max-width: 420px;
    height: 290px;
    border: 0;
    width: 100%;
    float: right;
    padding: 0 0 0 80px;
}

.property-content .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 40px 0;
    position: relative;
}

.property-content .tabs li {
    padding: 0 15px;
}

.property-content .tabs li:first-child {
    padding-left: 0;
}

.property-content .tabs li:last-child {
    padding-right: 0;
}

.property-content .tabs li a {
    color: #545454;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0;
    text-transform: uppercase;
}

.property-content .tabs li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #D8BB7F;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.property-content .tabs li a:hover:after,
.property-content .tabs li.active a:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.property-content .tabs li a:hover,
.property-content .tabs li.active a {
    color: #D8BB7F;
}

.property-content .tabs-content {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.property-content .tabs-content img {
    display: block;
    width: 100% !important;
}

.property-content .tabs-content.active {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}

.property-content .tabs-content .overview-map {
    float: right;
    width: 100%;
    max-width: 420px;
    height: 288px;
    margin-left: 77px;
    margin-bottom: 70px;
    border: none;
}

.property-content .tabs-content .tabs-wrap {
    margin: 30px auto;
}

.property-content .tabs-content .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 30px auto 0;
}

.property-content .tabs-content .button-wrap li {
    margin: 5px;
}

.property-content .tabs-content .button-wrap .btn {
    border-radius: 5px;
    padding: 15px;
}

.property-content .tabs-content .acf-map {
    /*width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;*/
    float: right;
    width: 100%;
    max-width: 420px;
    height: 288px;
    margin-left: 77px;
    margin-bottom: 70px;
    border: none;
}

/* fixes potential theme css conflict */
.property-content .tabs-content .acf-map img {
    max-width: inherit !important;
}

/* .property-content .tabs-content .gallery { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.property-content .tabs-content .gallery .gallery-item {
    -ms-flex-preferred-size: 31.33%;
        flex-basis: 31.33%;
    margin: 10px 1%;
}

.property-content .tabs-content .gallery .gallery-item .gallery-icon {
    height: 100%;
}

.property-content .tabs-content .gallery .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
} */

div[id^=bwg_container] * {
    margin-left: 0 !important;
}

.property-single .tabs-toggle {
    position: relative;
    display: none;
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.property-single .tabs-toggle span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: 0;
    display: block;
}

.property-single .tabs-toggle span:before {
    content: "❯";
    color: #D8BB7F;
}

.single-property_posts .gallery .gallery-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 5px;
    vertical-align: top;
}

.single-property_posts .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.single-property_posts .gallery.gallery-columns-5 .gallery-item img {
    height: 235px;
    max-width: 235px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.property-content .tabs-table {
    width: 100%;
    margin: 30px 0;
}

.property-content .tabs-table th,
.property-content .tabs-table td {
    border-bottom: 1px solid #EEE;
    padding: 10px 0;
}

.beautiful-taxonomy-filters-button {
    display: block;
    border: 0;
    margin-top: 0;
    width: 100%;
}

.beautiful-taxonomy-filters-label {
    display: none;
}

/* .property-content .wpsm_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important
}

.property-content .wpsm_nav>li {
    border: none;
    border-bottom: 5px solid transparent;
    display: block;
    float: none;
    background: none;
}

.inner #content .property-content .wpsm_nav>li>a {
    padding: 0 0 15px !important;
    color: #545454 !important;
    border: none !important;
    background: none !important;
}

.inner #content .property-content .wpsm_nav>li.active,
.inner #content .property-content .wpsm_nav>li:hover {
    border-color: #D8BB7F;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.inner #content .property-content .wpsm_nav>li.active>a,
.inner #content .property-content .wpsm_nav>li>a:hover {
    color: #D8BB7F !important;
} */

/* Archive Property */
/*.prop-type .searchandfilter,
.prop-type .sort{
    display: inline-block;
    vertical-align: bottom;
}*/
.sort {
    position: relative;
    margin: 15px auto 0;
}

.sort .dropdown {
    display: inline-block;
}

.sort #sort-menu {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    background: rgba(0, 0, 0, .5);
    list-style: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0 auto;
    z-index: 2;
}

.dropdown-content i {
    font-size: 12px;
}

.dropdown-content span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 160%;
    cursor: pointer;
    padding: 15px;
}

.dropdown-content a:hover {
    color: #D8BB7F;
}

.post-type-archive-property_posts #content .sort p {
    margin: 0 auto;
}

.sort p,
.sort div.dropdown {
    display: inline-block;
    vertical-align: middle;
}

.sort:hover div.dropdown .dropdown-content,
.sort:focus div.dropdown .dropdown-content {
    display: block;
}

.hidden {
    display: block;
    height: 0px;
    opacity: 0;
    position: fixed;
    bottom: -100px;
}

@media screen and (max-width: 1750px) {
    .site-banner .bn-content .bn-logo {
        width: 25%;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        width: 95%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .site-banner .bn-content .bn-logo {
        width: 22%;
    }

}

@media screen and (max-width: 1440px) {
    .site-banner .bn-content .bn-logo {
        width: 20%;
    }

    .main-navigation ul li a {
        padding: 20px 50px;
    }

    .site-banner .bn-content {
        bottom: 6%;
    }

    .site-banner .bn-content h1 {
        font-size: 50px;
    }

    .site-banner .bn-content p {
        font-size: 18px;
    }

    .feat-list .feat-list-item {
        margin: 8px 7px;
    }

    /* ABOUT US - OUR TEAM */
    .team-member .contact-info span {
        display: block;
        padding-right: 0;
        margin-right: 0;
        border: none;
    }

    /*1440px end*/
}

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

    .team-member-single .member-phone,
    .team-member-single .member-email {
        display: block;
        margin: 10px 0;
    }

    .team-member h3 {
        font-size: 25px;
    }

    .property-list dl {
        width: 48%;
        margin: 0 1% 15px;
    }

    .property-content .tabs-content .gallery .gallery-item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
}

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

    /* ABOUT US - OUR TEAM */
    .team-member {
        -ms-flex-preferred-size: 31.33%;
        flex-basis: 31.33%;
        margin: 0 1% 15px;
    }
}

@media screen and (max-width: 1024px) {
    .main-navigation ul {
        text-align: right;
    }

    .main-navigation ul li a {
        padding: 20px 33px;
    }

    .site-banner .bn-content .bn-logo {
        width: 17%;
    }

    .site-banner .bn-content h1 {
        font-size: 40px;
        margin-top: 0;
    }

    .feat-list .feat-list-item:first-of-type {
        width: 39%
    }

    .site-footer .ft-top .ft-cen {
        padding-left: 10px
    }

    .feat-list .feat-list-item dd {
        left: 15px;
    }

    .feat-list .feat-list-item:first-of-type dd h4 {
        font-size: 30px;
    }

    /*INNER PAGES*/

    .property-list dl dd {
        text-shadow: 0 0 10px #000
    }

    .property-list dl dd h4 {
        font-size: 23px;
    }

    .team-member-single .left,
    .team-member-single .right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .team-member-single .left img {
        max-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        overflow: hidden;
    }

    .team-member-single .right {
        text-align: center;
    }

    .single-property_posts .gallery.gallery-columns-5 .gallery-item {
        width: 48%;
    }

    .single-property_posts .gallery.gallery-columns-5 .gallery-item img {
        max-width: 100%;
    }

    /*1024px end*/
}

@media screen and (max-width: 800px) {
    #wprmenu_bar .menu_title {
        top: -10px;
    }

    #wprmenu_bar .bar_logo {
        height: 35px;
    }

    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 27px;
    }

    .btn {
        padding: 10px 45px;
    }

    .site-header .hd-logo {
        top: 0;
    }

    .site-banner .bn-content h1 {
        margin: 0;
        font-size: 40px;
    }

    #featured-properties {
        padding: 40px 0;
    }

    .feat-list .feat-list-item {
        float: none;
        width: 100% !important;
        margin: 0 auto 20px;
    }

    .feat-list .feat-list-item:first-of-type dt img,
    .feat-list .feat-list-item dt img {
        width: 100%;
    }

    .feat-list .feat-list-item:first-of-type dt img {
        height: 350px
    }

    .feat-list .feat-list-item dt img {
        max-width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #content-bottom .panel-grid-cell:nth-of-type(2) {
        border: none;
    }

    .site-footer .ft-top {
        display: block;
        text-align: center;
        padding: 30px 0;
    }

    .site-footer .ft-top .ft-cen {
        padding: 0;
        border: none;
    }

    .site-footer .ft-top>div {
        margin-bottom: 30px
    }


    /*INNER PAGE*/
    .title-banner {
        padding: 50px 0;
    }

    /* ABOUT US - OUR TEAM */
    .team-member {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .property-list-tab thead {
        display: none
    }

    .property-list-tab tr {
        position: relative;
    }

    .property-list-tab td {
        float: left;
        width: 100%;
        padding: 10px;
        font-weight: 800;
    }

    .property-list-tab td:first-of-type {
        font-size: 22px;
    }

    .property-list-tab td strong {
        font-weight: 300;
    }

    .property-list-tab td:nth-of-type(2),
    .property-list-tab td:nth-of-type(3) {
        width: 45%
    }

    .property-nav .searchandfilter select {
        max-width: 160px
    }

    .property-content .wpsm_nav {
        display: block;
    }

    .property-content .tabs li {
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-bottom: 1px solid #DDD;
    }

    .inner #content .property-content .wpsm_nav>li {
        margin-bottom: 10px !important;
    }

    .inner #content .property-content .wpsm_nav>li>a {
        padding: 0 0 5px !important;
    }

    .tabs-map {
        max-width: 100%;
        padding: 0;
        float: none;
    }

    .property-content .tabs-content {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        width: 100% !important;
    }

    .property-content .tabs-content .overview-map,
    .property-content .tabs-content .acf-map {
        display: block;
        float: none;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .property-single .tab-wrapper {
        display: none;
    }

    .property-single .tabs-toggle {
        display: block;
    }

    .property-single .tabs-wrap {
        display: none;
        padding: 15px 0;
    }

    #List .property-list-tab thead td:first-child,
    #List .property-list-tab tbody tr td {
        max-width: 100% !important;
    }

    /*800px end*/
}

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

    /* .inner #content h1 {
        font-size: ;
    } */

    .site-banner .bn-content h1,
    .site-banner .bn-content h1 span {
        font-size: 30px;
    }

    .site-banner .bn-content p {
        font-size: 15px;
        margin: 5px auto;
    }

    /*INNER PAGE*/
    .inner #content {
        padding: 40px 0;
    }

    .property-nav {
        display: block;
        text-align: center;
    }

    .property-nav:before {
        display: none
    }

    .property-nav small {
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .property-nav .view {
        margin-bottom: 25px
    }

    .tab button {
        float: none;
        display: inline-block
    }

    .property-list dl {
        width: 100%
    }

    .property-single .info-top {
        display: block;
        padding: 30px 0;
    }

    .property-single .info-top .ptitle {
        text-align: center;
        margin-bottom: 20px;
    }

    .property-content .tabs-content .gallery .gallery-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .info-top .ptotal h3 {
        display: block;
        margin-left: 0;
        border-left: 0;
        border-bottom: 2px solid #D8BB7F;
        text-align: center;
    }

    .bor-l {
        padding-left: 15px
    }

    .team-member {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto 15px;
    }

    .team-member-single .member-phone,
    .team-member-single .member-email {
        font-size: 1rem;
    }

    .team-member h3 {
        font-size: 25px;
    }

    .team-member .contact-info {
        word-break: break-all;
        line-height: 1 !important;
        margin: 10px 0 !important;
        font-size: 14px !important;
    }

    .single-property_posts .gallery.gallery-columns-5 .gallery-item img {
        height: 200px;
    }

    /*600px end*/
}

@media screen and (max-width: 425px) {
    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 23px;
    }

    .btn {
        padding: 7px 35px;
    }

    .site-banner .bn-content h1,
    .site-banner .bn-content h1 span {
        font-size: 20px;
    }

    .site-banner .bn-content p {
        font-size: 12px;
    }

    .feat-list .feat-list-item:first-of-type dd h4 {
        font-size: 25px;
    }

    .feat-list .feat-list-item:first-of-type dd p {
        font-size: 17px;
    }

    #content-bottom h3 {
        font-size: 45px;
    }

    /*INNER PAGE*/
    .title-banner h1 {
        font-size: 40px;
    }

    .single-property_posts .gallery.gallery-columns-5 .gallery-item {
        width: 100%;
    }

    /*425px end*/
}