@import url("https://fonts.googleapis.com/css?family=Rokkitt");
#blog_listing {
  margin-bottom: 20px;
}

#blog_listing .owl-wrapper-outer, .featured_slider .owl-wrapper-outer {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.blog_item {
  padding: 0px;
  margin: 0px;
}

.blog_post:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  box-shadow: 6px -77px 56px -6px rgba(0, 0, 0, .45) inset;
}

.blog_post p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  z-index: 99;
  font-family: Rokkitt;
  font-size: 18px;
  padding: 0 3px 5px 7px;
  margin: 0px;
  line-height: 20px;
}

.categoryimage {
  position: relative;
}

.categoryimage p {
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  left: 0px;
  bottom: 10px;
  padding: 2px 10px;
  color: #fff;
  font-family: Rokkitt;
  text-transform: uppercase;
  font-size: 16px;
}

.share-icon {
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.share-icon span a {
  margin: 0 5px;
  color: #000;
}

.blog_search input {
  border-radius: 0px;
  border: 3px solid #dadada;
}

.blog_search .btn {
  border-radius: 0px;
}

.sidecategory li {
  background-color: #eeeeee;
  margin-bottom: 10px;
}

.sidecategory li a, .sidecategory li a:hover {
  color: #151515;
  text-decoration: none;
}

.sidecategory li a p, .sidecategory li a:hover p {
  text-transform: uppercase;
  padding: 8px;
  margin: 0px;
}

.sidecategory li a p span, .sidecategory li a:hover p span {
  background-color: #d0d0d0;
  font-weight: bold;
  margin: -8px;
  padding: 8px;
  width:40px;
  text-align:center;
}

.sideblog {
  margin-bottom: 20px;
}

.sideblog .sideimage {
  float: left;
  width: 40%;
}

.sideblog .sidecontent {
  float: right;
  width: 55%;
}

.sideblog .sidecontent .sidecategory, .sideblog .sidecontent .sidecategory:hover {
  color: #717171;
  text-decoration: none;
  font-style: italic;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}

.sideblog .sidecontent .sidecategory p, .sideblog .sidecontent .sidecategory:hover p {
  margin: 0px;
}

.sideblog .sidecontent .sidetitle, .sideblog .sidecontent .sidetitle:hover {
  font-size: 13px;
  text-decoration: none;
  color: #151515;
}

.blog_layout article {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px #ccc;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #fff;
   margin: 10px;
}

.blog_layout article .blog_image {
  background-color: #999;
  margin: -15px;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  margin-top: -45px;
}

.blog_layout article .blog_content {
  margin-top: 45px;
  position: relative;
}

.blog_layout article .blog_content .author {
  position: absolute;
  right: 20px;
  top: -65px;
}

.blog_layout article .blog_content .author i {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #219ac8;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.blog_layout article .blog_content .category_date {
  font-style: italic;
  color: #717171;
  font-size: 13px;
}

.blog_layout article .blog_content .category_date a, .blog_layout article .blog_content .category_date a:hover {
  margin-right: 8px;
  color: #717171;
  text-decoration: none;
}

.blog_layout article .blog_content .category_date span:before {
  content: "/";
  margin-right: 8px;
}

.blog_layout article .blog_content .blog_title a, .blog_layout article .blog_content .blog_title a:hover {
  font-size: 16px;
  color: #151515;
  text-decoration: none;
}

.blog_layout article .blog_content .blog_des {
  color: #909090;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 25px;
}

.blog_layout article .blog_content .readmore, .blog_layout article .blog_content .readmore:hover {
  padding: 4px 10px;
  border: 1px solid #909090;
  border-radius: 4px;
  color: #909090;
  text-decoration: none;
}

.blog_layout article .blog_content .blogcomments {
  color: #787878;
}

.blog_layout article .blog_content .blogcomments i {
  margin-right: 7px;
}
/* Post Page */

.post_layout h1{
	font-family:Rokkitt;
}
.author_like_comment span{
	margin-right: 15px;
	color: #717171;
}
.author_like_comment span i{
	margin-right: 7px;
}

.likebtn{
    background: skyblue;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
	cursor: pointer;
	color:#fff;
	margin:30px auto;
}

.likebtn i{
    color: #151515;
    z-index: 99;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    font-size: 24px;
}
.likebtn:after, .likebtn:before{
	content: "";
	width:60px;
	height:60px;
	background: skyblue;
	position:absolute;
	top:0;
	left:0;
}
.likebtn:after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.likebtn:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.post_layout .nav-tabs{
	background-color:#f1f1f1;
	border:0px;
	margin:0px;
}

.post_layout .nav-tabs>li>a{
	color:#151515;
}

.post_layout .nav-tabs>li.active>a, .post_layout .nav-tabs>li.active>a:focus, .post_layout .nav-tabs>li.active>a:hover{
	background:none;
	border:0px;
	border-radius:0px;
	background-color: #ccc;
}

.post_layout .tab-pane{
	padding:0 15px;
	border:1px solid #ccc;
}

.post_layout .comment_box{
	margin: 15px 0;
}

.post_layout .wcomments{
	margin: 10px 0;
}

.post_layout .wcomments .author{
	font-weight:bold;
	font-size: 16px
}
.post_layout .wcomments .author span{
	font-weight:normal;
	font-style:italic;
	font-size:13px;
}
.post_layout .user_pic{
	width: 80px;
	margin:0 auto;
}
.wcategory{
	margin-bottom:15px;
}