/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .currency-symbol{
    font-family: Arial, Helvetica, sans-serif;
 }
 .sub-menu{
   background: #fff;
 }
 .sub-menu-item{
   color:#000;
 }
 .menu-link .fa{
   margin-right:10px;
   font-size: 20px;
 }
 label.error{
  color:red;
 }
 #eventBookingModal .modal-dialog{
  max-width: 800px;
 }
 #eventBookingModal .btn-close:hover{
  background-color: transparent;
 }
 #eventBookingModal .btn-close:focus{
  box-shadow: none;
 }
 #eventBookingModal input:focus{
border-style: solid;
 }
 .btn-primary {
  background-color: #A52038 !important; /* your new primary color */
  border-color: #A52038 !important;
}

.btn-primary:hover {
  background-color: #cc2443 !important;
  border-color: #cc2443 !important;
}
.lite-events-archive a.btn-primary{
  text-decoration: none;
}
.confirm-payment{
  font-size:20px;
  font-weight: bold;
}
a.btn:visited{
  color: inherit;
  text-decoration: none;
}
a.btn{
 
  text-decoration: none !important;
}
.currency_symbol{
  font-family: "arial";
}