/*
 Theme Name: Kona
 Template: airfoil
*/
/*
################################
 LOCALLY HOSTED FONTS
################################
*/
/* mulish-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/mulish-v12-latin-regular.woff2') format('woff2');
}

/* mulish-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/mulish-v12-latin-italic.woff2') format('woff2');
}

/* mulish-800 - latin */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	src: url('./fonts/mulish-v12-latin-800.woff2') format('woff2');
}

/* mulish-800italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 800;
	src: url('./fonts/mulish-v12-latin-800italic.woff2') format('woff2');
}

/* francois-one-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Francois One';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/francois-one-v21-latin-regular.woff2') format('woff2');
}

/*
################################
 GLOBAL STUFF & UTILITIES
################################
*/

/* -----------------------------
 LAYOUT STUFF
------------------------------*/
.mv-ad-box {
	max-width: 100% !important;
	overflow-x: hidden !important;
}
@media screen and (min-width: 640px) {
	.sidebar-wrapper__inner-container .site-main {
		min-width: 600px;
	}
}

@media screen and (max-width: 640px) {
	.sidebar-wrapper__inner-container {
		flex-direction: column;
	}
}

@media screen and (max-width: 960px) {
	.archive .site-main {
		flex: 1 1 100%;
	}
}

.wp-block-group:not(.has-background)+.wp-block-group:not(.has-background) {
	margin-top: -6rem;
}

.has-stormy-bay-topo-background {
	background: url(assets/topo-pattern-sage.png), var(--wp--preset--color--stormy-bay);
}

.has-white-topo-background {
	background: url(assets/Faded-topo-map-10%.png); 
}

/* Mediavine mobile sidescroll fix CSS */
@media only screen and (max-width: 425px) {
.comment-content a {
    word-break: break-word;
}
iframe[data-src*="google.com/map"] {
    max-width: 100%;
}
}
/* End Mediavine mobile sidescroll fix CSS */


/* -----------------------------
 TYPE STUFF
------------------------------*/
body {
	font-family: 'Mulish', system-ui, sans-serif;
	color: #333;
}
.single-post .post .entry-content h2.wp-block-heading {
	color: var(--wp--preset--color--dubuffet-green);
}
.single-post .post .entry-content h3.wp-block-heading {
	color: var(--wp--preset--color--quicksand);
}
.single-post .post .entry-content h4.wp-block-heading {
	color: var(--wp--preset--color--stormy-bay);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-stretch: condensed;
	font-family: 'Francois One', "ArialNarrow", "Arial-Narrow", "Arial Narrow", Arial, sans-serif;
	line-height: 1.07;
	margin-bottom: 1.3657rem;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
}
.is-style-faux-heading {
	font-stretch: condensed;
	font-family: 'Francois One', "ArialNarrow", "Arial-Narrow", "Arial Narrow", Arial, sans-serif;
	line-height: 1.3;
	margin-bottom: 1.3657rem;
	font-weight: normal;
	text-transform: uppercase;
}
.wp-block-image + .wp-block-heading,
.youtube-video + .wp-block-heading {
	margin-top: 1em;
}

.wp-block-heading + .wp-block-columns {
	margin-top: 1.7rem;
}

strong {
	font-weight: 800;
}

input {
	min-width: 0 !important;
	width: 100% !important;
}

.is-style-alternate {
	font-family: 'Mulish', system-ui, sans-serif;
	font-stretch: unset;
	font-weight: bold;
}

* > p:last-child {
	margin-bottom: 0;
}

p.is-style-leader {
	display: inline-block;
	border-radius: 20px;
}

p.is-style-leader.has-background {
	padding: .15rem 1rem;
}

.is-style-leader {
	letter-spacing: 2px;
	font-weight: 800;
	text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
	.hide-on-mobile {
		display: none !important;
	}
}

::selection {
	background: rgba(34%, 49%, 49%, .5);
	/* WebKit/Blink Browsers */
}

/* -----------------------------
 links and buttons
------------------------------*/
a {
	text-decoration: underline;
	color: var(--wp--preset--color--stormy-bay);
}
a:hover {
	color: var(--wp--preset--color--quicksand);
}

