/*--------------------------------------------------------
    LOAD ICONS
--------------------------------------------------------*/
@font-face {
    font-family: 'star';
    src:url('../fonts/star.eot?-fvbane');
    src:url('../fonts/star.eot?#iefix-fvbane') format('embedded-opentype'),
        url('../fonts/star.woff?-fvbane') format('woff'),
        url('../fonts/star.ttf?-fvbane') format('truetype'),
        url('../fonts/star.svg?-fvbane#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon_star,
[class^="star_star"]:before, [class*=" star_star"]:before,
[class^="star_star"]:after, [class*=" star_star"]:after {   
    font-family: 'star';
}

/*star*/
.icon_star:before {
    content: "\73";
}
/*star fill*/
.icon_star.active:before {
    content: "\53";
}

/*---------------------------------------------------------
    Course Page
---------------------------------------------------------*/
.learnpress__course__filter__wrap {
    margin-bottom: 30px;
}

.learnpress__course__filter__wrap form {
    position: relative;
}

.learnpress__course__filter__wrap form input {
    height: 50px;
    border: 1px solid #e8e8e8;
}

.learnpress__course__filter__wrap form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100% !important;
    transition: 0.3s;
    border: 0;
    text-align: center;
    padding: 0;
}

.learnpress__course__filter__wrap form button[type="submit"]:hover {
    background: #0071dc;
    color: #ffffff;
}


.single__course__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.3s;
    border: 1px solid #e8e8e8;
}

.single__course__item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.single__course__item .course__details {
    padding: 30px;
}

.course__thumb__wrap {
    position: relative;
}

.course__thumb__wrap:after {content: "";background: #000000;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: 0.3s;opacity: 0;}

.single__course__item:hover .course__thumb__wrap:after {
    opacity: .5;
}

form.enroll__course {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

form.enroll__course button {
    padding: 10px 20px;
    border: 0;
    transition: 0.3s;
    background: #ffffff;
}
form.enroll__course button:hover {
    background: #0071dc;
    color: #ffffff;
}
a.course__category {
    /*display: inline-block;
    margin-bottom: 10px;*/
    display: inline-block;
    height: 26px;
    background: rgba(252, 46, 144, .1);
    font-size: 13px;
    line-height: .8;
    color: #fc2e90;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}

.course__author {
    margin-top: 30px;
    font-weight: 500;
}
.course__author img {
    width: 55px;
    border-radius: 50%;
    margin-right: 10px;
}

.course__price__rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px dotted #c3c2c8;
}

.course__price {
    font-size: 24px;
}

.course__price span {
    font-size: 18px;
    text-decoration: line-through;
    color: #acacac;
}
/*---------------------------------------------------------
    Profile Page
---------------------------------------------------------*/
#learn-press-user-profile .learn-press-form-login,
#learn-press-user-profile .learn-press-form-register {
    padding: 20px;
}


/*--------------------------------------------------------
/ 11. Course Details Page
/---------------------------------------------------------*/

h4.single__course__title {font-size: 22px;}
.course__top__wrap {
    margin-top: 21px;
}

.course__top__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single__course__author {
    display: inline-flex;
    align-items: center;
}

.single__course__author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.course__top__meta span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}

.course__top__meta .course__top__price {
    padding: 8px 20px;
    background: #0071dc;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
}

.single__course__area .course__thumb {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.course__content__wrapper {
    position: relative;
    border: 1px solid #ebecf2;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.course__tab__menu {
    width: 100%;
    display: flex;
    margin: 0 0 50px 0;
    padding: 0;
}

.course__tab__menu li {
    list-style: none;
    margin: 0;
    width: 25%;
    flex: 1;
    border:0;
}

.course__tab__menu li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f7f8fa;
    position: relative;
    font-size: 13px;
    line-height: 55px;
    height: 55px;
    color: #5d5a67;
    font-weight: 600;
    border-bottom: 0;
    border-right: 1px solid #ebecf2;
}

.course__tab__menu li a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 9px;
}

.course__tab__menu li a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #0071dc;
    content: '';
    margin: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course__tab__menu li.active a,
.course__tab__menu li a:hover {
    color: #0071dc;
}

.course__tab__menu li.active a:after,
.course__tab__menu li a:hover:after {
    width: 100%;
}

.course__tab__menu li:last-child a {
    border-right: none;
}

.course__content__wrapper .tab-content {
    position: relative;
    padding: 0 35px 50px;
}

.course__tab__content .overview-content {
    position: relative;
}

