@charset "UTF-8";
/*
Theme Name: Szablon główny
Author: Sebastian Umiński
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,700,800|Roboto:400,700");
.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.sr-only:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.contrast-page {
  background-color: #000;
  color: yellow;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
}

footer.page .columns, .image-links-container .image-links, .articles article a figure, .articles, .wydarzenia-slider .wydarzenia-lista ul > li, .wydarzenia-slider, #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a figure,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a figure, #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a, #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem, header.page #menu #menu-menu-glowne > li > a, header.page #menu #menu-menu-glowne, header.page > .container .options, header.page > .container .elements .element.bip, header.page > .container .elements .element.user, header.page > .container .elements .element.languages, header.page > .container .elements .element, header.page > .container .elements, header.page > .container .logo, header.page > .container .options-elements, header.page > .container {
  display: flex;
}

h2.content-title {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 33px solid #0a4959;
  padding: 2px 16px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 29px;
}

h3.content-title {
  color: #282828;
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 18px solid #0a4959;
  padding: 1px 12px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
}
@media screen and (max-width: 510px) {
  h3.content-title {
    line-height: 1.4rem;
  }
}

h4.widget-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2.article-title {
  color: #282828;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}

h3.form-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 10px;
}

.contrast-page .content-title,
.contrast-page .widget-title {
  color: yellow;
  border-color: yellow;
}

header.page {
  z-index: 1;
  position: relative;
  background: #fff;
}
.contrast-page header.page {
  background-color: #000;
  border-bottom-color: yellow;
}
header.page a {
  text-decoration: none;
}
header.page > .container {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 470px) {
  header.page > .container {
    flex-wrap: wrap;
  }
}
header.page > .container .options-elements {
  height: 40px;
}
@media screen and (max-width: 800px) {
  header.page > .container .options-elements {
    flex-wrap: wrap;
    height: auto;
  }
}
header.page > .container .logo {
  align-items: center;
  margin: 15px 20px 8px 0;
}
@media screen and (max-width: 470px) {
  header.page > .container .logo {
    margin-bottom: 10px;
  }
}
header.page > .container .logo img {
  width: 56px;
  height: 69px;
}
header.page > .container .logo .blog-name {
  font-family: Lato;
  color: black;
  font-size: 1.2rem;
  font-weight: 700;
  max-width: 70px;
  margin-right: 10px;
}
.contrast-page header.page > .container .logo .blog-name {
  color: yellow;
}
@media screen and (max-width: 800px) {
  header.page > .container .elements,
header.page > .container .options {
    height: 40px;
  }
}
header.page > .container .elements {
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.page > .container .elements {
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
  }
}
@media screen and (max-width: 660px) {
  header.page > .container .elements {
    flex-wrap: wrap;
    height: auto;
    border-top: none;
  }
}
.contrast-page header.page > .container .elements {
  background-color: #fff;
}
header.page > .container .elements .element {
  align-items: center;
  padding: 0 10px;
  color: #464645;
  border-bottom: 1px solid #d0d0d0;
  height: 100%;
  border-right: 1px solid #d0d0d0;
}
@media screen and (max-width: 660px) {
  header.page > .container .elements .element {
    height: 50px;
    border-top: 1px solid #d0d0d0;
  }
}
.contrast-page header.page > .container .elements .element {
  color: yellow;
}
header.page > .container .elements .element.bip, header.page > .container .elements .element.user, header.page > .container .elements .element.languages {
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d0d0d0;
}
header.page > .container .elements .element.search {
  padding: 0;
}
header.page > .container .elements .element.hamburger-menu-switch {
  cursor: pointer;
}
.contrast-page header.page > .container .elements .element.hamburger-menu-switch {
  background-color: #000;
  color: yellow;
}
header.page > .container .elements .element.hamburger-menu-switch i {
  font-size: 1.8rem;
}
header.page > .container .elements .element.hamburger-menu-switch {
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  header.page > .container .elements .element.hamburger-menu-switch {
    display: flex;
  }
}
header.page > .container .elements .element.user {
  flex-direction: column;
}
header.page > .container .elements .element.user:hover a {
  color: #fff;
}
.contrast-page header.page > .container .elements .element.user:hover a {
  color: yellow;
}
header.page > .container .elements .element.user i {
  font-size: 1.6rem;
}
header.page > .container .elements .element.user a {
  text-transform: uppercase;
  color: #3d3d3c;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 6px;
}
.contrast-page header.page > .container .elements .element.user a {
  color: yellow;
}
header.page > .container .elements .element.languages {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  border-left: 1px solid #d0d0d0;
}
header.page > .container .elements .element.languages:hover ul {
  display: block;
}
header.page > .container .elements .element.languages:hover .current:after {
  border-top-color: #fff;
}
header.page > .container .elements .element.languages .current {
  text-transform: uppercase;
  width: 25px;
  font-weight: bold;
}
header.page > .container .elements .element.languages .current:after {
  content: " ";
  border-top: 5px solid black;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: 9px;
  float: right;
  margin-left: -10px;
}
header.page > .container .elements .element.languages ul {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
header.page > .container .elements .element.languages ul li {
  background-color: #fff;
  list-style: none;
  border-bottom: 1px solid #0a4959;
  border-left: 1px solid #0a4959;
  border-right: 1px solid #0a4959;
}
.contrast-page header.page > .container .elements .element.languages ul li {
  background-color: #000;
  border-bottom-color: yellow;
  border-left-color: yellow;
  border-right-color: yellow;
}
header.page > .container .elements .element.languages ul li:first-of-type {
  border-top: 1px solid #0a4959;
}
.contrast-page header.page > .container .elements .element.languages ul li:first-of-type {
  border-top-color: yellow;
}
header.page > .container .elements .element.languages ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;
  line-height: 30px;
  color: #000;
}
.contrast-page header.page > .container .elements .element.languages ul li a {
  color: yellow;
}
header.page > .container .options {
  align-items: center;
  color: #0a4959;
  font-size: 1.06rem;
  font-weight: 800;
  border: 1px solid #d0d0d0;
  padding: 0px 15px;
  border-top: none;
}
@media screen and (max-width: 470px) {
  header.page > .container .options {
    border-top: 1px solid #d0d0d0;
  }
}
header.page > .container .options > * + * {
  margin-left: 15px;
}
header.page > .container .options .contrast {
  margin-top: 0.3rem;
}
.contrast-page header.page > .container .options .contrast {
  color: yellow;
}
header.page > .container .options .contrast,
header.page > .container .options .increase,
header.page > .container .options .decrease {
  cursor: pointer;
}
header.page > .container .options .increase,
header.page > .container .options .decrease {
  user-select: none;
}
.contrast-page header.page > .container .options .increase,
.contrast-page header.page > .container .options .decrease {
  color: yellow;
}
.contrast-page header.page > .container .options {
  color: yellow;
}
.contrast-page .contrast-page header.page > .container .options {
  color: yellow;
}
header.page #menu {
  background-color: #0a4959;
  height: 47px;
}
header.page #menu * {
  height: 100%;
}
@media screen and (max-width: 1240px) {
  header.page #menu {
    display: none;
  }
}
.contrast-page header.page #menu {
  background-color: #000;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
header.page #menu #menu-menu-glowne {
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
header.page #menu #menu-menu-glowne > li {
  flex: 1;
  transition: all 0.5s ease;
}
header.page #menu #menu-menu-glowne > li:hover {
  background-color: #0f6f87;
}
header.page #menu #menu-menu-glowne > li > a {
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.07rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  padding: 0 25px;
}
.contrast-page header.page #menu #menu-menu-glowne > li > a {
  color: yellow;
}

.panorama-container {
  overflow: hidden;
}
.panorama-container a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 320px;
  min-height: 180px;
}
.panorama-container a .panorama {
  width: 100%;
  flex: 1;
}

.main-content {
  position: relative;
  top: -38px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1240px) {
  .main-content {
    top: 0;
  }
}
.main-content .opacity {
  background: url("styles/images/wiatrak.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.12;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.contrast-page .main-content .opacity {
  opacity: 0.15;
}
.main-content .footer-up {
  width: 100%;
  height: 38px;
  background-color: #282828;
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 1240px) {
  .main-content .footer-up {
    display: none;
  }
}

#menu-2 {
  height: 72px;
}
@media screen and (max-width: 1240px) {
  #menu-2 {
    height: auto;
  }
}
#menu-2 * {
  height: 100%;
}
#menu-2 .menu-menu-drugie-container {
  width: 100%;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  #menu-2 .menu-menu-drugie-container #menu-menu-drugie {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  #menu-2 .menu-menu-drugie-container #menu-menu-drugie {
    flex-direction: column;
  }
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li {
  flex: 1;
  background-color: grey;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:hover a {
  color: #000;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:hover .sub-menu {
  display: flex;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(1) {
  background-color: #ff9900;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(1) a {
  color: black;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(1) .sub-menu > li {
  background-color: #ff9900;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(1) .sub-menu > li a {
  color: black;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(2) {
  background-color: #0d7714;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(2) .sub-menu > li {
  background-color: #0d7714;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(3) {
  background-color: #00587f;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(3) .sub-menu > li {
  background-color: #00587f;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(4) {
  background-color: #d12530;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li:nth-of-type(4) .sub-menu > li {
  background-color: #d12530;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.33rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 1240px) {
  #menu-2 .menu-menu-drugie-container #menu-menu-drugie > li > a {
    height: 72px;
  }
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie > li.menu-item-object-page > a {
  pointer-events: none;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  justify-content: space-around;
  border-top: 14px solid #fff;
  border-bottom: 14px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu {
    flex-direction: column;
    position: static;
    flex: 1 0 auto;
  }
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu > li {
  flex: 1;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu > li + li {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 700px) {
  #menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu > li + li {
    border-left: none;
  }
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu > li:hover a {
  color: #000;
}
#menu-2 .menu-menu-drugie-container #menu-menu-drugie .sub-menu > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  padding: 10px;
}

#menu-3,
#menu-4 {
  height: 116px;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
@media screen and (max-width: 1240px) {
  #menu-3,
#menu-4 {
    height: auto;
  }
}
#menu-3 *,
#menu-4 * {
  height: 100%;
}
#menu-3 .menu-menu-pod-sliderem-container,
#menu-4 .menu-menu-pod-sliderem-container {
  width: 100%;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem {
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1240px) {
  #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 510px) {
  #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem {
    flex-direction: column;
  }
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li {
  flex: 1;
  border-right: 1px dashed #d0d0d0;
}
@media screen and (max-width: 1240px) {
  #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li {
    max-width: 275px;
    height: 116px;
    border: 1px dashed #d0d0d0;
  }
}
@media screen and (max-width: 510px) {
  #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li {
    flex-direction: column;
    max-width: none;
  }
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:first-of-type,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:first-of-type {
  border-left: 1px dashed #d0d0d0;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:hover,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:hover {
  box-shadow: inset 0 0 0.5em #0a4959;
  background-color: rgba(0, 0, 0, 0.1);
  transition: ease-out 0.4s;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:hover a,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:hover a {
  color: #000;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:hover img,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li:hover img {
  filter: invert(100%);
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a {
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: black;
  font-size: 1.07rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 5px 18px 5px;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a span,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a span {
  height: auto;
}
.contrast-page #menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a span,
.contrast-page #menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a span {
  color: yellow;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a figure,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a figure {
  justify-content: flex-end;
  align-items: center;
}
#menu-3 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a figure img,
#menu-4 .menu-menu-pod-sliderem-container .menu-pod-sliderem > li > a figure img {
  height: auto;
  width: auto;
  max-width: 150px;
}

.hamburger-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger-menu ul li {
  display: block;
  background-color: #e7e7e7;
}
.hamburger-menu ul li a {
  display: block;
  line-height: 35px;
  text-decoration: none;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
  color: #4c4c4c;
  font-weight: 700;
}
.hamburger-menu ul li > ul li a {
  padding-left: 30px;
}

.nav-skpilinks {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  list-style: none;
}
.nav-skpilinks a {
  display: inline;
  left: -9000em;
  padding: 5px 10px;
  font-size: 1.27em;
  position: absolute;
  text-decoration: none;
  z-index: 2;
  text-align: center;
}
.nav-skpilinks a:hover, .nav-skpilinks a:focus, .nav-skpilinks a:active {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  left: 0;
  top: 0;
  position: absolute;
  font-weight: normal;
}

.breadcrumb {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 0.93rem;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
}
.contrast-page .breadcrumb {
  color: yellow;
}
.breadcrumb a {
  color: black;
  text-decoration: none;
}
.contrast-page .breadcrumb a {
  color: yellow;
}

.breadcrumb a {
  color: black !important;
}

.wydarzenia-slider {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider {
    display: block;
  }
}
.wydarzenia-slider .slider {
  flex: 0 0 820px;
  max-width: 820px;
}
.wydarzenia-slider .slider .slider-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 15px 20px 27px 20px;
  line-height: 1rem;
}
@media screen and (max-width: 850px) {
  .wydarzenia-slider .slider .slider-info {
    display: none;
  }
}
.contrast-page .wydarzenia-slider .slider .slider-info {
  color: yellow;
}
.wydarzenia-slider .slider .slider-info .slider-title {
  font-weight: 700;
  font-size: 1.07rem;
  letter-spacing: 1px;
  width: 80%;
  overflow: hidden;
}
.wydarzenia-slider .slider .slider-info .slider-content {
  height: 100%;
  margin-top: 6px;
  overflow: hidden;
  max-height: 3rem;
  text-align: justify;
  width: 80%;
}
.wydarzenia-slider .slider .slider-info .slider-content p {
  margin: 0;
}
.wydarzenia-slider .slider .slider-info .slider-date {
  position: absolute;
  right: 23px;
  bottom: 30px;
  color: #e5e5e5;
  font-size: 1.07rem;
  letter-spacing: 1px;
}
.contrast-page .wydarzenia-slider .slider .slider-info .slider-date {
  color: yellow;
}
.wydarzenia-slider .wydarzenia-lista {
  position: relative;
  flex: 1;
  margin-left: 26px;
  border: 1px solid #d0d0d0;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista {
    margin-top: 20px;
    margin-left: 0px;
  }
}
.wydarzenia-slider .wydarzenia-lista h2 {
  border-left: 33px solid #ffee40;
}
.wydarzenia-slider .wydarzenia-lista ul {
  margin-top: 40px;
  margin-left: 15px;
  padding-left: 0;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista ul {
    margin-top: 15px;
  }
}
.wydarzenia-slider .wydarzenia-lista ul > li {
  list-style-type: none;
  align-items: center;
  color: #282828;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.wydarzenia-slider .wydarzenia-lista ul > li:hover span {
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista ul > li {
    font-size: 1rem;
    white-space: normal;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.contrast-page .wydarzenia-slider .wydarzenia-lista ul > li {
  color: yellow;
}
.wydarzenia-slider .wydarzenia-lista ul > li + li {
  margin-top: 25px;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista ul > li + li {
    margin-top: 15px;
  }
}
.wydarzenia-slider .wydarzenia-lista ul > li > span {
  position: relative;
  color: #000;
  margin-right: 9px;
  font-size: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista ul > li > span {
    top: -5px;
  }
}
.wydarzenia-slider .wydarzenia-lista ul > li i {
  margin-right: 9px;
  font-size: 1rem;
  margin-top: -2px;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista ul > li i {
    margin-top: 0;
  }
}
.wydarzenia-slider .wydarzenia-lista ul > li .date {
  margin-right: 9px;
}
.wydarzenia-slider .wydarzenia-lista ul a {
  color: #282828;
  text-decoration: underline;
}
.wydarzenia-slider .wydarzenia-lista ul a:hover {
  color: #0f6f87;
}
.contrast-page .wydarzenia-slider .wydarzenia-lista ul a {
  color: yellow;
}
.wydarzenia-slider .wydarzenia-lista .more {
  font-size: 0.73rem;
  font-weight: 700;
  color: #282828;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
@media screen and (max-width: 1240px) {
  .wydarzenia-slider .wydarzenia-lista .more {
    position: static;
  }
}
.contrast-page .wydarzenia-slider .wydarzenia-lista .more {
  color: yellow;
}

.contrast-page .slider {
  border-bottom-color: yellow;
}
.slider ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider ul li {
  max-height: 310px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.slider ul li a {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider ul li img {
  width: 100%;
  min-height: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .slider ul li img {
    min-height: 150px;
  }
}
.slider .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .slider .bx-wrapper .bx-viewport {
    height: auto !important;
  }
}
.slider .bx-wrapper .bx-pager {
  bottom: 10px;
}
.slider .bx-wrapper .bx-pager .bx-pager-link {
  width: 13px;
  height: 13px;
  background: #fff;
}
.slider .bx-wrapper .bx-pager .bx-pager-link.active {
  background: white;
  border: 2px solid black;
}

.news-header {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 0;
}
.news-header a.more {
  font-size: 0.93rem;
  font-weight: 400;
  color: #272727;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.contrast-page .news-header a.more {
  color: yellow;
}
@media screen and (max-width: 510px) {
  .news-header a.more {
    bottom: 1px;
  }
}

.articles {
  margin-top: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .articles {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 665px) {
  .articles {
    flex-direction: column;
    align-items: center;
  }
}
.articles article {
  flex: 0 0 290px;
  margin-bottom: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 665px) {
  .articles article {
    flex: 1;
    max-width: 345px;
  }
}
.articles article a {
  display: block;
  width: 100%;
}
.articles article a figure {
  width: 100%;
  height: 185px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 665px) {
  .articles article a figure {
    height: 225px;
  }
}
@media screen and (max-width: 665px) {
  .articles article a figure {
    height: auto;
    max-height: 225px;
  }
}
.articles article a figure img {
  max-width: 100%;
  min-height: 100%;
  transition: all ease 1s;
}
.articles article a figure img:hover {
  transform: scale(1.1);
}
.articles article .date {
  font-size: 0.87rem;
  font-weight: 700;
  color: #0a4959;
  margin: 10px 0 12px 0;
}
.articles article .date i {
  margin: 0 10px;
}
.articles article a.title {
  color: #282828;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.93rem;
  line-height: 21px;
  overflow: hidden;
  max-height: 63px;
  margin-left: 5px;
}
.contrast-page .articles article .date,
.contrast-page .articles article a.title {
  color: yellow;
}

.announcements-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.announcements-header h3 {
  flex: 0 1 70%;
  margin-left: 0;
}
.announcements-header a.link-button {
  flex: 0 1 150px;
}

.announcements {
  display: block;
}
.announcements article {
  display: flex;
  margin: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .announcements article {
    flex-direction: column;
    align-items: center;
  }
}
.announcements article p {
  margin: 0;
}
.announcements article figure {
  margin: 0;
  height: 139px;
  flex: 0 0 216px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .announcements article figure {
    flex: 0 0 139px;
    width: 216px;
  }
}
.announcements article figure img {
  width: 100%;
}
.announcements article .content {
  flex: 1;
  padding: 4px 10px;
  font-weight: 400;
  color: #777777;
  font-size: 0.67rem;
}
.announcements article .content h5 {
  margin: 0;
  color: #282828;
  font-size: 1.07rem;
}
.announcements article .content .info {
  display: flex;
  margin-bottom: 5px;
  margin-top: 2px;
  flex-wrap: wrap;
}
.announcements article .content .info .one-info {
  margin-right: 30px;
}
.announcements article .content .info .one-info:last-of-type {
  margin-right: 0;
}
.announcements article .content .info .color {
  color: #0a4959;
}
.announcements article .content .info .color:last-of-type {
  margin-right: 50px;
}
.announcements article .content .text,
.announcements article .content .address {
  line-height: 1.2rem;
}
.announcements article .content i {
  color: #0a4959;
  font-size: 0.93rem;
  margin-right: 7px;
}
.announcements article .content i.own {
  font-size: 0.73rem;
}
.announcements article + article {
  margin-top: 15px;
}

.image-links-container {
  margin-top: 40px;
}
.image-links-container + .image-links-container {
  border-top: 2px solid #d7d7d7;
  margin-top: 20px;
  padding-top: 20px;
}
.image-links-container .image-links {
  height: 57px;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.image-links-container .image-links.partnerzy {
  justify-content: flex-start;
}
@media screen and (max-width: 1240px) {
  .image-links-container .image-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
  }
}
.image-links-container .image-links .image-link {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .image-links-container .image-links .image-link {
    height: 57px;
  }
}
.image-links-container .image-links .image-link:last-of-type {
  margin-right: 0;
}
.image-links-container .image-links a {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.image-links-container .image-links a img {
  height: 100%;
}

#searchform {
  height: 100%;
}
#searchform .widget-title {
  display: none;
}
#searchform .search-widget {
  height: 100%;
}
#searchform .search-widget form {
  display: flex;
  position: relative;
  height: 100%;
}
#searchform .search-widget form .search-field-div {
  display: flex;
}
#searchform .search-widget form #setting-conteiner {
  display: none;
  padding-right: 4px;
  padding-bottom: 5px;
  position: absolute;
  top: 42px;
  background-color: #fff;
  z-index: 3;
  right: 0;
}
#searchform .search-widget form #setting-conteiner .set-flex {
  display: flex;
  flex-direction: column;
}
#searchform .search-widget form #setting-conteiner .dates {
  display: flex;
}
#searchform .search-widget form #setting-conteiner .dates input {
  font-size: 0.79rem;
  color: #777;
}
#searchform .search-widget form #setting-conteiner .dates p {
  margin-bottom: 2px;
}
#searchform .search-widget form #setting-conteiner p {
  color: #777777;
  font-size: 0.79rem;
  margin: 5px;
}
#searchform .search-widget form #setting-conteiner .settings {
  height: auto;
  z-index: 1;
  padding: 5px;
  background-color: #ffffff;
}
#searchform .search-widget form #setting-conteiner .settings .search-mode {
  border: 1px solid #ccc;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
#searchform .search-widget form #setting-conteiner .settings .search-mode select {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 0.73333rem;
  color: #777;
  text-align: left;
  width: 100%;
}
#searchform .search-widget form #setting-conteiner .settings .search-mode p {
  font-size: 0.73333rem;
  color: #777;
  text-align: left;
}
#searchform .search-widget form .setting-conteiner {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  padding: 5px;
}
#searchform .search-widget form .setting-conteiner i,
#searchform .search-widget form .setting-conteiner em {
  color: #0a4959;
  font-size: 20px;
}
#searchform .search-widget form .search-field {
  height: 100%;
  padding-left: 5px;
  border: none;
  font-size: 0.8rem;
  max-width: 130px;
}
#searchform .search-widget form button {
  background: none;
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  width: 40px;
  padding: 5px;
}
#searchform .search-widget form button i,
#searchform .search-widget form button em {
  color: #0a4959;
  font-size: 20px;
}

.pagination {
  display: flex;
  margin-top: 34px;
  justify-content: flex-end;
}
.pagination .page-numbers {
  line-height: 34px;
  width: 34px;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  color: black;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.contrast-page .pagination .page-numbers {
  color: yellow;
}
.contrast-page .pagination .page-numbers {
  background-color: #000;
}
.pagination .page-numbers.current {
  background-color: #0a4959;
  border-color: #0a4959;
  color: #fff;
}
.contrast-page .pagination .page-numbers.current {
  color: yellow;
  background-color: #000;
  border-color: yellow;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}

.events-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
}
@media screen and (max-width: 1140px) {
  .events-section {
    flex-direction: column;
    align-items: center;
  }
  .events-section aside {
    margin-top: 20px;
  }
}
.events-section aside {
  background-color: #d0d0d0;
  width: 270px;
  padding: 60px 40px 100px 30px;
  color: #282828;
  font-size: 0.8rem;
}
.contrast-page .events-section aside {
  color: yellow;
  background-color: #000;
}
.events-section aside h3 {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 55px;
}
.events-section aside .text {
  line-height: 24px;
}
.events-section aside .button {
  background: #fff;
  color: #282828;
  line-height: 34px;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
}
.contrast-page .events-section aside .button {
  color: yellow;
  background: #000;
}

.event-list {
  flex: 0 1 calc(100% - 290px);
  width: calc(100% - 290px);
}
@media screen and (max-width: 1140px) {
  .event-list {
    padding: 0 20px;
  }
}
.event-list article {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .event-list article {
    flex-direction: column;
  }
}
.contrast-page .event-list article {
  background-color: #000;
}
.event-list article + article {
  margin-top: 20px;
}
.event-list article:not(.cyclic):hover {
  background-color: #0a4959;
  box-shadow: 0px 1px 11.18px 1.82px rgba(94, 93, 93, 0.55);
  transition: all 0.2s linear;
}
.event-list article:not(.cyclic):hover .center h5,
.event-list article:not(.cyclic):hover .center .content {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .center h5,
.contrast-page .event-list article:not(.cyclic):hover .center .content {
  color: yellow;
}
.event-list article:not(.cyclic):hover .center .info .price,
.event-list article:not(.cyclic):hover .center .info .date,
.event-list article:not(.cyclic):hover .center .info .time {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .center .info .price,
.contrast-page .event-list article:not(.cyclic):hover .center .info .date,
.contrast-page .event-list article:not(.cyclic):hover .center .info .time {
  color: yellow;
}
.event-list article:not(.cyclic):hover .center .info .price .main-color,
.event-list article:not(.cyclic):hover .center .info .date .main-color,
.event-list article:not(.cyclic):hover .center .info .time .main-color {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .center .info .price .main-color,
.contrast-page .event-list article:not(.cyclic):hover .center .info .date .main-color,
.contrast-page .event-list article:not(.cyclic):hover .center .info .time .main-color {
  color: yellow;
}
.event-list article:not(.cyclic):hover .left {
  border-left-color: #fff;
}
.event-list article:not(.cyclic):hover .left .more {
  color: #282828;
  background-color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .left .more {
  color: yellow;
  background-color: #000;
}
.event-list article:not(.cyclic):hover .left .info {
  border-top-color: #fff;
}
.event-list article:not(.cyclic):hover .left .info i {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .left .info i {
  color: yellow;
}
.event-list article:not(.cyclic):hover .left .info .info-data .info-data-title {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .left .info .info-data .info-data-title {
  color: yellow;
}
.event-list article:not(.cyclic):hover .left .info .info-data .info-data-data li {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .left .info .info-data .info-data-data li {
  color: yellow;
}
.event-list article:not(.cyclic):hover .left .info .info-data .info-data-data li span {
  color: #fff;
}
.contrast-page .event-list article:not(.cyclic):hover .left .info .info-data .info-data-data li span {
  color: yellow;
}
.event-list article .thumbnail {
  position: relative;
  width: 223px;
  height: 159px;
}
@media screen and (max-width: 620px) {
  .event-list article .thumbnail {
    margin-top: 20px;
  }
}
.event-list article .thumbnail .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 0.733333333rem;
  font-weight: 400;
  line-height: 24px;
}
.contrast-page .event-list article .thumbnail .category {
  color: yellow;
}
.event-list article .center {
  align-self: flex-start;
  padding: 15px 20px;
  flex: 1;
}
.event-list article .center h5 {
  color: #2f2f2f;
  font-size: 1.06666rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.contrast-page .event-list article .center h5 {
  color: yellow;
}
.event-list article .center .content {
  color: black;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 18px;
  height: 54px;
  margin-bottom: 10px;
  overflow: hidden;
}
.contrast-page .event-list article .center .content {
  color: yellow;
}
.event-list article .center .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .event-list article .center .info {
    flex-direction: column;
  }
  .event-list article .center .info .price,
.event-list article .center .info .date,
.event-list article .center .info .time {
    margin-top: 10px;
  }
}
.event-list article .center .info .price {
  color: #2f2f2f;
  font-size: 0.93333333rem;
  font-weight: 400;
}
.contrast-page .event-list article .center .info .price {
  color: yellow;
}
.event-list article .center .info .date,
.event-list article .center .info .time {
  color: black;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 18px;
}
.contrast-page .event-list article .center .info .date,
.contrast-page .event-list article .center .info .time {
  color: yellow;
}
.event-list article .center .info .date i,
.event-list article .center .info .time i {
  font-size: 1.06666rem;
  margin-right: 10px;
}
.event-list article .left {
  flex: 0 0 200px;
  padding: 0 10px;
  border-left: 1px solid #e7e7e7;
}
@media screen and (max-width: 620px) {
  .event-list article .left {
    border-left-color: transparent;
  }
}
.event-list article .left .info {
  display: flex;
  padding-bottom: 10px;
}
.event-list article .left .info + .info {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.event-list article .left .info .info-data {
  font-size: 0.8rem;
  margin-left: 10px;
  flex: 1;
}
.event-list article .left .info .info-data .info-data-title {
  color: #2f2f2f;
  font-weight: 700;
}
.contrast-page .event-list article .left .info .info-data .info-data-title {
  color: yellow;
}
.event-list article .left .info .info-data .info-data-data {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.event-list article .left .info .info-data .info-data-data li {
  color: #0a4959;
}
.contrast-page .event-list article .left .info .info-data .info-data-data li {
  color: yellow;
}
.event-list article .left .info .info-data .info-data-data li span {
  color: black;
}
.contrast-page .event-list article .left .info .info-data .info-data-data li span {
  color: yellow;
}
.event-list article .left .more {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 26px;
  background-color: #0a4959;
  text-decoration: none;
}
.contrast-page .event-list article .left .more {
  color: yellow;
  background-color: #000;
}

.galerie-categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
}
@media screen and (max-width: 1140px) {
  .galerie-categories {
    justify-content: center;
  }
}
.galerie-categories .category {
  width: 135px;
  height: 134px;
  background-color: #f7f7f7;
  box-shadow: 0px 1px 11.18px 1.82px rgba(94, 93, 93, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px;
  text-decoration: none;
  color: #2f2f2f;
  font-size: 0.93333333rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}
.contrast-page .galerie-categories .category {
  color: yellow;
  background-color: #000;
}
.galerie-categories .category:hover {
  background-color: #8bc32e;
  box-shadow: none;
  color: #fff;
}
.contrast-page .galerie-categories .category:hover {
  color: yellow;
  background-color: #000;
}

.galeries {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .galeries {
    justify-content: center;
  }
}
.galeries .gallery {
  width: 271px;
  height: 297px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 12px;
}
.galeries .gallery figure {
  margin: 0;
  width: 100%;
  height: 182px;
  overflow: hidden;
}
.galeries .gallery figure img {
  width: 100%;
}
.galeries .gallery .content {
  width: 100%;
  padding: 6px;
  text-align: center;
  background-color: #f7f7f7;
}
.contrast-page .galeries .gallery .content {
  background-color: #000;
}
.galeries .gallery .content .title {
  color: #2f2f2f;
  font-size: 0.93333333rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px 0;
}
.contrast-page .galeries .gallery .content .title {
  color: yellow;
}
.galeries .gallery .content .date {
  color: black;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.galeries .gallery .content .date i {
  color: #0a4959;
  font-size: 1rem;
  margin-right: 3px;
}
.contrast-page .galeries .gallery .content .date i {
  color: yellow;
}
.galeries .gallery .content .show-photos {
  margin-bottom: 3px;
  text-decoration: none;
  color: #0a4959;
  font-size: 0.8rem;
  font-weight: 700;
}
.contrast-page .galeries .gallery .content .show-photos {
  color: yellow;
}

footer.page {
  background-color: #282828;
  padding: 0;
}
footer.page .columns {
  justify-content: space-between;
  padding: 0 0 38px 0;
}
@media screen and (max-width: 1240px) {
  footer.page .columns {
    flex-wrap: wrap;
    padding-top: 38px;
  }
}
@media screen and (max-width: 600px) {
  footer.page .columns {
    flex-direction: column;
  }
}
footer.page .columns .column {
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}
.contrast-page footer.page .columns .column {
  color: yellow;
}
@media screen and (max-width: 1240px) {
  footer.page .columns .column {
    margin-right: 15px;
  }
  footer.page .columns .column:first-of-type {
    margin-bottom: 25px;
  }
  footer.page .columns .column:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  footer.page .columns .column {
    margin-bottom: 25px;
  }
  footer.page .columns .column:last-of-type {
    margin-bottom: 0;
  }
}
footer.page .columns .column div {
  margin-bottom: 6px;
}
footer.page .columns .column .other-names {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  footer.page .columns .column .other-names {
    margin-left: -69px;
    margin-top: 30px;
  }
}
footer.page .columns .column.logo {
  display: flex;
}
footer.page .columns .column.logo img {
  width: 60;
  height: 73px;
}
footer.page .columns .column.logo .blog-name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer.page .columns .column.logo .blog-name span {
  font-weight: 400;
}
footer.page .columns .column .second-title {
  margin-top: 35px;
  margin-bottom: 15px;
}
footer.page .columns .column .social-icons {
  display: flex;
}
footer.page .columns .column .social-icons a {
  background-color: lightgray;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #282828;
  margin-right: 5px;
  font-size: 1.3333333333rem;
}
.contrast-page footer.page .columns .column .social-icons a {
  color: yellow;
  background-color: #000;
}
footer.page .columns a.logo {
  margin-right: 10px;
}
footer.page .columns .partnerzy {
  display: flex;
}
footer.page .columns .partnerzy a {
  text-decoration: none;
}
footer.page .columns .partnerzy a + a {
  margin-left: 30px;
}
footer.page .columns .partnerzy a img {
  height: 81px;
}
footer.page .columns .partnerzy a span {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
}
.contrast-page footer.page .columns .partnerzy a span {
  color: yellow;
}

div.tnp-subscription {
  margin: 0;
  max-width: 286px;
}
div.tnp-subscription .tnp-field-button input.tnp-submit {
  width: 100%;
  background-color: #0a4959;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  height: 33px;
}
.contrast-page div.tnp-subscription .tnp-field-button input.tnp-submit {
  color: yellow;
  background-color: #000;
}
div.tnp-subscription .tnp-field-email input.tnp-email {
  height: 44px;
  font-size: 0.8rem;
}

.navigation {
  float: right;
}
.navigation .wp-paginate a,
.navigation .wp-paginate .current {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.navigation .wp-paginate a {
  background: none;
  border: 2px solid #b7b7b7;
  color: #282828;
}
.navigation .wp-paginate .current {
  background: #0a4959;
  border: none;
  color: #fff;
  padding: 6px 10px;
}
.navigation .wp-paginate .title {
  display: none;
}

.single-article .content-title {
  margin: 20px 0;
}
.single-article article .social a {
  text-decoration: none;
  font-size: 1.75rem;
}
.single-article article .social .fa-facebook-square {
  color: #3b5994;
}
.contrast-page .single-article article .social .fa-facebook-square {
  color: yellow;
}
.single-article article .social .fa-linkedin-square {
  color: #3377b1;
}
.contrast-page .single-article article .social .fa-linkedin-square {
  color: yellow;
}
.single-article article .social .fa-twitter-square {
  color: #47a1ec;
}
.contrast-page .single-article article .social .fa-twitter-square {
  color: yellow;
}
.single-article article .social .fa-google-plus-square {
  color: #ca3f2f;
}
.contrast-page .single-article article .social .fa-google-plus-square {
  color: yellow;
}
.single-article article figure.thumb {
  margin: 0 0 50px 50px;
  float: right;
  max-width: 520px;
  max-height: 345px;
  overflow: hidden;
}
.single-article article figure.thumb img {
  border: 20px solid #fff;
  width: 100%;
  height: auto;
}
.single-article article .content {
  color: #575757;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.73rem;
}
.single-article article .content .wpptopdfenh,
.single-article article .content .h5ab-print-button-container {
  display: none;
}
.single-article article .date,
.single-article article .date a {
  display: flex;
  color: black;
  font-weight: 700;
  line-height: 1rem;
  font-size: 0.93rem;
}
.single-article article .date > *,
.single-article article .date a > * {
  margin-right: 10px;
}
.single-article article .date i,
.single-article article .date a i {
  font-size: 1.2rem;
}
.single-article article .date span,
.single-article article .date a span {
  display: none;
}
.single-article article .date .h5ab-print-button-container,
.single-article article .date a .h5ab-print-button-container {
  width: auto;
  margin: 0;
  margin-right: 10px;
}
.single-article article .date .h5ab-print-button-container i,
.single-article article .date a .h5ab-print-button-container i {
  font-size: 1.3rem;
}
.single-article h3.content-title {
  font-size: 0.93rem;
  border-width: 16px;
  border-bottom: 2px solid #0a4959;
  line-height: 12px;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.single-article .gallery-on-single {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px;
}
.single-article .gallery-on-single .images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-article .gallery-on-single .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.single-article .gallery-on-single .more a {
  color: #282828;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.single-article .post-attachments {
  clear: both;
  margin: 30px 0;
}
.single-article .post-attachments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-article .post-attachments h3 {
  color: #282828;
  font-size: 1.07rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-article .post-attachments .attachment {
  border-bottom: 3px dashed #b7b7b7;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.single-article .post-attachments .attachment a {
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 0.93rem;
  color: #777777;
  width: fit-content;
  text-decoration: none;
}
.single-article .post-attachments .attachment a .icon {
  flex: 0 0 30px;
}
.single-article .post-attachments .attachment a .icon i,
.single-article .post-attachments .attachment a .icon em {
  font-size: 1.7rem;
}
.single-article .post-attachments .attachment a .type {
  text-transform: uppercase;
  flex: 0 0 40px;
}
.single-article .post-attachments .attachment a .title {
  flex: 0 1 calc(100% - 110px);
  margin-left: 25px;
}
.single-article .post-attachments .attachment a .filesize {
  text-transform: uppercase;
  flex: 0 0 100px;
  text-align: right;
}

.single-gallery .h5ab-print-button-container,
.single-gallery .wpptopdfenh {
  display: none;
}
.single-gallery .gallery_thumbs {
  display: flex;
  flex-wrap: wrap;
}
.single-gallery .gallery_thumbs > div {
  width: 287px;
  cursor: pointer;
  height: 188px;
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 20px;
}
.single-gallery .gallery_thumbs > div a {
  display: flex;
  height: 100%;
  align-items: center;
}
.single-gallery .gallery_thumbs > div a img {
  width: 287px;
  max-height: 188px;
}
.single-gallery .pagination {
  justify-content: flex-end;
  margin-right: 20px;
}

.page .map-contact {
  display: flex;
  flex-wrap: wrap;
}
.page .map-contact .map {
  border: 15px solid #fff;
  flex: 1;
  margin-right: 20px;
  min-width: 600px;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  .page .map-contact .map {
    min-width: auto;
    margin: 0;
    border: 5px solid #fff;
  }
}
.page .map-contact .map iframe {
  width: 100%;
}
.page .contact {
  margin-bottom: 20px;
}
.page .contact h3 {
  margin-top: 10px;
}
.page .contact > div {
  border: 2px dashed #b7b7b7;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
}
.page .contact > div img {
  margin-left: 40px;
}

.fields-form .fields {
  display: flex;
  justify-content: space-between;
}
.fields-form .fields br {
  display: none;
}
.fields-form .fields:not(.one) {
  flex-wrap: wrap;
}
.fields-form .fields:not(.one).more .wpcf7-form-control-wrap {
  flex: 1 1 70%;
}
.fields-form .fields:not(.one).more .wpcf7-form-control-wrap:not(.more) {
  flex: 0 1 30%;
}
.fields-form .fields:not(.one) .wpcf7-form-control-wrap {
  flex: 0 1 calc(50% - 10px);
}
@media screen and (max-width: 540px) {
  .fields-form .fields:not(.one) .wpcf7-form-control-wrap {
    flex: 0 1 100%;
  }
  .fields-form .fields:not(.one) .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
    margin-top: 15px;
  }
}
.fields-form .fields.one .wpcf7-form-control-wrap {
  flex: 1 1 100%;
}
.fields-form .fields.only-button .wpcf7-form-control-wrap {
  border: none;
}
.fields-form .fields + .fields {
  margin-top: 15px;
}
.fields-form .fields p {
  margin: 0;
}
.fields-form .fields input[type=submit] {
  border: none;
  background-color: #0a4959;
  font-size: 0.93333rem;
  color: #fff;
  line-height: 38px;
  height: 38px;
  display: block;
  min-width: 150px;
  cursor: pointer;
  font-weight: 700;
}
.contrast-page .fields-form .fields input[type=submit] {
  color: yellow;
}
.fields-form .wpcf7-form-control-wrap {
  border: 2px solid #b7b7b7;
  display: block;
  position: relative;
}
.fields-form .wpcf7-form-control-wrap input,
.fields-form .wpcf7-form-control-wrap select,
.fields-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  color: #898888;
  border: none;
  font-size: 0.93rem;
  padding: 0 15px;
}
.fields-form .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.fields-form .wpcf7-form-control-wrap select::-webkit-input-placeholder,
.fields-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #898888;
}
.fields-form .wpcf7-form-control-wrap input::-moz-placeholder,
.fields-form .wpcf7-form-control-wrap select::-moz-placeholder,
.fields-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #898888;
}
.fields-form .wpcf7-form-control-wrap input:-ms-input-placeholder,
.fields-form .wpcf7-form-control-wrap select:-ms-input-placeholder,
.fields-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #898888;
}
.fields-form .wpcf7-form-control-wrap input:-moz-placeholder,
.fields-form .wpcf7-form-control-wrap select:-moz-placeholder,
.fields-form .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #898888;
}
.contrast-page .fields-form .wpcf7-form-control-wrap input,
.contrast-page .fields-form .wpcf7-form-control-wrap select,
.contrast-page .fields-form .wpcf7-form-control-wrap textarea {
  color: yellow;
}
.fields-form .wpcf7-form-control-wrap input,
.fields-form .wpcf7-form-control-wrap select {
  line-height: 26px;
  height: 26px;
}
.fields-form .wpcf7-form-control-wrap textarea {
  padding-top: 15px;
  min-height: 125px;
}
.fields-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% - 5px);
  font-size: 0.55rem;
}
.fields-form .files {
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
}
.fields-form .files .file {
  margin-bottom: 10px;
  margin-right: 25px;
  color: #767676;
  font-size: 0.8rem;
}
.fields-form .files .file i {
  margin-right: 13px;
  font-size: 1.2rem;
}
.fields-form .files .file input[type=file] {
  display: none;
}

.wpcf7 form .only-button > p,
.wpcf7 form .only-button > span {
  display: none;
}

label.file-button {
  display: flex;
  width: 100%;
  cursor: pointer;
}
label.file-button input[type=file] {
  position: fixed;
  top: -1000px;
}
label.file-button .preview-image-container {
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  flex: 0;
}
label.file-button .preview-image-container .inside-container {
  padding: 6px 6px 0;
  border: 1px solid #e3e3e3;
}
label.file-button span {
  color: #0a4959;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.contrast-page label.file-button span {
  color: yellow;
}
label.file-button span .plus {
  flex: 0;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 5px;
  line-height: 0;
  padding: 15px 0;
}
label.file-button span .text {
  flex: 1;
  font-size: 0.93rem;
}

a.link-button {
  display: block;
  border: none;
  background-color: #0a4959;
  font-size: 0.93333rem;
  color: #fff;
  line-height: 38px;
  height: 38px;
  display: block;
  min-width: 150px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.contrast-page a.link-button {
  color: yellow;
}
a.link-button.with-plus {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.link-button.with-plus .plus-char {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 12px;
  flex: 0;
}

#new-calendar-widget {
  overflow: auto;
  clear: both;
  margin-top: 50px;
}
#new-calendar-widget .all-events {
  text-align: right;
  margin-right: 50px;
  margin-top: 15px;
  font-size: 1.29rem;
}
#new-calendar-widget .all-events a {
  text-decoration: none;
  color: #000;
}
#new-calendar-widget .months {
  display: flex;
  justify-content: center;
  min-width: 351px;
  margin: 20px 0;
  align-items: center;
  text-align: center;
}
#new-calendar-widget .months > div {
  margin: 0 10px;
  width: 7.8rem;
}
#new-calendar-widget .months .other-month {
  color: #000;
  font-size: 1.14rem;
}
@media screen and (max-width: 515px) {
  #new-calendar-widget .months .other-month {
    display: none;
  }
}
#new-calendar-widget .months .direction {
  border: 2px solid #e6e6e6;
  color: #282828;
  font-size: 1.29rem;
  padding: 1px 4px;
  cursor: pointer;
  width: fit-content;
  margin: 0;
}
#new-calendar-widget .months .curr-month {
  color: #282828;
  font-size: 1.29rem;
  font-weight: 700;
  width: 10.8rem;
}
.contrast-page #new-calendar-widget .months .curr-month {
  color: #fff;
}
#new-calendar-widget .calendar-head,
#new-calendar-widget .calendar-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 380px;
  min-width: 380px;
}
#new-calendar-widget .calendar-head div,
#new-calendar-widget .calendar-row div {
  text-align: center;
  line-height: 18px;
  padding: 14px 0;
}
#new-calendar-widget .calendar-head div a,
#new-calendar-widget .calendar-row div a {
  display: flex;
  justify-content: center;
  text-align: center;
}
#new-calendar-widget .calendar-head {
  background: -webkit-linear-gradient(82deg, #0a4959 50%, #73ab3b 58%);
  background: -moz-linear-gradient(82deg, #0a4959 50%, #73ab3b 58%);
  background: -o-linear-gradient(82deg, #0a4959 50%, #73ab3b 58%);
  background: -ms-linear-gradient(82deg, #0a4959 50%, #73ab3b 58%);
  background: linear-gradient(8deg, #0a4959 50%, #73ab3b 58%);
  margin-bottom: 20px;
}
#new-calendar-widget .calendar-head .single-head {
  color: #ffffff;
  font-size: 1.14rem;
  width: 54px;
}
#new-calendar-widget .calendar-head .single-head:first-of-type a {
  border: none;
}
#new-calendar-widget .calendar-head .single-head a {
  border-left: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
}
#new-calendar-widget .calendar-row .single-cell {
  color: #222222;
  font-size: 1.07rem;
  width: 55px;
  border: 1px solid #bbb;
  margin-top: -1px;
  margin-right: -1px;
}
.contrast-page #new-calendar-widget .calendar-row .single-cell {
  color: #fff;
}
#new-calendar-widget .calendar-row .single-cell.prev-days {
  color: #a9a9a9;
}
#new-calendar-widget .calendar-row .single-cell.actual-day {
  font-weight: 900;
}
#new-calendar-widget .calendar-row .single-cell.with-event {
  color: #fff;
  background-color: #0a4959;
}
#new-calendar-widget .calendar-row .single-cell a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
}
#new-calendar-widget .calendar-row .single-cell a:hover {
  text-decoration: underline;
}
#new-calendar-widget .single-head.third-week {
  display: none;
}
#new-calendar-widget .single-head.second-week {
  display: none;
}
#new-calendar-widget .title-event-calendar {
  font-size: 1.14rem;
  color: #8b1113;
}
#new-calendar-widget .events-container {
  display: flex;
  justify-content: flex-start;
}
#new-calendar-widget .events-container a {
  text-decoration: none;
  color: #222222;
}
#new-calendar-widget .events-container .one-event {
  font-size: 0.86rem;
  border-right: 1px dashed red;
  margin-right: 20px;
  width: fit-content;
  max-width: 250px;
}
#new-calendar-widget .events-container .one-event:last-of-type {
  border: none;
}
#new-calendar-widget .events-container .one-event .label-div {
  position: relative;
}
#new-calendar-widget .events-container .one-event .label-div > div {
  position: absolute;
  left: 0;
  top: 0;
}
#new-calendar-widget .events-container .one-event .label-div .arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0a4959;
}
#new-calendar-widget .events-container .one-event .label-div .arrow-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #0a4959;
  margin-left: 7px;
}
#new-calendar-widget .events-container .one-event .label-div .square {
  background-color: #0a4959;
  width: 22px;
  height: 15px;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  font-size: 0.79rem;
}
#new-calendar-widget .events-container .one-event .event-desc {
  margin-left: 30px;
}
#new-calendar-widget .events-container .one-event .event-desc h5 {
  font-size: 0.86rem;
  font-weight: 700;
  color: #8b1113;
  margin-bottom: 10px;
  margin-top: 0px;
}
#new-calendar-widget .events-container .one-event .event-desc p {
  margin-bottom: 5px;
  margin-top: 0px;
}

.communicate .clear-button {
  display: flex;
  justify-content: flex-end;
}
.communicate .clear-button .clear-rejected {
  border: none;
  background-color: #e31e24;
  padding: 7px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  letter-spacing: 1px;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}
.contrast-page .communicate .clear-button .clear-rejected {
  background-color: yellow;
}
.communicate .clear-button .clear-rejected a {
  color: #fff;
}
.contrast-page .communicate .clear-button .clear-rejected a {
  color: #000;
}
.communicate .clear-button .clear-rejected em {
  margin-left: 5px;
  font-size: 1.0666666667rem;
}
.communicate .clear-button .clear-rejected:hover {
  background-color: #e94b50;
}
.contrast-page .communicate .clear-button .clear-rejected:hover:hover {
  background-color: ligthen(yellow, 10%);
}
.communicate .komunikaty-bar {
  background-color: #e31e24;
  font-size: 0.8666666667rem;
  height: 38px;
}
.contrast-page .communicate .komunikaty-bar {
  background-color: yellow;
  border-top: 1px solid #000;
}
.communicate .komunikaty-bar .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.communicate .komunikaty-bar .container em {
  font-size: 1.6rem;
  color: #fff;
}
.contrast-page .communicate .komunikaty-bar .container em {
  color: #000;
}
.communicate .komunikaty-bar .marqueee {
  display: flex;
  align-items: center;
  height: 100%;
}
.communicate .komunikaty-bar .marqueee a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-right: 30px;
}
.contrast-page .communicate .komunikaty-bar .marqueee a {
  color: #000;
}
.communicate .komunikaty-bar .close-link {
  width: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
  background-color: #010f21;
  z-index: 1;
  padding-top: 2px;
  cursor: pointer;
  height: 100%;
}
.communicate .komunikaty-bar .close-link:hover {
  background-color: #032653;
  font-weight: 700;
}
.contrast-page .communicate .komunikaty-bar .close-link {
  color: yellow;
  background-color: #000;
}

.over-error {
  height: 100%;
  position: relative;
  background-image: url("images/background404HD.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 100%;
}
.over-error .arms {
  position: absolute;
  top: 2%;
  left: 2%;
  display: flex;
}
.over-error .arms a {
  width: 150px;
  display: flex;
  text-decoration: none;
}
.over-error .arms a img {
  margin-right: 10px;
}
.over-error .arms a .community-name {
  max-width: 75px;
  color: black;
  font-size: 1.2rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
.over-error .balon {
  left: 0%;
  position: absolute;
  top: 30%;
}
@media screen and (max-width: 500px) {
  .over-error .balon {
    max-width: 340px;
  }
}
.over-error .oops-left {
  position: absolute;
  top: 60%;
  left: 75%;
  color: #565656;
  transform: rotate(-30deg);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (max-width: 700px) {
  .over-error .oops-left {
    right: 20%;
    left: 0;
    top: 25%;
  }
}
.over-error .oops-right {
  position: absolute;
  top: 65%;
  left: 85%;
  color: #565656;
  transform: rotate(30deg);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (max-width: 700px) {
  .over-error .oops-right {
    right: 20%;
    left: 0;
    top: 30%;
  }
}
.over-error .mid {
  justify-content: center;
  z-index: 1;
  text-align: center;
}
.over-error .mid .big404 {
  position: relative;
  color: #565656;
  font-family: "LeagueSpartan", sans-serif;
  font-weight: 800;
  font-size: 10rem;
  line-height: 200px;
  letter-spacing: 15px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .over-error .mid .big404 {
    max-width: 340px;
    font-size: 8rem;
  }
}
.over-error .mid .desc-not {
  color: #565656;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.over-error .mid .desc-not-sec {
  color: #565656;
  font-size: 0.9333333333rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.over-error .mid .return-to-main a {
  color: #669933;
  font-weight: 700;
  border-radius: 15px;
  font-size: 1.2rem;
  line-height: 24px;
  padding: 5px 15px;
  border: 2px solid #669933;
  text-decoration: none;
  transition: all 0.5s;
}
.over-error .mid .return-to-main a:hover {
  color: #565656;
  border: 2px solid #565656;
}
@media screen and (max-width: 500px) {
  .over-error .mid .return-to-main {
    bottom: 60%;
  }
}
.over-error .copy {
  bottom: 5%;
  left: 5%;
  position: absolute;
  color: #fff;
  font-weight: 700;
}
.over-error .desc-un {
  display: block;
  left: 5%;
  position: absolute;
}
.over-error .desc-un .desc-un-big {
  color: #565656;
  font-size: 4.8rem;
  font-weight: 700;
}
.over-error .desc-un .desc-un-mid {
  color: #565656;
  font-size: 1.4666666667rem;
  font-weight: 700;
  line-height: 34px;
}
.over-error .desc-un .desc-un-small {
  color: #565656;
  font-size: 1.0666666667rem;
  font-weight: 700;
  max-width: 340px;
  line-height: 30px;
}

.hentry .date {
  margin-top: 10px;
}
.hentry .date em {
  font-weight: 400;
}
.hentry a:hover {
  text-decoration: underline !important;
}
.hentry a figure img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* Paginacja standardowa */
.pagination-standard {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.pagination-standard .page-numbers {
  padding: 0 5px;
  border: 1px solid #0a4959;
  color: #0a4959;
  margin: 0 3px;
  transition: all 0.4s;
  text-decoration: none;
}
.pagination-standard .page-numbers:hover:not(.current) {
  background-color: #1494b5;
  color: #fff;
}
.pagination-standard .current {
  background-color: #0f6f87;
  color: #fff;
}

/* Added support for submenu in the main navigation menu */
#menu #menu-menu-glowne {
  position: relative;
}

