/*!
Theme Name: wedding2020
Theme URI: http://underscores.me/
Author: Anthony Santagati III
Author URI: https://santagati.com
Description: Our Wedding Site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wedding2020
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 with others.

wedding2020 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

@font-face {
  font-family: 'devalencia';
  src: url("fonts/devalencia/de_valencia_beta-webfont.woff2") format("woff2"), url("fonts/devalencia/de_valencia_beta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'chinup';
  src: url("fonts/chinup/chin_up_buttercup-webfont.woff2") format("woff2"), url("fonts/chinup/chin_up_buttercup-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bodoni_regular';
  src: url("fonts/bodoni/bodoniflf-roman-webfont.eot");
  src: url("fonts/bodoni/bodoniflf-roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bodoni/bodoniflf-roman-webfont.woff") format("woff"), url("fonts/bodoni/bodoniflf-roman-webfont.ttf") format("truetype"), url("fonts/bodoni/bodoniflf-roman-webfont.svg#bodoni_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bodoni_italic';
  src: url("fonts/bodoni/bodoniflf-italic-webfont.eot");
  src: url("fonts/bodoni/bodoniflf-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bodoni/bodoniflf-italic-webfont.woff") format("woff"), url("fonts/bodoni/bodoniflf-italic-webfont.ttf") format("truetype"), url("fonts/bodoni/bodoniflf-italic-webfont.svg#bodoni_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bodoni_bold';
  src: url("fonts/bodoni/bodoniflf-bold-webfont.eot");
  src: url("fonts/bodoni/bodoniflf-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bodoni/bodoniflf-bold-webfont.woff") format("woff"), url("fonts/bodoni/bodoniflf-bold-webfont.ttf") format("truetype"), url("fonts/bodoni/bodoniflf-bold-webfont.svg#bodoni_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

#masthead {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  position: fixed;
  z-index: 99999; }

.site-branding {
  max-width: 300px;
  display: inline-block; }

.site-title {
  font-family: "devalencia", Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -7px;
  position: absolute;
  display: block;
  top: 6px;
  left: 12px;
  margin: 0;
  transition: all 0.5s ease; }
  .site-title span {
    font-family: "chinup", cursive;
    position: relative;
    top: -5px;
    font-size: 1.5em; }
  .site-title a {
    text-decoration: none;
    color: #202020 !important; }

.site-footer {
  border-top: 1px solid #000;
  display: block; }
  .site-footer .site-info {
    padding: 1em;
    text-transform: uppercase;
    font-size: .8em;
    text-align: center; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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: #aaa #bbb #bbb; }

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  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; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00125B; }
  a:visited {
    color: #00125B; }
  a:hover, a:focus, a:active {
    color: #B5E1DF; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: inline-block;
  float: right; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .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 {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        color: #FFF; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page {
  margin-bottom: 0 !important; }

/* ----- FRONT PAGE ----- */
.section {
  padding: 70px 0 40px 0; }
  .section h2 {
    font-family: "devalencia", Helvetica, Arial, sans-serif;
    font-size: 5em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -12px;
    margin: 20px auto 20px auto;
    padding: 0px 20px 0px 20px;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease; }
  .section h2.entry-title {
    margin-top: -40px; }

.sectionbody {
  max-width: 1200px;
  width: 90%;
  padding: 20px 20px 70px 20px;
  margin: 0 auto 0 auto;
  position: relative; }
  .sectionbody p {
    margin-bottom: 20px; }

.quote {
  font-family: "bodoni_regular", serif;
  font-size: 6em;
  line-height: .8em;
  color: #000;
  text-align: center;
  margin: 24px auto 0 auto;
  padding: 0px 0px;
  width: 100%; }

a.btn {
  display: block;
  padding: 3px 18px;
  text-align: center;
  width: auto;
  background: rgba(0, 0, 0, 0);
  color: #000;
  border: 2px solid #000;
  text-decoration: none; }

