.onlymobile { display: none; }

figure.lsa-recommended {
	clear:both;
	width: 80%;
	margin: 15px auto;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}
figure.lsa-recommended a {
	display: flex;
	align-items: center;
}
figure.lsa-recommended a:hover { color: #d73b3bd0 !important; }
figure.lsa-recommended img 
{
	display: flex;
	max-width: 115px;
	max-height: 115px;
	margin: 0;
}
figure.lsa-recommended .post-data {
	display: block;
	max-width: 500px;
	padding: 0 15px;
}
figure.lsa-recommended .title {
	font-weight: 900;
	font-size: 20px;
	text-align: left;
	line-height: 1.3;
}
figure.lsa-recommended a, figure.lsa-recommended a:visited {
	color: #d73b3b !important;
	text-decoration: none;
}
figure.lsa-recommended .post-meta {
	margin-top: 10px;
	font-weight: 300;
	display: none;
}
figure.lsa-recommended .post-meta i { padding-right: 5px;}

figure.lsa-recommended {
	background-color: #d73b3b18;
}

.gallery-previews * {
	box-sizing: border-box;
}
.gallery-previews {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.gallery-previews figure.attachment-thumbnail {
	display: inline-block;
	width: calc(100% / 3 - 10px);
	height: 150px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	position: relative;
	transition: all .3s ease;
}
.gallery-previews figure.attachment-thumbnail img {
	width: initial;
	height: 100%;
	max-width: none;
	max-height: 200px;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	z-index: 50;
	transition: all .2s ease;
	transform: scale(1);
}
.gallery-previews figure.attachment-thumbnail:hover {
	box-shadow: 0 0 7px 1px #d73b3b;
}
.gallery-previews figure.attachment-thumbnail:last-child img {
	-webkit-filter: blur(2px);
	z-index: 100;
}
.gallery-previews figure.attachment-thumbnail.noblur:last-child img { -webkit-filter: none; }
.gallery-previews figure.attachment-thumbnail img:hover {
	transform: scale(1.3);
	-webkit-filter: saturate(1.2);
}
.gallery-previews .media-count {
	z-index: 100;
	position: absolute;
	background: rgba(58, 63, 71, 0.33);
	width: 100%;
	height: 150px;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	padding-top: 40px;
	text-shadow: 0 0 3px rgba(50, 50, 50, 0.9);
	pointer-events: none;
	transition: .3s all ease;
}
.gallery-previews .media-count i {
	font-size: 33px;
	padding-top:7px;
}
.gallery-previews figure.attachment-thumbnail:hover .media-count {
	background: rgba(58, 63, 71, 0.1);
}
.article-source a {
	padding:5px 10px;
	color:#fff !important;
	font-size: 12px;
	float:right;
	background-color: #d73b3b;
	color: #fff;
	border-radius: 5px;
	margin-top: -0.5em;
}

@media (max-width: 500px) {
	.onlymobile { display: initial; }	
	.onlydesktop { display: none; }

figure.gallery-preview {
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #e6e6e6;
}
figure.gallery-preview .imgwrapper {
    position: relative;
    overflow:hidden;
    height: 160px;
}
figure.gallery-preview .imgwrapper img {
	position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}
figure.gallery-preview .linkstripe {
	background: #d73b3b;
	color: #fff;
	padding: 10px 20px;
}
figure.gallery-preview .linkstripe .alignright {float:right;font-weight: 300;margin-top: -5px;}
figure.gallery-preview .linkstripe .alignright .count {line-height: 24px; vertical-align: middle; display: inline-block;letter-spacing: 0.3px;}

figure.gallery-preview .linkstripe .alignleft i { margin-right: 10px; }
figure.gallery-preview .linkstripe .alignright i {
	display: inline-block;
	margin-left:10px;
	font-size: 25px;
	font-weight: 800;
	vertical-align: bottom;
	margin-bottom: 1px;
}
figure.lsa-recommended { width: 100%; }
figure.lsa-recommended img { width: 50% !important; }
figure.lsa-recommended .title { font-size: 16px; }
figure.lsa-recommended .post-data { padding: 0 0 0 15px; }
}