/*
 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
*/
/*
:where(.gb-navigation[data-gb-mobile-menu-type=full-overlay]) .gb-menu-container--mobile .gb-menu-toggle--clone {
    color: var(--contrast)!important;
}
*/

.azuma-logo {
	max-width: 200px;
}

.gb-is-sticky .gb-menu-toggle, .gb-is-sticky a.wpml-ls-link, .gb-is-sticky a.wpml-ls-link:hover {
    color: var(--contrast);
}

.gb-is-sticky a.cta, .gb-is-sticky a.cta:hover {
    color: var(--contrast);
	border: 1px solid var(--contrast);
}

.gb-is-sticky svg.azuma-logo {
    fill: var(--contrast);
}

.gb-is-sticky .header-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.gb-is-sticky .sticky-main-nav {
	border-top: 1px solid var(--base);
	border-bottom: none!important;
}

.gb-is-sticky .sticky-main-nav a {
	color: var(--contrast);
}

.gform_required_legend:not(.display) {
	display: none;
}

.wpml-language-switcher-block ul.isHorizontal li {
    margin: 0 !important;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 5px!important;
}

.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    width: 177.78vh;
	 max-width: unset;
  }
}
.main-navigation .menu-bar-item>a svg {
	fill: white;
}


.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-play-btn {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.85);
  font-size: 24px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.video-play-btn:hover {
  transform: scale(1.1);
  background: #fff;
}

@media (max-width: 768px) {
   .video-controls {
  left: 30px;
	}
	
	input#volumeControl {
		display: none;
	}
	
	.wpml-ls-legacy-list-horizontal a {
	padding: 0px 3px!important;
		font-size: 11px;
	}
	
	.wpml-ls-legacy-list-horizontal {
		padding: 0px!important;
	}
	
	.wpml-ls-legacy-list-horizontal>ul {
		display: flex;
	}
	
	.wp-block-social-links {
		justify-content: flex-end!important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

.video-controls {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.3);
  padding: 8px 10px;
  border-radius: 0px;
  z-index: 9;
}

.video-controls button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
	padding: 0px;
}

.video-controls svg {
  pointer-events: none;
}


.video-controls input[type="range"] {
  width: 80px;
}

/* RESET */
.video-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

/* TRACK */
.video-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
}

.video-controls input[type="range"]::-moz-range-track {
  height: 4px;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
}

/* THUMB */
.video-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
  cursor: pointer;
}

.video-controls input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

/* FOCUS FIX */
.video-controls input[type="range"]:focus {
  outline: none;
}

/* TIMELINE */
#timeline {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

#timeline::-webkit-slider-runnable-track {
  height: 4px;
  background: rgba(255,255,255,0.4);
  border-radius: 2px;
}

#timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin-top: -4px;
}

#timeline::-moz-range-track {
  height: 4px;
  background: rgba(255,255,255,0.4);
}

#timeline::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border: none;
  border-radius: 50%;
}
