/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* General */
.head-icon .column-image-bg{
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.wpb_wrapper h1.vc_custom_heading.vert-text{
	font-size:119px!important;
	line-height:1!important; 
}
.home .nectar-fancy-box[data-style="parallax_hover"] .meta-wrap{
    min-height: calc(100vh - 100px) !important;
}

.nectar-fancy-box .inner{
	text-align:center!important;
}
.nectar-fancy-box[data-style="parallax_hover"] p{
	opacity:1!important;
}
/* Groepen */
.zig-zag-line {
  --a: 90deg; /* control the angle */
  --s: 20px; /* size of the zig-zag */
  --b: 1.5px;  /* control the thickness */
  
  background: #D20A11;
  height: calc(var(--b) + var(--s)/(2*tan(var(--a)/2)));
  width: 100%;
  --_g:var(--s) repeat-x conic-gradient(from calc(var(--a)/-2) at bottom,
    #0000,#000 1deg calc(var(--a) - 1deg),#0000 var(--a));
  mask: 50% calc(-1*var(--b))/var(--_g) exclude,50%/var(--_g);
}

/* Formulier */
.wpcf7-submit {
    background-color: #d20a11 !important;
	font-family: "mono45-headline" !important;
	font-display:swap;
    text-transform: uppercase !important;
}
.wpcf7-submit:hover {
    background-color: #b70914 !important;
}
input[type="text"],input[type="email"],input[type="tel"],textarea,input[type="number"],input[type="date"],select{
	background-color: #FFFFFF;
	border-color: #194D63;
	border-width: 1px 1px 1px 1px;
	font-family: "mono45-headline", Sans-serif;
	font-display:swap;
	font-weight: 400;
	color: #7A7A7A;
	letter-spacing: 0.5px;
}
label, .wpcf7-list-item-label{
	font-family: "mono45-headline", Sans-serif;
	font-display:swap;
	font-weight: 400;
	color: #7A7A7A!important;
}
.wpcf7-list-item{
	margin-left:0px!important;
}
