@charset "UTF-8";
/*
Theme Name: Krzyzacy
Author: Tobiasz Królak
Description: Coded with love by Agencja Interaktywna WEB.
*/
html, body {
  overflow-x: hidden; }

body {
  background-color: #dddddd;
  background-image: url("img/gray-logo.png");
  background-repeat: repeat;
  font-family: 'Roboto', sans-serif; }

.btn {
  background: #0078c4;
  border: 1px solid #0078c4;
  color: #fff;
  padding: 8px 40px;
  border-radius: 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  transition: all .3s ease; }
  .btn:hover {
    background: transparent;
    color: #0078c4; }
  .btn.white {
    color: #fff;
    border-color: #fff;
    font-weight: 400; }
    .btn.white:hover {
      background: #fff;
      color: #0078c4; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Alfa Slab One', cursive; }

h1.shadow-under {
  position: relative;
  font-size: 50px;
  text-transform: uppercase;
  z-index: 2;
  margin-bottom: 20px;
  margin-top: 20px; }
  h1.shadow-under .shadow {
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: -1;
    font-size: 90px; }
  h1.shadow-under.blue {
    color: #0078c4; }
    h1.shadow-under.blue .shadow {
      color: #eef3f9; }
  h1.shadow-under.white {
    color: #fff; }
    h1.shadow-under.white .shadow {
      color: #1f81c7; }

@media only screen and (min-width: 1400px) {
  section.single-page h1 {
    margin-top: 80px;
    color: #0476c5; } }

section.single-page .breadcrumb {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #a4a4a4; }
  section.single-page .breadcrumb a {
    color: #0078c4;
    text-decoration: none; }

section.single-page .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #222;
  text-align: justify;
  padding: 0 15px; }
  section.single-page .content h1 {
    font-size: 24px; }
  section.single-page .content h2 {
    font-size: 20px; }
#main-wrapper > .content {
  margin-top: 30px;
  background: #fff;
  padding: 10px; }
  #main-wrapper > .content:after {
    content: '';
    display: block;
    clear: both; }

.padding-lr {
  padding-left: 15%;
  padding-right: 15%; }
  .padding-lr:after {
    content: '';
    display: block;
    clear: both; }

@media only screen and (max-width: 1700px) and (min-width: 1200px) {
  .padding-lr {
    padding-left: 10%;
    padding-right: 10%; } }
@media only screen and (max-width: 1200px) and (min-width: 767px) {
  .padding-lr {
    padding-left: 5%;
    padding-right: 5%; } }
@media only screen and (max-width: 767px) {
  .padding-lr {
    padding-left: 30px;
    padding-right: 30px; }
  h1.shadow-under {
    font-size: 30px; }
    h1.shadow-under .shadow {
      font-size: 50px; } }
#under-nav-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 120px; }
  #under-nav-bg img {
    width: 100%; }

body {
  margin-top: 160px; }

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.15); }
  #header .padding-lr .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #header:before, #header:after {
    content: '';
    display: block;
    width: 100%; }
  #header:before {
    height: 50px;
    background-color: #005b94; }
  #header:after {
    height: 10px;
    background-color: #ffea00;
    clear: both; }
  #header .logo {
    z-index: 2;
    height: 60px;
    margin-left: 50px;
    transition: all .3s ease; }
    #header .logo img {
      transition: all .3s ease;
      margin-top: -20px; }
    #header .logo:hover {
      transform: scale(1.05); }
  #header .nav {
    margin-top: 11px; }
    #header .nav ul {
      margin: 0 auto;
      padding-left: 0; }
      #header .nav ul li {
        list-style: none;
        float: left; }
        #header .nav ul li a {
          text-decoration: none;
          color: #0078c4;
          font-family: 'Alfa Slab One', cursive;
          font-size: 21px;
          padding: 10px 15px;
          transition: all .3s ease; }
        #header .nav ul li.menu-item-has-children {
          position: relative; }
          #header .nav ul li.menu-item-has-children > a:after {
            content: '';
            display: inline-block;
            width: 12px;
            height: 10px;
            margin-left: 10px;
            margin-right: 15px;
            background-image: url("img/arrow_blue.png");
            background-size: contain; }
          #header .nav ul li.menu-item-has-children > a:hover:after {
            background-image: url("img/arrow_white.png"); }
          #header .nav ul li.menu-item-has-children .sub-menu {
            position: absolute;
            top: 49px;
            left: -30px;
            width: 400px;
            display: none;
            background: #282828;
            transition: all .3s ease; }
            #header .nav ul li.menu-item-has-children .sub-menu li {
              float: left; }
              #header .nav ul li.menu-item-has-children .sub-menu li a {
                display: block;
                width: 200px;
                box-sizing: border-box;
                background: #282828;
                color: #fff;
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                text-align: center;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #3a3a3a; }
                #header .nav ul li.menu-item-has-children .sub-menu li a:hover {
                  background: #0078c4;
                  color: #fff; }
            #header .nav ul li.menu-item-has-children .sub-menu:after {
              content: '';
              clear: both;
              display: block; }
          #header .nav ul li.menu-item-has-children:after {
            content: '';
            display: block;
            position: absolute;
            top: 39px;
            width: 100%;
            height: 10px; }
          #header .nav ul li.menu-item-has-children:hover .sub-menu {
            display: block; }
        #header .nav ul li:hover a {
          background: #0078c4;
          color: #fff; }
      #header .nav ul:after {
        content: '';
        display: block;
        clear: both; }
  #header .social-nav {
    padding-top: 2px; }
    #header .social-nav a {
      text-decoration: none; }
  #header.scrolled-down .logo-img {
    transform: scale(0.6) translateY(-80px); }
  #header #toggleMobileMenu {
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px; }
    #header #toggleMobileMenu:hover {
      cursor: pointer; }

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  #header .logo {
    margin-left: 20px; }
    #header .logo img {
      max-width: 100px; }
  #header .social-nav a img {
    width: 30px;
    height: auto; }
  #header .nav ul li a {
    font-size: 19px;
    padding: 10px 10px; } }
