/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


@media only screen and (max-width: 767px){
	#Top_bar .container {
		padding: 20px 0px!important;
	}
	.mobile-sticky #Top_bar a.responsive-menu-toggle{
		top: 50px !important;
	}
	.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{
		top: 50px !important;
	}
}

table{
	  table-layout: fixed;
}

table th, table td{
	text-align: left;
}

table th:first-child, table td:first-child{ padding-left: 0px; }



table tbody th[colspan], table thead tr th[colspan]{
    background-color: #efefef !important;
    text-indent: 15px;
    width: 100%;
}

.elementor-widget-mfn_tabs_mode .ui-tabs-nav li a {
	font-size: 15px;
}

.elementor-widget-mfn_tabs_mode .ui-tabs-panel img{
	padding: 20px 0px;
}




@media (min-width: 768px) {
		section.elementor-inner-section.col-3 .elementor-container {
		flex-wrap: wrap;   
			justify-content: center;
	}
		section.elementor-inner-section.col-5 .elementor-container > * {
		flex: 0 1 calc(100% / 5);
	}
		section.elementor-inner-section.col-4 .elementor-container > * {
		flex: 0 1 calc(100% / 4);
	}
	section.elementor-inner-section.col-3 .elementor-container > * {
		flex: 0 1 calc(100% / 3);
	}
		section.elementor-inner-section.col-2 .elementor-container > * {
		flex: 0 1 calc(100% / 2);
	}
}



