/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.service-solution-mobile {
display: none;
}
#Subheader {
background-size: cover;
}
#Subheader .title {
display: none;
}

.content_wrapper .entry-content .custom-responsive-tab ul.ui-tabs-nav li.ui-tabs-active a {
	background: #f1991b !important;
	color: #fff !important;
}
#overlay-menu ul li a {
font-size: 34px !important;
line-height: 52px !important;
letter-spacing: 3px !important;
}
#overlay-menu ul li.current-menu-item a {
	color: #985A00 !important;
}
@media screen and (min-width: 768px) {
.content_wrapper .entry-content .custom-responsive-tab ul.ui-tabs-nav li a {
padding-left: 60px !important;
padding-right: 60px !important;
}
}

@media screen and (max-width: 767px) {
.content_wrapper .entry-content .custom-responsive-tab .ui-tabs-nav li {
	width: auto !important;
}
.content_wrapper .entry-content .custom-tab-parent,
.content_wrapper .entry-content .custom-tabl-sub-parent {
padding-top: 0 !important;
}

.content_wrapper .entry-content .custom-responsive-tab .ui-tabs-panel {
padding-top: 40px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.service-solution-desktop {
display: none
}
.service-solution-mobile {
display: block;
}
}
@media screen and (max-width: 480px) {
.content_wrapper .entry-content .custom-responsive-tab .ui-tabs-nav li a {
padding-left: 25px !important;
padding-right: 25px !important;
}

#overlay-menu ul li a {
font-size: 22px !important;
line-height: 34px !important;
letter-spacing: 1.5px !important;
}
}