/*
Theme Name: Reblog Child
Version: 1.0.0
Template: reblog
Text Domain: reblog-child
*/

#main {
  margin-top: 30px;
}

#search-menu {
  display: block;
  float: none;
  min-width: 35%;
  margin: 0 auto 20px;
}

#search-menu form.search-form {
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 0 15px;
  background-color: #fff;
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

#search-menu input[type="search"] {
  background-color: #fff;
  border: 0;
  outline: 0;
}

#site-menu .search-menu {
  height: 0;
  overflow: hidden;
}

.post-count p{
  font-size: 20px;
  font-weight: bold;
  font-family: 'Raleway';
  color: #333;
  text-align: center;
}

.entry-meta .posted-on .entry-date {
  display: none;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .post-archive {
    margin: 30px -15px 60px;
  }
}

@media screen and (max-width: 1200px) {
  #search-menu {
    min-width: 40%;
  }
}

@media screen and (max-width: 1023px) {
  #search-menu {
    margin-bottom: 15px;
  }

  #search-menu {
    display: block;
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  .post-count{
    display: block;
    float: none;
    margin-left: 0;
  }

  .post-archive {
    margin-top: 15px;
  }
}

@media screen and (max-width: 567px) {
  .post-count p{
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
}