/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #sp-related-post {
	margin: 15px 0;
}

#sp-related-post *{
	box-sizing: border-box;
}

#sp-related-post h3,
#sp-related-post h2 {
	padding-left:6px;
	font-size: 1.2em;
	font-style: normal;
	margin-bottom: 10px;
}

.sp-rp-card {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.sp-rp-card:hover {
	border: 1px solid #777;
}

.sp-rp-card a{
	color: #252525 !important;
	text-decoration: none !important;
}

.sp-rp-card a:hover{
	color: #050505 !important;
}

.sp-rp-thumb {
	position: relative;
	width: 100%;
	padding-bottom: 75%
}
.sp-rp-thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.sp-rp-caption {
	background: #fff;
	font-size: 11px;
	padding: 10px;
	width: 100%;
	height:47.5px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.sp-rp-caption a {
    display: inline-block;
    word-wrap: break-word;
	overflow: hidden;
	vertical-align: middle;
    max-height: 2.5em;
    line-height: 1.25em;
}

.sp-rp-responsive {
	padding: 0 6px 6px 6px;
	float: left;
	width: 33.22229%;
}

@media only screen and (max-width: 700px) {
	.sp-rp-responsive {
		width: 49.99999% !important;
		margin: 6px 0;
	}
}

@media only screen and (max-width: 500px) {
	.sp-rp-responsive {
		width: 100% !important;
	}
}