/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
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
*/

.faq_box{
	flex-direction: column;
	align-items: start !important;
	border: 2px solid #c5c5c5;
	padding: 10px;
	border-radius: 15px;
	margin:15px 0px;
}
.faq_box.active{
	background:#1C0496
}

.faq_title{
	font-size: 17px;
	font-weight: 600;
}
.faq_box.active .faq_title{
	color:#fff;
}
.faq_content{
	font-size: 14px;
	color: #fff;
	height: 0px;
	opacity:0;
	visibility:hidden;
}
.faq_box.active .faq_content{
	height:auto;
	opacity:1;
	visibility:visible;
}
.jet-listing-dynamic-repeater__items{
	display:block !important;
}