/*
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
-------------------------------------------------------------- */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper ul.gform_fields li.gfield select {
	padding: 1em!important;
    border-radius: 5px;
    border: 1px solid #0c57a2;
    background: #fff;
	width: 75%;
	display: inline-block;
}

.name_first label, .name_last label {
	display: none!important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0!important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	font-size: 16px;
}

.gform_wrapper .field_description_below .gfield_description {
	font-size: 14px;
}

.buy-tickets a {
	background: #fdb913 !important;
    color: #0657a1 !important;
}

@media only screen and (min-width: 767px) {
	.buy-tickets {
		display: none!important;
	}
}