.widget-container {
    font-size: 0;
    font-family: Mohave-Bold;
    text-transform: uppercase;
}


.widget-col {
    position: relative;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 68px;
    vertical-align: top;
    background: transparent linear-gradient(180deg, #F87F05 0%, #B95D00 100%);
    transition: all .3s;
}

.widget-col:hover {
    background: transparent linear-gradient(180deg, #3a3a3a 0%, #000000 100%);
}

.widget-col.hover .widget-view-btn {
    background: #000;
}

.widget-text-wrapper {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: super;
}

.widget-text-wrapper.one div:nth-child(1) {
    position: relative;
    margin-top: 20px;
    margin-left: 27px;
}

.widget-course-schedule-icon {
    position: absolute;
    width: 41px;
    left: -45px;
    top: -11px;
}

.widget-text-wrapper.two div:nth-child(1) {
    position: relative;
    margin-top: 22px;
    margin-left: 38px;
}

.widget-privte-lessons-icon {
    position: absolute;
    width: 50px;
    left: -56px;
    top: -8px;
}

.widget-text-wrapper.three div:nth-child(1) {
    position: relative;
    margin-top: 24px;
    margin-left: 27px;;
}

.widget-instructors-icon {
    position: absolute;
    width: 50px;
    left: -54px;
    top: -13px;
}

.widget-view-btn {
    width: 140px;
    text-align: center;
    margin: auto;
    margin-top: 4px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    border-radius: 1px;
    background: #EA0000;
    color: #fff;
}

.widget-view-btn.desktop {
    display: none;
}

.widget-vertical-spacer {
    display: none;
    position: absolute;
    right: -3px;
    height: 70px;
    width: 2px;
    top: 8px;
    z-index: 1;
    background: transparent linear-gradient(180deg, rgba(113, 113, 113, 0.7) 0%, rgba(113, 113, 113, 0.18) 100%);
}

@media (min-width: 768px) {
    .widget-col {
        width: 33.33%;
        height: 86px;
    }

    .widget-text-wrapper {
        font-size: 18px;
    }

    .widget-text-wrapper.one div:nth-child(1) {
        margin-top: 32px;
    }

    .widget-text-wrapper.two div:nth-child(1) {
        margin-top: 30px;
    }

    .widget-text-wrapper.three div:nth-child(1) {
        margin-top: 34px;
        margin-left: 44px;
    }

    .widget-vertical-spacer {
        display: block;
    }

    .widget-view-btn.mobile {
        display: none;
    }

    .widget-view-btn.desktop {
        display: block;
    }

    .widget-text-wrapper {
        vertical-align: middle;
    }

    .widget-view-btn {
        width: 155px;
    }
}

.no-membership-required {
    background: #1F2529;
    text-transform: uppercase;
    color: #FFD305;
    text-align: center;
    font-weight: 700;
    padding: 15px 15px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .no-membership-required {
        font-size: 30px;
    }
}


@media (min-width: 992px) {
    .widget-text-wrapper {
        font-size: 21px;
    }

    .widget-view-btn {
        width: 175px;
        font-size: 14px;
    }

    .widget-vertical-spacer {
        display: block;
    }
}




