@font-face {
    font-family: Gotham;
    src: url("https://www.filmbase.uk/resources/Fonts/Gotham/GOTHMMED.ttf");
}

.mLayout.layoutMain {
    overflow: hidden;
}

#idClassForItem_3 h1.header {
    color: red !important;
}

[class^="WaGadget"].customMenuHorizontal {
    overflow: visible;
}

/* 
    Headers - global
*/

/* 
h1 font,
h2 font,
h3 font,
h4 font {
    font-family: 'Raleway',sans-serif;
}

h1 font {
    color: #371e79;
    font-size: 30px !important;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}

h2 font {
    color: #676767;
    font-size: 30px !important;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

h4 font {
    color: #371e79;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    text-align: center;
}
*/

/* 
    Headers - homepage
*/

.homepage-layout h1 font {
    color: white;
    font-size: 28px !important;
    line-height: 42px;
    text-align: left;
}

.homepage-layout h2 font {
    color: #371e79;
    font-size: 24px !important;
    line-height: 36px;
}

.homepage-layout h3 font {
    color: #000000;
    font-size: 30px !important;
    line-height: 36px;
}

.homepage-layout h4 font {
    font-size: 18px !important;
    text-align: left !important;
}

/* 
    Headers - homepage // old
*/

.homepage h1 font {
    text-align: left;
}

.homepage h2 font {
    color: #371e79;
    font-size: 28px !important;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

/* 
    Headers - dept
*/


/* Dropdown */

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul ul {
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

    .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul ul ul {
        top: 0;
        left: -100%;
    }

/* Header and layout */

.homepage-header h2 {
    width: fit-content;
    position: relative;
}

    .homepage-header h2::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 50%;
        height: 2px;
        background-color: #371e79;
    }

@media screen and (min-width:481px) {
    .homepage-layout {
        padding: 0 100px;
    }
}

@media screen and (min-width:1081px) {
    .homepage-layout {
        padding: 0 200px;
    }
}

/* User icon */

.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    color: white;
}

/* Buttons */

@media screen and (max-width:480px) {
    .homepage-buttons {
        flex-direction: column;
    }

        .homepage-buttons a {
            margin-bottom: 24px;
        }
}

.homepage-buttons {
    display: flex;
    justify-content: center;
}

    .homepage-buttons a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
        padding: 0 16px;
        position: relative;
        transition: all .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

        .homepage-buttons a::before {
            content: '';
            position: absolute;
            top: 0;
            left: calc(50% - 40px);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0);
        }

    .homepage-buttons img {
        width: 80px;
        margin-bottom: 16px;
    }

    .homepage-buttons span {
        padding: 12px 24px;
        text-transform: uppercase;
        font-family: 'Raleway',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        color: white;
        text-align: center;
        min-width: 150px;
        border: 1px solid white;
        background: rgba(255, 255, 255, .1);
    }

    .homepage-buttons span,
    .homepage-buttons a::before {
        transition: all .25s ease;
    }

    .homepage-buttons a:hover span,
    .homepage-buttons a:hover::before {
        background: rgba(255,255,255, .3);
    }

/* News */

details.homepage-news summary {
    cursor: pointer;
    transition: margin 150ms ease-out;
}

details[open].homepage-news summary {
    margin-bottom: 12px;
    padding-bottom: 0;
}

.homepage-news {
    background: rgba(255,255,255,.1);
}

    .homepage-news .mySummary {
        padding: 12px;
    }

    .homepage-news .mydetails {
        padding: 0 12px;
        margin-top: 0;
    }

    .homepage-news .mySummary,
    .homepage-news .mydetails {
        color: white;
    }

        .homepage-news .mydetails a {
            font-weight: bold;
            position: relative;
            transition: all .25s ease;
        }

            .homepage-news .mydetails a::before {
                content: '';
                position: absolute;
                width: 0;
                height: 2px;
                left: 0;
                bottom: -2px;
                background: white;
                transition: all .5s cubic-bezier(0.77, 0.2, 0.05, 1);
            }

            .homepage-news .mydetails a:hover::before {
                width: 100%;
            }

            .homepage-news .mydetails a:hover {
                color: white;
            }

/* 
    Homepage Galleries 
*/

.homepage-gallery .photoGalleryGadgetScrollBar {
    display: none;
}

