/* 
Theme Name: Total Mannen van Waarde
Template: Total
Author: de Staat van Creatie 
Version: 1.0
*/

/*------------------------------------------------------------------------
## algemeen
------------------------------------------------------------------------*/

body {font-family: 'Inter', sans-serif;}

p, ul li, ol li {line-height: 165%; color: #676767;}
ol li {margin-bottom: 15px;}
b, strong {font-weight: 600 !important;}
a {color: #c1564c;}

#content p a {border-bottom: 1px solid #c1564c; padding: 0; transition: all 0.3s ease;}
#content p a:hover {border-color: transparent; text-decoration: none;}

h1, h2, h3, h4 {font-family:  'gomme-sans', sans-serif; font-weight: 700; line-height: 115%; color: #d79511; }
h2 {font-size: 30px; margin: 0 0 13px 0;}

h1.vcex-heading, h2.vcex-heading, h3.vcex-heading, h4.vcex-heading {font-family:  'gomme-sans', sans-serif; font-weight: 700; line-height: 115%; color: #d79511;}
h1.vcex-heading {font-size: 45px; margin-bottom: 5px;}
h2.vcex-heading {font-size: 32px; margin-bottom: 5px;}
h3.vcex-heading {font-size: 24px; margin-bottom: 5px;}
h4.vcex-heading {font-size: 24px; margin-bottom: 5px;}

.single-blog-content, .single-page-content, .single-content {font-size: 15px;}

/* == vc == */

.wpb_row {padding: 65px 0px 0px;}
.single-page-content .wpb_row:last-child {padding: 50px 0px 50px;}
.vc_row .vc_row.vc_inner {padding-top: 0;}
/*.wpex-vc-row-stretched .vc_column-inner {padding: 0;} */
.post-edit {display: none;}
#content .wpb_text_column ul li:before {background: #d79512;}

/* == buttons == */

a.theme-button {
    padding: 10px 25px;
    border-radius: 0;
    font-family: 'gomme-sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: 0;
	background: #e3af30;
	color: #333;
	margin-right: 15px;
}
a.theme-button:hover {
    background: #d79511;   
}
a.vcex-button.theme-button.small {
    padding: 2px 10px;
    font-size: 16px;
}
.theme-button.outline {
	color: #333;
	border-color: #333;
}
.theme-button.outline:hover {
	background: #333;
}

.theme-button.minimal-border {
    border: 0;
    padding: 0;
    color: #d79511;
}
.theme-button.minimal-border:hover {
	color: #d79511;
	background: none;
}
.theme-button.minimal-border:after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    top: 3px;
    left: 0;
	background: #d79511;
    transition: width 0.3s ease;    
}
.theme-button.minimal-border:hover:after {
	width: 0;
}
.theme-txt-link {
    font-family: 'gomme-sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
a.theme-button.mvw_blauw {
	background: #00b7cb;
	color: #fff;
}
a.theme-button.mvw_blauw:hover {
	background: #0393a2;
}
a.theme-button.mvw_oranje {
	background: #be6c15;
	color: #fff;
}
a.theme-button.mvw_oranje:hover {
	background: #e3af30;
}

.vcex-multi-buttons a:first-child:after,
a.theme-button.icoon-rechts:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 0px;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 7px solid white;
	margin: 0 0 -1px 12px;
}


/* == formulieren algemeen == */

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    width: 100%;
	border: 0;
	border-radius: 0;
	padding: 11px 15px;
	padding: 8px 15px;
    border: 1px solid #bcbcbc
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0 7px 0 0;
	border: 1px solid #bcbcbc;
}
input[type="radio"]:focus {
    outline: none;
}
input[type="radio"]:checked:before {
    background-color: #3eb7ca !important;
    content: "";
    border-radius: 50%;
    visibility: visible;
    display: block;
    height: 16px;
    width: 16px;
    margin: 1px;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    float: left;
    margin: 0 7px 0 0;
	border: 1px solid #bcbcbc;
}
input[type="checkbox"]:focus {
    outline: none;
}
input[type="checkbox"]:checked:before {
    background-color: #3eb7ca !important;
    content: "";
    visibility: visible;
    display: block;
    height: 16px;
    width: 16px;
    margin: 1px;
}
.wpcf7-form textarea {
	height: 170px;
}
input.wpcf7-form-control.wpcf7-submit {
	padding: 0 25px;
    height: 50px;
    line-height: 50px;
   	background: #00b7cb;
    border-radius: 0;
    font-family: 'gomme-sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    transition: all 0.4s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background: #0393a2;
}
.wpcf7-form p {
    margin-bottom: 10px;
}
.wpcf7 {
    font-size: 15px;
}


/*-- scroll top --*/
#site-scroll-top {
    background-color: transparent;
}

/* == algemene stijlen == */
#content ul { list-style: none; }
#content .wpb_text_column ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	margin-left: -30px;
	margin-top: 10px;
	border-radius: 50%;
	background: #333;
}


