/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
*/

/* Add your custom styles here */

.header {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.fija {
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  background: #090c0f;
  transition: ease 0.5s;
  padding: 5px 30px !important;
}
/*.logo-white {
  display: block;
}
.logo-black {
  display: none;
}
.fija .logo-white {
  display: none !important;
}
.fija .logo-black {
  display: block !important;
}
.logo-black img {
  width: 70px !important;
  transition: 200ms linear 50ms;
}*/
.menu .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0 !important;
}
.fija .menu li.menu-item a {
  padding: 0px 20px 0px 20px;
}
.fija .menu .elementor-widget-wrap.elementor-element-populated {
  align-content: center !important;
}
/*.fija li.menu-item a {
  color: black !important;
}
.fija li.menu-item a.active {
  color: #d7272a !important;
}*/
.fija .logo-white img {
  width: 55px !important;
  transition: 200ms linear 50ms;
}
.elementskit-menu-close:hover {
  color: white;
  background: #d7272a;
}
@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}
.elementor-slideshow__title {
	display: none !important;
}
.error404 #content {
	margin-top: 150px;
	text-align: center;
}