#header-b ul {
    background: #fff;
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    #header-b ul {
        margin-left: -31px;
    }
}

.logo-wrap .logo {
    width: 100%;
}

.w-header-type-10 .nav-wrap1, .w-header-type-10 .logo-wrap .logo {
    height: 120px;
}

.custom-cart-btn {
    font-size: 30px !important;
    position: relative;
    top: 8px;
}

.lftflot .custom-cart-btn {
    visibility: hidden;
}

@media screen and (max-width: 960px) {
    .lftflot .custom-cart-btn {
        display: none;
    }
}

.online-t .top-bar {
    z-index: 1000;
    position: relative;
}

.course-sorting-wrap {
    float: right;
    padding: 10px;
}

.course-sorting-wrap .nice-select {
    width: 230px;
}

.course-list-content {
    padding: 5px;
}

.w-course-list .course-list-meta {
    padding: 0;
}

.w-course-list {
    margin-bottom: 10px;
}

.course-list-content h5 {
    margin-bottom: 0;
}

.course-list-content p {
    padding-top: 0;
}

.modern-grid .modern-students,
.modern-grid .modern-rating {
    display: none;
}

@media screen and ( min-width: 962px ) {
    #nav {
        margin-top: 12px;
    }
    #header .img-logo-w1 {
        margin: 0;
    }
    #search-form {
        top: 8px;
    }
}

.w-course-list .course-list-meta {
    text-align: left;
    padding-left: 20px;
}

@media only screen and (min-width: 768px) {
    .courses-search .widget.widget_wpm_michigan_search_course .nice-select,
    .courses-search .widget.widget_wpm_michigan_search_course .search-field,
    .courses-search .widget.widget_wpm_michigan_search_course .submit-field {
        display: inline-block;
        width: 24.527%;
        margin: 0 5px 0 0;
    }

    .courses-search .widget.widget_wpm_michigan_search_course .search-field, .courses-search .widget.widget_wpm_michigan_search_course .submit-field {
        margin-left: -4px;
    }
}

#pre-footer {
    clear: both;
}

.single-product .woocommerce-tabs .wc-tabs {
    display: none;
}

.application-box,
.registration-box {
    clear: both;
    text-align: center;
    padding-bottom: 20px;
}

.shortcode-box {
    text-align: left;
    display: none;
}

.shortcode-box h2 {
    padding: 0 10px;
    text-align: center;
}

.shortcode-box form.wpcf7-form {
    max-width: 50%;
    margin: 0 auto;
}

.registration-popup,
.back-form-bg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.registration-popup {
    z-index: 10000;
    display: none;
}

.back-form-bg {
    background: rgba(0, 0, 0, 0.7);
}

.registration-popup-shortcode {
    width: 97%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

@media screen and ( min-width: 640px ) {
    .registration-popup-shortcode {
        width: 50%;
    }
}

.wpm-tabs {
    border-bottom: 1px solid #dfdbdf;
    text-align: left;
    display: none;
}

.wpm-tabs li {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dfdbdf;
    border-bottom: none;
    margin: 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.registration {
    /*display: none;*/
	display:block !important;
}

.wpm-tabs li.active {
    background: #4ccfad;
    color: #fff;
    border: 1px solid #4ccfad;
}

#wrap.online-t .button {
    margin-bottom: 10px;
}

.wpcf7 .wpcf7-form input[type='radio'],
.wpcf7 .wpcf7-form input[type='checkbox'] {
    width: 13px;
}

.wpcf7-radio span.wpcf7-list-item {
    display: block;
}

.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"] {
    padding: 5px;
}

