/*
Theme Name: Enclave 2018
Theme URI: https://proximatesolutions.com/professional-web-design-portfolio/
Author: Proximate Solutions
Author URI: https://proximatesolutions.com/
Description: Wordpress theme designed for Enclave.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enclave_2018
Tags: one-column, two-columns, custom-menu, featured-images, right-sidebar
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #3c3c3c;
    font-size: 16px;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: auto !important;
}

body p {
    line-height: 26px
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #4a1d30;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

section {
    padding: 50px 0;
    position: relative;
}

.form-control,
textarea,
input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: 0;
}

button {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.btn-secondary:hover {
    background-color: #474c50 !important;
    border-color: #545b62 !important;
}

.logo {
    margin-top: 30px;
    display: inline-block;
}

.menu .logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

::-webkit-input-placeholder {
    color: #c2c2c2 !important;
}

::-moz-placeholder {
    color: #c2c2c2 !important;
}

:-ms-input-placeholder {
    color: #c2c2c2 !important;
}

:-moz-placeholder {
    color: #c2c2c2 !important;
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    text-align: center;
}

img.aligncenter {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.alignnone {
    float: none;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    padding: 0 5px;
    margin: 0
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.clear {
    clear: both;
}

.clear1 {
    clear: both;
    padding: 1px 0 0;
}

.clear5 {
    clear: both;
    padding: 3px 0 2px;
}

.clear10 {
    clear: both;
    padding: 5px 0;
}

.clear15 {
    clear: both;
    padding: 8px 0 7px;
}

.clear20 {
    clear: both;
    padding: 10px 0;
}

.clear30 {
    clear: both;
    padding: 15px 0;
}

.clear50 {
    clear: both;
    padding: 25px 0;
}

.mrb-10 {
    margin: 0 10px 10px 0;
}

.br-0 {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.red {
    color: #F00;
}

.purple_text {
    color: #4a1d30;
}

#wpcf7-f853-o1 .btn-primary {
    border-color: #4a1d30;
    background: #2f0e1c;
    padding: 12px 15px;
    width: 100%;
}

#wpcf7-f853-o1 .btn-primary:hover {
    border-color: #4a1d30;
}

.btn-primary {
    border-color: #4a1d30;
    background: #4a1d30;
    padding: 5px 15px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #16060c;
    border-color: #16060c;
    cursor: pointer;
}

#advance_search_box {
    /*display:none;*/
    margin-top: 5px;
}

select.bigselect {
    background-color: white;
    border: 0;
    display: block;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(images/icons/down-arrow.svg);
    background-position: center top;
    background-size: 15px;
    background-position: 90% 12px;
    background-repeat: no-repeat;
    color: #c2c2c2 !important;
}

#advance_search_box select.form-control {
    padding-right: 20px;
}

.make_select_open {
    background-image: url(images/icons/down-arrow.svg);
    font-size: 12px !important;
}

select.make_select_close {
    background-image: url(images/icons/up-arrow.svg);
}

.make_select_open,
.make_select_close {
    background-position: 0 10px 12px;
}

.search_form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.search_form .row {
    margin: 0 -5px;
}

.search_form .row [class*='col-'] {
    padding: 0 5px;
}

.search_form h4 {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}

.search_form h4 a {
    color: #d90000;
    text-decoration: underline;
}

.search_form h4 a:hover {
    color: #000;
    text-decoration: none;
}

.search_form .btn:focus {
    box-shadow: none;
}

.search_form .form-control {
    min-height: 0;
    height: 60px;
    box-shadow: none;
    position: relative;
}

.search_form .form-control:focus {
    box-shadow: none;
}

.search_form button {
    padding: 10px 25px;
    font-size: 20px;
    height: 60px;
}

.search_form select.bigselect {
    background-color: #4a1d30;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    min-height: 60px;
    /*font-size:24px;*/
    background-position: 90% 50%;
}

.search_form select.bigselect option {
    /*font-size:24px!important;*/
    line-height: 18px
}

.search_form .advance_search_box select option {
    position: relative;
    padding-left: 50px;
}

.search_form .advance_search_box select option::before {
    width: 10px;
    height: 10px;
    border: #000 1px solid;
    content: "sandy - ";
    position: absolute;
    left: 0;
    top: 0;
    color: #000
}

.search_form .advance_search_box select option:hover,
.search_form .advance_search_box select option:focus {
    background: #666;
}

.search_form .close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    top: 13px;
}

.search_form .close-icon:after {
    content: "X";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #c2c2c2;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    line-height: 22px;
}

.search_form .search-box:not(:valid)~.close-icon {
    display: none
}

.advance_button {
    background-color: #4a1d30;
    padding: 10px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    left: 0;
    right: 5px;
    top: 60px;
    display: block;
}

.advance_button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.custom-select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    text-align: left;
    border-radius: 0;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #fff;
}

.select-selected:after {
    position: absolute;
    background-image: url(images/icons/up-arrow.svg);
    background-position: right 5px;
    background-repeat: no-repeat;
    width: 42px;
    height: 15px;
    content: "";
    top: 20px;
    right: 10px;
    font-size: 20px;
}

.select-selected.select-arrow-active:after {
    position: absolute;
    background-image: url(images/icons/down-arrow2.svg);
    background-position: right 5px;
    background-repeat: no-repeat;
    width: 42px;
    height: 15px;
    content: "";
    top: 23px;
    right: 10px;
    background-size: 12px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #333;
    padding: 22px 7px 22px 12px;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-size: 12px;
}

.select-items div {
    padding: 2px 7px 2px 23px;
}

.select-items div:before {
    content: " ";
    width: 7px;
    height: 7px;
    border: #000 1px solid;
    position: absolute;
    left: 7px;
    top: 7px;
    color: #000
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    top: 61px;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.select_main .select-selected {
    background-color: #4a1d30;
    color: #fff;
    padding: 20px 7px 15px 12px;
    font-size: 16px;
    min-height: 60px;
}

.select_main .select-selected.select-arrow-active:after {
    background-size: 14px;
}

.select_main .select-items {
    top: 60px;
}

.select_main .select-items div {
    padding: 7px 7px 7px 18px;
    font-size: 16px;
    color: #fff;
    background: #4a1d30;
}

.select_main .select-items div:hover,
.select_main .same-as-selected {
    background: #6d6d6d;
    color: #fff;
}

.select_main .select-items div:before {
    display: none;
}

.main_banner {
    position: relative;
}

#home_slider .item {
    position: relative;
}

#home_slider.owl-theme .owl-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

#home_slider .owl-prev,
#home_slider .owl-next {
    opacity: 1;
    color: #333;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    z-index: 1000;
    font-size: 45px;
    line-height: 0;
    background-color: transparent;
}

#home_slider .owl-prev {
    left: 0;
}

#home_slider .owl-prev:hover,
#home_slider .owl-next:hover {
    background-color: transparent;
}

#home_slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#home_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 2px 10px;
    background: none;
    background-color: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: #FFF solid 2px;
}

#home_slider .owl-dots .owl-dot.active span,
#home_slider .owl-dots .owl-dot:hover span {
    background: #4a1d30;
    border: #4a1d30 solid 2px;
}

.caption_banner {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    z-index: 9999;
    color: #fff;
    text-align: center;
    width: 60%;
    -webkit-transition: ease-in 0.6s;
    -moz-transition: ease-in 0.6s;
    -o-transition: ease-in 0.6s;
    transition: ease-in 0.5s;
    opacity: 0;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

#home_slider .owl-item.center .caption_banner {
    left: 50%;
    opacity: 1;
}

#about_slider .item {
    position: relative;
}

#about_slider.owl-theme .owl-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

