    .archive-post {
      margin-bottom: 30px;
      display: block;
    }

    .archive-post .text {
      position: relative;
    }

    .archive-post .text p {
      margin-bottom: 30px;
    }

    .archive-post .meta {
      margin-top: -15px;
      line-height: 15px;
    }

    .archive-post .image img {
      display: block;
      width: 100%;
    }

    .archive-post:last-child {
      margin-bottom: 0;
    }

    #sidebar {
      padding-top: 45px;
      padding-bottom: 45px;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
    }

    #sidebar .widget-container {
      margin-bottom: 30px;
    }

    #sidebar .widget-container:last-child {
      margin-bottom: 0;
    }

    #open_sidebar {
      display: block;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: center;
    }

    @media screen and (max-width:986px) {
      #sidebar {
        overflow: hidden;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        margin: 0;
      }

      #sidebar.open {
        max-height: 1000px;
        padding-top: 45px;
        padding-bottom: 45px;
        opacity: 1;
        margin-bottom: 30px;
      }
    }