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

/* Lenus Form */
/*Title*/
.lenus-form-titles > [data-id="form-title"]{
color: #FDFDFD !important;
font-size: 1rem !important;
font-family: Space Grotesk,sans-serif !important;
}
/* Progress Bar */
.lenus-form .lenus-progressbar > div > div{
border-radius: 0 !important;
background: #303030B2 !important;
}
/* Question */
.lenus-form [data-id="step-header"] {
font-family: Space Grotesk,sans-serif !important;
color: #FDFDFD !important;
}
/* Options */
.lenus-option [data-id="step-button"]{
background: #303030B2 !important;
border-radius: 0 !important;
border: 1px solid #303030B2 !important;
color: #FDFDFD !important;
font-family: Space Grotesk,sans-serif !important;
}
/* Buttons */
.lenus-form .lenus-form-controls > button{
background: #303030B2 !important;
border-radius: 0 !important;
border: 1px solid #303030B2 !important;
color: #FDFDFD !important;
font-family: Space Grotesk,sans-serif !important;
}


/* Custom CSS */

/*COLORS
Green: #144444
White: #FEFFFB
Light green: #C7D3D0
Grenn CTA: #26a69c
Color title span : #1c8580
*/


    .jciiOs {
        display: none !important;
        font-family: 'Ezra' !important;
        font-weight: 500 !important;
    }
    .lenus-form [data-id="step-header"] {
        color: #144444 !important;
        font-family: 'Ezra' !important;
    }
    .lenus-form .lenus-progressbar > div > div {
        border-radius: 30px !important;
        background: #ECF0ED !important;
        height: 8px !important;
    }
    .wlSZP {
        background: #1c8580 !important;
    }
    .lenus-option [data-id="step-button"] {
        border-radius: 35px !important;
        background: #1c8580 !important;
        color: #FEFFFB !important;
        border: none !important;
        font-family: 'Ezra' !important;
        padding: 15px !important;
        
    }
    .lenus-form .lenus-form-controls > button {
        border-radius: 30px !important;
        border: none !important;
    }


.shadow {
    box-shadow:
  0px 0px 2.2px rgba(0, 0, 0, 0.011),
  0px 0px 5.3px rgba(0, 0, 0, 0.016),
  0px 0px 10px rgba(0, 0, 0, 0.02),
  0px 0px 17.9px rgba(0, 0, 0, 0.024),
  0px 0px 33.4px rgba(0, 0, 0, 0.029),
  0px 0px 80px rgba(0, 0, 0, 0.04)
;
}

.swing-in-top-fwd {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

[data-aos="swing-in-top-fwd"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos="swing-in-top-fwd"].aos-animate {
  opacity: 1;
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}


.text-focus-in {
  -webkit-animation: text-focus-in 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
[data-aos="text-focus-in"] {
  opacity: 0;
  transition-property: opacity, filter;
}

[data-aos="text-focus-in"].aos-animate {
  opacity: 1;
  -webkit-animation: text-focus-in 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


/* Custom CSS */

.title span {
    font-weight: bold !important;
    color: #1c8580 !important;
}

.p span {
    font-weight: 400 !important;
}