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

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  line-height: calc(2px + 2ex);
  border-color: aqua; }


  a.adios-btn {
  background: #ff443e;
  border: 0px solid #ff443e;
  padding: 1em 1.5em;
  border-radius: 100em;
  min-width: 10em;
  font-family: 'futura-pt';
  text-transform: uppercase;
  color: #fff;
  font-size: 3rem;
  line-height: calc(8px + 2ex);
  display: inline-block;
  text-align: center;
}

.adios-suggests-inner h2 {
  margin-bottom: 2em;
}

.adios-suggests-inner{
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.adios-suggests{
  border-bottom: 1px solid #000;
}
.adios-header h1 {
  text-align: center;
}



.adios h1 {
  max-width: none;
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(50px, 7vw, 18em);
  text-transform: uppercase;

  line-height: 0.8;
}

.adios-header {
  height: 100vh;
  background: rgb(239,152,186);
  background: -moz-linear-gradient(45deg, rgba(239,152,186,1) 0%, rgba(236,204,242,1) 25%, rgba(248,227,234,1) 75%, rgba(251,233,233,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(239,152,186,1) 0%, rgba(236,204,242,1) 25%, rgba(248,227,234,1) 75%, rgba(251,233,233,1) 100%);
  background: linear-gradient(45deg, rgba(239,152,186,1) 0%, rgba(236,204,242,1) 25%, rgba(248,227,234,1) 75%, rgba(251,233,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef98ba",endColorstr="#fbe9e9",GradientType=1);
}

.adios-header .container {
  padding-top: 10em;
}

.adios_header_p {
  margin: auto;
  padding-top: 2em;
  text-align: center;
}
.adios h2{
font-weight: 400;
}

.adios strong {
  font-weight: 500;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px){
  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  }
  
  
  @media (min-width: 992px){

    .adios-suggests-inner h1{
      margin-bottom: 1rem;
    }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  }

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }}
  @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }}
    @media (min-width: 992px){
      .container, .container-lg, .container-md, .container-sm {
          max-width: 960px;
      }}
      @media (min-width: 1200px){
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1140px;
        }}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 80vw;
}}
body {
  font-family: futura-pt, serif;
  font-weight: 500;
  font-style: normal; }
  @media all and (max-width: 600px) {
    body {
      overflow-x: hidden; } }



article *:not(.newsletter *) {
        margin-left: auto !important;
        margin-right: auto !important;
}

.addtoany_list {
  display: block!important;
  text-align: center;
}


#membership strong {
    FONT-WEIGHT: 500;
}

span.cap {
    font-weight: 700;
}


.mmbr-header{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: -60px;
}

.mmbr-header img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.mmbr-header-text {
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: calc(90rem + calc(clamp(1.5rem, 8vw, 8vw)*2));
    margin: auto;
    padding-left: clamp(1.5rem, 8vw, 8vw);
    padding-right: clamp(1.5rem, 8vw, 8vw);
    inset: 0;
    text-align: center;
}

.mmbr-header-text h1 strong {
    font-weight: 700;
}

.mmbr-header-text h1 {
    font-size: clamp(5rem, 6vw, 13rem);
    max-width: 35ch;
    line-height: calc(8px + 2ex);
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.mmbr-header-text :is(h4, h4 strong) {
    font-size: clamp(2rem, 2vw, 3rem)!important;
}


#membership :is(h3, h3 strong) {
    font-size: clamp(3.5rem, 3vw, 5rem);
    font-weight: 400;
    line-height: 1.2;
}
span.membership_subtitle {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: italic;
    color: #fff
}
span.membership_price {
    padding: 1rem 4rem;
    background: #fff;
    border-radius: 100em;
}

span.membership_price h4 {
    padding-top: 0;
    color: #5D95FF;
}

span.membership_title {
    margin: 4rem 0;
}

.mmbr-gl figure:nth-of-type(odd) {
    padding-top: 20% !important;
}
.mmbr-gl figure{
      justify-content: space-between !important;
    overflow: hidden;
        height: 100%;
}

.mmbr-gl figure img {
    object-fit: contain !important;
    flex: none !important;
        height: 25vh!important;
}

.mmbr-gl figure:nth-child(3n+1) img {
    height: 40vh!important;
}

.mmbr-gl {
    position: relative;
    justify-content: space-between;
    height: 100%;
}

#membership .wp-block-gallery.mmbr-gl{
    margin-left: 0;
    margin-right: 0;    padding-bottom: 0;
}

#membership h3:not(.receive h3) {
    padding-bottom: 8rem;
}

.main-content-reaal .receive h3{
    padding-top: 0;
}

.receive {
    background-color: rgb(247 235 255 / 40%);
    border-radius: 4rem;
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
    position: relative;
}

.titled-list-block {
    border-bottom: 1px solid #AAAAE6;
    padding: 4.5em 0;
}

.titled-list-block:nth-child(1) {
    padding-top: 0;
}


.main-content-reaal .titled-list-block p {
    font-family: futura-pt, serif;
}

.main-content-reaal span.titled-list_title p {
    padding-bottom: 0px;
}



.main-content-reaal h6 {
    font-size: 1.5rem;
    max-width: var(--measure);
    font-weight: 200;
    line-height: calc(5px + 2ex);
    margin-bottom: 1rem;
}


.spinners-1 {
    position: absolute;
    left: -40vh;
    width: 30vh;
}

.spinners-2 {
    position: absolute;
    right: -55vh;
    width: 45vh;
    bottom: 0;
}

.spinners-1 img, .spinners-2 img {
    width: 100%;
}

  @media all and (max-width: 48em) {
.mmbr-gl figure:nth-child(n+4) {
    display: none !important;
}
      
      .mmbr-gl figure:nth-of-type(odd) {
    padding-top: 10% !important;
}
      .main-content-reaal #membership .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: auto !important;
}
}



.main-grid {
  display: grid;
  grid-template-columns: 1fr repeat(14, minmax(0px, 55px)) 1fr;
  grid-column-gap: var(--grid-space); }
  @media all and (max-width: 600px) {
    .main-grid {
      grid-column-gap: 1rem; } }

.pagination {
  font-size: 1.6rem;
  font-family: arial;
  display: flex;
  align-items: baseline;
  margin-top: 2rem; }
  .pagination > * + * {
    margin-left: 5px; }
  .pagination .current {
    background-color: pink; }
  .pagination .page-numbers {
    border: 2px solid;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 5px 4px;
    flex-wrap: wrap;
    border-radius: 200px;
    transition: 0.2s all; }
    .pagination .page-numbers:hover {
      background-color: pink; }
    .pagination .page-numbers:last-child {
      margin-left: 10px; }
  .pagination .dots {
    border: none;
    padding: 0; }
    .pagination .dots:hover {
      background-color: none; }

.hp-ad {
  width: 100%; }
  .hp-ad iframe {
    margin: 2rem 0 2rem 50% !important;
    transform: translateX(-50%); }
    @media all and (min-width: 900px) {
      .hp-ad iframe {
        margin: 2rem 0 2rem 50% !important; } }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .flex-row * + * {
    margin-left: 2em; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

:root {
  --red: #ff5550;
  --magenta: #ff5f98;
  --orange: #ff7300;
  --yellow: #f5b932;
  --purple: #8766be;
  --turquoise: #00b9b4;
  --grey: #a5969b;
  --coral: #ffb49b;
  --lilac: #aaaae6;
  --blue: #5d95ff;
  --blush: #ff747b;
  --brown: #663826;
  --red-light: #ffccca;
  --magenta-light: #ffcfe0;
  --orange-light: #ffe3cc;
  --yellow-light: #fceac1;
  --purple-light: #e7dcf0;
  --turquoise-light: #b2eae8;
  --grey-light: #e4dfe1;
  --coral-light: #ffe8e1;
  --lilac-light: #e5e5f7;
  --blue-light: #cecfff;
  --blush-light: #ffd5d6;
  --brown-light: #d1c3bd;
  --measure: 60ch;
  --page-space: 8rem;
  --grid-space: 2.85rem; }

body {
  background-color: #fcfcfc; }
  body a {
    text-decoration: none;
    color: black; }

.page__content a,
.post_body a {
  text-decoration: none;
  color: var(--blue); }
  .page__content a:hover,
  .post_body a:hover {
    text-decoration: underline; }

h1 {
  font-size: 4.5rem;
  max-width: 35ch;
  line-height: calc(8px + 2ex); }
  @media all and (max-width: 700px) {
    h1 {
      font-size: 3.5rem;
      line-height: calc(5px + 2ex); } }
  @media all and (max-width: 500px) {
    h1 {
      font-size: 2.55rem;
      line-height: calc(4px + 2ex); } }

h2 {
  font-size: 3.5rem;
  max-width: 35ch;
  line-height: calc(8px + 2ex); }
  @media all and (max-width: 700px) {
    h2 {
      font-size: 3rem;
      line-height: calc(5px + 2ex); } }
  @media all and (max-width: 500px) {
    h2 {
      font-size: 2.25rem;
      line-height: calc(4px + 2ex); } }

h3 {
  font-size: 2rem;
  max-width: 45ch;
  line-height: calc(8px + 2ex);
  font-weight: 500; }
  @media all and (max-width: 700px) {
    h3 {
      font-size: 2.3rem;
      line-height: calc(12px + 2ex); } }

h4 {
  font-size: 1.8rem;
  line-height: calc(5px + 2ex);
  max-width: 55ch;
  font-weight: 500; }

h5 {
  font-size: 1.3rem;
  max-width: var(--measure);
  font-weight: 200;
  line-height: calc(2ex); }
  @media all and (max-width: 700px) {
    h5 {
      font-size: 1.4rem; } }

h6 {
  font-size: 1rem;
  max-width: var(--measure);
  font-weight: 200;
  line-height: calc(5px + 2ex); }
  @media all and (max-width: 700px) {
    h6 {
      font-size: 1.4rem; } }

p {
  font-size: 1.7rem;
  max-width: var(--measure);
  line-height: calc(2px + 2ex + 2px);
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal; }

.cat {
  border-radius: 10rem;
  font-weight: 400;
  padding: 0.25em 0.5em 0.125em 0.5em;
  border: 0.11em solid;
  background: linear-gradient(135deg, inherit, transparent, transparent);
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal; }

.meta {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal; }

.content .page-title {
  margin-bottom: 1em;
  grid-column: 2/-2;
  margin-top: 10rem; }

@-webkit-keyframes menuReveal {
  50% {
    height: 60px;
    width: 60px; }
  50% {
    height: 100vh;
    width: 60px; }
  100% {
    height: 100vh;
    width: 40%; } }

@keyframes menuReveal {
  50% {
    height: 60px;
    width: 60px; }
  50% {
    height: 100vh;
    width: 60px; }
  100% {
    height: 100vh;
    width: 40%; } }

@-webkit-keyframes searchReveal {
  50% {
    height: 60px;
    width: 60px; }
  50% {
    height: 20rem;
    width: 60px; }
  100% {
    height: 20rem;
    width: 100%; } }

@keyframes searchReveal {
  50% {
    height: 60px;
    width: 60px; }
  50% {
    height: 20rem;
    width: 60px; }
  100% {
    height: 20rem;
    width: 100%; } }

.popup {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 5000;
  display: flex;
  flex-direction: column; }
  .popup__content {
    transform: translateX(0);
    border-radius: 25px;
    background-color: #ffd5d6eb;
    width: 320px;
    padding: 2rem 2rem 9rem;
    right: -50rem;
    bottom: 1rem;
    transition: all .2s;
    position: relative;
    -webkit-animation: .2s slidein1;
    animation: .2s slidein1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    text-align: center; }
  .popup__perks {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(4, auto);
    grid-gap: 1rem;
    padding-bottom: 2rem; }
    .popup__perks > i {
      justify-self: center; }
    .popup__perks > i {
      color: var(--brown); }
    .popup__perks > * {
      align-self: center; }
  .popup__checkbox {
    display: none; }
  .popup__button {
    width: 50px;
    height: 50px;
    background-color: var(--grey);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    align-self: flex-end;
    bottom: 3rem;
    right: 0;
    z-index: 10000;
    transition: all .2s;
    position: absolute;
    opacity: 0;
    transform: scale(0.6) rotate(45deg) translate(20px, 20px);
    cursor: pointer;
    -webkit-animation: .4s fadein;
    animation: .4s fadein;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  .popup__link {
    padding: 1rem;
    background-color: var(--blush);
    color: white;
    border-radius: 100px;
    font-size: 25px;
    height: 50px;
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    transition: width .2s;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    width: calc(100% - 4rem);
    -webkit-animation: .4s fadein;
    animation: .4s fadein;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s; }
    .popup__link:hover {
      border: 2px solid var(--brown); }
  .popup__checkbox:checked ~ .popup__button {
    transform: translate(-20px, 0) rotate(0) scale(1); }
  .popup__checkbox:checked ~ .popup__link {
    width: 50px; }
    .popup__checkbox:checked ~ .popup__link h3 {
      display: none; }
  .popup__checkbox:checked ~ .popup__content {
    margin-left: 120%; }

@-webkit-keyframes slidein1 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50rem); } }

