/*

Theme Name: Coffee Case Template
Theme URI: https://flywebservices.nl
Author: Fly Webservices
Author URI: https://flywebservices.nl
Description: Dit is een template, ontworpen voor jou.
Version: 1.0.0
Template: pro

*/

/* CORE FEATURES*/

/* Lijn in de H1 uitschakelen*/
.h-custom-headline.accent span:before {
	display: none;
}

.h-custom-headline.accent span:after {
	display: none;	
}

h1.h-custom-headline.cs-ta-left.h2, h1.h-custom-headline.cs-ta-center.h2 {
	margin-top: 0px;	
}

h2, .h2 {
	font-size: 200%;	
}
	

/* Recaptcha V3 icon */
.grecaptcha-badge {
    display: none;
}

/* opmaak intro blok homepage */
div.e26-7.x-column.x-sm.x-1-1.header-intro {
	margin-top: -4em !important;
    background: white;
}

@media (max-width: 768px){

div.e26-7.x-column.x-sm.x-1-1.header-intro {
	padding: 4em 2em 4em 2em !important; 
}

div.e26-10.introhead.x-text.x-text-headline, div.e26-11.x-text, div.e26-8.x-text {	
	padding-left: 0px !important; 
	padding-right: 0px !important;
}	

hr.e26-9.x-line {
	margin: 0px 0px 36px 0px !important;
}
}

/* Prefooter blok */
div.ctahome h2.h-custom-headline.h3 {
    margin: 45px 0 25px 0;
}

div.ctahome a.default {
    margin: 10px 0px 45px 0px;
}


/* 3/6 Foto + 2/6 Text + 1/6 leeg blok */

div.async_right {
	padding: 4em;
}

.async_headline {
	font-size: 1.6rem;
	margin-top: 0px;
}

.x-feature-list {
	margin: 0 0 0em;
}

.async_featured {
	font-size: 0.8rem !important;	
}

@media (max-width: 976px){
div.async_right, .block_c {
	padding: 2em !important;
}

.scol {
	display: flex !important;
    flex-direction: column-reverse;
}
}

/* 1/6 Leeg + 4/6 Text + 1/6 leeg blok */

.block_c {
	padding: 4em 4em 3em 4em !important;
}

.block_text p {
	margin:	 0 0 1em !important;
}

.block_button {
	margin-top: 25px;
}