/* =============================================
------------------  14.Events  ---------------
==============================================*/

.event { margin-bottom:50px; }

/* fix for uneven heights */
.event:nth-child(2n+1) { clear:both !important; }

.event-title { font-size:20px; line-height:1.4; margin-bottom: 15px; }

.event-meta { margin-bottom: 15px; }

.event-meta-box { margin-bottom:8px; font-size:13px; }

.event-meta-box a { color:#505050; }

.event-label { font-weight: bold; margin-right:6px; text-decoration: underline; }

.event-label i { margin-right:6px; }

.event-label .fa-fw { text-align: left; }

.event-tags a,
.event-hosts a  { margin-left:4px; }

.search-widget.widget { margin-bottom: 50px; }

@media (min-width: 768px) { .event { margin-bottom:60px; }
}