@keyframes slidein1 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50rem); } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header {
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .header .header-bar {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lilac);
    position: relative;
    z-index: 10000; }
    .header .header-bar__logo {
      z-index: 2500;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 2rem; }
      .header .header-bar__logo--img {
        width: 15rem; }
  .header__tagline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
    .header__tagline--checkbox {
      display: none; }
    .header__tagline--button {
      background-color: var(--red);
      padding: 0.65rem 1rem 0.25rem 1rem;
      border-radius: 5px;
      transform: translateY(-7px);
      position: absolute;
      cursor: pointer;
      transition: all 0.5s;
      z-index: 11; }
      .header__tagline--button:hover {
        transform: translateY(-5px); }
    .header__tagline--icon {
      color: whitesmoke; }
    .header__tagline--reveal {
      background-color: var(--coral);
      padding: 1.95rem 0.65rem 0.65rem;
      text-align: center;
      transform: translateY(-100%);
      transition: all 0.25s;
      height: 0;
      width: 100%; }
    .header__tagline--text {
      color: whitesmoke;
      font-family: futura-pt, sans-serif;
      display: none; }
    .header__tagline--checkbox:checked ~ .header__tagline--reveal {
      transform: translateY(-5px);
      height: auto; }
      .header__tagline--checkbox:checked ~ .header__tagline--reveal .header__tagline--text {
        display: inline; }
    .header__tagline--checkbox:checked ~ .header__tagline--button {
      background-color: var(--coral);
      transition: background-color 0.25s; }
    .header__tagline--checkbox:checked ~ .header__tagline--button .header__tagline--icon {
      transform: rotate(180deg) translateY(-3px); }

.search {
  z-index: 4000;
  display: flex; }
  .search .search__pretext {
    opacity: 0;
    width: 0;
    visibility: hidden;
    color: white; }
    @media all and (max-width: 500px) {
      .search .search__pretext {
        display: none; } }
  .search__checkbox {
    display: none; }
  .search__button {
    text-align: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4500; }
    .search__button #searchClose {
      display: none; }
  .search__icon {
    z-index: 4500;
    color: white; }
  .search__background {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s; }
  .search__checkbox:checked ~ .search__background {
    width: calc(100% - 6rem);
    transform: translateX(6rem);
    z-index: 3001; }
  .search__checkbox:checked ~ .search__button #searchClose {
    display: block; }
  .search__checkbox:checked ~ .search__button #searchOpen {
    display: none; }
  .search__checkbox:checked ~ .search__background .searchform {
    width: 100%;
    border: 3px solid; }
  .search__checkbox:checked ~ .search__background .searchform__input {
    padding: 0.3em 0.5em; }
  .search__checkbox:checked ~ .search__background .searchform__submit {
    visibility: visible; }

.nav {
  z-index: 2000; }
  .nav__checkbox {
    display: none; }
  .nav__button {
    text-align: center;
    cursor: pointer;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4000;
    position: relative; }
  .nav__icon {
    z-index: 4000;
    position: relative; }
    .nav__icon, .nav__icon::before, .nav__icon::after {
      width: 3rem;
      height: 3px;
      background-color: white;
      display: inline-block; }
    .nav__icon::before, .nav__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all 0.2s; }
    .nav__icon::before {
      top: -0.8rem; }
    .nav__icon::after {
      top: 0.8rem; }
  .nav__button:hover .nav__icon::before {
    top: -1rem; }
  .nav__button:hover .nav__icon::after {
    top: 1rem; }
  .nav__checkbox:checked + .nav__button .nav__icon {
    background-color: transparent; }
  .nav__checkbox:checked + .nav__button .nav__icon::before {
    top: 0;
    transform: rotate(-135deg); }
  .nav__checkbox:checked + .nav__button .nav__icon::after {
    top: 0;
    transform: rotate(135deg); }
  .nav__background {
    height: 60px;
    width: 60px;
    z-index: 2000;
    position: absolute;
    top: 0px;
    right: 0px; }
  .nav__checkbox:checked ~ .nav__background {
    height: auto;
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    -webkit-animation-duration: all 0.3s;
    animation-duration: all 0.3s; }
  .nav__checkbox:checked ~ .nav__background .nav__menu--container {
    opacity: 1;
    transition: all 0.3s;
    display: grid; }
  .nav__checkbox:checked ~ .nav__background .nav__menu--info,
  .nav__checkbox:checked ~ .nav__background .nav__menu--infotitle {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.2s; }
  .nav__checkbox:checked ~ .nav__background .nav__menu--sections,
  .nav__checkbox:checked ~ .nav__background .nav__menu--sectionstitle {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.3s; }
  .nav__checkbox:checked ~ .nav__background .nav__menu--imglink,
  .nav__checkbox:checked ~ .nav__background .imglink__title1,
  .nav__checkbox:checked ~ .nav__background .imglink__title2 {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.4s; }

.nav__menu--container {
  background-color: var(--lilac);
  height: 100%;
  width: 100%;
  padding: 9rem 0 6rem 0;
  opacity: 0;
  display: none;
  overflow-y: scroll; }

.nav__menu {
  grid-column: 3/-3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 300; }
  @media all and (max-width: 950px) {
    .nav__menu {
      flex-direction: column;
      align-items: stretch; } }
  .nav__menu ul {
    list-style: none; }
    .nav__menu ul > * + * {
      margin-top: 0.8em; }
    .nav__menu ul li a {
      font-size: 1.8rem;
      line-height: calc(6px + 2ex); }
      .nav__menu ul li a:hover {
        text-decoration: underline; }
  .nav__menu--section {
    flex: 1;
    min-width: 135px; }
    @media all and (max-width: 700px) {
      .nav__menu--section {
        flex: 1 1 45%;
        margin-left: 0;
        margin-top: 3rem; } }
  @media all and (max-width: 700px) {
    .nav__menu #about-menu {
      flex: 1 1 100%; } }
  @media all and (max-width: 700px) {
    .nav__menu #about-menu .menu-about-menu-container {
      -moz-column-count: 2;
      column-count: 2; } }
  .nav__menu--title {
    margin-bottom: 2ex;
    color: rgba(0, 0, 0, 0.445); }
  .nav__menu--cols {
    flex: 3;
    display: flex;
    flex-wrap: wrap; }
    @media all and (max-width: 950px) {
      .nav__menu--cols {
        flex: unset; } }
  .nav__menu--highlights {
    flex: 2;
    display: flex;
    min-width: 270px;
    flex-direction: column; }
    @media all and (min-width: 950px) {
      .nav__menu--highlights > * + * {
        margin-top: var(--grid-space); } }
    @media all and (max-width: 950px) {
      .nav__menu--highlights {
        flex-direction: row;
        flex: unset; }
        .nav__menu--highlights > * + * {
          margin-left: var(--grid-space); } }
    @media all and (max-width: 700px) {
      .nav__menu--highlights {
        margin-top: 3rem; }
        .nav__menu--highlights > * + * {
          margin-left: 0; } }
    @media all and (max-width: 500px) {
      .nav__menu--highlights {
        flex-direction: column; }
        .nav__menu--highlights > * + * {
          margin-top: var(--grid-space); } }
  @media all and (max-width: 700px) {
    .nav__menu #menu-highlight-1 {
      padding-right: 4em; } }
  @media all and (max-width: 500px) {
    .nav__menu #menu-highlight-1 {
      padding-right: 0; } }
  .nav__menu--highlight {
    width: 76%;
    align-self: flex-end; }
    @media all and (max-width: 950px) {
      .nav__menu--highlight {
        align-self: flex-start; } }
    @media all and (max-width: 700px) {
      .nav__menu--highlight {
        flex: 1 0 45%;
        width: auto; } }

#mc_embed_signup {
  background: transparent !important;
  margin-top: 1rem; }
  #mc_embed_signup form {
    padding: 0 !important; }

.newsletter__container {
  grid-column: 2/-2;
  display: flex;
  overflow: hidden;
  margin: var(--grid-space) 0; }
  .newsletter__container .asp--img, .newsletter__container--input {
    transition: all 0.3s; }
  @media all and (max-width: 600px) {
    .newsletter__container {
      flex-direction: column;
      grid-column: 3/-3; } }
  @media all and (max-width: 500px) {
    .newsletter__container {
      grid-column: 1/-1; } }
  .newsletter__container .asp--img {
    height: 100%; }

.newsletter__form {
  flex: 1;
  background-color: var(--orange);
  display: flex;
  flex-direction: column;
  padding: 2rem; }
  .newsletter__form--title {
    background-color: white;
    padding: 1rem 2rem 1rem 1rem;
    color: var(--orange);
    font-family: adobe-caslon-pro, serif;
    line-height: calc(10px + 2ex); }
  .newsletter__form--subtitle {
    background-color: white;
    padding: 0.75rem 1rem 1rem;
    color: var(--orange);
    transform: translateY(-1rem);
    font-weight: 300; }
  .newsletter__form--label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 340px;
    align-self: flex-start; }
    .newsletter__form--label h2 {
      font-weight: 400; }
  .newsletter__form .mc4wp-form-fields {
    max-width: 340px; }
  .newsletter__form--input {
    font-weight: 200;
    font-size: 1.8rem;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.5em;
    outline: none;
    margin-top: 3em;
    width: 100%; }
    .newsletter__form--input::-webkit-input-placeholder {
      color: #fff; }
    .newsletter__form--input::-moz-placeholder {
      color: #fff; }
    .newsletter__form--input:-ms-input-placeholder {
      color: #fff; }
    .newsletter__form--input::-ms-input-placeholder {
      color: #fff; }
    .newsletter__form--input::placeholder {
      color: #fff; }
  .newsletter__form #moreButton {
    align-self: flex-start;
    color: white;
    margin: 1em 0;
    font-size: 1.8rem;
    border: 2px solid;
    background-color: transparent;
    color: white;
    box-shadow: none; }

.newsletter__full {
  padding: var(--container-padding) 0; }

.newsletter__img {
  flex: 1; }

.footer {
  padding: 6rem 0;
  width: 100%;
  background-color: lightblue; }
  .footer a:hover {
    text-decoration: underline; }
  .footer .nav__menu {
    grid-column: 3/-3;
    flex-direction: row; }
    .footer .nav__menu > * + * {
      margin-left: 0; }
    .footer .nav__menu--section {
      min-width: unset; }
      @media all and (max-width: 700px) {
        .footer .nav__menu--section {
          flex: 1; } }
    .footer .nav__menu--contact {
      margin-bottom: 2ex; }
  .footer #about-menu {
    flex: 2; }
    @media all and (max-width: 500px) {
      .footer #about-menu {
        min-width: 100%; } }
    @media all and (max-width: 700px) {
      .footer #about-menu .menu-about-menu-container {
        -moz-column-count: 1;
        column-count: 1; } }
    @media all and (max-width: 500px) {
      .footer #about-menu .menu-about-menu-container {
        -moz-column-count: 2;
        column-count: 2; } }
  .footer #sections {
    flex: 0.6; }
    @media all and (max-width: 700px) {
      .footer #sections {
        flex: 1; } }
  .footer #columns {
    flex: revert; }
    @media all and (max-width: 500px) {
      .footer #columns {
        flex: 1; } }
  .footer .nav__menu--footerinfo {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4rem; }
  .footer .footer__logo {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4rem; }
    .footer .footer__logo--img {
      width: 50%; }
  @media all and (max-width: 800px) {
    .footer .menu__footer--info {
      min-width: 100%;
      justify-content: space-between;
      flex-direction: row;
      margin-bottom: 6rem; }
      .footer .menu__footer--info--text {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .footer .menu__footer--info--text > * + * {
          margin-top: 2rem; }
    .footer #about-menu {
      margin-left: 0; } }

