/* 
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
*/

#footer a:hover{
	text-decoration:underline;
}

.btn-primary .elementor-button{
	min-width:200px;
}

.elementor-post > .post,
.entry-min{
	height:100%;
}

.entry-min-img a{
	width:100%;
}

.title-line h1::after,
.title-line span::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--e-global-color-text);
    margin: 10px auto 0 auto;
}

.elementor-button-content-wrapper{
	align-items:center;
}

.elementor-button-icon svg{
	width:20px;
}

#cmplz-document {
    max-width: 1920px !important;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td{
	    font-size: var(--e-global-typography-text-font-size);
}