/* 
Theme Name: EZA EHH
Theme URI: https://github.com/elementor/hello-theme-child/
Description: EZA EHH is a child theme of Hello Elementor, created by Elementor team
Author: Creative Solutions
Author URI: https://creative-designs.ro/
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: #0fb16f;
	--grey: #4d4d4d;
	--accent: #0ffa6f;
	--bg-grey: #1A1A1A;
	--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);
}

/********* OVERRIDES *********/
/*****************************/
.page-title {
	padding-top: var(--space-sm);
	padding-bottom: var(--space-sm);
}
.page-title h1 {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 300 !important;
	text-shadow: 1px 1px rgba(255,255,255,.3);
}
.wpcf7-acceptance {
	font-size: .8rem;
}

@media (max-width: 1024px) {
	.elementor-nav-menu--dropdown {
		min-width: 270px;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 1;
	}
}



/********** WEBSITE **********/
/*****************************/

/* homepage */
.home-service-block {
	padding: 25px 15px 15px 15px;
	border-radius: 15px;
	transition: all .25s;
}
.home-service-block:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.home-service-block .elementor-widget-button {
	margin-top: auto;
}

/* blog */
.blog-archive-block .elementor-grid-item {
	padding: 15px;
	background: #ffffff;
	border-radius: 8px;
	transition: all .25s;
}
.blog-archive-block .elementor-grid-item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.blog-archive-block .elementor-grid-item a.elementor-post__read-more {
	background-color: #69727d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 10px 18px;
	text-align: center;
	transition: all .3s;
}
.blog-archive-block .elementor-grid-item a.elementor-post__read-more:hover {
	background-color: var( --e-global-color-9f10872 );
}

/********* RESPONSIVE ********/
/*****************************/
@media (max-width: 767px) {
	.blog-archive-block .elementor-grid-item {
		flex-direction: column;
	}
	.blog-archive-block .elementor-grid-item .elementor-post__thumbnail__link {
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
}