:root {
  --rga-primary: #595480;          /* Dark Purple */
  --rga-secondary: #33c0d4;        /* Light Purple */
  --rga-tertiary: #c5498a;         /* Burgundy */
  --rga-background: #c8e9ec;       /* Lighter Purple */
  --rga-background-light: #f0eef2;       /* Lighter Purple */
  --rga-background-alt: #d1d1db;   /* Lighter Burgundy */
  
  --rga-font-title: 'CoconFont';   /* Font for titles */
}

/* Text Overides */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--rga-font-title), sans-serif !important;
}

/* Header Overrides */
@media only screen and (min-width: 992px) {
  .back-horizental-menu ul li > a {
    padding: 0px 7px;
    font-size: 1rem;
  }
}

.back-horizental-menu ul li > a {
  font-family: var(--rga-font-title), sans-serif !important;
  color: var(--rga-primary);

  
}

.back-horizental-menu {
	background-color: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    margin-top:20px;
}

@media (max-width: 767px) {
    .hfe-site-logo .hfe-site-logo-container img {
        height: 100% !important;
    }
}

/* Hides Past Events */

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
	opacity: 0 !important;
}