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

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
:root {
	--e-global-color-primary: #00A261;
	--e-global-color-secondary: #FEE986;
	--e-global-color-text: #333333;
	--e-global-color-accent: #F4D957;
	--e-global-color-a408d81: #F5F5F5;
	--e-global-color-de151bf: #FFFFFF;
	--e-global-color-21fc81c: #8D3430;
	--e-global-color-3e8f90f: #00A261;
	--e-global-color-8986f20: #FEE986;
	--e-global-color-3aa5934: #00643C;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
	font-family: "Lato", Sans-serif;
	font-size: 1rem;
}
.elementor-widget .elementor-icon-list-icon i {
    font-style: unset !important;
    font-family: 'FontAwesome' !important;
}
html{
	-webkit-text-size-adjust:100%;
	font-family: "Titillium Web", sans-serif !important;
	font-size: 1rem;
}
body {
	font-family: "Titillium Web", sans-serif !important;
	font-size: 1rem !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", sans-serif !important;
    line-height: 1.1em !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
body p {
	font-family: "Titillium Web", sans-serif !important;	
}
body p.header-text,
body p.timeline-title,
body p.title,
body p.pricing-text,
body p.member-price-text,
body p.pricing-text,
body p.non-member-price-title {
	font-weight: 700 !important;
}
.ql-toolbar.ql-snow {
    font-family: "Titillium Web", sans-serif !important;
}
.p-editor-content p {
    font-family: "Titillium Web", sans-serif !important;
	font-size: 1rem !important;
}
body .p-editor-content .ql-editor h2 {
    font-size: 18px !important;
}

/* For Desktop */
h1 {
	font-size: 3.75rem !important;
	font-weight: 600 !important;
}
h2 {
	font-size: 3rem !important;
	font-weight: 700 !important;
}
h3 {
	font-size: 1.3rem;
	font-weight: 600 !important;
}
h4 {
	font-size: 1.3rem !important;
	font-weight: 600 !important;
}
h5 {
	font-size: 1.2rem !important;
    font-weight: 600 !important;	
}
h6 {
	font-size: 1.1rem !important;
    font-weight: 600 !important;	
}

/* For Tablet */
@media screen and (min-width: 768px ) and (max-width: 1024px) {	
	h1 {
		font-size: 2.25rem !important;
	}
	h2 {
		font-size: 1.75rem !important;
	}
	h3 {
		font-size: 1.563rem !important;
	}
	h4 {
		font-size: 1.25rem !important;
	}
	h5 {
		font-size: 1.125rem !important;
	}
	h6 {
		font-size: 1.063rem !important;
	}
}
/* For Mobile */
@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 2rem !important;
	}
	h2 {
		font-size: 1.563rem !important;
	}
	h3 {
		font-size: 1.438rem !important;
	}
	h4 {
		font-size: 1.125rem !important;
	}
	h5 {
		font-size: 1rem !important;
	}
	h6 {
		font-size: 1rem !important;
	}
	
}

hr{
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
pre{
	font-family: 'Titillium Web', sans-serif;
	font-size:1em;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline dotted;
}
b,strong{
	font-weight:bolder;
}
code,kbd,samp{
	font-family: 'Titillium Web', sans-serif;
	font-size:1em;
}
small{
	font-size:80%;
}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub{
	bottom:-.25em;
}
sup{
	top:-.5em;
}
img{
	border-style:none;
}
button,input,optgroup,select,textarea{
	font-family:inherit;
	font-size:inherit;
	outline: none;
}
button,input{
	overflow:visible;
}
button,select{
	text-transform:none;
}

/* Slider CSS */
.right-border {
    border-right:1px solid #eaeaea;
}
.btn-link {
    background: #000000;
    padding: 10px;
    padding-right: 18px;
    padding-left: 19px;
    color: yellow !important;
    border-radius: 11px;
    font-size: 16px;
    text-decoration: none !important;
}
.bg-gray {
	padding-bottom:2.5%;
}
.site-footer {
	background:#37342f;
	color: #909090;
	font-family: 'Titillium Web', sans-serif;
}
.site-footer ul li {
	display:inline;
	padding-right:3%;
}
.site-footer ul li a {
	color: #909090 !important;
}
.site-footer ul li a:hover {
	color: yellow !important;
}
.latest-news {
	font-size:16px !important;
}
.latest-news a {
	color: #00a261;
	font-size:16px;
}
.latest-news a:hover {
	color: #00c475;	
}
.page-heading-banner {
	padding:3%;
} 
.page-heading-banner h2 {
	color:#ffffff;
}

/* Slider */
/*
PURE RESPONSIVE CSS3 SLIDESHOW GALLERY by Roko C. buljan
http://stackoverflow.com/a/34696029/383904
*/

.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100%; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
	
    background: #fff;
    position: absolute;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    opacity: 0.7;
    transition: 0.3s;
    transform: translateY(-50%);
    left:0;
    font-size: 20px;
}

.CSSgal .prevNext .ico-left {
	padding-right: 5px;
    left: 30px;
	color:#000000 !important;
}

.CSSgal .prevNext .ico-right {
	padding-left: 5px;
    right: 30px;
	color:#000000 !important;
	
}

.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;
    text-align: center;
    margin-bottom: 5%;
	overflow: hidden;
	width:100%;
}

.slider {
	width:100%;
	-webkit-animation: slide 20s ease infinite;
}

.slider .btn {
    background: #000000;
    padding: 10px;
    padding-right: 18px;
    padding-left: 19px;
    color: yellow !important;
    border-radius: 11px;
    font-size: 16px;

}

.slide:nth-child(1) {
 
}

.slide:nth-child(2) {
 
}

