.banner-video video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-video iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dark-overlay-4 {
	background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.dark-overlay-9 {
	background: rgba(0, 0, 0, 0.93);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.eventlists {
	max-width: 1412px;
	margin: 35px auto 0px auto; 
}
.bgoverlayinner {
    background-position: center;
}
.package-bg {
	background-position: center;
    max-height: 787px;
    background-size: cover;
}
.package-bgoverlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.eventsect .bgoverlay {
    width: calc(100% - 20px);
    margin: auto;
}
.blogsect .bgoverlay {
	width: 100%;
}
.serviceinfo {
    transform: initial;
    bottom: 0;
}
.eventheading {
    transform: initial;
}
.eventcontent {
    transition: all ease-in-out 0.5s;
    opacity: 0;
    max-height: 0;
}
.eventcolumn:hover .eventcontent {
    margin-top: 0;
    padding-top: 6px;
    margin-bottom: 9px;
    opacity: 1;
    max-height: 100vh;
}
.eventcolumn h3 {
    margin-bottom: 1px;
}
.clubsect h3 a {
	color: #000000;
}
.clublist .columnhalf:hover h3 a {
    color: #43DBFF;
}
.eventbg {
    filter: none;
    transition: all ease-in-out 0.2s;
}
.eventbg:hover {
    filter: drop-shadow(0px 0px 15px #2F99B3);
}
.eventcolumn:hover .bgoverlay {
    background: rgba(0, 0, 0, 0.7);
}
.home .eventcolumn:hover .bgoverlay {
    background: rgba(0, 0, 0, 0.5);
}
.eventcolumn:hover .serviceinfo {
    transform: initial;
}
.eventcolumn:hover .eventheading span {
    opacity: 1;
}
.gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container select {
    color: #000000 !important;
}
input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.7);}
input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {color: rgba(0, 0, 0, 0.7);}
input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder {color: rgba(0, 0, 0, 0.7);}
.socialus .gform_wrapper input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.7);}
.socialus .gform_wrapper input::-moz-placeholder {color: rgba(255, 255, 255, 0.7);}
.socialus .gform_wrapper input::-ms-input-placeholder {color: rgba(255, 255, 255, 0.7);}
.gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container input {
    padding: 15px 12px 15px 12px !important;
}
.gform_wrapper .ginput_container select {
    padding: 0 12px !important;
    appearance: none;
}
.ginput_container_checkbox .gfield_checkbox {
    padding: 9px 20px 8px 20px;
}
.packageform .btmbanner {
    background-position: bottom;
    background-size: cover;
    height: 100%;
    z-index: 1;
}
.gform_wrapper .ginput_container_select:after {
    content: url(./images/form-dropdown.svg);
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
    text-align: center;
    line-height: 45px;
    pointer-events: none;
}
.eventsect  .eventslider .bgoverlay {
    width: 100%;
}
html {
  scroll-behavior: smooth;
}
div.banner {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}
.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}
@media only screen and (max-width: 500px) {
	.mobile-only {
		display: inline-block;
	}
	.desktop-only {
		display: none;
	}
}


.home .weeklyevent .eventlist.no-slider, .eventsect .eventlist.no-slider {
    justify-content: center;
    z-index: 99999;
    position: relative;
}
.home .weeklyevent .eventlist.no-slider .item, .eventsect .eventlist.no-slider .item {
    width: 20%;
    padding: 0 30px 0 30px;
    display: block;
    margin-bottom: 60px;
}
.home .weeklyevent .eventlist.no-slider .eventinner, .eventsect .eventlist.no-slider .eventinner {
    padding: 0;
}

@media only screen and (max-width: 1500px) {
.home .weeklyevent .eventlist.no-slider .item, .eventsect .eventlist.no-slider .item {
    width: 25%;
}
}
@media only screen and (max-width: 1200px) {
.home .weeklyevent .eventlist.no-slider .item, .eventsect .eventlist.no-slider .item {
    width: 33%;
}
}
@media only screen and (max-width: 1000px) {
.home .weeklyevent .eventlist.no-slider .item, .eventsect .eventlist.no-slider .item {
    width: 50%;
}
}
@media only screen and (max-width: 600px) {
.home .weeklyevent .eventlist.no-slider .item, .eventsect .eventlist.no-slider .item {
    width: 100%;
}
}

.party_widget_scrollto_buttons .brdrbtn {
    margin: 0 10px 20px 10px;
}
.party_widget_scrollto_buttons .pub_crawl {
    background: #DDF8FF;
    color: black;
}
.party_widget_scrollto_buttons .pub_crawl:hover {
    background: #16A8A9;
    color: white;
}
.party_widget_scrollto_buttons .brdrbtn:after {
    transform: rotate(90deg);
    content: url(./images/btn-arrow-blue.svg);
}
.party_widget_scrollto_buttons .party_bus:before {
    content: url('./images/ticket-icon-invert.svg');
}

.party_bus_tour { padding-top: 0; margin-top: 0; }
@media only screen and (min-width: 1100px) {
    .party_bus_tour { margin-top: 60px; }
}

.home .weeklyevent.mobile {display: none;}
@media only screen and (max-width: 600px) {
    .home .weeklyevent .desktop {display: none;}
    .home .weeklyevent.mobile {display: block;}
    .home .weeklyevent.desktop {padding-top: 0;}
}
.party_widget_scrollto_buttons {
    margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    .party_widget_scrollto_buttons {
        margin-bottom: 50px;
    }
}

.ticket_scroll_to {
    margin-top: -100px;
    padding: 1px;
}

@media only screen and (min-width: 993px) {
    .brdrbtn.mobile {
        display: none;
    }
}
.page-template-party-tips .ticketlist .containerinner .title {
    width: 100%;
}
.eventcolumn.full_width {
    flex: 0 0 100%;
    max-width: 100%;
}