/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.22.1745300565
Updated: 2025-04-22 05:42:45

*/

#masthead {
  z-index: 9999;
}

.overlay-nav {
    position: relative;
	z-index: 99
}
.overlay-nav:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    visibility: hidden !important;
    background-color: #000000;
	z-index: 9999999;
    opacity: 0;
    transition: 0.15s ease-in;
}

#widget-drawer.popup-drawer-layout-sidepanel .drawer-inner {
  max-width: 590px!important;
}

body .bookero-plugin-header {
  background: var(--global-palette1)!important;
  border-radius: 45px!important;
  color: #fff;
  font-size: 21px!important;
  font-weight: 600!important;
  margin: 20px 0;
    margin-top: 20px;
  padding: 15px 25px 17px!important;
}

.hours-section .hours-wrapper .hours-list-item.is-selected,
.calendar-days-list-cell.is-selected {
  background: var(--global-palette1)!important;
  border-color: var(--global-palette1)!important;
}

.submit-section .submit-button {
  background: var(--global-palette1)!important;
	  border-radius: 45px!important;
}

.overlay-nav.overlay-active:after {
	visibility: visible!important;
	opacity: 0.2;
}

.popup-drawer .drawer-inner {
  background: #fff!important;
}
.popup-drawer .drawer-header .drawer-toggle path {
	fill: #111
}
.wp-post-image {
	border-radius: 8px
}

.line-parent {
  margin-top: -.18em;
  margin-bottom: -.22em;
  padding-top: .15em;
  padding-bottom: .1em;
  overflow: hidden;
}

.txt-accent-1 {
	color: var(--global-palette1)
}

.txt-accent-2 {
	color: var(--global-palette2)
}

.txt-thin {
	font-weight: 200
}

small {
	line-height: 1.3!important
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb a {
	font-size: 12px;
	color: var(--global-palette1);
	opacity: .65
}

.single-post .rank-math-breadcrumb p,
.single-post .rank-math-breadcrumb a {
	color: var(--global-palette8);
}

.dw-list,
.wp-block-kadence-dynamichtml ul {
   padding-left: 0 !important;
}
.dw-list li,
.wp-block-kadence-dynamichtml ul li {
position: relative;
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: .3em;
}
.dw-list li::before,
.wp-block-kadence-dynamichtml ul li::before {
position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--global-palette1);
}


.txt-img {
  border-radius: 15px;
  width: 1.2em;
  height: .6em;
  background-image: url("/wp-content/uploads/2025/04/txt-img.png");
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.kb-accept-form-field label {
	font-size: 12px;
	line-height: 1.2
}


.wp-block-table td, .wp-block-table th {
  padding: 1em!important;
  border: 1px solid #c2c9dd!important
}