body {
  padding: 0;
  margin: 0;
  color: #4a4a4a;
  font-family: "Inter", "sans-serif";
}
.header {
  height: 57px;
  width: 100%;
  background-color: #fde937;
}
.stealthex-breadcrumbs {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.🍞,
.bread {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.🍞 li,
.bread li {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}
.🍞 li.crumb a,
.bread li.crumb a {
  color: #1e1e1e;
  font-size: 14px;
}
.🍞 li.crumb a span,
.bread li.crumb a span {
  font-size: inherit;
}
.🍞 li.crumb:last-child a,
.bread li.crumb:last-child a {
  text-decoration: none;
  pointer-events: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b0b0b0;
}
.stealthex-breadcrumbs svg {
  height: 7px;
  width: 8px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.post-date {
  display: none;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-menu {
  margin-left: 8px;
}
.header-menu a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0;
}
.header-menu a:active,
.header-menu a:hover {
  color: #000;
}
.logo {
  width: 162px;
  height: 50px;
  margin-top: 4px;
}
.content {
  width: 100%;
  min-height: calc(100vh - 114px);
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  background-size: 90em;
}
.hero {
  padding: 20px 0 10px 0;
}
.text-input {
  width: 220px;
  height: 27px;
  border-radius: 20px !important;
  outline: 0;
  border: 1px solid #979797 !important;
  padding-left: 20px !important;
  font-size: 14px;
  color: #4a4a4a !important;
}
.post-item {
  display: flex;
  padding: 15px !important;
  margin-bottom: 20px;
}
.post-item-row {
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #dadada;
}
.post-thumbnail {
  width: 100%;
  height: 195px;
  border-radius: 7px;
}
.post-title > a {
  color: #4a4a4a !important;
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: center;
  flex: 1;
}
.pagination li,
.pagination-list-item {
  display: block;
}
.pagination li a,
.pagination-list-item a {
  box-sizing: border-box;
  padding: 0 5px;
  background-color: #fde937;
  font-size: 16px;
  font-weight: 700;
  min-width: 35px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  outline: 0;
  text-decoration: none;
}
.pagination li a:hover,
.pagination-list-item a:hover,
.pagination-list-item.active a {
  color: #fff;
  background-color: #4a4a4a;
  cursor: pointer;
}
.pagination-list-item > .current {
  color: #fff;
  background-color: #4a4a4a;
}
.pagination-list {
  list-style: none;
  display: flex;
  margin: 10px 0 30px 0;
}
.footer {
  background-color: #4a4a4a;
  width: 100%;
  height: 57px;
}
.footer > .container {
  height: 100%;
}
.footer > .container > .row {
  height: 100%;
  align-items: center;
}
.copyright {
  color: #fff;
  margin: 0;
}
.social-list {
  display: flex;
  justify-content: flex-end;
}
.social-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
.social-item {
  display: block;
  margin: 0 22px 0 0;
  padding: 0;
}
.social-link {
  display: block;
  width: 30px;
  height: 30px;
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  text-indent: -9999999px;
}
.social-link:active,
.social-link:hover {
  background-color: #fde937;
}
.social-youtube {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/youtube.svg);
}
.social-twitter {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/twitter.svg);
}
.social-reddit {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/reddit.svg);
}
.social-facebook {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/facebook.svg);
}
.social-medium {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/medium.svg);
}
.social-instagram {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/instagram.svg);
}
.social-telegram {
  background-image: url(/blog/wp-content/themes/Archive/css/../assets/images/social/telegram.svg);
}
.article-block {
  padding: 50px 15px 15px 15px !important;
}
.article-block > .article-block-row {
  padding: 20px;
  background: #fff;
}
.article-block > .article-block-row > .post-thumbnail {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.article-block-row > p {
  line-height: 22px;
}
.article-block-row > .post-preview {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.article-block-row > .post-preview > .post-preview-image {
  width: 50%;
  height: 230px;
  background-color: #f5a623;
  border-radius: 7px;
}
.popular-articles-block {
  margin-top: 30px;
  padding: 0 !important;
}
.popular-articles-block > .title {
  margin: 0;
  padding: 20px;
}
.popular-articles-block > .article-item {
  padding: 15px;
  display: flex;
  align-items: center;
}
.popular-articles-block > .article-item:hover {
  cursor: pointer;
  background-color: #ccc;
}
.popular-articles-block > .article-item > .article-item-label {
  margin: 0;
  color: #4a4a4a;
  text-decoration: none;
}
.comments-block {
  padding: 10px 15px 15px 15px !important;
}
.comments-block > .comments-block-row {
  padding: 20px;
  background: #fff;
}
.comments-block > .comments-block-row > .comments-title {
  margin-top: 0;
}
.comment-form-comment > #comment {
  resize: none;
  outline: 0;
  padding: 15px;
  margin-top: 10px;
}
.form-submit > #submit {
  background-color: #fde937;
  border: 1px solid #ccc;
  color: #4a4a4a;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}
.form-submit > #submit:hover {
  cursor: pointer;
  border: 1px solid #000;
}
.comment-author {
  display: flex;
}
.comment-author > .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.comment-metadata {
  margin-top: 20px;
}
.comment-metadata > a {
  color: #4a4a4a;
}
.comments-block > .edit-link {
  margin-left: 10px;
}
.comments-block > .edit-link > a {
  color: #4a4a4a;
}
.comment-content > p {
  font-size: 20px;
  color: #4a4a4a;
}
.comment-list > .comment {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #4a4a4a;
}
.logged-in-as > a {
  color: #4a4a4a;
}
.text-input {
  width: 220px;
}
.no-results {
  padding: 15px;
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
}
.no-results form {
  display: flex;
}
.no-results form > .search-submit {
  background-color: #fde937;
  border: 1px solid #ccc;
  color: #4a4a4a;
  outline: 0;
  font-size: 14px;
  line-height: 3px;
  margin-left: 10px;
  outline: 0;
}
@media (min-width: 768px) {
  .hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .hero .text-input {
    margin-left: 15px;
  }
}
