/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: May 01 2023 | 06:47:01 (pm)
/*
/******* Do not edit this file *******/

.event-list .start-date, .event-list .end-date {
    background-color: transparent !important;
  color: #000000;
}
li.event {
    border-bottom: 2px solid #CCCCCC;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.event-weekday {
    line-height: 1;
  display: none;
}
.start-date .event-day,
.end-date .event-day{
  border-top: 0px dashed #CCCCCC;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 6px;
}
.start-date div,
.end-date div{
    border-bottom: 1px dashed #CCCCCC;
    margin: 0 0 4px;
    padding: 0 0 4px;
}
.widget_event_list_widget div > a {
 background: none repeat scroll 0 0 #E5A309;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 10px;
    text-transform: uppercase;
}
  
#content table.wpsc_checkout_table, #content table.wpsc_checkout_table tr td {
  text-align: left;
  padding: 5px;
}
input[type="submit"], input[type="reset"], input[type="button"], .gocheckout {
    background: none repeat scroll 0 0 #E5A309;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-family: Oswald;
  font-weight: normal;
    padding: 2px 4px;
    text-transform: uppercase;
}
#cart-widget-links .gocheckout {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin: 6px 0;
    padding: 5px 10px;
}
.wpsc_category_link {
    display: block;
}