/**
	 * Theme Name: Zoo Eduhub Child
	 * Description: This is a child theme of Zoo Eduhub
	 * Author: ZooTemplate
	 * Author URI: http://zootemlate.com
	 * Template: zoo-eduhub
	 * Version: 1.0.4
	 */
.course_detail{
	/*background: pink;*/
}
.course_detail .featured_image {
	text-align: center;
	padding: 2%;
}
.course_detail .featured_course{
	padding: 5%;
}
.course_detail .featured_course h3,
.course_detail .featured_course h4,
.course_detail .featured_course p{
	text-align: center;
}
.btn_shop,
.btn_cert{
	text-align: center;
	margin: 10px auto;
}
.btn_cert a{
	float: none !important;
}
.course_detail .featured_course .btn_shop a,
.course_detail .featured_course .btn_shop a:hover{
	color: white;
}
.course_detail .curso-botao-iniciar button{
	width: 100%;
}
.course_detail .benefits{
	/*background: #ccc;*/
	margin: 0 auto;
	text-align: center;
}
.course_detail .benefits div{
	padding:0 3%;
	margin: 2% 0;
	text-align: center;
}
.course_detail .benefits div p{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 4%;
}
.course_detail .class_list{
	padding:3%;
}
.course_detail .class_list .bg_box{
	padding: 15px;
	/*background: #81d17a08;*/
	border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.course_detail .class_list ol {
	list-style-type: decimal;
	list-style: bold;
}
.course_detail .class_list ol li{
	padding: 4px 0;
}
.course_detail .about_course{
	/*background: yellow;*/
	padding:3%;
	border-radius: 10px;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}

.single-course #post-entries{
	display: none;
}

body.single-lesson .main-content .lesson header h1{
	text-align: center;
	font-size: 1.5em;
	display: none;
}
body.single-lesson .main-content section.entry P{
	display: none;
}
body.single-lesson #post-entries .nav-next, 
body.single-lesson #post-entries .nav-prev{
	transition: background-color 0.5s ease;
	background: #7fbf00;
	color: #fff;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
	margin: 0 5%;
	padding: 1.2% 2%;
	width: auto;
	height: auto;
	font-size: 1.3em;
}
body.single-lesson #post-entries .nav-next:hover, 
body.single-lesson #post-entries .nav-prev:hover{
	background: #f72e02;
}
body.single-lesson #post-entries .nav-next a, 
body.single-lesson #post-entries .nav-prev a{
	color: #fff;
}
body.single-lesson section.sensei-breadcrumb{
	display: none;
}

body.single-lesson .lesson .video {
	
}

body.single-lesson .lesson footer {
	text-align: center;
}

.course-media:before{
	pointer-events: none;
}
.course-media a{
	width: 100%;
	display: block;
}
.course-text .course-header .course-title{
	text-transform: uppercase;
}
.single-lesson .lesson_button_form{
	display: block;
	text-align: center;
}
.lesson input.quiz-submit.reset {
    background: #ed6c6c;
    margin: 0 auto;
    display: none;
}
.lesson input.quiz-submit.complete{
	display: none;
}

.single-lesson .sensei-message .sensei-certificate-link,
.quiz.type-quiz .sensei-message .sensei-certificate-link{
	float: none;
    display: block;
    width: 80%;
    color: #fff !important;
    margin: 15px auto !important;
}

@media only screen and (max-width: 1199px) {
	#top-header ul.contact-info{
	}
	#top-header ul.contact-info li{
		border-left: 1px #333 solid !important;
		border-right: none !important;
		display: block;
		float: left;
		min-width: 28%;
		height: auto;
		line-height: 14px;
		padding: 0.9em 0.4em;
		text-align: center;
	}
	#top-header .contact-info li:last-child{
		border-right: 1px #333 solid !important;
	}
	#top-header .contact-info li i,
	#top-header .contact-info li a{
		margin: 0 0 0.4em 0;
		padding: 0; 
		display: block;
		clear: both;
	}
	#top-header .contact-info li a{
		margin: 0 !important;	
	}
}

@media only screen and (max-width: 769px) {
	#top-header ul.contact-info li{
		border: none !important;
		float: none;
		clear: both;
	}
	#top-header .contact-info li:last-child{
		border: none!important;
	}
}

@media only screen and (max-width: 991px) {
	body.single-lesson #post-entries .nav-next, 
	body.single-lesson #post-entries .nav-prev{
    	margin: 1% 20% 5% 20%;
    	float: none;
	}
}

.woocommerce form .form-row label {
    width: 100%;
}

.ebook_featured_image{
	max-height: 300px;
}

.treinaonline-checkout{
  max-width: 600px;
  margin: 0 auto;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  max-width: 600px;
}

.product:before{
  display:none;
}