:root {
--primary: #191e22;
--secondary: #659c30;
}
.site-content {
position: relative;
}
body {
font-family: "Open Sans", sans-serif;
color: #000;
background-color: #fff;
position: relative;
overflow-y: scroll;
height: auto;
}
hr {
border-color: #4c5157;
}
.navbar-brand {
background-image: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/logo.png);
width: 210px;
height: 55px;
}
a.navbar-brand-2 {
background-image: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/zaba_group1.png);
width: 66px;
height: 55px;
background-position: 0 0;
background-repeat: no-repeat;
}
.smart-top a.navbar-brand-2 {
width: 35px;
height: 32px;
background-size: contain;
margin-left: 1rem;
}
a.navbar-brand-2:hover {
background-image: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/zaba_group2.png);
}
ul#menu-main-menu {
gap: 2rem;
color: #fff;
}
header .navbar .navbar-nav .nav-link {
color: #fff!important;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1em;
text-align: center;
font-size: 0.875rem;
min-height: 3.35rem;
}
header .navbar .navbar-nav li.lang-item .nav-link {
min-height: unset;
padding: 0.75rem 0;
}
header .navbar .navbar-nav li.pll-parent-menu-item > .nav-link {
min-height: unset;
color: var(--secondary)!important;
position: relative;
}
header .navbar .navbar-nav li.pll-parent-menu-item {
position: relative;
padding-left: 2rem;
}
header .navbar .navbar-nav li.pll-parent-menu-item::before {
content: "";
position: absolute;
top: 10px;
left: 0;
width: 2px;
height: 27px;
background: rgb(141 149 158 / 40%);
}
header .navbar .navbar-nav .nav-link::after, .footer-menu-list .nav-link::after {
height: 4px!important;
}
.pll-parent-menu-item ul.dropdown-menu {
background: linear-gradient(0deg, var(--primary), transparent);
border: 0;
border-radius: 0.75rem;
min-width: 50px;
box-shadow: 0px 20px 25px -10px #000;
top: 65%;
left: 25%;
}
#poltranzTop .wp-block-cover__inner-container {
width: 100%;
max-width: 1110px;
margin-left: auto;
margin-right: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Oswald", sans-serif;
font-weight: 500;
text-transform: uppercase;
color: var(--primary);
}
.h1 , h1 {
font-size: 3.9375rem!important;
}
.h1 strong , h1 strong , .h2 strong , h2 strong {
color: var(--secondary);
font-weight: 500;
}
h2 , .h2 {
font-size: 3rem!important;
margin-bottom: 3rem;
}
.smart-top header#masthead {
background: rgb(25 30 34 / 86%);
background: linear-gradient(-3deg, var(--primary), transparent);
}
.iko {
background: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/cut.png) 0 0 no-repeat;
border: none!important;
outline: none!important;
}
.iko.iko-down {
background-position: -32px -73px;
}
.fit-contain img {
object-fit: contain!important;
}
.cards figure {
position: relative;
margin-bottom: 2rem;
}
.cards figure figcaption {
position: absolute;
bottom: 0;
right: 0;
left: 0;
width: 100%;
text-align: center;
font-family: "Oswald", sans-serif;
font-weight: 500;
font-size: 1.0625rem;
margin-bottom: 0.75rem;
line-height: 1.2em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cards figure:hover img {
filter: drop-shadow(0px 16px 18px rgb(49 148 215 / 35%)) blur(2px) brightness(.65) contrast(1.15);
}
.cards figure:hover figcaption {
bottom: 45%;
transform: scale(1.1);
}
.wp-block-image figcaption {
margin-top: 1rem;
}
footer iframe {
border-radius: 1rem;
margin-bottom: 1rem;
filter: grayscale(.75) brightness(1) contrast(1.1);
}
footer {
background-color: #fff;
}
footer h2 {
color: #000;
}
footer , footer a {
color: #000;
}
.before-menu-widgets {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.smart-top .before-menu-widgets {
transform: scale(0);
height: 0;
}
.smart-top .navbar-brand {
background-size: contain;
width: 100px;
height: 35px;
margin: auto;
margin-top: 0.75rem!important;
margin-bottom: 0.5rem!important;
}
.before-menu-col ul {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
gap: 2rem;
}
.before-menu-col ul > li {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
}
.before-menu-col ul > li > a {
color: #fff;
font-weight: normal;
text-decoration: none!important;
}
.before-menu-widgets a[href*="tel:"] {
position: relative;
display: block;
padding-left: 2.5rem;
line-height: 2em;
}
.before-menu-widgets a[href*="tel:"]::before {
background-image: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/cut.png);
background-position: -15px -15px;
}
.before-menu-widgets li.featured-link > a {
background: var(--secondary);
border-radius: 30px;
font-weight: 700!important;
padding: 0.35rem 1rem;
font-size: .75rem;
}
.before-menu-widgets li.featured-link > a:hover {
color: var(--white)!important;
text-decoration: none!important;
box-shadow: 0px 7px 25px -5px var(--secondary)!important;
background-color: var(--secondary)!important;
transform: scale(1.05)!important;
}
button.go-top-btn {
box-shadow: 0px 9px 19px -7px var(--secondary);
background: var(--secondary);
color: #fff;
z-index: 1;
}
.footer-contacts a {
color: #000;
text-decoration: none;
}
.footer-contacts a:hover {
color: var(--secondary);
}
.footer-contacts a[href*="tel:"] , .footer-contacts a[href*="mailto:"] {
position: relative;
display: block;
padding-left: 2.5rem;
line-height: 2em;
}
.footer-contacts a[href*="tel:"]::before , .footer-contacts a[href*="mailto:"]::before {
content: "";
background: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/cut.png);
background-position: -17px -15px;
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: block;
position: absolute;
top: 0;
left: 0;
}
.footer-contacts a[href*="tel:"]:hover::before , .footer-contacts a[href*="mailto:"]:hover::before {
transform: rotate(360deg);
}
.footer-contacts a[href*="mailto:"]::before {
background-position: -68px -17px;
}
ul.footer-contacts {
list-style-type: none;
margin: auto auto 1rem;
padding: 0;
display: flex;
gap: 0.5rem 2rem;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
}
.footer-contacts li:last-of-type {
flex: 0 0 100%;
width: auto;
margin-left: 0;
margin-right: 0;
display: flex;
align-items: center;
justify-content: end;
}
.credits-content {
font-family: "Poppins", sans-serif;
color: #656565;
}
.credits-content a {
color: #656565;
}
.home-trade-top {
max-width: 740px;
margin-left: auto!important;
margin-right: auto!important;
}
.max-750 {
max-width: 753px;
margin-left: auto;
margin-right: auto;
}
.h3.special, h3.special {
font-family: "Open Sans", sans-serif;
text-transform: unset;
font-size: 18px;
display: flex;
align-items: center;
font-weight: 700;
line-height: 1.4em;
margin-bottom: 1.5rem;
}
.h3.special > img, h3.special > img {
margin-right: 2rem;
}
div#oferta , div#offer {
position: relative;
}
div#oferta::before , div#offer::before {
content: "";
background-image: url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/ziemniaki.jpg), url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/kapusta.jpg) , url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/marchewka.jpg), url(//trade.zabagroup.pl/wp-content/themes/trade-child-theme/img/buraki.jpg);
background-position: 80% 0% ,  15% 31% ,  91% 49% ,  14% 75%;
background-repeat: no-repeat;
display: block;
width: 100%;
height: 140%;
position: absolute;
top: -15%;
right: 0;
bottom: auto;
left: 0;
z-index: -1;
}
.max-1110 {
max-width: 1110px;
margin-left: auto;
margin-right: auto;
}
.bottom-1 hr {
display: none;
}
.credits-content hr {
display: none;
}
.smart-top .pll-parent-menu-item ul.dropdown-menu {
top: 80%;
}
.max-745 {
max-width: 745px!important;
margin-left: auto;
margin-right: auto;
}
.paralax-ha {
font-family: "Oswald" , sans-serif;
font-weight: 200;
}
.paralax-ha strong {
font-family: "Oswald" , sans-serif;
font-weight: 500;
font-size: 84px;
}
#tradeTop h1 {
text-shadow: 0 0 15px #000, 0 0 35px #000;
}
#tradeTop p {
text-shadow: 0 0 15px #000, 0 0 35px #000 , 0 0 35px #000;
}
@media screen and (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1140px!important;
}
}
@media screen and (max-width: 991px) {
.my-top-navbar.navbar-collapse {
background: rgb(25 30 34 / 91%);
}
header .navbar .navbar-brand {
max-width: 150px;
height: 42px;
}
.h1, h1 {
font-size: 2rem!important;
}
div#tradeTop {
padding-top: 5.5rem;
}
header .navbar .navbar-nav li.pll-parent-menu-item {
padding-left: 0;
}
header .navbar .navbar-nav li.pll-parent-menu-item::before {
display: none;
}
.two-cols {
column-count: 1;
column-gap: 5rem;
}
div#oferta , div#offer {
position: relative;
margin: 0px -15px!important;
padding-left: 15px;
padding-right: 15px;
}
div#oferta::before , div#offer::before {
filter: opacity(0.15);
}
div#oferta .wp-block-spacer ,  div#offer .wp-block-spacer {
height: 12vh!important;
}
div#oferta .wp-block-columns , div#offer .wp-block-columns {
margin: auto auto 4rem!important;
padding: 0!important;
}
}