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

/*
    Fix horizintal scrolling issue
*/

@media only screen and (max-width: 668px){
	#container {
		overflow: hidden !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;
}




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

@media only screen and (min-width: 868px){.form {
  min-height: 620px!important;
}
}
.footer a {
	color:#ffffff;
}

.footer a:hover {
	color:#ffffff50;
}
.nav {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.wpbf-navigation {
display:none!important;
}
 
/*
   Custom Buttons
*/

.button-scroll {
 display:flex;
 align-items:center;
 justify-content:center;
 position:absolute;
 max-width:300px;
 max-height:300px;
 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: 30%;
}

.button-scroll:hover .scroll-inner {
 transition-duration: 300ms;
  transform: scale(1.3)
}

.button-scroll:hover .scroll-icon {
  transition-duration: 500ms;
  transform: scale(1.2)
}


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

@-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)
 }
}


@media only screen and (max-width: 668px){


.swiper-slide-inner {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

img.swiper-slide-image {
	height: 90% !important;
	width: 100%;
	object-fit: cover;
	padding:10px;
}
	


img.swiper-slide-image {
	height: 90% !important;
	width: 100%;
	object-fit: cover;
	padding:0px;
}
}

@media only screen and (min-width: 568px){


.swiper-slide-inner {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

img.swiper-slide-image {
	height: 90% !important;
	width: 100%;
	object-fit: cover;
	padding:10px;
}
	


img.swiper-slide-image {
	height: 90% !important;
	width: 100%;
	object-fit: cover;
	padding:0px;
}
}

/*arrows*/
.eicon-chevron-left, .eicon-chevron-right {
	background:#9CB5B4;
		padding:10px;
	border-radius:300px
}
.eicon-chevron-left:hover, .eicon-chevron-right:hover {
	background:#294953;
		padding:10px;
	border-radius:300px;
	    transition-duration: 500ms;
  transform: scale(1.1)
}
.elementor-swiper-button{
    position: relative;
	
}


.elementor-swiper-button{

    border-radius: 50px;
    padding: 10px;
    transition:0.3s ease all;
    margin-top:10px;
    z-index: 1000;

    position: relative;
}


.spin svg  {
    animation: rotation 35s linear infinite;
}

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

/*-------LENUS-form-------*/

.lenus-form .lenus-form-controls > button {
	border-radius: 100px !important;
}
 
 .lenus-form .lenus-step .lenus-option span {
	 
    padding: 10px 10px !important;
    background: #9cb5b4 !important;
    border-radius: 300px!important;
	
   	border:0px solid #294953!important;
	color: #ffffff !important;
	  font-size:13px!important;
	 font-family: poppins!important;
	 text-transform:uppercase!important;
}


.lenus-form .lenus-step .lenus-option  {
    color: #ffffff !important;
   	border:0px solid #294953!important;
	border-radius:400px;
	overflow: hidden;
	position: sticky;
}


 .lenus-form .lenus-form-controls > button {
	border-radius: 0 !important;
	color:#294953!important;
    background: #9cb5b450 none repeat scroll 0% 0% !important;
    border-color: transparent!important;
	 font-size:13px!important;
	 font-family: helvetica!important;
	 text-transform:uppercase!important;
	 
}



.lenus-form .lenus-progressbar > div > div, 
.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, 
.lenus-form .lenus-form-controls > button:nth-child(1)  {
	background: #9cb5b450!important;
    border-radius: 300px !important;
}

.lenus-form .lenus-step .lenus-option input:checked + span {
padding: 10px 10px !important;
    background:  !important;
    border-radius: 300px !important;

	color: black !important;
	  font-size:13px!important;
	 font-family: poppins!important;
	 text-transform:uppercase!important;
    
}

.lenus-form .lenus-input-label > select > option {
    color: #294953!important;
}



.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, 
 .lenus-form .lenus-form-controls > button:nth-child(1)  {
	background:#9cb5b420 !important;
    border-radius: 30px !important;
	border:0px solid !important;
	 border-color: #E6C29C!important;
		COLOR:#294953!important;
}

.lenus-form .lenus-form-controls > button {
	border-radius: 100px !important;
	COLOR:#294953!important;
}
.lenus-form .lenus-form-controls > button:hover {
	border-radius: 100px !important;
	COLOR:#000!important;
	background:#9cb5b440; 
}

.lenus-form header.jBRaOc {
	display: none;
}

.lenus-form .fuVhic {
	background: #294953 !important;
}

.lenus-form section.lenus-progressbar {
	padding: 0;
}

.lenus-form .lenus-form-titles .dpwlmf {
    color: #294953 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

.lenus-form .lenus-step .kvVitI{
    color: #294953 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 20px 0 25px 0 !important;
}




/*-------Password Protected Page-------*/

form.post-password-form {
	min-height: 80vh;
    padding: 100px 5% 100px 5%;
    max-width: 600px;
    margin: auto;
}

form.post-password-form input {
	margin-top: 30px;
}