header.entry-header.has-text-align-center.header-footer-group {
    padding: 0px !important;
}
.entry-content {
    padding: 0px !important;
}
.wpb-content-wrapper {
    max-width: 100vw !important;
    width: 100% !important;
}
.vc_column-inner {
    padding: 2px !important;
}
.wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 600px) {
    .entry-content {
        margin: 0px !important;
    }
}
section.vc_section {
    padding: 0px !important;
    margin: 40px !important;
    width: calc(100% - 80px);
}
.content-container {
    width: 100%;
    max-width: 1240px;
    margin: auto !important;
}
@media only screen and (max-width: 580px) {
    section.vc_section {
        padding: 0px !important;
        margin: 20px 30px !important;
        width: calc(100% - 60px);
    }
}
/* Main Background */
#whats-on-container {
	display: flex;
	position: relative;
    background: radial-gradient(circle, #fff 3%, #e6e7e8 40%, #999 100%);
    background-position: -200px 50px;
    background-size: 120%;
    padding: 80px 0;
    box-shadow: 1px 2px 10px;
    border-radius: 20px;
}
div#whats-on-container:before {
    content: '';
    top: 0;
    right: 0;
    height: 80px;
    width: 50%;
    position: absolute;
    background: #ab0051;
    border-top-right-radius: 20px;
    z-index: 1;
}
div#whats-on-container:after {
    content: '';
    bottom: 0;
    left: 0;
    height: 60px;
    width: 40%;
    position: absolute;
    background: #ab0051;
    border-radius: 0 80px 0 20px;
    z-index: 1;
}
#whats-on-title {
    width: 40%;
    text-align: right;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}
#whats-on-title h1 {
    margin: 0;
    font-size: min(8vw, 110px);
    line-height: 0.8;
    color: #ab0051;
}
#whats-on-title h2 {
    margin: 0;
    font-size: min(5vw, 45px);
    line-height: 1;
    color: #6e6e6e;
}
#whats-on-title button {
    display: none;
    background-color: #ab0051;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    width: fit-content;
    text-decoration: none;
    z-index: 2;
}
#whats-on-image {
	width: 60%;
	z-index: 2;
}
#whats-on-image img {
	width: 100%;
}


/* -----Schedule Menu----- */
/* -----Schedule Menu Base Styles----- */
.remove-display {
    display: none;
}
.schedule-menu-wrapper {
    display: block;
    height: auto;
    width: auto;
    padding-bottom: 20px;
    text-align: center;
    position: unset;
}
.schedule-menu-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  width: 100%;
  margin: auto;
  margin-bottom: 0px !important;
  box-shadow: 1px 1px 5px;
  padding: 0px;
  background: #30393e;
}
.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0px;
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  color: #E8E9EB;
}
.menu-btn:hover {
  text-decoration: none;
  cursor: pointer;
  background: #ac0052 !important;
}
.date {
  display: block;
}

/* Hamburger (desktop hidden by default) */
.hamburger-wrapper {
   display: none;
}
.hamburger-wrapper a {
  line-height: 50px;
  width: 50px;
  color: white;
  background-color: #30393E;
  text-decoration: none;
  font-size: 25px;
}
.hamburger-wrapper a:hover {
 color: #808080;
}

/* -----Mobile Styles----- */
@media (max-width: 768px) {
  /* Show hamburger icon on mobile */
  .hamburger-wrapper {
        display: flex;
        text-align: center;
        flex-direction: row;
    }
  .hamburger-wrapper a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px; /* Slightly larger for touch */
  }
  .date-header {
    display: block !important;
  }
  /* Hide schedule menu by default on mobile; it can be toggled via JS */
  .schedule-menu-wrapper {
    display: none;
    width: 100%;
    padding: 0px;
    background: #30393e;
  }

  .schedule-menu-wrapper ul {
    flex-direction: column; /* Stack buttons vertically */
    box-shadow: none;
  }

  .menu-btn {
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 10px;
  }
}
/* Schedule Layout */
.show-schedule-wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
  overflow: hidden;
}
.date-header {
    display: none;
    width: calc(100% - 50px);
    height: 50px;
    background: #ab0051;
    border-top-right-radius: 80px;
    margin-bottom: 3px;
}
.show-schedule {
  height: auto;
  position: unset;
  text-align: left;
}
.show-item {
  width: 95%;
  height: fit-content;
  overflow: hidden;
  margin: 2px auto;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #e6e7e8;
}

