/*
Theme Name: 	Twenty Twenty-Five-child
Theme URI: 		https://themes.webdesign-flash.ro/acora/
Author: 		FWDesign
Version: 		1.0
Author URI: 	https://www.webdesign-flash.ro/
Description: 	Child theme. 
Template:    	twentytwentyfive
Text Domain: 	twentytwentyfive-child
*/

body {
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #230d07;
    color: #fff;
        
}
.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}
h3 {
    font-weight: 400;
}
.nazwa_tytulowa a {
    font-size: 18px;
    text-decoration: none;
}
/* 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;
}
.navbar-custom {
    position: fixed;
    padding: 20px 0;
}
.navbar-custom nav li a{
    padding: 15px;
}

.navbar.fixed-top .row {
    width: 100%;
    align-items: center;
}
.navbar.fixed-top .row p {
    margin: 0;
}

.wp-block-navigation-item a.active {
    background-color: rgba(255,255,255,.3);
}
#nabozenstwa, #ogloszenia, #intencje {
  scroll-margin-top: 72px; /* wysokość headera */
}
#ogloszenia, #intencje, #kancelaria {
    padding: 70px 0;
}
footer p {
margin-bottom:1.6rem;
}
.post-modified-date {
    color: #b68d7d;
    font-size: 14px;
}

.printfriendly br {
    display: none;
}
.download-row {
    margin-bottom: 40px;
}
.download-title h3 {
  margin-bottom: 5px;
}
.printfriendly a, .btn-post-title a, .download-link {
  border: 1px solid #b68d7d;
  color: #b68d7d;
  background-color: transparent;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  display: inline-block;
}

.printfriendly a:hover, .btn-post-title a:hover, .download-link:hover {
  border: 1px solid #b68d7d;
  outline: 0;
  color: #000;
  background-color: #b68d7d;
}

.rok-szkolny #wakacje {
    display: none;
}
.wakacje #rok-szkolny {
    display: none;
}

@media (max-width: 599px) {
  .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  .wp-block-navigation__responsive-container-open::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('images/mobile-menu-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
  }
  
  .wp-block-navigation__container.items-justified-right.menu {
    align-items: start !important;
    width: 100%;
  }
  
  .wp-block-navigation__container li {
    margin-bottom: 10px;
  }
  .nav-col {
    position: absolute;
  }
  #ogloszenia, #intencje {
    padding: 0;
  }
  #intencje, #kancelaria {
    padding: 40px 0;
  }
}
.intencje_h {
  margin-top: 0;
}
.wp-block-table td, .wp-block-table th {
  border-left: 0;
  border-right: 0;
  vertical-align: top;
}

.body-category-intencje h2 {
  font-size: 28px;
}

.wp-block-navigation__responsive-container {
  bottom: auto;
  background-color:#b68d7d !important;
}