.wpcf7 .wpcf7-form label {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    padding: 11px 17px 10px;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt {
    text-align: center;
    width: 250px;
}

.about_paypal {
    margin: 10px;
}

.product .price,
.product .product_meta,
.product .cart {
    *display: none;
}

.woocommerce table.cart img, .woocommerce #content table.cart img {
    width: 100px;
}
.product_two {
    margin-top: 35px;
}
.product .banner_btncolor  a:not(.woocommerce-loop-product__link) {
 	background-size: 200% auto;
	background: rgba(39,52,138,1);
	background: -moz-linear-gradient(left, rgba(39,52,138,1) 0%, rgba(38,137,173,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(39,52,138,1)), color-stop(100%, rgba(38,137,173,1)));
	background: -webkit-linear-gradient(left, rgba(39,52,138,1) 0%, rgba(38,137,173,1) 100%) !important;
	background: -o-linear-gradient(left, rgba(39,52,138,1) 0%, rgba(38,137,173,1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(39,52,138,1) 0%, rgba(38,137,173,1) 100%);
	background: linear-gradient(to right, rgba(39,52,138,1) 0%, rgba(38,137,173,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27348a', endColorstr='#2689ad', GradientType=1 );

    border-radius: 5px!important;
    color: #ffffff!important;
    display: inline-block!important;
    padding: 11px 14px !important;
    font-weight: 600 !important;
	letter-spacing: 1px;
	font-size: 16px  !important;
}
.first_add_toCart_section .price {
    font-weight: 600 !important;
}
.first_add_toCart_section {
    webkit-box-shadow: 2px 2px 5px 0px rgba(51,51,51,0.3);
-moz-box-shadow: 2px 2px 5px 0px rgba(51,51,51,0.3);
box-shadow: 2px 2px 5px 0px rgba(51,51,51,0.3);
padding: 10px 42px;
position: relative;
background:#fff;
}
img.free_shiping {
    position: absolute;
    right: -20px;
    top: -20px;
}
.product h2 a {
font-family: "Open Sans";
color: #333;
font-weight: bolder;
font-weight: 900;
font-size: 40px;
/*background-image: url(../img/product-heading-corner-bg.png);*/
background-position: left 0px;
background-repeat: no-repeat;
padding-left: 30px;
padding-top: 4px;
}
.product .col-md-12.banner_btncolor h2 a {
font-family: "Open Sans";
color: #0b6483;
font-weight: bolder;
font-weight: normal;
font-size: 16px;
background-image: none;
background-position: left 0px;
background-repeat: no-repeat;
padding-left: 0px;
padding-top: 0px;
}
.woocommerce ul.products li.product {
    border: none;
    box-shadow: none;
}
.woocommerce ul.products li.product .img-wrap {
    border: 1px solid #d1d2d3;
}
.row.product {
    padding-top: 40px;
    padding-bottom: 35px;
}
.lSAction > a {
    background: unset!important;
    width: 35px!important;
    opacity: 1!important;
}
.lSAction > .lSPrev{
    background-image: url(../img/left-arrow.png)!important;
    background-repeat: no-repeat!important;
}
.lSAction > .lSNext{
    background-image: url(../img/right-arrow.png)!important;
    background-repeat: no-repeat!important;
}

.row.product .product-inner {
    padding-top: 25px;
}
.product .product-inner p {
    font-size: 20px;
}
.first_add_toCart_section > p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.lSSlideOuter .lSPager.lSGallery li.active{
    border-radius: 0px!important;
}
.lSSlideOuter .lSPager.lSGallery li{
    position: relative;
} 
.lSSlideOuter .lSPager.lSGallery li:hover .overlay_th, .lSSlideOuter .lSPager.lSGallery li.active .overlay_th{
    position: absolute;

background: rgb(14, 47, 64, 0.8);

top: 0;

left: 0;

width: 100%;

height: 100%;
} 
.tax-product_cat .product .first_add_toCart_section .woocommerce-Price-amount {
    font-size: 16px;
    color: black;
}
section.woo-template {
    padding-top: 0px;
}
.woocommerce-result-count, .woocommerce-ordering {
    display: none!important;
}
.woocommerce a.add_to_cart_button.button::before, .woocommerce a.product_type_simple.button::before {
    display: none!important;
}
.row.odd {
    background: #f2f2f2;
}
.woocommerce .banner_btncolor .first_add_toCart_section .add_to_cart_button {display: none !important}
.tax-product_cat .first_add_toCart_section {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.tax-product_cat .first_add_toCart_section > a {
    display: none;
}
.woocommerce h2 {
    background: unset!important;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price {
    border: none;
}
h2.woocommerce-loop-product__title {
    font-size: 22px;
}

#default-widget-area {
    display: none;
}

.pass-eye-icon {
    background: url(../img/eye-side-icon-png-g2.png) no-repeat;
    width: 27px;
    height: 21px;
    display: block;
    background-position: -479px -107px;
    position: absolute;
    right: 0;
    top: -2px;
    opacity: 0.4;
    background-size: 880px;
}

.pass-eye-icon-close {
    background-position: -66px -106px;
}

.add_to_cart_button {
    *display: none;
}

.rel {
    position: relative;
}

.woocommerce-Tabs-panel--reviews {
    display: none;
}

.w-header-type-10 #nav li ul li a {
    line-height: 16px;
}

#buddypress .standard-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 0;
    color: #737373;
    font: inherit;
    font-size: 100%;
    padding: 6px;
}

#buddypress .standard-form select,
#buddypress .standard-form select:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 10px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 961px) {
    #header.w-header-type-10,
    .transparent-header-w #header,
    .transparent-header-w #header.w-header-type-10 {
        position: initial;
        box-shadow: none;
        border-top: none;
    }

    .header-bottom #header-b {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(238, 238, 238);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.reminder-popup {
    position: fixed;
    top: 50%;
    left: 25%;
    width: 50%;
    min-width: 320px;
    padding: 30px;
    text-align: center;
    background: white;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
}

.close-popup:hover {
    cursor: pointer;
}

.course-instructor .inst-detail {
    display: none;
}

.icon-box-row article > a > img {
    max-width: 63px;
    max-height: 63px;
}

.w-header-type-10 #nav ul li ul {
    margin: 0;
    left: 220px;
    top: 0;
}

.w-header-type-10 #nav li.submenux:after {
    top: 3px;
}

.flex-content {
    display:flex;
    flex-direction:row;
}
.flex-item {
    width:50%;
}
@media screen and (min-width: 769px) {
    .flex-item.left {
        padding-right: 10px;
    }
    .flex-item.right {
        padding-left: 10px;
    }
    div.banner_btncolor{
        *padding-right: 50px;
    }
}
@media screen and (max-width: 768px) {
    .flex-content {
        flex-direction:column;
    }
    .flex-item {
        width:100%;
    }
    .flex-content.reverse .flex-item.left {
        order:2;
    }
    .flex-content.reverse .flex-item.right {
        order:1;
    }

    .online-t .top-bar a.topbar-login {
        margin-left: 12px;
    }

    a.custom-cart-btn {
        margin-right: 0;
    }
}

.about-author-sec p {
    font-size: 14px;
}

.filter-category .widget .course-categories li.course-category.course-category-parent:not(.active) ul { display: none;}
.filter-category .widget .course-categories li.course-category.course-category-parent:not(.active):hover ul { display: none;}

.w-courses .w-course-list {
    border: none;
    box-shadow: none;
}

.courses-sorting {
    display: none;
}