

/***************************************************************************/

.header-item {
    height: 55px;
}

/*#sidebar-menu ul li a {*/
/*    color: #3f3f3f !important;*/
/*}*/

/*#sidebar-menu ul li a:hover {*/
/*    color: #E46239 !important;*/
/*}*/

.text-white a:hover {
    color: white !important;
}

a:link, a:visited {
    color: #000000;
}

a.primary-link:link, a.primary-link:visited {
    color: #E46239;
}

a.primary-link:hover {
    color: #E46239;
}

a.link-dark-bg:link, a.link-dark-bg:visited {
    color: #E46239;
}

a.link-dark-bg:hover {
    color: #cecaca;
}



/*a:hover, a:active {*/
/*    color: #E46239 !important;*/
/*}*/

.text-light {
    color: #cecaca !important;
}

.footer-text {
    color: #a5a3a3 !important;
}

.custom-font {
    font-family: AlphavilleW00-Ultra, serif !important;
    letter-spacing: .0625rem;
}


.display-3 {
    font-weight: 500 !important;
}

.font-size-60 {
    font-size: 60px;
}

.custom-title {
    text-transform: uppercase !important;
}

/***************************************************************************/
/* Primary components */
.btn-primary, .primary:focus {
    color: #fff;
    background-color: #E46239 !important;
    border: 0;
    border-color: #000 !important;
    border-radius: 20px;
    outline: none;
}

/*.btn-secondary, .btn-secondary:focus {*/
/*    color: #fff;*/
/*    background-color: #404548 !important;*/
/*    border-color: #eee !important;*/
/*    border-radius: 20px;*/
/*    outline: none;*/
/*}*/

.btn-primary:hover {
    color: white;
    background-color: #404548 !important;
}

/*.btn-secondary:hover {*/
/*    color: white;*/
/*    background-color: #E46239 !important;*/
/*}*/

.btn-outline-secondary:hover {
    color: white;
    background-color: #404548 !important;
}


.btn-accent {
    color: #000;
    background-color: #fff !important;
    border-color: #ea6c23 !important;
    border-radius: 10px;
    outline: none;
}

.btn-accent:hover {
    color: white;
    background-color: #303232 !important;
}

/*.badge-primary {*/
/*    color: #fff;*/
/*    background-color: #E46239 !important;*/
/*    border-color: #E46239 !important;*/
/*}*/

.badge-secondary {
    background-color: #404548 !important;
}

.badge-lg {
    padding: 10px;
    font-size: 16px;
}

.alert-primary {
    color: #fff;
    background-color: #232221 !important;
    border-color: #E46239 !important;
}

/*.text-primary {*/
/*    color: #E46239 !important;*/
/*}*/

.bg-primary {
    background-color: #E46239 !important;
}


/***************************************************************************/
/* Dropdowns */
.custom-dropdown {
    /*background-color: #ffffff !important;*/
    /*color: #FFFFFF;*/
    width: 300px;
}

.dropdown-menu-right {
    border-right: 10px solid #E46239;
}



.modal-content, .modal-header {
    /*border-color: #E46239;*/
    border-color: #fff;
    border-radius: 15px !important;
    background-color: #f5f5f5;
}

/***************************************************************************/
/* Timetable */
/*.timetable-container::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*!* Hide scrollbar for IE, Edge and Firefox *!*/
/*.timetable-container {*/
/*    -ms-overflow-style: none; !* IE and Edge *!*/
/*    scrollbar-width: none; !* Firefox *!*/
/*}*/

/***************************************************************************/
/* Calendar */
.fc-event, .fc-event-dot {
    border-color: #E46239 !important;
    background-color: #E4623930 !important;
    cursor: default;
}

.fc-content {
    color: #E46239 !important;
}


.fc th.fc-widget-header {
    background-color: #E46239 !important;
}

.fc-unthemed td.fc-today {
    background-color: #E4623900 !important;
}

