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

/* YOUR CUSTOM CSS BELOW THIS LINE */

.fancybox-bottom-end .nectar-fancy-box .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
  padding-bottom: 10px;
}

.fancybox-bottom-end .nectar-fancy-box .inner p {
  line-height: 1.55;
  font-size: 14px;
  margin-bottom: 0;
}
body.home .hero-slider {
  min-height: 570px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
}

body.home .hero-slider .vc_column-inner {
  width: 100%;
}

body.home .gotime-hero-text {
  max-width: 560px;
  margin-left: 36%;
  padding-top: 150px;
}

body.home .gotime-hero-text h1 {
  color: #7ac142 !important;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 700;
  margin: 0 0 8px 0;
}

body.home .gotime-hero-text p {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  body.home .hero-slider {
    min-height: 320px;
  }

  body.home .gotime-hero-text {
    margin-left: 25px;
    margin-right: 25px;
  }

  body.home .gotime-hero-text h1 {
    font-size: 34px;
  }

  body.home .gotime-hero-text p {
    font-size: 16px;
  }
}

.testimonial_slider .flickity-page-dots {
  z-index: 50;
  position: relative;
  pointer-events: auto;
}

.testimonial_slider .flickity-page-dots .dot {
  pointer-events: auto;
  cursor: pointer;
}

/* Change testimonial pagination from lines to dots */
.testimonial_slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #bdbdbd;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

/* Active dot */
.testimonial_slider .flickity-page-dots .dot.is-selected {
  background: #84c441;
  border-color: #84c441;
}

/* Remove tiny black lines under dots */
.testimonial_slider .flickity-page-dots .dot:after,
.testimonial_slider .flickity-page-dots .dot:before {
  display: none !important;
  content: none !important;
}

.testimonial_slider .flickity-page-dots {
  bottom: 20px !important;
}

/* Move video testimonial button upward */
a.nectar-button.regular-button.accent-color {
  position: relative;
  top: -100px;
}

/* Pull Testimonials section upward */
#testimonial-section {
  margin-top: -210px;
}

/* Footer link colors */
#footer-outer a {
  color: #7ac142 !important;
}

#footer-outer a:hover {
  color: #ffffff !important;
}

/* Restore footer rows */
#footer-outer .row {
  display: block !important;
  text-align: center !important;
}

/* Logo centered */
#footer-outer img {
  display: block;
  margin: 0 auto 25px;
}

/* Force footer menu links horizontal */
#footer-outer ul,
#footer-outer .menu {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto 18px !important;
}

#footer-outer li {
  display: inline-flex !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Keep copyright centered */
#footer-outer p,
#footer-outer .textwidget,
#footer-outer #copyright {
  text-align: center !important;
}
/* Schedule Demo popup form spacing */
.schedule-demo-fields .row.form-group,
.schedule-demo-fields .row,
.schedule-demo-fields p {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}

.schedule-demo-fields input,
.schedule-demo-fields textarea {
  margin-bottom: 0 !important;
}

.schedule-demo-fields .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 0 !important;
}

.schedule-demo-fields .wpcf7-recaptcha,
.schedule-demo-fields .g-recaptcha {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.schedule-demo-fields .form-btn {
  margin-top: 8px !important;
}




