.wpupg-template-hover-with-date {
	border-style: solid; /* wpupg_border_style type=border */
	border-width: 1px; /* wpupg_border_width type=size */
	border-color: #000000; /* wpupg_border type=color */
	border-radius: 0px; /* wpupg_border_radius type=size */
	padding: 0;
	text-align: center;
}

.wpupg-template-hover-with-date .wpupg-hover {
	padding: 5px; /* wpupg_overlay_padding type=size */
}

.wpupg-template-hover-with-date.wpupg-item-has-image .wpupg-hover {
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

	background-color: rgba(0, 0, 0, 0.5); /* wpupg_overlay_color type=color */
	color: #ffffff; /* wpupg_overlay_text_color type=color */
}

.wpupg-template-hover-with-date.wpupg-item-no-image .wpupg-hover {
	display: block;
}