/*
Theme Name: Lesbian Herstory Archives Template
Author: Emma Levesque-Schaefer
Author URI: https://emmalevesque.com/
Description:

Contents (breakpoints are mobile-first):
* Reset
* Globals
* Header
* Footer
* Hero
* Module
* Post


*/
/* -------------------------------------------------------------------------- */
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote,
q {
  font-family: "berlinsansroman", serif;
  quotes: none;
  padding: 2rem 0;
}

.wp-block-pullquote p {
  font-size: 2.4rem;
  line-height: 1.1em;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 48px;
  line-height: 0.9em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wp-block-table {
  width: 100%;
}

/* from https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

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

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  object-fit: contain;
}

ul, ol {
  margin: 0 2rem;
}
ul li, ol li {
  padding: 0.25rem 0;
}

/*
Set variables
*/
/* sass colors */
/*colors*/
.has-light-red-background-color {
  background: #c34853;
  color: #FFF;
}

.has-red-background-color {
  background: #ab352c;
}

.has-lavender-background-color {
  background: #7659a9;
  color: #FFF;
}

.has-gold-background-color {
  background: #ce9748;
  color: #222222;
}

.has-purple-background-color {
  background: #853694;
}

.has-purple-color {
  color: #853694;
}

.has-black-color {
  color: #111;
}

.has-lavender-color {
  color: #7659a9;
}

.has-white-color {
  color: #FFF;
}

.has-black-color {
  color: #111;
}

.has-red-color {
  color: #ab352c;
}

.has-light-red-color {
  color: #c34853;
}

/* -------------------------------------------------------------------------- */
/* Globals */
p {
  padding: 0;
}

p.has-normal-font-size {
  font-size: 1.15rem;
  line-height: 1.8rem;
}

p.has-small-font-size {
  font-size: 0.95rem;
  line-height: 1.5rem;
  font-weight: 600;
}

p.has-medium-font-size {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "berlinsansroman", sans-serif;
  color: #853694;
}

p.has-large-font-size {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "berlinsansroman", sans-serif;
  color: #853694;
}

.wp-block-cover p {
  color: #FFF;
}

p.has-background {
  padding: 1.5rem !important;
}

body {
  font-family: "latoregular";
  color: #111;
  font-size: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

nav ul, footer ul, #sidebar ul {
  padding: 0 1rem;
  list-style-type: none;
}
nav ul li, footer ul li, #sidebar ul li {
  margin: 0 !important;
  padding: 0 !important;
}

nav ul {
  padding: 0;
}

