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

/*Add your own styles here:*/

/* Geen lijntje rond iconen in footer */
.l-section.color_primary .w-contacts-item:before, .l-section.color_secondary .w-contacts-item:before {
    box-shadow: none;
}
/**/

/* Button in menu */
.btn.menu-item>a {
    border-radius: 5rem;
}
/**/

/* Ruimte widget in menu */
.yawp_wim_wrap {
    width: 90%;
    margin: 0 auto;
}
/**/

/* Iconbox margin */
.IconSpacing i {
    margin-bottom: 2rem;
}
/**/

/* Footer heading */
.FooterHeading h5 {
	color: white !important;
}
/**/

/* WPForms Fix */
.wpforms-container .wpforms-field {
    position: inherit !important;
}
/**/

/* Shadow boxen */
.ShadowBox {
	background-color: white;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px #00000021;
}
/**/

/* Headings zonder padding */
h1, h2, h3, h4, h5, h6 {
    padding-top: 0 !important;
}
/**/

/* Titelkleur voor terugbel verzoek */
.TbVerzoek h4 {
	color: #211e75 !important;
}
/**/

/* Aangepaste check iconen */
.CheckEdit ul {
    list-style-type: none;
	margin-left: 0;
}
.CheckEdit li:before {
	content: "\f00c";
	font-family: 'fontawesome';
    font-weight: 400;
	margin-right: 0.5rem;
	color: #6fb36b;
}
/**/

/* Row Min Height */
@media (min-width: 992px) {
.RowMinHeight {
	min-height: 450px;
}
}
/**/

/* Text Shadow */
.TextShadow {
	text-shadow: 1px 1px 1px black;
}

/* Dropdown pijltje */
.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 0.7em;
}
/**/

/* Contactform overlap */
.ContactForm {
	margin-top: -300px !important;
	background-color: white;
	padding: 2.5rem;
	border-radius: 1rem;
}
.ContactForm {
    box-shadow: 0px 0px 35px #00000030;
}
.ContactForm .wpforms-container {
    margin-bottom: 0px;
}
/**/

/* Quote */
blockquote:before {
    display: none !important;
}
blockquote {
	padding-left: 1.5rem !important;
	border-left: 3px solid #fb7101;
}
/**/

/* Grotere intro */
.LargeIntro p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
/**/

/* Footer no pointer */
.no-pointer {
	pointer-events: none;
}
/**/

/* Breadcrumb links */
.BreadCrumbs, .BreadCrumbs a  {
	color: #211e75 !important;
	font-weight: 500;
	pointer-events: none;
}
.g-breadcrumbs-separator {
    color: #fb7101;
}
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/

/* Comment */
/**/