/*
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 {
	min-height: 0 !important;
}

#Top_bar .logo {
	margin: 0;
}

#Footer {
	margin-top: 6em;
}


.custom_form_wrapper * {
	color: white;
}

.custom_form_row {
	margin-bottom: 2em;
}

.custom_form_label {
	font-size: 1.2em;
	margin-bottom: .5em;
}

.custom_form_field {
}

.custom_form_field input,
.custom_form_field textarea,
.custom_form_field input:active,
.custom_form_field textarea:active,
.custom_form_field input:focus,
.custom_form_field textarea:focus
{
	background: transparent !important;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.custom_form_submit {
}