/*
 Theme Name:   WpEstate child theme
 Theme URI:    https://themeforest.net/item/wp-estate-real-estate-responsive-wordpress-theme/5042235
 Description:   WpEstate child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpestate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.mobilex-menu li:hover {
    background: #82a919;
}

.no_user_submit.header_type1.header_left #access {
    max-width: 1030px;
}

#gmap-control span,
.mobile-trigger-user:hover i,
.mobile-trigger:hover i {
    color: #82a919;
}

.wpresidence_button {
    background: #82a919;
    color: #fff !important;
}

.wpresidence_link {
    border-radius: 50px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.property_listing h4 a {
    color: #008dc9 !important;
}

.d-inline-block {
    display: inline-block;
}

.prop_title_zone_menu,
.home .entry-title.title_prop {
    display: none;
}

.entry-title {
    font-size: 36px;
    line-height: 1.3em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.pdf-click img {
    margin-right: 6px;
    margin-top: -8px;
}

.text-container {
    padding: 0 40px;
}

.custom-pin-parent {
    visibility: visible;
}

.custom-pin {
    width: 48px !important;
    height: 48px !important;
    transform: translateX(-1px);
}

#search_wrapper {
    padding: 0;
}

#adv-search-1 {
    display: flex;
}

.home .content_wrapper {
    padding-top: 15rem;
}

.home #gmap_wrapper .tooltip {
    display: none;
}

.home #adv-search-1 form::after {
    display: table;
    content: " ";
    clear: both;
}

.home #search_wrapper .search-box {
    width: 12%;
}

.home #search_wrapper .col-md-12 {
    width: 88%;
}

.page-id-2413 .header_media {
    display: none;
}

.has_header_type1 .header_media {
    padding-top: 0;
}

#adv-search-1 form {
    width: 100%;
}

.admin-bar .has_header_type1 .header_media {
    padding-top: 0;
}

.content_wrapper {
    padding: 20rem 15px 0 15px;
}

.adv-search-1 .adv1-holder {
    float: none;
    width: 100%;
}

.adv_search_hidden_fields {
    display: flex;
}

.adv_search_hidden_fields .col-md-3 {
    width: 12.5%;
}

.filter_menu_trigger {
    padding: 11px 0 10px 6px;
    font-size: 13px;
}

.home-slide-content {
    padding: 0;
}

.info_details {
    height: 700px;
    width: 600px;
    max-width: 600px;
    background-color: rgba(255, 255, 255, .95);
}

.home .info_details {
    height: 515px;
}

.info_details img {
    max-height: unset;
}

.info_details.classic_info {
    top: -28em;
    left: 5em;
}

.infobox_details_wrapper {
    height: 700px;
    width: 100%;
    cursor: default;
}

.home .infobox_details_wrapper {
    height: 515px;
}

.infobox_details_wrapper h4 {
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    text-align: center;
    margin: 20px 0 0 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.infobox_details_wrapper h4.main_object_title {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}

.infobox_details_content_container {
    max-height: 617px;
    height: 617px;
    display: block;
    width: 100%;
    overflow-y: scroll;
}

.home .infobox_details_content_container {
    max-height: 432px;
    height: 432px;
}

.infobox_details_content_container h5 {
    margin: 15px 0;
}

.infobox_details_wrapper table {
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
}

table.property_table {
    table-layout: fixed;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 1 100%;
    width: 100%;
}

.infobox_details_wrapper table tr,
table.property_table tr {
    display: flex;
}

.infobox_details_wrapper table tr:nth-of-type(even),
table.property_table tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.infobox_details_wrapper table tr:last-child,
table.property_table tr:last-child {
    border-bottom: none;
}

.infobox_details_wrapper table th,
table.property_table th {
    width: 50%;
    color: #000;
}

.infobox_details_wrapper table td,
table.property_table td {
    width: 50%;
    word-break: break-word;
    word-wrap: break-word;
}

.infobox_details_wrapper table th,
.infobox_details_wrapper table td,
table.property_table th,
table.property_table td {
    padding: 10px 8px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    line-height: 1.5em;
}

.infobox_details_wrapper table tr:hover,
table.property_table tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.header_wrapper {
    height: 120px;
}

.header_wrapper_inside {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
}

.header_type1.header_left #access {
    display: flex;
    align-items: center;
    float: none;
}

.header_type1.header_left #access a {
    font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
}

.breadcrumb .active,
#access .menu li:hover > a,
#access .menu li:hover > a:active,
#access .menu li:hover > a:focus,
#access .menu > li:hover a,
#access .current-menu-item > a {
    color: #82a919;
}

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

.listing_filters_head .listing_filter {
    width: 94%;
}

.listing_filters_head .listing_filter .listing_filter_select {
    width: 24%;
}

.listing_filters_head .listing_filter_action {
    width: 6%;
}

.logo {
    float: none;
}

.logo img {
    max-height: 85px;
    margin-top: -18px !important;
}

.logo.miclogo img {
    max-height: 66px;
    margin-top: 0 !important;
}

.property_listing h4 {
    margin-bottom: 10px;
}

.property_listing h4:hover {
    transform: scale(1.1);
}

.property_listing h4:hover a {
    color: #82a919 !important;
}

.property_location_image,
.listing_wrapper.col-md-12 .property_location_image {
    color: #444;
    text-align: left;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.property_location_image a:hover,
.listing_wrapper.col-md-12 .property_location_image a:hover {
    text-decoration: underline;
}

#listing_ajax_container {
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    padding-top: 30px;
    width: 100%;
}

#listing_ajax_container #scrollhere {
    width: 100%;
}

.home-info {
    padding: 50px 0 20px;
    background: #F8D467;
    color: #000;
    text-align: justify;
    font-size: 1.3em;
    line-height: 1.5em;
}

.home-info .no-margin {
    margin-bottom: 0;
}

.custom-font-size {
    font-size: 1.3em !important;
}

.adv-search-1 .col-md-10,
.adv-search-1 .col-md-3 {
    padding-left: 0;
}

.adv-search-1 .col-md-10 {
    width: 88%;
}


.adv-search-1 .col-md-10 label,
.adv-search-1 .col-md-3 label {
    color: #000;
    font-size: 16px !important;
}

.adv-search-1 .col-md-2.search-box {
    width: 11%;
    padding: 0;
}

.adv-search-1 .col-md-3.object_bouwjaar_van,
.adv-search-1 .col-md-3.object_lengte_van,
.adv-search-1 .col-md-3.object_breedte_van,
.adv-search-1 .col-md-3.object_grootste_overspanning_van {
    padding-right: 0;
	display: none;
}

.adv-search-1 .col-md-3.object_bouwjaar_naar,
.adv-search-1 .col-md-3.object_lengte_naar,
.adv-search-1 .col-md-3.object_breedte_naar,
.adv-search-1 .col-md-3.object_grootste_overspanning_naar {
	display: none;
}

.adv-search-1 .col-md-3.object_bouwjaar_van input,
.adv-search-1 .col-md-3.object_lengte_van input,
.adv-search-1 .col-md-3.object_breedte_van input,
.adv-search-1 .col-md-3.object_grootste_overspanning_van input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.adv-search-1 .col-md-3.object_bouwjaar_naar input,
.adv-search-1 .col-md-3.object_lengte_naar input,
.adv-search-1 .col-md-3.object_breedte_naar input,
.adv-search-1 .col-md-3.object_grootste_overspanning_naar input {
    border-left: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.read-more-button {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.listing_wrapper.col-md-12 .read-more-button {
    left: unset;
    bottom: 14px;
    right: 20px;
}

.wpresidence_link {
    color: #fff !important;
    padding: 15px 20px 14px 20px;
    font-size: 13px;
    background-color: #82a919;
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    border: none;
    text-shadow: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.3em !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.wpresidence_link:hover {
    background-color: #222;
    text-decoration: none;
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .adv-search-1 .col-md-3.object_grootste_overspanning_naar {
        transform: translateY(-2px);
    }

    table.property_table th,
    table.property_table td {
        word-break: break-all;
    }
}

.page-template-default:not(.home) .header_media.with_search_3,
.page-template-property_list:not(.home) .header_media.with_search_3 {
    display: none;
}

.estate_property-template-default .property_listing {
    min-height: 900px !important;
}

.property_listing,
.mylistings .listing_wrapper .property_listing {
    float: none;
    display: flex;
    flex-direction: column;
    min-height: 850px;
    max-height: 950px;
    border-radius: 6px;
    line-height: 13px;
}

.property_listing:hover {
    transform: scale(1.05);
}

.property_listing > *,
.mylistings .listing_wrapper .property_listing > * {
    float: none;
    text-align: center;
}

.property_listing h4 a,
.mylistings .listing_wrapper .property_listing h4 a,
.property_listing .property_location_image a {
    color: #444;
}

.property_listing h4 a:hover,
.property_listing .property_location_image a:hover,
.mylistings .listing_wrapper .property_listing a:hover {
    color: #444;
}

.property_listing .property_image,
.mylistings .listing_wrapper .property_listing .property_image {
    width: 100%;
    display: block;
    min-height: 220px;
    overflow: hidden;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.property_listing .property_location_image,
.mylistings .listing_wrapper .property_listing .property_location_image {
    padding: 0;
}

.property_listing .property_location_image p, .mylistings .listing_wrapper .property_listing .property_location_image p {
    line-height: 2em;
    margin-bottom: 7px;
}

.property_listing .property_image img,
.mylistings .listing_wrapper .property_listing .property_image img {
    transform: none;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
}

.listing_wrapper.col-md-12 .property_listing {
    float: none;
}

.listing_wrapper.col-md-12 .property_listing h4,
.listing_wrapper.col-md-12 .property_location_image {
    padding-left: 0;
}

.estate_property-template-default .content_wrapper {
    padding: 0 15px;
}

.estate_property-template-default .info_details.classic_info {
    top: -37em;
}

.estate_property-template-default .has_header_type1 .header_media {
    padding-top: 15rem;
}

.estate_property-template-default #gmap_wrapper,
.estate_property-template-default #gmap_wrapper #googleMap {
    height: 800px !important;
}

.col-md-9.rightmargin,
.estate_property-template-default.single-estate_property .col-md-9.full_width_prop {
    float: none;
    width: 100%;
}

.estate_property-template-default.single-estate_property .panel-group#accordion_prop_details .panel-body {
    display: flex;
    flex-direction: column;
}

.estate_property-template-default.single-estate_property .panel-group#accordion_prop_details .panel-body .listing_detail {
    width: 100%;
    word-break: break-word;
}

.estate_property-template-default.single-estate_property .panel-group#accordion_prop_details .panel-body .listing_detail.object-image {
    text-align: center;
    margin-top: 10px;
}

.estate_property-template-default.single-estate_property .notice_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.estate_property-template-default.single-estate_property .notice_area .adres_area {
    float: none;
    margin-bottom: 0;
    padding-top: 0;
}

.estate_property-template-default.single-estate_property .show_object_cf {
    -webkit-appearance: none;
    min-width: 145px;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: normal !important;
    background-color: #82a919 !important;
    border: none;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 9px 26px !important;
}

.estate_property-template-default.single-estate_property .show_object_cf:hover {
    background-color: #222 !important;
}

.adv-search-1 .wpresidence_button,
.widget-area-sidebar,
.estate_property-template-default.single-estate_property .notice_area .prop_social,
.estate_property-template-default.single-estate_property .col-xs-12.widget-area-sidebar,
.property_listing .property_location,
.mylistings .listing_wrapper .property_listing .property_location,
.estate_property-template-default.single-estate_property .search_wrapper,
#accordion_prop_features, #accordion_prop_map, #accordion_prop_addr,
#property_description,
#accordion_prop_details .panel.panel-default,
.info_details.classic_info.not-absolute #infocloser,
.dropdown.listing_filter_select.order_filter,
.property_listing .listing-unit-img-wrapper,
.estate_property-template-default.single-estate_property #accordion_prop_details .object_cf,
.adv-search-1 .col-md-2,
.footer_back_repeat .row {
    display: none;
}

.loading {
    height: 150px;
    background-image: url(/wp-content/uploads/2021/01/spinner.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.loading > * {
    display: none !important;
}

.info_details.classic_info.not-absolute {
    position: relative;
    display: table;
    top: unset;
    left: unset;
    max-width: unset;
    margin-top: 20px;
    box-shadow: none;
    width: 100%;
    min-height: auto;
}

.info_details.classic_info.not-absolute .infobox_details_wrapper {
    height: 100%;
}

.info_details.classic_info.not-absolute .infobox_details_content_container {
    max-height: unset;
    height: 100%;
    overflow: hidden;
}

.object_cf h4:after,
.info_details.classic_info.not-absolute h4:after {
    content: '';
}

.cf-form-buttons .vc_icon_element-icon {
    color: #82a919 !important;
    transition: all .4s ease-in;
}

.wpcf7-form input[type="submit"],
.cf-form-buttons .vc_icon_element-inner:hover {
    background: #82a919 !important;
}

.cf-form-buttons .vc_icon_element-inner:hover .vc_icon_element-icon {
    color: #2a2a2a !important;
}

.sub_footer_content,
#colophon .subfooter_menu a {
    color: #fff;
}

#advanced_submit_3 {
    margin-top: 13px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 20px;
}

.lightbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    flex-wrap: wrap;
}

.lightbox-container a {
    margin: 10px;
    width: 18%;
}

.home .single-content {
    position: relative;
}

.sticker {
    position: absolute;
    top: -11em;
    right: 0;
}

.wpcf7-form-control.wpcf7-radio {
    background: transparent;
    border: none;
}

.lang-item img {
    width: 40px !important;
    height: 30px !important;
}

.download-button {
    text-align: center;
    margin: 30px 10px;
}

.download-button a {
    background: #82a919;
    color: #fff;
    border-radius: 50px;
    padding: 12px;
}

.download-button a:hover {
    background: #222;
}

#grid_view:hover,
#list_view:hover,
.caret:after,
.icon_selected {
    color: #82a919;
}

.home .main_wrapper {
    background: url('/wp-content/uploads/NBB-Home-header-2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}

.home .home-title h1 {
    color: #fff;
    padding: 150px 0;
    text-align: center;
}

.adv-search-1,
.listing_filters_head {
    background: #7aceed;
    width: 100%;
}

.adv-search-1 {
    padding: 30px 20px 10px;
}

.listing_filters_head {
    padding: 10px 20px 30px 20px;
}

.search-header h1 {
    margin: 40px 0;
}

@media only screen and (min-width: 1025px) {
    .home .content_wrapper {
        background-color: transparent;
    }

    .home .home-title {
        height: 300px;
        position: relative;
    }

    .home .home-title h1 {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .header_wrapper {
        padding: 0 30px;
    }

    .home .header_media.with_search_3 {
        width: 50%;
        margin: 0 auto;
    }

    /*.adv_search_hidden_fields {
        margin-top: 40px;
    }*/

    .adv_search_hidden_fields .col-md-3 label {
        position: absolute;
        display: block;
        top: -31px;
        min-width: 200px;
    }
}

