/*
	Theme Name: kolonihave
	Author: kolonihave
*/

/*------------------------------------*\
    VARIABLES
\*------------------------------------*/

:root {
	--color-text: #313235;
	--color-dark: #292c3d;
	--color-accent: #7ecfd6;
	--color-green: #1fbb5f;
	--color-green-light: #8dc63f;
	--color-card: #2f2f2f;
	--color-link: #374fcc;
	--color-link-hover: #4c79df;
	--color-white: #fff;
	--divider: url('/wp-content/uploads/2026/08/divider.svg');
	--wrapper: 1200px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.73;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: var(--color-text);
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: var(--color-link);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: var(--color-link-hover);
}

a:focus,
input:focus,
button:focus {
	outline: 0;
}

button {
	font-family: inherit;
	cursor: pointer;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: var(--color-dark);
	line-height: 1.25;
	margin: 0 0 20px;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }

p {
	margin: 0 0 18px;
}

p:last-child {
	margin-bottom: 0;
}
	p,
	.textBlock__text,
	.textContent,
	.textBlock__content,
	.textSidebar__content,
	.singlePost__content,
	.profileBlock__content,
	.prizeCards__intro,
	.galleryBlock__intro{
		font-size: 20px;
		line-height: 30px;
	}

ul,
ol {
	margin: 0 0 18px;
	padding-left: 20px;
}

li {
	margin-bottom: 6px;
}

strong,
b {
	font-weight: 700;
}

/*------------------------------------*\
    HELPERS
\*------------------------------------*/

.flex            { display: flex; }
.wrap            { flex-wrap: wrap; }
.column          { flex-direction: column; }
.center          { align-items: center; }
.j-center        { justify-content: center; }
.between         { justify-content: space-between; }
.j-end           { justify-content: flex-end; }
.text-center     { text-align: center; }
.is-hidden       { display: none; }

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: var(--wrapper);
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.section {
	padding: 40px 0;
}

.welcome_wrapper {
	max-width: 750px;
	margin: 0 auto;
}

/*------------------------------------*\
    SHARED — TITLE SIZE
\*------------------------------------*/

.archiveFolders__headline,
.foldersBlock__headline,
.peopleBlock__headline,
.textSidebar__headline,
.prizeCards__headline,
.galleryBlock__headline,
.textColumns__headline,
.profileBlock__headline,
.singlePost__headline,
.postsBlock__headline,
.downloadsPage__headline,
.downloadsBlock__headline,
.textBlock__title,
.singlePost__title,
.textColumn__title {
	font-size: 24px;
	line-height: 1.3;
}

/*------------------------------------*\
    SHARED — SECTION HEADLINES
\*------------------------------------*/

.archiveFolders__headline,
.foldersBlock__headline,
.peopleBlock__headline,
.textSidebar__headline,
.prizeCards__headline,
.galleryBlock__headline,
.textColumns__headline,
.profileBlock__headline,
.singlePost__headline {
	font-weight: 400;
	color: var(--color-text);
	text-align: center;
	margin: 0 0 30px;
}

/*------------------------------------*\
    SHARED — DIVIDER
\*------------------------------------*/