#moreButton {
  box-shadow: 0px 0px;
  cursor: pointer;
  transition: all 0.2s; }
  @media (hover: hover) and (pointer: fine) {
    #moreButton:hover {
      transform: translateY(-2px);
      box-shadow: 0px 6px; }
    #moreButton:active {
      transform: translateY(6px);
      box-shadow: 0px 0px; } }

.asp {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 80%; }
  .asp__sqr {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    height: 100%; }
  .asp__rect-port {
    padding-top: 140%;
    position: relative;
    overflow: hidden;
    height: 100%; }
  .asp__rect-land {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    height: 100%; }
  .asp--img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0; }

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem; }
  @media all and (max-width: 500px) {
    .cards {
      grid-gap: 2rem;
      margin: 0; } }
  .cards__card {
    grid-column: span 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    width: 100%; }
    @media all and (max-width: 1000px) {
      .cards__card {
        grid-column: span 4; } }
    @media all and (max-width: 600px) {
      .cards__card {
        grid-column: span 4; } }
    .cards__card--content {
      display: flex;
      flex-direction: column;
      align-self: stretch;
      cursor: pointer;
      width: 100%; }
      @media all and (max-width: 1000px) {
        .cards__card--content {
          flex-direction: row; } }
    .cards__card--thumb {
      width: 100%;
      flex: 1;
      position: relative;
      transition-delay: 0.3s;
      transition: 0.3s;
      display: flex;
      align-items: center; }
      @media all and (max-width: 1000px) {
        .cards__card--thumb {
          flex: 0.5; } }
      @media all and (max-width: 700px) {
        .cards__card--thumb {
          flex: 0.75; } }
      @media all and (max-width: 600px) {
        .cards__card--thumb {
          flex: 0.6; } }
      @media all and (max-width: 700px) {
        .cards__card--thumb .asp {
          height: auto;
          padding-top: 90%; } }
    .cards__card--deets {
      flex: 1;
      display: flex;
      flex-direction: column;
      width: 100%;
      transition: all 0.5s;
      position: relative;
      padding: 0; }
      @media all and (max-width: 1000px) {
        .cards__card--deets {
          padding: 2vw 4vw;
          margin-left: 0;
          flex: 2; } }
      @media all and (max-width: 600px) {
        .cards__card--deets {
          padding: 0;
          padding-left: 4vw; } }
    .cards__card .meta {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-family: din-2014, sans-serif;
      font-weight: 100;
      font-style: normal;
      font-size: 1.4rem;
      max-width: var(--measure);
      font-weight: 300;
      line-height: norma; }
      @media all and (max-width: 600px) {
        .cards__card .meta {
          font-size: 1.5rem;
          line-height: unset; } }
    .cards__card--topmeta {
      margin-top: 0.75rem;
      display: flex;
      list-style: none;
      align-items: baseline; }
      .cards__card--topmeta > * + * {
        margin-left: 1rem; }
    .cards__card--cat {
      text-transform: lowercase; }
    .cards__card--title {
      margin-top: 1rem;
      font-weight: 300;
      padding-right: 10%; }
      @media all and (min-width: 1001px) {
        .cards__card--title {
          font-size: 2.5rem;
          padding-right: 1rem; } }
      @media all and (max-width: 1000px) {
        .cards__card--title {
          margin-top: 0rem;
          font-size: 3.5rem;
          line-height: calc(12px + 2ex); } }
      @media all and (max-width: 700px) {
        .cards__card--title {
          font-size: 3rem;
          line-height: calc(10px + 2ex);
          padding-right: 0; } }
      @media all and (max-width: 500px) {
        .cards__card--title {
          font-size: 2rem;
          line-height: calc(8px + 2ex); } }
    .cards__card--btm-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      list-style: none;
      font-weight: 500;
      justify-content: space-between; }
    .cards__card--author {
      margin-top: 1rem; }
      .cards__card--author h5 {
        transition: 0.5s all;
        transform-origin: left bottom; }
    .cards__card--date {
      margin-top: 1rem;
      margin-left: auto;
      text-transform: uppercase; }
      .cards__card--date h5 {
        font-size: 1.2rem; }
    .cards__card .trigger-inline {
      margin-top: 1rem; }
      @media all and (max-width: 500px) {
        .cards__card .trigger-inline {
          order: 3;
          margin-left: auto;
          margin-right: unset; } }
    .cards__card--divider {
      grid-column: span 2;
      width: 100%;
      height: 0.5px;
      background-color: lightgray;
      margin-bottom: 2rem; }
      @media all and (min-width: 901px) {
        .cards__card--divider {
          display: none; } }

.half-grid-cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin: 0;
  justify-items: center; }
  @media all and (max-width: 1001px) {
    .half-grid-cards {
      grid-template-columns: repeat(4, 1fr); } }

.splash__topcard {
  max-width: 100%;
  border: none;
  margin: 0;
  background-color: transparent; }
  .splash__topcard--title {
    font-size: 3rem;
    line-height: calc(2px + 2ex);
    font-weight: 400; }
    @media all and (min-width: 1001px) {
      .splash__topcard--title {
        font-size: 4rem;
        line-height: calc(12px + 2ex);
        padding-right: 2rem; } }
    @media all and (max-width: 1000px) {
      .splash__topcard--title {
        margin: 0 0 0.5em 0;
        font-size: 4.5rem;
        line-height: calc(16px + 2ex); } }
    @media all and (max-width: 700px) {
      .splash__topcard--title {
        margin: 0 0 0.5em 0;
        font-size: 3.5rem;
        line-height: calc(10px + 2ex); } }
  @media all and (min-width: 500px) and (max-width: 1000px) {
    .splash__topcard--thumb .asp {
      padding-top: 60%; } }
  .splash__topcard--deets {
    background-color: transparent;
    padding: 0; }
    @media all and (max-width: 1000px) {
      .splash__topcard--deets {
        padding: 4vw 4vw 2vw 4vw; } }

.trigger {
  background-color: var(--magenta);
  color: white;
  border-radius: 8rem;
  margin-left: auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  height: 5.5rem;
  width: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1; }
  @media all and (max-width: 1000px) {
    .trigger {
      display: none; } }
  .trigger span {
    text-align: center; }

.trigger-inline {
  background-color: var(--magenta);
  padding: 0.25rem 1.05rem 0.5rem 1.05rem;
  color: white;
  border-radius: 14px;
  font-size: 14px;
  margin-right: auto;
  margin-left: 2.5ex; }
  @media all and (min-width: 1000px) {
    .trigger-inline {
      display: none; } }

.post__header .trigger {
  bottom: 0;
  right: 0; }

.search__background .search {
  width: 100%;
  padding: 0 1.5rem; }
  @media all and (min-width: 700px) {
    .search__background .search {
      width: 50%; } }

.searchform {
  display: flex;
  color: whitesmoke;
  border: none;
  width: 0; }
  .searchform__input {
    background-color: transparent;
    border: none;
    outline: none;
    flex: 1;
    color: whitesmoke;
    width: 0;
    font-size: 18px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    transition-delay: 0.3s; }
  .searchform__submit {
    border: none;
    background-color: whitesmoke;
    font-family: helvetica;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    visibility: hidden;
    padding: 0.75em 1.5em;
    cursor: pointer; }
    .searchform__submit:hover {
      background-color: rgba(245, 245, 245, 0.8); }

.sider {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: skyblue;
  padding: 1.5rem;
  z-index: 10000; }
  .sider__checkbox {
    display: none; }
  .sider__button {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000; }
  .sider__icon {
    transition: all 0.4s; }
  .sider__background {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: springgreen;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.4s; }
    .sider__background .hide {
      display: none; }
  .sider__checkbox:checked ~ .sider__background {
    width: 50vw;
    height: 100vh; }
  .sider__checkbox:checked ~ .sider__button .sider__icon {
    transform: rotate(135deg); }

.accordion__btn {
  background-color: burlywood;
  transition: all 0.4s ease-in-out;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  font-size: medium;
  line-height: normal; }
  .accordion__btn span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 18px; }
    .accordion__btn span:after {
      content: '';
      width: 14px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      top: 6px; }
    .accordion__btn span:before {
      content: '';
      width: 14px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      top: 6px;
      transform: rotate(90deg);
      transition: all 0.3s ease-in-out;
      transition-delay: 0.2s; }

.accordion__panel {
  background-color: burlywood;
  width: 100%;
  color: #262626;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0px 20px; }

.accordion__container {
  margin-bottom: 1rem; }
  .accordion__container.active {
    background-color: burlywood; }
    .accordion__container.active .accordion__btn {
      color: #fff;
      background-color: #a17132;
      transition-delay: 0.2s; }
      .accordion__container.active .accordion__btn span::before {
        transform: rotate(0deg); }
    .accordion__container.active .accordion__panel {
      padding: 25px 20px 20px 20px;
      opacity: 1;
      max-height: 400px;
      overflow-y: scroll; }

/* Hover*/
:is(.splash__top, .cards__card--content) img:hover {
  transform: scale(1.075);
  opacity: .8;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1); }

:is(.splash__top, .cards__card--content) img {
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1); }

h5.cards__card--author.meta {
  display: inline-block;
  position: relative; }

h5.cards__card--author.meta:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out; }

:is(.cards__card--content:hover, .splash__top:hover) h5.cards__card--author.meta:after {
  transform: scaleX(1);
  transform-origin: bottom left; }

a[title="Posts by Gal-dem staff"] {
  text-transform: lowercase; }

.ca__header {
  background-size: cover;
  height: 60vh; }

.ca__text {
  margin-bottom: 4rem; }

.ca__header--img-title {
  width: 100%;
  max-width: 100%;
  max-height: 90%;
  object-fit: contain; }

.ca .cards__card--deets {
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-top: 1rem; }

.cards__card--deets h5.cards__card--author.meta {
  margin-top: 0; }

.ca .cards__card--btm-meta {
  margin-top: 4em; }

.ca__header--tagimg {
  height: auto;
  width: 100%;
  object-fit: contain;
  max-width: 400px; }

.post__body--content #contentContainer iframe:not([aria-label="Advertisement"]) {
  width: 58.5rem;
  max-width: 100%; }

/* div[class*="advads"] {
  margin: 10vh 0; } */

