/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.2
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/


/* * * * * * * * * * * * * * *
 * Fonts
 * * * * * * * * * * * * * * */
@font-face {
    font-family: 'galadaregular';
    src: url('./assets/fonts/galada-regular-webfont.woff2') format('woff2'),
         url('./assets/fonts/galada-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trade_gothic_lt_stdbold';
    src: url('./assets/fonts/trade_gothic_lt_std_bold-webfont.woff2') format('woff2'),
         url('./assets/fonts/trade_gothic_lt_std_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trade_gothic_lt_stdregular';
    src: url('./assets/fonts/trade_gothic_lt_std_regular-webfont.woff2') format('woff2'),
         url('./assets/fonts/trade_gothic_lt_std_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


:root {
    --themeColor: #D62639;
    --bodyBgColor: #FFFBF3;
    --bodyFontColor: #000000;
    --topNavBgColor: #FFFBF3;
    --topNavFontColor: #131111;
    --secondaryBgColor: #F8F8EA;
    --footerBgColor: #7A2D3A;
    --footerFontColor: #FFFFFF;
    --bodyFontFamily: "trade_gothic_lt_stdregular", sans-serif;
    --boldFontFamily: "trade_gothic_lt_stdbold", sans-serif;
    --runningFontFamily: "galadaregular", sans-serif;
    --mainHeadingSize: 48px;
    --secondaryHeadingSize: 46px;
    --headerHeight: 213px;
    interpolate-size: allow-keywords;
}

/* * * * * * * * * * * * * * *
 * General
 * * * * * * * * * * * * * * */
html {
    font-size: 18px;
}
body {
    background: var(--bodyBgColor);
    color: var(--bodyFontColor);
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 1rem;
}
a.navbar-brand {
    width: 190px;
    padding: 0;
    margin: 0;
}
nav#nav-main {
    padding: 25px 0 20px;
}
.nav-link,
a.nav-link,
.customFont.customFontAldrich {
    font-family: var(--bodyFontFamily);
}
h1, h2, h3 {
    font-family: var(--boldFontFamily);
    font-weight: normal;
    letter-spacing: 0;
}
h1, .h1 {
    font-size: 3.5rem;
}
h2, .h2,
h3, .h3 {
    font-size: 2.65rem;
}
a {
    color: var(--themeColor);
}
b, strong, h4 {
    font-family: var(--boldFontFamily);
    font-weight: normal;
}
.theme-text-color,
.theme-color-text {
    color: var(--themeColor);
}
.theme-bg-color,
.theme-color-bg {
    background: var(--themeColor);
}
picture {
    display: block;
}


/* * * * * * * * * * * * * * *
 * Header
 * * * * * * * * * * * * * * */
.site-header {
    position: fixed;
    width: 100%;
    height: var(--headerHeight);
    left: 0;
    top: 0;
    z-index: 10;
}
.header-contact-details {
    font-size: 1rem;
    font-family: var(--boldFontFamily);
}
.header-contact-details a {
    color: currentColor;
    text-decoration: none;
    display: inline-block;
}
div.header-contact-details a:after {
    margin-top: -3px;
}
.header-contact-details > div:first-child {
    padding-right: 28px;
    margin-right: 28px;
    width: fit-content;
    border-right: 1.5px solid;
}
.header-cta-block .header-cta-btn:last-child {
    margin-left: 15px;
}

/* * * * * * * * * * * * * * *
 * Heading Bar
 * * * * * * * * * * * * * * */
section.heading-bar {
    background: var(--themeColor);
    height: 130px;
    display: -ms-grid;
    display: grid;
    place-items: center;
}
section.heading-bar h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 48px;
    padding-top: 4px;
}


/* * * * * * * * * * * * * * *
 * Footer
 * * * * * * * * * * * * * * */
 footer.main-footer {
    background: var(--footerBgColor);
    color: var(--footerFontColor);
    padding-block: 60px;
    position: relative;
    z-index: 5;
}
footer.main-footer a {
    color: currentColor;
    text-decoration: none;
}
footer.main-footer h5 {
    font-family: var(--runningFontFamily);
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    padding-right: 5px;
}
a.navbar-brand.footer-logo {
    width: 185px;
    display: block;
    margin-bottom: 20px;
}
a.navbar-brand.footer-logo img {
    max-width: 100%;
}
footer.main-footer a:last-child {
    margin-right: 0 !important;
}
footer .footer-social-links a {
    margin-right: 1.5rem !important;
}
.footer-legal-links .split-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 2px;
}
ul#footer-menu a {
    color: currentColor;
    font-family: inherit;
    padding: 4px 0;
    display: inline-block;
    font-size: 24px;
    font-family: var(--boldFontFamily);
    letter-spacing: 0;
}
ul#footer-menu li {
    margin-right: 40px;
    margin-bottom: 8px;
}
.address-content br:first-child {
    display: none;
}
ul.social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
ul.social-menu li + li {
    margin-left: 12px;
}
.opening-hours p {
    margin-bottom: 4px;
}
ul.social-menu li a.nav-link {
    font-size: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid var(--themeColor);
    border-radius: 50%;
    background: var(--themeColor);
}
ul.social-menu li a.nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./assets/img/icon-fb.png) no-repeat;
    background-size: 50% auto;
    background-position: center;
}
ul.social-menu li.link-insta a.nav-link:before {
    background: url(./assets/img/icon-insta.png) no-repeat;
    background-size: 50% auto;
    background-position: center;
}
.footer-bootom-bar {
    border-top: 2px dotted;
    padding: 35px 0;
    margin-top: 25px;
}
.footer-bootom-bar p {
    margin: 0;
}
.website-by-text a {
    font-family: var(--boldFontFamily);
    text-decoration: none;
    color: currentColor;
    display: inline-block;
}
.all-rights-text span + span {
    margin-left: 40px;
}
.footer-social-links {
    display: flex;
    align-items: center;
}
.footer-social-links a i {
    display: block;
    background: url(./assets/img/icon-sprite-social.png) no-repeat;
    width: 34px;
    aspect-ratio: 1 / 1;
    background-size: auto 100%;
}
footer.main-footer a[title="TikTok"] i {
    background-position: -59px 0;
}
footer.main-footer a[title="Facebook"] i {
    background-position: -116px 0;
}
footer.main-footer a[title="Youtube"] i {
    background-position: -167px;
    aspect-ratio: 1 / 0.95;
}
footer.main-footer a[title="Linkedin"] i {
    background-position: -237px 0;
}
footer.main-footer a[title="Spotify"] i {
    background-position: -297px 0;
}
.footer-opening-hours strong {
    width: 120px;
}
.footer-opening-hours span {
    font-size: 90%;
}
.footer-opening-hours p {
    margin-bottom: 8px;
}
.footer-opening-hours p:last-child {
    margin-bottom: 0;
}

/* * * * * * * * * * * * * * *
 * Default page
 * * * * * * * * * * * * * * */
#content {
    padding-top: var(--headerHeight);
}
section.default-page-section {
    padding-block: 100px;
}
section.default-page-section h1,
section.default-page-section h2,
section.default-page-section h3 {
    color: var(--themeColor);
}
.default-page-content {
    text-align: justify;
    max-width: 1120px;
    margin: 0 auto;
    letter-spacing: 0.03em;
}
.default-page-content h1,
.default-page-content h2,
.default-page-content h3 {
    font-size: 40px;
    color: var(--themeColor);
    margin-bottom: 20px;
    text-align: left;
}
.default-page-content > section:not(:first-child) h1 {
    margin-top: 60px;
}
.default-page-content h1 ~ h1,
.default-page-content h2 ~ h2,
.default-page-content p ~ h3,
.default-page-content p ~ h2,
.default-page-content h3 ~ h3 {
    margin-top: 60px;
}
p.last-updated-text {
    margin: 50px 0 0;
    font-size: 120%;
}
section.section-default-padding {
    padding-block: 100px;
}
section.section-default-padding-top {
    padding-block: 100px;
}
section.section-mid-padding {
    padding-block: 50px;
}
.default-page-content p > strong:only-child {
    font-size: 120%;
    color: var(--themeColor);
    text-transform: uppercase;
}
.fc__general_text .container {
    padding: 0;
}
.default-page-content table {
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
}
.related-posts > h2 {
    font-size: 56px;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
}
.welcome-video-section img, .welcome-video-section video, .welcome-location-head-section img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
}
.welcome-location-head-section img {
    height: 46vw;
    -o-object-position: center;
       object-position: center;
}

/* * * * * * * * * * * * * * *
 * Contact page
 * * * * * * * * * * * * * * */
section.contact-heading {
    padding-block: 90px 50px;
}
section.contact-heading p.textarea-content {
    margin-bottom: 30px;
}
.contact-content-section {
    padding-top: 12px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}
.contact-content-section h2 {
    font-size: 24px;
    max-width: 600px;
    margin-bottom: 30px;
}
.contact-content-section address {
    position: relative;
    padding-left: 30px;
    margin-bottom: 50px;
}
.contact-content-section address:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0;
    top: 0;
    background: url(./assets/img/icon-location.svg) no-repeat;
    background-size: contain;
}
.contact-content-section address br:first-child {
    display: none;
}
.contact-content-section a {
    color: #FFFFFF;
}
.contact-info-column a {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 25px;
}
.contact-info-column a:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 1px;
    background: url(./assets/img/icon-mail.svg) no-repeat;
    background-size: contain;
}
.contact-info-column a.contact-number:before {
    background: url(./assets/img/icon-phone.svg) no-repeat;
    background-size: contain;
}
section.contact-heading p.booking-content {
    font-family: var(--boldFontFamily);
}


