/*!
Theme Name: Postcard Locations
Theme URI: http://underscores.me/
Author: wtfs
Author URI: https://wtfs.works
Description: A custom theme based on Postcard Locations
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: postcard-locations
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Postcard Locations is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
	--black: #000000;
	--white: #FFFFFF;
	--font-size-xsmall: 0.75rem;
	--font-size-small: 0.75rem;
	--font-size-default: 0.85rem;
	--font-size-medium: 1rem;
	--font-size-big: 1.4rem;
	--border-size: 1.5px;
	--swiper-theme-color: var(--black);
	--swiper-navigation-size: 24px;
}

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

	:root {
		--font-size-small: 0.85rem;
		--font-size-default: 1rem;
		--font-size-medium: 1.25rem;
		--font-size-big: 1.688rem;

	}

}

/* Typography
--------------------------------------------- */

.roboto-mono {
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.strong,
.roboto-mono .strong,
.roboto-mono strong {
	font-weight: 600;
}

.roboto-mono .thin,
.thin {
	font-weight: 300;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto Mono", monospace;
	font-size: var(--font-size-default);
	line-height: 1.5;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-size: var(--font-size-default);
	font-weight: 400
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.text-default {
	font-size: var(--font-size-default);
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 1rem;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: var(--black);
	text-decoration: none;

	transition: 250ms ease-in-out;
}

.desktop a,
.desktop a:visited {
	cursor: url('img/cursor-link.cur'), auto;
}

a:hover,
a:focus,
a:active {
	color: var(--black);
	outline: 0;

}

.desktop a:hover,
.desktop a:focus,
.desktop a:active {
	cursor: url('img/cursor-link.cur'), auto;
}

.page-content a {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-style: wavy;
	text-decoration-color: rgba(0, 0, 0, 0.1);
	transition: unset;
}

.page-content a:hover {
	text-decoration-color: rgba(0, 0, 0, 0.25);
}

.location-nav a {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-bottom: var(--border-size) solid;
	border-color: var(--black);
	border-radius: 0;
	background: var(--white);
	color: var(--black);
	line-height: 1;
	padding: 0.6em 1em 0.4em;

	-webkit-appearance: none;
	appearance: none;
	max-width: 100%;
	font-weight: 300;
	font-size: var(--font-size-default);
}

.desktop button,
.desktop input[type="button"],
.desktop input[type="reset"],
.desktop input[type="submit"] {
	cursor: url('img/cursor-link.cur'), auto;
}

.desktop button:hover,
.desktop input[type="button"]:hover,
.desktop input[type="reset"]:hover,
.desktop input[type="submit"]:hover {
	cursor: url('img/cursor-link.cur'), auto !important;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--black);
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 0;
	border-bottom: var(--border-size) solid;
	border-color: var(--black);
	border-radius: 0;
	background: var(--white);
	color: var(--black);
	line-height: 1;
	padding: 3px 0;

	-webkit-appearance: none;
	appearance: none;
	max-width: 100%;
	font-weight: 300;
	font-size: var(--font-size-default);
}

.desktop input[type="text"],
.desktop input[type="email"],
.desktop input[type="url"],
.desktop input[type="password"],
.desktop input[type="search"],
.desktop input[type="number"],
.desktop input[type="tel"],
.desktop input[type="range"],
.desktop input[type="date"],
.desktop input[type="month"],
.desktop input[type="week"],
.desktop input[type="time"],
.desktop input[type="datetime"],
.desktop input[type="datetime-local"],
.desktop input[type="color"],
.desktop textarea {
	cursor: url('img/cursor-link.cur'), auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0;
}

select {
	border: 1px solid #ccc;
	font-weight: 300;
	font-size: var(--font-size-default);
}

textarea {
	width: 100%;
	font-weight: 300;
	font-size: var(--font-size-default);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	position: relative;


}

.desktop .site {
	cursor: url('img/cursor.cur'), auto;
}

.site-main {
	flex: 1;
	opacity: 0;
}

.home .site {
	padding-top: 0 !important;
}

.vertical-divider {
	left: -10px;
}

.archive .vertical-divider,
.blog .vertical-divider {
	display: none;
}

.artemis {
	width: 5px;
	padding-top: 5px;
	background-color: #000000;
	position: fixed;
	top: -10px;
	z-index: 1000;
	pointer-events: none;
	cursor: url('img/cursor.cur'), auto;
}

.desktop .artemis {
	cursor: url('img/cursor.cur'), auto;
}


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

	.site-header,
	.site-main,
	.site-footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.vertical-divider {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		left: 70%;
		width: 1px;
		border-left: var(--border-size) solid var(--black);
		display: block;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Site Header
--------------------------------------------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--white);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	z-index: 11;
}

