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;
}

.info-wrapper{
    display: table;
	width:100%;
}

.ocmp-blog-template .ocmp-blog-title a{
	color: #353535;
    font-size: 34px;
    background: #ffffff;
    font-family: Raleway;
    font-weight: normal;
    line-height: 1.4;
    text-transform: none;
    text-decoration: none;
}
.post_wrapper.box-blog{
	position:relative;
}
.blog-box{
    display: inline-block;
    padding: 35px 20%;
    background: #ffffff;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    -moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
    -o-box-shadow: 0 0 8px #cccccc;
    -ms-box-shadow: 0 0 8px #cccccc;
    box-shadow: 0 0 8px #cccccc;
	font-family:Raleway;
	text-align:center;
}
.post-thumb{
	display: inline-block;
    width: 120%;
    right: 10%;
    position: relative;
    margin-bottom: 15px;
}

.ocmp-author-avatar {
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
.ocmp-author-avatar img{   border-radius: 50%; width: 110px; height: 110px;}
.post-content .ocmp-blog-desc{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;	
}

.categories, .tags{ display:block; margin:5px 0;}
.categories a, .tags a{ color: #62bf7c;}
.blog-wrap .content-footer {
	display:block;
}
.date-comment{ margin-bottom:25px; position:relative; min-height: 120px;}
.date-comment span{ display:inline-block;}
.date-comment .post-date{ padding-right:15px;}
.date-comment , .date-comment .post-date, .date-comment  .comment-total span, .date-comment  .comment-total, .date-comment .author a{
    font-size: 18px;
    color: #62bf7c;
    font-family: Raleway;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
}	
.read_more{
	display:block;
	margin:15px 0;
}
.read_more a{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 40px;
    display: inline-block;
	background: #62bf7c;
    color: #ffffff;
    border-color: #686868;
    font-size: 18px;
    font-family: Raleway;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;	
	
}
.social-component{ display:none;}
.categories, .tags{ margin:10px 0;}
.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: #62bf7c; 
    color: #ffffff;
	border:1px solid #62bf7c;
}