/*------------------------------------------------------------------------
## header
------------------------------------------------------------------------*/

#site-header-inner,
#site-header-sticky-wrapper.is-sticky #site-header, 
#site-header.overlay-header {box-shadow: none;}

/*-- menu --*/
body .navbar-style-one {
	position: relative;
	top: auto;
	right: auto;
	margin: 7px 40px 0;
	float: left;
}
.navbar-style-one .dropdown-menu>li.menu-item>a {
    font-family: 'gomme-sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
#site-header #site-navigation .dropdown-menu>li.menu-item>a>span.link-inner:after {
    content: "";
    display: block;
    position: relative;    
    height: 2px;
    width: 0;
    top: 3px;
    right: 0; 
	transition: all 0.3s ease;
}
#site-header #site-navigation .dropdown-menu>li.menu-item>a:hover>span.link-inner:after,
#site-header #site-navigation .dropdown-menu>li.current-menu-item>a>span.link-inner:after {
	width: 100%;
	background: #e3af30;
}
span.vacature-indicator {
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block;
    padding: 0 4px;
    border-radius: 50%;
    top: 0px;
    right: 0px;
    background: #e3af30;
    color: #333;
    font-family: 'gomme-sans', sans-serif;
    font-size: 15px;
    line-height: normal;
    text-align: center;
}

/*-- mobile menu --*/
.full-screen-overlay-nav .full-screen-overlay-nav-close {
    opacity: 1 !important;
    color: #004252 !important;
}
.full-screen-overlay-nav-menu span.vacature-indicator {
	right: -15px;
}

/*------------------------------------------------------------------------
## page header
------------------------------------------------------------------------*/

.page-header {
    border: 0;
    padding: 175px 0 30px;
	overflow: hidden;
}
.page-template-default h1.page-header-title {display: none;}
.page-header h1.page-header-title {
    font-size: 32px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
	.page-header h1.page-header-title,
	.page-header.background-image-page-header .page-header-title {
	    font-size: 30px;
	}
	.page-header .page-subheading.clr {
    	font-size: 19px;
    }
}

/*------------------------------------------------------------------------
## footer
------------------------------------------------------------------------*/

#footer-widgets .widget ul li {
	color: #fff;
	font-size: 14px;
	line-height: 225%;
}

/* == footer bottom == */

#footer-bottom {
    font-size: 15px;
}
body #footer-bottom:after {
	position: absolute;
	display: inline-block;
	height: 334px;
	right: 0;
	bottom: -6px;
	content: "";
	width: calc( ( 100vw - 1170px ) / 2 + ( 1170px / 4 ) + 50px );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*------------------------------------------------------------------------
## elementen
------------------------------------------------------------------------*/

