/*!
 * List Light Card Theme
 * Version: 1.0.0
 * Copyright: © 2009-2018 Grenade Technologies.
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */

.foo-clear {
  clear: both;
}

.fooevents-calendar-list .fooevents-calendar-list-item {
  background: #f9f9f9 !important; 
  border-bottom: solid 1px #f1f1f1 !important;
  padding:30px 30px 10px !important; 
  margin:0!important;   
  position: relative;
}

.fooevents-calendar-list .fooevents-calendar-list-item h3 {
  font-size: 20px !important;  
  margin:0 0 10px!important;  
  padding:0!important;  
}
.fooevents-calendar-list .fooevents-calendar-list-item p {
  margin:0 0 20px!important;  
  padding:0!important; 
}

.fooevents-calendar-list .fooevents-calendar-list-item a.button {
  background:#333 !important;
  color:#f1f1f1 !important;
  border:0 !important;
  padding:10px 15px !important;
  font-weight: bold!important; 
}

.fooevents-calendar-list .fooevents-calendar-list-item .fooevents-shortcode-date {
  margin:0 0 10px!important;  
  padding:0!important;   
  font-size:.9em;
}