/*
Theme Name: Caroline Criado Perez
URI:  patrickpower.design
Author: Patrick Power
Author URI: https://patrickpower.design
Version: 1
*/
/* Mixins */
/* Usage: @include phone { css here } */
.col-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .col-md-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .col-lg-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

.fade {
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 2s; }
  .fade.in {
    opacity: 1; }
  .fade.wait {
    transition-delay: 0.25s; }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-xs-up {
    display: none !important; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.d-flex,
.d-sm-flex,
.d-md-flex,
.d-lg-flex,
.d-xl-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-wrap,
.flex-sm-wrap,
.flex-md-wrap,
.flex-lg-wrap,
.flex-xl-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center,
.justify-content-sm-center,
.justify-content-md-center,
.justify-content-lg-center,
.justify-content-xl-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.justify-content-between,
.justify-content-sm-between,
.justify-content-md-between,
.justify-content-lg-between,
.justify-content-xl-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.justify-content-start,
.justify-content-sm-start,
.justify-content-md-start,
.justify-content-lg-start,
.justify-content-xl-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.justify-content-end,
.justify-content-sm-end,
.justify-content-md-end,
.justify-content-lg-end,
.justify-content-xl-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.align-items-center,
.align-items-sm-center,
.align-items-md-center,
.align-items-lg-center,
.align-items-xl-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-start,
.align-items-sm-start,
.align-items-md-start,
.align-items-lg-start,
.align-items-xl-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.align-items-end,
.align-items-sm-end,
.align-items-md-end,
.align-items-lg-end,
.align-items-xl-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }

