/* 
Theme Name: Blue Mountain
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Vertical nav menu padding fix */
.elementor-nav-menu--layout-vertical .menu-item a{
    padding: 0 !important;
}
.elementor-nav-menu--layout-vertical .menu-item a:hover{
    color: #ccc;
}
.elementor-nav-menu--layout-vertical .menu-item a::after{
    display: none !important;
}


/*shadow gradient at the bottom*/
.bottom-shadow{
    position: relative;
}

.bottom-shadow::after{
    content: "";
    position: absolute;
    left:0;
    right:0;
/*     top: calc(100vh - 450px); */
	bottom: 0;
    display: block;
    height:450px;
    background:linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 9;
}

.bottom-shadow.small::after{
    height:150px;
}


@media (max-width: 767px) {

.ue-input-wrapper-align{
    position: fixed;
    top: 50px !important;
    right: 20px !important;
	z-index: 999999;
}

}

/* Product single download btn */
.download-btn{
    display: flex;
    width: fit-content;
    align-items: center;
    /* background-color:red; */
    padding:2px;
    position: relative;
    left:-2px;
}

.download-btn svg{
    margin-right:10px;
}

.ue_hamburger > div,
.ue_hamburger > div::before,
 .ue_hamburger > div::after{
	height: 0 !important;
}

.outer-menu:not(.menu-opened) .ue_hamburger > div::before{
	top: -7px !important; 
}
.outer-menu:not(.menu-opened) .ue_hamburger > div::after{
		top: 7px !important; 
        display: none !important;
}

.outer-menu:not(.menu-opened) .ue_hamburger > div{
    top:5px;
    transform-origin: 10px top;
}


#external-client-portal .elementor-icon{
    position: relative;
	left: -1px;
    top: 2px;
}

#external-client-portal .elementor-icon svg{
    width:18px;
    height: 18px;
	transition: .3s all;
}

#external-client-portal:hover .elementor-icon svg{
	transform: scale(1.2);
}

.count-header{
    display: none;
}

.specs-grid{
    display: grid;
    grid-template-columns: auto auto;
}

.gform_body .gfield_label{
    font-size:20px !important;
    color: #49B7FF !important;
    font-weight: 600;
    text-transform: uppercase;
}

.gform_body .gform-field-label{
    color: #fff;
}


.gform-field-label--type-sub{
    display: none !important;
}

.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=number],
.gform_body input[type=tel],
.gform_body textarea{
    background-color: #1f1f1f;
    color:#fff;
    border:0;
    border-radius: 0;
}

.gform_body input[type=checkbox],
.gform_body input[type=radio]{
border-color: #707070 ;
background-color: transparent;
color: #49B7FF !important;
}

.gform_body input[type=checkbox]:checked,
.gform_body input[type=radio]:checked{
    background-color: #49B7FF;
}

.gform-footer .gform_button{
    background-color:#49B7FF !important;
    width: 200px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    border-radius: 100px !important;
    text-align: left !important;
}

.gform-theme--api, .gform-theme--framework{
--gf-color-danger: #FF7566;
}


.elementor-button{
	padding: 12px 12px 12px 24px !important;
}

.elementor-button svg{
	transition: all .3s;
}

.elementor-button:hover svg{
	transform: translateX(2px) scale(1.05);
}

.outlined-btn{
/* 	outline: 1px solid #49b7ff; */
	box-shadow: 0 0 0 1px #49b7ff;
	border-radius: 100px;
	text-transform: uppercase;
}

/* Blends slider  */


.blends-slider {
  display: flex;
/*   margin: 240px auto; */
}

.blends-slider .slide{
  width: 50vw;
  left: 25vw !important;
}

.blends-slider .slide .inner {
  display: flex;
  flex-direction: row;
	width: 100%;
	transform-origin: center;
}


.blends-slider .slide .inner .middle img{
  position: relative;
  z-index:20;
}

