/***
Blog Page
***/
/*--Block Article--*/
.blog-page {
  padding-bottom: 20px;
}

.blog-page h1 {
  margin-bottom: 20px;
}

.blog-page h2 a {
  color: #000;
}

.blog-page h2 a:hover {
  color: #0d638f;
  text-decoration: none;
}

.blog-page hr {
  margin-top: 10px !important;
}

.blog-page .article-block {
  padding-bottom: 20px;
}

.blog-page .news-img img {
  margin-top: 9px;
}

.blog-page .blog-tag-data ul {
  margin-bottom: 5px;
}

.blog-page .blog-tag-data li {
  padding: 0;
}

.blog-page .blog-tag-data li i {
  color: #78cff8;
}

.blog-page .blog-tag-data li a {
  padding: 0;
  color: #555;
  margin-right: 8px;
}

.blog-page .blog-tag-data {
  margin-bottom: 10px;
}

.blog-page .blog-tag-data ul.blog-tags a {
  background: #eee;
  padding: 1px 4px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

.blog-page .blog-tag-data ul.blog-tags a:hover {
  background: #ddd;
  text-decoration: none;
}

.blog-page .blog-tag-data .blog-tag-data-inner {
  text-align: right;
}

.blog-page .blog-tag-data img {
  margin-bottom: 12px;
}

.blog-page .blog-article {
  padding-bottom: 20px;
}

.blog-page .blog-article h3,
.blog-page .blog-article h2,
.blog-page .blog-article h1,
.blog-page .blog-article h4 {
  margin-top: 0;
}

.blog-page p{
	font-size: 14px;
}

/*--Block Sidebar--*/
.blog-sidebar h2 {
  font-size: 38.5px;
  margin-bottom: 20px;
}

/*Twitter block*/
.blog-twitter-block {
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
  border-right: solid 2px #ddd;
}

.blog-twitter-block:hover {
  background: #fafafa;
  border-color: #35aa47;
}

.blog-twitter-block a {
  color: #4d90fe;
}

.blog-twitter-block p {
  margin-bottom: 0;
}

.blog-twitter-block span {
  color: #555;
  display: block;
  font-size: 12px;
}

.blog-twitter-block i.blog-twiiter-icon {
  color: #eee;
  right: 10px;
  bottom: 10px;
  font-size: 30px;
  position: absolute;
}

/***
Blog & News Item Page
***/
/*--Media Object--*/
.blog-page .media img {
  height: 54px;
  position: relative;
  top: 3px;
  width: 54px;
}

.blog-page h4.media-heading {
  position: relative;
}

.blog-page h4.media-heading span {
  color: #777777;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
}

.blog-page h4.media-heading span a {
  color: #78cff8;
}

/*Post Comment*/
.blog-page .post-comment .color-red {
  color: #f00;
}

/*For Responsive*/
@media (max-width: 768px) {
  .blog-page .blog-tag-data .blog-tag-data-inner {
    text-align: left;
  }
}





/** North Theme**************************************************/
.bar {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
h1.bar-head {
font-size: 22px;
margin-bottom: 20px;
}

.bar ul.categories {
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

.category.bar ul.categories li:hover {
background: #fafafa;
}

.category.bar ul.categories li {
display: block;
width: 100%;
padding: 0;
border-bottom: 1px solid #f1f1f1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.bar ul.categories li:before {
font-family: 'FontAwesome';
content: "\f105";
font-weight: normal;
font-style: normal;
top: 0;
margin-left: 0;
color: #959494;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}


.bar ul.categories li a {
display: inline-block;
padding: 10px 10px 10px 5px;
color: #959494;
width: 90%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 14px;
}

.bar ul.categories li a:hover {
text-decoration: none;
outline: none;
}