div.wpforms-container-full .wpforms-form button[type="submit"].btn {
  display: block;
  padding: 10px 18px;
  margin: 0 auto;
  text-align: center;
  width: auto;
  background: rgba(0, 0, 0, 0);
  color: #000;
  border: 2px solid #000;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

div.wpforms-container-full .wpforms-form button[type="submit"].btn:hover {
  background: black;
  color: #FFF;
  border: 2px solid #000; }

div.line {
  height: 1px;
  display: block;
  border-bottom: 1px dotted #404040;
  margin: 1em auto; }

#responsive-menu-container {
  top: 60px; }

#masthead {
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

/* Front Page Sections */
#headerwrapper {
  min-height: 500px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #headerwrapper h2 {
    text-align: left;
    color: #000;
    font-size: 6em;
    margin-bottom: 0; }
  #headerwrapper h3 {
    font-family: "devalencia", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #000;
    font-size: 3em;
    font-weight: 400;
    line-height: 1;
    margin: 0px auto 20px auto;
    padding: 0px 20px 0px 27px;
    width: 90%;
    max-width: 1200px;
    text-transform: uppercase;
    transition: all 0.5s ease; }

.headerhome {
  background: url("images/backgrounds/header_bg.jpg") no-repeat center bottom; }

.headeraccommodations {
  background: url("images/backgrounds/header_bg_sav.jpg") no-repeat center bottom; }

.headerkinfolk {
  background: url("images/backgrounds/header_bg_roses.jpg") no-repeat center bottom; }

.headerdirections {
  background: url("images/backgrounds/header_bg_3.jpg") no-repeat center bottom; }

.headerschedule {
  background: url("images/backgrounds/header_bg_4.jpg") no-repeat center bottom; }

.headeractivities {
  background: url("images/backgrounds/header_bg_2.jpg") no-repeat center bottom; }

.headerpage {
  background: url("images/backgrounds/header_bg.jpg") no-repeat center bottom; }

.header404 {
  background: url("images/backgrounds/header_bg_oops.jpg") no-repeat center bottom; }

#about {
  margin-top: -100px; }
  #about ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex; }
    #about ul li {
      width: 100%;
      padding: 0 12px;
      text-align: center; }
    #about ul li.twoThirds {
      width: 50%;
      position: relative;
      vertical-align: top; }
      #about ul li.twoThirds .imageBox {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
        position: relative; }
        #about ul li.twoThirds .imageBox img {
          position: relative; }
        #about ul li.twoThirds .imageBox h3 {
          font-family: "chinup", cursive;
          color: #FFF;
          text-align: center;
          font-weight: normal;
          font-size: 4em;
          padding: 0;
          margin: 0;
          position: absolute;
          display: block;
          top: 50%;
          left: 38%;
          transform: translate(-50%, -50%);
          width: 100%; }
    #about ul li.oneThird {
      width: 70%;
      padding-left: 2em;
      padding-bottom: 36px; }

#registry #reglinks {
  text-align: center;
  padding-top: 24px; }
  #registry #reglinks a.btn {
    font-family: "bodoni_regular", serif;
    text-transform: uppercase;
    font-size: 1.5em;
    display: inline-block;
    margin: .2em .1em 0em;
    padding: 7px 36px; }
  #registry #reglinks a:hover.btn {
    background: black;
    color: #FFF; }

#location {
  background: #000;
  color: #FFF;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("images/backgrounds/map_bg.png") no-repeat center bottom;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #location p a {
    color: #FFF; }
  #location p a:hover {
    color: #B5E1DF; }
  #location ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex; }
    #location ul li {
      width: 100%;
      padding: 0 12px;
      text-align: center; }
      #location ul li h3 {
        font-family: "bodoni_regular", serif;
        text-align: center;
        font-weight: normal;
        font-size: 3em;
        margin: 12px 0 0 0;
        padding: 0; }
  #location ul#savSection {
    padding: 0; }
    #location ul#savSection li#map {
      width: 40%; }
      #location ul#savSection li#map img {
        width: 100%;
        height: auto;
        margin: 0 auto; }
    #location ul#savSection li#savinfo {
      margin-top: -1em;
      padding: 0;
      padding-left: 3em; }
  #location #savlinks {
    text-align: center;
    padding-top: 24px; }
    #location #savlinks a.btn {
      font-family: "bodoni_regular", serif;
      text-transform: uppercase;
      font-size: 1.5em;
      display: inline-block;
      margin: .2em .1em 0em;
      padding: 7px 36px;
      background: rgba(255, 255, 255, 0);
      border: 2px solid #fff;
      color: #fff; }
      #location #savlinks a.btn span {
        font-family: "bodoni_italic", serif;
        text-transform: lowercase; }
    #location #savlinks a:hover.btn {
      background: white;
      color: #000; }

