.blog_post {
  margin-top: 30px;
}
.blog-wrapper {
  margin-bottom: 30px;
}
.center_column {
  margin-bottom: 30px;
}
.blog_post .sortPagiBar {
  margin-bottom: 10px;
}
#columns {
  padding-top: 16px;
  padding-bottom: 30px;
}
.tree-menu li {
  line-height: 24px;
}
.tree-menu > li > ul {
  padding-left: 17px;
  display: none;
}
.tree-menu > li > ul > li {
  border-bottom: 1px dotted #eaeaea;
}
.tree-menu > li > ul > li:last-child {
  border: none;
}
.tree-menu > li > ul > li > span:before {
  content: "\f0da";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
}
/*--------------

16.1 Left column

*/
.sidebar .blog-module {
  margin-bottom: 30px;
  overflow: hidden;
}
.sidebar .blog-module .owl-dots {
  bottom: 5px;
}
.sidebar .blog-module:last-child {
  margin-bottom: 0;
}
.sidebar .blog-module img {
  margin: 0 auto;
}
.sidebar .block {
  border: 1px solid #eaeaea;
  background: #fff;
}
.sidebar .block .title_block {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 12px 14px;
  text-transform: uppercase;
}
.sidebar .block .block_content {
  padding: 14px 14px 15px;
}
.layered .layered_subtitle {
  color: #666;
  font-size: 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.layered .layered-content {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.layered .layered-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.layered .layered-content:first-child {}
.layered-category .layered-content {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.image-hover2 a {
  position: relative;
  display: table;
}
.image-hover2 a:after {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.image-hover2 a:before {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.image-hover2 a:hover:after {
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.image-hover2 a:hover:before {
  opacity: 1;
}
/* ----------------

 [20. Bolog page]

 */
.blog-posts {
  line-height: 22px;
  margin: auto -15px;
  font-size: 13px;
}
a.read-more {
  color: #df3737;
}
.blog-posts .post-item {
  padding-bottom: 15px;
  padding-top: 25px;
  list-style: outside none none;
}
.center_column .blog-posts .post-item {
  border-bottom: 1px #ddd solid;
}
#center_column ul {
  padding: 0px;
  margin: 0px;
}
.blog-posts.blog-wrapper .post-item {
  border: none;
}
.blog-posts.blog-wrapper h3 {
  margin-top: 15px;
}
.blog-posts .post-item:last-child {
  border-bottom: 0px solid #eaeaea;
  padding-bottom: 10px;
}
.blog-posts .post-item .entry-meta-data {
  padding: 5px 0;
  color: #666;
  font-size: 13px;
}
.blog-posts .post-item .entry-meta-data span {
  margin-right: 12px;
  border-right: 1px #ddd solid;
  padding-right: 10px;
}
.blog-posts .post-item .entry-meta-data span:last-child {
  margin-right: 12px;
  border-right: 0px #ddd solid;
  padding-right: 10px;
}
.blog-posts .post-item .entry-meta-data .author .fa {
  opacity: 0.7;
}
.blog-posts .post-item .entry-meta-data .fa {
  line-height: inherit;
}
.blog-posts .post-item .entry-more a {
  background: #fff;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: inherit;
  border-radius: 0;
  transition: all 0.4s ease-out 0s;
  text-transform: capitalize;
}
.blog-posts .post-item .entry-more {
  margin-top: 15px;
}
.blog-posts .post-item .entry-more a:hover {
  color: #f05e18;
}
/** post sidebar **/
.blog-list-sidebar li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.blog-list-sidebar li:last-child {
  border: none;
  margin-bottom: 0px;
}
.blog-list-sidebar li .post-thumb {
  width: 80px;
  float: left;
  padding: 4px;
}
.blog-list-sidebar li .post-info {
  margin-left: 90px;
  color: #999;
}
.blog-list-sidebar li .post-info .post-meta {
  font-size: 12px;
  margin-top: 5px;
}
.blog-list-sidebar li .post-info .fa {
  line-height: inherit;
}
/* Recent Comments*/
.recent-comment-list li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.recent-comment-list li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.recent-comment-list li .author {
  color: #666;
  margin-bottom: 0px;
  font-size: 13px;
}
.recent-comment-list li .author a {
  font-weight: 600;
  color: #df3737;
}
.recent-comment-list li .comment {
  margin-top: 5px;
  color: #666;
  font-size: 13px;
}
.recent-comment-list li > h5 > a {
  color: #333;
  font-size: 14px;
}
/** Blog detail **/
.entry-detail {
  font-size: 15px;
}
.entry-detail .page-title h1 {
  text-transform: capitalize;
  font-size: 26px;
  outline: none;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
  display: block;
}
.entry-title a {
  font-size: 20px;
  overflow: hidden;
  padding: 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #22221e;
}
.entry-thumb {
  margin-bottom: 12px;
}
#related-posts .entry-title a {
  font-size: 15px;
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px 8px;
}
#related-posts .product-item .entry-thumb img {
  width: 100%;
}
#related-posts article.entry {
  text-align: center;
}
#related-posts .comment-count {
  margin-right: 6px;
}
#related-posts .entry-meta-data {
  margin-bottom: 22px;
  display: inline-block;
  width: 100%;
}
#related-posts .entry-more a {
  padding: 8px 16px;
  border: 2px solid #ddd;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
