a,
input {
  transition: 0.2s;
}

@media (min-width: 991px) {
  .double-padding-right {
    padding-right: 30px;
  }
}
.header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logos {
  align-items: center;
  column-gap: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-block: 0 2rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .header-logos {
    flex-direction: row;
  }
}

.header-text {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 10px;
}

.header-text p {
  text-wrap: balance;
}

.header-logo {
  max-height: 100px;
  max-width: 228px;
}

@media (max-width: 991px) {
  .header-logo {
    display: block;
    margin: 0 auto;
  }
}
.header-contact {
  font: 400 14px "Merriweather Sans", sans-serif;
}

.header-contact {
  display: inline-block;
  padding: 30px 0;
  text-align: left;
  width: 200px;
}

.header-contact > .fa {
  color: #ed1a5a;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.menu-bar {
  background-color: #2eab4f;
  background-image: url("../images/bg-strike.png");
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 4px;
}

.navbar {
  border: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .nav {
    text-align: center;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
.navbar-nav > li > a {
  color: #fff;
  font: 400 15px "Merriweather Sans", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    font-size: 13px;
  }
  .nav > li > a {
    padding: 17px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    font-size: 10px;
  }
  .nav > li > a {
    padding: 18px 8px;
  }
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .current-page-ancestor {
  background-color: #299746;
}

.dropdown-menu {
  border: 0;
  padding: 15px 0;
}

.dropdown-menu,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #23833c;
}

.dropdown-menu > li > a {
  color: #fff;
  font: 400 13px "Merriweather Sans", sans-serif;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-image: none !important;
  background-color: #268d41 !important;
  color: #fff;
}

.navbar-toggle {
  border: none;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
.hero {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.hero .item {
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.content .strike {
  background-image: url("../images/bg-strike.png");
  background-position: center;
  background-repeat: repeat-x;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .content .strike {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.content h1 {
  background-color: #fff;
  display: inline-block;
  font: 700 46px "Roboto Condensed", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  max-width: 80%;
}

@media (max-width: 991px) {
  .content h1 {
    font-size: 36px;
    padding: 0 7.5px;
  }
}
@media (max-width: 481px) {
  .content h1 {
    font-size: 28px;
    width: 75%;
  }
}
.post {
  margin-top: 30px;
  margin-bottom: 45px;
}

.post:first-of-type {
  margin-top: 0;
}

.post:last-of-type {
  margin-bottom: 0;
}

.post-header {
  margin-bottom: 15px;
}

.post-header > a > h2,
.post-header > time {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
}

.post-header > a > h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 3px;
}

@media (max-width: 991px) {
  .post-header > a > h2 {
    font-size: 20px;
  }
}
.post-header > time {
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.post-thumbnail > img {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.post-content,
.page-content,
.single-content {
  color: #444;
  font: 400 15px "Merriweather", sans-serif;
  line-height: 1.75;
}

.post-content a,
.page-content a,
.single-content a {
  color: #ed1a5a;
}

.post-content p {
  text-align: justify;
}

.post-content strong {
  font-weight: 300;
}

.post-content p,
.post-content ol,
.post-content ul {
  margin-bottom: 10px;
}

.page-content p,
.page-content ol,
.page-content ul,
.single-content p,
.single-content ol,
.single-content ul {
  margin-bottom: 15px;
}

.page-content,
.single-content {
  margin-bottom: 60px;
}

.content .pagination {
  margin-top: 30px;
  margin-bottom: 45px;
}

.content .pagination a,
.content .pagination span {
  background-color: #2eab4f;
  border-color: #299746;
  color: #fff;
  font: 400 16px "Roboto", sans-serif;
}

.content .pagination span,
.content .pagination span:hover {
  background-color: #299746;
  border-color: #299746;
  color: #fff;
}

.content .pagination a:focus,
.content .pagination a:hover {
  background-color: #299746;
  border-color: #299746;
  color: #fff;
}

article.category-lista-produktow-tradycyjnych {
  margin: 0;
  min-height: 240px;
  text-align: center;
}
article.category-lista-produktow-tradycyjnych a {
  color: #333;
}
article.category-lista-produktow-tradycyjnych h2 {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.prow-bar {
  background: linear-gradient(#fafafa, #f0f0f0);
  padding-top: 30px;
  padding-bottom: 30px;
}

.prow-bar__logos {
  align-items: center;
  column-gap: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
}
@media (min-width: 460px) {
  .prow-bar__logos {
    flex-direction: row;
  }
}

.prow-bar img {
  display: block;
}

.prow-bar p {
  font: 300 12px "Merriweather Sans", sans-serif;
  line-height: 1.5;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .prow-bar p {
    font-size: 12px;
  }
}
.sidebar {
  background: linear-gradient(#fafafa, #f0f0f0);
  border-radius: 4px;
  margin-bottom: 60px;
  padding: 60px 15px;
  padding-bottom: 15px;
}

.sidebar > .sidebar-item {
  margin: 45px auto;
}

.sidebar > .sidebar-item:first-of-type {
  margin-top: 0;
}

.sidebar > .sidebar-bottom:last-of-type {
  margin-bottom: 0;
}

.sidebar > .sidebar-item a {
  color: #ed1a5a;
}

.sidebar > .sidebar-item > h3 {
  font: 700 18px "Roboto Condensed", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidebar > .sidebar-item > .wcag {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}

.sidebar > .sidebar-item > .wcag > li {
  background-color: #ed1a5a;
  border: 1px solid #dc114f;
  display: inline;
  float: left;
  margin-left: -1px;
}

.sidebar > .sidebar-item > .wcag > li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sidebar > .sidebar-item > .wcag > li:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar > .sidebar-item > .wcag > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 7.5px 15px;
}

.sidebar > .sidebar-item > .wcag > li > a:hover {
  background-color: #dc114f;
}

.sidebar > .sidebar-item > .poll {
  background-color: #ed1a5a;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font: 400 15px "Roboto Condensed", sans-serif;
  padding: 7.5px 15px;
  text-decoration: none;
  width: 173px;
}

.sidebar > .sidebar-item > .poll:hover {
  background-color: #dc114f;
}

.sidebar > .sidebar-item > .search > input {
  border: 1px solid #e0e0e0;
  font: 400 15px "Roboto Condensed", sans-serif;
  padding: 7.5px 15px;
}

.sidebar > .sidebar-item > .search > input[type=submit] {
  background-color: #ed1a5a;
  border-color: #dc114f;
  color: #fff;
  margin-left: -6px;
}

.sidebar > .sidebar-item > .search > input[type=submit]:hover {
  background-color: #dc114f;
}

.sidebar > .sidebar-item > .search > input[type=text] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sidebar > .sidebar-item > .search > input[type=submit] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar > .sidebar-item > .cards {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.sidebar > .sidebar-item > .cards > .card {
  background-color: #fff;
  background-image: url("../images/bg-strike.png");
  background-position: top;
  background-repeat: repeat-x;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  min-height: 145px;
  margin: 10px;
  padding: 15px;
  width: 43.75%;
}

.sidebar > .sidebar-item > .cards > .card img {
  height: auto;
  width: 100%;
}

.footer-bar {
  background-color: #2eab4f;
  background-image: url("../images/bg-strike.png");
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 19px;
  padding-bottom: 15px;
}

.footer-credits {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-copy,
  .footer-credits {
    text-align: center;
  }
}
.footer-copy,
.footer-credits {
  color: #fff;
  font: 400 13px "Merriweather Sans", sans-serif;
}

.footer-credits > a {
  color: #fff;
  font: 700 13px "Merriweather Sans", sans-serif;
  padding: 15px;
}

.footer-credits > a:hover {
  background-color: #299746;
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-credits > a {
    padding: 0;
  }
  .footer-credits > a:hover {
    background-color: transparent;
  }
}/*# sourceMappingURL=master.css.map */