/*
Theme Name: Maxcoach Child
Theme URI: http://maxcoach.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: maxcoach
Text Domain:  maxcoach-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.entry-course-info .course-meta .course-instructor,
.entry-course-info .course-meta .course-lectures,
.entry-course-info .course-meta .course-students,
.entry-course-info .course-meta .course-language,
.maxcoach-main-post .course-meta
{
	display: none;
}

.inscriere-curs-form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.inscriere-curs-form .half{
	display: block;
	width: 50%;
	padding: 0 20px;
	margin-top: 40px;
}
.inscriere-curs-form .full{
	display: block;
	width:  100%;
	padding: 0 20px;
	margin-top:  40px;
}
.spacer-top{
	margin-top: 40px;
}

.inscriere-curs-heading{
	font-size: 36px;
	text-align: center;
}
@media only screen and (max-width:1150px) {
	.inscriere-curs-form .half{ width:100%; }
}