.postWrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  clear: both; }

.postBanner {
  position: relative;
  margin-bottom: 20px; }
  .postBanner .blog-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 0 1px 1px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .postBanner .blog-mask .mask-content {
      position: absolute;
      left: 50%;
      margin-left: -65px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .postBanner .blog-mask .mask-content a {
        color: #fff;
        display: inline-block;
        width: 44px;
        height: 44px;
        padding: 0;
        position: relative;
        font-size: 28px;
        margin: 0 10px;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        .postBanner .blog-mask .mask-content a i {
          line-height: 34px;
          font-style: normal; }
          .postBanner .blog-mask .mask-content a i:before {
            font-family: "FontAwesome"; }
        .postBanner .blog-mask .mask-content a:after {
          content: "";
          -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
          -webkit-transition: opacity 0.3s, box-shadow 0.3s;
          transition: opacity 0.3s, box-shadow 0.3s;
          pointer-events: none;
          position: absolute;
          width: 22px;
          height: 26px;
          left: 26px;
          bottom: -4px;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box; }
        .postBanner .blog-mask .mask-content a:hover {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.6);
          opacity: 1;
          filter: alpha(opacity=100);
          color: #fff; }
          .postBanner .blog-mask .mask-content a:hover:after {
            opacity: 0.85;
            filter: alpha(opacity=85);
            -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6); }
  .postBanner:hover .blog-mask {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: rgba(255, 255, 255, 0.6); }

.postWrapper .post-title {
  margin-bottom: 0; }
  .postWrapper .post-title a {
    font-size: 20px; }
.postWrapper .post-info {
  margin-bottom: 30px; }
  .postWrapper .post-info strong {
    font-weight: normal; }
  .postWrapper .post-info .posted-in .last {
    display: none; }
.postWrapper .postContent {
  line-height: 1.8; }
  .postWrapper .postContent p {
    margin-bottom: 5px; }
  .postWrapper .postContent .more-link {
    line-height: 1;
    display: block;
    text-align: center; }
  .postWrapper .postContent .read-more {
    margin-top: 20px; }
.postWrapper.post-single {
  margin-bottom: 20px; }

.comments-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }

.commentWrapper {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .commentWrapper .comment-heading {
    margin-bottom: 10px;
    position: relative; }
    .commentWrapper .comment-heading .comment-avatar {
      float: left;
      width: 70px;
      margin-right: 30px;
      margin-bottom: 10px; }
    .commentWrapper .comment-heading .author-name {
      margin-right: 5px;
      margin-top: 10px;
      display: inline-block; }
  .commentWrapper .comment-content p {
    margin-bottom: 10px; }

.post-comments .comment-area {
  height: 150px;
  width: 100%; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-link:before {
  content: "\f0c1"; }

.postError {
  font-size: 16px; }

.tags {
  font-weight: bold;
  padding-bottom: 10px; }
  .tags UL {
    display: inline; }
    .tags UL LI {
      font-weight: normal;
      display: inline;
      padding-right: 6px; }
  .tags h4 {
    font-size: 12px;
    font-weight: bold; }

.menu-categories {
  margin: 5px 9px; }
  .menu-categories h5 {
    font-size: 11px; }

.menu-recent {
  margin: 5px 9px; }
  .menu-recent h5 {
    font-size: 11px; }

.postWrapper .poster {
  display: inline; }

.input-box.aw-blog-comment-area {
  width: 100%; }

.widget-latest li {
  font-size: 12px;
  padding: 5px 10px; }

.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px; }

A.smartwaveblog_current_comment {
  text-decoration: none;
  font-weight: bold; }
