/*
 * Home Recent Post : Blog Style 1
 *
*/
.recent{list-style:none}
.recent .ps1{width:100%;display:inline-block;margin:0 0 10px;padding:0;position:relative}
.recent .ps1 img{width:100%}
.recent .ps1 .block-a{width:50%;float:left}
.recent .ps1 .thumbnail{position:relative;width:100%}
.recent .ps1 .thumbnail .mplay{position:absolute;left:5px;bottom:5px}
.recent .ps1 .thumbnail .mgallery{position:absolute;left:8px;bottom:5px}
.recent .ps1 .thumbnail .mduration{position:absolute;right:5px;bottom:5px;padding:5px 10px;color:#fff;border-radius:3px}
.recent .ps1 .block-b{width:48%;margin-left:2%;float:left}
.recent .ps1 h2{margin-bottom:10px;display:inline-block;width:100%}
.recent .ps1 .category{display:inline-block;width:100%;color:#656c7a}
.recent .ps1 .category a:hover{text-decoration:underline}
.recent .ps1 .category .separator{padding:0 5px;color:#bcc5c5}
.recent .ps1 p{margin-top:5px;margin-bottom:10px;display:inline-block;width:100%;color:#5d6769}
.rtl .recent .ps1 .block-a{float:right}
.rtl .recent .ps1 .block-b{margin-right:2%;margin-left:0;float:right}
.recent .ps1 .category span,
.recent .ps1 .category a{float:left}
.rtl .recent .ps1 .category span,
.rtl .recent .ps1 .category a{float:right}
.dark .recent .ps1 .category {color:#ccc}
.dark .recent .ps1 .category .separator{color:#444}
.dark .recent .ps1 p{color:#bdc1c6}
@media only screen and (max-width:986px) and (min-width:768px){
	.recent .read-more{display:none}
}
@media only screen and (max-width:767px){
	.recent .ps1{box-shadow:none !important;padding:0}
	.recent .ps1 .block-a{width:100%}
	.recent .ps1 .block-b{width:100%;margin-left:0!important;margin-right:0!important}
	.recent .ps1 h2 {margin-top:10px;margin-bottom:10px}
}
