/*
Theme Name: Boombox
Theme URI: http://boombox.px-lab.com
Author: Px-Lab
Author URI: https://px-lab.com
Description: Boombox is most powerful and flexible viral and buzz style WordPress theme. Flexible and fully customizable viral magazine theme combined with most powerful Viral content plugin with a ton of snacks and exclusive features and all that packed with dozens of powerful and popular plugins and with top-notch design
Version: 2.9.34
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-background, full-width-template,custom-menu, editor-style, featured-images, featured-image-header, post-formats, sticky-post, theme-options, translation-ready
Text Domain: boombox
Tested up to: 6.3.1
Requires PHP: 5.6
*/

/*************** Please don't change this file.  ***************/
/* Make all your modifications in the provided child theme.  */


/* menu sub */
.menu-sub.menu-sub-1 {
	opacity: 1;
	visibility: visible;
	transition: ease-in-out 0.3s !important;
	transform: translateX(0);
	position: absolute !important;
	left: 0;
	width: 100%;
}
.menu-sub.menu-sub-1.hide {
	opacity: 0;
	visibility: hidden;
	left: 0;
}
.menu-sub-tabs a {
	padding: 10px;
}
.menu-sub-tabs .active a {
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	background: #EEF2F6;
}
.menu-sub .elementor-image-box-img {
	min-width: 20px;
}
@media(max-width: 1440px)
{
	.menu-sub .elementor-image-box-title {
		font-size: 15px !important;
	}
	.menu-sub .elementor-image-box-description {
		overflow: hidden;
	   display: -webkit-box;
	   -webkit-line-clamp: 2; /* number of lines to show */
			   line-clamp: 2; 
	   -webkit-box-orient: vertical;
	}
}
/* menu sub */