/*
Theme Name: GeneratePress Child by Up&Gro
Author: Up & Gro
Description: GeneratePress Child Theme
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*** Global Styles - Start *******/
@font-face {
    font-family: 'InterHeading';
    src: url('./fonts/inter-bold.eot');
    src: url('./fonts/inter-bold.eFkXm!KL8xshnX6rot?#ief.gallery-wrapper>.gallery-itemix') format('embedded-opentype'), url('./fonts/inter-bold.woff') format('woff'), url('./fonts/inter-bold.woff2') format('woff2'), url('./fonts/inter-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterReg';
    src: url('./fonts/inter-regular.eot');
    src: url('./fonts/inter-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/inter-regular.woff') format('woff'), url('./fonts/inter-regular.woff2') format('woff2'), url('./fonts/inter-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Feeling Passionate';
    src: url('./fonts/feeling-passionate.eot');
    src: url('./fonts/feeling-passionate.eot?#iefix') format('embedded-opentype'), url('./fonts/feeling-passionate.woff') format('woff'), url('./fonts/feeling-passionate.woff2') format('woff2'), url('./fonts/feeling-passionate.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font-family: 'InterReg';
    --heading-font-family: 'InterHeading';

    --h1-font: 700 90px 'InterHeading';
    --h1-font-mobile: 700 42px 'InterHeading';
    --h2-font: 700 54px/105% 'InterHeading';
    --h2-font-mobile: 700 32px/105% 'InterHeading';
    --h3-font: 700 23px/110% 'InterHeading';
    --body-xl-text: 400 27px/30px 'InterReg';
    --body-xl-text-mobile: 400 20px/20px 'InterReg';
    --body-normal-text: 400 18px/24px 'InterReg';
    --body-small-text: 400 14px/140.625% 'InterReg';
    --btn-font: 700 18px 'InterHeading';

    --body-bg-color: #000000;
    --page-bg-color: #000000;
    --footer-bg-color: #191818;
    --primary-btn-bg-color: #FF538F;

    --body-text-color: #ffffff;
    --primary-btn-color: #ffffff;

    --body-max-width: 1920px;
    --content-max-width: 1170px;

    --header-menu-font-size: 18px;

    --header-padding: 20px;
    --standard-section-padding-mobile: 48px 18px;
    --standard-section-padding-desktop: 96px 112px;
    --footer-section-padding-mobile: 30px 18px;
    --footer-section-padding-desktop: 60px 112px;
}

html,
body {
    scroll-behavior: smooth;
}

.w-100,
figure.w-100>img {
    width: 100%;
}

body:not(.admin-bar) {
    font-family: var(--body-font-family);
    color: var(--body-font-family);
    background-color: var(--body-bg-color);
    max-width: var(--body-max-width);
    margin: auto !important;
    width: 100%;
}

body.wp-admin,
body.wp-editor,
body.post-type-post {
    background-color: #f0f0f1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    word-break: break-word;
}

h1 {
    font: var(--h1-font-mobile);
}

h2 {
    font: var(--h2-font-mobile);
}

h3 {
    font: var(--h3-font);
}

p,
p strong {
    font-family: var(--body-font-family);
}

ul,
li {
    list-style: none;
}

ul.disc-styled,
ul.disc-styled li {
    list-style: disc !important;
}

a,
a:hover,
a:active,
a:focus {
    color: #FF538F;
    text-decoration: none;
    cursor: pointer;
}

figure.rounded,
figure.rounded img {
    border-radius: 50px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

.mt-5 {
    margin-top: 32px;
}

.pt-48 {
    padding-top: 48px !important;
}

.py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.mb-24 {
    margin-bottom: 24px;
}

.gap-9 {
    gap: 9px;
}

.gap-18 {
    gap: 18px;
}

.gap-36 {
    display: flex;
    gap: 36px;
}

.gap-36-54 {
    gap: 36px;
}

.gap-24-45 {
    gap: 24px;
}

.gap-48{
    gap: 48px;
}
.hidden {
    display: none !important;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.d-flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body #page {
    background-color: var(--page-bg-color);
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    position: relative;
    /*overflow-y: auto;*/
}

body #masthead.sticky-header {
    position: fixed;
}

body #masthead {
    max-width: 1920px;
    padding: var(--header-padding);
    margin: auto;
    z-index: 9999999999;
    background-image: url('/wp-content/uploads/2025/11/mmf-bg-2026.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    width: 100%;
    transition: all 0.3s ease-in-out;
}


body #masthead .inside-header {
    max-width: var(--body-max-width);
    margin: auto;
    padding: 0;
    justify-content: space-between;
    color: #fff;
}

body #masthead .inside-header a {
    color: #fff;
}

body #masthead .inside-header a:hover,
body #masthead .inside-header a:focus,
body #masthead .inside-header a:active {
    color: #FF538F;
}

#hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
}

#hamburger-icon span {
    display: block;
    width: 100%;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s;
    position: absolute;
    height: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#hamburger-icon span {
    background: #fff;
}

#hamburger-icon span:nth-child(1) {
    top: 0px;
}

#hamburger-icon span:nth-child(2) {
    top: 10px;
}

#hamburger-icon span:nth-child(3) {
    top: 20px;
}

#hamburger-icon.open span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
}

#hamburger-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#hamburger-icon.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
}

#mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 999;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    padding: 20px;
    background-image: url('/wp-content/uploads/2025/03/primary-nav-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#mobile-nav ul.menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    margin-bottom: 24px;
    padding-left: 18px;
}

#mobile-nav.active {
    left: 0;
}

#mobile-nav>hr {
    color: #fff;
    background: #fff;
    margin: 10px 0;
}

.desktop-nav {
    display: none;
    min-height: 117px;
}

.site-logo img {
    min-width: 176px;
}

.left-nav,
.right-nav {
    flex-direction: column;
    gap: 21px;
}

#block-8>div {
    display: flex;
    gap: 0 9px;
    flex-wrap: wrap;
}

