/* (FBM) Remove background highlight when tapping links on */
* {
-webkit-tap-highlight-color: transparent;
}
.phonenumber{
text-decoration:none;
color:rgba(255,255,255,0.5);
}
}
/* Lightbox styling*/
div.w-lightbox-backdrop{
font-family: Muli, sans serif;
background-color:rgba(0,0,0,0.9);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(100px);
}
/* Slider dots styling*/
.w-slider-dot {
height: 3px;
background: #2c2c2c;
top: 3px;
}
.w-slider-dot.w-active {
height: 3px;
background: white;
top: 3px;
}
.w-slider-nav.w-round>div {
width: 24px;
border-radius: 1px;
}
.ember-application{
max-width: 100%;
min-height: 100px;
height: 1000px !important;
vertical-align: top;
min-height: 1000px !important;
}