@media only screen and (max-width: 1000px) {
  #under-nav-bg {
    top: 90px; }

  body {
    margin-top: 120px; }

  #header:before {
    height: 20px; }
  #header:after {
    height: 10px; }
  #header .social-nav a:not(:last-child) {
    display: none; }
  #header .social-nav #toggleMobileMenu {
    display: inline-block; }
  #header .nav {
    position: absolute;
    top: 85px;
    left: 0;
    min-width: 300px;
    max-width: 85vw;
    background: #f7f7f7;
    z-index: -1;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    box-shadow: 1px 1px 25px 1px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: calc(100vh - 85px); }
    #header .nav ul li {
      width: 100%;
      padding: 4px 0; }
      #header .nav ul li a {
        width: 100%;
        padding: 6px 0;
        font-size: 18px; }
      #header .nav ul li:after {
        content: '';
        display: block;
        clear: both; }
      #header .nav ul li.menu-item-has-children > a:after {
        display: inline-block;
        margin-left: 8px;
        transition: transform .2s ease; }
      #header .nav ul li.menu-item-has-children > a.submenu-open:after {
        transform: rotate(180deg); }
      #header .nav ul li.menu-item-has-children .sub-menu {
        display: none;
        width: auto;
        position: initial;
        background: transparent; }
        #header .nav ul li.menu-item-has-children .sub-menu.submenu-visible {
          display: block; }
      #header .nav ul li.menu-item-has-children:hover .sub-menu {
          display: none; }
      #header .nav ul li.menu-item-has-children:hover .sub-menu.submenu-visible {
          display: block; }
        #header .nav ul li.menu-item-has-children .sub-menu li {
          padding-left: 15px; }
          #header .nav ul li.menu-item-has-children .sub-menu li a {
            color: #0078c4;
            background: transparent;
            border-bottom: none;
            padding: 5px 0;
            width: auto;
            font-weight: 600;
            text-align: left;
            font-size: 15px; }
          #header .nav ul li.menu-item-has-children .sub-menu li:hover a {
            background: transparent;
            color: #0078c4; }
      #header .nav ul li:hover a {
        background: transparent;
        color: #0078c4; }
    #header .nav.showing {
      transform: translateX(0); }
  #header .logo {
    margin-left: 20px; }
    #header .logo .logo-img {
      width: 110px;
      margin-top: -10px !important; }
  #header.scrolled-down .logo-img {
    transform: scale(0.8) translateY(-20px) translateX(-20px); }
  #header #toggleMobileMenu {
    display: inline-block; } }