#about_slider .owl-prev,
#about_slider .owl-next {
    opacity: 1;
    color: #333;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    z-index: 1000;
    font-size: 45px;
    line-height: 0;
    background-color: transparent;
}

#about_slider .owl-prev {
    left: 0;
}

#about_slider .owl-prev:hover,
#about_slider .owl-next:hover {
    background-color: transparent;
}

#about_slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#about_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 2px 10px;
    background: none;
    background-color: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: #FFF solid 2px;
}

#about_slider .owl-dots .owl-dot.active span,
#about_slider .owl-dots .owl-dot:hover span {
    background: #4a1d30;
    border: #4a1d30 solid 2px;
}

.grey_bg {
    background-color: #6d6d6d !important;
    color: #fff;
}

.body_contents {
    position: relative;
    min-height: 450px;
}

.body_contents h2 {
    display: block;
    margin-bottom: 10px;
    color: #6d6a6a;
    font-weight: 300;
}

ul.featured_products_list {
    list-style: none;
    padding: 0;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

ul.featured_products_list li {
    display: inline-block;
    width: 50%;
    border: 10px solid white;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
    color: #555555;
}

@media (max-width:1199px) {
    .featured_products_list li {
        width: 50% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    ul.featured_products_list {
        margin: 0 !important;
    }
}

@media (max-width:1023px) {
    .featured_products_list li {
        width: 100% !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

ul.featured_products_list li .hover_project {
    position: relative;
    top: 0;
    display: block;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
}

ul.featured_products_list li:hover .hover_project {
    top: 0;
}

.project-url-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

ul.featured_products_list li .featured_title {
    font-size: 23px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    min-height: 54px;
    font-weight: 500;
}

ul.featured_products_list li .featured_title strong {
    color: #4a1d30;
}

ul.featured_products_list li .featured_contents {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
}

ul.featured_products_list li .featured_contents>div {
    display: flex;
    width: 380px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    transition: all linear 0.4s 0s;
    -webkit-transition: all linear 0.4s 0s;
    overflow: hidden;
}

ul.featured_products_list li .view_button {
    opacity: 0;
    background-color: #4a1d30;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
    text-transform: uppercase;
    font-size: 12px;
    display: none !important;
}

ul.featured_products_list li .view_button span {
    float: right;
    font-size: 20px;
    position: relative;
    top: -2px;
}

ul.featured_products_list li:hover .view_button {
    display: block;
    bottom: 0;
    opacity: 1;
}

ul.featured_products_list li:hover .hover_project .featured_contents {
    background-color: transparent;
}

ul.featured_products_list li:hover .hover_project .featured_contents>div {
    opacity: 0;
    visibility: hidden;
}

ul.featured_products_list li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 71%;
    display: flex;
    justify-content: flex-start;
}

ul.featured_products_list li ul li {
    margin: 0;
    min-width: 58px;
}

ul.featured_products_list li ul li a {
    color: #727272;
}

ul.featured_products_list li ul li i {
    font-size: 16px;
    color: #727272;
    width: 100%;
    max-width: 22px;
    margin-right: 5px;
    float: left;
}

ul.featured_products_list li ul li .caricon {
    width: 100%;
    max-width: 29px;
    margin-right: 5px;
    display: inline-block;
}

ul.featured_products_list li img.single_img {
    border: #eee 1px solid;
    border-bottom: none;
}

.featured_img {
    position: relative;
    display: block;
    width: 100%;
}

ul.f .featured_img {
    position: relative;
    display: block;
    overflow: hidden;
}

.featured_img .property_badge {
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 3px -5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px -5px 5px;
    z-index: 999;
}

.featured_img .property_badge .red_badge {
    background-color: #4a1d30;
    color: #fff;
    text-decoration: none;
    padding: 2px 7px;
    font-size: 13px;
    display: inline-block;
    position: relative;
}

.featured_img .property_badge .white_badge {
    background-color: #f5f5f5;
    border-top-right-radius: 6px;
    color: #454545;
    text-decoration: none;
    padding: 3px 12px;
    font-size: 13px;
    display: inline-block;
    position: relative;
}

.featured_description p {
    line-height: 18px;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.save_box {
    float: right;
    display: inline-block;
    font-size: 13px;
    color: #454545;
}

footer {
    background-color: #d7d7d7;
    display: block;
    padding: 50px 0;
    position: relative;
    font-size: 14px;
    color: #555555;
}

footer h4 {
    margin-bottom: 5px;
    color: #4a1d30;
    font-size: 20px;
    font-weight: bold;
}

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

ul.footer_list li {
    display: block;
}

ul.footer_list li a {
    color: #555555;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
}

ul.footer_list li a:hover {
    text-decoration: underline;
    color: #000;
}

ul.footer_list li.current_page_item a {
    text-decoration: underline;
    color: #000;
}

.footer_logo {
    display: block;
    margin-bottom: 20px;
}

ul.social_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 10px;
}

ul.social_list li {
    display: inline-block;
    margin: 0 2px;
}

ul.social_list li a {
    color: #4a1d30;
    border: #4a1d30 solid 1px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    text-decoration: none;
    display: block;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
    position: relative;
}

ul.social_list li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

ul.social_list li a:hover {
    border: #000 solid 1px;
    color: #000;
}

.newsletter_box {
    position: relative;
}

.newsletter_box input {
    width: 100%;
    padding: 10px 20px;
    display: block;
}

.newsletter_box button {
    background-color: #4a1d30;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    line-height: 10px;
}


/*<team page css>*/

.text_sec {
    padding-top: 50px;
}

.team_box {
    position: relative;
}

.team_thumb {}

.team_info {
    padding: 15px 0;
    color: #555555;
    font-size: 13px;
    min-height: 132px;
}

.team_info h4 {
    color: #000;
    font-size: 18px;
}

.team_info h5 {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.team_info ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.team_info ul li.email a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.team_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team_info ul li {
    display: block;
    margin-bottom: 5px;
}

.team_info ul li a:hover {
    color: #555555;
}

.transprent_button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #451023;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    background-color: transparent;
}

.btn-right {
    position: relative;
    float: right;
    padding-right: 25px;
}

.btn-right:before {
    background: transparent url(images/icons/airplane.svg) center no-repeat;
    content: "";
    position: absolute;
    right: 25px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.contact_wrapper {
    position: relative;
    color: #4b4b4b;
}

.contact_wrapper a {
    color: #4b4b4b;
    text-decoration: none;
}

.contact_wrapper a:hover {
    color: #000;
    text-decoration: underline;
}

.contact_wrapper .form-control {
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
}

.search_banner {
    position: relative;
    display: block;
}

.property_slider .item {
    position: relative;
}

.property_slider.owl-theme .owl-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.property_slider .owl-prev,
.property_slider .owl-next {
    opacity: 1;
    color: #333;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    z-index: 1000;
    font-size: 45px;
    line-height: 0;
    background-color: transparent !important;
}

.property_slider .owl-prev {
    left: 0;
}

.property_slider .owl-prev:hover,
.property_slider .owl-next:hover {
    background-color: transparent !important;
}

.property_slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.property_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 2px 10px;
    background: none;
    background-color: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: #FFF solid 2px;
}

.property_slider .owl-dots .owl-dot.active span,
.property_slider .owl-dots .owl-dot:hover span {
    background: #4a1d30;
    border: #4a1d30 solid 2px;
}

.property_single_image .img {
    position: relative;
    border: #eee 1px solid;
    border-bottom: none;
}

ul.search_result_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    margin-left: -20px;
}

ul.search_result_list li {
    display: inline-block;
    width: calc(33% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
    color: #555555;
    overflow: hidden;
}

ul.search_result_list li .hover_project {
    position: relative;
    top: 0;
    display: block;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
}

ul.search_result_list li:hover .hover_project {
    top: 0;
}

ul.search_result_list li .featured_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    display: block;
    min-height: 55px;
}

ul.search_result_list li .featured_title strong {
    color: #511a30;
}

ul.search_result_list li .featured_contents {
    background-color: #f5f5f5;
    padding: 15px;
    display: block;
    font-size: 13px;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
    overflow: hidden;
}

ul.search_result_list li .view_button {
    opacity: 0;
    background-color: #4a1d30;
    padding: 10px 17px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    transition: all linear 0.2s 0s;
    -webkit-transition: all linear 0.2s 0s;
    text-transform: uppercase;
    font-size: 12px;
}

ul.search_result_list li .view_button span {
    float: right;
    font-size: 20px;
    position: relative;
    top: -2px;
}

ul.search_result_list li:hover .view_button {
    display: block;
    bottom: 0px;
    opacity: 1;
}

ul.search_result_list li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 71%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-top: -5px;
}

ul.search_result_list li ul li {
    margin: 0;
    text-align: left;
    float: left;
    min-width: 78px;
    margin-right: 10px;
    width: calc(31% - 20px) !important;
    display: inline-block;
    color: #727272;
}

ul.search_result_list li ul li a {
    color: #727272;
}

ul.search_result_list li ul li i {
    font-size: 16px;
    color: #727272;
    width: 100%;
    max-width: 22px;
    margin-right: 5px;
    float: left;
}

ul.search_result_list li ul li .caricon {
    width: 100%;
    max-width: 29px;
    margin-right: 5px;
    display: inline-block;
}

.pagination_box {
    text-align: center;
    margin-top: 30px;
    display: block;
}

.pagination_box ul {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.pagination_box ul li {
    border: 0;
    display: inline-block;
    padding: .5rem .75rem;
}

.pagination_box ul li a {
    border: 0;
    color: #555555;
    text-decoration: none;
    display: block;
}

.pagination_box ul li a:hover,
.pagination_box ul li.active a,
.pagination_box ul li.active a:focus,
.pagination_box ul li .current {
    border: 0 !important;
    color: #4a1d30 !important;
    text-decoration: none;
    font-weight: 900;
    background-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}


/*<property page css >*/

#property_slider .item {
    position: relative;
}

#property_slider.owl-theme .owl-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

#property_slider .owl-prev,
#property_slider .owl-next {
    opacity: 1;
    color: #333;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    z-index: 1000;
    font-size: 45px;
    line-height: 0;
    background-color: transparent;
}