.subscribe-insert-shortcode-text p {
  font-family: futura-pt,serif;
  font-weight: 500;
  font-style: normal;
  text-align: center; }

.subscribe-insert-shortcode-text p:nth-of-type(2) a {
  color: var(--magenta) !important; }

.subscribe-insert-shortcode-text p:nth-of-type(2) {
  padding-top: 4rem; }

.subscribe-insert-shortcode-text p:nth-of-type(1) a {
  color: var(--orange) !important; }

.subscribe-insert-shortcode-title h1 {
  font-size: clamp(5rem, 10vw, 9rem);
  line-height: calc(8px + 2ex);
  text-align: center;
  text-transform: uppercase;
  margin: auto; }

.subscribe-insert-shortcode-title a {
  color: #000000 !important; }

.subscribe-insert-shortcode a {
  text-decoration: none !important; }

.subscribe-insert-shortcode {
  padding: 5rem 0;
  border-top: 1px solid #000000; }

.featuredabs-reaal {
  top: 0;
  left: 0;
  height: 100%; }

#featuredgrad-reaal {
  bottom: 0; }

.featuredimage-reaal img {
  height: 100vh !important; }

.main-content-reaal blockquote :is(cite:not(figure.wp-block-pullquote cite), p:not(figure.wp-block-pullquote p)) {
  border-left: 1px solid rgba(185, 102, 19, 0.5);
  margin: 0 5rem;
  padding: 2.5rem 5rem; }

.main-content-reaal blockquote.wp-block-quote {
  border-left: 0;
  margin: 4rem auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: calc(90rem + calc(clamp(1.5rem,8vw,8vw)*2));
  padding-left: clamp(1.5rem, 8vw, 8vw);
  padding-right: clamp(1.5rem, 8vw, 8vw);
  padding-bottom: 1.5rem; }

.main-content-reaal .subscribe-insert-shortcode {
  padding-top: clamp(5vh, 7.5vh, 7.5vh);
  max-width: calc(90rem + calc(clamp(1.5rem, 8vw, 8vw)*2));
  margin: clamp(5vh, 7.5vh, 7.5vh) auto 0;
  border-top: 1px solid rgba(185, 102, 19, 0.4); }

.main-content-reaal .addtoany_share_save_container {
  margin: 0 auto;
  max-width: calc(140rem + calc(clamp(1.5rem,8vw,8vw)*2));
  padding: 7.5vh clamp(1.5rem, 8vw, 8vw);
  padding-bottom: 0;
  display: flex; }

.main-content-reaal .a2a_kit {
  text-align: center;
  margin: auto; }

.the-content-reaal {
  background: #F9F7EE; }

/*VIDEO*/
.muse-video-player {
  padding: clamp(5vh, 7.5vh, 7.5vh) 0; }

.main-content-reaal .wp-block-columns {
  max-width: calc(90rem + calc(clamp(1.5rem, 8vw, 8vw)*2));
  margin: auto;
  padding-left: clamp(1.5rem, 8vw, 8vw);
  padding-right: clamp(1.5rem, 8vw, 8vw); }

/*ul li and a*/
.main-content-reaal a {
  color: #b96613;
  text-decoration: underline; }

#tags-reaal ul {
  margin-top: 2rem; }

li.tag-reaal h6 {
    font-size: 1.5rem;
}

li.tag-reaal {
  display: inline-block;
  background: #fff;
  padding: 3px 10px;
  border-radius: 20px; }

li.tag-reaal:nth-of-type(even) {
  margin-right: 10px;
  margin-left: 10px; }

.tag-reaal a {
  margin-right: 1em; }

/*CAPTIONS*/
.featured_caption-reaal {
  z-index: 2;
  text-align: right;
  color: #ffffff;
  position: absolute;
  bottom: 4rem;
  right: 4rem; }

.featured_caption-reaal h6 {
  font-size: 13px; }

/*FOOTER*/
.footer-reaal {
  background-color: #140100 !important;
  color: #fff !important; }

.footer-reaal :is(footer a, .nav__menu--title) {
  color: #fff !important; }

.footer-reaal .nav__menu--title {
  opacity: 0.5; }

.footer.footer-reaal {
  padding: 12rem 0; }

/*NEWSLETTER*/
.news-reaal .newsletter__container {
  margin-bottom: clamp(5vh, 7.5vh, 7.5vh);
  border-radius: 1em; }

.news-reaal .newsletter__form {
  background-color: #A25A41;
  justify-content: space-between; }

.news-reaal .newsletter__form--title, .news-reaal .newsletter__form--subtitle, .news-reaal label {
  background: none;
  color: #ffffff;
  font-family: futura-pt, serif; }

.news-reaal .newsletter__form--label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.news-reaal .newsletter__form--label h2 {
  padding-left: 0;
  padding-right: 0;
  font-size: 40px; }

.news-reaal .mc4wp-success {
  color: #ffffff;
  text-align: center;
  font-family: futura-pt, serif; }

.news-reaal label {
  font-weight: 300;
  font-size: 30px; }

.news-reaal .mc4wp-form-fields {
  width: 100%;
  max-width: 100%;
  text-align: center; }

.news-reaal .mc4wp-form-fields p {
  max-width: 100%; }

.news-reaal .mc4wp-form-basic input[type=email] {
  max-width: 100%;
  background: none;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #fff;
  font-weight: 600; }

.news-reaal .mc4wp-form-basic {
  background: #672d25;
  padding: 2em;
  border-radius: 1em; }

.news-reaal .newsletter__container .asp--img {
  max-width: 100% !important;
  width: 100%; }

/*AUTHOR STANDFIRST SECTION*/
.authors-reaal h5 {
  display: inline;
  line-height: 1.2; }

.flex-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.featured-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: clamp(5vh, 7.5vh, 7.5vh); }

.featured-author img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 50px;
  height: 100%;
  max-width: 100; }

#feat-aut img {
  padding: 8px 0px; }

.stand-first-reaal {
  margin: 0 auto;
  max-width: calc(140rem + calc(clamp(1.5rem, 8vw, 8vw)*2));
  padding-bottom: 1.5em;
  padding-left: clamp(1.5rem, 8vw, 8vw);
  padding-right: clamp(1.5rem, 8vw, 8vw); }

.stand-first-reaal-text {
  padding-bottom: clamp(2.5vh, 7.5vh, 7.5vh); }

.date-author-reaal {
  padding: clamp(5vh, 7.5vh, 7.5vh) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(185, 102, 19, 0.4);
  margin-bottom: clamp(5vh, 7.5vh, 7.5vh); }

#emdash-reaal {
  background: #000;
  height: 1px;
  width: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 15px; }

.stand-first-large {
  padding: clamp(5vh, 7.5vh, 7.5vh) 0 0; }

/*HEADER SECTION*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.featuredimage-reaal {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000;
  position: relative;
  margin-top: -60px; }

.featuredimage-reaal img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s; }

.featuredabs-reaal {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#featuredgrad-reaal {
  background: black;
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.15032) 30%);
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0.15032)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.15032) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1; }

.featuredtext-reaal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: clamp(6rem, 8vw, 5vw);
  margin-left: clamp(1.5rem, 8vw, 5vw);
  margin-right: clamp(1.5rem, 8vw, 5vw);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  z-index: 2;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

#texth1-reaal {
  width: 100%;
  max-width: 170rem; }

#texth1-reaal h1 {
  font-weight: 400;
  font-size: clamp(4rem, 4.5vw, 12rem);
  margin-bottom: 4rem;
  max-width: 100%; }

#texth3-reaal h3 {
  display: contents;
  font-weight: 400;
  font-size: clamp(1.5rem, 2vw, 3rem); }

#texth3-reaal {
  max-width: 800px;
  width: 100%; }

/*TYPOGRAPHY*/
.main-content-reaal :is(h5, h5 strong) {
  font-size: clamp(1.1rem, 2vw, 2.5rem); }

.main-content-reaal :is(h4, h4 strong) {
  font-size: clamp(1.25rem, 2vw, 3rem); }

.main-content-reaal :is(h3, h3 strong) {
  font-size: clamp(1.5rem, 3vw, 5rem);
  font-weight: 400; }

.main-content-reaal :is(h2, h2 strong), .stand-first-reaal h2 {
  font-size: clamp(2.5rem, 3vw, 7.5rem);
  line-height: calc(1rem + 2ex);
  font-weight: 400;
  max-width: 100%; }

.main-content-reaal p {
  font-size: 2.1rem;
  line-height: 1.5; }

.main-content-reaal *:not(.addtoany_share_save_container *, iframe, li, span, a,em,strong, div, .wp-block-gallery, .wp-block-gallery *, .receive *, mark, .mmbr-header *), .receive {
  padding-bottom: 1.5rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: calc(90rem + calc(clamp(1.5rem, 8vw, 8vw)*2));
  margin: auto;
  padding-left: clamp(1.5rem, 8vw, 8vw);
  padding-right: clamp(1.5rem, 8vw, 8vw); }

.main-content-reaal figure.wp-block-pullquote {
  padding-bottom: 5rem; }

.main-content-reaal :is(h5, h4, h3, h2) {
  padding-top: 5rem; }

.the-content-reaal h5 {
  font-size: 2rem; }

.main-content-reaal cite {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: capitalize; }

.main-content-reaal p:empty {
  display: none; }

/*BLOCK QUOTE*/
.main-content-reaal blockquote {
  border-left: 1px solid rgba(185, 102, 19, 0.5);
  margin: 0 5rem;
  margin-bottom: 3rem;
  padding: 0 5rem; }

.main-content-reaal blockquote p {
  font-size: clamp(2.5em, 2vw, 3.5em);
  line-height: calc(8px + 2ex);
  text-align: left;
  font-family: futura-pt, serif;
  font-weight: 500;
  padding-bottom: 0;
  margin: 0;
  max-width: 100%;
  padding-right: 0; }

.main-content-reaal blockquote p:before {
  content: '';
  height: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  background: transparent url(../joeDemTheme-Prod/img/quotation.svg) no-repeat;
  background-size: contain;
  margin-bottom: 5rem; }

.main-content-reaal cite {
  width: 100%;
  display: block;
  text-align: left;
  padding-top: 5rem; }

/*GALLERY*/
.main-content-reaal .wp-block-gallery figcaption {
  background: none !important;
  position: relative !important;
  color: #000000 !important;
  text-align: left !important;
  font-weight: 300; }

.main-content-reaal .wp-block-gallery {
  padding: clamp(5vh, 10vh, 10vh) 0;
  margin: auto;
  margin-left: clamp(1.5rem, 8vw, 5vw);
  margin-right: clamp(1.5rem, 8vw, 5vw); }

.main-content-reaal .wp-block-image:not(.main-content-reaal .wp-block-gallery .wp-block-image) {
  padding: 5rem clamp(5vh, 10vh, 10vh);
  margin: auto;
  max-width: calc(140rem + calc(clamp(1.5rem, 8vw, 8vw)*2));
  padding-left: clamp(1.5rem, 8vw, 8vw);
  padding-right: clamp(1.5rem, 8vw, 8vw); }

.main-content-reaal .wp-block-image img {
  width: 100%;
  max-width: 100% !important; }

.main-content-reaal .wp-block-image figcaption {
  text-align: center;
  font-weight: 300;
  font-size: 13px; }

