:root {
	--legacy-teal: #007f80;
	--legacy-teal-light: #00a8a8;
	--legacy-teal-dark: #005757;
	--legacy-orange: #fa681e;
	--legacy-ink: #2c3a49;
	--legacy-heading: #3f5369;
}

body {
	background: #fff url('../images/22_kouzlo_detailu.jpg') top center repeat fixed;
	background-size: 100%;
	color: var(--legacy-ink);
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

a {
	color: #f05305;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: #fb7532;
	text-decoration: underline;
}

.site-frame {
	width: 100%;
	margin: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.site-header {
	position: relative;
	height: 225px;
	min-height: 225px;
	background: transparent url('../images/header.png') center top / auto 225px no-repeat;
	border: 0;
	color: #fff;
}

.brand-lockup {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 175px;
	min-height: 0;
	padding: 0;
	text-align: center;
}

.brand-link {
	display: block;
	position: relative;
	height: 175px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 14px rgb(23, 23, 23);
}

.brand-link:hover,
.brand-link:focus-visible {
	color: #fff;
	text-decoration: none;
}

.brand-name {
	display: block;
	position: absolute;
	top: 50px;
	left: calc(50% - 9px);
	transform: translateX(-50%);
	font-family: 'Bilbo Swash Caps', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.brand-tagline {
	display: block;
	position: absolute;
	top: 131px;
	left: calc(50% - 5px);
	transform: translateX(-50%) scaleX(1.1334);
	margin: 0;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.header-rail {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 34px;
	padding: 4px 0;
	background: rgba(48, 63, 80, 0.5) url('../images/nav.png') bottom left repeat-x;
	border-bottom: 1px dotted rgba(107, 255, 255, 0.5);
}

.header-rail-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	height: 25px;
	margin: 0 auto;
}

.site-breadcrumb {
	display: none;
	margin-left: 8px;
	min-width: 0;
	overflow: hidden;
	color: #263846;
	font-size: 13px;
	line-height: 1.75;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-breadcrumb a,
.site-breadcrumb strong {
	color: #263846;
	font-weight: 400;
}

.breadcrumb-separator {
	margin: 0 0.35rem;
	color: #f05305;
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-self: flex-start;
	gap: 10px;
	margin-left: auto;
}

.shop-shortcut {
	display: block;
	height: 36px;
	padding: 0 20px;
	border: 1px solid #d74b04;
	border-radius: 4px;
	background: linear-gradient(to bottom, var(--legacy-teal-light), var(--legacy-teal-dark));
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: 'Times New Roman', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: 400;
	line-height: 34px;
	text-decoration: none;
}

.shop-shortcut:hover,
.shop-shortcut:focus-visible {
	background: linear-gradient(to bottom, #fb7f41, #fa5705 86%, #f05305);
	color: #fff;
	text-decoration: none;
}

.language-switcher {
	display: flex;
	align-items: flex-start;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.language-switcher li,
.language-switcher a {
	display: block;
	height: 30px;
	line-height: 0;
}

.language-switcher img {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: contain;
}

.language-switcher .current-lang,
.language-switcher .current-lang a,
.language-switcher .current-lang img {
	width: 35px;
	height: 35px;
}

.menu-toggle {
	display: none;
}

.site-layout {
	display: grid;
	grid-template-columns: 275px 725px;
	width: 1000px;
	min-height: 640px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
}

.site-sidebar {
	padding: 3px;
	background: rgba(0, 127, 128, 0.6);
	border: 0;
	border-right: 1px dotted #6bffff;
}

.sidebar-search {
	display: none;
	position: relative;
	height: 32px;
	margin: 3px 5px 8px;
}

.sidebar-search input[type='search'] {
	width: 100%;
	height: 30px;
	margin-top: 2px;
	padding: 4px 30px 4px 6px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: #fff;
	color: var(--legacy-ink);
	font-size: 13px;
	line-height: 20px;
}

.sidebar-search button {
	position: absolute;
	top: 3px;
	right: 1px;
	width: 30px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent url('../images/searchicon.png') center / 16px 16px no-repeat;
	box-shadow: none;
}

.sidebar-search button:hover,
.sidebar-search button:focus-visible {
	background-color: #eef4f4;
}

.primary-menu,
.primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation {
	border: 2px solid transparent;
}

.primary-menu > li {
	margin: 4px 0 0;
}

.primary-menu > li:first-child {
	margin-top: 0;
}

.primary-menu > li > a {
	display: block;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid #d74b04;
	border-radius: 4px;
	background: linear-gradient(to bottom, var(--legacy-teal-light), var(--legacy-teal-dark));
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: 'Times New Roman', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	text-shadow: none;
}

.primary-menu > li > a:hover,
.primary-menu > li > a:focus-visible,
.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a {
	border-color: #d74b04;
	background: linear-gradient(to bottom, #fb7f41, #fa5705 86%, #f05305);
	color: #fff;
	text-decoration: none;
}

.primary-menu .sub-menu {
	display: none;
	margin: 4px 0;
	padding: 0;
}

.primary-menu .current-menu-item.menu-item-has-children > .sub-menu,
.primary-menu .current-menu-ancestor > .sub-menu {
	display: block;
}

.primary-menu .menu-item.submenu-open > .sub-menu {
	display: block;
}

.primary-menu .menu-item.submenu-closed > .sub-menu {
	display: none;
}

.primary-menu a[data-submenu-toggle] {
	cursor: pointer;
}

.single-tribe_events .primary-menu > li > a[href$='/programy-v-rynarticich/'] {
	border-color: #d74b04;
	background: linear-gradient(to bottom, #fb7f41, #fa5705 86%, #f05305);
}

.single-tribe_events .primary-menu > li > a[href$='/programy-v-rynarticich/'] + .sub-menu {
	display: block;
}

.single-tribe_events .primary-menu .sub-menu a[href$='/terminy-programu/'] {
	background: var(--legacy-teal);
}

.primary-menu .sub-menu li {
	margin: 4px 0 0;
}

.primary-menu .sub-menu a {
	display: block;
	min-height: 30px;
	padding: 0 27px;
	border: 0;
	border-radius: 3px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	text-shadow: none;
}

.primary-menu .sub-menu .sub-menu a {
	padding-left: 54px;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus-visible,
.primary-menu .sub-menu .current-menu-item > a,
.primary-menu .sub-menu .current-menu-ancestor > a {
	background: var(--legacy-teal);
	color: #fff;
	text-decoration: none;
}

.site-main {
	min-width: 0;
	padding: 0;
	background: transparent;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

.page-entry,
.commerce-content,
.entry-list,
.single-entry,
.archive-entry,
.error-404 {
	padding: 25px;
}

.page-header,
.home-band > h1,
.home-band > h2,
.home-source-module > h2,
.woocommerce-products-header {
	margin: 0 0 5px;
	padding: 1px;
	border: 0;
	border-radius: 4px;
	background: rgba(156, 175, 196, 0.3);
}

.page-header h1,
.home-band > h1,
.home-band > h2,
.home-source-module > h2,
.woocommerce-products-header__title {
	margin: 5px 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--legacy-heading);
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.entry-content {
	overflow-wrap: normal;
}

.entry-content p {
	margin: 13px 0;
}

.entry-content img.alignleft,
.entry-content figure.alignleft,
.entry-content img[style*='float: left'],
.entry-content img[style*='float:left'] {
	float: left;
	margin: 6px 26px 18px 0 !important;
}

.entry-content img.alignright,
.entry-content figure.alignright,
.entry-content img[style*='float: right'],
.entry-content img[style*='float:right'] {
	float: right;
	margin: 6px 0 18px 26px !important;
}

.entry-content img.aligncenter,
.entry-content figure.aligncenter {
	display: block;
	margin: 18px auto !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: #496079;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.patricie-commerce-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0 0 12px;
}

.patricie-commerce-toolbar a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 4px 14px;
	border: 1px solid #5c9293;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.76);
	color: #355f67;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
}

.patricie-commerce-toolbar a:hover,
.patricie-commerce-toolbar a:focus-visible {
	border-color: #db6107;
	background: #f06b32;
	color: #fff;
}

.patricie-cart-shortcut {
	gap: 8px;
}

.patricie-cart-shortcut-count {
	display: inline-grid;
	place-items: center;
	min-width: 23px;
	height: 23px;
	padding: 0 6px;
	border-radius: 50%;
	background: #355f67;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

.patricie-commerce-toolbar a:hover .patricie-cart-shortcut-count,
.patricie-commerce-toolbar a:focus-visible .patricie-cart-shortcut-count {
	background: #fff;
	color: #a74310;
}

.patricie-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 20px 0 28px;
}

.patricie-shop-category {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid rgba(92, 146, 147, 0.48);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.72);
	color: #344c58;
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.patricie-shop-category:hover,
.patricie-shop-category:focus-visible {
	border-color: #db6107;
	color: #344c58;
	transform: translateY(-2px);
}

.patricie-shop-category-media {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 4 / 3;
	padding: 12px;
	border-bottom: 1px solid rgba(92, 146, 147, 0.28);
	background: rgba(255, 255, 255, 0.82);
}

.patricie-shop-category-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.patricie-shop-category-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px;
}

.patricie-shop-category-body > strong {
	color: #496079;
	font-size: 21px;
	line-height: 1.25;
}

.patricie-shop-category-body > span {
	margin: 8px 0 16px;
	font-size: 14px;
	line-height: 1.55;
}

.patricie-shop-category-body small {
	margin-top: auto;
	color: #cc5209;
	font-size: 13px;
	font-weight: 700;
}

.patricie-shop-attribution {
	text-align: center;
}

.woocommerce.single-product div.product > .product_title {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	margin: 0 0 28px;
	padding: 7px 10px;
	border-radius: 4px;
	background: rgba(156, 175, 196, 0.3);
	color: var(--legacy-heading);
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.woocommerce.single-product div.product div.images {
	float: right;
	width: 43%;
}

.woocommerce.single-product div.product div.summary {
	display: block;
	float: left;
	width: 52%;
	padding-bottom: 0;
	border-bottom: 0;
}

.woocommerce.single-product div.product div.summary .price {
	color: #8c7c29;
	font-size: 19px;
	font-weight: 700;
}

.woocommerce.single-product div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
}

.woocommerce.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
}

.woocommerce.single-product div.product form.cart .quantity .qty {
	box-sizing: border-box;
	width: 64px;
	min-height: 44px;
}

.woocommerce.single-product div.product form.cart .single_add_to_cart_button,
.woocommerce ul.products li.product .button {
	box-sizing: border-box;
	width: auto;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid #3e6f70;
	border-radius: 4px;
	background: #4d8181;
	color: #fff;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	white-space: normal;
}

.woocommerce.single-product div.product form.cart .single_add_to_cart_button {
	float: none;
	min-width: 176px;
	white-space: nowrap;
}

.woocommerce.single-product div.product form.cart .single_add_to_cart_button:hover,
.woocommerce.single-product div.product form.cart .single_add_to_cart_button:focus-visible,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible {
	border-color: #db6107;
	background: #f06b32;
	color: #fff;
}

.entry-content table {
	display: table;
	max-width: 100%;
	overflow: visible;
}

.entry-content td,
.entry-content th {
	border: 0;
	padding: 2px;
	vertical-align: top;
}

.patricie-category-links {
	box-sizing: content-box;
	margin: 71px 0 16px 11px;
	padding: 0;
	list-style: none;
}

.entry-content > .patricie-category-links {
	margin-top: 71px;
}

.patricie-category-links li {
	box-sizing: content-box;
	position: relative;
	margin: 3px 0 0;
	padding: 0 0 0 17px;
	color: var(--legacy-teal);
	font-size: 16px;
	line-height: 28px;
}

.patricie-category-links li::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background: url('../images/postbullets.png') center / contain no-repeat;
	content: '';
}

.patricie-category-links a {
	margin-left: 3.45px;
	font-size: 16px;
	line-height: 28px;
}

.patricie-youtube-gallery {
	display: flow-root;
	width: 709px;
	max-width: calc(100% + 34px);
	margin: 38px 0 0 -17px;
	font-family: Arial, Tahoma, sans-serif;
}

.page-entry:has(.patricie-youtube-gallery) {
	padding-bottom: 8px;
}

.entry-content > .patricie-youtube-gallery {
	margin-top: 38px;
}

.patricie-youtube-player {
	position: relative;
	width: 708px;
	max-width: 100%;
	aspect-ratio: 708 / 398.8125;
	overflow: hidden;
	background: #000;
}

.patricie-youtube-player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.patricie-youtube-grid {
	display: grid;
	grid-template-columns: repeat(3, 223.1875px);
	gap: 30px 10px;
	margin-top: 10px;
	padding-bottom: 30px;
}

.patricie-youtube-item {
	display: block;
	min-width: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 2px;
	border: 0;
	border-radius: 0;
	appearance: none;
	background: transparent;
	color: #666;
	font: 12px/18px Arial, Tahoma, sans-serif;
	text-align: left;
	cursor: pointer;
}

.patricie-youtube-item:focus-visible {
	outline: 2px solid #167ac6;
	outline-offset: 3px;
}

.patricie-youtube-thumb {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 223.1875 / 110.1875;
	overflow: hidden;
	background: #111;
}

.patricie-youtube-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.patricie-youtube-duration,
.patricie-youtube-playing {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 0 4px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font: 11px/14px Arial, Tahoma, sans-serif;
}

.patricie-youtube-playing {
	display: none;
	right: 1px;
	bottom: 26.1875px;
	left: 1px;
	height: 18px;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	font: 12px/18px Arial, Tahoma, sans-serif;
	text-align: center;
}

.patricie-youtube-item.is-active .patricie-youtube-playing {
	display: block;
}

.patricie-youtube-title {
	display: block;
	margin: 5px 0 3px;
	color: #167ac6;
	font-size: 12.6px;
	font-weight: 700;
	line-height: 16.38px;
	white-space: normal;
}

.patricie-youtube-meta {
	display: flex;
	min-width: 0;
	font: 10px/13px Arial, Tahoma, sans-serif;
	white-space: nowrap;
}

.patricie-youtube-meta span {
	overflow: hidden;
	margin-right: 7px;
	color: #444;
	text-overflow: ellipsis;
}

.patricie-youtube-meta time {
	flex: 0 0 auto;
	color: #666;
}

.patricie-youtube-item[hidden] {
	display: none;
}

.patricie-youtube-more {
	display: block;
	width: auto;
	height: 40px;
	margin: 10px auto;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	color: #555;
	font: 700 12px/18px Arial, Tahoma, sans-serif;
	text-align: center;
	cursor: pointer;
}

.patricie-youtube-more:hover,
.patricie-youtube-more:focus-visible {
	border-color: #167ac6;
	color: #167ac6;
}

.sitemap-entry {
	padding: 25px;
}

.patricie-sitemap-section > h2 {
	margin: 10px 0 0;
	padding: 0;
	background: transparent;
	color: #496079;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 22px;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
}

.patricie-sitemap-tree,
.patricie-sitemap-tree ul {
	box-sizing: content-box;
	margin: 8px 0 8px 11px;
	padding: 0;
	list-style: none;
}

.patricie-sitemap-section > .patricie-sitemap-tree {
	margin-top: 16px;
	margin-bottom: 16px;
}

.patricie-sitemap-tree li {
	box-sizing: content-box;
	position: relative;
	min-width: 0;
	margin: 3px 0 0;
	padding: 0 0 0 17px;
	color: var(--legacy-teal);
	font-size: 16px;
	line-height: 28px;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-wrap: anywhere;
}

.patricie-sitemap-tree li::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background: url('../images/postbullets.png') center / contain no-repeat;
	content: '';
}

.patricie-sitemap-tree a,
.patricie-sitemap-tree span {
	display: inline;
	font-size: 16px;
	line-height: 28px;
}

.patricie-sitemap-tree span {
	color: var(--legacy-teal);
}

.home-band,
.home-source-module {
	margin: 0;
	padding: 25px;
}

.home-band > h1,
.home-band > h2,
.home-source-module > h2 {
	margin: 0 0 5px;
	padding: 6px 11px;
	border: 0;
	border-radius: 4px;
	background: rgba(156, 175, 196, 0.3);
	color: var(--legacy-heading);
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-effects {
	padding-bottom: 25px;
}

.effect-columns {
	display: grid;
	grid-template-columns: 45% 55%;
	width: 94.162%;
}

.effect-columns ul {
	display: block;
	grid-template-columns: none;
	gap: 0;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	color: var(--legacy-teal);
}

.effect-columns ul:first-child {
	border-right: 1px dotted #cfd8e2;
}

.effect-columns li {
	position: relative;
	min-height: 28px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 16px;
	line-height: 1.75;
}

.effect-columns li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background: url('../images/postbullets.png') center / contain no-repeat;
	content: '';
}

.home-source-modules {
	margin: 0;
}

.home-source-body {
	display: flow-root;
}

.home-source-module .home-source-body > :first-child {
	margin-top: 13px;
}

.home-source-module .home-source-body > :last-child {
	margin-bottom: 13px;
}

.home-source-module-222 .home-source-body,
.home-source-module-232 .home-source-body {
	text-align: center;
}

.patricie-video {
	width: 100%;
	height: 363px;
	max-width: none;
	margin: 0;
	padding-top: 30px;
}

.patricie-video iframe {
	display: block;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	border: 0;
	aspect-ratio: 4 / 3;
}

.home-source-module-222 .home-source-body > p:nth-of-type(3) {
	height: 30px;
}

.home-source-module-222 .home-source-body > p:last-child {
	height: 43px;
	margin: 0;
}

.art-button,
.home-source-module .art-button {
	display: inline-block;
	height: 33px;
	padding: 0 20px;
	border: 1px solid #d74b04;
	border-radius: 4px;
	background: var(--legacy-teal);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 31px;
	text-decoration: none;
	vertical-align: middle;
}

.art-button:hover,
.art-button:focus-visible {
	background: var(--legacy-orange);
	color: #fff;
	text-decoration: none;
}

.home-events {
	padding-top: 25px;
}

.event-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 210px;
	overflow: hidden;
}

.event-row {
	display: block;
	min-width: 0;
	margin: 10px 11px;
	padding: 0;
	border-bottom: 1px solid #d0d0d0;
}

.event-row time {
	display: block;
	float: left;
	width: 36px;
	height: 39px;
	min-height: 0;
	margin: 4px 6px 0 0;
	padding: 0;
	background: #c48808;
	color: #111;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	text-align: center;
	text-transform: lowercase;
}

.event-row time span {
	display: block;
	font-size: 18px;
	line-height: 22px;
}

.event-row h3 {
	min-height: 31px;
	margin: 0 3px;
	padding-top: 3px;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
}

.event-row h3 a {
	color: #f05305;
	text-decoration: none;
}

.event-row p {
	margin: 0;
	color: var(--legacy-ink);
	font-size: 12px;
	font-style: italic;
	line-height: 1.75;
}

.page-entry:has(.patricie-events-list) > .page-header {
	display: none;
}

.patricie-events-list {
	width: 100%;
	margin: 0;
	color: #2c3a49;
	font: 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.entry-content .patricie-events-list-title {
	margin: 10px 0 0;
	padding: 0;
	color: #496079;
	font: 400 26px/31.2px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-transform: none;
}

.patricie-event-cards {
	display: flow-root;
	width: 100%;
	margin-top: 38px;
}

.patricie-event-card {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 162.5px;
	margin: 13.5px 0;
	padding: 3.375px;
	border-radius: 6px;
	background: rgba(221, 221, 221, 0.2);
	overflow: hidden;
}

.patricie-event-card:nth-child(even) {
	background: rgba(221, 221, 221, 0.1);
}

.patricie-event-date-card {
	display: block;
	position: relative;
	flex: 0 0 162.375px;
	width: 162.375px;
	height: 127.046875px;
	margin: 3.328125px;
	padding: 25px 20.046875px 20.046875px;
	border: 1px solid #c48808;
	border-radius: 10px;
	background: #ddd;
	color: #fff;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-shadow: #000 2px 2px 10px;
}

.patricie-event-date-card:hover,
.patricie-event-date-card:focus-visible {
	color: #fff;
	text-decoration: none;
}

.patricie-event-date-card img {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 9px;
	object-fit: cover;
}

.patricie-event-date-stack {
	display: block;
	position: absolute;
	top: 25px;
	right: 20.046875px;
	left: 20.046875px;
	z-index: 1;
	height: 81px;
	font-size: 30px;
	font-weight: 700;
	line-height: 0;
}

.patricie-event-date-day,
.patricie-event-date-month,
.patricie-event-date-year {
	display: block;
}

.patricie-event-date-day {
	height: 40px;
	margin: 0 -7.203125px;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
}

.patricie-event-date-month {
	height: 24px;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}

.patricie-event-date-year {
	height: 17px;
	margin-left: 3px;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
}

.patricie-event-card-content {
	position: relative;
	flex: 0 0 481.125px;
	width: 481.125px;
	height: 142.40625px;
	min-width: 0;
	margin: 6.671875px;
}

.patricie-event-card-header {
	display: flex;
	width: 100%;
	height: 40.40625px;
	padding: 0 0 3px;
	border-bottom: 1px solid rgba(44, 58, 73, 0.12);
}

.patricie-event-card-header h2 {
	flex: 1 1 auto;
	min-width: 0;
	margin: 10px 0 0;
	padding: 0;
	font: 400 22px/26.4px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.patricie-event-card-header h2 a {
	color: #f05305;
	text-decoration: none;
}

.patricie-event-card-header h2 a:hover,
.patricie-event-card-header h2 a:focus-visible {
	color: #fb7532;
	text-decoration: underline;
}

.patricie-event-card-category {
	display: block;
	flex: 0 0 144.328125px;
	width: 144.328125px;
	height: 15px;
	margin: 9px 0 0;
	color: #c48808;
	font: 700 13px/15px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

.patricie-event-card-range {
	height: 29px;
	margin: 5px 0;
	font: 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	white-space: nowrap;
}

.patricie-event-card-place {
	height: 28px;
	font: 14px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.patricie-event-card-more {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	color: #f05305;
	font: 700 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.patricie-event-card-more:hover,
.patricie-event-card-more:focus-visible {
	color: #fb7532;
	text-decoration: underline;
}

.single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 25px;
}

.patricie-event-single,
.patricie-event-detail {
	width: 100%;
	margin: 0;
	color: #2c3a49;
	font: 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.patricie-event-header {
	display: grid;
	grid-template-columns: 450.09375px minmax(0, 1fr);
	min-height: 63.203125px;
	margin: 45px 0 0;
	padding: 10px 15px;
	border: 1px solid #999;
	border-radius: 10px;
	background: rgba(221, 221, 221, 0.3);
}

.patricie-event-header h1 {
	margin: 10px 0 0;
	padding: 0;
	color: #496079;
	font: 400 26px/31.2px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.patricie-event-category {
	margin: 0 0 8px;
	color: #c48808;
	font: 700 19.2px/15px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

.patricie-event-category span {
	display: inline-block;
	max-width: 145px;
}

.patricie-event-panel {
	margin: 20px 0;
	padding: 10px 5px;
	border: 1px solid #999;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
}

.patricie-event-image {
	margin: 0;
}

.patricie-event-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 400px;
	margin: 0 auto 10px;
	border: 0;
	border-radius: 5px;
}

.patricie-event-summary {
	height: 96.25px;
	padding: 6.625px;
	font: 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-align: center;
}

.patricie-event-summary p {
	margin: 13px 0;
}

.patricie-event-description {
	margin: 10px;
	padding: 10px 10px 20px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	font: 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-align: left;
}

.patricie-event-description p {
	margin: 13px 0;
	font: inherit;
}

.patricie-event-description a {
	color: #c48808;
}

.patricie-event-info {
	margin: 0;
	border-radius: 5px;
	background: #ccc;
	overflow: hidden;
}

.patricie-event-info h2 {
	height: 45px;
	margin: 0;
	padding: 10px;
	background: #555;
	color: #fff;
	font: 700 16px/25px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.patricie-event-info-row {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: center;
	min-height: 70px;
	padding: 0 15px;
	font: 16px/28px 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

.patricie-event-info-row strong,
.patricie-event-info-row span {
	padding: 1px 5px;
}

.site-footer {
	width: 100%;
	height: 276px;
	padding: 0;
	background: rgba(0, 138, 138, 0.94) url('../images/footer.png') center repeat;
	color: #fff;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}

.legacy-footer-inner {
	width: 1050px;
	height: 276px;
	margin: 0 auto;
	padding: 25px;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: 1000px;
	height: 106px;
	max-width: none;
	margin: 0;
}

.footer-grid section {
	min-width: 0;
}

.footer-contact-table {
	height: 100px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1.666px 1px;
	color: #fff;
}

.footer-contact-table td {
	padding: 0;
	border: 0;
	vertical-align: middle;
}

.footer-contact-table .footer-icon-cell {
	width: 70px;
}

.footer-contact-table img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer-contact-table h4 {
	margin: 0;
	color: #fff;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 20px;
}

.footer-contact-table p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
}

.site-footer a {
	color: #fff;
}

.footer-spacer {
	height: 28px;
}

.legacy-footer-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	height: 32px;
	margin: 0 auto;
	padding: 0 5px;
	border: 1px solid #f05305;
	border-radius: 5px;
	background: #008686;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	white-space: nowrap;
}

.legacy-footer-meta a {
	color: #000;
}

.footer-partner {
	height: 60px;
	margin: 0;
	line-height: 0;
	text-align: center;
}

.footer-partner img {
	width: 207px;
	height: 40px;
	margin: 10px;
}

.scroll-to-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	padding: 12px;
	background: #121212;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12.6px;
	line-height: 20px;
	text-decoration: none;
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.scroll-to-top.is-visible {
	display: block;
}

.patricie-pricing article {
	border-top-color: var(--legacy-teal-light);
}

.commerce-content {
	min-width: 0;
}

@media (max-width: 999px) {
	body {
		background-attachment: scroll;
	}

	.header-rail {
		height: 48px;
		padding: 4px;
	}

	.header-rail-inner {
		height: 39px;
	}

	.site-header {
		height: 200px;
		min-height: 200px;
		background-position: center;
		background-size: cover;
	}

	.brand-lockup,
	.brand-link {
		height: 150px;
	}

	.brand-name {
		top: 30px;
		left: 50%;
		width: calc(100% - 32px);
		transform: translateX(-50%);
		font-size: 56px;
		white-space: normal;
	}

	.brand-tagline {
		top: 105px;
		left: 50%;
		width: calc(100% - 32px);
		transform: translateX(-50%);
		font-size: 20px;
		line-height: 1.2;
		white-space: normal;
	}

	.header-rail-inner {
		width: 100%;
		padding: 0 12px;
	}

	.site-breadcrumb,
	.shop-shortcut {
		display: none;
	}

	.header-actions {
		width: 100%;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		width: auto;
		height: 36px;
		margin-right: auto;
		padding: 0 10px;
		border: 1px solid #d74b04;
		border-radius: 3px;
		background: var(--legacy-teal-light);
		color: #fff;
		font-size: 16px;
		font-weight: 400;
	}

	.menu-toggle-icon {
		font-size: 22px;
	}

	.site-layout {
		display: block;
		width: auto;
		min-width: 240px;
		margin: 0 1%;
	}

	.site-sidebar {
		display: none;
		border-right: 0;
		border-bottom: 1px dotted #6bffff;
	}

	.site-sidebar.is-open {
		display: block;
	}

	.sidebar-search {
		display: none;
	}

	.primary-menu .sub-menu {
		margin-left: 0;
	}

	.page-entry,
	.commerce-content,
	.entry-list,
	.single-entry,
	.archive-entry,
	.error-404,
	.home-band,
	.home-source-module {
		padding: 22px;
	}

	.site-footer,
	.legacy-footer-inner {
		height: auto;
	}

	.legacy-footer-inner {
		width: 100%;
		padding: 22px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		width: 100%;
		height: auto;
	}

	.footer-spacer {
		height: 16px;
	}

	.legacy-footer-meta {
		width: 100%;
		height: auto;
		min-height: 32px;
		padding: 7px;
		line-height: 1.5;
		white-space: normal;
	}

	.scroll-to-top {
		display: none !important;
	}

	.single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
		padding: 22px;
	}

	.patricie-event-card-content {
		flex: 1 1 auto;
		width: auto;
	}

	.patricie-event-summary {
		height: auto;
	}

	.patricie-event-header {
		grid-template-columns: minmax(0, 1fr) minmax(130px, 30%);
		margin-top: 20px;
	}

	.patricie-youtube-gallery {
		width: 100%;
		max-width: none;
		margin-top: 24px;
		margin-left: 0;
	}

	.page-entry:has(.patricie-youtube-gallery) {
		padding-bottom: 22px;
	}

	.patricie-youtube-player {
		width: 100%;
	}

	.patricie-youtube-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body {
		font-size: 16px;
	}

	.site-header {
		height: 190px;
		min-height: 190px;
	}

	.brand-lockup,
	.brand-link {
		height: 140px;
	}

	.brand-name {
		top: 22px;
		font-size: 42px;
		line-height: 1.05;
	}

	.brand-tagline {
		top: 100px;
		font-size: 15px;
		font-weight: 700;
	}

	.header-rail {
		height: 50px;
	}

	.language-switcher img {
		width: 24px;
		height: 24px;
	}

	.language-switcher .current-lang,
	.language-switcher .current-lang a,
	.language-switcher .current-lang img {
		width: 28px;
		height: 28px;
	}

	.primary-menu > li > a {
		min-height: 42px;
		padding: 8px 12px;
		font-size: 18px;
		line-height: 1.35;
	}

	.primary-menu .sub-menu a,
	.primary-menu .sub-menu .sub-menu a {
		padding: 6px 20px;
		font-size: 16px;
		line-height: 1.35;
	}

	.page-entry,
	.commerce-content,
	.entry-list,
	.single-entry,
	.archive-entry,
	.error-404,
	.home-band,
	.home-source-module {
		padding: 16px;
	}

	.page-header h1,
	.home-band > h1,
	.home-band > h2,
	.home-source-module > h2,
	.woocommerce-products-header__title {
		font-size: 25px;
	}

	.woocommerce.single-product div.product > .product_title {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.3;
	}

	.woocommerce.single-product div.product div.images,
	.woocommerce.single-product div.product div.summary {
		float: none;
		width: 100%;
	}

	.woocommerce.single-product div.product form.cart {
		display: grid;
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.woocommerce.single-product div.product form.cart .single_add_to_cart_button {
		min-width: 0;
		white-space: normal;
	}

	.effect-columns {
		grid-template-columns: 1fr;
	}

	.effect-columns ul:first-child {
		border-right: 0;
	}

	.effect-columns ul {
		padding-right: 0;
		padding-left: 0;
	}

	.patricie-video {
		height: auto;
		padding: 16px 0;
	}

	.patricie-video iframe {
		width: 100%;
		height: auto;
		max-width: 400px;
	}

	.patricie-youtube-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.entry-content .patricie-events-list-title {
		font-size: 24px;
		line-height: 30px;
	}

	.patricie-event-cards {
		margin-top: 24px;
	}

	.patricie-event-card {
		align-items: stretch;
		height: auto;
		min-height: 148px;
		margin: 12px 0;
		padding: 6px;
	}

	.patricie-event-date-card {
		flex: 0 0 108px;
		width: 108px;
		height: 136px;
		margin: 0;
		padding: 24px 12px 12px;
	}

	.patricie-event-date-stack {
		top: 24px;
		right: 12px;
		left: 12px;
	}

	.patricie-event-date-day {
		height: 36px;
		font-size: 36px;
		line-height: 36px;
	}

	.patricie-event-date-month {
		height: 22px;
		font-size: 22px;
		line-height: 22px;
	}

	.patricie-event-card-content {
		height: auto;
		min-height: 136px;
		margin: 0 0 0 10px;
		padding-bottom: 28px;
	}

	.patricie-event-card-header {
		display: block;
		height: auto;
		min-height: 0;
		padding-bottom: 6px;
	}

	.patricie-event-card-header h2 {
		margin-top: 0;
		font-size: 20px;
		line-height: 24px;
	}

	.patricie-event-card-category {
		width: auto;
		height: auto;
		margin-top: 4px;
		font-size: 12px;
		line-height: 15px;
		text-align: left;
	}

	.patricie-event-card-range {
		height: auto;
		margin: 6px 0 0;
		font-size: 14px;
		line-height: 21px;
		white-space: normal;
	}

	.patricie-event-card-place {
		height: auto;
		font-size: 14px;
		line-height: 21px;
	}

	.single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
		padding: 16px;
	}

	.patricie-event-image img {
		height: auto;
	}

	.patricie-event-header {
		display: block;
		min-height: 0;
		margin-top: 16px;
	}

	.patricie-event-header h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.patricie-event-category {
		width: auto;
		margin-top: 8px;
		text-align: left;
	}

	.patricie-event-category span {
		max-width: none;
	}

	.patricie-event-description {
		margin-right: 0;
		margin-left: 0;
	}

	.patricie-event-info-row {
		grid-template-columns: 90px minmax(0, 1fr);
		padding-right: 10px;
		padding-left: 10px;
	}

	.page-entry:has(.patricie-youtube-gallery) {
		padding-bottom: 16px;
	}

	.home-source-module-222 .home-source-body > p:last-child {
		height: 16px;
	}

	.event-list {
		grid-template-columns: 1fr;
		height: auto;
		overflow: visible;
	}

	.event-row {
		min-height: 130px;
	}

	.footer-grid {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}
}

.page-id-19 .page-header {
	display: none;
}

.patricie-team-directory {
	margin: 0 0 20px;
}

.patricie-team-group {
	margin: 0 0 16px;
}

.patricie-team-group > h2,
.patricie-team-profiles-title {
	margin: 0 0 10px;
	padding: 7px 10px;
	border-radius: 4px;
	background: rgba(156, 175, 196, 0.3);
	color: var(--legacy-heading);
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.patricie-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 150px);
	gap: 10px;
	justify-content: start;
	padding: 5px 15px 18px;
}

.patricie-team-tile {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 1px 1px 2px #e6e6e6;
	overflow: hidden;
}

.patricie-team-tile img {
	display: block;
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.patricie-team-tile-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: rgba(219, 127, 8, 0.84);
	color: #fff;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.patricie-team-tile:hover .patricie-team-tile-overlay,
.patricie-team-tile:focus-visible .patricie-team-tile-overlay {
	opacity: 1;
}

.patricie-team-tile-overlay strong {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.patricie-team-tile-overlay > span {
	margin-top: 8px;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
}

.patricie-team-tile-overlay small {
	margin-top: 8px;
	padding: 1px 4px;
	background: #000;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}

.patricie-contact-profiles {
	margin: 18px 0 28px;
}

.patricie-contact-profile {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(150px, 3fr);
	gap: 24px;
	align-items: start;
	padding: 0 10px 28px;
}

.patricie-contact-profile + .patricie-contact-profile {
	grid-template-columns: minmax(150px, 3fr) minmax(0, 7fr);
	padding-top: 28px;
	border-top: 1px solid rgba(140, 150, 160, 0.28);
}

.patricie-contact-profile h2 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 1.2;
}

.patricie-contact-profile ul {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.patricie-contact-profile li {
	margin: 3px 0;
}

.patricie-contact-profile li::before {
	content: '- ';
}

.patricie-contact-profile-contact {
	margin: 12px 0 0 !important;
}

.patricie-contact-profile-media {
	display: flex;
	justify-content: center;
}

.patricie-contact-photo {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 !important;
}

.page-id-19 .entry-content .art-content-layout,
.page-id-19 .entry-content .art-content-layout-wrapper {
	width: 100%;
}

.page-id-19 .entry-content .art-content-layout-row {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.page-id-19 .entry-content .art-content-layout-row > .art-content-layout-row {
	display: none;
}

.page-id-19 .entry-content .art-layout-cell {
	box-sizing: border-box;
	min-width: 0;
}

.page-id-19 .entry-content .art-layout-cell > .art-layout-cell {
	width: 100% !important;
}

.page-id-19 .entry-content .art-layout-cell img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto !important;
}

.patricie-content-accordion {
	margin: 16px 0 0;
}

.patricie-accordion-panel {
	margin: 0 0 5px;
	border: 1px solid rgba(140, 150, 160, 0.25);
	background: rgba(255, 255, 255, 0.24);
}

.patricie-accordion-heading {
	margin: 0 !important;
	padding: 0 !important;
}

.patricie-accordion-toggle {
	position: relative;
	display: block;
	width: 100%;
	min-height: 43px;
	padding: 8px 46px 8px 15px;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.72);
	color: #557c8d;
	font-family: 'Playfair Display', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	cursor: pointer;
}

.patricie-accordion-toggle::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: '+';
	font-size: 22px;
	line-height: 1;
	transform: translateY(-50%);
}

.patricie-accordion-toggle[aria-expanded='true']::after {
	content: '−';
}

.patricie-accordion-toggle:hover,
.patricie-accordion-toggle:focus-visible,
.patricie-accordion-panel.is-open > .patricie-accordion-heading .patricie-accordion-toggle {
	background: rgba(245, 247, 249, 0.92);
	color: #3f6676;
}

.patricie-accordion-body {
	padding: 18px 15px 10px;
	border-top: 1px solid rgba(140, 150, 160, 0.2);
}

.patricie-accordion-body[hidden],
.patricie-accordion-content-title {
	display: none;
}

@media (max-width: 700px) {
	.patricie-shop-category-grid {
		grid-template-columns: 1fr;
	}

	.patricie-shop-category {
		display: grid;
		grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
	}

	.patricie-shop-category-media {
		height: 100%;
		aspect-ratio: auto;
		border-right: 1px solid rgba(92, 146, 147, 0.28);
		border-bottom: 0;
	}

	.patricie-contact-profile,
	.patricie-contact-profile + .patricie-contact-profile {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-right: 0;
		padding-left: 0;
	}

	.patricie-contact-profile-media {
		grid-row: 1;
		justify-content: flex-start;
	}

	.patricie-team-group > h2,
	.patricie-team-profiles-title {
		font-size: 24px;
	}

	.patricie-team-grid {
		grid-template-columns: repeat(auto-fit, minmax(125px, 150px));
		gap: 8px;
		justify-content: center;
		padding: 4px 0 14px;
	}

	.patricie-team-tile {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.patricie-team-tile img {
		width: 100%;
		height: 100%;
	}

	.page-id-19 .entry-content .art-content-layout-row {
		display: block;
	}

	.page-id-19 .entry-content .art-layout-cell {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		border-right: 0 !important;
	}

	.page-id-19 .entry-content .art-layout-cell img {
		margin: 12px auto !important;
	}

	.patricie-accordion-toggle {
		padding-left: 12px;
		font-size: 15px;
	}

	.patricie-accordion-body {
		padding: 14px 12px 8px;
	}
}

@media (hover: none) {
	.patricie-team-tile-overlay {
		inset: auto 0 0;
		padding: 5px;
		opacity: 1;
	}

	.patricie-team-tile-overlay > span,
	.patricie-team-tile-overlay small {
		display: none;
	}

	.patricie-team-tile-overlay strong {
		font-size: 12px;
		line-height: 15px;
	}
}