.course__tab__content .overview-content h4 {
    font-size: 20px;
    margin: 0 0 18px;
}

.course__tab__content .overview-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 26px;
}

.course__tab__content .overview-content ul {
    margin: 0;
    padding: 10px 0 0;
}

.course__tab__content .overview-content ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #2c234d;
    margin: 0 0 24px;
}

.course__tab__content .overview-content ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0071dc;
    font-size: 20px;
    line-height: 35px;
}

.course__tab__content .overview-content ul li span {
    display: block;
    color: #5d5a67;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 14px 0 0;
}

.course__tab__content .course__curriculum {
    position: relative;
    border: 1px solid #ebecf2;
    border-radius: 10px;
    margin: 0 0 50px;
}

.course__tab__content .course__curriculum .card-header {
    padding: 23px 30px;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.course__tab__content .course__curriculum h5 {
    color: #2c234d;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0;
}

.course__tab__content .course__curriculum h5 button {
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
    vertical-align: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: none;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
}
.course__curriculum .card-header h5 button,.course__curriculum .card-header h5 button:focus {
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0;
    border: 0;
    outline: 0;
    margin: 0;
    overflow: hidden;
}

.course__curriculum .card-header h5 {
    font-size: 18px;
}
.course__tab__content .course__curriculum h5 button:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 18px;
    line-height: 70px;
    font-weight: 500;
    color: #0071dc;
    position: absolute;
    right: 27px;
    top: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1;
}

.course__tab__content .course__curriculum h5 button:hover {
    text-decoration: none;
    color: inherit;
}

.course__tab__content .course__curriculum h5 button.collapsed:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.course__tab__content .course__curriculum .card-body {
    margin: 0;
    padding: 0;
}

.course__curriculum .curriculum__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 18px 30px 12px;
}

.course__curriculum .curriculum__item:last-child {
    border-radius: 0 0 10px 10px;
}

.course__curriculum .curriculum__item h5 {
    font-size: 14px;
    color: #5d5a67;
    font-weight: 400;
    list-style: 24px;
    margin: 0;
}

.course__curriculum .curriculum__item h5 i {
    display: inline-block;
    color: #0071dc;
    margin-right: 8px;
}

.course__curriculum .curriculum__item h5 a {
    color: inherit;
}

.course__curriculum .curriculum__item h5:hover a {
    color: #0071dc;
}

.ci-tools a {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.ci-tools .time {
    background: rgba(88, 56, 252, .1);
    color: #0071dc;
    border-radius: 3px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 16px;
}

.ci-tools .time:hover {
    background: #0071dc;
    color: #fff;
}

.ci-tools .lock {
    font-size: 14px;
    line-height: 30px;
    color: #5d5a67;
}

.ci-tools .lock:hover {
    color: #0071dc;
}

.course__curriculum .curriculum__item.with-bg {
    background: #f7f8fa;
}

.ci-tools .questions {
    background: rgba(63, 182, 95, .1);
    color: #3fb65f;
    border-radius: 3px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 16px;
}

.ci-tools .questions:hover {
    background: #3fb65f;
    color: #fff;
}

.course__reviw {
    position: relative;
}

.course__reviw h4 {
    font-size: 20px;
    margin: 0 0 26px;
}

.reating-details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 78px;
}

.average-rate {
    width: 26%;
}

.average-rate p {
    font-size: 14px;
    line-height: 28px;
    color: #5d5a67;
    margin: 0 0 15px;
}

.rate-box {
    width: 100%;
    height: 200px;
    background: #f7f8fa;
    border-radius: 5px;
    text-align: center;
    padding: 34px 15px;
}

.rate-box h2 {
    font-size: 60px;
    color: #0071dc;
    line-height: 60px;
    margin: 0 0 18px;
}

.rate-box .ratings {
    display: block;
    margin: 0 0 3px;
}

.rate-box .ratings i {
    font-size: 14px;
}

.rate-box .ratings i.inactive,
.ratings i.inactive {
    color: #c4c2cb;
}

.rate-box span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #5d5a67;
}

.details-rate {
    position: relative;
    width: 74%;
    margin-left: 30px;
}

.details-rate p {
    font-size: 14px;
    line-height: 28px;
    color: #5d5a67;
    margin: 0 0 15px;
}

.detail-rate-box {
    width: 100%;
    height: 200px;
    background: #f7f8fa;
    border-radius: 5px;
    padding: 36px 40px;
}

.rate-item {
    position: relative;
    padding-left: 25px;
    padding-right: 55px;
    margin: 0 0 24px;
}

