/*
Theme Name:     EPAK Osuszanie
Theme URI:      n/a
Template:       kadence
Author:         SzkoleniaMi.pl
Author URI:     https://szkoleniami.pl/projekty
Description:    Strona internetowa dla firmy EPAK o tematyce: 'osuszanie budynków i mieszkań po zalaniu, usuwanie wilgoci'
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.kadence-breadcrumbs {
  font-size: 100% !important;
}

.footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu {
  justify-content: center;
}
.footer-navigation a {
  width: auto;
  display: inline-block;
}

/* Menu - Rozliczenia bezgotowkowe */
#site-navigation #primary-menu li.menu-item-green {
	background-color: #2ebf4a;
}
#site-navigation #primary-menu li.menu-item-green a {
	font-weight: normal;
	color: #000;
}
#site-navigation #primary-menu li.menu-item-green a:hover {
	color: #fff;
}
#site-navigation #primary-menu li.menu-item-green:hover {
	background-color: #018936;
}
#site-navigation #primary-menu li.menu-item-green.menu-item.current-menu-item > a {
	color: #fff;
}

@media (min-width:769px) {
	.site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-no-center {
  		padding-top: 1em;
	}
	.entry-content-wrap {
	  padding-top: 1em;
	}
	#footer-menu > li:not(:last-of-type)::after {
	  content: "/";
	  display: inline-block;
	  padding: 0 10px;
	}
}
@media (max-width: 768px) {
	.footer-navigation .menu {
	  flex-direction: column;
	  gap: 0.5em;
	}
}

/* Inne realizacje */
body.single-post .entry.single-entry {
  box-shadow: none !important;
}

body.single-post .entry-related {
  background: #f7f7f7;
}
body.single-post .entry-related .loop-entry .entry-header .entry-title {
  text-align: center;
}
body.single-post .entry-related .entry-header {
  margin-bottom: 0;
}