/* @override 
	http://gramy-w-bio.local/wp-content/themes/gramy-w-bio/superstyles/superstyles.css?ver=7.0 */

h3, h3 a {
	color: #28854D !important;
	font-family: "bricolage grotesque" !important;
}

h3 {
	margin-top: .35rem;
	margin-bottom: .35rem;
	line-height: 1.3;
}

.lead {
	font-size: 1.25rem;
}

@keyframes zoom {
from {
	transform: scale(1);
}

to {
	transform: scale(2);
}
}

a, a:hover {
	text-decoration: none;
}

.radius-16 {
	border-radius: 16px;
}

.green-text {
	color: #28854D;
}

.sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 150px;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.list-none {
	list-style: none;
	padding-left: 0;
}

.list-column li {
	width: 100%;
}

.apla {
	background: #EAFBBD;
	padding: 1rem;
	border-radius: 16px;
}

.main-tab-content, .overflow-visible {
	overflow: visible !important;
}

p.arrow-link {
	width: 100%;
}

.arrow-link {
	position: relative;
	padding-right: 24px;
}

.arrow-link:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url("../img/arrow-right.svg") no-repeat left top;
	position: absolute;
	right: 0;
	top: 5px;
}

.arrow-link a {
	width: 100%;
	display: flex;
}

.arrow-link a:hover {
	color: #28854D;
}

.wp-block-read-more {
	color: #28854D;
}

.image-zoom-in {
	aspect-ratio: 16 / 8;
	overflow: hidden;
	border-radius: 16px;
}

.image-zoom-in img {
	animation: zoom 60s linear 0s infinite alternate;
}

/* header */

.top-border {
	width: 100%;
	height: 4px;
	background: #28854D;
	position: fixed;
	top: 0;
	z-index: 10000;
}

.header-bar {
	width: 100%;
	z-index: 1000;
	background: #fff;
}

.header-bar a:hover {
	color: #28854D !important;
}

.nav-buttons {
	gap: 0;
}

.search-bar {
	right: 0;
	top: -40px;
	border: 1px solid #28854D;
	border-radius: 3rem;
	background: #fff;
	z-index: 1000;
	gap: 12px;
	padding: 0 8px;
}

.search-bar .search-close {
	width: 33px;
	height: 33px;
	background: url("../img/close-1.svg") no-repeat left top !important;
	border: 0;
}

.search-bar input {
	padding: 0 0.75rem !important;
	max-height: 40px;
	border: 0 !important;
}

.lupka {
	background: #EAFBBD url("../img/lupka.svg") no-repeat center !important;
	border: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}

.wp-block-search__button {
	padding: 0.5rem;
}

.search-hidden {
	display: none !important;
}

.home-icon a {
	text-indent: 0;
	color: transparent !important;
	width: 24px;
	display: inline-block;
	background: url("../img/home-icon.svg") no-repeat left center !important;
}

.home-icon a:hover {
	color: transparent !important;
}

.current-menu-item.home-icon a {
	background: url("../img/home-icon-active.svg") no-repeat left center !important;
}

.zajawka-cat {
	text-transform: uppercase;
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: .05rem;
}

.djacc__panel--active {
	top: 320px !important;
}

.djacc__footer {
	display: none !important;
}

.djacc__close {
	background: #28854D !important;
}

.djacc__bar:before {
	background: #28854D !important;
}

.info-apla p, .info-apla ul {
	margin-top: 0;
}

.info-apla ul {
	padding-left: 0;
	list-style: none;
}

.info-apla button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 16px;
	padding: .25rem 1rem;
}

.aktualnosc-content p:first-child {
	font-size: 1.25rem;
}

.aktualnosc-content ul {
	background: #F2FAFF;
	padding: 2rem 1rem 1rem 3rem;
	border-radius: 16px;
}

.do-pobrania h4 {
	margin: 0 !important;
}

.do-pobrania ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0 !important;
	background: #F8FDF8;
	border-radius: 16px;
}

.do-pobrania li {
	padding: 1rem;
}

.do-pobrania li + li {
	border-top: 1px solid #e5f0e4;
}

.do-pobrania a {
	color: #28854D;
	width: 100%;
	display: flex;
	position: relative;
}

.do-pobrania a:after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	background: url("../img/download-ico-2.svg") no-repeat;
}

.post-navigation-link__label {
	color: #28854D;
}

footer a {
	font-weight: 400;
}

footer a:hover {
	color: #28854D !important;
}

footer li {
	line-height: 1.75;
}

.wp-block-social-link-anchor:hover {
	color: #fff !important;
}

@media all and (max-width: 800px) {
	.hide-800-less {
		display: none !important;
	}
}

@media all and (min-width: 800px) {
	.hide-800-more {
		display: none !important;
	}
}