#block-8>div>p:last-child>a {
    font-size: 9px;
    font-family: 'InterReg';
    color: #FF538F;
}

.desktop-nav hr {
    color: #fff;
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 0;
}

.custom-nav-button>.nex-primary-btn {
    min-width: fit-content;
    max-width: fit-content;
    padding: 12px 24px;
	margin : 0 !important;
}
.custom-nav-button{
	display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.custom-nav-button>.nex-primary-btn:hover,
.custom-nav-button>.nex-primary-btn:focus,
.custom-nav-button>.nex-primary-btn:active {
    color: #FF538F;
    border: 2px solid #FF538F;
    background: transparent;
}

.shadowed-box {
    box-shadow: 0px -14px 28px 0px rgba(0, 0, 0, 0.25) inset;
}

.menu-item a[href="#"] {
    pointer-events: none;
    cursor: default;
}

#wistia-desktop {
    display: none;
}

#wistia-mobile {
    display: block;
}

@media only screen and (min-width: 500px) {
    div#wistia-desktop {
        display: block;
    }

    div#wistia-mobile {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    #mobile-nav {
        width: 50%;
    }

    body h1 {
        font: var(--h1-font);
    }

    body h2 {
        font: var(--h2-font);
    }

    body #home-banner>div>h1>span {
        font-size: 90px;
    }

    body .gap-36-54 {
        gap: 54px;
    }

    body .gap-24-45 {
        gap: 45px;
    }
}

@media (min-width: 992px) {
    #hamburger-icon {
        display: none;
    }

    .desktop-nav {
        display: flex;
    }

    body header#masthead .inside-header {
        justify-content: center;
        flex: 1;
        gap: 24px;
    }

    body header#masthead .inside-header>.desktop-nav {
        flex: 1;
    }

    body header#masthead .inside-header>.desktop-nav ul.menu {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 24px;
    }

    body header#masthead .inside-header>.desktop-nav.left-nav ul.menu {
        justify-content: flex-start;
    }

    body header#masthead .inside-header>.desktop-nav.right-nav ul.menu {
        justify-content: flex-end;
    }

    body header#masthead .inside-header>.desktop-nav.right-nav {
        text-align: end;
    }
	.custom-nav-button{
		justify-content: flex-end;
	}

    div.custom-nav-button>.nex-primary-btn {
        margin-left: auto;
        margin-right: 0;
    }
}

html .separate-containers .comments-area,
html .separate-containers .inside-article,
html .separate-containers .page-header,
html .separate-containers .paging-navigation {
    padding: 0;
}

body .ymc-smart-filter-container .pagination-load-more .btn-load,
.nex-btn {
    transition: all 0.3s ease-in-out;
}

body .ymc-smart-filter-container .pagination-load-more .btn-load:link,
.nex-btn:link {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}

body .ymc-smart-filter-container .pagination-load-more .btn-load:hover,
.nex-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body .ymc-smart-filter-container .pagination-load-more .btn-load:active,
.nex-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.nex-standard-section {
    padding: var(--standard-section-padding-mobile);
}

.nex-standard-section.about-section {
    padding-top: 36px;
    padding-bottom: 36px;
}

.nex-standard-section.participate-section {
    padding-top: 36px;
}

.nex-no-padding-section {
    padding: 0;
}

.nex-standard-row {
    max-width: var(--content-max-width);
    margin: auto;
    width: 100%;
}

.nex-standard-row.max-1080 {
    max-width: 1080px;
}

.nex-standard-row.top-border {
    border-top: 1px solid #FFF;
    margin-bottom: 36px;
}

.nex-full-row {
    max-width: var(--body-max-width);
    margin: auto;
}

p.nex-primary-btn,
p.nex-secondary-btn,
p.nex-third-btn,
p.nex-black-btn {
    width: fit-content;
}

body .ymc-smart-filter-container .pagination-load-more .btn-load,
.nex-primary-btn,
.nex-secondary-btn,
.nex-third-btn,
.nex-black-btn {
    border-radius: 50px;
}

a.nex-primary-btn,
.nex-primary-btn a,
.form-submit-btn.nex-primary-btn,
.form-submit-btn.nex-primary-btn:hover,
.form-submit-btn.nex-primary-btn:active,
.form-submit-btn.nex-primary-btn:focus,
.form-submit-btn.nex-primary-btn:focus-visible {
    display: flex;
    padding: 20px 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    background-color: var(--primary-btn-bg-color);
    color: var(--primary-btn-color);
    font: var(--btn-font);
    width: auto;
    min-width: 235px;
    border: 2px solid var(--primary-btn-bg-color);
    max-width: 280px;
    margin: auto;
}

body .ymc-smart-filter-container .pagination-load-more .btn-load,
a.nex-secondary-btn,
.nex-secondary-btn a {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    color: #FF538F;
    font: var(--btn-font);
    min-width: 235px;
    width: auto;
    border: 1px solid #FF538F;
    max-width: 280px;
    margin: auto;
}

.nex-btn>.ultp-loadmore-action {
    background: transparent !important;
    border: 1px solid #FF538F;
    border-radius: 30px !important;
    width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 21px;
    font: var(--btn-font);
    color: #FF538F !important;
}

a.nex-third-btn,
.nex-third-btn a {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    background-color: #FFF;
    color: #FF538F;
    font: var(--btn-font);
    min-width: 235px;
    width: auto;
    border: 1px solid #FFF;
    max-width: 280px;
    margin: auto;
}

a.nex-black-btn,
.nex-black-btn a {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    font: var(--btn-font);
    min-width: 245px;
    width: auto;
    border: 1px solid #FFF;
    max-width: 280px;
    margin: auto;
}

.site-footer {
    background-image: url('/wp-content/uploads/2025/11/mmf-bg-2026.jpg');
}

.site-footer .nex-footer-section {
    padding: var(--footer-section-padding-mobile);
}