/* * * * * * * * * * * * * * *
 * CF7 Form
 * * * * * * * * * * * * * * */
 .dynamic-contact-form {
    max-width: 900px;
    margin: 0 auto;
}
form.klaviyo-form input,
input.wpcf7-text,
select.wpcf7-select,
textarea.wpcf7-textarea {
    max-width: 100%;
    display: block;
    color: #7A2D3A;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 13px 25px 13px 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none;
    font-family: var(--bodyFontFamily) !important;
}
form.klaviyo-form label {
    font-family: var(--boldFontFamily) !important;
}
label.dynamic-contact-field {
    display: block;
    margin-inline: 10px;
    position: relative;
    margin-bottom: 50px;
}
form.klaviyo-form button {
    font-family: var(--boldFontFamily) !important;
    font-size: 1.1rem !important;
    height: 50px !important;
}
label.dynamic-contact-field br {
    display: none;
}
label.dynamic-contact-field small {
    position: absolute;
    background: #FFF;
    z-index: 1;
    left: 19px;
    padding: 2px 6px;
    top: -12px;
    font-family: var(--boldFontFamily);
}
textarea.wpcf7-textarea {
    height: 150px;
    width: 100%;
}
.dynamic-contact-form button.btn-theme {
    margin: 0 auto;
    display: table;
    position: relative;
    width: 310px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffe4e4;
    border: 0;
    color: #b74747;
    font-size: 16px;
    padding: 14px;
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
}
form.wpcf7-form.submitting button.btn-theme {
    pointer-events: none;
    opacity: 0.8;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    color: #649f64;
}
form.wpcf7-form button.btn-theme:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e5f7e5;
    z-index: -1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
form.wpcf7-form.submitting button.btn-theme:before {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}


a.btn-theme,
button.btn-theme {
    background: var(--themeColor);
    color: #FFFFFF;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-family: var(--boldFontFamily);
    font-size: 1.4rem;
    border: 2px solid #131111;
    padding: 8px 15px 6px;
    border-radius: 4px;
    -webkit-appearance: none;
}
button, input, select, textarea {
    -webkit-appearance: none;
}
a.btn-theme.btn-stroke,
button.btn-theme.btn-stroke {
    color: var(--themeColor);
    background: transparent;
    border: 5px solid;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 5px 0 3px;
}


/* * * * * * * * * * * * * * *
 * Common classes
 * * * * * * * * * * * * * * */
.overlay, .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
a.overlay-link {
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}
.overlay-content {
    padding: 40px 15px 25px 25px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    color: #fff;
}
.text-right {
    text-align: right;
}

/* * * * * * * * * * * * * * *
 * Breadcrumb bar
 * * * * * * * * * * * * * * */
 section.heading-bar.breadcrumb-bar {
    height: auto;
    padding-block: 18px;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: currentColor;
}
.breadcrumb-item a {
    font-family: var(--boldFontFamily);
    color: currentColor;
    text-decoration: none;
    display: inline-block;
}
a.badge.bg-primary-subtle {
    background: #fff !important;
    color: var(--themeColor) !important;
    border: 1px solid;
    border-radius: 25px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 19px;
    margin-right: 15px;
}
.post-content-head a.badge.bg-primary-subtle {
    pointer-events: none;
    margin-right: 5px;
}


/* * * * * * * * * * * * * * *
 * Post styles
 * * * * * * * * * * * * * * */
