.eventInfoBoxLabel {
  color: #ffffff !important;
  font-family: Helvetica, sans-serif !important;
}

/* Event Register button */
.registerButton {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  color: #ffffff !important;
  font-family: Helvetica, sans-serif !important;
}
/* Code to change page width START */
.container_12 {
    width: 1440px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 
/* === Bigger main navigation (Terra/Firma) === */

/* Make the overall menu bar feel taller */
.WaGadgetMenuHorizontal,
.WaGadgetMenuHorizontal .menuInner,
.WaGadgetMenuHorizontal .menuInner ul {
  min-height: 60px !important;
}

/* Make the top-level menu links bigger + add padding */
.WaGadgetMenuHorizontal .menuInner a,
.WaGadgetMenuHorizontal .menuInner ul li a {
  font-size: 20px !important;
  padding: 10px 14px !important;
  line-height: 1.2 !important;
}

/* If your theme uses a "first level" structure, this helps keep it clean */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > a {
  font-size: 20px !important;
  padding: 10px 14px !important;
}

/* Optional: increase spacing between items a bit */
.WaGadgetMenuHorizontal .menuInner ul li {
  margin: 0 6px !important;
}
