.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-color-f2d49f8:#EFEFEF;--e-global-color-3d50b43:#3A8E9C;--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;--e-global-typography-5cf047f-font-family:"Marcellus";--e-global-typography-5cf047f-font-size:32px;--e-global-typography-5cf047f-font-weight:400;font-family:"Helvetica", Arial, Verdana, Sans-serif;}.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{color:var( --e-global-color-primary );font-family:"Marcellus", Arial, Verdana, Sans-serif;font-size:72px;font-weight:700;letter-spacing:-2.8px;}.elementor-kit-1021 h2{color:var( --e-global-color-secondary );font-family:"Marcellus", Arial, Verdana, Sans-serif;font-size:54px;font-weight:700;letter-spacing:-2.8px;}.elementor-kit-1021 h3{color:var( --e-global-color-92e3b64 );font-family:"Marcellus", Arial, Verdana, Sans-serif;font-size:42px;}.elementor-kit-1021 h4{font-family:"Helvetica", Arial, Verdana, Sans-serif;font-size:32px;font-weight:bold;}.elementor-kit-1021 h6{font-family:"Helvetica", Arial, Verdana, Sans-serif;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 *//* Lock the background when any Elementor popup is open */
html.elementor-html--modal-overlay-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

/*--STICKY LOGO --*/

.elementor-sticky--effects .sticky-logo img {
	width: 160px!important;
	margin-top:60px;
	/*--edit the pixels to change to desired shrinking size--*/
}

.sticky-logo img {
	transition: .5s all ease-in-out;
}


@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	width: 90px!important;/*--edit the pixels to change to desired shrinking size for mobile--*/
}
}

/*--SHOW ONLY ON MOBILE--*/
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

.category-events .elementor-post__badge {
    background-color: #E58306 !important;
    font-weight:bold !important;
}
.category-announcements .elementor-post__badge {
    background-color: #30b6cd !important;
    font-weight:bold !important;
}
.category-staff .elementor-post__badge {
    background-color: #b24cf6 !important;
    font-weight:bold !important;
}

.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 {
}

@media (max-width: 767px) {
    .hide-mobile-span span {
        display: none !important;
    }
    .testimonial-carousel .elementor-blockquote__content span {
        display: none !important;}
}

.clickable-box {
  position: relative;
}

.clickable-box a:first-of-type::after {
  content: '';
  position: absolute;
  inset: 0;
}

.clickable-box{background: #fff;}
.clickable-box {
    transition: transform 0.3s ease-in-out;
}

.clickable-box:hover {
    transform: scale(1.05);
}
/* MENU MOBILE*/
@media ( max-width: 768px ) {
    ul.sub-menu{
        background-color: #f6f0e9 !important;
    }
    ul.sub-menu li,
    ul.sub-menu li a{
        color:#000 !important;
        font-size:16px !important;
    }
}/* End custom CSS */