section.post-content-section {
    padding-block: 70px 100px;
}
.container.post-container {
    max-width: 1120px;
}
.post-content-head h1 {
    font-size: 90px;
    letter-spacing: 0.02em;
    line-height: 1;
}
.post-content-head {
    margin-bottom: 40px;
}
.post-content-main {
    padding-bottom: 40px;
    border-bottom: 2px dotted var(--themeColor);
}
.post-content-main p:not(:empty) {
    margin-bottom: 40px;
}
.post-content-main :where(.wp-block-columns) {
    margin-bottom: 0;
}
.post-content-main h2,
.post-content-main h3 {
    font-size: 45px;
    margin-bottom: 25px;
    margin-top: 60px;
}
figure.wp-block-image.size-large {
    margin-bottom: 50px;
}
figure.wp-block-image.size-large img {
    display: block;
    width: 100%;
}
section.heading-bar.blogs-bar {
    color: #fff;
    padding-block: 40px;
    height: auto;
}
.all-categories-list li {
    list-style: none;
}
.all-categories-list li a {
    color: currentColor;
    text-decoration: none;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 20px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.all-categories-list ul {
    padding-left: 0;
    max-width: 860px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.all-categories-list p.title {
    margin: 10px 0;
    font-family: var(--boldFontFamily);
}
section.section-blogs-list {
    padding-block: 100px;
    min-height: 250px;
}
.no-events-available {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}

/* * * * * * * * * * * * * * *
 * Top banner
 * * * * * * * * * * * * * * */
section.hero-section {
    position: relative;
    height: 100dvh;
    min-height: 580px;
    overflow: hidden;
}
.hero-section h1 {
    text-transform: uppercase;
}
.hero-banner {
    margin: 0;
    overflow: hidden;
}
.hero-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
p.hero-sub-title {
    font-size: 20px;
    letter-spacing: 0.08em;
    font-family: 'Proxima-Nova-SemiBold';
}
.hero-description {
    max-width: 600px;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.hero-section-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 100px;
    z-index: 5;
}
.hero-section-box a.btn-theme {
    padding-inline: 32px;
}

img.img-since {
    height: 40px;
}
.site-about-page picture.hero-banner {
    position: relative;
}
.site-about-page picture.hero-banner:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19,17,17,1)), color-stop(50%, rgba(19,17,17,0.7)), to(rgba(19,17,17,0)));
    background: -o-linear-gradient(bottom, rgba(19,17,17,1) 0%, rgba(19,17,17,0.7) 50%, rgba(19,17,17,0) 100%);
    background: linear-gradient(0deg, rgba(19,17,17,1) 0%, rgba(19,17,17,0.7) 50%, rgba(19,17,17,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.welcome-section .lead {
    max-width: 82%;
    margin-inline: auto;
    font-size: 1.1rem;
}
.welcome-list {
    margin-top: 75px;
}
.welcome-column-item img {
    height: 135px;
    width: 166px;
    object-fit: contain;
}
.welcome-column-item h5 {
    font-family: var(--boldFontFamily);
    font-size: 1.4rem;
}
.welcome-column-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.explore-item-column h5 {
    font-family: var(--runningFontFamily);
    font-size: 2rem;
}
.explore-item-column ul {
    padding-left: 19px;
}
.explore-item-column li {
    font-size: 0.9rem;
}
.bg-yellow-bar {
    background: #FFCC00;
    height: 45px;
    border-top: 15px solid #255C9A;
    border-bottom: 15px solid #255C9A;
}
.bg-pink-bar{
	background: #7b2d3a;
    height: 15px;
}

.bg-stripe-bar {
    height: 45px;
    border-top: 1px solid #255C9A;
    border-bottom: 1px solid #255C9A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-stripe-bar hr {
    margin: 0;
    height: 1px;
    background: #255C9A;
    width: 100%;
    border: 0;
    opacity: 1;
}


.swiper.results-slider {
    margin-top: 50px;
    overflow: visible;
}
.swiper-slide.swiper-results-item {
    width: 22vw;
}
.results-box {
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.results-box img {
    width: 100%;
    display: block;
    aspect-ratio: 10 / 14;
}
.results-box figure {
    position: relative;
}
video.overlay-video {
    display: block;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    /* animation: fadeIn 0.5s ease-in-out forwards; */
}
.results-box figure video {
    /* display: none; */
    opacity: 0;
}
.explore-gym-list {
    margin-top: 50px;
}
.results-box figure:hover video {
    opacity: 1;
}
.results-box.playing figure:before {
    opacity: 0;
}
.results-box figure:after {
    content: '';
    background: linear-gradient(0deg, #343434, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.results-box figure:before {
    background: url(./assets/img/icon-play.png) no-repeat center center;
    background-size: contain;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    aspect-ratio: 1 / 1;
    z-index: 5;
}
.results-box-content.p-3 {
    color: white;
    padding: 1.5rem !important;
    z-index: 4;
}
.results-box-content h5 {
    font-family: var(--runningFontFamily);
    font-size: 2rem;
    transform-origin: bottom left;
    transform: rotate(-8.69deg);
}
.swiper-pagination.swiper-pagination-clickable {
    position: relative;
    margin-top: 40px;
    text-align: left;
}
.swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1A2239;
}
.swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    background: transparent;
    border: 1px solid #1A2239;
    opacity: 1 !important;
}
section.section-making-of-fgc .textarea-content {
    font-size: 0.9rem;
}

.coaches-list {
    margin-top: 50px;
}
.coach-box {
    overflow: hidden;
    border-radius: 10px;
    margin-right: 5px;
}
.coach-box img {
    width: 100%;
    display: block;
    aspect-ratio: 10 / 14;
}
.coach-box img + img {
    opacity: 0;
    transition: opacity 0.5s, transform 0.8s;
    transform: scale(1.1);
}
.coach-box:hover img + img {
    opacity: 1;
    transform: scale(1);
}
.coach-box figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.coach-box figure:after {
    content: '';
    background: linear-gradient(0deg, #131313, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 3;
}
.coaches-content {
    color: white;
    z-index: 4;
    padding: 25px;
}
.coaches-content h5 {
    font-family: var(--runningFontFamily);
    font-size: 3rem;
    transform-origin: bottom left;
    transform: rotate(-8.69deg);
    line-height: 1;
}
.coaches-content p {
    margin-bottom: 0;
}
.coaches-content a {
    color: currentColor;
    /* font-size: 0.8rem; */
}
section.section-default-padding.section-step-into-gfc {
    padding-top: 50px;
}
section.section-step-into-gfc .content-block {
    max-width: 43rem;
    font-size: 1.1rem;
}
section.section-step-into-gfc img {
    width: 170px;
    animation: imageRotate 60s linear infinite;
}
.gfc-figure:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    /* height: 43px; */
    max-width: 60%;
    aspect-ratio: 40 / 23;
    margin: 2px 0 0 2px;
    background: url(./assets/img/logo/feelgoodcollective-logo-2.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@keyframes imageRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gallery-box img {
    --bs-border-radius: 10px;
    aspect-ratio: 1 / 1;
    object-position: center;
    object-fit: cover;
    position: relative;
}
.gallery-pics {
    margin-top: 100px;
}
.gallery-box {
    width: 15vw;
    flex-basis: 15vw;
}
.gallery-box:nth-child(1) {
    margin-left: -2vw;
}
.gallery-box:nth-child(1) img {
    transform: rotate(-19deg);
}
.gallery-box:nth-child(2) img {
    transform: rotate(2deg);
}
.gallery-box:nth-child(3) img {
    transform: rotate(-9deg);
    top: 2vw;
}
.gallery-box:nth-child(4) img {
    transform: rotate(-2deg);
    top: 1vw;
}
.gallery-box:nth-child(5) img {
    transform: rotate(7deg);
    top: -0.5vw;
}
.gallery-box:nth-child(6) img {
    transform: rotate(-10deg);
    top: 1.5vw;
}
.gallery-box:nth-child(7) img {
    transform: rotate(7deg);
    top: -1vw;
}

.fat-loss-guide-bar {
    height: 0;
    right: 0;
    margin-top: 80px;
    margin-bottom: -50px;
    z-index: 12;
}
a.fat-loss-guide-button {
    width: 360px;
    height: 84px;
    background: url(./assets/img/bg-guide-button.png) no-repeat;
    background-size: contain;
    background-position: bottom right;
    text-decoration: none;
    top: -160px;
    margin-left: auto;
    animation: fadeRightInWithDelay 2s;
}
.fat-loss-guide-image {
    position: absolute;
    left: 55px;
    bottom: 4px;
    height: 142px;
    transform-origin: bottom right;
    transition: 0.3s;
    z-index: 10;
}
body .fat-loss-guide-bar .align-items-end{
	align-items: center !important;
}
.fat-loss-guide-text {
    font-family: var(--boldFontFamily);
    text-decoration: none;
    font-size: 19px;
    color: #792f38;
    text-transform: uppercase;
    padding: 12px 5px 10px 158px;
    line-height: 1.1;
    letter-spacing: 0;
}


div.modal {
    --bs-modal-bg: var(--bodyBgColor);
}
div.modal-header {
    border: 0;
}
.modal-header button.btn-close {
    opacity: 1;
    transform: scale(0.75);
    box-shadow: none !important;
}
.bookingModal .modal-dialog.modal-dialog-centered {
    --bs-modal-width: 800px;
}
div.modal h5.modal-title {
    font-family: var(--runningFontFamily);
    font-size: 2.65rem;
    color: #D62639;
    line-height: 1.2;
}
div.modal h5.modal-title + p {
    margin: 5px auto 30px;
    font-size: 1.35rem;
    max-width: 23rem;
    line-height: 1.3;
}

.form-row label {
    font-family: var(--boldFontFamily);
    margin-bottom: 3px;
    font-size: 0.9rem;
}
.booking-form {
    max-width: 21rem;
    margin: 0 auto 50px;
}
.checkbox-row span.wpcf7-form-control-wrap {
    background: none;
}
.checkbox-link p {
    display: flex;
    align-items: center;
}
.checkbox-link p br {
    display: none;
}
.checkbox-link p a {
    margin-left: 4px;
    font-size: 0.9rem;
}
.checkbox-link p label {
    font-family: inherit;
}
.checkbox-link p input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin-right: 3px;
}
.form-row .btn {
    width: 100%;
    max-width: none;
}


.freeGuideModal .modal-dialog.modal-dialog-centered {
    max-width: 900px;
}
.freeGuideModal .modal-body {
    padding: 0;
}
.freeGuideModal .modal-content {
    overflow: hidden;
    border-radius: 10px;
}

.freeGuideModal .col-form-body {
    padding: 0 50px 50px;
    margin-top: -15px;
}
.freeGuideModal h3 {
    font-size: 2.2rem;
    max-width: 18rem;
    line-height: 1.2;
    margin-bottom: 8px;
}









section.about-welcome-section {
    background: #131111;
    color: #fff;
}
section.about-welcome-section .container {
    padding-block: 100px;
    border-top: 2px dotted #fff;
}
.hero-section-box h1 {
    font-size: 48px;
}
.about-welcome-section p.about-welcome-description {
    text-transform: uppercase;
    font-family: 'calling-code-bold';
    font-size: var(--secondaryHeadingSize);
    text-align: left;
    padding-left: 25px;
    line-height: 1.1;
}
.about-welcome-section figure {
    overflow: hidden;
    border-radius: 10px;
    margin-right: 40px;
}
.about-welcome-section figure img {
    width: 101%;
    display: block;
    max-width: none;
}
.welcome-content-section h3 {
    font-size: var(--secondaryHeadingSize);
}
.welcome-supplies-box {
    padding: 80px;
    border: 3px dotted var(--themeColor);
    border-radius: 5px;
}
.welcome-location-head h3,
.welcome-location-list-section h3,
.welcome-supplies-box h3 {
    font-size: var(--secondaryHeadingSize);
    letter-spacing: 0.02em;
    line-height: 1.1;
}
.welcome-location-list-section h3,
.welcome-supplies-box h3 {
    margin-bottom: 50px;
}
.site-about-page .hero-description {
    margin-bottom: 0;
}
.site-about-page .hero-section-box {
    padding-bottom: 95px;
}


/* * * * * * * * * * * * * * *
 * Welcome section
 * * * * * * * * * * * * * * */
section.homepage-banner-section {
    height: 100vh;
    height: calc(100dvh - 273px);
    overflow: hidden;
}
section.homepage-banner-section img,
section.homepage-banner-section video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.site-home-page .welcome-content-block {
    padding-block: 100px;
}
.site-home-page .contact-content-section h4.section-sub-title,
.site-home-page .welcome-content-block h4.section-sub-title {
    color: var(--themeColor);
}
.site-home-page .welcome-content-block h2 {
    font-size: 24px;
}
.site-home-page .welcome-content-block a {
    color: var(--themeColor);
}
.membership-options-section h2.section-title {
    max-width: 640px;
    font-size: 24px;
    margin-bottom: 50px;
}
.site-home-page .contact-content-section {
    padding-top: 100px;
}
.home-banner-location {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
p.banner-location-description {
    position: relative;
    padding-left: 35px;
}
p.banner-location-description:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0;
    top: -5px;
    background: url(./assets/img/icon-location.svg) no-repeat;
    background-size: contain;
}
.site-home-page .hero-section h1 {
    font-size: 47px;
}
.site-home-page .hero-section .hero-description {
    font-size: 22px;
}
.site-home-page .hero-section-box {
    padding-bottom: 130px;
}


.post-card.event-card {
    padding-bottom: 20px;
    border-bottom: 3px dotted var(--themeColor);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.post-card.event-card figure {
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 5 / 4;
    min-height: 300px;
    border-radius: 5px;
    max-width: 100%;
}
.post-card.event-card .date-box {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 26px;
}
.post-card.event-card figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.post-card.event-card h2 {
    color: inherit;
    font-size: 35px;
    max-width: 90%;
    margin-bottom: auto;
    padding-bottom: 18px;
    line-height: 1.1;
}
.post-card.event-card p.post-date,
.post-card.event-card h2 + a {
    position: relative;
    font-size: 18px;
}
.post-card.event-card p.post-date:before,
.post-card.event-card h2 + a:before {
    content: '';
    background: url('./assets/img/icon-clock-orange.svg') no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.post-card.event-card h2 + a:before {
    background-image: url('./assets/img/icon-location-orange.svg');
    height: 30px;
    top: -2px;
}
.post-card.event-card h2 + a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.post-card.event-card h4 {
    font-size: 32px;
    margin-top: 5px;
}
.related-posts.related-events .btn-block {
    margin-top: 35px;
}


/* * * * * * * * * * * * * * *
 * Floated button
 * * * * * * * * * * * * * * */
.floated-booking-button-wrapper {
    position: sticky;
    height: 0px;
    bottom: 0;
    -webkit-animation: floatingBtnIn 2s ease-out;
            animation: floatingBtnIn 2s ease-out;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    left: 0;
    width: 98%;
    width: calc(100% - 10px);
    z-index: 12;
}
.booking-button-with-star,
.floated-booking-button {
    display: block;
    width: 200px;
    height: 200px;
    cursor: pointer;
}
.floated-booking-button {
    position: absolute;
    right: 30px;
    bottom: 40px;
    z-index: 10;
}
.booking-button-with-star {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 20px 0 10px;
}
.booking-button-with-star .bg,
.floated-booking-button .bg {
    background: url('./assets/img/bg-star.svg') no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.booking-button-with-star .img-text,
.floated-booking-button .img-text {
    background: url('./assets/img/book-a-table-btn.png') no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 25%;
    left: 15%;
    font-size: 0;
    width: 70%;
    height: 50%;
    background-position: center;
}
@keyframes fadeRightInWithDelay {
    0%, 75% {
        opacity: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes floatingBtnIn {
    0%, 75% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes floatingBtnIn {
    0%, 75% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.floated-booking-button span.bg {
    -webkit-animation: floatingStarIn 2s ease-out;
            animation: floatingStarIn 2s ease-out;
}
@-webkit-keyframes floatingStarIn {
    0%, 75% {
        opacity: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@keyframes floatingStarIn {
    0%, 75% {
        opacity: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

section.home-hero-section {
    height: calc(100dvh - 170px);
}
.home-events-list {
    background-color: var(--secondaryBgColor);
}


/* * * * * * * * * * * * * * *
 * Location+
 * * * * * * * * * * * * * * */
ul#bootscore-navbar li.main-location-link a.nav-link {
    padding-right: 40px !important;
    position: relative;
}
ul#bootscore-navbar li.main-location-link a.nav-link:before {
    content: '+';
    position: absolute;
    left: 100%;
    margin-left: -36px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 115%;
    line-height: 1.25;
}
ul#bootscore-navbar li.main-location-link a.active.nav-link:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
ul#bootscore-navbar li.main-location-link a.nav-link {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
}
ul#bootscore-navbar li.main-location-link a.active.nav-link {
    color: var(--themeColor);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

span.link-clear {
    border-bottom: 2px solid transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5px;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hide, .col-category.hide {
    display: none !important;
}
.section-blogs-list .col-category {
    -webkit-animation: bubbleIn 0.4s cubic-bezier(.35,.64,.62,1.43);
            animation: bubbleIn 0.4s cubic-bezier(.35,.64,.62,1.43);
}
.section-blogs-list .col-category:nth-child(3n+2) {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
}
.section-blogs-list .col-category:nth-child(3n+3) {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
}
@-webkit-keyframes bubbleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes bubbleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.post-card.news-card h2 {
    color: inherit;
    margin-bottom: 10px;
}
.post-card.news-card p:empty {
    display: none;
}

section.announcement-bar {
    background: var(--themeColor);
    text-align: center;
    color: #FFFFFF;
    /* margin-top: var(--headerHeight);
    margin-bottom: calc(var(--headerHeight) * -1); */
}
section.announcement-bar a {
    color: #FFFFFF;
}
section.announcement-bar a img {
    height: 32px;
    vertical-align: middle;
    margin-left: 15px;
}

.pattern-bg {
    position: relative;
    overflow: hidden;
}
.pattern-bg > div {
    height: 30px;
    width: calc(100% + 60px);
}
.pattern-bg-pink div {
    background: url('./assets/img/bg-pattern-pink.png') repeat-x;
    background-size: auto 100%;
}
.pattern-bg-blue div {
    background: url('./assets/img/bg-pattern-blue.png') repeat-x;
    background-size: auto 100%;
}
.pattern-bg-red div {
    background: url('./assets/img/bg-pattern-red.png') repeat-x;
    background-size: auto 100%;
}
.pattern-bg-row-1 {
    margin-left: -2px;
}
.pattern-bg-row-2 {
    margin-left: -32px;
}


/* * * * * * * * * * * * * * *
 * Additional UX
 * * * * * * * * * * * * * * */
::-moz-selection {
    background-color: rgb(233, 108, 108, 0.7); /* Background color for selected text */
    color: white; /* Text color for selected text */
}
::selection {
    background-color: rgb(233, 108, 108, 0.7); /* Background color for selected text */
    color: white; /* Text color for selected text */
}
a, button {
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
}
a:focus, button:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


/* * * * * * * * * * * * * * *
 * Animations - Header sticky
 * * * * * * * * * * * * * * */
nav#nav-main {
    overflow: hidden;
    height: auto;
}
nav#nav-main,
a.navbar-brand,
ul#bootscore-navbar {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.site-header {
    background: #fffbf3;
    transition: 0.5s;
}
.site-header.sticky-bar {
    background: #fffbf3;
    height: 172px;
}
.site-header.hidden-bar {
    /* background: none; */
    height: auto !important;
}
.site-header.sticky-bar nav#nav-main {
}
.site-header.hidden-bar #nav-main {
    height: 0;
    padding: 0;
}
.site-header.sticky-bar a.navbar-brand {
    width: 130px;
}
.site-header.sticky-bar ul#bootscore-navbar {
    margin-left: 20px;
}


.go4213795584,
form.klaviyo-form input,
.animated-input,
input.wpcf7-text, 
select.wpcf7-select,
textarea.wpcf7-textarea {
    border-color: #7A2D3A !important;
    background: #F8F8EA !important;
    color: #7A2D3A !important;
    width: 100%;
    padding-block: 20px !important;
    height: 52px !important;
    box-sizing: border-box !important;
}
.go4213795584 {
    padding: 0 18px !important;
    height: 54px !important;
}
.go1695381427 {
    background: #F8F8EA !important;
    height: 54px !important;
}
label.dynamic-contact-field:focus-within .wpcf7-form-control-wrap {
    background: -webkit-gradient(
          linear,
          left top, left bottom,
          from(var(--angle)),
          color-stop(var(--themeColor)),
          to(#ffc447)
        ) border-box;
    background: -o-linear-gradient(
          var(--angle),
          var(--themeColor),
          #ffc447
        ) border-box;
    background: linear-gradient(
          var(--angle),
          var(--themeColor),
          #ffc447
        ) border-box;
    -webkit-animation: 1s rotate linear infinite;
            animation: 1s rotate linear infinite;
}
label.dynamic-contact-field small {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
label.dynamic-contact-field:focus-within small {
    color: var(--themeColor);
}
span.wpcf7-form-control-wrap {
    padding: 1px;
    background: #7A2D3A;
    display: block;
    border-radius: 5px;
    position: static;
}
input.wpcf7-text:focus, textarea.wpcf7-textarea:focus {
    border: 0;
    outline: 0;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}
@-webkit-keyframes rotate {
    to {
        --angle: 360deg;
    }
}
@keyframes rotate {
    to {
        --angle: 360deg;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}


@media (hover: hover) {
/* * * * * * * * * * * * * * *
 * Mouse over - With underline
 * * * * * * * * * * * * * * */
.header-contact-details a,
ul#bootscore-navbar a,
.location-link-bar a,
.website-by-text a,
.breadcrumb-item a,
ul#footer-menu a {
    position: relative;
}
.footer-legal-links a {
    display: inline-block;
    position: relative;
}
.header-contact-details a:after,
.footer-legal-links a:after,
.sidebar-location-link:after,
ul#bootscore-navbar a:after,
.location-link-bar a:after,
.breadcrumb-item a:after,
.website-by-text a:after,
ul#footer-menu a:after {
    content: '';
    display: block;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.24s;
    -o-transition: 0.24s;
    transition: 0.24s;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    border: 0;
    margin: 0;
}
.header-contact-details a:hover:after,
.footer-legal-links a:hover:after,
.sidebar-location-link:hover:after,
.website-by-text a:hover:after,
.breadcrumb-item a:hover::after,
ul#bootscore-navbar a:hover:after,
.location-link-bar a:hover:after,
ul#footer-menu a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
ul#footer-menu a:after {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    margin-top: -3px;
}
.left-side-bar .sidebar-arrow:hover:before {
    -webkit-animation: arrorRightBlink 1s infinite;
            animation: arrorRightBlink 1s infinite;
}
.right-side-bar .sidebar-arrow:hover:before {
    -webkit-animation: arrorRightBlink 1s infinite;
            animation: arrorRightBlink 1s infinite;
}

@-webkit-keyframes arrorRightBlink {
    0%, 100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
    50% {
        opacity: 0.6;
        -webkit-transform: translateX(6px);
                transform: translateX(6px);
    }
}

@keyframes arrorRightBlink {
    0%, 100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
    50% {
        opacity: 0.6;
        -webkit-transform: translateX(6px);
                transform: translateX(6px);
    }
}
header .navbar-brand {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
}
header .navbar-brand:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
}
footer .footer-social-links a i,
.booking-button-with-star,
.floated-booking-button {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
}
footer .footer-social-links a:hover i {
    transform: scale(1.1);
}
.booking-button-with-star:hover {
    -webkit-filter: drop-shadow(2px 5px 0px black);
            filter: drop-shadow(2px 5px 0px black);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.floated-booking-button:hover {
    -webkit-filter: drop-shadow(5px 8px 0px black);
            filter: drop-shadow(5px 8px 0px black);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.booking-button-with-star:active
.floated-booking-button:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-filter: drop-shadow(2px 4px 0px black);
            filter: drop-shadow(2px 4px 0px black);
}


.post-card.news-card, .post-card.news-card figure img,
.post-card.event-card, .post-card.event-card figure img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.post-card figure {
    overflow: hidden;
}
.post-card.news-card:hover figure img,
.post-card.event-card:hover figure img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.post-card.news-card:hover,
.post-card.event-card:hover {
    color: var(--themeColor);
}


/* * * * * * * * * * * * * * *
 * Mouse over - Buttons
 * * * * * * * * * * * * * * */
form.klaviyo-form button,
a.btn-theme, button.btn-theme, ul#top-right-navbar a {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.24s;
    -o-transition: 0.24s;
    transition: 0.24s;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
}
form.klaviyo-form button:hover,
a.btn-theme:hover, button.btn-theme:hover, ul#top-right-navbar a:hover {
    border-color: #000;
    background: var(--themeColor);
    color: #FFFFFF;
    -webkit-box-shadow: 3px 4px 0 0 #131111;
            box-shadow: 3px 4px 0 0 #131111;
    -webkit-transform: scale(1.03) translateY(-2px);
        -ms-transform: scale(1.03) translateY(-2px);
            transform: scale(1.03) translateY(-2px);
}
a.btn-theme:active, button.btn-theme:active, ul#top-right-navbar a:active {
    -webkit-box-shadow: 0 0 0 0 #131111;
            box-shadow: 0 0 0 0 #131111;
    -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
a.btn-theme.btn-stroke:hover {
    background: #fffbf3;
    color: var(--themeColor);
    border-color: var(--themeColor);
    box-shadow: none;
    transform: none;
}
a.fat-loss-guide-button .fat-loss-guide-text {
    transition: 0.3s;
}
a.fat-loss-guide-button:hover .fat-loss-guide-text {
    color: #1A2239;
}
a.fat-loss-guide-button:hover img {
    transform: scale(1.1);
}
a.btn-theme.btn-stroke:active {
    padding-block: 4px;
}
ul#top-right-navbar .link-shop a:hover {
    -webkit-box-shadow: 0 3px 0 rgb(208 46 46);
            box-shadow: 0 3px 0 rgb(208 46 46);
}
ul#top-right-navbar .link-shop a:before {
    background: rgba(255,255,255,0.2);
}
a.btn-theme span {
    position: relative;
    z-index: 1;
}
.contact-content-section a,
.site-home-page .welcome-content-block a {
    -webkit-transition: 0.24s;
    -o-transition: 0.24s;
    transition: 0.24s;
}
.contact-content-section .row a:hover {
    color: var(--themeColor);
}
.site-home-page .welcome-content-block a:hover {
    color: #ff9090;
}
ul.social-menu li a.nav-link {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul.social-menu li a.nav-link:hover {
    -webkit-box-shadow: 2px 4px 0 #212121;
            box-shadow: 2px 4px 0 #212121;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
ul.social-menu li a.nav-link:active {
    -webkit-box-shadow: 1px 1px 0 #212121;
            box-shadow: 1px 1px 0 #212121;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
a.btn-theme.btn-black:before {
    background: rgba(255, 255, 255, 0.1);
}
a.btn-theme.btn-black:hover {
    -webkit-box-shadow: 0 3px 0 rgb(255 73 73);
            box-shadow: 0 3px 0 rgb(255 73 73);
}

.download-link-box:hover .overlay-content, .download-link-box:hover .overlay-content a {
    color: var(--themeColor);
}
.download-link-box figure {
    overflow: hidden;
}
.download-link-box:hover figure img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.download-link-box figure img, .download-link-box .overlay-content, .download-link-box .overlay-content a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.all-categories-list li a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.all-categories-list li a:hover {
    background: #fff;
    color: var(--themeColor);
    border-color: #fff;
    -webkit-box-shadow: 3px 5px 0 #131111;
            box-shadow: 3px 5px 0 #131111;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.filter-triggered .mb-5.col-category {
    opacity: 1 !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

span.link-clear:hover {
    font-family: var(--boldFontFamily);
    border-color: #fff;
}

.loaction-card:hover figure:after {
    height: 100%;
}
.loaction-card:hover h4 {
    color: var(--themeColor);
}
.loaction-card:hover figure img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.loaction-card:hover video {
    display: block;
    /* animation: flipIn 0.5s; */
}
.booking-button-with-star:hover span.bg {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.booking-button-with-star:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
/* .loaction-card figure {
    perspective: 300px;
    transform-style: preserve-3d;
}
.loaction-card:hover figure img {
    transform: rotateY(90deg);
    transform-style: preserve-3d;
} */
.swiper-free-mode>.swiper-wrapper .swiper-slide {
    width: auto !important;
}
@-webkit-keyframes flipIn {
    0%, 50% {
        -webkit-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}
@keyframes flipIn {
    0%, 50% {
        -webkit-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}

}
/* Hover end */

@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 993px) {
}
@media only screen and (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1814px;
        max-width: 95%;
    }
}
/* * * * * * * * * * * * * * *
 * Animations - Intro
 * * * * * * * * * * * * * * */
@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }
}
@-webkit-keyframes slideDown {
    0%, 25% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@keyframes slideDown {
    0%, 25% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@-webkit-keyframes slideDownLight {
    0%, 25% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes slideDownLight {
    0%, 25% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}


/* * * * * * * * * * * * * * *
 * Disable AOS in Small Screen
 * * * * * * * * * * * * * * */
@media only screen and (max-width: 992px) {
    [data-aos] {
        opacity: 1 !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
    }
}


/* * * * * * * * * * * * * * *
 * Mobile menu icon
 * * * * * * * * * * * * * * */
.menu-toggle {
    display: inline-block;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    padding: 8px;
}
.menu-toggle .icon-menu {
    display: block;
    position: relative;
    width: 26px;
    height: 24px;
    font-size: 1em;
}
.menu-toggle span i {
    background: #212121;
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.menu-toggle span i:first-child {
    top: 2px;
}
.menu-toggle span i:first-child+i {
    top: 10px;
}
.menu-toggle span i:first-child+i+i {
    top: 18px;
}
.menu-toggle.active,
.menu-toggle.active .icon-menu {
    color: #fff1e5;
}
.menu-toggle.active:hover {
    color: var(--thColor);
}
.menu-toggle.active span i:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(0.66);
        -ms-transform: rotate(45deg) scale(0.66);
            transform: rotate(45deg) scale(0.66);
    top: 8px;
    width: 37px;
}
.menu-toggle.active span i:first-child+i {
    opacity: 0;
}
.menu-toggle.active span i:first-child+i+i {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(0.66);
        -ms-transform: rotate(-45deg) scale(0.66);
            transform: rotate(-45deg) scale(0.66);
    top: 8px;
}
.gallery-list .swiper-pagination.swiper-pagination-clickable {
    position: absolute;
    margin-left: 15px;
    transform: scale(0.7);
    transform-origin: left;
    filter: brightness(1) invert(1);
}


/* * * * * * * * * * * * * * *
 * CSS Only slider
 * * * * * * * * * * * * * * */
 @media only screen and (max-width: 767px) {
    .gallery-grid {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .gallery-grid::-webkit-scrollbar {
        display: none;
    }
    .gallery-grid > div {
        display: inline-block;
        width: 100%;
        height: 300px;
        scroll-snap-align: start;
    }
}
@media (min-width: 767px) and (max-width: 1300px) {
    figure.gfc-figure {
        width: 130px;
    }
    .site-header.sticky-bar {
        height: 135px;
    }
}
@media (min-width: 1300px) and (max-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}

/* * * * * * * * * * * * * * *
 * Styles for Small Screen
 * * * * * * * * * * * * * * */
@media only screen and (max-width: 1460px) {
    .section-making-of-fgc .col-xxl-10 {
        width: 100%;
    }
    html {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1300px) {
    html {
        font-size: 15px;
    }
    .container {
        max-width: 100%;
        padding-inline: 20px;
    }
    :root {
        --headerHeight: 175px;
    }
    .site-header.sticky-bar {
    }
    section.homepage-banner-section {
        height: calc(100dvh - 235px);
    }
    header.site-header .navbar-nav .nav-link {
        font-size: 22px;
    }
    section.section-making-of-fgc .textarea-content br {
        display: block;
    }
    h1, .h1 {
        font-size: 2.75rem;
    }
    h2, .h2, h3, .h3 {
        font-size: 2.25rem;
    }
    section.welcome-section .lead {
        font-size: 1.2rem;
    }
    .welcome-column-item img {
        height: 100px;
        width: 100px;
    }
    .welcome-column-item h5 {
        font-size: 1rem;
    }
    .welcome-column-item p {
        font-size: 0.85rem;
    }
    .explore-item-column h5 {
        font-size: 1.5rem;
    }
    a.navbar-brand {
        width: 130px;
    }
    .header-contact-details > div:first-child {
        padding-right: 15px;
        margin-right: 15px;
    }
    ul#bootscore-navbar {
        margin-right: 0;
    }
    ul#top-right-navbar a {
        height: 42px;
        font-size: 20px;
    }
    ul#bootscore-navbar li.main-location-link a.nav-link {
        padding-right: 30px !important;
    }
    nav#nav-main {
        padding: 5px 0;
    }
    .pwh-sidebar {
        top: 150px;
        height: calc(100% - 150px);
    }
    .pwh-sidebar-content {
        width: 420px;
    }
    .hero-banner {
        height: 100%;
    }
    .hero-banner img, .hero-banner video {
        height: 100%;
        display: block;
        width: 100%;
    }
    :root {
        --mainHeadingSize: 45px;
        --secondaryHeadingSize: 40px;
        --linkHeadingSize: 22px;
        --sectionPadding: 80px;
        --headingMarginBottom: 40px;
        --postHeadingSize: 30px;
    }
    section.default-page-section,
    section.section-default-padding,
    section.post-content-section,
    section.section-blogs-list {
        padding-block: var(--sectionPadding);
    }
    .section-blogs-list h2, 
    .home-events-list h3, .home-blogs-list h3,
    .welcome-location-list-section h3, .welcome-supplies-box h3 {
        margin-bottom: var(--headingMarginBottom);
    }
    .loaction-card h4 {
        font-size: 36px;
    }
    .post-card.event-card h4,
    .post-card.news-card h2,
    .post-card.event-card h2 {
        font-size: var(--postHeadingSize);
    }
    body {
        letter-spacing: 0.02em;
        font-size: 17px;
    }
    section.heading-bar h1 {
        font-size: var(--mainHeadingSize);
    }
    section.heading-bar,
    section.heading-bar.blogs-bar {
        padding-block: 30px;
        height: auto;
    }
    .all-categories-list ul {
        max-width: none;
    }
    .post-content-head h1 {
        font-size: 65px;
    }
    section.hero-section.event-hero-section h1 {
        font-size: 60px;
    }
}


/* * * * * * * * * * * * * * *
 * Styles for Small Screen
 * * * * * * * * * * * * * * */
@media only screen and (max-width: 992px) {
    body {
        font-size: 16px;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-inline: 15px;
    }
    .textarea-content br {
        display: none;
    }
    header .container {
        padding-inline: 10px;
        display: block !important;
        overflow: hidden;
    }
    button.menu-toggle {
        margin-right: -5px;
        margin-left: 3px;
        margin-top: 1px;
    }
    .col-left ul#bootscore-navbar {
        display: none;
    }
    a.navbar-brand {
        width: 90px !important;
    }
    a.btn.header-cta-btn {
    font-size: 1rem;
    margin-top: 10px;
    }
    .header-cta-block .header-cta-btn:last-child {
    margin-left: auto;
    }
    .site-header.sticky-bar div.desktop-full-menu {
        height: auto;
    }
    header.site-header .navbar-nav .nav-link {
        color: var(--themeColor);
    }
    .offcanvas-body ul#top-right-navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 20px;
    }
    .offcanvas-body ul#top-right-navbar a {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .offcanvas-body ul#bootscore-navbar {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    a.nav-link.nav-st-home {
        padding: 20px;
        color: var(--themeColor);
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
    body[style*="overflow: hidden"] .site-header,
    body[style*="overflow: hidden"] .site-header.sticky-bar {
        height: 100%;
    }
    nav#nav-main {
        padding: 15px 0;
    }
    .header-actions ul#top-right-navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-right: 0;
    }
    .header-actions ul#top-right-navbar a.nav-link {
        margin-left: 0;
        min-width: 90px;
        font-size: 13px;
        height: auto;
        text-align: center;
        padding: 6px 8px;
        letter-spacing: 0;
    }
    .header-actions ul#top-right-navbar li + li {
        margin-left: 8px;
    }
    ul#top-right-navbar li.link-click-collect a.nav-link {
        color: #212121;
    }
    div#offcanvas-navbar {
        background: #fff;
    }
    div#offcanvas-navbar .btn-close {
        opacity: 1;
        /* filter: invert(1); */
        --bs-btn-close-color: #ff4949;
        background-image: url('./assets/img/icon-close.png');
        background-size: 80% auto;
    }
    .main-location-link ul.dropdown-menu {
        border: 0;
    }
    a.navbar-brand.footer-logo {
        width: 140px !important;
        margin-bottom: 20px;
    }
    .main-footer .d-md-flex > div {
        margin-bottom: 40px;
    }
    footer.main-footer h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }
    ul.social-menu {
        margin-top: 30px;
    }
    .main-footer .d-md-flex > div.opening-hours {
        margin-bottom: 0;
    }
    h4.section-sub-title {
        font-size: 15px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    .personal-content-block h2.section-title,
    .site-home-page .welcome-content-block h2,
    .membership-options-section h2.section-title {
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }
    .swiper-slide.swiper-results-item {
        width: 30vw;
    }

    .site-contact-page {
        padding-top: 127px;
    }
    section.contact-heading {
        padding-block: 35px 25px;
    }
    section.contact-heading p.textarea-content {
        margin-bottom: 20px;
    }
    .contact-content-section h2 {
        font-size: 21px;
        letter-spacing: 5px;
    }
    .site-home-page .contact-content-section {
        padding-block: 70px;
    }
    .dynamic-contact-form button.btn-theme {
        width: 100%;
        max-width: 400px;
        width: calc(100% - 20px);
    }
    label.dynamic-contact-field {
        margin-bottom: 35px;
    }
    .contact-content-section address {
        margin: 40px 0 25px;
        padding-left: 35px;
    }
    .contact-content-mobile a.btn-theme {
        margin-top: 20px;
        font-size: 15px;
        padding: 15px;
    }

    section.hero-section {
        min-height: 400px;
        height: auto;
    }
    .hero-banner, .hero-banner video, .hero-banner img {
        min-height: 400px;
    }
    .hero-section-box {
        padding-top: 150px;
    }
    .hero-section h1 {
        font-size: 26px;
        letter-spacing: 5px;
    }
    .site-membership-page .hero-section .hero-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hero-section-box a.btn-theme {
        padding-inline: 15px;
    }
    a.btn-theme, button.btn-theme {
        font-size: 1.1rem;
        letter-spacing: 0.01em;
        padding-bottom: 10px;
    }
    section.membership-features-section {
        padding-block: 20px;
    }
    .membership-features-section h3 {
        font-size: 14px;
        margin: 25px auto 50px;
    }
    p.hero-sub-title {
        font-size: 18px;
    }
    .hero-description {
        font-size: 16px;
        letter-spacing: 0;
    }
    .site-home-page .welcome-content-block,
    section.personal-content-section {
        padding-block: 70px;
    }
    .personal-content-block .content {
        padding-left: 0;
    }
    .site-home-page .hero-section h1 {
        font-size: 26px;
    }
    .site-home-page .hero-section .hero-description {
        font-size: 16px;
    }
    .site-home-page .welcome-content-block h2 br,
    .site-home-page .hero-section .hero-description br {
        display: none;
    }

    :root {
        --mainHeadingSize: 36px;
        --secondaryHeadingSize: 30px;
        --linkHeadingSize: 20px;
        --sectionPadding: 60px;
        --headingMarginBottom: 25px;
        --postHeadingSize: 26px;
    }

    div.desktop-full-menu {
        height: auto;
        flex-wrap: wrap;
    }
    .swiper-slide.swiper-announcement-item span {
        font-size: 1rem;
        padding-block: 12px;
    }
    section.homepage-banner-section {
        height: 80vw;
    }
    .pattern-bg > div {
        height: 20px;
        width: calc(100% + 40px);
    }
    .pattern-bg-row-2 {
        margin-left: -22px;
    }
    section.announcement-bar a img {
        height: 26px;
    }
    h1, .h1 {
        font-size: 1.66rem;
    }
    h2, .h2,
    h3, .h3 {
        font-size: 1.8rem;
    }
    section.welcome-section .lead {
        font-size: 1rem;
        max-width: none;
    }
    .mobile-left-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .pwh-sidebar-content {
        width: calc(100vw - 45px);
        max-width: 400px;
        padding: 15px;
    }
    aside#left_side_bar {
        height: 100%;
        top: 0;
    }
    .pwh-sidebar-border-box {
        padding: 15px;
    }
    .book-table-heading img {
        height: 60px;
    }
    .book-table-sidebar .book-table-titles {
        font-size: 14px;
    }
    .book-table-sidebar .content-terms {
        font-size: 13px;
    }

    .floated-booking-button {
        right: 5px;
        bottom: 20px;
        width: 100px;
        height: 100px;
    }
    .post-card.event-card p.post-date, .post-card.event-card h2 + a {
        font-size: inherit;
    }

    .post-content-head h1 {
        font-size: 44px;
        margin: 5px 0 15px;
    }
    a.btn-theme.btn-stroke, button.btn-theme.btn-stroke {
        font-size: 1.1rem;
        margin-left: auto;
    }
    .post-content-head a.badge.bg-primary-subtle {
        margin-bottom: 8px;
        font-size: 85%;
        margin-right: 2px;
    }
    .post-content-main p:not(:empty) {
        margin-bottom: 25px;
    }
    .post-content-head {
        margin-bottom: 30px;
    }

    footer.main-footer {
        padding-top: 60px;
    }
    ul#footer-menu li {
        display: block;
        margin-right: 0;
    }
    ul#footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    ul#footer-menu a {
        font-size: 20px;
        letter-spacing: 0;
        white-space: nowrap;
    }
    .main-footer .d-md-flex > div {
        margin-bottom: 30px;
    }
    ul.social-menu {
        margin-top: 10px;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .footer-bootom-bar {
        padding: 30px 0 40px;
    }
    p.all-rights-text span {
        display: block;
    }
    .all-rights-text span + span {
        margin-left: 0;
        margin: 8px 0;
    }


    .filter-block-right {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 20px;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        gap: 0;
        position: relative;
    }
    section.filter-bar.events-filter-bar {
        padding-block: 20px;
    }
    .filter-block-right h4 {
        margin-bottom: 5px !important;
        width: 100%;
    }
    .filter-block-right select.form-control.form-field, .filter-block-right .select-event-type select.form-control.form-field {
        width: 100%;
    }
    .select-location {
        width: 50%;
    }
    .select-event-type {
        width: 48%;
        margin-left: auto;
    }
    .filter-block-right a.clear-filter {
        position: absolute;
        top: 3px;
        right: 0;
    }
    section.hero-section.event-hero-section h1 {
        font-size: 35px;
        line-height: 1.1;
        margin-top: 20px;
        letter-spacing: 0.01em;
    }
    .event-hero-section .hero-section-box {
        position: relative;
        padding-top: 40px;
        height: 100%;
        padding-bottom: 50px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .event-hero-section picture.hero-banner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    section.hero-section.event-hero-section {
        height: auto;
        min-height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .post-content-main h2, .post-content-main h3, .event-venue-box h4 {
        font-size: var(--secondaryHeadingSize);
    }
    .event-venue-box h4 {
        margin-bottom: 25px;
    }
    .event-venue-box p.event-address, 
    .event-venue-box p.event-phone,
    .event-venue-box p.event-location {
        margin-block: 0 10px !important;
    }

    ul#bootscore-navbar li:first-child .nav-link {
        padding-left: 15px;
    }
    ul#bootscore-navbar li.main-location-link a.nav-link:before {
        content: '';
    }
    ul#bootscore-navbar li.main-location-link a.nav-link:after {
        content: '+';
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin-left: 4px;
        border: 0;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-left: 5px;
    }
    .download-link-box {
        max-width: 100%;
        margin: 0 0 20px;
        height: auto;
    }
    .overlay-content {
        padding-inline: 20px;
    }
    .download-link-box p.title {
        font-size: var(--secondaryHeadingSize);
        line-height: 1.1;
        margin-bottom: 6px;
    }
    section.section-blogs-list .mb-5 {
        margin-bottom: 25px !important;
    }
    .post-card.news-card h2 {
        margin-block: -8px 6px;
    }
    section.home-events-list .row.mb-5 {
        margin-bottom: 0 !important;
    }
    header ul#bootscore-navbar .nav-link {
        font-size: 28px;
        color: #131111;
        padding-block: 6px;
    }
    .offcanvas-body ul#top-right-navbar li a.nav-link {
        font-size: 17px;
        padding-inline: 10px;
        letter-spacing: 0;
        white-space: nowrap;
        margin-left: 15px;
    }
    .offcanvas-body ul#top-right-navbar li.link-book-a-table a.nav-link {
        margin-left: 10px;
    }
    .right-side-bar .pwh-sidebar-content {
        width: 100%;
        padding-top: 60px;
    }
    .left-side-bar .pwh-sidebar-content .sidebar-arrow,
    .right-side-bar .pwh-sidebar-content .sidebar-arrow {
        right: 15px;
        top: 17px;
        height: 30px;
        width: 30px;
        left: auto;
    }
    .left-side-bar .pwh-sidebar-content .sidebar-arrow:before,
    .right-side-bar .pwh-sidebar-content .sidebar-arrow:before {
        background-image: url('./assets/img/icon-close.png');
        background-size: 80% auto;
        height: 30px;
        width: 30px;
        margin: 0;
    }
    .left-side-bar .pwh-sidebar-content {
        width: 100%;
        max-width: none;
        padding-top: 60px;
    }
    .booking-button-with-star {
        width: 100px;
        height: 100px;
    }
    ul aside#left_side_bar {
        position: relative;
        display: block !important;
        background: #fff;
    }
    ul aside#left_side_bar span#left-side-bar-close {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-location-link ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul .left-side-bar .pwh-sidebar-content {
        padding-top: 10px;
    }
    ul .left-side-bar .pwh-sidebar-border-box {
        min-height: 0;
    }
    ul#bootscore-navbar li.main-location-link a.nav-link.active:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .related-posts.related-events .btn-block {
        margin: 0 0 10px;
    }
    ul.social-menu li a.nav-link:before {
        background-size: 50% auto;
    }

    .header-contact-details {
        font-size: 0.7rem;
        letter-spacing: 0;
    }
    .header-contact-details > div:first-child {
        padding-right: 6px;
        margin-right: 6px;
        width: 124px;
    }
    .header-contact-details > div:last-child {
        white-space: nowrap;
    }
    .col-social-menu.text-center {
        text-align: left !important;
        margin-top: 30px;
    }
    .fat-loss-guide-bar {
        display: block;
		position: fixed ! IMPORTANT;
        margin-bottom: -19px;
    }
    #page {
        overflow-x: hidden;
    }
}


