/*
	Theme Name: AllYouNeilIsLove
	Theme URI: allyouneilislove.com
	Description: WP Theme for AllYouNeilIsLove
	Version: 1.005
	Author: Squatch Creative
	Author URI: https://squatch.us
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
    font-family: 'aleobold';
    src: url('fonts/aleo-bold-webfont.woff2') format('woff2'),
         url('fonts/aleo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleoitalic';
    src: url('fonts/aleo-italic-webfont.woff2') format('woff2'),
         url('fonts/aleo-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleolight';
    src: url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleoregular';
    src: url('fonts/aleo-regular-webfont.woff2') format('woff2'),
         url('fonts/aleo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bromello';
    src: url('fonts/bromello-webfont.woff2') format('woff2'),
         url('fonts/bromello-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kg';
    src: url('fonts/kgallofme-webfont.woff2') format('woff2'),
         url('fonts/kgallofme-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--lavender:#826D9B;
	--sage:#8E9679;
	--medium-gray:#B5B5B5;
	--light-gray:#E9E9E9;
	--bromello: 'bromello';
	--kg: 'kg';
	--aleoregular: 'aleoregular';
	--aleolight: 'aleolight';
	--aleoitalic: 'aleoitalic';
	--aleobold: 'aleobold';
}

/*WP CORE
=========================*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* SPAN SIMPLE by Squatch
==========================*/
body {
	margin:0px; padding:0px;
	font-family: 'aleoregular', Arial, sans-serif;
	background:#fff;
	font-size:18px; line-height:26px; 
	color:#000;
} 
div { 
	display:block; 
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}
.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
}
.padded-container {
	padding:64px 0px;
}
.row {
	float:none; clear:both; margin:0px auto; padding:0px; 
	width:100%; height:auto; 
	max-width:1080px; 
}
.row.small-row {
	max-width:720px;
}

div[class*='span'] {
	float:left; margin:0px auto; padding:28px 28px; height:auto;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }


.flex-container {
	display:-webkit-flex;
	display:flex;
}

h1, h2, h3, h4, h5, h6 {

}

p {
    font-size: 20px;
    line-height: 30px;
    color: var(--medium-gray);
    margin: 28px auto;
    padding: 0;
}
a {
	transition: 120ms; 
	text-decoration:none;
	color:var(--sage);
}
a:hover {
	color:var(--medium-gray);
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
small {font-size:70%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 
hr {
    display: block;
    clear: both;
    position: relative;
    max-width: 640px;
    border: 0px;
    height: 64px;
    margin: 48px auto;
    background: url(images/leaf.png) center center no-repeat;
    background-size: 64px auto;
}








.loading {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,1);
	opacity:1.0;
	transition:480ms 1s opacity ease-in, z-index 0s 1480ms linear;
}

.loading.loaded {
	opacity:0.0;
	z-index:-1;
}

.loading-leaf {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    animation: fallingLeaf 5s ease-in-out infinite;
}

svg#leaf {
    width: 64px;
    height: 64px;
}

path#leaf-path {
    fill: var(--sage) !important;
}






.photo-container {
	width:100%;
	max-width:1480px;
	height:90vh;
	background:var(--medium-gray); 
}

.photo-container:before {
	display:block;
	position:absolute;
	content:'';
	z-index:4;
	top:0;
	left:0;
	width:100%;
	height:15px;
	background:url('images/white-top.png') bottom center repeat-x;
	background-size:1920px auto;
}

.photo-container:after {
	display:block;
	position:absolute;
	content:'';
	z-index:4;
	bottom:0;
	left:0;
	width:100%;
	height:15px;
	background:url('images/white-bottom.png') top center repeat-x;
	background-size:1920px auto;
}

.photo-container.hero {
	background:url('images/white-sands3.jpg') center center no-repeat fixed;
	background-size:cover;
	height:calc(100vh - 140px);
}

.photo-container.hero:before {
	display:none;
}

.photo-container.our-story {
	background:url('images/great-sand-dunes.jpg') center center no-repeat fixed;
	background-size:cover;
}

.photo-container.wedding {
	background:url('images/wedding.jpg') center center no-repeat fixed;
	background-size:cover;
}

