/*
Theme Name: Wild Card Common Theme
Theme URI: https://studiomothership.com
Author: Studio Mothership
Author URI: https://studiomothership.com/
Description: A skeleton theme
Version: 1.0.0
License: 
License URI: 
Text Domain: sm_wccommon-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  /* @link https://utopia.fyi/space/calculator?c=390,11,1.2,1440,25,1.25,5,2,&s=,,s-l&g=s,l,xl,12 */
  --space-s: clamp(0.6875rem, 0.3625rem + 1.3333vw, 1.5625rem);
  /* @link https://utopia.fyi/space/calculator?c=390,24,1.2,1440,39,1.25,5,2,&s=,,s-l&g=s,l,xl,12 */
  --space-m: clamp(1.5rem, 1.1518rem + 1.4286vw, 2.4375rem);
  /* @link https://utopia.fyi/space/calculator?c=390,25,1.2,1440,64,1.25,5,2,&s=,,s-l&g=s,l,xl,12 */
  --space-l: clamp(1.5625rem, 0.6571rem + 3.7143vw, 4rem);
  /* @link https://utopia.fyi/space/calculator?c=390,17,1.2,1440,50,1.25,5,2,&s=,,s-l&g=s,l,xl,12 */
  --space-search: clamp(1.0625rem, 0.2964rem + 3.1429vw, 3.125rem);
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --grey: #A1A1A1;
  --lightGrey: #E9E9E9;
  --orange: #FF4E00;
}