.fc th.fc-widget-header {
    background-color: #151515 !important;
}


/*.fc-widget-header {*/
/*    background-color: #151515 !important;*/
/*    border-color: #151515 !important;*/
/*}*/

/***************************************************************************/
/* Carousels */

.horizontal-scroll::-webkit-scrollbar {
    display: none;
    overflow-y: hidden;
    /*height: 180px;*/

}

.horizontal-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    /*height: 180px;*/

}

.slick-dots li button:before {
    color: #FFFFFF !important;;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #E46239 !important;;
}

.slick-dotted.slick-slider {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    overflow-x: visible !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.slick-prev:before {
    content: "⟨";
    color: #E46239;
    font-size: 30px;
}

.slick-next:before {
    content: "⟩";
    color: #E46239;
    font-size: 30px;
}

.slick-prev {
    left: 5px !important;

}

.slick-next {
    right: 5px !important;
}

body[data-layout=horizontal] .navbar-brand-box {
    width: 100% !important;
    text-align: center;
}

.display-1 {
    font-size: 4rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.w-85 {
    width: 85% !important;
}

/*.timetable {*/
/*    height: 100%;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.timetable-body {*/
/*    max-height: 475px;*/
/*    overflow-y: auto;*/
/*}*/

.card-body-black {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}

.card-with-border {
    border-radius: 25px;
    border: #969393 1px solid;
    padding: 30px;
    background-color: white;
}

.scheduled_day {
    font-size: 38px;
}

.scheduled_month {
    font-size: 24px;
    margin-top: -18px;
}

.channel-image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.membership-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.membership-image-sm {
    height: 100px;
    width: 200px;
    background-size: cover;
    background-position: center;
}

.course-image {
    height: 250px;
    background-size: cover;
    background-position: top;
}

.course-image-sm {
    height: 100px;
    background-size: cover;
    background-position: center;
}

.item-background {
    background-size: cover;
    background-repeat: no-repeat;
}


/*.custom-font {*/
/*    font-family: AlphavilleW00-Ultra, serif !important;*/
/*    letter-spacing: .0625rem;*/
/*}*/

.card-body-white {
    background-color: white !important;
}

.video-card-bg {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#shop-topbar {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 15px;
    left: 0;
    padding-left: 15px;
    z-index: 1002;
}

#shop-divider {
    border: 2px solid white;
}


/* DESKTOP */
@media only screen and (min-width: 768px) {

    .video-card {
        height: 12.6vw;
        width: 22.4vw;
        max-width: 375px;
        max-height: 202px;
    }

    .channel-banner {
        height: 550px;
        background-size: cover;
        background-position: center;
        margin-bottom: 90px;
    }

    .homepage-banner {
        height: 600px;
        background-size: cover;
        background-position: top;
    }

    .channel-card {
        height: 12.6vw;
        width: 22.4vw;
        max-width: 375px;
        max-height: 202px;
    }

    .channel-card-sm {
        height: 6.3vw;
        width: 11.2vw;
        max-width: 187px;
        max-height: 101px;
    }

    .slick-dots {
        position: absolute;
        top: -15px;
        display: block;
        width: 100%;
        padding: 0;
        padding-right: 1.5rem !important;
        margin: 0;
        list-style: none;
        text-align: right !important;
        right: 10px !important;
        height: 10px !important;
    }

    .slick-carousel {
        margin-top: -20px !important;
    }

    .channel-description {
        padding-right: 100px;
        font-size: 14px;
    }

    .badge-container {
        font-size: 20px;
    }

    .livestream-placeholder {
        height: 560px;
    }

    .shop-header-image {
        background-position: center;
        background-size: cover;
        /*height: 800px;*/
        /*margin-bottom: -100px;*/
        /*margin-top: 75px;*/
    }

    .video-card-title {
        font-size: 16px;
        margin: 0 0 7px 0;
    }

}

/* MOBILE */
@media only screen and (max-width: 768px) {

    h3 {
        font-size: 20px;
    }

    .channel-banner {
        height: 330px;
        background-size: cover;
        background-position: center;
        margin-bottom: 90px;
    }

    .homepage-banner {
        height: 250px;
        background-size: cover;
        background-position: top;
    }

    .video-card {
        height: 48vw;
        /*width: 90vw;*/
        /*max-width: 1000px;*/
        /*max-height: 600px;*/
    }

    .channel-card {
        height: 52vw;
        /*width: 100%;*/
        /*max-width: 1000px;*/
        /*max-height: 600px;*/
    }

    .navbar-brand-box {
        padding: 0;
        width: 240px;
        text-align: left !important;
    }

    #page-topbar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-header {
        padding: 0;
    }

    .slick-track {
        padding-bottom: 0 !important;
    }

    .slick-dots {
        bottom: -35px !important;
    }

    .display-1 {
        font-size: 28px !important;
    }


    .livestream-placeholder {
        height: 180px;
    }

    .shop-header-image {
        background-position: center;
        background-size: cover;
        height: 800px;
        /*margin-bottom: -100px;*/
        /*margin-top: 75px;*/
    }

    .video-card-title {
        font-size: 12px;
        margin: 0 0 7px 0;
    }


}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block;
    }
}

