
   #header-sliders{
     height: 40px;
     background-color: rgb(237, 237, 237);
     position: sticky;
     top: 0px;
     z-index: 9;
     margin-top: -5vh;
     margin-bottom: -10px;

   }
   .scroll-menu { 
     overflow-x: auto;
     white-space: nowrap;
     cursor: grab;
     box-sizing: border-box;
     border-radius: 10px;
     scroll-behavior: smooth;
     display: flex;
   }

   .scroll-menu::-webkit-scrollbar {
     display: none; 
   }
   .menu-item{
     flex: 0 0 auto;
     color: rgb(0, 0, 0);
     margin: 0 10px;
   }
 

#hide-section{
  margin-bottom: -100px;
  visibility: hidden;
}

#showSearchBtn{
  padding-top: 3px;
}
#hideSearchBtn{
  position: absolute;
}

#searchBar {
  position: relative;
  display: none;
  margin-right: 15px;
}
#searchBar input{
  width: 160px;
}
 
.post-meta a{

    font-family: "Noticia Text", serif;
    font-weight: 400;
    font-style: normal;
}
@media only screen and (min-width: 600px) {
  .Search-Form{
    visibility: hidden;
  }
  .logo{
    justify-content: center;
    display: flex;
  }
}
.post-date{
margin-top: -10px;
}
.post-meta{
  margin-top: -7px;
}
@media only screen and (max-width: 600px) {
  .Search-Form{
    visibility: visible;
  }
  .top-head-section {
    display: flex;
  }
  #header-sliders{
    margin-top: 0vh;
  }
  .post-meta h2 a{
font-size: 18px;
  }
}

@media only screen and (max-width: 420px) {
.top-head-section {
  margin-top: 10px;
}
.logo{
  justify-content: start;
}
.post-meta h2 a{
  font-size:12px;
    }
}


/* =========index-php-media ======== */
@media only screen and (min-width: 600px) {
  .post-meta h5 a{
   font-size: 25px;
  }
}
