/* 
Theme Name:		 Lenus Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Lenus Child Theme is a child theme of Page Builder Framework, created by ChildTheme-Generator.com
Author:			 Lenus
Author URI:		 http://childtheme-generator.com/
Template:		 page-builder-framework
Version:		 1.0.0
Text Domain:	 lenus-child-theme
*/


/*
    General
*/

.wpbf-padding-medium {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}

html, body {
   max-width: 100% !important;
    overflow-x: hidden !important;
}

/*
    Lenus
*/

.sc-bYSBpT {
    min-height: calc(100vh - 140px) !important;
    align-items: center !important;
}

.lenus-step > div:first-of-type {
	color:#fff !important;
}

.lenus-form .sc-kEYyzF, .lenus-form .sc-eNQAEJ {
	color: #ffffff !important;
}

/*
    Social media menu
*/

#menu-social-media {
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 0;
}

#menu-social-media .menu-item {
	list-style: none;
	padding: 0 10px;
}

/*
    Header Menu
*/

.home header#header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.home .wpbf-navigation {
    background: transparent;
}

.home ul.sub-menu {
    background-color: #00000080 !important;
}

.home .admin-bar header#header {
    top: 30px;
}

.home .menu-item-has-children:not(.wpbf-mega-menu) .sub-menu li:hover {
    background-color: #464646c7 !important;
}

.wpbf-navigation .wpbf-menu a, .wpbf-mobile-menu a, .wpbf-close, .wpbf-menu-right .wpbf-menu a, .wpbf-menu-left .wpbf-menu a, .wpbf-menu-stacked .wpbf-menu a, .wpbf-menu-stacked-advanced .wpbf-menu a, .wpbf-menu-centered .wpbf-menu a, .wpbf-pre-header .wpbf-menu a, .wpbf-page-footer .wpbf-menu a {
    padding: 10px 20px !important;
	text-transform: uppercase;
}

/*
    Mobile Menu
*/
.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-nav-wrapper.wpbf-container > .wpbf-menu-toggle-container.wpbf-1-3 {
	z-index: 2 !important;
}


.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-nav-wrapper.wpbf-container > .wpbf-menu-toggle-container.wpbf-1-3 > .wpbf-mobile-nav-item.wpbf-mobile-menu-toggle.wpbff.active.wpbff-times {
	color: #000 !important;
}

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-menu-container.active {
	justify-content: stretch;
	left: 0px;
	opacity: 1;
	right: 0px;
	transition: opacity 0.25s ease-out 0s;
	display: flex;
	position: fixed;
	bottom: 0;
	top: 0;
	background: #fff !important;
	overflow: auto;
	width: 100%;
}

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-menu-container.active > nav#navigation {
	background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 130rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding-top: 100px;
}

.home .wpbf-mobile-nav-item {
    color: #ffffff !important;
}

.lenus-step > h6 {
	color: white;
}