/*
Theme Name: Mavronichis (Entre)
Theme URI: https://noveldigital.pro
Author: Novel Digital Agency
Author URI: https://noveldigital.pro.
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: entre

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
-------------------------------------------------------------
  Entre header
-------------------------------------------------------------

body.home .elementor-location-entre-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem 2.25rem;
  z-index: 11;
}

body.ntr-page-scrolled .elementor-location-entre-header {
  top: -102%;
  background: #fff;
  transition: all 0.3s;
  padding: .725rem 2.25rem;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(163,163,163,0.67);
  box-shadow: 0px 3px 13px -2px rgba(163,163,163,0.67);
}

body.elementor-editor-active .elementor-location-entre-header {
  position: relative!important;
}

#ntr-site-logo {
  transition: all 0.3s;
}

body.ntr-page-scrolled #ntr-site-logo {
  width: 72%;
}

body:not(.ntr-page-scrolled) #ntr-main-menu .ntr-nav-link {
  color: #fff;
}

#ntr-main-menu .ntr-nav-link {
  display: inline-block;
}

#ntr-main-menu .ntr-nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: black;
  transition: all 0.3s;
}

#ntr-main-menu .ntr-nav-link:hover:after {
  width: 100%;
}
*/

/*
============================================================
============================================================
  LIVE CSS
  Place live css here
============================================================
============================================================
*/

.elementor-location-entre-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(0,0,0,0.06);
}

body.ntr-page-scrolled .elementor-location-entre-header {
  background: #fff;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(163,163,163,0.67);
  box-shadow: 0px 3px 13px -2px rgba(163,163,163,0.67);
}

.site-logo-b {
  display: none;
}

body.ntr-page-scrolled .site-logo-b {
  display: inline-block;
}

body.ntr-page-scrolled .site-logo-w {
  display: none;
}

body.ntr-page-scrolled .eb-menu-icon-btn__line {
  background: #0a193b!important;
}

body.ntr-page-scrolled .ntr-header-search .elementor-button-link {
  color: #0a193b!important;
}

body.eb-menu-icon-btn--active {

}

#ntr-app {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

body:not(.elementor-editor-active) .elementor-location-entre-site-loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 99999;
  background: #e6e6e6;
}





.menu-burger {
  width: 50px;
  height: 22px;
  top: -1px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  float: none;
}