@media (min-width: 857px) {
  p, ol, ul {
    font-size: 1.15rem;
    line-height: 1.7rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
h1 {
  font-size: 3rem;
  line-height: 1.1em;
}

h2 {
  font-size: 2rem;
  line-height: 2.3rem;
}

h1, h2 {
  font-family: "berlinsansroman", serif;
  position: relative;
  z-index: 20;
}

h2, h3, h4 {
  color: #853694;
  padding: 0.5rem 1rem;
  width: 100%;
}

h3 {
  font-size: 1.7rem;
  line-height: 2rem;
  font-family: "berlinsansroman", sans-serif;
}

h4 {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-family: "latobold", serif;
}

.is-style-summary {
  font-size: 2.3rem;
  line-height: 2.7rem;
  padding: 1rem;
}

.is-style-lha-transition {
  padding-top: 1rem;
}

.anchor {
  display: block;
  position: relative;
  height: 0;
  top: -10rem;
}

.has-background h2, .has-background h3, .has-background h4 {
  color: #FFF;
}

.has-white-background-color h2, .has-white-background-color h3, .has-white-background-color h4 {
  color: #853694 !important;
}

.has-light-red-background-color h2, .has-light-red-background-color h3, .has-light-red-background-color h4, .has-light-red-background-color p,
.has-purple-background-color h2,
.has-purple-background-color h3,
.has-purple-background-color h4,
.has-purple-background-color p,
.has-lavender-background-color h2,
.has-lavender-background-color h3,
.has-lavender-background-color h4,
.has-lavender-background-color p {
  color: #FFF;
  padding: 1rem;
}
.has-light-red-background-color a,
.has-purple-background-color a,
.has-lavender-background-color a {
  color: #FFF;
  text-decoration: underline;
}

@media (min-width: 857px) {
  .has-light-red-background-color h2, .has-light-red-background-color h3, .has-light-red-background-color h4, .has-light-red-background-color a, .has-light-red-background-color p,
.has-purple-background-color h2,
.has-purple-background-color h3,
.has-purple-background-color h4,
.has-purple-background-color a,
.has-purple-background-color p,
.has-lavender-background-color h2,
.has-lavender-background-color h3,
.has-lavender-background-color h4,
.has-lavender-background-color a,
.has-lavender-background-color p {
    color: #FFF;
    padding: unset;
  }
}
.digital-resources h4 {
  font-size: 24px;
  line-height: 1.1em;
}

.digital-resources h4 a {
  display: inline-block;
  text-decoration: none;
  padding: 2vw;
}

.digital-resources p {
  padding: 2vw;
}

.collections h4 a {
  display: block;
  padding: 2vw;
}

.programs h4 a {
  display: block;
  padding: 2vw;
}

li#menu-item-1267 li > a:after {
  content: " ";
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  position: relative;
  left: 8px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("/content/themes/lha2018/img/ico-link-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collections h4 a {
  display: block;
  padding: 1vw;
}

.search-results h2, .search-results h3, .search-results h4 {
  padding: 0.5rem;
}

h4.ext {
  display: flex;
}
h4.ext a {
  text-decoration: none;
}
h4.ext a:hover {
  text-decoration: underline;
}

h4.ext:after {
  content: " ";
  position: absolute;
  right: 2rem;
  text-indent: -9999px;
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url("/content/themes/lha2018/img/ico-link-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

h3 {
  /*transform: skew(-4deg);*/
  /*border-bottom: 1px solid $purple;*/
  /*border-right: 1px solid $purple;*/
  text-align: left;
  display: inline-block;
}

.hero h2, .hero h3 {
  border: none;
  padding: 4vw;
}

h3 span {
  /*transform: skew(4deg);*/
  display: inline-block;
}

h2.parent {
  /*background: $lightred;*/
  /*border: 2px solid $lightred;*/
  margin-right: 0;
  margin-bottom: 2vw;
  font-size: 48px;
}

h2.parent a {
  color: #c34853;
}

h2.parent + h2.banner {
  margin-left: 0;
}

.mission h3 {
  background: none !important;
  border: none;
  padding: 1vw 0;
  /*border-bottom: 1px solid white;*/
  /*border-right: 1px solid white;*/
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

a {
  color: #c34853;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

a:hover {
  text-decoration: underline;
}

span.title a {
  text-decoration: none;
}

a.tag-cloud-link {
  font-size: 1.2em;
  white-space: nowrap;
  color: #c34853;
  border-radius: 2px;
  border: 1px solid #c34853;
  padding: 0 2px;
  margin-bottom: 0.5rem;
  font-family: "latoregular", sans-serif !important;
}
a.tag-cloud-link:hover {
  background: #c34853;
  color: #FFF;
  text-decoration: none;
}

/* UI/UX */
/* frontend */
.commentlist {
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
}
.commentlist .comment-meta {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.commentlist .comment-meta a {
  text-decoration: underline;
}
.commentlist .comment-meta .vcard {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.commentlist .comment-meta .vcard img {
  margin-right: 0.5rem;
}
.commentlist .comment-meta .vcard * {
  padding: 0 2px;
  color: #853694;
}
.commentlist .comment-content {
  padding: 1rem;
}

.navigation {
  display: none;
}

.comment-respond h3#reply-title {
  padding: 1rem 1rem;
  margin: 0;
}
.comment-respond form {
  padding: calc(10px + 3vmin) 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.comment-respond form p {
  padding: 0;
  flex-wrap: wrap;
}
.comment-respond form label {
  flex: 1 0 100%;
}
.comment-respond form input:not(#submit) {
  height: 2rem;
}
.comment-respond form .comment-form-comment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.comment-respond form .comment-form-comment label {
  flex: 0 0 4vmin;
  color: #7659a9;
}
.comment-respond form .comment-form-comment textarea {
  border-radius: 3px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: "latoregular", sans-serif;
  background: none;
  border: 1px solid #7659a95c;
  color: #7659a95c;
  transition: all 0.2s;
  padding: 1rem;
  width: 100%;
}
.comment-respond form .comment-form-comment input {
  font-size: 3rem;
  line-height: 1.5rem;
  text-transform: none;
  font-family: "latoregular", sans-serif;
}
.comment-respond form .comment-form-author,
.comment-respond form .comment-form-email,
.comment-respond form .comment-form-url,
.comment-respond form .comment-form-cookies-consent {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: row;
}
.comment-respond form .comment-form-author label,
.comment-respond form .comment-form-email label,
.comment-respond form .comment-form-url label,
.comment-respond form .comment-form-cookies-consent label {
  color: #7659a9;
}
.comment-respond form .comment-form-author input:not(#wp-comment-cookies-consent),
.comment-respond form .comment-form-email input:not(#wp-comment-cookies-consent),
.comment-respond form .comment-form-url input:not(#wp-comment-cookies-consent),
.comment-respond form .comment-form-cookies-consent input:not(#wp-comment-cookies-consent) {
  flex: 1 0 auto;
  border-radius: 3px;
  background: none;
  border: 1px solid #7659a95c;
  color: #7659a95c;
  transition: all 0.2s;
}
.comment-respond form .comment-form-cookies-consent {
  padding: 1rem;
  background: #d4d4d4;
  flex-direction: row-reverse;
}
.comment-respond form .comment-form-cookies-consent label {
  flex: 1 0 7vmin;
  color: #7659a9;
}
.comment-respond form .comment-form-cookies-consent input {
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-transform: uppercase;
  background: none;
  border: 1px solid #7659a9;
  color: #7659a9;
  transition: all 0.2s;
  width: 3vmin;
}
.comment-respond form .form-submit input.submit {
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-transform: uppercase;
  background: none;
  border: 1px solid #7659a95c;
  color: #7659a9;
  transition: all 0.2s;
  padding: 1rem;
}
.comment-respond form .form-submit input.submit:hover {
  background: #7659a9;
  color: #FFF;
}

.is-style-lha-button {
  color: #c34853;
}
.is-style-lha-button a {
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-transform: uppercase;
  background: none;
  border: 1px solid #c34853;
  color: #c34853;
  transition: all 0.2s;
}
.is-style-lha-button a:hover {
  background: #c34853;
  color: #FFF !important;
  border: 1px solid #c34853;
  text-decoration: none;
}
.is-style-lha-button a:visited {
  color: #c34853;
}
.is-style-lha-button.footer a {
  border: 1px solid #FFF;
  color: #FFF;
}
.is-style-lha-button.footer a:hover {
  background: #FFF;
  color: #853694;
}
.is-style-lha-button.ico-scroll .wp-block-button__link {
  content: "&darr;";
}

.has-background .wp-block-buttons {
  width: 100vw;
  padding: 0;
}
.has-background .is-style-lha-button a {
  text-decoration: none !important;
  border-color: #FFF !important;
  color: #FFF !important;
  padding: 1rem;
}
.has-background .is-style-lha-button a:hover {
  background: #FFF;
}

.has-light-red-background-color .is-style-lha-button a:hover {
  color: #c34853 !important;
}

.has-lavender-background-color .is-style-lha-button a:hover {
  color: #7659a9 !important;
}

.has-purple-background-color .is-style-lha-button a:hover {
  color: #853694 !important;
}

@media (min-width: 857px) {
  .has-background .wp-block-buttons {
    width: 100vw;
    padding: 0;
  }
  .has-background .wp-block-buttons .wp-block-button {
    margin: 1rem;
    margin-left: 0;
  }
}
.mission .is-style-lha-button a:hover {
  color: #7659a9 !important;
}

.wp-block-cover p {
  padding: 0;
}

/* backend */
.is-style-lha-button div.wp-block-button__link {
  border-radius: 3px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  background: none;
  border: 1px solid #c34853;
  color: #c34853;
}

.wp-block-button,
#mc-embedded-subscribe-form {
  padding: 1rem 1rem;
}

@media (min-width: 857px) {
  .wp-block-button,
#mc-embedded-subscribe-form {
    padding: 1rem 0;
  }
}
/* forms */
form#mc-embedded-subscribe-form input {
  background: none;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  font-size: 18px;
  line-height: 16px;
  padding: 1rem 1rem;
  margin-right: 1vw;
  font-family: "latoregular";
}

form#mc-embedded-subscribe-form input.email {
  width: 58%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 18px;
}

@media (min-width: 600px) {
  form#mc-embedded-subscribe-form input.email {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 857px) {
  form#mc-embedded-subscribe-form input.email {
    width: 66%;
    margin-bottom: 1rem;
  }
}
form#mc-embedded-subscribe-form input#mc-embedded-subscribe {
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 0.85rem;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: opacity background color 0.1s ease-out;
  transition: opacity background color 0.1s ease-out;
}

form#mc-embedded-subscribe-form input#mc-embedded-subscribe:hover {
  border: 1px solid #c34853;
  background: #FFF;
  color: #c34853;
  -webkit-transition: opacity background color 0.1s ease-out;
  transition: opacity background color 0.1s ease-out;
}

::-webkit-input-placeholder {
  color: white;
}

.is-style-lha-transition {
  font-style: none;
  border: none;
  font-size: 36px;
  line-height: 40px;
  color: #c34853;
}

.date {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
}

.blog.date {
  font-size: 1rem;
}

.date-label {
  display: inline-block;
  text-align: center;
  padding: 1vw 0 0 0;
  line-height: 1;
  width: 20%;
  height: 60px;
}

.day {
  display: inline-block;
  height: 2vw;
  width: 30px;
}

.month {
  display: block;
  height: 1.5vw;
  width: 35px;
  margin: 0 auto;
  /* transform: scaleY(.9); */
  text-transform: uppercase;
  font-size: 0.65em;
}

.title {
  padding: 1vmin 0 1vmin 1vmin;
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  min-height: 60px;
  vertical-align: top;
  vertical-align: baseline;
}

.clear {
  clear: both;
}

.container {
  width: 100%;
  padding: 0 10px;
}

#page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed figcaption {
  font-size: 15px;
  text-align: left;
}

figure.banner-image {
  float: right;
  margin-top: 5vw;
}

figure.banner-image img {
  /*display: none;*/
  width: 50vw;
  padding: 4vw;
}

figure.float-image {
  width: 50vw;
}

/*
 Icons
 */
.search_glass {
  width: 16px;
  height: 16px;
  border: 2px solid white;
  display: block;
  border-radius: 20px;
  margin-top: 4px;
  margin: 4px auto 0 auto;
}

.search_handle {
  width: 9px;
  height: 2px;
  border: 1px solid white;
  display: block;
  transform: rotate(45deg);
  position: relative;
  left: 9px;
  top: -4px;
  margin: 4px auto 0 auto;
}

/* Media Queries */
@media (min-width: 857px) {
  body {
    font-size: 1.15rem;
    line-height: 1.7rem;
  }

  a {
    opacity: 1;
    transition: opacity background color 0.1s ease-out;
  }

  a.image {
    display: block;
  }

  a.image:hover img {
    opacity: 0.8;
  }

  a.image:hover + h4 a {
    text-decoration: underline;
    color: #c34853;
  }

  .title a:hover {
    color: #c34853;
    text-decoration: underline;
  }

  .event-title:hover + a.image {
    background-color: #c34853;
    color: #c34853;
    text-decoration: underline;
  }

  .event-title:hover + a.image img {
    visibility: hidden;
  }
}
/* -------------------------------------------------------------------------- */
/* Header */
label.menu-toggle {
  display: block;
  text-indent: -9999px;
  background-image: url("/content/themes/lha2018/img/menu-btn-purple.png");
  fill: red;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 4rem;
  top: 0;
  right: 0;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
}

.admin-bar label.menu-toggle {
  top: calc(.5rem + 32px);
}

label + #menu-toggle {
  visibility: hidden;
  position: absolute;
}

@media (min-width: 857px) {
  label#menu-btn {
    display: none;
  }
}
#menu-toggle:checked + nav#top {
  display: flex;
  right: 0;
  transition: all 150ms;
}