.rate-item p {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 14px;
    line-height: .8;
    color: #2c234d;
    font-weight: 600;
    margin: 0;
}

.rate-item .progress {
    height: 6px;
    border-radius: 30px;
    background: #e1e4eb;
}

.rate-item .progress-bar {
    background: #0071dc;
    border-radius: 30px;
}

.rate-item span {
    position: absolute;
    right: 0;
    top: -3px;
    color: #7e7c87;
    font-size: 14px;
    line-height: .8;
    font-weight: 600;
}

.review-rating {
    position: relative;
}

.review-rating > h5 {
    font-size: 20px;
    margin: 0 0 45px;
}

.review-rating .single-comment {
    border: 0;
}

.review-rating ol {
    margin: 0;
    padding: 0;
}

.review-rating ol li {
    list-style: none;
    display: block;
}

.comment-form .review-stars {
    display: inline-block;
}

.comment-form .close {
    /* margin-top: 10px; */
    margin-bottom: 20px;
}

.single-comment .ratings {
    margin: 0;
    position: absolute;
    right: 0;
    top: 4px;
}

.single-comment .ratings span {
    color: #c4c2cb;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.single-comment .ratings span i {
    color: #c4c2cb;
}

.review-form-area {
    position: relative;
    margin: 64px 0 28px;
}

.review-form-area > h5 {
    font-size: 20px;
    margin: 0 0 45px;
}

.comment-form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0;
}

.comment-form-rating label {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #5d5a67;
    margin: 0;
}

.comment-form-rating .ratings {
    margin-left: 15px;
}

.comment-form-rating .ratings span {
    line-height: .8;
    font-size: inherit;
    color: inherit;
    margin: 0;
}

.comment-form-rating .ratings span i {
    color: #c4c2cb;
}

.single-course-area .post-share {
    border: none;
}


.review-fields button,.course__content__wrapper button {
    border: 0;
    padding: 10px 20px;
    line-height: 1.5;
    margin-top: 30px;
    background: #0071dc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400 !important;
}

.review-rating .single-comment {
    padding-left: 85px;
    position: relative;
    padding-top: 0;
}

.review-rating .single-comment img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    border-radius: 10px;
}

.review-rating .single-comment h5 {
    margin-bottom: 5px;
}

.review-rating .single-comment .comment {
    margin-top: 10px;
}


.review-fields button,
.course__content__wrapper button {
    border: 0;
    padding: 10px 20px;
    line-height: 1.5;
    margin-top: 30px;
    background: #0071dc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400 !important;
}


/*------------------
    WIDGETS
-------------------*/

.course__widget__area .info-course {
    position: relative;
    box-shadow: 0px 20px 50px 0px rgb(11 2 55 / 10%);
    padding: 30px;
    border-radius: 10px;
}

.course__widget__area .info-course ul {
    margin: 0;
    padding: 0;
}

.course__widget__area .info-course li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #5d5a67;
    font-weight: 400;
    border-bottom: 1px solid #eceef3;
    margin: 0;
    padding: 0 0 1px;
    text-transform: capitalize;
}

.course__widget__area .info-course li:last-child {
    border: none;
}

.course__widget__area .info-course li i {
    display: inline-block;
    color: #0071dc;
    font-size: 14px;
    line-height: 50px;
    margin-right: 14px;
}

.course__widget__area .info-course li span {
    display: inline-block;
    color: #2c234d;
    font-weight: 600;
    margin-right: 10px;
}

.course__widget__area .info-course button {
    width: 100%;
    padding: 14px 25px;
    margin: 20px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    transition: 0.3s;
}
.course__widget__area .info-course button:hover {
    background: #0071dc;
    color: #ffffff;
}

.course__widget__area .lp-widget {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 20px 50px 0px rgb(11 2 55 / 10%);
    border-radius: 10px;
}

.course__widget__area .lp-widget label {
    font-weight: 500;
}

/*-----------------
    EXTRAS
------------------*/
h4.single__course__title {
    display: none;
}

.course__top__wrap {
    margin-top: 0;
}

/*-----------------------
    LEARNPRESS OVERWRITE
------------------------*/
.learnpress ul {
    padding: 0;
}

.learnpress input,
.learnpress button.lp-button,
.learnpress button {
    padding: 10px 30px;
}
.lp-button.button-recover-order {
    line-height: 1;
}
.learnpress input.delete-btn {
    padding: 20px;
    line-height: 1;
    height: 45px;
    padding: 10px 20px;
}