.home .site-header {
	background-color: transparent;
}


/* Site Footer
--------------------------------------------- */
.site-footer {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 85%;
}

.home .site-footer {
	display: none;
}

/* Site Branding
--------------------------------------------- */
.site-branding {
	width: 100%;
}

.custom-logo-link {
	display: inline-block;
	width: 100%;
}

.custom-logo {
	width: 100%;
	max-width: 160px;
	height: auto;
}

@media screen and (min-width:768px) {
	.custom-logo {
		max-width: 260px;
	}
}

/* Filters
--------------------------------------------- */

/* Navigation
--------------------------------------------- */
.front-page-navigation {
	display: block;
	width: 100%;
	text-transform: uppercase;

}

.front-page-navigation ul {
	list-style: none;
	margin: 0;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 0.5rem;
	position: fixed;
	bottom: 4rem;
	z-index: 10;
}

.front-page-navigation li {
	position: relative;
	display: flex;
	font-style: italic;
	border-bottom: var(--border-size) solid var(--black);
	font-size: var(--font-size-medium);
	width: auto;
}

.main-navigation {
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.home .main-navigation {
	display: none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	gap: 3rem;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li.current-menu-item {
	font-weight: 600;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.menu-toggle {
	border: 1px solid var(--black);
}

.menu-toggle {
	display: block;
}

.main-navigation.toggled ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 1.5rem;
	background-color: var(--white);
	z-index: -1;
}




.main-navigation.toggled ul li {
	font-style: italic;
	border-bottom: var(--border-size) solid var(--black);
	font-size: var(--font-size-medium);
}

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

	.front-page-navigation ul {
		position: relative;
		transform: translateY(100%);
	}

	.menu-toggle {
		display: none !important;
	}

	.main-navigation ul {
		display: flex;
		gap: 2rem;
	}

	.front-page-navigation li {
		display: block;
		width: 100%;
		padding-top: 1rem;

	}
}

.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	text-transform: uppercase;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
}

