/*
Theme Name: Rezonance Design Child Theme
Theme URI:
Author: Menno van den Hout
Author URI: rezonancedesign.com
Description: A child theme for Divi from Rezonance Design. Please note we provide no warranty.
Version: 1.0.0
Template: Divi
*/

/* Custom CSS below this line only - DO NOT EDIT ABOVE THIS LINE */

/* Verander bullets van specifieke bulletlist(s) */
.spiraal-bullet-list li {
   list-style-image: url(https://vuurkrachtig-dev.local/wp-content/uploads/2025/06/Vuurkrachtig-Spiraal-bullits-op-home-small.png);
}

/*** show hamburger menu on 13" tablet and below ***/
@media all and (max-width: 1180px) {
.et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_
pb_menu__menu {
display: none;
}
.et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_
mobile_nav_menu {
display: flex;
float: none;
margin: 0 6px;
align-items: center;
}
}

/*set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}