.learnpress input.add-btn {
    margin-top: 20px;
}
.learnpress button {
    border: 0;
    text-transform: capitalize;
    background: #0071dc;
    transition: 0.3s;
    color: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    height: inherit !important;
    line-height: 1.5 !important;
}

.learnpress button:hover {
    background: #ffffff;
    color: #0071dc;
}
.learnpress textarea {
    max-height: 120px;
    min-height: 120px;
    padding: 10px 15px;
}
#lp-avatar-actions {
    display: inline-block;
    margin-bottom: 20px;
}
#learn-press-order-review {
    margin-top: 20px;
}
#learn-press-checkout {
    margin-bottom: 20px;
}
#learn-press-checkout tr.cart-item td {
    font-size: 16px;
    color: #252525;
}
#learn-press-profile-nav .tabs>li ul li.active a,
#learn-press-profile-nav .tabs>li ul li:hover a,
#learn-press-profile-nav .tabs>li:hover:not(.active)>a,
#learn-press-profile-nav .tabs>li a:hover {
    background: transparent;
    color: #0071DC !important;
}

/*------------------------*/

.feature-course-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.feature-course-item .flipper {
    -webkit-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    min-height: 480px;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #fff;
    z-index: 2;
    border: none;
    padding: 25px 45px 0;
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
}

.fcf-thumb {
    position: relative;
    text-align: center;
    min-height: 234px;
    margin-bottom: 32px;
}

.fcf-thumb img {
    max-width: 100%;
    height: auto;
}

.front p {
    display: inline-block;
    height: 26px;
    background: rgba(252, 46, 144, .1);
    font-size: 13px;
    line-height: .8;
    color: #fc2e90;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}

.front h4 {
    font-size: 20px;
    line-height: 28px;
    color: #2c234d;
    font-weight: 600;
    margin: 0 0 30px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.fcf-bottom {
    position: relative;
    border-top: 2px dotted #c3c2c8;
    width: calc(100% + 90px);
    left: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 45px;
}

.fcf-bottom a {
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
}

.fcf-bottom a i {
    color: #5838fc;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.back {
    background: #5838fc;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 49px 45px 0;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.back .fcf-thumb {
    position: absolute;
    right: 18px;
    bottom: 42px;
    opacity: .06;
}

.back .c-cate {
    display: inline-block;
    height: 26px;
    background: rgba(255, 255, 255, .2);
    font-size: 13px;
    line-height: .8;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}

.back h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px;
}

.back h4 a {
    color: inherit;
}

.ratings {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

.ratings i {
    font-size: 12px;
    line-height: .8;
    color: #fcca31;
}

.ratings span {
    display: inline-block;
    font-weight: 400;
    line-height: .8;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin: 0 0 0 12px;
}

.course-price {
    display: block;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 75px;
}

.course-price span {
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    margin: 6px 0 0;
}

.author {
    display: inline-block;
    position: relative;
    margin: 0 0 51px;
    text-transform: capitalize;
}

.feature-course-item .author img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.author a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: .8;
    font-weight: 600;
    margin-left: 18px;
}
.feature-course-item .author a:hover {
    color: #fc2e90;
}
.back .fcf-bottom a i,
.back .fcf-bottom a {
    color: #fff;
}

.feature-course-item:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.feature-course-item:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*-------OVERWRITE------*/
.single__course__grid__item.feature-course-item .front {
    height: auto;
    min-height: auto;
    padding: 0;
    border:1px solid #e8e8e8;
}

.single__course__grid__item.feature-course-item .front .fcf-thumb {
    height: auto;
    min-height: auto;
    mask-image: url(../img/grid_shape.svg);
    -webkit-mask-image: url(../img/grid_shape.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center 15px, center;
    -webkit-mask-size: contain;
}

.single__course__grid__item.feature-course-item .fcf-thumb {
    margin: 0;
}

.single__course__grid__item.feature-course-item h4 {
    margin: 0;
}

.single__course__grid__item.feature-course-item .flip__content {
    padding: 40px;
}

.single__course__grid__item.feature-course-item .back{
    min-height: 470px;
}

.single__course__grid__item.feature-course-item .flipper {
    overflow: hidden;
}


.single__course__grid__item.feature-course-item .front .fcf-bottom {
    width: inherit;
    left: inherit;

}

.single__course__grid__item.feature-course-item .back .author {
    position: absolute;
    bottom: 50px;
}
.single__course__grid__item.feature-course-item .back .fcf-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.post-type-archive-lp_course nav.navigation.pagination {
    border: 0;
    padding: 0;
}

.post-type-archive-lp_course .post-pagination {
    margin-bottom: 0;
}