/* 
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
*/

html, body {
	max-width: 100% !important;
    overflow-x: hidden !important;
	}
	
.wpbf-padding-medium {
   padding-top: 0px !important;
   padding-bottom: 0px !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;
}

/*
    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: #4d5a68 !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: #fff 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: #4d5a68 !important;
}


/*
   404 Button
*/

.error-404-button {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 20px;
  position: relative;
  padding: 15px 70px 15px 30px;
  background: #606161;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.error-404-button:hover {
  color: #fff;
  background: #606161;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.error-404-button .bg {
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 5px;

}

.error-404-button .bg:before, .error-404-button .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  right: -2px;      
}

.error-404-button .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.error-404-button .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wpbf-404-content {
	padding: 70px 0 !important;
}

.wpbf-404-content img {
	padding-bottom: 50px;
}

.wpbf-404-content h1.entry-title {
	margin-bottom: 50px;
}

/* Password Form DELETE AT END*/
.post-password-form {
	min-height: initial;
	max-width: 700px;
	margin: auto;
	padding-top: 15%;
	padding-bottom: 15%;
}
 
.post-password-form input {
    background: #1C1C1C;
    border: 2px solid #1C1C1C;
}
 
@media (max-width: 479px) {
.post-password-form {
    padding: 40px;
}
}



/*FORM*/
@media only screen and (max-width: 568px){.form {
  min-height: 320px!important;
}
}

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-nav-wrapper.wpbf-container > .wpbf-menu-toggle-container.wpbf-1-3{display:none!important;}
/*FORM*/
@media only screen and (min-width: 568px){.form {
  min-height: 620px!important;
}
}
.test { position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;}


.footer a { 
color:#fafae8;
}


.footer a:hover { 
color:#fafae880;}
header#header  {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.wpbf-navigation {
background-image: transparent !important;
background-color: transparent !important;
}
.wpbf-page-footer {COLOR:#fafae820!IMPORTANT;}

/*AOS_WORDS*/
/*Custom animations*/
.headingWrapper{
    overflow:hidden;
    display: inline-block;
    margin-bottom: -10px;
    padding-bottom: 5px;
}

.heading .word{

    transition:0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition-delay: calc(.1s + (.05s * var(--word-index)));
}

[data-aos="word-enter"] {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
        transform: translateY(120%);

}
[data-aos="word-enter"].aos-animate {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}

/*AOS_paragraph*/

/*Custom animations*/
.headingWrapper{
    overflow:hidden;
    display: inline-block;
    margin-bottom: -10px;
    padding-bottom: 5px;
}

.heading .word{

    transition:0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition-delay: calc(.1s + (.05s * var(--word-index)));
}

[data-aos="word-enter"] {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
        transform: translateY(120%);

}
[data-aos="word-enter"].aos-animate {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}

/*
 Image Block
*/
.image-wrapper{
    position:relative;
    overflow:hidden;
    height:100%;
    width:100%;
    margin:0 auto;
}
.image-overlay {
   width:100%;
   background-color: #FFF;
   position:absolute;
   height:100%;
   will-change: transform;
   display:block;
   z-index: 50;
}
.image-content{
    width:100%;
    z-index:10;
    background-position:center center;
    background-size: cover;
    height:100%;
    transform: scale(1.4);
}
/*
 AOS Extras
*/
[data-aos="swipe-up"] {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
[data-aos="swipe-up"].aos-animate {
	-webkit-transform: translateY(-105%);
	-moz-transform: translateY(-105%);
	transform: translateY(-105%);     
}
[data-aos="scale-down"] {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}
[data-aos="scale-down"].aos-animate {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);         
}

.circle {
	 border: solid 2px;
	padding: 0px 25px;
	border-radius: 300px
}


/*Custom animations*/
.headingWrapper{
    overflow:hidden;
    display: inline-block;
    margin-bottom: -10px;
    padding-bottom: 5px;
}

.char{

    transition:0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition-delay: calc(.1s + (.05s * var(--char-index)));
}

[data-aos="word-enter"] {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
        transform: translateY(120%);

}
[data-aos="word-enter"].aos-animate {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}

/*fade-form-dark*/
/*-------LENUS-form-------*/

.lenus-form .lenus-form-controls > button {
	border-radius: 100px !important;
	color:#FAFAE8!important;
}
.lenus-form .lenus-progressbar > div > div > div {
	background: #FAFAE8 none repeat scroll 0% 0% !important;
}
 
 .lenus-form .lenus-step .lenus-option span {
	 
    padding: 10px 10px !important;
    background: #FAFAE810 !important;
    border-radius: 300px!important;
	border-color: #454545 !important;
	border: 0px solid #E6C29C!important;
	color: #FAFAE8 !important;
	  font-size:13px!important;
	 font-family: helvetica!important;
	 font-weight:400;
	 text-transform:uppercase!important;
	 
}


.lenus-form .lenus-step .lenus-option  {
    color: #FFFFFF !important;
   	border:0px solid #000!important;
	border-radius:400px;
	overflow: hidden;
	position: sticky;
}


 .lenus-form .lenus-form-controls > button {
	border-radius: 0 !important;
	color:#000 !important;
    background: #FAFAE850 none repeat scroll 0% 0% !important;
    border-color: transparent!important;
	 font-size:12px!important;
	 font-family: helvetica!important;
	 

	 
}



 .lenus-form .lenus-progressbar > div > div, 
.lenus-form .lenus-input-label > textarea, 
.lenus-form .lenus-input-label > input,
 .lenus-form .react-tel-input input#phone-form-control, 
 .lenus-form .lenus-input-label > select, 
.lenus-form .lenus-form-controls > button:nth-child(1)  {
	background: #FAFAE820 !important;
    border-radius: 300px !important;
	

	

}


 .lenus-form .lenus-form-controls .lenus-button:disabled {
	background: #FAFAE880!important;
    border-radius: 300px !important;

	 
}




.lenus-form .lenus-step .lenus-option input:checked + span {
padding: 10px 10px !important;
    background: #FAFAE8  !important;
    border-radius: 300px !important;

	color: #E3546E !important;
	  font-size:13px!important;
	 font-family: helvetica!important;
	 text-transform:uppercase!important;
	font-weight:500!important;
    
}

.lenus-form .lenus-input-label > select > option {
    color: rgb(0, 0, 0) !important;
}



.lenus-form .lenus-input-label > textarea, 
 .lenus-form .lenus-input-label > input,
 .lenus-form .react-tel-input input#phone-form-control, 
 .lenus-form .lenus-input-label > select, 
 .lenus-form .lenus-form-controls > button:nth-child(1)  {
	background: #FAFAE820 !important;
    border-radius: 30px !important;
	border:0px solid !important;
	 border-color: #E6C29C!important;
		COLOR:#FAFAE8!important;
}


.lenus-form .lenus-form-controls > button {
	border-radius: 100px !important;
	COLOR:#FAFAE8!important;
}
.lenus-form .lenus-form-controls > button:hover {
	border-radius: 100px !important;
	COLOR:#FAFAE8!important;
}