:root {
  /* @link https://utopia.fyi/type/calculator?c=390,30,1.2,1140,75,1.25,0,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-hero: clamp(1.875rem, 0.4125rem + 6vw, 4.6875rem);
  /* @link https://utopia.fyi/type/calculator?c=390,12,1.2,1140,50,1.25,0,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-featured: clamp(0.75rem, -0.485rem + 5.0667vw, 3.125rem);
  /* @link https://utopia.fyi/type/calculator?c=390,20,1.2,1140,25,1.25,0,0,&s=0.75,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-header-bar: clamp(1.25rem, 1.0875rem + 0.6667vw, 1.5625rem);
  /* @link https://utopia.fyi/type/calculator?c=390,12,1.2,1140,30,1.25,0,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-post: clamp(0.75rem, 0.165rem + 2.4vw, 1.875rem);
  --font-size-menu-l: 20px;
  --font-size-menu-s: 15px;
  /* @link https://utopia.fyi/type/calculator?c=390,12,1.2,1140,15,1.25,0,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-meta: clamp(0.875rem, 0.81rem + 0.2667vw, 1rem);
  /* @link https://utopia.fyi/type/calculator?c=390,16,1.2,1140,20,1.25,0,0,&s=0.75,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-body: clamp(1rem, 0.87rem + 0.5333vw, 1.25rem);
  /* @link https://utopia.fyi/type/calculator?c=390,15,1.2,1140,20,1.25,0,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size-blockquote: clamp(0.9375rem, 0.775rem + 0.6667vw, 1.25rem);
}

html.fix-scroll {
  position: fixed;
}

body {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: var(--font-size-body);
  line-height: 1.133;
}

.article--post {
  font-size: var(--font-size-body);
  line-height: 1.4;
  margin: 1.5rem 8px;
}
@media (min-width: 46.25em) {
  .article--post {
    margin: 0 5.5vw;
  }
}
.article--page {
  font-size: var(--font-size-body);
  line-height: 1.4;
  margin: var(--space-l) 8px 0 8px;
}
@media (min-width: 46.25em) {
  .article--page {
    margin: 0 5.5vw;
  }
}
.article--no-results {
  margin: var(--space-l) 8px var(--space-l) 8px;
}
@media (min-width: 46.25em) {
  .article--no-results {
    margin: 0 5.5vw var(--space-l) 5.5vw;
  }
}
.article--subscribe {
  background: var(--black);
  color: var(--white);
  padding-top: 25px;
}
@media (min-width: 46.25em) {
  .article--subscribe {
    margin-top: -39px;
    padding-top: 39px;
  }
}
.article--subscribe .text-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: var(--space-l);
  padding-left: 37px;
  padding-right: 37px;
  padding-bottom: 100px;
}
.article--subscribe .wp-block-button__link {
  background-color: var(--white);
  color: var(--black);
}
.article--subscribe p.has-large-font-size {
  font-size: var(--font-size-post);
}

.search-form-wrapper {
  background: var(--black);
  color: var(--white);
  font-size: var(--font-size-menu-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: var(--space-search) -5.5vw;
}
.search-form-wrapper .search-icon {
  margin-right: 17px;
}
.search-form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--space-search) 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 46.25em) {
  .search-form-wrapper form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
.search-form-wrapper svg .stroke-color {
  stroke: var(--white);
}
.search-form-wrapper input {
  background-color: #D9D9D9;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5em;
}
.search-form-wrapper .search-form__submit {
  background: none;
  border: none;
  color: var(--white);
  font-weight: 700;
}

.posts {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin: 0 8px 5px 8px;
  padding: 0;
}
@media (min-width: 46.25em) {
  .posts {
    margin: 0 5.5vw;
  }
}
@media (min-width: 80em) {
  .posts {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px;
    margin-bottom: 11px;
  }
}

.latest-posts__title,
.highlight-heading {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  font-size: var(--font-size-header-bar);
  padding: 0.5rem 0;
  font-family: "stampa", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.post {
  list-style: none;
  grid-column: span 1;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  font-size: var(--font-size-meta);
}
.post-meta p {
  margin-bottom: 0;
}
@media (max-width: 46.24em) {
  .post-meta > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
  }
}
@media (min-width: 46.25em) {
  .post-meta > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
}

.post-tags {
  padding: 0;
  margin: 0;
}
.post-tags * {
  display: inline;
}
.post-tags li {
  text-transform: capitalize;
}

.post-cats {
  margin: 8px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.cat-badge {
  background-color: var(--black);
  color: var(--white);
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-size-meta);
  padding: 3px 10px;
  text-transform: uppercase;
  z-index: 9;
}

.lede-image-wrapper {
  position: relative;
}
.lede-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-wrapper,
.policies-wrapper {
  margin: var(--space-l) auto;
}
.text-wrapper a,
.policies-wrapper a {
  text-decoration: underline;
}
@media (min-width: 46.25em) {
  .text-wrapper,
  .policies-wrapper {
    max-width: 66%;
  }
}

.text-wrapper > * + * {
  margin-top: var(--space-l);
}
.text-wrapper > p + p,
.text-wrapper > .wp-block-heading + p,
.text-wrapper > p + .wp-block-list {
  margin-top: 1em;
  margin-bottom: 0;
}

.policies-wrapper .wp-block-heading {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: var(--space-l);
}

.wp-element-caption {
  font-size: var(--font-size-meta);
}

h2.wp-block-heading {
  font-size: var(--font-size-blockquote);
}

h3.wp-block-heading {
  font-size: var(--font-size-body);
}

.wp-block-heading {
  text-transform: initial;
}

.video-overlay:after {
  background: url("../images/icons/play.svg") center center no-repeat;
  background-size: 41px 41px;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  height: 100%;
}
@media (min-width: 46.25em) {
  .video-overlay:after {
    background-size: 93px 93px;
  }
}

@media (max-width: 46.24em) {
  button.menu-toggle {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 46.25em) {
  button.menu-toggle .nav-icon {
    display: none;
  }
}
button.menu-toggle .nav-icon {
  background: #000;
  height: 2px !important;
  width: 24px;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
button.menu-toggle .nav-icon:before, button.menu-toggle .nav-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
button.menu-toggle .nav-icon:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
button.menu-toggle .nav-icon:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
button.menu-toggle:hover .nav-icon:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
button.menu-toggle:hover .nav-icon:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.main-nav.toggled button.menu-toggle .nav-icon {
  visibility: hidden;
}
.main-nav.toggled button.menu-toggle .nav-icon:before {
  background: black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
}
.main-nav.toggled button.menu-toggle .nav-icon:after {
  background: black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
}

a {
  color: currentColor;
  text-decoration: none;
}
a:visited {
  color: currentColor;
}
a:hover, a:focus, a:active {
  color: currentColor;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.menu--mobile {
  font-size: var(--font-size-menu-s);
  position: relative;
  text-transform: uppercase;
  z-index: 9999;
}
@media (min-width: 46.25em) {
  .menu--mobile {
    display: none;
  }
}

@media (min-width: 80em) {
  .nav-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
  }
}

.menu-main-menu-container {
  background: var(--black);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  overflow: auto;
  padding: 0 var(--space-s);
  text-transform: uppercase;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-main-menu-container .wp-block-heading {
  text-transform: uppercase;
}
@media (max-width: 79.99em) {
  .menu-main-menu-container .menu-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.menu-main-menu-container .menu-contact p {
  display: none;
  font-size: var(--font-size-menu-s);
}
@media (min-width: 80em) {
  .menu-main-menu-container .menu-contact p:first-of-type {
    margin-top: 4em;
  }
}

.menu, .sub-menu {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li a, .sub-menu li a {
  color: var(--white);
  text-decoration: none;
}
.menu li a:hover, .sub-menu li a:hover {
  color: var(--orange);
}
.menu.menu--mobile li a, .sub-menu.menu--mobile li a {
  color: var(--black);
}
@media (min-width: 46.25em) {
  .fix-scroll .menu.menu--mobile li a, .fix-scroll .sub-menu.menu--mobile li a {
    color: var(--white);
  }
}

.main-nav {
  font-size: var(--font-size-menu-l);
  margin-left: auto;
}
.main-nav ul {
  opacity: 0;
}
.main-nav ul li a {
  display: none;
}
@media (max-width: 79.99em) {
  .main-nav ul li a {
    text-align: center;
  }
}
.main-nav ul h2,
.main-nav ul p {
  display: none;
}
@media (max-width: 79.99em) {
  .main-nav ul h2,
  .main-nav ul p {
    text-align: center;
  }
}

.main-nav.toggled .menu-main-menu-container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 46.24em) {
  .main-nav.toggled .menu-main-menu-container {
    z-index: -1;
  }
}
.main-nav.toggled ul {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.main-nav.toggled ul.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10em 5.5vw 0 5.5vw;
  width: 100%;
}
@media (min-width: 80em) {
  .main-nav.toggled ul.nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.main-nav.toggled ul.sub-menu {
  font-size: var(--font-size-menu-s);
  margin-top: 4em;
}
@media (max-width: 79.99em) {
  .main-nav.toggled ul.sub-menu {
    display: none;
    text-align: center;
    margin-top: 1em;
  }
}
.main-nav.toggled ul.sub-menu li {
  margin-bottom: 0.5em;
}
.main-nav.toggled ul li {
  line-height: 1;
  margin-bottom: 1em;
}
@media (min-width: 80em) {
  .main-nav.toggled ul li {
    margin-bottom: 0.5em;
  }
}
.main-nav.toggled ul li a {
  display: block;
}
@media (max-width: 79.99em) {
  .main-nav.toggled ul li.menu-item-has-children > a::after {
    content: "+";
    display: inline-block;
    vertical-align: text-top;
    margin-left: 1ch;
  }
}
@media (min-width: 80em) {
  .main-nav.toggled ul p {
    display: block;
  }
}
.main-nav.toggled ul h2 {
  display: block;
  font-size: var(--font-size-menu-l);
}
@media (max-width: 79.99em) {
  .main-nav.toggled ul h2 {
    cursor: pointer;
  }
}
@media (max-width: 79.99em) {
  .main-nav.toggled ul h2::after {
    content: "+";
    display: inline-block;
    vertical-align: text-top;
    margin-left: 1ch;
  }
}

button.menu-toggle {
  background: none;
  color: var(--black);
  cursor: pointer;
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  position: relative;
  z-index: 9999999;
}
@media (min-width: 46.25em) {
  button.menu-toggle {
    width: 50px;
  }
}
@media (max-width: 46.24em) {
  button.menu-toggle .nav-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}
.toggled button.menu-toggle {
  color: var(--white);
}
button.menu-toggle:hover {
  background: transparent;
  color: var(--orange);
}

.site-footer {
  background-color: var(--lightGrey);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-size-meta);
  padding: 36px 5.5vw;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .site-footer .menu {
    display: none;
  }
}
.site-footer .menu li a {
  color: var(--black);
}
.site-footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.site-footer .copyright {
  white-space: nowrap;
}
.site-footer #menu-footer-menu {
  text-align: right;
}
.site-footer .footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.site-footer .wp-block-social-links {
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 46.25em) {
  .site-footer .wp-block-social-links {
    margin-left: 25px;
  }
}

.latest-posts {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin: 0 8px 5px 8px;
  padding: 0;
}
@media (min-width: 46.25em) {
  .latest-posts {
    margin: 0 5.5vw var(--space-m) 5.5vw;
  }
}
@media (min-width: 80em) {
  .latest-posts {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px;
  }
}
@media (min-width: 80em) {
  .latest-posts .post:first-child {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px;
    grid-column: span 3;
    gap: 11px;
  }
}
@media (min-width: 80em) {
  .latest-posts .post:first-child .header {
    grid-column: span 1;
  }
}
@media (min-width: 80em) {
  .latest-posts .post:first-child .lede-image-wrapper {
    grid-column: span 2;
  }
}
@media (min-width: 80em) {
  .latest-posts .post:first-child .title {
    font-size: var(--font-size-featured);
    margin: 0;
  }
}
.latest-posts .post:last-child {
  display: none;
}
@media (min-width: 80em) {
  .latest-posts .post:last-child {
    display: block;
  }
}
.latest-posts .post:hover .cat-badge {
  background-color: var(--orange);
  color: var(--white);
}

@media (max-width: 46.24em) {
  .site-header {
    z-index: 999;
    position: relative;
  }
}
.site-header .site-header-wrapper {
  padding-top: var(--space-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 46.24em) {
  .site-header .site-header-wrapper {
    background-color: var(--white);
    padding: var(--space-s) var(--space-m) 0 var(--space-m);
  }
}
.site-header .mobile-border {
  background-color: var(--black);
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 1px;
  margin: var(--space-s) -5.5vw 0 -5.5vw;
}
@media (min-width: 46.25em) {
  .site-header .mobile-border {
    display: none;
  }
}

.site-header__logo {
  position: relative;
  height: 48px;
  width: 29px;
  z-index: 999;
}
.site-header__logo .logo--desktop {
  display: none;
}
@media (min-width: 46.25em) {
  .site-header__logo .logo--desktop {
    display: block;
  }
  .site-header__logo .logo--desktop .fill-color {
    fill: var(--black);
  }
  .site-header__logo .logo--desktop .stroke-color {
    stroke: var(--black);
  }
  .fix-scroll .site-header__logo .logo--desktop .fill-color {
    fill: var(--white);
  }
  .fix-scroll .site-header__logo .logo--desktop .stroke-color {
    stroke: var(--white);
  }
}
.site-header__logo .logo--mobile {
  display: block;
}
@media (min-width: 46.25em) {
  .site-header__logo .logo--mobile {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .site-header__logo {
    height: 90px;
    margin: 0 auto;
    width: 275px;
  }
}
.site-header__logo a {
  display: block;
  height: inherit;
  width: inherit;
}

.site-header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 46.25em) {
  .site-header__nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: var(--space-m);
    right: var(--space-m);
  }
}

.search-icon {
  height: 24px;
  width: 24px;
}

.site-header__search {
  margin-right: 13px;
  position: relative;
  z-index: 999999;
}
@media (min-width: 46.25em) {
  .site-header__search {
    margin-left: 17px;
  }
}
.site-header__search .search-icon {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.site-header__search .search-icon svg {
  display: block;
}
.site-header__search .search-icon svg .stroke-color {
  stroke: #222222;
}
@media (min-width: 46.25em) {
  .fix-scroll .site-header__search .search-icon svg .stroke-color {
    stroke: var(--white);
  }
}

.site-header__cat-nav {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  margin: 32px 0 39px 0;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
}
.home .site-header__cat-nav {
  margin-bottom: 16px;
}
@media (max-width: 46.24em) {
  .site-header__cat-nav {
    display: none;
  }
}
.site-header__cat-nav li {
  display: inline;
  padding: 0 10px;
}
.site-header__cat-nav li:first-child {
  margin-left: 5.5vw;
  padding-left: 0;
}
.site-header__cat-nav li:last-child {
  margin-right: 5.5vw;
  padding-right: 0;
}
.site-header__cat-nav li.current-menu-item {
  color: var(--grey);
}
.site-header__cat-nav li a {
  text-decoration: none;
}
.site-header__cat-nav li a:hover {
  color: var(--orange);
}

.site-header__search-box {
  background: var(--black);
  color: var(--white);
  font-size: var(--font-size-menu-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 0;
  margin: 0 -5.5vw;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (min-width: 80em) {
  .site-header__search-box {
    margin: 0 5.5vw;
  }
}
.site-header__search-box.open {
  max-height: 134px;
  margin: var(--space-search) -5.5vw;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (min-width: 80em) {
  .site-header__search-box.open {
    margin: 0 5.5vw var(--space-search) 5.5vw;
  }
}
.site-header__search-box .search-icon {
  margin-right: 17px;
}
.site-header__search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--space-search) 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 46.25em) {
  .site-header__search-box form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
.site-header__search-box svg .stroke-color {
  stroke: var(--white);
}
.site-header__search-box input {
  background-color: #D9D9D9;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5em;
}
.site-header__search-box .search-form__submit {
  background: none;
  border: none;
  color: var(--white);
  font-weight: 700;
}

.page-links {
  color: var(--orange);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1.133;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: var(--space-m) 5.5vw var(--space-l) 5.5vw;
}
.page-links a {
  background-color: var(--black);
  color: var(--orange);
  font-size: var(--font-size-featured);
  font-weight: bold;
  padding: var(--space-m) var(--space-m) calc(var(--space-m) * 3) var(--space-m);
  position: relative;
}
.page-links a:after {
  content: "";
  background: url("../images/amphora-logo-mobile.svg") no-repeat;
  background-position-x: center;
  background-size: 24px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(40px + var(--space-m));
  width: 100%;
}
.page-links .wp-block-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.glide {
  margin-bottom: 16px;
}

.glide__slides {
  margin: 0;
}

.glide__slide a {
  position: relative;
  display: block;
  height: 80vh;
}
.glide__slide a:hover .read-more {
  background-color: var(--orange);
  color: var(--white);
}
.glide__slide .header--hero {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5.5vw;
}
.glide__slide .title--hero {
  font-size: var(--font-size-hero);
}
.glide__slide .read-more {
  background-color: var(--black);
  color: var(--white);
  font-weight: 700;
}
.glide__slide .icon {
  background: url("../images/amphora-roundal.svg") no-repeat center center;
  position: absolute;
  bottom: 5.5vw;
  right: 5.5vw;
  height: 50px;
  width: 50px;
}

.glide__arrow {
  background: url("../images/icons/arrow.svg") no-repeat center center;
  height: 40px;
  width: 40px;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  padding: 9px 12px;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow--left {
  left: 1em;
}
.glide__arrow--right {
  right: 1em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 46.25em) {
  .glide__arrow {
    display: none;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: inherit;
  display: block;
  font-family: inherit;
  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;
}

/* Text meant only for screen readers. */
@media (min-width: 46.25em) {
  .screen-reader-text-desktop {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .screen-reader-text-desktop:focus {
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: inherit;
    display: block;
    font-family: inherit;
    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;
  }
}
.btn, button, .wp-block-button__link {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 14px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn:hover, button:hover, .wp-block-button__link:hover {
  background-color: var(--orange);
  color: var(--white);
}

body {
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  grid-template-columns: 100vw;
  grid-gap: 0;
}

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

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

embed,
iframe,
object {
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1em 0;
}

.post-navigation {
  margin: var(--space-m) auto;
  font-weight: 700;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.post-navigation [aria-current=page] {
  text-decoration: underline;
}
.post-navigation a:hover {
  color: var(--orange);
}
.post-navigation a:hover:before, .post-navigation a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 30L15 20L25 10' stroke='%23FF4E00' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.post-navigation .prev {
  margin-right: 1ch;
}
.post-navigation .prev:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 30L15 20L25 10' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center center;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.post-navigation .next {
  margin-left: 1ch;
}
.post-navigation .next:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 30L15 20L25 10' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center center;
  height: 12px;
  width: 12px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  list-style: none;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 46.25em) {
  .related-posts {
    gap: 11px;
  }
}
.related-posts li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc((100% - 5px) / 2);
  flex: 1 1 calc((100% - 5px) / 2);
}
@media (min-width: 46.25em) {
  .related-posts li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 22px) / 3);
    flex: 1 1 calc((100% - 22px) / 3);
    max-width: 50%;
  }
}
@media (min-width: 46.25em) {
  .related-posts li:nth-child(4n) {
    display: none;
  }
}
.related-posts-title {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  font-size: var(--font-size-header-bar);
  padding: 0.5rem 0;
  margin-left: -5.5vw;
  margin-right: -5.5vw;
  font-family: "stampa", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 100vw;
}

