/* 
Theme Name: Ana y Dani Template
Description: Ana y Dani Template
Author: Dani
Template: hello-elementor
Version: 2.0.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
*/
body.overflow-body {
	overflow: hidden;
}
.site-header .header-inner .site-branding .site-logo img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
	position: relative;
}
.site-header {
    /*position: fixed;*/
	position: absolute;
	top:0;
	left: 0;
    z-index: 5;
    width: 100%;
	padding-block-end: initial;
    padding-block-start: initial;
	padding: 10px 0;
}
/*.site-header:before {
	box-shadow: 0px 0px 70px 180px #ffffff;
    content: '';
    min-height: 90px;
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    display: block;
}*/
.site-header .site-branding {
    display: inline-flex;
    flex-direction: row !important;
    gap: 10px;
    align-items: center !important;
    align-content: center;
}
.site-header .site-description {
	max-width: 260px;
    line-height: 27px;
}
.page-header .entry-title {
	display: none;
}
body.home .site-footer {
	display: none;
}
.video-wrapper {
	height: 100vh;
}
.position-relative {
	position: relative;
	overflow: hidden;
}
#title-video {
	position: absolute;
    bottom: 30px;
}
.site-navigation-toggle-holder {
	padding:0px;
	z-index: 20000;
}
.site-navigation-toggle[aria-expanded="true"] {
	color: white !important;
}
.site-header .site-navigation-toggle, .site-header .site-navigation-toggle:hover, .site-header .site-navigation-toggle:focus, .site-header .site-navigation-toggle:active {
	background: transparent;
	color: white;
	border-color:transparent;
}
.site-navigation-dropdown {
	bottom: 0;
	left: 00%;
	top: 0px;
	right: 0;
	max-height: 100% !important;
	height: 100%;
	min-height: 100%;
	margin-block-start: 0px;
	position: fixed;
	transform-origin: initial;
	transition: none;
	width: 100%;
	z-index: 10000;
	background: #000000e0;
	padding: 50px 0 0 0;
	overflow: hidden;
}
.site-navigation-dropdown ul.menu {
	background: transparent;
}
.site-navigation-dropdown ul.menu li.current-menu-item a, .site-navigation-dropdown ul.menu li a {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
.header-sticky {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 0 40px -10px black;
}
.header-sticky.site-header .site-description {
	color: black;
    font-size: 23px;
    max-width: 200px;
    line-height: 20px;
}
.header-sticky.site-header .header-inner .site-branding .site-logo img {
	width: 60px;
    height: 60px;
}
.header-sticky.site-header .site-navigation-toggle, .header-sticky.site-header .site-navigation-toggle:hover, .header-sticky.site-header .site-navigation-toggle:focus, .header-sticky.site-header .site-navigation-toggle:active {
	background: transparent;
	color: black;
	border-color:transparent;
}
@media screen and (max-width: 767px) { 
	.site-header .site-description {
		max-width: 205px;
        line-height: 20px;
        font-size: 23px;
		/*text-align: center;*/
	}
	.site-header .header-inner .site-branding .site-logo img {
		display: block;
		width: 70px;
		height: 70px;
		border-radius: 100%;
		position: relative;
	}

}
