  
  /*--------------------------------------------------------------------------
+	BLOG PAGE WITH SEARCH SIDEBAR  *MEDIA QUERY*
--------------------------------------------------------------------------*/

  @media screen and (max-width:991px){
      .blog_sidebar{
        text-align: center;
      }
    }
  
  
  @media screen and (min-width:767px){

    .blog_sidebar ul {
      list-style-type: none;
      margin-left: 0;
      padding-left:2rem;
      
    }
  
  
    .blog_sidebar  ul li::before {
      content: "\2022";
      color: var(--txt_success_green);
      font-size: 1.4rem;
      font-weight: bold;
      display: inline-block; 
      width: 1em;
      margin-left: -1em;
    }

  }