/*
Theme Name:     Gridlove Media & Learning
Theme URI:      http://mekshq.com
Description:    Media & Learning theme based on Gridlove
Author:         Peter Andries
Author URI:     https://atit.be
Template:       gridlove
Version:        1.1.0
*/

.events-area .entry-date {
  width: 75%;
  padding: 5px;
  background: yellow;
  position: absolute;
  bottom: 0;
  color: #000;
  opacity: 0.7;
  text-align:center;
  text-transform: uppercase;
  font-size: 0.9em;
}
.gridlove-cover-area.events-area {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  background: #000;
  overflow: hidden;
}
a.cli_manage_current_consent {
  color: #009cff !important;
  border-bottom: 1px solid rgba(0,156,255,0.8) !important;
}
a.cli_manage_current_consent:hover {
  border-bottom: none !important;
}

.event-links a {
  height: 40px;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 14px 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #FFF;
  background-color: #009cff;
  display: inline-block;
  margin-bottom: 20px;
}
.event-links a:hover{
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
}
.event-links a.fully-booked {
  background-color: #CCC;
}
.facetwp-facet-video_topic .fs-wrap, .facetwp-facet-video_topic .fs-dropdown,
.facetwp-facet-video_category .fs-wrap, .facetwp-facet-video_category .fs-dropdown,
.facetwp-facet-event_country .fs-wrap, .facetwp-facet-event_country .fs-dropdown,
.facetwp-facet-event_type .fs-wrap, .facetwp-facet-event_type .fs-dropdown{
  width: 100% !important;
}

.facetwp-facet-video_topic .fs-dropdown,
.facetwp-facet-video_category .fs-dropdown,
.facetwp-facet-event_country .fs-dropdown,
.facetwp-facet-event_type .fs-dropdown{
  width: 50% !important;
}

.video-item {
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-item h5 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  background: rgba(0, 0, 0, 0.60);
  padding: 4px 8px;
  color: white;
  margin: 0px 20px 0px 0px;
  font-size: 18px;
}
a.video-item-wrapper .video-item {
  transition: transform .5s; /* Animation */
}
a.video-item-wrapper:hover .video-item {
  transform: scale(1.05);
}