#menu #menu-menu-glowne > li:hover .sub-menu {
  display: flex;
}

#menu #menu-menu-glowne .sub-menu {
  background: black;
  opacity: 0.8;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  justify-content: space-around;
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#menu #menu-menu-glowne .sub-menu > li {
  flex: 1;
}

#menu #menu-menu-glowne .sub-menu > li + li {
  border-left: 2px solid #fff;
}

#menu #menu-menu-glowne .sub-menu > li:hover a {
  color: #000;
}

#menu #menu-menu-glowne .sub-menu > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 700px) {
  #menu #menu-menu-glowne .sub-menu {
    flex-direction: column;
    position: static;
  }

  #menu #menu-menu-glowne .sub-menu > li + li {
    border-left: none;
  }
}
/* ------------------------------------------- */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.event-thumbnail {
  text-align: center;
}
.event-thumbnail img {
  display: inline-block;
  max-width: 100%;
  max-height: 500px;
}

.sputnik-search-form {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 9999;
}

#sputnik-search-form-toggle {
  background: #0a4959;
}

.ss-article__thumbnail figure {
  margin: 0;
}

.wp-paginate .gap {
  color: black !important;
}

#new-calendar-widget .calendar-row .single-cell.prev-days {
  background: grey;
  color: black;
}

.fields-form .wpcf7-form-control-wrap input,
.fields-form .wpcf7-form-control-wrap select,
.fields-form .wpcf7-form-control-wrap textarea,
.fields-form .wpcf7-form-control-wrap input::placeholder,
.fields-form .wpcf7-form-control-wrap select::placeholder,
.fields-form .wpcf7-form-control-wrap textarea::placeholder {
  color: black !important;
}

/*# sourceMappingURL=style.css.map */
