/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/
html, body{
    overflow-x: hidden;
    
}

.tour-includes,
.tour-includes:hover{
	-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
/*
.tour-includes {background: rgba(0,0,0,0.3);-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);}
*/

.elementor-editor-active #main-header { /*This code is used to avoid margin bottom negative on navigation bars*/
    position: unset;
}

#main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

/* Homepage tours slider */
.homepage-tours-mobile-slider .elementor-swiper-button {
    top: 50%;
    bottom: auto;
    margin: 0px;
    margin-top: -40px;
    line-height: 1;
    border-radius: 100%;
    font-size: 18px;
    padding: 40px;
    width: 30px;
    height: 40px;
    background: url('images/arrow-right.png') no-repeat center;
    transform: none;
    -webkit-transform: none;
    z-index: 1;
}
.homepage-tours-mobile-slider .elementor-swiper-button i {
    display: none;
}
.homepage-tours-mobile-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 0;
}
.homepage-tours-mobile-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 0;
	display: none;
}
.homepage-tours-mobile-slider .elementor-swiper-button.swiper-button-disabled {
    opacity: 0;
    z-index: -1;
}
.homepage-tours-mobile-slide2 .ee-swiper__button{
    z-index: 2;
    opacity: 1 !important;
}
.homepage-tours-mobile-slide2 .ee-swiper__button.ee-swiper__button--disabled {
    display: none;
}
#tour-mt-tamborine-button, #tour-gold-coast-button, #tour-brisbane-button, #tour-byron-bay-button {
    font-size: 0;
    border-radius: 100%;
    background: url('images/arrow-left.png') no-repeat center;
    width: 30px;
    height: 40px;
}
#tour-mt-tamborine-button:before, #tour-gold-coast-button:before, #tour-brisbane-button:before, #tour-byron-bay-button:before {
    content: '\e87e';
    display: none;
    font-family: eicons;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    padding: 0.35em;
}
#tour-mt-tamborine-button .elementor-button-content-wrapper, #tour-gold-coast-button .elementor-button-content-wrapper,
#tour-brisbane-button .elementor-button-content-wrapper, #tour-byron-bay-button .elementor-button-content-wrapper {
    display: none;
}
.tour-mt-tamborine-button, .tour-gold-coast-button, .tour-brisbane-button, .tour-byron-bay-button{
    width: 60px !important;
    height: 80px;
    margin-bottom: -30px;
}
.homepage-tours-mobile-slider #tour-mt-tamborine-prev, .homepage-tours-mobile-slider #tour-gold-coast-prev,
.homepage-tours-mobile-slider #tour-brisbane-prev, .homepage-tours-mobile-slider #tour-byron-bay-prev{
    width: 60px !important;
    height: 80px;
    font-size: 0;
    background: url('images/arrow-left.png') no-repeat center;
    padding: 0;
    display: block;
}
#tour-mt-tamborine-prev .elementor-button-content-wrapper, #tour-gold-coast-prev .elementor-button-content-wrapper,
#tour-brisbane-prev .elementor-button-content-wrapper, #tour-byron-bay-prev .elementor-button-content-wrapper {
    display: none;
}
.tours-slider-items{
    margin-bottom: 0 !important;
}
.desktop-tour-slider .ee-swiper__button i{
    display: none;
}
.desktop-tour-slider .ee-swiper__button--next {
    width: 70px;
    height: 140px;
    background: url('images/arrow-right.png') no-repeat center !important;
}
.desktop-tour-slider .ee-swiper__button--prev {
    width: 70px;
    height: 140px;
    background: url('images/arrow-left.png') no-repeat center !important;
}
.homepage-tours-mobile-slide2 .ee-swiper__button i{
    display: none;
}
.homepage-tours-mobile-slide2 .ee-swiper__button--next {
    width: 60px;
    height: 80px;
    background: url('images/arrow-right.png') no-repeat center !important;
}
.homepage-tours-mobile-slide2 .ee-swiper__button--prev {
    width: 60px;
    height: 80px;
    background: url('images/arrow-left.png') no-repeat center !important;
}
.tours-slider-mobile .ee-swiper__button {
    padding: 10px 5px !important;
}

