.yarpp-relate-item{
	display: flex;
	margin: 10px 0;
}
.yarpp-image{
	margin: 0 20px 0 10px;
	display: flex;
	align-items: center;
}
.yarpp-image img{
	object-fit: contain;
	max-width: 200px;
	max-height: 190px;
}
.yarpp-text{
	color: inherit;
	color: #333;
	border-bottom: 1px solid #333;
	display: inline;
	font-size: 20px;
}
.yarpp-text:hover{
	color: #333;
}
.yarpp-more{
	display: block;
	background: #f55;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0 0 10px 0;
	max-width: 210px;
	font-weight: bold;
	font-size: 20px;
}
.yarpp-more:hover{
	color: #fff;
}
.yarpp-relate-item{
	border: 1px solid #777;
	padding: 20px;
}

/***************************/

.iwsorting-related-post-wrap .iwsorting-related-post-title{
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.iwsorting-related-post{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.iwsorting-related-post .iwsorting-related-post-el{
	margin: 10px;
	display: flex;
	flex-direction: column;
	width: 250px;
	min-height: 300px;
}
.iwsorting-related-post .iwsorting-related-post-el img{
	max-width: 100%;
	margin: 0 0 10px;
}
.iwsorting-related-post .iwsorting-related-post-image{
}
.iwsorting-related-post .iwsorting-related-post-text{
	font-size: 18px;
}

.iwsorting-related-post.iwsorting-style-list{
	flex-direction: column;
}
.iwsorting-related-post.iwsorting-style-list .iwsorting-related-post-el{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	min-height: 0;
	margin: 0 0 10px;
}
.iwsorting-related-post.iwsorting-style-list .iwsorting-related-post-el img{
	max-width: 120px;
	margin: 0 10px 0 0;
}


@media screen and (max-width: 800px){
	.yarpp-image{
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 480px){
	.yarpp-relate-item{
		margin-top: 40px;
	}
	.yarpp-more{
		margin-top: -40px;
	}
	.yarpp-image{
		display: none;
	}

	.iwsorting-related-post.iwsorting-style-list .iwsorting-related-post-el{
		flex-direction: column;
	}
	.iwsorting-related-post.iwsorting-style-list .iwsorting-related-post-el img{
		max-width: 100%;
	}
}


.w-perelink .title{
	color: #fff;
	padding: 8px 15px;
}
.w-yarpp-relate-item{
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	height: 225px;
}
.w-yarpp-image{
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
}
.w-yarpp-image:after{
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0.4) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.w-yarpp-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .5s ease-in;
}
.w-yarpp-info{
	text-shadow: 0 1px 1px #333;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 5px 12px;
	z-index: 9;
	font: 700 18px/24px 'Roboto', trebuchet ms;
	margin: 10px 0 18px 0;
}
.w-yarpp-info:hover{
	color: #fff;
}
