/*
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
*/
html {scroll-behavior: smooth;}

*::selection {
    background-color: #688724;
    color: white;
}
.cmplz-btn {
    height: auto !important;
}
p a{
	text-decoration: underline !important;
}
#Top_bar .wpml-languages.horizontal ul li:first-child a {
	border-right: 1px solid black;
    padding-right: 8px;
} 
.header-classic #Header .top_bar_left{
	display: flex;
}
#Top_bar {
	background: #bada55;
	border-bottom: none;
}
#Top_bar .logo{
	margin: 0;
}
#Top_bar #logo {
	padding: 20px 30px 27px 15px;
	background: #546333;
	height: 43px;
	line-height: 50px;
}
.menuo-right #Top_bar .menu_wrapper {
    float: right;
    flex: 1;
    background: #bada55;
}
div#Top_bar .container:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background: #546333;
    transform: translateX(-38vw);
}
.contact-section h4 , .noptin-form-header-text > div {
    font-size: 25px;
    font-family: "Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.noptin-form-header-text > div {
	padding-top: 20px !important;
	position: relative;
}
.noptin-form-header-text > div:before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 64px;
	height: 5px;
	background: rgb(148,148,148);
}
#Top_bar .menu {
    z-index: 202;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
body:not(.header-simple) #Top_bar #menu {
    height: 100%;
    width: 100%;
}
#Header_wrapper {
	z-index: 10;
}
#Top_bar .menu.page-menu > li > a, #Top_bar .menu > li > a{
	text-transform: uppercase;
	color: rgb(59,58,58);
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s all ease;
}
#Top_bar .menu.page-menu > li > a:hover, #Top_bar .menu > li > a:hover {
	color: white;
	transition: 0.3s all ease;
}
#Header {
    min-height: unset !important;
}
#Top_bar .menu > li > a span:not(.description) {
	border: none;
}
#banniere h1 {
    color: white;
    margin-bottom: 2rem;
    font-weight: bold;
}
.h2 h2 {
	color: rgb(148,148,148);
	padding-bottom: 13px;
	line-height: 1.5;
    letter-spacing: 2px;
}
.h2 h2:before {
    content: "";
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 116px;
    background: #949494;
}
.h2.left h2:before {
	content: "";
	height: 5px;
	position: absolute;
	left: 0%;
    transform:none;
	bottom: 0;
	width: 116px;
    background: #949494;
}
.h2.white h2:before {    
    background: #ffffff;
}
.product-box {
    padding: 15px;
}
.product-box:nth-of-type(1) { 
    padding-right: 30px
}
.product-box:nth-of-type(2) { 
    padding-left: 30px;
}
.product-box .elementor-widget-wrap{
    height: 100%;
    flex-direction: column;
}
.product-box h4 {
    color: white;
}
.product-box .elementor-widget-button {
    align-self: flex-end;
    margin-top: auto;
}
.market-box .elementor-widget-heading {
    margin-bottom: 0;
}
.market-box figcaption {
    position: absolute;
    top: 50%;
    background: transparent;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    font-weight: bolder !important;
    opacity: 0;
    transition: all 0.3s ease;
}
.market-box figure:hover figcaption{
    opacity: 1;
    transition: all 0.3s ease;
}
.market-box > .elementor-widget-wrap {flex-direction: column;}
.market-box .elementor-widget-button {
    margin-top: auto;
}
.section, .mcb-wrap, .mcb-column{
	background: white;
}
.section-about:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background: #f7f7f7;
    left: 0;
    top: 0;
}
.form-group {
    margin: 10px 0;
}
.noptin-form-header-image {
    display: none;
}
.noptin-form-header {
    padding: 0;
}
.noptin-optin-form-wrapper.noptin-slide-from-bottom_right {
    background: transparent !important;
    min-height: initial !important;
    margin-top: 0;
}
.noptin-form-footer {
    padding-left: 0;
}
form.wpcf7-form {
    padding-top: 15px;
}
.noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
    flex: 1;
}
.noptin-optin-form.noptin-form-single-line .noptin-form-fields {
    flex-direction: column;    
    align-items: flex-end;
    gap: 15px;
}
input[type="date"],.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) .noptin-form-field, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .wp-block-search input[type="search"], .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #333333;
    background-color: rgba(255,255,255,1);
    border-color: #b5b5b5;
    box-shadow: 2px 2px 7px 0px rgb(199 195 195 / 64%);
    border-radius: 4px;
}
.noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit{margin-right: 0;}
input.btn-send {
    background: #101015 !important;
}
.noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden){
	margin-right: 0;
}
#Top_bar .wpml-languages.horizontal {
	border: none;
    background: #fff0;
}
#Top_bar .wpml-languages.horizontal ul li a{
	color: #101015;
}
.top_bar_right {
    padding-left: : 0 !important;
}
#Top_bar a.responsive-menu-toggle i{color: black;}

@media screen and (min-width: 1240px) {
	nav#menu{padding-top: 15px;}
	#Top_bar.is-sticky nav#menu{padding-top: 0;}
	.top_bar_right {
	    position: absolute !important;
	    top: 0;
	    right: 0;
	}
	#Top_bar.is-sticky .top_bar_right {display: none;}
}
@media screen and (max-width: 767px) {
    .section-about:before {
        width: 100vw;
    }
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        max-width: 700px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
	#banniere {
	    height: 100vh;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: -60px;		
	}
    .product-box:nth-of-type(1) { 
        padding-right: 15px
    }
    .product-box:nth-of-type(2) { 
        padding-left: 15px;
    }
	div#Top_bar .container:before{
		display: none;
	}
	.mobile-header-mini #Top_bar .logo {
	    margin-left: 0;
	    padding: 0px 15px;
	    background: #546333;
	}
	#Top_bar #logo img.logo-mobile {
	    max-width: 80px;
	}
	.mobile-header-mini #Top_bar a.responsive-menu-toggle {
		color: black;
	}
}