/* 
Theme Name: Hello Elementor Child
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: Elementor Team
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
*/

/* Add your custom styles here */

.elementor-widget-heading p, .elementor-widget-heading ul, .elementor-widget-heading ol {
	margin-bottom: 20px!important;
}
.elementor-widget-heading p:last-child, .elementor-widget-heading ul:last-child, .elementor-widget-heading ol:last-child {
	margin-bottom: 0!important;
}

.elementor-element-8c06f4c .elementor-heading-title {
	display: flex;
	flex-direction: column;
}

.articles {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	gap: 20px;
}
a.article {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	width: calc(50% - 10px);
	border: 3px solid var(--e-global-color-secondary);
	color: var(--e-global-primary-text);
}
a.article .article__text {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);	
	color: var(--e-global-primary-text);
}

a.article .article__link, a.article:visited .article__link, a.article:focus .article__link, a.article:active .article__link {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
	font-family: var(--e-global-typography-0f77334-font-family), Sans-serif;
    font-size: var(--e-global-typography-0f77334-font-size);
    font-weight: var(--e-global-typography-0f77334-font-weight);
    line-height: var(--e-global-typography-0f77334-line-height);	
	color: var(--e-global-color-text);
}
a.article .article__link svg, a.article:visited .article__link svg, a.article:focus .article__link svg, a.article:active .article__link svg {
	stroke: var(--e-global-color-text);
}

a.article:hover .article__link {
	color: var(--e-global-color-accent);
}
a.article:hover .article__link svg {
	stroke: var(--e-global-color-accent);
}
@media (max-width: 1024px) {
	a.article {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.elementor-element-8c06f4c .elementor-heading-title {
		display: block;
	}
}