/*
 * Home Recent Post : Blog Style 1
 *
*/
.recent{list-style:none}
.recent .ps5{width:100%;display:inline-block;margin:0 0 10px;padding:10px;position:relative;background-color:#fff;border:1px solid #e9edf0}
.recent .ps5 img{width:100%}
.recent .ps5-shadow{padding:8px}
.recent .ps5-container{padding:8px}
.recent .ps5 .block-a{width:26%;float:left}
.recent .ps5 .thumbnail{position:relative;width:100%}
.recent .ps5 .thumbnail .mplay{position:absolute;left:5px;bottom:5px}
.recent .ps5 .thumbnail .mgallery{position:absolute;left:8px;bottom:5px}
.recent .ps5 .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.recent .ps5 .block-b{width:72%;margin-left:2%;float:left}
.recent .ps5 h2{margin-top:10px;margin-bottom:10px;display:inline-block;width:100%}
.recent .ps5 h2  a:hover{text-decoration:underline}
.recent .ps5 .category{margin-top:5px;margin-bottom:5px;display:inline-block;width:100%;color:#656c7a}
.recent .ps5 .category a:hover{text-decoration:underline}
.recent .ps5 .category .separator{padding:0 5px;color:#bcc5c5}
.recent .ps5 p{margin-top:5px;margin-bottom:10px;display:inline-block;width:100%;color:#5d6769}
.rtl .recent .ps5 .block-a{float:right}
.rtl .recent .ps5 .block-b{margin-right:2%;margin-left:0;float:right}
.recent .ps5 .category span,
.recent .ps5 .category a{float:left}
.rtl .recent .ps5 .category span,
.rtl .recent .ps5 .category a{float:right}
.dark .ps5{background-color:#1d2327;border-color:#272F34}
.dark .recent .ps5 h2 a{color:#fff!important}
.dark .recent .ps5 .category {color:#bdc1c6}
.dark .recent .ps5 .category .separator{color:#3E4244}
.dark .recent .ps5 p{color:#bdc1c6}

@media only screen and (max-width:986px){
	.recent .ps5 .block-a{width:46%}
	.recent .ps5 .block-b{width:52%}
}

@media only screen and (max-width:560px){
	.recent .ps5{border:none !important;padding:0;}
	.recent .ps5 .block-a{width:100%}
	.recent .ps5 .block-b{width:100%;margin-left:0!important;margin-right:0!important}
}