#menu-toggle {
  display: none;
}

a.logo-link {
  fill: red;
  text-indent: -9999px;
  background-image: url("/content/themes/lha2018/img/menu-btn-wht.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 3rem;
  top: 0.5rem;
  left: 0.5rem;
  cursor: pointer;
  position: fixed;
  z-index: 2000;
  visibility: hidden;
}

@media (min-width: 857px) {
  body a.logo-link.show {
    visibility: visible;
  }
}
.admin-bar a.logo-link {
  top: calc(.5rem + 32px);
}

header {
  color: #000;
  font-family: "latoregular";
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
  /* background-color: $purple; */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 2000;
}

.carousel {
  display: none;
}

@media (min-width: 857px) {
  .carousel {
    display: block;
  }
}
header #background-slant {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  width: 50%;
  height: 100%;
  right: 0;
  background: #853694;
  transform: skew(5deg);
}

header h1 {
  position: fixed;
  top: 0;
  z-index: 300;
  transition: all 0.5s linear;
}
header h1.resize {
  width: 0;
}

header h1.shadow {
  width: 50%;
}

header h1 a, a#logo {
  display: block;
  color: #FFF;
  z-index: 1000;
  text-indent: -999px;
  background-image: url("/content/themes/lha2018/img/lha-logo-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#menu-toggle:checked + nav ul.sub-menu {
  min-height: 360px;
}

nav #logo {
  width: 3.333vw !important;
  height: 3rem !important;
  background-position: center;
  visibility: hidden;
}

nav #logo.show {
  visibility: visible;
}

header #logo.resize {
  height: 3rem !important;
  padding: 0;
  background-size: 3rem;
  margin: 0;
  left: -24px;
  top: -11px;
  visibility: hidden;
  transition: all 0.2s ease-out;
}

nav#top {
  background-color: #853694;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  font-family: "berlinsansroman";
  font-size: 1.15rem;
  line-height: 1.5rem;
  width: 100vw;
  height: 100vh;
  transition: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

label.search-toggle {
  display: none;
  top: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 1000;
}

label.search-toggle + input {
  visibility: hidden;
  position: absolute;
}

@media (min-width: 857px) {
  nav#top {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
nav#top {
  position: fixed;
  z-index: 400;
  width: 100vw;
  top: 0;
  right: -100vw;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media (min-width: 857px) {
  nav#top:not(.fixed) {
    height: unset;
    left: 0;
  }

  nav#top {
    height: unset;
    position: sticky;
    top: 0;
  }
}
nav#top.show {
  left: 0;
}

body nav nav#top.fixed {
  display: block;
}

@media (min-width: 857px) {
  a.search {
    background-image: url("/content/themes/lha2018/img/search-btn.svg");
    background-color: #853694;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: center;
    text-indent: -9999px;
    width: 3vw;
    height: 100% !important;
    flex: 0 0 auto;
    height: 100%;
    padding: 0 2rem;
  }
  a.search:hover {
    background-color: #c34853;
  }
}
.search h3.banner {
  color: #FFF;
}
.search #search-page {
  display: flex;
}
.search #search-page input {
  font-family: "berlinsansroman", serif;
  font-size: 1.15rem;
  line-height: 1.6rem;
  background: none;
  border: 1px solid #FFF;
  padding: 0.75rem 1rem;
  color: #FFF;
  margin: 0;
  line-height: 1.5rem;
  width: 85vw;
  border-radius: 3px;
  transition: all 0.2s ease-out;
}
.search #search-page input::-webkit-input-placeholder {
  opacity: 0.7;
}
.search #search-page input[type=submit] {
  border: 1px solid #FFF;
  margin-left: 4px;
  width: 25%;
}
.search #search-page input[type=submit]:hover {
  background: #FFF;
  border: 1px solid #FFF;
  color: #7659a9;
  cursor: pointer;
}

@media (min-width: 857px) {
  nav#top {
    position: sticky;
    top: 0;
    left: 0;
  }

  body.admin-bar nav#top,
body.admin-bar header h1 {
    top: 32px !important;
  }
}
header.headroom {
  top: 46px;
}

/* Menu stuff */
.menu-btn {
  position: relative;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}
.menu-btn a {
  text-indent: -9999px;
}

#menu-top-navigation > li {
  display: block;
  transition: width 0.2s linear;
  height: 48px;
  margin: 0.5rem 0;
  text-align: left;
}
#menu-top-navigation > li a {
  text-transform: uppercase;
  font-size: 0.8em;
}
#menu-top-navigation > li ul.sub-menu {
  display: none;
  z-index: 100;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #853694;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
  top: 3rem;
  position: absolute;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}
#menu-top-navigation > li ul.sub-menu li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
#menu-top-navigation > li ul.sub-menu li a:hover {
  background: #c34853;
}
#menu-top-navigation > li ul.sub-menu li.current_page_item {
  border-bottom: 0;
  text-decoration: underline;
}
#menu-top-navigation > li ul.sub-menu li.current-menu-item .sub-menu a,
#menu-top-navigation > li ul.sub-menu li:hover .sub-menu a {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#menu-top-navigation > li:hover {
  background: #c34853;
}
#menu-top-navigation > li#logo-spacer {
  display: none;
}
#menu-top-navigation > li.current_page_item, #menu-top-navigation > li.current_page_ancestor {
  background: #c34853;
}
#menu-top-navigation li:not(#menu-item-1266) .sub-menu li {
  margin-left: 0;
}
#menu-top-navigation li#menu-item-1266 .sub-menu li {
  width: 50%;
}
#menu-top-navigation li.current-page-ancestor {
  background: #c34853;
}
#menu-top-navigation li.donate-btn.current_page_ancestor a {
  color: white;
}
#menu-top-navigation li.donate-btn:hover a {
  color: white;
}
#menu-top-navigation li.current-menu-item a,
#menu-top-navigation li.current-page-ancestor a,
#menu-top-navigation li:hover a,
#menu-top-navigation li.current-menu-item .sub-menu a {
  height: unset;
}
#menu-top-navigation li a {
  height: inherit;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  line-height: 2rem;
}
#menu-top-navigation ul:not(.sub-menu) > li.current-menu-item {
  background: #c34853;
}
#menu-top-navigation li#logo-spacer {
  text-align: center;
  width: 3.333vw;
}