.has-white-background-color a:not(.wp-block-button__link),
.has-doctor-white-background-color a:not(.wp-block-button__link),
.has-crystal-bell-background-color a:not(.wp-block-button__link) {
	color: var(--wp--preset--color--stormy-bay);
	font-weight: bold;
}

.has-white-background-color a:not(.wp-block-button__link):hover,
.has-doctor-white-background-color a:not(.wp-block-button__link):hover,
.has-crystal-bell-background-color a:not(.wp-block-button__link):hover {
	color: var(--wp--preset--color--quicksand);
}
/* woocommerce button added 29 November 2023 by Kelsey */
.wp-block-add-to-cart-form .cart {
	display: flex;
	gap: .5rem;
}
.wp-block-add-to-cart-form .cart .quantity {
	flex-basis: fit-content;
}
.single_add_to_cart_button {
	flex: 999 auto;
	border-radius: 2px;
	border: none;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 250ms;
	letter-spacing: 1px;
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--stormy-bay) !important;
}
.wp-block-buttons {
	margin: 2rem 0 0 0;
}

.wp-block-buttons .wp-block-button__link {
	border-radius: 2px;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 250ms;
	letter-spacing: 1px;
}

.wp-block-buttons.has-stormy-bay-background-color .wp-block-button__link,
.wp-block-buttons .wp-block-button__link.has-stormy-bay-background-color {
	color: var(--wp--preset--color--white);
}

.wp-block-buttons a.wp-block-button__link.has-stormy-bay-background-color:hover {
	background: var(--wp--preset--color--dark-and-stormy-bay) !important;
}

.wp-block-buttons .wp-block-button__link.has-delaware-blue-hen-background-color:hover {
	background: var(--wp--preset--color--quicksand) !important;
}

.wp-block-buttons .wp-block-button__link.has-quicksand-background-color {
	color: var(--wp--preset--color--white) !important;
}

.wp-block-buttons .wp-block-button__link.has-quicksand-background-color:hover {
	background: var(--wp--preset--color--stormy-bay) !important;
}

.has-stormy-bay-background-color .wp-block-buttons .wp-block-button__link.has-quicksand-background-color:hover {
	background: var(--wp--preset--color--dark-and-stormy-bay) !important;
}

.wp-block-buttons .wp-block-button__link:hover {
	color: #fff !important;
}

.has-stormy-bay-background-color a:not(.wp-block-button__link) {
	color: var(--wp--preset--color--white);
	/* text-decoration: underline; */
}

.has-stormy-bay-background-color a:not(.wp-block-button__link):hover {
	color: var(--wp--preset--color--piggybank);
}

.atc-button {
	border-radius: 2px;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 250ms;
	letter-spacing: 1px;
}

/*
################################
 SITE HEADER
################################
*/
/* -----------------------------
 preheader
------------------------------*/
.pre-header-wrapper {
	background-color: var(--wp--preset--color--quicksand);
}

.pre-header-wrapper .wp-block-columns {
	padding: .5rem var(--padding);
}

.preheader-menu-wrapper {
	display: flex;
	align-items: center;
}

.preheader-menu-wrapper.wp-block-column.has-background> :first-child:not(figure) {
	padding-top: 0 !important;
	padding-bottom: 0;
}

.preheader-menu-wrapper.wp-block-column.has-background> :last-child {
	padding-top: 0 !important;
	padding-bottom: 0;
}

.preheader-menu {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	line-height: 1;
}

.preheader-menu a {
	color: var(--wp--preset--color--white);
	text-transform: uppercase;
	font-size: .9rem;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 3px;
	text-underline-offset: .25rem;

	transition: all 250ms ease;
}

.preheader-menu a:hover {
	text-decoration: underline;
	text-decoration-color: var(--wp--preset--color--crystal-bell);
	text-decoration-thickness: 3px;
}

.preheader-menu li:not(:last-child) {
	margin-right: 1rem;
}

.pre-header-wrapper .preheader-social-search {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 1rem;
}

