/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */


a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: normal;
   src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.ttf") format("truetype"); }
@font-face {
  font-family: 'Font Awesome 6 Regular';
  font-style: normal;
  font-weight: 400;
   src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'Font Awesome 6 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype"); }

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.calendar-days { display: grid; overflow: hidden; grid-template-columns:repeat(7,1fr); grid-gap: 10px; width:calc(100% - 80px); margin: auto; max-width: 700px;  }
.calendar-day { font-size: 85%; cursor:pointer; font-family: "Open Sans", sans-serif;box-shadow:none !important; border:0px; background:none; aspect-ratio: 1/1; border: 3px solid #1F386B; color:#1f386b; border-radius:12px; padding:0px;}
.calendar-day span { display:block; font-size: 240%; font-family: "Open Sans", sans-serif;  font-weight: bold; }
.calendar-day.events { border-color:#E2131B !important;}
.calendar-day.today { background: #1F386B !important; border-color:#1F386B !important; color:#fff !important;}
/*.calendar-day.active { background: #F2F2F2 !important;  color:#1f386b !important;}*/
.calendar-day.active { background: #E2131B !important; border-color:#E2131B !important; color:#fff !important;}
#calendar-loader { position: absolute; top:108px; left:20px; width:100%; height:730px;  min-height:120px; z-index:100;}
#calendar-loader  span { font-size:110%; position: absolute; top:30px; left: 0; right:0 !important; margin: auto; font-weight:bold;}

.calendar-nav { width:100%;  }
.catakt br:last-child { display:none !important;}
.cal { position: relative; z-index:0; max-width: 780px; position: relative; margin:auto; color:#24418b !important;}
.calendar-nav .calendar-nav-prev { position: absolute; padding:0px; cursor:pointer; left:0px; top:50%; transform:translateY(-50%); width: 40px; height:40px; background: none; border:0px;}
.calendar-nav .calendar-nav-prev:before { content: '\f060';
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align:center;
  z-index: 1;
   color:#E2131B;
  font-family: 'Font Awesome 6 Solid';
  font-size: 24px;
}
.calendar-nav .calendar-nav-next { position: absolute; cursor:pointer; padding:0px; right:0px;top:50%; transform:translateY(-50%); width: 40px; height:40px; background: none; border: 0px;}
.calendar-nav .calendar-nav-next:before {
	content: '\f061';
  display: block;
  line-height: 40px;
  width: 40px;
   text-align: center;
  height: 40px;
  z-index: 1;
  color:#E2131B;
  font-family: 'Font Awesome 6 Solid';
  font-size: 24px;
}.calendar-nav-prev.disabled, .calendar-nav-next.disabled {
    opacity: 0.4;
    cursor: none;
	pointer-events: none;
}
.calendar-nav .calendar-nav-next {
  position: absolute;
  cursor: pointer;
  padding:0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background:none;
  border:0px;
}
.calendar-nav .calendar-nav-prev {
  position: absolute;
  padding:0px;
  cursor: pointer;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background:none;
  border:0px;
}
.calendar-nav .calendar-nav-prev::before {
  content: '\f060';
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 1;
  color: #E2131B;
  font-family: 'Font Awesome 6 Solid';
  font-size: 24px;
}
.calendar-nav {
  width: 100%;
}
.cal {
  position: relative;
  z-index: 0;
  max-width: 780px;
  position: relative;
  margin:auto;
  color: #24418b !important;
}
.calendar-nav .calendar-nav-next::before {
  content: '\f061';
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  height: 40px;
  z-index: 1;
 color: #E2131B;
  font-family: 'Font Awesome 6 Solid';
  font-size: 24px;

}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
  user-select: none;
  padding:10px;
  position: relative;
  z-index: 10;
}
#wydarzenia h3 {
  font-size: 150%;
  text-align: center;
  margin:0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0);
  width: 100%;
}
#wydarzenia h3 span {
  font-weight: bold;

  font-size: 150%;

}
#wydarzenia {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
* { box-sizing:border-box;}
.item {
  position: relative; margin-bottom: 30px;
}
.wptxt {
  transition:all 0.5s ease;
  width: 100%;
  text-align: center;
}
.time {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 10;
  background:
#E2131B;
  padding:
4px;
    padding-right: 4px;
    padding-left: 4px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius:50px;
  margin:auto;
  text-align: center;
  max-width: max-content;
  font-size: 100%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.owl-item a .wpfoto {
  position: relative;
  width: 100%;
  display: block;
  max-width: 370px;
  height: auto;
}

.przycisk::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Regular';
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  font-size: 10px;
  vertical-align: middle;
}
.przycisk {
  position: absolute;
  bottom: -20px;

  color: #fff;
  transition:all 0.5s ease;
  background:#31658f;
  width: 40px;
  height: 40px;
  font-size: 100%;
  text-align: right;
  padding-bottom: 15px;
  display: inline-block;
  border-radius:100px;
  left: 0;
  right: 0;
  margin:auto;
  z-index: 1;
}
.owl-item {
  display: inline-block;
  vertical-align: top;
  padding:10px;
  position: relative;
  z-index: 10;
  box-sizing:border-box;
}
.owl-carousel {
  padding-left: 45px;
  padding-right: 45px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-item a .wpfoto img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
  transition:all 0.5s ease;
} 

.catakt {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  list-style:
none;
  margin:
auto;
  padding:
0px;
}
.item {
  margin-bottom: 30px;
}
.owl-prev, .owl-next {
  background:
none !important;
  color: #1f386b;
  width: 40px;
  height: 40px;
  margin:
0px;
  padding:
0px;
  border:
0px;
  cursor: pointer;
  transition:
all0.5s ease;
  position: relative;
  z-index: 10;
}
.owl-prev::before {
  content: '\f060';

  display: block;

  line-height: 40px;

  width: 40px;

  height: 40px;

  z-index: 1;

  font-family: 'Font Awesome 6 Solid';

  font-size: 24px;

}
.owl-next::before {
  content: '\f061';
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-family: 'Font Awesome 6 Solid';
  font-size: 24px;
}
owl-prev.disabled, .owl-next.disabled {
  cursor: none;
  opacity: 0.4;
  pointer-events: none;
}
.owl-nav.disabled, .owl-dots.disabled {
  display: none !important;
  padding:
0px !important;
}
.owl-nav {
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  bottom: 10px;
  margin:
auto;
  z-index: 0;
  width: 80px;
}
.owl-item > .item > a { display:block;}
.owl-item > .item.liczba1 > a, #kategoria > .strona > ul > li.liczba1 > article > a { padding-bottom:45px !important;}
.owl-item > .item.liczba2 > a, #kategoria > .strona > ul > li.liczba2 > article > a  { padding-bottom:90px !important;}
.owl-item > .item.liczba3 > a, #kategoria > .strona > ul > li.liczba3 > article > a  { padding-bottom:135px !important;}
.owl-item > .item.liczba4 > a, #kategoria > .strona > ul > li.liczba4 > article > a  { padding-bottom:150px !important;}
.owl-item > .item.liczba5 > a, #kategoria > .strona > ul > li.liczba5 > article > a  { padding-bottom:200px !important;}
.owl-item > .item.liczba6 > a, #kategoria > .strona > ul > li.liczba6 > article > a  { padding-bottom:240px !important;}

ul.owl-stage {
  list-style:none;
  margin:0px;
  padding:0px;
    padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0px;
}
@media (max-width:990px) {
.calendar-days { grid-gap: 5px !important;}
.calendar-day span { font-size: 200% !important;}
.calendar-day {   border-width:2px !important; border-radius: 8px !important;}
#calendar-loader {left:0px !important;}
}
@media (max-width:600px) {
#calendar-loader { height:680px;}
.calendar-nav .calendar-nav-prev, .calendar-nav .calendar-nav-next { top: -35px !important;}
.calendar-days {width: 98% !important; margin-left:1% !important;}
.calendar-days { grid-gap: 2px !important;}
.calendar-day { font-size:55% !important;  border-width:2px !important; border-radius: 8px !important;}
.calendar-day span { font-size: 180% !important;}
.calendar-nav .calendar-nav-prev { width:30px !important; height:30px !important; line-height:30px !important;}	
.calendar-nav .calendar-nav-prev::before, .calendar-nav .calendar-nav-next::before {  font-size: 18px !important; color:red; width:30px !important; height:30px !important; line-height:30px !important;}
}