.sub-page__content--edocuments {
display: flex;
flex-direction: row;
background-color: #00947017;
border-radius: 15px;
overflow: hidden;
margin-top: 50px;
gap: 0;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.sub-page__content--edocuments p {
line-height: 1.6;
}
.banner-half {
width: 50%;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}
.banner-half .banner__title{
padding: 0px;
}
.banner-half--bg {
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
aspect-ratio: 643 / 386;
width: 50%;
}
.banner-video {
position: absolute;
height: 100%;
}
@media (max-width: 768px) {
.banner-video {
object-fit: cover;
}
.sub-page__content--edocuments {
display: flex;
flex-direction: column-reverse;
}
.banner-half{
width: 100%;
padding: 0px;
}
.banner-half p{
padding: 0px 15px 15px 15px;
font-size: 15px;
}
.banner-half .banner__title {
padding: 20px 15px 0px 15px;
}
.banner__title-sub{
padding: 10px 15px 0px 15px;
}
}
.ed-items {
display: flex;
width: 100%;
flex-direction: row;
gap: 20px;
justify-content: center;
padding: 20px 0px 20px 0px;
border-width: 1px 0px 1px 0px;
border-color: #e1e1e1;
border-style: solid;
}
.ed-item{
font-weight: bold;
}
.ed-item a:hover{
color: #009470;
}
#menu-item-8743 > a {
color: #009470;
padding: 10px 20px;
border: 2px solid transparent;
transition: all 0.35s ease;
}
#menu-item-8743 > a:hover {
border-color: #009470;
}
@media (max-width: 768px) {
.banner-half p {
font-size: 12px;
}
.ed-items{
flex-direction: column;
align-items: center;
}
.ed-item {
font-size: 14px;
}
.sub-page__content--edocuments{
margin-top: 0px;
}
} .navigation__menu .login-button-new {
padding-left: 9px;
padding-right: 0;
z-index: 14
}
@media only screen and (max-width:1024px) {
.navigation__menu .login-button-new {
display: none
}
}
.navigation__menu .login-button-new a {
cursor: pointer;
border: none;
background-color: #c25f27;
padding: 12px 30px;
color: #fff;
-webkit-transition: all .35s ease;
transition: all .35s ease;
padding: 10px 20px;
font-size: 16px;
font-weight: 400
}
.navigation__menu .login-button-new a:hover {
color: #fff;
background-color: #87472B
}
.navigation__menu .login-button-new:before {
display: none
} #menu .login-button {
--login-icon: url(https://bsrabawyzna.pl/wp-content/themes/bs-raba-wyzna/dist/assets/icons/login-icon.png);
}
#menu .login-button-new {
--login-icon: url(https://bsrabawyzna.pl/wp-content/themes/bs-raba-wyzna/dist/assets/icons/login-icon-new.png);
}
#menu .login-button > a,
#menu .login-button-new > a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
}
#menu .login-button > a::before,
#menu .login-button-new > a::before {
content: "";
display: block;
width: 18px;
height: 18px;
flex: 0 0 18px;
background-color: currentColor;
-webkit-mask-image: var(--login-icon);
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-image: var(--login-icon);
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
}
.navigation__menu {
place-items: center;
}