/*
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-plain #Top_bar .menu > li > a span:not(.description) {
  line-height: 80px;
  padding: 0 18px;
}
.vc_single_image-wrapper {
  margin: 0!important;
}
footer img {
	max-width: 100%;
}
.layout-boxed {
  padding: 0;
}
.header-plain.layout-boxed #Top_bar .container {
  max-width: 960px;
}
.icon_box > .desc_wrapper > .desc ul {
	margin: 0;
}
.icon_box > .desc_wrapper > .desc ul li {
  list-style: outside none none;
}
.icon_box > .desc_wrapper > .desc ul li:before {
	content:'\e916';
	font-family:'mfn-icons';
	color: #09aac6;
	font-size: 10px;
 	margin: 5px;
}
.text-white, .text-white > *, .text-white h2 {
	color: #fff;
}
#Subheader {
	text-align: center;
}

#Subheader .title {
  background: rgba(8, 154, 173, 0.2);
  display: inline-block;
  width: auto!important;
	padding: 10px;
	float: none;
}
.style-simple .how_it_works .image {
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  border-width: 2px;
  margin-bottom: 30px;
}
.style-simple .how_it_works .image .number {
  border-radius: 100%;
  bottom: 0;
  left: auto;
}
.vc_row.hide {
  display: none;
}
textarea {
  max-height: 110px;
}
.timeline-post-left .timeline-header {
  text-align: left;
}
.timeline-post-right .timeline-header {
  text-align: right;
}
.timeline-separator-text .sep-text {
  background-color: #0094ad;
  color: #fff!important;
}

@media only screen and (max-width: 767px) 
{
	#Wrapper{max-width:90%;max-width:calc(100% - 20px);}
}