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

@media screen and (max-width: 767px) {
	#Subheader {
		display: none;
	}
	
	#Content {
		padding-top: 0px;
	}
	
}

@media screen and (max-width: 1239px) {
	#Side_slide .extras {
		display: none;
	}
}

#Footer .widgets_wrapper {
	padding-top: 30px;
	padding-bottom: 0px;
}

#Footer .footer_copy .one {
	margin-bottom: 0px;
	padding-top: 0px;
}

#Top_bar #logo img.logo-mobile {
	width: 200px;
}

#Top_bar #logo img.svg {
	width: 200px;
}

.button-round .button {
	background-color: #c99e00;
}

textarea, input {
	border-color: #c99e00 !important;
}

/*@media only screen and (max-width: 767px) {
.mobile-sticky #Top_bar.is-sticky #logo img:not(.svg) {
		width: 200px !important;
	}
}