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


/*Sticky Header*/
.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%;
}

.ctm-lottie {
    transform: rotate(-20deg);
}

.ctm-lottie2{
    transform: rotate(20deg);
}

.ctm-list span{
    word-break: break-all;
} 




.ctm-list2{
    visibility: hidden;
    position: relative;
    top: 100px;
}


.elementor-widget-wrap:hover .ctm-list2{
    visibility: visible !important;
-webkit-transition: all 0.3s ease;
transition: all 0.5s ease;
top: 0px;
}


.elementor-widget-wrap:hover .list2{
    transition: all 0.3s ease;
    top: 0px;
     transition-delay: 0.3s;
}

.elementor-widget-wrap:hover .list3{
    transition: all 0.3s ease;
    top: 0px;
     transition-delay: 0.4s;
}

.elementor-widget-wrap:hover .list4{
    transition: all 0.3s ease;
    top: 0px;
     transition-delay: 0.5s;
}

.elementor-widget-wrap:hover .list5{
    transition: all 0.3s ease;
    top: 0px;
     transition-delay: 0.6s;
}


.ctm-img1 {
  transform: rotate(-5deg);   
}


.ctm-img2{
     transform: rotate(5deg);   
}
/* Single Post Tour CPT Styles */
.custom-list ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var( --e-global-color-accent );
	margin-left: -28px;
	position: absolute;
}
.custom-list ul li {
	list-style: none;
}


/* Tour CPT Styles */

.tour-grid .tour-includes {
	visibility: hidden;
	position: relative;
	top: 500px;
}
.tour-grid:hover .tour-includes {
	visibility: visible;
	position: relative;
	top: 0;
}
.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: 30px !important;
}
.tour-grid .tour-includes ul li:before {
    content: "";
    background: url(/wp-content/uploads/2021/08/check.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
}


.custom-height .elementor-widget-wrap.elementor-element-populated, 
.custom-height .elementor-column.tour-grid, 
.custom-height .elementor-container.elementor-column-gap-default, 
.custom-height .elementor-section.elementor-top-section, 
.custom-height .elementor-section-wrap {
	height: 100%;
}







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