a {
  color: #CA9A67;
}

a:hover {
  color: #223F77;
}

.single_blog_widget .date_info {
  position: absolute;
  z-index: 3;
  top: 10px;
  /*left: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.single_blog_widget .date_info p {
  color: #FFF;
  background-color: rgba(10, 29, 53, 0.8);
  padding: 0 10px;
  text-transform: uppercase;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
}

@media (min-width: 800px) {
  #item_login {
  display:none;
  }
}

@media (max-width: 830px) {
  header {
    background-color: #223f77 !important;
  }
}

#st-1 {
  z-index: 10 !important;
}