.channel-card-body {
    background-color: white !important;
    padding: 0.3rem !important;
}


@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 1600px;
    }
}

label {
    margin-top: 12px;
}

.accountbg {
    z-index: 0;
    background-size: cover !important;
}

#video-comments {
    background-color: unset !important;
}

@media only screen and (min-width: 768px) {

    .zoom {
        transition: transform .2s;
        margin: 0 auto;
    }

    .zoom-right {
        transition: transform .2s;
        margin: 0 auto;
    }

    .zoom:hover {
        -ms-transform: scale(1.05); /* IE 9 */
        -webkit-transform: scale(1.05); /* Safari 3-8 */
        transform: scale(1.05);
        z-index: 999999999 !important;
    }

    .zoom-right:hover {
        -ms-transform: scale(1.2) translateX(20px); /* IE 9 */
        -webkit-transform: scale(1.2) translateX(20px); /* Safari 3-8 */
        transform: scale(1.2) translateX(20px);
        z-index: 999999999 !important;
    }
}

.text-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
}

.video-container {
    margin-top: 10px;
}

.plr-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.inline-ul {
    list-style-type: none !important;
    display: inline-flex;
}


/*.timetable-left {*/
/*    vertical-align: text-top !important;*/
/*    padding-top: 10px;*/
/*}*/

.trainer-full-photo {
    height: 450px;
    width: 300px;
    margin-left: -25px;
    background-size: cover !important;
    background-position: center !important;
    /*-webkit-box-shadow: 0px 6px 10px 8px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0px 6px 10px 8px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 6px 10px 8px rgba(0, 0, 0, 0.3);*/
}

.fc td, .fc th {
    border-style: none !important;
}

.modal-medium {
    max-width: 600px !important;
}

.modal-checkout {
    max-width: 850px !important;
}

/*.modal-lg {*/
/*    max-width: 1600px !important;*/
/*}*/

.modal-xl {
    max-width: 95% !important;
}


.modal-backdrop {
    opacity: 0.8 !important;
}

.fc-toolbar.fc-header-toolbar {
    font-size: 10px !important;
}

.fc-toolbar h2 {
    color: black;
!important;
}

.ck-button {
    margin: 4px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
    float: left;
}


#terms-and-conditions-modal {
    margin-top: 100px !important;
}

.my-comment {
    left: 25%;
}

#comments-container-parent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.delete-comment {
    margin-right: -18px;
    margin-top: -12px;
}


#timetable-container {
    overflow-y: auto;
}

