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

h1.entry-title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    color: var( --e-global-color-primary );
    text-align: center;
    padding: 30px;
}

.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.accordion-item {
    margin: 10px;
}

/* Thumb */
.accordion-thumb {
    margin: 0;
    padding: .8rem 0;
    cursor: pointer;
    font-weight: normal;
    background-color: #fff;
    position: relative;
    padding-left: 25px;
}	


h3.accordion-thumb:before {
    content: "";
    width: 20px;
    color: #000;
    display: block;
    position: absolute;
    z-index: 9999999;
    background-color: var( --e-global-color-accent );
    top: 5px;
    left: 0;
    bottom: 5px;
    border-radius: 0 15px 15px 0;
}
/* Panel */
.accordion-panel {
	margin: 0;
	padding-bottom: .8rem;
	display: none;
}

