/*
 Theme Name: Fireworks Theme
 Theme URI: https://snaveware.com
 Description: A child theme for Divi, customized by Evans Munene.
 Author: Evans Munene
 Author URI: https://snaveware.com
 Template: Divi
 Version: 1.0.0
*/

/* Import parent theme CSS */
@import url("../Divi/style.css");

/* Your custom styles below */


#mysticky-nav.wrapfixed .navbar {
	transform: translateX(0%) !important;
}

.wrapfixed.down .navbar {
	display: none !important;
}

.short-video-wrapper {
    max-width: 300px;
    margin: 0 auto; /* centers it horizontally */
}


.tax-fireworks-category .mobile_nav #mobile_menu2 {
  width: 100vw !important;
  transform: translateX(-50%) !important;
  border-bottom: 2px solid #ff4f0f !important;
  min-height: 83vh !important;
  overflow: auto !important;
}

a {
	color:#FF4F0F;
}


.et-db #et-boc .et-l .dipl_breadcrumb_0_tb_body .dipl-breadcrumb-wrapper li a .breadcrumb-page {
    color: #FF4F0F!important;
}

.et-db #et-boc .et-l .dipl_breadcrumb_0_tb_body .dipl-breadcrumb-wrapper li .breadcrumb-home-icon {
    font-family: ETmodules!important;
    font-weight: 400!important;
    font-size: 20px!important;
    color: #FFFFFF!important;
}

#mobile-navbar,#desktop-navbar {
	display: none
}

@media only screen and (max-width: 600px) {
	#mobile-navbar{
		display: flex;
	}
}

@media only screen and (min-width: 600px) {
	#desktop-navbar{
		display: flex;
	}
}

.et-menu li li a {
	width: 300px !important;
	padding: 3px 20px !important;
}

.nav li ul {
	width: 350px !important;
}

.nav li li {
	line-height: 1.7em !important;
}





