/* 
Theme Name: Crownia
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Creathink Advertising
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/********** GENERAL **********/
/*****************************/

:root {
	--green: #105540;
	--brown: #77523D;
	--accent: #8D634B;
	--bg-body: #F4F1ED;
	--space-xs: 1.5rem;
	--space-sm: 2.5rem;
	--space-md: 5rem;
	--space-lg: 7.5rem;
	--space-xl: 10rem;
}

.mt-0 {
	margin-bottom: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-xs {
	margin-top: var(--space-xs) !important;
}
.mb-xs {
	margin-bottom: var(--space-xs) !important;
}
.mt-sm {
	margin-top: var(--space-sm) !important;
}
.mb-sm {
	margin-bottom: var(--space-sm) !important;
}
.mt-md {
	margin-top: var(--space-md) !important;
}
.mb-md {
	margin-bottom: var(--space-md) !important;
}
.mt-lg {
	margin-top: var(--space-lg) !important;
}
.mb-lg {
	margin-bottom: var(--space-lg) !important;
}

.section-sm {
	padding-top: var(--space-sm);
	padding-bottom: var(--space-sm);
}
.section-md {
	padding-top: var(--space-md);
	padding-bottom: var(--space-md);
}
.section-lg {
	padding-top: var(--space-lg);
	padding-bottom: var(--space-lg);
}


/********* OVERRIDES *********/
/*****************************/
.wpcf7-acceptance {
	font: var(--the7-base-font);
}
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}


/********** WEBSITE **********/
/*****************************/

/* homepage */
.home-hero h1 span {
	font-size: 1.8em;
}
.row-home-productline img {
	filter: drop-shadow(0 0 15px rgba(0,0,0,.3));
}


/********* RESPONSIVE ********/
/*****************************/