@media (min-width: 857px) {
  ul.sub-menu {
    display: flex !important;
  }
}
ul.sitemap {
  margin: 1rem 16.666vw 2rem 16.666vw;
}
ul.sitemap ul.sub-menu {
  display: flex;
  flex-flow: row wrap;
  list-style-type: circle;
  margin-left: 1rem;
  position: relative;
  visibility: visible;
  background: none;
  box-shadow: none;
}
ul.sitemap ul.sub-menu li {
  width: 100%;
}
ul.sitemap ul.sub-menu li a:hover {
  background: none;
}

ul.subnav {
  line-height: 0.85rem;
  font-size: 1rem;
  position: fixed;
  left: -1rem;
  top: 0.75rem;
  z-index: 100;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-out;
  background: #c34853;
  display: flex;
  justify-content: left;
}
ul.subnav:hover, ul.subnav:active, ul.subnav.show {
  top: 3rem;
  transition: all 0.2s ease-out;
}
ul.subnav li {
  padding: 0.25rem 0.5rem;
  height: auto;
  display: block;
  position: relative;
}
ul.subnav li:hover {
  background: #c34853;
}
ul.subnav li a {
  display: block;
  color: #FFF;
  padding: 1rem 2rem;
  font-family: "berlinsansroman";
  text-decoration: none;
}

body.admin-bar ul.subnav:hover, body.admin-bar ul.subnav:active, body.admin-bar ul.subnav.show {
  top: 5rem;
}

header h1 img {
  display: none;
}

nav a {
  color: white;
  text-decoration: none;
}

nav a:hover {
  color: white;
}

nav .support {
  padding: 7px 5px 5px 5px;
}

nav .menu-header-container,
nav .support {
  display: none;
}

nav ul#menu-top-nav {
  columns: 2;
}

@media (min-width: 857px) {
  header {
    font-size: 14px;
  }
  header h1 {
    padding: 20px 0 0 40px;
    /*height: 100%;*/
  }
  header h1.fixed {
    padding-top: 1vh;
  }
  header h1 a {
    height: 100%;
    /*transition: all .9s ease-in;*/
  }

  body.home header {
    height: 260px;
  }

  header.headroom {
    top: 32px;
  }

  #menu-top-navigation > li {
    display: inline-block;
    vertical-align: top;
    flex-grow: 2;
    line-height: 1rem;
    margin: 0;
    transform: unset;
  }
  #menu-top-navigation > li a {
    transform: unset;
    padding: 0.5rem 0;
  }
  #menu-top-navigation > li#logo-spacer {
    display: block;
  }
  #menu-top-navigation > li:hover > .sub-menu {
    position: absolute;
    height: auto;
    z-index: 10000;
  }

  .menu-btn {
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/content/themes/lha2018/img/logo.png");
  }

  nav .menu-header-container,
nav .support {
    display: block;
  }

  ul#menu-top-navigation {
    display: flex;
    justify-content: space-around;
    width: 100vw;
    padding-left: 5rem;
  }

  body:not(.show-nav-fixed) nav.fixed {
    position: fixed;
    top: 0;
  }

  body.nav-fixed nav.fixed {
    top: 0;
  }

  body.nav-fixed {
    margin-top: 2vw;
  }

  body.admin-bar.nav-fixed nav.fixed {
    top: 32px;
  }

  nav {
    white-space: nowrap;
  }

  nav li {
    display: inline;
  }

  nav li:last-child {
    margin-right: 0;
  }

  nav#bottom li.current-menu-item a,
nav#bottom li a:hover,
.credits a:hover {
    text-decoration: underline;
  }

  nav #menu-top-navigation.fixed {
    width: 100vw;
  }

  form#search {
    display: none;
    position: absolute;
    top: 0;
    right: -95vw;
    z-index: 999;
    transition: all 300ms;
  }
  form#search input {
    font-family: "berlinsansroman", serif;
    font-size: 1.15rem;
    line-height: 1.6rem;
    background: #853694;
    padding: 0.75rem 1rem;
    color: #FFF;
    border: none;
    margin: 0;
    line-height: 1.5rem;
    width: 85vw;
  }
  form#search input[type=submit] {
    cursor: pointer;
  }
  form#search input::-webkit-input-placeholder {
    opacity: 0.7;
  }

  label.menu-toggle {
    display: none;
  }

  label.search-toggle {
    display: block;
    text-indent: -9999px;
    background: #853694;
    background-repeat: no-repeat;
    background-image: url("/content/themes/lha2018/img/search-btn.svg");
    background-size: 1.5rem;
    background-position: center;
    position: absolute;
    top: 0;
    right: -4vw;
    width: 4vw;
    height: 100%;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 1000;
  }
  label.search-toggle:hover {
    background-color: #c34853;
  }

  label.search-toggle + input {
    visibility: hidden;
    position: absolute;
  }

  input#show-search:checked + form#search {
    transition: all 150ms;
  }
}
@media (min-width: 857px) {
  .wp-block-button__link {
    padding: 1vw;
  }
}
/* -------------------------------------------------------------------------- */
/* Footer */
footer:not(.article-footer),
footer:not(.comment-meta) {
  background-color: #853694;
  background-blend-mode: multiply;
  color: #FFF;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-family: "latoregular";
  font-weight: 500;
  padding-bottom: 2rem;
}

.commentlist .comment-meta .vcard * {
  color: #853694;
}

footer {
  background-image: url("/content/themes/lha2018/img/footer-bg-opaque.png");
  background-size: cover;
  background-position: -250px;
  font-size: 1.6rem;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.15);
}
footer .footer-right {
  background-position: bottom;
  background-size: 120%;
  background-repeat: no-repeat;
}
footer nav {
  background-color: #853694;
}
footer div.footer-right {
  padding-top: 1rem;
  flex: 1 0 50%;
  display: flex;
  flex-wrap: wrap;
}
footer div.footer-right div#bottom-contact, footer div.footer-right div#bottom-address {
  display: inline-block;
  width: calc(50% - 1rem);
  margin: 1rem;
}
footer div.footer-right div#bottom-contact ul li, footer div.footer-right div#bottom-address ul li {
  text-align: left;
  display: block;
}
footer div.footer-right div#bottom-contact ul li a, footer div.footer-right div#bottom-address ul li a {
  color: #FFF;
}
footer div.footer-right #bottom-contact div#footer-widget div div.textwidget p a {
  color: #FFF !important;
}
footer div.footer-right .menu-social-container {
  text-align: left;
  margin-top: 1rem;
  margin-left: 1rem;
  flex: 1 0 100%;
  width: auto;
}
footer div.footer-right .menu-social-container ul {
  display: flex;
  list-style-type: none;
}
footer div.footer-right .menu-social-container ul li a {
  display: inline-block;
  text-indent: -9999px;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
footer div.footer-right .menu-social-container ul li a:hover {
  opacity: 0.7;
}
footer div.footer-right .menu-social-container ul li.facebook a {
  background-image: url("/content/themes/lha2018/img/ico-fb.png");
}
footer div.footer-right .menu-social-container ul li.instagram a {
  background-image: url("/content/themes/lha2018/img/ico-ig.png");
}
footer div.footer-right div#bottom-address {
  display: flex;
  justify-content: space-between;
  align-content: center;
  vertical-align: bottom;
  width: 100%;
}
footer div.footer-right div#bottom-address div {
  display: inline-block;
  text-align: left;
}
footer div.footer-right div#bottom-address div #text-widget {
  padding: 0;
  width: auto;
}
footer div.footer-right div#bottom-address div #text-widget p {
  padding: 0 !important;
}
footer div.footer-right div#bottom-contact {
  text-align: left;
  flex: 1 0 100%;
}
footer div.footer-right #footer-logo {
  flex: 1 0 50%;
  padding: 1rem;
  display: none;
  justify-content: flex-end;
}
footer div.footer-right #footer-logo img {
  width: 25%;
}
footer div.footer-right .menu-maps-container {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
}
footer div.footer-right .menu-maps-container #menu-maps {
  justify-content: flex-end;
}
footer div.footer-right .menu-maps-container #menu-maps li {
  text-align: right;
}
footer div.footer-right .menu-maps-container #menu-maps li a {
  padding: 1rem;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-transform: uppercase;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  transition: all 0.2s;
  width: 100%;
}
footer div.footer-right .menu-maps-container #menu-maps li a:hover {
  background: #FFF;
  color: #853694;
  border: 1px solid #FFF;
  text-decoration: none;
}
footer .credit {
  padding: 1rem;
  flex: 0 0 45%;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 2rem;
  order: 3;
  text-align: left;
}
footer .credit a {
  text-decoration: underline;
  color: #FFF;
}
footer nav ul#menu-bottom-navigation {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
footer nav div ul#menu-social li {
  display: inline-block;
  margin-right: 10px;
}
footer nav ul li {
  text-align: left;
  flex: 1 0 50%;
}