.flex-column,
.flex-sm-column,
.flex-md-column,
.flex-lg-column,
.flex-xl-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row,
.flex-sm-row,
.flex-md-row,
.flex-lg-row,
.flex-xl-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.col-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@font-face {
  font-family: 'Sunflower';
  src: url("css/fonts/made-sunflower.eot");
  src: url("css/fonts/made-sunflower.eot?#iefix") format("embedded-opentype"), url("css/fonts/made-sunflower.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Tommy';
  src: url("css/fonts/made-tommy-soft-regular.eot");
  src: url("css/fonts/made-tommy-soft-regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/made-tommy-soft-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Tommy';
  src: url("css/fonts/made-tommy-soft-light.eot");
  src: url("css/fonts/made-tommy-soft-light.eot?#iefix") format("embedded-opentype"), url("css/fonts/made-tommy-soft-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Posterama';
  src: url("css/fonts/Posterama1919W01-SemiBold.eot");
  src: url("css/fonts/Posterama1919W01-SemiBold.eot?#iefix") format("embedded-opentype"), url("css/fonts/Posterama1919W01-SemiBold.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.heading-font {
  font-family: "Posterama","Tommy",sans-serif; }

html, body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-family: "Tommy","arial",sans-serif;
  font-weight: 400; }

body {
  overflow-x: hidden; }

:root {
  --bodyColour: #333333;
  --yellow: #fffff3;
  --red: #d70000;
  --gutter: 15px;
  --headerHeight: 80px;
  --footerHeight: 320px; }
  @media screen and (min-width: 576px) {
    :root {
      --gutter: calc((100vw - 540px) / 2);
      --footerHeight:240px; } }
  @media (min-width: 769px) {
    :root {
      --gutter: calc((100vw - 720px) / 2); } }
  @media (min-width: 992px) {
    :root {
      --gutter: calc((100vw - 960px) / 2); } }
  @media (min-width: 1200px) {
    :root {
      --gutter: calc((100vw - 1140px) / 2); } }

/* Reusable header and footer styles */
footer {
  height: var(--footerHeight);
  background-color: #333333;
  color: #ffffff;
  margin-top: calc(-1 * var(--footerHeight));
  padding: 15px var(--gutter); }

.footer__logo {
  width: 220px;
  max-width: 100%;
  color: #ffffff; }

header {
  height: var(--headerHeight);
  background-color: #ffffff;
  color: #222222;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  padding: 10px var(--gutter);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  font-family: "Tommy",sans-serif; }
  @media (max-width: 991px) {
    header {
      position: relative; } }
  @media (min-width: 992px) {
    header.home {
      opacity: 0;
      transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
      header.home.fix {
        opacity: 1; } }
  @media (max-width: 991px) {
    header {
      background-color: transparent; }
      header.fix {
        background-color: white; } }

#menu__btn {
  color: #222222;
  display: none;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 200%;
  cursor: pointer; }
  @media (max-width: 991px) {
    #menu__btn {
      display: block; } }

nav.main__navigation {
  color: #222222; }
  nav.main__navigation ul {
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 110%; }
    nav.main__navigation ul li {
      margin: 0 10px; }
      nav.main__navigation ul li a {
        color: #222222;
        text-decoration: none; }
        nav.main__navigation ul li a:hover {
          text-decoration: underline; }
      nav.main__navigation ul li.social__icons {
        font-size: 90%; }
        nav.main__navigation ul li.social__icons a {
          margin: 0 3px; }
  @media (max-width: 991px) {
    nav.main__navigation {
      display: none; } }
  nav.main__navigation.menuOpen {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    z-index: 1;
    top: var(--headerHeight);
    background: white;
    box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.05);
    padding-bottom: 15px; }
    nav.main__navigation.menuOpen ul {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 15px 0 0 0;
      margin: 0; }
      nav.main__navigation.menuOpen ul li {
        font-size: 145%;
        padding-bottom: 20px; }
        nav.main__navigation.menuOpen ul li.social__icons a {
          margin: 0 7px; }

.navigation__logo {
  height: var(--headerHeight);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 400px) {
    .navigation__logo p {
      font-size: 1.1rem; } }
  .home .navigation__logo {
    transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }
    @media (max-width: 991px) {
      .home .navigation__logo {
        opacity: 0; } }
  @media (max-width: 991px) {
    .home.fix .navigation__logo {
      opacity: 1; } }

/* Utility classes */
cite {
  font-family: "Tommy",sans-serif;
  font-style: normal; }

.body-font {
  font-family: "Tommy",sans-serif; }

.text-yellow {
  color: var(--yellow); }

.bg-yellow {
  background-color: var(--yellow); }

.text-body {
  color: var(--bodyColour); }

.bg-body {
  background: var(--bodyColour); }

.text-red {
  color: var(--red); }

.bg-red {
  background: var(--red); }

.heading-font {
  font-family: "Posterama","Sunflower","Tommy",serif; }

.light {
  font-weight: 300; }

.bold, .strong, b, strong {
  font-weight: 400; }

.italic {
  font-style: italic; }

.normal {
  font-style: normal !important; }

.no-underline {
  text-decoration: none; }
  .no-underline a {
    text-decoration: none; }

.no-underline-hover {
  text-decoration: none; }
  .no-underline-hover:hover {
    text-decoration: none; }
  .no-underline-hover a {
    text-decoration: none; }
    .no-underline-hover a:hover {
      text-decoration: none; }

.spaced {
  letter-spacing: 1.5px; }

.alignleft {
  float: left;
  padding: 15px 20px 15px 0; }

.alignright {
  float: right;
  padding: 15px 0px 15px 20px; }

.fullWidth {
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  @supports (width: 100vw) {
    .fullWidth {
      width: 100vw;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      margin-left: 50%;
      padding-left: 15px;
      padding-left: var(--gutter);
      padding-right: 15px;
      padding-right: var(--gutter); } }

.wp-block-image img {
  height: auto; }

.btn {
  border-radius: 0px; }
  .btn.btn-primary {
    background-color: var(--red);
    color: white;
    font-family: "Tommy",sans-serif;
    border: 0px;
    transition: padding-right cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    position: relative; }
    .btn.btn-primary::after {
      opacity: 0;
      transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 1s;
      content: ""; }
    .btn.btn-primary:not(:disabled):active, .btn.btn-primary:not(:disabled).active, .btn.btn-primary:not(:disabled):focus, .btn.btn-primary:not(:disabled).focus, .btn.btn-primary:not(.disabled):active, .btn.btn-primary:not(.disabled).active, .btn.btn-primary:not(.disabled):focus, .btn.btn-primary:not(.disabled).focus {
      background-color: var(--red);
      color: white;
      box-shadow: none; }
      .btn.btn-primary:not(:disabled):active.focus, .btn.btn-primary:not(:disabled):active:focus, .btn.btn-primary:not(:disabled).active.focus, .btn.btn-primary:not(:disabled).active:focus, .btn.btn-primary:not(:disabled):focus.focus, .btn.btn-primary:not(:disabled):focus:focus, .btn.btn-primary:not(:disabled).focus.focus, .btn.btn-primary:not(:disabled).focus:focus, .btn.btn-primary:not(.disabled):active.focus, .btn.btn-primary:not(.disabled):active:focus, .btn.btn-primary:not(.disabled).active.focus, .btn.btn-primary:not(.disabled).active:focus, .btn.btn-primary:not(.disabled):focus.focus, .btn.btn-primary:not(.disabled):focus:focus, .btn.btn-primary:not(.disabled).focus.focus, .btn.btn-primary:not(.disabled).focus:focus {
        box-shadow: none; }
    .btn.btn-primary:hover {
      padding-right: 45px; }
      .btn.btn-primary:hover::after {
        position: absolute;
        opacity: 1;
        width: 45px;
        top: calc(50% - (15px / 2));
        right: 10px;
        height: 15px;
        background-image: url(images/right-arrows.png);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: bottom right; }
  .btn.btn-secondary {
    background-color: transparent;
    font-family: "Tommy",sans-serif;
    font-size: larger;
    background-image: url(images/arrow-right.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 45px;
    border: 0px;
    color: var(--bodyColour); }
    .btn.btn-secondary:not(:disabled):active, .btn.btn-secondary:not(:disabled).active, .btn.btn-secondary:not(:disabled):focus, .btn.btn-secondary:not(:disabled).focus, .btn.btn-secondary:not(.disabled):active, .btn.btn-secondary:not(.disabled).active, .btn.btn-secondary:not(.disabled):focus, .btn.btn-secondary:not(.disabled).focus {
      background-color: inherit;
      color: inherit;
      outline: none;
      border-bottom: 2px dotted #ccc;
      box-shadow: none; }
      .btn.btn-secondary:not(:disabled):active.focus, .btn.btn-secondary:not(:disabled):active:focus, .btn.btn-secondary:not(:disabled).active.focus, .btn.btn-secondary:not(:disabled).active:focus, .btn.btn-secondary:not(:disabled):focus.focus, .btn.btn-secondary:not(:disabled):focus:focus, .btn.btn-secondary:not(:disabled).focus.focus, .btn.btn-secondary:not(:disabled).focus:focus, .btn.btn-secondary:not(.disabled):active.focus, .btn.btn-secondary:not(.disabled):active:focus, .btn.btn-secondary:not(.disabled).active.focus, .btn.btn-secondary:not(.disabled).active:focus, .btn.btn-secondary:not(.disabled):focus.focus, .btn.btn-secondary:not(.disabled):focus:focus, .btn.btn-secondary:not(.disabled).focus.focus, .btn.btn-secondary:not(.disabled).focus:focus {
        box-shadow: none; }
    .btn.btn-secondary.arrow-white {
      background-image: url(images/arrow-right-white.png); }

form input.form-control, form button.form-control, form select.form-control {
  padding: 0.7rem;
  height: auto; }

p.lead {
  font-family: "Tommy",sans-serif;
  text-align: center;
  font-size: 2rem; }
  @media (max-width: 991px) {
    p.lead {
      font-size: 1.5rem; } }
  @media (max-width: 768px) {
    p.lead {
      font-size: 1.3rem; } }
  .page__content p.lead {
    font-size: 1.8rem;
    padding: 0 0 3rem;
    margin-bottom: 3rem;
    line-height: 1.8;
    border-bottom: 1px solid #dee2e6; }
    @media (min-width: 992px) {
      .page__content p.lead {
        padding: 0 3rem 3rem; } }
    @media (max-width: 991px) {
      .page__content p.lead {
        font-size: 1.3rem; } }

.archive__panel {
  border-bottom: 3px dotted #dee2e6;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .archive__panel {
      border: 3px dotted #dee2e6;
      padding: 1rem 0;
      border-bottom: 0; }
      .archive__panel:nth-of-type(2n+0) {
        padding-left: 30px; }
      .archive__panel:nth-of-type(2n+1) {
        border-left: 0; }
      .archive__panel:nth-of-type(2n+2) {
        border-right: 0;
        border-left: 0; }
      .archive__panel:nth-of-type(1) {
        border-top: 0; }
      .archive__panel:nth-of-type(2) {
        border-top: 0; } }
  @media (min-width: 1200px) {
    .archive__panel {
      padding: 2rem 0; }
      .archive__panel:nth-of-type(2n+0) {
        padding-left: 30px; } }

@media (max-width: 991px) {
  .book_header h1, .book_header p {
    text-align: center; } }

.btn.btn-primary.buynowlink {
  display: block;
  margin: 2rem auto 0;
  max-width: 240px;
  font-weight: 500;
  text-align: left;
  font-family: "Posterama",sans-serif;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .btn.btn-primary.buynowlink {
      max-width: none; } }

.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
  flex-grow: 0; }
  @media (min-width: 600px) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc(50% - 16px); } }
  @media (min-width: 992px) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc(25% - 16px); } }

.book_page_jacket_img {
  background-image: url("images/spinner.gif");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center; }

@media (min-width: 992px) {
  .book_page__jacket img {
    box-shadow: 13px 13px 20px -11px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
    max-width: 240px; } }
@media (max-width: 991px) {
  .book_page__jacket img {
    box-shadow: 13px 13px 20px -11px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
    max-width: 240px; } }

.homepage_book_jacket {
  box-shadow: 13px 13px 20px -11px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
  max-width: 240px; }

.homepage__portrait {
  width: 100%; }
  @media (min-width: 769px) {
    .homepage__portrait {
      width: 125%; } }
  @media (min-width: 1200px) {
    .homepage__portrait {
      width: 110%; } }

.homepage__signup {
  position: relative; }
  @media (max-width: 991px) {
    .homepage__signup {
      background-color: var(--yellow); } }
  @media (min-width: 769px) {
    .homepage__signup {
      height: auto; } }
  @media (min-width: 769px) {
    .homepage__signup::before {
      content: "";
      top: -20px;
      left: 0;
      height: 20px;
      width: 100%;
      background-color: white;
      position: absolute; } }
  @media (min-width: 992px) {
    .homepage__signup::before {
      display: none; } }

@media (max-width: 768px) {
  .invisible-women-body-text {
    margin-top: 3rem; } }

@media (min-width: 769px) {
  .landing {
    height: calc(100vh - (var(--headerHeight) + 95px));
    min-height: 700px;
    max-height: 760px; } }
@media (min-width: 992px) {
  @supports (height: 85vh) {
    .landing {
      height: calc(100vh - 80px); } } }

.landing__heading {
  z-index: 1; }

.landing__tagline {
  font-family: "Tommy",sans-serif;
  font-size: 3.3rem;
  font-weight: 300; }
  @media (max-width: 991px) {
    .landing__tagline {
      font-size: 2.4rem; } }
  @media (max-width: 768px) {
    .landing__tagline {
      font-size: 2rem; } }

.landing__title {
  font-size: 3rem;
  font-size: clamp(30px, 8vw, 4rem); }
  @media (min-width: 1200px) {
    .landing__title {
      font-size: 4rem; } }
  .landing__title span {
    white-space: nowrap; }

.news-page-thumb, .placeholder {
  height: 250px;
  width: calc(100% - 30px);
  object-fit: cover;
  object-position: center center; }
  @media (max-width: 768px) {
    .news-page-thumb, .placeholder {
      width: 100%; } }
  @media (min-width: 769px) {
    .news-page-thumb, .placeholder {
      height: 400px; } }
  @media (min-width: 992px) {
    .news-page-thumb, .placeholder {
      height: 250px; } }

.placeholder {
  background-color: #f5f5f5; }

.page__content {
  font-size: 110%;
  line-height: 2; }
  .page__content a:not(.no-underline):not(.no-underline-hover):not(.btn-primary) {
    color: inherit;
    border-bottom: 3px dotted #dee2e6; }
    .page__content a:not(.no-underline):not(.no-underline-hover):not(.btn-primary):hover {
      text-decoration: none;
      background: var(--yellow); }
  .page__content .blocks-gallery-item__caption a:not(.no-underline):not(.no-underline-hover) {
    padding: 0 5px; }
    .page__content .blocks-gallery-item__caption a:not(.no-underline):not(.no-underline-hover):hover {
      color: black; }
  .page__content._single_post a:not(.no-underline):not(.no-underline-hover):not(.btn-primary) {
    color: inherit;
    border-bottom: 3px dotted var(--red); }
    .page__content._single_post a:not(.no-underline):not(.no-underline-hover):not(.btn-primary):hover {
      text-decoration: none;
      background: var(--yellow); }

.page__heading {
  height: 200px;
  background: var(--yellow);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .page__heading .page-title {
    margin: 0;
    text-align: center; }

#page-wrap {
  min-height: calc(100vh - var(--headerHeight));
  padding-bottom: calc(var(--footerHeight) + 30px); }
  @media (min-width: 992px) {
    #page-wrap:not(.home) {
      padding-top: var(--headerHeight); } }
  @media (max-width: 991px) {
    #page-wrap.home {
      margin-top: calc(-1 * var(--headerHeight));
      padding-top: 30px; } }

.slick-prev::before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

@media (max-width: 768px) {
  .slick-prev {
    left: -15px; }

  .slick-next {
    right: -15px; } }
.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
  content: "";
  display: inline-block;
  background-size: 28px;
  opacity: 0.2;
  width: 30px;
  height: 60px;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
      width: 20px;
      height: 40px;
      background-size: 18px; } }
