/**
 * Theme Name: energy-soul.ee
 * Description: energy-soul.ee - Blocksy Child theme
 * Author: SL
 * Template: blocksy
 * Text Domain: blocksy
 */
:root {
	/* Spacing */
	--sp-xs:10px;
	--sp-sm:15px;
	--sp-md:24px;
	--sp-lg:30px;
	--sp-xl:45px;
	--sp-xxl:65px;
}
.no-margin{
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}
.section{
	padding-top: var(--sp-xxl) !important;
	padding-bottom: var(--sp-xxl) !important;
}
@media (max-width:768px){
	.section{
		padding-top: var(--sp-lg) !important;
		padding-bottom: var(--sp-lg) !important;
	}	
}
.section h2::after {
	content: "";
	display: block;
	width: 10%;
	height: 16px;
	border-bottom: 4px double var(--theme-heading-2-color);
}
.section.center h2::after {
	margin: 0 auto;
}