.photo-container.rsvp {
	background:url('images/white-sands1.jpg') center center no-repeat fixed;
	background-size:cover;
}

.photo-container.registry {
	background:url('images/black-canyon.jpg') center center no-repeat fixed;
	background-size:cover;
}

.photo-container.venue {
	background:url('images/sunnybrae.jpg') center center no-repeat fixed;
	background-size:cover;
}

.photo-container.accomodations {
	background:url('images/hampton.jpg') center center no-repeat fixed;
	background-size:cover;
}

.photo-container.end {
	background:url('images/white-sands2.jpg') center center no-repeat fixed;
	background-size:cover;
}










/* HEADER
================================*/

.header.container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
}

.header.container .flex-box {
    flex: 0 0 320px;
    padding: 12px;
    height: 140px;
    overflow: visible;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.header.container .flex-box.logo-container {
    padding: 0px;
    border-radius: 50%;
    overflow: visible;
    z-index: 5;
}

.logo-container a, .logo-container img {
    display: block;
    height: 320px;
    width: 320px;
    background: #fff;
    border-radius: 50%;
}

.logo-container a {
    transform: translateY(-102px);
}

.date-container h3 {
    margin: 0;
    text-align: right;
    font-family: var(--kg);
    color: var(--medium-gray);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
}

.date-container h3 span {
    display: inline-block;
    font-size: 15px;
    transform: translateY(-15.5px);
}

.venue-container h3 {
    margin: 0;
    color: var(--medium-gray);
    font-family: var(--aleobold);
    font-size: 22px;
    line-height: 20px;
    transform: translateY(-6px);
}

.venue-container h3 span {
    display: block;
    clear: both;
    font-size: 17px;
}











/* NAVIGATION
============================= */

div#sticky-wrapper {
    position: relative;
    z-index: 500;
}

nav.nav {
	position:relative;
	z-index:100;
	transition:360ms;
}

.is-sticky nav.nav {
    background: var(--sage);
}

ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    text-align: center;
}

ul.menu li {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}


ul.menu li a {
    display: block;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 18px 16px 18px 16px;
    font-family: var(--kg);
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: var(--sage);
    text-decoration: none;
    transform: translateY(4px);
}

ul.menu li a.active,
ul.menu li a:hover {
	color:var(--lavender);
}

.is-sticky ul.menu li a {
    color: #fff;
}

.is-sticky ul.menu li a.active,
.is-sticky ul.menu li a:hover {
    color: var(--light-gray);
}

.mobile-menu {
	display:none;
}























/* COUNTER
======================= */

.container.countdown {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 72px;
	transform: translateY(-32px);
}

p.countdown-text {
    font-family: var(--aleobold);
    color: var(--medium-gray);
    font-size: 32px;
    line-height: 38px;
    margin: 0;
}


p.countdown {
    display: inline-flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 28px;
    width: auto;
    font-family: var(--kg);
    font-size: 28px;
    line-height: 32px;
    color: var(--sage);
    width: 24%;
}

span.number {
    font-family: var(--bromello);
    display: block;
    font-size: 120px;
    line-height: 120px;
    color: #000;
}
















/* CONTENT BLOCKS
=========================== */

h1 {
    font-family: var(--kg);
    font-weight: 400;
    color: var(--sage);
    text-align: center;
    font-size: 56px;
    line-height: 64px;
    margin: 24px;
}

.content-box {
    background: #fff;
    display: block;
	z-index:5;
    margin: 0 auto;
    width: calc(100% - 18vw);
    max-width: 1080px;
    box-sizing: border-box;
    padding:72px;
    transform: translateY(-148px);
}

.content-box .row {
    max-width: 720px;
}

.content-box h1 {
	position:relative;
    display: inline-block;
}

.content-box h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 180px;
    height: 2px;
    margin-left: -90px;
    border: 0;
    background: var(--sage);
}

blockquote {
    display: block;
    position: relative;
    margin: 48px auto;
    font-family: var(--aleoitalic);
    font-size: 26px;
    line-height: 38px;
    max-width: 560px;
    color: var(--medium-gray);
}

