/* 
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 */

.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent white */
    backdrop-filter: blur(10px); /* Adjust blur strength as needed */
    padding-bottom: 20px;
}

/*sand colour on mobile on dining page*/
.page-id-573 .elementor-sticky--effects, .page-id-141 .elementor-sticky--effects, .page-id-89 .elementor-sticky--effects {
	background-color: rgba(166, 147, 111, 0.5); /* Semi-transparent white */
}



.swiper-slide {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	border: 1px solid transparent; /* Default no border */
}

.swiper-button-next:after {
	color: #048ABF;
	font-size: 18px !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	color: #048ABF;
	font-size: 18px !important;
}

.swiper-button-prev {
	justify-content: left !important;
}
.swiper-button-next {
	justify-content: right !important;
}

.swiper-button-prev {
	left: 0 !important;
}
.swiper-button-next {
	right: 0 !important;
}


.swiper-slide::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Adjust spacing */
    left: 50%;
    width: 0;
    height: 8px; /* Thickness of the underline */ 
    transition: width 0.3s ease, left 0.3s ease;
}

.swiper-slide.active::after {
    width: 50%; /* Adjust width */
    left: 25%;  /* Center the underline */
	background-color: #EFEBE4; /* Adjust color */
	border: 1px solid #048ABF;
}

.swiper-slide img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: auto;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}


p:last-of-type {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    ul { 
        margin-bottom: 10px !important;
        line-height: 20px;
    } 

    ol { 
        margin-bottom: 10px !important;
    }

    ul.space {
        margin-top: 10px !important;
    }
}




label.elementor-field-label {
    padding-left: 10px;
}

#form-button {
    margin-top: 20px !important;
}

#videoContainer {
    display: none; /* Hides the video initially */
}

.line_dot_end {
    position: relative;
    display: inline-block;
    width: 100%; /* Ensures the line stretches properly */
}

.line_dot_end::after {
    content: "•";  /* The dot */
    font-size: 1.5em;  /* Adjust size as needed */
    position: absolute;
    right: 0; /* Moves the dot to the end */
    top: 44%; /* Aligns the dot with the line */
    transform: translateY(-50%); /* Centers vertically */
    color: #A6936F; /* Matches the line color */
}

.line_dot_end_left {
    position: relative;
    display: inline-block;
    width: 100%; /* Ensures the line stretches properly */
}

.line_dot_end_left::after {
    content: "•";  /* The dot */
    font-size: 1.5em;  /* Adjust size as needed */
    position: absolute;
    left: 0; /* Moves the dot to the end */
    top: 44%; /* Aligns the dot with the line */
    transform: translateY(-50%); /* Centers vertically */
    color: #A6936F; /* Matches the line color */
}

table {
    background-color: transparent;
    border-collapse:collapse;
    color:#A6936F;
    font-weight:300;
}

th,td {
    text-align:left;
    background-color: transparent !important;
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }

    .dcf-table thead {
      color: #048ABF;
    }

    .dcf-table tbody {
      font-size: .7em
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .25em;
      vertical-align: middle;
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .65em;
      vertical-align: middle;
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .45em
    }

/*check below still exist*/
/*
@media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}
*/


/*
@media(max-width:480px)
{
.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 1px 1px 0px 0px !important;
/*  */
    font-weight: 700;
    line-height: 1;
    text-align: center !important;
    border: solid transparent;
}
/* 	.coursera{
	    width: 7.5% !important;
} */
}
div#holecta .elementor-button-link {
    width: 30%;
}
.elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-1e539f1 {
    margin-left: 9px;
}
section#openinghours .elementor-button {
    width: 100%;
}
@media(min-width:1200px)
{
	.no-gap .elementor-element-populated {
    padding: 0 !important;
}
	header#masthead {
    position: absolute !important;
    top: 0;
    width: 100%;
}
/*	header#masthead .hfe-nav-menu li a {
    color: #fff;
}*/
}





/* Style Future Ticketing */

#ft_container {
    box-shadow: none;
    min-height: 390px;
    padding: 0;
}
li{
    list-style-type: none;
}

span.ft_product_link_default:before{
    content: "Buy Voucher";
    font-size: 16px !important;
    font-family: Work Sans, Arial, Helvetica, sans-serif;
}

.ft_product_link_div {
	background-color: #61CE7000;
    fill: var(--e-global-color-0a285ec);
    color: var(--e-global-color-0a285ec);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-0a285ec);
    border-radius: 86px 86px 86px 86px;
}

.ft_product_link_div:hover {
	background-color:#A6936F;
	color:white;
}

body .ft_product_link_div {
	height:47px !important;
}


body .ft_product_info_h2 {
	color: #A6936F !important;
	text-transform: uppercase !important; 
	font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

body .ft_event_content_date {
	color: #A6936F !important;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

body #ft_container ul {
	font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
}

body .ft_form_submit, body #ft_screen .ft_form_submit {
	background-color: #61CE7000 !important;
    fill: var(--e-global-color-0a285ec) !important;
    color: var(--e-global-color-0a285ec) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-0a285ec) !important;
    border-radius: 86px 86px 86px 86px !important;
}
body .ft_form_submit:hover, body #ft_screen .ft_form_submit:hover {
	background-color:#A6936F !important;
	color:white !important;
}
body .ft_label_finished_shopping_submit:after {
	font-size: 16px !important;
	font-weight:500 !important;
	text-transform:uppercase !important;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

body #ft_event_details #ft_event_info_content_div, body div#ft_step_review_order_box {
	font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

body #ft_ticket_type_ul li h3 {
	color: #A6936F !important;
	text-transform: uppercase !important; 
	font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

body #ft_screen .ft_ticket_desc, body #ft_cart .ft_ticket_desc {
	font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

body .ft_button_a, body .ft_button_div, body .ft_form_submit {
	 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0) !important;
}

body #ft_product_container #ft_unordered_list .ft_product_container_li:hover, body #ft_product_container .ft_unordered_list .ft_product_container_li:hover
 {
    box-shadow: #00c4b3 0px 0px 0px 0px !important;
}

#ft_product_container #ft_unordered_list .ft_product_container_li, #ft_product_container .ft_unordered_list .ft_product_container_li {
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px;
}

body #ft_conNoRegisterBtn {
	border: none !important;
}

body #ft_frmNoRegisterBtn span#ft_frmNoRegisterSpan {
	color: #A6936F !important;
	text-transform: uppercase !important;
}

body #ft_container #ft_shop_purchase_ul #ft_basket_button, body #ft_container #ft_shop_purchase_ul #ft_checkout_button {
	background-size: 18% !important;
}

body .ft_product_event_content p {
	margin-bottom: 10px !important;
}





@media only screen and (max-width: 479px) {
	body .ft_product_link_div {
	height:34px !important;
}
}
@media only screen and (max-width: 479px) {
    .ft_product_info_img {
        padding: 0px 0px 0px 0px;
    }
}
@media only screen and (max-width: 479px) {
    body #ft_screen #ft_ticket_type_ul li h3, body #ft_cart #ft_ticket_type_ul li h3, body #ft_special #ft_ticket_type_ul li h3 {
        font-family: 'Work Sans';
        line-height: 28px;
    }
}