.homepage-gallery .photoGalleryGadgetScrollElement {
    width: calc(100% + 20px);
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 26px);
    left: -12px;
    background: transparent;
    height: 0;
    opacity: 1;
}

.homepage-gallery .button_leftPhotoGallery,
.homepage-gallery .button_rightPhotoGallery {
    opacity: 1;
    cursor: pointer;
}

.homepage-gallery .button_leftPhotoGallery,
.homepage-gallery .button_rightPhotoGallery {
    width: 20px;
    height: 40px;
}

.homepage-gallery.WaGadgetPhotoGallery .img_horizontal {
    transition: all .25s ease;
}

.homepage-gallery .button_leftPhotoGallery svg,
.homepage-gallery .button_rightPhotoGallery svg {
    width: 16px;
    height: 20px;
    opacity: 1;
    transition: all .25s ease;
}

.homepage-gallery .button_leftPhotoGallery:hover svg {
    transform: translateX(-5px);
}

.homepage-gallery .button_rightPhotoGallery:hover svg {
    transform: translateX(5px);
}

.homepage-gallery .button_leftPhotoGallery path,
.homepage-gallery .button_rightPhotoGallery path {
    fill: #371e79;
}

.homepage-gallery.WaGadgetPhotoGallery .button_leftPhotoGallery.disabled,
.homepage-gallery.WaGadgetPhotoGallery .button_rightPhotoGallery.disabled {
    opacity: 0;
}

/* 
    Homepage Testimonials
*/

@media screen and (max-width:480px) {
    .homepage-testimonials .button_leftPhotoGallery {
        margin-left: -6px;
    }

    .homepage-testimonials .button_rightPhotoGallery {
        margin-right: 14px;
    }

    .homepage-testimonials {
        margin-left: 12px !important;
    }
}

/* 
    Homepage Webinars
*/

.homepage-webinars {
    width: 100%;
    overflow: visible;
}

    .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul {
        width: calc(100% + 16px);
        margin: 0 -8px;
        display: flex;
    }

        .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li {
            width: calc(33% - 8px);
            margin: 0 8px;
            padding: 80px 28px 16px 28px;
            overflow: hidden;
            position: relative;
            display: flex;
            flex-direction: column;
            min-height: 200px;
            background-image: url("https://www.filmbase.uk/resources/Pictures/Webinars 2022/webinars-background.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
            box-sizing: border-box;
        }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li .date {
                margin-bottom: 32px;
            }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li .location {
                font-weight: bold;
                font-style: normal;
                margin-top: auto;
            }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li a {
                text-decoration: none;
                font-size: 24px;
                transition: all .25s ease;
            }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li a,
            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li span {
                color: white !important;
                text-shadow: 0 0 5px rgb(255, 255, 255, .6);
            }

                .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li::before,
                .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li::after,
                .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li a::before {
                    content: '';
                    position: absolute;
                }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li::before,
            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li::after {
                background-repeat: no-repeat;
                background-size: contain;
            }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li::before {
                width: 100%;
                height: 20px;
                top: 28px;
                left: 28px;
                background-image: url("https://www.filmbase.uk/resources/Pictures/Webinars 2022/filmbase-sessions.png");
                background-position: left;
            }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li::after {
                width: 100px;
                height: 22px;
                bottom: 16px;
                right: 16px;
                background-image: url("https://www.filmbase.uk/resources/Pictures/Logo%202022/FB_Filmbase%20Logo_Vector_White_with%20Glow%2012-22.png");
                background-position: right;
            }

            .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li a::before {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                box-sizing: border-box;
                border: 0px solid rgba(255,255,255, .1);
                transition: all .25s ease;
                z-index: 100;
            }

@media screen and (max-width:480px) {
    .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul {
        flex-direction: column;
    }

        .homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li {
            width: 100%;
            margin: 0 0 16px 0;
        }
}

.homepage-webinars.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li:hover a::before {
    opacity: 1;
    border-width: 6px;
}

/* 
    Homepage Dark Section
*/

.homepage-dark-section .homepage-header h2::before {
    background: white;
}

.homepage-dark-section .homepage-header h2 font,
.homepage-dark-section .homepage-header h2 strong {
    color: white !important;
}

.homepage-dark-section .homepage-gallery .button_leftPhotoGallery path,
.homepage-dark-section .homepage-gallery .button_rightPhotoGallery path {
    fill: white;
}

/* 
    Homepage Footer
*/

.zonePlace.zoneWAbranding {
    display: none;
}

.homepage-footer {
    margin-top: 40px;
    border-top: 6px solid rgba(255,255,255, .1);
}

    .homepage-footer ul {
        margin: 0;
        list-style: none;
    }

        .homepage-footer ul li {
            padding-bottom: 8px;
        }

            .homepage-footer ul li a {
                position: relative;
            }

                .homepage-footer ul li a::after {
                    content: '';
                    position: absolute;
                    bottom: -4px;
                    left: 0;
                    width: 0;
                    height: 2px;
                    background: white;
                    transition: all .5s cubic-bezier(0.77, 0.2, 0.05, 1);
                }

                .homepage-footer ul li a:hover::after {
                    width: 100%;
                }

    .homepage-footer .WaGadgetSocialProfile li a {
        transition: all .25s ease;
    }

    .homepage-footer .WaGadgetSocialProfile.socialProfileStyle003 li a:hover {
        color: white;
        transform: translateY(-3px);
    }

/* 
    TL 21/02/21
    Sticky header 
    .header-sticky
    Add class to a header to stick to top of page
*/

@media screen and (min-width:481px) {
    /* Add this to the placeholder containing the header */
    .header-sticky {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
    }



    /* NB: You need to add this to the placeholder BELOW the
    sticky header so it doesn't get lost underneath it */
    .header-sticky-next {
        margin-top: 133.617px;
    }
}

.header-sticky-next-set {
    margin-top: 97px;
}


/* 
    TL 21/02/21
    Boxes CSS 
    div.boxes > div.box
    When creating a single button use div.button > a
*/

/* Boxes wrapper */
.boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -1rem;
}

