/* 
Theme Name: Yodle
Theme URI: https://github.com/elementor/hello-theme-child/
Description: 
Author: Yodle
Author URI: https://yodle.nz
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
*/


/***** GENERAL ******/

:root {
    --bradius: 0px;
	--bradiusform: 6px;
    --btnradius: 14px;
    --bcol: #D2D2D2;
	--bwid: 1px;
    --bshadow: 0 8px 24px 0 rgba(0,0,0,.06);
}

.elementor-kit-7 .elementor-widget:not(:last-child), .elementor-kit-12 .elementor-widget:not(:last-child) {
	margin-bottom: 0px!important;
}
@media (max-width: 1024px) {
    .elementor-kit-12 .elementor-widget:not(:last-child) {
       margin-bottom: 0px!important;
    }
}

.elementor-kit-12 button, .elementor-kit-12 input[type="button"], .elementor-kit-12 input[type="submit"], .elementor-kit-12 .elementor-button {
	border-radius: var(--btnradius);
}


html {
  -webkit-text-size-adjust: 100%; }

*,
*::before,
*::after {
  box-sizing: border-box; }

 
 html, body, * {
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
     -webkit-touch-callout: none;
   -webkit-tap-highlight-color: transparent;
     font-synthesis: none;
   -moz-font-feature-settings: 'kern';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0px;
  }
 
 html  {
 font-size:17.5px!important;
}
@media (max-width:1024px) {
   html  {font-size:16.5px!important; }
}
@media (max-width:768px) {
   html  {font-size:15.5px!important;}
} 
  
  h1, h2, h3, h4, h5, h6, p {
   margin-block-start: 0!important;
   margin-block-end: 0!important;
   margin-inline-start: 0px!important;
   margin-inline-end: 0px!important;
}

.elementor-lightbox {
    backdrop-filter: blur(20px);
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	outline: 0!important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #777;
  border-radius:4px;
 -webkit-box-shadow:none!important;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
::-webkit-scrollbar-thumb:active {
  background: var(--e-global-color-primary);
}
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
 -webkit-box-shadow:none!important;
}
::-webkit-scrollbar-track:hover {
  background: #fff;
}
::-webkit-scrollbar-track:active {
  background: #fff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

@media (max-width:769px) {
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
}

/*CHECKBOX AND RADIO */

 input[type="checkbox"], input[type="radio"] {
  height: 20px!important;
  width: 20px!important;
  margin: 0;
  border: var(--bwid) solid var(--bcol);
  background: #fff;
  -webkit-appearance: none!important;
  padding: 0!important;
  min-height: auto!Important;
  margin-right: 4px;
display:inline-block!important;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
  border: var(--bwid) solid var(--e-global-color-primary);
}

input[type="radio"] {
  -webkit-border-radius:100%;
  border-radius:100%!important;

}
input[type="checkbox"] {
  -webkit-border-radius:4px;
  border-radius:4px!important;
}

input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {
  border-color:#ccc;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline:none;
}

input[type="radio"]:checked {
  border-color: var(--e-global-color-primary)!important;
box-shadow: inset 0px 0px 0px 7px var(--e-global-color-primary)!important;
transition: all 0.1s ease-in-out;
}
input[type="checkbox"]:checked {
  border-color:rgba(3, 68, 177,1)important;
color:#fff!important;
box-shadow: inset 0px 0px 0px 24px var(--e-global-color-primary)!important;
transition: all 0.1s ease-in-out;
}

/* radio checked */
input[type="radio"]:checked:before {
display: block;
height: 0;
width: 0;
position: relative;
left: 3px;
top: 3px;
background: #fff;
color: #fff;
border-radius: 100%;
content: '';
font-size:24px;
}

input[type="checkbox"]:checked:before {
  content: "\32"!important;
  margin-left: 4px!important;
  font-size: 12px!important;
  padding: 0!important;
  color: #fff!important;
  margin-top: 5px!important;
  position: absolute;
}

input[type="checkbox"]:checked:hover {
     border-color: var(--e-global-color-primary)!important;
background-color: var(--e-global-color-primary)!important;
}

input[type="radio"]:checked:hover {
display: block;
height: 0;
width: 0;
position: relative;
background: #fff;
color: #fff;
border-radius: 100%!important;
content: '';
font-size:24px;
}

input:disabled {
cursor: not-allowed;
}

input:disabled + label {
opacity: .6;
cursor:default;
-webkit-user-select: none;
}

/* MENU THEME AND LOGO */

body:not(.lighttheme) .bdt-navbar-toggle,  body:not(.lighttheme) .bdt-navbar-toggle:before, body:not(.lighttheme) .bdt-navbar-toggle:after {
    background: #000;
}
.megamenu-header-mobile a[aria-expanded="true"] {
  background:#fff;
}

.megamenu-header-mobile a[aria-expanded="true"]:before {
  top: 0;
  transform:rotate(45deg);
    background:#000!important;
}

.megamenu-header-mobile a[aria-expanded="true"]:after {
  top: 0;
  transform:rotate(135deg);
  background:#000!important;
}




.lighttheme .logo .cls-1, .lighttheme .logo .cls-2 {
    fill: #fff!important;
}
.lighttheme .bdt-navbar-toggle, .lighttheme .bdt-navbar-toggle:before, .lighttheme .bdt-navbar-toggle:after {
    background: #000!important;
}

@media (min-width: 769px) {
.lighttheme .ep-menu-nav-link, .lighttheme .elementor-button {
    color:#000!important;
}
}




img   {
    border-radius: var(--bradius)!important;
}

i {font-style:normal!important;}
.maxwidth {max-width: 700px!important;}
.maxwidthhalf {max-width: 450px!important;}

@media (min-width: 1024px) {
.mobonly {display: none!important;}
}


/* SWIPER */

.swipee {
	overflow-x:hidden;
}
.swipee  .ee-swiper__container.swiper-container {
    overflow: visible!IMPORTANT;
}

.swipee .ee-swiper__navigation--bottom .ee-swiper__button {
    bottom: -80px!important;
}


/* lightbox */

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container, .fslightbox-source {
    box-shadow: none!important;
}

.elementor-lightbox .elementor-lightbox-image, .fslightbox-source, .ee-popup__content {
    border-radius: var(--bradius)!important;
}

/* popup */

.ee-popup__content ul li {
	padding-bottom: 14px;
}







