/*
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.2
*/

.mfn-header-menu .mfn-menu-link .label-wrapper .menu-desc,
.mfn-sidemenu-menu .mfn-menu-link .label-wrapper .menu-desc{
	color:#aecb06;
}
.login-icons ul{
	display:flex;
	flex-wrap: nowrap;
	
}
.ur-frontend-form input:not([type="submit"]){
	color:#000 !important;
}
.ur-frontend-form .register .ur-submit-button {
	background-color:#d94d20;
	color:#FFF;
}
.ur-frontend-form .register .ur-submit-button span{
	display:none;
}
.ur-frontend-form .register .ur-submit-button:hover {
	background-color:#e4734d;;
}
.ur-frontend-form{
	border:none !important;
}
.nolabel .menu-label{
	display:none !important;
}
textarea{
	background-color:#eee;
}
textarea:focus{
	background-color:#fff;
}
.mfn-header-menu>.mfn-menu-li.greenCorner .mfn-submenu{
	right:0;
	left:auto;
}
body:not(.home) header.mfn-header-main::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background: linear-gradient(0deg, rgba(37,40,42,0.0) 0%, rgba(37,40,42,0.8) 100%);
	transition: 0.5s;
	opacity:0;
}
body:not(.home):not(.mfn-header-scrolled) header::before{
	opacity:1;
	transition: 0.2s;
}
	
.grecaptcha-badge { visibility: hidden; }

sr7-slide a{
	color:white;
	text-decoration:none;
}
sr7-slide a:hover{
	color:#aecb06;
	text-decoration:none;
}
#cmplz-document{
	max-width:100% !important;
}
.cmplz-service-header label span {
	visibility:hidden;
}
.column_header_logo .logo-wrapper img{
	transition: max-height .5s;
	max-height:95px;
}
.mfn-header-scrolled .column_header_logo .logo-wrapper img{
	max-height:44px
}
.mcb-section .mcb-wrap .mcb-item-a7vqu6y8q .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link{
	transition: padding .5s;
}
.mfn-header-scrolled .mcb-section .mcb-wrap .mcb-item-a7vqu6y8q .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link{
	padding-top: 10px;
    padding-bottom: 10px;
}

.style-simple .xdsoft_calendar table:not(.recaptchatable) td.xdsoft_current {
	background: #3af;
}