/*
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
*/
.nectar-icon-list .content {
  color: inherit;
}

.wpcf7-form-control.wpcf7-submit {
  padding: 15px 30px;
}

#footer-widgets .menu li.menu-item,
.footer-menu .menu li.menu-item {
  display: inline-block;
  list-style: none;
  padding: 10px 0;
}
#footer-widgets .menu li.menu-item:not(:last-child),
.footer-menu .menu li.menu-item:not(:last-child) {
  margin-right: 25px;
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close::before,
body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close::before {
  background-color: #990134 !important;
}

@media only screen and (max-width: 690px) {
  .nectar-fancy-box[data-style=hover_desc] .hover-content {
    max-width: 100%;
  }
}
.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* CUSTOMER SLIDER */
.vertical-slider .vertical-single-slide {
  display: flex !important;
  height: 60px !important;
  margin: 5px 0 !important;
}
.vertical-slider .vertical-single-slide img {
  max-height: 100%;
  margin: auto;
}
.vertical-slider .slick-slide {
  transition: 500ms;
}
.vertical-slider .slick-slide.slick-active {
  opacity: 1;
  transform: scale(1);
}
.vertical-slider .slick-slide:not(.slick-active) {
  opacity: 0;
  transform: scale(0.75);
}

/*# sourceMappingURL=style.css.map */
