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

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

.eicon-close:hover {
	color:#ffffff60!important;
	font-size:25px;
}
header#header  {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.wpbf-navigation {
background-image: transparent !important;
background-color: transparent !important;
}
.elementor-35 .elementor-element.elementor-element-3408ccb .premium-carousel-wrapper .slick-arrow {
    background: #A6FF00;
    width:70px;
    height:70px;
    top:90%;
    overflow: hidden;
}
.elementor-35 .elementor-element.elementor-element-3408ccb .premium-carousel-wrapper .slick-arrow:hover {
    background: #000;
    width:70px;
    height:70px;
    top:90%;
    overflow: hidden;
}


.elementor-35 .elementor-element.elementor-element-3408ccb .premium-carousel-wrapper .slick-arrow{ left:5px;

}

/* Styling of Slider */

	.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 {
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
}

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

.app .elementor-swiper-button{
    border: 2px solid;
    border-radius: 50px;
    padding: 10px;
    transition:0.3s ease all;
    margin-top:50px;
    z-index: 1000;
		background: var(--e-global-color-9356296);
	position: relative;
}

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

.app .elementor-swiper-button:hover {
    background: var(--e-global-color-primary);
    transition:0.3s ease all;
	border-color: var(--e-global-color-primary);
}

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


/*
   iPhone Video
*/

/*carousel_fix_tabl+desktop*/
@media only screen and (min-width:768px){
.swiper-slide-inner {
    display: block !important;
    position: relative !important;
    height: 350px  !important;
    overflow: hidden !important;
}

img.swiper-slide-image {
	height: 90% !important;
	width: 100%;
	object-fit: cover;
	padding:0px;
}
	}
@media only screen and (max-width:768px){
.swiper-slide-inner {
    display: block !important;
    position: relative !important;
    height: 350px  !important;
    overflow: hidden !important;
}

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



/*arrows*/
.eicon-chevron-left, .eicon-chevron-right {
	background:#fff;
		padding:5px;
	border-radius:300px
}
.eicon-chevron-left:hover, .eicon-chevron-right:hover {
	background:#758165;
		padding:5px;
	border-radius:300px;
	    transition-duration: 500ms;
  transform: scale(1.1)
}

/*
.elementor-swiper-button{
    position: relative;
	
}
*/


.elementor-swiper-button{

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

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

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

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-menu-container.active > nav#navigation {background:#2B311C!important;}

@media only screen and (min-width: 600px) {
  .phone-container .phone{
	border-radius: 31.1121px;
	position: relative;
	width: 305px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(http://lifteatrepeat.net/design/NoAverage/wp-content/uploads/2022/05/iphone-container.png);
	background-size:100%;
	padding-right:18px;
	padding-bottom:150px;
	padding-top:10px;
	padding-left:18px;
}
.phone-container .phone video {
    position: relative !important;
    width: 100% !important;
    margin-bottom: -4% !important;
    z-index: -1 !important;
}
 
}

@media only screen and (max-width: 600px) {
  .phone-container .phone{
	border-radius: 31.1121px;
	position: relative;
	width: 295px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(http://lifteatrepeat.net/design/NoAverage/wp-content/uploads/2022/05/iphone-container.png);
	background-size:90%;
	padding-right:38px;
	padding-bottom:150px;
	padding-top:15px;
	padding-left:18px;
}
.phone-container .phone video {
    position: relative !important;
    width: 100% !important;
    margin-bottom: -4% !important;
    z-index: -1 !important;
}
 
}




