/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
.question .title {
    background: #E64491;
	position:relative;	
}
.question .title:before{
	position: absolute;
	left: -68px;
	opacity: 0.2;
	top: 0px;
	content: url('./img/arrow1.png');
}	
.question .title:hover:before, .question.active .title:before{
	left: -63px;
	opacity: 1;
	transition: 1s;
}	
.question.active .title {
    background: #cc3d7f;
}
.question .title {
    color: #fff !important;
}
.icon-plus:before, .icon-minus:before {
    color: #fff;
}
.answer {
    padding-top: 10px !important;
}
#Top_bar .menu > li > a span:not(.description) {
     padding: 0 15px !important;
}	
#Top_bar .menu li ul {
     top: 70% !important;
}	
.button_dark{
	background: linear-gradient(rgba(198,68,252,1) 0%, rgba(88,86,214,1) 100%) !important;
}
.mcb-section-na60ah8hj h3 a:hover {
    background: #ff4fa1;
}
.mcb-section-vkkn689kd h2 a:hover, .mcb-section-xsawhf244 h4 a:hover {
    background: #FEEA70;
}		


@media all and (max-width: 640px) {
.question .title:before{
	content: '';
}	
}  