/*Home Featured Events */
.home-featured-events .entry-title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}

 
.home-featured-events .widget-title {
  font-weight:400;
}

.tribe-mini-calendar-event .list-info {
    font-size: 12px;
}
 
.home-featured-events .entry {
  border: none;
  margin-bottom: 20px;
  padding: 0 0 4px;
  
}
 
.home-featured-events .wrap {
  background-color: rgba(255, 255, 255, 0.5);
  border:none;
  padding: 20px 10px;
}
 
.home-featured-events .widget h2 {
    float: none;
    font-size: 16px;
    width: 100%;
    padding-top: 16px;
    font-weight: 100;
    padding-bottom: 16px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0,0,0,1);
}
 
.home-featured-events .tribe-mini-calendar-event {
  display:inline-block;
  width: 22%;
  margin-right: 3%;
  float: left;
  border:none;
  
}
 
.home-featured-events .tribe-events-widget-link {
  clear: both;
  text-align: right;
  padding-top: 12px;
  border-bottom: #03244d solid 1px;
    border-top: #031834 solid 1px;
    margin: 25px auto;
}
 
.home-featured-events .list-info h2 {
  font-size:20px;
  font-weight: 700;
}
 
.entry-image.attachment-tribe_events {
  margin: 10px 0 0;
  width: 100%;
}
 
.featured-content a.alignnone {
  margin-bottom: 10px;
  width: 100%;
}
 
.tribe-mini-calendar-event .list-info h2,
.tribe-mini-calendar-event .list-info h2 a {	
  font-family: "Skolar Bold","Segoe UI Bold","Roboto Slab","Droid Serif",AvenirNext-Bold,"Avenir Bold",Georgia,"Times New Roman",Times,serif;
  line-height:20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding:0;
      font-weight: 100;
	  text-transform: capitalize;
    font-size: 18px;
    color: #f68026;
    text-shadow: 0 2px 1px rgba(0,0,0,1);
}

.tribe-mini-calendar-event .list-info {
    margin: 10px 0;
    display: inline;
    line-height: 14px;
    float: left;
    width: 80%;
}

.tribe-events-calendar th {
    width: 14.28%;
    height: 10px;
    background-color: #03244D;
    color: #FFF;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #F58026;
    color: #fff;
}

.tribe-events-button, #tribe-events .tribe-events-button {
    background-color: #03244D;
    color: #fff;
    background-image: none;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 9px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    line-height: normal;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

#tribe-events-content .tribe-events-tooltip h4 {
    margin: 0;
    color: #fff;
    background-color: #DC520B;
    font-size: 12px;
    padding: 0 6px;
    min-height: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: normal;
}

.tribe-events-adv-list-widget .tribe-venue {
    display: block;
    margin-top: 10px;
	background: url(../../../../themes/cvm/img/loc_icon.png) no-repeat;
    padding: 5px 5px 15px 51px;
    margin: 5px 0px 0px -60px;

	}
	
.tribe-events-adv-list-widget .duration {
    display: inline;
	background: url(../../../../themes/cvm/img/event_icon.png) no-repeat;
    margin: 0 auto;
    padding: 10px 0px 0px 50px;
    margin: 20px 4px 6px -48px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .home-featured-boxes .widget {
  float: left;
  font-size: 16px;
  padding:4px 12px;
  margin-right:20px;
  margin-bottom:20px;
  width: 23%;
  height:480px;
  background: rgba(239, 239, 239, 0.8);
  }
}
 
@media only screen and (max-width: 1024px) {
.home-featured-events .tribe-mini-calendar-event {
  display:inline-block;
  width: 44%;
  margin-right: 3%;
  float: left;
  border:none;
  }
 
.home-featured-boxes .widget {
  float: left;
  font-size: 16px;
  padding:4px 12px;
  margin-right:16px;
  margin-bottom:20px;
  width: 22.5%;
  height:460px;
  background: rgba(239, 239, 239, 0.8);
  }
}
 
@media only screen and (max-width: 600px) {
.home-featured-events .tribe-mini-calendar-event {
  display: block;
  width: 100%;
  float: none;
  border:none;
  }
}

.tribe-mini-calendar-event .list-date {
	float : left;
	overflow:hidden;
	font-weight:bold;
	margin: 10px 5% 10px 0;
	padding: 15px;
	width: 15%;
	text-align:center;
	display: inline;
	background: url(../../img/cal_icon.png) no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}

.tribe-mini-calendar-event .list-date .list-dayname {

    display: none;

}

.tribe-mini-calendar-event .list-date .list-daynumber {
display: none;
}