@media only screen and (min-width: 769px) {
    .listing_wrapper.col-md-12 .property_listing {
        display: flex;
        flex-direction: row;
    }

    .listing_wrapper.col-md-12 .property_listing > div {
        width: 50%;
    }

    .listing_wrapper.col-md-12 .property_listing .property_image img {
        max-width: unset;
        height: 100%;
    }

    .listing_wrapper.col-md-12 .property_listing .property_info {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        font-size: 1.2em;
        line-height: 1em;
    }
}

@media only screen and (max-width: 1280px) {
	.no_user_submit.header_type1.header_left #access {
		max-width: 80%;
	}
	
	.header_type1.header_left #access a {
		padding: 0 10px;
    	font-size: 12px;
	}
}

@media only screen and (max-width: 1200px) {
    .listing_filters_head {
        flex-direction: column;
    }

    .listing_filters_head .listing_filter,
    .listing_filters_head .listing_filter_action {
        width: 100%;
    }

    .listing_filters_head .listing_filter .listing_filter_select {
        width: 48%;
    }

    .listing_filters_head .listing_filter_action .listing_filter_select,
    .listing_filters_head .listing_filter_action .listing_filter_select #grid_view,
    .listing_filters_head .listing_filter_action .listing_filter_select #list_view {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    #adv-search-mobile #adv_location {
        display: block !important;
    }

    .adv-search-mobile .dropdown.form-control {
        display: none;
    }

    .mobile-logo img {
        margin: 0 auto;
        max-height: 74px;
        width: auto;
    }

    .container.content_wrapper {
        z-index: 100;
    }

    .container.main_wrapper {
        float: none;
    }

    .home #search_wrapper .col-md-12 {
        display: inline-block;
        width: 86%;
    }

    .home #search_wrapper .search-box {
        display: inline-block !important;
    }

    .home #gmap_wrapper {
        height: 100% !important;
    }

    .home .container.content_wrapper {
        float: none;
    }

    .home .home-hero {
        background: url('/wp-content/uploads/2022/05/NBB-Home-achter.jpeg') no-repeat;
        background-size: cover;
        background-position: center;
    }

    .admin-bar .has_header_type1 .header_media {
        padding-top: 0 !important;
    }

    .adv_search_hidden_fields {
        flex-wrap: wrap;
    }

    .adv_search_hidden_fields .col-md-3 {
        width: 50%;
    }

    .adv-search-1 .col-md-10 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    #advanced_submit_3 {
        margin: 0;
    }

    .adv-search-1 .col-md-2.search-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #adv-search-header-mobile,
    #adv-search-mobile {
        float: none;
        display: none !important;
    }

    .property_listing, .mylistings .listing_wrapper .property_listing {
        min-height: unset;
        max-height: unset;
    }

    .property_listing .property_image, .mylistings .listing_wrapper .property_listing .property_image {
        min-height: unset;
    }
}

