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

/* Header
-------------------------------------------------------------- */
#Header #Top_bar .menu > li > a, #Header .secondary-menu > li > a {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #444444;
}

#Header .secondary-menu > li > a {
	padding: 0 15px;
	line-height: 60px;
}

/* Resposive
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	#Content .section.hpbanner {
		padding: 80px 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	#Content .column_button {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	#Content .section.hpbanner {
		padding: 130px 0 !important;
	}
}