.archiveFolders__headline::before,
.archiveFolders__headline::after,
.prizeCards__headline::before,
.prizeCards__headline::after,
.textSidebar__headline::before,
.textSidebar__headline::after,
.postsBlock__headline::before,
.postsBlock__headline::after,
.textBlock__title::before,
.textBlock__title::after,
.singlePost__title::before,
.singlePost__title::after {
	content: '';
	display: block;
	width: 90px;
	height: 12px;
	background-image: var(--divider);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.archiveFolders__headline::before,
.prizeCards__headline::before,
.textSidebar__headline::before,
.postsBlock__headline::before,
.textBlock__title::before,
.singlePost__title::before {
	margin: 0 auto 24px;
}

.archiveFolders__headline::after,
.prizeCards__headline::after,
.textSidebar__headline::after,
.postsBlock__headline::after,
.textBlock__title::after,
.singlePost__title::after {
	margin: 24px auto 0;
}

/*------------------------------------*\
    SHARED — PAGE CONTENT TEXT
\*------------------------------------*/

/* .textContent,
.textBlock__content,
.textSidebar__content,
.singlePost__content,
.profileBlock__content,
.prizeCards__intro,
.galleryBlock__intro {
	font-size: 17px;
	line-height: 26px;
} */

.textContent p,
.textBlock__content p,
.textSidebar__content p,
.singlePost__content p,
.profileBlock__content p,
.prizeCards__intro p,
.galleryBlock__intro p {
	margin: 0 0 18px;
}

.textContent p:last-child,
.textBlock__content p:last-child,
.textSidebar__content p:last-child,
.singlePost__content p:last-child,
.profileBlock__content p:last-child,
.prizeCards__intro p:last-child,
.galleryBlock__intro p:last-child {
	margin-bottom: 0;
}

.textContent a,
.textBlock__content a,
.textSidebar__content a,
.singlePost__content a,
.profileBlock__content a {
	color: var(--color-link);
}

.textContent a:hover,
.textBlock__content a:hover,
.textSidebar__content a:hover,
.singlePost__content a:hover,
.profileBlock__content a:hover {
	color: var(--color-green);
}

.textContent {
	margin-bottom: 40px;
}

/*------------------------------------*\
    SHARED — BUTTON
\*------------------------------------*/

.btn {
	display: inline-block;
	padding: 13px 32px;
	border-radius: 30px;
	background: #3d453f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.btn:hover {
	background: var(--color-green);
	color: #fff;
}

.buttonsBlock__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-top: 40px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
	position: relative;
	background: #fff;
}

.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.logo a {
	display: block;
	line-height: 0;
}

.logo-img {
	display: block;
	width: auto;
	max-height: 70px;
}

#mmenu_button {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--color-dark);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	text-decoration: none;
}

#mmenu_button:hover {
	color: var(--color-green);
}

#mmenu_button svg {
	display: block;
	width: 26px;
	height: 26px;
}

#mmenu_button svg path {
	stroke: currentColor;
}

/*------------------------------------*\
    NAV
\*------------------------------------*/

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	margin: 0;
}

.nav a {
	display: block;
	color: var(--color-dark);
	text-decoration: none;
}

.nav a:hover {
	color: var(--color-green);
}

/*------------------------------------*\
    MMENU
\*------------------------------------*/

.mm-navbar_size-2 {
	height: 40px;
}

.wpmm-header-image {
	background-position: center right;
	inset: 0;
}

.mm-menu_navbar_top-3 .mm-panels {
	top: 80px;
}

.mm-listitem > a,
.mm-listitem > span {
	color: var(--color-dark);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
/*------------------------------------*\
    MMENU — NAVBARS
\*------------------------------------*/

.mm-navbars_top,
.mm-navbars_bottom {
	border: none;
	background: #fff;
}

.mm-navbars_top .mm-navbar,
.mm-navbars_bottom .mm-navbar {
	border: none;
	background: transparent;
	height: auto;
	min-height: 0;
	padding: 0;
}

.mm-navbar_has-btns {
	min-height: 70px;
}

/*------------------------------------*\
    MMENU — CLOSE BUTTON
\*------------------------------------*/

.mm-btn_close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 52px;
	height: 52px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23292c3d' stroke-width='1.5' stroke-linecap='round'%3E%3Cline x1='4' y1='4' x2='20' y2='20'/%3E%3Cline x1='20' y1='4' x2='4' y2='20'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	transition: opacity 0.2s ease;
	left: auto!important;
}

.mm-btn_close::before,
.mm-btn_close::after {
	display: none;
}

.mm-btn_close:hover {
	opacity: 0.6;
}