.blends-slider .slide .inner .middle .steam{
  position: absolute;
  left: -50px;
  z-index: 10;
  min-height: 450px;
  min-width: 480px;
  transform: scale(1.2) rotateY(180deg);
}


.blends-slider .slide .inner .middle {
  position: relative;
}
.blends-slider .slide .inner .middle img{
transition: .6s all;
}

.blends-slider .slide.is-selected .inner .middle img.product{
  transform: scale(1.2);
}

/* Smoke video */

.blends-slider .slide.inner .middle video{
  position: absolute;
  top: 0;
  display: none !important; 
}

/*  */
/* .blends-slider .slide.is-selected{
	transform: scale(1.2);
} */
.blends-slider .slide .left,
.blends-slider .slide .middle,
.blends-slider .slide .right {
  width: 33.33%;
  height: 500px;
  display: flex;
  justify-content: center;
}


.blends-slider .slide:not(.is-selected) .left > *,
.blends-slider .slide:not(.is-selected) .middle > video,
.blends-slider .slide:not(.is-selected) .right > *  {
  display: none;
}
 
.blends-slider .slide.is-selected{
  /* background-color: purple; */
}

.blends-slider .slide .left,
.blends-slider .slide .right
{
  position: relative;
  z-index: 30;
}

.blends-slider .slide .right {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  /* justify-content: space-between; */
  /* height: 300px !important; */
}


/* TABLES */


.blends-slider .usps{
  margin-top: 20px;
}
.blends-slider .slide .right table{
  border:0;
  padding:0;
}
.blends-slider .slide .right table tr,
.blends-slider .slide .right table th,
.blends-slider .slide .right table td{
  padding: 0;
  border:0;
  text-transform: uppercase;
  /* padding-left: ; */
}

.blends-slider table .first_column{
  color: #49B7FF;
  width: 120px;
}

.blends-slider .blend-order-btn{
  margin-top: 20px;
  width: fit-content;
  padding-right: 30px !important;
  
}




/* Content + quote */
.blends-slider .slide .left {
  /* display: flex; */
  flex-direction: column;
  color: #fff;
}

.blends-slider .slide .quote {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  /* text-align: center; */
}

.blends-slider .slide .quote small {
  color: #708dc5;
}

/* image */
.blends-slider .slide .middle {
    background-size: contain;
    background-repeat: no-repeat;
}

.blends-slider .slide .title {
  color: #49B7FF;
  line-height: 1;
  font-size: 58px;
}

.blends-slider .flickity-viewport {
  width: 100vw;
}

/* DOTS */

.blends-slider .flickity-page-dots {
  display: none;
  bottom: -35px !important;
}
.blends-slider .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
}

.blends-slider .flickity-page-dots .dot.is-selected {
  background-color: #284784;
}

/* .blends-slider .slide.is-selected .left,
.blends-slider .slide.is-selected .right{
	transform: scale(1.1)
} */


.blends-slider .flickity-viewport{
  overflow: inherit !important;
	overflow-y: visible !important;
  /* overflow-x: hidden !important; */
}


.blends-slider .flickity-prev-next-button{
  width: 100px;
  top: -14%;
  height: 100px;
}

.blends-slider .flickity-prev-next-button.previous{
  left: 140px;
}
.blends-slider .flickity-prev-next-button.next{
  right: 140px;
}

.blends-slider .flickity-prev-next-button svg path{
  fill: #fff;
}

.blends-slider .flickity-prev-next-button:hover{
  background-color: #3398da;
}


/* MOBILE */