.padfix {
  padding-top: 0px; }
  .padfix h2 {
    margin-top: -40px; }

/* ----- SITE PAGES ----- */
#schedule ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto; }
  #schedule ul li {
    margin-bottom: 1em; }
    #schedule ul li div.sched-line {
      width: 40%;
      height: 1px;
      display: block;
      border-bottom: 1px dotted #202020;
      margin: 1em auto; }
#schedule ul#timeline {
  list-style-type: none;
  padding: 0 0 70px;
  margin: 0;
  width: 100%;
  display: flex; }
  #schedule ul#timeline li {
    flex: 1 1 50%;
    position: relative; }
    #schedule ul#timeline li h5 {
      font-family: "chinup", cursive;
      font-size: 3em;
      font-weight: normal;
      text-align: center;
      text-transform: lowercase;
      padding: 0;
      margin: 0 0 .5em 0; }
    #schedule ul#timeline li div.dot, #schedule ul#timeline li div.dot2 {
      height: 1em;
      width: 1em;
      border: 3px solid #404040;
      border-radius: 1em;
      position: absolute; }
    #schedule ul#timeline li div.dot2 {
      display: none; }
  #schedule ul#timeline li.leftside {
    border-right: 3px solid #000; }
  #schedule ul#timeline ul {
    display: flex;
    flex-direction: column;
    align-content: center;
    height: 100%; }
    #schedule ul#timeline ul li {
      border-top: 3px solid #000;
      flex: 1;
      position: relative; }
      #schedule ul#timeline ul li h3 {
        font-family: "devalencia", Helvetica, Arial, sans-serif;
        letter-spacing: -12px;
        font-size: 3em;
        font-weight: normal;
        padding: 0;
        line-height: 1em; }
      #schedule ul#timeline ul li h4 {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        vertical-align: top;
        font-size: 1.2em;
        line-height: 1em; }
      #schedule ul#timeline ul li .eventinfo {
        border-top: 1px dotted #AAA;
        display: block;
        vertical-align: top;
        text-align: left;
        margin-top: 12px;
        padding-top: 6px; }
        #schedule ul#timeline ul li .eventinfo p {
          margin-top: 0; }
      #schedule ul#timeline ul li .btn {
        display: inline-block;
        padding: 6px 12px;
        color: #404040;
        border: 2px solid #404040;
        font-size: .8em;
        font-weight: 700;
        text-transform: uppercase; }
      #schedule ul#timeline ul li .btn:hover {
        background: #404040;
        color: #FFF; }
  #schedule ul#timeline ul.leftbox {
    padding-top: 60px; }
    #schedule ul#timeline ul.leftbox li {
      text-align: left; }
      #schedule ul#timeline ul.leftbox li div.dot {
        top: -.55em;
        left: -1em; }
      #schedule ul#timeline ul.leftbox li h3 {
        margin: 12px 0 0 -8px; }
      #schedule ul#timeline ul.leftbox li .eventinfo {
        margin-right: 10%; }
  #schedule ul#timeline ul.rightbox li {
    text-align: right;
    margin-top: 15em; }
    #schedule ul#timeline ul.rightbox li div.dot {
      top: -.55em;
      right: -1em; }
    #schedule ul#timeline ul.rightbox li h3 {
      margin: 12px 4px 0 0; }
    #schedule ul#timeline ul.rightbox li .eventinfo {
      margin-left: 10%; }

