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


/* form_fix_HEIGHT*/
@media only screen and (max-width: 768px){.form {
  min-height: 420px!important;
}
}


/* form_fix_HEIGHT*/
@media only screen and (max-width: 768px){.form {
  min-height: 420px!important;
}
}
/*pop up bttn*/
.button  {
	color:#fff!important;
	font-family: helvetica!important;
	text-transform: uppercase;
	font-size: 22px;
	font-weight:300;
	letter-spacing:1px;
	text-align:center;
	padding:15px 20px;
	border: solid 2px;
	border-radius:10px;
}
.button:hover  {
	color:#183592!important;
	background:#fff!important;
	border: solid 2px #183592;
	  
}

.button-1  {
	color:#fff!important;
	font-family: helvetica!important;
	text-transform: uppercase;
	font-size: 22px;
	font-weight:300;
	letter-spacing:1px;
	text-align:center;
	padding:15px 20px;
	border: solid 2px #183592;
	border-radius:10px;
	background:#183592;
}
.button-1:hover  {
	color:#183592!important;
	background:#fff!important;
	border: solid 2px #183592;
	  
}

/*
    Popop box
*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 150px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width:40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #3333337d;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}



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


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

.paragraph .word{

transition:0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition-delay: calc(.1s + (.1s * var(--line-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);         
}



/* Thank you page Steps bagde */
.ha-steps-label {
	margin: -10px -20px 0 0;
}

