/*
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
*/

.crust-links-wrapper {
  max-width: 530px;
  margin: 0 auto;
  margin-top: 30px;
}
.landing-page-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.links-items {
  width: clamp(200px, 46%, 300px);
  text-align: left;
  /* border-bottom: 1px solid #c9c9c9; */
}

.landing-page-links {
  min-width: 50%;
  width: 100%;
}

.links-items a.links-item {
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1em;
  color: #000000;
  display: block;
  padding-bottom: 8px;
}

.links-items a.links-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/salient-child/images/links-arrow.png")
    no-repeat;
  top: 4px;
  right: 0;
  background-size: contain;
}

.bottom-desc h4.vc_custom_heading {
  text-transform: uppercase;
  font-size: 1.1rem !important;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
}

.bottom-desc .nectar-responsive-text {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.7em;
}
.crust-hero-col-one a.nectar-button {
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1rem;
}

.landing-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.landing-logos-wrapper {
  width: auto;
  margin: 0 auto;
  min-width: 1px;
}

@media screen and (min-width: 1400px) {
  .crust-hero-col-one .wpb_row.inner_row {
    min-height: 46vh !important;
  }
}

@media screen and (max-width: 640px) {
  .crust-links-wrapper {
    max-width: 70%;
  }
  .links-items {
    width: 100%;
  }
  a.nectar-button.button-one {
    margin-right: 0 !important;
  }
  .crust-hero-col-one a.nectar-button {
    min-width: 250px;
  }
}