footer .footer-right .bottom-address p {
  padding: 0 !important;
}
footer .footer-right .bottom-address #footer-widget {
  text-align: left !important;
}
footer .footer-right #footer-logo {
  display: flex;
}

@media (min-width: 857px) {
  footer .credit {
    text-align: right;
  }
  footer .footer-right #footer-logo img {
    width: 100% !important;
  }
}
@media (min-width: 857px) {
  footer:not(.article-footer),
footer:not(.comment-meta) {
    background-color: #853694;
    background-image: url("/content/themes/lha2018/img/footer-bg-opaque.png");
    background-position: right;
    background-blend-mode: multiply;
    background-size: 54% 105%;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: baseline;
    align-items: start;
    font-size: 1.15rem;
    line-height: 1.7rem;
  }

  footer .menu-social-container {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
  }
  footer nav {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0vw;
    width: 45%;
    display: inline-block;
    margin-bottom: 0;
  }
  footer nav div ul li {
    flex: 1 0 50%;
  }
  footer nav#bottom {
    position: relative;
    z-index: -1;
  }
  footer nav#bottom a {
    color: white;
  }
  footer .footer-right {
    padding-left: 4rem;
  }
  footer nav li:last-child {
    margin-right: 0;
  }
  footer ul#menu-social {
    margin-top: 2em;
  }

  #footer-logo {
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 0;
    right: 2rem;
    text-align: right;
  }
}
@media (min-width: 857px) {
  footer div#bottom-address,
footer div#bottom-contact {
    font-size: 1.15rem;
  }

  footer div#bottom-contact {
    margin-right: 5vw;
  }

  footer div#bottom-address ul li {
    text-align: left;
    display: block;
  }

  footer div#bottom-contact {
    display: inline-block;
    width: calc(25vw - 8em);
  }

  footer div#bottom-contact ul li {
    text-align: left;
    display: block;
  }
}
/*
* Articles
*/
article {
  margin: 0;
  /* width: calc(33% - 1rem); */
}
article footer {
  background: none !important;
  box-shadow: none !important;
}

@media (min-width: 857px) {
  article {
    margin: calc(10px + 1vmin) 0;
    /* width: calc(33% - 1rem); */
  }
  article footer {
    background: none !important;
    box-shadow: none !important;
  }
}
/* -------------------------------------------------------------------------- */
/* Breadcrumbs */
.breadcrumbs {
  padding: 1rem 16.666vw 0 16.666vw;
  color: #853694;
}

.breadcrumbs {
  font-size: 48px;
  transform: skewY(1deg);
}

.breadcrumbs > h2.banner {
  position: relative;
  /*background-color: $purple;*/
  width: auto;
  font-size: 48px;
  margin: 0;
}

h2,
h2.banner {
  z-index: 20;
  font-family: "berlinsansroman";
  /*width: 50%;*/
  padding: 1rem;
}

.widget {
  margin-bottom: 2rem;
}

h2.widgettitle {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 2rem;
}

h2.banner.white {
  color: white;
  position: absolute;
  bottom: 0;
  padding-left: 4vw;
  padding-bottom: 2vw;
  margin-top: 0;
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #853694;
  font-family: "berlinsansroman", serif;
}

.carousel div {
  display: none;
}

.slick-slide {
  max-height: 300px;
}

/* -------------------------------------------------------------------------- */
/* Collection */
section.search-results {
  display: flex;
  flex-wrap: wrap;
}
section.search-results article {
  flex: 0 0 calc(50% - 12vmin);
  margin-right: 6vmin;
}
section.search-results article a:hover, section.search-results article h4:hover + a.entry-image {
  text-decoration: underline;
}
section.search-results article a.entry-title:hover, section.search-results article a.entry-image:hover + h4 {
  opacity: 1;
  text-decoration: underline;
}

.collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.collection article {
  flex: 0 0 calc(100%);
}

.collection article h4 {
  padding: 0;
}

.collection article h4 a, .collection article h4 {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
}

.collection article:nth-child(odd) h4 {
  background-color: rgba(194, 71, 83, 0.9);
}

.collection article:nth-child(even) h4 {
  background-color: rgba(144, 121, 183, 0.9);
}

.collection article:nth-child(3n) h4 {
  background-color: rgba(133, 54, 148, 0.9);
}

.collection article:first-child h4 {
  background-color: #FFF;
}
.collection article:first-child h4 a {
  color: #853694;
}
.collection article:first-child h4 a:hover {
  text-decoration: none;
}

.collection article h4 a {
  padding: 1rem;
  padding-top: 5rem;
  opacity: 1;
  display: flex;
  align-items: flex-end;
  color: white;
}

@media (min-width: 857px) {
  .posts-container article {
    flex: 0 0 calc(25% - 1rem);
    margin: 0 0.5rem 1rem 0.5rem;
  }
  .posts-container article:nth-child(4n-3) {
    margin-left: 0;
  }
  .posts-container article:nth-child(4n+4) {
    margin-right: 0;
  }
}
.collection div {
  display: inline-block;
  margin-right: 1em;
  width: calc(50% - 2em);
}

.collection div a {
  display: inline-block;
}

.collection div a img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------- */
/* Post */
.post {
  padding: 0;
}

.post-head {
  color: #853694;
  margin-bottom: 0;
}

.post .post-main-top,
.post .post-meta {
  font-family: "berlinsansroman", serif;
  font-size: 18px;
  line-height: 24px;
}

.post .post-main {
  position: relative;
  z-index: 10;
}

/*.post .post-title:after {
	content: " ";
	width: 100%;
	height: 36px;
	display: block;
}*/
.post-title {
  padding: 1vw 2vw;
  z-index: 11;
  color: white;
  position: relative;
}

.post-main-top {
  /*width: 100%;*/
  height: 90px;
  display: block;
  background: #853694;
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 2em;
}

.post img {
  width: 100%;
  height: auto;
}

.post .post-image {
  margin-top: 1em;
}

.post-content {
  /*padding: 0 15px 40px 15px;*/
  width: 100vw;
}
.post-content .wp-block-group:first-child {
  width: 100vw;
  padding: 0 1rem;
}
.post-content .wp-block-group:first-child .postmeta {
  padding: 1rem;
}
.post-content > .wp-block-group > p {
  padding-right: 16.666vmin;
}
.post-content > p {
  padding-right: 33vmin;
  flex-basis: 100%;
}

.wp-block-columns .wp-block-group:first-child {
  width: unset;
}