#property_slider .owl-prev {
    left: 0;
}

#property_slider .owl-prev:hover,
#property_slider .owl-next:hover {
    background-color: transparent;
}

.property_sec {
    position: relative;
}

.prt_dtail_title {
    border-bottom: #f1f1f1 1px solid;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

ul.list_detail_info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
}

ul.list_detail_info li {
    float: left;
    margin-right: 18px;
}

.dtail_title_star {
    text-align: right
}

.smbold {
    font-weight: 600;
}

.grey_bk {
    background: #f1f1f1;
}

.border_col {
    position: relative;
}

.border_col:after {
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    content: "";
    position: absolute;
}

.cal_left,
.cal_right {
    padding: 15px;
    font-size: 14px;
}

.cal_right_txt {
    padding-top: 10px;
}

.cal_btn {}

.cal_btn .btn {
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.cal_btn .btn-light {
    background: #fff;
    border-color: #fff;
}

.cal_btn2 {
    display: none;
}

.cal_btn2 {
    text-align: center;
}

.cal_btn2 .btn {
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.cal_btn2 .btn-light {
    background: #fff;
    border-color: #fff;
}

.cal_right a {
    text-decoration: underline;
    color: #333;
}

ul.feature_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    overflow: hidden;
    display: flex;
    flex-flow: column;
}

ul.feature_list li {
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    line-height: 1.3;
    border-top: 1px solid #111;
}

ul.shedule_list li div.row {
    flex-flow: column;
    margin: 0;
}

ul.feature_list .smbold,
.shedule_tittle,
.shedule_box .shedule_tittle,
.listing_data h4 {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 1rem;
    margin-bottom: 2px;
}

.shedule_tittle {
    color: white !important;
}

.feature_list h6 {
    margin-bottom: 5px;
}

ul.feature_list li.full {
    width: 100%;
}

.shedule_box {
    margin-bottom: 20px;
}

.shedule_tittle {
    color: #fff;
    background: #4a1d30;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px 5px 17px;
    margin-top: 3px;
    margin-bottom: 2px;
}

ul.shedule_list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.shedule_list li {
    display: block;
    padding: 7px;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 1px solid #111;
    font-size: 13px;
}

ul.shedule_list li:nth-child(even) {
    background: #f1f1f1;
}

ul.shedule_list2 {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 30px;
}

ul.shedule_list2 li {
    display: block;
    padding: 7px;
    font-size: 13px;
}

.shedule_box_right h6 {
    font-weight: 500;
    font-size: 14px;
}

.right_sh_text {
    float: left;
}

.aside_right {
    position: relative;
    margin-top: -78px;
    z-index: 1
}

.contact_box {
    background: transparent;
}

.contact_box_title {
    background: transparent;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 25px;
    color: inherit;
}

.contact_box_title .row {
    margin: 0 -5px;
}

.contact_box_title .row [class*='col-'] {
    padding: 0 5px;
}

.contact_box_title_right {
    padding-top: 5px;
    text-align: left;
    margin-left: 0 !important;
}

.cont_img {
    border-radius: unset;
    -webkit-border-radius: unset;
}

.agent-photo {
    max-width: 100px;
}

.contact_wrapper_inner {
    position: relative;
    color: #4b4b4b;
    padding: 15px
}

.contact_wrapper_inner .form-control {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.contact_map {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact_map iframe {
    width: 100%;
    height: 300px;
}

.single_btn .transprent_button {
    padding-right: 55px;
}

.single_btn {
    position: relative;
}

.single_btn:before {
    background: transparent url(images/icons/airplane.svg) center no-repeat;
    content: "";
    position: absolute;
    right: 25px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.btn-mrg {
    margin: 0 10px 10px 0;
}

textarea.form-control {
    height: 95px;
}

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

.wpcf7-not-valid {
    border: 1px solid #F00 !important;
}

div.wpcf7-response-output {
    margin: 10px 0;
    clear: both;
}

div.wpcf7 .ajax-loader {
    position: relative;
    left: 20px;
}

.listing_data {
    font-size: 15px;
}

.go_up {
    margin-top: 5px;
    color: #000;
    padding: 12px 15px 15px;
    background: #fff;
}

.go_up label {
    float: left;
}

.ui-slider-horizontal {
    height: 0.3em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #4a1d30;
    background: #4a1d30;
    font-weight: normal;
    color: #333;
}

#amount {
    border: 0;
    color: #333 !important;
    margin-bottom: 5px !important;
    text-align: right;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    width: 95%;
    margin: 0 auto;
    background: #6d6d6d !important;
}

.ui-slider-horizontal .ui-slider-range {
    border: 0 !important;
    background: transparent;
}

.contact_form {
    max-width: 700px;
    margin: 30px auto 0;
}

.featured_form {
    max-width: 700px;
    margin: 15px auto 0;
}

.featured_form .form-control {
    border: 1px solid #ccc;
    background: none;
}

.contact_info {
    margin: 0 auto 50px;
    max-width: 445px;
}

.contact_info p {
    font-weight: 500;
}

.contact_info p .con_title {
    width: 140px;
    display: table-cell;
    color: #999;
}

.contact_info p .con_detail {
    display: table-cell;
}

.title_purple {
    text-align: center;
    font-weight: 500;
    color: #4a1d30;
    padding-top: 140px;
}

h2.contact_title {
    text-align: center;
    margin-bottom: 45px;
}

.banner_rent {
    position: relative;
}

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

.inner_banner_text h3 {
    display: inline-block;
    background: #4a1d30;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.slider_rent {}

.rent_contents {
    background: #f5f5f5;
    text-align: center;
    color: #555;
    padding: 20px 200px;
}

.rent_contents p {
    margin-bottom: 0;
}

#rent_slider.owl-theme .owl-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

#rent_slider .owl-prev,
#rent_slider .owl-next {
    opacity: 1;
    color: #333;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    z-index: 1000;
    font-size: 40px;
    line-height: 0;
    background-color: transparent;
}

#rent_slider .owl-prev {
    left: 0;
}

#rent_slider .owl-prev:hover,
#rent_slider .owl-next:hover {
    background-color: transparent;
}

.rent_form {
    padding: 20px;
    background: #f5f5f5;
}

.rent_form .form-control {
    background: #fff;
}

.rent_form .btn {
    text-transform: uppercase;
}

.btn-mrg {
    margin: 0 10px 10px 0;
}

textarea.form-control {
    height: 95px;
}

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

.wpcf7-not-valid {
    border: 1px solid #F00 !important;
}

div.wpcf7-response-output {
    margin: 10px 0;
    clear: both;
}

div.wpcf7 .ajax-loader {
    position: relative;
    left: 20px;
}

.testi_sec {
    padding: 100px 0 70px;
    color: #fff;
    display: none;
    position: relative;
}

.testi_sec:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.50);
}

