/*
Theme Name: Clever Course Child
Theme URI:
Description: Child theme for Clever Course
Author:
Template: clevercourse
Version: 1.0.0
Text Domain: gdlr_translate
*/

@import url("../clevercourse/style.css");

/* Add custom styles below this line */

/*--- General ---*/
.gdlr-main-content ul {
  margin-left: 15px;
}

/*--- Courses ---*/
.courses-heading {
  padding-bottom: 15px;
}

.courses-heading h3 {
  color: #666666;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.courses-sub-heading h4 {
  color: #666666;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.course-cat {
  border-top: 2px solid #666666;
  padding: 25px 0px;
}

.courses-content .courses-row .course-col {
  margin-bottom: 30px;
}
.courses-content .courses-row .course-col img {
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.1);
}
.courses-content .courses-row .course-col img:hover {
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.3);
}

/*--- news and resources ---*/
.padded {
  padding: 50px 0px;
}

.blog .gdlr-page-title-wrapper .gdlr-page-title-overlay {
  background-color: #fff;
}

.blog .gdlr-page-title-wrapper .gdlr-page-title {
  color: #666666;
}

.blog .gdlr-page-title-wrapper .gdlr-page-caption {
  color: #666666;
}

#project-filters {
  padding: 30px 0px;
  margin-bottom: 30px;
  background-color: #ededed;
}

#project-filters .project-filter-group .project-filter-wrap select {
  padding: 10px 100px 10px 15px;
  width: 120%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#project-filters .project-filter-group .project-filter-wrap {
  display: inline-block;
  padding: 0;
  border: 2px solid #a82823;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px auto;
}

#project-filters .project-filter-group h5 {
  display: block;
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

#FilterContainer .post-boxes .post-box {
  margin-bottom: 30px;
}

#FilterContainer .post-boxes .post-box .type {
  position: absolute;
  top: 0;
  right: 0;
}

#FilterContainer .post-boxes .post-box .type span {
  font-weight: 400;
  float: right;
  background-color: rgba(242, 146, 5, 1);
  padding: 5px 15px 5px 15px;
  color: #fff;
  text-transform: uppercase;
  /*min-width: 145px;*/
}

#FilterContainer .post-boxes .post-box .post-box-inner {
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.12);
}

#FilterContainer .post-boxes .post-box .post-box-inner .inner {
  padding: 15px 15px;
}

#FilterContainer .post-boxes .post-box .post-box-inner .inner .credit {
  padding: 10px 0px 15px 0px;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  padding: 15px 0px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

#FilterContainer .post-boxes .post-box .post-box-inner .inner .description {
  min-height: 190px;
}

#FilterContainer .post-boxes .post-box .post-box-inner .inner .description p {
  font-size: 15px;
}

#FilterContainer
  .post-boxes
  .post-box
  .post-box-inner
  .inner
  .description
  a.gdlr-button {
  display: none;
}

#FilterContainer .post-boxes .post-box .post-box-inner .inner .button {
  padding-top: 10px;
}

#FilterContainer
  .post-boxes
  .post-box
  .post-box-inner
  .inner
  .button
  a.gdlr-button {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

#FilterContainer .post-boxes .post-box .post-box-inner .inner .heading h4 {
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 0px;
}

.misha_loadmore {
  transition: 0s;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  color: #fff;
  background-color: #555555;
  font-size: 16px;
  padding: 15px 23px;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
}

.misha_loadmore i.fa-chevron-down {
  display: none;
}
.misha_loadmore svg.fa-chevron-down {
  display: none;
}

.misha_loadmore:hover {
  background-color: #a8281b;
  transition: 0s;
}
