/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.header {
	background-color: transparent;
}

.header.sticky {
	background-color: #000;
}

.title .first-word-style {
	color: #F71584;
}

.banner,
.section-blurb {
	position: relative;
}

.banner:before,
.banner:after,
.section-blurb:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	z-index: 1;
}

.banner:before {
	top: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.banner:after ,
.section-blurb:after {
	bottom: 0;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.banner .elementor-element {
	position: relative;
    z-index: 2;
}

.banner-sub .elementor-background-slideshow:before {
	content: '';
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.section-what-we-do .img-wrap div {
	height: 100%;
}

.section-about-image-grid .img-wrap .img1 {
	height: 60%;
	
}

.section-about-image-grid .img-wrap .img2 {
	height: 40%;
}

.contact-form .elementor-field-type-acceptance {
	position: relative;
	padding-left: 20px !important;
	display: block;
	margin: 15px 0 !important;
}

.contact-form .elementor-field-type-acceptance .elementor-field-label {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    top: auto;
    width: auto;
    border: 0;
    display: block;
}

.contact-form .elementor-field-type-acceptance .elementor-field-subgroup {
    position: absolute;
    top: 2px;
    left: 15px;
}

.product-category-list-item {
	display: block;
}

.product-category-list-item:hover .img-wrap {
	border-color: #F71584 !important;
}

.product-category-detail-info .elementor-post-info .elementor-icon-list-icon {
	display: none;
}

.product-category-detail-info .elementor-post-info .elementor-icon-list-text {
	padding: 0;
}

.product-category-detail-info .elementor-post-info li {
	padding: 0 3px;
}

.product-category-detail-info .elementor-post-info li:first-child {
	padding-left: 0;
}

.product-category-detail-info .elementor-post-info li:after {
	right: -10px !important;
}

.location-form select,
.location-form input {
	min-height: 50px;
}

.location-form .elementor-field-type-checkbox .elementor-field-subgroup  .elementor-field-option {
	flex-basis: unset;
    display: flex;
    align-items: anchor-center;
    column-gap: 10px;
	    margin-right: 20px;
}

.location-form .elementor-field-type-checkbox .elementor-field-subgroup  .elementor-field-option input {
	min-height: 0;
}

.floating-cart .elementor-menu-cart__product-image {
	display: none;	
}

.elementor-menu-cart__product-name {
    grid-column-end: 1;
    grid-column-start: 3;
}

.elementor-menu-cart__product-price {
    grid-column-end: 1;
    grid-column-start: 3;
}

.elementor-menu-cart__product .variation {
    display: block;
}

.elementor-menu-cart__product .variation dt {
 font-weight: 600;
}

.elementor-menu-cart__product .variation dd {
	color: #1A1A1A;
	margin-left: 0;
	margin-bottom: 8px;
}

.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
	padding-left: 0;
}

.elementor-menu-cart__toggle_button::after {
	content: 'Tickets';
	display: inline-block;
	    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
	color: #fff;
	margin-left: 10px;
}

@media(max-width: 991px) {
	.elementor-menu-cart__toggle_button::after {
		display: none;
	}
}
.elementor-menu-cart__toggle_button:hover::after {
	color: #F71584;
}

.accomodation-tabs .e-n-tabs-heading {
	  padding-left: calc((100vw - 1315px) / 2);
  		padding-right: calc((100vw - 1315px) / 2);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background-color: #F71584 !important;
	color: #fff !important;
	    height: 20px;
    width: 20px;
    font-size: 12px;
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: block;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-bottom: 5px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 20px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	border-radius: 0 !important;
	min-height: 59px;
	font-size: 18px;
	font-weight: 400;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    border-radius: 0 !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    padding: 10px;
}

.wc-block-components-title.wc-block-components-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 30px !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	font-weight: 900 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 20px;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	background-color: #000 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
	background-color: #F71584 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
	background-color: #000 !important;
}

.section-cart table tfoot th, 
.section-cart table thead th {
    font-size: 25px;
}

.section-cart .table {
	font-size: 18px !important;
}
.wc-block-components-product-name {
    font-size: 20px !important;
	font-weight: bold;
}

.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
	border: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	 font-size: 18px !important;
}

@container (min-width: 700px) {
    
	.section-cart .wc-block-cart__main .wc-block-cart-items th {
        padding: 10px 20px;
    }
	
	   .section-cart .wc-block-cart__main .wc-block-cart-items td {
        padding: 20px;
    }
}

.location-listing {
	list-style-type: none;
	padding-left: 0;
}

.location-listing a {
	display: block;
	transition: all ease-in-out 0.2s;
}

.location-listing .img-wrap {
	border: 1px solid #fff;
	position: relative;
	transition: all ease-in-out 0.2s;
	margin-bottom: 30px;
}

.location-listing .img-wrap:before {
	content: '';
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.location-listing img {
	display: block;
	height: auto;
}


.location-listing .event-img {
	height: 330px;
	width: 100%;
	object-fit: cover;
}

.location-listing .inner-content{
	display: flex;
    flex-direction: column;
}
.location-listing  .img-wrap{
	order: 3;
	position: relative;
}

.location-listing  .img-wrap:after{
	content: '';
	position: absolute;
    left: 0;
    width: 100%;
    height: 65px;
    bottom: 0px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    z-index: 1;
}


.location-listing .flag {
	position: absolute;
	top: 15px;
	left: 15px;
}

.location-listing .location {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0;
	
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
	color: #F71584;
	z-index: 2;
}

.location-listing .location .list-icon {
	position: relative;
	top: 1px;
}

.location-listing .location .list-icon svg {
	width: 20px;
	height: 20px;
}

.location-listing h3 {
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px;
}

.location-listing .event-date {
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
	color: #fff;
}

.location-listing .event-date .list-icon {
	position: relative;
	top: 1px;
}

.location-listing .event-date .list-icon svg {
	width: 18px;
	height: 18px;
}

.location-listing a:hover .img-wrap {
	border-color: #F71584;
}

.select-your-city .event-img {
	height: 330px;
	width: 100%;
	object-fit: cover;
}
