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;
}

.boxy_template{background: #ededed;}
.boxy_template ul.breadcrumb{ display:none;}
.boxy_template .post_wrapper{ background:#fff; padding-bottom:20px;}
.boxy_template  .ocmp-blog-template{ margin-bottom:50px;}
.boxy .post-title{
	text-align:center;
	padding:20px;
	background: #fff;
}
.blog_footer a, .post-title a{	color:#239190; }
.boxy .post-title a{
	backround: #fff;
	color:#239190;
	font-size:28px;
	line-height:1.5;
}
.metadatabox{
	display:none;
	text-align:center
}
.metadatabox span{
    padding: 2px 10px;
    display: inline-block;
}
.post_content{
	padding:15px;
	text-align:center
}
.read-more a{
	background:#239190;
	color:#ffffff;
	padding:5px 10px;
	display:inline-block;
	margin-bottom:10px;
}
.blog_footer{ text-align:left; padding:15px;}
.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: #239190; 
    color: #ffffff;
	border:1px solid #239190;
}
footer{margin-top:0;}