/*
Theme Name: Overlap Child
Description: Child theme of the Overlap. By using a child theme you will ensure that your modifications are preserved.
Author: Wyde
Template: overlap
Version: 1.0
*/
//custom code efthymis 
.w-toggle > h4:after
	{
		content: '+' !important;
	}

.w-toggle.active > h4:after {
    content: '-'!important;}


