/*
custom promodoro styles for jquery ui components

*/


/*faq sections*/
.faq .ui-accordion-header {

	font-family: Mark W01 Regular;
    background: transparent;
	color: #000;
	border: 1px solid #B82E23;

	margin-top: 10px;
font-size: 12px;
}


.faq .ui-accordion-content {
    font-family: Mark W01 Regular;

}

.faq i.fas.icon {float: right; margin-right: 4px; }
.faq .ui-accordion-header-active i.icon::before {
    content: "\f077"; 
}

.faq .ui-accordion-header-collapsed i.icon::before {
    content: "\f078"; 
}