.post-content .wp-block-columns {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.post-content .wp-block-columns .wp-block-column {
  padding-top: 1rem 0;
}
.post-content .wp-block-columns .wp-block-column > h2, .post-content .wp-block-columns .wp-block-column h3, .post-content .wp-block-columns .wp-block-column h4, .post-content .wp-block-columns .wp-block-column p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.post-content .wp-block-columns h2, .post-content .wp-block-columns h3, .post-content .wp-block-columns h4 {
  padding: 1rem;
}
.post-content .wp-block-group .wp-block-columns, .post-content .wp-block-columns .wp-block-columns {
  padding: 0;
}
.post-content .wp-block-group .wp-block-column, .post-content .wp-block-columns .wp-block-column {
  margin-bottom: 1rem;
}

@media (min-width: 857px) {
  .post-content .wp-block-columns {
    width: unset;
    padding: 2rem 0;
  }
  .post-content .wp-block-columns .wp-block-column {
    padding: 0;
  }
  .post-content .wp-block-columns .wp-block-column h2, .post-content .wp-block-columns .wp-block-column h3, .post-content .wp-block-columns .wp-block-column h4 {
    padding: 1rem 0;
  }
  .post-content .wp-block-columns .wp-block-column p {
    padding: 0.5rem 0;
  }
}
.wp-block-group h4, .wp-block-group h3 {
  padding: 0.5rem 1rem;
}
.wp-block-group p {
  padding: 0.5rem 1rem;
}
.wp-block-group .wp-block-buttons .wp-block-button {
  padding: 1rem 1rem;
}

@media (min-width: 857px) {
  .wp-block-group h2, .wp-block-group h3, .wp-block-group h4, .wp-block-group p {
    padding: 0.5rem 0;
  }
  .wp-block-group .wp-block-buttons .wp-block-button {
    padding: 0 !important;
  }
}
.wp-block-group__inner_container {
  margin: 0;
  padding: 2rem 16.666vw;
}
.wp-block-group__inner_container h2, .wp-block-group__inner_container h3, .wp-block-group__inner_container h4, .wp-block-group__inner_container p, .wp-block-group__inner_container a {
  padding: 0.5rem 0;
}
.wp-block-group__inner_container a {
  text-decoration: none;
}
.wp-block-group__inner_container a:hover {
  text-decoration: underline;
}

.post .clear {
  display: none;
}

.post .video-container {
  margin: 15px 0;
}

.post span.caption {
  font-family: "latoregular";
  position: relative;
  top: -25px;
}

.sharify-container ul {
  display: flex;
}

.sharify-container ul li {
  flex-grow: 2;
}

/* data intake */
/* responsive stuff */
@media (min-width: 857px) {
  h2.banner {
    margin: 0 16.666vw;
    width: 50%;
    font-size: 3rem;
    padding-top: 4rem;
  }

  .post .post-image {
    margin-left: auto;
  }

  .post .post-main {
    float: left;
    /*width: 100%;*/
  }

  .post-main:not(.post-main-top) {
    width: 100%;
  }

  .post-main-top {
    width: inherit;
  }

  .post .post-intro {
    margin: 0;
    max-width: 50%;
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 16.666vw;
    padding: 1rem 0;
    color: #444;
    padding-bottom: 2rem;
  }

  .post .post-title {
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 2vw;
  }

  .post .post-meta {
    float: left;
    width: calc(33.33% - 10px);
    margin: 0;
  }

  .post .post-content {
    /*padding: 2vw 0 2vw 0;*/
    max-width: 100%;
    margin-left: auto;
  }

  .post .clear {
    display: block;
  }

  ul.principles {
    columns: 2;
  }
}
/*
 * Custom Posts Block
 */
.ptam-text-link:hover {
  color: #c34853 !important;
  text-decoration: none;
  border: 0;
}

ul.page-numbers {
  display: flex;
}

.wp-block-file {
  padding: 1rem;
}

.wp-block-file .wp-block-file__button {
  font-size: 1.15rem;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-transform: uppercase;
  background: none;
  border: 1px solid #c34853;
  color: #c34853;
  transition: all 0.2s;
}
.wp-block-file .wp-block-file__button:hover {
  background: #c34853;
  color: #FFF;
  border: 1px solid #c34853;
  text-decoration: none;
}
.wp-block-file .wp-block-file__button:visited {
  color: #c34853 !important;
  background: #FFF;
}

.wp-block-file .wp-block-file__button:hover {
  background: #c34853;
  color: #FFF !important;
}

@media (min-width: 857px) {
  .post-content > *:not(.wp-block-group),
.post-content > *:not(.wp-block-image),
.post-content > *:not(.wp-block-columns),
.post-content > *:not(p),
.post-content > *:not(.fc),
.post-content > *:not(.wp-block-spacer),
.post-content > *:not(.full-width),
.post-content > *:not(.respond) {
    padding: calc(10px + 2vmin) 16.666vw;
    width: 100%;
  }
  .post-content .wp-block-image {
    width: unset;
    padding: unset;
  }
  .post-content .wp-block-group,
.post-content .wp-block-columns,
.post-content .full-width {
    margin: 0;
  }
  .post-content .wp-block-file {
    padding: 1rem 0;
  }
  .post-content .wp-block-group {
    width: 100%;
  }
  .post-content .wp-block-separator {
    padding: 0.25px;
    flex: 1 0 50%;
  }
  .post-content .wp-block-columns {
    padding: calc(10px + 1vmin) 16.666vw;
  }
  .post-content .wp-block-columns .wp-block-latest-posts {
    padding: 0;
  }
  .post-content .wp-block-columns .wp-block-latest-posts a {
    font-size: 2rem;
    line-height: 3rem;
    font-family: "berlinsansroman";
    color: #853694;
  }
  .post-content ul {
    flex-basis: 100%;
  }
  .post-content h2.banner {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .post-content .wp-block-columns {
    justify-content: space-between;
  }
  .post-content .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: calc(33% - 1rem);
    padding-right: 2rem;
  }
  .post-content .wp-block-group {
    width: 100%;
  }
  .post-content .wp-block-group .wp-block-columns {
    padding: 0;
  }
  .post-content .wp-block-image figure {
    margin-bottom: 1rem;
  }
  .post-content .wp-block-image .alignright {
    margin-left: 2rem;
    margin-top: 2rem;
    margin-right: 12vw;
    width: 33.333vw !important;
  }
  .post-content .wp-block-image .alignleft {
    margin-right: 2rem;
    margin-top: 2rem;
    margin-left: 12vw;
    width: 33.333vw !important;
  }
  .post-content > .wp-block-group {
    margin: 0;
    padding: 3rem 16.666vw 0 16.666vw;
  }
  .post-content > .wp-block-group.has-background {
    padding: 3rem 16.666vw;
  }
  .post-content > .wp-block-group a {
    text-decoration: underline;
  }
  .post-content > .wp-block-group a.wp-block-button__link {
    padding: 1rem;
    text-decoration: none;
    font-weight: 800;
    margin-bottom: 0;
  }
  .post-content .who-we-are .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
  }
  .post-content .who-we-are .wp-block-media-text {
    display: flex;
    margin: 2rem 0;
    flex-basis: 100%;
  }
  .post-content .who-we-are .wp-block-media-text .wp-block-media-text__media {
    flex-basis: 33%;
  }
  .post-content .who-we-are .wp-block-media-text .wp-block-media-text__media img {
    height: auto;
  }
  .post-content .who-we-are .wp-block-media-text .wp-block-media-text__content {
    flex-basis: 66%;
    padding: 0 0 0 2rem;
  }
  .post-content > .wp-block-atomic-blocks-ab-cta {
    margin: 1rem 0 !important;
    padding: 6rem 16.666vw;
    width: 100%;
  }
  .post-content > .wp-block-column {
    margin: 0 16.666vw;
  }
  .post-content > .wp-block-columns:first-child {
    margin-top: 2rem;
  }

  .post-content > p {
    padding: 0.5rem 16.666vw !important;
  }

  .wp-block-image {
    margin-bottom: 1rem;
  }

  .ab-block-cta * {
    text-align: left;
  }

  .post-content > .archive {
    margin-right: 0;
  }
  .post-content > .archive figure:hover + h2 a {
    text-decoration: underline;
  }
  .post-content > .archive h2 {
    padding: 1rem 0;
  }

  .post-content > #sidebar {
    margin-left: 2rem;
    margin-right: 16.666vw;
    position: sticky;
    -webkit-position: sticky;
    top: 7rem;
  }

  .post-content > .sharify-container {
    margin: 1rem auto 0 auto;
    padding: 0;
  }

  .post-content > .wp-block-group {
    width: 100%;
    box-shadow: none;
  }

  .post-content > .wp-block-group > h2,
