/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

body{
	hyphens: auto;
}

h1 {
	font-size: 36px!important;	
}

.main_color h1 ~ .av-subheading.av-subheading_below{
	color: var(--enfold-main-color-heading)!important;
	font-style: italic;
	font-size: 18px!important;
}

.alternate_color h1 ~ .av-subheading.av-subheading_below{
	color: #fff!important;
	font-style: italic;
	font-size: 18px!important;
}

h2 {
	font-size: 30px!important;
}

.main_color h2 ~ .av-subheading.av-subheading_below{
	color: var(--enfold-main-color-heading)!important;
	font-style: italic;
	font-size: 18px!important;
}

.alternate_color h2 ~ .av-subheading.av-subheading_below{
	color: #fff!important;
	font-style: italic;
	font-size: 18px!important;
}

h3 {
	font-size: 24px!important;
}

h4 {
	font-size: 20px!important;
}

h5 {
	font-size: 18px!important;
}

h6 {
	font-size: 16px!important;
}

.min-height-px{
	min-height: 300px;
}

#top .avia_cookie_text a:where(:not(.wp-element-button)){
	color: #95666d;
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification {
	color: #95666d!important;
}

.flex_cell{
	padding: 50px;
}

@media screen and (max-width: 989px){
	h1 {
		font-size: 30px!important;	
	}

	h2 {
		font-size: 26px!important;
	}

	h3 {
		font-size: 22px!important;
	}

	h4 {
		font-size: 20px!important;
	}
}

@media screen and (max-width: 1300px){
	.flex_column.av-mfe1j-1c82a91d0aba81b2d0054abb92b4561c,
	.flex_column.av-dh1vj-5e7600c1d0491a7e11326d9d0e140acf,
	.flex_column.av-62rgf-2c0ad5878f6ccaf7c25355285bbe7d25{
		padding: 0!important;
	}
}

@media screen and (max-width: 767px){
	#av-layout-grid-1,
	#av-layout-grid-2{
		display: flex;
		flex-direction: column-reverse;
	}
}