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


/*Custom CSS*/

/*General CSS*/
.e-rotate{
    transform: rotate(35deg);
}
.e-overflow{
    overflow:hidden;
}

.lenus-option span, .lenus-form-controls button{
    border-radius:100px!important;
}
/*Animated heading styles*/

.headingLine{
    overflow:hidden;
    display:block;
    transform: translateY(100%);
    will-change: transform;
}

.headingWrapper{
    position:relative;
    overflow:hidden;
}

/*Slide Text*/


.slideText{
	animation-name: slideText;
	-webkit-animation-name: slideText;
	-moz-animation-name: slideText;

	animation-duration: 0.6s;	
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;

	animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);	
	-webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	-moz-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);

	visibility: visible !important;	
	animation-fill-mode: forwards;
	animation-delay:0.2s;
}

@keyframes slideText {
0% {
	transform: translateY(100%);
}
	
100% {
	
	transform: translateY(0%);
 }	
}


@-webkit-keyframes slideText {
0% {
	-webkit-transform: translateY(100%);
}
		
100% {
	-webkit-transform: translateY(0%);
 }	
}

/*Heading Animation Delays*/
.headingWrapper:nth-child(2) > .headingLine
{
    animation-delay: 0.3s;
    
}

.headingWrapper:nth-child(3) > .headingLine
{
    animation-delay: 0.5s;
    
}

.headingWrapper:nth-child(4) > .headingLine
{
    animation-delay: 0.7s;
    
}

/*Button Animation*/
.button-wrapper{
        display: inline-block;

}

.button-wrapper a:hover{
    background-color: #1EEC36;
    transition: background-color 0.3s;
    color:#1EEC36;
}


/* Slide up same word */

.button-wrapper a {
    padding:1.2em 4em;
    border:2px solid #070707;
    transition: background-color 0.3s;
    overflow: hidden;
    height:4em;
    color:#070707;
    position:relative;
    display: inline-block;
    text-align: center;
    font-family: "nimbus-sans-extended";
    text-transform: uppercase;
    border-radius:100px;

}


.button-wrapper a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.button-wrapper a span::before {
	position: absolute;
	color:#F7F7F7;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	    width: 100%;
}

.button-wrapper a:hover span::before{
    color:#070707;
}
.button-wrapper a:hover span {
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	transform: translateY(-110%);
}


.home .navBar {
    background-color: rgba(0,0,0,0)!important ;
    margin-bottom:-8%;
}

.navBar {
    background-color: #070707!important
    margin-bottom:0%;
}
/*Additional Buttons*/
.button-wrapper-online{
        display: inline-block;
}
.button-wrapper-online a:hover{
    background-color: #1EEC36;
    transition: background-color 0.3s;
    color:#1EEC36;
}
.button-wrapper-online a {
    padding:1.2em 4em;
    border:2px solid #f7f7f7;
    transition: background-color 0.3s;
    overflow: hidden;
    height:4em;
    color:#f7f7f7;
    position:relative;
    display: inline-block;
    text-align: center;
    font-family: "nimbus-sans-extended";
    text-transform: uppercase;
    border-radius:100px;
}
.button-wrapper-online a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.button-wrapper-online a span::before {
	position: absolute;
	color:#070707;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	    width: 100%;
}
.button-wrapper-online a:hover span::before{
    color:#f7f7f7;
}
.button-wrapper-online a:hover span {
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	transform: translateY(-110%);
}

.button-wrapper-buy{
        display: inline-block;
}
.button-wrapper-buy a:hover{
    background-color: #1EEC36;
    transition: background-color 0.3s;
    color:#1EEC36;
}
.button-wrapper-buy a {
    padding:1.2em 4em;
    border:2px solid #070707;
    transition: background-color 0.3s;
    overflow: hidden;
    height:4em;
    color:#070707;
    position:relative;
    display: inline-block;
    text-align: center;
    font-family: "nimbus-sans-extended";
    text-transform: uppercase;
    border-radius:100px;
}
.button-wrapper-buy a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.button-wrapper-buy a span::before {
	position: absolute;
	color:#F7F7F7;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	    width: 100%;
}
.button-wrapper-buy a:hover span::before{
    color:#070707;
}
.button-wrapper-buy a:hover span {
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	transform: translateY(-110%);
}


/*Tablet Changes*/
@media only screen and (max-width:900px){
    .e-rotate{
    transform: rotate(0deg);
}
}
/*Mobile Changes*/
@media only screen and (max-width:600px){
.home .navBar {
    background-color: #070707!important;
    margin-bottom:0%!important;
}
}

