.button{background:var(--color-brand-button-primary);display:inline-flex;align-items:center;justify-content:center;outline:0;cursor:pointer;margin:0;padding:.75rem 2rem;border-radius:var(--radius-2);box-shadow:var(--box-shadow);font-size:var(--text-base);font-weight:var(--font-weight-semi-bold);color:#fefefe;text-align:center;text-decoration:none;vertical-align:middle;transition:background-color var(--transition-speed-normal) ease,border-color var(--transition-speed-normal) ease,color var(--transition-speed-normal) ease;}.button:active,.button:focus,.button:hover{background:var(--color-accent-3);border-color:var(--color-brand-tertiary);color:var(--color-primary);}.button:disabled{opacity:var(--opacity-disabled);cursor:not-allowed;}.primary-button{background:var(--color-tertiary);}.primary-button:active,.primary-button:focus,.primary-button:hover{background:color-mix(in oklch,var(--color-brand-secondary) 90%,black);background:var(--color-brand-secondary);border-color:color-mix(in oklch,var(--color-brand-secondary) 90%,black);border-color:var(--color-brand-secondary);color:var(--color-surface-bg);}.cta-button{background:var(--color-brand-secondary);color:var(--color-brand-menu);font-size:var(--text-xl);}.cta-button:active,.cta-button:focus,.cta-button:hover{background:color-mix(in oklch,var(--color-brand-primary) 90%,black);background:var(--color-brand-primary);border-color:color-mix(in oklch,var(--color-brand-primaryy) 90%,black);border-color:var(--color-brand-primary);color:var(--color-brand-menu);}.hero-container{position:relative;min-height:var(--main-page-hero-height);display:flex;width:100%;align-items:center;justify-content:center;background-color:var(--color-brand-primary);box-shadow:0 2px 5px var(--color-brand-primary);}.hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--main-page-hero-height);padding:4rem 1rem;}.hero-content::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;min-height:var(--main-page-hero-height);}.hero-bg-img{position:absolute;min-height:var(--main-page-hero-height);width:100%;height:100%;object-fit:cover;z-index:-1;pointer-events:none;}.banner-container{margin:auto auto;}.banner-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:var(--lg);backdrop-filter:blur(6px) saturate(102%);background-color:rgba(89,89,89,.4);padding:1.5rem 2rem 2.5rem;border-radius:var(--radius-2);box-shadow:3px 3px 13px rgba(255,255,255,.2);text-align:center;}.banner-inner-h1{font-size:var(--text-6xl);line-height:1.2;color:var(--color-brand-banner-headline);font-family:var(--font-heading);font-weight:var(--font-weight-bold);margin:0 0 1.5rem;}.banner-inner-tag{font-size:var(--text-4xl);font-style:italic;font-family:var(--font-heading);color:var(--color-brand-banner-tagline);font-weight:var(--font-weight-bold);margin:0 0 .5rem;}.banner-inner-tag-2{font-size:var(--text-3xl);color:var(--color-brand-banner-tagline);margin:0 0 2rem;}.banner-cta{margin-top:1rem;}.cta-button{margin-top:1rem;}.image-wrapper{position:relative;max-width:100%;margin-bottom:1.5em;border-radius:var(--radius-1);box-shadow:var(--box-shadow);overflow:hidden;}.image-container{position:relative;width:100%;aspect-ratio:1/1;background-color:var(--color-white-100);background-image:url("/wp-content/plugins/its-themer/assets/images/image-placeholder-not-found.webp");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;}.image-container img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}.image-wrapper figcaption{padding:3px;text-align:center;font-variant:small-caps;text-transform:capitalize;color:var(--color-text-primary);font-size:var(--text-sm);background-color:var(--color-gray-7);border-top:1px solid var(--color-accent-3);border-radius:0 var(--radius-2);display:flex;align-items:center;justify-content:center;min-height:2.5em;line-height:normal;}.gallery-preview-grid{margin-top:2rem;display:flex;flex-direction:column;}.gallery-preview-grid>.image-wrapper{display:flex;flex-direction:column;flex:1 1 100%;}@media (min-width:768px){.gallery-preview-grid{flex-direction:row;flex-wrap:wrap;gap:1rem;}.gallery-preview-grid>.image-wrapper{flex:1 1 50%;max-width:49%;}}@media (min-width:992px){.gallery-preview-grid>.image-wrapper{flex:1 1 33.33%;max-width:32%;}}@media (min-width:1280px){.gallery-preview-grid>.image-wrapper{flex:1 1 25%;}}.gallery-preview-grid{margin-top:2rem;display:flex;flex-direction:column;}.gallery-preview-grid>.event-wrapper{display:flex;flex-direction:column;flex:1 1 100%;}.event-wrapper{position:relative;max-width:100%;margin-bottom:1.5em;border-radius:var(--radius-2);box-shadow:var(--box-shadow);overflow:hidden;}.event-container{position:relative;width:100%;background-color:var(--color-white-100);background-image:url("/wp-content/plugins/its-themer/assets/images/image-placeholder-not-found.webp");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;}.event-container img{border-radius:var(--radius-2) var(--radius-2) 0 0;aspect-ratio:1/1;display:block;width:100%;object-fit:cover;object-position:center;}.event-wrapper .event-info{padding:3px;padding:0 1rem;text-align:center;color:var(--color-text-primary);background-color:var(--color-gray-5);display:flex;flex-direction:column;align-items:center;justify-content:center;}header.event-info-content{display:flex;flex-direction:row-reverse;align-items:center;height:auto;margin:1rem auto .5rem auto;gap:.5rem;}header>h1.event-name{width:70%;margin-bottom:0;}header>p.event-date-start{width:30%;margin-bottom:0;}.event-name{text-transform:uppercase;font-size:var(--text-xl);font-weight:var(--font-weight-semi-bold);}.event-date-start{display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius-3);border:1px solid red;padding:.25rem;width:100%;}.event-date-start>.event-month{text-transform:uppercase;font-size:var(--text-xl);}.event-date-start>.event-day{text-transform:uppercase;font-size:var(--text-xl);white-space:nowrap;font-weight:var(--font-weight-medium);}.event-date-start>.event-year{text-transform:uppercase;font-size:var(--text-lg);}.read-more-state{display:none;}.read-more-wrap{max-height:calc(3rem * var(--base-line-height));overflow:hidden;position:relative;text-align:left;transition:max-height .3s ease;}.read-more-state:checked~.read-more-wrap{max-height:none;}.read-more-trigger::after{content:"Read more";display:inline-block;cursor:pointer;color:#0073aa;text-decoration:underline;margin-top:.5em;font-size:var(--text-sm);}.read-more-state:checked~.read-more-trigger::after{content:"Read less";}.event-book{display:flex;flex-direction:row;align-items:center;gap:1rem;justify-content:space-around;padding:1rem;background-color:var(--color-gray-5);}a.event-ticket-uri,a.event-view-fb{width:100%;}img.fb-logo{width:var(--text-2xl);height:var(--text-2xl);}@media (min-width:768px){.gallery-preview-grid{flex-direction:row;flex-wrap:wrap;gap:1rem;}.gallery-preview-grid>.event-wrapper{flex:1 1 50%;max-width:49%;}}@media (min-width:992px){.gallery-preview-grid>.event-wrapper{flex:1 1 33.33%;max-width:32%;}}@media (min-width:1280px){.gallery-preview-grid>.event-wrapper{flex:1 1 25%;}}.wpsr-ig-feed-template-68 .wpsr-ig-header .wpsr-ig-header-inner,.wpsr-business-info{background-color:rgba(0,0,0,0) !important;}.wpsr-ig-load-more.wpsr_more.wpsr-load-more-default,.wpsr-ig-follow-btn>a,.wpsr-reviews-loadmore span,.wpsr-write-review-modal-wrapper>a,.wpsr-fb-load-more.wpsr_more.wpsr-load-more-default{display:inline-flex !important;align-items:center !important;justify-content:center !important;outline:0 !important;cursor:pointer !important;margin:0 !important;padding:.75rem 2rem !important;border-radius:var(--radius-3) !important;box-shadow:var(--box-shadow) !important;font-weight:var(--font-weight-semi-bold) !important;text-align:center !important;text-decoration:none !important;vertical-align:middle !important;transition:background-color var(--transition-speed-normal) ease,border-color var(--transition-speed-normal) ease,color var(--transition-speed-normal) ease !important;background:var(--color-brand-button-primary) !important;color:var(--color-brand-headline) !important;font-size:var(--text-base) !important;width:auto !important;height:auto !important;}.wpsr-ig-load-more.wpsr-load-more-default:active,.wpsr-ig-follow-btn>a:active,.wpsr-reviews-loadmore span:active,.wpsr-write-review-modal-wrapper>a:active,.wpsr-ig-load-more.wpsr-load-more-default:focus,.wpsr-ig-follow-btn>a:focus,.wpsr-reviews-loadmore span:focus,.wpsr-write-review-modal-wrapper>a:focus,.wpsr-ig-load-more.wpsr-load-more-default:hover,.wpsr-ig-follow-btn>a:hover,.wpsr-reviews-loadmore span:hover,.wpsr-write-review-modal-wrapper>a:hover{background:var(--color-brand-tertiary) !important;background:var(--color-brand-tertiary) !important;border-color:color-mix(in oklch,var(--color-brand-button-primary) 90%,white) !important;border-color:var(--color-brand-tertiary) !important;}.wpsr-reviews-loadmore{padding:0 !important;}.wpsr-ig-footer.wpsr-row{padding-top:2rem !important;}.wpsr-ig-follow-btn{gap:2rem !important;}.wpsr-total-reviews{display:none !important;}[data-theme="light"] .wpsr-total-rating{color:var(--color-gray-1) !important;}[data-theme="dark"] .wpsr-total-rating{color:var(--color-gray-1) !important;}.wpsr-ig-header .wpsr-ig-header-inner{background-color:transparent !important;}[data-theme="dark"] .wpsr-ig-feed-template2 .wpsr-ig-post{border-width:0 !important;}[data-theme="dark"] .wpsr-ig-header .wpsr-ig-header-inner .wpsr-ig-header-info .wpsr-ig-header-name a,[data-theme="dark"] .wpsr-ig-header .wpsr-ig-header-inner .wpsr-ig-header-info .wpsr-ig-header-statistics .wpsr-ig-header-statistic-item,[data-theme="dark"] .wpsr-ig-header .wpsr-ig-header-inner .wpsr-ig-header-info .wpsr-ig-header-statistics .wpsr-ig-header-statistic-item strong{color:#f8f8f5 !important;}.wpsr-ig-post{border-radius:var(--radius-2);box-shadow:var(--box-shadow);}.wpsr-all-reviews{margin-right:0px !important;margin-left:0px !important;}.wpsr-write-review-modal-wrapper{text-align:center;}