@charset "utf-8";

/*----------intial declartaion of css----------*/

*{ /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;/* list-style:none;*/box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}

audio,canvas,video{ display:inline-block;}

audio:not([controls]){display:none;height:0;}

pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }

q { quotes:none; }

q:before,q:after{ content:''; content:none; }

small { font-size:80%; }

sub,sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline; }

sup { top:-0.5em; }
figure { margin: 0; }
sub { bottom:-0.25em, }

nav ul,nav ol { list-style:none; list-style-image:none; }

button,input,select,textarea { font-size:100% ;margin:0; vertical-align:baseline; }

textarea { overflow:auto; vertical-align:top; }

table { border-collapse:collapse; border-spacing:0; }

button,html input[type="button"],input[type="reset"],input[type="submit"],textarea {-webkit-appearance:none;border-radius:0}

/* remember to define focus styles! */
:focus { outline:0; }

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse:separate; border-spacing:0; }

caption,th,td { text-align:left; font-weight:normal; }

a { text-decoration:none; }

blockquote:before,blockquote:after,q:before,q:after { content:""; }

blockquote,q { quotes:"" ""; }

table { border:0 none; border-collapse:collapse; border-spacing:0; }

td { vertical-align:top; }

img { border:0 none; max-width:100%; }

a { outline:none; cursor:pointer; }

.mb-0 {
    margin-bottom: 0 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
        text-transform: uppercase;
}
/* End Clearfix */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }

.clear { clear:both; }

img { max-width:100%; }

/* For modern browsers */

.d-flex {display:flex; flex-wrap:wrap; }

.align-center { align-items:center; }

.justify-content-space { justify-content:space-between; }

.justify-content-center { justify-content:center; }

.text-left { text-align:left; }

.text-right { text-align:right; }

strong { font-family:"futura-pt";  font-weight:600; }

