/* 
 Theme Name:     Jointly Media
 Author:         Jointly Media
 Author URI:     www.jointlymedia.nl
 Template:       Divi
 Version:        Final Version
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.2.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_pb_toggle_open .et_pb_toggle_title:before { 
	transform: rotate(180deg) !important; 
	content: "\33" !important; 
	transition:all 0.5s ease-in-out 0s !important; }
 
.et_pb_toggle_title:before { 
	content: "\33" !important; 
	font-size: 1.6em !important; 
	transition:all 0.5s ease-in-out 0s !important; 
}

.et-menu .menu-item-has-children>a:first-child:after{
	color: #fe7e1f !important;
}

/*------------SELECTEREN------------*/
::-moz-selection {
background-color: #fe7e1f;
color: #fff;
}

::selection {
background-color: #fe7e1f;
color: #fff;
}

/*------------BACK TO TOP------------*/
.et_pb_scroll_top.et-pb-icon {
    color: #fff;
    background: rgba(38,54,131,0.4);
}