/*
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
-------------------------------------------------------------- */

/* Custom colors*/

.white h3, .white h1, .white h4 {color:#FFF;}
.orange h3, .orange h1, .orange h4 {color:#f19300 !important;}
.blue h3, .blue h1, .blue h4 {color:#142c79;}



/* CSS Changes*/

.the_content_wrapper ul li {
    margin-bottom: 5px;
}

p {margin: 0 0 30px; }

h1, h2, h3, h4, h5, h6 {margin-bottom: 8px;}


.Recent_posts ul li .desc h6 {
    margin-bottom: 1px;
    padding-bottom: 1px;
}

.Recent_posts ul li .desc .date {
	font-size: 12px !important;
	line-height: 16px !important;
}

.flex-caption h2{font-size: 20px; font-weight:500;}

.wpb_gallery_slides, .wpb_flexslider, .flexslider_fade, .flexslider{
	height:420px !important;
	background-color:#f7f7f7 !important;
}

.sliding_box{
	margin-bottom: 5px !important;
}



	

/*FORM*/
/*Contact form*/

.form-row{width:100%;}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-select-parent .wpcf7-select {
    padding: 5px 10px !important;
	font-size: 14px;
	height: 35px !important;
	color: #aaa9a9 !important;
}

.fusion-layout-column {
    margin-bottom: 8px;
    margin-right: 4%;
    position: relative;
}

.wpcf7-form p {
    margin-bottom: 5px;
    margin-top: 0;
}

.text_area50 textarea {
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    color: #aaa9a9 !important;
    font-size: 14px !important;
    height: 70px;
    margin-right: 0;
    padding: 8px 11px;
    width: 100%;
}


