/*
Theme Name: SDH Vastgoed thema
Template: wpresidence
Author: WP Estate
Version: 1.0
Updated: 2015-01-25 18:19:31
*/

@charset "UTF-8";

/* disable 'show more properties' button on homepage: */
.listinglink-wrapper_sh_listings {
    display: none;
}

/* body color */
body {
    color: #3a4659;
}

/* header: */
@media only screen and (max-width: 1024px) {
    .container.content_wrapper {
        z-index:3;
    }
    .title-hover {
        position: relative;
        z-index: 4;
        margin: -80px 0px 100px 30px;
    }
}
@media only screen and (min-width: 1025px) {
    .container.content_wrapper {
        z-index:2;
        background-color: rgba(255, 255, 255, 0);
    }
    .title-hover {
        position: relative;
        z-index: 4;
        transform: translateY(-80px);
        padding-left: 50px;
    }
}
.color-white {
    color: #fff !important;
}
.row.title {
    padding-left: 35px;
    padding-right: 35px;
}
@media only screen and (min-width: 1025px) {
    .row.title>h1, entry-title {
        padding-top: 35px;
    }
}
.contact-wrapper.row {
    margin-top: 50px;
}

/* buttons: */
input, button, select, textarea {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}
.comment-form #submit, .wpresidence_button {
    font-size: 16px;
    text-transform: none;
}

/* *** MOBILE *** */
/* mobile logo margin: */
.mobile-logo img {
    margin: 15px auto;
    max-height: 40px;
}
/* mobile menu styling: */
.mobilex-menu li {
    margin-bottom: 10px;
    border-bottom: none;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    font-family: "Josefin Sans";
}
.snap-drawer {
    width: 266px;
}
.mobilemenu-close-user, .mobilemenu-close {
    top: 17px;
    right: 5px;
}
.mobilex-menu .menu-item-has-children >a:after {
    right: 20px;
}
.mobilex-menu li a {
    padding: 15px 20px 15px 25px;
}
/* hide advanced search in mobile */
#adv-search-header-mobile {
    display:none !important;
}

/* property card in listings: */
.property_unit_custom_element.property_price, .property_unit_custom_element.property_status {
    font-family: "Josefin Sans", sans-serif;
    padding: 10px;
    font-size: 18px;
}
.property_unit_custom_element.property_price {
    background: #252525;
    color: #f3c176;
}
.property_unit_custom_element.property_status {
    background-color: #ffffff;
    color: #252525;
    font-weight: 700;
}

/* property page */
.breadcrumb_container {
    display:none;
}
h1.entry-title {
    margin-top: 20px;
}
@media only screen and (max-width: 1024px) and (min-width: 772px) {
	.container.content_wrapper {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 772px) {
	.container.content_wrapper {
		margin-top: 10px;
	}
}
.navigational_links {
    display: none;
}
.caption-wrapper {
    background-color: #ffffff;
}
#carousel-listing .carousel-round-indicators li.active {
    background: #3b4659;
}
.caption-wrapper span.active {
    display: none !important;
}
.agent_listings_title_similar {
    display: none;
}
.slider-property-status {
   display: none;
}
#propertyid_display {
    display: none;
}

.subheading_over_image {
    max-width: 500px;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
}

/* forms: */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea, .wpcf7-form-control {
    background-color: #f4f4f4;
}

/* footer */
.backtop.islive, .contact-box.islive {
	display: none;
}

/* fix column heights */
@media only screen and (min-width: 1200px) {
    .property_listing.property_listing_custom_design {
        height: 350px;
        overflow: hidden;
    }
}

/* carousel thumbnails under image: */
@media screen and (min-width: 641px) {
    .carusel-back {
        display: none;
    }
    #carousel-listing>.carousel-indicators, #carousel-listing>.carousel-round-indicators {
        transform: translateY(125px);
    }
    #carousel-listing>.caption-wrapper {
        display: none;
    }
    #carousel-listing {
        overflow: visible;
        background: #fff;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1200px) {
    #carousel-listing {
        width: 80%;
    }
}