.form-row {
	width: 100% !important;
	display: block !important;
}

.form-row label {
	display: block;
	width: 100% !important;
}
.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="tel"], .form-row input[type="password"], .form-row select, .form-row textarea {
	display: block;
	width: 100% !important;
	padding: 10px;
}
#ship-to-different-address label {
	display: block;
	width: 100% !important;
}

#order_comments {
	width: 100% !important;
	min-height: 300px;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: unset !important;
}

.woocommerce-checkout-review-order-table {
	width: 100% !important;
	padding: 2em;
    background: #eee;
}

ul.wc_payment_methods {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}

#order_review_heading {
	padding-left: 10px;
}

.woocommerce-checkout-payment {
	margin-bottom: 1em;
}

.wc_payment_method label {
	display: none;
}

#place_order {
	background: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border: none;
}

#place_order:hover {
	background: #005f86;
}

.woocommerce-form-coupon {
	width: 98%;
    margin: 0 auto;
}

.woocommerce-form-coupon button[name="apply_coupon"] {
	background: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border: none;
}

.woocommerce-form-coupon button[name="apply_coupon"]:hover {
	background: #005f86;
}

.category-list {
	display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 24.2% !important;
	margin: 0% !important;
	margin-right: 1% !important;
	margin-top:1% !important;
}
/* 4th li remove margin-right */
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0% !important;
}
.flex-control-thumbs {
	margin-left: -41px;
}

.woocommerce-variation-description {
	margin-left: 20px;
}

@media (max-width: 1280px) and (min-width: 993px) {
	 

}

/* media max width 993 */
@media (max-width: 993px) {
	.wp-block-woocommerce-cart {
		padding: 1em;
	}
	.mission ul, .supporter ul {
		margin-top: 0px !important;
    }
}

@media (max-width: 991px) {
	.mainBanner img {
		min-height: 380px;
	}
}
@media (max-width: 500px){
	.slider_Content {
        
    }
}

.newsletter-signup {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
	gap: 0px;
}
.newsletter-signup-email {
	width: 60%;
}
.newsletter-signup-submit {
	width: 40%;
}
.newsletter-signup-submit input[type="submit"] {
	background: #2699FB;
	color: #fff;
	padding:0 1.4em;
	border-radius: 0px;
	border: none;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
	line-height:60px; 
	height:60px;
}
.newsletter-signup-email input[type="email"] {
	padding: 14px 0.9em;
	width: 100%;
	border:0px;
	height:60px;
}
.home .newsletter-signup-email input[type="email"] {
	 
	width: 100%;
}
@media (max-width: 1366px) {
	.newsletter-signup-email input[type="email"] {
		        padding: 18px 0.75em;
        font-size: 20px;
	}
	 
}
@media (max-width: 1200px) {
	.newsletter-signup-email input[type="email"] {
		padding: 1.25em;
	}
	.home .newsletter-signup-email input[type="email"] {
		padding: 1.05em;
	}
}
@media (max-width: 500px) {
	.newsletter-signup-email input[type="email"] {
		padding: 13px 10px; font-size:16px;
	}
	.home .newsletter-signup-email input[type="email"] {
		padding: 0.8em;
	}
}
.newsletter-signup-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 10px;
	border: 2px solid #0059A0;
}
.newsletter-signup-footer p {
	margin: 0;
	padding: 0;
}
.newsletter-signup-footer-email .wpcf7-not-valid-tip {
	padding-left: 10px;
}	
.newsletter-signup-footer-email {
	width: 80%;
}
.newsletter-signup-footer-submit {
	width: 20%;
}
.newsletter-signup-footer-email input[type="email"] {
	padding: 10px;
	width: 100%;
	border: none;
}
.newsletter-signup-footer-submit input[type="submit"] {
    background: url(/newimages/paper-airplane.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    background-size: cover;
    border: none;
    width: 58px;
    height: 44px;
    padding: 0px;
}
.newsletter-signup-footer-submit {
	background: none;
    width: 60px;
    height: 44px;
    border: 0;
    color: #0059A0;
}
.wpcf7-spinner {
	display: none;
}
.youTubeVideo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 10px;
}
.youTubeVideo-single {
	width: 100%;
}

