/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Child Theme for Upstate AHEC
Author: PremierePC
Author URI: https://premierepc.com
Template: Total
Version: 1.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.eb-course-summary {
  float: right;
  width: 45%;
}

.eb-course-img-wrapper img {
  width: 100%;
}

.eb-course-img-wrapper {
  float: left;
  width: 52%;
  margin-bottom: 2em;
}

.entry-title {
  font-size: 2em;
  font-weight: 600;
}

.eb-cat-wrapper span {
  color: black;
}

.wdm-pricefree,
.wdm-pricepaid {
  color: #8db830;
  font-size: 1.615em;
  margin: 20px 0px;
}

.eb_join_button input[type="submit"],
.wdm-btn {
  border-radius: 3px;
  display: inline-block;
  line-height: 2;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  background-color: #171a5b !important;
}

.eb_join_button input[type="submit"]:hover,
.wdm-btn:hover {
  background-color: #171a5b !important;
}

.eb-cat-wrapper {
  margin-top: 30px;
  padding: 5px 0px;
  border-top: 1px solid #c9ebfe;
  border-bottom: 1px solid #c9ebfe;
}

.eb-course-overview {
  border-bottom: 1px solid #c9ebfe;
  padding: 5px;
  margin-bottom: 20px;
}

.eb-course-overview > a {
  border-bottom: 2px solid #c9ebfe;
  border-bottom-color: #171a5b;
  text-decoration: none;
  color: black;
  padding-bottom: 6px;
  font-weight: 600;
}

.eb-course-desc-wrapper {
  margin-bottom: 30px;
}

.eb-rec-courses-wrapper > h2 {
  border-bottom: 1px solid #c9ebfe;
}

.article.single-course {
  padding: 0px;
}

.page-header.centered-page-header.wpex-supports-mods {
  margin: 0px 0px 25px;
}

/**
 * course archive template style
 */

.hentry.wdm-col-3-2-1 {
  float: left;
  margin: 20px 0px 30 0px;
  padding: 10px 15px;
  width: 33.33%;
}

.hentry.wdm-col-3-2-1:nth-of-type(4n + 1) {
  clear: none;
}

.hentry.wdm-col-3-2-1:nth-of-type(3n + 1) {
  clear: left;
}

#sidebar {
  float: left;
}

@media (max-width: 991px) {
  .hentry.wdm-col-3-2-1 {
    width: 50%;
  }
  .hentry.wdm-col-3-2-1:nth-of-type(3n + 1) {
    clear: none;
  }
  .hentry.wdm-col-3-2-1:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .hentry.wdm-col-3-2-1 {
    clear: both;
    float: none;
    width: 100%;
  }

  /*   .content-area {
        max-width: 74% !important; 
    }*/
}

/*
.content-area {
     width: 74%;
    float: right;
    position: relative;
} */

.nav-links {
  display: inline-flex;
  padding: 40px 0px 0px 0px;
}
.page-numbers {
  margin: 0px 5px;
}
