/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



/* swap icons */
.fa-angle-left:before,
.fa-angle-right:before {
    display: block;
    content: ' '!important;
	background-size: 24px 45px;
    height: 45px;
    width: 24px;
}
.fa-angle-left:before{
	background-image: url(../hello-theme-child/icons/arrow-thin-left-black.svg);
}
.fa-angle-right:before {
    background-image: url(../hello-theme-child/icons/arrow-thin-left-black.svg);
    transform: rotate(180deg);
}

/* image percentage */

.werk-image img {
	max-height: 65vh;
	width: auto;
}

/* image percentage */

.ee-post__area>:not(:empty):not(:last-child) {
    margin-bottom: 0px;
}

.ee-post__body {
	padding: 7px;
}

.wpml-ls-flag {
	margin-top: 6px;
}