.nex-footer-row {
    max-width: 1440px;
    margin: auto;
}

.footer-nav-cont {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    min-width: 120px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 18px;
    text-align: center;
}

.footer-logo p {
    font: var(--body-small-text);
}

.footer-logo .social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.footer-widget .accordion {
    background-color: transparent;
    color: #FF538F;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font: 600 14px / 18px var(--body-font-family);
    transition: 0.4s;
    padding: 16px 0;
    border-top: 1px solid #FF538F;
    padding-left: 8px;
}

.footer-widget .accordion:after {
    content: '+';
    color: #FF538F;
    font-weight: bold;
    float: right;
    width: 32px;
    height: 20px;
    font-size: 20px;
    text-align: center;
}

.footer-widget .accordion.active:after {
    content: '-';
}

.footer-widget .panel {
    padding: 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
    margin-bottom: 0;
    transition: max-height 0.3s ease-out, margin-bottom 0.3s ease-out;
}

.footer-widget .accordion.active+.panel {
    max-height: 250px;
    margin-bottom: 16px;
}

.footer-widget p {
    color: #ffffff;
}

.footer-widget .panel a {
    color: #FFFFFF;
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
}

.footer-widget .panel a:focus,
.footer-widget .panel a:active,
.footer-widget .panel a:hover {
    color: #FF538F;
}

.footer-widget .widget-title {
    display: none;
}

.footer-widget .widget ul.menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-widget .widget ul.menu li {
    margin-bottom: 0;
}

.copyright-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 16px;
    gap: 24px;
}

.copyright-section * {
    color: #fff;
    font: var(--body-small-text);
    text-align: center;
    margin: 0;
}

.copyright-section p {
    max-width: 600px;
}

.copyright-section p>a,
.copyright-section p>strong {
    font-weight: 700;
}

#main.site-main {
    margin: 0 !important;
}

.body-xl-text {
    font: var(--body-xl-text-mobile);
}

@media only screen and (min-width: 769px) {
    .site-footer footer.nex-footer-section {
        padding: var(--footer-section-padding-desktop);
    }

    div.copyright-section {
        flex-direction: row;
        gap: 60px;
    }

    body .body-xl-text {
        font: var(--body-xl-text);
    }

    .nex-standard-section.wp-block-cover {
        min-height: 420px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }

    div.nex-standard-section {
        padding: var(--standard-section-padding-desktop);
    }

    div.nex-standard-section.about-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    div.footer-nav-cont {
        display: grid;
        column-gap: 60px;
        grid-template-areas: "logo widget1 widget2 widget3 widget4";
        grid-template-columns: 1.5fr 0.8fr 1fr 0.7fr 1fr;
    }

    div.footer-logo .social-links {
        justify-content: flex-start;
    }

    div.footer-widget h2.widget-title {
        display: block;
        color: #FF538F;
        font-family: var(--body-font-family);
        font-size: 18px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        margin-bottom: 24px;
        word-break: auto-phrase;
    }

    div.footer-logo {
        margin-bottom: 0;
        justify-content: flex-start;
        text-align: left;
    }

    div.footer-widget .panel {
        background-color: transparent;
        max-height: fit-content;
        overflow: auto;
    }

    div.footer-widget.footer-widget4 {
        border-bottom: 0;
    }
}

/*Mobile Navigation - Start*/

.mobile-menu-open header#masthead.site-header.has-inline-mobile-toggle {
    padding-bottom: 32px;
    background: #FF538F;
    height: 100vh;
}

.sub-menu {
    display: none;
    transition: all 0.3s ease-in-out;
    width: max-content;
    flex-direction: column;
    gap: 8px;
}

.sub-menu a {
    display: block;
    width: 100%;
}

.menu-item-has-children {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
}

.menu-item-has-children>a {
    display: flex;
    gap: 9px;
    justify-content: center;
    align-items: center;
}

.menu-item-has-children>a::after {
    content: url('/wp-content/uploads/2025/04/arrow_drop_down.png');
    margin-top: -5px;
}

.menu-item-has-children:hover .sub-menu {
    display: flex;
}

.menu-item-has-children>a:hover::after {
    content: url('/wp-content/uploads/2025/04/arrow_drop_down-hover.png');
    margin-top: 3px;
    transform: rotate(180deg);
}

@media only screen and (min-width: 992px) {
    ul.sub-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        padding: 8px;
        background-image: url('/wp-content/uploads/2025/03/primary-nav-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/*Mobile Navigation - End*/

/*** Global Styles - End *******/

.nex-standard-section.about-section h2 {
    margin-bottom: 10px;
}

.nex-standard-section.about-section p.nex-secondary-btn {
    margin: auto;
}

.home-header {
    z-index: 10;
    position: relative;
}

.home-header>.nex-full-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-banner>h1>span {
    color: #FF538F;
    font: 400 42px "Feeling Passionate";
    line-height: 100%;
}

.home-banner>p {
    font-weight: 300 !important;
}

.home-banner>p>strong {
    font-weight: 700 !important;
}

.home-banner>p>span {
    color: #FF538F;
}

.home-banner>figure {
    margin-top: 24px;
    cursor: pointer;
}

.learn-magic-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url('/wp-content/uploads/2025/01/learn-to-do-magic-header-img.jpg') lightgray 0px -2.679px / 100% 125.581% no-repeat;
    padding: 72px 18px;
}

.rank-math-breadcrumb {
    padding-top: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    text-transform: capitalize;
}

.rank-math-breadcrumb .separator,
.rank-math-breadcrumb a {
    color: #fff;
}

.rank-math-breadcrumb * {
    font: 300 16px "InterReg";
}

.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:focus,
.rank-math-breadcrumb a:active,
.rank-math-breadcrumb span.last {
    color: #FF538F;
}

h5.wp-block-post-title a {
    color: #fff;
    font: var(--body-normal-text);
    font-weight: 700;
}

h5.wp-block-post-title a:hover,
h5.wp-block-post-title a:focus,
h5.wp-block-post-title a:active {
    color: #FF538F;
}

body.page-template-default.page>div.featured-image {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0px !important;
    height: 0px !important;
}

@media only screen and (min-width:769px) {
    div.learn-magic-header {
        padding: 144px 112px;
    }

    /*div#home-banner {
        background-image: url('/wp-content/uploads/2025/02/Banner-animation-wide-final0000.jpg');
    }*/

    div#home-banner>.confetti-btn {
        left: 20%;
        max-width: 280px;
        transform: translate(-20%);
    }
}


