﻿body {
    color: #fff;
    background-color: #000;
    transition: .5s ease-in-out;
}

/* header */
body header#site-header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

body header#site-header.headerScrolled {
    background: #000;
}

body header#site-header.headerScrolled .navbar-light .navbar-nav .nav-link,
body header#site-header.headerScrolled .loginHeaderButton a,
body header#site-header.headerScrolled .loginHeaderButton button,
body header#site-header.headerScrolled .hrmenu ul li a:not(.active) {
    color: #fff;
}

body header#site-header.headerScrolled #buttonOpenFullMenu .icon-bars {
    /*background: url("../img/icons-menu-hamburger.svg") no-repeat center;*/
}

body header#site-header.headerScrolled .searchOpen {
    background: url("../img/icons-search-white.svg") no-repeat center;
}

body header#site-header.headerScrolled img.mainLogo {
    /*display: block!important;*/
    height: 50px !important;
    margin: 10px auto;
}

/*body header#site-header.headerScrolled img.mainLogoScroll {
    display: none;
}*/

    body .headerScrolled .breadcrumb-item a {
        color: #fff;
    }

        body .headerScrolled .breadcrumb-item a:hover {
            color: #e10a0a;
        }

    body .headerScrolled .breadcrumb-item.active {
        color: #e10a0a;
    }


@media only screen and (max-width: 992px) {
    header#site-header.headerScrolled .loginHeaderButton a::before,
    header#site-header.headerScrolled .loginHeaderButton button::before {
        content: "";
        background: url("../img/icons-user-white.svg") no-repeat center;
    }

    header#site-header.headerScrolled .mainMenuRight.discoverOffer .navbar-light .navbar-nav .nav-link {
        background: url("../img/icons-phone-white.svg") no-repeat center;
    }

    header#site-header.headerScrolled .mainMenuRight.shopNow .navbar-light .navbar-nav .nav-link {
        background: url("../img/icons-shopping-bag-white.svg") no-repeat center;
    }
}


/* --- */
h1 span {
    color: #e10a0a;
}

.activity-swiper .carouselHeader {
    margin-top: 100px;
}

.revolutionHomeBlock h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

.revolutionHomeBlock h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

.revolutionHomeBlock p {
    margin-bottom: 30px;
}

.singleFaceOfRevolution .face-info-block {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.singleFaceOfRevolution img {
    width: 59px;
    height: 59px;
    object-fit: cover;
    border: 1px solid #ff0000;
    border-radius: 50%;
    margin-right: 20px;
}

.singleFaceOfRevolution .face-message {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
}

.singleFaceOfRevolution .face-message::before {
    content: "";
    width: 100%;
    height: 21px;
    display: block;
    margin-bottom: 10px;
    background: url("../img/icons-virgolette-aperte.svg") no-repeat center left;
}

.singleFaceOfRevolution .face-message::after {
    content: "";
    width: 100%;
    height: 21px;
    display: block;
    margin-top: 10px;
    background: url("../img/icons-virgolette-chiuse.svg") no-repeat center right;
}

.overlay-menu #buttonCloseFullMenu {
    color: #000;
}


/*--- CAROUSELS ---*/
.carouselHeader h1, .carouselHeader h2 {
    color: #fff;
}

.carouselHeader h2 span {
    color: #e10a0a;
}

.swiper-button-prev, .swiper-button-next {
    background-color: #000;
    border: 2px #fff solid;
    box-shadow: none;
}

    .swiper-button-prev:after {
        background: url(../img/icons-arrow-white-left.svg) no-repeat center !important;
    }

    .swiper-button-next:after {
        background: url(../img/icons-arrow-white-right.svg) no-repeat center !important;
    }

@media only screen and (max-width: 480px) {
    .carouselHeader h1, .carouselHeader h2 {
        font-size: 30px;
    }
}

/*--- FOOTER ---*/
.footerListTitle {
    color: #e10a0a;
}

.footerList a {
    color: #fff;
}

.footer-social-link img {
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}

.footerCopyright {
    color: #fff;
}

    .footerCopyright strong {
        color: #e10a0a;
    }

.footerLogo {
    background: url("../img/virgin-active-logo-white.svg") no-repeat;
}


/* PAGINA FAQ */
.faqPageTitle {
    margin-top: 200px;
}

    .faqPageTitle h3 {
        font-weight: 300;
    }

.accordion-button:not(.collapsed), .accordion-button {
    background: #000;
}

.accordion-collapse {
    background: #000;
}

.tabContainer {
    border-bottom: 2px solid #51465a;
}

.tabContainer .nav.nav-pills {
    display: flex;
    margin: 0 !important;
}

.tabContainer .nav.nav-pills .nav-item {
    text-align: center;
    flex: 1;
    margin-bottom: -2px
}

.tabContainer .nav.nav-pills .nav-item button {
    color: #51465a;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    height: 200px;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tabContainer .nav.nav-pills .nav-item button img {
    display: inline-block;
    margin-bottom: 20px;
}

.tabContainer .nav.nav-pills .nav-item button.active {
    color: #e10a0a;
    background: none;
    border-bottom-color: #e10a0a;
}