@-webkit-keyframes slide {
	/* Start left off screen */
  0% {
    transform: translateX(-100%);
  }
  /* Move to visible position within 8% of 9 seconds (less than a second). */
  8% {
    transform: translateX(0);
  } 
  /* Stay until at least 3 second mark (33% of 9s). */
  33.33% {
    transform: translateX(0);
  } 
}

.CSSgal .slider h2 {
	margin-top: 19vh;
    font-weight: bold;
    letter-spacing: 0px;
    word-spacing: 0.2em;
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
}

.CSSgal .slider p {
	font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    padding-bottom: 7%;
	color:#ffffff;
}

.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

ol.elementor-toc__list-wrapper {
    margin-left: 0px;
}
.bc_wrapper .e-loop-item {
    padding: 30px;
    background: #eee;	
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 0px;
}

/* Partners Slider */
.pSlider {
   display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* width: 80%; */
    overflow: hidden;
    /* background: rgb(255, 255, 255); */
    border-radius: 16px;
}

.pSlide-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.pSlide-items img {
    width: 12%;
    margin: 20px;
}
a, .elementor-text-editor a {
    color: #333333;
}
a:hover, .elementor-text-editor a:hover {
    color: #888888;
}
.elementor button, .elementor input[type="button"], .elementor input[type="submit"], .elementor .elementor-button {
    color: #ffffff;
    background-color: #00a261;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px 15px 25px;
    height: unset;
	cursor: pointer;
    min-width: 150px;
    border-radius: 35px !important;
}
.custom-table tr td {
    padding: 15px 20px;
    min-width: 80px;
}
.custom-table tr td strong {
    color: #00A261;
}
.custom-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.profile-bio {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.latest-news .elementor-grid {
    display: flex !important;
}
.latest-news .elementor-grid {
    display: flex !important;
}
.latest-news .elementor-grid .e-loop-item {
	max-width: 408px !important;
}
.featured-event h3 {
    font-size: 1.8rem !important;
}
.featured-event a.button {
    color: #ffffff;
    background-color: #00a261;
    padding: 10px 30px;
    height: unset;
    cursor: pointer;
    border-radius: 35px !important;
    display: inline-block;
    border: none;
    min-width: 140px;
}
.featured-event a.button.learnmore {
    margin-bottom: 10px;
    background: transparent !important;
    border: solid 1px #00a261;
    color: #00a261;
}
.featured-event a.button.learnmore:hover {
	background: #00a261 !important;
	color: #ffffff !important;
}
.featured-event a.button.booknow:hover {
    color: #F4D957 !important;
}
.featured-event .fe-data {
    margin-bottom: 15px;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0px !important;
}
.elementor-nav-menu--main .elementor-nav-menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto !important;
}
/*
.menu-item-has-children > a::after {
    margin-left: 10px;
    font-size: 0.65em;
    content: "\f078";
    opacity: 1 !important;
    font-family: 'FontAwesome';
    position: relative;
}
*/

ul.elementor-icon-list-items {
    list-style-type: none !important;
    margin-left: 0px !important;
}
ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    margin-right: 5px !important;
}

/* Style for table */
.elementor-widget-text-editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

/* Style for table rows */
.elementor-widget-text-editor tr {
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9f9;
}

/* Alternate row colors */
.elementor-widget-text-editor tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Style for table data cells */
.elementor-widget-text-editor td {
    padding: 12px 15px;
    border-right: 1px solid #dddddd;
}

.elementor-widget-text-editor td:last-child {
    border-right: none;
}

/* Hover effect for table rows */
.elementor-widget-text-editor tr:hover {
    background-color: #f1f1f1;
}

/* GF Styles */

body .gform_wrapper form .gform_body .gform_fields .gfield input.ginput_total {
    border: none !important;
    padding: 0px !important;
    font-size: 26px !important;
    color: #00a261 !important;
    font-weight: 700 !important;
    background: none !important;
}
.gform_required_legend {
	display: none !important;
}

/*
 * New Menu
 */

@media screen and (max-width: 1024px) {
	
.elementor-nav-menu--dropdown {
    background-color: #f5f5f5 !important;
    top: 40px !important;
    --menu-height: 1000vmax;
    width: 100vw !important;
    left: -215px !important;
}
	
}

@media screen and (max-width: 500px) {
	
.elementor-nav-menu--dropdown {
    top: 40px !important;
    left: -140px !important;
}
.header-container .elementor-widget-theme-site-logo img {
    width: 100px;
}
	
}

.elementor-nav-menu--dropdown ul li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
}
.elementor-nav-menu--dropdown ul li.menu-item-has-children.active > ul.sub-menu {
  display: block;
  position: relative;
  opacity: 1;
  left: 0px !important;
  top: unset !important;
}
.elementor-nav-menu--dropdown ul li.menu-item-has-children > ul.sub-menu li a {
	padding-left: 30px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1355px) {
    nav.elementor-nav-menu--main ul li a.elementor-item {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 15px !important;
        margin-right: 0px !important;
    }
	.p-button .p-button-label {
		font-size: 12px !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
	.header-container .col-9 {
		width: 70% !important;
	}
	.header-container .col-2, .header-container .col-3 {
		width: 30% !important;
	}
    nav.elementor-nav-menu--main ul li a.elementor-item {
        font-size: 14px !important;
        margin-right: 0px !important;
    }
	.elementor-widget-theme-site-logo img {
		width: 100px !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1060px) {
    nav.elementor-nav-menu--main ul li a.elementor-item {
        font-size: 13px !important;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .header-container .col-9 {
        width: 55% !important;
    }
    .header-container .col-2, .header-container .col-3 {
        display: flex;
        justify-content: flex-end !important;
        width: 45% !important;
    }
	.p-button .p-button-label {
		font-size: 13px !important;
	}
}