@media all and (max-width: 576px) {
  .featured-author img {
    height: auto;
    max-height: 100%;
    max-width: 100% !important; }
  div#feat-aut, div#feat-gal {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #texth1-reaal {
    width: 100%; }
  .main-content-reaal .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%; }
  .main-content-reaal figure.wp-block-image.size-large:nth-child(2) {
    padding-top: 0; }
  .featured_caption-reaal {
    position: relative;
    text-align: left;
    margin-top: 2rem;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: 0.5; }
  .main-content-reaal blockquote {
    margin: 0;
    padding: 0 2.5rem; }
  .main-content-reaal .wp-block-gallery {
    margin-left: clamp(1.5rem, 8vw, 8vw);
    margin-right: clamp(1.5rem, 8vw, 8vw); }
  .date-author-reaal {
    display: block; }
  .flex-authors {
    padding-bottom: 2rem; }
  #emdash-reaal {
    display: none; }
  .date-author-reaal, .stand-first-large {
    border-top: 1px solid rgba(185, 102, 19, 0.4);
    margin-top: clamp(5vh, 7.5vh, 7.5vh); }
  .main-content-reaal blockquote :is(cite:not(figure.wp-block-pullquote cite), p:not(figure.wp-block-pullquote p)) {
    margin: 0;
    padding: 0 2.5rem; } }

@media all and (max-width: 900px) {
  #fp-content {
    padding-top: 0; } }

#fp-content > * + * {
  margin-top: 0vw; }

.section__header--img {
  max-height: 6rem;
  max-width: 90%;
  height: auto;
  margin-bottom: 1rem; }
  @media all and (max-width: 700px) {
    .section__header--img {
      max-width: 100%;
      max-height: 5rem; } }

.fs {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 2vw;
  margin: 0 auto; }

.textTitle p {
  text-align: center; }

.textTitle__small p {
  font-size: 2rem;
  line-height: calc(3px + 2ex); }
  @media all and (min-width: 1000px) {
    .textTitle__small p {
      font-size: 3.5rem;
      line-height: calc(4px + 2ex); } }

.textTitle__medium p {
  font-size: 3rem;
  line-height: calc(6px + 2ex); }
  @media all and (max-width: 700px) {
    .textTitle__medium p {
      font-size: 3rem;
      line-height: calc(5px + 2ex); } }
  @media all and (max-width: 500px) {
    .textTitle__medium p {
      font-size: 2.25rem;
      line-height: calc(4px + 2ex); } }

.textTitle__big p {
  font-size: 3.5rem;
  line-height: calc(14px + 2ex); }
  @media all and (max-width: 700px) {
    .textTitle__big p {
      font-size: 2.5rem;
      line-height: calc(12px + 2ex); } }

@media all and (max-width: 1000px) {
  .splash {
    margin-top: 0; } }

.splash .fs {
  flex-direction: row; }
  @media all and (max-width: 1000px) {
    .splash .fs {
      padding: 0;
      flex-direction: column; } }

.gen {
  margin-top: 0; }
  .gen .fs {
    padding: 2vw; }
    @media all and (max-width: 600px) {
      .gen .fs {
        padding: 2rem 2vw; } }

.tag .fs {
  align-items: flex-start;
  flex-direction: row;
  background-color: transparent;
  padding: 4vw 0; }
  @media all and (max-width: 700px) {
    .tag .fs {
      flex-direction: column;
      align-items: center; } }

.podcast {
  background-color: var(--magenta);
  padding: 4vw 10vw;
  display: flex;
  justify-content: center; }
  @media all and (max-width: 700px) {
    .podcast {
      padding: 6vw 3vw; } }
  .podcast #podcastSS {
    display: none;
    max-width: 100%; }
  @media all and (max-width: 600px) {
    .podcast #podcastLS {
      display: none; }
    .podcast #podcastSS {
      display: inline-block; } }

.quote .fs {
  justify-content: space-around;
  padding: 0; }

.quote .textTitle {
  color: var(--orange);
  margin-bottom: 0.25rem;
  font-family: adobe-caslon-pro, serif;
  font-size: 3.5rem;
  line-height: calc(4px + 2ex);
  text-align: center;
  margin: 0 4vw; }
  @media all and (min-width: 1200px) {
    .quote .textTitle {
      font-size: 5.5rem;
      line-height: calc(8px + 2ex); } }
  .quote .textTitle__big {
    font-size: 5.5rem;
    line-height: calc(8px + 2ex); }
    @media all and (max-width: 700px) {
      .quote .textTitle__big {
        font-size: 3.5rem;
        line-height: calc(4px + 2ex); } }

.brand {
  background-color: var(--turquoise-light); }
  .brand .fs {
    padding: 10vw 3vw; }

.category {
  padding-top: 5rem; }
  .category__title {
    grid-column: 3/-3;
    font-size: clamp(4rem, 5vw, 6rem);
    font-weight: 200;
    padding-top: 1rem; }

.index {
  align-items: flex-start; }
  .index .section__head--links {
    flex-direction: row; }
    .index .section__head--links > * + * {
      margin-left: 1rem; }
  .index__main {
    grid-column: 2/12;
    color: plum; }
    .index__main--features {
      grid-column: 1/-1; }
      .index__main--features .card-port {
        grid-column: span 5; }
    .index__main #moreButton {
      justify-self: flex-end;
      grid-column: -6/-1; }
  .index__subcat1 {
    grid-column: 12/-2;
    border: 3px solid;
    color: #c51576;
    grid-row: 1;
    align-self: flex-end;
    display: flex;
    flex-direction: column; }
    .index__subcat1 .card-port {
      padding: 1rem; }
    .index__subcat1 #moreButton {
      align-self: flex-end;
      margin: 1rem; }
  .index__subcat2 {
    grid-column: 12/-2;
    border: 3px solid;
    color: plum;
    grid-row: 2;
    display: flex;
    flex-direction: column; }
    .index__subcat2 #moreButton {
      align-self: flex-end;
      margin: 1rem; }
  .index__more {
    grid-column: 2/12; }
    .index__more .card-land {
      grid-column: span 5; }

.page {
  background-color: pink; }
  .page__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90rem;
    flex: 1;
    width: 100%; }
    @media all and (max-width: 700px) {
      .page__content {
        padding: 2rem; } }
    .page__content .aligncenter {
      margin: 2ex auto; }
  .page .page_link_catcher {
    height: 6rem;
    width: 100%; }
  .page__block {
    display: flex;
    justify-content: center;
    padding-bottom: 3rem; }
  .page__title {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 6rem;
    max-width: 35ch;
    line-height: calc(8px + 2ex); }
    @media all and (max-width: 700px) {
      .page__title {
        font-size: 5rem; } }
  .page__subtitle {
    padding: 1rem 3rem 1rem 0rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 4rem;
    max-width: 30ch;
    line-height: calc(8px + 2ex); }
    @media all and (max-width: 700px) {
      .page__subtitle {
        font-size: 3.5rem; } }
  .page__smalltitle {
    background-color: white;
    padding: 1rem 3rem 1rem 2rem; }
  .page__standfirst {
    font-weight: 200;
    padding: 2rem 0rem 0rem 0rem;
    margin-top: -2px;
    font-family: 'adobe-caslon-pro'; }
    .page__standfirst p {
      font-size: 2rem;
      max-width: 45ch;
      line-height: calc(8px + 2ex); }
  .page__body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%; }
    .page__body > * + * {
      margin-top: 6ex; }
    .page__body--accordion {
      width: 100%; }
    .page__body--content {
      margin-top: 2rem;
      width: 100%;
      color: black; }
      .page__body--content > * + * {
        margin-top: 2ex; }
      @media all and (max-width: 700px) {
        .page__body--content {
          padding: 1rem; } }
    .page__body p {
      font-size: 1.95rem;
      max-width: var(--measure);
      line-height: 1.3;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .page__body ul,
    .page__body ol {
      font-size: 1.95rem;
      max-width: var(--measure);
      line-height: 1.3;
      font-family: adobe-caslon-pro, serif;
      font-weight: 400;
      font-style: normal;
      margin-left: 4.1ch;
      margin-top: 2ex;
      margin-bottom: 2ex; }
      .page__body ul > * + *,
      .page__body ol > * + * {
        margin-top: 1.5ex; }
  .page__divider {
    display: block;
    height: 5px;
    border: 0;
    border-top: 5px solid #fff;
    margin: 2rem 0;
    width: 100%; }
  .page #aboutPage {
    display: flex;
    justify-content: center; }
    @media all and (max-width: 450px) {
      .page #aboutPage {
        grid-column: 1/-1; } }
  .page #teamPage {
    display: flex;
    justify-content: center; }
    .page #teamPage .page__standfirst {
      margin-bottom: 6rem; }
  .page__team--members {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: var(--grid-space);
    grid-row-gap: var(--grid-space);
    align-self: center; }
    @media all and (max-width: 700px) {
      .page__team--members {
        grid-template-columns: 1fr 1fr; } }
    @media all and (max-width: 450px) {
      .page__team--members {
        grid-template-columns: 1fr; } }
    .page__team--members--title {
      text-align: center;
      justify-self: center; }
    .page__team--members .member {
      grid-column: span 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page__team--members .member > * + * {
        margin-top: 1ex; }
      .page__team--members .member__img {
        max-width: 25rem;
        display: flex;
        align-items: center;
        justify-self: stretch;
        height: 100%; }
        .page__team--members .member__img img {
          width: 100%; }
      .page__team--members .member__text {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column; }
      .page__team--members .member__role {
        font-family: 'futura-pt'; }
      .page__team--members .member__email {
        line-height: calc(2px + 2ex + 11px); }
    .page__team--members::after {
      content: '';
      display: block;
      height: 5px;
      border: 0;
      border-top: 5px solid #fff;
      margin: 4rem 0;
      width: 100%;
      grid-column: 1/-1; }
  .page #pitchPage .page__body {
    justify-content: space-between;
    align-self: stretch; }
  .page #contactPage {
    background-color: #e4ace4;
    display: flex;
    justify-content: center; }
    .page #contactPage .contacts {
      display: flex;
      flex-direction: column;
      width: 100%;
      color: white;
      margin-top: 6vw; }
      .page #contactPage .contacts > * + * {
        margin-top: 3vw; }
    .page #contactPage .row {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid; }
    .page #contactPage a {
      color: white; }

.long-page {
  width: 100%; }
  .long-page .page_link_catcher {
    height: 6rem;
    width: 100%; }
  .long-page__container {
    display: flex;
    width: 100%; }
  .long-page__content {
    padding-right: 8vw;
    width: 100%; }
    @media all and (max-width: 700px) {
      .long-page__content {
        padding-right: 0; } }
  .long-page__popup {
    position: sticky;
    top: 6rem;
    z-index: 5000;
    display: flex;
    align-self: flex-start;
    width: 8vw;
    justify-content: center;
    padding-top: 3rem; }
    @media all and (max-width: 700px) {
      .long-page__popup {
        display: none; } }
  .long-page__banner {
    background-color: pink;
    display: flex;
    align-items: center;
    padding: 15vh 8vw; }
    @media all and (max-width: 700px) {
      .long-page__banner {
        padding: 8vh 2rem 10vh 2rem; } }
    .long-page__banner--title {
      max-width: 90vh;
      font-size: 8rem;
      text-transform: lowercase; }
      @media all and (max-width: 700px) {
        .long-page__banner--title {
          font-size: 5rem;
          line-height: calc(10px + 2ex); } }
  .long-page__block {
    padding-bottom: 0;
    padding-bottom: 0;
    width: 100%; }
  .long-page__contents {
    background-color: green;
    color: white;
    width: 50%;
    padding: 3rem;
    font-family: din-2014, sans-serif; }
    @media all and (max-width: 700px) {
      .long-page__contents {
        width: 85%;
        margin-left: 2rem; } }
    .long-page__contents--title {
      margin-bottom: 0.25em; }
    .long-page__contents--link {
      padding: 0.15em 0.5em; }
      @media all and (max-width: 700px) {
        .long-page__contents--link {
          padding: 0.5em 0.5em; } }
      .long-page__contents--link:hover {
        text-decoration: underline;
        text-decoration-color: white; }