#related-posts .entry-more a:hover {
  border: 2px solid #1fc0a0;
  background: #1fc0a0;
  color: #fff;
}
#related-posts .entry-more {
  display: inline-block;
}
.entry-detail .entry-meta-data {
  padding: 12px 0px 0px;
  color: #666;
}
.entry-detail .entry-meta-data .fa {
  line-height: inherit;
}
.entry-detail .entry-meta-data span {
  margin-right: 10px;
}
.entry-detail .entry-meta-data .author .fa {
  opacity: 0.7;
}
.entry-detail .entry-meta-data .rating {
  float: right;
}
.entry-detail .entry-meta-data .post-star span {
  margin: 0;
}
.entry-tags span {
  text-transform: uppercase;
}
/*      Blockquotes  */
blockquote, blockquote p {
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  display: block;
  position: absolute;
  left: 14px;
  top: 10px;
  font-family: FontAwesome;
  font-size: 35px;
  line-height: 1em;
  color: #c2c2c2;
}
blockquote {
  margin: 0 0 20px;
  padding: 20px 20px 30px 67px;
  border-left: 3px solid #eaeaea;
  background: #fff;
}
.entry-info {
  padding-bottom: 10px;
  display: inline-block;
}
/** COMMMENT list**/
.single-box {
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 30px;
}
.single-box .product-flexslider {
  margin-bottom: 0px;
}
.single-box > h2 {
  border-bottom: 2px solid #e0e0e0;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 0 0 0px;
  outline: medium none;
  padding: 0 0 6px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
.comment-box {
  margin: 35px 0px;
}
.comment-list {
  margin-top: 20px;
}
.comment-list ul {
  padding-left: 40px;
}
.comment-list ul li {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  list-style: none;
}
.comment-list ul li:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.comment-list > ul {
  padding-left: 0;
  margin: auto;
}
.comment-list .avartar {
  width: 80px;
  float: left;
}
.comment-list .comment-body {
  margin-left: 90px;
}
.comment-list .comment-meta {
  color: #ccc;
  margin-bottom: 6px;
}
.comment-meta .date {
  color: #666;
}
.comment-list .comment-meta .author a {
  font-weight: bold;
}
.coment-form {
  margin-top: 20px;
}
.coment-form label {
  margin-top: 6px;
  margin-bottom: 4px;
  font-weight: 500;
}
.coment-form input, .coment-form textarea {
  border-radius: 0px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.coment-form .button {
  margin-top: 15px;
}
/**Related Posts**/
.related-posts {
  margin-top: 20px;
}
.related-posts .entry-thumb img {
  border: 1px solid #eaeaea;
}
.related-posts .entry-ci {
  margin-top: 10px;
}
.related-posts .entry-meta-data {
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}
.related-posts .entry-meta-data .fa {
  line-height: inherit;
}
.related-posts .entry-ci .entry-excerpt {
  padding: 10px 0;
}
.related-posts .entry-title {
  font-size: 14px;
}
.related-posts .owl-next {
  top: -31px;
}
.related-posts .owl-prev {
  top: -31px;
  left: inherit;
  right: 26px;
}
.blog-posts.blog-wrapper {
  margin: auto -15px;
  list-style: outside none none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list-sidebar li .post-info {
    color: #999;
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}