.post-navigation .nav-links .disabled {
	pointer-events: none;
	opacity: 0.25;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 4px 0 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: transparent
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 56px;
	height: 10px;
	background-color: transparent;
	background-image: url(img/menu-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

/*  Minus */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
	transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}

/* Collapse */
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.site .post,
.site .page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.contact-data {
	list-style: none;
	padding: 0 0 3rem 0;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	align-self: center;
}

.contact-data li {
	border-bottom: var(--border-size) solid var(--black);
}

.contact-data li:last-child {
	border-bottom: none;
}

.contact-data input {
	width: 100%;
	border: 0;
	text-align: left;
	padding: 2px;
	font-style: italic;
	font-size: var(--font-size-medium);
	font-weight: 400;
	line-height: 1.5;
}

.contact-data input[type="submit"] {
	text-transform: uppercase;

}

@media screen and (min-width:992px) {
	.contact-data {
		transform: translateY(67%);
	}

	.contact-data li:last-child {
		border-bottom: var(--border-size) solid var(--black);
	}
}

/* Location Loop
--------------------------------------------- */
.location-item .item {
	position: relative;
}


.location-item h2.entry-title {
	padding: 0.5rem 0;
	position: relative;
	bottom: 0rem;


	z-index: 1;
	transition: 250ms ease-in-out;
}

.location-item .location-image {
	z-index: 0;
	transition: 250ms ease-in-out
}

.desktop .location-item a,
.desktop .location-item a:hover {
	cursor: url('img/cursor.cur'), auto;
}

@media screen and (orientation: landscape) {
	.location-item .item {
		position: relative;
		border: 1px solid var(--black);
	}

	.location-item h2.entry-title {
		opacity: 0;
		top: 1.5rem;
		bottom: auto;
		left: 1.5rem;
		line-height: 1.75;
		position: absolute;
		padding: 0.5rem;
		width: calc(100% - 4.5rem);
	}

	.location-item h2.entry-title a {
		color: var(--black);
	}

	.location-item:hover h2.entry-title {
		opacity: 1;
		text-decoration: underline;
		text-underline-offset: 3px;

	}

	.location-item:hover .location-image {
		opacity: 0;
	}
}




/* Single Location - postcard
--------------------------------------------- */
.single-location h1.entry-title {
	font-size: var(--font-size-default);
}


.location-terms {
	font-size: var(--font-size-small);
	line-height: 1.25
}

.location-terms.more-like-terms {
	font-size: var(--font-size-small);
	text-transform: uppercase;
}

.location-terms.more-like-terms span {
	font-style: normal;
	font-weight: 500;

}

.location-images {
	min-height: 100vh
}

.location-images .location-image {
	margin-bottom: 0.25rem;
}

.location-image:last-child {
	margin-bottom: 0;
}

.single-location .location-nav {
	background-color: var(--white);
	z-index: 10;
	position: fixed;
	bottom: 0;
	padding: 1.5rem 0 1.5rem 0;
	margin: 0;
}


@media screen and (orientation:landscape) {

	.single-location h1.entry-title,
	.blog h2.entry-title {
		font-size: var(--font-size-medium);
	}


}

@media screen and (min-width:992px) {
	.location-image {
		margin-bottom: 1.5rem
	}

	.single-location .location-nav {
		padding: 2.5rem 0 1.5rem 0;
	}

	.location-images {
		padding-bottom: 5rem;
	}
}

.toggle-images {
	border: 0;
	border-bottom: 1px solid var(--black);
	font-weight: 400;
	padding: 0.25rem 0;
	margin: 0.5rem auto 0;
	font-style: italic;
}

.blog h2.entry-title {
	font-size: var(--font-size-default);
	font-weight: 500;
}

.credits {
	font-size: var(--font-size-xsmall);
	line-height: 1.25;
}

/* Page
--------------------------------------------- */
.page-content-main div {
	margin-bottom: 1.5rem;
	break-inside: avoid;
}

.page-content-main p {
	margin-bottom: 0;
}

@media screen and (min-width:1200px) {
	.page-content-main {
		columns: 2;
		column-gap: 5rem;
		margin-bottom: 6rem;
	}

	.page-content-main div {
		margin-bottom: 0;
	}
}

/* Map
--------------------------------------------- */
#map {
	width: 100%;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% 90%;

}

#sea {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: auto;
	text-align: center;
	position: relative;
}

#svg {
	width: 100%;
	height: 100%;
	object-fit: contain;

}

#svg #labels g {
	pointer-events: bounding-box;
}

.desktop #svg #labels g:hover {
	cursor: url('img/cursor-link.cur'), auto;
}


@media screen and (orientation:landscape) {
	#map {
		background-image: url(img/sea.svg);
		height: 100vh;
	}

	#sea {
		padding: 3rem
	}
}


/*--------------------------------------------------------------
# Filters
--------------------------------------------------------------*/
.trigger-filters {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 1.5rem;
	background-color: var(--white);
	z-index: 102;
	border: 0;
	border-top: 1px solid var(--black);
	font-weight: 500;
}

#filters {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	font-size: var(--font-size-small);
	z-index: 101;
	background-color: var(--white);
	padding: 1.5rem 1.5rem 3rem;
	transform: translateY(100%);
	transition: 250ms ease-out;
}



#filters.is-active {
	transform: translateY(0);
}

#filters .btn-close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 3;
}

.filter-term-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
}

.filter-term-list label {
	transition: 250ms ease-in-out;
}

.filter-term-list label.checked {
	font-weight: 600;
}