@media (max-width: 991px) {
	
	.blends-slider .slide.is-selected .inner .middle img.product{
	  transform: scale(1);
/* 	  width: fit-content; */
      height: inherit;
	}
	
	
	.blends-slider .slide:not(.is-selected){
		opacity: 0;
	}
	.blends-slider .slide.is-selected .inner .middle img.steam{
	 	display: none;
	}
	
	

  .flickity-viewport{
    overflow: hidden !important;
    /* overflow-x: hidden !important; */
  }

  .blends-slider{
    margin: 20px auto
  }

  .blends-slider .slide {
    flex-direction: column-reverse;
    width: 100vw;
    left: 0 !important;
  }
	
  .blends-slider .slide .left {
    padding: 40px 20px 80px 20px !important;
    height: 300px;
    padding-bottom: 20px !important;
  }
	
	
	.blends-slider .slide .right {
    height: 360px;
  }

  .blends-slider .slide .inner{
    flex-direction: column;
  }

  .blends-slider .slide .left,
.blends-slider .slide .middle,
.blends-slider .slide .right {
  width: 100%;
}

  .blends-slider .quote {
    font-size: 1.4em !important;
  }

}

/* Machine advice slider */


.machine-advice-slider{
  padding: 80px 0;
}

.machine-advice-slider .flickity-viewport{
	overflow: inherit !important;
	overflow-y: visible !important;
}
  
.machine-advice-slider .slide{
  width: 50%;
}
.machine-advice-slider .slide .inner{
  display: flex;
  flex-direction: row;
}

.machine-advice-slider .slide .left,
.machine-advice-slider .slide .right{
width: 50%;
}
.machine-advice-slider .slide .left{
	text-align: right;
		position: relative;
	z-index: 0;
}


.machine-advice-slider .slide .right{
  padding-left: 20px;
	position: relative;
	z-index: 1;
}


.machine-advice-slider .slide .left img{
	max-width: 600px;
    max-height: 600px;
    margin-left: -110px;
}

.machine-advice-slider .slide .right .brand{
 color: #49B7FF;
 font-size: 30px;
}

.machine-advice-slider .slide .right .serie{
  color: #fff;
  margin-top:-10px;
  font-size: 50px;
 }

 .machine-advice-slider .slide .right a{
  margin-top: 20px;
  display: flex;
  text-transform: lowercase;
 }

.machine-advice-slider .slide .right .usps .specs-grid{
display: flex;
flex-direction: column;
}

/* MOBILE */

@media (max-width: 991px) {
	
	.machine-advice-slider .slide .left img{
		max-height: 280px;
/* 		max-width: 200px; */
	}
	.machine-advice-slider .slide .price{
		transform: scale(.7);
		top: 20px;
		left: 30px;
		z-index: 999;
	}
	
	.machine-advice-slider .slide .right .serie{
		font-size:28px;
	}
	
	.machine-advice-slider .slide .right .brand{
		font-size:20px;
	}
	
	.machine-advice-slider .slide .usps{
		display: none;
	}

  .machine-advice-slider .slide{
    width: 100%;
	height: 460px;
  }
	
	.machine-advice-slider .slide .left,
.machine-advice-slider .slide .right{
width: 100%;
}

  .machine-advice-slider .slide .inner{
    flex-direction: column;
  }
}


/* glow */
.glow{
	width: 900px;
	height: 768px;
	position: absolute;
	top: -384px;
	right:-620px;
	background-image: url("https://bm-staging.xited.nl/wp-content/uploads/2025/05/glow.png");
	background-size: cover;
	z-index: 1;
	pointer-events: none;
}

.glow.left{
	left:-380px;
	right: unset;
}



/* Accordion */

.e-n-accordion-item{
	padding: 10px 0;
}
.e-n-accordion-item::after{
	content: "";
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	height: 2px; 
	display: block;
	background: linear-gradient(to right, black 0%, #6A6868 50%, black 100%);

}

body{
	overflow-x: hidden;
}



/* Hide the horizontal menu when there's not enough space */
@media (max-width: 1250px) {
	.elementor-nav-menu--layout-horizontal{
		display: none;
	}
}


.main-nav .elementor-nav-menu {
	flex-grow: 1;
    justify-content: flex-end;
}


#filter-results .object .features{
	line-height: 1.4;
}


#filter-app .outer-wrapper{
	top: 0 !important;
	background-color: #000;
/* 	background: linear-gradient(180deg, black, #282828); */
    padding-top: 200px;