.mm-sronly {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

/*------------------------------------*\
    MMENU — SEARCH
\*------------------------------------*/

.mmSearch {
    position: relative;
    width: 100%;
    padding: 16px 20px 24px;
    display: flex;
}

.mmSearch__input {
	width: 100%;
	height: 46px;
	padding: 0 18px 0 46px;
	border: 1px solid #d8d8d8;
	border-radius: 30px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	color: var(--color-text);
	outline: none;
	transition: border-color 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.mmSearch__input::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.mmSearch__input:focus {
	border-color: var(--color-dark);
}

.mmSearch__submit {
	position: absolute;
	left: 34px;
	top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 46px;
	padding: 0;
	border: none;
	background: none;
	color: var(--color-text);
	cursor: pointer;
}

.mmSearch__submit:hover {
	color: var(--color-green);
}
/*------------------------------------*\
    BANNER
\*------------------------------------*/

.banner {
	position: relative;
	width: 100%;
	line-height: 0;
}

.banner-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
}

.banner__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.banner__headline {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

/*------------------------------------*\
    INFO BOXES
\*------------------------------------*/

.infoBoxes {
	padding: 40px 0;
}

.infoBoxes__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	border-top: 1px solid #ebebed;
	border-bottom: 1px solid #ebebed;
	padding: 20px 0;
}

.infoBox {
	display: flex;
	flex-direction: column;
	padding: 14px;
	background: var(--color-card);
	color: #fff;
}

.infoBox__image {
	line-height: 0;
	margin-bottom: 16px;
}

.infoBox__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
}

.infoBox__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	text-align: center;
	padding: 0 12px 20px;
}

.infoBox__title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 16px;
	line-height: 1.3;
}

.infoBox__text {
	color: #fff;
	margin-bottom: 24px;
}

.infoBox__text p {
		font-size: 20px;
	line-height: 30px;
	margin: 0 0 14px;
}

.infoBox__text p:last-child {
	margin-bottom: 0;
}

.infoBox__text a {
	color: #fff;
	text-decoration: underline;
}

.infoBox__text a:hover {
	color: var(--color-green);
}

