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

.info-wrapper{
    display: table;
	width:100%;
}
.ocmp-blog-template{
	display:table;
	width:100%;
}
.ocmp-blog-template{  font-family: Montserrat;	 }
.blog-template.ocmp-blog-template h3.ocmp-blog-title{
	margin:0 0 15px;
	text-align:center;
	position:relative;
	font-size: 20px;
    font-family: Montserrat;	
}
.ocmp-blog-wrap .content-area .ocmp-blog-title:after{
	background: #000000;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}	
.blog-template.ocmp-blog-template h3.ocmp-blog-title a{ color: #000000; }
.blog-template.ocmp-blog-template h3.ocmp-blog-title a:hover{ color:#e21130; }
.categories a, .tags a, .posted_by a, .total-comment a{ color:#e21130; }
.categories a:hover, .tags a:hover, .posted_by a:hover, .total-comment a:hover{ color:#000000; }

.ocmp-blog-wrap .categories{
	text-align:center;
	font-size:14px;
	letter-spacing: 1px;
}
.ocmp-blog-wrap .ocmp-blog-desc, .ocmp-blog-wrap .ocmp-blog-desc{
	line-height:1.5;
	margin:15px 0;
	text-align:center;
}
.content-area{
	padding:25px;
	min-height: 243px;
}
.tags{ display:none;}
.ocmp-blog-desc, .ocmp-blog-desc p, .ocmp-blog-desc span{ 
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
	color:#000000;
}
.ocmp-blog-wrap .date_wrap{
    display: block;
    padding: 10px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
	margin:15px 0;
}
.ocmp-blog-wrap .date_wrap span{
	padding:0 5px;
}	

.read-more a{ 
	padding:8px 20px; 
	font-size:16px;
	margin:5px; 
	background : #e21130; 
	color :#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.ocmp-blog-template .social-component {
    background: #ffffff none repeat scroll 0 0;    
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    display: block;
    float: left;
    padding: 5px;
    position: relative;
    text-align: left;

    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;

    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;

    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;

    vertical-align: middle;
    width: 100%;
    opacity: 0;    
    top: 100%;    
}
.ocmp-blog-template .social-component .open-content{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);

    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;

    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;

    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}
.ocmp-blog-template .social-component .social-share a.social-share-default{
    height: 38px;
	width:35px;
    background-image: url(social_icons.png);
    opacity: 0.9;
    background-color: transparent;	
	margin:5px;
}
.ocmp-blog-template .social-component .social-share a.share-close{
	border-radius: 50%;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 20px;
    margin: auto !important;
    padding: 0;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 1px;
    width: 25px;
    cursor: pointer;
    vertical-align: middle;
    padding: 1px 0 0 1px;
}	


.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 #e21130;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height: 20px;
    color: #e21130;
    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;
}

/******************\\// Blog Info-Page \\//******************/
.ocmp-blog-single .blog-info{
	padding:15px 25px;
	width:100%;
	border:1px solid #eeeeee;
	margin-bottom:15px;
}
.ocmp-blog-single .blog-info .ocmp-blog-title{
	background: #ffffff;
	color: #888888;
	font-family: Open Sans;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	font-style: normal;
	text-transform: None;
	letter-spacing: 1px;	
	padding:0 10px;
	margin-bottom: 20px;
    margin-top: 0;
}
.ocmp-blog-single .ocmp-post-content{
	margin:15px 0;
}
.ocmp-blog-single .author-info{
	padding:15px;
	width:100%;
	border:1px solid #eeeeee;
	display:table;
	margin-bottom:15px;
}
.ocmp-blog-single .author-info .author-name{
	width:100%;
	display:inline-block;
}
.ocmp-blog-single .author-info .avtar-rouded{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border:1px solid #eeeeee;
	padding:5px;
	box-shadow:0px 0px 4px 2px #eeeeee;
	-webkit-box-shadow:0px 0px 4px 2px #eeeeee;
	-moz-box-shadow:0px 0px 4px 2px #eeeeee;
	-ms-box-shadow:0px 0px 4px 2px #eeeeee;
}
.share-social a{
	cursor:pointer;
}
/* Blog  Info - Related Blogs */
.blog-related{
	padding:15px 0;
	width:100%;
	border:1px solid #eeeeee;
	display:table;
	margin-bottom:15px;	
}
.blog-related h3{
	margin: 8px 0;
	font-size:15px;
	font-weight:16px;
	min-height:60px
}
/* Blog  Info - Comment Box */
.comment-box{
	padding:15px;
	width:100%;
	border:1px solid #eeeeee;
	display:table;	
}
#comment .media+.media {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}
#comment-form label.control-label{
	font-weight:bold;
}
#comment-form .padding-left{
	padding-left:0;
}
#comment-form .padding-right{
	padding-right:0;
}
#comment-form input, #comment-form textarea{
	border:1px sold #ededed;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
}

/**************** 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: 992px) {
    .ocmp-blog-wrap:before {
        left: 6%;
    }
    .blog-template.ocmp-blog-template.blog-wrap.even_class {
        margin-top: 0 !important;
    }

    .blog-template.ocmp-blog-template.blog-wrap:nth-of-type(n) .post_thumb:before {
        left: -68px;
        right: auto;
    }
    .ocmp-blog-template.blog-wrap.odd_class .post_content_wrap:before,
    .ocmp-blog-template.blog-wrap.odd_class .post_content_wrap:after {
        left: -8px;
        border-right: 8px solid #000000;
        border-left: none !important;
        right: auto;
    }
    .datetime {
        height: 60px;
        width: 60px;
    }
     .datetime .month {
        font-size: 14px;
    }
     .datetime .date {
        font-size: 20px;
    }
    .blog-wrap.odd_class .datetime,
    .blog-wrap.even_class .datetime {
        left: inherit;
        right: -30px;
    }
    .blog-template.ocmp-blog-template.blog-wrap:nth-of-type(2) {
        margin-top: 0;
        padding-top: 45px;
    }
    .ocmp-blog-template.blog-wrap.odd_class .post_content_wrap {
        float: left;
    }
}
	
@media screen and (min-width: 992px){
	.ocmp-blog-template:nth-child(2n) .box-left {
		float: right;
	}
	.box-left{
		padding-left:0;
		padding-right:0;
	}
	.box-right{
		padding-left:0;
		padding-right:0;
	}
}