.tabContainer .nav.nav-pills .nav-item button.active img {
    filter: invert(16%) sepia(68%) saturate(6557%) hue-rotate(357deg) brightness(89%) contrast(98%);
}

@media only screen and (max-width: 480px) {
    .faqPageTitle {
        margin-top: 110px;
    }

        .faqPageTitle h3 {
            font-size: 24px !important;
        }

    .tabContainer .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


/* Dettaglio programmi */
.revolutionProgramDetailCarousel {
    height: 100vh;
    margin-bottom: 50px;
}

.revolutionProgramDetailCarousel .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.revolutionProgramDetailCarousel .slideText {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
}

.revolutionProgramDetailCarousel .slideText h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.revolutionProgramDetailCarousel .slideText p {
    margin-bottom: 30px;
}

.revolutionProgramDetailCarousel .slideText .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 30px;
}

.revolutionProgramDetailCarousel.@Model.CarouselGuid .swiper-pagination {
    bottom: 80px !important;
}

.videoSection h2 {
    margin: 40px 0 20px 0;
}

.revolutionProgramVideoContainer {
    position: relative;
    border: solid 2px #51465a;
}

.revolutionProgramVideoContainer::before {
    content: "";
    display: none;
    width: 97px;
    height: 97px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    background: url("../img/icons-player.svg") no-repeat center;
    background-size: contain;
}

.revolutionProgramVideoContainer.videoPaused::before {
    display: block;
}

.revolutionProgramVideoContainer video {
    width: 100%;
    height: 100%;
    display: flex;
}



@media only screen and (max-width: 767px) {
    .tabContainer .container {
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .tabContainer .nav.nav-pills {
        display: block;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .tabContainer .nav.nav-pills::-webkit-scrollbar {
            display: none;
        }

        .tabContainer .nav.nav-pills .nav-item {
            width: 40vw;
            display: inline-block;
        }

            .tabContainer .nav.nav-pills .nav-item button {
                white-space: normal;
            }
}

@media only screen and (max-width: 480px) {

    .revolutionProgramVideoContainer::before {
        width: 64px;
        height: 64px;
    }
}

/*--- Dettaglio Live Trainer ---*/
.livetrainerDetail .fullScreenImageContent h1 {
    color: #e10a0a;
}

.livetrainerDetail h3.trainerCategoryTitle {
    font-size: 30px;
    font-weight: 300;
    margin-top: 40px;
}

.trainerCategory {
    margin-bottom: 40px;
}

.trainerCategory span {
    font-size: 18px;
    display: inline-block;
    border-radius: 20px;
    border: solid 1px #51465a;
    padding: 5px 15px;
}

.trainerLanguage {
    font-size: 18px;
}

.trainerLanguage span {
    color: #e10a0a;
    display: inline-block;
    margin-left: 10px;
}

.livetrainerDetail .chiSono {
    margin-top: 100px;
}

.livetrainerDetail .chiSono img {
    width: 100%;
    margin-left: -15px;
}

/* Menu programmi */
.programPageMenu {
    display: flex;
    justify-content: center;
}

    .programPageMenu ul.nav {
        display: block;
        border-top: 1px solid #fff;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

.programPageMenu ul.nav::-webkit-scrollbar {
    display: none;
}

.programPageMenu ul.nav .nav-item {
    display: inline-block;
}

.programPageMenu nav a.nav-link {
    color: #fff;
}

    .programPageMenu nav a.nav-link.active,
    .programPageMenu nav a.nav-link.attivo {
        color: #e10a0a;
        font-weight: 700;
    }



@media only screen and (max-width: 992px) {
    .programPageMenu {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .programPageMenu nav a.nav-link {
        padding: 0.5rem .6rem;
    }
}

@media only screen and (max-width: 480px) {
    .revolutionHomeBlock h2, .revolutionHomeBlock h3, .revolutionHomeBlock p {
        text-align: left !important;
    }

    .revolutionHomeBlock .btn {
        margin-bottom: 20px;
    }

    .revolutionHomeBlock .mr-30 {
        margin-right: 10px;
    }

    .trainerCategoryTitle,
    .trainerCategory,
    .trainerLanguage {
        display: none;
    }
    .livetrainerDetail .chiSono img {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .livetrainerDetail .chiSono {
        margin-top: 50px;
    }
}

/*--- FORM ---*/
.form-check-label {
    color: #fff;
}

.modal-content {
    color: #000;
}

.form-control {
    color: #fff;
    background-color: #000;
    border: 1px solid #797979;
}

.modal-content .form-control {
    color: #000;
    background-color: #fff;
    border: 1px solid #797979;
}

.form-control:focus {
    color: #fff;
    background-color: #000;
}

.modal-content .form-control:focus {
    color: #000;
    background-color: #fff;
}

.form-control:focus, .form-select:focus {
    border-color: #e10a0a;
    box-shadow: 0 0 0 0.25rem rgb(225 10 10 / 25%);
}

.form-control[type=file] {
    /*display: none;*/
    border: none;
    box-shadow: none;
}

.checkbox-privacy {
    margin-top: 1rem;
    font-size: 12px;
}

.revolutionFormLink {
    font-size: 12px;
}

.alert.alert-success {
    border: none;
    background: none;
    color: #fff;
    font-size: 42px;
    text-align: center;
}