.pre-header-wrapper .preheader-social-search .wp-block-search__input {
	border: none;
	line-height: 1;
}

.preheader-social-search .wp-block-search {
	font-size: .9rem;
}

.preheader-social-search .wp-block-search .wp-block-search__button {
	background-color: var(--wp--preset--color--delaware-blue-hen);
	padding: 0 .5rem;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .9rem;
}

.preheader-social-search .rad-social-icons .rad-social-icon {
	width: 18px;
	height: 18px;
	padding: 0;
	transition: background 150ms ease-in-out;
}
.rad-social-icon-wrapper.has-background {
	padding: 0.6rem;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.preheader-social-search .rad-social-icons {
		margin-left: auto;
		margin-right: 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.preheader-social-search {
		flex: 1 1 100% !important;
	}

	.preheader-social-search .rad-social-icons {
		margin-left: auto;
		margin-right: 0;
	}

	.wp-block-columns .wp-block-column.preheader-menu-wrapper {
		display: none;
	}
}

@media screen and (max-width: 781px) {

	/* fix search that's set to less than 100% on mobile */
	.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
		width: 100% !important;
	}
}

/* -----------------------------
 header
------------------------------*/
.site-header__wrapper {
	background-color: var(--wp--preset--color--stormy-bay);
	position: relative;
}
.js .site-header {
	max-height: 90px;
}
.site-header__inner-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.custom-logo {
	width: 340px;
	max-width: 100%;
}

/* -----------------------------
 logo/site title
------------------------------*/
/* -----------------------------
 main navigation
------------------------------*/
.main-navigation ul li a {
	color: var(--wp--preset--color--white);
	font-size: var(--rad-font-size-small);
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 250ms ease-in-out;
	text-decoration: underline;
	text-decoration-color: var(--wp--preset--color--stormy-bay);
	text-decoration-thickness: 3px;
	text-underline-offset: .25rem;
}

.main-navigation a:hover {
	color: var(--wp--preset--color--white);
	text-decoration-color: var(--wp--preset--color--delaware-blue-hen);
	text-decoration-thickness: 3px;
}

.main-navigation .menu .menu-item.show-on-mobile {
	display: none;
}

/* -----------------------------
  larger screens only
------------------------------*/
@media screen and (min-width: 1024px) {
	.main-navigation #primary-menu>.menu-item:hover {
		border-top: 5px solid transparent;
	}

	.main-navigation .sub-menu {
		background-color: var(--wp--preset--color--dark-and-stormy-bay);
		color: var(--wp--preset--color--white);
	}

	.main-navigation .sub-menu .menu-item:hover {
		background-color: inherit;
		border-left-color: var(--wp--preset--color--delaware-blue-hen);
	}

	.main-navigation .sub-menu .menu-item:first-of-type::before {
		border-bottom-color: var(--wp--preset--color--dark-and-stormy-bay);
	}
}


/* -----------------------------
  mobile / smaller screens only
------------------------------*/
@media screen and (max-width: 1100px) {
	.main-navigation ul li a {
		padding: 1rem .5rem;
	}
}

@media screen and (max-width: 1024px) {
	.main-navigation ul li a {
		font-weight: bold;
	}

	.main-navigation ul li.menu-item.show-on-mobile a {
		font-weight: normal;
	}

	.main-navigation .menu .menu-item.show-on-mobile {
		display: block;
	}

	#site-navigation.main-navigation > div:first-of-type {
		display: flex;
		flex-direction: column-reverse;
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		height: 100%;
		transition: all 300ms ease-in-out;
		z-index: 999;
		justify-content: space-between;
		background-color: var(--wp--preset--color--noble-black);
	}

	.main-navigation .menu:first-of-type {
		display: block;
	}
	.main-navigation .menu .menu-item a {
		text-align: left;
	}

	.main-navigation .menu .menu-item a:hover {
		color: var(--wp--preset--color--white)
	}

	.js .main-navigation .sub-menu .menu-item a {
		margin-left: 1rem;
	}

	.js .main-navigation .menu .menu-item {
		border-bottom: 1px solid #222;
	}

	.js .main-navigation .sub-menu {
		border-top: 1px solid #222;
	}

	.js .main-navigation .sub-menu li:last-of-type {
		border-bottom: none;
	}

	button.menu-toggle {
		width: 100%;
		background-color: transparent;
		font-family: 'Mulish', sans-serif;
		text-transform: uppercase;
		line-height: 1;
	}

	/* show the button */
	.js button.menu-toggle {
		display: block;
		color: #cfcfcf;
	}

	.js #close {
		font-family: 'Mulish', sans-serif;
		letter-spacing: 3px;
	}

	.close-button {
		background-color: var(--wp--preset--color--dark-and-stormy-bay);
	}
}