figure {
	display:inline-block;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    background: var(--light-gray);
    margin: 24px 48px 72px 48px;
    position: relative;
}

figure img {
	width: 172px;
    height: 172px;
    border-radius: 50%;
}

figure figcaption {
    content: attr(data-caption);
    position: absolute;
    bottom: -48px;
    display: block;
    width: 100%;
    font-family: var(--bromello);
    color: var(--sage);
    font-size: 34px;
}

figure.puppers {
    margin: 24px 48px 0px 48px;
}

.accomodations img {
    display: block;
    width: 240px;
    max-width: 100%;
}


.wedding-header .logo-container a {
    transform: translateY(0px);
    margin: 0 auto;
}

.wedding-header .logo-container a, 
.wedding-header .logo-container img {
    width: 240px;
    height: 240px;
}

.wedding-header .date-container h3 {
    text-align: center;
    margin: 18px auto;
    color: #383838;
}

.wedding-header .date-container h3 em {
    display: block;
    font-style: normal;
    font-size: 80%;
    color: var(--medium-gray);
}

.wedding-header .venue-container h3 {
    color: #383838;
}

.row.bridal-party {
    max-width: 480px;
    padding: 24px 0;
}

h4 {
    margin: 0;
    font-family: var(--kg);
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
}

.bridal-party p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: var(--aleoitalic);
    font-style: italic;
}

.wedding a.button {
    max-width: 240px;
}


.venue .content-box .row {
	max-width:880px;
}

.venue h3 {
    font-family: var(--bromello);
    font-size: 38px;
    font-weight: 400;
    text-transform: none;
    line-height: 32px;
    color: #a5a5a5;
    margin: 38px;
}

.venue p {
    font-size: 18px;
    line-height: 28px;
}


.registry h3 {
    font-family: var(--bromello);
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: var(--medium-gray);
}

p.registries {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.registry a {
    display: inline-flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: center;
    padding: 18px;
    margin: 8px;
    border: 1px #eee solid;
    color: var(--medium-gray);
}

.registry a:hover {
	background:#eee;
}

.registry a img {
    width: 120px;
}






















/* GALLERIES
============================== */

body.photos .container.photo-container.hero {
    background: url('http://allyouneilislove.com/wp-content/uploads/2019/11/Emily-Randy-Portraits-0013.jpg') center center no-repeat fixed;
    background-size: cover;
}

.fancybox-navigation {
    position: unset !important;
}

button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.container.photo-container.gallery-container {
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	background:white;
}

.gallery-container a {
	position:relative;
    display: block;
    flex: 1 0 20%;
    margin: 0;
    padding: 0;
    transition: 320ms ease;
    z-index: 3;
    overflow: hidden;
}

.gallery-container.gallery-columns a {
	flex: 1 0 calc(100% / var(--columns));
}


@media all and (min-width:769px) {
	.gallery-container a:nth-of-type(55 + 1) {
		animation-delay:0.15s;
	}
	.gallery-container a:nth-of-type(5n + 2) {
		animation-delay:0.3s;
	}
	.gallery-container a:nth-of-type(5n + 3) {
		animation-delay:0.45s;
	}
	.gallery-container a:nth-of-type(5n + 4) {
		animation-delay:0.6s;
	}
	.gallery-container a:nth-of-type(5n + 5) {
		animation-delay:0.75s;
	}
	.gallery-container.gallery-columns a {
		animation-delay:var(--delay);
	}
}

.gallery-container a img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 320ms ease-in-out all;
}

.gallery-container a:hover img {
    filter: grayscale(1);
    transform: scale(1.1);
}

