  /* 
Theme Name: Eich Sports Theme
Description: Eich Sports Wordpress Theme
Author: Eich Sports
Author URI: https://www.eichsportsagency.com
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Menu */
.elementor-widget-nav-menu nav ul li.btn {
    background-color: #9DFD45;
    border-radius: 7px;
    padding: 4px 10px 4px 10px;
}

.elementor-widget-nav-menu nav ul li.btn a {
    color: #223A40 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* edit the hamburger and close icon colors here */
.lytbox-button {
	--hamburger-color: #9DFD45;
	--close-x-color: #223A40;
	display: block;
	height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}

/* must add in elementor template ID number to make the menu full width */
.elementor-981 {
	width: 100%;
}

.lytbox-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition: transform 0.2s;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.lytbox-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* toggle hamburger*/
.lytbox-button .hamburguer {
	position: relative;
}

.lytbox-button .hamburguer span{
	display: block;
	height: 2px;
	width: 24px;
	background: var(--hamburger-color);
	transform-origin: 50% 50%;
	transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
}

.lytbox-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked~.lytbox-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
	transition: all 0.1s 0s ease;
}

/* closed X */ 
.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
	background: var(--close-x-color);
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {
	opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);
}

.no-scroll {
    overflow: hidden;
}

/* Footer */
.elementor-location-footer a {
    border: none !important;
}

/* Textos */
.subrayado {
    display: inline-block;
    position: relative;
    padding: 0px 0px;
    margin: 0px;
    z-index: 1;
}

.subrayado:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -10px;
    width: calc(100% + 20px);
    height: 16px;
    background: #9DFD45;
    z-index: -1;
    border-radius: 2px;
}

/* Home */
.elementor-flip-box:before {
    transition: all ease-in-out .5s;
}

.elementor-flip-box:hover::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background-color: #1D1D1B70;
   left: 0;
   top: 0;
}

/* Marquee */
.sliding-text, .sliding-text-beneficios {
    --speed: 20s;
}

.sliding-text, .sliding-text-beneficios {
    overflow: hidden;
}

.sliding-text.reverse {
    --speed: 20s;
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
}

.sliding-text .elementor-widget-wrap, .sliding-text-beneficios .elementor-widget-wrap {
    display: block !important;
}

.sliding-text .elementor-widget, .sliding-text-beneficios .elementor-widget {
    overflow: hidden;
    width: 10000vw !important;
    max-width: 10000vw !important;
}

.sliding-text .sliding .elementor-widget-container, .sliding-text-beneficios .sliding .elementor-widget-container {
    -webkit-animation: sliding var(--speed) linear infinite;
    -moz-animation: sliding var(--speed) linear infinite;
    -o-animation: sliding var(--speed) linear infinite;
    animation: sliding var(--speed) linear infinite;
}

.sliding-text .elementor-widget-container, .sliding-text-beneficios .elementor-widget-container {
    float: left;
}

.sliding-text.reverse, .sliding-text-beneficios.reverse {
    transform: rotate(180deg);
}

.sliding-text.reverse .sliding .elementor-heading-title, .sliding-text-beneficios.reverse .sliding .elementor-heading-title {
    transform: scale(-1, -1);
}

@keyframe sliding{
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}

@-webkit-keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}

@-moz-keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}

@-o-keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}

@keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}