.infoBox__btn {
	display: inline-block;
	margin-top: auto;
	padding: 7px 22px;
	border-radius: 20px;
	background: var(--color-green-light);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.infoBox__btn:hover {
	background: var(--color-green);
	color: #fff;
}

/* Left variant — small logo, left-aligned copy */
.infoBoxes--left .infoBox {
	padding: 30px 26px;
}

.infoBoxes--left .infoBox__image {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.infoBoxes--left .infoBox__image img {
	width: auto;
	max-width: 110px;
	height: auto;
	aspect-ratio: auto;
}

.infoBoxes--left .infoBox__body {
	align-items: flex-start;
	text-align: left;
	padding: 0;
}

.infoBoxes--left .infoBox__btn {
	align-self: center;
	margin-top: 26px;
}

/*------------------------------------*\
    TEXT BLOCK
\*------------------------------------*/

.textBlocks {
	padding: 40px 0;
}

.textBlock {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.textBlock:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.textBlock__title {
	max-width: 700px;
	margin: 0 auto 40px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	color: var(--color-text);
}

.textBlock__content {
	text-align: center;
}

/*------------------------------------*\
    TEXT COLUMNS
\*------------------------------------*/

.textColumns__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.textColumn__title {
	font-weight: 400;
	color: var(--color-text);
	text-align: center;
	margin: 0 0 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
}

.textColumn__content {
	font-size: 15px;
	font-style: italic;
	line-height: 1.8;
}

.textColumn__content p {
	margin: 0 0 18px;
}

.textColumn__content p:last-child {
	margin-bottom: 0;
}

.textColumn__content ul {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.textColumn__content li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
}

.textColumn__content li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
}

.textColumn__content a {
	color: var(--color-link);
}

.textColumn__content a:hover {
	color: var(--color-green);
}

/*------------------------------------*\
    TEXT + IMAGES SIDEBAR
\*------------------------------------*/

.textSidebar__headline {
	margin-bottom: 44px;
}

.textSidebar__inner {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.textSidebar__images {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.textSidebar__image {
	line-height: 0;
}

.textSidebar__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

/*------------------------------------*\
    PROFILE BLOCK
\*------------------------------------*/

.profileBlock__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.profileBlock__label {
	font-size: 11px;
	font-style: italic;
	color: var(--color-text);
	margin: 0 0 10px;
}

.profileBlock__name {
	font-size: 24px;
	font-weight: 400;
	color: var(--color-dark);
	margin: 0 0 22px;
	line-height: 1.3;
	text-align: center;
}

.profileBlock__image {
	margin-bottom: 24px;
	line-height: 0;
}

.profileBlock__image img {
	display: block;
	width: 100%;
	max-width: 260px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

.profileBlock__intro {
	font-size: 15px;
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 30px;
}

.profileBlock__intro p {
	margin: 0 0 10px;
}

.profileBlock__intro p:last-child {
	margin-bottom: 0;
}

.profileBlock__meta {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.profileMeta__label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--color-text);
	margin: 0 0 6px;
}

.profileMeta__text {
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
}

.profileMeta__text p {
	margin: 0;
}

.profileMeta__text a {
	color: var(--color-dark);
	font-style: normal;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.profileMeta__text a:hover {
	color: var(--color-green);
}

.profileBlock__headline {
	text-align: left;
	margin-bottom: 24px;
}

.profileBlock__content h2,
.profileBlock__content h3 {
	font-size: 24px;
	font-weight: 400;
	color: var(--color-dark);
	margin: 34px 0 20px;
}

.profileBlock__content strong {
	display: block;
	margin-bottom: 18px;
}

.profileBlock__content hr {
	width: 90px;
	height: 12px;
	border: none;
	background-image: var(--divider);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 40px auto;
}

.profileBlock__content ul {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.profileBlock__content ul li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
}

.profileBlock__content ul li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	top: 0;
	color: #9a9a9a;
	font-size: 13px;
}

.profileBlock__content ul ul {
	margin: 10px 0 0;
}

.profileBlock__content ul ul li {
	padding-left: 0;
	margin-bottom: 4px;
}

.profileBlock__content ul ul li::before {
	display: none;
}

/*------------------------------------*\
    PEOPLE BLOCK
\*------------------------------------*/

.peopleBlock__headline {
	margin-bottom: 36px;
}

.peopleBlock__swiper {
	position: relative;
	padding: 0 0 50px;
}

.peopleBlock__swiper .swiper-slide {
	height: auto;
	display: flex;
}

.personCard {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 30px 24px;
	background: #f2f2f2;
}

.personCard__image {
	text-align: center;
	margin-bottom: 22px;
	line-height: 0;
}

.personCard__image img {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center;
}

.personCard__name {
	font-size: 20px;
	font-weight: 400;
	color: var(--color-text);
	margin: 0 0 14px;
	line-height: 1.3;
}

.personCard__role {
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	margin: 0 0 14px;
}

.personCard__text {
	font-size: 15px;
	line-height: 1.6;
}

.personCard__text p {
	margin: 0 0 14px;
}

.personCard__text p:last-child {
	margin-bottom: 0;
}

.personCard__text ul {
	margin: 0;
	padding-left: 18px;
	list-style: circle;
}

.personCard__text li {
	margin-bottom: 8px;
}

.peopleBlock__prev,
.peopleBlock__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	margin: 0;
	color: #9a9a9a;
	cursor: pointer;
}

.peopleBlock__prev { left: -34px; }
.peopleBlock__next { right: -34px; }

.peopleBlock__prev::after,
.peopleBlock__next::after {
	font-size: 26px;
	font-weight: 300;
}

.peopleBlock__prev:hover,
.peopleBlock__next:hover {
	color: var(--color-green);
}

.peopleBlock__pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.peopleBlock__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	border: 1px solid #9a9a9a;
	background: transparent;
	opacity: 1;
}

.peopleBlock__pagination .swiper-pagination-bullet-active {
	background: var(--color-text);
	border-color: var(--color-text);
}

/*------------------------------------*\
    PRIZE CARDS
\*------------------------------------*/

.prizeCards__headline {
	margin-bottom: 0;
}

.prizeCards__intro {
	max-width: 560px;
	margin: 24px auto 0;
	font-style: italic;
	text-align: center;
}

.prizeCards__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 26px;
	margin-top: 44px;
	align-items: start;
}

.prizeCard {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.prizeCard__box {
	width: 100%;
	padding: 22px 18px;
	background: #2f3440;
	text-align: center;
}

.prizeCard__title {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;
}

.prizeCards--title-white .prizeCard__title { color: #fff; }
.prizeCards--title-green .prizeCard__title { color: #4caf50; }

.prizeCard__image {
	display: block;
	line-height: 0;
	border: 3px solid #fff;
}

.prizeCard__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.2s ease;
}

a.prizeCard__image:hover img {
	opacity: 0.85;
}

.prizeCard__btn {
	display: inline-block;
	margin-top: 16px;
	padding: 8px 20px;
	border-radius: 20px;
	background: #3d453f;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
}

.prizeCard__btn:hover {
	background: var(--color-green);
	color: #fff;
}

.prizeCard__poster {
	display: block;
	width: 100%;
	margin-top: 20px;
	line-height: 0;
}

.prizeCard__poster img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.2s ease;
}

a.prizeCard__poster:hover img {
	opacity: 0.85;
}

/*------------------------------------*\
    GALLERY BLOCK
\*------------------------------------*/

.galleryBlock__headline {
	margin-bottom: 24px;
}

.galleryBlock__intro {
	max-width: 700px;
	margin: 0 auto 40px;
	text-align: center;
}

.galleryGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.galleryGrid__item {
	display: block;
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.galleryGrid__item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.4s ease, opacity 0.3s ease;
}

.galleryGrid__item:hover img {
	transform: scale(1.04);
	opacity: 0.9;
}

.galleryGrid__item::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.galleryGrid__item:hover::after {
	opacity: 1;
}

/*------------------------------------*\
    FOLDERS
\*------------------------------------*/

.archiveFolders__grid,
.foldersBlock__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 40px;
}

.folderCard {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 18px;
	border: 1px solid #e2e2e2;
	background: #fff;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.folderCard:hover {
	border-color: var(--color-green);
	background: #fafafa;
}

.folderCard__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.folderCard__title {
	flex: 1;
	text-align: center;
	font-size: 15px;
	color: var(--color-link);
}

.folderCard:hover .folderCard__title {
	color: var(--color-green);
}

/*------------------------------------*\
    DOWNLOADS
\*------------------------------------*/

.downloadsPage__headline,
.downloadsBlock__headline {
	font-weight: 400;
	color: var(--color-text);
	margin: 0 0 30px;
	padding: 16px 20px;
	background: #f7f7f7;
	border: 1px solid #ececec;
}

.downloadsList {
	border-top: 1px solid #ececec;
}

.downloadRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid #ececec;
}

