/*
Theme Name:     Kadence Child Theme
Theme URI:      n/a
Template:       kadence
Author:         Dave
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.yoast-breadcrumbs, 
.yoast-breadcrumbs a {
	color:#F8F5ED !important;
	text-decoration:none; 
	font-size:14px;
}
.site-footer-row.site-footer-row-columns-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; /* regulujesz odstęp między kolumnami */
    width: 100%;
}

.site-footer-row.site-footer-row-columns-3 > div {
    max-width: 100% !important;
    width: 100%;
}
.site-header-section-center {
    margin-left: -100px;
    justify-content: center;
}
.testimonial-read-more {
  background: none !important;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: #8c5a2b !important;
}
.testimonial-read-more:hover {
	background:none !important;
  color: #8c5a2b !important;
	  text-decoration: underline;
}
