/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@media screen and (max-width: 1800px) {
  html {
    margin-top: 1px !important;
  }
}

#pagination .next.inactive,#pagination .prev.inactive,#pagination a,#pagination span,.container-wrap nav.woocommerce-pagination ul li span,.woocommerce .container-wrap nav.woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a {
  font-family: inherit;
}

body:not(.archive) #page-header-bg {
  background-color: transparent;
  margin-top: 30px;
}

body:not(.archive) #page-header-bg .row {
  border-bottom: 2px solid #6a46f347;
}

body.search.search-results #page-header-bg h1 {
  font-weight: 800;
  text-transform: uppercase;
}

body.search.search-results #page-header-bg h1 span {
  color: #04D17B;
}

body.search.search-results #search-results[data-layout*=list] article .inner-wrap>a {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  top: 15px;
  -webkit-transform: translateY(0);
  transform: translateY(0%);
}

body.search.search-results #search-results[data-layout*=list] article[data-post-thumb="1"]:before {
  display: none;
}

body.search.search-results #search-results[data-layout*=list] article {
  padding-left: 120px;
}

.nectar-post-grid.vert_list_counter .item-main:before, body.search.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 span {
  font-size:14px !important;
  color:#6a46f3;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-top: 0 !important;
  line-height: 14px;
}
body.search.search-results #search-results .result h2 a {
    font-size: 24px;
    line-height: 28px;
}

body.search.search-results #search-results .result h2 {
  margin-bottom: 8px;
  padding-top: 20px !important;
}

/* Single post header: vertical alignment of author with date and reading time */
.featured-media-under-header__meta-wrap {
  align-items: center;
}
.featured-media-under-header__meta-wrap .meta-author img {
  vertical-align: middle;
  display: inline-block;
}

/* Single post header: one author-block per author so wrapped lines align left */
.featured-media-under-header__meta-wrap .meta-author {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  gap: 0 0.5em;
}
.featured-media-under-header__meta-wrap .meta-author .author-block {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin: 2px 0;
}
.featured-media-under-header__meta-wrap .meta-author .author-block:not(:last-child)::after {
  content: ', ';
  margin-left: 0.1em;
}
.featured-media-under-header__meta-wrap .meta-author .author-block-avatar {
  margin-right: 8px;
}
.featured-media-under-header__meta-wrap .meta-author .author-block-avatar img {
  width: 28px;
  height: 28px;
  margin-right: 0;
  border-radius: 100px;
  vertical-align: middle;
}