/* 
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*/
/*Universal extra controls*/

.e-rotation{
    transform: rotate(-45deg)
}

.e-overflow{
    overflow:hidden;
}

.e-centerHeading {
    position: absolute;
    top: 50%;
    /* adjust top up half the height of a single line */
    margin-top: -0.5em;
    /* force content to always be a single line */
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    height:100%;
}

.e-descriptionWrapper{
    position:relative;
    height:100%;
}

.e-navIcon{
    line-height: 0.9;
}

.e-rotate{
    transform: rotate(90deg);
}
.e-rotateCounter{
    transform: rotate(270deg);
}

/*Lead Form Corrections*/
.lenus-progressbar div>div {
    border-radius:0px !important;
    border:1px solid #463B36!important;
}
.lenus-step span{
    border-radius:0px !important;
}

.lenus-form-controls button{
    border-radius:0px !important;
    border-color: #463B36 !important;
    border-width:1px !important;
}

.lenus-form-controls button:focus{
    border:1px solid #463B36 !important;
}

/*Hamburger menu button*/

#wrapper {
	display:inline-block;
	border-radius:500px;
	margin:10px;
	position: relative;
  	padding:10px;
	cursor:pointer;
}
.circle {
	width:50px;
	height:50px;
	position:relative;
}
.line {
	position: absolute;
	height: 3px;
	width:100%;
	background:black;
	border-radius:0px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.top {
	top:18%;
}
.middle {
	top:48%;
	width:80%;
	right:0;
}

.icon.close .top {
	transform:rotate(45deg);
	top:48%;
}
.icon.close .middle, .icon.close {
	transform:rotate(105deg);
	top:50%;
	width:50px;
}

/*Animated Headings Settings*/

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

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

/*Slide Text Animation*/


.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: matrix(1, 0.5, 0.5, 1, 100, 100);
	opacity:0;
}
	
100% {
	
	transform: matrix(1, 0, 0, 1, 0, 0);
	opacity:1;
 }	
}


@-webkit-keyframes slideText {
0% {
	-webkit-transform: matrix(1, 0.5, 0.5, 1, 100, 100);
	opacity:0;
}
		
100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity:1;
 }	
}


/*Button*/

.custom-btn {
  padding: 15px 65px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  font-family: "gill-sans-nova";
  color:#FFB2A5;
  font-size: 20px;
}

.btn {
  border: 2px solid #FFB2A5;
  z-index: 1;

  overflow:hidden;
}
.btn:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #FFB2A5;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #463B36;
}

.btn:hover:after {
  left: 0;
  height: 100%;
}
.btn:active {
  top: 2px;
}
.centerBtn{
    text-align: center!important;
}

.invertBtn{
  color:white!important;
  border-color:white;
}

.invertBtn:after{
  background-color: white!important;
}
.invertBtn:hover{
      color:#FFB2A5!important;
}
/*Mobile Settings*/

@media only screen and (max-width:767px){
    .e-centerHeading {
    position: relative;
    width: 100%;
    height:auto;
    top:0;
}

.e-descriptionWrapper{
    height:auto;
}
.e-mobileHeadingColor{
    color:white!important;
}
	.lenus-step>div{
		color:white!important;
	}
}