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

/*
    Add your custom styles here
*/

@font-face {
    font-family: 'eicons';
    src: url('fonts/eicons.eot');
    src: url('fonts/eicons.eot?#iefix') format('embedded-opentype'),
        url('fonts/eicons.woff2') format('woff2'),
        url('fonts/eicons.woff') format('woff'),
        url('fonts/eicons.ttf') format('truetype'),
        url('fonts/eicons.svg#eicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.filter-term-description-main .filter-term-description-loop {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 0px 20px 0px;
	padding: 30px 30px 30px 30px;
	border-radius: 10px 10px 10px 10px;	
}