.elementor-kit-5{--e-global-color-primary:#573C81;--e-global-color-secondary:#A1D683;--e-global-color-text:#7A7A7A;--e-global-color-accent:#93CB78;--e-global-color-45a8a26:#C5B9D8;--e-global-color-991d111:#C5E7BF;--e-global-color-18032d8:#EDD9CC;--e-global-color-ad2295d:#DCEFD9;--e-global-color-57e9af6:#CC3366;--e-global-color-5ea16e3:#FFFFFF;--e-global-color-e21bfd2:#F5F0FD;--e-global-color-f02c362:#FB7655;--e-global-color-554cc66:#4B3370;--e-global-color-826858b:#F8F8F8;--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-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:18px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"neusa-next-std", Sans-serif;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:15px 28px 15px 28px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:25px;}.elementor-kit-5 a{color:#CC3366;}.elementor-kit-5 a:hover{color:#CC3366;text-decoration:underline;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"neusa-next-std", Sans-serif;font-size:2.5em;font-weight:600;text-transform:none;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"neusa-next-std", Sans-serif;font-size:2em;font-weight:bold;text-transform:none;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-family:"neusa-next-std", Sans-serif;font-size:1.5em;font-weight:600;text-transform:none;}.elementor-kit-5 h4{color:var( --e-global-color-primary );font-family:"neusa-next-std", Sans-serif;text-transform:none;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{color:#FFFFFF;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{padding:18px 18px 18px 18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1399px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:35px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{padding:18px 28px 18px 28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
} 


.elementor-7 .elementor-element.elementor-element-2b34bcc .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-7 .elementor-element.elementor-element-2b34bcc .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 5px !important;
    padding: 1em !important;
}

.elementor-777 .elementor-element.elementor-element-9f631ca .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-777 .elementor-element.elementor-element-9f631ca .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 5px !important;
    padding: 1em !important;
}

 .text-background {
  position: relative; /* Establish a positioning context */
  display: inline-block;
  padding: 2px 8px; /* Smaller vertical padding to reduce the background bar height */
  border-radius: 25px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  line-height: normal; /* Reset to default line height or adjust to accommodate text */
  z-index: 1; /* Ensures that the text is above the pseudo-element */
  /* color: #000; This line was removed to ensure text color is inherited */
}

.text-background:before {
  content: '';
  position: absolute; /* Position relative to the text-background */
  top: 50%;
  transform: translateY(-50%); /* Center vertically */
  left: 0;
  width: 0;
  height: 60%; /* Adjust height to be smaller than the text */
  background-color: rgba(161, 214, 131, 0.3); /* Semi-transparent green */
  border-radius: 25px;
  transition: width 0.3s ease;
  z-index: -1; /* Places the pseudo-element behind the text */
}

.text-background:hover:before {
  width: 100%; /* Full width on hover */
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    padding: var(--tec-spacer-1) var(--tec-spacer-2);
    width: 300px !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-5ea16e3);
    border-radius: var(--tec-border-radius-default);
    text-align: center;
    transition: var(--tec-transition);
    color: var(--e-global-color-5ea16e3);
    padding: 11px 20px;
    width: 100%;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    background-color: #fb7655 !important;
    border-radius: var(--tec-border-radius-default);
    content: "";
    height: 100%;
    position: absolute;
}

.custom-button .custom-link,
.custom-button .custom-link:active,
.custom-button .custom-link:focus,
.custom-button .custom-link:hover {
    font-size: 18px; /* Set the font size */
    font-weight: 800; /* Set the font weight */
    text-transform: uppercase; /* Make text uppercase */
    padding: 0.8em 2.5em; /* Top-bottom and right-left padding */
    text-decoration: none; /* No text decoration by default */
    border-radius: 50px; /* Increased border-radius */
    display: inline-block;
    color: #ffffff; /* Keeps the text color the same */
    background-color: #FF5733; /* Keeps the background color the same */
    border: none; /* Removes any borders */
    outline: none; /* Removes focus outline */
    transition: background-color 0.3s, color 0.3s, text-decoration 0.3s; /* Smooth transition for hover effects */
}

/* Hover effects */
.custom-button .custom-link:hover {
    text-decoration: underline !important; /* Adds underline on hover */
}

/* Active and focus styles remain unchanged */
.custom-button .custom-link:active,
.custom-button .custom-link:focus {
    color: #ffffff !important; /* Overrides color change */
    background-color: #FF5733 !important; /* Keeps the background color the same on active/focus */
    border-bottom: none !important; /* Ensures no border is added on active/focus */
}

/* Increase space between bullet/numbered list items globally */
ul li,
ol li {
  margin-bottom: 0.75em;
}

/* Ensure lists themselves have bottom margin */
ul,
ol {
  margin-bottom: 1.5em;
}

/* Ensure the paragraph after a list is spaced nicely */
ul + p,
ol + p {
  margin-top: 1.25em;
}/* End custom CSS */