/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.bcgov-related-posts-container {
	margin: 30px 0;
}

.bcgov-related-posts {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.2);
	margin-bottom: 15px;
	position:relative;
 
}

.bcgov-related-posts-container a:hover .bcgov-related-posts{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.4);
}
/*
.related-post-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.bcgov-related-posts-container a:hover .related-post-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.related-post-overlay::after {
	font-family: "FontAwesome";
	position: relative;
	top: 50%;
	content: '\F08E';
	
}
*/

.bcgov-related-posts .related-post-image {
	transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto 100%;
}
/*
.bcgov-related-posts-container a:hover .related-post-image {
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	background-size: auto  105%;
}
*/
.bcgov-related-posts h3 {
	font-size: 13px;
	line-height: 1.25em;
	padding: 15px;
	background-color: #38598a;
	background-color: rgba(56,89,138, 0.92);
	border-top: 1px solid #fff;
	color: #fff;
	
	/*
	text-align: center;
	
	
	*/
	margin-bottom: 0;
	min-height: 110px;
	overflow-y: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}
.bcgov-related-posts-container a:hover .bcgov-related-posts h3{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #38598a;
}

@media only screen and (min-width : 1200px) {
	.related-post-column-6 .bcgov-related-posts .related-post-image {
		height: 100px;
	}
	
	.related-post-column-6 .bcgov-related-posts h3 {
		height: 100px;
		padding: 10px 5px 5px;
	}
}