#kinfolk {
  text-align: center; }
  #kinfolk h3 {
    font-family: "bodoni_regular", serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    margin: 1em 0 0 0;
    text-transform: uppercase; }
    #kinfolk h3 span {
      font-family: "bodoni_italic", serif;
      text-transform: lowercase; }
  #kinfolk .bridal-party-names {
    color: #ccc;
    text-transform: uppercase; }
    #kinfolk .bridal-party-names a {
      color: #909090; }
    #kinfolk .bridal-party-names a:hover, #kinfolk .bridal-party-names a:active {
      color: #050D65; }
  #kinfolk h4 {
    display: inline-block;
    font-weight: normal;
    padding: 0;
    margin: 0; }
  #kinfolk div.bridal-party-line {
    width: 60%;
    height: 1px;
    display: block;
    border-bottom: 1px dotted #404040;
    margin: 1em auto; }
  #kinfolk .parents {
    width: 100%;
    padding: 12px;
    margin: 24px 0px;
    line-height: 0;
    text-align: left; }
    #kinfolk .parents div.headshot {
      display: inline-block;
      width: 30%; }
      #kinfolk .parents div.headshot img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 50%; }
    #kinfolk .parents div.bio {
      display: inline-block;
      width: 67%;
      padding-left: 3%;
      vertical-align: top;
      line-height: 1.5; }
      #kinfolk .parents div.bio h5, #kinfolk .parents div.bio p {
        display: block;
        text-align: left; }
      #kinfolk .parents div.bio h5 {
        font-family: "chinup", cursive;
        font-size: 5em;
        font-weight: normal;
        line-height: .8em;
        margin: 0 0 -30px 0;
        padding: 0;
        color: #ddd; }
      #kinfolk .parents div.bio p.biosubtitle {
        font-family: "devalencia", Helvetica, Arial, sans-serif;
        font-size: 1.5em;
        letter-spacing: -5px;
        margin-left: -3px;
        margin-bottom: -6px; }
        #kinfolk .parents div.bio p.biosubtitle span {
          font-size: 0.8em; }

#accommodations ul#hotels {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  #accommodations ul#hotels .btn {
    display: inline-block;
    margin-top: 36px;
    padding: 6px 12px;
    color: #404040;
    border: 2px solid #404040;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase; }
  #accommodations ul#hotels .btn:hover {
    background: #404040;
    color: #FFF; }
  #accommodations ul#hotels h3 {
    font-family: "bodoni_regular", serif;
    font-size: 1.25em;
    line-height: 1;
    font-weight: normal;
    padding: 0 0 12px 0;
    margin: 0;
    text-transform: uppercase; }
    #accommodations ul#hotels h3 span {
      font-family: "bodoni_italic", serif;
      text-transform: lowercase; }
  #accommodations ul#hotels h4 {
    font-size: 2em;
    line-height: 1;
    font-weight: normal;
    padding: 0;
    margin: 0; }
  #accommodations ul#hotels h5 {
    font-size: 1em;
    line-height: 1.1; }
  #accommodations ul#hotels li.mainhotel {
    flex: 1 1 31%;
    width: 100%;
    min-width: 300px;
    padding: 36px;
    margin-bottom: 24px;
    border-radius: 3px;
    border: 1px dotted #000; }
  #accommodations ul#hotels li.mischotel {
    flex: 1 1 62%;
    width: 100%;
    padding: 36px;
    margin-bottom: 36px; }
  #accommodations ul#hotels li.otherhotel {
    flex: 1 1 31%;
    width: 100%;
    margin: 0 1% 48px;
    min-width: 230px; }
#accommodations div.amenities ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  #accommodations div.amenities ul span {
    text-transform: uppercase;
    border-bottom: 1px dotted #909090; }

#activities ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  #activities ul li {
    flex: 1 1 31%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1%;
    min-height: 360px;
    width: 100%; }
    #activities ul li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 36px;
      text-decoration: none;
      color: #FFF;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 3px; }
      #activities ul li a .city {
        margin-bottom: -1.5em;
        display: block;
        text-transform: uppercase;
        font-size: .7em;
        line-height: 0; }
      #activities ul li a h3 {
        font-family: "devalencia", Helvetica, Arial, sans-serif;
        font-size: 3em;
        letter-spacing: -7px;
        font-weight: normal;
        line-height: 1.2;
        padding: 0;
        margin: 3px 0 6px auto;
        text-align: right;
        border-bottom: 4px solid #95CED7;
        display: block;
        max-width: 40px; }
      #activities ul li a h4 {
        font-size: 1.5em;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin: 18px 0 0 0;
        padding: 0; }
      #activities ul li a p {
        font-size: .8em;
        line-height: 1.2; }
      #activities ul li a .btn {
        display: inline-block;
        padding: 6px 12px;
        color: #FFF;
        border: 2px solid #FFF;
        font-size: .8em;
        font-weight: 700;
        text-transform: uppercase; }
      #activities ul li a .btn:hover {
        background: #FFF;
        color: #000; }
    #activities ul li a:hover {
      background: rgba(0, 18, 91, 0.9); }

#directions h3 {
  font-family: "bodoni_regular", serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }
#directions div.line {
  margin: 2em auto; }
