/*
Theme Name: EducationPress Child
Theme URI: http://www.demos.themecycle.com/educationpress
Author: ThemeCycle.com
Author URI: https://themecycle.com
Description: Premium Wordpress LMS theme base on CoursePress Pro Plugin
Version: 1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: educationpress
Tags: custom-background, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options, left-sidebar, right-sidebar, featured-images, full-width-template, threaded-comments, post-formats, rtl-language-support, custom-colors

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.site-branding {
    text-align: center;
	padding:10px;
}
.site-branding img {
    width: auto;
    height: 68px;
}
.header_meta_two {
    background: #464445;
    color: #ffffff;
}
nav.meta-login ul li:first-child {
    border: none;
    color: #fff;
}
.header_meta_two .meta-login ul li a {
    color: #ffffff;
}
.header_meta_two .meta-login ul li {
    color: #ffffff;
    border-left: 1px solid #ffffff;
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(https://fonts.googleapis.com/css?family=Poppins);
}
@font-face {
  font-family: 'Raleway', sans-serif;
  src: url(https://fonts.googleapis.com/css?family=Raleway);
}
html, body, button, input, select, textarea{
	font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif !important;
}
.course {
	min-height: 400px;
}
.page-id-955 .page-spacer {
    padding: 0;
}

#testimonials .testimonial footer a{
	width: 70px;
    height: 70px;
    border-radius: 100px;
    display: block;
    float: left;
    background: #ccc;
    margin-right: 15px;
}
.slides > li h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 40px;
}
.popular-courses {
    background: #fff;
    padding: 0px 0 50px;
}
.panel-grid-cell h3.widget-title {
    background: url(https://www.pragimtech.com/wp-content/themes/educationpress/images/border_bottom.png) no-repeat center bottom;
}


.new_batch_box {
    box-shadow: 0 0 5px #bfc3c9;
	-webkit-box-shadow: 0 0 5px #bfc3c9;
    min-height: 95px;
	font-family:'Raleway', sans-serif !important;
	margin:0px 10px 20px;
	display:flex;
}
.new_batch_box .left_date {
    width: 15%;
    float: left;
    display: inline-block;
    background: #1ac4dd;
    height: auto;
    text-align: center;
    margin-right: 10px;
	min-height: 95px;
}
.new_batch_box .left_date span.month, .new_batch_box .left_date span.date, .new_batch_box .left_date span.year {
    display: block;
    color: #fff;
    font-size: 12px;
	font-family:'Poppins', sans-serif !important;
}
.new_batch_box .left_date span.date{
	font-size: 40px;
    line-height: 1.2;
    font-weight: 200;
    letter-spacing: 0;
}
.new_batch_box .right_content p.course_name {
    margin: 0;
    font-size: 14px;
    padding: 10px 15px 0 0;
    line-height: 1.4;
    color: #333;
    word-break: break-word;
}
.new_batch_box .right_content p{
	margin-bottom:0 !important;
}
.new_batch_box .right_content span.time{
  padding: 0;
  font-size: 15px;
  color: #094db9;
  line-height: 0;
  font-family:'Poppins', sans-serif !important;
  font-weight:300;
  text-transform:uppercase;
}
.right_content {
    float: right;
    width: 85%;
    display: inline-block;
}
#pg-1087-2, #pg-1087-3{
	margin-bottom:0 !important;
	background-color:#e4e8ee;
}

.mp_products-list .mp_product_item {
	box-shadow: 0 0 5px #bfc3c9;
    margin-bottom: 20px;
	border:0 !important;
	padding:0;
}
.hmedia{
	text-align:center;
}
.mp_products .mp_product_image_list {
    height: 200px !important;
    width: auto !important;
}
.mp_products-list .mp_product_details{
	padding:20px 0;
}
.course_space p.meta, .course_space .course-summary {
    display: none;
}
.simi-co .meta
{
  display: none;
}
nav.meta-login ul li i
{
  float: none !important;
}

.more-courses a {
    border-radius: 5px;
    border: solid 1px;
    color: #19c4dd;
    margin: 5px 0px 5px 10px;
    padding: 5px;
    line-height: 50px;
}
.more-courses a:hover
{
	color:#ff5722;
}
.page-template-home .flexslider
{
  margin: 0 !important;
}
input.btnquick{
    position: relative !important;
    top: 15px !important;
    right: 0 !important;
    width: 100%;
    font-size: 30px !important;
    padding: 10px;
}
.wpcf7 textarea {
    height: 100px;
}
@media (max-width: 780px){
	#pl-1087 .panel-grid-cell {
		padding: 0;
		width: 100%;
	}
	.new_batch_box {
		margin: 0px 0px 20px;
	}
	nav.meta-login {
		display: none;
	}
}


.header-sticky{
	top:0;
}
#main .review-list li .review-right .author-name {
    pointer-events: none;
  }
.single-course div#secondary .enroll-box
{
	display:block !important;
}