a{
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;	
}
/* Beadcrumb */
.breadcrumb{display:none;}

.ocmp-catagory-content {
    background: #222222;
    color: #ffffff;
    text-align: center;
    margin: 0 0 50px;
    padding: 25px 0;
}
.ocmp-catagory-content h1 {
    color: #ffffff;
    margin: 0 0 10px;
    font-size: 25px;
}
.ocmp-catagory-content p, .ocmp-catagory-content p, .ocmp-catagory-content span, .ocmp-catagory-content label {
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.5;
    line-height: 1.5;
}

.ocmp-blog-content .post-image .image{
	-ms-transform: matrix(1, -0.14, 0, 1, 0, 20);
    -webkit-transform: matrix(1, -0.14, 0, 1, 0, 20);
    transform: matrix(1, -0.14, 0, 1, 0, 20);
    margin-bottom: 70px;	
}

.roctangle_template{background: #ededed;}
.roctangle_template ul.breadcrumb{ display:none;}
.roctangle_template .post_wrapper{padding-bottom:20px;}
.roctangle_template  .grid-item{ margin-bottom:30px;}
.roctangle .post-title{
	text-align:left;
	padding:20px 0;
}
.roctangle .post-title a{
	color:#000;
	font-size:28px;
	line-height:1.5;
}
.metadatabox{
	text-align:center
}
.metadatabox span{
    padding: 2px 10px;
    display: inline-block;
}
.post_content{
	padding:15px 0;
	text-align:left
}
.post-image-wrap{ position:relative;}
.post-date{
	position:absolute;
	bottom:10px;
	left:25px;
	background:#f18293;
	color:#ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	padding:6px;
	text-align:center;
	width:80px;
	height:80px;
}
.post-date span{display:block;}
.post-date .day{ font-size:17px; font-weight: bold;}
.categories a, .tags a, .author a{ color : #222;}
.read-more{ display:none;}
.read-more a{
	padding:5px 10px;
	display:inline-block;
	margin-bottom:10px;
}
.blog_footer{ text-align:left;}
.ocmp-pagination-box{
	margin-bottom:50px;
	display:table;
	width:100%;
}
.ocmp-pagination-box .pagination > li > a, .pagination > li > span{
	margin-left:5px;
    background: #777777; 
	color:#ffffff;
	border:1px solid #777777;
}
.ocmp-padination-box .pagination > li > a:hover{
    background: #e21130; 
    color: #ffffff;
	border:1px solid #e21130;
}
.ocmp-pagination-box .pagination > li:first-child > a, .pagination > li:first-child > span,
.ocmp-pagination-box .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0 ;	
	-moz-border-radius:0 ;
	-webkit-border-radius:0 ;
	-ms-border-radius:0 ;
	-o-border-radius:0 ;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background: #f18293; 
    color: #ffffff;
	border:1px solid #f18293;
}
footer{margin-top:0;}