﻿/* ===========================
--- Blog Section
============================ */
.blog-list {
  /*float: left;*/
  /*width: 32%;*/
  /*margin-right: 2%;*/
  background: #FFF;
  text-decoration: none;
  color: #333;
  display: block;
  margin-bottom: 30px;
}

  .blog-list .blog-image img {
    width: 100%;
  }

  .blog-list:hover {
    color: #333;
  }

  .blog-list:nth-child(3n) {
    margin-right: 0;
  }

  .blog-list h3 {
    font-size: 14px;
    margin: 0 0 5px;
    text-align: center;
    line-height: 30px;
  }

  .blog-list .blog-excerpt {
    padding: 0 15px 50px;
    border-bottom: 3px solid #168078;
    position: relative;
    background: #fff7f7;
  }

    .blog-list .blog-excerpt .posted-date {
      font-size: 13px;
      /*font-style: italic;*/
      margin-bottom: 5px;
      margin-top: 5px;
      color: #168078;
    }

      .blog-list .blog-excerpt .posted-date .fa {
        margin-right: 5px;
      }

    .blog-list .blog-excerpt span {
      background: #168078;
      color: #FFF;
      display: inline-block;
      position: absolute;
      bottom: 0;
      /*right: 10px;*/
      left: 10px;
      padding: 8px 15px;
      font-size: 14px;
    }


.btn-wrap {
  text-align: center;
  margin-top: 70px;
}

.blog-list:hover .blog-excerpt span {
  background: #333;
}

.blog-list:hover .blog-excerpt {
  border-color: #333;
}

.CustomClass {
  background: #168078;
  color: #FFF;
  display: inline-block;
  /*position: absolute;*/
  bottom: 0;
  /*right: 10px;*/
  left: 10px;
  padding: 8px 15px;
  font-size: 14px;
  margin-bottom: 20px;
}

  .CustomClass:hover {
    background: #333;
  }

.CustomClass2 {
  background: #168078;
  color: #FFF;
  display: inline-block;
  /*position: absolute;*/
  bottom: 0;
  /*right: 10px;*/
  left: 10px;
  padding: 7px 7px;
  font-size: 14px;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
}

  .CustomClass2:hover {
    background: #333;
  }



/* ===========================
--- Blog Details
============================ */

.PostDetails a{
  color: #ff6a00 !important;
  padding: 0 5px;
}
.PostDetails a:hover{
  color: #fbfbfb !important;
  background-color: #ff6a00 !important;
}
