/*
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: 1.6.2
*/
#Top_bar .menu > li > a span:not(.description) {
	text-transform:uppercase;
}
.h-title {
	width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: 420px;
    position: relative;
    padding: 20px 20px 20px 10px;
    margin: 0 20px 0 0;
    background-color: #887f81;
}
.h-title.h-menu{
	min-height:auto;
}
.h-title.h-menu p{
	transform: rotate(0deg);
}
.h-title h1, .h-title p {
    color: #fff;
    font-family: Roboto Condensed,sans-serif;
    padding: 0 0px 0 0;
    line-height: 1;
	text-align: left;
    font-size:30px;
    font-weight: 500;
	margin:0;
	width:100%;
}
.h-title .mcb-item-column-inner {
	margin:0;
}
.h-title.one.column{
	width:auto;
}
.f-item .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper,.f-item .mfn-icon-box-bottom.mfn-icon-box-center .icon-wrapper{
	width:100%;
	margin:0;
}
.f-item .desc-wrapper {
	background: #bbbec6;
	padding:20px;
}
.tablepress .odd td{ 
    background-color: #ddd8d3;
}
.style-simple table:not(.recaptchatable) tr:first-child td {
	background:#ddd8d3 !important;
}
.tablepress tbody td, .tablepress tfoot th {
	border:0;
	font-family: Roboto Condensed,sans-serif;
}
.tablepress .column-1 {
	width:65%;
}
.tablepress .column-2 {
	text-align:right;
}
.menu-item-gtranslate {
	padding:0 5px;
}
.menu-item-gtranslate a {
	color: #e56e1e !important;
    font-size: 90% !important;
}
.menu-item-gtranslate span {
    line-height: 20px !important;
    padding: 0 3px !important;
    display: inline-block !important;
}
@media screen and (min-width: 992px) {
	#Content{
		padding-top:80px;
	}
	.h-title {
		
		min-height: 420px;
		display: inline-grid;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}
	.h-title h1, .h-title p {
		font-size: 5.3333373648rem;
		margin-right: -17px;
	}
	
	#b-menu .one-sixth.mcb-wrap{
		width:8.666%;
	}
	#b-menu .five-sixth.mcb-wrap{
		width:91.333%;
	}
	.tablepress {
		font-size:32px;
		line-height:42px;
	}
	.tablepress tr{
		padding:10px;
		margin-bottom:10px;
	}
	
	.tablepress td, .tablepress th {
		padding:12px;
	}
	.tablepress tr em {
		font-size:16px;
		line-height:26px;
	}
	.mfn-toggle .toggle-bar .toggle-heading span {
		float:right;
	}
}
@media screen and (max-width: 767px) {
	body:not(.template-slider) #Header {
		min-height: 60px;
	}
	.h-title {
		width: 100%;
		padding: 20px;
		margin: 0 0 7px;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		max-height: -webkit-max-content;
		max-height: -moz-max-content;
		max-height: max-content;
		min-height: -webkit-max-content;
		min-height: -moz-max-content;
		min-height: max-content;
		font-size:26px;
	}
	.h-title br {
		display:none;
	}
	.h-title.one.column {
		width:100%;
		padding:10px;
		margin-bottom:20px;
	}
	.content_wrapper .h-title .mcb-column-inner {
		
		margin-bottom:0;
	}
	#Header_wrapper #Subheader {
		padding: 30px 0;
	}
	#Footer .widgets_wrapper {
		padding: 0px 0;
	}
	.button-custom .button, body.button-custom .button_theme {
		padding:10px 20px !important;
		font-size:16px !important;
	}
	.button-custom.woocommerce .button, .button-custom .button, .button-custom .action_button, .button-custom .footer_button, .button-custom button, .button-custom button.button, .button-custom input[type="button"], 
	.button-custom input[type="reset"], .button-custom input[type="submit"], .button-custom .woocommerce #respond input#submit, .button-custom .woocommerce a.button, .button-custom .woocommerce button.button, 
	.button-custom .woocommerce input.button, body .button-custom .button_theme, body.button-custom .button_theme, .button-custom button, .button-custom input[type="button"], .button-custom input[type="reset"], 
	.button-custom input[type="submit"], .button-custom .woocommerce #respond input#submit, body.button-custom.woocommerce a.button:not(.default), .button-custom .woocommerce button.button, .button-custom .woocommerce input.button {
		padding:10px 20px;
		font-size:16px;
	}
}