#testimonials .item {}

#testimonials .item p {
    line-height: 1.5;
    font-style: italic;
    font-size: 20px;
    position: relative;
    padding: 10px 55px 0;
}

#testimonials .item .quote_top {
    position: absolute;
    top: 0;
    left: 0;
}

#testimonials .item .quote_top img {
    max-width: 40px;
}

#testimonials .item .quote_bottom {
    position: absolute;
    margin-left: 25px;
}

#testimonials .item .quote_bottom img {
    max-width: 40px;
    margin: 0 auto;
}

#testimonials .item .author {
    padding: 15px 0 0 60px;
    font-style: italic;
    font-size: 20px;
}

#testimonials .owl-dots {
    text-align: center;
    margin-top: 35px;
}

#testimonials .owl-dots .owl-dot {
    display: inline-block;
}

#testimonials .owl-dots .owl-dot span {
    border: none;
    display: inline-block;
    margin: 3px 12px;
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 50%;
}

.owl-controls {
    text-align: center;
}

#testimonials .owl-dots .owl-dot.active span {
    background: #fff;
    height: 16px;
    width: 16px;
    position: relative;
}

#testimonials .owl-dots .owl-dot.active span:before {
    position: absolute;
    left: -4px;
    right: 0;
    top: -4px;
    bottom: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.tag_sec {
    font-size: 28px;
    text-align: center;
    color: #656565;
    padding: 150px 0;
}

.tag_sec p {
    line-height: 1.5;
    margin: 0;
    color: #451024;
}

.info_text {
    padding: 180px 0 180px;
    font-size: 28px;
    text-align: center;
    color: #451024;
}

.info_text p {
    line-height: 1.5;
    margin: 0;
}

.vision_text {
    padding: 180px 0 180px;
    font-size: 28px;
    text-align: center;
    color: #451024;
}

.vision_text p {
    line-height: 1.5;
    margin: 0;
}

.sell_team_sec {
    padding: 25px;
    max-width: 584px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.sell_team_sec .team_info ul li {
    font-size: 14px;
    font-weight: 600;
}

.sell_team_sec p {
    min-height: 160px;
}

.res_contents {
    border: 2px solid #4a1d30;
    padding: 15px;
}

.res_contents h4 {
    text-transform: uppercase;
    color: #4a1d30;
}

.res_contents p {
    min-height: 65px;
}

.res_contents .download {
    text-transform: uppercase;
}

.container.slider,
.container-slider,
.container-dwell {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
    max-width: 100% !important;
}

.container-slider {
    background: url(http://enclavepropertygroup.com.au/wp-content/uploads/2018/11/penthouse.jpg);
    height: 85vh;
    background-size: cover;
}

.container-dwell .container-slider {
    background: url(https://enclavepropertygroup.com.au/wp-content/uploads/2019/08/home-Hero-Shot.jpg);
    height: 85vh;
    background-size: cover;
}

.popup {
    position: fixed;
    padding: 44px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 1;
    color: black;
    text-align: center;
    max-width: 660px;
    z-index: 999999999999999999999999;
}

.popup:target {
    visibility: visible;
    opacity: 1;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.4);
}

.close-popup {
    background: rgba(0, 0, 0, .7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
}

.popup:target+.close-popup {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.popup {
    background: rgb(241, 241, 241);
}

.cool_close {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    margin-top: -18px;
    justify-content: flex-end;
}

.cool_close a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 0;
    font-size: 39px;
    box-sizing: border-box;
    color: transparent !important;
    cursor: pointer;
    line-height: 26px;
    outline: none;
    overflow: hidden;
    padding: 0;
    border-radius: 0 !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
    width: 26px;
}

.cool_close a::before,
.cool_close a::after {
    background-color: #491b2e !important;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: center left;
    transition: all 0.2s ease-in;
    width: 100px;
    z-index: -1;
}

.cool_close a::before {
    top: 0;
    transform: rotate(45deg);
}

.cool_close a::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.cool_close a:hover {
    color: #fff !important;
}

.cool_close a:hover::before,
.cool_close a:hover::after {
    height: 30px;
    transform: rotate(0deg);
}

.popup-btns {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.popup-btns a {
    font-size: 12px;
    padding: 9px 19px;
    text-align: center;
    line-height: 17px;
}

.close-popup {
    background: rgba(0, 0, 0, .7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
}

.popup:target+.close-popup {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.close-popup {
    background: rgba(255, 255, 255, .36) !important;
}

.container-dwell .img-logo {
    display: none;
}

.for-padding {
    padding: 80px;
}

.for-padding.home-pg {}

#featured_section {
    padding: 0 !important;
}

#featured_section .top-header.top-header-first {
    margin-top: 10px !important;
}

.logo {
    width: 218px;
    margin: 0;
}

header .container {
    width: 100% !important;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

@media (min-width:1023px) {
    .main_menu {
        display: none
    }
}

@media (max-width:1022px) {
    .menu-desktop {
        display: none
    }
}

.menu-desktop ul {
    margin: 0;
}

.menu-desktop ul li {
    display: inline-block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
}

.menu-desktop ul li a {
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    height: 43px;
    width: auto;
    text-transform: uppercase;
    display: block;
    font-weight: 600 !important;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin: 0 9px;
}

@media (max-width:1092px) {
    .menu-desktop ul li a {
        letter-spacing: 0;
        margin: 0 6px;
    }
}

.top-header {
    width: 100%;
    color: #111;
    font-size: 29px;
    font-weight: 200;
    padding: 37px 0 37px 39px;
    background: #f0f0ef;
    margin: 34px 0 0;
}

.top-bottom {
    width: 100%;
    color: #111;
    font-size: 20px;
    font-style: oblique;
    font-weight: 200;
    display: block;
    padding: 3px 0 15px 0px;
}

.container-text {
    text-align: center !important;
    width: 800px;
    text-align: center;
    margin: auto;
    padding: 97px 0;

}

.dwell-blog .container-text strong,.container-text  {
    font-size: 16px;
}

.container-text h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 27px;
    letter-spacing: 2px;
}

.container-text h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
}

.container-images-left {}

.container-images-right {}

@media (max-width:902px) {
    .container-text {
        width: 100%;
        padding: 0 20px;
    }
}

.flex-cont {
    display: flex;
    justify-content: space-between;
}

.flex-cont-left,
.flex-cont-right {
    background: #f0f0ef;
    width: 49%;
}

.half-width-image.benefits-2 {
    background: url(http://enclavepropertygroup.com.au/wp-content/uploads/2018/11/launch-left.jpg);
    background-position: center top !important;
}

.half-width-image.benefits-3 {
    background: url(http://enclavepropertygroup.com.au/wp-content/uploads/2018/11/launch-right.jpg);
    background-position: center top !important;
}

.without-txt {
    height: 585px;
}

.half-width-image {
    width: 100%;
}

.half-width-image {
    background-size: cover !important;
    background-position: center center !important;
}

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

    .flex-cont-left,
    .flex-cont-right {
        width: 100%;
    }
}

@media screen and (max-width: 1038px) {
    .flex-cont {
        flex-flow: column;
    }

    .flex-cont-left,
    .flex-cont-right {
        width: 100%;
    }

    .flex-cont>div:first-child {
        margin-bottom: 46px;
    }
}

@media (min-width: 1290px) {

    html.homePage .main_banner,
    body.homePage .main_banner {
        height: auto !important;
    }
}

.form-dwell {
    background: url(http://enclavepropertygroup.com.au/wp-content/uploads/2018/11/Balcony.jpg);
    height: 770px;
    background-position: center 1302px;
    background-size: cover;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 40px;
}

.contact-srtong-font {
    font-weight: 600;
}

.featured_form,
.form-holder {
    width: 436px;
}

.form-holder {
    background-size: cover;
    font-weight: 500;
    padding: 35px;
    font-size: 18px !important;
    background: rgba(255, 255, 255, .5);
}

.form-dwell #wpcf7-f431-o1 {
    margin-top: 29px;
}

ul.featured_products_list li {
    background-color: #f5f5f5;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.form-dwell #wpcf7-f431-o1 input,
#wpcf7-f53-o1 input {
    height: 51px;
}

.form-dwell #wpcf7-f431-o1 input::placeholder,
#wpcf7-f53-o1 input::placeholder {}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #13355e !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #13355e !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #13355e !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #13355e !important;
}

.form-dwell #wpcf7-f431-o1 input[type="text"],
#wpcf7-f53-o1 input,
#wpcf7-f53-o1 textarea {
    font-size: 14px;
    height: 51px;
    background: white;
    color: #13355e;
    font-weight: 500 !important;
}

.form-dwell #wpcf7-f431-o1 input[type="text"],
.form-dwell #wpcf7-f431-o1 input[type="tel"],
.form-dwell #wpcf7-f431-o1 input[type="email"] {
    box-shadow: inset 3px 3px 9px #b6b6b6;
}

#wpcf7-f53-o1 input,
#wpcf7-f53-o1 textarea {
    box-shadow: none !important;
}