.desktop .filter-term-list label:hover {
	cursor: url('img/cursor-link.cur'), auto;
	font-weight: 500;
}

@media screen and (min-width:992px) {
	#filters {
		top: auto;
		left: auto;
		width: 20%;
		padding: 0;
		transform: unset;
	}
}

@supports (height: 100dvh) {

	.site,
	.main-navigation.toggled ul,
	#filters {
		height: 100dvh;
	}
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Utility classes*/

@media screen and (orientation:landscape) {
	.dl-none {
		display: none !important;
	}
}

@media screen and (orientation:portrait) {
	.dp-none {
		display: none !important;
	}
}

.text-transform-none {
	text-transform: none;
}


/* Action Buttons */
ul.location-actions {
	list-style: none;
	margin: 1rem 0 0;
	gap: .25rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 0rem 0 0;

}

ul.location-actions li {
	position: relative;
	display: flex;
	width: fit-content;
	font-style: italic;
	border-bottom: 1px solid var(--black);
	align-items: flex-start;
}

button.action-btn {
	padding: 4px 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--black);
	text-transform: uppercase;
	font-style: italic;
	font-size: var(--font-size-default);
	font-weight: 400;
}

@media screen and (min-width:992px) {
	ul.location-actions {
		margin: 1rem 0 0;
		gap: 1.5rem;
		border-top: 1px solid var(--black);
		padding: 1rem 0 0;
	}

	ul.location-actions li {
		width: 100%;
		display: block;
	}
}

/* Download Location Images
--------------------------------------------- */

.download {
	position: relative;
	overflow: hidden;
	transition: background-size 0.2s;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
}

/* Modal
--------------------------------------------- */
.inquire {
	position: relative;
}

.modal-content {
	border-radius: 0;
	font-weight: 400;
	color: var(--black);
	position: relative;
	background-color: var(--white);
	border: 4px solid #f7f7f7;
}

.modal .postcard-content {
	align-self: flex-end;
}

@media screen and (min-width:992px) {
	.modal .postcard-content::after {
		content: '';
		position: absolute;
		width: 0;
		height: 87%;
		border-left: 1px solid var(--black);
		top: 50%;
		transform: translateY(-62.5%);
		left: 57.25%;

	}
}

.modal-header {
	border-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: var(--font-size-default);
	padding-bottom: 1.5rem;
}

.modal-footer {
	font-weight: 300;
	font-size: var(--font-size-small);
	gap: 1rem;
	position: absolute;
	bottom: 0;
	border-top: 0;
}

.modal-header .btn-close {
	margin-right: 1rem;
	display: none;
}

.modal label,
.modal legend {
	font-weight: 300;
	font-size: var(--font-size-small);
}

.modal input,
.modal select {
	margin-bottom: 0.25rem;
	font-size: var(--font-size-small);
	width: 100%;
}

.modal .intl-tel-input,
.modal .wpcf7-form-control-wrap,
.modal fieldset label {
	width: 100%;
	display: block;
}

.modal fieldset label,
.modal label.type {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	border-bottom: 1px solid var(--black);
	outline: 0 !important;
}

.modal fieldset {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	line-height: 1.2;
}

.modal label.type .wpcf7-form-control-wrap {
	width: 40%;
}

.modal input[type="date"],
.modal label.type select {
	border: 0 !important
}

.modal input[type="date"] {
	margin-bottom: 0;
}

.modal button,
.modal input[type="submit"] {
	border: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: var(--font-size-default);
	width: auto;
	margin-top: 2.5rem;
	font-style: normal;
	font-weight: 400;
}

.modal .wpcf7-spinner {
	float: left;
	margin: 0;
}

.modal textarea {
	border: 0;
}

.modal p {
	margin-bottom: 0.25rem;
	line-height: 1;
}

.modal .flag-container .iti-flag {
	filter: grayscale(1) contrast(1.3);
}

.modal .country-list {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.modal .country-list::-webkit-scrollbar {
	display: none;
}

.modal .country-list li {
	font-size: var(--font-size-small);
	font-weight: 300;
}

/* Swiper
--------------------------------------------- */
#postcards .row {
	min-height: 100vh;
}

