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 {
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 10px;
}
.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;
}
.info-wrapper{
    display: table;
    margin-bottom: 25px;
	width:100%;
}
.info-wrapper h2{
	margin: 0 0 15px; 
}
.post_wrapper.box-blog{
	position:relative;
	overflow:hidden;
	text-align:center;
	margin-bottom:15px;
}
.ocmp-blog-title{
	display:block;
	clear:both;
}
.post-video-thumb img{
	width:100%;
	height:100%;
	display:inline-block;
}
.posted_by {
    border-left: 2px solid #ffffff;
    margin-left: 5px;
    padding-left: 10px;
}
.categories, .tags{ display:block; margin:5px 0;}
.blog-wrap .content-footer{
	display:block;
}
.ocmp-blog-template .post-header{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    transition: 0.5s;
    opacity: 1;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    transform-origin: 50% 100% 0;
    padding: 10px 10px;
    transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0008, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0008, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
}
.blog-box:hover .post-header{
	visibility:visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.blog-box .post-header, .blog-box .post-header a, .ocmp-blog-template.blog-wrap .comment-total a, .ocmp-blog-template.blog-wrap .posted_by a, .ocmp-blog-template .categories a, .ocmp-blog-template .tags a, .blog-template.ocmp-blog-template h3.ocmp-blog-title a{
	color:#ffffff;
}
.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;
}	
.content-footer .ocmp-blog-desc{
	padding:15px;
}
.read_more{
	display:block;
	margin:15px 0;
}
.read_more a{
	padding:10px 25px;
}


.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{
	/*border: 1px solid #ffffff;*/
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    box-shadow: none;
}

.social-component .social-share a:hover{
	background:#ffffff;
	color:#000000;
}
.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;
}


/**************** STRAT AUTHOR INFO ***********************/
.ocmp-author-info{
	border:1px solid #ededed;
	padding:15px;
	display:table;
	with:100%;
	margin-bottom:25px;
}
.ocmp-author-info .ocmp-author img{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	-moz-box-shadow:0px 0 2px 3px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow:0px 0 2px 3px rgba(0, 0, 0, 0.10);
	-ms-box-shadow:0px 0 2px 3px rgba(0, 0, 0, 0.10);
	box-shadow:0px 0 2px 3px rgba(0, 0, 0, 0.10);
}
.ocmp-author-info  h2{
	margin:8px 0;
}
.ocmp-author-info .author-description{
	line-height:20px;
}

/**************** END AUTHOR INFO ***********************/
@media screen and (max-width: 768px) {
	.ocmp-blog-template .post-header{
		visibility:visible;
		transform:none;
	}
}