@media screen and (max-width: 1023px) {
	.hide-on-mobile>a {
		display: none !important;
	}
}

/* -----------------------------
  search forms (menu, etc)
------------------------------*/
.menu-item .search-form {
	display: flex;
	padding: 1rem;
}

.menu-item .search-form {
	display: flex;
	padding: 1rem;
}

.menu-item .search-form .search-field {
	border: none;
	border-bottom: 2px inset var(--wp--preset--color--white);
	border-radius: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 2px;
	color: var(--wp--preset--color--crystal-bell);
	font-family: 'Mulish', system-ui, sans-serif;
	font-size: var(--rad-font-size-regular);
	padding: .5rem .5rem .25rem .5rem;
	width: 3rem;
	transition: all 250ms ease-in-out;
}

.menu-item .search-form .search-field:focus {
	width: 100px;
}

.menu-item .search-form .search-field::placeholder {
	content: "";
	width: 1rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='11 11 51 51'%3E%3Cpath fill='%2371797f' d='M31 11c-11.027 0-20 8.973-20 20s8.973 20 20 20c3.974166 0 7.672385-1.178431 10.789062-3.185547l12.9375 12.9375c1.664001 1.664 4.362391 1.664 6.025391 0 1.664-1.664 1.664-4.36139 0-6.025391l-12.9375-12.9375C49.821569 38.672385 51 34.974166 51 31c0-11.027-8.973-20-20-20zm0 8c6.616 0 12 5.384 12 12s-5.384 12-12 12-12-5.384-12-12 5.384-12 12-12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

.menu-item .search-form .search-field:valid {
	text-overflow: ellipsis;
}

.menu-item .search-form .search-submit {
	border: none;
	border-bottom: 2px inset var(--wp--preset--color--stormy-bay);
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 2px;
	color: var(--wp--preset--color--crystal-bell);
	font-weight: 700;
	font-family: 'Mulish', system-ui, sans-serif;
	font-size: var(--rad-font-size-regular);
}

/*
################################
 BLOCKS
################################
*/
.is-style-overlay .category-item .category-display-name {
	background-color: rgba(255, 255, 255, .75);
	padding: .5rem;
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#technology-we-use .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

#technology-we-use .wp-block-image {
	max-width: 220px;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.travel-booking-tools .wp-block-columns .wp-block-column:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tech-resources .wp-block-image {
	margin-bottom: 1rem;
}

.about-media-text-gallery {
	gap: 0;
}

.about-media-text-gallery .wp-block-image,
.about-media-text-gallery .wp-block-image figure,
.about-media-text-gallery .wp-block-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-block-gallery.is-style-no-gutters {
	gap: 0 !important;
	margin: 0 !important;
}

.about-gallery {
	flex-wrap: wrap;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.about-gallery .wp-block-image {
	width: unset !important;
}
@media screen and (max-width: 768px) {
	.is-style-overlay .category-item {
		flex: 0 1 calc(50% - 1rem) !important;
	}
}
@media screen and (max-width: 530px) {
	.about-gallery .wp-block-image {
		flex: 1 1 50% !important;
	}
	.is-style-overlay .category-item {
		flex: 0 1 100% !important;
	}
}

/* -----------------------------
  brand partner logo gallery
------------------------------*/
.wp-block-gallery.brand-partners {
	align-items: center !important;
	gap: 2rem;
}

.brand-partners .wp-block-image {
	margin-bottom: unset !important;
	flex: 0 1 calc(33% - 2rem);
	width: calc(33% - 2rem) !important;
	align-items: center;
	filter: grayscale();
}

.brand-partners.wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width: 230px !important;
}

/* -----------------------------
  faqs
------------------------------*/
.rad-faq__separator {
	display: none;
}

.rad-faq__faq {
	background-color: transparent;
	padding: 1rem;
	margin-bottom: .5rem;
	border: 1px solid var(--wp--preset--color--crystal-bell);
	border-radius: 2px;
}

.rad-faq__question,
.rad-faq__faq .rad-faq__question::after {
	font-weight: bold;
	color: var(--wp--preset--color--white);
	transition: color 250ms ease-in-out;
}

.rad-faq__question:hover {
	color: var(--wp--preset--color--piggybank)
}

#lets-be-friends .rad-social-icons {
	column-gap: 2rem;
	row-gap: 1rem;
}

/* -----------------------------
  error 404 page
------------------------------*/
.error404 .site-main {
	padding-top: 6rem;

}

@media screen and (max-width: 520px) {
	.error404 .site-main {
		padding-top: 3rem;
	}
}

/* -----------------------------
 page header
------------------------------*/
/* home page */
.hero .wp-block-heading {
	text-shadow: 3px 0px 5px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 768px) {
	.hero {
		min-height: 70vh;
		align-items: self-start;
		padding-top: 6rem !important;
	}
}

/* interior page hero */
.interior-hero .wp-block-cover__inner-container {
	background-color: var(--wp--preset--color--delaware-blue-hen);
	padding: 1.5rem 2rem;
	display: flex;
	flex-direction: column;
	margin: 0 1.5rem !important;
	max-width: fit-content !important;
	
}

.interior-hero .wp-block-cover__inner-container h1 {
	letter-spacing: 2px;
}

.interior-hero .wp-block-cover__inner-container>* {
	display: inline-block;
}

.page-header {
	padding: 6rem var(--padding);
}

/*
################################
 BLOG POSTS
################################
*/
/* pagination */
.wp-block-query-pagination {
	margin: 3rem 0;
	display: flex;
	justify-content: center;
	gap: 1rem;
	text-transform: uppercase;
}

.wp-block-query-pagination-numbers {
	gap: .5rem;
}

.wp-block-query-pagination-numbers .page-numbers {
	line-height: 1;
	padding: 8px 10px;
	background-color: var(--wp--preset--color--crystal-bell);
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .08);
}