a { text-decoration:none; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; color:#0f3153; }

a:hover{ }
a:-webkit-any-link:focus-visible{outline-offset:1px;}
/*:focus { outline:black auto 0px;}*/

body { font-size:20px; line-height: 26px; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;color:#fff; font-family:"futura-pt"; font-weight:400; letter-spacing: 0.5px; }
/* Basic reset */
* { box-sizing: border-box;}
html { background: #000000; }
h1 { font-size: 65px; font-weight: 400;color: #fff; margin: 0 0 20px; letter-spacing: 0px; text-transform: uppercase;font-family: 'Abril Fatface'; line-height: 60px; }
h2 { font-size: 44px; font-weight: 400; font-family: 'Abril Fatface'; color: #fff; margin: 0 0 20px; text-transform: uppercase; letter-spacing: 1.4px; line-height: 46px; }
h3 { font-size: 22px; color: #fff;  text-transform: uppercase; letter-spacing: 1px; font-weight: 700; line-height: 22px; font-family:"futura-pt"; margin: 0 0 20px; }
h4 { font-size: 18px; margin: 0 0 20px; font-family:"futura-pt"; font-weight: 500; line-height: 26px; color: #fff; }
h5 { font-size: 16px; margin: 0 0 20px; font-family:"futura-pt"; font-weight: 500; line-height: 26px; color: #fff; }
h6 { font-size: 16px; margin: 0 0 20px; font-family:"futura-pt"; font-weight: 500; line-height: 26px; color: #fff; }
p { font-size: 20px; font-weight: 500; color: #fff; line-height: 26px; margin: 0 0 20px;letter-spacing: 0px; }


a { text-decoration: none; transition: all 0.5s ease-in-out; }
a:hover { transition: all 0.5s ease-in-out; }
.fade-in { transition: 0.5s all ease, 1s opacity ease;  top: 50px; opacity: 0; position: relative; }
.fade-in.onView { top: 0; opacity: 1; }



img { max-width: 100%; display: block; }

.container-fluid { max-width: 100%; padding: 0 50px; }
.container {max-width: 1220px; margin: 0 auto;padding: 0 20px; }

/* ===============================================
   GLOBAL HEADER / MEGA MENU
   =============================================== */

.site-header { background: #0B0F31;color: #ffffff;position: fixed; top: 0;left: 0;right: 0; z-index: 20;box-shadow: 0px 4px 10px 0px #00000040; }
.header-bar { display: flex;align-items: center;  justify-content: space-between;padding: 0px 50px;}
.top-icons li { list-style: none;   cursor: pointer;  position: relative; width: 30px; height: 30px; padding-left: 10px; }
.search-icon-close {  position: absolute; top: 0;  opacity: 0; left: 4px; }
.search-icon-search {  padding-top: 8px; }
.search-mob.search-icon.active .search-icon-close {   opacity: 1; }
.in-mob.search-mob { background: #0B0F31; padding: 44px 0 36px; display: none; position: fixed; width: 100%; z-index: 11; top: 101px;}
.search-cover form.search-form {width: 100%;position: relative;display: flex;align-items: center;max-width: 83%;margin: 0 auto; }
.search-cover form.search-form label {  width: 100%; }
.screen-reader-text {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.search-cover form.search-form input[type=search] { width: 100%; font-size: 20px !important; font-weight: 800; line-height: 1; padding: 0; background: 0 0; outline: none; border: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; color:#fff; border-bottom: 1px solid #fff; padding-bottom: .5rem; border-radius: 0; }.position-relative { position: relative !important; }
.search-cover form.search-form input.search-submit { position: absolute; right: 0; font-size: 0; width: 2rem; height: 2rem; background-color: #69a3b9; top: -.5rem; background-image: url(https://panamacitytdev.wpenginepowered.com/wp-content/themes/panama/images/Icon_Search.svg); background-position: center center; background-repeat: no-repeat; box-shadow: none; border-radius: 50%; outline: none; border: none; }
form.search-form::-webkit-input-placeholder { color: #fff; }
form.search-form::-moz-placeholder { color: #fff; }
form.search-form:-ms-input-placeholder { color: #fff;}
form.search-form:-moz-placeholder {color: #fff; }

.header-logo {display: inline-flex;flex-direction: column;text-decoration: none;}
.header-logo svg { width: 153px; height: 70px; }
.main-nav {margin-left: 48px;  padding-right: 34px; flex: 1;}
.main-nav-list {display: flex;align-items: center;list-style: none; justify-content: flex-end; margin: 0; padding: 0;}
.main-nav-list li { padding: 40px 19px; position: relative;  cursor: pointer; display: flex; align-items: center; line-height: 1.1; }
.main-nav-list li:first-of-type:before { display: none; }
.main-nav-list li:before {  content: ""; position: absolute; left: 0;  top: 50%; bottom: 0; height: 45px;border-right: 1px solid #FFFFFF;  opacity: 0.2; transform: translateY(-50%); }
.main-nav-list li:hover { background: linear-gradient(90deg, #0B0F31 0%, #25596D 100%); }
/*.main-nav-list li:hover .main-nav-link { color: #D5BF6B;}*/
.main-nav-link {  display: inline-flex;align-items: center; gap: 9px; background: none;  border: none; color: #fff;  font-size: 16px; font-family:"futura-pt";  font-weight: 700; text-transform: uppercase;letter-spacing: 1.2px; cursor: pointer;  position: relative;}
.main-nav-item.is-active .main-nav-link { color: #ffffff; }
.main-nav-item.is-active {  background: linear-gradient(90deg, #0B0F31 0%, #25596D 100%); }
/*.main-nav-item.is-active:after { content: ""; position: absolute;left: 0; right: 0; bottom:0px; height: 3px;border-radius: 999px; background: linear-gradient(270deg, #9a751d 0%, #d5bf6b 100%); }*/
.main-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(270deg, #9a751d 0%, #d5bf6b 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 280ms ease;
}
.main-nav-item:hover::after,
.main-nav-item:focus-visible::after {
  transform: scaleX(1);
}
/* Active state stays visible */
.main-nav-item.is-active::after {
  transform: scaleX(1);
}

.nav-icon {width: 18px; height: 19px; }
.header-actions {display: flex; align-items: center; gap: 12px; position: relative;}
.header-actions .btn-outline { min-width: 100px; padding: 12px 8px;}
.header-actions .btn-fill { padding: 12px 18px;}
.header-actions .btn-fill .svg { height: 16px; }
.header-contact { padding-inline: 18px;}
.header-tickets { padding-inline: 20px; }
.content-info p br { display: none; } 
.content-info p span {
    font-weight: 600;
    margin: 0 0 6px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
}

.header-search {background: transparent; border: none; outline: 0; cursor: pointer; margin-left: 10px; padding-right: 0; }
.header-search svg { height: 18px; width: 18px; }
.header-search-box { position: absolute;  right: 0;top: 100%;margin-top: 10px;background: #020922;border-radius: 8px;border: 1px solid #243b52;padding: 8px 12px;display: flex;align-items: center;gap: 6px;opacity: 0; pointer-events: none;min-width: 0;transition:
    opacity 0.2s ease,   min-width 0.2s ease, padding 0.2s ease; }
.header-search-box input {background: transparent; border: none; outline: none; color: #ffffff;font-size: 13px;width: 140px;}
.site-header.is-search-open .header-search-box {opacity: 1; pointer-events: auto;min-width: 170px;}

.nav-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: none;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    z-index: 9;
}
.nav-toggle-line { width: 35px; height: 2px; background: #ffffff;border-radius: 999px;}
/* Desktop mega panel */
.mega-panel { background: linear-gradient(90deg, #25596D 0%, #0B0F31 100%); padding: 0;max-height: 0; opacity: 0; visibility: hidden; overflow: hidden;transition:  max-height 0.3s ease, opacity 0.3s ease,  transform 0.3s ease;transform: translateY(-8px);}

/*
.mega-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  background: linear-gradient(90deg, #25596D 0%, #0B0F31 100%);
  padding: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    visibility 0s linear 0.35s,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;  off when closed 
}

.site-header.mega-open .mega-panel.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
*/


.mega-panel .container { max-width: 1145px; position: relative; }
.mega-panel.is-open { max-height: 445px;padding: 63px 40px 70px;opacity: 1;visibility: visible;transform: translateY(0);}
.mega-inner {display: flex; gap: 40px; }
.mega-column-left {width: 37.3%; padding: 4px 0 0; }
.mega-title {font-size: 36px;font-family: 'Abril Fatface';text-transform: uppercase;letter-spacing: 1.3px;margin: 0 0 18px;}
.mega-links { list-style: none; margin: 0;padding: 0;max-width: 310px;}
.mega-links li + li {margin-top: 6px; }
.mega-links a { color: #fff; text-decoration: none;font-size: 20px;line-height: 25.5px;font-weight: 500;padding: 12px 0;display: block; border-bottom: 1px solid rgba(232, 236, 255, 0.18);position: relative;transition: color 0.2s ease; letter-spacing: 0px; }
.mega-links a:hover, .mega-links a.is-active { color: #ffffff; }
.mega-links a:hover { color: #D5BF6B; }

.mega-links a:hover:before, .mega-links a.is-active::before { height: 24px; }
.mega-column-right { flex: 1; }
.mega-show-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.mega-show-card { position:relative;border-radius: 6px; overflow: hidden;box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);}
.mega-show-image img { width: 100%;height: 301px; object-fit: cover; display: block; }
.mega-show-card img {display: block; width: 100%; transform: scale(1); transition: transform 280ms ease;
  will-change: transform; transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1); }
.mega-show-card:hover img,
.mega-show-card:focus-within img {transform: scale(1.045);transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);}
.mega-show-image { position: relative;}
.mega-show-title {margin: 0 0 4px; font-size: 18px;letter-spacing: 0.4px;text-transform: uppercase;}
.mega-show-date {margin: 0; font-size: 18px;color: #fff;line-height: 26px;font-weight: 600; letter-spacing: 0px; }
.mega-show-overlay { position: absolute; left: 0; right: 0; bottom: 0px; padding: 10px 20px 12px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%); z-index: 2; }
.mega-show-image:after { content: ""; position: absolute;  left: 0;  right: 0;  top: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.11%, #000000 100%); }
.mega-show-overlay .mega-show-title { font-size: 18px; font-weight: 700;letter-spacing: 0.7px; }
.button-primary.mobile {  display: none; }

/* DONATE sidebar — desktop */
.btn-blue.button-black-text.desktop {
  font-size: 17px;
  display: block;
  position: fixed;
  right: 20px;
  left: auto;
  border: none;
  top: 239px;
  z-index: 999;
  width: 105px;
  padding: 7.5px 10px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background-color: #25596D;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 30.7px 0px #00000066;
  transform: rotate(-90deg);
  transform-origin: 100% 50%;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  letter-spacing: 1px;
  backface-visibility: hidden;
}
.sponsor a { display: inline-block; }
.btn-blue.button-black-text.desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  border-radius: inherit;
}
.btn-blue.button-black-text.desktop:hover {
  right: 20px;
  left: auto;
  overflow: visible;
  transform: rotate(-90deg) scale(1.03);
  transform-origin: 100% 50%;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, #25596d, #25596d),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.btn-blue.button-black-text.desktop:hover::before {
  opacity: 1;
}
/*.btn-blue.button-black-text.desktop:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }*/


/* ===============================================
   Mobile full Screen Menu
   =============================================== */
.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 94px;
  bottom: 0;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  overflow-y: auto;
  z-index: 90; 
  height: calc(100dvh - 94px);
  background: linear-gradient(90deg, #25596D 0%, #0B0F31 100%);
}

.mobile-menu:before {
  content: "";
    height: 160vh;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #25596D 0%, #0B0F31 100%);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  z-index: 0;
}

.mobile-menu > * {
  position: relative;
  z-index: 1;
}
/* Text/content: fade only (no translate) */
.mobile-menu .mobile-menu-inner,
.mobile-menu .mobile-nav,
.mobile-menu .mobile-nav li,
.mobile-menu .mobile-nav a {
  opacity: 0;
  transition: opacity 0.22s ease;
}
/* Open state */
.site-header.is-mobile-open .mobile-menu {
  pointer-events: auto;
  opacity: 1;
}
.site-header.is-mobile-open .mobile-menu::before {
  transform: scaleY(1);
    height: 100%;
}
/* Fade in text slightly after bg starts */
.site-header.is-mobile-open .mobile-menu .mobile-menu-inner,
.site-header.is-mobile-open .mobile-menu .mobile-nav,
.site-header.is-mobile-open .mobile-menu .mobile-nav li,
.site-header.is-mobile-open .mobile-menu .mobile-nav a {
  opacity: 1;
  transition-delay: 0.12s;
}

.mobile-menu-inner { padding: 30px 20px 32px; max-width: 100%; }
.mobile-top-buttons { display: flex; gap: 12px; margin-bottom: 18px; }
.mobile-top-buttons .btn { flex: 1; justify-content: center; }
.mobile-nav { list-style: none; margin: 0; padding: 14px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.mobile-item + .mobile-item { border-top: 1px solid rgba(255, 255, 255, 0.12); }
.mobile-item + .mobile-item:last-of-type { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.mobile-link { width: 100%;padding: 14px 0; background: none;border: none;color: #ffffff; font-size: 16px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase;display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family:"futura-pt"; }
.mobile-sub { list-style: none; margin: 0 0 10px; padding: 0 0 6px 18px; display: none; }
/*.mobile-item.open .mobile-sub {display: block; padding-left: 15px; }*/
.mobile-sub li a { display: block; padding: 8px 0; color: #fff;  font-size: 20px;text-decoration: none !important; font-weight: 500;letter-spacing: 0px;     line-height: 1.48; }
.mobile-sub li a:hover { text-decoration: underline; }
.chevron { width: 10px;  height: 10px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; transform: rotate(45deg);  transition: transform 0.2s ease; margin-left: 15px; margin-top: -5px; }
.mobile-link.active .chevron { transform: rotate(-135deg);  transform-origin: center; margin-top: 5px; }
.mobile-item.open .chevron { transform: rotate(-135deg); margin-top: 9px; }

.mobile-search { margin-top: 22px; position: relative; }
.mobile-search input { width: 100%; padding: 10px 34px 10px 10px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.25);  background: rgba(3, 10, 25, 0.9); color: #ffffff; }
.mobile-search .search-icon {position: absolute;right: 10px;top: 50%;transform: translateY(-50%); }
.site-header.is-mobile-open .mobile-menu {transform: translateY(0); opacity: 1; pointer-events: auto; }
.site-header.is-mobile-open .nav-toggle-line:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.site-header.is-mobile-open .nav-toggle-line:nth-child(2) { opacity: 0; }
.site-header.is-mobile-open .nav-toggle-line:nth-child(3) { transform: translateY(-16px) rotate(-45deg); }
.navmenu-icon {
    position: absolute;
    left: -79px;
    top: -30px;
    z-index: -1;
    opacity: 0.7;
}
.navmenu-icon svg {width: 128px; height: 118px; }
.navmenu-icon svg path { fill:#25596D; }

/* ===============================================
   HERO SECTION CODE Start
   =============================================== */
.hero-slide {  background-size: contain; background-position: center right;background-repeat: no-repeat; position: relative;background: none !important; }
/*.hero-slide:before { content: ""; background: linear-gradient(270deg, rgba(3, 2, 9, 0) 44.02%, #030209 60.86%); position: absolute; left: 0; width: 50%;  height: 100%; }*/
body.logged-in .hero-section { margin-top: 69px; }
.hero-section {  margin-top: 101px;background: radial-gradient(circle at top left, #1b1d29 0%, #050508 55%, #000000 100%);overflow: hidden; position: relative; }
.hero-section.mobile { display: none; }
.hero-slide-inner { display: flex; align-items: stretch; min-height: 661px;/* position: relative;*/}
.hero-content, .hero-image { width: 50%; }
.hero-content .section-kicker {  text-align: left; letter-spacing: 9.9px; margin-bottom: 20px; }
.hero-heading-image { margin-bottom: 20px; margin-left: -5px; }
.hero-content { display: flex; flex-direction: column;justify-content: center;padding: 30px 30px 30px 0; }
.hero-slide:after {content: ""; position: absolute; right: 0%; top: 0; bottom: 0; height: 101%; width: 50%; background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/gradient-img.png); background-position: 100% center; background-repeat: no-repeat; background-size: cover; }
.hero-image { position: absolute; right: 0; top: 0; height: 100%; width: 50%; bottom: 0; background-size: cover; background-position: center center; }
.hero-image img { width: 100%;height: 100%; object-fit: cover;border-radius: 6px;box-shadow:  0 26px 50px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.08); }
.hero-kicker { font-size: 16px; font-weight: 700;letter-spacing: 6.3px; text-transform: uppercase;color: #e0b74b; margin: 0 0 16px; }
.hero-title {  font-size: 65px;line-height: 65px; letter-spacing: 0px; margin: 0 0 35px;font-family: 'Abril Fatface';}
.hero-date { font-weight: 600; margin: 0 0 6px; font-size: 22px;  color: #fff;letter-spacing: 0.6px; display: block;}
.hero-venue { margin: 0 0 18px; font-size: 22px; color: #fff;  font-weight: 600; display: block;letter-spacing: 0.6px;  }
.hero-description { line-height: 26px;color: #fff;max-width: 500px; padding-left: 13px; border-left:  3px solid rgba(65, 108, 132, 1);  }
.content-info blockquote {margin: 22px 0 30px; padding-left: 13px; border-left: 3px solid #416C84; max-width: 520px; }

.hero-buttons {display: flex; flex-wrap: wrap;gap: 12px; padding-top: 2px; }
.hero-buttons .btn-outline { padding: 13px 10px; min-width: 121px;}
.hero-buttons .button-primary { padding: 13px 10px; min-width: 154px; text-align: center;letter-spacing: 1px; justify-content: center; }
.btn-outline { display: inline-flex;align-items: center;justify-content: center; padding: 12px 24px; font-size: 15px;letter-spacing: 1px; font-weight: 700;text-transform: uppercase; border-radius: 7px; border: 1px solid #fff;  color: #fff;text-decoration: none; cursor: pointer;transition:  background-color 0.2s ease,  color 0.2s ease,  border-color 0.2s ease,transform 0.15s ease; line-height: normal; }
.btn-blue { font-size: 15px; font-weight: 700; color: #fff; background: #416C84; border-radius: 7px; padding: 10px 20px; text-align: center;text-decoration: none; text-transform: uppercase;  display: block; border:1px solid transparent; font-family:"futura-pt"; letter-spacing: 0.6px; }
.btn-blue:hover { border-color: #fff; color: #080B25;background: #fff; }
.button-primary {display: flex;align-items: center;color:#080B25;  padding: 12px 18px; font-size: 15px;  line-height: 1.25;  letter-spacing: 0.3px; font-weight: 700; text-decoration: none;text-transform: uppercase; border-radius: 7px; border-color: #0B0F31;background: linear-gradient(270deg, #9A751D 0%, #D5BF6B 100%); border-color: #080B25;border: 1px solid; transition: all 0.3s ease-in-out; }
.button-primary:hover { color: #080B25; transform: scale(1.03);transition: transform 0.3s ease; }

/*.button-primary:hover svg path { fill: #fff; transition: all 0.3s ease-in-out; }*/
.button-primary svg { display: inline-block; margin-right: 10px;transition: all 0.3s ease-in-out; width: 20px; }
.btn-outline:hover { background: #fff; color: #080B25; border-color: #fff; }

/* Slick arrows styling */
.slick-prev, .slick-next { width: 46px;height: 46px;background-color: #fff;z-index: 2; cursor: pointer;border:none;}
/*.slick-prev:hover, .slick-next:hover {  background-color: rgba(255, 255, 255, 0.9); }*/
/*.slick-prev:before, .slick-next:before { display: none; }*/
.slick-prev { position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 0  7px 7px  0;transition: all 0.5s ease-in-out; }
.slick-next {  position: absolute; right: 0; top: 50%;  transform: translateY(-50%); border-radius: 7px 0 0 7px; transition: all 0.5s ease-in-out;}
.slick-prev:hover { background: rgba(213, 191, 107, 1);transition: all 0.5s ease-in-out; }
.slick-next:hover { background: rgba(213, 191, 107, 1);transition: all 0.5s ease-in-out; }
.hero-slider .slick-prev:after {background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow.svg);content: "";width: 45px;height: 45px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-repeat: no-repeat;background-position: center center; }
.hero-slider .slick-next:after {background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow.svg);content: "";width: 45px;height: 45px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-repeat: no-repeat;background-position: center center;}
/*
.hero-slider .slick-prev:hover:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow-white.svg);content: "";width: 45px;height: 45px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-repeat: no-repeat;background-position: center center;}
.hero-slider .slick-next:hover:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow-white.svg);content: "";width: 45px;height: 45px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-repeat: no-repeat;background-position: center center;}
*/

.donate-text { width: 108px;   position: absolute;  right: -33px; top: 29.6%; transform: rotate(-90deg);}
.donate-text .btn-blue { letter-spacing: 2.3px; padding: 10px 15px; border-radius: 7px 7px 0 0; }


/* ===============================================
   UPCOMING SHOWS section Start
   =============================================== */

.upcoming-section {padding: 70px 0 73px;text-align: center;background: radial-gradient(circle at top center, #15182a 0%, #050508 55%, #000000 100%); }
.upcoming-section .section-kicker { margin-bottom: 17px;display: block;}

.section-kicker { font-size: 16px;font-weight: 700;letter-spacing: 9.4px;text-transform: uppercase;text-align: center; background: linear-gradient(270deg, #9A751D 0%, #D5BF6B 100%);-webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block;
 margin: 0 0 26px; font-family:"futura-pt"; }

.upcoming-slider {display: flex;gap: 40px; margin-bottom: 53px;  padding-top: 20px; justify-content: center; }
.show-card { background: rgba(9, 10, 23, 0.96); border-radius: 8px; overflow: hidden;box-shadow:  0 18px 35px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.06);display: flex; flex-direction: column; flex: 0 0 calc((100% - 80px) / 3);  max-width: calc((100% - 80px) / 3); }

.show-card-image { width: 100%;height: 354px;position: relative; overflow: hidden; display: block; }
.show-card-image img { width: 100%;height: 100%; object-fit: cover; transition: all 0.3s ease-in-out;}
.show-card-image:hover img {
    display: block;
    width: 100%;
    transform: scale(1.05);
    transition: transform 280ms ease;
    will-change: transform;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}
.show-card-image:after { content: "";position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.43%, #000000 90.66%); pointer-events: none; }
.show-card-overlay {position: absolute; left: 0;right: 0;bottom: 8px; padding: 0 22px; display: flex;flex-direction: column; gap: 4px;
  text-align: center; z-index: 1; }
.show-card-overlay h3 { margin-bottom: 5px; font-weight: 700; }
.show-card-body {padding: 11px 0px 10px; display: flex;flex-direction: column;gap: 8px;flex: 1;align-items: center;}
.show-card-body .btn-blue {  width: 100%; }

.show-card-date { margin: 0 0 10px;font-size: 18px; color: #fff; font-weight: 500; line-height: 26px; }
.show-card-btn { margin-top: auto;width: 100%; justify-content: center; }

.upcoming-content {  max-width: 840px; margin: 0 auto; text-align: center; }
.upcoming-content p { margin: 0 0 35px; font-size: 28px; line-height: 40px; color: #fff;letter-spacing: 0.3px; font-weight: 600; }
.upcoming-actions .button-primary { min-width: 175px; justify-content: center; }
.upcoming-actions .btn-outline { min-width: 176px; }
.upcoming-actions {  display: inline-flex;  gap: 14px; flex-wrap: wrap; justify-content: center; }
.upcoming-actions .btn { min-width: 176px; }
.buttons-group { gap: 12px; flex-wrap: wrap; justify-content: center; display: flex; }
.upcoming-actions .buttons-group {  gap: 20px; }
.buttons-group .btn-fill .svg { height: 16px; width: 20px; margin-right: 5px; }
/* ===============================================
   PRODUCTION GALLERY Slider Start
   =============================================== */

.production-gallery {padding: 70px 0 80px;background-color: #021015;}
.production-slider { position: relative; }
.production-slide { padding: 20px 0px; }
.production-slide img { width: 100%; border: 8px solid rgba(0, 0, 0, 0.75); height: 495px;object-fit: cover; border-radius: 30px; box-shadow: none; transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
/* side slides smaller / faded */
.production-slider .slick-slide { border-radius: 36px;opacity: 0.45;transform: scale(0.82); transition: all 0.5s ease-in-out;}
.production-slider .slick-center {opacity: 1;transform: scale(1.05);  transition: all 0.5s ease-in-out;}
.production-slider .production-slide-item { padding: 6px; }
.production-slider .slick-center .production-slide-item { box-shadow: 0px 0px 44.9px 0px #000000BF; background: linear-gradient(270deg, #483C0D 0%, #947636 100%); border-radius: 36px; }

/* Arrows for this slider (desktop) */
/*.production-gallery .slick-prev, .production-gallery .slick-next { background: #25596D; }*/
.production-gallery .slick-prev { left: 0; }
.production-gallery .slick-prev:hover { background: rgba(213, 191, 107, 1); transition: all 0.5s ease-in-out;}
.production-gallery .slick-next { right: 0; }
.production-gallery .slick-next:hover { background: rgba(213, 191, 107, 1); transition: all 0.5s ease-in-out;}
.production-gallery .slick-prev:after {background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow.svg);
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center; }
.production-gallery .slick-next:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow.svg);
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center; }

.production-gallery .slick-prev:hover:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow.svg);content: "";width: 45px;height: 45px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-repeat: no-repeat;background-position: center center;}
.production-gallery .slick-next:hover:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow.svg);content: "";width: 45px;height: 45px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-repeat: no-repeat;background-position: center center;}
/*.production-gallery .slick-prev:hover, .production-gallery .slick-next:hover { background: rgba(154, 117, 29, 1); }*/
.production-gallery .slick-dots {display: none !important;}


/* Education Sec Code Start */
.education-sec { position: relative; width: 100%;background: linear-gradient(270deg, rgba(0, 0, 0, 0) 47.21%, #000000 57.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.89) 5.92%, rgba(0, 0, 0, 0) 31.92%); overflow:hidden;}
.education-sec:after { content: ""; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 47.21%, #000000 57.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.89) 5.92%, rgba(0, 0, 0, 0) 31.92%); position: absolute; top: 0; width: 100%; height: 100%; left: 0%;right: 0; }
.education-sec.onView { opacity: 1; }
.education-sec-left:after { content: ""; position: absolute;  top: 0;  bottom: 0;  height: 100%;   width: 100%; background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/gradient-img.png);  z-index: -1; background-position: center center;  background-repeat: no-repeat;background-size: cover;left: 60%;}
.education-sec.onView:after { opacity: 1; } 

/*.education-sec-right:after { content: ""; position: absolute; left: 0; bottom: 0; top: 0; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 47.21%, #000000 57.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.89) 5.92%, rgba(0, 0, 0, 0) 31.92%);height: 100%;  width: 100%;  }*/


.education-sec-left { width: 50%;  margin-left: 0; margin-right: auto; padding:102px 100px 129px 0; display: flex; flex-direction: column;  align-items: flex-start;  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 47.21%, #000000 57.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.89) 5.92%, rgba(0, 0, 0, 0) 31.92%); position: relative; z-index: 2; }
.education-sec-title { color: #fff; }
.education-sec-text {margin: 0 0 18px;font-size: 22px; line-height: 32px;color: #fff; letter-spacing: 0px;}
.education-sec-cta { margin: 40px 0 30px;font-size: 22px; font-weight: 700;line-height: 24px; background: linear-gradient(270deg, #9A751D 0%, #D5BF6B 100%);  -webkit-background-clip: text;  background-clip: text; color: transparent; letter-spacing: 0.3px; }
.education-sec-actions { display: flex; gap: 15px;flex-wrap: wrap; }
.education-sec-actions .btn-outline { min-width: 121px; padding: 12px 10px; }
.education-sec-actions .button-primary { min-width: 176px; padding: 12px 10px; display: flex;align-items: center;justify-content: center;}
.education-sec-right {  overflow: hidden;  position: absolute;  right: 0; top: 0; bottom: 0;width: 58%; }
.education-sec-right img {width: 100%;height: 100%;object-fit: cover; object-position: center; display: block; }

/* join Audience Sec Code Start */
.join-audience-sec {text-align: center;padding: 62px 0 79px; background-repeat: no-repeat;background-size: cover; background-position: center bottom; }
.join-audience-info p { font-size: 22px; }
.join-audience-info h2,
.join-audience-info p { color: #080B25; }
.join-audience-info #gform_wrapper_2 {   padding: 28px 0 0 0;  max-width: 546px; position: relative; margin: 0 auto;display: flex;align-items: center; }

.gform_wrapper.gform-theme .gform_validation_errors { position: absolute; padding: 2px 10px !important; margin-bottom: 0 !important; border: 1px solid red !important;}
#gform_wrapper_1 .gform_validation_errors { position: relative; display: none !important; }
.gform_wrapper.gform-theme .gform-icon { color: #fff !important;  border-color: #fff !important; }
.gform_wrapper.gform-theme .gform_submission_error hide_summary { color: #fff !important; } 
#gform_wrapper_2 .gform_validation_errors{ bottom: -55px; display: none !important; } 
#gform_wrapper_2 .gform_ajax_spinner{ display: none !important; }
.gform_wrapper.gform-theme .gform-footer.gform_footer.top_label {  margin-top: 0; }
.gform_wrapper.gform-theme #gform_2 { display: flex; align-items: center; justify-content: center;gap:10px;width: 100%; }
.gform_wrapper.gform-theme #gform_2 .gform-body.gform_body { width: 73%;  padding-right: 10px; }
gform_wrapper.gform-theme .gfield_validation_message {  position: absolute; left: 10px; margin-top: 0px !important; color: red !important;
    font-weight: 500; }
.gform_wrapper.gform-theme .ginput_container input { border-radius: 7px !important; color: #080B25 !important; font-weight: 400 !important; font-size: 18px !important; background: #fff !important;font-family:"futura-pt" !important;  text-align: left !important;min-height: 44px; padding: 10px 20px !important;line-height: 26px !important; border: none;letter-spacing: -0.3px !important; }
.gform_wrapper.gform-theme .ginput_container input:focus { outline: 0 !important; } 
#gform_wrapper_2 #validation_message_2_1 { position: absolute;left: 10px;margin-top: 4px !important; font-weight: 500 !important;color: #fff;}
#gform_wrapper_1 .ginput_container input { padding: 10px 14px !important; }
.gform_wrapper.gform-theme .gform_button { font-size: 15px !important; background: #0B0F31 !important; letter-spacing: 1.2px !important; font-weight: 700 !important;  border-radius: 7px !important; font-family: "futura-pt" !important; padding: 11px 20px 10px !important; line-height: 23px !important;  border: none !important; min-width: 115px !important; transition: all 0.5s ease-in-out; }
.gform_wrapper.gform-theme .gform_button:focus { outline: 0 !important; transition: all 0.5s ease-in-out;background: #000 !important; border: none !important; }
.gform_wrapper.gform-theme .gform_button:hover { transition: all 0.5s ease-in-out;background: #000 !important;}
#gform_wrapper_1 .gform_fields{ row-gap: 5px;  column-gap: 15px; }
#gform_wrapper_1 .gform-footer.gform_footer.top_label {  margin-top: 3px !important; }
#gform_wrapper_1 .gfield { margin-bottom: 10px; position: relative; }
.gform-loader {  position: absolute; bottom: 0; display: none !important;}
.gform_wrapper.gform-theme .ginput_container input:focus { border:1px solid rgba(154, 117, 29, 1) !important; outline: 0 !important;}


/* Container for the sponsors */
.sponsor-sec {  background: linear-gradient(270deg, #25596D 0%, #0B0F31 100%); padding: 62px 0 32px; text-align: center;}
.sponsor-sec .section-kicker { margin-bottom: 21px; }
.sponsor-sec p { font-size: 28px;  line-height: 40px;  max-width: 640px; margin: 0 auto 20px;}
.sponsor-slider { display: flex;  justify-content: center; align-items: center; flex-wrap: wrap; padding-bottom: 48px; padding-top: 30px; }
.btn-wrap .btn-blue {  display: inline-block; min-width: 280px;letter-spacing: 0.5px;}
.sponsor {  margin: 0 26px; display: flex; justify-content: center; align-items: center; }
.sponsor img {  max-width: 100%;  height: auto;  display: block; transition: transform 0.3s ease-in-out; }
.sponsor img:hover { transform: scale(1.02); }
.sponsor-slider .slick-prev, .sponsor-slider .slick-next {  background-color: #3a3a3a; border-radius: 50%; }


/* ===============================================
   SITE FOOTER (desktop: left info + right form; mobile: form upper, info niche)
   =============================================== */
.site-footer { width: 100%; background: linear-gradient(270deg, #25596D 0%, #0B0F31 100%);color: #fff; padding-top: 30px; }
.footer-main { padding: 0 0 64px; }
.footer-inner { display: flex;align-items: flex-start; gap: 48px;}
.footer-left { flex: 0 1 420px; padding: 17px 0 0 0}
.footer-logo { display: flex;flex-direction: column;text-decoration: none; color: #fff; margin-bottom: 24px;}
.footer-desc { max-width: 360px;}

.social-media {  display: flex; align-items: flex-start;  justify-content: center; gap: 24px;}
.social-media li { list-style: none; }
.social-media li a {  height: 56px; width: 56px; display: inline-block; background: #416C84; border-radius: 50%; line-height: 59px; font-size: 32px; text-align: center; color: #fff; }
.social-media li a:hover { background: #fff; color: #416C84; }

.footer-social {display: flex;   gap: 27px; margin: 45px 0 45px;}
.footer-social-link {width: 55px;height: 55px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;color: #fff;text-decoration: none;transition: background 0.2s ease; }
.footer-social-link svg circle { transition: all 0.5s ease-in-out; }
.footer-social-link:hover svg circle {  fill: rgba(154, 117, 29, 1); transition: all 0.5s ease-in-out; }
svg { transition: all 0.5s ease-in-out;  }
.icon-instagram { display: inline-block; width: 18px;height: 18px;border: 2px solid currentColor;border-radius: 4px; position: relative;}
.icon-instagram:after {content: ""; position: absolute; top: 50%;left: 50%;transform: translate(-50%, -50%);width: 6px; height: 6px; border: 2px solid currentColor;border-radius: 50%; }
.footer-contact {list-style: none;margin: 0;padding: 0;}
.footer-contact li > a{ text-decoration: none;display: flex;align-items: center;gap: 15px;font-size: 20px; color: rgba(255, 255, 255, 0.95);
  margin-bottom: 15px;  line-height: 26px; font-weight: 600;letter-spacing: 0.5px;transition: all 0.5s ease-in-out; }
.footer-contact li > a .icon- { height: 25px; }
.footer-contact li > a .icon-pin { height: 25px; }
.footer-contact li > a .icon-envelope { height: 25px; }
.footer-contact li > a .icon-phone { height: 25px; }
.footer-contact li > a:hover { transition: all 0.5s ease-in-out; text-decoration: underline; }
.footer-contact li:first-child > a:hover { text-decoration: inherit; }
.footer-contact li > a svg path { transition: all 0.5s ease-in-out;}
/*.footer-contact li > a:hover svg path { fill:rgba(154, 117, 29, 1); transition: all 0.5s ease-in-out;}*/

.footer-right { flex: 1; min-width: 0;  max-width: 575px; margin-left: auto; border-radius: 29px; padding:39px 44px 42px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);  background: linear-gradient(270deg, #416C84 0%, #25596D 100%);  margin-right: 30px; }
.footer-form-title { margin: 0 0 25px;text-transform: uppercase;color: #fff;}
.footer-form-card h2 { margin-bottom: 25px; }
.footer-form-card p {margin: 0 0 38px; line-height: 29px; font-weight: 500; }

.footer-bottom { padding: 16px 0; background: rgba(1, 1, 1, 0.3); }
.footer-credit-link img, .footer-credit-link svg {  width: 15px;  height: 15px; margin: 0 5px;}
.footer-bottom-inner {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 10px;}
.footer-bottom-inner p { display: flex; align-items: center; font-size: 16px; margin-bottom: 0; }
.footer-copy,
.footer-credit { margin: 0; padding: 0 15px;font-size: 16px;color: #fff; display: flex;align-items: center; }
.footer-credit-link {color: rgba(255, 255, 255, 0.85); text-decoration: underline; display: flex; align-items: center; }
.footer-credit-link:hover {color: #fff; }


.error-404.not-found, .no-results.not-found { display: flex; align-items: center; text-align: center;  padding: 200px 20px 120px; background: linear-gradient(270deg, #25596D 0%, #0B0F31 100%); }
.error-404.not-found span { display: inline-block; color: #b3152e; font-size: 80px; line-height: 72px; font-family: "Roboto", sans-serif; font-weight: 900; }
.error-404.not-found .page-title { font-size: 48px; line-height: 50px; }
.error-404.not-found span { color: #fff; margin-bottom: 30px; }
.no-results.not-found  { flex-direction: column; }
.no-results.not-found .search-form { display: flex;  justify-content: center;   align-items: center; gap: 12px; flex-wrap: wrap;}
.no-results.not-found .search-field { width: 320px;  height: 52px;  padding: 0 18px;  border-radius: 12px;  border: none; background: #f1f1f1;font-size: 16px;outline: none; }
.no-results.not-found .search-submit { height: 52px;  padding: 0 28px; border-radius: 12px;  border: none; cursor: pointer; font-size: 14px; font-weight: 600; letter-spacing: 1px;text-transform: uppercase; background: linear-gradient(270deg, #9A751D 0%, #D5BF6B 100%); color: #000; transition: all .3s ease; }
.no-results.not-found .search-submit:hover { transform: translateY(-2px);opacity: .9; }


/* RESPONSIVE */
@media (max-width: 1680px) {
    .hero-slide:after { background-position: 78% center; }
}
@media (max-width: 1400px) {
    .header-bar { padding: 0 35px; }
    .main-nav { padding-right: 10px; margin-left: 25px; }
    .main-nav-list li { padding: 40px 15px; }
    .btn-blue.desktop { right: -50px; top: 160px; }
    .hero-slide:after { background-position: 75% center; }
}
@media (max-width: 1200px) {
    .navmenu-icon { left: 20px; opacity: 1; }
    .main-nav { padding-right: 0; }
    .main-nav-list li { padding: 40px 10px; }
    .main-nav-link { font-size: 14px; gap:8px; }
    .header-actions .btn-fill { padding: 10px 10px; }
    .hero-slide:after { background-position: 65% center; }
    .header-actions .btn-outline { display: none; }
    .sponsor { width: 120px; margin: 0 15px; }
    .hero-content { padding: 30px 30px 30px 50px; }
    .sponsor svg { width: 100%; }
}

@media (max-width: 1023px) {
.hero-slide:after { background-position: 58% center; }
.sponsor-slider { padding-bottom: 35px; }
.sponsor svg { width: 100%; }
.slick-track { display: flex; align-items: center; }
.sponsor-slider:not(.slick-initialized) {flex-direction: column;  align-items: flex-start; }
.sponsor-slider:not(.slick-initialized) .sponsor {  margin-bottom: 20px; }
.sponsor { margin: 0 10px; display: flex !important;}
}

@media (max-width: 991px) {
body.nav-open-lock {
  overflow: hidden;
  touch-action: none;
}    
.header-actions .buttons-group { display: none; }    
.mobile-btn-wrap { display: flex; align-items: center;justify-content: center; gap: 15px; padding-bottom: 15px; }
.btn-blue.desktop { display: none; }
.button-primary.mobile { padding: 12px 10px; min-width: 120px; text-align: center;display: flex;align-items: center; justify-content: center; }    
/*.button-primary.mobile:hover svg path { fill: #fff;transition: all 0.3s ease-in-out; }    */
.button-primary svg path { transition: all 0.3s ease-in-out; }    
.button-primary.mobile svg, .button-primary.mobile img { margin-right: 10px; }
div#top-icons {  display: none; }    
.mobile-item .nav-icon { width: 32px;  height: 32px; background: none; margin-right: 10px; }
.mobile-item .nav-icon span { font-family:"futura-pt"; line-height: 1; }
.mobile-item .nav-icon svg { width: 100%; height: 100%; }
.mobile-item.has-sub.open .mobile-link {  padding-bottom: 10px; }
.mobile-top-buttons { margin-bottom: 30px; }
.mobile-nav { border-top: none;}
.top-icons li { display: flex; align-items: center;}
.is-mobile-open .nav-toggle { top: 4px; position: relative;}
header.site-header { padding: 12px 0; }    
.top-icons li { height: 40px; width: 40px; }
.search-icon-search { width: 25px; height: 25px; padding-top: 0; }
.mobile-nav { padding-top: 23px; }
.mobile-link { padding: 25px 15px; font-size: 24px; justify-content: flex-start;letter-spacing: 1.02px; transition: all 0.5s ease-in-out;}
 .mobile-link.active { padding: 20px 15px 10px;transition: all 0.5s ease-in-out; }
.mobile-top-buttons { justify-content: center; }
.search-icon-close { top: 3px; left: 5px; }
.hero-section { margin-top: 94px; }
.header-actions .header-contact {  display: none; }
.main-nav {  display: none; }
.header-search {  display: none; }
.header-contact {  display: none;  }
.nav-toggle {  display: inline-flex; }

.section-kicker { margin-bottom: 15px; }
.hero-slide  { padding: 45px 0;}
.hero-slide-inner { min-height: 440px; }
.hero-title { font-size: 48px; line-height: 48px; }
.hero-slide-inner:after { height: 50%; width: 100%; }
.hero-venue { display: block; }
.hero-slider {  max-width: 100%; }
.hero-image img {  border-radius: 0; box-shadow: none; min-height: 260px; }
.hero-title { margin-bottom: 18px; }
.slick-prev, .slick-next { top: 50%; }

.upcoming-section { padding: 50px 0 60px; }
.upcoming-slider { margin-bottom: 32px; }
.show-card-image {  height: 350px; }    
/*.upcoming-slider .slick-prev, .slick-next { background: #416C84; }*/
.upcoming-slider .slick-prev:hover, .upcoming-slider .slick-next:hover { background: background: rgba(65,108,132,0.8); }
.upcoming-slider .slick-prev { font-size: 0; background: #416C84; left: -20px; }
.upcoming-slider .slick-next { font-size: 0; background: #416C84; right: -20px; }
.upcoming-slider .slick-next:after {
background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow-white.svg);
content: "";
width: 45px;
height: 45px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
}
.upcoming-slider .slick-prev:after {
background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow-white.svg);
content: "";
width: 45px;
height: 45px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
}

.upcoming-slider .slick-next:focus { background: #fff; }
.upcoming-slider .slick-next:focus:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow.svg);content: "";width: 45px;height: 45px;background-repeat: no-repeat;
background-position: center center;}
.upcoming-slider .slick-prev:focus { background: #fff;}
.upcoming-slider .slick-prev:focus:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow.svg);content: "";width: 45px;height: 45px;background-repeat: no-repeat;
background-position: center center;}    
    
.footer-inner { gap:0px;}
.footer-right { margin-right: 0; }
.education-sec-left:after { left: 65%; }
.education-sec-left { padding: 55px 30px 55px 0; }
    
/* === MOBILE SEARCH BAR (matches provided design) === */

.mobile-search {width: 100%; margin: 35px auto 0;}
.mobile-search .search-form { position: relative; width: 100%; }
.mobile-search .search-field { width: 100%; padding: 13px 42px 13px 16px;border-radius: 7px;  border: 1px solid rgba(255, 255, 255, 0.25); background: transparent; color: #ffffff;font-size: 16px;letter-spacing: 0.32px; text-transform: uppercase; outline: none; line-height: 1; font-weight: 600; font-family:"futura-pt";  }

/* Placeholder white + spaced like screenshot */
.mobile-search .search-field::placeholder {color: #ffffff;opacity: 1;}
.mobile-search .search-field:-webkit-autofill {-webkit-box-shadow: 0 0 0 30px transparent inset !important; -webkit-text-fill-color: #ffffff !important; }
.mobile-search-submit {position: absolute; top: 50%;right: 14px;transform: translateY(-50%); background: none; border: none;
  padding: 0;cursor: pointer; }
.mobile-search .search-icon { margin-top: 2px; } 
.mobile-search .search-icon svg { width: 18px; height: 18px; }
.mobile-search .search-icon svg path { fill: #416C84;  }    
    
}

@media (max-width: 900px) {
    .show-card-image { height: 480px; }
    .show-card { flex: 100%; max-width: 100%; }
}

@media (max-width: 767px) {
h1 { font-size: 48px; line-height:  48px; }    
h2 { font-size: 40px; line-height: 40px; letter-spacing: 1.5px; }
h3 { font-size: 22px; line-height: 24px; letter-spacing: 0.9px; }
p { font-size: 18px; line-height: 24px;}

header.site-header { padding: 17px 20px; }    
.hero-buttons .btn-outline { padding: 11px 10px; }    
.hero-buttons .button-primary { padding: 11px 10px; }    
.button-primary { font-size: 15px; padding: 11px 15px; }
.btn-outline { font-size: 15px;padding: 11px 10px; }
.btn-blue { font-size: 15px; }
.mobile-btn-wrap .btn-outline { min-width: 140px; }    
.mobile-btn-wrap .btn-blue { min-width: 140px; }    
.hero-heading-image {  width: 250px;  margin: 0 auto;}    
.hero-heading-image svg { width: 230px; height: 125px; }

#top-icons {   display: none; }    
.header-bar {  padding-inline: 0px; }
.header-tickets {  padding-inline: 14px; font-size: 14px;  }    
.header-logo svg { width: 147px; height: 63px; }
.header-actions .button-primary {  }    
.header-actions .button-primary img, .header-actions .button-primary svg { margin-right: 10px; }
.btn-blue.button-black-text.desktop { display: none; }    
.content-info {padding: 30px 20px; background: #011515;}    
.hero-content .section-kicker { margin-bottom: 10px; }    
.header-actions .btn-outline { display: none; }
.mobile-menu-inner { max-width: 100%; }    
/*.mobile-menu { top: 97px; }*/
.mobile-menu { top: 97px; height: calc(100dvh - 97px);background:linear-gradient(90deg, #25596D 0%, #0B0F31 100%);}   
.sponsor-sec p {font-size: 22px; line-height: 32px; }
.hero-section.desktop{ display: block; }
.hero-section.mobile { display: none; }
.hero-section { margin-top: 78px; background: #000; }
.upcoming-text { font-size: 20px; line-height: 28px; }
.hero-date { font-size: 20px; }
.section-kicker { letter-spacing: 9.4px;}
.hero-title { font-size: 48px; line-height: 48px; }
.hero-content { padding: 0 0 0; width: 100%;text-align: center; position: relative; /*background: linear-gradient(360deg, rgba(0, 0, 0, 0) 31.9%, #000000 100%);*/ }
.hero-top-info { position: relative;  top: 50px; z-index: 9; min-height: 180px;}
.hero-slide-inner { padding: 0; }    
.slick-prev, .slick-next { width: 33px; height: 33px; }
.hero-slider .slick-prev:hover,  .hero-slider .slick-next:hover{ background: #fff; }   
.hero-slider .slick-next:hover:after { height: 33px; width: 33px; }    
.hero-slider .slick-prev:hover:after { height: 33px; width: 33px; }  
.production-gallery .slick-prev:hover:after { width: 33px; height: 33px;}
.production-gallery .slick-next:hover:after { width: 33px; height: 33px;}

.hero-slider .slick-prev, .hero-slider .slick-next { top: 50%; }
.hero-slider .slick-prev:after { height: 33px; width: 33px; }
.hero-slider .slick-next:after { height: 33px; width: 33px; }
.hero-slider.is-sliding .slick-prev, .hero-slider.is-sliding .slick-next { background: rgba(213, 191, 107, 1); }
    
    
.upcoming-section .section-kicker.fade-in { transition: 0.3s all ease, 0.6s opacity ease; }
.upcoming-section .section-title.fade-in { transition: 0.3s all ease, 0.6s opacity ease; }
.upcoming-section .upcoming-content.fade-in { transition: 0.3s all ease, 0.6s opacity ease; }
.upcoming-section .show-card.fade-in { transition: 0.1s all ease, 0.1s opacity ease; }
.sponsor svg { width: 60px; height: 60px; transform: scale(1.1); }
.sponsor img { width: auto; height: auto; }
.sponsor { margin: 0 10px !important;}    
.sponsor a { display: flex; align-items: center; justify-content: center; }

.sponsor { height: 60px; display:flex !important; align-items:center; justify-content:center; }
.sponsor img { max-height: 58px; width:auto; height:auto; object-fit:contain; }
.sponsor img.is-horizontal { max-height: 64px; }  
.sponsor img.is-round { max-height: 60px; }      


.hero-slide:after { background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/gradient-img-mobile.png);background-position: center bottom;height: 25%;top: -35px;background-repeat: no-repeat;background-size: cover; display: none; }   
.hero-image { position: relative; margin-left: auto;height: 288px;width: 100%;background-size: cover;background-position: center center;  background-repeat: no-repeat; }
.content-info p { margin-bottom: 0; }    
.content-info blockquote {  margin: 16px 0 20px 0; padding: 0 15px; border-left: none; max-width: 100%; }    
.upcoming-actions .buttons-group { gap:15px}
.content-info p span{ font-size: 20px; letter-spacing: 0.5px; margin-bottom: 7px; }
.hero-image:after {  content: "";position: absolute; top: -25px; left: 0; right: 0; z-index: 1; height: 100%;width: 100%; background: linear-gradient(360deg, rgba(0, 0, 0, 0) 31.9%, #000000 100%); }    
.hero-description { border-left: none; padding-left: 0;text-align: center; }
.hero-venue { margin: 0; font-size: 20px; }
.hero-slide { padding: 0; }
.hero-content-info {  text-align: center; padding: 30px 0 0 0; position: relative; z-index: 2; }
.hero-content-info .section-kicker { margin-bottom: 15px; }
.hero-buttons { justify-content: center; }
.hero-caption {  background: #011515; padding: 30px 35px;  display: flex; align-items: center; justify-content: center;text-align: center;}
.hero-description { line-height: 24px; margin: 16px 0 20px; }    
.education-sec-actions .button-primary { min-width: 155px; }
.education-sec-actions .btn-outline { min-width: 140px; }

.upcoming-section { padding: 38px 0 56px; }
.upcoming-section .section-kicker { letter-spacing: 9.3px;}     
.upcoming-section .section-kicker { margin-bottom: 12px; }
.upcoming-slider { padding-top: 14px; }
.upcoming-slider .slick-prev:after{ height: 33px; width: 33px;}    
.upcoming-slider .slick-next:after{ height: 33px; width: 33px;}   
.upcoming-slider .slick-prev:focus:after { width: 33px;  height: 33px;}
.upcoming-slider .slick-next:focus:after { width: 33px;  height: 33px;}
.show-card-overlay { bottom: -8px; }
.upcoming-actions .btn-outline { min-width: 155px; }
.upcoming-content p { margin: 0 0 25px;}
.upcoming-content p { font-size: 20px; line-height: 28px; }
.show-card-body {  padding: 18px 10px 20px; }
.upcoming-slider { margin-bottom: 35px; }
.show-card-image {  height: 325px;}    

.production-slide {padding: 24px 0px 22px;}    
.production-gallery { padding: 22px 0 43px; }
.production-slide img { height: 245px; border: 5px solid rgba(0, 0, 0, 0.75); border-radius: 34px; }
.production-gallery .slick-prev, .production-gallery .slick-next { top: auto; bottom: 0px; transform: none; }
.production-slider .production-slide-item {  padding: 2px; border-radius: 20px; }
.production-gallery .slick-prev { left: 50%;  margin-left: -33px; border-radius: 7px 0px 0px 7px;background: #416C84;}
.production-gallery .slick-next {
    right: 50%;
    margin-right: -33px;
    border-radius: 0 7px 7px 0;
    background: #416C84;
}

.production-gallery .slick-prev:after {
    height: 33px;
    width: 33px;
    background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.production-gallery .slick-next:after {
    height: 33px;
    width: 33px;
    background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.production-gallery .slick-next:hover { background: #416C84; }    
.production-gallery .slick-prev:hover { background: #416C84; }    
.upcoming-slider .slick-next:focus { background: #416C84;}
.upcoming-slider .slick-prev:focus { background: #416C84;}
.upcoming-slider .slick-next:focus:after { height: 33px;width: 33px; background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/right-arrow-white.svg);
background-repeat: no-repeat; background-position: center center; } 
.upcoming-slider .slick-prev:focus:after {
    height: 33px;
    width: 33px;
    background: url(https://panamacitytdev.wpenginepowered.com/wp-content/uploads/2026/03/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}    
    
    

.education-sec { position: relative;width: 100%; background: linear-gradient(360deg, rgba(0, 0, 0, 0) 33.03%, #000000 10.98%); }   
.education-sec-text { font-size: 20px; line-height: 28px; max-width:95%; }    
.education-sec-inner { flex-direction: column; min-height: 0; }
.education-sec-right { height:290px; width: 100%; position: relative;left:0; }
.education-sec:after { display: none; }
.education-sec-left:after { display: none; }    
.education-sec-right:after { content: "";  position: absolute;  top: 0;  left: 0;  right: 0; z-index: 1;  height: 100%;width: 100%;
background: linear-gradient(360deg, rgba(0, 0, 0, 0) 41.9%, #000000 100%); }    
.education-sec-left .container {  max-width: 100%; margin: 0; padding: 40px 20px; } 
.education-sec-left { width: 100%; text-align: center; padding: 30px 0;align-items: center; }    
.education-sec-actions .button-primary { padding: 10px 10px; }
.education-sec-actions .btn-outline { padding: 10px 10px; }
.education-sec-cta { margin: 20px 0 22px; font-size: 20px; }
.education-sec .container { padding: 0; }    

.join-audience-sec { padding: 43px 0 67px;}
.join-audience-info h2 { margin-bottom: 25px; }
.join-audience-info p {font-size: 20px; line-height: 27px; }
.gform_wrapper.gform-theme #gform_2 .gform-body.gform_body {  width: calc(95% - 119px); padding-right: 0; }
.gform_wrapper.gform-theme #gform_2 { gap:0; }
.gform_wrapper.gform-theme#gform_wrapper_2 .gform_button { border-radius: 0px 7px 7px 0px !important; padding: 11px 8px 10px !important; }
.gform_wrapper.gform-theme#gform_wrapper_2 .ginput_container input { border-radius: 7px 0px 0px 7px !important; padding: 12px !important; } 
.join-audience-info #gform_wrapper_2 { padding: 13px 0 0 0; max-width: 100% !important; }
#gform_wrapper_1 .ginput_container input { padding: 10px 20px !important;}    
    
.sponsor-sec { padding: 40px 0 30px;}    
.sponsor-sec .section-kicker { margin-bottom: 13px; }
.sponsor-sec p { max-width: 90%; font-size: 22px; line-height: 30px;margin-bottom: 5px; }    
.sponsor-slider { padding-top: 27px; padding-bottom: 35px; }
.site-footer { padding-top: 16px; }
.footer-main {  padding: 10px 0 28px; }
.footer-bottom { padding: 28px 0;}
.footer-form-card h2 { text-align: center; margin-bottom: 14px; }
.footer-inner {  flex-direction: column; gap: 36px;  }
    
.footer-left { order: 2;  flex: none; width: 100%;  max-width: 100%;  text-align: center; padding: 16px 0 0 0; }
.footer-logo svg { width: 255px; }
.footer-right { order: 1; margin-left: 0; max-width: 100%;padding: 28px 28px 28px;  border-radius: 30px;transition: 0.1s all ease, 0.5s opacity ease; }
.footer-logo { align-items: center; margin-bottom: 10px; }
.footer-desc { max-width: 100%;  text-align: center; font-size: 20px; line-height: 30px; font-weight: 500; }
.footer-social { justify-content: center; margin: 21px 0 32px; }
.footer-contact li > a { font-size: 18px; margin-bottom: 9px; gap:5px;}
.footer-contact li > a .icon- svg { width: 100%; height: 100%; }    
.footer-contact li:nth-child(2) > a .icon- { width: 18px; height: 18px; }
.footer-contact li:nth-child(3) > a .icon- { height: 18px; width: 18px; }
.footer-contact li:first-child > a .icon- { height: 18px; width: 17px; }
.social-media li a { width: 44px; height: 44px; font-size: 25px; line-height: 44px; }
.footer-contact { display: flex;  flex-direction: column;  align-items: center; }
.footer-right.fade-in { transition: 0.1s all ease, 0.3s opacity ease;}
.footer-form-card p { margin: 0 0 25px;line-height: 24px; text-align: center;}
#gform_wrapper_1 .gform-footer.gform_footer.top_label { justify-content: center; margin-top: 5px !important; }
.footer-form-title { text-align: center; }
.footer-form-intro { text-align: center; }
.footer-form-row {  grid-template-columns: 1fr; }
.footer-bottom-inner { flex-direction: column;text-align: center;gap:5px; }    
.gform_submission_error.hide_summary { display: flex; align-items: center; }
    
.error-404.not-found, .no-results.not-found { padding: 160px 0 70px;}    
.error-404.not-found span { font-size: 72px; }
.error-404.not-found .page-title {font-size: 36px;line-height: 38px;}
.error-404.not-found h1 { line-height: 42px; font-size: 42px; }   
.error-404.not-found { height: auto; }   
    
/* Hero slider: same visual height per slide — stretch caption when JS sets min-height on .hero-slide */
.hero-slider .slick-slide.hero-slide {
  display: flex;
  flex-direction: column;
}
.hero-slider .slick-slide .hero-slide-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}
.hero-slider .slick-slide .hero-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.hero-slider .slick-slide .hero-caption {
  flex: 1 1 auto;
}    
.hero-slider .slick-slide .content-info {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
} 
    
}




/* Search Page Layout */

body.search #primary.site-main {
    margin: 100px auto 0;
    padding: 0 20px;
    background: #0B0F31;
}
body.search .page-header {
    text-align: center;
    margin-bottom: 60px;
}
body.search .page-title {
    font-size: 44px;
    color: #ffffff;
    line-height: 46px;
    letter-spacing: 1.4px;
    font-weight: 400;
}
body.search .page-title span{
    background: linear-gradient(270deg,#9A751D 0%,#D5BF6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}
body.search article {
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 28px 32px;
    margin-bottom: 24px;
    transition: all .3s ease;
}

body.search article:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.08);
}

body.search .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
body.search .entry-title a {
    text-decoration: none;
    color: #fff;
}
body.search .entry-title a:hover {
    color: #D5BF6B;
}

body.search .entry-meta {
    font-size: 14px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.6);
}


/* Summary */

body.search .entry-summary p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
}

body.search .entry-footer {
    margin-top: 12px;
    font-size: 14px;
}

body.search .entry-footer a {
    color: #D5BF6B;
    text-decoration: none;
}

body.search .entry-footer a:hover{
    text-decoration: underline;
}

footer p a{
  color:#fff;
}


@media (max-width:768px){

    body.search #primary.site-main{
        margin:60px auto;
    }

    body.search .page-title{
        font-size:30px;
    }

    body.search article{
        padding:22px;
    }

}