#main {
  width: 70%;
  float: left; }

#aside {
  width: calc(30% - 10px);
  float: left;
  margin-left: 10px; }

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  #main {
    width: calc(100% - 300px - 10px); }

  #aside {
    width: 300px; } }
@media only screen and (max-width: 1000px) {
  #main {
    width: 100%; }

  #aside {
    width: 100%; } }
.bx-wrapper {
  border: none;
  margin-bottom: 0; }

.bx-pager {
  position: absolute;
  right: 5px !important;
  bottom: 8px !important;
  width: auto !important;
  padding-top: 0 !important;
  z-index: 2; }
  .bx-pager .bx-pager-link {
    width: 8px !important;
    height: 8px !important;
    margin: 0 3px !important;
    background: transparent !important;
    border: 1px solid #fff; }
    .bx-pager .bx-pager-link:hover {
      background: rgba(255, 255, 255, 0.5); }
    .bx-pager .bx-pager-link.active {
      background: #fff !important; }

#slider {
  position: relative; }
  #slider .item {
    position: relative;
    overflow: hidden; }
    #slider .item .img {
      background-size: cover;
      background-position: center center;
      min-height: 300px;
      transition: all .3s ease; }
      #slider .item .img:after {
        content: '';
        display: block;
        padding-top: 56.25%; }
    #slider .item .content {
      background: rgba(0, 0, 0, 0.65);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      transition: all .3s ease; }
      #slider .item .content .title {
        margin-top: 0;
        margin-bottom: 20px;
        color: #ffea00;
        font-size: 30px; }
      #slider .item .content p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0; }
    #slider .item:hover .img {
      transform: scale(1.1); }
    #slider .item:hover .content {
      background: rgba(0, 0, 0, 0.9); }

#newsy a {
  text-decoration: none; }
#newsy .news {
  position: relative;
  display: flex;
  align-items: center;
  background: #eeeeee;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  z-index: 3;
  transition: all .3s ease; }
  #newsy .news .img {
    width: 30%;
    background-size: cover;
    background-position: center center; }
    #newsy .news .img:after {
      content: '';
      display: block;
      padding-top: 56.25%; }
  #newsy .news .content {
    padding-left: 20px;
    width: 70%; }
    #newsy .news .content h2 {
      font-family: 'Roboto', sans-serif;
      font-size: 17px;
      color: #0078c4;
      margin-top: 0; }
    #newsy .news .content p {
      font-size: 14px;
      color: #1b1b1b;
      text-align: justify; }
    #newsy .news .content .date {
      float: left;
      color: #8c8c8c;
      font-size: 12px; }
    #newsy .news .content .link {
      color: #0078c4;
      float: right;
      text-decoration: none;
      font-size: 12px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0; }
  #newsy .news:hover {
    transform: scale(1.03);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25); }

@media only screen and (max-width: 767px) {
  #newsy .news {
    display: block; }
    #newsy .news .img {
      width: 100%;
      border-top-right-radius: 7px;
      border-top-left-radius: 7px; }
    #newsy .news .content {
      width: 100%;
      padding-left: 0; }
      #newsy .news .content h2 {
        margin-top: 20px; }
      #newsy .news .content p {
        font-size: 13px; }

  .post.type-post .content,
  .nasze_akcje .content {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px; }

  section.single-page .content {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px; }

  .post.type-post .title-container .header h1,
  .nasze_akcje .title-container .header h1 {
    font-size: 22px; }

  .post.type-post .details,
  .nasze_akcje .details {
    font-size: 13px;
    padding: 0 10px; }

  #slider .item .content {
    padding: 8px 12px; }
  #slider .item .content .title {
    font-size: 14px;
    margin-bottom: 5px; }
  #slider .item .content p {
    font-size: 11px;
    line-height: 15px; } }