@media (max-width: 996px) {
	.youTubeVideo {
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	/* .youTubeVideo-single {
		max-width: 536px;
	} */
}

.blueHeading-mt {
	margin-top: 40px;
}

.custom-404 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 10px;
	background-color: #f2f2f2;
	padding-top: 150px;
	text-align: center;
	padding-bottom: 150px;
}

#pa_amount-of-tickets, #competition-applicable-to-residents-of-north-or-south-america-only {
	max-width: 500px;
}

.navbarBg ul li ul {
	margin-top: 35px;
}
@media (max-width: 767px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{width:100%!important; margin:0px!important;}
	.navbarBg ul li ul {
		margin-top: 0px;
	}
}

.ticket_heading_top_margin {
	margin-top: 50px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.clickable-div {
	cursor: pointer;
}

.woocommerce-product-details__short-description h5 {
	font-size: 18px !important;
    margin-bottom: 30px;
    line-height: 30px !important;
    font-weight: unset;
}

.editor.sky-color h5 {
	font-weight: unset !important;
}

.variations .label {
	margin-top: 20px;
}

.ticketBanner-mt {
	margin-top: 50px;
}

#tab-title-description {
	display: none;
}

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

.whiteBlueBox-mt {
	margin-top: 74px;
}
@media (max-width: 996px) {

	.ticketBox .popular h2{
		font-size: 24px !important;
	}

}

@media (max-width: 768px) {

	.ticketBox .popular {
		margin-top: 74px;
	}
	.whiteBlueBox-mt {
		margin-top: 74px;
	}

}
.woocommerce-message {
	display: flex;
	gap: 20px;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	flex-direction: row;
}
.woocommerce-message a{
	min-width: 300px;
}
@media (max-width: 1000px) {
	.woocommerce-message {
		flex-direction: column;
	}
}
.WantTo {
	/* margin-top: 135px !important; */
}

@media (max-width: 1000px) {
	.WantTo {
		margin-top: 0px !important;
	}
}

@media (max-width: 1200px) {
    .tShirt img {
        width: 100% !important;
		position: relative !important;
    }
}

article {
	display: grid;
	padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	box-shadow: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	box-shadow: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding-inline-start: 0px;
}

.woocommerce-account .woocommerce-Button {
	padding: 5px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
	margin-top: 20px;
}

.woocommerce-orders-table__cell-order-actions a {
	padding: 5px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	min-width: unset;
}

@media (max-width: 1100px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
}

.instagram-icon {
	max-width: 20px;
	margin: 0 auto;
}
.instagram .h2 span {
	color: #E3AD65;
}
.instagram {
	margin-bottom: 20px;
	display: flex;
}

.ptsColHeader strong, .ptsColHeader strong span {
	text-align: left !important;
	font-family: "Fredoka" !important;
	font-weight: 700 !important;
	letter-spacing: 0px !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
	
}

.Fredoka {
	text-align: center !important;
	font-family: "Fredoka" !important;
	font-weight: 700 !important;
	letter-spacing: 0px !important;
	color: #0059A0 !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
	font-size: 36px !important;
	
}

.FontFredoka {
	font-family: "Fredoka" !important;
	font-weight: 700 !important;
}

.ptsTableElementContent {
	display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: stretch;
    padding: 20px !important;
}
.ptsColDesc {
	display: none !important;
}

#ptsBlock_387703 .ptsCol-1 .ptsTableElementContent .ptsColDesc, #ptsBlock_387703 .ptsCol-1 .ptsTableElementContent .ptsActBtn, #ptsBlock_387703 .ptsCol-1 .ptsTableElementContent .ptsRows .ptsCell:hover {
	background-color: unset !important;
}

.tax-product_cat .category-list img, .post-type-archive-product .category-list img {
	width: unset !important;
	max-width: 47%;
	padding-top: 20px;
}

.modal-box {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}
.model-button {
	color: #0059A0;
	cursor: pointer;
	padding: 15px 0px !important;
}

.modal-close {
	background-color: #0059A0;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	float: right;
	font-size: 28px;
	width: 33px;
    text-align: center;
}

