/* 
Theme Name: Particibaan theme
Description: Particibaan theme is a child theme of Hello Elementor.
Author:         Sabrina Gordijn
Author URI:     https://www.vanontwerpnaarwebsite.nl 
Template: hello-elementor
Version: 1.0
*/ 


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

/** breedte submenu **/

.elementor-614 .elementor-element.elementor-element-54ba0974 .elementor-nav-menu--dropdown li a {
    white-space: break-spaces;
}


//** Mediaqueries **/

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1025px){
<strong>ADD YOUR CSS RULES HERE</strong>
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 1024px) {
<strong>ADD YOUR CSS RULES HERE</strong>
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	#content .eael-advance-tabs .eael-tabs-nav>ul li:after {
		display:none !important;
	}

	#content .eael-tabs-nav li{
		width: 100%;
		margin-right: 10px;
	}
}
