/*
	Theme Name: coviddiaries
	Theme URI: http://www.studiopress.com/themes/coviddiaries
	Description: Decor is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0
	Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments
	Template Version: 1.8
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: Simplon Norm;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("Simplon Norm Medium"), local("SimplonNorm-Medium"), url("../img/SimplonNorm-Medium-WebS.woff2") format("woff2")
}

* {
	box-sizing: border-box
}

:root {
	--l-width: 100vw;
	--r-width: 100vw;
	--l-min-height: 100vh;
	--r-min-height: 100vh;
	--body-display: auto;
	--logo-size: 160px;
	--global-alignment: left;
	--page-padding: 30px;
	--h1-size: 48px;
	--h2-size: 48px;
	--h3-size: 32px;
	--body-size: 18px;
	--small-size: 14px;
	--aqua: #85e1da;
	--darkgrey: #222030;
	--grey: #c7cdd6;
	--purple: #5f4bd9;
	--font-family: "Simplon Norm", sans-serif;
	--default-font-weight: 600;
	--bold-font-weight: 700
}

@media (min-width:640px) {
	:root {
		--body-display: flex;
		--l-width: 33.33333vw;
		--r-width: 66.66667vw;
		--l-min-height: 100vh;
		--r-min-height: 100vh;
		--global-alignment: center;
		--logo-size: 200px;
		--page-padding: 60px
	}
}

@media (min-width:960px) {
	:root {
		--l-width: 50vw;
		--r-width: 50vw;
		--page-padding: 96px
	}
}

html {
	-ms-scroll-snap-type: y proximity;
	scroll-snap-type: y proximity;
	scroll-behavior: smooth
}

body {
	font-family: Simplon Norm, sans-serif;
	font-family: var(--font-family);
	font-weight: 600;
	font-weight: var(--default-font-weight);
	display: auto;
	display: var(--body-display)
}

address {
	font-style: normal
}

a {
	color: currentColor
}

h2 {
	font-size: 48px;
	font-size: var(--h2-size)
}

h3 {
	font-size: 32px;
	font-size: var(--h3-size)
}

.page {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	min-height: 100vh;
	min-height: var(--r-min-height);
	margin: 0;
	padding: 30px;
	padding: var(--page-padding);
	scroll-snap-align: start;
	font-size: 18px;
	font-size: var(--body-size);
	letter-spacing: 0;
	text-align: left;
	text-align: var(--global-alignment);
	line-height: 1.16
}

.page--hidden {
	display: none
}

section>* {
	margin-bottom: 0;
	max-width: 465px;
	margin-left: auto;
	margin-right: auto
}

section>*+* {
	margin-top: 28px
}

.page__header {
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	font-size: var(--h1-size);
	line-height: 1
}

.button,
.qq-upload-button {
	display: inline-block;
	background: #5f4bd9;
	background: var(--purple);
	border-radius: 8px;
	text-align: center;
	padding: 10px 18px;
	color: #fff;
	border: none;
	font-weight: 600;
	text-decoration: none
}

.button:active,
.button:focus {
	text-decoration: underline
}

.button--secondary,
.qq-upload-button {
	background: #fff;
	color: #000
}

.site-header {
	position: relative
}

.site-header,
.site-header__contents {
	width: 100vw;
	width: var(--l-width);
	min-height: 100vh;
	min-height: var(--l-min-height)
}

.site-header__contents {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em
}

@media (min-width:640px) {
	.site-header__contents {
		position: fixed;
		height: 100%
	}
}

.site-header__title {
	margin: 0;
	width: 160px;
	width: var(--logo-size);
	height: 160px;
	height: var(--logo-size);
	z-index: 1
}

.site-header__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	width: var(--l-width);
	min-height: 100vh;
	min-height: var(--l-min-height);
	-o-object-fit: cover;
	object-fit: cover
}

main {
	width: 100vw;
	width: var(--r-width);
	min-height: 100vh;
	min-height: var(--r-min-height)
}

.page--intro {
	background: #222030;
	background: var(--darkgrey);
	color: #fff;
	align-items: center
}

.intro-idea {
	margin-top: auto;
	margin-bottom: auto;
	max-width: 300px
}

.intro-social-links p {
	font-size: 14px;
	font-size: var(--small-size);
	text-align: center
}

.intro-social-links .social-links {
	align-items: center;
	justify-content: center
}

.page--about {
	background: #85e1da;
	background: var(--aqua)
}

.no-js .button--about {
	display: none
}

.page--form {
	background: #c7cdd6;
	background: var(--grey)
}

.postal-details {
	padding-top: 1em;
	border-top: 1px solid #000
}

.page--thank-you {
	align-items: center;
	text-align: center;
	color: #fff;
	background: #222030;
	background: var(--darkgrey)
}

.page--thank-you .page__header {
	margin-bottom: 40px;
	margin-top: auto
}

.social-links {
	display: flex;
	align-items: center;
	margin-bottom: auto
}

.social-links img {
	width: 30px;
	height: 30px;
	margin: 0 10px
}

.credit p {
	font-size: 14px;
	font-size: var(--small-size);
	margin-bottom: 1.2em
}

.credit__logos {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	width: 280px
}

.credit__logos a {
	margin-left: 8px;
	margin-right: 8px
}

.credit__logos img {
	flex: 0 0 auto;
	height: 30px;
	margin-bottom: 12px
}

.jotform-form .form-section {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0
}

.jotform-form .form-line {
	margin-bottom: 16px
}

.jotform-form .form-label {
	margin-bottom: 6px;
	display: block
}

@media screen and (min-width:640px) {
	.jotform-form .form-label {
		text-align: left
	}
}

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

.jotform-form .form-textbox {
	border-radius: 8px;
	border: 1px solid #000;
	background: transparent;
	padding: 10px
}

.jotform-form .form-html {
	font-size: 14px
}

.jotform-form .form-checkbox-item {
	position: relative
}

.jotform-form .form-checkbox {
	height: 40px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 40px
}

.jotform-form .form-checkbox+label {
	position: relative;
	font-size: 16px;
	padding-left: .5em;
	margin-left: 20px
}

.jotform-form .form-checkbox+label:after,
.jotform-form .form-checkbox+label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: -1em;
	top: .1em
}

.jotform-form .form-checkbox+label:before {
	width: 1em;
	height: 1em;
	border: 1px solid #000
}

.jotform-form .form-checkbox:checked+label:after {
	width: .6em;
	height: .6em;
	margin-top: .25em;
	margin-left: .25em;
	background: #000
}

.jotform-form .form-error-message {
	font-size: 14px;
	color: red;
	margin-top: 4px
}

.jotform-form .form-error-message img {
	display: none
}

@media screen and (min-width:640px) {
	.jotform-form .form-col-1 {
		float: left;
		width: calc(50% - 17px)
	}

	.jotform-form .form-col-2 {
		float: right;
		width: calc(50% - 17px)
	}
}

.qq-uploader {
	position: relative;
	width: auto;
	max-width: 100%
}

.qq-upload-delete {
	display: inline-block;
	opacity: .0001;
	top: 0;
	position: absolute;
	background: #f85032;
	width: 20px;
	height: 100%;
	right: 0;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #aaa;
	cursor: pointer;
	box-sizing: border-box
}

.qq-upload-delete:hover {
	background: #ffb76b
}

.qq-upload-delete:focus {
	opacity: 1
}

.qq-upload-list li:hover {
	border: 1px solid #aaa
}

.qq-upload-fail:hover .qq-upload-delete,
.qq-upload-success:hover .qq-upload-delete {
	opacity: 1
}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 54px;
	z-index: 2;
	background: #f5f5f5;
	background: hsla(0, 0%, 94.1%, .9);
	text-align: center;
	color: #b1b1b1;
	border: 2px dashed #c5c5c5;
	border-radius: 5px 5px
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -10px;
	font-size: 16px
}

.qq-upload-drop-area-active {
	background: #ffffe0;
	background: rgba(222, 255, 210, .9)
}

.qq-upload-list {
	margin: 10px 0;
	padding: 0;
	list-style: none
}

.qq-upload-list li {
	position: relative;
	font-size: 12px;
	margin: 8px 0;
	padding: 2px 4px;
	background: #fff;
	border-radius: 5px 5px;
	white-space: normal;
	border: 1px solid transparent;
	text-align: left
}

.qq-upload-cancel,
.qq-upload-failed-text,
.qq-upload-file,
.qq-upload-size,
.qq-upload-spinner {
	font-size: 12px;
	line-height: 16px
}

.qq-file-uploading {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	width: 80px
}

.qq-upload-failed-text {
	float: right
}

.qq-upload-fail {
	background: #ff927d !important;
	color: #fff !important
}

.qq-upload-fail .qq-upload-size {
	display: none !important
}

.qq-upload-spinner {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	margin-bottom: 3px;
	margin-left: 2px
}

.qq-upload-cancel,
.qq-upload-size {
	float: right;
	margin-left: 4px
}

.qq-upload-failed-text {
	display: none
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline
}