/* 	margin-left:100px; */
}

#filter-app .filter-item label{
	padding: 0;
}
#filter-app .filter-item .filter-title{
	font-size: 16px;
}

#filter-app #reset-btn{
/* 	display: none; */
}


main#content{
	overflow-x: hidden !important;
	max-width:100vw !important;
}


#app #wrapper{
	padding: 0;
}


#filter-app .outer-wrapper.isMobile{
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:9999;
  padding: 60px 20px 120px 20px;
  width: 100vw;
}

@media (max-width: 991px) {
.e-contact-buttons{
  display: none !important;
}
}
@media (max-width: 991px) {
#filter-results{
  grid-template-columns: 1fr !important;
	display: flex;
	max-width: 96%;
}
}

@media (max-width: 991px) {
.specs-grid{
    grid-template-columns: 1fr;
}
}

@media (max-width: 991px) {
	
	#filter-app .filter-item label{
		font-size:1.2em !important;
	}
	
	
body.single-product .img-wrapper img{
    margin-left: -80px;
}
}

@media (max-width: 991px) {
  #filter-results .object .wrapper::before{
    display: none !important;
  }


  html,body{
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden !important;
  }
}

#try-btn svg path{
	fill: #fff;
}

#try-btn svg{
	transform: scale(1.2);
    transform-origin: right;
}


#try-btn:hover svg{
	transform: scale(1.4);
}

#filter-results .banner {
	padding: 30px;
	background-color: #1c1c1c;
	color: #fff;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

#filter-results .banner h4{
	color: #49B7FF;
	font-size: 28px;
}

#filter-results .banner .buttons {
	display: flex;
	flex-direction: column;
	max-width: 50%;
	margin-left: auto;
	align-self: flex-end;
}

#filter-results .banner .buttons button{
	text-transform: uppercase;
	margin-bottom: 20px;
	background-color: #49b7ff !important;
	border: 2px solid #49b7ff;
	color: #fff;
	font-size: 17px;
	font-family: "Aptos", Sans-serif;
	cursor: pointer;
	padding: 10px 20px;
}

#filter-results .banner .buttons button:hover {
	background-color: #0e6096 !important;
	border-color: #0e6096;
}




body.single-product .product-img{
	min-width: 500px;
    left: -100px;
    position: relative;
}



.ue_hamburger {
	background-repeat: no-repeat;
	background-image: url('https://shop.bluemountain.nl/wp-content/uploads/2025/08/burger-menu.svg');
    background-size: 65%;
    background-position: center;
}
.ue_hamburger div {
	display: none !important;
}


.menu-opened .ue_hamburger{
		background-image: url('https://shop.bluemountain.nl/wp-content/uploads/2025/08/close.svg');
}



#filter-results .banner{
	border: 20px solid #3a3939;
}
#filter-results .banner .buttons{
	width: 100%;
	max-width: 100%;
}

#filter-results .banner button{
	width: 100%;
	max-width: 100%;
}

#filter-results .banner:before{
	display: block;
	position: absolute;
	content: "";
	z-index: 1;
	left:20px;
	top:20px
	right:20px;
	bottom:20px;
	background-color: rgba(0,0,0,0.25);
}

#filter-results .banner > *{
/* 	position: relative; */
	z-index: 2;
}



/* Safari mobile scroll fix */
#main-overlay-nav .elementor-element {
    overflow-y: auto;
    max-height: 65vh;
}

#main-overlay-nav .elementor-element .elementor-element {
    overflow-y: initial;
    max-height: none;
}

#filter-app .filter-item .filter-title{
	line-height: 20px;
}
 @media (max-width: 1200px) {
	 #filter-app .outer-wrapper{
		padding-top: 40px;		 
	 }
	 
	 #filter-results .banner {
		 background-image: none !important;
	 }
	 
	 .product-footer{
		 flex-direction: column;
	 }
	 
	 .product-footer .buttons{
		 max-width: 100% !important;  
		 margin-top:20px;
	 }
}