/*
YARPP Template: BlankBkanc
Description: Requires a theme which supports post thumbnails
Author: Naoki Yamamoto
*/
#yarpp-section {
	margin: 20px 0;
	padding: 10px;
	background-color: #f8f8f8;
}

#yarpp-section .yarpp-none {
	color: #ccc;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	margin: 25px 0 20px;
}

#yarpp-section .yarpp-heading {
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
	margin: 6px 4px 4px;
	padding: 0 !important;
	border-left: none !important;
}

#yarpp-section .yarpp-heading:before {
	display: inline-block;
	color: #aaa;
	font-family: "Material Icons";
	vertical-align: -1px;
	content: "\E153";
	margin-right: 5px;
}

#yarpp-section .yarpp-list {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#yarpp-section .yarpp-list > li {
	float: left;
	width: 25%;
}

#yarpp-section .yarpp-list > li a {
	display: block;
	padding: 7px;
	overflow: hidden;
}

#yarpp-section .yarpp-list > li a:hover {
	text-decoration: underline;
}

#yarpp-section .yarpp-list .box {
	margin: 4px;
	background-color: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}

#yarpp-section .yarpp-list .box .img {
	text-align: center;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}

#yarpp-section .yarpp-list .box .img img {
	vertical-align: top;
	width: 100%;
	height: auto;
	max-height: 100%;
}

#yarpp-section .yarpp-list .box .title {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	height: 73px;
	padding: 0;
	overflow: hidden;
}

/*===[Mobile]=======================================================*/
@media screen and (max-width: 639px) {
	#yarpp-section .yarpp-list > li {
		width: 33.33%;
	}
}

@media screen and (max-width: 479px) {
	#yarpp-section .yarpp-list > li {
		width: 50%;
	}
}

@media screen and (max-width: 375px) {
	#yarpp-section {
		margin: 0 0 30px;
		padding: 10px 10px 5px;
	}
	#yarpp-section .yarpp-heading {
		margin-bottom: 7px;
	}
	#yarpp-section .yarpp-list > li {
		float: none;
		width: 100%;
	}
	#yarpp-section .yarpp-list > li a:hover {
		text-decoration: none;
	}
	#yarpp-section .yarpp-list .box {
		margin: 5px 0;
	}
	#yarpp-section .yarpp-list .box .img {
		float: left;
		width: 74px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	#yarpp-section .yarpp-list .box .title {
		font-size: 14px;
		line-height: 1.6;
		height: auto;
	}
}

/*===[Mobile]=======================================================*/