#blue-bg {
  float: left;
  width: 100%;
  background: #0078c4;
  padding-top: 30px;
  padding-bottom: 30px; }
  #blue-bg:after {
    clear: both;
    display: block;
    content: ''; }
  #blue-bg .card {
    position: relative;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    z-index: 3;
    overflow: hidden;
    transition: all .3s ease; }
    #blue-bg .card .img {
      background-size: cover;
      background-position: center center; }
    #blue-bg .card .content {
      padding: 20px; }
    #blue-bg .card:hover {
      transform: scale(1.03);
      box-shadow: 2px 2px 14px 1px rgba(0, 0, 0, 0.35); }

#probe {
  width: calc(50% - 15px);
  margin-right: 15px;
  float: left; }
  #probe .img {
    height: 130px; }
  #probe p {
    margin-top: 0;
    margin-bottom: 0; }
    #probe p strong {
      color: #1b1b1b;
      font-weight: 400; }
  #probe .wp-polls-ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0; }
    #probe .wp-polls-ul li {
      color: #0078c4;
      font-weight: 500;
      font-size: 15px;
      text-align: center;
      margin-top: 8px;
      margin-bottom: 8px; }
      #probe .wp-polls-ul li input {
        margin-right: 20px; }
  #probe .see-results a {
    font-size: 12px;
    color: #666 !important;
    text-decoration: none !important; }
    #probe .see-results a:hover {
      color: #0078c4 !important; }
  #probe .btn {
    border: 1px solid #0078c4 !important;
    padding: 8px 40px !important; }
  #probe .widget_polls-widget > ul {
    display: none; }

.ngg-galleryoverview > a[href*="slideshow"] {
  display: none; }

#fundraising {
  width: calc(50% - 15px);
  margin-left: 15px;
  float: left; }
  #fundraising .img {
    height: 200px; }
  #fundraising .content {
    text-align: center; }
    #fundraising .content h3 {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      color: #0078c4; }
    #fundraising .content p {
      font-size: 16px;
      color: #4f4f4f;
      margin-top: 10px;
      margin-bottom: 10px; }
      #fundraising .content p.strong {
        text-transform: uppercase;
        color: #0078c4; }
    #fundraising .content .amount {
      font-weight: 500;
      color: #1b1b1b;
      font-size: 25px; }

#gallery:before {
  content: '';
  display: block;
  clear: both; }
#gallery .cards {
  display: flex;
  justify-content: space-between; }
  #gallery .cards a {
    width: calc(50% - 15px); }

@media only screen and (max-width: 767px) {
  #probe {
    width: 100%; }

  #fundraising {
    width: 100%;
    margin-left: 0; }

  #gallery .cards {
    display: block; }
    #gallery .cards a {
      width: 100%; }
      #gallery .cards a:first-of-type div {
        margin-bottom: 30px; } }
#contact-form {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-image: url("img/contact-form-bg.jpg");
  background-size: cover;
  background-position: center center; }
  #contact-form h1 {
    color: #fff;
    margin-bottom: 15px; }
  #contact-form .form {
    width: calc(50% - 15px);
    min-width: 300px; }
  #contact-form .cols {
    display: flex;
    justify-content: space-between; }
    #contact-form .cols .col {
      width: calc(50% - 10px); }
      #contact-form .cols .col span,
      #contact-form .cols .col input {
        width: 100%; }
  #contact-form .textarea {
    width: 100%; }
    #contact-form .textarea textarea {
      width: 100%; }
  #contact-form textarea,
  #contact-form input:not([type=submit]) {
    border: 1px solid #fff;
    background: transparent;
    color: #b0afaf;
    padding: 10px;
    box-sizing: border-box; }
  #contact-form textarea {
    height: 150px; }
  #contact-form input[type=submit] {
    margin-top: 20px; }

@media only screen and (max-width: 767px) {
  #contact-form .form {
    width: 100%; } }
#footer {
  float: left;
  width: 100%;
  background-color: #1b1b1b;
  padding-top: 5px;
  padding-bottom: 5px; }
  #footer:after {
    content: '';
    clear: both;
    display: block; }
  #footer .copyright {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff; }

