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

.alignleft {
    margin: 10px 15px 15px 0;
}

#Top_bar .menu.page-menu > li > a {
	margin: 0;
}

.widget {
	margin: 0;
}

.mfn-footer .widget_nav_menu ul {
	list-style-type: none;
	padding: 0;
    background: none;
}

.widget_nav_menu ul li a {
	padding: 0;
}

.widget_nav_menu .current-menu-item a {
	font-weight: bold;
}

.about-img img {
	border-radius: 5px;
    box-shadow: 0px 0px 6px #d7d7d747;
}

.wpcf7-list-item {
	margin: 0;
}

.captcha p {
	display: flex;
	flex-direction: row;
	max-height: 40px;
}

.captcha img {
	margin-right: 20px;
}

.wpcf7 form .wpcf7-response-output {
	border: 2px solid #46b450;
	margin: 0;
}

.wp-image-13 {
	border-radius: 5px;
    box-shadow: 0px 0px 6px #d7d7d747;
}

#Footer p {
	line-height: 1.3;
}

@media only screen and (min-width: 768px) {
	#Top_bar.is-sticky .menu_wrapper .menu > li > a {
    padding: 0;
}
}

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span {
		line-height: 60px !important;
	}
}

@media only screen and (max-width: 768px) {
	.mobile-one .mcb-column-inner {
		margin: 0 !important;
	}
}