.custom_imagebox_tile {color: #37322d; display: inline-block; font-size: 18px; line-height: 32px; position: relative; vertical-align: top; width: 100%;}
.custom_imagebox_tile .hovitem {margin-bottom: 20px; text-align: center;}
.custom_imagebox_tile .imgcont {display: inline-block; overflow: hidden; position: relative;}
.custom_imagebox_tile .imgcont img {width: 100%;}

.custom_imagebox_tile .caption {padding: 0 25px;}
.custom_imagebox_tile .hov-text-cont {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	position: absolute; left: 0px;
	overflow: hidden;
	opacity: 0;	
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.custom_imagebox_tile .hov-text-center {
	width: 100%;
	position: relative; left: 0; top: 50%;	
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.custom_imagebox_tile .hov-text {	
	opacity: 0; width: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.custom_imagebox_tile .caption h3 {margin: 0 0 10px; text-align: center;}
.custom_imagebox_tile .event .caption h3 {margin: 0; text-transform: uppercase;}
.custom_imagebox_tile .caption p {font: 400 16px/20px "Avenir LT W01_55 Roman1475520", sans-serif; margin: 0;}
.custom_imagebox_tile .caption a {font: 400 16px/32px "Brandon Grot W01 Bold", sans-serif; margin-top: 10px; text-transform: uppercase;}
.custom_imagebox_tile .caption a span.fa {font-weight: bold;}

.custom_imagebox_tile .widget-date {font: 400 14px/32px "Brandon Grot W01 Bold", sans-serif; text-transform: uppercase;
	position: absolute; left: 0; bottom: 0;
	background: #fff; padding: 3px 10px; z-index: 99;
	-webkit-transition: all ease .5s; transition: all ease .5s;
}

.custom_imagebox_tile .hov-text .fulldate {color: #414141; font: 400 14px/24px "Brandon Grot W01 Bold", sans-serif; text-transform: uppercase;}


@media only screen and (min-width: 64.0625em) {
	.custom_imagebox_tile .plus-box {display: none;}

	.custom_imagebox_tile .hov-text-cont {top: 50%; height: 60px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.custom_imagebox_tile .hovitem:hover .hov-text-cont {opacity: 1; top: 0; height: 100%;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.custom_imagebox_tile .hov-text-center {top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.custom_imagebox_tile .hovitem:hover .hov-text-center {top: 20%;}
	.custom_imagebox_tile .hovitem:hover .event .hov-text-center {top: 5%;}
	.custom_imagebox_tile .hov-text {max-height: 0px;}
	.custom_imagebox_tile .hovitem:hover .hov-text {opacity: 1; height: 100%;}

	.custom_imagebox_tile .hovitem:hover .widget-date {bottom: -40px;}
	.custom_imagebox_tile .hov-text .month {font: 400 40px/32px "Avenir LT W01_55 Roman1475520", sans-serif; text-transform: uppercase;}
	.custom_imagebox_tile .hov-text .day {font: 400 60px/60px "Brandon Grot W01 Bold", sans-serif; text-transform: uppercase;}
	.custom_imagebox_tile .hov-text .monthday {display: none;}
}

@media only screen and (max-width: 64em) {	
	.custom_imagebox_tile .imgcont {cursor: pointer;}
	.custom_imagebox_tile .caption {padding: 0 15px;}

	.custom_imagebox_tile .caption h3 {font-size: 28px; line-height: 28px;}
	.custom_imagebox_tile .caption a {font-size: 14px; line-height: 14px;}

	.custom_imagebox_tile .plus-box {position: absolute; top: 4px; right: 4px; height: 24px; width: 24px; text-align: center;}
	.custom_imagebox_tile .plus-box i {color: #fff; font-size: 24px; line-height: 24px; cursor: pointer;}
	.custom_imagebox_tile .plus-box i {-webkit-transition: all ease .5s; transition: all ease .5s;}
	.custom_imagebox_tile .imgcont.active .plus-box i:before {content: "\f068";}

	.custom_imagebox_tile .hov-text-cont {top: 0; height: 100%;}
	.custom_imagebox_tile .imgcont.active .hov-text-cont {opacity: 1;}
	.custom_imagebox_tile .hov-text-center {top: 15%;}
	.custom_imagebox_tile .event .hov-text-center {top: 5%;}
	.custom_imagebox_tile .hov-text {height: 100%; margin-top: 10px;}
	.custom_imagebox_tile .imgcont.active .hov-text {opacity: 1;}

	.custom_imagebox_tile .imgcont.active .widget-date {bottom: -40px;}
	.custom_imagebox_tile .hov-text .month, .custom_imagebox_tile .hov-text .day {display: none;}
	.custom_imagebox_tile .hov-text .monthday {font: 400 40px/32px "Avenir LT W01_55 Roman1475520", sans-serif; text-transform: uppercase;}
}
@media only screen and (max-width: 40em) {	
	.custom_imagebox_tile .caption h3 {font-size: 16px; line-height: 20px;}
	.custom_imagebox_tile .hov-text .monthday {font-size: 18px; line-height: 20px;}
	.custom_imagebox_tile .hov-text .fulldate {display: none;}
}