/*
Theme Name: Sluiseiland-Vianen
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: Sixtyseven
Author URI: http://www.sixtyseven.com
Template: salient
Version: 0.1
*/

/* TYPE */

body h1, body h2, body h2, body h3, body h5, .nectar-button span,
#slide-out-widget-area .inner .off-canvas-menu-container li a {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
}

body, body a, strong, body p, body .wpb_text_column ul li {
	font-family: proxima-nova, sans-serif;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: .25px;
}

h1.entry-title{
	font-family: proxima-nova, sans-serif!important;
	font-size: 42px!important;
}

body .wpb_row > .col.span_12.dark h1,
body .wpb_row > .col.span_12.dark h2,
body .wpb_row > .col.span_12.dark h3,
body .wpb_row > .col.span_12.dark h5,
body .wpb_row > .col.span_12.dark p, 
body .wpb_row > .col.span_12.dark ul li {
    color: #081B2B;
}

body .wpb_row > .col.span_12.light p, 
body .wpb_row > .col.span_12.light ul,
body .wpb_row > .col.span_12.dark .light p,
body .wpb_row > .col.span_12.dark .light ul li  {
	color: rgba(255,255,255,.75);
}

body .wpb_row > .col.span_12.dark .light h3 {
	color: #ffffff;
} 

body h1 {
	font-size: 42px;
	line-height: 45px;
	
}

body h2 {
	font-size: 42px;
	line-height: 45px;
	letter-spacing: -.85px;
}

body .caps h2 {
	text-transform: uppercase;
	letter-spacing: .5px;
}

@media (max-width: 690px) {
		body h1, body h2 {
			font-size: 30px;
    	line-height: 30px;
	}
}

body h3 {
	font-size: 36px;
	line-height: 39px;
}

@media (max-width: 690px) {
		body h3 {
			font-size: 24px;
    	line-height: 27px;
	}
}

body h4 {
	color: #27637B;
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}
body .wpb_row > .col.span_12.dark h4 {
	color: #27637B;
} 

body h5 {
	font-size: 24px;
	line-height: 27px;
}

h2 + p, h3 + p  {
	margin-top: 20px;
}

/* HEADER */

header#top {
	margin-left: 0;
	margin-right: 0;
}

header#top nav ul li a {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .25px;
}

#slide-out-widget-area .inner .off-canvas-menu-container li {
	margin: 10px 0;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
	opacity: 1 !important;
	font-size: 24px;
	letter-spacing: 0;
}

#slide-out-widget-area .menuwrapper {
	margin-top: 15vh;
}

/* BUTTONS & LINKS */

.nectar-button {
	margin-top: 20px;
}

.nectar-button span {
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.span_12.light .nectar-button, .span_12.light .nectar-button.regular-button,
.span_12.light .nectar-button[data-color-override="false"] {
	background-color: #ffffff !important;
	color: #27637B !important;
}

/* HERO */
.home .first-section .wpb_text_column,
.hero-collage.first-section .wpb_text_column {
	padding-left: 90px;
	width: 100%;
}
@media(min-width: 1435px) {
.home .first-section .wpb_text_column,
.hero-collage.first-section .wpb_text_column  {
	padding-left: calc((100vw - 1245px) /2 - 8px);
}
}
@media(max-width: 690px) {
.home .first-section .wpb_text_column {
	padding-left: 30px;
	margin-top: 50vw !important;
}
.hero-collage.first-section .wpb_text_column {
	padding-left: 30px;
}
}

@media(max-width:1000px) {
	.home .first-section .img-with-aniamtion-wrap,
	.hero-collage.first-section .img-with-aniamtion-wrap {
		float: left;
    	max-width: 50%;
	}
}

.hero-collage.wpb_row .nectar-video-wrap.column-video, 
.hero-collage.wpb_row .mobile-video-image.column-video {
	z-index: -1;
}

/* DIVIDERS */
.line-after:after,
.line-before:before {
	content: '';
	display: block;
	height: 100px;
	width: 2px;
	background-color: #27637B;
	margin-left: 30px;
	margin-top: 15px;
}

.line-before:before {
	margin-top: 0;
	margin-bottom: 30px;
}

.span_12.center .line-before:before {
	margin: 0 auto 30px auto;
}
.span_12.center .line-after:after {
	margin: 30px auto 0 auto;
}

.span_12.light .line-after:after,
.span_12.light .line-before:before {
 background-color: #ffffff;
}

.span_12.dark .light .line-after:after,
.span_12.dark .light .line-before:before {
 background-color: #ffffff;
}

/* FORMS */

body .gform_wrapper .top_label .gfield_label {
	font-family: proxima-nova, sans-serif;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: .25px;
	margin-top: 0;
}

/* NEWS GRID */

.masonry .meta-author,
.masonry .meta-category {
	display: none !important;
}

/* CUSTOM */

body .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

.fullwidth .wpb_text_column{
	padding-left: 90px;
	padding-right: 6%;
}
@media(min-width: 1435px) {
.fullwidth .wpb_column:first-child .wpb_text_column {
	padding-left: calc((100vw - 1245px) /2 - 8px);
}
.fullwidth .wpb_column:last-child .wpb_text_column {
	padding-right: calc((100vw - 1245px) /2 - 8px);
}
}
@media(max-width: 690px) {
.fullwidth .wpb_column .wpb_text_column {
	padding-left: 30px;
}
}

.full-width-content .wpb_tab .wpb_column .vc_column-inner {
	padding: 8% !important;
}

body .wpb_tab .nectar-flickity:not(.masonry) .flickity-viewport {
	margin: 0 !important
}

/* OLD */

.grav-wrap a  {
	display:none !important;
}

.post-header h3 {
	color: #27637B !important;
}

.geen-categorie {
	display:none !important;
}

@media (min-width: 1000px) {
	.sub-menu a {
		color: #354b54 !important;
	}
}

.entry-title {
	color: #27637B !important;
}

.single #single-below-header {
	display:none !important;
}

html .single-post #single-meta {
		display:none !important;
}

.single .heading-title {
		border-bottom:none !important;
}

.comments-section {
	display:none !important;
}

.entry-title {
	  font-family: museo-sans, sans-serif;
    text-transform: none;
    letter-spacing: -0.25px;
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 300;
		text-align: center !important;
	  max-width: 100%!important;
}

span.post-featured-img img {
	height: 240px!important;
	width: auto!important;
}

.lot-selector-button[data-status=sold] {
	color: #ca4949 !important;
}

.lot-selector-fase-2 .lot-selector-header {
	display: none;
}