.post {
  margin: 0 auto;
  max-width: 140rem;
  background-color: #fffff6;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .post .ad__sidebar--top {
    margin-top: 4vw; }
  .post .ad__sidebar--btm {
    margin-bottom: 4vw; }
  .post .ad__body {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .post .ad__post--btm {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .post section {
    padding-top: 0;
    border: none; }
  .post__header {
    display: flex;
    flex-direction: column;
    max-width: 120rem;
    min-width: 85%; }
    .post__header--text {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 3rem 4rem;
      text-align: center;
      position: relative; }
      @media all and (max-width: 700px) {
        .post__header--text {
          margin: 3rem 2rem; } }
    .post__header--taxonomies {
      display: flex;
      align-items: center; }
      .post__header--taxonomies > * + * {
        margin-left: 2em; }
    .post__header--categories, .post__header--formats {
      display: flex;
      list-style: none; }
      .post__header--categories h5, .post__header--formats h5 {
        font-family: din-2014, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8rem; }
      .post__header--categories a:hover, .post__header--formats a:hover {
        text-decoration: underline;
        text-decoration-color: var(--magenta);
        text-underline-offset: 3px; }
      .post__header--categories > * + *, .post__header--formats > * + * {
        margin-left: 1em; }
    .post__header--formats a {
      border: solid 1px;
      padding: 0.3em 0.8em;
      text-decoration: none;
      border-radius: 10rem;
      background-color: var(--blue-light);
      text-decoration: none; }
      .post__header--formats a:hover {
        background-color: #aaabe2;
        text-decoration: none; }
    .post__header--title {
      font-size: 5.5rem;
      margin-top: 1.5rem;
      margin-bottom: 0; }
      @media all and (max-width: 900px) {
        .post__header--title {
          margin-top: 1rem;
          font-size: 4.5rem; } }
      @media all and (max-width: 700px) {
        .post__header--title {
          margin-top: 1rem;
          font-size: 3rem; } }
    .post__header--standfirst {
      margin-bottom: 0;
      margin-top: 2.5rem;
      font-family: adobe-caslon-pro, serif;
      font-weight: 400;
      font-style: italic; }
      @media all and (max-width: 700px) {
        .post__header--standfirst {
          margin-top: 1.5rem; } }
    .post__header--author {
      margin-top: 2rem;
      margin-bottom: 0; }
      @media all and (max-width: 700px) {
        .post__header--author {
          margin-top: 1rem; } }
    .post__header--date {
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-family: din-2014, sans-serif;
      font-weight: 400;
      font-style: normal; }
      @media all and (max-width: 700px) {
        .post__header--date {
          margin-top: 1rem; } }
    .post__header--image {
      padding-top: 60%;
      position: relative; }
    .post__header--img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      position: absolute;
      top: 0; }
    .post__header--imgcap {
      display: flex;
      z-index: 1000;
      position: relative;
      transform: translateY(100%);
      background-color: rgba(245, 245, 245, 0.4);
      padding-right: 1ex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .post__header--imgcap p {
        font-size: 1.1rem;
        padding: 0.5rem 0 0.25rem;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: italic; }
        @media all and (max-width: 600px) {
          .post__header--imgcap p {
            font-size: 1rem;
            padding: 0.1rem 0 0.25rem; } }
        .post__header--imgcap p::before {
          content: 'img cred: '; }
  .post__body {
    margin-top: 4vw;
    display: flex;
    width: 100%;
    justify-content: center; }
    @media all and (max-width: 700px) {
      .post__body {
        margin-top: 6vw; } }
    .post__body--content {
      align-items: center;
      display: flex;
      flex-direction: column;
      width: 100%;
      flex: 10 0; }
      .post__body--content .addtoany_content {
        margin: 3rem auto 3rem auto !important; }
      .post__body--content #contentContainer {
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        align-items: center;
        width: 100%; }
        .post__body--content #contentContainer > * + * {
          margin-top: 2ex; }
        .post__body--content #contentContainer a {
          color: var(--blue); }
          .post__body--content #contentContainer a:hover {
            text-decoration: underline; }
        .post__body--content #contentContainer .pgc-sgb-cb {
          width: 100%; }
        .post__body--content #contentContainer .wp-block-image,
        .post__body--content #contentContainer .wp-block-cover,
        .post__body--content #contentContainer .wp-block-media-text,
        .post__body--content #contentContainer .wp-block-gallery,
        .post__body--content #contentContainer .wp-block-columns,
        .post__body--content #contentContainer .wp-block-group {
          margin-top: 4rem !important;
          margin-bottom: 4rem; }
          .post__body--content #contentContainer .wp-block-image .wp-block-gallery,
          .post__body--content #contentContainer .wp-block-cover .wp-block-gallery,
          .post__body--content #contentContainer .wp-block-media-text .wp-block-gallery,
          .post__body--content #contentContainer .wp-block-gallery .wp-block-gallery,
          .post__body--content #contentContainer .wp-block-columns .wp-block-gallery,
          .post__body--content #contentContainer .wp-block-group .wp-block-gallery {
            margin-top: 0 !important;
            margin-bottom: 0; }
        .post__body--content #contentContainer .wp-block-column p {
          width: 100% !important; }
        .post__body--content #contentContainer .has-large-font-size {
          font-size: 2.4rem !important;
          line-height: 3 !important;
          font-weight: 600 !important; }
        /* .post__body--content #contentContainer .has-text-align-center {
          width: 100% !important; } */
        .post__body--content #contentContainer .blocks-gallery-caption {
          text-align: center; }
        .post__body--content #contentContainer .wp-block-media-text {
          grid-template-columns: 50% 50%; }
          @media all and (max-width: 600px) {
            .post__body--content #contentContainer .wp-block-media-text__content {
              margin-top: 2rem;
              width: 100%; } }
        .post__body--content #contentContainer li {
          width: calc(100% - 2em); }
        .post__body--content #contentContainer p,
        .post__body--content #contentContainer h1,
        .post__body--content #contentContainer h2,
        .post__body--content #contentContainer h3,
        .post__body--content #contentContainer h4,
        .post__body--content #contentContainer h5,
        .post__body--content #contentContainer blockquote,
        .post__body--content #contentContainer ul,
        .post__body--content #contentContainer ol,
        .post__body--content #contentContainer .wp-block-embed {
          max-width: none;
          width: 100%; }
          @media all and (min-width: 700px) {
            .post__body--content #contentContainer p,
            .post__body--content #contentContainer h1,
            .post__body--content #contentContainer h2,
            .post__body--content #contentContainer h3,
            .post__body--content #contentContainer h4,
            .post__body--content #contentContainer h5,
            .post__body--content #contentContainer blockquote,
            .post__body--content #contentContainer ul,
            .post__body--content #contentContainer ol,
            .post__body--content #contentContainer .wp-block-embed {
              width: 58.5rem;
              max-width: 100%; }
              .post__body--content #contentContainer p.blocks-gallery-grid,
              .post__body--content #contentContainer h1.blocks-gallery-grid,
              .post__body--content #contentContainer h2.blocks-gallery-grid,
              .post__body--content #contentContainer h3.blocks-gallery-grid,
              .post__body--content #contentContainer h4.blocks-gallery-grid,
              .post__body--content #contentContainer h5.blocks-gallery-grid,
              .post__body--content #contentContainer blockquote.blocks-gallery-grid,
              .post__body--content #contentContainer ul.blocks-gallery-grid,
              .post__body--content #contentContainer ol.blocks-gallery-grid,
              .post__body--content #contentContainer .wp-block-embed.blocks-gallery-grid {
                width: 100%; } }
        .post__body--content #contentContainer h1,
        .post__body--content #contentContainer h2,
        .post__body--content #contentContainer h3,
        .post__body--content #contentContainer h4 {
          margin-bottom: 0.5ex; }
        .post__body--content #contentContainer iframe {
          margin-top: 1rem; }
      .post__body--content ul,
      .post__body--content ol {
        transform: translateX(4ex);
        font-weight: 200;
        font-family: adobe-caslon-pro, serif; }
      .post__body--content p,
      .post__body--content ul,
      .post__body--content ol,
      .post__body--content li {
        font-size: 1.95rem;
        max-width: var(--measure);
        line-height: 1.3;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; }
      .post__body--content .wp-block-image img {
        height: auto; }
      .post__body--content .wp-block-image figcaption {
        display: flex;
        margin-top: 15px; }
      .post__body--content .wp-block-media-text__media img,
      .post__body--content .wp-block-media-text__media video {
        height: auto; }
      .post__body--content .wp-block-quote {
        padding: 1em 0;
        margin: 0;
        font-size: 2rem; }
        .post__body--content .wp-block-quote p {
          font-size: 3.2rem;
          max-width: 45ch;
          line-height: calc(6px + 2ex + 6px);
          margin: auto;
          font-weight: bolder;
          text-align: center;
          margin-bottom: 0.5em; }
          @media all and (max-width: 600px) {
            .post__body--content .wp-block-quote p {
              font-size: 2.5rem;
              line-height: calc(5px + 2ex + 5px); } }
        .post__body--content .wp-block-quote cite {
          margin-top: 1ex;
          font-weight: 200; }
    .post__body--footer-text {
      padding: 15px 0;
      max-width: none;
      width: 100%;
      font-size: 1.95rem;
      max-width: var(--measure);
      line-height: 1.3;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      font-family: adobe-caslon-pro, serif;
      font-weight: 400;
      font-style: italic; }
      @media all and (min-width: 700px) {
        .post__body--footer-text {
          width: 58.5rem;
          max-width: 100%; }
          .post__body--footer-text.blocks-gallery-grid {
            width: 100%; } }
    .post__body--sidebar {
      flex: 0 0 330px;
      border-left: 2px solid var(--grey-light);
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-start; }
      @media all and (max-width: 1000px) {
        .post__body--sidebar {
          display: none; } }
      .post__body--sidebar .post__readmore--cat-titles {
        display: none; }
        @media screen and (max-width: 900px) {
          .post__body--sidebar .post__readmore--cat-titles {
            display: inline-block; } }
      .post__body--sidebar .advads-postsidebartop,
      .post__body--sidebar .advads-postsidebarbtm {
        width: 100%; }
    .post__body--text {
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .post__body--quote {
      max-width: 61rem;
      text-align: center;
      margin: var(--s5) 0; }
    .post__body--img--sml {
      width: 100%;
      max-width: 61rem; }
      .post__body--img--sml .asp__rect-land {
        padding-top: 65%; }
    .post__body--img--lrg {
      width: 100%;
      max-width: 61rem; }
      .post__body--img--lrg .asp__rect-land {
        padding-top: 65%; }
  .post #readMoreSide .cards {
    grid-template-columns: 1fr; }
  .post__readmore {
    padding: 4vw 0;
    width: 100%; }
    .post__readmore .cards {
      width: 100%; }
      @media screen and (min-width: 500px) {
        .post__readmore .cards {
          padding: 2vw; } }
      .post__readmore .cards__card {
        padding: 0 1rem; }
    .post__readmore--cat-titles {
      display: flex;
      list-style: none;
      font-size: clamp(2rem, 3vw, 3.5rem); }
      .post__readmore--cat-titles a {
        text-decoration: underline; }
      .post__readmore--cat-titles > * + * {
        margin-left: 1ch; }
  .post .tags {
    display: flex;
    justify-content: center;
    padding: 2vw;
    border-top: 2px solid var(--grey-light);
    align-self: stretch; }
    .post .tags__list {
      list-style: none;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .post .tags__list > * + * {
        margin-left: 4ch;
        margin-top: 3ch; }
      .post .tags__list--tag {
        border: solid 1px;
        padding: 0.25em 1.25em;
        text-decoration: none;
        border-radius: 10rem;
        background-color: greenyellow;
        text-decoration: none;
        margin-top: 3ch; }
        @media screen and (max-width: 600px) {
          .post .tags__list--tag {
            border: solid 2px; } }
        .post .tags__list--tag:hover {
          background-color: #92db25; }
        .post .tags__list--tag h5 {
          font-family: din-2014, sans-serif;
          font-weight: 400;
          font-style: normal; }

.wp-block-embed {
  display: flex;
  justify-content: center; }

.wp-block-embed-youtube {
  width: 100%; }

.hybrid-post__header {
  align-items: center;
  margin-bottom: -10vw; }
  @media screen and (max-width: 500px) {
    .hybrid-post__header {
      margin-bottom: -15vw; } }
  .hybrid-post__header--image {
    width: 100%; }
    @media screen and (min-width: 700px) {
      .hybrid-post__header--image {
        padding-top: 50%; } }
  .hybrid-post__header .post__header--imgcap {
    position: absolute;
    top: 0;
    transform: none; }
  .hybrid-post__header--text {
    background-color: #fcfcfc;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    transform: translateY(-10vw);
    padding: 3rem 2rem;
    width: calc(80% + 48px);
    border: 2px solid;
    margin-bottom: 0; }
    @media screen and (max-width: 500px) {
      .hybrid-post__header--text {
        transform: translateY(-15vw);
        padding: 1.5rem 0.5rem; } }

.post__header--video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 700px) {
    .post__header--video {
      max-width: 90%; } }
  .post__header--video iframe,
  .post__header--video object,
  .post__header--video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#vidPostHeader {
  width: 100%;
  background-color: #281341;
  background: linear-gradient(#281341, #000);
  padding-bottom: 5vw; }
  #vidPostHeader a {
    color: whitesmoke; }
  #vidPostHeader .post__header--text {
    color: whitesmoke; }

