 /*
 Theme Name: Salient Child
 Theme URI: https://themenectar.com/salient
 Description: Child theme for the Salient WordPress theme
 Author: Harley Ryan
 Author URI: https://goodcreative.com.au
 Template: salient
 Version: 1.0.0
*/

/* Add your custom CSS below */

/* Hero container */
.hero-bg {
  position: relative;
  overflow: hidden;
}

/* Video wrapper sits behind content */
.hero-bg-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Video fills hero and is darkened a bit */
.hero-bg-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); /* approx 40% darkening */
}

/* Hero content above video */
.hero-bg .row_col_wrap_12,
.hero-bg .nectar-split-heading,
.hero-bg .port-hero-title {
  position: relative;
  z-index: 1;
}




/* Limit hero intro section to global max width */
.port-hero-row .row_col_wrap_12 {
  max-width: 1425px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}





/* PORTFOLIO GRID IMAGE STYLES — HARLS *

/* spacing *between* columns in that row */
.port-img-grid .column_container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 30px !important; /* vertical gap between rows */
}

/* compensate so the row edges still line up with other rows */
.port-img-grid {
  margin-left: -15px !important;
  margin-right: -15px !important;
  max-width: 1095px !important;
}
.port-img-grid {
    margin:auto !important;
}

.global-max-width {
	max-width: 1095px !important;
}
.global-max-width {
	margin:auto !important;
}


/* Let testimonial slides grow with the content */
.testimonial_slider[data-style="minimal"] blockquote {
  height: auto !important;
  overflow: visible !important;
}

/* Optional: a bit more breathing room below the text */
.testimonial_slider[data-style="minimal"] blockquote p {
  margin-bottom: 1.5em;
}



/* Remove Salient's decorative quote marks on testimonial slider */
.testimonial_slider[data-style="minimal"] blockquote p {
    display: none;
}




