/*
Theme Name: Holodomor 2020
Author: J. Bader
Description: Holodomor National Awareness Tour Theme.
Requires at least: WordPress 5
Version: 1.0
Text Domain: holodomor-2020
*/

/* Reset */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

iframe {
  border: 0;
}

.grecaptcha-badge { visibility: hidden; }


/* Utility */

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.large {
  font-size: 1.25em;
}

.small {
  font-size: 0.875em;
}

.centered {
  text-align: center;
}

.full {
  display: block;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}

.two-col {
  margin-bottom: 1.5rem;
}

.two-col:last-child {
  margin-bottom: 0;
}

.col {
  padding: 0.75rem;
}

.col .quote.right,
.col .figure.right,
.col .quote.left,
.col .figure.left {
  float: none;
  max-width: none;
}

.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (min-width: 920px) {
  .full.left {
    float: left;
    margin-left: -6vw;
    margin-right: 1.5rem;
  }

  .full.right {
    float: right;
    margin-left: 1.5rem;
    margin-right: -6vw;
  }

  .two-col {
    display: -webkit-box;
    display: flex;
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .two-col + .two-col {
    margin-top: 3rem;
  }

  .two-col.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }

  .col {
    min-width: 400px;
  }
}


/* Global */

body {
  -webkit-text-size-adjust: 100%;
  color: #002130;
  font-size: 0.875em;
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

@media (min-width: 400px) {
  body {
    font-size: 1em;
  }
}

@media (min-width: 600px) {
  body {
    font-size: 1.125em;
  }
}

h1 {
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: 0.03125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h2 {
  clear: both;
  margin-bottom: 1.5rem;
  color: #005687;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: 0.03125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h2:not(:first-child) {
  margin-top: 3rem;
}

h3 {
  clear: both;
  margin-bottom: 1rem;
  color: #005687;
  font-weight: normal;
  font-style: italic;
  font-size: 1.25em;
}

h3:not(:first-child) {
  padding-top: 1.5rem;
}

h4 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5rem;
}

ol,
ul {
  margin: 0 0 1.5rem 1.5rem;
}

.caption {
  color: #005687;
  font-style: italic;
  font-size: 0.875em;
}

.note {
  color: #4e6889;
  font-size: 0.75em;
}


/* Quotes & Figures */

.quote,
.figure {
  clear: both;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  color: #1b5687;
  font-style: italic;
  font-size: 0.875em;
  border-color: #ffad3a;
  border-left-width: 5px;
  border-left-style: solid;
}

.content-block.alt-03 .quote,
.content-block.alt-03 .figure,
.content-block.alt-04 .quote,
.content-block.alt-04 .figure {
  color: #fff;
}

.quote.alt,
.figure.alt {
  border-color: #005687;
}

.quote.large {
  font-size: 1.5em;
}

.figure img {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
}

.quote > :last-child,
.figure > :last-child {
  margin-bottom: 0;
}

.quote-image {
  display: block;
  float: left;
  max-width: 120px;
  margin-right: 0.5rem;
}

.quote-cite {
  display: block;
  color: #4e6889;
  font-size: 0.875em;
  line-height: 1.2;
}

.quote-image + .quote-cite {
  text-align: left;
}

@media (min-width: 700px) {
  .quote.right,
  .figure.right {
    float: right;
    width: 40vw;
    max-width: 320px;
    /* margin: 0 -8vw 1rem 1.5rem; */
    margin: 0 -4vw 1rem 1.5rem;
  }

  .quote.left,
  .figure.left {
    float: left;
    width: 40vw;
    max-width: 320px;
    /* margin: 1rem 1.5rem 1rem -8vw; */
    margin: 1rem 1.5rem 1rem -4vw;
    text-align: right;
    border-left: none;
    border-right-width: 5px;
    border-right-style: solid;
  }

  .col .quote,
  .col .figure {
    width: auto;
    margin: 0;
  }

  .figure.left img {
    margin-left: auto;
  }
}


/* Videos */

.video-wrap {
  clear: both;
  margin-bottom: 1.5rem;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* Maps */

.map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: 5px solid #005687;
}

.map-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tour-map-wrap {
  position: relative;
}

.map-legend {
  position: relative;
  width: 30vw;
  min-width: 260px;
  max-width: 300px;
  padding-left: 0.75em;
  margin: 0 auto 1.5rem;
  line-height: 1.2;
  font-style: italic;
  text-align: left;
}

.map-legend::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3125em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  background-color: #005687;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .map-legend {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 1.5rem;
  }
}


