.show-search-result  {
  margin-bottom: 15px;
}

.show-search-result p {
  font-size: 13px;
}

.show-search-result span {
  font-weight: 700;
}

.nxs-archiveentries .nxs-title {
  margin-bottom: 5px;
}

.nxs-archiveentry {
  margin-bottom: 1rem;
}
/*
.nxs-archiveentries .no_results {
  font-style: italic;
}
*/
.nxs-archive-meta {
  margin-bottom: .5rem;
}

.nxs-archiveentry-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nxs-archive-meta {
  font-size:12px;
}

.nxs-archiveentry-row .info-wrapper, .nxs-archiveentry-row .nxs-image-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.nxs-archiveentry .nxs-default-p {
  padding-bottom:0px;
}

.nxs-search input {
    color: #222222;
}

.nxs-search select {
    color: #222222;
}

.nxs-search input:focus {
    color: #000000;
}

@media only screen and (max-width: 719px) {
  .nxs-archiveentry-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .nxs-image-wrapper {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 720px) {
  .nxs-archiveentry-row .nxs-image-wrapper {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .nxs-archiveentry-row .info-wrapper {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .show-search-result {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .show-search-result p {
    font-size: 15px;
  }
  .nxs-archive-meta {
    font-size:14px;
  }
  .nxs-archiveentry-row .info-wrapper-inner {
    padding-left: 2rem;
  }
  .nxs-archiveentry {
    margin-bottom: 2rem;
  }

  .nxs-archive-meta {
    margin-bottom: 1rem;
  }
  .nxs-archiveentries .nxs-title {
    margin-bottom: 15px;
  }
}