.downloadRow__name {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 200px;
	font-size: 15px;
	color: var(--color-link);
	text-decoration: none;
}

.downloadRow__name:hover {
	color: var(--color-green);
}

.downloadRow__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.downloadRow__btn {
	flex-shrink: 0;
	display: inline-block;
	padding: 10px 26px;
	border: 1px solid #3b4040;
	border-radius: 25px;
	color: #3b4040;
	background: transparent;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.downloadRow__btn:hover {
	background: var(--color-green);
	border-color: var(--color-green);
	color: #fff;
}

/*------------------------------------*\
    POSTS BLOCK
\*------------------------------------*/

.postsBlock__headline {
	font-weight: 700;
	color: var(--color-text);
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 40px;
}

.postsBlock__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.postCard {
	display: flex;
	flex-direction: column;
	padding: 26px 22px;
	background: #f2f2f2;
}

.postCard__image {
	display: block;
	line-height: 0;
	margin-bottom: 22px;
}

.postCard__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center;
}

.postCard__title {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 10px;
}

.postCard__title a {
	color: var(--color-text);
	text-decoration: none;
}

.postCard__title a:hover {
	color: var(--color-green);
}

.postCard__date {
	font-size: 14px;
	color: var(--color-green);
	margin: 0 0 22px;
}

.postCard__btn {
	display: inline-block;
	align-self: flex-start;
	margin-top: auto;
	padding: 11px 26px;
	border-radius: 25px;
	background: #3b4040;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.postCard__btn:hover {
	background: var(--color-green);
	color: #fff;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.postsPagination {
	margin-top: 50px;
}

.postsPagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.postsPagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 25px;
	background: #f2f2f2;
	color: var(--color-text);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.postsPagination .page-numbers:hover,
.postsPagination .page-numbers.current {
	background: var(--color-green);
	color: #fff;
}

.postsPagination .page-numbers.dots {
	background: transparent;
}

/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/

.singlePost__banner {
	width: 100%;
	line-height: 0;
}

.singlePost__banner img {
	display: block;
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
}

.singlePost__headline {
	margin-bottom: 0;
}

