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 {
    text-align: center;
    margin: 0;
    padding: 0;
}
.ocmp-catagory-content h1 {
    margin: 20px;
    font-size: 25px;
}
.ocmp-catagory-content p, .ocmp-catagory-content p, .ocmp-catagory-content span, .ocmp-catagory-content label {
    font-size: 15px;
    line-height: 1.5;
    line-height: 1.5;
}

.info-wrapper{
    display: table;
    margin-bottom: 0;
	width:100%;
}
.info-wrapper h2{
	margin: 0 0 15px; 
}
.ocmp-blog-template .ocmp-blog-title{
	line-height:1.5;
	font-size:23px
}
.ocmp-blog-title a, .author a, .comment-total span, .categories a, .tags a{
	color:#15506f;
}
.post_wrapper.box-blog{
	position:relative;
}
.boxy_clean_template{background:transparent;}
.boxy-clean-template{padding:40px 0;}
.blog-box{
	background:#ffffff;
	padding:15px;
    border-top: 1px solid #ededed;
	position:relative;
	
}
.border-right .blog-box{     border-right: 1px solid #ededed; }
.author-box{ position:relative}
.author {
    margin-left: 5px;
    padding-left: 10px;
	background: #ffffff;
    bottom: 20px;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    left: -10px;
    padding: 8px 10px;
    position: absolute;
    text-transform: capitalize;	
}
.categories, .tags{ display:block; margin:5px 0;}
.blog-wrap .content-footer{
	display:block;
}
.ocmp-blog-wrap .date_wrap{
    display: block;
    padding: 10px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
}
.ocmp-blog-wrap .date_wrap span{
	padding:0 5px;
}	
.date-comment{
	position:absolute;
	right:0;
	top:10px;
    color: #555;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    z-index: 1;
    opacity: 0;
	
}

.ocmp-blog-wrap .blog-box:hover .date-comment{
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15);
    -ms-transform: translateX(-15);
    -o-transform: translateX(-15);	
}
.post-date{
	background:#ffffff;
	border:1px solid #eee;
	display:block;
	padding:5px 10px;
}
.post-date .year{
	font-size:15px;
}
.post-date .month-day{
	border-bottom:2px solid #dedede;
	display:block;
	padding:5px 0;
	margin-bottom:5px;
}
.date-comment .comment-total{
	clear:both;
	background:#ffffff;
	margin-top:10px;
	display:block;
	padding:5px;
}
.comment-total i{
	padding:5px 0;
	display:block;
	font-size:23px;
	text-align:center;
	border-bottom:2px solid #dedede;
}
.comment-total span{
	padding:5px 0;
	display:block;
	font-size:18px;
	text-align:center;
}
.read_more{
	display:block;
	margin:15px 0;
	text-align:right;
}
.read_more a{
	background:#15506f;
	padding:6px 12px;
	color:#ffffff;
}


.blog-template .social-component.bottom .social-share, .blog-template .social-component.bottom a, .blog-template .social-component.right .social-share, .blog-template .social-component.right a{
	display: inline-block;
    float: none;
    vertical-align: top;
}

.social-component .social-share a{
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height: 20px;
    box-shadow: none;
	background:#ffffff;
	color:#15506f;	
	border:1px solid #15506f;
}

.social-component .social-share a.ocmp-facebook-share:hover{
	background:#3a589d;
	color:#ffffff;
}
.social-component .social-share a.ocmp-google-share:hover{
	background:#dd4e31;
	color:#ffffff;
}

.social-component .social-share a.ocmp-twitter-share:hover{
	background:#5EA9DD;
	color:#ffffff;
}

.social-component .social-share a.ocmp-linkedin-share:hover{
	background:#0177B5;
	color:#ffffff;
}

.social-component .social-share a.ocmp-pinterest-share:hover{
	background:#cb2320;
	color:#ffffff;
}
.social-component .social-share a.ocmp-tumblr-share:hover{
	background:#3a589d;
	color:#ffffff;
}


.ocmp-padination-box{
	margin-top:50px;
	display:table;
	width:100%;
}
.ocmp-padination-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-padination-box .pagination > li:first-child > a, .pagination > li:first-child > span,
.ocmp-padination-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: #e21130; 
    color: #ffffff;
	border:1px solid #e21130;
}
footer{ margin-top:0;}