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

html, body {
   max-width: 100% !important;
    overflow-x: hidden !important;
}

.wpbf-padding-medium {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}

/* 
 Lenus Form
*/

.lenus-form .lenus-step .lenus-option span {
    padding: 15px 15px !important;
    background: #FCFAF5 !important;
    border-radius: 0 !important;
	border-color: #383838 !important;
	border: 1.5px solid !important;
}

.lenus-form .lenus-progressbar > div > div, .lenus-form .lenus-form-controls > button,
.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 {
	background: #FCFAF5 !important;
    border-radius: 0 !important;
	border-color: #383838 !important;
	border: 1.5px solid !important;
	color: #383838 !important;
}


/*
    Header Menu
*/

.home header#header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.home .wpbf-navigation {
    background: transparent;
}

.home ul.sub-menu {
    background-color: #00000080 !important;
}

.home .admin-bar header#header {
    top: 30px;
}

.home .menu-item-has-children:not(.wpbf-mega-menu) .sub-menu li:hover {
    background-color: #464646c7 !important;
}

.wpbf-navigation .wpbf-menu a, .wpbf-mobile-menu a, .wpbf-close, .wpbf-menu-right .wpbf-menu a, .wpbf-menu-left .wpbf-menu a, .wpbf-menu-stacked .wpbf-menu a, .wpbf-menu-stacked-advanced .wpbf-menu a, .wpbf-menu-centered .wpbf-menu a, .wpbf-pre-header .wpbf-menu a, .wpbf-page-footer .wpbf-menu a {
    padding: 10px 20px !important;
}


/*
    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: #000 !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: rgb(255, 255, 255) 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;
}

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

/* Modal */

.modal-window {
  position: fixed;
  background-color: rgba(37, 57, 73, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  max-width: 95%;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2em;
  text-align: center;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 250%;
  margin: 0 0 50px;
  color: #fff;
}

.modal-close {
  color: #fff;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30px;
  width: 40px;
  text-decoration: none;
  line-height: 0;
}

.modal-close svg {
	fill: #ffffff;
}

.modal-close:hover {
  background: #FF3232;
}

.modal-close:hover svg {
  fill: #000000;
}

/*
 Headline Wrapper
*/

.headline-container {
    overflow:hidden;
    display:block;
    will-change: transform;
}

.headline-wrapper {
    position:relative;
    overflow:hidden;
}

/*
 Image Block
*/

.image-wrapper{
    position:relative;
    overflow:hidden;
    height:100%;
    width:100%;
    margin:0 auto;
}

.image-overlay {
   width:100%;
   background-color: #F5B35A;
   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="heading-anim"] {
	-webkit-transform: translateY(105%) skewX(50deg);
	-moz-transform: translateY(105%) skewX(50deg);
	transform: translateY(105%) skewX(50deg);
	opacity:0;
}

[data-aos="heading-anim"].aos-animate {
	-webkit-transform: translateY(0%) skewX(0deg);
	-moz-transform: translateY(0%) skewX(0deg);
	transform: translateY(0%) skewX(0deg);
	opacity:1;        
}

[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.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

[data-aos="scale-down"].aos-animate {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);         
}


/*
   Custom Buttons
*/

.button-scroll {
 display:flex;
 align-items:center;
 justify-content:center;
 position:absolute;
 max-width:150px;
 max-height:150px;
 width:100%;
 height:100%;
 z-index:11
}

@media (min-width:768px) {
 .button-scroll {
  	display:flex;
 }
}

.button-scroll .scroll-element{
 	position:absolute;
}

.button-scroll .scroll-background {
 	transform:rotate(0deg);
 	transition:transform .6s cubic-bezier(.65,.05,.36,1);
	animation: rotation 10s infinite linear;
}

.button-scroll .scroll-inner {
 transform:rotate(0deg);
 transition:transform .8s cubic-bezier(.65,.05,.36,1);
 	width: 65%;
}

.button-scroll .scroll-icon {
	 width: 25%;
}

.button-scroll:hover .scroll-inner {
 	transform:rotate(-180deg);
}

.button-scroll:hover .scroll-icon {
 	-webkit-animation:hand-animation .4s linear;
 	animation:hand-animation .4s linear;
}

.button-scroll:hover .scroll-icon.left {
 	-webkit-animation:hand-left-animation .4s linear;
 	animation:hand-left-animation .4s linear;
}

@keyframes rotation {
 from {
  transform:rotate(0deg);
 }
 to {
  transform:rotate(359deg);
 }
}

@-webkit-keyframes hand-animation {
 0% {
  transform:translateY(0)
 }
 20% {
  transform:translateY(-10px)
 }
 80% {
  transform:translateY(10px)
 }
 to {
  transform:translateY(0)
 }
}

@keyframes hand-animation {
 0% {
  transform:translateY(0)
 }
 20% {
  transform:translateY(-10px)
 }
 80% {
  transform:translateY(10px)
 }
 to {
  transform:translateY(0)
 }
}

@-webkit-keyframes hand-left-animation {
 0% {
  transform:translateX(0)
 }
 20% {
  transform:translateX(-10px)
 }
 80% {
  transform:translateX(10px)
 }
 to {
  transform:translateX(0)
 }
}

@keyframes hand-left-animation {
 0% {
  transform:translateX(0)
 }
 20% {
  transform:translateX(-10px)
 }
 80% {
  transform:translateX(10px)
 }
 to {
  transform:translateX(0)
 }
}

/* 
 Cookie Banner
*/

@media screen and (max-width: 768px) {
	#cookie-law-info-bar {
		font-size: 12px !important;
		text-align: center;
		font-weight: 300;
	}
}

/*
    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: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  margin-bottom: -50px;
  text-align: center;
  margin-top: 50px;
}
.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%;
  }
}


/*
    Text Circle
*/

svg#ellipse text {
    text-transform: uppercase;
    font-weight: lighter;
    stroke: unset;
    fill: #f6ddd6;
    font-family: "Magistic", Sans-serif;
}

#wrap {
transform: rotate(10deg);
}

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