.singlePost__title {
	max-width: 700px;
	margin: 0 auto 40px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	color: var(--color-text);
}

.singlePost__content {
	font-style: italic;
}

.singlePost__content h1{
	font-weight: 400;
	font-style: normal;
}

.singlePost__content img {
	height: auto;
}

/*------------------------------------*\
    POST NAVIGATION
\*------------------------------------*/

.postNav {
	margin: 0 0 30px;
}

.singlePost__content + .postNav {
	margin: 40px 0 0;
}

.postNav .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.postNav .nav-links {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.postNav a {
	display: inline-flex;
	gap: 6px;
	padding: 3px 6px;
	border-radius: 50px;
	color: var(--color-text);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
}

.postNav a:hover {
	color: var(--color-green);
	background: #fff;
	box-shadow: 2px 6px 15px rgba(41, 44, 61, 0.1);
}

.postNav__arrow {
	font-size: 16px;
	line-height: 15px;
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 26px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.breadcrumbs a {
	color: var(--color-text);
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--color-green);
}

.breadcrumbs__sep     { color: #b5b5b5; }
.breadcrumbs__current { color: #8a8a8a; }

/*------------------------------------*\
    BACK LINK
\*------------------------------------*/

.backLink {
	display: inline-block;
	margin-bottom: 25px;
	padding: 6px 14px;
	border: 1px solid #3b4040;
	border-radius: 25px;
	color: #3b4040;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.backLink:hover {
	background: var(--color-green);
	border-color: var(--color-green);
	color: #fff;
}

.backLink__arrow {
	font-size: 16px;
	line-height: 1;
}

/*------------------------------------*\
    SOCIALS
\*------------------------------------*/

.socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.socials__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #2f3040;
	transition: background 0.2s ease, color 0.2s ease;
}

.socials__link:hover {
	background: var(--color-green);
	color: #fff;
}

.socials__link svg {
	display: block;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	padding: 50px 0;
	background: #30303c url(/wp-content/uploads/2026/08/section-background-image-noise.png);
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.footer .wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.footer .h3,
.footer .widget-title,
.footer .widgettitle {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 24px;
	line-height: 1.2;
}

.footer a {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer a:hover {
	color: var(--color-green);
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer ul li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer ul li:last-child {
	border-bottom: none;
}

.footer ul li a {
	display: block;
	font-size: 13px;
}

.footer .textwidget {
	text-align: center;
}

.footer .textwidget p {
	margin: 0 0 14px;
}

.footer .textwidget p:last-child {
	margin-bottom: 0;
}

.footer .socials {
	margin-top: 30px;
}

.footer .socials__link {
	background: #fff;
	color: #30303c;
}

.footer .socials__link:hover {
	background: var(--color-green);
	color: #fff;
}

.footer #text-2 p{
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
}

/* Events widget */
.footer .event-title,
.footer .tribe-events-widget h3 {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
}

.footer .event-month {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 24px 0 14px;
}

.footer .event-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 22px;
}

.footer .event-date {
	flex-shrink: 0;
	width: 34px;
	padding: 4px 0;
	background: #3b3b48;
	text-align: center;
	line-height: 1.2;
}

.footer .event-date__month {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

.footer .event-date__day {
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.footer .event-body {
	flex: 1;
	text-align: center;
}

.footer .event-body h4 {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 4px;
}

.footer .event-body p {
	font-size: 12px;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
}

/*------------------------------------*\
    SINGLE GARDEN
\*------------------------------------*/

.singleGarden__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.singleGarden__title {
	font-weight: 400;
	color: var(--color-text);
	text-align: left;
	margin: 0 0 4px;
}

.singleGarden__subtitle {
	font-size: 14px;
	font-style: italic;
	color: var(--color-text);
	margin: 0 0 22px;
}

.singleGarden__content {
	margin-bottom: 34px;
}

/* Gallery */
.gardenGallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.gardenGallery__item {
	display: block;
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.gardenGallery__item img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.4s ease, opacity 0.3s ease;
}

.gardenGallery__item:hover img {
	transform: scale(1.04);
	opacity: 0.9;
}

/* Aside */
.singleGarden__aside {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gardenMeta__image {
	line-height: 0;
	margin-bottom: 6px;
}

.gardenMeta__image img {
	display: block;
	width: 100%;
	height: auto;
}

.gardenMeta {
	padding: 12px 16px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

.gardenMeta__label {
	font-size: 13px;
	color: var(--color-text);
	margin: 0 0 4px;
}

.gardenMeta__value {
	font-size: 13px;
	color: #8a8a8a;
	margin: 0;
}

.gardenMeta__value a {
	color: var(--color-link);
}

.gardenMeta__value a:hover {
	color: var(--color-green);
}

/* Map */
.gardenMap {
	margin-top: 44px;
}

.gardenMap__title {
	font-weight: 400;
	color: var(--color-text);
	text-align: left;
	margin: 0 0 18px;
}

.gardenMap iframe {
	display: block;
	width: 100%;
	border: 0;
}

/*------------------------------------*\
    GARDEN — ALPHABET
\*------------------------------------*/

.gardenAlphabet {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin-bottom: 26px;
	font-size: 13px;
}

.gardenAlphabet__letter {
	padding: 2px 8px;
	color: var(--color-text);
	text-decoration: none;
	border-right: 1px solid #ddd;
}

.gardenAlphabet__letter:last-child {
	border-right: none;
}

.gardenAlphabet__letter.is-empty {
	color: #c9c9c9;
	pointer-events: none;
}

.gardenAlphabet__letter.is-active {
	color: var(--color-green);
	font-weight: 700;
}

a.gardenAlphabet__letter:hover {
	color: var(--color-green);
}

/*------------------------------------*\
    GARDEN — TYPE HEADER
\*------------------------------------*/

.gardenTypeHeader {
	border: 1px solid #e2e2e2;
	margin-bottom: 34px;
}

.gardenTypeHeader__title {
	font-weight: 400;
	color: var(--color-text);
	text-align: left;
	margin: 0;
	padding: 16px 20px;
	border-bottom: 1px solid #e2e2e2;
}

.gardenTypeHeader__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}

.gardenTypeHeader__image {
	flex-shrink: 0;
	line-height: 0;
}

.gardenTypeHeader__image img {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
}

.gardenTypeHeader__text {
	font-size: 17px;
	line-height: 26px;
}

.gardenTypeHeader__text p {
	margin: 0 0 14px;
}

.gardenTypeHeader__text p:last-child {
	margin-bottom: 0;
}

/*------------------------------------*\
    GARDEN — LIST
\*------------------------------------*/

.gardenList {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.gardenCard {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.gardenCard__image {
	flex: 0 0 130px;
	line-height: 0;
	border: 1px solid #e2e2e2;
	padding: 3px;
	background: #fff;
}

.gardenCard__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: opacity 0.2s ease;
}

.gardenCard__image:hover img {
	opacity: 0.85;
}

.gardenCard__body {
	flex: 1;
	min-width: 0;
}

.gardenCard__title {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 2px;
}

.gardenCard__title a {
	color: var(--color-link);
	text-decoration: none;
}

.gardenCard__title a:hover {
	color: var(--color-green);
}

.gardenCard__subtitle {
	font-size: 14px;
	font-style: italic;
	color: var(--color-text);
	margin: 0 0 12px;
}

.gardenCard__excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
}

.gardenCard__excerpt p {
	margin: 0;
}

.gardenCard__more {
	font-size: 14px;
	color: var(--color-link);
	text-decoration: none;
}

.gardenCard__more:hover {
	color: var(--color-green);
}

/*------------------------------------*\
    GARDEN — OVERVIEW
\*------------------------------------*/

.gardenIntro {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
}

.gardenIntro__title {
	font-weight: 400;
	color: var(--color-text);
	text-align: left;
	margin: 0;
	padding: 14px 20px;
	border-bottom: 1px solid #e2e2e2;
}

.gardenIntro__text {
	padding: 30px 20px;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
}

.gardenIntro__text p {
	margin: 0 0 18px;
}

.gardenIntro__text p:last-child {
	margin-bottom: 0;
}

/*------------------------------------*\
    GARDEN — TYPE CARDS
\*------------------------------------*/

.gardenTypes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.gardenType {
	display: block;
	text-decoration: none;
}

.gardenType__label {
	display: block;
	padding: 8px 12px;
	border: 1px solid #e2e2e2;
	color: var(--color-link);
	font-size: 14px;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.gardenType__count {
	color: #8a8a8a;
	font-size: 12px;
}

.gardenType:hover .gardenType__label {
	border-color: var(--color-green);
	color: var(--color-green);
}

.gardenType__image {
	display: block;
	margin-top: 10px;
	line-height: 0;
	overflow: hidden;
}

.gardenType__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gardenType:hover .gardenType__image img {
	transform: scale(1.04);
}
/*------------------------------------*\
    GARDEN — ARCHIVE HEADER
\*------------------------------------*/

.gardenArchive__header {
	border: 1px solid #e2e2e2;
	margin-bottom: 34px;
}

.gardenArchive__title {
	font-weight: 400;
	color: var(--color-text);
	text-align: left;
	margin: 0;
	padding: 14px 20px;
}

@media (prefers-reduced-motion: reduce) {
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: var(--color-accent);
	color: var(--color-dark);
	text-shadow: none;
}

::-moz-selection {
	background: var(--color-accent);
	color: var(--color-dark);
	text-shadow: none;
}

/*------------------------------------*\
    RESPONSIVE — 600
\*------------------------------------*/

@media only screen and (min-width: 600px) {

	.postsBlock__grid,
	.archiveFolders__grid,
	.foldersBlock__grid,
	.prizeCards__grid {
		grid-template-columns: repeat(2, 1fr);
	}
.gardenList {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 40px;
	}
		.gardenTypes {
		grid-template-columns: repeat(3, 1fr);
	}
}

/*------------------------------------*\
    RESPONSIVE — 768
\*------------------------------------*/

@media only screen and (min-width: 768px) {

	h1 { font-size: 40px; }
	h2 { font-size: 30px; }

	.section {
		padding: 60px 0;
	}

	.logo-img {
		max-height: 90px;
	}

	.banner__headline {
		font-size: 40px;
	}

	.infoBoxes__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.archiveFolders__grid,
	.foldersBlock__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.textColumns__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}

	.textSidebar__inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 50px;
	}

	.textSidebar__content {
		flex: 1;
	}

	.textSidebar__images {
		flex: 0 0 360px;
	}

	.profileBlock__inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 60px;
	}

	.profileBlock__aside {
		flex: 0 0 260px;
	}

	.profileBlock__main {
		flex: 1;
		min-width: 0;
	}

	.footer {
		padding: 70px 0;
	}

	.footer .wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 60px;
	}
.singleGarden__inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 40px;
	}

	.singleGarden__main {
		flex: 1;
		min-width: 0;
	}

	.singleGarden__aside {
		flex: 0 0 260px;
	}

	.gardenGallery {
		grid-template-columns: repeat(3, 1fr);
	}
	.gardenTypeHeader__body {
		flex-direction: row;
	}

	.gardenCard__image {
		flex: 0 0 250px;
	}
}

/*------------------------------------*\
    RESPONSIVE — 960
\*------------------------------------*/

@media only screen and (min-width: 960px) {

	/* Page copy steps up to its full size */
	/* .textBlock__text,
	.textContent,
	.textBlock__content,
	.textSidebar__content,
	.singlePost__content,
	.profileBlock__content,
	.prizeCards__intro,
	.galleryBlock__intro {
		font-size: 24px;
		line-height: 34px;
	} */

	.singlePost__content {
		column-count: 2;
		column-gap: 50px;
	}

	.infoBoxes--left .infoBoxes__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.prizeCards__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.galleryGrid {
		grid-template-columns: repeat(3, 1fr);
	}

}

/*------------------------------------*\
    RESPONSIVE — 1024
\*------------------------------------*/

@media only screen and (min-width: 1024px) {

	.header .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.section {
		padding: 80px 0;
	}

	.banner__headline {
		font-size: 56px;
	}

	.postsBlock__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.galleryGrid {
		grid-template-columns: repeat(4, 1fr);
	}

}

/*------------------------------------*\
    RESPONSIVE — 1200
\*------------------------------------*/

@media only screen and (min-width: 1200px) {



}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	img {
		max-width: 100% !important;
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}