.learnonline-posts {
    position: relative;
    padding-bottom: 70px;
}

#lo_ajax_loading .spinner {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #c6262e;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

#lo_ajax_loading.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/** Global Archive Loop Styles
 *********************************************************************************************************/
.learnonline-posts-order-wrapper {
    padding-top: 15px;
    margin-bottom: 15px;
}

.learnonline-posts-order-wrapper .learnonline-ordering {
    float: left;
}

.learnonline-posts-order-wrapper .learnonline-result-count {
    text-align: right;
}

.learnonline-ordering {
    width: 30%;
}

.learnonline-ordering select {
    width: 100%;
}

.learnonline-filter-bar {
    background-color: #eeeded;
    padding: 2%;
}

.learnonline-filter-bar a {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    min-width: 118px;
    font-size: 14px;
    padding: 6px;
    transition: 0.5s;
    color: #2b2d32;
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
}

.learnonline-filter-bar a:hover {
    color: #ffffff;
    background-color: #bfbfbf;
    border-color: #2b2d32;
}

.learnonline-filter-bar a.filtering {
    color: #ffffff;
    background-color: #ab0f10;
    border-color: #ab0f10;
}

.learnonline-filter-bar .filters {
    display: none;
    margin-top: 15px;
}

.learnonline-LoopPost-link:hover .learnonline-loop-post__title {
    color: #b63435;
    text-decoration: underline;
}

.learnonline-learning-path-details__short-description {
    display: block;
    margin-bottom: 32px;
}

.learnonline .learnonline-pagination ul {
    list-style-type: none;
    text-align: center;
}

.learnonline .learnonline-pagination ul li {
    display: inline-block;
    font-weight: bold;
    border: solid #d1d1d1;
    border-width: 1px 0 1px 0;
    padding: 6px 15px;
    margin-left: -4px;
}

.learnonline .learnonline-pagination ul li:first-child {
    border-width: 1px;
}

.learnonline .learnonline-pagination ul li:last-child {
    border-width: 1px;
    margin-left: -3px;
}

.learnonline .learnonline-pagination ul li a {
    color: #2b2d32;
}

.learnonline .learnonline-pagination ul li a.prev,
.learnonline .learnonline-pagination ul li a.next {
    font-size: 24px;
    line-height: 10px;
}

.learnonline .learnonline-pagination ul li span.current {
    color: #b63435;
}

/** Tutorial Loop Styles
 *********************************************************************************************************/
.learnonline-posts .tutorial {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
}

@media screen and (min-width: 425px) {
    .learnonline-posts .tutorial,
    .learnonline-single .tutorial_details {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 40px;
        -ms-grid-columns: calc(250px - 20px) 40px calc(100% - 250px - 20px);
        grid-template-columns: calc(250px - 20px) calc(100% - 250px - 20px);
    }
}

.learnonline-posts .post-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.learnonline-posts .post-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.learnonline-tutorial-details__short-description {
    display: block;
    margin-bottom: 15px;
}

/** SINGLE TUTORIAL PAGE
 **********************************************************************************************************************/
.learnonline-tutorial-video__wrapper {
    width: 100%;
    height: 402px;
    position: relative;
    background-color: #000;
}

