/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.3.6

All css files are placed in /css/ folder
*/

/* menu dropdown*/
body #Top_bar .menu li ul li {
	width: 60px;
}
body #Top_bar .menu li ul {
	top:75%;
}
body h4 {
	font-size: 18px;
}
body .big {
	font-size: 17px;
}
body #Footer .widgets_wrapper {
	padding: 35px 0;
}
body .image_frame .image_wrapper .mask,body .edd_download_image:after, body .image_frame {
	box-shadow: none;
	border-color:none;
}
body .official-style {
	color:black;
}
.text-center {
	text-align: center;
}


@media (min-width: 768px) {
	.center-desktop {
		width: 70%;
		margin: 0 auto;
	}
	.right {
		text-align: right;
	}
	.right input[type="submit"] {
		position: relative;
		right: -28px;
	}
	body .official-style {
		color:white;
	}	 
}

@media (max-width: 767px) {
	body .big {
		line-height: 1.5;
	}
	body .services-right .mcb-section-inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.first-flex {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.second-flex {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
		padding: 0 !important;
	}
	#Footer a {
		font-size: 14px;
	}
	#custom_html-2 .textwidget p,#custom_html-2  .textwidget p, #custom_html-8 .textwidget p, #custom_html-9 .textwidget p{
		font-size: 14px;
	}
}