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;}

/* Category */
.ocmp-catagory-content {
    background: #222222;
    color: #ffffff;
    text-align: center;
    margin: 0 0 50px;
    padding: 25px 0;
}
.ocmp-catagory-content h1 {
    color: #ffffff;
    font-size: 25px;
    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;
}

/* Blog Container*/
.ocmp-blog.cool_hr_template{
	background:#ffffff;
}
.ocmp-blog a, .cool_horizontal .post-title a{
	color:#f16c20;
}
/* Carousel */
.owl-carousel{
	position: unset;
	background: none !important;
	border:0 !important;
}
.cool_horizontal .blog-wrap{
    color: #545454;
	margin:15px;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.cool_horizontal .owl-carousel{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
.cool_horizontal .post_content_wrap {
    background: #fff;
}
.cool_horizontal .post-title {
    padding: 15px 10px;
    text-align: center;
    position: relative;
    word-wrap: break-word;
}
.cool_horizontal .post-title a{
	font-size: 18px;
    margin: 0 0 15px !important;
    min-height: 80px;
    display: block;
    line-height: 25px;
}
.cool_horizontal .label_featured_post {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cool_horizontal .label_featured_post span {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
}
.cool_horizontal .post-title .date {
    font-size: 14px;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    color: #666;
}

.cool_horizontal .post-title .mdate a:hover {
    color: #000;
}
.cool_horizontal .photo.post-image {
    margin-bottom: 0;
}
.cool_horizontal .post-content-area {
    background: #fff;
    padding: 0 10px 20px;
}
.cool_horizontal .read-more {
    text-align: center;
    margin: 20px 10px;
}
.cool_horizontal .read-more a {
    border: 1px solid #000;
    padding: 5px 10px;
}
.cool_horizontal .metadatabox {
    padding: 15px 0;
    text-align: center;
}
.cool_horizontal .metadatabox span {
    padding: 0 10px;
}

.cool_horizontal .post_content {
    position: relative;
    padding: 10px 15px 0;
}
.cool_horizontal .blog_footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.cool_horizontal .blog_footer .tags,
.cool_horizontal .blog_footer .categories {
    padding: 0 15px;
}
.cool_horizontal .blog_footer .tags a,
.cool_horizontal .blog_footer .categories a {
    color: #e21130;
}
.cool_horizontal .blog_footer .tags a:hover,
.cool_horizontal .blog_footer .categories a:hover {
    color: #000;
}
.cool_horizontal .blog_footer .tags i,
.cool_horizontal .blog_footer .categories i {
    margin-right: 5px;
}
.cool_horizontal .blog_footer .tags a,
.cool_horizontal .blog_footer .categories a {
    color: #e21130;
    margin-left: 3px;
}

@media screen and (max-width: 480px) {
    .cool_cool_horizontal .author-avatar-div {
        padding: 15px 0;
    }
    .cool_cool_horizontal.bdp_archive .author-avatar-div .author_content {
        padding: 15px;
        float: none;
    }
}