/****Slider - start*******/

.nex-slider {
    position: relative;
    margin: 32px auto 0 auto;
    overflow: hidden;
    display: flex;
    width: 100%;
    padding-bottom: 60px;
    max-width: 1080px;
}

.slider_wrapper {
    transition: transform 0.5s ease;
    display: flex;
    max-width: fit-content !important;
}

.slider-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0 20px;
}

.slider-item {
    width: 100%;
}

.slider-item .mmf-slider-text {
    display: flex;
    flex-direction: column;
    background-color: var(--page-bg-color);
    border-radius: 0 0 50px 50px;
    padding: 24px 18px 18px 18px;
}

.slider-item .mmf-slider-text p {
    font: var(--body-normal-text);
}

.navigation-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-dots .dot {
    width: 12px;
    height: 12px;
    background-color: #FF538F;
    border: 1px solid #FF538F;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.navigation-dots .dot.active {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    width: fit-content !important;
    transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    cursor: pointer;
    z-index: 10;
    height: 30px;
    background: #fff;
    padding: 4px;
}

.arrow.left-arrow {
    left: 2%;
    transform: rotate(-90deg);
}

.arrow.right-arrow {
    right: 2%;
    transform: rotate(90deg);
}

.nex-slider img {
    width: 100%;
    min-height: fit-content;
}

.news-slider {
    margin-top: 32px;
}

.news-slider .news-slider-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.news-slider .news-slider-grid>li {
    margin-left: auto;
    margin-right: auto;
}

.news-slider .slider-group {
    padding-top: 15px;
}

.related-news-grid .related-news-card img,
.learn-magic-grid .learn-magic-card img,
.news-slider .slider-group>.slider-item figure,
.news-slider .news-slider-grid>li figure {
    border-radius: 30px;
    background: lightgray -462.695px 0px / 238.213% 100% no-repeat;
    box-shadow: 4px 4px 10px 5px rgba(255, 83, 143, 0.70), -4px -4px 10px 5px rgba(255, 83, 143, 0.70);
}

.news-slider .slider-item {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 320px;
    width: 100%;
}

body .related-news-grid .related-news-card img,
body .learn-magic-grid .learn-magic-card img {
    max-width: 100%;
}

.related-news-grid .related-news-card img,
.learn-magic-grid .learn-magic-card img,
.news-slider .slider-item>figure img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    max-width: 320px;
    width: 100%;
    border-radius: 30px;
    object-position: center;
}

.body-small-text {
    font: var(--body-small-text);
}

.news-slider .slider-item .body-small-text,
.news-slider .slider-item .body-small-text>* {
    font: var(--body-small-text);
    color: #FF538F !important;
}

@media only screen and (min-width:400px) {
    div.news-slider .news-slider-grid {
        grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
        max-width: 1170px;
        margin: auto;
    }
}

@media only screen and (min-width:769px) {
    div.nex-slider {
        margin-top: 60px;
    }

    div.slider-group {
        justify-content: start;
    }

    div.news-slider {
        margin-top: 54px;
    }
}

/****Slider - end*********/

.inside-article>.entry-content {
    position: relative;
}

/****FAQ Section - Start****/
.mmf-faq-cont {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.mmf-faq-item {
    border-radius: 15px;
    border: 2px solid #FFF;
    width: 100%;
    padding: 27px 36px;
}

.mmf-faq-item.opened {
    background: #fff;
}

.mmf-faq-item.opened p {
    color: #000 !important;
}

.mmf-faq-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.mmf-faq-item.opened p.mmf-faq-text {
    border-top: 1px solid #000;
    padding-top: 9px;
    margin-top: 9px;
    max-height: fit-content;
}

.mmf-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    cursor: pointer;
}

.mmf-faq-header:after {
    content: url('/wp-content/uploads/2025/01/down-arrow.png');
    display: flex;
    width: 30px;
    height: 18px;
    justify-content: center;
    align-items: center;
}

.mmf-faq-item.opened .mmf-faq-header:after {
    content: url('/wp-content/uploads/2025/01/up-arrow.png');
}

body .block-editor-block-list__layout .block-editor-block-list__block.mmf-faq-text {
    max-height: fit-content;
}

.contact-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 32px;
}

.contact-grid .contact-card {
    display: flex;
    padding: 35px 27px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #FFF;
    max-width: 280px;
    min-height: 296px;
    width: 100%;
}

.contact-grid .contact-card>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-grid .contact-card>figure {
    padding: 9px;
    border-radius: 12px;
    border: 1px solid #D3D3D3;
}

.contact-grid .contact-card * {
    word-break: break-all;
}

@media only screen and (min-width:769px) {
    div.mmf-faq-cont {
        margin-top: 54px;
        margin-bottom: 54px;
        gap: 54px;
    }

    div.mmf-faq-item {
        padding: 18px 24px;
    }

    div.contact-grid {
        margin-top: 60px;
    }
}

/****FAQ Section - End******/

.mmf-logo-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 54px;
    margin-top: 36px;
}

.book-now-section {
    padding-top: 85%;
}

.book-now-cta-cont {
    background: #FF538F;
    border-radius: 30px;
    padding: 32px;
    min-height: 434px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1080px;
    margin: auto;
}

.book-now-cta-cont figure {
    position: absolute;
    left: 0;
    bottom: 100%;
    max-width: 646px;
}