.gallery-container a.movie:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 54px;
    width: 54px;
    background-image: url("data:image/svg+xml,%3Csvg width='124.09mm' height='123.22mm' version='1.1' viewBox='0 0 124.09 123.22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.6151 123c-2.8136-0.66867-5.6096-3.0052-6.906-5.7712l-0.7091-1.5129v-108.21l0.68821-1.4673c2.3284-4.9642 8.0955-7.3122 13.074-5.323 0.72535 0.2898 18.047 8.8265 38.493 18.97 20.446 10.144 43.985 21.81 52.309 25.925 16.704 8.2574 17.256 8.602 18.797 11.74 0.65493 1.3336 0.72887 1.766 0.72887 4.2623 0 2.4402-0.0838 2.9567-0.68875 4.2466-0.80298 1.712-2.8742 3.8578-4.513 4.6754-1.2175 0.60742-36.131 17.939-66.368 32.947-29.89 14.835-38.835 19.209-39.882 19.5-1.1286 0.31343-3.7496 0.32539-5.0223 0.0229z' style='fill:white;stroke-width:.26458'/%3E%3C/svg%3E%0A");
    z-index: 2;
    background-size: 100% auto;
}

body.photos .photo-container.end {
    background: url('http://allyouneilislove.com/wp-content/uploads/2019/11/Emily-Randy-Reception-0038.jpg') center center no-repeat fixed;
    background-size: cover;
}
















/* FORMS
============================== */

#rsvp-form {
	transition:180ms;
}

#rsvp-form.submitting {
	opacity:0.4;
	filter:blur(5px);
}

input, textarea {
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	box-sizing: border-box;
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
	padding:12px;
	margin:2px 0; 
	
	font-size:14px;
	line-height:18px;
	
	border:1px #ccc solid; 
}

textarea {
    min-height: 100px;
    transform: translateY(-6px);
}

a.button, input[type="submit"] {
    display: block;
    position: relative;
    margin: 18px auto;
    padding: 18px 12px 12px 12px;
    width: auto;
	min-width:140px;
    height: auto;
    font-family: var(--kg);
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 0px;
    background: var(--lavender);
    color: #fff;
    -webkit-transition: 200ms;
    transition: 200ms;
}

a.button:hover, input[type="submit"]:hover {
	background:var(--sage);
	color:#fff;
}

select {
    display: block;
    width: 80px;
    margin: 12px auto;
    height: 38px;
    border: 2px #aaa solid;
    font-size: 20px;
}

label {
    font-family: var(--kg);
    color: var(--medium-gray);
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}

.attendee label {
    font-size: 15px;
    line-height: 18px;
}

label span {
    font-family: var(--aleoitalic);
    font-size: 14px;
    line-height: 18px;
    display: block;
    clear: both;
}

.attendee {
    text-align: left;
    padding:14px 0 0 0;
}

form#rsvp-form div[class*='span'] {
	padding:8px;
}

.row.dietary {
    padding-top: 18px;
}

.notice p {
    margin: 12px 0 0 0;
}


.notice {
    width: 480px;
	max-width:100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 48px;
	background:#fefefe;
}

.notice h3 {
    font-family: var(--bromello);
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    margin: 0;
    color: #fff;
}

.notice.success {
    background: var(--sage);
    border-radius: 5px;
}

.notice p a {
    font-family: var(--aleobold);
    color: #fff;
    font-size: 14px;
}
.notice p {
    margin: 12px 0 0 0;
    color: var(--light-gray);
    font-size: 18px;
    line-height: 24px;
}

.notice i {
    display: block;
    font-size: 68px;
    line-height: 76px;
    margin: 0 0 28px 0;
    color: #fff;
}

.notice.error {
    background: #ca3a3a;
}









































/* FOOTER 
================================*/


.builtby {
	max-width:90px; padding:20px 0px; 
	margin:0px auto; 
	display:block; float:none; clear:both; 
	z-index:100; 
	
	opacity:0.45; 
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}









/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

.animate {
	opacity:0.0; 
}		
.animation {
	-webkit-animation:slideIn 1s forwards;
	animation:slideIn 1s forwards;
}

@-webkit-keyframes slideIn {
	from 	{ opacity:0.0; -webkit-transform: translate(0px,0px); }
	to		{ opacity:1.0; -webkit-transform: translate(0,0); }
	}

@-keyframes slideIn {
	from 	{ opacity:0.0; transform: translate(0px,0px); }
	to		{ opacity:1.0; transform: translate(0,0); }
}


@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}