.actions-card {
  position: relative;
  border-radius: 7px;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
  z-index: 3;
  transition: all .3s ease;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .actions-card:hover {
    transform: scale(1.03);
    box-shadow: 2px 2px 14px 1px rgba(0, 0, 0, 0.35);
    cursor: pointer; }
    .actions-card:hover:after {
      opacity: 0; }
    .actions-card:hover .content {
      transform: translateY(150px); }
  .actions-card:after {
    content: '';
    display: block;
    padding-top: 56.25%;
    background: rgba(0, 0, 0, 0.6);
    transition: all .3s ease;
    transition-delay: .15s; }
  .actions-card .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    transition: all .3s ease; }
    .actions-card .content .title {
      font-family: 'Roboto', sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      margin-bottom: 0; }
    .actions-card .content .date {
      color: #fff;
      font-size: 10px;
      text-transform: uppercase; }

#aside .sidebar-header {
  margin-top: 20px;
  background: #0078c4;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  #aside .sidebar-header h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase; }
  #aside .sidebar-header.with-controls {
    display: flex;
    justify-content: space-between; }
    #aside .sidebar-header.with-controls .controls {
      color: #fff;
      font-size: 25px;
      font-family: 'Alfa Slab One', cursive;
      transition: all .3s ease; }
      #aside .sidebar-header.with-controls .controls.prev {
        padding-left: 20px; }
      #aside .sidebar-header.with-controls .controls.next {
        padding-right: 20px; }
      #aside .sidebar-header.with-controls .controls:hover {
        transform: scale(1.2);
        color: #ffea00;
        cursor: pointer; }
#aside .sub-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1b1b1b; }
  #aside .sub-header h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffea00; }
#aside #queue .bx-wrapper {
  box-shadow: none !important; }
#aside #queue .item .match {
  color: #fff;
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #1b1b1b;
  font-family: 'Alfa Slab One', cursive;
  transition: all .3s ease; }
  #aside #queue .item .match .date {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }
  #aside #queue .item .match .versus {
    display: flex;
    align-items: stretch;
    width: 100%;
    z-index: 9; }
    #aside #queue .item .match .versus .left,
    #aside #queue .item .match .versus .right {
      position: relative;
      width: calc(50% - 50px);
      float: left; }
      #aside #queue .item .match .versus .left .name,
      #aside #queue .item .match .versus .right .name {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        z-index: 2;
        position: relative;
        display: flex;
        align-items: center;
        height: 100%; }
      #aside #queue .item .match .versus .left .club-logo,
      #aside #queue .item .match .versus .right .club-logo {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
        #aside #queue .item .match .versus .left .club-logo img,
        #aside #queue .item .match .versus .right .club-logo img {
          height: 60px;
          width: auto;
          opacity: .2; }
    #aside #queue .item .match .versus .left .club-logo {
      left: 20px; }
    #aside #queue .item .match .versus .left .name {
      justify-content: flex-end;
      text-align: right;
      padding-left: 10px;
      padding-right: 10px; }
    #aside #queue .item .match .versus .right .club-logo {
      right: 20px; }
    #aside #queue .item .match .versus .score {
      width: 100px;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center; }
    #aside #queue .item .match .versus:after {
      content: '';
      clear: both;
      display: block; }
  #aside #queue .item .match .result-label {
    text-align: center;
    font-size: 11px;
    color: #ffea00;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif; }
  #aside #queue .item .match:hover {
    background: rgba(0, 120, 196, 0.7); }
#aside #our-next-match .sidebar-header {
  margin-top: 0; }
#aside .match-card {
  background-image: url("img/gray-logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px; }
  #aside .match-card .versus {
    display: flex;
    align-content: space-between; }
    #aside .match-card .versus .left,
    #aside .match-card .versus .right {
      width: calc(50%); }
      #aside .match-card .versus .left img,
      #aside .match-card .versus .right img {
        width: 100%; }
    #aside .match-card .versus .score {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px; }
      #aside .match-card .versus .score .vs {
        font-size: 30px;
        color: #0064a3;
        font-weight: 990; }
  #aside .match-card .details {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    #aside .match-card .details .date,
    #aside .match-card .details .place {
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 0; }
    #aside .match-card .details .date {
      font-weight: 600; }
    #aside .match-card .details .place {
      text-transform: uppercase; }
    #aside .match-card .details .post-link {
      font-weight: 600;
      color: #0078c4;
      text-decoration: none; }
  #aside .match-card.next-match {
    background-color: #ffea00; }
  #aside .match-card.previous-match {
    background-color: #d3d3d3; }
