/*
Theme Name: Erios Child
Description: A child theme of Erios Theme
Version: 1.0.0
Text Domain: erios
Template: erios
*/

/* Scroll up button color */
a.scrollup {
    background-color: #0d2777 !important;
}

/* Popup Menu */
#popup_menu{
  background: white;
  position: fixed;
  z-index: 99999999999;
  display:block;
  left: 0px !important;
  top: -2000px;
  transition: 1s all ease-in-out;
}

#open_popup_menu:hover,
#close_popup_menu:hover{
	cursor: pointer;
}

.site-header{ transition: .8s all ease-in-out;}

/* Mobile Menu colors */
.mp-level
 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff !important;
    z-index: 3;
}

.mp-menu a, .mp-menu a:hover
 {
    color: #000!important;
}

.mp-back {
    color: #000000!important;
}

.vegera_home img{ 
	min-height: 570px;
	max-height: 570px;
	width: 100%;
	object-fit: cover;
}