#directions ul.locations {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  #directions ul.locations li {
    flex: 1 1 49%;
    margin: 1% 0;
    min-width: 380px; }
    #directions ul.locations li a {
      display: block;
      background: rgba(0, 0, 0, 0.05);
      padding: 24px;
      border-radius: 3px;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #404040; }
      #directions ul.locations li a h3 {
        padding: 0;
        margin: 0; }
      #directions ul.locations li a .btn {
        display: inline-block;
        padding: 6px 12px;
        color: #404040;
        border: 2px solid #404040;
        font-size: .8em;
        font-weight: 700;
        text-transform: uppercase; }
      #directions ul.locations li a .btn:hover {
        background: #404040;
        color: #B5E1DF; }
    #directions ul.locations li a:hover {
      background: #b5e1df;
      color: #404040; }
  #directions ul.locations li:first-child {
    margin-right: 1%; }
  #directions ul.locations li:last-child {
    margin-left: 1%; }
#directions div.groundtranspo ul.rentalcars {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  #directions div.groundtranspo ul.rentalcars li {
    flex: 1 1 31%;
    margin: 1%;
    padding: 24px;
    vertical-align: middle;
    width: 20%; }
    #directions div.groundtranspo ul.rentalcars li a {
      display: block;
      width: 100%;
      max-width: 240px;
      margin: 0 auto;
      height: 100%; }
      #directions div.groundtranspo ul.rentalcars li a .logosize {
        width: 100%;
        height: auto;
        display: block; }
      #directions div.groundtranspo ul.rentalcars li a .logostyle {
        fill: #404040; }
      #directions div.groundtranspo ul.rentalcars li a span {
        display: none; }
    #directions div.groundtranspo ul.rentalcars li a:hover .logostyle {
      fill: #B5E1DF; }

/* Footer Sections */
.site-footer {
  border-top: 0;
  background: #efefef; }
  .site-footer .menu-wedding2020-footer-container {
    display: inline-block; }
  .site-footer ul#secondary-menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .site-footer ul#secondary-menu li {
      padding: 0 12px;
      display: inline-block; }
  .site-footer .sp {
    display: inline-block;
    padding: 0 0 0 12px; }

/* Individual Pages */
.wp-post-image {
  border-radius: 3px; }

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

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  #about ul {
    display: block; }
    #about ul li.twoThirds, #about ul li.oneThird {
      width: 100%;
      padding: 0; }

  #activities ul li {
    flex: 1 1 43%; } }
@media screen and (max-width: 800px) {
  .site-footer .sp {
    display: none; }
  .site-footer .menu-wedding2020-footer-container {
    display: block;
    width: 100%;
    margin-top: 12px; } }
@media screen and (max-width: 600px) {
  #headerwrapper {
    font-size: .8em; }

  #headerwrapper h2, #headerwrapper h3 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .section h2 {
    font-size: 4em; }

  #activities ul {
    display: block; }
    #activities ul li {
      flex: none;
      min-height: auto; }

  #location #savlinks a.btn, #registry #reglinks a.btn {
    width: 100%;
    margin: .5em 0; }

  #schedule ul#timeline {
    display: block; }
    #schedule ul#timeline li.leftside {
      border-right: none; }
    #schedule ul#timeline li.rightside {
      border-top: 3px solid #000; }
      #schedule ul#timeline li.rightside div.dot2 {
        display: block;
        top: -.55em;
        left: -1em; }
      #schedule ul#timeline li.rightside h5 {
        margin-top: .5em; }
    #schedule ul#timeline ul {
      display: block; }
    #schedule ul#timeline ul.leftbox, #schedule ul#timeline ul.rightbox {
      padding-top: 0px; }
      #schedule ul#timeline ul.leftbox li, #schedule ul#timeline ul.rightbox li {
        text-align: left;
        margin-top: 0; }
        #schedule ul#timeline ul.leftbox li div.dot, #schedule ul#timeline ul.rightbox li div.dot {
          left: -1em;
          right: auto; }
        #schedule ul#timeline ul.leftbox li h3, #schedule ul#timeline ul.rightbox li h3 {
          margin: 12px 0 0 -8px; }
        #schedule ul#timeline ul.leftbox li .eventinfo, #schedule ul#timeline ul.rightbox li .eventinfo {
          margin-right: 10%;
          margin-left: 0; } }
@media screen and (max-width: 400px) {
  .site-title {
    font-size: 2.5em;
    top: 9px; } }

/*# sourceMappingURL=style.css.map */
