/* GLOBAL HELPER STYLES*/

body, html {
    margin: 0;
    padding: 0;
    font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#333;
}

.field-off-center {
    position: absolute;
    left: 9999999px;
    height: 1px;
    width: 1px;
}

.buy-now {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 20px;
    background: #8CC63F;
    color: white;
    border-radius: 8px;
    padding: 11px 15px;
}

.purchase-details {
    font-size: 1.25rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 5px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #333 transparent transparent transparent;

    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}

[v-cloak] {
    display: none;
}

strong {
    font-weight:700;
}

a {
    color: #3598cb;
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}

.h2 {
    font-size: 23px;
}

.h3, h3 {
    font-size: 20px;
    font-weight: 700;
}

    h3.subscribe {
        font-size: 1.5rem;
        font-weight: 900;
        color: #3598cb;
    }

.h5, h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 13px;
}


/* Loading spinner */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #a98d34;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a98d34 transparent transparent transparent;
}

.lds-ring .btn-spinner {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 2px solid #a98d34;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: black transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.spinner-container {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}


.uk-only-msg {
    font-weight: bold;
    color: red;
}

.browse-row a {
    color: #3598cb !important;
    font-weight: 800;
}

    .browse-row a:hover {
        color: #495057 !important;
        text-decoration: none;
    }

a.back-btn {
    color: white;
    padding: 13px;
    background: #3598cb !important;
    border-radius: 8px 8px 0px 0px;
    float: right;
    line-height: 1.2;
}

@media (max-width: 130px) {
    a.back-btn {
        display:none;
    }
}

    a.back-btn:hover {
        color: #495057 !important;
        text-decoration: none;
    }

.h1, h1 {
    font-size: 2.3rem;
    font-weight: 900;
    color: #3598cb;
}

.sub-title {
    font-size: 20px;
}

.blue {
    color: #3598cb !important;
}

.bold {
    font-weight: 700;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.subscription {
    background: lightgrey;
    padding: 10px;
}

.editor-label {
    margin-top: 12px;
}

#hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.hide {
    display: none !important;
}

.field-validation-error {
    color: red;
    font-size: 0.8rem;
}

.edit-details {
    /*margin: 50px 0;*/
}
a:hover {
    text-decoration: underline;
    color: initial;
}

.page-container {
    padding-top: 40px;
    padding-bottom: 80px;
}

.subscription-product-checkout {
    padding: 20px;
    background: lightgrey;
    margin-bottom: 50px;
}

.discount-code {
    width: 100%;
    background: #F29323;
    border-radius: 8px;
    padding: 10px;
}

.discount-code a, .discount-code a:hover {
    color: black;
    text-decoration: none;
}

.audio-sample {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dedede;
    margin-bottom: 0.5rem;
}

.audio-sample p {
    font-weight: bold;
    font-size: 1.25rem;
}

.success-notification {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 50px;
    width: 100%;
}

    .success-notification .inner {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .success-notification .inner .text {
            background: #86e486;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 98%;
            border-radius: 10px;
        }

.close-success {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    font-weight: bold;
    font-size: 20px;
}

.tablist {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding-left: 0;
}

.tab {
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.tab[aria-selected='true'] {
    color: #F19130;
    background-color: #fff;
    font-weight: bold;
}

div[aria-hidden='true'] {
    display: none;
}

tr.odd {
    background: lightblue;
}

table.dataTable td {
    padding: 5px;
    padding-right: 15px;
}

.base-btn {
    padding: 10px;
    background: #F29323;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}

.base-btn.refresh-btn {
    background: #3598cb;
    justify-content: space-around;
    color: white;
}

    .base-btn.checkout-btn {
        background: #F29323;
        color: white;
    }



.btn-green {
    background: #84d884;
}

/* Buttons and Forms */

.input-group .btn-secondary {
    color: #fff;
    background-color: #fff;
    border-color: #ced4da;
    border-left: none;
}

.input-group {
    margin-top: 0px;
}

    .input-group input {
        height: 35px;
        font-size: 16px;
    }

    .input-group .btn {
        padding: 0rem .75rem;
    }

#memberDetails {
    list-style: none;
    padding-left: 0;
}

/* Nav */

.navbar {
    padding: 19px 20px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 20px;
    color: #333;
}


    .nav-link.current, .nav-item.current {
        color: #4ea5d9
    }


        .nav-link:hover {
            color: #4ea5d9
        }


.navbar-nav .show > .nav-link {
    color: #4ea5d9;
}

.mobile {
    display: none;
}

    .desktop {
        display: flex;
    }

@media (max-width: 1024px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .dropdown-menu {
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

    .mobile-nav {
        width: 375px;
        height: 100%;
        background: white;
        position: fixed;
        z-index: 1000;
        top: 0;
        padding: 25px;
        -webkit-box-shadow: 5px 0px 7px -3px rgba(51,51,51,0.67);
        -moz-box-shadow: 5px 0px 7px -3px rgba(51,51,51,0.67);
        box-shadow: 5px 0px 7px -3px rgba(51,51,51,0.67);
        left: -410px;
        transition: 0.5s;
    }


    #memberDetails .member-list-item {
        display: flex;
        flex-direction: column;
    }

        #memberDetails .member-list-item .title-item {
            margin-bottom: 8px;
        }

    #memberDetails li {
        width: 100%;
        margin-bottom: 10px;
    }

    #editFormBtn {
    }

    /* member dashboard/songs page styles */

.health-song-icon,
.re-song-icon {
    height: auto;
    width: auto;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 11px;
    padding: 2px 8px;
    color: white;
}

    .health-song-icon {
        background: #8CC63F;
    }

.health-song-icon:before {
    content:'Health & Wellbeing'
}

    .re-song-icon {
        background: #662D91;
    }

        .re-song-icon:before {
            content: 'RE & Collective Worship'
        }

    .dashboard-modal {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .dashboard-modal .inner {
            width: 600px;
            height: auto;
            background: #F29323;
            position: relative;
            padding: 30px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            border: 0px solid #dedede;
            border-radius: 10px;
            color: white;
            font-size: 19px;
        }

            .dashboard-modal .inner .close {
                position: absolute;
                right: 10px;
                top: 10px;
                background: 0;
                border: 0;
                font-size: 14px;
            }

    .sector-area {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        box-shadow: 0px 0px 18px #888888;
    }


    .song-dashboard-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    @media(max-width: 768px) {
        .song-dashboard-header {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .subscription-status {
        font-size: 18px;
        color: #888888;
    }

.subscription-status-top {
    text-align: right;
    margin-bottom: 50px;
}

@media(max-width: 768px) {
    .subscription-status-top {
        text-align: left;
        margin-bottom: 50px;
    }
}

#please-subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.panel {
    background-image: url(/images/Block-01.png);
    /*-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;*/
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
    width: 100%;
    background-size: 350px;
    /*    background-repeat: repeat;
*/
}

.panel-large {
    background-image: url(/images/Block-01.png);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    /* background-size: cover; */
    position: relative;
    width: 100%;
    background-size: 350px;
    /* background-repeat: repeat;
}

    .songs-grid {
/*        width: 100%;
*/
}

    .song-grid-song {
        display: inline-flex;
        width: 100%;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
        background: white;
        border-radius: 10px;
        position: relative;
        height: 100%;
        overflow: hidden;
    }

        .song-grid-song:hover .song-details-container {
            opacity: 1;
        }

        .song-grid-song .song-details-container {
            position: absolute;
            background: white;
            height: 100%;
            transition: all 0.25s;
            width: 100%;
            opacity: 0;
            height: 100%;
            font-size: 14px;
            font-weight: 200;
            line-height: 1.5;
            padding: 15px;
        }

        .song-grid-song .song-details-container .song-details-container-dark {
            background: #333;
        }


            .song-grid-song .song-details-container .play-img-c {
                height: 100px;
                width: 100px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0.3;
            }



                .song-grid-song .song-details-container .play-img-c img {
                    height: 100%;
                    width: 100%;
                }

        .song-grid-song .img-container {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            overflow: hidden;
            border-bottom: 1px solid #eee;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 250px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .song-grid-song.selected-song {
            opacity: 0.2;
        }



            .song-grid-song .img-container.vue {
                height: 200px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .song-grid-song .img-container img {
                max-height: 100%;
                max-width: 100%;
            }




        .song-grid-song .song-title {
            color: #3598cb;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.3;
        }

.song-grid-song p {
    margin: 10px 15px;
    margin-bottom: 13px;
}

        .song-grid-song:hover {
            text-decoration: none;
        }

@media (max-width: 1600px) {
    .song-grid-song .song-details-container {
        height: 200px;

    }

    .song-grid-song .img-container {
        height: 200px;
    }
}

@media (max-width: 1200px) {
    .song-grid-song .song-details-container {
        height: 170px;
    }

    .song-grid-song .img-container {
        height: 170px;
    }
}

@media (max-width: 991px) {
    .song-grid-song .song-details-container {
        height: 300px;
    }

    .song-grid-song .img-container {
        height: 300px;
    }
}

    .panel .search {
        border-radius: 10px;
        width: 100%;
        border: 1px solid grey;
        padding: 3px;
    }


    .filters {
        display: flex;
        flex-direction: column;
    }

    .filter-subtitle {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .filter-btn.active {
        background: #3598cb;
        color: white;
    }

    .helper-vid-link, .filter-btn {
        background: white;
    color: #3598cb;
    border-radius: 30px;
    padding: 8px 14px;
    margin-bottom: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }


    .events-team-title {
        margin-top: 20px;
    }



    .award {
        height: 175px;
        width: 100%;
        position: relative;
        background: white;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 5px;
    }

        .award img {
            object-fit: scale-down;
            width: 100%;
            height: 150px;
        }

    .free-taster-block {
        border-radius: 8px 8px 0px 0px;
        background-color: #FFA500;
        font-weight: 900;
        color: white;
        padding: 30px;
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 10px;
        width: 100%;
    }

        .free-taster-block h1 {
            color: white;
        }

        .free-taster-block p {
            font-size: 1.5rem;
        }

    .taster-link {
        width: auto;
        text-align: center;
        display: inline-block;
        font-size: 21px;
        margin-bottom: 20px;
        background: #F29323;
        color: white;
        border-radius: 8px;
        padding: 11px 15px;
    }

        .taster-link:hover {
            text-decoration: none;
            background: #4f97c6;
            color: white;
        }

    .filter-btn {
        width: 100%;
        outline: 0;
        border: 0;
    }

        .filter-btn:hover {
            color: #3598cb;
        }

        .filter-btn.active:hover {
            color: white;
        }

    .helper-vid-link:hover {
        background: #3598cb;
        border-radius: 30px;
        padding: 8px 14px;
        margin-bottom: 5px;
        padding-right: 5px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        text-decoration: none;
    }

    .navbar {
        color: black;
        -webkit-box-shadow: 0px 6px 10px -3px rgba(51,51,51,0.8);
        -moz-box-shadow: 0px 6px 10px -3px rgba(51,51,51,0.8);
        box-shadow: 0px 6px 10px -3px rgba(51,51,51,0.8);
    }



    .navbar-brand {
        color: #F29323;
    }

    .fixed-top {
        top: 60px;
        z-index: 100;
    }

    .orange-header {
        display: flex;
        justify-content: space-between;
        padding: 8px 24px;
        background: #F29323;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        height: 60px;
    }

        .orange-header .left {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .orange-header .left form {
                display: flex;
            }

        .orange-header .right {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .search-container {
        width: 300px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .site-search {
        border-radius: 5px;
        border: 0;
        width: 100%;
        padding-left: 10px;
    }

    .search-form {
        display: flex;
        justify-content: center;
    }

    .no-results {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .product-result {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }

        .product-result img {
            max-width: 100%;
            max-height: 100%;
        }

    .song-result {
        display: flex;
        align-items: center;
        color: black;
        margin-bottom: 15px;
        text-decoration: none;
    }

        .song-result:hover {
            text-decoration: none;
        }



    .song-result-text {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

        .song-result-text h3 {
            color: #3598cb
        }


.site-search-input-c {
    background: #F29323;
    padding: 20px 25px;
    border-radius:5px;
}

.welcome-header {
    color: white;
    margin-right: 11px;
    font-weight: 500;
    font-size: 16px;
}

    .black-button {
        color: white;
        font-weight: bold;
        background: #333;
        padding: 5px 12px;
        border-radius: 7px;
        margin-left: 5px;
    }

        .black-button:hover {
            color: white;
            font-weight: bold;
            background: #3598cb;
            padding: 5px 12px;
            border-radius: 7px;
            margin-left: 5px;
        }

        .black-button:hover {
            color: white;
            text-decoration: none;
        }

    button.black-button {
        border: 0;
    }

    .mobile-search-btn {
        display: none;
    }

    @media(max-width: 769px) {
        .welcome-header {
            display: none;
        }

        .mobile-search-btn {
            display: inline-block;
        }

        .site-search {
            display: none;
        }
    }

    @media(max-width: 500px) {
        .orange-header .black-button {
            font-size: 12px;
        }
    }


    /* SOCIAL */

    .widget {
        position: fixed;
        z-index: 300;
        right: 0px;
        top: 220px;
    }

    @media(max-width: 768px) {
        .widget {
            display: none;
        }
    }

    .social-media .social.fb {
        background: #506dae;
        color: white;
        text-align: center;
    }

    .social-media .social.tw {
        background: #14c4f8;
        color: white;
        text-align: center;
    }

    .social-media .social.yt {
        background: #e34d3c;
        color: white;
        text-align: center;
    }

    .social-media .social.insta {
        background: #f3436a;
        color: white;
        text-align: center;
    }

    .social-media {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }



    @media(max-width: 768px) {
        .social-media {
            flex-direction: column;
        }

            .social-media li {
                margin-bottom: 5px;
            }
    }

    .widget .social-media .social i {
        width: 45px;
        font-size: 20px;
        line-height: 53px;
    }


    /* HOMEPAGE STYLES */

    .hero-area {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 650px;
        /*   background-image: url("/images/placeholder-hero.jpg");
    background-size: cover;
    background-position: center;*/
        overflow: hidden;
    }

    .hero-text-container {
        width: 100%;
        display: flex;
        padding: 40px 30px;
        background: rgba(51, 51, 51, 0.6);
        color: white;
        font-weight: bold;
        flex-direction: column;
        position: relative;
    }

    .hero-help-container {
        display: flex;
        align-items: center;
        padding: 28px 30px;
        justify-content: space-between;
        background: #333;
        color: white;
        position: relative;
    }

    @media(max-width: 768px) {
        .hero-text-container {
            padding: 20px 30px;

        }
    }

    @media(max-width: 475px) {
        .hero-help-container {
            flex-direction: column;
            align-items: flex-start;
        }
    }

.hero-form-container, .hero-form-container form {
    display: flex;
    align-items: center;
    line-height: 1.1;
}

    .hero-form-container a {
        color: #F29323;
        font-weight:900;
    }
        .hero-form-container button {
            background: #F29323;
            margin-left: 10px;
            border-radius: 5px;
            color: white;
            font-weight: bold;
            border: 0;
        }

    .hero-help-container p {
        font-size: 26px;
        font-weight: 400;
    }

    .hero-text-p {
        font-size: 35px;
        margin-bottom: 0;
        line-height: 1;
        font-weight: 600;
    }

@media (max-width: 1200px) {
    .hero-text-p {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .hero-text-p {
        font-size: 24px;
    }
}
@media (max-width: 425px) {
    .hero-text-p {
        font-size: 22px;
        line-height:1.2;
    }
}

    .video-image-preview {
        display: block;
        align-items: flex-end;
        background-image: url("/images/placeholder-hero.jpg");
        background-size: cover !important;
        background-position: center !important;
        height: 300px;
        border-radius: 8px;
        margin-top: 20px;
        position:relative;

    }

        .video-image-preview:hover .video-image-preview-text {
            background: rgba(53,152,203,0.8);
        }

.video-image-preview-text {
    background: rgba(51,51,51,0.6);
    padding: 24px;
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    font-size: 22px;
    position: absolute;
    bottom: 0px;
}

        .video-image-preview-text:hover {
            text-decoration: none;
        }



    .what-we-do-section {
        margin-top: 80px;
        padding: 15px;
    }

        .what-we-do-section p {
            font-size: 23px;
        }





        .what-we-do-section h3 {
            color: #F29323;
            margin-bottom: 30px;
            font-size: 37px;
            font-weight: 400;
        }

    .image-icon-container img {
        max-height: 100%;
        max-width: 138px;
        padding: 11px;
    }

        .image-icon-container img:hover {
            fill: #3598cb
        }

    .image-icons-row {
        display: flex;
        align-items: center;
        margin-bottom: 100px;
    }

a.img-icon {
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 400;
}

        a.img-icon:hover {
            text-decoration: none;
            color: #F29323;
        }

    .image-icons-row .item {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: 0px;
        text-align: center;
    }

a.img-icon {
    color: #333;
}

    a.img-icon:hover {
        color: #3598cb;
    }

    @media(max-width: 762px) {
        .image-icons-row {
            flex-direction: column;
        }
    }

    .fm-online-promo-text-area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 70px 0;
    }

@media(max-width: 991px) {
    .fmo-banner .fm-online-promo-text-area {
        padding: 70px 0;
        padding-top: 20px;
    }
}

    .about-fischy-section {
        padding: 40px 0;
        padding-bottom:50px;
    }

    .subscriptions-heading {
        text-align: center;
        color: #3598CB;
        margin-bottom: 20px;
    }

    .sub-card {
        background: #f2f2f2;
        padding: 30px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

        .sub-card h3 {
            font-size: 1.5rem;
            color: #3598CB;
        }

        .sub-card small {
            font-size: 14px;
            color: #3598CB;
            margin-bottom: 10px;
            display: block;
        }

        .sub-card .tile {
            border-radius: 5px;
            padding: 5px;
            color: white;
            background: white;
            margin-bottom: 10px;
            position: relative;
        }

        .sub-card .tile-0 {
            /*background: #8cc63f;*/
            background: white;
        }

        .sub-card .tile a {
            color: #495057;
            display: block;
            width: 100%;
            height: 100%;
            min-height: 70px;
        }

        .sub-card .tile:hover {
            background: #f2f2f2;
        }

            .sub-card .tile a:hover {
                text-decoration: none;
            }

        .sub-card .tile h4 {
            font-size: 0.85rem;
            margin: 0;
        }

        .sub-card .tile .songs {
            display: block;
            font-size: 1.2rem;
        }

        .sub-card .tile .price {
            display: flex;
            align-items: center;
            position: absolute;
            right: 5px;
            bottom: 0;
        }

            .sub-card .tile .price .value {
                font-size: 2rem;
                margin-right: 3px;
            }

            .sub-card .tile .price .per-year {
                font-size: 12px;
                line-height: 1;
            }


    .fm-online-promo-text-area p {
        font-size: 20px;
    }

    .fm-online-promo-text-area h3 {
        color: blue;
    }

    .fm-online-promo-buttons {
        display: flex;
        align-items: center;
    }

    .fm-online-fluid {
        background-color: grey;
    }

    .fm-online-promo-buttons button {
        border: 0;
        background: white;
        color: #3598CB;
        border-radius: 5px;
        margin-right: 5px;
        padding: 10px;
    }

    .about-fischy-section .img-container {
        width: 100%;
        height: 400px;
        overflow: hidden;
        border-top: 9px solid #F29323;
        border-bottom: 9px solid #F29323;
    }

    @media(max-width: 1024px) {
        .about-fischy-section .img-container {
            height: auto;
        }
    }


    .about-fischy-section .img-container img {
        max-width: 100%;
        width: 100%;
    }

.orange-btn {
    background: #F29323;
    color: white;
    border-radius:8px;
    padding: 5px 14px;
    font-size: 18px;
    text-decoration: none;
}

    .orange-btn:hover {
        border: 0;
        background: #3598CB;
        color: white;
        border-radius: 8px;
        padding: 5px 14px;
        font-size: 18px;
        text-decoration: none;
    }




    .about-fischy-h3 {
        color: #F29323;
        /* margin: 15px 0; */
        /* font-size: 37px; */
        font-size: 32px;
        margin-bottom: 40px;
    }


    /* SONG PAGE STYLES*/

    .related-video {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .related-video img {
            width: 100%;
            max-width: 100%;
            max-height: 100%;
        }

    .support-materials {
        margin-top: 20px;
        background: #efefef;
        border-radius: 10px;
        padding: 20px;
    }

        .support-materials h3 {
            margin-bottom: 20px;
        }

    .song-themes-ul {
        list-style: none;
        padding-left: 0;
    }

    /* CART STYLES*/

    .checkout-flow-container {
        padding: 90px 30px;
    }

        .checkout-flow-container .form-control {
            border: 1px solid #cccccc;
            border-radius: 0.5rem;
            font-size: 15px;
        }

    .cart-container h1 {
        text-align: left;
    }

    .cart-container .product-row {
        border-bottom: 1px solid #d4d4d4;
        display: flex;
        align-items: center;
        padding: 10px;
    }

        .cart-container .product-row .quantity {
            width: 75px;
            border-radius: 5px;
            border: 1px solid grey;
            padding: 3px;
        }


        .cart-container .product-row .column {
            width: 22%;
            padding: 10px;
        }

        .cart-container .product-row .column-start {
            width: 12%;
            padding: 10px;
        }

    .cart-container .product-c {
        color: black;
        display: flex;
        align-items: center;
        border-radius: 5px;
        padding: 5px;
        position: relative;
    }

        .cart-container .product-c .product-img {
            border: 1px solid grey;
            position: absolute;
            top: -120px;
            right: -100px;
            background: white;
            height: 200px;
            width: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .cart-container .product-c .product-img img {
                max-width: 100%;
                max-height: 100%;
            }


    .cart-container .mob-only {
        display: none;
    }

    .cart-container .base-btn {
        padding: 10px;
        background: #F29323;
        color: black;
        font-weight: bold;
        width: 100%;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        margin-bottom: 10px;
    }

        .cart-container .base-btn.refresh-btn {
            background: #3598cb;
            justify-content: space-around;
            color: white;
        }

        .cart-container .base-btn.checkout-btn {
            background: #F29323;
            color: white;
        }

    @media(max-width: 767px) {
        .cart-container .product-row .column {
            width: 50%;
            padding: 10px;
        }

        .cart-container .product-row .column-start {
            width: 50%;
            padding: 10px;
        }

        .cart-container .mob-only {
            display: flex;
        }

        .cart-container .prod-header-row {
            display: none;
        }

        .cart-container .product-img {
            display: none;
        }
    }

    .continue-to-next-btn {
        padding: 10px;
        background: #84d884;
        color: black;
        font-weight: bold;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .previous-btn {
        padding: 10px;
        background: #F29323;
        color: black;
        font-weight: bold;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        margin-bottom: 10px;
    }

    /* checkout side column*/

    .checkout-flow-container #order-summary {
        padding-left: 20px;
    }

    .shipping-method-form-container form {
        width: 100%;
    }

    .checkout-flow-container ul {
        list-style: none;
        padding: unset;
    }

    .checkout-flow-container .summary-product {
        list-style: none;
        margin-bottom: 15px;
        background: #eee;
        border-radius: 8px;
        padding: 10px 20px;
        margin-bottom: 5px;
    }

    /* SHOP STYLES*/

@media(max-width: 992px) {
    .merch-sub-menu {
        display: flex;
        flex-direction: column;
    }

        .merch-sub-menu a {
            background: #f2f2f2;
        }
}




.page-container.products-p,
.page-container.product-page {
    padding: 130px 30px;
}

    .product-filters-list {
        list-style: none;
        padding: 0;
    }

        .product-filters-list li {
            padding: 10px 0;
            border-bottom: 1px solid #cacaca;
        }

            .product-filters-list li a {
                color: black;
                display: block;
                width: 100%;
                height: 100%;
            }

                .product-filters-list li a:hover {
                    color: #F29323;
                    text-decoration: none;
                }

            .product-filters-list li .selected-filter {
                color: #F29323;
                font-weight: bold;
            }

    .shop-heading {
        margin-bottom: 30px;
    }

    .product-list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        padding-bottom: 10px;
        /* border: 1px solid gainsboro; */
        border-radius: 5px;
        margin: 15px;
        color: black;
        max-width: -webkit-fill-available;
    }


        .product-list-item:hover {
            text-decoration: none;
            color: black;
        }

        .product-list-item .img-c {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

            .product-list-item .img-c img {
                max-height: 100%;
                max-width: 100%;
            }

        .product-list-item .product-name {
            font-weight: bold;
            margin: 0;
            font-size: 16px;
            text-align: center;
        }

    .product-page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .browse-row {
        display: flex;
        align-items: center;
    }

        .browse-row .active-filter {
            margin-left: 10px;
            color: #F29323;
            font-weight: bold;
        }

            .browse-row .active-filter a {
                color: black;
            }

    .product-page h1 {
        margin: auto;
        text-align: left;
        margin-top: 0px;
        font-size: 1.75rem;
    }

    .product-page .img-c {
        width: 100%;
        max-width: 700px;
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-page .img-c-small {
        max-width: 70px;
        min-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.product-page .img-c-small img {
    max-width: 100%;
    max-height: 100%;
}

    .related-product {
        padding: 10px;
    }

        .related-product a {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: black;
        }

            .related-product a:hover {
                text-decoration: none;
            }

    .product-page .img-c img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-page .add-to-cart-btn {
        background: #F29323;
        color: white;
        font-weight: bold;
        border-radius: 9px;
        padding: 8px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        margin-bottom: 10px;
    }

    /* LOGIN REGISTER STYLES */

    .login-help {
        padding: 20px;
        background: #F29323;
        color: white;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .login-help p {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .login-help p a {
        color: black;
    }


    .login-page .form-container {
        max-width: 700px;
        padding: 50px;
        margin: auto;
        border: 1px solid #dedede;
        border-radius: 5px;
        overflow-y: auto;
        max-height: 500px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 2px 8px -3px rgba(51,51,51,0.5);
        -moz-box-shadow: 0px 2px 8px -3px rgba(51,51,51,0.5);
        box-shadow: 0px 2px 8px -3px rgba(51,51,51,0.5);
        background: white;
    }

    .login-page .switch-text, .login-page h1 {
        text-align: center;
    }

    .login-page h1 {
        margin-bottom: 30px;
    }

    .login-page .switch-btn {
        background: 0;
        border: 0;
        color: blue;
        text-decoration: underline;
    }

    /* SEARCH PAGE STYLES */

    .search-page .search-bar {
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #bdbdbd;
    }

    .search-page .search-form {
        margin-bottom: 50px;
    }

    .stripe-payment-form {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

        .stripe-payment-form .card-element {
            background: #d0d0d0;
            min-height: 40px;
            color: black;
        }

        .stripe-payment-form #card-element {
            margin: 10px 0;
        }

    /* Footer */

    .fl-page-footer-wrap {
        background: #131a1a;
        color: #FF9933;
        padding-top: 50px;
        position: relative;
    }

        .fl-page-footer-wrap h4 {
            font-size: 18px;
            line-height: 1.4;
            letter-spacing: 0px;
            color: #FF9933;
        }

        .fl-page-footer-wrap a {
            color: #FF9933;
            display: block;
            font-weight: 100;
        }


            .fl-page-footer-wrap a:hover, .fl-page-footer-wrap a:focus {
                color: #3598cb;
                text-decoration: none;
            }


    /* Text Area */

.text-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 157px;
    padding: 42px 25px;
    padding-bottom: 9px;
    padding-top: 51px;
}

        .text-background h1 {
            font-size: 27px;
            font-weight: 700;
            color: white;
        }

    .sub-text-background {
        padding: 12px 25px;
    }

        .sub-text-background h2 {
            font-weight: 200;
            font-style: italic;
            font-size: 20px;
            color: white;
        }

        .sub-text-background h3 {
            font-size: 16px;
            color: white;
            font-weight: 600;
        }

.intro-para {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    line-height: 1.4;
}

@media(max-width: 950px){
    .intro-para {
        float: unset;
        margin-bottom: 20px;
        display: block;
    }
}

.intro-para.team-page {
    float: unset;
}

    .hero-background {
        height: 500px;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 8px;
    }

    p {
        font-size: 18px;
        font-weight: 200;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .hero-form-text {
        font-size: 26px;
        font-weight: 400;
        margin-right: 10px;
    }

@media (max-width: 1200px) {
    .hero-form-text {
        font-size: 19px;
    }

    .hero-help-container p {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .hero-form-text {
        font-size: 16px;
    }

    .hero-help-container p {
        font-size: 16px;
    }
}




    .form-group {
        margin-bottom: 10px;
    }

    /* FM */

    /* Columns */
    div.dropdown-multicol2 {
        width: 30em;
    }

    .dropdown-block {
        display: flex;
    }

    div.dropdown-multicol2 > div.dropdown-col {
        display: inline-block;
        width: 32%;
    }

    @media (max-width: 768px) {
        div.dropdown-multicol2 {
            width: 100%;
        }
    }

    .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        /*        width: 100%;
*/ margin-bottom: 0px;
    }

    .btn-fm {
        width: 100%;
        text-align: left;
        background: white;
        color: #495057;
        box-shadow: inherit;
        border: 1px solid #ced4da;
        overflow: hidden;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #3598cb !important;
        border-color: #3598cb !important;
    }


.dropdown-item {
    display: block;
    width: 100%;
    padding: .15rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
}

    .dropdown-fm-title {
        display: block;
        width: 100%;
        padding: .15rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-fm {
    }

        .dropdown-fm:focus, .dropdown-fm:hover {
            color: #3598cb;
            text-decoration: none;
            background-color: transparent;
        }


    .dropdown .btn-primary:hover {
        color: #fff;
        background-color: #3598cb;
        border-color: #3598cb;
    }

    img.help-icon {
        height: auto;
        width: 24px;
        float: right;
    }

    .preview {
        border-radius: 8px 8px 0px 0px;
        background-color: #3598cb;
        font-weight: 900;
        color: white;
        padding: 10px;
        display: inline-block;
    }

.song-details {
    border-radius: 0px 0px 8px 8px;
    background-color: #3598cb;
    font-weight: 400;
    color: white;
    padding: 21px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-size: 20px;
    position: relative;
    top: -1px;
}

.song-description {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
    padding: 21px;
}

.song-description p {
    margin-bottom:0px;
}

.cfe {
    color: #3598cb;
    background: white;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 9px;
    margin-bottom: 7px;
    margin-right: 4px;
    font-weight: 400;
}

.cfe a {
    font-weight:400;
}

    img.icon-support {
        width: 100px;
        margin-bottom: 20px;
    }

    .support-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        color: #495057 !important;
        font-size: 14px;
        font-weight: 600;
        margin-right: 20px;
    }

    .no-access {
        background: rgba(255,255,255,0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        border-radius: 8px;
        z-index: 1;
    }

    .background-texture {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .subscription-outer {
        height: 100%;
        margin-bottom: 30px;
        background: white;
        padding: 20px;
        border-radius: 10px;
        font-weight: 200;
        color: white;
        border: 0px solid #cccccc;
        background-image: url(/images/zigzag-bg.png);
        background-position: center center;
    }

    .buy-now-subscription {
        width: auto;
        text-align: center;
        display: inline-block;
        font-size: 21px;
        margin-bottom: 20px;
        background: white;
        color: white;
        border-radius: 8px;
        padding: 11px 15px;
        float: right;
        position: relative;
    }

    .subscription-outer.selected {
        border: 10px solid #fff;
        -webkit-box-shadow: 0px 0px 40px 15px rgba(255,119,0,1);
        -moz-box-shadow: 0px 0px 40px 15px rgba(255,119,0,1);
        box-shadow: 0px 0px 40px 15px rgba(255,119,0,1);
    }

    .subscription-circle {
        background: white;
        border: 6px solid #cccccc;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
        text-align: center;
        flex-direction: column;
    }

    .subscription-figure {
        color: #3598cb;
        font-size: 33px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 0.8;
    }

    .subscription-outer .btn-primary {
        color: #fff;
        background-color: #3598cb;
        border-color: #3598cb;
    }

    @media (max-width: 1199px) and (min-width: 992px) {
        .subscription-circle {
            background: white;
            border: 6px solid #cccccc;
            height: 105px;
            width: 105px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #999;
            text-align: center;
        }

        .subscription-figure {
            color: #3598cb;
            font-size: 33px;
            font-weight: 500;
            margin-bottom: 5px;
            line-height: 0.8;
        }
    }

    .subscription-outer h2 {
        font-size: 26px;
        font-weight: 800;
    }

    .subscription-header {
        background: #F29323;
    }

    /* Shop */

    .shop-page {
        margin-top: 0px;
        margin-bottom: 200px;
    }

    .shop-tag {
        background: #F29323;
        padding: 5px 10px;
        margin-left: 5px;
        border-radius: 14px;
        font-weight: 500;
        color: white;
    }

    .checkout-steps {
        list-style: none;
        padding: 0px;
        display: flex;
        margin-bottom: 30px;
    }

    .btn-group-sm > .btn, .btn-sm {
        padding: .25rem .5rem;
        font-size: .7rem;
        line-height: 1.5;
        border-radius: .2rem;
        background: #3598cb;
        position: relative;
        top: -3px;
        margin-left: 10px;
        border: #3598cb solid 1px;
    }

        .btn-group-sm > .btn, .btn-sm:hover {
            background: #495057;
        }

    .btn-red {
        background: #f95858;
        border: #f95858 solid 1px;
        margin-left: 5px;
    }

    .account-details {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #f1f1f1;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


    a.login-link {
        color: #3598cb !important;
        font-weight: bold;
        cursor: pointer;
    }

    .bootstrap-select > .dropdown-toggle {
        background: white;
        border: 1px solid #ced4da;
    }

.btn-blue {
    background: #333333;
    justify-content: space-around;
    color: white;
    width: auto;
    border-radius: 9px;
    padding: 8px 10px;
}

    .btn-blue:hover {
        background: #3598cb;

    }



.quicklinks {
    background: #333333;
    color: #fff;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
}

    .quicklinks:hover {
        background: #3598cb;
    }

    .quicklink-link:hover {
    text-decoration:none;
}

.quicklink-inner {
    padding: 20px 30px;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 100%;
}

        .quicklink-inner h3 {
            color: white;
        }

        .quicklink-inner a {
            color: white;
        }

            .quicklink-inner a:hover {
                color: #cccccc;
                text-decoration: none;
            }

.quicklinks:hover .quicklink-inner {
    background: #4ea5d9;
    border-radius: 10px;
    border-radius: 0px 0px 10px 10px;
}

    .quicklink-image {
        width: 100%;
        height: 220px;
        border-radius: 10px 10px 0px 0px;
    }

    .quicklink-image {
    }


    .resources-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        z-index: 10;
    }

.text-area li {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
    list-style: square;
    margin-bottom: 10px;
    margin-left: 20px;
}

    p.anchor {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }

    hr.featurette-divider {
        margin-top: 70px;
        margin-bottom: 70px;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .password-reset-success {
        width: 100%;
        background: #84d884;
        padding: 10px;
        margin-top: 20px;
        border-radius: 10px;
        font-weight: bold;
    }

        .password-reset-success a {
            display: block;
            text-decoration: underline;
        }

            .password-reset-success a:hover {
                color: #3598cb;
            }



        .password-reset-success p {
            font-weight: bold;
        }

    .fmo-logo {
        width: 420px;
    }

    .btn-link {
        font-weight: 400;
        color: #3598cb;
        text-decoration: none;
    }

p.quote {
    color: #4ea5d9;
    font-size: 20px;
    line-height: 1.3;
}

.quote {
    color: #4ea5d9;
    font-size: 20px;
    line-height: 1.3;
}

    .song-dashboard {
        padding-top: 90px;
        padding-left: 25px;
        padding-right: 25px;
    }

    a.video-image-preview {
        cursor: pointer;
    }

        a.video-image-preview:hover {
            text-decoration: none;
        }

   /* .news-archive {
        background: #f2f2f2;
        color: #3598cb;
        border-radius: 30px;
        padding: 8px 14px;
        margin-bottom: 5px;
        padding-right: 5px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }*/

    .page-align-social {
        padding: 90px 21px;
        padding-right: 56px;
    }

.fm-online-promo-buttons a {
    border: 0;
    background: white;
    color: #3598CB;
    border-radius: 10px;
    margin-right: 8px;
    padding: 5px 14px;
    font-size: 18px;
}

    .fm-online-promo-buttons a:hover {
        border: 0;
        background: #3598CB;
        color: white;
        border-radius: 10px;
        margin-right: 8px;
        padding: 5px 14px;
        font-size: 18px;
        text-decoration: none;
    }



    @media (max-width: 768px) {
        h2 {
            height: auto;
        }
    }

    .faq-outer {
        height: 100%;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 18px;
        font-weight: 200;
        border: 10px solid #cccccc;
    }

   /* #homevideo {
        position: absolute;
         right: 0;
         bottom: 0;
        min-width: 100%;
        min-height: 100%;
        top: -32%;
        left: 0;

    }*/

.outer-movie {
    position: absolute;
    top: 50px;
    left: -100px;
    width: 1920px;
    height: 500px;
}

@media (max-width: 1024px) {
    .outer-movie {
        left: -50%;
    }
}

.outer-movie video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}



@media (max-width: 1024px) {



}

@media (max-width: 768px) {
    .hero-area {
        height: 500px;
    }
    .outer-movie video {
        position: relative;
        top: -70px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        min-height: inherit;
        min-width: inherit;
        width: 900px;
        height: auto;
    }
    .outer-movie {
        position: absolute;
        top: 165px;
        left: -100px;
        width: 1033px;
        height: inherit;
    }
}

@media (max-width: 425px) {
    .outer-movie {
        position: absolute;
        top: 139px;
        left: -68%;
        /* width: 222%; */
        height: inherit;
    }
}

    ul.side-nav {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        ul.side-nav li a {
            color: #333333;
            font-weight: bold;
        }


    ul.side-nav-news {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        ul.side-nav-news li {
            background: #f2f2f2 !important;
            list-style: none;
            padding: 10px 15px;
            border-radius: 7px;
            line-height: 1.3;
            margin-left: 0px;
        }

            ul.side-nav-news li a {
                color: #c33c68 !important;
                font-weight: bold;
            }

.form-control {
    border: 0px solid #3598cb;
    border-radius: 0.5rem;
    font-size: 15px;
}

.form-group .form-control {
    border: 1px solid #cccccc;
    border-radius: 7px;
    font-size: 15px;
    padding: 5px 15px;
}

.filters .form-control {
    border: 1px solid #3598cb;
    border-radius: 0.5rem;
    font-size: 15px;
}

    .btn {
        border-radius: .5rem;
        border: 0px solid #ced4da;
    }

    .filters {
        font-size: 15px;
    }

    h3.filter {
        padding-top: 8px;
        float: left;
        margin-bottom: 0px;
        margin-top: 8px;
        font-size: 15px;
    }

    .filters p {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .filters .btn {
        border-radius: 6px;
        border: 1px solid #3598cb;
        font-size: 15px;
    }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .6rem;
    margin-left: 10px;
}


.nav-link.active-shop {
    color: #57a8e6;
}


.song-title-area {
    height: auto;
    background: white;
    position: relative;
    z-index: 20;
}

@media (max-width: 1400px) {
    .song-title-area {
        height: auto;
        background: white;
    }

    .song-grid-song .song-title {
        color: #3598cb;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .song-grid-song .song-title {
        color: #3598cb;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3;
    }
}


@media (max-width: 991px) {
    .song-grid-song .song-title {
        color: #3598cb;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3;
    }
}

.play-img-c {
    width: 59px;
    height: 59px;
    opacity: .5;
}

.song-intro p {
    font-size: 14px;
    margin: 0px;
    margin-top: 27px;
}

@media (min-width: 768px) {
    .song-outer .container {
        max-width: 100%;
    }

    .song-outer {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1200px) {
    .song-outer .container {
        max-width: 1140px;
    }
}

.audio-title {
    font-weight: 500;
    color: #3598cb;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-size: 20px;
}

.sub-title-song {
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 0px;
}

.hidden-song {
    opacity: 0.5;
}

.demo-audio {
    width: 100%;
    height: 50px;
    background: #3598cb;
    border-radius: 26px;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-audio hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid rgba(255,255,255,.5);
    width: 91%;
}

.demo-audio .controller {
    background: white;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 20%;
    border-radius: 50%;
}

/* Player */

audio {
    width:100%;
    margin-top:10px;
    color: white;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color:#fff;
    color: #fff;
    border-radius:20px;
}

audio::-webkit-media-controls-play-button {
    color: rgba(255, 255, 255, 1);
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 18px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    border-top: 3px solid #3598cb;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.img-fmo {
   height:100%;
}

.fischy-logo-nav {
    height: 52px;
    margin-left: 6px;
}

@media(max-width: 1350px) {
    .fischy-logo-nav {
        height: 30px;
    }
}

@media(max-width: 1200px){
    .fischy-logo-nav {
        height: 20px;
    }
}

@media(max-width: 1150px) {
    .fischy-logo-nav {
        display: none;
    }
}

.shop-nav a {
    background: #fff;
    list-style: none;
    padding: 10px 15px;
    border-radius: 0px;
    line-height: 1.3;
    border-bottom: 1px solid #57a8e6 !important;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
}

.grey-song p {
    margin-top:0px;
}

.fischy-image {
    border-radius: 8px;
    margin-bottom:30px;
}

.video-wistia {
    border-radius: 10px;
    overflow: hidden;
}

.account-outer {
    padding: 50px;
    margin: auto;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 2px 8px -3px rgba(51,51,51,0.5);
    box-shadow: 0px 2px 8px -3px rgba(51,51,51,0.5);
    background: white;
}

.shop ul {
    list-style: square;
    padding-left: 17px;
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 375px) {
    .orange-header {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        background: #F29323;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        height: 60px;
    }
        .orange-header .black-button {
            font-size: 10px;
        }
}

.datepickerfield {
    border:0px;
    width:100%;
}

video[poster] {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/* playlist styles */

.playlist-item {
    background: #F2F2F2;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #3598cb;
    display: flex;
    align-items: center;
}

    .playlist-item.active {
        background: #F29323;
        color: white;
        display: flex;
    }

    .playlist-item p {
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 1.2;
        font-size: 16px;
    }

.playlist-item:hover {
    text-decoration: none;
    color: #3598cb;
}

.playlist-item.active:hover {
    color: white;
}

.playlist-sales {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    /* background-size: cover; */
    position: relative;
    width: 100%;
    background-color: #3598cb;
    color: white;
    display: flex;

}

.playlist-title {
    display: block;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.radiobuttonlist label, .umbraco-forms-field-wrapper label {
/*    margin-bottom: 0rem !important;
*/    font-weight: inherit !important;
    /*padding-left: 10px !important;
    display: block !important;
    margin-bottom: 0px !important;*/
}

/*.radiobuttonlist input[type="radio"] {
    float: left !important;
    display: inline-block !important;
    margin-top: 5px !important;
    position: absolute;
    left: 20px;
}

.umbraco-forms-field-wrapper {
    margin-bottom:30px;
}*/

.home-message {
    background: #F29323;
    margin-bottom: 51px;
    padding: 20px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: white;
    font-weight: 900;
    border-radius: 8px;
}

.hero-background iframe {
    width:100% !important;
    height:500px;
}

.search-outer .input-group input {
    height: auto;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 5px;
}

.search-outer .input-group .btn {
    padding: 0rem 0.75rem;
    background: white;
}

.fmo-search-outer .input-group input {
    height: auto;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 8px;
}

/* Playlist */

.playlist-btn {
    background: #3598cb;
    color: white;
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 5px;
        display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:19px;
}
    .playlist-btn:hover {
        background: #196989;
        color: white;
        text-decoration:none;
    }


/* New Subscription Journey */

.nsj-outer {
    background: url(/images/homepage-bg-new.jpg);
    position: fixed;
    z-index: 1000;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll;
    left: 0px;
}

@media (max-width: 991px) {
    .nsj-outer {
        align-items: flex-start;
    }
}

.nsj-inner {
    width: 768px;
    height: auto;
    background: white;
    border-radius: 16px;
    margin-top: 60px;
    position: relative;
    margin-bottom:60px;
}

@media (max-width: 991px) {
    .nsj-inner {
        width: 600px;
        margin-top: 80px
    }
}

@media (max-width: 600px) {
    .nsj-inner {
        width: 100%;
        margin: 60px;
        margin-top: 80px
    }
}

@media (max-width: 530px) {
    .nsj-inner {
        width: 100%;
        margin: 30px;
        margin-top: 80px
    }
}

.nsj-close {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: -40px;
    width: 30px;
    height: 30px;
}

.nsj-header {
    height: 100%;
    background: white;
    padding: 20px;
    border-radius: 16px 16px 0px 0px;
    background-image: url(/images/zigzag-bg.png);
    background-position: center center;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: white;
}

.nsj-body {
    background: white;
    padding: 20px;
    font-size: 18px;
}

.nsj-footer {
    height: 100%;
    background: white;
    padding: 20px;
    border-radius: 0px 0px 16px 16px;
    background-image: url(/images/zigzag-bg.png);
    background-position: center center;
    display: flex;
    justify-content: space-between;
}

.nsj-subscription-circle {
    background: white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #FFA500;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    fill: #FFF;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    margin-right:15px;
}

@media (max-width: 600px) {
    .nsj-subscription-circle {
        height: 70px;
        width: 70px;
        font-size: 13px;
        line-height: 25px;
        margin-right: 8px;
    }
}

.nsj-subscription-figure {
    color: #000;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
}

@media (max-width: 600px) {
    .nsj-subscription-figure {
        color: #000;
        text-align: center;
        font-size: 23px;
        font-style: normal;
        font-weight: 900;
        line-height: 18px;
    }
}

.nsj-header h1 {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 0px;
}

@media (max-width: 530px) {
    .nsj-header h1 {
        color: #fff;
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 33px;
        margin-bottom: 0px;
    }
}

.nsj-body h1 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px; /* 128.571% */
    margin-bottom: 0px;
}

@media (max-width: 530px) {
    .nsj-body h1 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 45px; /* 128.571% */
        margin-bottom: 0px;
    }
}

.nsj-body h2 {
    font-size: 2rem;
    font-weight: 900;
}

@media (max-width: 530px) {
    .nsj-body h2 {
        font-size: 30px;
        font-weight: 900;
    }
}

.nsj-content {
    margin-top: 25px;
    display: block;
    margin-bottom: 25px;
}

.nsj-content-flex {
    display: flex;
    justify-content: center
}

@media (max-width: 530px) {
    .nsj-content-flex {
        display: block;
        text-align: center;
    }
}

.nsj-content ul li {
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 16px;
    list-style: none;
    background-image: url(/images/tick.svg);
    padding-left: 33px;
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .nsj-content ul li {
        width: 100%;
    }
}

.nsj-buy-now-button {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background: black;
    color: white;
    border-radius: 8px;
    padding: 11px 15px;
    position: relative;
    margin-left: 0px;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 15px;
}

    .nsj-buy-now-button:hover {
        background: rgb(244, 141, 37);
        text-decoration: none;
        color:white;
    }

.nsj-buy-now-subscription {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background: black;
    color: white;
    border-radius: 8px;
    padding: 11px 15px;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s;
    border: 0px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .nsj-buy-now-subscription {
        font-size: 16px;
        line-height: 1.1;
    }
}

    .nsj-buy-now-subscription:hover {
        background: white;
        text-decoration: none;
        border: 0px;
        font-weight: bold;
        color: rgb(244, 141, 37);
    }

.nsj-buy-now-subscription-white {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background: white;
    color: white;
    border-radius: 8px;
    padding: 11px 15px;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s;
    border: 0px;
    font-weight: bolder;
}

button:focus {
    outline: none;
}

@media (max-width: 530px) {
    .nsj-buy-now-subscription-white {
        margin-bottom:10px;
    }
}

.nsj-button-subscriber {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
    border: 0;
    margin: 0px 14px;
    width: 250px;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    transition: all 0.3s;
    border: 4px solid white;
}

    .nsj-button-subscriber:hover, .nsj-button-subscriber:focus {
        border: 4px solid rgb(244, 141, 37)
    }

@media (max-width: 768px) {
    .nsj-button-subscriber {
        width: 220px;
    }
}

@media (max-width: 530px) {
    .nsj-button-subscriber {
        width: 90%;
        margin-bottom:15px;
    }
}

.nsj-body label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.nsj-body input, .nsj-body textarea, .nsj-body input[type="password"] {
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    height: auto;
}

.nsj-body .nsj-checkbox-label {
    display: inline-block;
}

.nsj-body .nsj-checkbox {
    width: auto;
}

.nsj-body .btn {
    font-weight: 900;
    color: #fff;
    background-color: black;
}

.nsj-card-button {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F2F2F2;
    padding: 30px;
    display: flex;
    align-items: center;
    text-align: left;
}

.nsj-card-button img {
    width: 90px;
    height:auto;
}

@media (max-width: 530px) {
    .nsj-card-button img {
        display:none;
    }
}

.nsj-body .form-select {
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    height: auto;
    color: black;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.nsj-body .error {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: red;
}

.button-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 530px) {
    .button-outer {
        display: block;
    }
}

.invalid-field {
    border: 1px solid red !important;
}

.health-song-icon,
.re-song-icon, .early-song-icon {
    height: auto;
    width: auto;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    padding: 2px 8px;
    color: white;
}

.early-song-icon {
    background: #66ccff;
    left: 15px;
    right: auto;
}

    .early-song-icon:before {
        content: 'Early Years'
    }