.video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.video-poster {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.video-poster:hover {
    cursor: pointer;
}

.video-poster span {
    display: block;
}

.video-poster .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-poster .video-button .title,
.video-poster .video-button .tutor,
.video-poster .video-button .caption,
.video-poster .video-button .play-button {
    color: #ffffff;
}

.video-poster .video-button.no-access .title {
    font-size: 54px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.video-poster .video-button.no-access .caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.video-poster .video-button.no-access .play-button {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.video-poster .video-button.no-access .play-button .fas {
    font-size: 22px;
    line-height: 26px;
}

.video-poster .video-button.has-access .title {
    width: 220px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.video-poster .video-button.has-access {
    display: flex;
    align-items: center;
    background-color: rgba(54, 54, 60, 0.9);
    border-radius: 20px;
    padding: 20px;
}

.video-poster .video-button.has-access .button-text {
    float: left;
    text-align: left;
    margin-right: 20px;
}

.video-poster .video-button.has-access .play-button {
    float: left;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background-color: #b63435;
    border-radius: 100%;
}

.video-poster .video-button.has-access .play-button-inner {
    position: relative;
    top: 28%;
    left: 30%;
}

.video-poster .triangle {
    position: relative;
    background-color: rgb(54, 54, 60);
    text-align: left;
}

.video-poster .triangle:before,
.video-poster .triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.video-poster .triangle,
.video-poster .triangle:before,
.video-poster .triangle:after {
    width: 25px;
    height: 25px;
    border-top-right-radius: 30%;
}

.video-poster .triangle {
    transform: rotate(-90deg) skewX(-30deg) scale(1, .866);
}

.video-poster .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.video-poster .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.video-poster:hover:before, .video-poster:focus:before {
    border-color: #ffffff;
}

.video-poster:hover:after, .video-poster:focus:after {
    border-left-color: #ffffff;
}

.video-wrapper-active .video-poster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.tutorial_details .heading {
    display: block;
    font-size: 30px;
    line-height: 110%;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.tutorial_details {
    padding-bottom: 40px;
}

.tutorial_details .tutorial-tutor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.tutorial_details .tutorial-tutor img {
    margin-bottom: 35px;
}

.tutorial_details .tutorial-details {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.tutorial-details-meta {
    table-layout: fixed;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.tutorial-details-meta .title {
    width: 130px;
    color: #8c8c8c;
}

.tutorial-details-meta .meta-data {
    color: #2b2d32;
    font-weight: bold;
    word-break: break-word;
}

@media screen and (max-width: 768px) {
    .video-poster .centered.no-access {
        width: 75%;
    }

    .video-poster .video-button.no-access .title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 425px) {
    .video-poster .centered {
        width: 75%;
    }

    .video-poster .video-button.no-access .title {
        font-size: 36px;
        line-height: 42px;
    }

    .video-poster .video-button.has-access .title {
        width: auto;
    }

    .learnonline-tutorial-details__content-unavailable .lo-btn {
        display: block;
    }
}

/** Learning Path Loop Styles
 *********************************************************************************************************/
.learnonline-posts .learning_path .learnonline-loop-post__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

.learnonline .learnonline-learning-path-meta__wrapper ul,
.learnonline .learnonline-tutorial-meta__wrapper ul {
    color: #898989;
    margin-left: 0;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
}

.learnonline .learnonline-learning-path-meta__wrapper ul li,
.learnonline .learnonline-tutorial-meta__wrapper ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.learnonline-learning-path-price__wrapper .price {
    color: #c6262e;
    font-size: 22px;
    font-weight: 600;
}

.learnonline-learning-path-price__wrapper .per-month {
    font-size: 10px;
    text-transform: uppercase;
    color: #2b2d32;
}

@media screen and (min-width: 425px) {
    .learnonline-posts .learning_path img,
    .learnonline-posts .tutorial img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .not-webkit .learnonline-posts .learning_path img {
        height: auto;
    }

    .learning_paths .learnonline-posts,
    .learnonline-filter-bar .filters-inner {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 40px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 425px) {
    .learnonline-filter-bar {
        padding: 6%;
    }

    .learning_paths .learnonline-posts article {
        margin-bottom: 32px;
    }
}

.not-webkit.learning_paths .learnonline-posts .learning_path:nth-child(-n+3) {
    -ms-grid-row: 1;
}

.not-webkit.learning_paths .learnonline-posts .learning_path:nth-child(n+3) + :nth-child(-n+6) {
    -ms-grid-row: 3;
}

.not-webkit.learning_paths .learnonline-posts .learning_path:nth-child(n+6) + :nth-child(-n+9) {
    -ms-grid-row: 5;
}

.not-webkit.learning_paths .learnonline-posts .learning_path:nth-child(3n+1) {
    -ms-grid-column: 1;
    margin: 0 40px 40px 0;
}

.not-webkit.learning_paths .learnonline-posts .learning_path:nth-child(3n+2) {
    -ms-grid-column: 3;
    margin: 0 40px 40px 0;
}

.not-webkit.learning_paths .learnonline-posts .learning_path:nth-child(3n+3) {
    -ms-grid-column: 5;
    margin: 0 0 40px 0;
}

/** Widget Styles
 **********************************************************************************************************************/
/** SEARCH WIDGET **/
.learnonline-tutorial-search {
    vertical-align: middle;
    white-space: nowrap;
}

.learnonline-tutorial-search input.search-field {
    width: 225px;
    height: 50px;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-right: 0;
    border-style: solid;
    border-color: #d1d1d1;
    font-size: 16px;
    float: left;
    padding-left: 15px;
    margin: 0;
}

.learnonline-tutorial-search input.search-field::-webkit-input-placeholder {
    color: #d1d1d1;
}

.learnonline-tutorial-search input.search-field:-moz-placeholder {
    color: #d1d1d1;
}

/* Firefox 18- */
.learnonline-tutorial-search input.search-field::-moz-placeholder {
    color: #d1d1d1;
}

/* Firefox 19+ */
.learnonline-tutorial-search input.search-field:-ms-input-placeholder {
    color: #d1d1d1;
}

.learnonline-tutorial-search button.icon {
    border-top: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 0;
    border-style: solid;
    border-color: #d1d1d1;
    height: 50px;
    width: 50px;
    color: #d1d1d1;
    font-size: 16px;
    background-color: transparent;
}

/** AJAX NAVIGATION **/
.learnonline .learnonline.widget {
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}

.lo-ajax-layered-nav label:hover, .lo-ajax-layered-nav label:active,
.lo-ajax-layered-nav input:hover + label, .lo-ajax-layered-nav input:active + label {
    cursor: pointer;
    color: #b63435;
}

/* The lo-ajax-layered-nav */
.lo-ajax-layered-nav .checkbox {
    position: relative;
}

/* Hide the browser's default radio button */
.lo-ajax-layered-nav .checkbox label {
    margin-left: 25px;
}

/* Hide the browser's default radio button */
.lo-ajax-layered-nav .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

/* On mouse-over, add a background color */
.lo-ajax-layered-nav .checkbox:hover input ~ .checkmark {
    border-color: #b63435;
}

/* Create the checkmark/indicator (hidden when not checked) */
.lo-ajax-layered-nav .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.lo-ajax-layered-nav .checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.lo-ajax-layered-nav .checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #b63435;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/** FREE TO TRY
 ** LIST PLAYLIST TUTORIALS
****************************************************************/
.widget .list-item-inner {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: calc(100px) 20px calc(100% - 120px - 20px);
    grid-template-columns: calc(100px) calc(100% - 120px - 20px);
}

.list-item-inner .tutorial-thumbnail,
.list-item-inner .learning-path-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.list-item-inner .tutorial-thumbnail img,
.list-item-inner .learning-path-thumbnail img {
    max-height: 70px;
    object-fit: cover;
}

.list-item-inner .tutorial-details,
.list-item-inner .learning-path-details {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.widget.learnonline .list-item {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.widget.learnonline .list-item:first-child {
    padding-top: 0;
}

.widget.learnonline .list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget .list-item-inner .tutorial-details span,
.widget .list-item-inner .learning-path-details span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.widget .list-item-inner .tutorial-details .tutorial-title,
.widget .list-item-inner .learning-path-details .learning-path-title {
    color: #2b2d32;
    font-weight: bold;
}

.widget .list-item-inner .tutorial-details .video-duration,
.widget .list-item-inner .learning-path-details .learning-path-duration {
    color: #898989;
}

.widget .tutorial-learning-paths-list-widget .widget-subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #2b2d32;
}

.widget .tutorial-learning-paths-list-widget {
    margin-bottom: 32px;
}

#lo_tabs {
    margin-bottom: 32px;
}

#lo_tabs.ui-tabs {
    background-color: #f0f0f0;
}

#lo_tabs.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

#lo_tabs.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    padding: 0;
}

#lo_tabs.ui-tabs .ui-tabs-nav li {
    border-bottom: 2px solid #f0f0f0;
}

#lo_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 2px solid #b63435;
}

#lo_tabs.ui-tabs .ui-tabs-nav li a {
    display: block;
    padding: 10px 20px;
    outline: none;
    font-weight: 700;
    color: #2b2d32;
    text-transform: uppercase;
}

#lo_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #b63435;
}

#lo_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    padding: 10px 20px 12px 20px;
    background: #fff;
    border-bottom-style: none;
}

#lo_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
#lo_tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#lo_tabs.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: default;
}

#lo_tabs.ui-tabs .ui-tabs-nav li a,
#lo_tabs.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

#lo_tabs.ui-tabs .ui-tabs-panel {
    display: block;
    clear: both;
    padding: 20px;
}

#lo_tabs.ui-tabs .ui-tabs-hide {
    display: none;
}

.content ul.lo-list-has-icons {
    list-style: none;
    margin: 0;
}

.content ul.lo-list-has-icons li {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}

.content ul.lo-list-has-icons li span {
    margin-right: 15px;
}

.content ul.lo-list-has-icons li a {
    color: #2b2d32;
}

.content ul.lo-list-has-icons li a:hover {
    color: #b63435;
}

.learnonline-tutorial-details__content-unavailable {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 10%;
}

.lo-btn-row {
    margin-bottom: 20px;
}

.lo-btn-row span {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.lo-info-caption {
    text-transform: uppercase;
}

.lo-btn {
    display: inline-block;
    min-width: 80px;
    max-width: 280px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal !important;
    padding: 12px 30px;
    transition: 0.5s;
    color: #2b2d32;
    border-radius: 10px;
    border: 1px solid #ffd800;
    background-color: #ffd800;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}