.post-content > .wp-block-group > .wp-block-group__inner-container > p {
    height: 100%;
    align-items: flex-end;
    padding-right: 25vw !important;
  }

  .post-content > .wp-block-group.full-width {
    padding-right: 50%;
  }

  .post-content > p {
    padding: 0.5rem 0;
  }

  h3 {
    margin: 0;
  }

  .post-content > hr {
    margin: 3rem 1rem;
    width: auto !important;
  }

  .post-content > h3 {
    padding: calc(10px + 4vmin) 16.666vw;
  }

  .post-content .wp-block-columns .wp-block-column .wp-block-group {
    padding: 2rem !important;
  }

  .wp-block-group {
    margin-bottom: 3rem;
  }

  .wp-block-group blockquote {
    padding: 1vh 0 !important;
  }

  .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4 {
    margin: 0;
    padding: calc(10px + 2vmin) 16.666vw;
  }
  .single-post .post-content .wp-block-columns h2, .single-post .post-content .wp-block-columns h3, .single-post .post-content .wp-block-columns h4, .single-post .post-content .wp-block-group h2, .single-post .post-content .wp-block-group h3, .single-post .post-content .wp-block-group h4 {
    padding: 0.5rem 0;
    height: auto;
  }
}
.ptam-block-post-grid .is-grid article {
  margin-bottom: 0;
}
.ptam-block-post-grid .ptam-block-grid-text, .ptam-block-post-grid .ptam-block-post-grid-image {
  margin: 0;
}
.ptam-block-post-grid .ptam-block-post-grid-image:hover + .ptam-block-post-grid-text h2 a {
  text-decoration: underline;
}
.ptam-block-post-grid .ptam-block-post-grid-text h2 {
  padding: 1rem 1rem;
  font-size: 1.7rem;
  margin: 0;
}
.ptam-block-post-grid .ptam-block-post-grid-text h2 a {
  color: #853694;
}
.ptam-block-post-grid .ptam-block-post-grid-text h2 a:hover {
  text-decoration: underline;
}
.ptam-block-post-grid .ptam-block-post-grid-text h2, .ptam-block-post-grid .ptam-block-post-grid-text .ptam-block-post-grid-byline {
  margin: 0;
}
.ptam-block-post-grid .ptam-block-post-grid-text .ptam-block-post-grid-byline {
  letter-spacing: normal;
  font-size: 1rem;
  text-transform: none;
  color: #111;
  padding: 0 1rem;
  opacity: 0.6;
}
.ptam-block-post-grid .ptam-block-post-grid-text .ptam-block-post-grid-link {
  font-weight: normal;
  color: #c34853;
}
.ptam-block-post-grid .ptam-block-post-grid-text .ptam-block-post-grid-link:hover {
  text-decoration: underline;
  box-shadow: none;
}

@media (min-width: 857px) {
  .ptam-block-post-grid .ptam-block-grid-text h2 {
    padding: 1rem 1rem;
  }
  .ptam-block-post-grid .ptam-block-grid-text .ptam-block-post-grid-byline {
    padding: 0;
  }
}
.post-content > p {
  padding: 1rem 1rem;
}
.post-content .archive {
  margin-top: 2rem;
  margin-left: 16.666vw;
  margin-right: 6vmin;
  flex: 1 0 33vmin;
  padding: 3vmin 0;
}
.post-content .archive article {
  font-family: "latoregular";
}
.post-content .archive article h2 {
  padding: 1rem 0 0 0;
  font-size: 1.7rem;
}
.post-content .archive article h2 a {
  color: #853694;
}
.post-content .archive article .byline {
  font-size: 1rem;
  font-weight: 400;
}
.post-content .archive article .excerpt, .post-content .archive article .read-more {
  font-size: 18px;
}
.post-content #sidebar {
  margin: 0;
  padding: 0;
  margin-top: 5rem;
  margin-right: 12vw;
  flex: 1 0 2vmin;
}
.post-content #sidebar ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.post-content #sidebar ul h2 {
  font-weight: 400;
}
.post-content #sidebar ul ul li {
  margin-right: 0.5rem;
  flex: 1 0 100%;
}
.post-content #sidebar .widget ul, .post-content #sidebar .widget div {
  font-weight: 400;
  font-family: "latoregular", sans-serif;
}
.post-content #sidebar .widget ul li.current-cat, .post-content #sidebar .widget div li.current-cat {
  text-decoration: underline;
}
.post-content #sidebar .widget ul a[aria-current], .post-content #sidebar .widget div a[aria-current] {
  text-decoration: underline;
}

@media (min-width: 857px) {
  .post-content hr {
    margin: 3rem 16.666vw;
  }
}
/* -------------------------------------------------------------------------- */
/* Columns */
.wp-block-columns .wp-block-column.sidebar {
  padding: 0 1rem;
}
.wp-block-columns .wp-block-column.sidebar h4 {
  padding: 0.5rem 0;
}
.wp-block-columns .wp-block-column.sidebar a {
  text-decoration: none;
}
.wp-block-columns .wp-block-column.sidebar a:hover {
  text-decoration: underline;
}
.wp-block-columns .wp-block-column.sidebar p {
  display: flex;
  flex-flow: row wrap;
}
.wp-block-columns .wp-block-column.sidebar p a {
  white-space: nowrap;
  border: 1px solid #c34853;
  font-size: 8pt;
  border-radius: 3px;
  padding: 0 3px;
  margin-right: 0.5rem;
}
.wp-block-columns .wp-block-column.sidebar ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-block-columns .wp-block-column.sidebar ul li {
  padding: 0 0.5rem 0 0 !important;
  margin-left: 0 !important;
  margin-right: 0.5rem;
}
.wp-block-columns .wp-block-column.sidebar ul.wp-block-archives-list li {
  flex: 0 0 100%;
}
.wp-block-columns .wp-block-column.sidebar .wp-block-group ul {
  display: flex;
}
.wp-block-columns .wp-block-column.sidebar .wp-block-group ul li {
  padding-right: 0.5rem;
}
.wp-block-columns .wp-block-column.sidebar.sticky {
  margin-top: 0;
}

@media (min-width: 857px) {
  .wp-block-columns .wp-block-column.sidebar {
    margin-top: 5rem;
  }
}
/* -------------------------------------------------------------------------- */
/* Figure*/
figure {
  padding: 0;
}

figure.wp-block-image:nth-child(even) {
  position: relative;
}

