/*
Theme Name:     VMware Cloud Foundation (Version 0.3.0)
Description:    Custom child theme for VMware.
Author:         Elacrity
Author URI:     http://www.elacritydigital.com
Template:       updated-generic-0.2.0
Text Domain:    wordpress-bootstrap-updated-generic
Version:        0.3.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
#filter-sort {
  float: right;
  margin-right: 9px;
}
#filter-content h4 {
  font-size: 17px;
  margin-bottom: 14px;
}
.vmware-filter-list {
  margin-bottom: 20px;
}
.vmware-filter-list .list-events-item {
  margin-left: 50px;
}
.vmware-filter-list .list-events-item h3 {
  margin-bottom: 0;
}
.vmware-filter-list .list-events-item .event-date {
  font-size: 14px;
  color: #0095d3;
}
.vmware-filter-list .list-events-item .event-location {
  font-size: 14px;
  color: #6a6a6a;
}
.vmware-filter-list .list-events-item .sponsored-by {
  text-indent: -99999px;
  background: url('../cloud-foundation/images/vmware-sponsored.gif') no-repeat 0 0;
  display: block;
  height: 22px;
  width: 196px;
  float: right;
  background-size: cover;
  margin-right: 10px;
}
.vmware-filter-list i.fa {
  margin: 0 12px 0 0;
  font-size: 32px;
  display: inline-block;
  float: left;
}
