/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
										  http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

@font-face {
	font-family: 'Charter';
	src: url('../font/charter_regular.eot');
	src: url('../font/charter_regular.eot?#iefix') format('embedded-opentype'),
	url('../font/charter_regular.woff') format('woff'),
	url('../font/charter_regular.ttf') format('truetype'),
	/*url('../font/charter_regular.svg#webfont') format('svg');*/
}

.title-wrapper, .body-wrapper, .footer-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 25px;
	max-width: 760px;
}

.body-wrapper {
	min-height: 40px;
}

@media screen and (min-width: 700px) {
	.body-wrapper {
		min-height: 80px;
	}
}

.centered {
	text-align: center;
}

.title-section2 {
	width: 100%;
	background-color: #1a1a1a;
	position: relative;
	height: 240px;
	margin-bottom: 60px;
}

.title-section2 .image-clip {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.title-section2 .hero-image-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	right: -50%;
	width: 100%;
}

.title-section2 .hero-image-inner-wrapper {
	z-index: 0;
	width: 100%;
	position: relative;
	top: 0;
	left: -50%;
	right: -50%;
	text-align: center;
}

.title-section2 .hero-image-wrapper img {
	/*box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);*/
}

.title-section2 .hero-image {
	width: 100%;
	max-width: 1200px;
}

