/* 
Theme Name:		AceBounce Hello Elementor Child Theme
Theme URI:		https://elementor.com/
Description:	'Hello' child theme, created by Encore
Author:			Encore
Author URI:		
Template:		hello-elementor
Version:		1.0.0
*/

p a {
	text-decoration:underline!important;
}

a {
	text-underline-offset: 4px!important;
	text-decoration-line: underline;
	text-decoration-thickness: 2px!important;
}

elementor-button span {
    text-decoration: none!important;
}

elementor-button-text:hover {
    text-decoration: none!important;
}

/*Gravity Forms*/
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

/*Image carousel*/
carousel-image.elementor-swiper-button.elementor-swiper-button-next {
	right: -16px!important;
}

carousel-image.elementor-swiper-button.elementor-swiper-button-prev {
	left: -16px!important;
}

#gallery-carousel .elementor-swiper-button.elementor-swiper-button-next {
	padding:8px;
	background-color:#ffffff;
	border-radius: 50px;
	right: -16px!important;	
}

#gallery-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	padding:8px;
	background-color:#ffffff;
	border-radius: 50px;
	left: -16px!important;
}

#games-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: -16px!important;
}
#games-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	left: -16px!important;
}

.elementor-slideshow__title {
    display: none;
}


/*Book now popup*/
.book-now-menu-link a {
    text-decoration: none !important;
}

a.dialog-close-button.dialog-lightbox-close-button {
    text-decoration: none;
}

/*Footer*/
h4 {margin-bottom: 0px!important;}

button.e-filter-item[aria-pressed="true"] {
    font-weight: bold !important;
}

/*Food menu*/
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    padding-bottom: 12px;
}

/*Hubspot form*/
hubspot-form span {
    color: #ffffff!important;
    font-family: "Mark", sans-serif!important;
	font-weight: 600!important;
}

.hubspot-form table td {
    border-width: 0px !important;
}

.hubspot-form table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.hubspot-form table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th :hover{
    background-color: transparent;
}

.hubspot-form input#lead_submit {
    background-color: #01AA7D;
    border: 2px solid #01AA7D;
}

/* Desktop Only */
@media only screen and (min-width: 1025px) {
	
	/*Home Games Tabs*/
	.home-games-tabs .e-n-tabs-heading {
		position: absolute;
		z-index: 1;
		border-bottom: 1px solid;
		left: 4.5%;
		top: 4px;
	}
}