/* Boxes wrapper */
.box {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 300px;
    text-align: center;
    margin: 1rem;
    padding: 1rem;
    font-family: 'Raleway',sans-serif;
}

    .box h4 {
        margin-top: 0;
    }

/* Boxes dark variant */
.boxes--dark {
    color: white;
}

    .boxes--dark h4 {
        color: white !important;
        text-transform: uppercase;
        text-decoration: underline;
        font-family: 'Raleway',sans-serif;
    }

    .boxes--dark a {
        color: white !important;
        font-weight: bold;
    }

    .boxes--dark .box {
        background-image: url("https://www.filmbase.uk/resources/Pictures/Images 01/FB_Homepage_Banner_BG.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .boxes--dark .box:first-child {
            background-position: left center;
        }

        .boxes--dark .box:last-child {
            background-position: right center;
        }

/* Button group class */
.buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.button-find_out_more h3 > strong > font {
    display: flex;
    align-items: center;
}

    .button-find_out_more h3 > strong > font > font:last-child {
        height: 45px;
    }

/* 
    TL 21/02/21
    Button CSS
    When creating multiple buttons follow the pattern 
    ul.buttons > li.button > a
    When creating a single button use div.button > a
*/

/* Button class */

.button {
    display: block;
    background-color: #371e79;
    padding: 8px 20px;
    margin: .5rem;
}

    /* Button anchor class */

    .button a {
        color: #FFFFFF !important;
        font-family: 'Raleway','Arial',sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }

/* 
    KH 23/03/21
    Hide when on mobile screen
*/
@media screen and (max-width: 479px) {
    .hidden_menu {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

/* 
    KH 06/06/22
   hide the prices of items
*/
.OnlineStoreCatalog_list_price {
    visibility: hidden;
    display: none;
}



/* 
    KH 23/09/21
   centre vertically
*/
.vertical_centre {
    display: flex;
    justify-content: center;
    align-items: center;
}




/* 
    KH 23/09/21
    show on mobile screen only
*/
@media screen and (min-width: 480px) {
    .publicContentView .mobile_menu {
        display: hidden;
    }
}

#FunctionalBlock1_ctl00_messageList_subsctibeLinkText {
    color: #371e79;
    font-weight: bold;
    font-size: 20px;
    font-family: lato, sans-serif;
    text-transform: uppercase;
}

#FunctionalBlock1_ctl00_topicList_subsctibeLinkText {
    color: #371e79;
    font-weight: bold;
    font-size: 20px;
    font-family: lato, sans-serif;
    text-transform: uppercase;
}
/* 
    KH 27/05/21
    on Profile page membership - credit card button - make white text
*/
#FunctionalBlock1_ctl00_ctl00_Membership_updateCreditCardBottomButton {
    color: #FFFFFF;
    font-weight: bold;
}



