/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header {
  border-bottom: 1px solid #dedede;
}

.video-bg {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-bg .gb-element-6ebba9ee {
  position: relative;
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.4); */
}

.video-bg .overlay {
	background: rgba(0, 0, 0, 0.3);
}

/* @media (max-width: 768px) {
  #heroVideo {
    display: none;
  }
  .video-bg {
    background: url('https://yourwebsite.com/path/to/fallback.jpg') center/cover no-repeat;
  }
} */


span.wpcf7-spinner {
  display: none;
}


@media (max-width: 768px) {
	.hide-on-mobile {
		display: none;
	}
}




