/* 
 Theme Name:     Before Sales
 Author:         Before Sales
 Author URI:     https://beforesales.nl/
 Template:       Divi
 Version:        V1.0
 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.0.3
*/ 


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



.et_pb_fullwidth_menu_1_tb_header.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu_1_tb_header.et_pb_fullwidth_menu .et_mobile_menu ul {
    background-color: #4F4F52!important;
    margin-top: 12px;
}


/*Ipad staand */
@media only screen and (max-width: 769px) {
	/* Icoon menu */
  span.mobile_menu_bar 
{
    position: relative;
    left: 60px;
}
}

/*Telefoon staand */
@media only screen and (max-width: 367px) {
	/* Icoon menu */
  span.mobile_menu_bar 
{
    position: relative;
    left: 60px;
}
}