#search .archive__header--description span {
  font-weight: 600;
  text-decoration: underline; }

.search-research .cards__card {
  max-width: 340px; }

.archive__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 1rem;
  max-width: 100%; }
  .archive__header > * + * {
    margin-top: 1rem; }
  .archive__header--img-title {
    max-height: 51px;
    max-width: 100%; }
  .archive__header--description {
    margin-bottom: 2em; }
  .archive__header--upload-img {
    max-width: 100%;
    height: auto; }

.author-about {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem 4vw; }
  .author-about > * + * {
    margin-top: 2vw; }
  .author-about__row {
    align-items: center; }
  .author-about__description {
    font-family: helvetica, san-serif;
    font-weight: 300;
    text-align: center; }

#muckRackLinkImg {
  width: 40px; }

.feat .cards {
  padding: 0; }
  @media all and (max-width: 700px) {
    .feat .cards {
      flex-direction: column; } }
  @media all and (max-width: 500px) {
    .feat .cards > * + * {
      margin: 3vw 0 0 0; } }
  .feat .cards__card {
    min-width: 21rem; }
    @media all and (max-width: 900px) {
      .feat .cards__card {
        margin: calc(0.5 * var(--grid-space)); } }
    @media all and (max-width: 700px) {
      .feat .cards__card {
        flex-direction: row; } }
    @media all and (max-width: 500px) {
      .feat .cards__card {
        flex-direction: column; } }
    .feat .cards__card--deets {
      padding: 1rem; }
      @media all and (max-width: 700px) {
        .feat .cards__card--deets {
          padding: calc(0.5 * var(--grid-space)); } }
      @media all and (max-width: 500px) {
        .feat .cards__card--deets {
          flex-direction: column;
          padding: calc(0.25 * var(--grid-space)); } }

.today {
  padding: calc(var(--grid-space)); }
  .today .fs {
    margin: 0;
    padding: 0; }
  .today__cards {
    display: flex;
    flex-wrap: wrap; }
    @media all and (max-width: 700px) {
      .today__cards {
        flex-direction: column;
        flex-wrap: unset; }
        .today__cards > * + * {
          margin: calc(var(--grid-space) / 2) 0 0 !important; } }
  .today__card {
    display: flex;
    border: 2px solid;
    background-color: rgba(255, 255, 255, 0.4);
    max-width: 70rem;
    transition: 0.25s background-color;
    margin: calc(var(--grid-space) / 2);
    flex: 1 1 45%;
    border-radius: 10px; }
    @media all and (max-width: 900px) {
      .today__card {
        flex-direction: column; } }
    @media all and (max-width: 700px) {
      .today__card {
        padding: 1rem; } }
    .today__card--text {
      padding: 1rem;
      flex: 1 1 50%;
      display: flex;
      flex-direction: column; }
      .today__card--text > * + * {
        margin-top: 0.5em; }
      @media all and (max-width: 700px) {
        .today__card--text {
          padding: 0; } }
    .today__card--title {
      line-height: calc(5px + 2ex);
      font-weight: 400;
      border-top: 2px solid;
      padding-top: 1rem;
      margin-top: 1rem; }
    .today__card--cat {
      display: flex;
      color: white; }
      .today__card--cat > * + * {
        margin-left: 1ex; }
      .today__card--cat h5 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 50px;
        padding: 0.25rem 1rem;
        text-transform: lowercase; }
    .today__card--author {
      list-style: none;
      display: flex;
      justify-content: space-between;
      margin-top: auto; }
    .today__card--thumb {
      position: relative;
      flex: 1 1 50%; }
    .today__card--thumb-box {
      padding-top: 80%;
      height: 100%;
      position: relative; }
    .today__card--img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      border-radius: 8px; }
    @media all and (max-width: 700px) {
      .today__card:nth-child(2) .today__card--text > * + *, .today__card:nth-child(3) .today__card--text > * + *, .today__card:nth-child(4) .today__card--text > * + * {
        margin-top: 0; } }
    @media all and (max-width: 700px) {
      .today__card:nth-child(2) .today__card--cat, .today__card:nth-child(3) .today__card--cat, .today__card:nth-child(4) .today__card--cat {
        flex: 1;
        align-self: flex-start;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: .5rem; } }
    @media all and (max-width: 700px) {
      .today__card:nth-child(2) .today__card--title, .today__card:nth-child(3) .today__card--title, .today__card:nth-child(4) .today__card--title {
        flex: 6; } }
    @media all and (max-width: 700px) {
      .today__card:nth-child(2) .today__card--author, .today__card:nth-child(3) .today__card--author, .today__card:nth-child(4) .today__card--author {
        margin-top: 0 !important;
        align-self: flex-end;
        flex: 1;
        font-size: 1.4rem;
        display: none; } }
    .today__card:nth-child(2) .today__card--thumb, .today__card:nth-child(3) .today__card--thumb, .today__card:nth-child(4) .today__card--thumb {
      flex: 1 1 50%;
      width: 100%; }
      @media all and (max-width: 700px) {
        .today__card:nth-child(2) .today__card--thumb, .today__card:nth-child(3) .today__card--thumb, .today__card:nth-child(4) .today__card--thumb {
          display: none; } }
    @media all and (max-width: 700px) {
      .today__card:nth-child(1) {
        margin: 0; } }
    .today__card:nth-child(1) .today__card--thumb {
      display: inline-block; }
    @media all and (max-width: 700px) {
      .today__card:nth-child(1) .today__card--text {
        padding: 0 0 1rem 0; } }
    @media all and (max-width: 700px) {
      .today__card:nth-child(1) .today__card--title {
        font-size: 2.25rem;
        line-height: calc(4px + 2ex);
        text-transform: capitalize; } }
    @media all and (max-width: 500px) {
      .today__card:nth-child(1) .today__card--title {
        font-size: 3rem;
        line-height: calc(4px + 2ex);
        text-transform: capitalize; } }

.gen .cards__card {
  min-width: 22rem; }

.section__header--title {
  font-family: farm-new, sans-serif;
  margin-bottom: 1rem;
  font-size: 6rem;
  text-align: center; }
  @media all and (max-width: 600px) {
    .section__header--title {
      font-size: 4rem; } }

.horoscope {
  grid-column: 1/-1; }
  .horoscope__title {
    grid-column: 3/-3;
    text-align: center;
    justify-self: center; }
  .horoscope__text {
    grid-column: 3/-3;
    text-align: center;
    justify-self: center;
    margin-top: 2rem; }
  .horoscope__tiles {
    padding: 0 6rem;
    margin-top: 6rem;
    grid-column: 3/-3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: var(--grid-space);
    position: relative; }
  .horoscope__checkbox {
    display: none; }
  .horoscope__card {
    grid-column: span 1;
    grid-row: span 1;
    position: relative;
    cursor: pointer; }
  .horoscope__tile:hover .horoscope__tile--thumb {
    transform: translateY(-5%);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2); }
  .horoscope__tile:active .horoscope__tile--thumb {
    transform: translateY(0);
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }
  .horoscope__tile--thumb {
    width: 100%;
    height: 100%;
    padding-top: 130%;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }
  .horoscope__tile #thumb-middle {
    transition: transform 0.8s; }
  .horoscope__tile--img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .horoscope__tile--button {
    background-color: tan;
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6000;
    transition: all 1s; }
  .horoscope__tile--icon {
    z-index: 4000; }
  .horoscope__tile--content {
    width: 0;
    height: 100%;
    opacity: 0; }
  .horoscope__checkbox:checked ~ .horoscope__tile #button-left {
    width: calc(200% + var(--grid-space));
    height: calc(200% + var(--grid-space));
    background-color: plum;
    bottom: auto;
    left: 0;
    bottom: 0;
    transform: translate(calc(((100% - var(--grid-space)) / 2) + var(--grid-space)), calc((((1 * (100% - var(--grid-space)))) / 2) + var(--grid-space)));
    z-index: 10000000; }
  .horoscope__checkbox:checked ~ .horoscope__tile #button-right {
    transform: translate(calc((((-1 * (100% - var(--grid-space))))) - 2 * var(--grid-space)), calc((((1 * (100% - var(--grid-space)))) / 2) + var(--grid-space))) !important;
    width: calc(200% + var(--grid-space));
    height: calc(200% + var(--grid-space));
    background-color: plum;
    bottom: auto;
    left: 0;
    bottom: 0;
    z-index: 10000000; }
  .horoscope__checkbox:checked ~ .horoscope__tile #button-middle {
    transform: translate(0, calc((((1 * (100% - var(--grid-space)))) / 2) + var(--grid-space)));
    width: calc(200% + var(--grid-space));
    height: calc(200% + var(--grid-space));
    background-color: plum;
    bottom: auto;
    left: 0;
    bottom: 0;
    z-index: 10000000; }
  .horoscope__checkbox:checked ~ .horoscope__tile #thumb-middle {
    transform: translate(calc(-1 * (100% + var(--grid-space))), 0);
    z-index: 10000000; }
  .horoscope__checkbox:checked ~ .horoscope__tile--button .horoscope__tile--content {
    opacity: 1;
    width: 100%;
    transition-delay: 0.1s; }
  .horoscope__checkbox:checked ~ .horoscope__tile--button .horoscope__tile--icon {
    display: none; }

