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

/**
 * START: Globals
 */

h2 {
	margin-bottom: var(--h2-margin-bottom, 1.5rem) !important;
}

.custom-accordeon .w-tabs-section {
	border-radius: 10px;
	margin-bottom: 16px;
}

.custom-accordeon .w-tabs-section i {
	color: white;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

.custom-accordeon .w-tabs-section .w-tabs-section-title {
	font-weight: 700 !important;
}

.custom-accordeon .w-tabs-section.leaf i {
	background: #14773B;
}

.custom-accordeon .w-tabs-section.seedling i {
	background: #DAA751;
}

.custom-accordeon .w-tabs-section.raindrops i {
	background: #2C70AF;
}

.custom-accordeon .w-tabs-section.water i {
	background: #CF2731;
}

.custom-accordeon .w-tabs-section.sparkles i {
	background: #E07720;
}

.custom-accordeon .w-tabs-section.leaf .w-tabs-section-title {
	color: #14773B;
}

.custom-accordeon .w-tabs-section.seedling .w-tabs-section-title {
	color: #DAA751;
}

.custom-accordeon .w-tabs-section.raindrops .w-tabs-section-title {
	color: #2C70AF;
}

.custom-accordeon .w-tabs-section.water .w-tabs-section-title {
	color: #CF2731;
}

.custom-accordeon .w-tabs-section.sparkles .w-tabs-section-title {
	color: #E07720;
}

.custom-accordeon .w-tabs-section.leaf.active,
.custom-accordeon .w-tabs-section.leaf.active .w-tabs-section-header {
	background: rgba(20,119,59,0.1) !important;
}

.custom-accordeon .w-tabs-section.seedling.active {
	background: rgba(218,167,81,0.1) !important;
}

.custom-accordeon .w-tabs-section.raindrops.active {
	background: rgba(44,112,175,0.1) !important;
}

.custom-accordeon .w-tabs-section.water.active {
	background: rgba(207,39,49,0.1) !important;
}

.custom-accordeon .w-tabs-section.sparkles.active {
	background: rgba(224,119,32,0.1) !important;
}

.footer-icon-colors .w-socials-item a {
	background: var(--color-content-secondary) !important;
}

.iconbox-titel-bold .w-iconbox-title {
	font-weight: 700 !important;
}

.standaard-form label {
	font-family: 'Lusitana, serif';
	font-weight: 700 !important;
}

body.recepten-template-default.single-recepten #page-header .l-subheader.at_middle {
	color: #000 !important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25) !important;
}

/**
 * END: Globals
 */
/**
 * START: Home
 */

/**
 * END: Home
 */

/**
 * START: Contact
 */

/**
 * END: Contact
 */