.book-now-cta-cont>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.wpcf7.js form.wpcf7-form>div.subscription-form>p {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7.js form.wpcf7-form>div.subscription-form>p>span {
    width: 100%;
}

.wpcf7.js form.wpcf7-form>div.subscription-form>p>span>input {
    width: 100%;
    padding: 19px;
    border-radius: 50px;
    text-align: center;
}

.wpcf7.js form.wpcf7-form>div.subscription-form>p .nex-btn {
    width: 100%;
    max-width: unset !important;
}

#wpcf7-f347-p339-o1 {
    max-width: 980px;
    margin: auto;
    margin-top: 40px;
}

#wpcf7-f347-p339-o1 form>div.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wpcf7.js form>div.contact-form>div>p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

#wpcf7-f347-p339-o1 form label {
    display: flex;
    flex-direction: column;
    gap: 9px;
    color: #fff;
    font: var(--body-normal-text);
    width: 100%;
    max-width: 480px;
    margin: auto;
}

#wpcf7-f347-p339-o1 form label sup {
    color: #DC3545;
}

#wpcf7-f347-p339-o1 form input.form-input,
#wpcf7-f347-p339-o1 form select {
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 100%;
    padding: 12px 22px;
}

#wpcf7-f347-p339-o1 form textarea {
    border-radius: 50px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    width: 100%;
    padding: 24px 32px;
}

#wpcf7-f347-p339-o1 form input.wpcf7-submit {
    display: flex;
    max-width: 235px;
    margin: auto;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 700;
    width: 100%;
    background-color: #fff;
}
body .wpcf7 form .wpcf7-response-output{
	color: #fff;
}
.related-news-grid>*,
.learn-magic-grid>* {
    font-family: 'InterReg';
}

.related-news-grid {
    max-width: 1080px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
}

.learn-magic-grid {
    max-width: 1080px;
    margin: auto;
    margin-top: 54px;
}

.related-news-card {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 340px;
    margin: auto;
    height: 100%;
}

.learn-magic-card {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 340px;
    margin: auto;
    height: 100%;
}

.related-news-card .post-content,
.related-news-card .post-content * {
    color: #fff;
}

.learn-magic-card h5>a {
    color: #fff;
    font: var(--body-normal-text);
    font-weight: 700;
}

@media only screen and (max-width: 340px) {

    a.nex-primary-btn,
    .nex-primary-btn a,
    a.nex-secondary-btn,
    .nex-secondary-btn a,
    a.nex-third-btn,
    .nex-third-btn a,
    a.nex-black-btn,
    .nex-black-btn a {
        min-width: fit-content !important;
    }
}

@media only screen and (min-width: 570px) {
    div.related-news-grid {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }
}

@media only screen and (min-width: 769px) {
    div.book-now-section {
        padding-top: 12%;
    }

    div.book-now-cta-cont {
        padding: 60px;
    }

    div.book-now-cta-cont figure {
        left: -2%;
        bottom: 0;
    }

    div.book-now-cta-cont>div {
        max-width: 340px;
        margin-left: auto;
        z-index: 10;
    }

    div#wpcf7-f347-p339-o1 form label:not(.textarea) {
        width: 48%;
    }

    #wpcf7-f347-p339-o1 form label.textarea {
        max-width: 100%;
    }

    div.learn-magic-card {
        max-width: 540px;
    }
}

/****Testimonials - start ****/

.testimonial-item {
    width: 100%;
    border-radius: 30px;
    border: 0px solid #000;
    background: #FFF;
    display: flex;
    padding: 29px 38px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.testimonial-image {
    width: 80px !important;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-body {
    display: block;
    overflow: hidden;
    text-align: center;
}

/****Testimonials - end *****/

/****Shows Gallery - Start ****/

.gallery-filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
}

.gallery-filter-container>button {
    background: transparent;
    border-radius: 30px;
}

.gallery-filter-container>button.active,
.gallery-filter-container>button:hover,
.gallery-filter-container>button:active,
.gallery-filter-container>button:focus,
.gallery-filter-container>button:visited {
    background: #FF538F;
}

#mmf-shows-gallery.gallery-wrapper {
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: start;
}

.gallery-wrapper>.gallery-item {
    border-radius: 30px;
    max-width: 247.5px;
    min-width: 220px;
    height: 100%;
}

.gallery-wrapper>.gallery-item>div {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding-bottom: 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    flex-shrink: 0;
    align-self: stretch;
}

.gallery-wrapper>.gallery-item .d-flex-column {
    gap: 9px;
    padding: 0 14px;
}

.gallery-wrapper>.gallery-item .d-flex-column>* {
    text-align: left;
}

.gallery-wrapper>.gallery-item .d-flex-column>.body-small-text {
    font: var(--body-small-text);
}

.expandable-section {
    padding: 0 14px;
    text-align: left;
    display: flex;
    gap: 9px;
    flex-direction: column-reverse;
}

