/*
Theme Name: Impreza Child
Template: Impreza
Version: 2.19
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Boxes */
.sc_whitebox {
	background-color: white;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.08)
}
.sc_graybox {
	background-color: #f1f1f1;
}
.g-cols.type_boxes>div>.vc_column-inner {
    padding: 2rem !important;
}

/* Links */
p a:not(.w-btn), p li a {
	text-decoration: underline;
}

/* Header */
.w-nav.type_desktop .w-nav-list:not(.level_1) {
    box-shadow: none !important;
}
.sc_header-contact {
	font-size: 0.8rem;
}

/* Footer */
.sc_footer-widget a {
	font-weight: 500;
}
.sc_copyright {
	padding: 10px 0;
	font-size: 0.8rem;
}

/* Teksten */
.sc_leestijd {
	color: #000;
}
.sc_small-text {
	font-size: 0.8rem;
}
.sc_page-titel {
	font-size: 1.7rem;
	font-weight: 500;
	color: #000;
}
blockquote {
    line-height: 1.4;
	color: #000;
	font-weight: 500;
}
.sc_quote:before, .sc_quote:after {
    content: '"';
}
@media (min-width: 900px) {
	.sc_text-center {
		text-align: center !important;
	}
}
@media (min-width: 899px) {
	.sc_quote {
		font-size: 1.5rem;
	}
}

/* Rows */
.sc_gradient-split {
    background-image: linear-gradient(to bottom, #f5f5f5 50%,#ffffff 50%);
}

/* Buttons */
.sc_fw-button {
	width: 100%;
}
.sc_button {
	margin-top: 1rem;
}
.us-nav-style_2>*:before, .us-btn-style_2:before {
    border-width: 0 0 2px 0 !important;
}
.us-nav-style_5>*:before, .us-btn-style_5:before {
    border-width: 0 0 2px 0 !important;
}

/* Fullscreen image secties */
@media (min-width: 1024px) {
	.sc_img-sectie-rechts .l-section-img {
		left: 50%;
	}
	.sc_img-sectie-links  .l-section-img {
		right: 50%;
	}
	.sc_content-sectie-links {
		padding-right: 4rem;
	}
	.sc_content-sectie-rechts {
		padding-left: 4rem;
	}
}
@media (max-width: 1023px) {
	.sc_img-sectie-rechts .l-section-img, .sc_img-sectie-links .l-section-img {
		display: none;
	}
}

/* WPForms Fix 2023 4.1 */
.wpforms-field-layout {
	padding: 0 !Important;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	border-radius: 0;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(-45deg, transparent 50%, currentColor 0%);
    background-position: right 15px top 50%, right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 30px;
}

/* Grid: Blog */
.sc_g-blog-box {
	padding: 2rem 2rem 5rem 2rem;
}
.sc_g-blog-meta .w-post-elm-before {
	font-weight: 500;
}
.sc_g-blog-meta {
	font-size: 0.8rem;
}
.sc_g-blog-button {
	position: absolute !important;
	left: 2rem;
	bottom: 2rem;
}

/* Grid: Blokken */
.sc_g-blokken-box {
	padding: 2rem 2rem 5rem 2rem;	
}
.sc_g-blokken-button {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
}

/* Grid: Testimonials */
.sc_g-testimonial-box {
	padding: 2rem;	
}

/* Grid: Quotes */
.sc_g-quote-titel {
	font-style: italic;
	font-size: 1.3rem;
	line-height: 1.5;
}
@media (min-width: 899px) {
	.sc_g-quote-titel {
		font-size: 1.7rem;
		line-height: 1.5;
	}
}