  p {
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 400;
      color: #7a7a7a;
      line-height: 30px;
  }
  a {
      text-decoration: none!important;
      display: inline-block;
  }
  
  /* Blog Posts */
  
  .blog-posts .blog-post {
      margin-bottom: 30px;
  }
  
  .blog-posts .blog-thumb img {
      width: 100%;
      overflow: hidden;
  }
  
  .blog-posts .down-content {
      padding: 25px;
      border-right: 1px solid #eee;
      border-left: 1px solid #eee;
      border-bottom: 1px solid #eee;
  }
  
  .blog-posts .down-content span {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 900;
      color: #efca42;
  }
  .blog-posts .down-content a {
      display: block;
  }
  .blog-posts .down-content h4 {
      font-size: 24px;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      font-weight: 900;
      color: #20232e;
      margin: 10px 0px 12px 0px;
  }
  
  .blog-posts .down-content ul.post-info li {
      display: inline-block;
      margin-right: 8px;
  }
  
  .blog-posts .down-content ul.post-info li:after {
      content: '|';
      color: #aaa;
      margin-left: 8px;
  }
  
  .blog-posts .down-content h4 {
      font-size: 20px;
      letter-spacing: 0.25px;
  }
  
  .grid-system .down-content ul.post-info li {
      margin-right: 3px;
  }
  
  .grid-system .down-content ul.post-info li:after {
      margin-left: 5px;
  }
  
  .blog-posts .down-content ul.post-info li:last-child::after {
      display: none;
  }
  
  .blog-posts .down-content ul.post-info li a {
      font-size: 14px;
      color: #aaa;
      font-weight: 400;
      transition: all .3s;
      display: inline-block;
  }
  
  .blog-posts .down-content ul.post-info li a:hover {
      color: #efca42;
  }
  
  .blog-posts .down-content p {
      padding: 15px 0px;
      margin: 25px 0px;
      margin-bottom: 0;
      padding-bottom: 0;
      border-top: 1px solid #eee;
      /* border-bottom: 1px solid #eee; */
  }
  
  .blog-posts .down-content ul.post-share {
      text-align: right;
  }
  
  .blog-posts .down-content ul.post-tags li,
  .blog-posts .down-content ul.post-share li {
      display: inline-block;
  }
  
  .blog-posts .down-content ul.post-tags li:first-child i,
  .blog-posts .down-content ul.post-share li:first-child i {
      color: #efca42;
      margin-right: 5px;
  }
  
  .blog-posts .down-content ul.post-tags li,
  .blog-posts .down-content ul.post-share li {
      color: #aaa;
  }
  
  .blog-posts .down-content ul.post-tags li a,
  .blog-posts .down-content ul.post-share li a {
      font-size: 14px;
      color: #aaa;
      font-weight: 400;
      transition: all .3s;
  }
  
  .blog-posts .down-content ul.post-tags li a:hover,
  .blog-posts .down-content ul.post-share li a:hover {
      color: #efca42;
  }
  
  .blog-posts .main-button a {
      height: 60px;
      line-height: 60px;
      padding: 0px;
      width: 100%;
      text-align: center;
  }
  
  ul.page-numbers {
      text-align: center;
  }
  
  ul.page-numbers li {
      display: inline-block;
      margin: 0px 5px;
  }
  
  ul.page-numbers li a {
      width: 50px;
      height: 50px;
      display: inline-block;
      text-align: center;
      line-height: 50px;
      font-size: 15px;
      color: #7a7a7a;
      border: 1px solid #eee;
      font-weight: 500;
      transition: all 0.3s;
  }
  
  ul.page-numbers li.active a {
      background-color: #efca42;
      border-color: #efca42;
      color: #fff;
  }
  
  ul.page-numbers li a:hover {
      color: #efca42;
  }
  
  .blog-posts .sidebar-heading h2 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.5px;
      color: #20232e;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 25px;
  }
  
  .blog-posts .comments {
      margin-top: 30px;
  }
  
  .blog-posts .comments ul li {
      display: inline-block;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
  }
  
  .blog-posts .comments ul li.replied {
      padding-left: 30px;
  }
  
  .blog-posts .comments ul li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none;
  }
  
  .blog-posts .comments ul li .author-thumb {
      display: inline;
      float: left;
  }
  
  .blog-posts .comments ul li .author-thumb img {
      max-width: 100px;
      display: inline;
  }
  
  .blog-posts .comments ul li .right-content {
      margin-left: 130px;
  }
  
  .blog-posts .comments ul li .right-content h4 {
      color: #20232e;
      font-size: 19px;
      font-weight: 900;
      letter-spacing: 0.5px;
  }
  
  .blog-posts .comments ul li .right-content h4 span {
      font-size: 14px;
      color: #aaa;
      font-weight: 400;
      letter-spacing: 0.25px;
      margin-left: 20px;
  }
  
  .blog-posts .submit-comment {
      margin-top: 60px;
  }
  
  .blog-posts .submit-comment input {
      width: 100%;
      height: 46px;
      border: 1px solid #eee;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500;
      color: #7a7a7a;
      outline: none;
      padding: 0px 15px;
      margin-bottom: 30px;
  }
  
  .blog-posts .submit-comment textarea {
      width: 100%;
      height: 46px;
      border: 1px solid #eee;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500;
      color: #7a7a7a;
      outline: none;
      padding: 10px 15px;
      margin-bottom: 30px;
      height: 180px;
      max-height: 220px;
      max-width: 100%;
      min-width: 160px;
  }
  
  .blog-posts .submit-comment input::placeholder,
  .blog-posts .submit-comment textarea::placeholder {
      color: #aaa;
  }
  
  .blog-posts .submit-comment button {
      display: inline-block;
      background-color: #efca42;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      padding: 12px 20px;
      text-transform: uppercase;
      transition: all .3s;
      border: none;
      outline: none;
  }
  
  .blog-posts .submit-comment button:hover {
      background-color: #fb9857;
  }
  
  /* Sidebar */
  
  .sidebar {
      margin-left: 30px;
  }
  
  .sidebar .sidebar-item {
      margin-top: 50px;
  }
  
  .sidebar .search {
      margin-top: 0px;
  }
  
  .sidebar .sidebar-heading h2 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.5px;
      color: #20232e;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 25px;
  }
  
  .sidebar .search input {
      width: 100%;
      height: 50px;
      border: 1px solid #eee;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500;
      color: #7a7a7a;
      outline: none;
      padding: 0px 15px;
  }
  
  .sidebar .search input::placeholder {
      color: #aaa;
  }
  
  .sidebar .recent-posts ul li {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #eee;
  }
  
  .sidebar .recent-posts ul li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none;
  }
  
  .sidebar .recent-posts ul li h5 {
      font-size: 19px;
      font-weight: 900;
      color: #20232e;
      line-height: 30px;
      transition: all 0.3s;
  }
  
  .sidebar .recent-posts ul li h5:hover {
      color: #efca42;
  }
  
  .sidebar .recent-posts ul li span {
      display: block;
      font-size: 14px;
      color: #aaa;
      margin-top: 8px;
  }
  
  .sidebar .categories ul li {
      margin-bottom: 15px;
  }
  
  .sidebar .categories ul li:last-child {
      margin-bottom: 0px;
  }
  
  .sidebar .categories ul li a {
      font-size: 15px;
      font-weight: 700;
      color: #20232e;
      transition: all .3s;
  }
  
  .sidebar .categories ul li a:hover {
      color: #efca42;
  }
  
  .sidebar .tags ul li {
      margin-right: 6px;
      display: inline-block;
  }
  
  .sidebar .tags ul li {
      margin-bottom: 10px;
  }
  
  .sidebar .tags ul li a {
      font-size: 15px;
      font-weight: 500;
      color: #aaa;
      display: inline-block;
      border: 1px solid #eee;
      padding: 10px 18px;
      transition: all .3s;
  }
  
  .sidebar .tags ul li a:hover {
      background-color: #efca42;
      border-color: #efca42;
      color: #fff;
  }
  

 
  @media (max-width: 992px) {
     
      .sidebar {
          margin-left: 0px;
          margin-top: 60px;
          padding-top: 60px;
          border-top: 3px solid #f7f7f7;
      }
      .contact-us .contact-information {
          margin-left: 0px;
          margin-top: 60px;
      }
  }