.elementor-kit-1021{--e-global-color-primary:#30B6CD;--e-global-color-secondary:#E58306;--e-global-color-text:#494949;--e-global-color-accent:#7DE082;--e-global-color-eeece53:#FCFFFF;--e-global-color-c02ea26:#D5F7BC;--e-global-color-a60004a:#C8FAF5;--e-global-color-92e3b64:#B24CF6;--e-global-color-4e9bf1f:#F6F0E9;--e-global-typography-primary-font-family:"Marcellus";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Marcellus";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:bold;}.elementor-kit-1021 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1021 a{color:var( --e-global-color-primary );font-weight:bold;text-decoration:underline;}.elementor-kit-1021 h1{font-family:"Anybody", Arial, Verdana, Sans-serif;font-size:32px;font-weight:700;letter-spacing:-2.8px;}.elementor-kit-1021 h2{font-family:"Anybody", Arial, Verdana, Sans-serif;font-size:60px;font-weight:700;letter-spacing:-2.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.office-hours {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;

}

.office-hours tbody>tr:nth-child(odd)>td, .office-hours tbody>tr:nth-child(odd)>th{
    background-color:transparent;
} 

.office-hours tr {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}

.office-hours tr:last-child {
  border-bottom: none;
}

.office-hours td {
  padding: 0;
  border: none;
  font-size: 1rem;
}

.office-hours td:first-child {
  font-weight: 600;
}

.office-hours td:last-child {
}/* End custom CSS */