@keyframes fallingLeaf {
	0% { transform: translate(0px, -50px) rotate(0deg); opacity:0.0; }
	1% { transform: translate(0px, -50px) rotate(0deg); opacity:0.0; }
	15% { transform: translate(-30px,-40px) rotate(10deg); opacity:1.0; }
	30% { transform: translate(30px, -20px) rotate(-10deg); }
	45% { transform: translate(-25px, 0px) rotate(10deg); }
	60% { transform: translate(25px, 20px) rotate(-10deg); }
	80% { transform: translate(-30px, 25px) rotate(10deg); opacity:1.0;}
	99% { transform: translate(-30px,30px) rotate(9deg); opacity:0.0; }
	100% { transform: translate(0px, 30px) rotate(0deg); opacity:0.0;}
}






}



/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:961px) {


	div[class*='span'] {
		float:none; 
		clear:both; 
		width:100%; 
		padding:12px;
	}
	
	h1 {
		font-size: 32px;
		line-height: 38px;
	}
	
	p {
		font-size: 16px;
		line-height: 22px;
		margin: 22px auto;
		text-align:center;
	}
	
	.venue p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.text-right {
		text-align: center;
	}
	
	.container.photo-container {
		background-attachment: scroll !important;
		height: 70vh;
	}
	
	div#sticky-wrapper {
		height: 0px !important;
	}
	
	nav.nav {
		display: flex;
		position: fixed;
		top: 0;
		left: 110%;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		background: var(--sage);
		z-index: 900;
		flex-flow: column wrap;
	}

	.mobile-menu {
		display: flex;
		justify-content:center;
		align-items:center;
		position: fixed;
		top: 0;
		margin-top: 0;
		right:0;
		z-index: 1000;
		color: #fff;
		background:var(--lavender);
		width: 64px;
		height: 64px;
		text-align: center;
		font-size: 24px;
		line-height: 48px;
		cursor: pointer;
	}
	
	header.opened .mobile-menu {
		background:var(--sage);
	}

	header.opened nav.nav {
		left:0%;
	}

	ul.menu {
		display:block;
		position:relative;
	}

	ul.menu li {
		display: block;
		float: none;
		border:0px;
	}

	ul.menu li a {
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 24px;
		padding: 8px;
	}
	
	ul.menu li a:hover {
		color:#fff;
	}
	
	.header.container {
		flex-flow: column;
	}

	.header.container .flex-box {
		flex: 1;
		height: auto;
		width: 100%;
		order:2;
	}

	.header.container .flex-box.logo-container {
		order: 1;
		max-height: 120px;
	}
	
	.logo-container a, .logo-container img {
		width: 240px;
		height: 240px;
	}
	
	.logo-container a {
		transform: translateY(-64px);
	}
	
	.venue-container h3 {
		text-align: center;
	}
	
	p.countdown {
		width: 50%;
		display: block;
		float: left;
		padding: 16px;
		margin: 0;
	}
	
	span.number {
		font-size: 64px;
		line-height: 70px;
	}
	
	p.countdown-text {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		padding: 0 16px;
	}
	
	
	
	.content-box {
		width: 100%;
		transform: translateY(0px);
		padding: 32px 4vw;
	}
	
	blockquote {
		font-size: 20px;
		line-height: 26px;
		margin: 24px auto;
		max-width: 480px;
	}
	
	
	figure {
		width: 124px;
		height: 124px;
		margin: 12px 12px 48px 12px;
	}
	
	figure img {
		width: 124px;
		height: 124px;
	}
	
	figure figcaption {
		font-size: 18px;
		bottom: -36px;
	}
	
	.row.attendee:nth-of-type(even) {
		background: #eee;
	}
	
	.accomodations .span50 {
		padding: 0px 16px;
	}
	
	a.button, input[type="submit"] {
		font-size: 14px;
		line-height: 22px;
		padding: 14px 10px 10px 10px;
	}


}
@media all and (max-width:769px) {
	.gallery-container.gallery-columns {
		--columns:3 !important;
	}
	.gallery-container a {
		flex: 1 0 25%;
	}
}
@media all and (max-width:481px) {
	.gallery-container.gallery-columns {
		--columns:2 !important;
	}
	.gallery-container a {
		flex: 1 0 33%;
	}
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/