#FunctionalBlock1_ctl00_messageList_sortOrderLinkButton {
    display: none;
}



#FunctionalBlock1_ctl00_messageList_messages_ctl01_forumMessage_messageIdText {
    display: none;
}

#FunctionalBlock1_ctl00_messageList_messages_ctl02_forumMessage_messageIdText {
    display: none;
}




.WaGadgetHeadline {
    letter-spacing: 1px;
}

.WaGadgetH1.promo {
    letter-spacing: 1px;
}

.WaGadgetMenuVertical.VerticalMenuStyle002 ul.firstLevel > li > .item:hover > a {
    color: #8e1b7e;
}

.WaGadgetMenuVertical.VerticalMenuStyle002 ul.firstLevel > li.sel > .item > a {
    color: #371e79;
}


.WaGadgetCustomMenu.menuStyle001 ul li a {
    color: #808080;
}

.WaGadgetForumStateList.membersTable thead th {
    font-family: 'Raleway','Arial',sans-serif;
}


.WaGadgetAuthorizationRequired .openAuthFormContainer {
    display: none !important;
}


#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}

/**
 * horizontal menu css
 */


.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel {
    margin: 0 auto;
}

    .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li > .item > a, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item > a {
        padding: 8px 0;
        margin: 0 16px;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
        transition: all .25s ease;
    }

    .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item {
        padding: 0 8px;
    }

        .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item > a {
            margin: 0 auto;
        }

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.secondLevel > li > .item > a,
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.secondLevel > li > .item > a {
    transition: all .25s ease;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li:not(.phantom) > .item > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li:not(.phantom) > .item > a::after,
.WaGadgetCustomMenu.menuStyle002 ul li a::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 4px;
    left: 0;
    background: white;
    transform: scaleX(0);
    transition: background, .25s ease, transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li:not(.phantom) > .item > a::after {
    background: #808080;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li > .item:hover > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.sel:hover > .item > a::after,
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item:hover > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel:hover > .item > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.sel > .item > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel > .item > a::after {
    transform: scaleX(1);
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li > .item:hover > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.sel:hover > .item > a::after {
    background: #353a50;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.sel > .item > a::after {
    background: #371e79;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item:hover > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel:hover > .item > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel > .item > a::after, .WaGadgetCustomMenu.menuStyle002 ul.orientationHorizontal > li > a::after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item > a::after {
    background: #ffffff;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item:hover > a, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel > .item > a, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel > .item:hover > a {
    color: #FFFFFF;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item > a, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item > a > span {
    width: fit-content
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.dir > .item > a span:after, .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li.dir > .item > a:after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.dir > .item > a span:after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul ul li.dir > .item > a:after, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner .firstLevel > li.last-child ul li.dir > .item > a:before, .WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner .firstLevel > li:last-child ul li.dir > .item > a:before {
    display: none;
}

/**
 * secondary menu css
 */

.WaGadgetFirst {
    overflow: visible;
    margin: 0;
}

.WaGadgetCustomMenu.menuStyle002 ul.orientationHorizontal > li {
    padding: 0;
    position: relative;
}

    .WaGadgetCustomMenu.menuStyle002 ul.orientationHorizontal > li > a {
        position: relative;
        padding: 8px 0px;
        margin: 0 16px;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
        transition: all .25s ease;
    }

@media screen and (max-width: 1000px) {
    .WaGadgetCustomMenu.menuStyle002 ul.orientationHorizontal > li > a {
        margin: 0 6px;
    }
}

.WaGadgetCustomMenu.menuStyle002 ul.orientationHorizontal > li > a:hover {
    text-decoration: none;
}

    .WaGadgetCustomMenu.menuStyle002 ul.orientationHorizontal > li > a:hover::after {
        transform: scaleX(1);
    }

/**
 * secondary menu dropdown
 */

@media screen and (max-width: 479px) {
    .secondary-dropdown.WaGadgetCustomMenu.menuStyle001 {
        display: none;
    }
}

.secondary-dropdown.WaGadgetCustomMenu.menuStyle001 {
    background: white;
    position: absolute;
    min-width: 300px;
    top: 38px;
    left: 16px;
    opacity: 0;
    z-index: -1;
}

    .secondary-dropdown.WaGadgetCustomMenu.menuStyle001.dropdown-show {
        opacity: 1;
        z-index: 1;
    }

#idAdminContentHolder .secondary-dropdown.WaGadgetCustomMenu.menuStyle001 {
    opacity: 1;
    z-index: 1;
    position: relative;
}


.secondary-dropdown.WaGadgetCustomMenu.menuStyle001,
.secondary-dropdown.WaGadgetCustomMenu.menuStyle001 li > a {
    transition: all .25s ease;
}

    .secondary-dropdown.WaGadgetCustomMenu.menuStyle001 .gadgetStyleBody {
        padding: 0;
    }

    .secondary-dropdown.WaGadgetCustomMenu.menuStyle001 li {
        padding: 0;
        display: block;
    }

        .secondary-dropdown.WaGadgetCustomMenu.menuStyle001 li > a {
            padding: 4px 16px;
            font-weight: normal;
            text-transform: capitalize;
            display: block;
        }

            .secondary-dropdown.WaGadgetCustomMenu.menuStyle001 li > a:hover {
                text-decoration: none;
                color: #371e79;
            }

/**
 * vertical menu css
 */
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel > li > .item:hover > a {
    color: #371e79;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 .menuInner ul.firstLevel {
    border: hidden;
}






/**
 * blog header
 */
.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    color: #371e79 !important;
    font-family: 'Raleway',sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
}

.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer {
    border-top: 4px solid #ffb733;
    margin-top: 20px;
    padding-top: 50px;
}









/**
 * Add scrollbars to directories
 */

.filterOptions::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .filterOptions::-webkit-scrollbar:vertical {
        width: 11px;
    }

.filterOptions::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

/**
 * give details and summaries standard fonts etc
 */

.mySummary {
    color: #371e79;
    font-size: 19px;
    font-family: raleway, Arial, sans-serif;
}

.mySummaryBold {
    color: #371e79;
    font-size: 24px;
    font-weight: bold;
    font-family: raleway, sans-serif;
}

.mydetails {
    color: #22252D;
    font-size: 16px;
    font-family: Raleway, Arial, sans-serif;
    line-height: 1.8;
}

.mytable {
    color: #808080;
    font-size: 18px;
    font-family: raleway, Arial, sans-serif;
}

.mylinksmenu {
    color: #5b5b5b;
    font-size: 22px;
    font-family: Raleway, Arial, sans-serif;
    line-height: 44px;
}





/**
 * members section custom div
 */
.grid-container {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: auto;
    gap: 10px 10px;
    grid-template-areas:
        "memicon memsection";
}

.memicon {
    grid-area: memicon;
}

.memsection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px 10px;
    grid-template-areas:
        "memtitle memtitle memtitle"
        "memdescription memdescription memdescription";
    grid-area: memsection;
}

.memtitle {
    grid-area: memtitle;
}

.memdescription {
    grid-area: memdescription;
}




/**
 * Smooth scrolling on the whole document
 */
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/**
 * keep svg and words together - put <span class="nowrap">
 */
.nowrap {
    white-space: nowrap;
}

/**
 * give button 4 different font 
 */
a.stylizedButton.buttonStyle004 {
    font-family: Raleway, sans-serif;
    border-color: transparent;
    border: 0px;
    font-size: 30px;
    padding: 0px 0px;
    line-height: 1.2;
    transition-duration: 0.4s;
}

/**
 * custom button 7 - members section menu
 */
.button7 {
    color: rgba(129, 126, 125, 0.897) !important;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition-duration: 0.4s;
}

    .button7:hover {
        color: #371e79 !important;
    }

/**
 * members section header
 */
.header10 {
    color: rgba(129, 126, 125, 0.897) !important;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

/**
 * members section header
 */
.header11 {
    color: rgba(129, 126, 125, 0.897) !important;
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: uppercase;
}


/**
 * custom button 8 - big buttons on homepage
 */
.button8 {
    color: #37302D !important;
    font-family: 'Raleway',sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition-duration: 0.4s;
}

    .button8:hover {
        color: rgba(129, 126, 125, 0.897) !important;
    }

/**
 * custom button 9 - big buttons on homepage
 */
.button9 {
    color: #22252D !important;
    font-family: 'Raleway',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition-duration: 0.4s;
    letter-spacing: 0.8px
}

    .button9:hover {
        color: rgba(129, 126, 125, 0.897) !important;
    }

/**
 * custom button 10 - buttons members section
 */
.button10 {
    color: #333333 !important;
    //color: #000000 !important;
    font-family: 'Raleway',sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    text-align: center !important;
    text-decoration: none !important;
    transition-duration: 0.4s;
}

    .button10:hover {
        color: rgba(129, 126, 125, 0.897) !important;
    }
/**
 * custom button 11 - big buttons on homepage
 */
.button11 {
    color: #22252D !important;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition-duration: 0.4s;
    letter-spacing: 0.8px
}

    .button11:hover {
        color: rgba(129, 126, 125, 0.897) !important;
    }



/**
 * custom button 12 - new small menu on members section - header button
 */
.button12 {
    color: rgba(129, 126, 125, 0.897) !important;
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 2;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition-duration: 0.4s;
    letter-spacing: 0.8px
}

    .button12:hover {
        color: rgba(129, 126, 125, 0.897) !important;
    }





/**
 * Events header font on both main page and registration page
 */

.WaGadgetEventsStateDetails .pageTitleOuterContainer .eventsTitleContainer h1 {
    font-family: 'lato',sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none !important;
}


.WaGadgetEvents .titleContainer h1 {
    font-family: 'lato',sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
}

/**
 * custom button 13 - Information small text menu
 */
.button13 {
    color: rgba(129, 126, 125, 0.897) !important;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align: left !important;
    text-decoration: none !important;
    transition-duration: 0.4s;
}

    .button13:hover {
        color: #371e79 !important;
    }

/* Css for the tabs on the Directory pages */

/* The wrapper that encapsualtes the tab */

.tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}


/* An individual tab */

.tab {
    width: 100%;
    height: 70px;
    font-family: 'raleway',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background-image: url("https://www.filmbase.uk/resources/Theme/Background/2022/FB_Homepage%20Banner%2007.jpg");
    background-repeat: no-repeat;
    background-position-y: 30%;
    background-size: 1080px;
    border-radius: 50px;
    box-sizing: border-box;
}

    .tab:nth-child(1) {
        background-position-x: left;
    }

    .tab:nth-child(2) {
        background-position-x: 35%;
    }

    .tab:nth-child(3) {
        background-position-x: 65%;
    }

    .tab:nth-child(4) {
        background-position-x: right;
    }

    .tab span {
        position: relative;
        max-width: 150px;
    }

        .tab span::after {
            content: '';
            position: absolute;
            background: #ffffff;
            width: 100%;
            height: 2px;
            bottom: -6px;
            left: 0;
            transform: scaleX(0);
            transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
        }

    .tab img {
        width: 45px;
        margin-left: 10px;
    }

    .tab span,
    .tab img {
        opacity: .6;
        transition: opacity .25s ease;
    }


    /* The active tab */

    .tab.active span,
    .tab.active img,
    .tab:hover span,
    .tab:hover img {
        opacity: 1;
    }

        .tab.active span::after,
        .tab:hover span::after {
            transform: scaleX(.8);
        }


/* Mobile view */
@media screen and (max-width: 478px) {
    .tab:not(:last-child) {
        margin-bottom: 8px;
    }
}


/* Tablet view */

@media screen and (min-width:480px) {
    .tab-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -4px;
    }

    .tab {
        width: calc(50% - 8px);
        margin: 0 4px;
    }
}

@media (min-width:480px) and (max-width:949px) {
    .tab:nth-child(3),
    .tab:nth-child(4) {
        margin-top: 4px;
    }
}


/* Desktop view */
@media screen and (min-width:950px) {
    .tab {
        width: calc(25% - 8px);
    }
}


/* Style for rates tables */

.ratestableheader {
    color: #333333 !important;
    font-family: 'raleway',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.ratestable {
    color: #333333 !important;
    font-family: 'raleway',sans-serif;
    font-size: 16px;
    white-space: nowrap;
    line-height: 22px;
    overflow-x: auto;
}


/* Style A for floating menu on members section */


.floating-menu {
    font-family: sans-serif;
    background: white;
    line-height: 0.9 !important;
    z-index: 100;
    position: fixed;
}

    .floating-menu a,
    .floating-menu h3 {
        display: block;
        line-height: 0.9 !important;
        color: white;
    }

/* Style B for floating menu on members section with JS */

.content {
    height: 500px;
}

.fixme {
    background: white;
    z-index: 1000;
}