.expand-toggle-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expand-toggle-cont>button {
    background: none;
    color: #000;
    padding: 0;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.expand-toggle-cont>button>span {
    transform: rotate(180deg);
    line-height: 0;
    font-size: 26px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expand-toggle-cont>button.toggled>span {
    margin-top: 11px;
    transform: rotate(0deg);
}

.expanded-content {
    display: flex;
    flex-direction: column;
    font: var(--body-small-text);
    color: #545454;
    gap: 18px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.expanded-content.opened {
    height: fit-content;
    opacity: 1;
    visibility: visible;
}

.gallery-wrapper>.gallery-item>div>figure>img {
    border-radius: 30px;
    background: lightgray 50% / cover no-repeat;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.single-post-container .nex-standard-row {
    max-width: 1080px;
}

.single-post-container .nex-standard-section.pt-48 p {
    color: #fff;
    font: var(--body-normal-text);
    margin-bottom: 36px;
}

.single-post-container .nex-standard-section.pt-48 p.nex-btn {
    margin-left: auto;
    margin-right: auto;
}

.single-post-container .nex-standard-section.pt-48 figure,
.single-post-container .nex-standard-section.pt-48 ul {
    margin-bottom: 36px;
}

.single-post-container .nex-standard-section.pt-48 .wp-block-heading {
    color: #fff;
    margin-bottom: 36px;
    line-height: 105%;
}

.single-post-container .nex-standard-section.pt-48 .wp-block-embed__wrapper {
    width: 100%;
}

.single-post-container .nex-standard-section.pt-48 ul,
ul.disc-style,
.single-post-container .nex-standard-section.pt-48 ul>li,
ul.disc-style li {
    color: #fff;
    list-style: disc;
}

.two-img-row {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    justify-content: center;
    align-items: center;
}

.two-img-row>* {
    margin: 0;
}

.participate-cta-cont>div.gb-loop-item,
.participate-cta-cont {
    background-color: #ffcbdd;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 30px;
    max-width: 1080px;
    margin: auto;
    padding: 0;
}

.participate-cta-cont>div.gb-loop-item .taxonomy-category {
    padding: 8px 18px;
    color: #fff;
    background: #FF538F;
    border-radius: 30px;
}

.participate-cta-cont>div.gb-loop-item .wp-block-post-date {
    padding: 8px 18px;
    background: #FFF;
    border-radius: 30px;
}

.participate-cta-cont>div.gb-loop-item .taxonomy-category>a {
    color: #fff;
}

.participate-cta-cont>div.gb-loop-item>figure,
.participate-cta-cont>figure {
    width: 100%;
}

.participate-cta-cont>div.gb-loop-item>figure>a,
.participate-cta-cont>figure>a,
.participate-cta-cont>div.gb-loop-item>figure img,
.participate-cta-cont>figure img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 350px;
    min-width: 100%;
    border-radius: 30px 30px 0 0;
}

.participate-cta-cont>div.gb-loop-item>div,
.participate-cta-cont>div:not(.gb-loop-item) {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.participate-cta-cont>div.gb-loop-item>div>h2,
.participate-cta-cont>div>h2 {
    margin-bottom: 18px;
}

.participate-cta-cont>div.gb-loop-item>div>p.nex-btn,
.participate-cta-cont>div>p.nex-btn {
    margin-top: 36px;
}

.two-col-row {
    display: flex;
}

.two-col-row.img-right {
    flex-direction: column-reverse;
}

.two-col-row.img-left {
    flex-direction: column;
    background-color: #191818;
}

.two-col-row>div {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
    padding: 48px 36px;
}

.two-col-row.express-interest-cta>div {
    justify-content: center;
    align-items: center;
}

.two-col-row>figure>img {
    object-fit: cover;
    object-position: 65%;
    aspect-ratio: 1 / .8;
    height: 100%;
    max-height: 600px;
}

.two-col-row.express-interest-cta>figure>img {
    aspect-ratio: .8 / 1;
    max-height: 1134px;
}

.two-col-row>figure>img {
    border-radius: 0px 0px 30px 30px;
}

.additional-shows-filters {
    flex-direction: column;
}

.additional-shows-filters,
.mmf-gallery-filters,
#festival-filter-section {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px 32px;
    padding: 16px;
    background: #fff;
    align-items: center;
    border-radius: 30px;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1080px;
    margin: auto;
}
.additional-shows-filters select#show_venue{
    max-width:300px;
}
.additional-shows-filters select,
.mmf-gallery-filters select,
#festival-filter-section select {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 8px 38px 8px 18px;
    appearance: none;
    background-image: url(https://melbournemagicfestival.com/wp-content/uploads/2025/04/arrow_drop_down.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    display: flex;
    gap: 9px;
    text-align: center;
}

option:checked {
    background-color: #FF538F !important;
}

.additional-shows-filters>p.body-small-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    word-break: auto-phrase;
}

.additional-shows-filters>p.body-small-text>span {
    border-top: 1px solid #000;
    width: 10px;
    display: block;
}

.additional-shows-filters input#show_finder {
    border-radius: 30px;
    border: 1px solid #000;
    padding: 8px 18px;
}

.additional-shows-filters>div {
    display: flex;
    gap: 16px 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.additional-shows-filters>div>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#festival-winners-container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: grid;
    gap: 18px;
}

#festival-winners-container h2:not(:first-child) {
    margin-top: 18px;
}

#festival-winners-container h2 {
    color: #fff;
    text-align: center;
}

#festival-winners-container .festivals-list {
    max-width: 100%;
    width: auto;
}

.festivals-list {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    gap: 72px 36px;
    max-width: 1170px;
    width: 100%;
}

.festivals-list .festival-item {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 263px;
    margin: auto;
    height: 100%;
    width: 100%;
}

.festivals-list .festival-item ul {
    margin-left: 24px;
    color: #fff;
}

.festivals-list .festival-item ul,
.festivals-list .festival-item ul li {
    list-style: disc !important;
}

.festivals-list .festival-item .festival-content {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.festivals-list .festival-item .festival-content .festival-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.festivals-list .festival-item .festival-content>p {
    color: #fff;
    font: var(--body-normal-text);
}

.festival-links a {
    font: var(--body-small-text);
}

.festival-links .divider {
    width: 1px;
    height: 16px;
    background-color: #fff;
}

.festivals-list .festival-item .festival-image {
    display: flex;
    width: 100%;
    justify-content: center;
    aspect-ratio: 1 / 1.32;
    height: fit-content;
}

.festivals-list .festival-item .festival-image>img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1.32;
    object-fit: cover;
    object-position: center;
}

.express-interest-cta form.wpcf7-form>p {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.express-interest-cta form.wpcf7-form>p span.two-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.express-interest-cta form.wpcf7-form>p span.two-col>span {
    flex: 1;
}

.express-interest-cta form.wpcf7-form>p input:not(.nex-btn),
.express-interest-cta form.wpcf7-form>p select,
.express-interest-cta form.wpcf7-form>p textarea {
    width: 100%;
    padding: 18px 36px;
    flex-shrink: 0;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.80);
    font: var(--body-normal-text);
    color: rgba(0, 0, 0, 0.50);
}

