/******* Do not edit this file *******
Woody advertentie snippets CSS and JS
Saved: May 18 2021 | 03:45:05 */
/* vanuit theme options kan je de margin-bottom niet generiek bepalen die default value komt uit utlimate add-ons plugin. Dus hier kan je generiek de margin-bottom meegeven voor de fonts. Zolang je hier geen !important gebruikt, kan je dit namelijk per heading nog steeds overschrijven als je daar wel wat invult. */

p {
    letter-spacing: 0.08px;
}



.h1, .uvc-heading .uvc-main-heading h1 {
	   margin-bottom: 15px;
	letter-spacing: 0.15px;
}


.h2, .uvc-heading .uvc-main-heading h2 {
    margin-bottom: 15px;
	letter-spacing: 0.15px;
}

.h3, .uvc-heading .uvc-main-heading h3 {
    margin-bottom: 15px;
	letter-spacing: 0.11px;
}

.h4, .uvc-heading .uvc-main-heading h4 {
    margin-bottom: 15px;
	letter-spacing: 0.08px;
}

.h5, .uvc-heading .uvc-main-heading h5 {
    margin-bottom: 15px;
	letter-spacing: 0.1px;
}

.h6, .uvc-heading .uvc-main-heading h6 {
    margin-bottom: 15px;
	letter-spacing: 0.1px;
}



/* submit buttons profile builder forms */
.wppb-user-forms input[type=submit] {
    background: #A1BEA2!important;
}

.wppb-user-forms input[type=submit]:hover {
    background: #424242!important;
}
