/*##################################################
PLUGIN GALERIA
##################################################*/
.plgGallery{
	padding: 0;
	margin: 0;
	list-style:none;
}

.plgGallery li{
	margin-bottom: 2em;
}
.plgGallery h2{
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.plgGallery h2 a{
    color: #0e2a57;
    text-decoration: none;
}
.plgGallery figure{
    overflow: hidden;
    position: relative;
    /* min-height: 160px; */
    /* max-height: 160px; */
}
.plgGallery figure img{
    max-height: 160px;
}
.plgGallery li:hover .hoverThumbs{
	background-color: rgba(231, 98, 101, 0.65);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(./images/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15%;
}
.plgGallery li:hover h2 a{
	color: #e4543d;
}
.plgGallery .date{
	text-align: center;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0;
}
.plgGallery .date > span{
    font-size: 3em;
    float: left;
    clear: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.photos figure{
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
}
.photos figure a{
     background-color: white;
    border: 1px solid #0e2a57;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    height: 150px;
}
.photos figure a img{
    width: auto;
    max-height: 140px;
}

.photos figure:hover .hoverThumbs {
    background-color: rgba(255, 255, 255, 0.76);
    border: 5px solid #0e2a57;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../../../../fx-template/images/view.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15%;
}

/*
.date > span > span{
    clear: left;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-top: -15px;
}
.date > span > span{
    float: left;
    clear: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: -6px;
}
*/