/* Rezdy */
.rezdy-widget-inner{
    position: relative;
    z-index: 2;
}
.rezdy-widget-popup .rezdy-widget-inner h4 {
    padding: 20px;
    margin: 0;
    font-weight: 500;
    line-height: 1.2em;
}
.rezdy-widget-wrapper .rezdy-widget{
    min-height: 90vh;
}
.rezdy-widget-loader{
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-image: url('images/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.rezdy-widget-wrapper{
    position: relative;
    z-index: 3;
}
.review-item .elementor-cta__bg.elementor-bg {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    z-index: 10;
}

.review-item .elementor-cta__bg-wrapper {
    border-radius: 10px 10px 0 0;
}

.review-item .elementor-cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 10;
    position: relative;
    overflow: visible;
}

.review-item .elementor-cta__image {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
}

.review-item .elementor-cta__image img {
    max-width: 75px;
    margin-top: -45px;
    margin-left: auto;
}

.review-item .elementor-cta__title {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.review-item .elementor-cta__description {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.review-item .elementor-cta__title span {
    display: block;
    color: #C3A25D;
}

.review-item .elementor-cta__title span:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/05/review-recommended-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* .reviews-slider .slick-list.draggable {
    margin-right: -55%;
} */

.review-item {
    margin-right: 25px;
}

.slick-slider-dots .slick-dots li button:before {
    display: none;
}

.slick-slider-dots .slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50px;
	opacity: 0.5;
}

.slick-slider-dots .slick-dots li.slick-active button {
    background-color: #fff;
	opacity: 1;
	border: 2px solid #000;
}

/* Find Tour form */
form.findtour {
    text-align: center;
}
form.findtour input.input-text {
    border: 2px solid #ffa517;
    border-radius: 0;
    padding: 15px;
    font-weight: 500;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}
form.findtour select {
    border: 2px solid #ffa517;
    border-radius: 0;
    padding: 10px;
    font-weight: 500;
    display: inline-block;
    width: 300px;
    vertical-align: top;
    line-height: 20px;
    height: 54px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}
form.findtour button.submit {
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    line-height: 20px;
    border: 2px solid #ffa517;
    border-radius: 0;
    cursor: pointer;
}
.inner-header ul.mega-menu li.mega-menu-item a {
	color: var( --e-global-color-text ) !important;
}
.inner-header ul.mega-menu li.mega-menu-item a:hover,
.inner-header ul.mega-menu li.mega-current-menu-item a {
	color: #ffa517 !important;
}

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

/*     .reviews-slider .slick-list.draggable {
        margin-right: -10%;
    } */

    .available-home-sec .elementor-image-box-img img {
        width: 100%;
    }
    form.findtour input.input-text, form.findtour select, form.findtour button.submit{
        width: 100%;
        display: block;
    }
}



@media (max-width: 1440px) { 
    .shrink-menu a{
        font-size: 1rem;
    }
    .shrink-text span.elementor-icon-list-text{
        font-size: 0.9rem;
        margin-right: 0;
    }
    .shrink-btn span.elementor-button-text{
        font-size: 0.9rem;

    }
}

@media (max-width: 1366px) { 
    .shrink-menu a{
        font-size: 1rem;
    }
    .shrink-text span.elementor-icon-list-text{
        font-size: 0.8rem;
        margin-right: 0;
    }
    .shrink-btn span.elementor-button-text{
        font-size: 0.8rem;

    }
}


@media (max-width: 1240px) { 
    .shrink-menu a{
        font-size: 0.8rem;
    }
    .shrink-text span.elementor-icon-list-text{
        font-size: 0.8rem;
        margin-right: 0;
    }
    .shrink-btn span.elementor-button-text{
        font-size: 0.8rem;

    }
    .shrink-btn a.elementor-button-link.elementor-button.elementor-size-sm {
    padding: 15px;
}
}


@media (max-width: 1200px) { 
    .shrink-menu a{
        font-size: 0.8rem;
    }
}



.ctm-slider .elementor-widget-container{
    height: 700px !important;
    width: 95%;
    padding-top: 150px !important;
    background: url('/wp-content/uploads/2021/06/Group-94@2x-1.png');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position-x: 12vh;
    background-position-y: 10vh; 
}

.ctm-slider .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.ctm-slider img {
     margin-left: 80px;
     position: absolute;
     bottom: 50px;
     width: 150px;
}



.ctm-testi .swiper-slide{
    background: #FEFAF5;
    border-radius: 10px;
    
}


.ctm-testi img{
    object-fit: contain !important;
    margin-bottom: -70px;
    
}


@media (max-width: 767.98px) { .ctm-testi .swiper-slide{
 padding: 20px !important;
    
}
    
    
}


.ctm-testi .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    position: relative;
    top: 30px;
}


.ctm-testi span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 2px solid #000;
}




