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

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

/** Contact Form Changes **/

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Remove Margin in Tabs */

.gallery .gallery-item .gallery-icon {

	margin-right: 0px !important;
	margin-left: 0px !important;
}

/* Remove Subheader */

.page-id-24 #Subheader {

	display: none;
}

.post-id-1185 #Subheader {

	display: none;

}

/* Latest News */

.latest-news h2{

	color: #ffffff !important;
}

blockquote {

	background-image: none !important;
	font-size: 14px;
	line-height: 20px;

}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}

	