.show-item:hover {
  background-color: #30393e;
  cursor: pointer;
}

.show-item:hover .show-title {
  color: white;
}

.show-item:hover .show-date, .show-item:hover .show-time  {
  color: white;
}

.no-events {
  margin: auto;
  font-size: min(4vw, 40px);
  font-weight: bold;
}

.thumbnail {
  width: 43%;
  padding-top: 16.1%;
  background-size: cover;
  background-position-x: center;
  border-right: 3px solid #ac0052;
  border-radius: 5px 0 0 5px;
}

.info {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-evenly;
  width: 100%;
  margin: 10px 20px 10px 40px;
}

.show-title {
    font-size: min(3vw, 30px);
    line-height: min(3.5vw, 30px);
    font-weight: 800;
    margin: 0 0 5px 0 !important;
}
.show-time {
    display: none;
    font-size: 18px;
    font-weight: 400;
    margin: 0px !important;
}
.show-date {
    font-size: 20px;
    font-weight: 500;
    margin: 0px !important;
}
/* Scroll-to-top button styling */
#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1.8rem 3rem;
    font-size: 1.4rem;
    cursor: pointer;
    display: none;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
#scroll-to-top:hover {
  background-color: #444444;
  text-decoration: none;
}

@media (max-width: 768px) {
	#whats-on-container {
		flex-direction: column-reverse;
    	align-items: center;
    	padding: 20px !important;
    	border-radius: 0px;
	}
	#whats-on-title {
		width: 100% !important;
		text-align: center !important;
		align-items: center !important;
	}
	#whats-on-title h1 br, #whats-on-title h2 br{
		display: none;
	}
        #whats-on-title h1 {
           font-size: 30px !important;
           margin: 20px auto !important;
        }
        #whats-on-title h2 {
		font-size: 30px !important;
		margin-bottom: 20px !important;
	}
	#whats-on-image {
		width: 100% !important;
	}
	div#whats-on-container:before {
	    border-radius: 0px;
	}

	div#whats-on-container:after {
        border-radius: 0 80px 0 0px;
	}
	.content-wrapper {
	    display:flex;
	    flex-direction: row;
	}
	.show-schedule-wrapper {
            width: 100% !important;
        }
	.schedule-header {
	    display: none;
	}
	.show-item {
	    width: 100% !important;
        margin: 2px 0px auto !important;
	    flex-direction: row-reverse !important;
	    justify-content: space-between !important;
	}
	.thumbnail {
            width: 60%;
            padding-top: 20%;
	    border-left: 3px solid #ac0052;
	    border-right: 0px !important;
	    border-radius: 0px 5px 5px 0px !important;
	}
	.show-title {
	    margin: 0 !important;
	}
	.show-date {
	    display: none;
	}
	.show-time {
        display: block !important;
	}
	.info h2 {
	    font-size: 25px !important;
	    margin: 5px 0 !important;
	}
	#date-header-text {
	    color: white;
	    font-size: 25px !important;
	    line-height: 50px;
	    padding-left: 20px;
	    margin: auto;
	}
	.info h3 {
	    font-size: 20px !important;
	}
	button#scroll-to-top {
            display: none !important;
        }

}
@media (max-width: 768px) {
    .post-inner.thin {
      padding: 0px !important;
    }
    .info h2 {
      margin: 5px 0 !important;
  }
  .info h3 {
      font-size: 15px !important;
  }
}
@media (max-width: 580px) {
    .thumbnail {
        width: 50%;
        padding-top: 24%;
    }
    .info {
        width: calc(100% - 150px) !important;
        margin: 10px 20px 10px 20px !important;
    }
    .info h2 {
	    font-size: 16px !important;
	    margin: 5px 0 !important;
	}
	.show-time {
	    font-size: 14px !important;
	}
}
@media (max-width: 450px) {
    .info {
        margin: 10px 10px 10px 10px !important;
    }
}
/**************************************************/
/******************** SEARCH BAR ******************/
/**************************************************/

#no-results {
    margin: auto 40px;
    padding-bottom: 40px;
}
#search-field-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 40px auto;
    border-radius: 5px;
    box-shadow: 0 0 4px inset #0008;
    background: white;
}
#search-field-wrapper i {
    position: absolute;
    left: 10px;
    color: grey;
}
#search-field {
    width: 100%;
    border: none;
    margin: 2px;
    padding-left: 40px;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