.slick-next::before, .slick-prev::before {
  background-image: url(images/carousel-arrow.png); }
.slick-next:focus, .slick-prev:focus {
  outline: auto; }
.slick-next:hover::before, .slick-next:hover::after, .slick-prev:hover::before, .slick-prev:hover::after {
  opacity: 0.25; }

.translation__corner {
  background-color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 90px;
  color: white;
  padding: .5rem; }
  @media (max-width: 991px) {
    .translation__corner {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
      .translation__corner a {
        text-align: center !important;
        width: 100% !important;
        padding: 30px 0; }
        .translation__corner a br {
          display: none; }
      .translation__corner::before, .translation__corner::after {
        display: none; } }
  @media (min-width: 1200px) {
    .translation__corner {
      height: 110px;
      width: 170px; } }
  .translation__corner::before {
    content: "";
    right: -180px;
    position: absolute;
    border: 45px solid var(--red);
    height: 0;
    top: 0;
    border-right: 90px solid transparent;
    border-bottom-color: transparent;
    border-left: 90px solid var(--red);
    border-top: 45px solid var(--red); }
    @media (min-width: 1200px) {
      .translation__corner::before {
        right: -220px;
        border-width: 55px;
        border-right-width: 110px;
        border-left-width: 110px;
        border-top-width: 55px; } }
  .translation__corner::after {
    content: "";
    position: absolute;
    border-left: 70px solid var(--red);
    top: 90px;
    border-bottom: 35px solid transparent;
    border-right: 70px solid transparent;
    border-top: 35px solid var(--red);
    left: 0; }
    @media (min-width: 1200px) {
      .translation__corner::after {
        top: 110px;
        border-width: 42.5px;
        border-left-width: 85px;
        border-right-width: 85px; } }
  .translation__corner.books_page {
    top: 1px; }
    .translation__corner.books_page a {
      font-size: 85% !important;
      line-height: normal !important; }
      @media (min-width: 1200px) {
        .translation__corner.books_page a {
          font-size: 100% !important;
          padding-top: 15px; } }
    @media (max-width: 991px) {
      .translation__corner.books_page {
        order: 2;
        margin-top: 30px; } }
  .translation__corner.single__book {
    right: 0;
    left: auto;
    text-align: right; }
    @media (max-width: 991px) {
      .translation__corner.single__book {
        margin-top: 45px; } }
    @media (min-width: 992px) {
      .translation__corner.single__book {
        width: 220px; } }
    .translation__corner.single__book::before {
      left: -180px;
      right: auto;
      border-left: 90px solid transparent;
      border-bottom-color: transparent;
      border-right: 90px solid var(--red);
      border-top: 45px solid var(--red); }
      @media (min-width: 1200px) {
        .translation__corner.single__book::before {
          left: -220px;
          border-left-width: 110px;
          border-right-width: 110px;
          border-top-width: 55px; } }
    .translation__corner.single__book::after {
      border-right: 110px solid var(--red);
      border-bottom: 55px solid transparent;
      border-left: 110px solid transparent;
      border-top: 55px solid var(--red); }
    .translation__corner.single__book a {
      padding-right: 5px;
      padding-left: 0;
      padding-top: 15px;
      float: right;
      text-align: right; }
      @media (max-width: 991px) {
        .translation__corner.single__book a {
          text-align: center;
          float: none;
          padding-top: 30px; } }
  .translation__corner a {
    font-size: 85%;
    font-family: "Posterama",sans-serif;
    display: block;
    text-align: left;
    padding-left: 5px;
    width: 200%;
    z-index: 1;
    border-bottom: none !important;
    position: relative; }
    .translation__corner a:hover {
      background-color: transparent !important; }
    @media (min-width: 1200px) {
      .translation__corner a {
        font-size: 110%; } }

.zoom_backgrounds {
  overflow: auto;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .zoom_backgrounds {
      max-width: 240px; } }
  .zoom_backgrounds img {
    object-fit: cover;
    object-position: center;
    width: calc(50% - 6px);
    height: 80px;
    max-width: none;
    float: left;
    box-shadow: none;
    margin: 3px; }
    .zoom_backgrounds img:hover {
      opacity: 0.92; }

@media (min-width: 769px) {
  .caption {
    width: 125%; } }
@media (min-width: 1200px) {
  .caption {
    width: 110%; } }

.caption,
.wp-block-image figcaption {
  color: var(--gray);
  font-size: .75rem; }

figcaption.blocks-gallery-item__caption {
  height: 100%;
  display: flex;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 70%, transparent);
  padding-top: 0;
  transition: background ease 0.2s; }
  figcaption.blocks-gallery-item__caption:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, transparent); }
  figcaption.blocks-gallery-item__caption a {
    padding: 0 5px 5px;
    display: flex;
    align-items: flex-end;
    border-bottom: 0 !important;
    font-size: 160%;
    text-align: left;
    line-height: 1.1; }
    figcaption.blocks-gallery-item__caption a:hover {
      background-color: transparent !important;
      color: white !important; }