.express-interest-cta form.wpcf7-form>p input.nex-btn {
    width: 100%;
    max-width: 100%;
    outline: none;
}

.express-interest-cta form.wpcf7-form .wpcf7-response-output {
    color: #fff;
    font: var(--body-normal-text);
    border-color: var(--primary-btn-bg-color);
}

.express-interest-cta form.wpcf7-form>p input:not(.nex-btn):active,
.express-interest-cta form.wpcf7-form>p input:not(.nex-btn):focus,
.express-interest-cta form.wpcf7-form>p select:active,
.express-interest-cta form.wpcf7-form>p select:focus,
.express-interest-cta form.wpcf7-form>p textarea:active,
.express-interest-cta form.wpcf7-form>p textarea:focus {
    background: #fff;
}

.two-btn-cont {
    display: flex;
    gap: 18px 36px;
    margin-top: 36px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.useful-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.useful-info-card {
    display: flex;
    justify-content: center;
    align-items: center !important;
    gap: 18px;
}

.useful-info-card a {
    color: #FF538F;
}

.pgcsimplygalleryblock-slider-collection {
    min-height: 370px !important;
}

.learn-magic-gallery .pgcsimplygalleryblock-slider-content {
    margin-top: 0 !important;
}

.pgcsimplygalleryblock-slider-content {
    max-width: 1170px;
    margin: auto;
    padding: 0;
    margin-top: 36px;
}

.pgc-slide-content {
    gap: 30px;
}

body div[data-gallery-id="75b31419"] .pgcsimplygalleryblock-slider-main-wrap,
div.pgcsimplygalleryblock-slider-collection .pgcsimplygalleryblock-slider-content {
    padding: 0 !important;
}

.pgcsimplygalleryblock-slider-item-wrap img {
    width: 100% !important;
}

.learn-magic-gallery .pgcsimplygalleryblock-slider-item img {
    left: 0 !important;
}

.blogs-grid {
    display: flex;
    flex-direction: column;
    gap: 54px;
    margin-top: 54px;
}

.blogs-grid .desktop-filter {
    display: none;
}

.blogs-grid .blogs-grid-cont {
    padding-top: 15px;
}

.wp-block-ultimate-post-advanced-filter .ultp-block-9ad461-wrapper {
    justify-content: center;
}

.wp-block-ultimate-post-advanced-filter .ultp-block-9ad461-wrapper .ultp-filter-button.ultp-filter-button-active {
    background: #FF538F !important;
}

.ultp-post-grid-block {
    max-width: 1170px;
    margin: auto;
}

.ultp-block-item {
    max-width: 370px;
    margin: auto;
}

.ultp-block-item .ultp-block-content-wrap {
    gap: 45px;
    display: flex;
    flex-direction: column;
}

.ultp-block-item .ultp-block-content-wrap .ultp-block-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    text-align: left;
}

.ultp-block-item .ultp-block-content-wrap .ultp-block-content .ultp-block-readmore {
    margin-top: 35px;
}

.ultp-block-item .ultp-block-content-wrap .ultp-block-content .ultp-block-readmore a svg {
    width: 10px;
    height: 10px;
}

.ultp-block-item .ultp-block-image img {
    aspect-ratio: 1/1;
    border-radius: 30px;
}

.single-post-container .nex-standard-section.pt-48 .blog-footer-right-col>p {
    margin-bottom: 9px;
}

.expanded-content-details {
    display: flex;
    gap: 4px;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.expanded-content-details>p:first-child {
    display: flex;
    gap: 9px;
    justify-content: start;
    align-items: start;
    font-size: 13px;
    line-height: 100%;
}

body .ymc-smart-filter-container ul.filter-entry {
    gap: 18px;
}

body #ymc-smart-filter-container-1.ymc-smart-filter-container ul.filter-entry>li.filter-item>a.filter-link {
    padding: 8px 18px;
    border-radius: 30px;
    background-color: transparent;
    margin: 0;
}