.form-dwell #wpcf7-f431-o1 input[type="submit"],
#wpcf7-f53-o1 input[type="submit"] {
    width: 100% !important;
    font-size: 19px;
    color: white !important;
    text-transform: uppercase;
    box-shadow: inset 3px 3px 5px #2a151c;
    background: #3a1d27;
    letter-spacing: 3px;
}

@media screen and (max-width: 1018px) {
    .form-dwell {
        background-position: center 587px;
    }
}

@media screen and (max-width: 504px) {
    .form-holder {
        width: 100%;
    }
}

.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media screen and (max-width: 504px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.main_slider {
    position: relative;
}

.metaslider .caption-wrap {
    bottom: 50% !important;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 35px !important;
    color: white !important;
    opacity: 1 !important;
    background: transparent !important;
    z-index: 999;
    margin-left: 37px !important;
}

.metaslider .flex-control-nav {
    bottom: 17px !important;
}

.flex-control-paging li a.flex-active {
    background: #fff !important;
    background: rgba(255, 255, 255, .9) !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
}

.flex-control-paging li a {
    background: none !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
}

.main_menu {
    top: 97px !important;
    right: 86px !important;
}

@media screen and (max-width: 1215px) {
    .metaslider .caption-wrap {
        bottom: 42% !important;
        font-size: 25px !important;
    }
}

@media screen and (max-width: 792px) {
    .for-padding {
        padding: 20px;
    }

    .main_menu {
        top: 27px !important;
        right: 22px !important;
    }
}

@media screen and (max-width: 530px) {
    .main_menu {
        top: 16px !important;
        right: 22px !important;
    }
}

.logo.fadeInDown {
    margin-top: 12px !important;
}

@media (max-width: 575px) {
    .logo {
        padding: 12px !important;
    }

    .logo.fadeInDown {
        margin-top: 0 !important;
    }
}

.img-logo {
    position: absolute;
    top: 45px;
    right: 0;
    margin: auto;
    left: 0;
    width: 510px;
}

.main-contact-page {
    background: url(http://enclavepropertygroup.com.au/wp-content/uploads/2018/11/exterior-office-contact.jpg);
    height: 770px;
    background-position: center 1154px;
    background-size: cover;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 70px;
}

.container.for-contact-page {
    width: 100% !important;
    max-width: 100%;
}

#ep_logo {
    position: absolute;
    width: 250px;
    left: auto;
    right: -29px;
    height: 251px;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: 99999999;
}

@media screen and (max-width: 900px) {
    #ep_logo {
        width: 150px;
    }
}

@media screen and (max-width: 590px) {
    #ep_logo {
        width: 126px;
        HEIGHT: 126PX;
    }
}

.menu-desktop ul li a:hover {
    color: #78797c !important;
}

.featured_form {
    background-size: cover;
    font-weight: 500;
    padding: 35px;
    font-size: 18px !important;
    background: rgba(255, 255, 255, .5);
}

.contact-form-text-top {
    display: inline-block;
    margin: 0 0 24px;
    color: #000;
}

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

    .featured_form,
    .form-holder {
        width: 100% !important;
        height: 100% !important;
    }

    .form-dwell {
        padding-top: 0;
    }
}

.last-form-group {
    margin-bottom: 0 !important;
}

.wp-caption .wp-caption-text:hover {
    display: none !important;
}

.img-contact-us-lower {
    display: flex;
    margin: auto;
    width: 900px;
    margin-top: 60px;
}

.img-contact-us-lower>div {
    width: 49%;
}

.cont-left .title_purple {
    padding-top: 0 !important;
    margin-bottom: 23px;
    text-align: left;
}

.img-contact-us-lower h2.contact_title {
    text-align: left;
    margin-top: 27px;
    margin-bottom: 10px;
}

.cont-right {
    margin-top: 77px;
}

@media screen and (max-width: 1063px) {
    .img-contact-us-lower {
        flex-direction: column;
        width: 100%;
    }

    .img-contact-us-lower>div {
        width: 100%;
    }

    .featured_form {
        padding: 0;
        width: 100%;
    }
}

.cont-left #featured_section h2 {
    text-align: left !important;
}

@media (max-width: 667px) {
    #featured_section h2 {
        text-align: left !important;
    }

    #featured_section .inner-text h2 {
        text-align: center !important;
    }
}

@media (max-width: 1664px) {
    .form-dwell {
        background-position: center center;
    }
}

