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

/* MENU */

.main-navigation {
	margin-top: 25px;
}
.site-header {
	position: fixed;
	width: 100%;
	z-index: 100;
}
/* FIN MENU */

/* VIDEO BACKGROUND */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}

.background-video-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/* FIN VIDEO BACKGROUND */

/* FAQS */
.yoast-faqs .schema-faq-section {
	background-color: #061e2d;
	border-color: #5a8ea0;
}
.yoast-faqs .schema-faq-section a:hover, .yoast-faqs .schema-faq-section a:focus {
	background-color: #00c0ff;
}
.yoast-faqs p.schema-faq-answer {
	background-color: #081621;
}
/* FIN FAQS */

/* MISC */
.no-underline {
	text-decoration: none !important;
}
.footer-widgets .widget {
	margin-bottom: 10px !important;
}
/* FIN MISC */

/* MOBILE */
@media (max-width: 768px) {
  .background-video {
    display: none !important;
  }
}
/* FIN MOBILE */