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

.nav {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.wpbf-navigation {
display:none;
}

.footer a {
	color:#000;
	
}

.footer a:HOVER {
	color:#00000080;
	
}

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

.lenus-form {
    padding: 0 !important;
}
.lenus-step > div {
    padding: 0 !important;
}
.lenus-form header {
    display: none !important;
}

.lenus-form-titles > [data-id="form-title"]{
	color: #fff !important;
	font-size: 1rem !important;
	font-family: poppins!important;
}

/* progress-bar */
.lenus-progressbar div div {height: 20px !impirtant; border: 1px solid #FC7026 !important; background-color: #ffffff !important; border-radius: 300px !important}
.lenus-progressbar div div div {height: 18px !impirtant; border: none !important; background-color: #FC7026 !important; border-radius: 300px !important}

/* Question */
.lenus-form [data-id="step-header"] {
	font-family: poppins!important;
	color: #4C0202 !important;
	font-size: 1rem!important;
	text-shadow: none !important;
}

 .lenus-form .lenus-step .lenus-option span {
    padding: 10px 10px !important;
	border-radius: 100px!important;
    background: #FC7026 !important;
	color: #ffffff !important;
	font-size:13px!important;
	font-family: poppins!important;
	border:none !important;
}

.lenus-form .lenus-step .lenus-option span:hover {
    background: #ca3805 !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: #FFFFFF; !important;
    border-radius: 20px !important;
	color: #000000 !important;
	background:#FFFFFF90!important;
}	

 .lenus-form .lenus-form-controls .lenus-button:disabled {
	background:transparent!important;
	 
    border-radius: 100px !important;
	border: 1px solid #EFE5D8 !important;
    color: rgb(170, 170, 170) !important;
    opacity: 0.6 !important;
}

.lenus-form .lenus-form-controls > button {
	border-radius: 100px !important;
}

.eicon-close {
	color:#EFE5D8!important;
	font-size:25px;
}
.eicon-close:HOVER {
	color:#EFE5D850!important;
	font-size:25px;
}


/* Column Zoom */
.zoom {
    transition: 1s ease;
}


/* Plans - Description */
.plans-description .elementor-widget-container{
    margin-bottom: 80px !important;
} 
/* Buy Now button */
.left-btn {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 20px 0;
}


/* Phone Video */

.phone-container {
    display: flex;
    justify-content: center;
}
.phone-container .phone {
    position: relative;
    width: 350px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(https://coach-webops.com/design/rettfit/wp-content/uploads/2023/12/iphone-13.webp);
    background-size: 100%;
    padding: 15px 10px;
}
.phone-container .phone video {
	position: relative !important;
	width: 100% !important;
	margin-left: 2px !important;
	z-index: -1 !important;
	border-radius: 20px;
	margin-top: px;
}

/* App Section Mobile View */

.app .elementor-testimonial__content {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	}

.app .elementor-testimonial__image img {
	border-radius: 0 !important;
}

.app .elementor-testimonial {
	align-items: center;
}

.app .elementor-swiper-button{
    border: 2px solid;
    border-radius: 0px;
    padding: 10px;
    transition:0.3s ease all;
    margin-top:50px;
    z-index: 1000;
		background: #505050;
	position: relative;
}

.app .elementor-swiper-button i {
    position: relative;
		color: #fff;
}

.app .elementor-swiper-button:hover {
    background: #E7EAEB;
    transition:0.3s ease all;
	border-color: TRANSPARENT;
}

@media (max-width: 768px) {
	.app .elementor-testimonial {
		text-align: center;
			-webkit-box-orient: horizontal;
	-webkit-box-direction: inherit;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	}
.app .swiper-container {text-align: center;
	}
	
	.app .elementor-testimonial__content {
		margin-bottom: 0px;
	}
}

/*-------fix zoom on mobile devices-------*/
@media (max-width: 479px) {
.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{
	font-size: 16px !important;
}
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}