/* * * * * * * * * * * * * * *
 * 404 Page
 * * * * * * * * * * * * * * */
section.hero-section.error-404 figure.hero-banner {background: #795e29;}
section.hero-section.error-404 figure.hero-banner img {
    opacity: 0.5;
}
section.hero-section.error-404 .hero-section-box {
    top: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
section.hero-section.error-404 h1.page-404-title {
    font-size: 100px;
    line-height: 1;
}
p.page-404-sub-title {
    font-size: 26px;
}
section.hero-section.error-404 .hero-section-box a.btn-theme {
    font-size: 26px;
    letter-spacing: 0.02em;
    font-family: var(--boldFontFamily);
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px solid #131111;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    margin-inline: 12px 16px;
    background-image: url(./assets/img/icon-arrow-white.png);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.oz-membeship-box{
	background: #F7F2E8;
    border-radius: 10px;
    padding: 100px 150px;
    text-align: center;
	margin-top: 40px;
}
.memebership-type-text{
	font-size: 45px;
    font-family: 'galadaregular';
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}
.membership_price{
	font-size: 30px;
    font-family: 'trade_gothic_lt_stdbold';
    font-weight: 700;
}
.memnership_discount_txt{
	color: #2AB318;
    font-size: 20px;
    font-family: 'trade_gothic_lt_stdregular';
}
.memnership_txt p{
	font-size: 20px;
    font-family: 'trade_gothic_lt_stdregular';
}
.memnership_txt p:first-child{
	margin-bottom: 45px;
}
.oz-membeship-box .btn-block{
	margin-bottom: 42px;
}
@media only screen and (max-width: 1440px) {
	.oz-membeship-box{
		padding: 80px 100px;
		text-align: center;
	}
}
@media only screen and (max-width: 1024px) {
	.oz-membeship-box{
		padding: 80px 50px;
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	.oz-membeship-box{
		padding: 80px 35px;
		text-align: center;
	}
	.memebership-type-text{
		 font-size: 35px;
	}
	.membership_price{
		 font-size: 22px;
	}
	.memnership_discount_txt{
		font-size: 17px;
	}
}
@media only screen and (min-width: 1200px) and (min-height: 700px) {
    .pwh-sidebar-top-content h4 {
        font-size: 17px;
    }
    a.sidebar-location-link {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) and (min-height: 850px) {
    .pwh-sidebar-top-content h4 {
        font-size: 18px;
    }
    a.sidebar-location-link {
        font-size: 24px;
    }
    .booking-button-wrapper .booking-button-with-star {
        margin-top: 30px;
    }
}
header, footer {
    overflow-x: hidden;
}
ul#bootscore-navbar li.main-location-link a.nav-link:after {
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .event-post-section .post-content-main h2 {
        max-width: 90%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .post-card.news-card figure {
        height: 220px;
        overflow: hidden;
    }
    .post-card.news-card figure img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .floated-booking-button {
        width: 150px;
        height: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    :root {
        --headerHeight: 139px;
    }
    .location-link-bar a {
        font-size: 22px;
    }
    .location-link-bar .d-md-flex {
        gap: 70px;
    }
    .booking-heading-image img {
        height: 60px;
    }
    figure.booking-heading-image {
        margin-bottom: 30px;
    }
    .booking-blocks-row p {
        font-size: 15px;
    }
    p.event-address.textarea-content br {
        display: block;
    }
    .row.booking-blocks-row {
        font-size: 14px;
    }
    .opening-hours-block span.day {
        width: 90px;
    }
    .welcome-location-section h3.textarea-content {
        margin-bottom: 60px;
    }
    a.navbar-brand {
        width: 90px !important;
    }
    .header-actions ul#top-right-navbar a.nav-link {
        font-size: 20px;
    }
    .loaction-card h4 {
        font-size: 26px;
    }
    section.section-blogs-list.home-events-list .btn-block {
        margin-top: 50px;
    }
    .post-card.event-card h4, .post-card.news-card h2, .post-card.event-card h2 {
        font-size: 22px;
    }
    .post-card.event-card figure {
        margin-bottom: 12px;
        min-height: 200px;
    }
    .post-card.event-card figure + p {
        margin-bottom: 8px;
    }
    .post-card.event-card p.post-date, .post-card.event-card h2 + a {
        font-size: 14px;
    }
    .post-card.event-card p.post-date:before, .post-card.event-card h2 + a:before {
        width: 20px;
        height: 20px;
        background-position: center;
        margin-right: 7px;
    }
    .post-card.event-card .date-box {
        left: 15px;
        top: 15px;
        font-size: 22px;
    }
    .event-venue-box {
        padding: 15px;
    }
    p.event-mail, p.event-phone {
        font-size: 14.5px;
        white-space: nowrap;
        margin-right: -10px;
    }
    .download-link-box:first-child {
        margin-right: 10px;
    }
    .download-link-box:last-child {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
	body a.fat-loss-guide-button{
		width: 260px;
    	height: 60px;
	}
	body .fat-loss-guide-text{
		font-size: 14px;
		padding: 10px 5px 10px 132px;
	}
	body .fat-loss-guide-image{
		height: 100px;
		bottom: 3px;
	}
    html {
        font-size: 16px;
    }
    .header-contact-details {
        font-size: 10px;
        width: auto;
    }
    .header-contact-details > div:first-child {
        text-align: left !important;
        width: 114px;
    }
    .btn-block a.btn-theme, button.btn-theme {
        width: 100%;
    }
    .right-logo {
        display: none;
    }
    .gallery-box {
        width: 40vw;
        flex-basis: 40vw;
    }
    .gallery-pics {
        margin-left: -9vw;
    }
    .welcome-supplies-box {
        padding: 30px 20px;
    }
    .welcome-supplies-box h3 {
        font-size: 20px;
    }
    section.heading-bar h1 {
        font-size: var(--secondaryHeadingSize);
    }
    .default-page-content {text-align: left;}
    .post-card.event-card {
        margin-bottom: 50px;
        height: auto;
        padding-bottom: 12px;
    }
    
    .post-card.event-card figure, .post-card.event-card figure + p {
        margin-bottom: 10px;
    }
    .post-card.event-card p.post-date:before, .post-card.event-card h2 + a:before {
        width: 20px;
        height: 20px;
    }
    .post-card.event-card h2 + a {
        margin-bottom: 4px;
    }
    .post-card.event-card p.post-date {
        margin-bottom: 8px;
    }
    .swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .swiper-slide.swiper-results-item {
        width: 72vw;
    }

    .welcome-location-section h3.textarea-content {
        margin-bottom: var(--sectionPadding);
        font-size: 24px;
    }
    figure.booking-heading-image {
        margin-bottom: 25px;
    }
    .row.booking-blocks-row > div + div {
        margin-top: var(--sectionPadding);
    }
    .opening-hours-block {
        margin-bottom: 20px;
    }
    .booking-address-content p:last-child {
        margin-bottom: 0;
    }
    .parralax-image-section, .parralax-image-section figure {
        min-height: 320px;
        margin: 0;
    }
    .all-categories-list li a {
        margin: 0 10px 0 0;
    }
    .all-categories-list ul {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: auto;
        max-width: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .all-categories-list li {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .all-categories-filter-wraper {
        width: 90vw;
        width: calc(100vw - 30px);
        overflow: auto;
    }
    .all-categories-list li span.link-clear {
        display: none;
    }
    .site-about-page img.img-since {
        height: 30px;
    }
    .site-about-page .hero-section h1 {
        font-size: 45px;
        letter-spacing: 1px;
    }
    .site-about-page .hero-section-box figure {
        margin-bottom: 8px;
    }
    .site-about-page .hero-section-box {
        padding-block: 60px 40px;
    }
    .site-about-page .hero-section .hero-banner {
        height: auto;
        max-height: 80dvh;
    }
    section.about-welcome-section .container {
        padding-block: 0;
        border-top: 0;
    }
    section.about-welcome-section .container > div {
        border-top: 2px dotted #fff;
        padding-block: 50px;
    }
    .about-welcome-section figure {
        margin-right: 0;
    }
    .about-welcome-section p.about-welcome-description {
        padding-left: 0;
        margin-top: 35px;
    }
    .welcome-video-section figure {
        margin: 0;
    }
    .col-md-4.mb-5.col-events {
        margin-bottom: 0 !important;
    }
    .loaction-card {
        aspect-ratio: 5 / 6;
        margin-bottom: 35px;
    }
    .loaction-card h4 {
        font-size: 32px;
    }
    .default-page-content h1, .default-page-content h2, .default-page-content h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .default-page-content.entry-content p {
        margin-bottom: 12px;
    }
    .default-page-content h1 ~ h1, .default-page-content h2 ~ h2, .default-page-content p ~ h3, .default-page-content p ~ h2, .default-page-content h3 ~ h3 {
        margin-top: 35px;
    }
    p.last-updated-text {
        margin-top: 35px;
    }
    p.last-updated-text strong {
        display: block;
    }
    section.heading-bar.location-heading-bar p img {
        width: 12px;
    }
    section.heading-bar.location-heading-bar p {
        font-size: 86%;
        letter-spacing: 0;
    }
    section.heading-bar.location-heading-bar {
        padding-block: 30px;
    }
    .location-link-bar a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .location-link-bar .d-md-flex {
        gap: initial;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .location-link-bar a:nth-child(2) {
        margin-inline: 5px;
    }
    .gallery-pics {
        overflow-x: visible;
    }
    section.section-step-into-gfc .content-block {
        font-size: 1rem;
        max-width: none;
        margin: 0 !important;
    }

    section.section-step-into-gfc .content-block h2 {
        font-size: 1.6rem;
    }
    section.homepage-banner-section img, section.homepage-banner-section video {
        height: 104%;
    }

    .header-contact-details {
        margin-left: auto;
    }
    header div.desktop-full-menu .navbar-brand {
        top: 6px;
        left: 7px;
        transform: none;
        order: -1;
    }
    .header-contact-details > div:first-child {
        padding-right: 6px;
        margin-right: 6px;
    }
    .header-contact-details > div:last-child {
        white-space: nowrap;
    }
    .header-cta-block {
        width: 100%;
        display: flex;
        margin-top: 8px;
    }
}
@media only screen and (max-width: 500px) {
    .breadcrumb-item+.breadcrumb-item::before {
        margin-inline: 3px 7px;
    }
    ol.breadcrumb.flex-nowrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    ol.breadcrumb.flex-nowrap li:last-child {
        padding-left: 0;
    }
    .welcome-location-head-section img {
        height: 60vw;
    }
    .site-header.sticky-bar {
    }
    .explore-gym-list {
        margin-top: 30px;
    }
}

.swiper-slide.swiper-announcement-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.swiper-slide.swiper-announcement-item span {
    position: relative;
    padding: 15px 20px;
    font-family: var(--boldFontFamily);
    font-style: italic;
    font-size: 1.1rem;
}
.swiper-slide.swiper-announcement-item {
    width: auto;
}
.swiper.announcement-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper.announcement-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
}
.startAnimation.announcement-slider .swiper-wrapper {
    -webkit-animation: ticketTape 20s linear infinite;
            animation: ticketTape 20s linear infinite;
}
.hoverAnimation.announcement-slider .swiper-wrapper,
.startAnimation.announcement-slider .swiper-wrapper:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
@-webkit-keyframes ticketTape {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes ticketTape {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.swiper.announcement-slider .swiper-slide {
    width: auto !important;
}
@media only screen and (max-width: 992px) {
    .startAnimation.announcement-slider .swiper-wrapper {
        -webkit-animation-duration: 20s;
                animation-duration: 20s;
    }
}
@media only screen and (max-width: 500px) {
    .startAnimation.announcement-slider .swiper-wrapper {
        -webkit-animation-duration: 24s;
                animation-duration: 24s;
    }
}
/* .location-sticky-bar {
    position: sticky;
    top: 0;
    z-index: 4;
} */
.site-main section {
    overflow-x: hidden;
}
section.welcome-location-list-section + section.section-blogs-list {
    padding-top: 0 !important;
}
.desktop-full-menu {
    height: 110px;
}
.site-header.sticky-bar .desktop-full-menu {
    height: 70px;
}
header .desktop-full-menu .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.download-link-box figure {
    height: 100%;
}
.download-link-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.click-collect-list-section .download-link-box p.title {
    font-size: 38px;
    letter-spacing: 0;
}
.click-collect-list-section .download-link-box {
    margin-bottom: 30px;
    max-width: 45%;
}

@media only screen and (max-width: 992px) {
    .click-collect-list-section .download-link-box {
        margin-inline: 10px;
    }
    .click-collect-list-section .download-link-box p.title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .click-collect-list-section .download-link-box {
        margin-inline: 0px;
        max-width: 100%;
    }
    .click-collect-list-section .download-link-box p.title {
        font-size: 26px;
    }
}

/* Signup Here Button Ticker Animation */
/* #signupHereButton .ticker-in-btn {
    display: none;
} */
#signupHereButton {
    position: relative;
    overflow: hidden;
}
#signupHereButton .main-text {
    opacity: 0;
}
#signupHereButton .ticker-in-btn {
    animation: tickerInBtn 3s linear infinite;
    display: block;
    left: 0;
    top: 50%;
    white-space: nowrap;
    margin-top: -1rem;
}
#signupHereButton .ticker-in-btn span {
    margin-right: 7.5%;
}
@media (hover: hover) {
    #signupHereButton:hover .ticker-in-btn {
        animation-play-state: paused;
    }
}
@keyframes tickerInBtn {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-59%);
    }
}
@media only screen and (max-width: 767px) {
    #signupHereButton .ticker-in-btn {
        margin-top: -0.8rem;
    }
}

div#bookingModal {
    --bs-modal-bg: #faf5ed;
}
div#bookingModal .modal-body {
    padding: 0 !important;
}
div#bookingModal form.klaviyo-form {
    max-width: none !important;
}
#bookingModal .booking-form {
    max-width: 26rem !important;
}