#aside .counter-container .title {
  font-family: 'Alfa Slab One', cursive;
  font-size: 20px;
  text-align: center;
  color: #282828; }
#aside .counter-container .counter {
  display: flex;
  justify-content: space-between; }
  #aside .counter-container .counter > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 10px); }
    #aside .counter-container .counter > div div {
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-family: 'Alfa Slab One', cursive; }
      #aside .counter-container .counter > div div span {
        font-family: 'Roboto', sans-serif;
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
    #aside .counter-container .counter > div:after {
      content: '';
      display: block;
      padding-top: 100%; }
    #aside .counter-container .counter > div.dark {
      background-color: #003252; }
    #aside .counter-container .counter > div.light {
      background-color: #0064a3; }
#aside #our-previous-match {
  margin-top: 20px; }
#aside .table table {
  background: #1b1b1b;
  width: 100%; }
  #aside .table table tr {
    transition: all .3s ease;
    border-bottom: 1px solid #fff; }
    #aside .table table tr td,
    #aside .table table tr th {
      padding-top: 8px;
      padding-bottom: 8px;
      font-weight: 500; }
    #aside .table table tr td {
      color: #fff;
      text-align: center; }
      #aside .table table tr td.name {
        position: relative;
        overflow: hidden; }
        #aside .table table tr td.name span {
          position: relative;
          z-index: 3; }
        #aside .table table tr td.name .herb {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background-size: 90%;
          background-position: 50%;
          opacity: .3;
          transition: all .3s ease; }
    #aside .table table tr th {
      color: #ffea00; }
    #aside .table table tr .name {
      text-align: left;
      padding-left: 15px; }
    #aside .table table tr:hover {
      background: #0078c4; }
      #aside .table table tr:hover .herb {
        transform: scale(1.1); }
    #aside .table table tr.highlighted {
      background: #0078c4; }

#see-our-forum a {
  text-decoration: none;
  color: #000; }
#see-our-forum .content {
  position: relative; }
  #see-our-forum .content p {
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none; }
    #see-our-forum .content p span {
      display: block;
      font-size: 15px; }
  #see-our-forum .content .img-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center; }
  #see-our-forum .content .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255, 234, 0, 0.9);
    position: relative;
    z-index: 2;
    transition: all .3s ease; }
#see-our-forum:hover .content .inner {
  background: #ffea00; }

@media only screen and (max-width: 1000px) and (min-width: 767px) {
  #aside {
    margin-left: 0; }
    #aside > div {
      margin-bottom: 10px; }
      #aside > div:after {
        content: '';
        display: block;
        clear: both; }
    #aside section {
      width: calc(50% - 10px);
      float: left;
      margin-left: 0;
      margin-top: 0; }
      #aside section .sidebar-header {
        margin-top: 0; }
      #aside section:nth-of-type(2) {
        background: red;
        margin-left: 10px; }
    #aside #our-previous-match {
      margin-top: 0; }
    #aside #our-next-match .counter-container {
      display: none; } }
@media only screen and (max-width: 767px) {
  #aside {
    margin-left: 0; }
    #aside section {
      width: 100%; } }
.breadcrumb {
  color: #a4a4a4; }
  .breadcrumb span a {
    color: #3690ce;
    text-decoration: none; }

.post-edit-link {
  display: inline-block;
  background: #0078c4;
  color: #fff;
  padding: 7px 20px;
  text-decoration: none;
  margin-top: 15px;
  transition: all .3s ease; }
  .post-edit-link:hover {
    transform: scale(1.05); }

.see-more-link {
  text-align: center; }
  .see-more-link a {
    display: inline-block;
    font-weight: 600;
    color: #0078c4;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 0;
    width: 100%; }
  .see-more-link .btn {
    width: auto; }

#single-post #newsy {
  margin-top: 50px; }
  #single-post #newsy h1 {
    color: #0078c4;
    text-align: center; }

.post.type-post .img-container img,
.nasze_akcje .img-container img {
  width: 100%; }
