@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


/* widget menu items rounded corners on hover */

.widget-menu .col-xs-12 li a {
    border-radius: 50px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform:uppercase;
    font-weight:bold;
   
}

.widget-menu .col-xs-12 {
    padding-bottom: 10px;
}
/* End Widget Menu Items Rounded */

.btn {
    font-family:"Oswald";
    text-transform:uppercase;
    font-size:16px;
}

/* Remove Template Area Shadows */

.templatearea .data-templatearea-content, .templatearea{
  box-shadow: none;
  border: none !important;
  
}

/* End Template Area Fix */

.item-title a {
    font-weight:bold!important;
}

.item-area-ticket-title {
    font-weight:bold!important;
}