@media screen and (max-width: 698px) {
    .metaslider .caption {
        margin-left: 0 !important;
    }

    .metaslider .caption-wrap {
        margin-left: 4px !important;
        bottom: 15% !important;
        text-align: center;
        font-size: 17px !important;
        font-weight: 400;
    }

    .cont-right {
        margin-top: 8px;
    }

    .cont-left .title_purple {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 792px) {
    .for-padding.home-pg {
        margin-top: 52px;
    }
}

@media screen and (max-width: 575px) {
    .for-padding.home-pg {
        margin-top: 0;
    }

    .logo.fadeInDown {
        margin-top: 0 !important;
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 1000px) {
    .container-slider {
        height: 40vh !important;
    }
}

@media screen and (max-width: 626px) {
    footer .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 610px) {
    .testi_sec .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.logo.overlay {
    margin-top: 20px;
}

.inner_banner {
    margin-bottom: 50px;
}

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

    #home_slider .owl-carousel .owl-stage,
    #home_slider .owl-item.active.center {
        width: 100 !important;
    }
}

.row.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 730px;
    margin: auto;
}

@media screen and (max-width: 824px) {
    .row.flex {
        width: 100%;
        justify-content: center;
    }
}

#rev_slider_2_1 .zeus .tp-bullet {
    width: 7px !important;
    height: 7px !important;
    opacity: .6 !important;
}

.fader {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
}

.rev_slider ul li .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 31%, transparent) !important;
}

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

    .fader,
    .rev_slider ul li .slotholder:after {
        background: rgba(0, 0, 0, 0.3) !important;
    }
}

