/* CSS Document */
.galleryContainer {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.galleryEvent {
  margin: 10px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 0 0 #6e52aa;
  box-shadow: 0 3px 0 0 #6e52aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.galleryImage {
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  opacity: 1;
  display: block;
  width: 100%;
  max-width: initial;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0;
}

.galleryImage:hover {
  opacity: .4;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.galleryImageLink {
background-color: #efe7ff; 
}

.publishDetailsWrapper {
 display: none;
 }
 
 .eg-entrytext { padding: 10px; flex-grow: 1}
 .eg-footer { padding: 10px!important; background-color: rgba(0,0,0,.075)!important; font-weight: bold!important; font-size: 14px!important;}
 
footer p:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 14px;
  text-align: center;
}

.eg-dateinfo {
  margin-bottom: .1rem;
}
.eg-location {
  margin-bottom: .1rem;
}           
.eg-description{
  margin: 0!important;
}
.eg-dateinfo:before {
  content: '\f073';
  font-weight: 900;
}
.eg-location:before {
  content: '\f041';
  font-weight: 900;
}           