@media only screen and (max-width: 767px) {
    .listing_filters_head .listing_filter .listing_filter_select {
        width: 100%;
    }

    .listing_filters_head .listing_filter_action .listing_filter_select,
    .listing_filters_head .listing_filter_action .listing_filter_select #grid_view,
    .listing_filters_head .listing_filter_action .listing_filter_select #list_view,
    .property_listing_details,
    .property_listing_details.featured_listing_details {
        display: none !important;
    }

    .subfooter_menu .menu > li {
        height: 30px !important;
    }

    .property_listing {
        height: auto !important;
    }

    .property_listing .property_image img {
        max-width: unset !important;
        width: 100%;
    }

    .col-md-6.listing_wrapper {
        max-width: unset;
        width: 100%;
    }

    .object_info .info_details {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: none;
    }

    .object_info .info_details .infobox_details_wrapper {
        width: 100%;
    }

    .infobox_details_wrapper table th,
    .infobox_details_wrapper table td {
        width: 50%;
        overflow: hidden;
    }

    .gm-style .info_details.classic_info {
        top: -150px;
        left: 6em;
        width: 300px;
        height: 300px;
    }

    .gm-style .infobox_details_wrapper {
        width: 300px;
        height: 300px;
    }

    .gm-style .infobox_details_content_container {
        max-height: 200px;
        height: 100%;
    }

    .prop_title_zone_container .entry-title {
        font-size: 30px !important;
        text-align: center;
    }

    .estate_property-template-default.single-estate_property .notice_area {
        flex-direction: column;
        text-align: center;
    }

    .estate_property-template-default.single-estate_property .notice_area .adres_area {
        margin: 20px 0;
    }

    .home #search_wrapper .col-md-12 {
        width: 79%;
    }

    .sticker {
        position: absolute;
        top: -6em;
        right: 0;
        text-align: right;
    }

    .sticker img {
        width: 50%;
    }

    .adv_search_hidden_fields {
        padding-left: 15px;
    }

    .adv-search-1 .col-md-10 {
        width: 96%;
        padding-right: 0;
    }

    .lightbox-container {
        margin-top: 0;
    }

    .lightbox-container a {
        margin: 0;
        width: 100%;
    }

    .listing_wrapper.col-md-12 .read-more-button,
    .read-more-button {
        position: relative;
        bottom: unset;
    }

    .adv-search-1 .col-md-10 label, .adv-search-1 .col-md-3 label {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 467px) {
    .gm-style .info_details.classic_info {
        top: 30px !important;
        left: 6em !important;
    }

    .infobox_details_wrapper table {
        font-size: 12px;
    }

    .subfooter_menu {
        margin: 0 10px !important;
    }

    .adv-search-1 .col-md-10 {
        width: 100%;
    }

    .adv_search_hidden_fields {
        padding-left: 0;
    }

    .adv_search_hidden_fields .col-md-3 {
        padding-right: 0;
    }

    .prop_title_zone_container .entry-title {
        font-size: 21px !important;
    }

    .entry-title {
        font-size: 21px;
        text-align: center;
    }

    .cf-form-buttons h3 {
        word-break: break-word;
        font-size: 20px;
    }

    .contact-form form .wpcf7-submit {
        display: block;
        margin: 0 auto;
    }
}
