/*
Theme Name: Educattio Child
Theme URI: http://educattio-wordpress.wearecodevision.com
Author: Code Vision
Author URI: http://wearecodevision.com
Template: educattio
Description: Courses & Exams WordPress Theme
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
*/

.center             { text-align: center; }
.aligncenter        { margin: auto; text-align: center; margin-bottom: 22px; display: block !important; }
.alignleft          { float: left; margin: 0 30px 22px 0; }
.alignright         { float: right; margin: 0 0 22px 30px; }

.left               { float:left;  }
.right              { float:right; }

small               { font-size: 12px; line-height: 14px; }
strong              { font-weight: 700; }
b                   { font-weight: bold; }

.normal             { font-weight: normal; }
.hidden             { display: none; }
.wp-caption         { font-style: italic; }
.wp-caption-text    { font-style: italic;  }
.sticky             { outline: 2px solid inherit; }
.gallery-caption    { font-style: italic;  }
.bypostauthor       { font-style: normal; }
.screen-reader-text { display: none !important; }



@font-face {
  font-family: 'CircleTest-Light';
  src: url('./fonts/AcneStudiosCircleTest-Light.woff') format('woff'),
       url('./fonts/AcneStudiosCircleTest-Light.ttf') format('truetype'),
       url('./fonts/AcneStudiosCircleTest-Light.svg#AcneStudiosCircleTest-Light') format('svg');
  src: url('./fonts/CircleTest-Light.eot');
  src: url('./fonts/CircleTest-Light.woff2') format('woff2'),
       url('./fonts/CircleTest-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.content-title-body h1,
.header-logo a{
	text-transform: none;
	font-family: 'CircleTest-Light';
	letter-spacing: normal;
}

.promo-wrapper a,
.content-title-buttons a{
	background-color: #a8a8a8;
}

.header-action .btn,
.form-group-button .btn,
.form-submit input[type=submit]{
	background-color: #a8a8a8 !important;
}

.content-title-body h1{
	letter-spacing: 2px;
}

body{
  font-family: 'CircleTest-Light';
}

.lesson-item-title h4{
  display: none;
}

.course .post-title{
  display: none;
}

.playlist-item-play span,
.lesson-item-play.has-image .lesson-item-play-element {
    background-image: linear-gradient(45deg, #53B6C0, #53B6C0);
}

.footer .widget_nav_menu a::before,
.post-nav-prev::before,
.post-nav-next::after {
  color: #53B6C0;
}

.login-required p,
.footer-wrapper .widget .menu a:hover,
a,
a:hover{
  color: #53B6C0;
}

.login-required p a{
  color: #53B6C0;
  font-weight: bold;
}

.filter-wrapper form{
    display: none;
}

.course-card h2{
    white-space: normal;
}