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

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

/* Lenus Form */
/*Title*/
.lenus-form-titles > [data-id="form-title"]{
color: #FDFDFD !important;
font-size: 1rem !important;
font-family: Space Grotesk,sans-serif !important;
}
/* Progress Bar */
.lenus-form .lenus-progressbar > div > div{
border-radius: 0 !important;
background: #303030B2 !important;
}
/* Question */
.lenus-form [data-id="step-header"] {
font-family: Space Grotesk,sans-serif !important;
color: #FDFDFD !important;
}
/* Options */
.lenus-option [data-id="step-button"]{
background: #303030B2 !important;
border-radius: 0 !important;
border: 1px solid #303030B2 !important;
color: #FDFDFD !important;
font-family: Space Grotesk,sans-serif !important;
}
/* Buttons */
.lenus-form .lenus-form-controls > button{
background: #303030B2 !important;
border-radius: 0 !important;
border: 1px solid #303030B2 !important;
color: #FDFDFD !important;
font-family: Space Grotesk,sans-serif !important;
}

/*banner form*/
.form-outer-div{
  max-width: 603px;
}
.banner-form{
  text-align: center;
  background-color: #515640;
  padding: 39px 50px;
border-radius: 80px 0px 80px 0px;

}


.rating {
  margin: 12px 0;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rating span{font-size: 20px;font-weight: 400;}
.rating a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.progress-bar {
  width: 100%;
    height: 8px;
    background: #4d6c5d;
    border-radius: 30px;
    margin-bottom: 28px;
    position: relative;
}

.progress {
  width: 30%;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 30px;
}
.b-question {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #35492d;
    margin: 0px 0 27px;
  text-align: center;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  text-transform: capitalize !important;
}
.b-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 15px 0;
    justify-content: center; 
}

.b-options:has(:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr); 
    justify-content: center;
}

.b-options button {
  background: #4D6C5D;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    text-transform: capitalize !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    border-radius: 8px !important;
    font-weight: 600;
}
.b-options input {
  background: #4D6C5D !important;
  border: none !important;
  padding: 10px !important;
  border-radius: 8px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.b-options input:focus {
  border: 1px solid #ffffffd6;
  outline: none;
}
.b-options input::placeholder{
  color: #fff;
}
.progress-main {
  max-width: 560px !important;
  margin: auto;
}
.form-description p {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  color: #35492d;
  margin-top: 31px;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.questions-option textarea {
  background: #4D6C5D;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.questions-option textarea:focus{
  border: 1px solid #ffffffd6;
  outline: none;
}

.b-options button:hover {
  background: #637d70;
}
.next-btn-sec{
  display: flex;
  justify-content: center;
  margin-top: 33px;
  gap: 40px;
}
.next-btn {
  background: #ffffff;
    color: #000000;
    border: none;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 600;
   cursor: pointer;
    box-shadow: 8px 0px 16px 0px rgba(0, 0, 0, 0.08);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    border-radius: 8px !important;
    letter-spacing: 3px;
    height: 51px;
}
.next-btn span img {
  margin-left: 16px;
  margin-top: -3px;
}
.prev-step img{    margin-top: -2px;
  margin-right: 12px;}

.upload-btn {



  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 17px;
  cursor: pointer;
 
  font-size: 16px;
  background: white;

  position: relative;
}

.upload-btn label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.upload-btn img {
  width: 20px;
  height: 20px;
}

.upload-btn input {
padding: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-btn input::placeholder{
  visibility: 1;
}

.uploadimage span{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.uploadimage{
    position: absolute;
}
.uploadimage p{
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 4px;
}
.full-body-image .elementor-widget-container::before{
  content: "";
  display: block;
  width: 109px;
  height: 63px;
  background-color: white;
  position: absolute;
  left: -1px;
  z-index: -1;
  bottom: -45px;
}
.imagebg{
  z-index: 0;
}

/* responsive */
@media (max-width: 1100px) {
  .b-options {
      gap: 13px 30px;
      grid-template-columns: repeat(1, 1fr);
  }
  .next-btn {
    padding: 5px 20px;
    font-size: 14px;
}
.next-btn-sec {gap: 20px;}
.b-options button {
  padding: 12px;
  font-size: 16px;
}
}
@media (max-width: 768px) {
  .b-question {
    font-size: 18px;
    line-height: 27px;}
    .progress-bar {margin-bottom: 25px;}
    .elementor-element-af7df30 {margin-bottom: -500px !important;}
}