@media (max-width: 768px) { 
    .ctm-slider img {
     margin-left: 50px;
     position: absolute;
     bottom: 30px;
     width: 120px;
}

.ctm-slider .elementor-widget-container{
    height: 700px;
    width: 95%;
    padding-top: 150px !important;
    background: url('/wp-content/uploads/2021/06/Group-94@2x-1.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 11vh;
    background-position-y: 10vh; 
}

    
}



@media (max-width: 767px) {     .ctm-slider img {
     margin-left: 0px;
     position: absolute;
     bottom: 20px;
     width: 100px;
     left: 280px !important;
}

.ctm-slider .elementor-widget-container{
    height: 700px;
    width: 95%;
    padding-top: 150px !important;
    background: url('/wp-content/uploads/2021/06/Group-94@2x-1.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 37vh;
    background-position-y: 12vh; 
}
    
}

@media (max-width: 425px) {     .ctm-slider img {
     margin-left: 0px;
     position: absolute;
     bottom: 50px;
     width: 100px;
     left: 130px !important;
}


.ctm-slider .elementor-widget-container{
    height: 700px;
    width: 95%;
    padding-top: 150px !important;
    background: url('/wp-content/uploads/2021/06/Group-94@2x-1.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 13vh;
    background-position-y: 12vh; 
}

    
}





@media (max-width: 375px) {     .ctm-slider img {
     margin-left: 0px;
     position: absolute;
     bottom: 50px;
     width: 100px;
     left: 110px !important;
}


.ctm-slider .elementor-widget-container{
    height: 700px;
    width: 95%;
    padding-top: 150px !important;
    background: url('/wp-content/uploads/2021/06/Group-94@2x-1.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 11vh;
    background-position-y: 12vh; 
}



    
}




@media (max-width: 320px) {     .ctm-slider img {
     margin-left: 0px;
     position: absolute;
     bottom: 20px;
     width: 100px;
     left: 90px !important;
}



.ctm-slider .elementor-widget-container{
    height: 700px;
    width: 95%;
    padding-top: 150px !important;
    background: url('/wp-content/uploads/2021/06/Group-94@2x-1.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 8vh;
    background-position-y: 12vh; 
}


    
}




/* Tour CPT Styles */
.custom-grid-section .tour-includes {
	visibility: hidden;
}
.custom-grid-section:hover .tour-includes {
	visibility: visible;
}
/* SCROLL - START */
.custom-grid-section .custom-grid-inner .elementor-widget-wrap {
    max-height: 260px;
    overflow-y: scroll;
}
.custom-grid-section .custom-grid-inner .elementor-widget-wrap::-webkit-scrollbar {
    width: 10px; /* Adjust the width of the scrollbar as desired */
    background-color: transparent; /* Set the background color of the scrollbar track */
}
.custom-grid-section .custom-grid-inner .elementor-widget-wrap::-webkit-scrollbar-thumb {
    background-color: transparent; /* Set the color of the scrollbar thumb */
}
.custom-grid-section .custom-grid-inner .elementor-widget-wrap:hover::-webkit-scrollbar-thumb {
    background-color: #228b29; /* Set the color of the scrollbar thumb when hovering */
}
.custom-grid-section .custom-grid-inner .elementor-widget-wrap:hover::-webkit-scrollbar {
    width: 10px; /* Adjust the width of the scrollbar as desired */
    background-color: transparent; /* Set the background color of the scrollbar track */
    opacity: 1; /* Show the scrollbar when hovering */
}
/* SCROLL - END */
.tour-grid .tour-includes ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	list-style-type: none;
}
.tour-grid .tour-includes ul li {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    margin-left: 25px !important;
}
.tour-grid .tour-includes ul li:before {
    content: "";
    background: url(/wp-content/uploads/2021/07/tick.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
    position: absolute;
    margin-left: -25px;
    margin-top: 2px;
}
ul.elementor-nav-menu li.dropdown-icon .fa {
    margin-left: 7px;
    margin-top: 2px;
}

@media screen and (max-width: 767px) {
    .home-mobile-tours .elementor-slide-description {
        margin-bottom: 0 !important;
    }
	.jet-mobile-menu__toggle-icon {
		height: 32px !important;
	}
	.jet-mobile-menu__back svg {
		height: 45px !important;
	}
	.jet-mobile-menu__controls .jet-mobile-menu__back {
		z-index: 9999999 !important;
	}
	.jet-mobile-menu .jet-dropdown-arrow svg {
		height: 32px !important;
	}
}