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

.filterable-events-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}

.filterable-events-categories a {
    display: inline-block;
    padding: 8px 16px;
    background: #4D4D4F;
    color: #fff;
    font-weight: bold;
    font-family: 'Gabarito',sans-serif;
    text-transform: uppercase;
    margin: 0 5px 10px;
}

.filterable-events-months {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.filterable-events-months a {
    color: #4C4C4F;
    font-family: 'Barlow',sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 20px 10px;
}

.filterable-events-months a:hover,.filterable-events-months a.active {
    color: #f17b25;
}

body:not(#priority) .filterable-events-categories a:hover,
body:not(#priority) .filterable-events-categories a.active {
    background: #000;
    color: #fff;
}

.filterable-events-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.event-grid-item-wrapper {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 45px;
}

.event-grid-item-thumb img {
    display: block;
    width: 100%;
}

.event-grid-item-lower {
    margin-top: 18px;
}

.event-grid-item-tags-tickets {
    color: #4D4D4F;
    font-family: 'Barlow',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.event-grid-item-date {
    margin: 25px 0 20px;
    color: #4C4C4F;
    font-family: 'Barlow',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.event-grid-item-title {
    display: block;
    color: #4C4C4F;
    font-weight: 900;
    font-family: 'Mont',sans-serif;
    font-size: 30px;
    line-height: 1;
    margin: 20px 0;
    transition: color 0.2s;
}

.event-grid-item-excerpt {
    color: #4C4C4F;
    font-size: 16px;
    line-height: 1.2;
    max-width: 312px;
    margin: 0 0 20px;
}

.event-grid-item-ctas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-grid-item-tix,
.event-grid-item-more {
    border: 2px solid #F17B24;
    padding: 12px 15px;
    color: #F17B24;
    font-size: 18px;
    font-weight: bold;
    font-family: 'barlow',sans-serif;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 12px 10px 0;
    transition: border 0.2s, background 0.2s;
}

.event-grid-item-tix,
.event-grid-item-more:hover {
    background: #F17B24;
    color: #fff;
}

.event-grid-item-tix:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.event-grid-item-sub-title {
    margin: 20px 0;
    color: #4C4C4F;
    font-family: 'Barlow',sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.event-grid-item-title:hover {
    color: #F17B24;
}

.filterable-events-grid.ajaxing {
    position: relative;
}

.filterable-events-grid.ajaxing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.8;
}

.filterable-events-grid.ajaxing:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    animation: ajaxing 1s infinite linear;
    z-index: 1;
    border-right-color: transparent;
}

@keyframes ajaxing {
    to {
        transform: rotate(360deg);
    }
}

.filterable-no-events-found {
    text-align: center;
    width: 100%;
    padding: 30px 0 100px;
    font-size: 30px;
}


.booking-form-checkin-date {
    position: relative;
    width: 28%;
}

.booking-form-checkin-date input {
    background: url(https://gilligans.com.au/wp-content/uploads/2024/11/Group-228.svg) #fff no-repeat 10px center;
    background-size: 30px auto;
    padding-left: 50px;
}

.booking-form-cols {
    display: flex;
    justify-content: space-between;
}

.booking-form-guests select,
.booking-form-cols input {
    color: #4D4D4F!Important;
    font-weight: bold;
    height: 70px;
    outline: none;
    border: none;
    border-radius: 0;
    width: 100%;
}

.booking-form-guests select {
    -webkit-appearance: none;
    appearance: none;

    background: url(https://gilligans.com.au/wp-content/uploads/2024/11/Group-230.svg) #fff no-repeat 10px center;
    background-image: url(https://gilligans.com.au/wp-content/uploads/2024/11/Group-230.svg), url('https://gilligans.com.au/wp-content/uploads/2024/11/Polygon-4.svg');
    background-position: 10px center, calc(100% - 10px) center;
    background-size: 30px auto, 14px auto;
    padding-left: 50px;
}

.booking-form-guests {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.booking-form-promo {
    width: 20%;
}
.booking-form-submit {
    width: 18.5%;
}

.booking-form-guests select {
    width: 48%;
}

.booking-form-submit button {
    border: none;
    height: 70px;
    width: 100%;
}

.booking-form-promo input {
    background: url('https://gilligans.com.au/wp-content/uploads/2024/11/Group-231.svg') #fff no-repeat 10px center;
    background-size: 30px auto;
    padding-left: 50px;
}


.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    padding: 2px !important;
    border: none !important;
}

.daterangepicker .calendar-table table {
    border: none;
    margin: 0;
}

.available-services span {
    margin-left: 5px;
    color: #0E9AB3;
    font-weight: bold;
}

.available-services span ~ span {
    margin: 0;
}

.available-service-item h3 {
    color: #0e9ab3;
    font-family: 'Barlow',sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
}

.available-services-detaild {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.available-service-item {
    width: 47%;
    margin-bottom: 30px;
}

.gilligans-accordions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gilligan-accordion {
    width: 48.9%;
    border: 1px solid #0E9AB3;
    margin-bottom: 10px;
}

.gilligan-accordion-hd {
    padding: 16px 24px;
    color: #0E9AB3;
    font-family: 'Barlow',sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding-right: 40px;
    position: relative;
	cursor: pointer;
}

.gilligan-accordion-hd-icon {
    position: absolute;
    font-family: 'Barlow',sans-serif;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.gilligan-accordion-body {
    padding: 16px 25px 30px;
    border-top: 1px solid #0E9AB3;
    line-height: 1.5;
    color: #4C4C4F;
    font-family: 'Barlow',sans-serif;
    font-size: 16px;
    line-height: 1.3;
    display: none;
}

.gilligan-accordion {
    width: 100%;
}

.gilligans-accordion-left,.gilligans-accordion-right {
    width: 48.9%;
}

.stay-hero-main-gallery:not(.slick-slider) .stay-hero-main-gallery-item:not(:first-child) {
    display: none;
}

.stay-hero-thumbs-gallery:not(.slick-slider) {
    display: flex;
}

.stay-hero-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.stay-hero-thumbs-gallery {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 24px;
}

.stay-hero-thumbs-gallery .slick-slide {
    padding: 0 8px;
}

.stay-hero-thumbs-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: #0E9AB3;
    color: #fff;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 7px;
    font-family: 'Barlow',sans-serif;
    font-weight: 500;
    z-index: 1;
}

.stay-hero-thumbs-gallery .slick-arrow:hover {
    background: #088298;
}

.stay-hero-thumbs-gallery .slick-arrow:before {
    content: '>';
    font-size: 20px;
    display: inline-block;
}

.stay-hero-thumbs-gallery .slick-next {
    right: -60px;
}

.stay-hero-thumbs-gallery img {
    aspect-ratio: 74/49;
    object-fit: cover;
}

.stay-hero-thumbs-gallery .slick-prev {
    left: -60px;
    padding-bottom: 0;
    padding-top: 3px;
}

.stay-hero-thumbs-gallery .slick-prev:before {
    transform: rotate(180deg);
}

.stay-hero-main-gallery img {
    aspect-ratio: 19/10;
    object-fit: cover;
}

.stay-hero-thumbs-gallery .slick-list {
    padding: 0 !important;
}

@media all and (max-width: 1320px) {
	.stay-hero-thumbs-gallery {
		width: calc(100% - 100px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media all and (max-width: 1220px) {
	.booking-form-checkin-date {
		width: 48%;
	}

	.booking-form-cols {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.booking-form-guests {
		width: 50%;
	}

	.booking-form-promo {
		width: 48%;
	}

	.booking-form-submit {
		width: 50%;
	}
	
}

@media all and (max-width: 767px) {
	.booking-form-checkin-date {
		width: 100%;
	}

	.booking-form-guests {
		width: 100%;
	}

	.booking-form-promo {
		width: 100%;
	}

	.booking-form-submit {
		width: 100%;
	}
	
	.event-grid-item-wrapper {
		width: 100%;
	}
	
	.gilligans-accordion-left,.gilligans-accordion-right {
		width: 100%;
	}
	
	.filterable-events-categories a {
		padding: 5px 12px;
		font-size: 14px;
	}

	.filterable-events-categories {
		margin-bottom: 20px;
	}

	.filterable-events-months a {
		font-size: 16px;
		margin: 0 14px 10px;
	}

	.filterable-events-months {
		margin-bottom: 20px;
	}
	
	.event-grid-item-date {
		margin: 14px 0;
	}

	.event-grid-item-title {
		font-size: 28px;
		margin: 14px 0;
	}
	
	.available-service-item {
		width: 100%;
	}
	.stay-hero-thumbs-gallery .slick-slide {
		padding: 0 2px;
	}
	
	.filterable-events-grid .slick-arrow {
		position: absolute;
		top: 48%;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		border: none;
		padding: 0;
		font-family: 'Barlow',sans-serif;
		font-size: 17px;
		line-height: 1.2;
	}

	.filterable-events-grid .slick-next {
		right: -26px;
	}

	.filterable-events-grid .slick-prev {
		left: -26px;
	}

	.filterable-events-grid.slick-slider .event-grid-item-lower {
		text-align: center;
	}

	.filterable-events-grid.slick-slider .event-grid-item-excerpt {
		margin-left: auto;
		margin-right: auto;
	}

	.slick-slide .event-grid-item-lower .event-grid-item-ctas {
		justify-content: center;
	}
}