/*
 * Home Recent Post : Blog Style 4
*/
.recent{list-style:none}
.recent .ps4{width:32.667%;margin:0 1% 10px 0;position:relative;vertical-align:top;display:inline-block}
.rtl .recent .ps4{margin:0 0 10px 1%}
.rtl .recent .ps4:nth-child(3n),
.recent .ps4:nth-child(3n){margin:0 0 10px}
.recent .ps4 a,
.recent .ps4 a:hover {color:#fff!important}
.recent .ps4 .time {display:block;margin:0 0 5px}
.recent .ps4 h2{margin:0 0 5px}
.recent .ps4 .info{bottom:0;position:absolute;float:left;width:100%;z-index:99999;padding:25px 4% 2%;text-shadow:0 1px 5px #000}
@media only screen and (max-width:986px){
	.recent .ps4{width:49.75%;margin:0 0.5% 0.5% 0}
	.rtl .recent .ps4{margin:0 0 0.5% 0.5%}
	.recent .ps4:nth-child(3n){margin:0 0.5% 0.5% 0}
	.rtl .recent .ps4:nth-child(3n){margin:0 0 0.5% 0.5%}
	.rtl .recent .ps4:nth-child(2n),
	.recent .ps4:nth-child(2n){margin:0 0 0.5%}
}
@media only screen and (max-width:720px){
	.recent .ps4 .time {display:none}
}
@media only screen and (max-width:560px){
	.recent .ps4{width:100%}
	.recent .ps4,
	.rtl .recent .ps4,
	.recent .ps4:nth-child(3n),
	.rtl .recent .ps4:nth-child(3n),
	.rtl .recent .ps4:nth-child(2n),
	.recent .ps4:nth-child(2n){margin:0 0 0.5%}
	.recent .ps4:last-child{margin:0}
	.recent .ps4 .time {display:block}
}