/*
 Theme Name:   Bernstein Child
 Theme URI:    http://bernstein.bold-themes.com
 Description:  Bernstein child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     bernstein
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  bernstein-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.bagdes-holder {
	display: flex;
	column-gap: 20px;
	flex-flow: row;
}
#faq .bt_bb_accordion_item_title {
	color: #181818;
}
.mainHeader ul li.faqs-item a::after {
	display:none !important;
}

@media(max-width:639px){
.bagdes-holder {	row-gap: 20px;	flex-flow: column;}
}