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

.phone-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.phone-container .phone {
	position: relative;
	width: 350px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	background-repeat: no-repeat;
	background-image: url(http://maddepaulsson.com/wp-content/uploads/2022/07/iphone-container.png);
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center center;
	padding: 0;
}

.phone-container .phone .video-container {
    -webkit-transform: scale(0.87);
    -ms-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-mask-image: url('http://maddepaulsson.com/wp-content/uploads/2022/07/app-mask-tt.png');
    mask-image: url('http://maddepaulsson.com/wp-content/uploads/2022/07/app-mask-tt.png');
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding: 0;
    left: 0.5px;
    position: relative;
}

@media only screen and (max-width: 768px) { .phone-container .phone .video-container {
		-webkit-transform: scale(0.87) !important;
    -ms-transform: scale(0.87) !important;
    transform: scale(0.87) !important;
	}
	.elementor-20 .elementor-element.elementor-element-547d6ec .swiper-slide {
    height: 400px;
}
}

.phone-container .phone .video-container video {
	position: relative;
	padding: 0px;
	width: 100%;
	height: 100%;
}

ul#menu-2-08d327e > li > a {
    line-height: 50px;
}

*:focus-visible {
  border:5px solid var(--e-global-color-primary)!important;
	box-shadow:0px 0px 10px var(--e-global-color-accent);
}
  
/* Set the default focus state for mouse and mobile users. This is to prevent awkward situations on mouse click */
a:focus:not(:focus-visible) {
border:2px solid!important;
	box-shadow:none!important;
}

/* Leadform */
/* Progress Bar */
.lenus-form .lenus-progressbar > div > div {
	border-radius: 50px !important;
	position: sticky !important;
}

/* Question */
.lenus-form [data-id="step-header"] {
		font-family: "Mansrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

/* Options */
.lenus-option [data-id="step-button"] {
		border: #30343f 1px solid !important;
    border-radius: 30px !important;
    background-color: transparent !important;
	font-family: "Mansrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
		padding: 15px 30px !important;
}

/* Buttons */
.lenus-form .lenus-form-controls > button {
	    border: #30343f 1px solid !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    font-family: "Mansrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 15px 100px !important;
}

/* Disabled button */
.lenus-form .lenus-form-controls .lenus-button:disabled {
	border: #30343f 1px solid !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    font-family: "Mansrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 15px 100px !important;
		color: black !important;
}

/* Active */
.lenus-form .lenus-step .lenus-option input:checked + span {
	color: #c97b84 !important;
	background-color: transparent !important;
}

.lenus-form .lenus-input-label > textarea, 
.lenus-form .lenus-input-label > input, 
#phone.form-control, 
.lenus-form .lenus-input-label > select {
	padding: 20px !important;
	min-height: 120px !important;
}

@media only screen and (max-width: 980px) {
.lenus-form .lenus-input-label > textarea, 
.lenus-form .lenus-input-label > input, 
#phone.form-control, 
.lenus-form .lenus-input-label > select {
		padding: 15px 50px !important;
	}
}

/* Annie Styling of Slider */

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

.app .elementor-testimonial__image img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
}

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

.app .elementor-swiper-button i {
    position: relative;
		color: var( --e-global-color-text ) !important;
}

.app .elementor-testimonial__footer {
	padding-right: 0 !important;
}

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

.swiper-slide-inner {
    padding: 0 !important;
}

.elementor-repeater-item-6e3b1ff.swiper-slide.swiper-slide-active, .elementor-repeater-item-08e7bd3.swiper-slide.swiper-slide-active, .elementor-repeater-item-08e7bd3.swiper-slide.swiper-slide-active, .elementor-repeater-item-3b081fd.swiper-slide.swiper-slide-duplicate.swiper-slide-active, .elementor-repeater-item-3b081fd.swiper-slide.swiper-slide-active {
	height: 450px !important;
}