/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 13.6

All css files are placed in /css/ folder
*/

#Top_bar .logo {
	margin: 0px !important;
}

#Content .entry-content .section_wrapper .mcb-wrap-inner > .column.mcb-column.one.column_column {
    width: 100%;
    margin-right: 0;
}

.c-introduction {
	position: relative;
	z-index: 200;
	margin-top: -4.9090909092rem;
	padding: 0 30px;
}

.make-measurable-outcomes {
	font-size: 16px;
	line-height: 20px;
	margin-left: 5%;
}

.big-hero-text {
	color: #182958;
	font-size: 70px;
	line-height: 50px;
	font-weight: bold;
	margin-top: 5%;
	margin-left: 5%;
}

.bottom-hero-text {
	color: #FFF;
	font-size: 65px;
	line-height: 65px;
	font-weight: bold;
	margin-top: 10%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

.big-white-text {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
	font-weight: bold;
}

.big-p {
	font-size: 30px;
	line-height: 30px;
}

.quote {
	font-size: 30px;
	line-height: 30px;
}

p {
	text-align: left;
	font-weight: normal;
}

#ourvalues h3,
#ourvalues p {
	text-align: center;
}

#white h5,
#white p,
#white h1,
#white h3,
#white h4 {
	color: white;
	text-align: center;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top: 5%;
} 

#achieve p {
	text-align: center;
}

#back_to_top {
	background-color: white;
}

.our-team {
	background-color: #f4f4f4;
	min-height:700px;
}

.benefit-box {
	min-height:506px;
}

.ib-box {
	min-height:325px;
}

/* MOBILES ONLY */

@media only screen and (max-width: 600px) {
	#features h2 {text-align:center;}
	#features p {text-align:left;}
	.c-introduction {
	margin-top: -2.9rem;
    	position: relative;
   	z-index: 200;
}
}

@media(max-width: 768px) {
    .c-introduction {
         padding-right: 0;
         padding-left: 0;
    }

.big-p {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: -10px;
}

  #Content .content_wrapper .c-introduction > .section_wrapper .mcb-wrap-inner > .column:first-child {
        margin-bottom: 0;
    }

#Content .content_wrapper .c-introduction > .section_wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
    width: 100% !important;
}

    .big-hero-text, .make-measurable-outcomes {
        margin-left: 0;
    }
.benefit-box {
	min-height: 100%;
}

.ib-box {
	min-height: 100%;
}

.bottom-hero-text {
	color: #FFF;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 5%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: center;

}