/* hero home  */
.hero-home span.wpex-bg-overlay.custom {
	background-image: -moz-linear-gradient( 0deg, #e3af30 30%, rgba(227, 175, 48,0) 70%);
	background-image: -webkit-linear-gradient( 0deg, #e3af30 30%, rgba(227, 175, 48,0) 70%);
	background-image: -ms-linear-gradient( 0deg, #e3af30 30%, rgba(227, 175, 48,0) 70%);
}
.hero-home:before {
	content: "";
	background: url(assets/img/hero-triangles-pattern.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;  
	background-size: cover;
	background-position: bottom;
	z-index: 2;      
}
.hero-home h1.vcex-heading {
	font-size: 45px;
	margin-bottom: 20px;
}
.hero-home h1.vcex-heading > span {
	max-width: 800px;
}
.hero-home .theme-button:not(.outline) {
	border: 3px solid transparent;
}

/* hero page */
.hero-page span.wpex-bg-overlay.custom {
	background-image: -moz-linear-gradient( 0deg, #e3af30 30%, rgba(227, 175, 48,0) 70%);
	background-image: -webkit-linear-gradient( 0deg, #e3af30 30%, rgba(227, 175, 48,0) 70%);
	background-image: -ms-linear-gradient( 0deg, #e3af30 30%, rgba(227, 175, 48,0) 70%);
}
.hero-page:before {
	content: "";
	background: url(assets/img/hero-triangles-pattern.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;  
	background-size: cover;
	background-position: bottom;
	z-index: 2;      
}
.hero-page h1.vcex-heading {
	font-size: 40px;	
	margin-bottom: 20px;
}
.hero-page h1.vcex-heading > span {
	max-width: 800px;
}
.hero-page .theme-button:not(.outline) {
	border: 3px solid transparent;
}

/* shadwow */
.column-box-shadow {
	box-shadow: 0 0 40px rgba(0,0,0,0.12);
}
.vc_box_shadow {
	box-shadow: 0 0 40px rgb(0 0 0 / 12%);
}

/* video */
.video-box:before {
	/*content: url(assets/img/mvw-video-triangles.png);*/
	position: absolute;
	right: -110px;
	bottom: -80px;
}
.video-box .vc_column-inner {
	min-height: 400px;
}

.vc-mvw-video {
	position: relative;
	width: 100%;
	box-shadow: 0 0 40px rgb(0 0 0 / 12%);
}
.vc-mvw-video--inner {
	padding-top: calc(620 / 1000 * 100%);
	background-size: cover;
}
.vc-mvw-video .wpb_single_image.mvw-playbutton {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
}

/* toggles */
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
	background: transparent;
	border: 0px;
	padding: 0px !important;
}    
.wpb-js-composer .vc_toggle_default .vc_toggle_title h4 {
	color: #333;
	font-size: 16px;
}
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
    background: #e3af30;
    color: #333;
    padding: 6px 7px;
}

/* overlap image */
.wpb_column.overlap-image.vc_column_container.vc_col-sm-6 {
	position: relative;
	margin-bottom: -45px;
	z-index: 1;
}
.section-triangle-pattern:before {
	content: url(assets/img/section-pattern-left.svg);
	position: absolute;
	left: 0;
	top: 0;
}
.section-pattern-right-image {
	position: absolute;
	right: 0;
	bottom: -53px;
}
.wpb_column.overlap-image img {
	box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

/* enkele beoordeling */
.enkele-beoordeling--inner {
    display: flex;
}
.enkele-beoordeling--image {
	min-width: 200px;
	padding-right: 25px;
}
.enkele-beoordeling--image:before {
	content: url(assets/img/enkele-beoordeling-imagebg.png);
	position: absolute;
	left: 0;
	top: 25px;
}
.enkele-beoordeling--image img {
	position: relative;
	float: right;
	margin-top: 5px;
	z-index: 1;
	height: 110px !important;
    width: 110px !important;
}

.enkele-beoordeling--text h3 {
	margin-top: 0;
	
	
}
.enkele-beoordeling--text .quote-author {
	display: block;
	font-weight: 800;
	color: #333;
}
.enkele-beoordeling--text .quote-company {
	display: block;
	color: #d79511;
	font-weight: 500;
	margin-top: -15px;

}
	
/* icon boxes */
.vcex-icon-box-content p {
	font-family: 'gomme-sans', sans-serif;
	color: #333;
	font-size: 16px;
}
.vcex-icon-box-link-wrap:hover .wpex-heading {
	color: #333 !important;
}

/* cta */
.section-cta:before {
	content: url(assets/img/mvw-blokjes-cta-links.png);
	position: absolute;
	bottom: -63px;
	left: 0;
	z-index: 1;	
}
.section-cta > .wpb_column:after {
	content: url(assets/img/mvw-blokjes-cta-rechts.svg);
	position: absolute;
	display: block;
	right: -200px;
	top: -65px;
}
/* quote */
blockquote {
	background: inherit;
	padding: 0;
	margin: 0;
	font-family: 'gomme-sans', sans-serif;
	font-size: 21px;
	text-align: center;
	text-transform: lowercase;
}
blockquote p {
	padding: 0 40px;
	color: #e3af30;
}
blockquote p mark {
	background: transparent;
	color: #333;
}
blockquote:before {
	content: url(assets/img/quote-mvw.png);
	display: block;
	text-align: left;
	margin-top: 20px;
}
blockquote:after {
	content: url(assets/img/quote-mvw.png);
	display: block;
	float: right;
	transform: rotate(180deg);
}

/* cases */
.portfolio-entry-media img {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.portfolio-entry-details h2 {
	font-family: 'gomme-sans', sans-serif;
}
.portfolio-entry-details h2 a,
.portfolio-entry-details h2 a:hover {
	color: #333;
}
.single-portfolio .hero-page h1 {
		max-width: 50%;
		margin-left: 0;
}

/* vacatures */
.afbeelding-halfFullRight.grey-bg .vc_column-inner:after {
    content: "";
    background: #333;
    position: absolute;
    height: 100%;
	min-width: 125%;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}
.vcex-module.vcex-staff-grid-wrap.home-vacatures {
    padding: 50px 15px;
}
.home-vacatures .vcex-staff-grid .staff-entry {
    margin-bottom: 20px;
}
.home-vacatures h2.entry-title a {
	font-family: 'gomme-sans', sans-serif;
	font-weight: 700;    
	color: #fff;
	font-size: 24px;
}
.home-vacatures .staff-entry-position {
	font-family: 'gomme-sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #d79512;
	margin-top: 8px;
}
/*
.vacatures-lijst:before {
	content: url(assets/img/vacature-triangles.png);
	position: absolute;
	right: 20px;
	bottom: -7px;
	z-index: 2;
}
*/

/* vacature overzicht  */
.vcex-staff-grid .staff-entry {
	margin-bottom: 50px;
}
.vcex-staff-grid.entries.left-thumbs .entry .entry-media {
    width: 32%;
    margin-bottom: 30px;
	border-radius: 2px;
    background: #333;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
}
.vcex-staff-grid.entries.left-thumbs .entry .entry-media img {
	opacity: 0.2;
}
.vcex-staff-grid.entries.left-thumbs .entry .entry-details {
    width: 64%;
}
.vcex-staff-grid .staff-entry:nth-child(even) .staff-entry-details {
    float: left;
}
.vcex-staff-grid .staff-entry:nth-child(even) .staff-entry-media {
    float: right;
}
h3.staff-entry-title.entry-title {
    line-height: 130%;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.vcex-staff-grid p {
    font-size: 16px;
}

.overlay-vacature.theme-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 32px;
    text-align: left;
}
.overlay-vacature.theme-overlay h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 12px;
}
.overlay-vacature.theme-overlay .vacature-werkweek-uren {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #d79512;
}
.staff-entry-details .theme-button.minimal-border {
    margin-top: 25px;
}

/* == contact pagina === */

.contact-banner-blokken {
	z-index: 2;
}
.contact-banner-blokken a.vcex-module.vcex-icon-box.contact-icons {
    box-shadow: 0px 0px 40px 0px rgba(6, 160, 143, 0.18);
    border-radius: 3px;
}
.wpb_map_wraper {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
}

	
/*------------------------------------------------------------------------
## desktop
------------------------------------------------------------------------*/

@media screen and ( min-width : 768px ) {

	/* == page builder elementen == */
	.afbeelding-halfFullRight .vc_column-inner {
		height: 100%;
	    position: absolute;
	    display: block;	
	    padding-left: 8%;
	}
	.afbeelding-halfFullRight {
	    min-height: 100%;
	    position: absolute;
	    display: block;
	    width: 57vw;
	    right: 0;
	    top: 0;
	}	
	
	/* == home == */
		
}
@media screen and ( min-width : 1024px ) {

}
@media screen and ( min-width : 1170px ) and ( max-width : 1599px ) {

}
@media screen and ( min-width : 1600px ) {
}

@media only screen and (min-width: 768px) {

}

/*------------------------------------------------------------------------
## mobile
------------------------------------------------------------------------*/

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

}
@media screen and ( max-width : 959px ) {
	
	/* == footer == */
	body #footer-bottom:after {
		display: none;
	}


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


	/* == fonts == */
	h1 {font-size: 25px;}
	h2 {font-size: 25px;}
	h3 {font-size: 20px;}
	h4 {font-size: 19px;}

	h1.vcex-heading {font-size: 25px;}
	h2.vcex-heading {font-size: 25px;}
	h3.vcex-heading {font-size: 20px;}
	h4.vcex-heading {font-size: 19px;}	
	
		
	.afbeelding-halfFullRight {
	    width: 107%;
	    margin: 0 -3.5%;
	}

	/* == banner == */
	body.home .vc_row.top-banner {
    	min-height: 650px !important;
	}
	.vc_row.top-banner {
    	min-height: 500px !important;
	}

	/* == elementen == */	
	
	/* overlap foto */
	.wpb_column.overlap-image.vc_column_container.vc_col-sm-6	{
		margin-bottom: 30px;
	}
	.section-pattern-right-image {
		right: -97px;
	}
	/* video */
	.video-box:before {
		display: none;
	}
	.video-box {
		margin: 0 15px;
	}	    
	.video-box .vc_column-inner {
		min-height: 250px;
	}
	/* enkele beoordeling */
	.enkele-beoordeling--inner {
		display: inherit;
	}
	.enkele-beoordeling--image {
		position: relative;
		display: inline-block;
		top: -50px;
		margin: 0;
	}
	
	/* cta */
	.section-cta:before,
	.section-cta > .wpb_column:after {
		display: none;
	}
	/* vacature lijst */
	.vacatures-lijst:before {
		display: none;
    }
	/* vacture overzicht */
	.vcex-staff-grid.entries.left-thumbs .entry .entry-media,
	.vcex-staff-grid.entries.left-thumbs .entry .entry-details {
		width: 100%;
	}	


}

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

}