@charset "UTF-8";
/***!  /templates/yootheme/css/custom.css?5.0.15  !***/

/* Confirmed Extra CSS Classes for special features */

/* Event Gallery */

.eventgallery-subcategories .content .data {
	background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.eventgallery-subcategories .content:hover .data {
    background-color: rgba(255, 255, 255, 1) !important;
}
.eventgallery-subcategories .content .data h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.thumbnail-container:first-of-type img.eg-img {
	height: auto !important;
}



/* Hide recaptcha */
.grecaptcha-badge {
	animation: recatpchahide 2s 1;
	animation-delay: 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes recatpchahide {
	0% {
		margin-right: 0px;
	}
	100% {
		margin-right: -100px;
	}
}
