.page-title .lower-box {
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 2px !important;
  }
  .page-title.style-two {
    padding: 0px 0px 12px 0px !important;
    padding-bottom: 162px;
  }	
  .page-title .lower-box .left-column .post-date h3 {
    background: #fdcb07 !important;
  }
  .post-info li a:hover {
    display: inline-block;
    color: #fdcb07 !important;
  }
  .share-box a:hover {
    color: #fdcb07 !important;
  }
  .blog-sidebar .widget-title::before {
    background: #fdcb07 !important;
  }
  .blog-sidebar .widget-title::after {
    background: #1f365c !important;
  }
  .blog-sidebar .category-widget .category-list li a:hover {
    color: #fdcb07 !important;
  }
  .blog-sidebar .post-widget .post h6 a:hover {
    color: #fdcb07 !important;
  }
  .post-thumb {
    background: #fdcb07 !important;
  }
.footer-top {
    position: relative;
    display: block;
    padding: 21px 0px 0px 0px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

/* single page*/
.page-title {
    position: relative;
    width: 100%;
    padding: 15px 0px 23px 0px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .blog-details-content .author-box {
    position: relative;
    display: block;
    background: #252638;
    border-radius: 5px;
    padding-top: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 4px !important;
    padding-left: 3px !important;
  }