@media only screen and (max-width: 1500px) {
  .header-content {
    padding: 12px 16px;
  }
}

@media only screen and (max-width: 1200px) {
  #site-content-wrapper:before {
    width: 500px;
    height: 250px;
  }
  .blogvy-express-posts .article-image img.wp-post-image,
  .blogvy-list-posts .blogvy-article-block-wrapper .article-image img,
  article.type-post .entry-image figure.featured-media img {
    transform: translateY(-50%) scale(1.2);
  }
  .site-footer .wrapper-footer {
    padding: 32px 16px;
  }
}

@media only screen and (max-width: 999px) {
  .header-content .sign-in {
    flex: 1;
    justify-content: flex-end;
  }
  .header-content .sign-in .login,
  .header-content .sign-in .sign-up {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .main-menu .main-menu-list li a {
    font-size: 14px;
  }
  #site-content-wrapper:before {
    width: 100%;
    height: 250px;
  }
  .header-content .site-logo {
    width: 80px;
  }
  .main-menu .main-menu-list {
    gap: 20px;
  }
  .header-content .sign-in .login {
    min-width: 60px;
  }
  .header-content .sign-in .sign-up {
    min-width: 75px;
  }
  .site-footer .wrapper-footer {
    display: flex;
    flex-flow: row wrap;
  }
  .site-footer .wrapper-footer .logo-footer {
    width: 100%;
    margin-bottom: 24px;
    gap: 12px;
  }
  .site-footer .wrapper-footer .item {
    width: 50%;
  }
  .copy-right {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  div#secondary {
    border-top: 1px solid #ccc;
  }
  .widget-content .widget-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .blog-load-posts-btn-wrapper {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .widget_rp4wp_related_posts_widget .widget-content ul > li,
  .blogvy-list-posts .blogvy-article-block-wrapper,
  .blogvy-express-posts .blogvy-article-block-wrapper,
  .blogvy-posts-lists:is(.blogvy-archive_style_1, .blogvy-archive_style_2) .blogvy-article-block-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .blogvy-express-posts .article-image,
  .blogvy-list-posts .blogvy-article-block-wrapper .article-image,
  .widget_rp4wp_related_posts_widget .widget-content .rp4wp-related-post-image,
  .widget_rp4wp_related_posts_widget
    .widget-content
    ul
    > li
    .blogvy-list-posts
    .blogvy-article-block-wrapper
    .article-image {
    flex-basis: 50%;
    height: 95px;
  }

  .blogvy-posts-lists:is(.blogvy-archive_style_1, .blogvy-archive_style_2) .blogvy-article-block-wrapper .entry-image {
    flex-basis: 50%;
    height: 110px;
  }
  .widget_rp4wp_related_posts_widget .widget-content .rp4wp-related-post-content,
  .blogvy-list-posts .article-details,
  .blogvy-express-posts .article-details,
  .blogvy-posts-lists:is(.blogvy-archive_style_1, .blogvy-archive_style_2)
    .blogvy-article-block-wrapper
    .entry-image
    + .entry-details {
    flex-basis: 50%;
  }
  .widget_rp4wp_related_posts_widget .widget-content ul > li {
    margin-bottom: 20px;
  }
  .widget_rp4wp_related_posts_widget .widget-content .rp4wp-related-post-content {
    margin: 0;
  }
  #site-content-wrapper:before {
    height: 220px;
  }
  .error404 #site-content {
    padding: 60px 2rem 100px;
  }
  .header-content .main-menu {
    display: none;
  }
  div#menu-bar {
    display: block;
  }
  .header-content .sign-in .sign-up {
    min-width: 80px;
    height: 32px;
  }
  .site-footer .wrapper-footer .logo-footer img.logo-icon {
    width: 60px !important;
  }
  .site-footer .wrapper-footer .logo-footer .brand-name {
    font-size: 28px;
    line-height: 36px;
    margin: -5px 0 0;
  }
  .site-footer .wrapper-footer .logo-footer p {
    margin-bottom: 8px;
    font-size: 12px;
  }

  #site-content {
    padding-top: 24px;
    padding-bottom: 77px;
  }
  .search-form {
    margin-bottom: 30px;
  }
  .search-form .search-submit,
  .search-form .search-field {
    height: 32px;
  }
  body.home aside.widget-area {
    margin-top: 20px;
  }
  article.type-post {
    margin-bottom: 20px;
    padding: 0;
  }
  article.type-post:hover {
    box-shadow: unset;
  }
  article.type-post .entry-details .entry-header .entry-title {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  article.type-post .entry-details .entry-summary {
    margin-top: 8px;
  }
  article.type-post .entry-details .entry-summary p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .widget_rp4wp_related_posts_widget .widget-content .rp4wp-related-post-content a,
  .blogvy-list-posts .blogvy-article-block-wrapper .article-title,
  .article-details .article-title {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .single-post article.type-post header.entry-header .entry-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .single-post article.type-post .entry-image {
    height: 200px;
    margin-bottom: 24px;
  }
  .join-pf {
    height: 140px;
  }
  .join-pf .link {
    height: 32px;
    line-height: 32px;
  }
  .single-post .widget.widget_rp4wp_related_posts_widget {
    margin-top: 24px;
  }
  .site-footer .wrapper-footer {
    padding: 16px;
  }
  .site-footer .wrapper-footer .item p:last-child {
    margin-bottom: 8px;
  }
  .site-footer .wrapper-footer .logo-footer {
    margin-bottom: 16px;
  }
  .copy-right {
    font-size: 12px;
  }
  .column-widgetarea-wrapper .column-widgetarea {
    gap: 2rem;
  }
  .comments-wrapper .comments .comment {
    padding: 8px 0;
  }
  .has-sidebar #site-content.wide-max-width {
    gap: 4rem;
  }
}