.dwell-blog .container-slider {
    background: url(https://enclavepropertygroup.com.au/wp-content/uploads/2019/03/blog-hero-image-opt.jpg);
    height: 74vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dwell-blog .container-slider.blog-4 {
    background: url(https://enclavepropertygroup.com.au/wp-content/uploads/2019/03/Hero-Shot-blog4.jpg);
    height: 64vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.hero-image-caption {
    position: absolute;
    width: 100%;
    z-index: 99;
    line-height: 13px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: right;
    font-size: 10px;
    top: 6px;
    color: black;
}

.blog-body {
    position: relative;
    background-color: #f0f0ef;
    padding-top: 26px;
}

@media screen and (max-width: 676px) {
    .dwell-blog .container-slider.blog-4 {
        height: 44vh !important;
    }
}

@media screen and (max-width: 2011px) {
    .dwell-blog .container-slider {
        background-size: cover;
    }
}

.dwell-blog .container-text {
    text-align: left !important;
    width: 1100px;
}

.dwell-blog .flex-cont-3-imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dwell-blog .flex-cont-3-imgs>div {
    width: 31.5%;
}

.dwell-blog .container-text {
    width: 100%;
}

.dwell-blog .with-pad {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media screen and (min-width: 1325px) {
    .dwell-blog .container-text {
        width: 1100px !important;
    }

    .dwell-blog .with-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 1352px) {
    footer .container {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media (max-width:600px) {
    .dwell-blog .flex-cont-3-imgs>div {
        width: 100%;
        margin: 12px 0;
    }
}

@media (max-width:1024px) {
    .dwell-blog .container-slider {
        height: 53vh !important;
    }
}

@media (max-width:647px) {
    .dwell-blog .inner-text h2 {
        font-size: 1.9rem;
    }
}



.dwell-blog .container-text strong {
    margin-bottom: 27px;
    letter-spacing: 0;
}

.dwell-blog .container-text strong,
td.strong,
span.strong {
    font-weight: 600;
}

.dwell-blog .inner-text {
    width: 720px;
    text-align: center;
    z-index: 2;
}

.dwell-blog .inner-text h2 {
    display: block;
    font-size: 1.9rem;
    margin-bottom: 10px;
    color: white;
    letter-spacing: 2px;
    font-weight: 500;
}

.dwell-blog .inner-text h2 span {
    font-size: 23px;
}

@media (max-width:600px) {
    .dwell-blog .container-slider {
        height: 44vh;
    }
}

.dwell-blog .container-slider.blog-home {
    background-image: none !important;
    background: #f0f0ef !important;
    margin-top: 21px !important;
    height: auto !important;
    padding: 39px 0 !important;
}

.dwell-blog .blog-posts {
    display: flex;
}

@media (max-width: 1406px) {
    .dwell-blog .blog-posts {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .dwell-blog .blog-post {
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .dwell-blog .blog-post {
        width: 100%;
    }

    .dwell-blog .blog-post .blog-post-header img {
        width: 100% !important;
    }
}

.dwell-blog .blog-post {
    width: 370px;
    margin-left: 20px;
    margin-right: 20px;
}

.blog-post-footer {
    display: flex;
    background-color: white;
    padding: 30px;
    min-height: 391px;
    flex-flow: column;
}

.blog-post-footer h2 {
    font-size: 1.4em !important;
    font-weight: 400 !important;
    color: #111 !important;
    text-transform: uppercase;
}

.blog-post-footer h2 span {
    font-size: 14px !important;
    display: block;
    margin-top: 14px;
    font-weight: 600;
}

.blog-post-footer .read-more {
    text-orientation: unset;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:450px) {
    .blog-posts {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dwell-blog .blog-post {
        width: 100%;
    }
}

.overlay-dark {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    margin: auto;
}

.dwell-blog .flex-cont-3-imgs.two-imgs .flex-cont-left {
    width: 65.1%;
}

.dwell-blog .flex-cont-3-imgs.two-imgs .flex-cont-right {
    width: 32.6%;
}

.blog-body {
    background-color: #f0f0ef;
}

@media (min-width:1332px) {
    .dwell-blog .container-text {
        text-align: left !important;
        width: 1100px;
    }
}

@media (max-width: 490px) {
    .dwell-blog.blog-1 .flex-cont-3-imgs.two-imgs>div {
        width: 100% !important;
        margin: 12px 0;
    }
}

.dwell-blog.blog-1 .flex-cont-3-imgs.two-imgs .flex-cont-left .inner-flex {
    display: flex;
    justify-content: space-between;
}

.dwell-blog.blog-1 .flex-cont-3-imgs.two-imgs .flex-cont-left .inner-flex .flex-cont-left-inner {
    width: 48.5%;
}

.dwell-blog.blog-1 .flex-bottom-full-width img {
    width: 100%;
}

.dwell-blog.dwell-blog.blog-1 .container-slider {
    background: url(https://enclavepropertygroup.com.au/wp-content/uploads/2019/04/Colonial-Sugar-Refinery-State-Library-opt.jpg) !important;
    background-size: cover !important;
    height: 65vh;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.dwell-blog.blog-1 .full-width {
    margin-top: 3.3%;
}

.dwell-blog.blog-1 .flex-bottom-full-width {
    margin-top: 2.1%;
}

@media (max-width: 490px) {
    .dwell-blog .flex-cont-3-imgs.two-imgs .flex-cont-right {
        margin-top: 3.1% !important;
    }

    .dwell-blog .flex-cont-3-imgs.two-imgs .flex-cont-right img {
        width: 100% !important;
    }
}

@media (max-width: 461px) {
    .dwell-blog.blog-1 .flex-cont-3-imgs.two-imgs .flex-cont-left .inner-flex .flex-cont-left-inner {
        width: 100%;
    }

    .dwell-blog.blog-1 .flex-cont-3-imgs.two-imgs .flex-cont-left .inner-flex {
        flex-flow: column;
    }

    .dwell-blog.blog-1 .flex-cont-3-imgs.two-imgs .flex-cont-left .inner-flex .flex-cont-left-inner:first-child {
        margin-bottom: 20px;
    }

    .dwell-blog.blog-1 .full-width {
        margin: 20px 0 !important;
    }

    .dwell-blog.blog-1 .flex-bottom-full-width {
        margin-top: 20px !important;
    }

    .dwell-blog .flex-cont-3-imgs.two-imgs .flex-cont-right {
        margin: 0 !important;
    }
}

.dwell-blog.blog-1 .overlay-dark {
    background-color: rgba(0, 0, 0, .27);
}

@media (max-width: 600px) {
    .dwell-blog.blog-1 .flex-cont-3-imgs>div {
        margin: 0 !important;
    }

    ul.featured_products_list li .featured_title {
        width: 300px;
        letter-spacing: 0;
        font-size: 19px;
    }
}

.flex-bottom-images-holder {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0px !important;
    justify-content: center;
}

.span-row-flex {
    display: flex;
    justify-content: space-between;
}

.span-row-flex>span {
    width: 30%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.span-table {
    width: 643px;
}

@media (max-width:872px) {
    .span-table {
        width: 100%;
    }
}

@media (max-width:587px) {
    .span-row-flex {
        flex-flow: column;
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .span-table>span:not(:nth-of-type(4)) {
        border-bottom: 1px solid #b7b2b2;
    }

    .span-row-flex>span {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.fancybox-bg {
    background: #fff !important;
}

.benefits-2-b.without-txt img {
    width: 100% !important;
}

.flex-bottom-images {
    position: relative;
}

.flex-bottom-images a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.flex-bottom-images a:hover {
    transform: scale(1.1);
}

.flex-bottom-images a::after {
    content: "";
    background-image: url(https://enclavepropertygroup.com.au/wp-content/uploads/2019/06/search-w.svg);
    width: 21px;
    position: absolute;
    height: 21px;
    color: white;
    background-repeat: no-repeat;
    right: 27px;
    bottom: 17px;
    margin: auto;
}

.flex-bottom-images-holder.four-imgs .flex-bottom-images {
    width: 31.6%;
    min-width: 180px;
    margin: 9px;
    overflow: hidden;
}

@media (max-width: 495px) {
    .flex-bottom-images-holder.four-imgs .flex-bottom-images {
        width: 100%;
        margin: 0;
        margin-bottom: 9px;
    }
}

.container.sold {
    padding-top: 30px !important;
}

.hide-element {
    display: none !important;
}

@media screen and (max-width:1021px) {
    .info_text {
        padding: 71px 0 70px;
        font-size: 19px;
        width: 600px;
        margin: auto;
    }
}

@media screen and (max-width:767px) {
    .info_text {
        padding: 71px 0 70px !important;
        font-size: 16px;
        width: 100%;
    }
}

.heading-svg {
    width: 182px;
    height: 35px;
    margin-bottom: 15px;
}

ßß .heading-svg img {
    max-width: 100%;
    height: auto;
}

.hover_project .property_slider .item {
    position: relative;
}

.sold-badge {
    position: absolute;
    width: 82px;
    right: 22px;
    top: 22px;
    z-index: 999;
    display: flex;
    border-radius: 82px;
    padding: 11px;
    background-color: #511a30;
    height: 82px;
}

@media screen and (max-width:380px) {
    .sold-badge {
        width: 70px;
        border-radius: 70px;
        height: 70px;
    }
}

.menu-desktop ul li.current-menu-item>a {
    border-bottom: 1px solid black !important;
}

#home_menu ul {
    display: flex !important;
    justify-content: space-between !important;
    text-align: center !important;
    align-content: center !important;
    margin-right: auto !important;
}

#home_menu ul li {
    margin-right: auto !important;
}

.quick-contact-us {
    position: fixed;
    background-color: #491b2e;
    color: white;
    top: 0;
    font-size: 14px;
    right: -70px;
    z-index: 999999998;
    height: 53px;
    width: 185px;
    /* left: 0; */
    bottom: 0;
    cursor: pointer;
    margin: auto;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}

.quick-contact-us-form {
    position: fixed;
    top: 29%;
    right: -260px;
    z-index: 9999999999;
    height: auto;
    width: 243px;
    bottom: 0;
    margin: auto;
}

.quick-contact-us-form>div {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #491b2e;
    padding: 41px 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.close-btn {
    position: absolute;
    color: white;
    font-size: 12px;
    top: -36px;
    left: 0px;
    cursor: pointer;
    z-index: 99999;
    background-color: #491a2e;
    height: 35px;
    width: 35px;
    bottom: 0;
    /* border-radius: 26px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-listing-page {
    width: 1535px;
    margin: 0 auto 60px;
}

.single-listing-page>div {
    display: flex;
    margin-top: 30px;
    width: 100%;
}

.listing_data h4 {
    text-transform: uppercase;
    font-size: 17px;
}

.listing_data {
    padding: 0 20px;
}

.single-listing-page-left {
    width: 30%;
    padding: 30px;
}

.single-listing-page-left,
.single-listing-page-full>div:last-of-type,
.single-listing-page-full>div:first-of-type {
    background-color: #f2f2f3;
}

.single-listing-page-right {
    width: 70%;
    overflow: hidden;
}

.single-listing-page-full {
    width: 100%;
    display: flex;
    width: 100%;
}

.single-listing-page-full>div:first-of-type {
    width: 30%;
}

.single-listing-page-full>div:nth-of-type(2) {
    width: 50%;
}

.single-listing-page-full>div:last-of-type {
    width: 20%;
    padding: 20px;
}

.single-listing-page-full .single-listing-page-full-right {
    width: 20%;
    padding: 20px;
    background-color: #f2f2f3;
}

.contact_map iframe {
    margin-bottom: 20px;
}

.single-listing-page h2 {
    font-size: 28px;
    color: #000;
    font-weight: 300;
}

.listing-title {
    font-size: 18px;
    font-weight: 300;
    margin: 22px 0 18px;
}

.single-listing-page h5 {
    font-size: 1rem;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

ul.list_detail_info li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

ul.list_detail_info li span:first-of-type {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    border: 2px solid #4a1d30;
    align-items: center;
    padding: 3px;
    color: #4a1d30;
    font-weight: 500;
    font-size: 12px;
    margin-right: 7px;
}

ul.list_detail_info li span:last-of-type {
    width: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.list_detail_info li:nth-of-type(2) span:last-of-type {
    width: 22px;
}

.contact_box_title_right h6 span {
    text-transform: uppercase;
}

.contact_box_title a,
.contact_box_title_right h6 {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 10px;
    color: #6d6e71;
}

.contact_links a {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}

.contact_links {
    padding-left: 30px;
}

#our-team {
    background-color: #f2f2f3;
    width: 100%;
    padding: 40px;
}

.price {
    color: #000;
}

#our-team .flex {
    justify-content: center;
    width: 100%;
    align-items: center;
    max-width: 1888px;
    flex-flow: row;
    margin: auto;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.flex-cont-right .read-more,
.flex-cont-left .read-more,
.popup-btns a {
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    padding: 17px 0px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 22px;
    text-align: center;
    color: white;
    background-color: #4a1d30;
    display: block;
}

.flex-cont-right h3,
.flex-cont-left h3 {
    text-align: center;
    margin: 27px 0;
}

.dwell-f .title {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
}

#our-team .read-more {
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 22px;
    color: white;
    background-color: #4a1d30;
}

.flex-cont-left>div {}

#our-team .read-more a {
    color: white;
    display: flex;
    padding: 5px 14px;
}

.container.slider.enclave-team {
    background-color: #f2f2f3;
    margin-bottom: 76px;
}

.team-box-holder {
    min-width: 300px;
    width: 18%;
    margin: 15px;
}

#our-team-details {
    width: 100%;
}

.our-team-details-flex {
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    padding-right: 91px;
    flex-flow: row;
    margin: auto;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.fancybox-navigation .fancybox-button--arrow_right{
    right: 50px!important;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 50px!important;
}

.our-team-details-flex-left {
    width: 30%;
}

.our-team-details-flex-right {
    width: 70%;
    padding-top: 3%;
    padding-left: 4%;
}

.detailed-page-body {
    border-left: 10px solid #d6d6d7;
    padding-left: 21px;
    height: 610px;
    overflow-y: scroll;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.detailed-page-heading h1 {
    font-weight: 300;
    color: #000;
    margin-bottom: 56px;
}

.svg-heading {
    height: 27px;
    margin: 20px 0;
}

.svg-heading img {
    height: 100%;
    width: auto;
}

.heading-svg-for-sale {
    margin-bottom: 70px;
}

@media screen and (max-width:2057px) {
    .our-team-details-flex-right {
        padding-right: 21px;
    }
}

.side-social {
    width: 26px;
    position: fixed;
    right: 27px;
    top: 164px;
    z-index: 99999999;
}

.side-social div {
    margin-bottom: 20px;
}

.side-social img {
    width: auto;
}

.testimonials-heading {
    margin: 25px 0;
}

.testimonials {
    display: 100%;
}

.testimonials-flex {
    display: flex;
    margin-bottom: 30px;
}

.testimonials-flex>div {
    width: 50%;
}

.test-width-txt .test-heading {
    font-size: 40px;
    font-weight: 300;
    color: #000;
    line-height: 50px;
    width: 56%;
}

.test-width-txt .test-body {
    font-size: 20px;
    margin: 24px 0 50px;
    font-weight: 300;
    color: #000;
    width: 73%;
    position: relative;
}

.test-client>span {
    font-weight: 600;
    color: #000;
}

.testimonials .testi-has-txt {
    background-color: #f2f2f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.testimonials-flex .test-with-img {
    background-size: cover;
    position: relative;
    background-position: center center;
}

.testimonials-flex .test-with-img img {
    width: 100%;
}

.testimonials .test-width-txt {
    width: 1020px;
    margin-left: 40px;
}

@media screen and (max-width:1971px) {
    .test-width-txt .test-heading {
        font-size: 30px;
        line-height: 39px;
        width: 97%;
    }

    .test-width-txt .test-body {
        margin: 24px 0 24px;
        width: 100%;
    }
}

@media screen and (max-width:1352px) {
    .test-width-txt .test-heading {
        font-size: 20px;
        font-weight: 300;
        color: #000;
        line-height: 29px;
        width: 100%;
    }

    .test-width-txt .test-body {
        font-size: inherit;
        margin: 10px 0 12px;
        width: 100%;
    }
}

@media screen and (max-width:1061px) {
    .testimonials-flex .test-with-img img.main {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .testimonials-flex>div {
        width: 100%;
    }

    .testimonials-flex .test-with-img img.main {
        display: block;
        width: 100%;
        height: auto;
    }
}

.test-body .quote_top {
    position: absolute;
    top: -15px;
    width: 40px;
    left: -49px;
}

.test-body .quote_bottom {
    position: absolute;
    bottom: -21px;
    width: 40px;
    right: 0;
}

.single-listing-page-phone-view {
    display: none;
}

.contact_box.alpl-mobile {
    display: none;
}

.single-listing-page-left.alpl-mobile {
    width: 100% !important;
    display: block;
}

@media screen and (min-width:1701px) {
    .single-listing-page-left.alpl-mobile {
        display: none;
    }
}

@media screen and (max-width:1700px) {
    .single-listing-page {
        width: 1075px;
    }

    .single-listing-page-left {
        display: none;
    }

    .single-listing-page-right {
        width: 100%;
    }

    .single-listing-page-full-left>div {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:1226px) {
    .single-listing-page {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .contact_box {
        display: none;
    }

    .contact_box.alpl-mobile {
        display: block;
        margin: 0px 30px;
    }

    .single-listing-page-full-right {
        display: none;
    }

    .single-listing-page-full-left {
        width: 40% !important;
    }

    .single-listing-page-full-center {
        width: 60% !important;
    }
}

@media screen and (max-width:678px) {
    .single-listing-page-full {
        flex-flow: column !important;
    }

    .single-listing-page-full-left,
    .single-listing-page-full-center {
        width: 100% !important;
    }

    .single-listing-page-full-center {
        margin: 40px 0;
    }

    .contact_map,
    .contact_links,
    .contact_box.alpl-mobile {
        display: none;
    }

    .single-listing-page-phone-view,
    .single-listing-page-phone-view .contact_map,
    .single-listing-page-phone-view .contact_links,
    .single-listing-page-phone-view .contact_box.alpl-mobile {
        display: block;
    }

    .single-listing-page-phone-view {
        width: 100% !important;
    }

    .single-listing-page-phone-view>div {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:2000px) {
    .our-team-details-flex {
        padding-right: 45px;
    }
}

@media screen and (max-width:1000px) {
    .our-team-details-flex {
        flex-flow: column;
        padding-right: 0;
    }

    .our-team-details-flex>div {
        width: 100%;
    }

    .detailed-page-body {
        height: auto !important;
    }

    .detailed-page-heading h1 {
        margin-top: 40px;
    }

    .our-team-details-flex-right {
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .detailed-page-body {
        border-left: none;
        padding-left: 0;
    }

    .detailed-page-heading h1 {
        margin-bottom: 36px;
    }
}

@media screen and (max-width:373px) {
    .detailed-page-heading h1 {
        font-size: 2rem;
        margin-bottom: 36px;
    }
}

input.wpcf7-submit {
    width: 100% !important;
}

.fancybox-caption {
    background: none !important;
    color: #491B29 !important;
}

.popoutBody-scroll {
    height: 80vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.flex-cont-left p:empty {
    display: none;
}

.popoutBody {
    height: 80vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.popup-body {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:1300px) {
    .popup {
        max-width: 800px !important;
        width: 800px !important;
    }
}

@media screen and (max-width:1031px) {
    .popup {
        width: 90% !important;
        padding: 27px;
    }
}


.dwell-blog.blog-14 .inner-text h2 {
    margin-left: 10px;
}

@media screen and (max-width:1383px) {
    .overlay-dark {
        display: block !important;
    }
}

body.custom-popup-open {
    overflow: hidden !important;
}


@media screen and (max-width:1200px) {
    .dwell-blog.blog-15 .inner-text h2 {
        font-size: 1.3rem !important;
    }
}

@media screen and (max-width:800px) {
    .dwell-blog.blog-15 .inner-text h2 {
        display: none;
    }
}

.form-group.title-teaxtarea textarea {
    resize: none;
    overflow: hidden;
    min-height: 60px;
    max-height: 60px;
}

h6.contact-agent-link,
.pif input.form-control,
.pif textarea.form-control {
    font-size: 14px !important;
}


.pif .destination-email textarea.form-control {
    font-size: 12px !important;
}

.pif .custom-subject textarea.form-control {
    color: #4a1d30 !important;
    font-weight: 500;
    display:none;
}
.destination-email,.form-group.title-teaxtarea.txt{
    display:none;
}

.flex-cont.dwell-f.with-three-boxes {
    flex-flow: row !important;
}

.with-three-boxes .flex-cont-left,
.with-three-boxes .flex-cont-right,
.with-three-boxes .flex-cont-right.flex-cont-right-new {
    width: 32% !important;
    display: flex;
    height: 100%;
    flex-flow: column;
}

.with-three-boxes .w-t-i-body {
    display: flex;
    flex-flow: column;
}

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

    .with-three-boxes .flex-cont-left,
    .with-three-boxes .flex-cont-right,
    .with-three-boxes .flex-cont-right.flex-cont-right-new {
        width: 100% !important;
    }

    .flex-cont.dwell-f.with-three-boxes {
        flex-flow: column !important;
    }
}

.w-t-i-body>div {
    padding: 0 20px;
}


.with-three-boxes  .cool_close {
    padding: 15px 0;
    margin-bottom: 0;
    margin-top: 0;
}


.container-text h3 a.width-bg-color{
    color: white;
    background-color: #4a1d30;
    padding: 14px 26px;
    display: block;
    max-width: 283px;
    margin: 0 auto;
}

.container-text p{
    line-height: 34px;
}