.post-content figure.featured-image {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.archive .post-content {
  display: flex;
  align-items: flex-start;
}

.wp-block-column.sidebar {
  position: sticky;
  top: 5rem;
}

/* --------------------------------------------------------------------------
 * FullCalendar
 */
.fc {
  width: 100vw;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-event, .fc-event-dot {
  font-size: 0.75rem;
  line-height: 1.25rem;
  background-color: #7659a9;
  transition: all 150ms;
  padding: 0.5rem;
}
.fc-event img, .fc-event-dot img {
  position: absolute;
  opacity: 0;
  transition: all 150ms;
}
.fc-event:hover, .fc-event-dot:hover {
  background: #c34853;
}
.fc-event:hover img, .fc-event-dot:hover img {
  opacity: 1;
  transition: all 150ms;
}

.fc-event {
  border: none;
}

.fc-button {
  text-shadow: none;
  background: none;
  border: 1px solid #ce9748;
  border-radius: 0 !important;
}

.fc-state-default {
  color: #ce9748;
}

.fc-view, .fc-view > table {
  font-size: 0.85rem;
}

.fc-day-grid-event .fc-content {
  white-space: pre-wrap;
}

.fc-state-active, .fc-state-down {
  background: #ce9748;
  box-shadow: none;
  color: white;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  padding: 1rem 1rem 0 1rem;
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 10;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.fc-toolbar.fc-header-toolbar h2, .fc-toolbar.fc-header-toolbar h3, .fc-toolbar.fc-header-toolbar h4 {
  padding: 1rem 0;
}

@media (min-width: 857px) {
  .fc-toolbar.fc-header-toolbar {
    top: 3rem;
  }
}
.admin-bar .fc-toolbar.fc-header-toolbar {
  top: calc(3rem + 32px);
}

.event-time {
  float: right;
  display: inline-block;
  margin: 1rem 0;
  line-height: 1.1;
}

/* -------------------------------------------------------------------------- */
/* Blocks */
.wp-block-quote, .wp-block-pullquote {
  padding: 0;
  text-align: left;
}
.wp-block-quote p, .wp-block-pullquote p {
  font-size: 2.4rem;
  line-height: 1.1em;
  color: #853694;
}

.wp-block-lha-block-lha-staff {
  flex: 0 0 16.666vw;
}

iframe.video {
  height: calc(100vw / (16/9));
  width: 100%;
}

@media (min-width: 857px) {
  iframe.video {
    height: 260px;
  }
}
figure.vimeo {
  position: relative;
  overflow: hidden;
}

figure.vimeo div.resp-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero {
  position: relative;
  margin-bottom: 4vw;
  overflow: hidden;
  width: 100vw;
  min-height: 100px;
  flex-wrap: nowrap;
}

.hero {
  background: none;
}

.blog .hero h2:not(.banner) {
  padding-bottom: 0 !important;
}

.ptam-text-lower-case, .ptam-terms {
  padding: 0 1rem;
}

.hero h2:not(.banner) {
  /*transform: skew(-4deg);*/
  background: none;
}

/*.hero p { padding: 0 4vw 4vw 4vw !important;}*/
hr.wp-block-separator {
  height: 1px;
  background: #7659a9;
  opacity: 0.24;
  border: none;
  width: 83.333vw;
  padding: 0 1rem;
}

#disqus_thread {
  width: 100vw;
}

/* columns */
h3.mission {
  background: #853694;
  color: white;
  margin: 2vw 0;
}

.wp-block-columns.has-3-columns .wp-block-column h4 {
  color: #FFF;
}

.wp-block-columns.has-3-columns .wp-block-column h4 .date {
  color: #111;
  font-weight: 400;
}

.wp-block-columns.has-3-columns .wp-block-column p a {
  color: white;
  text-decoration: underline;
}

.wp-block-columns.has-3-columns.mission {
  background: #907ab8;
  color: white;
}

.wp-block-column .wp-block-image figure {
  margin-bottom: 0;
}

.wp-block-image img {
  width: 100%;
  border-radius: 3px;
}

.wp-block-column .mapouter {
  padding-right: 4vw;
}

ul.principles {
  list-style-image: none;
  color: #FFF;
  padding: 0 2vw;
}

ul.principles {
  list-style-type: none;
  color: white;
  color: #FFF;
  padding: 0 2vw;
}

ul.wp-block-categories {
  display: flex;
  flex-wrap: wrap;
}
ul.wp-block-categories li {
  flex: 1 0 100%;
}

.widget ul li {
  padding: 0 !important;
}

.widget ul li:before {
  margin-right: 0 !important;
  background: none !important;
}

ul.principles:not(.menu):not(.sub-menu):not(.subnav) li:before {
  background-color: white;
}

ul.principles li::before {
  background-color: white;
}

.simcal-day div {
  min-height: 15vh !important;
}

ul.principles li {
  padding: 1vh 4vw 1vh 1vw;
}

.wp-block-latest-posts__featured-image img {
  max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  flex-wrap: wrap;
  height: auto;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 1rem 0 0 0;
  position: relative;
  background: none;
  font-size: 18px;
  color: #111;
}

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 240px;
}

.posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.posts-container.two-col article {
  flex: 0 0 calc(50% - 1rem );
  margin: 0 0.5rem 1rem 0.5rem;
}

.posts-container div.event-title {
  padding-left: 0 !important;
  display: flex;
}

@media (max-width: 857px) {
  .postts-container a#view-full-calendar {
    width: 100%;
    padding: 2rem 1rem;
    text-align: center;
    height: unset !important;
  }
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  max-height: 480px;
  background: #111;
}

.wp-block-embed-vimeo figcaption {
  margin: 0 8vw;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  width: 100%;
}
.wp-block-media-text .wp-block-media-text__content p {
  padding: 0.5rem 1rem;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 8%;
}
.wp-block-media-text h2, .wp-block-media-text h3, .wp-block-media-text h4 {
  padding: 1rem 1rem;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    padding-bottom: 2rem;
  }
}
@media (min-width: 857px) {
  .wp-block-media-text h2, .wp-block-media-text h3, .wp-block-media-text h4 {
    padding: 0 0 1rem 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 8%;
  }
  .wp-block-media-text .wp-block-media-text__content p {
    padding: 0.5rem 0;
  }
  .wp-block-media-text .wp-block-buttons {
    padding: 0.5rem 0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media_text__content {
    padding-top: 0;
  }
}
figcaption {
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  text-align: left !important;
  font-size: 0.85rem !important;
  font-weight: 800;
  line-height: 1.3rem;
}

@media (min-width: 857px) {
  figcaption {
    padding: 0;
    max-width: 66.666vw;
    margin-bottom: 0 !important;
  }
}
figure.vimeo figcaption {
  width: calc(480px * 1.7778);
  margin: 0 auto;
  padding: 0 1rem;
}

div.gmap_canvas {
  height: 100%;
  width: 100%;
}

.gmap_canvas iframe {
  height: 100%;
  width: 100%;
}

.wp-block-cover {
  height: unset;
}

.wp-block-cover-text {
  font-size: 1.4em !important;
}

/*
/* Page Specific
*/
a#view-full-calendar {
  display: block;
  border: 1px solid #c34853;
  color: #c34853;
  font-size: 24px;
  padding: 50% 2vw;
  height: calc(100% - 120px);
}

a#view-full-calendar:hover {
  background: #c34853;
  color: white;
}

.posts-container div.event-title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 1vw;
}

.ninja-forms-field {
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  padding: 1vw;
  margin-right: 1vw;
  font-family: "latoregular";
}

.ninja-forms-field input {
  width: 64% !important;
}

.ninja-forms-field input[type=button] {
  width: 64% !important;
}

/* -------------------------------------------------------------------------- */
/* blog */
div.meta {
  padding: 1vw 4vw;
}

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