/* Buttons/Links */

a {
  color: #005687;
  text-decoration: underline;
}

.content-block a:not(.button) {
  font-style: italic;
}

.content-block.alt-03 a {
  color: #fff;
}

.button,
button,
.woocommerce a.button:nth-child(n),
.woocommerce a.button.alt:nth-child(n),
.woocommerce button.button:nth-child(n),
.woocommerce button.button.alt:nth-child(n) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.75em 1.5em;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #1b5687;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.2;
  letter-spacing: 0.0625em;
  font-family: inherit;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid;
  border-radius: 0.5em;
  cursor: pointer;
}

.button:hover,
button:hover,
.woocommerce a.button:nth-child(n):hover,
.woocommerce a.button.alt:nth-child(n):hover,
.woocommerce button.button:nth-child(n):hover,
.woocommerce button.button.alt:nth-child(n):hover {
  color: #fff;
  background-color: #005687;
  border-color: #005687;
}

.button:disabled,
.button:disabled:hover,
button:disabled,
button:disabled:hover,
.woocommerce a.button:nth-child(n):disabled,
.woocommerce a.button:nth-child(n):disabled:hover,
.woocommerce button.button:nth-child(n):disabled,
.woocommerce button.button:nth-child(n):disabled:hover,
.woocommerce button.button.alt:nth-child(n):disabled,
.woocommerce button.button.alt:nth-child(n):disabled:hover,
.woocommerce button.button:nth-child(n):disabled[disabled],
.woocommerce button.button:nth-child(n):disabled[disabled]:hover {
  padding: 0.75em 1.5em;
  background-color: transparent;
  color: #1b5687;
  opacity: 0.5;
  cursor: not-allowed;
}

.button:last-child,
button:last-child,
.woocommerce button.button:nth-child(n),
.woocommerce a.button:nth-child(n),
.woocommerce button.button.alt:nth-child(n) {
  margin-bottom: 0;
}


/* Forms */

.form-wrap {
  padding: 4vw;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  color: #005687;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 0.875em;
  line-height: 1.2;
  font-family: inherit;
  border: 1px solid #c9c8d0;
  border-radius: 0.5em;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"] {
  height: 2.875rem;
}

textarea {
  height: 6.5em;
  resize: vertical;
}

select {
  display: block;
  font-size: 0.875em;
  font-family: inherit;
  line-height: 1.2;
  padding: 0.75em 2.75em 0.75em 1em;
  width: 100%;
  max-width: 100%;
  height: 2.875rem;
  border: 1px solid #c9c8d0;
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2352515d%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 0.65em auto;
}

select::-ms-expand {
  display: none;
}

select:invalid {
  color: rgba(0,0,0,0.5);
}

.form-element {
  padding: 0.5rem;
}

.form-element input[type="text"],
.form-element input[type="email"],
.form-element input[type="number"],
.form-element input[type="tel"],
.form-element input[type="password"],
.form-element textarea {
  min-width: 185px;
}

.form-footer {
  clear: both;
  padding: 0.5rem;
  padding-top: 2rem;
}

.form-footer > :last-child {
  margin-bottom: 0;
}

