h1.eb-page-heading {
   
  background-color: #C9A050;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 4px solid #b28941;
}

/* --------------------------------------------------------
   temp
-------------------------------------------------------- */
#eb-event-info h3,
#eb-group-rates h3,
.eb-event-right h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #C9A050;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.eb-event-left h3,
.eb-description h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #C9A050;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
/* --------------------------------------------------------
   group-rates
-------------------------------------------------------- */

/* --------------------------------------------------------
   group-rates
-------------------------------------------------------- */

.eb-event-two-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.eb-event-left {
    flex: 0 0 60%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
}
.eb-event-right {
    flex: 0 0 35%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
}
@media(max-width:768px){
    .eb-event-two-column {
        flex-direction: column;
    }
    .eb-event-left, .eb-event-right {
        flex: 0 0 100%;
    }
}
#eb-event-info table {
    width: 100% !important;
    table-layout: auto;
}
#eb-event-info table td,
#eb-event-info table th {
    padding: 6px 12px;
    text-align: left;
}


.eb-taskbar .eb-button-button-link {
    background-color: #6C757D!important;
    color: #fff !important;
    font-weight: bold;
    font-size: 15px !important;
    padding: 9px 30px !important;
    border-radius: 3px !important;
    margin: 0px !important;
    border: none !important;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    text-transform: none !important;
  }


/* --------------------------------------------------------
   calendar
-------------------------------------------------------- */
  .eb-taskbar .eb-button-button-link:hover {
    background-color: #818990 !important;
  }

.regpro-calendarMonthHeader {
  background-color: #A98134;
}

.eb-topmenu-calendar ul li a:hover, .eb-topmenu-calendar ul li a.active {
  background: #A98134;
  color: #fff;
}

.eb-calendar ul.eb-weekdays {
  background: #c9a050;
} 

.regpro-calendarWeekDayHeader {
  border-left: 1px solid #A98134;
}