  #post{
      padding: 120px 0 20px 0;
  }
  #post .title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    text-align: left;
  }
  #post .content p{
    font-size: 16px;
  }
  #post .banner{
    width: 100%;
    max-width: 600px;
  }
  #post .main-category{
    color: #ffffff;
    border: 1px solid #B1B5C3;
    padding: 5px 15px;
    border-radius: 40px;
    display: table;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #post .posted{
    color: #ffffff;
  }
  h1,h2,h3,h4,h5,h6{
    color: #ffffff;
    margin-bottom: 1em;
  }
  .article-content .post-content p,.article-contentli, .article-content  .post-content img{
    margin-bottom: 1em;
    font-size: 12px;
  }
  .article-content .post-content img{
    /* border: 1px solid #AD8B55;
    width: 100% !important; */
  }
  img.sidebarpost-banner {
    max-width: 145px;
  }
  .sidebarpost-featured_text {
    color: #B1B5C3;
    font-size: 14px;
  }
  .sidebar-title {
    background-color: #B0A48C;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0;
    font-size: 22px;
    
  }
  .post-sidebar .glass{
    border-radius: 0 0 16px 16px;
  }
  .post-sidebar .sidebar-title{
    border-radius: 16px 16px 0 0;
  }
  .post-sidebar .category {
    color: #B1B5C3;
    border: 1px solid #B1B5C3;
    padding: 5px 15px;
    border-radius: 40px;
    display: table;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
ul li{
    color: #B1B5C3;
}