.ptsColsWrapper {
	display: flex;
	justify-content: space-evenly;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
}
.ptsCol {
	margin-top: 8px !important;
}
.ptsCell {
	display: flex;
}
@media (max-width: 1111px) {
	.ptsContainer {display: flex; flex-wrap: wrap;}
	.ptsCol-1, .ptsCol-2 {flex: 1 1 50%}
	.ptsCol-3 {margin: 0 auto; width: 60% !important;}
}
@media (max-width: 995px) {
	.ptsCol-1, .ptsCol-2, .ptsCol-3 {flex: 1 1 100%}
	.ptsCol-3 {margin: 0 auto; width: 60% !important;}
}

.woocommerce-loop-product__title {
	padding: 30px 10px 5px!important;
	height:auto!important;
}

.navbarBg ul li {
	height: 63px;
}
.navbarBg ul li ul li {
	height: unset;
}
.navbarBg ul li ul {
	top: 45% !important;
}
@media (max-width: 991px) {
	.navbarBg ul li {
		height: unset;
	}
	.navbarBg ul li ul {
		top: 100% !important;
	}
}
.blog #main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.blog .page-header h1 {
	color: #0059a0;
    margin: 40px 10px;
	text-align: center;
}

.blog .type-post {
	background-color: #0059A0;
	color: #fff;
	padding: 20px;
	max-width: 23%;
	margin: 1%;
}

.blog .type-post img {
	width: 100%;
	height: auto;
}
.single-post #main {
	margin-top: 100px;
}
.single-post .post-navigation {
	display: flex;
	justify-content: space-between;
}

.single-post .post-navigation a .nav-title {
	padding: 10px;
	background: #0059A0;
	color: #fff;
	margin: 10px;
}
.single-post .post-navigation .nav-links {
	margin: 20px;
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.single-post .post-navigation .nav-links a:hover {
	text-decoration: none;
}

.single-post .post-navigation a:disabled {
	background: #ccc;
}

.single-post .post-navigation a:disabled:hover {
	background: #ccc;
}

.single-post .post-navigation .nav-subtitle::after {
	content: " Post";
	margin-right: 20px;
}
.single-post .post-navigation .nav-subtitle, .single-post .post-navigation .nav-subtitle::after {
	color: #000000;
	background-color: #f2f2f2;
}

.single-post .post-navigation .nav-title-icon-wrapper {
	display: none;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.custom-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 20px;
	margin-bottom: 50px;
}

.custom-posts .custom-post {
	background-color: #0059A0;
	color: #fff;
	padding: 20px;
	max-width: 23%;
	margin: 1%;
}

.custom-posts .custom-post a {
	width: 100%;
	color: #fff;
}

.custom-posts .custom-post h2 {
	padding-top: 20px;
}

.custom-posts .custom-post img {
	width: 100%;
	height: auto;
}

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

	.custom-posts .custom-post {
		width: 45%;
		max-width: fit-content;
	}
	.custom-posts {
		flex-direction: row;
	}
}

@media screen and (max-width: 768px) {
	.custom-posts .custom-post {
		width: 100%;
		max-width: fit-content;
	}
	.custom-posts {
		flex-direction: column;
	}
}


.responsive-ash {
	width: unset !important;
    height: 100% !important;
	max-width: 100% !important;
	object-fit: cover;
}

@media (max-width: 1440px) {
    .missionBox p {
		 
	}
}
@media (max-width: 1199px) {
    .missionBox p {
        margin-bottom: 12px !important;
		font-size: 14px!important;
    }
	.missionBox {
		padding: 1.5rem 2rem;
	}
	.font-30, .editor h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 1699px) {
    .font-30, .editor h2 {
        font-size: 30px !important;
    }
}
.ticket_hedaing h2 {
	margin: 0 !important;
}

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

@media (max-width: 767px) {
    .container {
        max-width: 98% !important;
    }
	.newsletter-signup-submit input[type="submit"] { 
    padding: 0px 5px; 
    font-size: 15px;
	
}
.newsletter-signup-submit{width: 120px!important;}
.newsletter-signup-email {
    width: calc(100% - 120px)!important;
}
}

@media (max-width: 576px) {
    
}

.youTubeVideo-single iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.blueHeading-ash {
	margin-bottom: 10px !important;
}

.ash-fix-footer-checkout {
	width: unset !important;
}

.single-aiovg_videos .nav-links {
	display: none !important;
}