table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid currentColor;
}

tr {
  border-bottom: 1px solid currentColor;
}

td {
  padding: 7px;
  border-right: 1px solid currentColor;
}
td:last-child {
  border-right: 0;
}

th {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
th:last-child {
  border-right: 0;
}

/* Font Face */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 12, 2022 */
@font-face {
  font-family: "stampa";
  src: url("../fonts/stampa/stampa-regular-webfont.eot");
  src: url("../fonts/stampa/stampa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/stampa/stampa-regular-webfont.woff2") format("woff2"), url("../fonts/stampa/stampa-regular-webfont.woff") format("woff"), url("../fonts/stampa/stampa-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Document */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1em;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

/* Titles */
.title {
  text-align: center;
}
.title--archive {
  font-size: var(--font-size-menu-l);
  margin-top: var(--space-m);
}
.title--page {
  font-size: var(--font-size-post);
}
.title--post {
  font-size: var(--font-size-hero);
  margin-bottom: 1rem;
}
.title--lede {
  margin-top: var(--space-s);
  margin-bottom: calc(var(--space-s) - 5px);
  text-align: left;
}
@media (min-width: 46.25em) {
  .title--lede {
    margin-bottom: calc(var(--space-s) - 11px);
  }
}
.title--subscribe {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  font-size: var(--font-size-header-bar);
  padding: 0.5rem 0;
  margin-right: -5.5vw;
  font-family: "stampa", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 100vw;
}
.title--subline {
  display: block;
  font-size: var(--font-size-meta);
}

/* Copy */
p {
  font-size-adjust: auto;
  margin-top: 0;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: var(---font-size-blockquote);
}

blockquote.is-style-default {
  border-left: 10px solid var(--black);
  margin: 2.5em 0 2.5em 12.5%;
  padding-left: 12.5%;
}

address {
  margin: 0 0 1.5em;
}

.has-small-font-size {
  font-size: var(--font-size-meta) !important;
}