/*

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

*/

#marketplace-carousel {
  margin: 2rem 0;
}

#marketplace-carousel .flickity-viewport {
  height: 100px;
}

#marketplace-carousel .marketplace-item {
  margin-right: 15px;

  background: #ffffff;

  border-radius: 16px;

  padding: 16px;
}

#marketplace-carousel li {
  height: --webkit-fill-available;
}

#marketplace-carousel .marketplace-item img {
  max-width: 100%;

  height: auto;

  border-radius: 8px;
}

#marketplace-carousel .marketplace-item h3 {
  font-weight: 600;

  font-size: 16px;

  line-height: 118%;

  margin-bottom: 16px;

  color: #323f48;
}

#marketplace-carousel .marketplace-item p {
  font-weight: 600;

  font-size: 14px;

  line-height: 130%;

  color: #323f48;

  border-radius: 4px;

  background-color: #323f481a;

  padding: 6px !important;

  width: fit-content;
}

#marketplace-carousel .marketplace-item .job-tags {
  display: flex;

  gap: 10px;
}

#header-outer header .nectar-menu-icon.fa.fa-chevron-down {
  display: none;
}

#footer-outer .row {
  padding: 45px 0;
}

#footer-outer .image {
  height: 30px !important;
}

#footer-outer .social li {
  border: 1px solid #ffffff66;

  border-radius: 50%;

  padding: 5px;

  width: 42px;

  height: 42px;

  margin-left: 10px !important;
}

.column_element_direction_desktop_horizontal.el_spacing_10px
  > .vc_column-inner
  > .wpb_wrapper {
  display: flex;

  flex-wrap: wrap;

  gap: 10px !important;
}

.column_element_direction_desktop_horizontal.el_spacing_20px
  > .vc_column-inner
  > .wpb_wrapper {
  display: flex;

  flex-wrap: wrap;

  gap: 20px !important;
}

#footer-outer .social li a {
  display: flex !important;

  width: 100%;

  height: 100% !important;

  align-items: center;

  justify-content: center;
}

.material #footer-outer #footer-widgets .col ul li {
  padding: 0 !important;
}

/* shadow for case study carousel items */

#case-study-cards .nectar-post-grid-item {
  border: 1px solid #323f4833;

  border-radius: 16px;

  padding: 8px;
}

#case-study-cards .nectar-post-grid-item:hover {
  border: 1px solid #f95e21;
}

#case-study-cards .flickity-viewport {
  height: 270px;
}

#case-study-cards .nectar-post-grid-item__excerpt-wrap.item-meta-extra {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#case-study-cards .nectar-post-grid-item .content {
  padding: 10px !important;
}

#case-study-cards .nectar-post-grid-item__read-more {
  font-weight: 700 !important;
}

#case-study-cards .post-heading {
  display: none;
}

#case-study-cards .nectar-post-grid-item-bg-wrap {
  max-height: 100px;
}

#case-study-cards .nectar-post-grid-item-bg-wrap img {
  object-fit: contain;
  object-position: left;
  max-height: 100px;
  padding: 15px;
}

#ajax-content-wrap .nectar-post-grid .flickity-viewport .nectar-post-grid-item {
  height: -webkit-fill-available;
}

#marketplace-section .nectar-text-inline-images__marker {
  clip-path: unset !important;
}

#marketplace-section ul {
  margin: 0 !important;
}

#marketplace-section ul li {
  list-style-type: none !important;

  margin-bottom: 15px;

  display: flex;

  align-items: baseline;

  gap: 20px 15px;

  line-height: 1.4;

  font-weight: 400;
}

#marketplace-section .text-next-to-icon {
  flex: 2;
}

.marketplace-card .vc_column-inner {
  padding: 32px !important;
}

a.nectar-button.regular-button.orange-hover-button:hover {
  background-color: #f95e21 !important;

  color: #fff !important;
}

a.nectar-button.see-through.light-border-button,
body.material
  .nectar-button.see-through.extra-color-1.light-border-button[data-color-override="false"] {
  border: 1px solid #d6d9da !important;

  font-weight: 700 !important;
}

a.nectar-button.see-through.light-border-button:hover,
body.material
  .nectar-button.see-through.extra-color-1.light-border-button[data-color-override="false"]:hover {
  border: 1px solid #000000 !important;
}

button.flickity-button.flickity-prev-next-button.previous {
  bottom: -70px;

  top: unset !important;

  left: 20px !important;
}

button.flickity-button.flickity-prev-next-button.next {
  top: unset !important;

  bottom: -70px;

  left: 70px !important;
}

#case-study-cards .flickity-page-dots {
  bottom: -30px !important;
}

.quotes-before-after-text {
  display: flex;
}

.quotes-before-after-text::before {
  content: "“";
}

.quotes-before-after-text::after {
  content: "”";

  align-self: flex-end;
}

.quotes-before-after-text::before,
.quotes-before-after-text::after {
  color: #323f4835;

  font-size: 80px;
}

#table-of-contents {
  padding-left: 0;

  margin-bottom: 20px;
}

#table-of-contents ul {
  list-style: none;

  padding-left: 0;

  margin: 0;
}

#table-of-contents li {
  list-style: none !important;
}

#table-of-contents a {
  display: block;

  padding-left: 8px;

  border-left: 4px solid #d0d5d8; /* default light gray */

  text-decoration: none;

  color: #333f48;

  transition: border-color 0.3s;
}

#table-of-contents a:hover {
  border-left-color: #f95e21;
}

#table-of-contents a.active {
  border-left-color: #f95e21;

  font-weight: 600;
}

#results-numbers-row .nectar-split-heading {
  margin: 0 !important;
}

.capitalized-text {
  text-transform: capitalize;
}

#header-outer:not([data-format="centered-menu-under-logo"]):not(
    [data-format="centered-menu-bottom-bar"]
  )
  #top
  nav
  > ul
  > li[class*="button_"]
  > a:before {
  height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .nectar-button.see-through.orange-button-on-hover:hover {
  background-color: #f95e21 !important;
  border: 1px solid #f95e21 !important;
  color: #fff !important;
}

a.nectar-button.see-through.light-border-button:hover,
body.material
  .nectar-button.see-through.extra-color-1.orange-button-on-hover.light-border-button[data-color-override="false"]:hover {
  border: 1px solid #f95e21 !important;
  color: #fff !important;
}

#marketplace-carousel .marketplace-item {
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
}

#marketplace-carousel .marketplace-item:hover {
  border: 1px solid #f95e21 !important;
}

#marketplace-carousel .marketplace-item h3 {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  transition: 0.2s ease-in-out;
}

#marketplace-carousel .marketplace-item:hover h3 {
  color: #f95e21 !important;
}

.nectar-button.orange-button-on-hover:hover {
  background-color: #f95e21 !important;
  color: #fff !important;
}
.nectar-button.orange-button-on-hover:hover i {
  color: #fff !important;
}

#table-of-contents a {
  line-height: 45px !important;
}

.nectar-split-heading.font_line_height_1-3 {
  line-height: 0.8 !important;
}

#marketplace-cards {
  margin-bottom: 0px !important;
}

.wpb_row .row-bg-wrap .inner-wrap {
  opacity: 0.5 !important;
  z-index: 2 !important;
}

.first-section .row-bg-wrap .row-bg-overlay {
 opacity: 0.2 !important;
}

body:has(.case-study) #page-header-wrap  #page-header-bg .container .row {
  width: 60%;
}