.post.type-post .breadcrumb,
.nasze_akcje .breadcrumb {
  margin-top: 20px; }
.post.type-post .title-container,
.nasze_akcje .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .post.type-post .title-container .header,
  .nasze_akcje .title-container .header {
    width: calc(100% - 90px - 20px); }
    .post.type-post .title-container .header h1,
    .nasze_akcje .title-container .header h1 {
      margin-top: 15px;
      margin-bottom: 15px; }
      .post.type-post .title-container .header h1 a,
      .nasze_akcje .title-container .header h1 a {
        color: #0476c5;
        text-decoration: none; }
  .post.type-post .title-container .fb-like-btn,
  .nasze_akcje .title-container .fb-like-btn {
    margin-left: 20px;
    align-self: center; }
    .post.type-post .title-container .fb-like-btn iframe,
    .nasze_akcje .title-container .fb-like-btn iframe {
      width: 90px;
      height: 30px; }
  .post.type-post .title-container:after,
  .nasze_akcje .title-container:after {
    content: '';
    display: block;
    clear: both; }
.post.type-post .details,
.nasze_akcje .details {
  color: #a4a4a4;
  margin-bottom: 30px; }
.post.type-post .content,
.nasze_akcje .content {
  font-size: 18px;
  line-height: 1.65;
  text-align: justify;
  padding: 0 15px; }

#our-events h1 {
  color: #0078c4;
  text-align: center; }
#our-events a {
  width: calc(50% - 10px);
  float: left; }
  #our-events a:after {
    content: '';
    display: block;
    clear: both; }
  #our-events a:nth-of-type(1), #our-events a:nth-of-type(3) {
    margin-right: 20px; }
  #our-events a:nth-of-type(1), #our-events a:nth-of-type(2) {
    margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  #our-events a {
    margin-bottom: 20px;
    width: 100%; }
    #our-events a:nth-of-type(1), #our-events a:nth-of-type(3) {
      margin-right: 0; } }
#sponsored #sponsors-slider {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px; }
  #sponsored #sponsors-slider .sponsor-slide {
    text-align: center; }
    #sponsored #sponsors-slider .sponsor-slide img {
      max-height: 100px;
      width: auto;
      display: block;
      opacity: .85;
      transition: all .3s ease; }
    #sponsored #sponsors-slider .sponsor-slide img:hover {
      opacity: 1; }
    #sponsored #sponsors-slider .sponsor-slide a {
      display: inline-block; }
#sponsored .bx-wrapper {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0 auto !important; }
#sponsored {
  overflow: hidden; }
#sponsored .bx-wrapper .bx-viewport {
  height: auto !important;
  min-height: 120px;
  overflow: hidden !important; }

#footer .copyright a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px; }
  #footer .copyright a:hover {
    text-decoration: underline; }

.wpcf7-list-item-label {
  color: #fff; }

.wpcf7-response-output {
  color: #fff; }

/* Global responsive overflow fixes */
.content iframe,
section.single-page .content iframe,
.post.type-post .content iframe,
.nasze_akcje .content iframe {
  max-width: 100%;
  aspect-ratio: 16 / 9; }

.content img,
section.single-page .content img,
.post.type-post .content img,
.nasze_akcje .content img {
  max-width: 100%;
  height: auto; }

.content table,
section.single-page .content table,
.post.type-post .content table,
.nasze_akcje .content table {
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border-collapse: collapse;
  font-size: 15px; }

@media only screen and (max-width: 767px) {
  .content table,
  section.single-page .content table,
  .post.type-post .content table,
  .nasze_akcje .content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13px; }
    .content table td,
    .content table th {
      min-width: 60px;
      padding: 6px 8px; } }
  .content iframe,
  section.single-page .content iframe,
  .post.type-post .content iframe,
  .nasze_akcje .content iframe {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    min-height: 250px; }

  .content img,
  section.single-page .content img,
  .post.type-post .content img,
  .nasze_akcje .content img {
    max-width: 100% !important;
    height: auto !important; }

  #main-wrapper {
    overflow-x: hidden; }

  #main {
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word; }

  h1.shadow-under {
    word-wrap: break-word;
    overflow-wrap: break-word; } }

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