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

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


/* General */

.white {
	color: #fff;
}

.green {
	color: #0cb3b4;
}

.center {
	text-align: center;
}

div#Content {
	padding-top: 0;
}

h2.green {
	margin-top: 70px;
}


/* Action Bar */

li.slogan span {
	font-weight: 700;
	color: #0cb3b4;
}


/* Menu */

nav#menu ul li a span {
	text-transform: uppercase;
}


/* Program */

span.theme {
    font-weight: 700;
    color: #0cb3b4;
}


/* Contact */

.half {
    width: 48%;
	display: inline-block;
	margin: 0 15px 20px 0;
}

.full {
    width: 97.5%;
	display: block;
	margin: 0 15px 20px 0;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	padding: 15px 20px;
	font-size: 18px;
}

textarea {
	margin: 0 8px 20px;
}

div.g-recaptcha div {
	margin: 0 auto;
}


/* LABS */

div.sc-lab-logo img {
	transition: .2s;
}

div.sc-lab-logo img:hover {
	opacity: .85;
	transition: .2s;
}

div.full-screen div.section_wrapper.mcb-section-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


/* MOBIL */

@media only screen and (max-width: 600px) {

	div#whoweare, div#theprogram, div#contact {
		padding-top: 50px !important;
	}
	
	h2.green {
    	margin-top: -10px;
		text-align: center;
	}
	
	div#theprogram div.sc-photo,
	div#theprogram div.sc-text {
		padding: 0 !important;
	}
	
	div#theprogram {
    	padding-bottom: 20px !important;
	}
	
	div#contact {
    	padding-bottom: 10px !important;
	}
	
	.half, .full {
		width: 100%;
	}
	
	textarea {
    	margin: 0;
	}
	
}