.business-text-block__list .business-text-block__list-item:first-of-type,
#sidebar1 {
display: none;
}
.metrics .arena-szczecin-zs a {
white-space: normal !important;
}
.wp-block-button__link {
background-color: #352A80 !important;
color: #fff !important;
font-size: 11px !important;
font-weight: 900;
padding: 10px 28px !important;
display: inline-block;
transition: background-color 0.5s;
text-transform: uppercase !important;
}
.wp-block-button__link:hover {
background-color: rgba(53, 42, 128, 0.5) !important;
}
.main {
margin-top: 80px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.preloader-content img {
width: 200px;
height: auto;
filter: grayscale(1) brightness(9);
}
.sticky-header {
height: 80px !important;
}
#enealogo {
padding-left: 20px !important;
}
#enealogo img {
height: 51px !important;
width: auto !important;
}
.hp-slider-container .slick-slide img,
.hp-slider-container .slick-slide video {
object-position: center !important;
height: 100% !important;
}
.hp-slider-container .slick-slide {
height: calc(100vh - 80px) !important;
}
#newsletter {
position: fixed;
left: -700px;
top: 160px;
transition: all 0.3s ease;
}
#newsletter .newstit {
background-color: #352A80;
color: #fff;
position: absolute;
padding: 10px 20px;
right: -82px;
top: 38px;
transform: rotate(90deg);
transition: all 0.5s ease;
}
#newsletter:hover {
left: 0;
}
#newsletter:hover .newstit {
right: 0;
top: -44px;
transform: rotate(0deg);
}
@media screen and (max-width: 640px) {
.hp-slider-container .slick-slide {
height: 40vh !important;
}
#newsletter {
left: -100vw;
}
.newsdesc {
width: 100vw;
}
}