.style-line {
    display: block;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -20px !important;
}

.shop-carousel-image {
    background-position: center;
    background-size: cover;
    height: 600px;
}

.thick-border-left {
    border-left: 5px solid #E46239;
}


.dark-text-input, .dark-text-input:active {
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #707070;
    color: white;
}

.search-input-lg {
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #707070;
    color: #3f3f3f;
    width: 90%;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #E46239;
    color: #E46239;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #E46239;
    color: #E46239;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #E46239;
    color: #E46239;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: #E46239;
    }
    50%,
    100% {
        background-color: #e09178;
    }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #E46239;
    color: #E46239;
    box-shadow: 9999px 0 0 -5px #E46239;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #E46239;
    color: #E46239;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #E46239;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #E46239;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #E46239;
    }
    30% {
        box-shadow: 9984px 0 0 2px #E46239;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #E46239;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #E46239;
    }
    30% {
        box-shadow: 9999px 0 0 2px #E46239;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #E46239;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #E46239;
    }
    30% {
        box-shadow: 10014px 0 0 2px #E46239;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #E46239;
    }
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-orange {
    background-color: #E46239 !important;
}

.faq-title {
    background-color: #eee;
    border-radius: unset !important;
    color: white;
    border-bottom: 0;
}

.faq-description {
    background-color: #353535;
    border-radius: unset !important;
}

.mt-100 {
    margin-top: 100px;
}

.text-orange {
    color: #E46239 !important;
}

.shop-nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.social-icon-bg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #E46239 !important;
    padding-top: 8px;
    padding-right: 10px;
}

.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.social-table {
    margin: auto;
    float: right;
}

.font-size-28 {
    font-size: 28px !important;
}

.wellnet-plus-logo-sm {
    position: absolute;
    top: 10px;
    left: 20px;
}

.edit-mode-buttons, .membership-preview-select {
    margin-right: 30px;
    width: 150px;
}

.remove-channel-edit-mode {
    position: absolute;
    top: 10px;
    right: 15px;
}

.my_team_badge {
    font-size: 12px !important;
    height: 18px !important;
    margin-top: 8px !important;
}

.nav-link.active {
    background-color: #fff !important;
    border: 1px black solid;
    border-radius: 25px;
    color: black !important;
}

.nav-link.active:hover {
    color: black !important;
}

.payment-provider {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 55px;
    width: 55px;
}

.channel-banner-gradient-2 {
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#323232+0,323232+100&1+0,0.3+6,0.3+65,1+100 */
    /*background: -moz-linear-gradient(top, rgba({{ site.theme.background_color_rgb }}, 1) 0%, rgba({{ site.theme.background_color_rgb }}, 0.3) 6%, rgba({{ site.theme.background_color_rgb }}, 0.3) 65%, rgba({{ site.theme.background_color_rgb }}, 1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba({{ site.theme.background_color_rgb }}, 1) 0%, rgba({{ site.theme.background_color_rgb }}, 0.3) 6%, rgba({{ site.theme.background_color_rgb }}, 0.3) 65%, rgba({{ site.theme.background_color_rgb }}, 1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba({{ site.theme.background_color_rgb }}, 1) 0%, rgba({{ site.theme.background_color_rgb }}, 0.3) 6%, rgba({{ site.theme.background_color_rgb }}, 0.3) 65%, rgba({{ site.theme.background_color_rgb }}, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#323232', GradientType=0); !* IE6-9 *!*/
}

/* Vimeo player rounded corners */
#vimeo-player-container {
    align-items: center;
    justify-content: center;
}

.video_wrapper, #ad-player-container {
    width: 100%;

    iframe {
        border-radius: 10px;
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    color: black !important;
}

.border-radius-10 {
    border: none; /* <-- This thing here */
    border: solid 1px #767676;
    border-radius: 10px !important;
}

.dark-card {
    color: white;
    background-color: #2c2c2c;
}