.title-section2 .h1-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.title-section2 .h1-wrapper-inner {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.title-section2 h1 {
	margin: 0 0 0 0;
	z-index: 500;
	position: relative;
	padding: 0 10px 0;
	top: 7px;
	font-family: "Segoe UI Semibold", "Lust Script", "Snell Roundhand", Charter, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	color: #8c3d45;
	font-size: 85px;
	/*line-height: 48px;*/
	display: inline-block;
	text-transform: uppercase;
}

.title-pop {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.title-section2 h1.text-shadow {
	z-index: -500;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.title-section2 h1.text-shadow .descender {
	color: #111;
}

.title-section2 img.bg-fill {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.title-section2.homepage-hero {
	margin-top: 50px;
	height: 240px;
}

.homepage-hero.title-section2 .h1-wrapper {
	bottom: 20px;
}

.homepage-hero {
	color: #fff;
	text-align: center;
}

.homepage-hero .hero-image-wrapper {
	width: 130%;
}

.title-section2.homepage-hero p {
	z-index: 600;
	position: relative;
	color: #fff;
}

.homepage-hero h1 {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 80px;
}

.homepage-hero p {
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size: 2.2em;
	line-height: 2.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.homepage-hero p.rsvp-link {
	font-weight: normal;
	font-size: 1.7em;
	line-height: 2em;
}

.homepage-hero p.rsvp-link a {
	padding: 10px 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #1a1a1a;;
	text-shadow: none;
}

.homepage-hero p.rsvp-link a:hover {
	background-color: #fff;
	color: #8c3d45;

}

.title-ampersand {
	color: #8c3d45;
	font-family: "sorts-mill-goudy", "Snell Roundhand", "lust-script", "proxima-nova", Charter, Georgia, serif;
	font-size: 48px;
}

h1.site-title {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0;
	font-family: "Segoe UI Black", Helvetica, Arial, sans-serif;
}

.site-title a {
	text-decoration: none;
	color: #fea82f;
}

.nav-menu, .language-menu {
	font-size: 16px;
	line-height: 35px;
	padding-left: 0;
	margin-left: 0;
	font-family: "Segoe UI Black", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

li.nav-separator {
	font-family: "Segoe UI Semilight", Helvetica, Arial, sans-serif;
	color: #b2b2b2;
}

.nav-menu li, .language-menu li {
	display: inline-block;
	padding: 0 25px 0 0;
}

.language-menu li {
	padding: 0 25px 0 0;
}

.nav-menu a, .language-menu a {
	color: #b2b2b2;
	text-decoration: none;
}

.nav-menu a.selected, .language-menu .selected {
	color: #8c3d45;
}

.language-menu {
	position: absolute;
	top: 0;
	right: 25px;
	text-align: right;
}

.nav-menu li:last-child, .nav-menu li:nth-child(9)
}

.nav-menu {
	text-align: left;
	margin-bottom: -10px;
	margin-top: 25px;
}

.nav-menu:after {
	content: '';
	width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
	display: inline-block;
}

body {
	font-family: Charter, Georgia, serif;
	font-size: 22px;
	line-height: 30px;
}

a {
	color: #8c3d45;
}

.plain-list {
	margin-left: 0;
	padding-left: 0;
}

.plain-list li {
	list-style: none;
}

a:hover {
	color: #000;
}

.muted-serif {
	color: #888888;
}

.muted-sans-serif {
	color: #b2b2b2;
}

.hero-paragraph {
	color: #8c3d45;
	font-size: 32px;
	line-height: 42px;
}

h1 {
	text-align: center;
}

h2 {
	font-family: "proxima-nova", "Proxima Nova", "Arial Black", sans-serif;
	color: #8c3d45;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 22px;
	text-transform: uppercase;
}

h3 {
	font-family: "proxima-nova", "Proxima Nova", "Arial Black", sans-serif;
	color: #b2b2b2;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
}

.anchored-below {
	margin-top: -8px;
}

.anchored-below-2 {
	margin-top: 0;
}

.footer {
	margin-top: 80px;
	border-top: 1px dotted #ccc;
	color: #AAA;
	font-size: 14px;
}

.footer-inner {
	padding: 30px 15px 35px;
	position: relative;
}

.footer a {
	color: #AAA;
}

.footer a:hover {
	color: #000;
}

.footer .links {
	position: absolute;
	text-align: right;
	right: 15px;
	top: 30px;
}

.form-box {
	background-color: #f8f8f8;
	border: #CCC 1px solid;
	padding: 20px;
}

.form-box textarea {
	max-width: 100%;
}

@media screen and (max-width: 700px) {
	.language-menu {
		position: static;
		text-align: left;
		display: inline;
	}

	.language-menu li.selected {
		display: none;
	}

	.nav-menu {
		text-align: left;
		margin-top: 15px;
	}

	.nav-menu li:nth-child(5) {
		padding-right: 25px;
	}
}

.next-link {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 18px;
}

.next-link a {
	font-family: "proxima-nova", "Proxima Nova", "Arial Black", sans-serif;
	color: #8c3d45;
	text-transform: uppercase;
	text-decoration: none;
}

.next-link a:hover {
	color: #111;
}

@media screen and (max-width: 600px) {
	.next-link {
		margin-top: 40px;
		margin-bottom: -20px;
		text-align: right;
		font-size: 16px;
	}

	.footer .links {
		position: static;
		text-align: left;
	}

	.title-section2 {
		margin-bottom: 40px;
	}

	.footer {
		margin-top: 40px;
	}

	.nav-menu li, .language-menu li, .nav-menu li:nth-child(5) {
		padding: 0 15px 0 0;
	}

	.title-ampersand {
		font-size: 36px;
	}

	h1.site-title {
		font-size: 26px;
	}

	body {
		font-size: 16px;
		line-height: 23px;
	}

	.hero-paragraph {
		font-size: 26px;
		line-height: 32px;
	}

	h2 {
		font-size: 19px;
	}

	h3 {
		font-size: 16px;
	}

	.anchored-below {
		margin-top: -5px;
	}
}

@media screen and (max-width: 500px) {
	.nav-menu, .language-menu {
		font-size: 14px;
	}
}

.heart-icon {
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url("../img/heart-icon.png") center center no-repeat;
	opacity: 0.25;
}

.next-arrow {
	position: relative;
	margin-left: 3px;
	top: 1px;
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url("../img/next-arrow.png") center center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	.heart-icon {
		background: url("../img/heart-icon@2x.png") center center no-repeat;
		background-size: 12px 11px;
	}

	.next-arrow {
		background: url("../img/next-arrow@2x.png") center center no-repeat;
		background-size: 8px 14px;
	}
}

.standard-table {
	font-size: 18px;
	color: #333;
	table-layout: fixed;
	margin: 2.5em 0;

}

.standard-table th {
	font-family: "proxima-nova", "Proxima Nova", "Arial Black", sans-serif;
	color: #8c3d45;
	font-weight: 600;
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
	vertical-align: bottom;
	line-height: 1.25em;
	padding: 5px 5px 10px 5px;
}

.standard-table td {
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
}

/*.standard-table td:nth-child(3), .standard-table td:nth-child(4), .standard-table td:nth-child(5),
.standard-table th:nth-child(3), .standard-table th:nth-child(4), .standard-table th:nth-child(5) {
	text-align: center;
}*/

.standard-table td.row-title {
	color: #1a1a1a;
	font-weight: bold;
}

.table-muted {
	color: #b2b2b2;
	font-size: 15px;
}

.standard-table .collapsed-only {
	display: none;
}

.standard-table .column-centered {
	text-align: center;
}

@media screen and (max-width: 700px) {
	.standard-table table, .standard-table tr, .standard-table th, .standard-table td {
		display: block;
	}

	.standard-table td {
		border-bottom: none;
		padding: 0px;
	}

	.standard-table td.row-title {
		border-top: 1px solid #d6d6d6;
		padding-top: 15px;
		margin-top: 20px;
	}

	.standard-table thead {
		display: none;
	}

	.standard-table .collapsed-only {
		display: inline;
	}

	.standard-table .column-centered {
		text-align: left;
	}
}