/*
Theme Name: De Colijn
Theme URI: https://www.de-colijn.nl/
Description: This is a custom child theme for Salient
Author: Sixtyseven
Author URI: http://www.sixtyseven.com/
Template: salient
Version: 0.1
*/

/* ===== TYPE ===== */

h1, h2,
h1 strong, h2 strong {
    font-family: 'brandon-grotesque',sans-serif;
}

body .wpb_row > .col.span_12.dark h1, body .wpb_row > .col.span_12.dark h2, 
body .wpb_row > .col.span_12.dark h3 {
    color: #005662;
}

body .wpb_row > .col.span_12.dark p {
    color: #333333;
}

p.vc_custom_heading {
    text-transform: uppercase;
    padding-bottom: 0;
}

@media only screen and (max-width:690px) {
    body .col.right {
        text-align: left;
    }
    body .col.right h1 {
        margin-top: 30px;
    }
    body .col.right p.vc_custom_heading {
        text-align: left!important;
    }
}

/* ===== HERO ===== */

.wpb_row .nectar-parallax-scene li:nth-child(2) div {
    background-position: center;
    margin-left: -2%;
    top: -2%;
    width: 105%;
    height: 105%;
}
.wpb_row .nectar-parallax-scene li:nth-child(3) div {
    background-size: contain;
    background-repeat: no-repeat;
    top: -2%;
}

#over-het-project {
    min-height: 35vh;
    z-index: 9999 !important;
}

@media (min-width: 1920px) {
    .home #over-het-project {
        margin-top: -40% !important;
        transform: none !important;
    }
    .single-apartments #over-het-project {
        margin-top: -16%;
        transform: none !important;
    }
}

/* ===== FORM ====== */

html .container-wrap input[type="text"], html .container-wrap textarea, html .container-wrap input[type="email"], html .container-wrap input[type="password"], 
html .container-wrap input[type="tel"], html .container-wrap input[type="url"], html .container-wrap input[type="search"], html .container-wrap input[type="date"] {
	background: #ffffff !important;
	border: 1px solid #dce5e5;
	border-radius: 3px;
	padding: 12px !important;
}

body[data-form-submit="regular"] .container-wrap input[type=submit] {
	border-radius: 5px!important;
}
/* ====== BLOG ===== */
.meta-comment-count {
    display: none !important;
}
/* For Blog page */
body .meta-author {
    display: none !important;
}
body .meta-category {
    display: none !important;
}
body .meta-comment-count {
    display: none !important;
}
/* For Blog Single Pages */
body #single-below-header {
    display: none !important;
}
/* hide date and love on masonry blog */
body #post-area.masonry article.post .post-meta {
    display: none!important;
}
article.post .content-inner {
    border-bottom: none;
}
/* ====== FOOTER ====== */

#footer-outer #footer-widgets .col p {
    font-size: 0.85em;
}

@media (min-width: 1000px) {
	#footer-outer #footer-widgets .col_last {
		text-align: right;
	}
}

#top {
    width: auto !important;
}