/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.fa792c {
    background-color: #fa792c !important;
}

.page-id-727 .work-meta,
.page-id-727 .nectar-love-wrap {
  display: none;
}


.center-row-items .col.span_12 {
  display: flex;
  justify-content: center;
  align-items: center; 
}

.carousel.clients {
  display: flex;
  align-items: center;
}

.hide {
  display: none;
}

.slick-hero {
  height: calc(100vh - 180px);
}

.slick-hero img {
  object-fit: cover;
  width: 100%;
  object-position: center;
}
@media screen and (max-width: 991px) {
.slick-hero img {
  height: 100%; 
  width: 100% !important;
}
.slick-hero .slick-list,
.slick-hero .slick-track,
.slick-hero .slick-slide,
.slick-hero .slick-slide  div {
  height: 100%;
}
.slick-hero {
  height: calc(70vh - 180px);
}
}