.quote_card {
  display: flex;
  flex-wrap: wrap-reverse;
  cursor: pointer;
  width: 100%; }
  .quote_card:hover .quote_card__text--author,
  .quote_card:hover .quote_card__text--post-title {
    color: black; }
  .quote_card__text {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2rem 3rem;
    min-width: 34rem; }
    @media all and (max-width: 600px) {
      .quote_card__text {
        padding: 3vw 4vw; } }
    .quote_card__text--quote {
      font-size: 2.2rem;
      line-height: calc(7px + 2ex);
      font-weight: 400;
      font-family: adobe-caslon-pro, serif; }
    .quote_card__text--author {
      color: #f3f3f3;
      transition: 0.3s color; }
    .quote_card__text--post-title {
      color: #f3f3f3;
      text-decoration: underline;
      text-underline-offset: 2px;
      -webkit-text-decoration-color: white;
      text-decoration-color: white;
      transition: 0.3s color;
      line-height: calc(5px + 2ex); }
      @media all and (max-width: 700px) {
        .quote_card__text--post-title {
          line-height: calc(9px + 2ex); } }
    .quote_card__text > * + * {
      margin-top: 4vw; }
  .quote_card__thumb {
    flex: 1 0 50%;
    width: 100%; }
    .quote_card__thumb--box {
      height: 100%; }
    .quote_card__thumb--img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .quote_card:hover {
    cursor: pointer; }
    .quote_card:hover .quote_card__text--author {
      text-decoration: underline;
      text-underline-offset: 2px;
      -webkit-text-decoration-color: white;
      text-decoration-color: white; }

.splash__top {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  display: flex;
  flex: 3;
  align-self: flex-start; }
  .splash__top > * + * {
    margin-left: var(--grid-space); }
  @media all and (max-width: 1000px) {
    .splash__top {
      padding: 0;
      position: relative;
      top: 0;
      max-height: none;
      width: 100%; } }
  .splash__top .cards__card {
    max-width: 100%;
    border: none;
    margin: 0;
    background-color: transparent;
    flex-direction: column; }
    @media all and (min-width: 1001px) {
      .splash__top .cards__card {
        font-size: 4rem;
        line-height: calc(12px + 2ex);
        padding-right: 2rem; } }
    .splash__top .cards__card--title {
      font-size: 3rem;
      line-height: calc(2px + 2ex);
      font-weight: 400;
      margin: 0; }
      @media all and (min-width: 1001px) {
        .splash__top .cards__card--title {
          font-size: 4rem;
          line-height: calc(12px + 2ex);
          padding-right: 2rem;
          margin-top: 1rem; } }
      @media all and (max-width: 1000px) {
        .splash__top .cards__card--title {
          font-size: 4.5rem;
          line-height: calc(16px + 2ex); } }
      @media all and (max-width: 700px) {
        .splash__top .cards__card--title {
          font-size: 3.5rem;
          line-height: calc(10px + 2ex); } }
    @media all and (min-width: 500px) and (max-width: 1000px) {
      .splash__top .cards__card--thumb .asp {
        padding-top: 60%; } }
    .splash__top .cards__card--deets {
      background-color: transparent;
      padding: 0;
      padding-bottom: 2rem; }
      @media all and (max-width: 1000px) {
        .splash__top .cards__card--deets {
          padding: 2vw 4vw; } }
      @media all and (max-width: 700px) {
        .splash__top .cards__card--deets {
          padding: 4vw 4vw 2vw 4vw; } }
    .splash__top .cards__card--author {
      margin-top: 0.5em;
      font-size: 2rem !important; }
      @media all and (min-width: 1000px) {
        .splash__top .cards__card--author {
          font-size: 1.8rem !important;
          margin-top: 1em; } }

.splash__cards {
  flex: 4;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: calc(var(--grid-space) / 2); }
  @media all and (min-width: 1001px) {
    .splash__cards {
      margin-top: 0; } }
  @media all and (max-width: 1000px) {
    .splash__cards {
      margin-left: 0;
      padding: 0 4vw;
      width: 100%; } }
  @media all and (max-width: 700px) {
    .splash__cards {
      padding: 0 4vw;
      margin-top: 1rem; } }

.tag {
  margin-top: 2vw; }
  .tag__cards {
    flex: 1.5;
    padding: 1rem 2vw 2rem 2vw; }
    @media all and (max-width: 700px) {
      .tag__cards {
        order: 2; } }
    .tag__cards .cards__card--content {
      flex-direction: column; }
      @media all and (max-width: 1000px) {
        .tag__cards .cards__card--content {
          flex-direction: column; } }
      @media all and (max-width: 700px) {
        .tag__cards .cards__card--content {
          flex-direction: row; } }
    .tag__cards .cards__card--deets {
      padding: 1rem 0; }
      @media all and (max-width: 700px) {
        .tag__cards .cards__card--deets {
          padding: 0 2rem; } }
    @media all and (max-width: 1000px) {
      .tag__cards .cards__card--thumb {
        flex: 1.5 !important; } }
  .tag__text {
    flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 30%;
    margin: 2rem;
    z-index: 100;
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 701px) {
      .tag__text {
        background-color: transparent !important; } }
    @media all and (max-width: 700px) {
      .tag__text {
        order: 1;
        padding: 1.5rem 1rem;
        margin-left: 0;
        top: 6rem;
        text-align: center;
        margin-bottom: 0;
        align-items: center;
        background-color: var(--magenta);
        width: 100%; } }
  .tag__meta {
    background-color: var(--orange);
    color: black;
    padding: 0.05em 0.5em 0.05em 0.5em;
    border: 3px solid;
    font-size: 3rem;
    font-family: futura-pt; }
    .tag__meta > * {
      display: inline; }
    .tag__meta::before {
      content: '#'; }
    @media all and (max-width: 700px) {
      .tag__meta {
        font-size: 2rem;
        border: 2px solid;
        padding: 0.1em 0.75em 0.075em 0.75em; } }
  .tag__title {
    margin: 3vw 0;
    font-size: 1.7rem; }
    @media all and (max-width: 700px) {
      .tag__title {
        font-size: 1.2rem;
        margin: 2vw 0; } }
  .tag__more {
    text-decoration: underline; }
    @media all and (max-width: 700px) {
      .tag__more {
        font-size: 1.2rem; } }

.trending {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  @media all and (max-width: 500px) {
    .trending {
      flex-direction: column; } }
  .trending__container {
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    position: relative;
    display: flex;
    justify-content: flex-start; }
    .trending__container::-webkit-scrollbar {
      display: none; }
    .trending__container > * + * {
      margin-left: 1.5vw; }
      @media all and (max-width: 600px) {
        .trending__container > * + * {
          margin-left: 3vw; } }
    .trending__container .trendcard {
      scroll-snap-align: start;
      min-width: calc(100% / 3);
      position: relative;
      align-items: center;
      flex-direction: row; }
      @media all and (max-width: 1000px) {
        .trending__container .trendcard {
          min-width: calc(100% / 2.25); } }
      @media all and (max-width: 500px) {
        .trending__container .trendcard {
          min-width: calc(100% / 1.5); } }
      .trending__container .trendcard__thumb {
        position: relative; }
      .trending__container .trendcard .asp {
        padding-top: 80%; }
        @media all and (max-width: 700px) {
          .trending__container .trendcard .asp {
            padding-top: 130%; } }
      .trending__container .trendcard .asp--img {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8); }
        .trending__container .trendcard .asp--img:hover {
          -webkit-filter: brightness(1);
          filter: brightness(1);
          transition: all 0.3s; }
      .trending__container .trendcard__deets {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        bottom: 7.5%;
        width: 90%;
        text-align: left;
        color: black;
        flex: 2; }
        .trending__container .trendcard__deets > * {
          margin-top: 0;
          background-color: white;
          color: inherit;
          padding: 0.5rem 2rem 0.5rem 0.5rem; }

.ca__hp--img-title {
  width: 80%;
  align-self: center; }
  .ca__hp--img-title img {
    width: 100%; }

.ca__hp--title {
  align-self: center;
  color: whitesmoke; }

.ca__hp--standfirst {
  text-align: center;
  color: whitesmoke;
  margin-top: 1rem; }

.ca__hp--link {
  align-self: center;
  color: whitesmoke; }
  .ca__hp--link:hover {
    background-color: whitesmoke;
    color: black;
    border-color: whitesmoke; }

.ca .quote_card__text > * + * {
  margin-top: 0; }
  @media screen and (max-width: 1000px) {
    .ca .quote_card__text > * + * {
      margin-top: 2vw; } }

#caCard {
  cursor: auto;
  width: 100%; }

.ca {
  padding-bottom: 0; }
  .ca .quote_card__text {
    align-items: center; }
  .ca__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 6vw;
    position: relative;
    background-position: center; }
    .ca__header--img-title {
      width: 500px;
      max-width: 90%; }
    .ca__header--title {
      text-align: center; }
    .ca__header--tag {
      border-radius: 3rem;
      padding: 1rem;
      text-align: center; }
    .ca__header--tagimg {
      height: 30px; }
  .ca__fs {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 2vw; }
    @media all and (max-width: 900px) {
      .ca__fs {
        flex-direction: column;
        align-items: center; } }
    @media all and (max-width: 500px) {
      .ca__fs {
        padding: 0 4vw; } }
  .ca .cards__card {
    padding: 1.25rem;
    margin: 0;
    grid-column: span 2; }
    @media all and (max-width: 500px) {
      .ca .cards__card {
        grid-column: span 4; }
        .ca .cards__card .asp {
          padding-top: 50%; } }
    .ca .cards__card--content {
      flex-direction: column; }
    .ca .cards__card--title {
      margin-top: 1.1rem; }
    .ca .cards__card--standfirst {
      margin-top: 1rem; }
    .ca .cards__card--deets {
      background-color: rgba(0, 0, 0, 0.4);
      color: white;
      padding-left: 1rem;
      padding-bottom: 1rem; }
      @media all and (max-width: 1000px) {
        .ca .cards__card--deets {
          padding: 0; } }
      @media all and (max-width: 600px) {
        .ca .cards__card--deets {
          padding: 0; } }
    .ca .cards__card--btm-meta {
      margin-top: 1em; }
  .ca__text-container {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    text-justify: inter-word; }
    .ca__text-container > * + * {
      margin-top: 2ex; }
  .ca__link {
    color: whitesmoke !important; }
  .ca .cat {
    padding: 0.25em 2em 0.125em 2em;
    margin-top: 1rem; }
  .ca #moreButton:hover {
    text-decoration: none; }
  .ca__text {
    margin-top: 3rem;
    margin-right: 2vw;
    flex: 1.25;
    color: whitesmoke;
    position: relative;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 15rem;
    text-align: center;
    padding: 0 2vw; }
    @media all and (max-width: 1000px) {
      .ca__text {
        margin-right: calc(var(--grid-space) / 2); } }
    @media all and (max-width: 900px) {
      .ca__text {
        text-align: center;
        margin-right: 0;
        position: unset;
        top: unset; } }
    .ca__text .ca__link {
      margin-top: 2rem; }
    .ca__text--title p {
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
      font-weight: inherit; }
    .ca__text--standfirst > * + * {
      margin-top: 2ex; }
    .ca__text--standfirst h3 {
      max-width: none; }
    .ca__text--standfirst p {
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
      font-weight: inherit; }
    .ca__text--words > * + * {
      margin-top: 2ex; }
    .ca__text--words p {
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
      font-weight: lighter; }
    .ca__text a {
      text-decoration: none;
      color: var(--blue); }
      .ca__text a:hover {
        text-decoration: underline; }
  .ca__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2vw 4vw;
    margin-top: 6vw;
    color: whitesmoke;
    width: 100%; }
    @media all and (max-width: 900px) {
      .ca__footer {
        flex-direction: column;
        align-items: center; } }
    @media all and (max-width: 500px) {
      .ca__footer {
        margin-top: 12vw; } }
    .ca__footer--text {
      margin-bottom: 1rem;
      text-align: center;
      max-width: 60rem;
      border-top: 2px solid;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 2vw 4vw; }
      .ca__footer--text > * + * {
        margin-top: 2ex; }
      .ca__footer--text p {
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        font-weight: inherit; }
    .ca__footer a {
      text-decoration: none;
      color: var(--blue); }
      .ca__footer a:hover {
        text-decoration: underline; }