.wpcf7-form h3:first-of-type {
  padding-top: 0;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio .wpcf7-list-item  {
  margin-right: 1rem !important;
}

.wpcf7-list-item label {
  margin: 0.5rem 0 !important;
}

div.wpcf7 .ajax-loader {
  margin-left: 0.5rem !important;
}

.wpcf7-not-valid {
  color: #500;
  background-color: #fee;
  border-color: currentColor !important;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 0.5rem;
  color: #500;
  font-size: 0.75em;
}

.wpcf7-response-output {
  padding: 0.75em 1em;
  margin: 1.5rem 0.5rem 0.5rem;
  color: rgba(255,255,255,0.85);
}

.wpcf7-mail-sent-ok {
  margin: 0.5rem;
  background-color: #090 !important;
  border: none !important;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
  background-color: #900 !important;
  border: none !important;
}

.sent > *:not(.wpcf7-mail-sent-ok) {
  /* display: none; */
}

@media (min-width: 700px) {
  .form-element.fifty-fifty {
    float: left;
    width: 50%;
  }

  .form-element.fifty-fifty + .form-element:not(.fifty-fifty) {
    clear: both;
  }
}


/* Back to Top Button */

.to-top {
  position: fixed;
  z-index: 10;
  bottom: 4rem;
  right: 0;
  padding: 0.5em;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  background-color: rgba(244,172,55,0.95);
  box-shadow: 0 0 0.25em rgba(0,33,48,0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.to-top.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.to-top .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: #002130;
}


/* Main Header */

.main-header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  font-size: 0.875em;
  background-color: #002130;
}

.main-header a {
  color: inherit;
  font-style: normal;
  text-decoration: none;
}

.main-header .button,
.main-header button {
  color: #ffad3a;
}

.main-header .button:hover,
.main-header button:hover {
  color: #002130;
  background-color: #ffad3a;
  border-color: #ffad3a;
}

.main-header .logo {
  margin-right: auto;
}

.main-header .logo img {
  display: block;
  width: 100%;
  max-width: 88px;
}

.main-header .cta {
  margin: 0 1em;
}

.main-header .nav-toggle {
  fill: currentColor;
}

.main-header .nav-toggle {
  position: relative;
  width: 2.5em;
  height: 2.5em;
}

.main-header .nav-toggle .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.main-header .nav-toggle[aria-expanded="false"] .close,
.main-header .nav-toggle[aria-expanded="true"] .open {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.main-header .nav-wrap {
  width: 100%;
  display: none;
}

.main-header .nav-toggle[aria-expanded="true"] ~ .nav-wrap {
  display: block;
}

.main-header .nav-list {
  list-style: none;
  margin: 0;
  text-align: right;
}

.main-header .main-nav {
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

.main-header .main-nav li {
  margin: 0.5rem 0.125rem;
}

.main-header .main-nav .button {
  display: none;
}

.main-header .social-nav {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0.125rem 0.125rem 0.125rem 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #002130;
}

.main-header .social-nav li {
  margin: 0.25rem;
}

.main-header .social-nav .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: #ffad3a;
}

.main-header .sub-menu {
  list-style: none;
  color: rgba(255,255,255,0.75);
  font-size: 0.875em;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 1000px) {
  .main-header .cta {
    display: none;
  }

  .main-header .nav-toggle {
    display: none;
  }

  .main-header .nav-wrap {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    margin-left: auto;
  }

  .main-nav.nav-list {
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .main-header .main-nav li {
    margin: 0 0.75rem;
  }

  .main-header .main-nav .button {
    display: inline-block;
  }

  .main-header .menu-item {
    position: relative;
  }

  .main-header .social-nav {
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  }

  .main-header .sub-menu {
    position: absolute;
    top: 100%;
    right: -1rem;
    z-index: 100;
    display: none;
    min-width: 240px;
    padding: 0.5rem;
    background-color: #002130;
  }

  .main-header a:hover + .sub-menu,
  .main-header .sub-menu:hover {
    display: block;
  }

  .main-header .sub-menu li {
    margin: 0.5rem;
  }

  .main-header .sub-menu a:hover {
    text-decoration: underline;
  }
}


/* Main Footer */

.main-footer {
  padding: 4vw 4vw 2vw;
  color: #fff;
  font-size: 0.75em;
  background-color: #002130;
}

.main-footer h4,
.main-footer strong {
  color: #ffad3a;
}

.main-footer a {
  color: inherit;
  font-style: normal;
  text-decoration: none;
}

.main-footer .button,
.main-footer button {
  color: #ffad3a;
}

.main-footer .button:hover,
.main-footer button:hover {
  color: #002130;
  background-color: #ffad3a;
  border-color: #ffad3a;
}

.main-footer .content {
  max-width: 1000px;
  margin: 0 auto;
}

.main-footer .content > div {
  padding: 1rem 4vw;
}

.main-footer .social-link-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 0 0 0.5rem;
}

.main-footer .social-link-list li:not(:last-child) {
  margin-right: 0.25rem;
}

.main-footer .social-link-list .icon {
  display: block;
  width: 3em;
  height: 3em;
  fill: #ffad3a;
}

.main-footer .content .partners {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 2px solid #ffad3a;
}

.main-footer .partners .title {
  width: 100%;
  color: inherit;
  font-style: normal;
  letter-spacing: 0.0625em;
  text-align: center;
  text-transform: uppercase;
}

.main-footer .partner {
  width: 50%;
  padding: 0.25rem;
}

.main-footer .partners .logo {
  display: block;
  width: 100%;
}

.main-footer .legal {
  margin-top: 0.5rem;
  font-size: 0.875em;
  text-align: center;
}

@media (min-width: 460px) {
  .main-footer .content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

  .main-footer .content > div {
    width: 50%;
  }

  .main-footer .partner {
    width: 33.333%;
  }
}

@media (min-width: 620px) {
  .main-footer .partner {
    width: 25%;
  }
}

@media (min-width: 850px) {
  .main-footer .content > div {
    width: 33.333%;
    padding: 1rem;
  }

  .main-footer .content .social-donate {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }

  .main-footer .social-link-list {
    margin: 0;
  }

  .main-footer .donate {
    align-self: center;
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  .main-footer .content > div {
    width: 25%;
  }

  .main-footer .content .news {
    width: 30%;
  }

  .main-footer .content .social-donate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 20%;
  }

  .main-footer .social-link-list {
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }

  .main-footer .donate {
    align-self: flex-end;
    margin-left: 0;
  }

  .main-footer .partners .title,
  .main-footer .partner {
    width: 11.111%;
    margin-bottom: 0;
  }
}


/* Hero */

.hero {
  position: relative;
  padding: 8vw calc(1rem + 2vw) 16vw;
  color: #fff;
  background-color: #304a57;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero .content {
  max-width: 800px;
  margin: 0 auto;
}

.hero a {
  color: inherit;
}

.hero .button {
  margin-right: 1rem;
  color: inherit;
}

.hero .scroll-indicator {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: currentColor;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}


/* Home */

.home.hero {
  display: -webkit-box;
  display: flex;
  height: calc(100vh - 71px);
  min-height: 500px;
  padding: 2vw calc(1rem + 2vw) 4vw;
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.home-quote {
  margin-bottom: 3rem;
  font-size: calc(2.5vw + 1em);
  font-style: italic;
}

.home-quote-text {
  margin-bottom: 0.25em;
  line-height: 1.2;
}

.home-quote-cite {
  display: block;
  font-style: normal;
  font-size: 0.75em;
  text-align: right;
}

@media (min-width: 1200px) {
  .home-quote {
    font-size: 2.5em;
  }
}


/* Content Block */

.content-block {
  position: relative;
  padding: calc(1.5rem + 2vw) calc(1rem + 2vw) calc(1.5rem + 8vw);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-block:last-child {
  padding-bottom: calc(1.5rem + 2vw);
}

.content-block.alt-01 {
  background-color: #ffebd5;
}

.content-block.alt-02 {
  background-color: #e9eef2;
}

.content-block.alt-03 {
  color: #fff;
  background-color: #005687;
}

.content-block.alt-04 {
  color: #fff;
  background-color: #002130;
}

.content-block:not(.straight)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(100% - 4vw);
  width: 100%;
  height: 8vw;
  -webkit-transform: skewy(4deg);
  transform: skewy(4deg);
  background-color: inherit;
}

.content-block:not(.straight):nth-child(odd)::before {
  -webkit-transform: skewy(-4deg);
  transform: skewy(-4deg);
}

.content-block + .content-block.straight {
  margin-top: calc(-1.5rem - 2vw);
}

.content-block.has-keyline::before,
.content-block.has-keyline.straight {
  box-shadow: inset 0 5px #ffad3a;
}

.content-block .content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.content-block .content > :last-child {
  margin-bottom: 0;
}

.content-block .title.prominent {
  display: table; /* needed block-level element that only spans content's width */
  padding: 0.5em 0.5em 0.5em 100vw;
  margin-bottom: 3rem;
  margin-left: -100vw;
  color: #fff;
  background-color: #1b5687;
}

.content-block.alt-03 .title.prominent,
.content-block.alt-04 .title.prominent {
  color: #005687;
  background-color: #ffad3a;
}

.content-block.alt-03 h2,
.content-block.alt-04 h2,
.content-block.alt-03 h3,
.content-block.alt-04 h3 {
  color: #ffad3a;
}

.content-block.alt-03 .button,
.content-block.alt-03 button,
.content-block.alt-04 .button,
.content-block.alt-04 button {
  color: #fff;
}

.content-block.alt-03 .button:hover,
.content-block.alt-03 button:hover,
.content-block.alt-04 .button:hover,
.content-block.alt-04 button:hover {
  color: #005687;
  background-color: #fff;
  border-color: #fff;
}

@media (min-width: 600px) {
  .content-block .title.prominent {
    margin-right: 25%;
  }
}


/* Sponsors */

.sponsor-title {
  font-style: normal;
  font-size: 1.75em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sponsor-value {
  display: block;
  font-size: 0.75em;
}

.sponsor-list {
  list-style: none;
}

.sponsor-list.logos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.sponsor-list.logos li {
  width: 50%;
  padding: 0.5rem;
}

.sponsor-list .logo {
  display: block;
  width: 100%;
}

@media (min-width: 640px) {
  .sponsor-list.logos li {
    width: 33.333%;
  }
}


/* Fine Foods */

.fine-foods-gallery > .gallery-item {
  padding: 0.25rem;
}

.fine-foods-gallery > .gallery-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .fine-foods-gallery {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 3rem -3vw 0;
  }

  .fine-foods-gallery > .gallery-item:nth-child(1),
  .fine-foods-gallery > .gallery-item:nth-child(2),
  .fine-foods-gallery > .gallery-item:nth-child(3) {
    width: 33.333%;
  }

  .fine-foods-gallery > .gallery-item:nth-child(4),
  .fine-foods-gallery > .gallery-item:nth-child(5),
  .fine-foods-gallery > .gallery-item:nth-child(6) {
    width: 50%;
  }

  .fine-foods-gallery > .gallery-item img {
    display: block;
    max-width: none;
    width: 100%;
  }
}


/* Timeline */

.content-block.timeline-wrap {
  padding-bottom: 0;
}

.timeline {
  margin: 0 calc(-1rem - 2vw);
}

.timeline-module {
  position: relative;
  padding: 8vw 6vw 8vw calc(8vw + 10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.timeline-module.alt-01 {
  background-color: #ffebd5;
}

.timeline-module.alt-02 {
  color: #fff;
  background-color: #005687;
}

.timeline-module.alt-03 {
  color: #fff;
  background-color: #304a57;
}

.timeline-module.alt-04 {
  background-color: #ffad3a;
}

.timeline-module.alt-05 {
  background-color: #fff;
}

.timeline-module.alt-06 {
  background-color: #e9eef2;
}

.timeline-module::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4vw;
  width: 8px;
  height: 100%;
  background-color: #002130;
}

.timeline-module:first-child::before {
  border-radius: 5px 5px 0 0;
}

.timeline-module:last-child::before {
  border-radius: 0 0 5px 5px;
}

.timeline-module:last-child::before {
  height: 50%;
}

.timeline-module .title {
  position: relative;
  font-weight: bold;
  font-size: 4em;
  line-height: 1;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline-module .title span {
  display: block;
  font-size: 40%;
  white-space: nowrap;
}

.timeline-module .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(-4vw - 6px);
  width: 0.375em;
  height: 0.375em;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #002130;
  border-radius: 50%;
}

.timeline-module.alt-02 .title,
.timeline-module.alt-03 .title {
  color: inherit;
}

.timeline-module p {
  max-width: 20em;
}

.timeline-module > :last-child {
  margin-bottom: 0;
}

.timeline .date-1928 {
  background-size: auto;
  background-position: center bottom;
}

.timeline .date-1928 img {
  position: relative;
  z-index: 1;
  margin-bottom: -23vw;
}

.timeline .date-1929 {
  padding-top: 20vw;
  background-size: 200%;
  background-position: left top;
}

.timeline .date-1929 .title {
  color: #fff;
}

.timeline .date-1929 p {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline .date-1930 {
  padding-bottom: 108vw;
  background-size: 200%;
  background-position: left bottom;
}

.timeline .date-1930 .title {
  color: #002130;
}

.timeline .date-1930 p {
  color: #005687;
}

.timeline .date-1931 p {
  font-family: "Anton", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline .date-1931 .title {
  color: #fff;
}

.timeline .date-1931 p {
  font-size: 1.5em;
}

.timeline .date-1932 {
  padding-bottom: 80vw;
  background-size: 100% auto;
  background-position: center bottom;
}

.timeline .date-1932 p {
  color: #ffad3a;
  font-size: 1.25em;
}

.timeline .date-1932 .stat {
  font-style: italic;
  font-size: 2em;
  line-height: 1.2;
}

.timeline .date-1932 .stat .number {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline .date-aug-1932 {
  padding-bottom: 38vw;
  background-size: contain;
  background-position: center bottom;
}

.timeline .date-aug-1932 p {
  font-style: italic;
}

.timeline .date-oct-1932 {
  padding-bottom: 78vw;
  background-size: 100%;
  background-position: left bottom 4vw;
}

.timeline .date-oct-1932 .title {
  color: #002130;
}

.timeline .date-nov-1932 {
  padding-bottom: 78vw;
  background-position: right bottom;
  background-size: 90%;
}

.timeline .date-nov-1932 .title {
  color: #ffad3a;
}

.timeline .date-dec-1932 {
  padding-bottom: 66vw;
  background-size: 140%;
  background-position: right bottom;
}

.timeline .date-dec-1932 .title {
  color: #002130;
}

.timeline .date-jan-22-1933 {
  padding-bottom: 68vw;
  background-size: 87%;
  background-position: right 4vw bottom 4vw;
}

.timeline .date-jan-22-1933 .title {
  color: #002130;
}

.timeline .date-jan-22-1933 p {
  font-style: italic;
}

.timeline .date-jan-24-1933 {
  padding-bottom: 68vw;
  background-size: contain;
  background-position: center bottom;
}

.timeline .date-jan-24-1933 .title {
  color: #ffad3a;
}

.timeline .date-jan-24-1933 p {
  font-size: 1.25em;
  text-transform: uppercase;
}

.timeline .date-jun-1933 .title {
  color: #000;
}

.timeline .date-jun-1933 p {
  font-style: italic;
}

.timeline .date-jun-1933 img {
  width: 100%;
}

.timeline .date-aug-1933 {
  padding-bottom: 86vw;
  background-size: 170%;
  background-position: left bottom;
}

.timeline .date-aug-1933 .title {
  color: #000;
}

.timeline .date-1934 .title {
  color: #000;
}

.timeline .date-1934 p {
  font-size: 1.5em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline .date-today {
  padding-bottom: 80vw;
  background-size: 80%;
  background-position: left bottom;
}

.timeline .date-today .title {
  color: #000;
}

.timeline .date-today p {
  color: #005687;
  font-size: 1.5em;
}

@media (min-width: 700px) {
  .timeline-module::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .timeline-module.right {
    padding-left: calc(50% + 40px);
  }

  .timeline-module.left {
    padding-right: calc(50% + 40px);
    text-align: right;
  }

  .timeline-module .title {
    font-size: 5em;
  }

  .timeline-module .title::before {
    left: -40px;
  }

  .timeline-module.left .title::before {
    left: auto;
    right: -40px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
  }

  .timeline-module.left p {
    margin-left: auto;
  }

  .timeline .date-1928 {
    padding-bottom: 2vw;
    background-size: 100% auto;
  }

  .timeline .date-1928 img {
    position: absolute;
    bottom: -15%;
    left: 45%;
    max-width: 40vw;
    margin-bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .timeline .date-1929 {
    padding-bottom: 8vw;
    background-size: cover;
    background-position: center;
  }

  .timeline .date-1929 .title {
    position: absolute;
    top: 50%;
    left: calc(50% + 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #002130;
    text-align: left;
  }

  .timeline .date-1930 {
    padding-bottom: 28vw;
    background-size: cover;
    background-position: left bottom;
  }

  .timeline .date-1930 .title {
    position: absolute;
    top: 8vw;
    right: calc(50% + 40px);
    text-align: right;
  }

  .timeline .date-1930 p {
    font-size: 1.25em;
  }

  .timeline .date-1931 .title {
    position: absolute;
    top: 50%;
    left: calc(50% + 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }

  .timeline .date-1932 {
    padding-bottom: 8vw;
    background-size: auto 101%;
    background-position: right 50vw center;
  }

  .timeline .date-1932 .title {
    position: absolute;
    top: 8vw;
    right: calc(50% + 40px);
    text-align: right;
  }

  .timeline .date-aug-1932 {
    padding-bottom: 32vw;
  }

  .timeline .date-aug-1932 p {
    font-size: 1.25em;
  }

  .timeline .date-aug-1932 .title {
    position: absolute;
    top: 8vw;
    left: calc(50% + 40px);
    text-align: left;
  }

  .timeline .date-oct-1932 {
    padding-bottom: 40vw;
    background-size: auto 60%;
  }

  .timeline .date-oct-1932 .title {
    position: absolute;
    top: 8vw;
    right: calc(50% + 40px);
    text-align: right;
  }

  .timeline .date-oct-1932 p {
    font-size: 1.25em;
  }

  .timeline .date-nov-1932 {
    padding-top: 16vw;
    padding-bottom: 16vw;
    background-size: auto 90%;
    background-position: left 46vw bottom;
  }

  .timeline .date-nov-1932 .title {
    position: absolute;
    top: 8vw;
    left: calc(50% + 40px);
    text-align: left;
  }

  .timeline .date-nov-1932 p {
    font-size: 1.25em;
  }

  .timeline .date-dec-1932 {
    padding-bottom: 8vw;
    background-size: cover;
    background-position: center;
  }

  .timeline .date-dec-1932 p {
    font-size: 1.25em;
  }

  .timeline .date-jan-22-1933 {
    padding-bottom: 8vw;
    background-size: 52%;
    background-position: 0.5vw center;
  }

  .timeline .date-jan-22-1933 p {
    font-size: 1.25em;
  }

  .timeline .date-jan-24-1933 {
    padding-bottom: 8vw;
    background-size: cover;
    background-position: center top;
  }

  .timeline .date-jun-1933 .title {
    position: absolute;
    bottom: 50%;
    left: calc(50% + 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }

  .timeline .date-aug-1933 {
    padding-top: 26vw;
    padding-bottom: 4vw;
    background-size: cover;
  }

  .timeline .date-aug-1933 .title {
    position: absolute;
    bottom: 4vw;
    right: calc(50% + 40px);
    text-align: right;
  }

  .timeline .date-1934 .title {
    position: absolute;
    top: 8vw;
    left: calc(50% + 40px);
    text-align: left;
  }

  .timeline .date-1934 p {
    max-width: 400px;
  }

  .timeline .date-today {
    padding-bottom: 10vw;
    background-size: 55% auto;
  }

  .timeline .date-today::before {
    height: calc(8vw + 3rem);
  }

  .timeline .date-1929 .title::before,
  .timeline .date-1931 .title::before,
  .timeline .date-aug-1932 .title::before,
  .timeline .date-nov-1932 .title::before,
  .timeline .date-jun-1933 .title::before,
  .timeline .date-1934 .title::before {
    right: auto;
    left: -40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .timeline .date-1930 .title::before,
  .timeline .date-1932 .title::before,
  .timeline .date-oct-1932 .title::before,
  .timeline .date-aug-1933 .title::before {
    right: -40px;
    left: auto;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
  }
}

@media (min-width: 1000px) {
  .timeline .date-1928 p,
  .timeline .date-1929 p {
    font-size: 1.25em;
  }

  .timeline .date-aug-1932 p {
    font-size: 1.5em;
  }

  .timeline .date-nov-1932 {
    background-size: 55%;
  }
}


/* About */

.featured-products {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}

.featured-product {
  width: calc(50% - 1rem);
  margin: 0 0.5rem 1.5rem;
}

.featured-product-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.featured-product-title {
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.1;
  letter-spacing: 0.03125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.featured-product-title a {
  text-decoration: none;
}

.featured-product-button {
  font-size: 0.75em;
}

@media (min-width: 920px) {
  .featured-products {
    max-width: none;
    padding: 0 1rem;
    margin-right: -6vw;
    margin-left: -6vw;
  }

  .featured-product {
    width: calc(25% - 1rem);
  }
}


/* Petition */

.petition-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.petition-title img {
  margin-right: 0.5rem;
}


/* Blog */

.post-title {
  margin-bottom: 0;
}

.post-title a {
  font-style: inherit;
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
}

.post-date {
  color: #4e6889;
  font-style: italic;
  font-size: 0.875em;
}


/* Woocommerce Overrides */

.main-nav .cart a {
  width: 1.5em;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1000px) {
  .main-nav .cart a {
    display: block;
  }
}

.main-nav .cart a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M17,18C15.89,18 15,18.89 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20C19,18.89 18.1,18 17,18M1,2V4H3L6.6,11.59L5.24,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42A0.25,0.25 0 0,1 7.17,14.75C7.17,14.7 7.18,14.66 7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.58 17.3,11.97L20.88,5.5C20.95,5.34 21,5.17 21,5A1,1 0 0,0 20,4H5.21L4.27,2M7,18C5.89,18 5,18.89 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20C9,18.89 8.1,18 7,18Z' /%3E%3C/svg%3E");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product .price {
  color: #002130 !important;
}

.woocommerce table.cart img {
  width: auto !important;
  height: 80px !important;
}

#coupon_code {
  min-width: 140px;
}

.select2-container .select2-selection--single {
  height: 2.875rem !important;
  border: 1px solid #c9c8d0 !important;
  border-radius: 0.5em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.875rem !important;
  height: 2.875rem !important;
}

.woocommerce form .form-row textarea {
  min-height: 6rem;
}


/* Invoice */

.invoice-wrap {
  -webkit-print-color-adjust: exact !important;
  max-width: 8in;
  margin: 0 auto;
  color: #000;
  font-size: 0.875em;
}

.invoice-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.25in 0.125in;
  font-size: 0.875em;
}

.invoice-logo {
  width: auto;
  height: 1.5in;
}

.invoice-title {
  margin-left: auto;
  text-align: right;
}

.invoice-title .title {
  margin-bottom: 1rem;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.03125em;
  font-family: inherit;
  text-transform: uppercase;
}

.invoice-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  font-size: 1.25em;
}

.invoice-info > p {
  margin-left: 0.25in;
  margin-bottom: 0;
}

.invoice-content {
  padding: 0.125in;
}

.invoice-addresses {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.invoice-company-info {
  text-align: right;
}

.invoice-company-title {
  margin-bottom: 0.25em;
  font-size: 1.25em;
}

.invoice-client-info {
  margin-right: auto;
}

.invoice-items {
  width: 100%;
  margin: 1rem 0 3rem;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.invoice-items th,
.invoice-items td {
  padding: 0.125in;
}

.invoice-items th {
  font-size: 0.75em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  background-color: #ccc;
  border-bottom: 1px solid #ccc;
}

.invoice-items th:last-child,
.invoice-items td:last-child {
  min-width: 1in;
  text-align: right;
}

.invoice-footer {
  padding: 0.25in 0.125in;
  text-align: center;
}


/* Report */

.report-wrap {
  -webkit-print-color-adjust: exact !important;
  max-width: 600px;
  padding: 1.5rem;
  margin: 0 auto;
  font-size: 0.75em;
}

.report-wrap .title {
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.report-wrap .subtitle {
  margin: 1.5rem 0 1rem;
  font-size: 1.25em;
}

.report-table {
  width: 100%;
  font-size: inherit;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

.report-table td {
  width: 50%;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #bbb;
}

.report-table tr:nth-child(even) td {
  background-color: #eee;
}