.wp-block-query-pagination-numbers .current {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

/*
------------------------
comments
------------------------
 */
.comments-area {
	margin-bottom: 2rem;
}

.comments-area .comment-reply-title {
	font-size: var(--rad-font-size-extra-medium);
}

.comment-form textarea,
.comment-form input {
	background-color: #f0f0f0;
	border: 0;
	padding: .5rem;
}

.comment-form textarea {
	margin-bottom: 1rem;
}

.comment-form input {
	width: 100%;
	max-width: 100%;
}

.comment-form label {
	font-size: .85rem;
	color: #666;
	text-transform: uppercase;
}

.comment-form .submit {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 3px;
	border: none;
	background: var(--wp--preset--color--quicksand);
	color: #fff;
	padding: .5rem 1rem;
	font-family: 'Mulish', sans-serif;
	box-shadow: none;
	margin-top: 1rem;
	width: min-content !important;
}

/* -----------------------------
 single post
------------------------------*/
/*  post header */
.entry-header {
	padding: 6rem 0 2rem 0;
}

.single .posted-on {
	display: none;
}

.single .entry-title {
	color: var(--wp--preset--color--dubuffet-green);
	text-align: center;
	font-size: var(--rad-font-size-large);
}
.single .entry-header .byline {
	text-align: center;
	font-size: 1rem;
	display: block;
	color: var(--wp--preset--color--stormy-bay);
}
.single .entry-content .entry-title {
	/* padding-top: 4rem; */
}
.single .entry-content a {
	color: var(--wp--preset--color--delaware-blue-hen);
}

.single .wp-block-image {
	margin-bottom: 1rem;
}

.post h2 {
	font-size: var(--rad-font-size-large);
}

.post h3 {
	font-size: var(--rad-font-size-extra-medium);
}

.post h4 {
	font-size: var(--rad-font-size-medium);
}

.post h5 {
	font-size: var(--rad-font-size-extra-regular);
}

.post h6 {
	font-size: var(--rad-font-size-extra-regular);
}

.entry-content > div > .wp-block-heading.has-background {
	padding: 0 !important;
}

/*  post/entry footer */
.below-single-post-area {
	margin-top: 4rem;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: none;
}

.single .post-navigation {
	font-stretch: condensed;
	font-family: 'Francois One', "ArialNarrow", "Arial-Narrow", "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 3rem;
}

.single .post-navigation a .nav-title {
	color: var(--wp--preset--color--stormy-bay);
}

/* -----------------------------
 archive / loop
------------------------------*/
.archive .site-footer-wrapper {
	margin-top: 4rem;
}
.post + .post {
	margin-top:  0;
}
.wp-block-post-template {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}
.columns-6.wp-block-post-template .wp-block-post {
	flex: 0 1 calc(16.666% - 1rem);
}
.columns-5.wp-block-post-template .wp-block-post {
	flex: 0 1 calc(25% - 1rem);
}
.columns-4.wp-block-post-template .wp-block-post {
	flex: 0 1 calc(20% - 1rem);
}
.columns-3.wp-block-post-template .wp-block-post {
	flex: 0 1 calc(33.333% - 1rem);
}
.columns-2.wp-block-post-template .wp-block-post {
	flex: 0 1 calc(50% - 1rem);
}
.wp-block-post-template .wp-block-post {
	border: 1px solid #e2e2e2;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.wp-block-post-template .wp-block-post> :last-child {
	margin-bottom: 1.5rem;
}

.wp-block-post-template .wp-block-post .wp-block-read-more {
	padding: 0.35rem 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 1rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.wp-block-post-featured-image {
	margin: 0;
}

.wp-block-post-title {
	margin-top: 1.5rem;
	color: var(--wp--preset--color--dubuffet-green);
}

.wp-block-post> :not(.wp-block-post-featured-image) {
	padding: 0 1.5rem;
}

.wp-block-post-excerpt__more-text {
	text-align: center;
}

.wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
	background-color: var(--wp--preset--color--quicksand);
	padding: .35rem .75rem;
	color: var(--wp--preset--color--white);
	text-decoration: none;
	border-radius: 3px;
	margin: 0 auto 1.5rem auto;
	display: inline-block;
	font-size: 1rem;
	text-transform: uppercase;
}
@media screen and (max-width: 781px) {
	.columns-2.wp-block-post-template .wp-block-post,
	.columns-3.wp-block-post-template .wp-block-post {
		flex: 1 1 calc(100% - 1rem);
	}
}
.archive .site-main {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: var(--padding);
}

.archive .site-main .page-header {
	padding: 4rem 0 0 0;
}

.archive .site-main .page-header,
.archive .site-main .posts-navigation {
	flex: 1 1 calc(100% - 1rem);
}

.archive .post {
	flex: 0 1 calc(100% - 1rem);
	background-color: #fafafa;
	/* margin: 0; */
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 2px;
}
@media screen and (min-width: 1300px) {
	.archive .post {
		flex: 0 1 calc(50% - 1rem);
	}
}
.archive .post + .post {
	margin-top: unset;
}

.archive .post .entry-title {
	color: var(--wp--preset--color--stormy-bay);
	font-size: var(--rad-font-size-medium);
}

.archive .page-title {
	color: var(--wp--preset--color--stormy-bay);
}

.archive .post .comments-link {
	display: none;
}

.single .comments-area {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

/* -----------------------------
 Visited map
------------------------------*/
#together-we-have-visited .wp-block-columns {
	gap: 0;
}
#together-we-have-visited .wp-block-columns #text-content {
	padding-right: 2rem;
}
@media screen and (max-width: 781px) {
	#together-we-have-visited .wp-block-columns #text-content {
		
	}
	#together-we-have-visited {
		background: var(--wp--preset--color--delaware-blue-hen) !important;
	}
}
/* -----------------------------
 sidebar / widget / aside
------------------------------*/
.sidebar-wrapper .wp-block-search .wp-block-search__button {
	background-color: var(--wp--preset--color--quicksand);
}
.sidebar-wrapper__inner-container {
	align-items: flex-start;
}
.sidebar-wrapper .widget-area {
	order: 2;
	padding: 6rem 0 2rem 0;
	color: #555;
}

