/*!
Theme Name: EliteBioLuxe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elitebioluxe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EliteBioLuxe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
 .ebl_hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ebl_hero_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ebl_hero_video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(8,10,12,0.2) 0%, rgba(8,10,12,0.2) 100%);
}
 .hero-actions {
    margin-top: 30px;
}
.footer_social_icons_wrap a{
	display: inline-block;
	padding: 20px 20px 0 0;
}
.footer_social_icon svg{
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
	fill: #dbc78f;
}

@media (min-width: 1120px) {
  .mobile-menu-toggle {
    display: none; 
  }

  .nav {
    display: flex !important;
    gap: 20px;
    flex-direction: row;
  }
}

@media (max-width: 1120px) {
  .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 106px; 
    left: -14px;
    width: calc(100% + 28px);
    background: #152526;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }
  .header-row{
  display: flex;
  justify-content: space-between;
  }

  .nav.is-active {
    display: flex;
  }

 
  .custom-icon-hidden {
    display: none;
  }
}

/* Button Styling */
.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.custom-menu-icon {
  width: 30px;
  height: 30px;
}

.content-band {
    width: 100%;
}
 