.course-container .course-products{line-height:1.5;margin:5px 0 0;padding:0}.course-container .course-product{list-style-type:none}.course-container .course-product-title{font-weight:700}.course-container .course-product-price{color:#222}.course-meta .course-products{grid-gap:20px;background:#eee;display:-ms-grid;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:20px}.course-meta .course-products .cart{margin:0;padding:0;text-align:center}.course-meta .course-products .single_add_to_cart_button{margin:0;top:0}.course-meta .course-product{background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:1em}.course-meta .course-product-description,.course-meta .course-product-price,.course-meta .course-product-title{line-height:1.25;margin:0 0 10px;padding:0}.course-meta .course-product-description{flex:1 1 auto}.course-meta .course-product-price{display:inline-block;font-weight:700;text-align:right;width:100%}#sensei-user-courses .course-container .course .course-expiration-message{font-size:.9em;margin-top:30px}#sensei-user-courses .course-container .course .course-expiration-message:before{content:"";display:inline-block;font-family:FontAwesomeSensei,FontAwesome,sans-serif;margin-right:8px}#sensei-user-courses .course-container .course .course-expiration-message--expired{color:#d63638}#sensei-user-courses .course-container .course .course-expiration-message--countdown,#sensei-user-courses .course-container .course .course-expiration-message--today{color:#e68b28}#sensei-user-courses .course-container .course .course-expiration-message--future{color:#787c82}#sensei-user-courses .course-container .course .course-expiration-message+.entry-actions{padding-top:20px}.q_logo a {
max-height:85px;
}
.shopping_cart_header .header_cart.fa-shopping-cart .header_cart_span {
background-color:#ee7214 !important;
}
.shopping_cart_header .header_cart.fa-shopping-cart:before {
color: #2a5950 !important;
content: "\f07c" !important;
}
.title_holder {
text-align:center;
}
.title.title_size_large h1 {
max-width: 56%;
margin: 0 auto;
} .latest_post_two_holder .latest_post_two_info {
display:none;
}
.gallery img {
border:none !important;
} .latest_post_two_holder .latest_post_two_text {
padding: 30px 15px 35px !important;
}
.latest_post_two_holder .latest_post_two_info {
   padding: 20px 15px !important;
}
.blog_holder.blog_single article h2 {
display: none;
}
.orange {
color: #ee7214;
}
.green {
color: #025c53;
}
.header_top {
padding: 0 45px;
}
.shopping_cart_inner {
height: 40px ;
}
.header_top  .widget_woocommerce-dropdown-cart {
margin-left: 20px;
}
.q_logo a {
max-height: 85px;
}
nav.main_menu > ul > li > a::after{
content: '';
position: absolute;
height: 5px;
width: 100%;
left: 0;
bottom: 0;
background-color: #ee7214;
transition: all 0.3s ease;
opacity: 0;
}
nav.main_menu > ul > li > a:hover::after, nav.main_menu > ul > li > a.current::after {
opacity: 1;
}  .widget form#searchform {
border-bottom: 1px solid #bebebe;
}
.side_menu .widget li, .side_menu a, aside .widget a {
font-size: 16px;
} .course-content .entry a   {
background-color: #ee7214;
display: flex;
flex: 1 1 100%;
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
max-width: 250px;
max-height: 250px;
}
.course-content a img.woo-image {
filter: grayscale(100%) contrast(1);
flex: 1 0 100%;
height: 250px;
width: 250px;
max-width: 100%;
mix-blend-mode: multiply;
object-fit: cover;
opacity: 1;
position: relative;
border-radius: 50%;
transition: all 0.75s ease-in;
}
.course-content a img.woo-image::before {
background-color: #ee7214;
bottom: 0;
content: '';
height: 100%;
left: 0;
mix-blend-mode: lighten;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
}
.course-content a:hover img.woo-image {
filter: none;
mix-blend-mode: normal;
object-fit: none;
flex: 1 1 100%;
height: 250px;
width: 250px;
max-width: 100%;
transition: all 0.5s ease-out;
}
.course-content a:hover img.woo-image::before {
mix-blend-mode: normal;
}