body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: white;
}

.wccsp-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.wccsp-container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 730px;
}

.wccsp-header {
	position: relative;
	color: white;
	overflow: hidden;
	padding: 120px 0;
}

	.wccsp-header.overlay::after {
		content: ' ';
		position: absolute;
		z-index: 0;
		background: rgba( 0, 0, 0, 0.3 );
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.wccsp-header.overlay * {
		position: relative;
		z-index: 1;
	}

.wccsp-image {
	text-align: center;
}

	.wccsp-image img {
		max-width: 100%;
	}

h1 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 62px;
	font-weight: 300;
	text-align: center;
}

@media screen and ( max-width: 400px ) {
	h1 {
		font-size: 48px;
	}
}

h2 {
	font-size: 28px;
	font-weight: 600;
}

h2.wccsp-dates {
	margin: 0;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	color: rgba( 255, 255, 255, 0.8 );
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	border: none;
	font-size: 18px;
	line-height: normal;
}

input[type="text"],
input[type="email"] {
	height: 40px;
}

textarea {
	height: 200px;
	resize: vertical;
}

button,
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	height: 40px;
	font-size: 14px;
	color: white;
	text-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
	border-width: 1px 1px 2px;
	border-style: solid;
	border-radius: 3px;
}

label {
	display: block;
}

.jetpack_subscription_widget {
}

	.jetpack_subscription_widget form {
		display: flex;
		padding: 5px;
		background: white;
	}

	.jetpack_subscription_widget p {
		margin: 0;
	}

		.jetpack_subscription_widget p.error {
			margin-bottom: 5px;
			font-size: 16px;
		}

	#subscribe-email {
		flex: 3;
	}

		#subscribe-email input[type="submit"] {
			padding: 5px 30px;
		}

	#subscribe-submit  {
		flex: 1;
	}

.wccsp-introduction {
	margin-bottom: 75px;
	padding: 75px 0;
	border-bottom: 2px solid #f0f2f3;
}

	.wccsp-introduction p {
		margin: 0;
	}

.wccsp-contact {
	margin-bottom: 75px;
}

	.wccsp-contact h2 {
		margin: 0 0 50px;
	}

	.wccsp-contact .contact-form input[type="text"],
	.wccsp-contact .contact-form input[type="email"],
	.wccsp-contact .contact-form textarea {
		margin-bottom: 0;
		width: 100%;
		max-width: 100%;
		border: 1px solid #cbcdce;
	}

	.wccsp-contact form > div {
		margin-bottom: 40px;
	}

	.wccsp-contact .contact-form label {
		margin-bottom: 10px;
		font-weight: normal;
	}

	.wccsp-contact .contact-form label span {
		margin-left: 8px;
		text-transform: uppercase;
		font-size: 16px;
	}

	.wccsp-contact .contact-submit {
		text-align: right;
	}

	.wccsp-contact .contact-form input[type="submit"] {
		padding: 5px 30px;
		width: auto;
	}

.wccsp-footer {
	background: #32373c;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 400;
}

	.wccsp-footer a:link,
	.wccsp-footer a:visited,
	.wccsp-footer a:hover,
	.wccsp-footer a:active {
		color: white;
		text-decoration: none;
	}

	.wccsp-footer a:hover,
	.wccsp-footer a:focus {
		text-decoration: underline;
	}

	.wccsp-footer span[role=separator] {
		padding: 0 0.4em 0 0.6em;
		color: white;
		display: none;
	}

/* Hide Jetpack's Infinite Scroll element */
#infinite-footer {
	display: none !important;
}

/* Jetpack EU Cookie Law Widget */
#eu-cookie-law input[type="submit"] {
	width: auto;
	text-shadow: none;
}