.postcard-slider {
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

.postcard-slider .swiper-button-prev,
.postcard-slider .swiper-button-next {
	opacity: 0;
	transition: opacity 250ms ease-in-out;
	cursor: url('img/cursor.cur'), auto;
}

.postcard-slider:hover .swiper-button-prev,
.postcard-slider:hover .swiper-button-next {
	opacity: 1;
	cursor: url('img/cursor-link.cur'), auto;

}

.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	opacity: 0 !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1 !important;
}

.slider-media {
	width: 100%;
	height: 40vh;
	position: relative;
}

.slider-media > img,
.slider-media > svg {
	object-fit: contain !important;
	width: 100%;
	height: 100%;
	object-position: center left;

}

.slider-media > video {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover !important;
}

/* Video */

.custom-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	opacity: 0;
	transition: opacity 0.3s;
	color: var(--white);
	font-size: var(--font-size-xsmall);
	z-index: 200;
}

.video-container:hover .custom-controls {
	opacity: 1;
}

.controls-left,
.controls-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.control-btn {
	border: none;
	padding: 6px 0px;
	cursor: pointer;
	font-size: var(--font-size-xsmall);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 400;
	background-color: transparent;
}

.control-btn:hover {
	font-weight: 500;
}

/* Masonry
--------------------------------------------- */
.grid-item {
	margin-bottom: 5rem !important;
	max-width: 100%;
}

.grid-sizer {
	height: 0;
	position: absolute;
	padding: 0;
	margin: 0 !important;
}

@media screen and (min-width:992px) {
	.grid {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
	}

	.grid-item {
		width: calc(50% - 3rem);
	}

	.grid-item .credits {
		width: 75%;
	}
}


/* Admin Bar
--------------------------------------------- */
.logged-in.admin-bar .site-header {
	top: 32px;
}

.logged-in.admin-bar .site {
	padding-top: 32px;
}

/* Scrollbars
--------------------------------------------- */
html {
	scrollbar-width: none;
}

body {
	-ms-overflow-style: none;
}

body::-webkit-scrollbar {
	display: none;
}

/* Selection
--------------------------------------------- */
::-moz-selection {
	/* Code for Firefox */
	color: var(--white);
	background: var(--black)
}

::selection {
	color: var(--white);
	background: var(--black)
}

/*--------------------------------------------------------------
# Placeholders
--------------------------------------------------------------*/
::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-style: italic;
	font-size: var(--font-size-medium);
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-style: italic;
	font-size: var(--font-size-medium);
}

/* FF 4-18 */
::-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-style: italic;
	font-size: var(--font-size-medium);
}

/* FF 19-51 */
:-ms-input-placeholder {
	opacity: 1;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-style: italic;
	font-size: var(--font-size-medium);
}

/* IE 10+ */
::placeholder {
	opacity: 1;
	transition: opacity .5s;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-style: italic;
	font-size: var(--font-size-medium);
}

:focus::-webkit-input-placeholder {
	color: transparent !important;
}

:focus::-moz-placeholder {
	color: transparent !important;
}

:focus::-ms-input-placeholder {
	color: transparent !important;
}

:focus::placeholder {
	color: transparent !important;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Aspect Ratio
--------------------------------------------- */
.one-to-one {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-top: 100%;
	position: relative;
	top: 0;
}

.two-to-one {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-top: 50%;
	position: relative;
	top: 0;
}

.four-to-three {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-top: 75%;
	position: relative;
	top: 0;
}

.sixteen-to-nine {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-top: 56.25%;
	position: relative;
	top: 0;
}

.sixteen-to-ten {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-top: 62.5%;
	position: relative;
	top: 0;
}

.location-image.landscape {
	width: 100%;
	overflow: hidden;
	padding-top: 62.5%;
	position: relative;
	top: 0;
}

.one-to-one > *,
.two-to-one > *,
.four-to-three > *,
.sixteen-to-nine > *,
.sixteen-to-ten > *,
.location-image.landscape > img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}