body #ymc-smart-filter-container-1.ymc-smart-filter-container ul.filter-entry>li.filter-item>a.filter-link:hover,
body #ymc-smart-filter-container-1.ymc-smart-filter-container ul.filter-entry>li.filter-item>a.filter-link.active {
    background-color: #FF538F;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry {
    gap: 30px;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item {
    border: none;
    padding: 0;
    border-radius: 30px;
    max-width: 360px;
    margin: auto;
    height: 100%;
    width: 100%;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>* {
    margin: 0;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>figure.media {
    border-radius: 30px;
    margin-bottom: 45px;
    padding: 0;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>figure>img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    height: 100%;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>header.title>a {
    font: var(--body-normal-text);
    color: #FF538F;
    font-weight: 700;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>div.excerpt {
    margin-bottom: 45px;
    font: var(--body-normal-text);
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>div.read-more {
    text-align: left;
}

body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>div.read-more>a {
    font: var(--body-small-text);
    color: #FF538F;
    font-weight: 700;
    padding: 0;
}
body .ymc-smart-filter-container .container-posts .post-layout1.post-entry .ymc-post-layout1.post-item>span.date {
    margin: 4px 0;
    border: 0;
    color: #fff;
}

body .ymc-smart-filter-container .filter-layout1 .posts-found {
    color: #fff;
}

@media only screen and (min-width: 500px) {
    div.express-interest-cta form.wpcf7-form>p span.two-col {
        flex-direction: row;
    }

    div.useful-info-grid {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }

    div#festival-filter-section {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 560px) {
    div.festivals-list {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 72px 36px;
    }
}

@media only screen and (min-width:769px) {
    .two-img-row {
        flex-wrap: nowrap;
    }

    div.additional-shows-filters {
        flex-direction: row;
    }

    div.additional-shows-filters,
    div.mmf-gallery-filters {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 8px 36px;
    }

    div.additional-shows-filters>p.body-small-text {
        flex-direction: column;
        gap: 2px;
    }

    div.additional-shows-filters>p.body-small-text>span {
        border-top: 10px solid #000;
        width: 1px;
    }
    div.participate-cta-cont>div.gb-loop-item>figure>a,
    div.participate-cta-cont>figure>a,
    div.participate-cta-cont>div.gb-loop-item>figure img,
    div.participate-cta-cont>figure img {
        max-height: fit-content;
        
    }
    div.participate-cta-cont>div.gb-loop-item,
    div.participate-cta-cont,
    div.two-col-row.img-left,
    div.two-col-row.img-right {
        flex-direction: row;
    }

    div.participate-cta-cont>div.gb-loop-item>figure,
    div.participate-cta-cont>figure {
        width: 30%;
        min-width: 321px;
    }

    div.participate-cta-cont>div.gb-loop-item>figure img,
    div.participate-cta-cont>figure img {
        min-height: 100%;
        max-height: 100%;
        min-width: 321px;
        border-radius: 30px 0 0 30px;
    }

    div.two-col-row>* {
        width: 50%;
    }

    div.two-col-row>div {
        padding: 90px 36px;
    }

    div.two-col-row.img-left>figure>img {
        border-radius: 0 30px 30px 0;
    }

    div.two-col-row.img-right>figure>img {
        border-radius: 30px 0 0 30px;
    }

    div.pgcsimplygalleryblock-slider-content {
        margin-top: 72px;
    }

    div.blogs-grid .desktop-filter {
        display: block;
    }

    .blogs-grid .mobile-filter {
        display: none;
    }
    body .additional-shows-filters>div,
    body .additional-shows-filters>div>div{
        width: auto;
    }
}

@media only screen and (min-width:1441px) {
    div.two-col-row.img-right>div {
        padding-right: 72px;
        max-width: 720px;
        margin-left: auto;
    }

    div.two-col-row.img-left>div {
        padding-left: 72px;
        max-width: 720px;
        margin-right: auto;
    }
}

/****Shows Gallery - end *****/

/****Timeline - About Page Start****/
.timeline-section {
    padding: 48px 0;
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.timeline {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding-top: 32px;
}

.timeline-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
    transition: transform 0.4s ease;
    will-change: transform;
    position: relative;
    margin: auto;
}

.timeline-item {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    gap: 15px;
    position: relative;
    flex-direction: column;
    margin-top: -13px;
}

.timeline-dot {
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 4px;
}

.timeline-dot>span {
    display: flex;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.timeline-content {
    border-radius: 8px;
    color: #fff;
    max-width: 600px;
    text-align: left;
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff538f;
}

.timeline-text {
    font-size: 1rem;
    color: #ffffff;
}

.timeline-arrow {
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    pointer-events: none;
    user-select: none;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    opacity: 0.5;
}

.timeline-arrow.active {
    pointer-events: all;
    opacity: 1;
}

.timeline-arrow:hover,
.timeline-arrow:focus {
    background: none;
}

.left-arrow {
    transform: rotate(180deg);
}

.timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin-top: 32px;
}

@media only screen and (min-width: 769px) {
    div.timeline-section {
        padding: 96px 0;
    }
}

/****Timeline - About Page End****/

/****Teams - Start ****/
.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1170px;
    margin: auto;
    width: 100%;

}

.team-item {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 300px;
    margin: auto;
    height: 100%;
}

.team-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
}

.team-grid ul {
    margin-left: 24px;
}

.team-grid ul,
.team-grid ul li {
    list-style: disc !important;
}

.team-image>img {
    width: 100%;
    border-radius: 50px;
}

@media only screen and (min-width: 426px) {
    div.team-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

/****Teams - End ****/
body .fancybox-container {
    z-index: 9999999999;
}

#mmf-gallery-category-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px 27px;
    flex-wrap: wrap;
}

#mmf-gallery-category-filter .filter-btn {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    color: #000;
    cursor: pointer;
    min-width: 60px;
    border-radius: 20px;
}

#mmf-gallery-category-filter .filter-btn.active,
#mmf-gallery-category-filter .filter-btn:hover {
    background: #FF538F;
    color: #fff;
}

.mmf-gallery-grid {
    display: flex;
    flex-wrap:wrap;
    gap: 40px;
    justify-content: center;
    align-items: start;
    max-width: 1170px;
    margin: auto;
    width: 100%;
}

.mmf-gallery-item {
    width: 100%;
    break-inside: avoid;
    max-width: 262.5px;
}

.mmf-gallery-item img,
.mmf-gallery-item iframe {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.youtube-thumbnail {
    position: relative;
    display: inline-block;
}

.youtube-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('/wp-content/uploads/2025/04/play_circle.png') no-repeat center;
    background-size: cover;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.youtube-thumbnail:hover .play-button {
    opacity: 1;
}

@media only screen and (min-width: 525px) {
    div.mmf-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

.youtube-player {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    width: 100%;
}

.youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('/wp-content/uploads/2025/04/Play-Button.png') no-repeat;
    cursor: pointer;
    background-size: contain;
    /*filter: brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(500%) hue-rotate(190deg);*/
}

.youtube-player iframe {
    top: 0;
    left: 0;
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.mmf-tab-item {
    font: var(--body-normal-text);
}

.mmf-tab-item.active,
.mmf-tab-item.hover,
.mmf-tab-item.focus {
    font-weight: 700;
    color: #FF538F;
}

.tab-content-wrapper {
    position: relative;
}

.tab-content {
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.tab-content.gap-36-54{
    align-items: center;
}
.tab-content.gap-36-54>p{
    color: #fff;
}

.tab-content.active {
    opacity: 1;
    height: fit-content;
    pointer-events: all;
}