.sidebar-wrapper .widget-title {
	font-size: 1.85rem;
	text-align: center;
	color: var(--wp--preset--color--delaware-blue-hen);
}

.wp-block-search .wp-block-search__button {
	background-color: var(--wp--preset--color--delaware-blue-hen);
	text-transform: uppercase;
}

.wp-block-search__label {
	text-transform: uppercase;
	color: #666;
	display: none;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {}

.post-navigation .nav-links {}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {}

.comment-navigation a,
.post-navigation a,
.post-navigation a {}

.nav-previous a::before,
.nav-next a::before {}

.nav-previous a::before {}

.nav-next a {}

.nav-next a::before {}

.nav-subtitle {}

.nav-title {}

/*
################################
 PATTERNS
################################
*/
.entry-content figure.wp-block-gallery {
	margin: 1rem 0;
}
figure.wp-block-gallery.image-collage {
	margin: 0;
	gap: 0;
	align-items: center;
}

figure.wp-block-gallery.image-collage .wp-block-image:nth-of-type(1) {
	border: 6px solid var(--wp--preset--color--delaware-blue-hen);
	border-width: 6px 6px 0 0;
}

figure.wp-block-gallery.image-collage .wp-block-image:nth-of-type(2) {
	left: -3rem;
	top: 2rem;
	z-index: 1;
	position: relative;
	border: 6px solid var(--wp--preset--color--quicksand);
	border-width: 6px 6px 0 0;
}
@media screen and (max-width: 480px) {
	figure.wp-block-gallery.image-collage .wp-block-image {
		width: unset !important;
		gap: 1rem !important;
		flex: 0 1 100% !important;
	}
	figure.wp-block-gallery.image-collage .wp-block-image:nth-of-type(2) {
		left: 0;
		top: 1rem;
	}
}

/*
################################
 FOOTER AREA
################################
*/
.wp-block-separator.has-fabulous-fuchsia-background-color {
	width: 3rem;
	max-width: 3rem;
}

.site-footer-wrapper {
	padding-top: 4rem;
	padding-bottom: 4rem;
	font-size: 1rem;
	background-color: var(--wp--preset--color--delaware-blue-hen);
}

.site-footer-wrapper .footer-menu {
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-footer-wrapper .footer-menu a {
	color: var(--wp--preset--color--doctor-white);
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 3px;
	text-underline-offset: .25rem;
	transition: all 250ms ease;
}

.site-footer-wrapper .footer-menu a:hover {
	color: var(--wp--preset--color--white);
	text-decoration-color: var(--wp--preset--color--white);
}

.site-footer-wrapper .footer-menu a:hover {
	color: var(--wp--preset--color--white);
	text-decoration-color: var(--wp--preset--color--white);
}

.footer-menu li {
	margin-bottom: .5rem;
}

.footer-menu li {
	margin-bottom: .5rem;
}

/* -----------------------------
credits
------------------------------*/
.site-credits-wrapper {
	background-color: var(--wp--preset--color--crystal-bell);
	padding: 2rem;
	font-size: .9rem;
	color: #777;
}

.site-credits__block {
	padding: 0;
}

.site-credits-wrapper p.has-background {
	padding: .75rem;
	line-height: 1;
}

.site-credits__block {
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-credits-wrapper a {
	color: var(--wp--preset--color--delaware-blue-hen);
	text-decoration: underline;
}