.page-right-sidebar{
	flex-direction: row-reverse;
}

.widget_course_progress footer{
	display:none;
}

.uo-grid-wrapper .uo-border #ribbon{
	display:none;
}

.single-sfwd-courses .course-header .image {
	width: 500px;
	max-width: 500px;
}

.course-excerpt{
	font-size:125%;
}

/* BEGIN ERIC PEPIN LIVE/SERUNE COURSE PAGE CSS – PLEASE DO NOT EDIT OR REMOVE */

.progress-wrap {
  bottom: 0;
  top: 0;
  padding-bottom: 25px;
  align-items: flex-end;
}

.morecontent span {
	display: inline !important;
}

.morelink {
display: none;
}


/* Hides course ribbon that says "Enrolled" */
.ribbon-enrolled {
  display: none;
}

/* Adds rounded corners to course images */
.course-image {
	border-radius: 10px !important;
}

/* Changes course title font and size */
.course-flexible-area h2{
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px !important;
}

/* Removes author name and secondary "See more" */
.sensei-course-meta {
	display: none;
}

/* Removes "See more" section on course description */
.moreellipses {
	display: none !important;
}

/* Course Blurb text customization */
.course-info-holder {
	text-align: left;
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: bold;
	line-height: 24px;
  font-size: 20px;
}

/* Sets block height and spacing, includes all elements within block */
/* .et_pb_row_4col {
height: 4em;
}*/

/* Removes tag visibility on EJP Live Course Page */
.post-categories {
	display: none;
}

/* Removes "Completed" Ribbon from EJP Live courses */
.ld_course_grid_price {
	display: none;
}

/* Center page title and change font */
.entry-title {
	text-align: center;
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 67px;
}

/* Equalize column height */
.flex-row-wrapper {
	align-items: stretch;
  min-height: 100%;
 }

/* Remove 'Take this Course' Button in Restricted Content Areas */
#course-details #btn-join {
	display: none !important;
}

/* Disable inline pricing table on mobile */
@media (max-width: 480px) {

.pricetable { display: none; }
  
  #pricecontainer { display: none;}
}

/* Disable block pricing table on desktop */
@media (min-width: 482px) {

.mobilepricetable { display: none; }
  
  #mobilepricecontainer { display: none;}
 
}

/* Removes "See more" */
.moreecontent {
	display: none;
  overflow: visible;
}

/* Show entire course description */
.caption .entry-content .morecontent {
	overflow: visible;
}


/* ======END ERIC PEPIN LIVE/SERUNE COURSE PAGE CSS====== */

/* ======SIDEBAR ICONS====== */
.fa-home {
margin-right: 10px;
}

.fa-wrench {
margin-right: 10px;
}

.fa-facebook-f {
margin-right: 10px;
}

.fa-rebel {
margin-right: 10px;
} 

.fa-tag {
margin-right: 10px;
}

.fa-life-ring {
margin-right: 10px;
}

.fa-table {
margin-right: 10px;
}
/* ======END SIDEBAR ICONS====== */
