/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Header */
#Top_bar {
	height: 180px;
}
#Top_bar div,
#Top_bar span {
	height: inherit !important;
}
#Top_bar .menu_wrapper {
	display: none;
}
#Top_bar .logo {
	float: none;
	margin: 0 30px;
}
#Top_bar .logo #logo {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	line-height: 180px;
}
@media only screen and (max-width: 767px) {
	#Top_bar .logo {
		margin: 0;
	}
	#Header {
		min-height: 250px !important;
	}
}

/* Video */
.wp-video {
	margin: 0 auto;
}

/* Forms */
input[type="date"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
select, textarea {
    background-color: #e6e6e6 !important;
	border-color: #999 !important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
	background: #006b85;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.approval-buttons .gfield_radio {
		text-align: center;
	}
	.approval-buttons .gfield_radio li {
		display: inline;
		margin: 0 5vw !important;
	}
}
.approval-buttons .gfield_radio li label {
	font-weight: bold;
}
