/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Purple
    created:    2014-10-01
    author:     Christophe ANDRIEU (http://www.stpo.fr)

    summary:    COMPASS
                VARIABLES
                IMPORTS
                GLOBAL_LAYOUT
                LINKS
                HEADER
                FOOTER
                FORMS
                CORE
                SLIDERS
                POPIN
                MEDIA_QUERIES
                PRINT
/*  =VARIABLES
----------------------------------------------------------------------------- */
/* =main_colorz ------------------------------------------------------------- */
/* =default_font-size_(px)--------------------------------------------------- */
/* =typography -------------------------------------------------------------- */
/*  =IMPORTS
----------------------------------------------------------------------------- */
/*  =UTF-8
----------------------------------------------------------------------------- */
/*  =RESET
 ----------------------------------------------------------------------------- */
/* =minimum reset ------------------------------------------------------------ */
html, body, blockquote, ul, ol, form, input {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 0.65em;
}

ul {
  list-style: none;
}

img, iframe {
  display: block;
  border: none;
}

/* =margin fixes ------------------------------------------------------------- */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child, pre:last-child, table:last-child {
  margin-bottom: 0;
}

li p, li ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* =text formatting ---------------------------------------------------------- */
code, pre, samp {
  white-space: pre-wrap;
}

code {
  line-height: 1em;
}

table {
  margin-bottom: 1.5em;
}

q:before, q:after {
  display: none;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #000;
}

button {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-transform: inherit;
  font: inherit; /* Correct font properties not being inherited. */
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /* overrides extra padding in Firefox */
.msie6 button {
  width: 1%;
  overflow: visible;
}

.msie7 button {
  overflow: visible;
}

/* =html5 -------------------------------------------------------------------- */
article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, footer, header, menu, nav, section, video {
  display: block;
}

abbr, eventsource, mark, meter, time, progress, output, bb {
  display: inline;
}

/* =webkit hacks ------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
} /* ugly Mac OS fonts rendering */
input, textarea, select, button {
  box-sizing: inherit;
} /* user agent stylesheet default is box-sizing: border-box */
/* Stupid webkit input[type=search] custom */
input[type=search] {
  -webkit-appearance: textfield !important;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
/*html{ -webkit-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none; }*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*  =GENERIC_CLASSES
----------------------------------------------------------------------------- */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.txtR {
  text-align: right !important;
}

.txtC {
  text-align: center !important;
}

/* =accessible hidden ------------------------------------------------------- */
.invisible, .woocommerce-account:not(.logged-in):not(.woocommerce-lost-password) h1.h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

/* =text selection ---------------------------------------------------------- */
::-moz-selection {
  color: #fff;
  background-color: rgb(153.8709677419, 71.3709677419, 191.1290322581);
}

::-webkit-selection {
  color: #fff;
  background-color: rgb(153.8709677419, 71.3709677419, 191.1290322581);
}

::selection {
  color: #fff;
  background-color: rgb(153.8709677419, 71.3709677419, 191.1290322581);
}

/* =clearfix ---------------------------------------------------------------- */
.clearfix {
  display: block;
  zoom: 1; /* IE, don’t use conditional comments here */
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*  =FONT-FACE
----------------------------------------------------------------------------- */
/* =icomoon ----------------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url(.././fonts/icomoon.woff) format("woff"), url(.././fonts/icomoon.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icomoon";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* font-size */
/* calc() */
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/* Breakpoints for each query */
/* ghost vertical align */
/* don't forget to inline-block content */
/* truncate */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg.mfp-mc {
  background: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 1023px) {
  .mfp-mc .mfp-inline-holder .mfp-content {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mfp-mc .mfp-inline-holder .mfp-content {
    max-width: 95%;
  }
}

#mc-popup {
  background: black;
  color: white;
  padding: 5em;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
}
#mc-popup:before, #mc-popup:after {
  display: table;
  content: " ";
}
#mc-popup:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  #mc-popup {
    padding: 2em 1em;
  }
}
#mc-popup .mfp-close {
  position: absolute;
  top: -50px;
  right: -60px;
}
#mc-popup .mfp-close:before {
  content: "7";
  margin: 0;
  color: #000;
  font-family: "icomoon";
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #mc-popup .mfp-close {
    width: 38px;
    height: 38px;
    top: -38px;
    right: -8px;
    font-size: 0.9411764706em;
  }
}
#mc-popup .h4 {
  float: left;
  margin: 0.15em 1em 0 0;
  font-size: 1.4117647059em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  #mc-popup .h4 {
    margin: 0;
    width: 100%;
  }
}
#mc-popup form#mc-subscribe-form {
  float: left;
  margin: 0 0 0 1em;
  width: 43%;
}
@media screen and (max-width: 1023px) {
  #mc-popup form#mc-subscribe-form {
    margin: 1.5em 0 0;
    width: 100%;
  }
}
#mc-popup form#mc-subscribe-form .mc-fields {
  position: relative;
}
#mc-popup form#mc-subscribe-form input[type=email] {
  height: 20px;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: "Cousine", Consolas, Courier, monospace;
  line-height: 100%;
  background: white;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #mc-popup form#mc-subscribe-form input[type=email] {
    width: -moz-calc(100% - 75px);
    width: -o-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
  }
}
#mc-popup form#mc-subscribe-form input[type=submit] {
  height: 20px;
  padding: 10px;
  font-size: 1.0588235294em;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  background: white;
  color: black;
  border: none;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
#mc-popup div#mc-response {
  display: none;
  margin-top: 0.75em;
  font-family: "Cousine", Consolas, Courier, monospace;
  text-transform: uppercase;
  font-size: 0.8235294118em;
}

.ad-slot {
  background: #f9f9f9;
}
.ad-slot:not(.centered) div, .ad-slot:not(.centered) iframe {
  width: 100%;
  height: 100%;
}

.preroll-ad {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 0;
}
.preroll-ad.loaded {
  height: 100%;
}
.preroll-ad .ad-slot, .preroll-ad div, .preroll-ad iframe {
  width: 100%;
  height: 100%;
}

.site-bg-skin-left-ad,
.site-bg-skin-right-ad {
  z-index: 1;
  position: fixed;
  top: 0;
  width: -moz-calc(50% - 560px);
  width: -o-calc(50% - 560px);
  width: -webkit-calc(50% - 560px);
  width: calc(50% - 560px);
  height: 100%;
}
.site-bg-skin-left-ad .ad-slot, .site-bg-skin-left-ad div, .site-bg-skin-left-ad iframe,
.site-bg-skin-right-ad .ad-slot,
.site-bg-skin-right-ad div,
.site-bg-skin-right-ad iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1520px) {
  .site-bg-skin-left-ad,
  .site-bg-skin-right-ad {
    display: none;
  }
}

.site-bg-skin-left-ad {
  left: 0;
}

.site-bg-skin-right-ad {
  right: 0;
}

.inline-ad .ad-slot {
  width: 100%;
  height: 0;
  padding-top: 67.0731707317%;
  padding-top: -moz-calc(100% / 820 * 550);
  padding-top: -o-calc(100% / 820 * 550);
  padding-top: -webkit-calc(100% / 820 * 550);
  padding-top: calc(100% / 820 * 550);
}
.inline-ad .ad-slot iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.inline-ad .ad-slot.centered iframe {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inline-ad.wide .ad-slot {
  position: absolute;
  top: 0;
}

.wideinline-ad .ad-slot {
  position: relative;
  width: 100%;
  height: 500px;
}
.wideinline-ad .ad-slot.centered iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smallbanner-ad .ad-slot {
  height: 0;
  padding-bottom: 165.635%;
  position: relative;
}
.smallbanner-ad .ad-slot:not(.centered) iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.smallbanner-ad .ad-slot.centered iframe {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.articleslideshow-ad .ad-slot {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.articleslideshow-ad .ad-slot iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.articleslideshow-ad .ad-slot:not(.centered) {
  height: 100%;
}
.articleslideshow-ad .ad-slot.centered iframe {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.related-ad .ad-slot {
  height: 100%;
  position: relative;
}
.related-ad .ad-slot div, .related-ad .ad-slot iframe {
  height: 100%;
}
.related-ad .ad-slot.centered iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.articletv-ad .ad-slot {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.articletv-ad .ad-slot iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.articletv-ad .ad-slot:not(.centered) {
  height: 100%;
}
.articletv-ad .ad-slot.centered iframe {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.travellist-ad .ad-slot {
  position: relative;
  height: 275px;
}
.travellist-ad .ad-slot:not(.centered) iframe {
  position: relative;
  width: 100%;
  height: 275px;
}
.travellist-ad .ad-slot.centered iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =tablet ------------------------------------------------------------------ */
@media screen and (max-width: 940px) {
  .travellist-ad .ad-slot {
    height: 210px;
  }
}
/* =mobile ------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .wideinline-ad .ad-slot {
    height: 250px;
  }
  .related-ad .ad-slot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .related-ad .ad-slot:not(.centered) iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .related-ad .ad-slot.centered iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*  =GLOBAL_LAYOUT
----------------------------------------------------------------------------- */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading p, .wf-loading span, .wf-loading a {
  visibility: hidden;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  background: #fff;
  text-align: left;
  color: #000;
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 106.25%;
  line-height: 1.43; /* 23px for 17px */
}
body.search-active:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 1;
}
body.search-active #header-search {
  display: block;
}
body.freezed {
  overflow: hidden;
}

.content-wrapper {
  overflow: hidden;
  margin-bottom: 80px;
  /* sometimes useful */
}
.home .content-wrapper {
  margin-bottom: 40px;
}
.content-wrapper.inline-ad {
  overflow: visible;
}
.content-wrapper.related {
  margin-top: -20px;
}
.content-wrapper.last {
  margin-bottom: 40px;
}
.content-wrapper.diary {
  margin-bottom: 0;
}
.content-wrapper.overflow {
  overflow: visible;
}

.content {
  position: relative;
  margin: 0 60px;
}
.content.first {
  padding-top: 100px;
}
.content.first-top {
  padding-top: 150px;
}

.core, .core-lg {
  position: relative;
  margin: 0 auto;
  /* sometimes useful */
}
.core.first, .core-lg.first {
  padding-top: 100px;
}
.core.first-top, .core-lg.first-top {
  padding-top: 215px;
}
.core.no-overflow, .core-lg.no-overflow {
  overflow: hidden;
}
.core.desktop-no-overflow, .core-lg.desktop-no-overflow {
  overflow: hidden;
}
@media screen and (max-width: 940px) {
  .core.desktop-no-overflow, .core-lg.desktop-no-overflow {
    overflow: visible;
  }
}
.core.bordered, .core-lg.bordered {
  padding-top: 40px;
  border-top: 1px solid #c0c0c0;
}
.with-preroll-ad .core.first, .with-preroll-ad .core-lg.first {
  padding-top: 150px;
}

.core {
  width: 820px;
}

.core-lg {
  max-width: 1012px;
  width: auto;
}

iframe.radiooooo-embed {
  height: 100px !important;
}
@media screen and (max-width: 729px) {
  iframe.radiooooo-embed {
    height: 50px !important;
  }
}

/*  =LINKS
----------------------------------------------------------------------------- */
a, button {
  display: block;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
a:hover, a:focus, button:hover, button:focus {
  color: #6e308a;
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: inline;
}

a.alt, a.link-gallery {
  text-decoration: underline;
}

.hovering, .sort-heading a, .sort-heading button, #header-content #header-tools button, #header-content .h1 a, #header.mini #header-content #show-menu {
  text-decoration: none;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.hovering:hover, .sort-heading a:hover, .sort-heading button:hover, #header-content #header-tools button:hover, #header-content .h1 a:hover, #header.mini #header-content #show-menu:hover, .hovering:focus, .sort-heading a:focus, .sort-heading button:focus, #header-content #header-tools button:focus, #header-content .h1 a:focus, #header.mini #header-content #show-menu:focus {
  opacity: 0.5;
  transition: none;
}

.button, .wc-block-components-button:not(.is-link), input[type=submit],
button[type=submit] {
  display: inline-block;
  min-width: 135px;
  padding: 0.22em 0.5em;
  border: 1px solid #686868;
  text-align: center;
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
}
.button:hover, .wc-block-components-button:hover:not(.is-link), input[type=submit]:hover,
button[type=submit]:hover, .button:focus, .wc-block-components-button:focus:not(.is-link), input[type=submit]:focus,
button[type=submit]:focus {
  border-color: #6e308a;
}
.button--primary, .wc-block-components-button:not(.is-link), input[type=submit],
button[type=submit] {
  color: white;
  background-color: black;
  border: 1px solid black;
}
.button--primary:hover, .wc-block-components-button:hover:not(.is-link), input[type=submit]:hover,
button[type=submit]:hover, .button--primary:focus, .wc-block-components-button:focus:not(.is-link), input[type=submit]:focus,
button[type=submit]:focus {
  color: black;
  background-color: transparent;
}

.link-video {
  position: relative;
}
.link-video:after {
  content: "d";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  padding: 0.15em 0.075em 0.15em 0.075em;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  text-indent: 0.15em;
  font-family: "icomoon";
  font-size: 2.9411764706em;
  line-height: 1;
}
.link-video:hover:after, .link-video:focus:after {
  background: #000;
}

.link-gallery {
  display: block;
  margin: 0.75em 0 1em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}

.link-map img {
  width: 100%;
}

.loading-tab .posts-container > *,
.loading-tab .mosaic-container > * {
  opacity: 0.2;
  position: relative;
}
.loading-tab .posts-container > *:before,
.loading-tab .mosaic-container > *:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.loading-more .load-more {
  opacity: 0.3;
}

/*  =HEADER
----------------------------------------------------------------------------- */
#header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: top 400ms ease-in-out;
}
#header.mini #header-content {
  padding-top: 65px;
}
#header.mini #header-content #show-menu {
  max-width: 2em;
  transition: max-width 400ms ease-in-out, opacity 400ms ease-in-out; /* to overwrite hovering transition */
}
#header.mini .h1 a {
  margin-left: -51px;
  width: 102px;
}
#header.mini #header-tools, #header.mini .header-social {
  top: -35px;
}
.with-preroll-ad #header {
  top: -10em; /* changed by JS */
}
.with-preroll-ad #header.mini {
  top: 0;
}

#header-content {
  padding-top: 110px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  transition: padding-top 400ms ease-in-out;
}
#header-content .h1 {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  margin-left: 15%;
}
#header-content .h1 a {
  display: flex;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -115px;
  width: 230px;
  line-height: 1;
  transition: margin 400ms ease-in-out, width 400ms ease-in-out;
}
#header-content .h1 a svg {
  width: 100%;
  height: auto;
}
#header-content #header-tools, #header-content .header-social {
  position: absolute;
  top: -80px;
  line-height: 1;
  transition: top 400ms ease-in-out;
}
#header-content #header-tools {
  display: flex;
  align-items: center;
  left: 0;
  font-size: 0.9411764706em;
}
#header-content #header-tools button {
  display: inline;
  margin-right: 0.75em;
  text-align: center;
}
#header-content #header-tools svg {
  width: 1rem;
  height: 1rem;
}
#header-content #header-tools #show-menu {
  overflow: hidden;
  max-width: 0;
  width: 1.5em;
  opacity: 0;
  transition: max-width 400ms ease-in-out, opacity 400ms ease-in-out;
}
#header-content .header-social {
  display: flex;
  align-items: center;
  gap: 0.5em;
  right: 0;
  padding: 0;
}
#header-content .header-social-icon {
  width: 15px;
  height: 15px;
}

.nav-main {
  position: relative;
  overflow: hidden;
  max-height: 2em;
  margin: -5px 0 0;
  text-align: center;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.4117647059em;
  transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out 200ms;
}
@media screen and (max-width: 940px) {
  .nav-main {
    font-size: 1.1764705882em;
  }
}
.mini .nav-main {
  max-height: 0;
  opacity: 0;
  transition: max-height 400ms ease-in-out 200ms, opacity 400ms ease-in-out;
}
.nav-main li {
  display: inline-block;
  padding-bottom: 15px;
  text-transform: lowercase;
  line-height: 1;
}
.nav-main li a {
  display: inline;
  padding: 0 0.0725em;
}
.nav-main li a.active {
  color: #6e308a;
}

#nav-mobile.active .nav-main {
  transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out 200ms;
}
.mini #nav-mobile.active .nav-main {
  max-height: 2em;
  opacity: 1;
}

#header-search {
  display: none;
  padding-top: 1.35em;
}
#header-search input {
  width: 92%;
  padding: 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 2.9411764706em;
  outline: none;
}
#header-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ccc;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 2.8235294118em;
}
#header-search button:hover, #header-search button:focus {
  color: #6e308a;
}

/*  =FOOTER
----------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  padding: 20px 0 60px;
  font-size: 1em;
  text-align: center;
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: #c0c0c0;
}
.site-footer p {
  display: inline;
  margin-right: 0.5em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
}
.site-footer ul, .site-footer li, .site-footer a {
  display: inline;
}
.site-footer li:before {
  content: " - ";
}
.site-footer li:first-child:before {
  content: "";
}
.site-footer.inline {
  padding: 20px 0;
  margin: -60px 0 60px;
}
.site-footer.inline:before {
  content: none;
}

label {
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

abbr[title] {
  text-decoration: none;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 0.425rem 1rem;
  border: 1px solid #000000;
  color: #000000;
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input[type=text]:active, input[type=text]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=tel]:active,
input[type=tel]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  box-shadow: 0 0 0 1px #000000 !important;
  outline: 0;
}

textarea {
  resize: none;
}

select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2714px%27 height=%277px%27 viewBox=%270 0 14 7%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg id=%27Symbols%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%2709-Forms/02-Dropdown-List/Resources/01-On-White/01-Single-Selection/01-Default%27 transform=%27translate%28-194.000000, -17.000000%29%27 fill=%27%23000000%27%3E%3Cpolygon id=%27Down-Arrow%27 points=%27194 17 208 17 201 24%27%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.875rem;
  background-position: center right 1rem;
  color: #000000;
}

input[type=submit],
button[type=submit] {
  display: block;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  height: 1rem !important;
  width: 1rem !important;
  margin-top: -2px;
  margin-right: 0.25rem;
  vertical-align: middle;
  border: 1px solid #000000;
}

input[type=checkbox] {
  appearance: none;
  border-radius: 0;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2715px%27 height=%2712px%27 viewBox=%270 0 15 12%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg id=%27Symbols%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%2709-Forms/03-Checkbox/02-Box/01-On-White/04-Selected-Focus%27 transform=%27translate%28-3.000000, -4.000000%29%27 fill=%27%23000000%27%3E%3Cpolygon id=%27Tick%27 points=%2716 4 8 12 5 9 3 11 8 16 18 6%27%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: transform 0.25s ease;
  transform: scale(0);
}
input[type=checkbox]:checked::before {
  transform: scale(0.6);
}

label.woocommerce-form__label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

input[type=radio] {
  appearance: none;
  border-radius: 100%;
  cursor: pointer;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: transform 0.25s ease;
  transform: scale(0);
  border-radius: 100%;
}
input[type=radio]:checked::before {
  transform: scale(0.6);
}

label.checkbox input[type=checkbox] {
  margin-top: -0.2em;
}

.form-row {
  margin-bottom: 2rem;
}

/*  =CORE
----------------------------------------------------------------------------- */
.h1 {
  margin: 0 0 0.5em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 2.9411764706em;
  font-weight: normal;
  line-height: 0.92; /* 46px */
}
.h1 .alt, .h1 .link-gallery {
  display: block;
  margin-top: 0.25em;
  text-transform: none;
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1;
}
.h1 a.alt, .h1 a.link-gallery {
  text-decoration: none;
}
.h1 a.alt:hover, .h1 a.link-gallery:hover {
  text-decoration: underline;
}

.h2 {
  margin: 0 0 0.75em;
  text-transform: uppercase;
  text-align: center;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.4117647059em;
  font-weight: normal;
  line-height: 1.08333;
}
.h2 .alt, .h2 .link-gallery {
  text-transform: none;
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}

.show-hide .is-active {
  display: none;
}
.show-hide.active .default {
  display: none;
}
.show-hide.active .is-active {
  display: block;
}

.purple {
  text-transform: lowercase;
}

.date {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}
.date.big {
  font-size: 0.9411764706em;
}

.sort-heading {
  position: relative;
  display: none;
  margin-bottom: 29px;
  padding: 0.5em 0 0.25em;
  border-bottom: 1px solid #c0c0c0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8235294118em;
  font-family: "Cousine", Consolas, Courier, monospace;
}
.sort-heading.active {
  display: block;
}
.sort-heading.no-margin {
  margin-bottom: 0;
}
.sort-heading.minimalist {
  border-bottom: none;
  margin-bottom: 0;
}
.sort-heading .h2 {
  margin-bottom: 0.5em;
  font-size: 1.4166666667em;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
}
.sort-heading a, .sort-heading button {
  opacity: 0.5;
}
.sort-heading a.active, .sort-heading a:hover, .sort-heading a:focus, .sort-heading button.active, .sort-heading button:hover, .sort-heading button:focus {
  opacity: 1;
}
.sort-heading a.active, .sort-heading button.active {
  font-weight: bold;
}
.sort-heading ul li, .sort-heading ul a, .sort-heading ul button {
  display: inline;
}
.sort-heading ul.filter {
  padding-right: 50px;
}
.sort-heading ul.view {
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 0.9285714286em;
}
.sort-heading ul.view li {
  display: inline-block;
  margin-right: 0;
  margin-left: -0.25em;
}
.sort-heading .link-map {
  position: absolute;
  top: 0.5em;
  right: 0;
}

/* used in slideshows and fat-mosaic */
.img-legend {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  top: 50px;
  color: #fff;
}
.img-legend .category {
  margin: 0;
  font-size: 2.9411764706em;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.img-legend .heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 3.8235294118em;
  line-height: 0.92308; /* 60px */
}
.img-legend .heading p {
  margin: 0;
}
.alt .img-legend, .link-gallery .img-legend {
  color: #000;
}

.block-article img {
  max-width: 100%;
  /*  margin: .25em auto; */
  height: auto;
}
.block-article .img-caption {
  overflow: hidden;
  margin: 0.5em 0 0.75em;
  max-height: 4.75em; /* 3 lines on desktop */
  font-style: italic;
  opacity: 1;
  transition: opacity 400ms ease-in-out, max-height 400ms ease-in-out;
  backface-visibility: hidden;
}
.block-article .img-caption.hidden {
  opacity: 0;
  max-height: 0em;
}
.block-article.television .img-container img {
  border-radius: 40px;
}
.block-article.magazine .img-container img {
  margin-top: -0.5em;
  border-radius: 40px 0;
}
.block-article.magazine .h2 {
  margin-bottom: 1em;
  text-align: left;
}
.block-article.magazine p {
  margin-bottom: 1em;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}
.block-article.magazine p strong, .block-article.magazine p b {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.4117647059em;
  text-transform: none;
}
.block-article.breaking .block-article__summary {
  padding-bottom: 0;
}
.block-article.breaking .block-article__summary:after {
  display: none;
}
.block-article.instagram {
  max-width: 550px;
  margin: 0 auto;
}
.block-article .main-media {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background: #f2f2f2;
}
.block-article .main-media iframe, .block-article .main-media .link-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-article__summary {
  position: relative;
  padding-bottom: 0.75em;
}
.block-article__summary .h1 {
  margin: 0.25em 0 0.4em;
}
.block-article__summary .h2 {
  margin: 0.75em 0 0.15em;
}
.block-article__summary p:first-child {
  margin-top: 0.65em;
}
.block-article__summary p.credits {
  text-align: center;
  text-transform: uppercase;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}
.block-article__summary p strong, .block-article__summary p b {
  text-transform: uppercase;
  font-weight: normal;
}
.block-article__summary p a {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  height: 1.2em;
}
.block-article__summary p a:hover {
  border-bottom: 1px solid #6e308a;
}
.block-article__summary p a.alt, .block-article__summary p a.link-gallery {
  display: inline;
  border: none;
}
.block-article__summary p a.img-container {
  height: auto;
  border: none;
}
.block-article__summary.alt:after, .block-article__summary.link-gallery:after {
  display: none;
}

.block-article__breaking p {
  margin: -0.25em 0 0.25em !important;
  text-align: center;
  font-size: 3.5294117647em;
  line-height: 1;
}
.block-article__breaking p a {
  text-decoration: underline;
}

.date,
.block-article__summary .h1,
.block-article__summary .h2,
.block-article__summary .block-article__text {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.date.hidden,
.block-article__summary .h1.hidden,
.block-article__summary .h2.hidden,
.block-article__summary .block-article__text.hidden {
  opacity: 0;
  transition: none;
}

.block-article__summary .block-article__text p:last-child {
  margin: 0 0 0.65em;
}

.block-fashion {
  padding: 20px 40px 40px;
  background: #f2f2f2;
}
.block-fashion .block-fashion__filter {
  float: right;
  width: 44.5%;
  background: #fff;
  border: 1px solid #000;
  border-radius: none;
}
.block-fashion .block-fashion__filter:first-child {
  float: left;
}
.block-fashion .block-fashion__filter .h2 {
  margin: 0;
}
.block-fashion .block-fashion__filter .h2 button {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.block-fashion .block-fashion__filter .block-fashion__content ul {
  margin: 10px 20px;
  text-transform: uppercase;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
  height: 28.35em; /* 21 lines */
  overflow: auto;
}
.block-fashion .block-fashion__filter .block-fashion__content ul li {
  line-height: 1.35;
}
.block-fashion .block-fashion__filter .block-fashion__content ul li a.active {
  color: #6e308a;
  font-weight: bold;
}
.block-fashion .block-fashion__filter .block-fashion__content button {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 0.7058823529em;
}
.hasJS .block-fashion .block-fashion__filter .block-fashion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 400ms ease-in-out;
}
.hasJS .block-fashion .block-fashion__filter .block-fashion__content.active {
  max-height: 30em;
}

.button-container {
  overflow: hidden;
  text-align: center;
  padding-bottom: 1px; /* thanks Webkit */
}

.magazine-heading {
  padding: 20px 0 40px;
}
.magazine-heading .buttons {
  padding: 0 0 20px;
}
.magazine-heading .buttons a {
  margin: 0 0.15em;
}
.magazine-heading .magazine-heading__cover {
  max-width: 100%;
  margin-bottom: 60px;
}

.magazine-title-wrapper {
  display: flex;
}
.magazine-title-wrapper .h1 {
  flex: 1;
  margin-bottom: 0;
}
.magazine-title-wrapper .button, .magazine-title-wrapper .wc-block-components-button:not(.is-link), .magazine-title-wrapper input[type=submit],
.magazine-title-wrapper button[type=submit] {
  min-width: 100px;
}

.magazine-article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}
.magazine-article.no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.magazine-article .list-nav-articles {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.magazine-article .list-nav-articles li {
  position: relative;
  float: left;
  width: 50%;
}
.magazine-article .list-nav-articles li a .data-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  color: #686868;
  font-size: 1.7647058824em;
  line-height: 1;
}
.magazine-article .list-nav-articles li.prev {
  text-align: left;
}
.magazine-article .list-nav-articles li.prev a {
  padding: 0 0 0 1.75em;
}
.magazine-article .list-nav-articles li.prev .data-icon {
  left: 0;
}
.magazine-article .list-nav-articles li.next {
  text-align: right;
  float: right;
}
.magazine-article .list-nav-articles li.next a {
  padding: 0 1.75em 0 0;
}
.magazine-article .list-nav-articles li.next .data-icon {
  right: 0;
}

.magazine-article__core,
.defaultpage {
  position: relative;
  width: 65.75%;
  float: left;
}
.magazine-article__core h2,
.magazine-article__core .h2,
.defaultpage h2,
.defaultpage .h2 {
  margin: 1em 0;
  text-align: left;
}
.magazine-article__core h3,
.magazine-article__core .h3,
.defaultpage h3,
.defaultpage .h3 {
  margin: 2em 0 0 0;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-weight: bold;
  font-size: 0.8235294118em;
}
.magazine-article__core p,
.defaultpage p {
  margin-bottom: 1em;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}
.magazine-article__core p strong, .magazine-article__core p b,
.defaultpage p strong,
.defaultpage p b {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.4117647059em;
}
.magazine-article__core .img-container,
.defaultpage .img-container {
  display: inline-block;
}
.hasJS .magazine-article__core .img-container,
.hasJS .defaultpage .img-container {
  display: none;
}
.magazine-article__core .img-container img,
.defaultpage .img-container img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.25em;
}
.magazine-article__core .list-credits,
.defaultpage .list-credits {
  margin-top: 40px;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}

.coming-soon {
  width: 100%;
  margin-bottom: 40px;
  background: #b3b3b3;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: 178px;
}

.magazine-article__side {
  position: relative;
  width: 32.25%;
  float: right;
  margin-top: 110px;
}
.magazine-article__side .img-container {
  display: inline-block;
  max-width: 100%;
}
.magazine-article__side .img-container img {
  max-width: 100%;
  max-height: 240px;
  width: auto;
  height: auto;
}
.magazine-article__side .img-container.alignright {
  float: right;
}

.defaultpage-columns {
  column-count: 3;
  column-gap: 20px;
}
.defaultpage-columns p {
  column-break: inside, avoid;
}

/* popin links */
.img-container {
  position: relative;
}
.img-container .img-caption {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  max-width: 330px;
  margin: 0 0 0 40px;
  padding: 20px;
  background: #fff;
  text-align: left;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
  min-height: 80px;
  margin-top: -80px;
  z-index: 19;
}
.img-container .img-caption strong {
  display: block;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.7142857143em;
}
.noTouch .img-container:hover {
  color: #000;
}
.noTouch .img-container:hover .img-caption {
  display: block;
}

.home-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.home-list .col {
  padding: 0 13px 20px;
  box-sizing: border-box;
  width: 100%;
}
.home-list .col-2 {
  width: 50%;
}
.home-list .col-3 {
  width: 33.33333%;
}
.home-list .col-2 + .col-3,
.home-list .featured + .col-3 + .col-3 + .col-3 + .col-3, .home-list.three-col .col-3:nth-child(3n+1) {
  clear: left;
}
.home-list .block-article .metas {
  border-top: 1px solid #c0c0c0;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
}
.home-list .block-article .metas .meta {
  text-transform: none;
}
.home-list .block-article .main-media {
  padding-bottom: 67.0731707317%;
}
.home-list .block-article.featured .main-media {
  padding-bottom: 56.25%;
}
.home-list .block-article .block-article__thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 67.0731707317%;
}
.home-list .block-article .block-article__thumbnail .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
  background-size: cover;
  background-position: center;
}
.home-list .block-article .block-article__thumbnail .img-container img {
  display: none;
}
.home-list .block-article.featured .block-article__thumbnail {
  padding-bottom: 56.25%;
}
.home-list .block-article .block-article__summary .h1 {
  font-size: 1.6470588235em;
  line-height: 1.2;
  max-height: 3.6em;
}
.home-list .block-article .block-article__summary .excerpt-holder {
  max-height: 7.15em;
}
.home-list .block-article.col-2 .block-article__summary .h1 {
  font-size: 1.4705882353em;
}
.home-list .block-article.col-3 .block-article__summary .h1 {
  font-size: 1.1764705882em;
}
.home-list .block-article.featured .block-article__summary {
  text-align: center;
}
.home-list .block-article.featured .block-article__summary .h1 {
  font-size: 2.9411764706em;
  line-height: 0.92;
  max-height: none;
}
.home-list .block-article.featured .link-video {
  font-size: 1.1764705882em;
}
.home-list .advertising.col + .block-article.col {
  display: none;
}

.list-travel {
  margin-left: -10px;
}
.content-wrapper .list-travel {
  margin-left: -25px;
  margin-bottom: -30px;
}
.content-wrapper .list-travel li a {
  margin-left: 25px;
}
.list-travel li {
  float: left;
  width: 33.33333%;
}
.list-travel li:nth-child(3n+1) {
  clear: left;
}
.list-travel li.double {
  width: 66.66666%;
}
.list-travel li.triple {
  width: 100%;
}
.list-travel li .iframe-container {
  margin: 0 0 10px 10px;
}
.list-travel li a {
  margin: 0 0 30px 10px;
}
.list-travel li a img {
  width: 100%;
}
.list-travel li a .h2 {
  margin: 0.25em 0 0;
  text-align: left;
  font-size: 0.9411764706em;
}
.list-travel li.instagram a {
  position: relative;
}
.list-travel li.instagram a:after {
  content: "3";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-family: "icomoon";
  line-height: 1;
}
.list-travel li.masked {
  position: relative;
}
.list-travel li.masked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.85;
}

.list-mosaic {
  /* force width divisible by 3 */
  width: 822px;
}
.list-mosaic.bordered {
  padding-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
}
.list-mosaic li {
  position: relative;
  float: left;
  width: 274px;
  height: 184px;
  overflow: hidden;
  background: #000;
}
.list-mosaic li.wide {
  width: 822px;
  height: 551px;
}
.list-mosaic li.wide img {
  height: 100%;
  width: 100%;
}
.list-mosaic li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list-mosaic li a img {
  width: 100%;
}
.list-mosaic li a .rollover .h2 {
  font-size: 1.4117647059em;
}

.list-fat-mosaic {
  overflow: hidden;
  margin-bottom: 80px;
}
.list-fat-mosaic.first-top {
  margin-top: 140px;
}
.list-fat-mosaic li {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-top: 13.4146341463%;
  padding-top: -moz-calc( 1 / 5 * 100% / 820 * 550);
  padding-top: -o-calc( 1 / 5 * 100% / 820 * 550);
  padding-top: -webkit-calc( 1 / 5 * 100% / 820 * 550);
  padding-top: calc( 1 / 5 * 100% / 820 * 550);
  z-index: 1;
}
.list-fat-mosaic li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-fat-mosaic li a img {
  width: 100%;
  height: 100%;
}
.list-fat-mosaic li a .rollover .h2 {
  font-size: 1em;
}
@media screen and (min-width: 1400px) {
  .list-fat-mosaic li a .rollover .h2 {
    font-size: 1.4117647059em;
  }
}
.list-fat-mosaic li.wide {
  position: relative;
  width: 60%;
  height: 0;
  padding-top: 40.243902439%; /* ratio */
  padding-top: -moz-calc(3 / 5 * 100% / 820 * 550);
  padding-top: -o-calc(3 / 5 * 100% / 820 * 550);
  padding-top: -webkit-calc(3 / 5 * 100% / 820 * 550);
  padding-top: calc(3 / 5 * 100% / 820 * 550);
  margin-top: -26.8292682927%;
  margin-top: -moz-calc( -2 / 5 * 100% / 820 * 550);
  margin-top: -o-calc( -2 / 5 * 100% / 820 * 550);
  margin-top: -webkit-calc( -2 / 5 * 100% / 820 * 550);
  margin-top: calc( -2 / 5 * 100% / 820 * 550);
}
.list-fat-mosaic li.wide iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.list-fat-mosaic li.wide-m2, .list-fat-mosaic li.wide-m1 {
  clear: both;
}
.list-fat-mosaic li.wide-p1 {
  margin-top: -26.8292682927%;
  margin-top: -moz-calc( -2 / 5 * 100% / 820 * 550);
  margin-top: -o-calc( -2 / 5 * 100% / 820 * 550);
  margin-top: -webkit-calc( -2 / 5 * 100% / 820 * 550);
  margin-top: calc( -2 / 5 * 100% / 820 * 550);
}
.list-fat-mosaic li.wide-p2 {
  margin-top: -13.4146341463%;
  margin-top: -moz-calc( -1 / 5 * 100% / 820 * 550);
  margin-top: -o-calc( -1 / 5 * 100% / 820 * 550);
  margin-top: -webkit-calc( -1 / 5 * 100% / 820 * 550);
  margin-top: calc( -1 / 5 * 100% / 820 * 550);
}
.list-fat-mosaic li.wide-p4 {
  clear: left;
}
.list-fat-mosaic li.blank {
  position: relative;
  /*
              &:before {
                  content : '';
                  display: block;
                  width: 100%;
                  height: 0;
                  padding-top: 550 / 820%;
                  @include calc( 'padding-top', ' 550 / 820%' );
              } */
}

.list-mosaic li a, .list-fat-mosaic li a {
  backface-visibility: hidden;
}
.list-mosaic li a .rollover, .list-fat-mosaic li a .rollover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.list-mosaic li a .rollover .rollover__core, .list-fat-mosaic li a .rollover .rollover__core {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}
.msie8 .list-mosaic li a .rollover .rollover__core, .msie8 .list-fat-mosaic li a .rollover .rollover__core {
  position: static;
}
.list-mosaic li a .rollover .h2, .list-fat-mosaic li a .rollover .h2 {
  margin: 0;
  line-height: 0.92;
}
.noTouch .list-mosaic li a:hover .rollover, .noTouch .list-mosaic li a:focus .rollover, .noTouch .list-fat-mosaic li a:hover .rollover, .noTouch .list-fat-mosaic li a:focus .rollover {
  opacity: 1;
  transition: none;
}
.isTouch .list-mosaic li a.active .rollover, .isTouch .list-fat-mosaic li a.active .rollover {
  opacity: 1;
  transition: none;
}
.list-mosaic.white-bg, .list-fat-mosaic.white-bg {
  background: #fff;
}
.list-mosaic.white-bg li, .list-fat-mosaic.white-bg li {
  background: #fff;
}
.list-mosaic.white-bg li a .rollover, .list-fat-mosaic.white-bg li a .rollover {
  background: #fff;
  color: #000;
}

.list-night-serie li {
  position: relative;
}
.list-night-serie li a {
  backface-visibility: hidden;
}
.list-night-serie li a .rollover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.list-night-serie li a .rollover .rollover__core {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}
.msie8 .list-night-serie li a .rollover .rollover__core {
  position: static;
}
.list-night-serie li a .rollover .h2 {
  color: white;
  margin: 0;
  line-height: 0.92;
  max-width: 360px;
  display: inline-block;
}
.list-night-serie.institute a {
  transition: opacity 250ms ease-in-out;
}
.list-night-serie.institute a:hover {
  opacity: 0.75;
}

.block-related {
  width: 845px; /* to put a padding-right space for the slider */
  margin-bottom: 0; /* kill slick reset */
}
.block-related:after { /* fake last 3 li border-bottom */
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 81px;
  right: 0;
  width: 25px;
  height: 1px;
  background: #fff;
}

.list-thumbs-container {
  position: relative;
  width: 820px;
  overflow: hidden;
}
.list-thumbs-container .h1 {
  margin: 0.5em 0;
  text-transform: none;
}
.list-thumbs-container:before, .list-thumbs-container:after { /* fake last 3 li border-bottom */
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 1px;
  background: #fff;
}
.list-thumbs-container:before {
  left: 257px;
}
.list-thumbs-container:after {
  right: 257px;
}

.list-thumbs {
  position: relative;
  width: 846px;
  margin-top: -1px; /* for border-top on first 3 li */
  border-bottom: 1px solid #c0c0c0; /* fake last li border-bottom */
}
.list-thumbs > li {
  float: left;
  width: 256px;
  padding: 0 26px 30px 0;
}
.list-thumbs > li.blank {
  padding: 0;
}
.list-thumbs > li.related-ad {
  z-index: 2;
  position: relative;
  width: 538px;
  height: 325px;
  padding: 0;
  margin-bottom: -1px;
}
.list-thumbs > li.before-wide {
  padding-bottom: 0;
}
.list-thumbs > li > a {
  border-top: 1px solid #c0c0c0;
  padding-top: 30px;
}
.related .list-thumbs > li > a {
  transition: opacity 250ms ease-in-out;
}
.related .list-thumbs > li > a:hover {
  opacity: 0.75;
}
.list-thumbs > li > a img {
  width: 100%;
}
.list-thumbs > li > a .h4 {
  margin: 0.55em 0 0.15em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.4117647059em;
  font-weight: normal;
}
.list-thumbs > li > a p.date {
  min-height: 0;
  font-size: 0.7058823529em;
}
.list-thumbs > li:nth-child(3n+1) {
  clear: left;
}
.list-thumbs.related-ads li:nth-child(8) a, .list-thumbs.related-ads li:nth-child(9) a {
  border-color: white;
}
.list-thumbs.related-ads li:nth-child(10), .list-thumbs.related-ads li:nth-child(11) {
  display: none;
}
.list-thumbs.issues {
  border-bottom: none;
}
.list-thumbs.issues > li > img {
  max-width: 100%;
}
.list-thumbs.issues > li > a {
  padding: 0;
  border-top: none;
}
.list-thumbs.issues > li > a img {
  max-width: 100%;
}
.list-thumbs.issues > li > a span {
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 0.25em;
  background: #fff;
  font-size: 0.7058823529em;
  line-height: 1;
}
.list-thumbs.issues > li .h2 {
  margin: 0.25em 0 0.15em;
  text-align: left;
}
.list-thumbs.issues > li .buttons-list {
  margin-top: 8px;
}
.list-thumbs.issues > li .buttons-list > li {
  display: block;
  box-sizing: border-box;
  width: 47.5%;
  float: left;
  border: 1px solid black;
  text-align: center;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.0588235294em;
  line-height: 1.5;
}
.list-thumbs.issues > li .buttons-list > li:first-child {
  margin-right: 5%;
}
.list-thumbs.issues > li .buttons-list > li a {
  text-decoration: none;
}

.instagram-wall-container {
  position: relative;
  overflow: hidden;
  height: 580px;
  margin-bottom: 80px;
}

.list-instagram-wall {
  position: absolute;
  left: -9000em;
  right: -9000em;
  margin: 0 auto;
  text-align: center;
  width: 2030px;
}
.list-instagram-wall li {
  float: left;
  background: #000;
  color: #fff;
  width: 290px;
  height: 290px;
}
.list-instagram-wall li a {
  position: relative;
  overflow: hidden;
  width: 290px;
  height: 290px;
}
.list-instagram-wall li a img {
  max-width: 100%;
  position: absolute;
  top: -900em;
  bottom: -900em;
  left: -900em;
  right: -900em;
  margin: auto;
}
.list-instagram-wall li .caption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  line-height: 1.2;
}
.list-instagram-wall li .caption p {
  margin-bottom: 1em;
}
.list-instagram-wall li .caption a {
  color: #fff;
}
.list-instagram-wall li .caption a:hover, .list-instagram-wall li .caption a:focus {
  color: #6e308a;
}

.list-packery {
  margin: 0 -7px 60px;
}
.list-packery li {
  position: relative;
  float: left;
  padding: 0.5%;
  box-sizing: border-box;
}
.list-packery li img {
  max-width: 100%;
}
.list-packery li .zoom-caller,
.list-packery li .zoom-reset {
  background: #f2f2f2;
  position: relative;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.list-packery li .zoom-caller img,
.list-packery li .zoom-reset img {
  width: 100%;
  position: absolute;
  top: 0;
}
.list-packery li .zoom-caller:after,
.list-packery li .zoom-reset:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; /* for CSS transition*/
  bottom: 0;
  background: #6e308a;
  opacity: 0;
  transition: opacity 1000ms ease-in-out, top 400ms ease-in-out;
}
.list-packery li .zoom-caller:hover, .list-packery li .zoom-caller:focus,
.list-packery li .zoom-reset:hover,
.list-packery li .zoom-reset:focus {
  opacity: 0.75;
}
.list-packery li div.zoom-caller:hover,
.list-packery li div.zoom-caller:focus {
  filter: grayscale(100%);
}
.list-packery li .zoom {
  display: none;
}
.list-packery li .zoom img {
  float: left;
  width: 50%;
  padding-right: 7px; /* tricky */
  box-sizing: border-box;
}
.list-packery li .zoom span > img {
  filter: grayscale(100%);
}
.list-packery li .zoom .zoom__description {
  font-size: clamp(17px, 2vw, 28px);
  line-height: 1.1;
  float: right;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}
.list-packery li .zoom .zoom__description .h2 {
  margin: 0.25em 0 0.4em;
  text-align: left;
  text-transform: none;
}
.list-packery li .zoom .zoom__description p {
  margin-bottom: 0.35em;
}
.list-packery li .zoom .zoom__description .comingsoon {
  display: block;
  margin-top: 30px;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.list-packery li .zoom .zoom__description .zoom__title {
  margin: 0;
  font-weight: normal;
  font-size: 1.5294117647em;
  line-height: 1;
}
.list-packery li.format-1 {
  width: 5%;
}
.list-packery li.format-1 .zoom-caller {
  width: auto;
  height: 0;
  padding-top: 156.52173913%;
}
.list-packery li.format-2 {
  width: 10%;
}
.list-packery li.format-2 .zoom-caller {
  width: auto;
  height: 0;
  padding-top: 69.56521739%;
}
.list-packery li.format-22 {
  width: 10%;
}
.list-packery li.format-22 .zoom-caller {
  width: auto;
  height: 0;
  padding-top: 149.130434789%;
}
.list-packery li.format-3 {
  width: 20%;
}
.list-packery li.format-3 .zoom-caller {
  width: auto;
  height: 0;
  padding-top: 71.45833333%;
}
.list-packery li.format-33 {
  width: 30%;
}
.list-packery li.format-33 .zoom-caller {
  width: auto;
  height: 0;
  padding-top: 71.45833333%;
}
.list-packery li.format-4 {
  width: 40%;
}
.list-packery li.format-4 .zoom-caller {
  display: none;
}
.list-packery li.format-4 .zoom {
  display: block;
}
.list-packery li.format-cover {
  width: 40%;
}
.list-packery li.format-cover .zoom-reset {
  width: auto;
  height: 0;
  padding-top: 71.45833333%;
}
.list-packery li.disabled .zoom-caller:hover:after, .list-packery li.disabled .zoom-caller:focus:after {
  opacity: 0.5;
}

.list-index {
  line-height: 1;
}
.list-index.multiple-section {
  column-count: 4;
  column-gap: 20px;
  line-height: 1.43;
}
.list-index:not(.multiple-section) > li > ul > li {
  display: inline-block;
  line-height: 1;
}
.list-index:not(.multiple-section) > li > ul > li br {
  display: none;
}
.list-index:not(.multiple-section) > li > ul > li a {
  display: inline;
}
.list-index:not(.multiple-section) > li > ul > li::after {
  content: "/";
}
.list-index:not(.multiple-section) > li > ul > li:last-child::after {
  content: ".";
}
.list-index > li {
  overflow: hidden;
  column-break: inside, avoid;
}
.list-index > li .h2 {
  margin-top: 1em;
  text-align: left;
  text-transform: none;
}
.list-index > li .h2:first-child {
  margin-top: 0;
}
.list-index > li li {
  margin-bottom: 0.75em;
}

.list-art {
  margin: 0.25em 0 0.75em !important;
  text-align: center;
  text-transform: none;
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 3.8235294118em;
  line-height: 0.92308; /* 60px */
}
.list-art li, .list-art a {
  display: inline;
}
.list-art a {
  color: #c0c0c0;
  /* Safari italic hack */
  padding: 0 6px;
  margin: 0 -6px;
}
.list-art a:hover, .list-art a:focus {
  color: #6e308a;
}
.list-art a.active {
  color: #000;
  font-style: normal;
}

.list-night-serie-container {
  position: relative;
  /* margin-top: -121px; */
}
.list-night-serie-container.alt, .list-night-serie-container.link-gallery {
  margin: -40px 0 40px;
}

.list-night-serie {
  position: relative;
}
.list-night-serie li {
  float: left;
}
.list-night-serie li img {
  width: 100%;
}
.list-night-serie li.format-1 {
  width: 50%;
}
.list-night-serie li.format-2 {
  width: 25%;
}
.list-night-serie li.blank {
  height: 0;
  padding-bottom: 25%;
}

.block-article .list-more {
  margin: 30px 0;
}
.list-more.bordered {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
}
.list-more li {
  position: relative;
  float: left;
  width: 25%;
  height: 0;
  padding-top: 14.65%; /* ratio */
  background: #000;
}
.list-more li.wide {
  width: 100%;
  padding-top: 67%;
}
.list-more li.blank {
  padding: 0;
}
.list-more li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.noTouch .list-more li a:hover .rollover, .noTouch .list-more li a:focus .rollover {
  display: block;
}
.isTouch .list-more li a.active .rollover {
  opacity: 1;
  display: block;
}
.list-more li img {
  width: 100%;
  margin: 0;
}
.list-more li > .h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 1.1764705882em;
}
.list-more li > .h2 a {
  color: #fff;
  position: relative;
}
.list-more li > .h2 a:hover {
  text-decoration: underline;
}
.list-more li .rollover {
  z-index: 1;
  display: none;
  position: absolute;
  right: -330px;
  top: 100px;
  width: 310px;
  padding: 20px;
  background: #fff;
  color: #000;
}
.list-more li .rollover .category {
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
  text-transform: uppercase;
}
.list-more li .rollover .h2 {
  margin: 0 0 0.15em;
  text-align: left;
  font-size: 1.1764705882em;
}
.list-more li .rollover .author {
  margin-bottom: 1em;
}
.list-more li:nth-child(4n) .rollover, .list-more li:nth-child(4n-1) .rollover {
  right: inherit;
  left: -330px;
}

/*  =SLIDERS
----------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(.././images/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #6e308a;
  opacity: 0.75;
}

.slideshow {
  overflow: hidden;
  /* slick slider tuning, don't try this at home kids */
}
.slideshow .slick-item {
  position: relative;
}
.slideshow .slick-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.slideshow .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: auto;
}
.slideshow .slick-dots li {
  margin: 0;
}
.slideshow .slick-dots li button:before {
  opacity: 1;
  text-shadow: 0px 0px 0.5px gray;
  font-size: 46px;
}
.slideshow .slick-dots li.slick-active button:before {
  text-shadow: none;
}
.slideshow.diaporama {
  position: relative;
  overflow: visible;
  margin: 0 -10px;
}
.slideshow.diaporama .slick-prev, .slideshow.diaporama .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  margin-top: 0;
}
.slideshow.diaporama .slick-prev:before, .slideshow.diaporama .slick-next:before {
  display: none;
}
.slideshow.diaporama .slick-prev {
  left: -50%;
  margin-left: -430px;
}
.slideshow.diaporama .slick-next {
  right: -50%;
  margin-right: -430px;
}
.slideshow.diaporama .slick-item {
  position: relative;
  width: 820px;
  margin: 0 10px;
}
.section-shopping .slideshow.diaporama .slick-item {
  background-color: rgb(242, 223, 235);
}
.slideshow.diaporama .slick-list {
  overflow: visible;
}
.slideshow.diaporama .slick-list .slick-slide {
  background: #ebebeb;
  cursor: pointer;
  transition: opacity 0.3s;
}
.section-shopping .slideshow.diaporama .slick-list .slick-slide {
  background-color: rgb(242, 223, 235);
}
.slideshow.diaporama .slick-list .slick-slide:hover {
  opacity: 0.5;
}
.slideshow.diaporama .slick-list .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.slideshow.diaporama .slick-list .slick-slide.slick-active {
  cursor: default;
}
.slideshow.diaporama .slick-list .slick-slide.slick-active:before {
  content: none;
}
.slideshow.diaporama .slick-list .slick-slide.slick-active:hover {
  opacity: 1;
}
.slideshow.diaporama .slick-list .slick-slide .img-container {
  position: relative;
  padding-top: 67.15%; /* ratio */
  height: 0;
}
.slideshow.diaporama .slick-list .slick-slide .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.slideshow.restricted .slick-list .slick-slide:not(.slick-active) {
  opacity: 0.35;
}

.gallery-ending {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  visibility: hidden;
}
.gallery-ended .gallery-ending {
  opacity: 1;
  visibility: visible;
}
.no-opacity .gallery-ending {
  display: none;
}
.no-opacity .gallery-ended .gallery-ending {
  display: block;
}
.gallery-ending .list-mosaic img {
  width: 100%;
  max-height: none;
}

.slideshow.diaporama.gallery-ended .slick-list .slick-slide {
  cursor: default;
  opacity: 0.2;
}
.slideshow.diaporama.gallery-ended .slick-list .slick-slide:hover {
  opacity: 0.2;
}
.slideshow.diaporama.gallery-ended .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.gallery-ended + .img-caption {
  visibility: hidden;
}

/* top of page slider */
.top-diaporama-container {
  position: relative;
  width: 60%;
  min-width: 1012px;
  padding-top: 178px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .top-diaporama-container {
    min-width: 0;
    width: 100%;
  }
}
.top-diaporama-container .content {
  position: relative;
  height: 0;
  padding-top: 67.0731707317%;
  margin: 0;
}
.top-diaporama-container .content .h1 {
  position: absolute;
  top: 8%;
  left: 7%;
  color: #fff;
  opacity: 1;
  transition: color 400ms ease-in-out, opacity 400ms ease-in-out;
}
.top-diaporama-container .content .h1.alt, .top-diaporama-container .content .h1.link-gallery {
  color: #000;
}
.top-diaporama-container .content .h1.hidden {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.top-diaporama-container .content .top-diaporama {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.top-diaporama-container .content .top-diaporama .slick-list {
  position: relative;
  height: 100%;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track {
  position: relative;
  height: 100%;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item {
  position: relative;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item .top-diaporama-video,
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item .top-diaporama-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item.advertising div, .top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item.advertising iframe {
  width: 100%;
  height: 100%;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item .img-legend {
  left: 7%;
  right: 7%;
  bottom: 10%;
  opacity: 0;
  transition: none;
}
.top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item.slick-active .img-legend {
  opacity: 1;
  transition: opacity 400ms ease-in-out 200ms;
}
.top-diaporama-container .content .link-after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.top-diaporama-container .content .link-after [data-icon] {
  position: relative;
  bottom: 10px;
  transition: bottom 400ms ease-in-out;
}
.top-diaporama-container .content .link-after:hover [data-icon], .top-diaporama-container .content .link-after:focus [data-icon] {
  bottom: 0;
}

.home-diaporama {
  margin-top: 178px;
  position: relative;
  height: 0;
  padding-bottom: 66%;
}
.home-diaporama .slick-list {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-diaporama .slick-list .slick-track {
  position: relative;
  height: 100%;
}
.home-diaporama .slick-list .slick-track .slick-item {
  position: relative;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-diaporama .slick-list .slick-track .slick-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-diaporama .slick-list .slick-track .slick-item.advertising div, .home-diaporama .slick-list .slick-track .slick-item.advertising iframe {
  width: 100%;
  height: 100%;
}
.home-diaporama .slick-list .slick-track .slick-item .img-legend {
  left: 85px;
  right: 85px;
  bottom: 85px;
  opacity: 0;
  transition: none;
}
.home-diaporama .slick-list .slick-track .slick-item.slick-active .img-legend {
  opacity: 1;
  transition: opacity 400ms ease-in-out 200ms;
}

#search-title .search-results-count {
  text-transform: lowercase;
  color: #ccc;
}

#search-form {
  display: none;
  position: relative;
  margin: -0.16em 0 0.36em;
  font-size: 2.9411764706em;
}
#search-form input, #search-form input:hover, #search-form input:focus {
  display: block;
  width: 92%;
  padding: 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1em;
  outline: none;
}
#search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ccc;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 0.96em;
}
#search-form button:hover, #search-form button:focus {
  color: #6e308a;
}

/*  =POPIN
----------------------------------------------------------------------------- */
.mfp-bg {
  background: transparent;
}
.mfp-bg.mfp-video-collection {
  background: black;
}

.mfp-preloader {
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.7058823529em;
  text-transform: uppercase;
}

.mfp-container {
  padding: 0;
}

.mfp-image-holder .mfp-close {
  top: 50px;
  right: 60px;
  width: inherit;
  padding: 0;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.mfp-image-holder .mfp-close:before {
  content: "7";
  margin: 0;
  color: #fff;
  font-family: "icomoon";
  line-height: 1;
}
.noTouch .mfp-image-holder .mfp-close {
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 80%;
  max-height: 80%;
}

.mfp-iframe-scaler .mfp-close {
  top: -50px;
  right: -60px;
  width: inherit;
  padding: 0;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.mfp-iframe-scaler .mfp-close:before {
  content: "7";
  margin: 0;
  color: #fff;
  font-family: "icomoon";
  line-height: 1;
}
.noTouch .mfp-iframe-scaler .mfp-close {
  opacity: 0;
}

.mfp-arrow {
  border: none;
  border: 1px solid blue;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.noTouch .mfp-arrow {
  opacity: 0;
}
.mfp-arrow:before {
  width: 1em;
  margin: 0;
  top: 50%;
  margin-top: -0.5em;
  left: 50%;
  margin-left: -0.5em;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "icomoon";
  font-size: 2em;
  line-height: 1;
  opacity: 1;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow.mfp-arrow-left {
  margin-left: 20px;
}
.mfp-arrow.mfp-arrow-left:before {
  content: "e";
}
.mfp-arrow.mfp-arrow-right {
  margin-right: 20px;
}
.mfp-arrow.mfp-arrow-right:before {
  content: "f";
}

#mfp-title {
  display: none;
  position: absolute;
  bottom: 48px;
  left: inherit;
  right: 24px;
  width: 170px;
  padding: 20px 0 20px 20px;
  background: #fff;
  color: #000;
  text-align: left;
  font-family: "Cousine", Consolas, Courier, monospace;
  font-size: 0.8235294118em;
}
.noTouch #mfp-title {
  display: inline;
  opacity: 0;
}
#mfp-title:empty, .noTouch #mfp-title:empty {
  display: none;
}

.noTouch .mfp-content:hover #mfp-title, .noTouch .mfp-content:hover .mfp-arrow, .noTouch .mfp-content:hover .mfp-close {
  opacity: 1;
}

.mfp-figure::after {
  box-shadow: none;
}

img.mfp-img {
  padding: 0;
  border: 24px solid #fff;
}

/* optionally hide arrows until image is displayed */
.mfp-s-loading .mfp-arrow {
  display: none;
}

.mfp-inline-holder .mfp-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-shopping .slideshow.diaporama .slick-item {
  background-color: rgb(242, 223, 235);
}

.page-template-page-stockist h1 {
  text-align: left;
}
.page-template-page-stockist .filter {
  margin-top: 35px;
}
.page-template-page-stockist .filter select {
  box-shadow: none;
  background: none;
  outline: 0px;
  -webkit-appearance: button;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0;
  -webkit-padding-end: 0;
  -webkit-padding-start: 0;
  -webkit-user-select: none;
  -webkit-appearance: none;
  outline: none;
  background: white;
  border: 1px solid #929292;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: °px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Cousine, Consolas, Courier, monospace;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  color: black;
  padding: 9px 28px 9px 7px;
  background: url(.././images/arrow-select.jpg) right 7px top 10px no-repeat;
  margin-right: 14px;
  margin-bottom: 38px;
}
.page-template-page-stockist .filter select.city {
  display: none;
}
.page-template-page-stockist .h2.small {
  font-size: 20px;
}
.page-template-page-stockist .stockist .h2 {
  text-align: left;
  margin-bottom: 20px;
}
.page-template-page-stockist .stockist h3 {
  text-transform: uppercase;
  font-family: Cousine, Consolas, Courier, monospace;
  font-weight: 100;
  text-transform: initial;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-page-stockist .stockist h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.page-template-page-stockist .stockist li {
  margin-bottom: 30px;
  width: 33.333%;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.page-template-page-stockist .stockist ul {
  font-size: 0;
}
.page-template-page-stockist .stockist ul:after {
  content: "";
  display: block;
  clear: both;
}
.page-template-page-stockist .stockist p {
  font-family: Cousine, Consolas, Courier, monospace;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page-template-page-stockist .stockist li {
    width: 50%;
  }
}

/*  =MEDIA_QUERIES
----------------------------------------------------------------------------- */
.tablet-only, .mobile-only, .wide-only {
  display: none;
}

/* =tablet ------------------------------------------------------------------ */
@media screen and (max-width: 940px) {
  .no-tablet {
    display: none;
  }
  .tablet-only {
    display: block;
  }
  .tablet-only.inline {
    display: inline;
  }
  .tablet-only.inline-block {
    display: inline-block;
  }
  .content {
    max-width: 820px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .core {
    max-width: 820px;
    width: auto;
  }
  #header #header-tools {
    left: 20px;
  }
  #header .header-social {
    right: 20px;
  }
  #header #header-content .content {
    padding: 0;
  }
  .home-list .block-article .block-article__summary .h1,
  .home-list .block-article.col-2 .block-article__summary .h1,
  .home-list .block-article.col-3 .block-article__summary .h1 {
    font-size: 1.0588235294em;
  }
  .magazine-heading .magazine-heading__cover-masterpage {
    width: -moz-calc(100% - 280px);
    width: -o-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
  }
  .list-travel li {
    width: 50%;
  }
  .list-travel li:nth-child(3n+1) {
    clear: none;
  }
  .list-travel li:nth-child(2n+1) {
    clear: left;
  }
  .list-travel li.double, .list-travel li.triple {
    width: 100%;
  }
  .list-travel li .iframe-container iframe {
    height: 210px;
  }
  .defaultpage-columns {
    column-count: 2;
    column-gap: 20px;
  }
  .list-mosaic {
    width: auto;
    margin: 0 -20px;
  }
  .list-mosaic.bordered {
    padding-bottom: 15px;
  }
  .list-mosaic li {
    width: 33.33334%;
    height: 0;
    padding-top: 22.3577235772%;
    padding-top: -moz-calc(1 / 3 * 100% / 820 * 550);
    padding-top: -o-calc(1 / 3 * 100% / 820 * 550);
    padding-top: -webkit-calc(1 / 3 * 100% / 820 * 550);
    padding-top: calc(1 / 3 * 100% / 820 * 550);
  }
  .list-mosaic li.wide {
    width: 100%;
    height: 0;
    padding-top: 67.0731707317%;
    padding-top: -moz-calc(100% / 820 * 550);
    padding-top: -o-calc(100% / 820 * 550);
    padding-top: -webkit-calc(100% / 820 * 550);
    padding-top: calc(100% / 820 * 550);
  }
  .list-mosaic li a .rollover .h2 {
    font-size: 0.8823529412em;
  }
  .list-mosaic li a .rollover p {
    font-size: 0.6470588235em;
  }
  /* mask for mobile only */
  .list-mosaic-bordered-mobile:before, .list-mosaic-bordered-mobile:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #fff;
  }
  .list-mosaic-bordered-mobile:before {
    left: -20px;
  }
  .list-mosaic-bordered-mobile:after {
    right: -20px;
  }
  .list-fat-mosaic {
    /* TRICKY: wide item first! (if wide) */
  }
  .list-fat-mosaic li {
    width: 33.3333333333%;
    padding-top: 22.3577235772%;
    padding-top: -moz-calc(1 / 3 * 100% / 820 * 550);
    padding-top: -o-calc(1 / 3 * 100% / 820 * 550);
    padding-top: -webkit-calc(1 / 3 * 100% / 820 * 550);
    padding-top: calc(1 / 3 * 100% / 820 * 550);
  }
  .list-fat-mosaic li.wide-m1, .list-fat-mosaic li.wide-m2, .list-fat-mosaic li.wide-p1, .list-fat-mosaic li.wide-p2, .list-fat-mosaic li.wide-p4 {
    margin: 0;
    clear: inherit;
  }
  .list-fat-mosaic li.wide {
    width: 100%;
    margin: 0;
    padding-top: 67.0731707317%;
    padding-top: -moz-calc(550 / 820 * 100%);
    padding-top: -o-calc(550 / 820 * 100%);
    padding-top: -webkit-calc(550 / 820 * 100%);
    padding-top: calc(550 / 820 * 100%);
  }
  .list-fat-mosaic.with-wide li.wide:nth-child(4) {
    margin-top: -89.4308943089%;
    margin-top: -moz-calc(-4 / 3 * 100% / 820 * 550 + 1px);
    margin-top: -o-calc(-4 / 3 * 100% / 820 * 550 + 1px);
    margin-top: -webkit-calc(-4 / 3 * 100% / 820 * 550 + 1px);
    margin-top: calc(-4 / 3 * 100% / 820 * 550 + 1px);
  }
  .list-fat-mosaic.with-wide li:nth-child(1), .list-fat-mosaic.with-wide li:nth-child(2), .list-fat-mosaic.with-wide li:nth-child(3) {
    margin-top: 67.0731707317%;
    margin-top: -moz-calc(550 / 820 * 100%);
    margin-top: -o-calc(550 / 820 * 100%);
    margin-top: -webkit-calc(550 / 820 * 100%);
    margin-top: calc(550 / 820 * 100%);
  }
  .block-related {
    width: -moz-calc(100% + 20px);
    width: -o-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .list-thumbs-container {
    width: 100%;
  }
  .list-thumbs-container .mag-section-heading {
    font-size: 0.8235294118em;
    margin: 2em 0 1em;
  }
  .list-thumbs-container:before, .list-thumbs-container:after {
    width: 20px;
  }
  .list-thumbs-container:before {
    left: -moz-calc((100/3) * 1% - 20px);
    left: -o-calc((100/3) * 1% - 20px);
    left: -webkit-calc((100/3) * 1% - 20px);
    left: calc((100/3) * 1% - 20px);
  }
  .list-thumbs-container:after {
    right: 33.3333333333%;
  }
  .list-thumbs {
    width: inherit;
  }
  .list-thumbs > li {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-right: 20px;
  }
  .list-thumbs > li.related-ad {
    width: -moz-calc((100/3*2) * 1% - 20px);
    width: -o-calc((100/3*2) * 1% - 20px);
    width: -webkit-calc((100/3*2) * 1% - 20px);
    width: calc((100/3*2) * 1% - 20px);
    border-bottom: 1px solid transparent;
  }
  .list-thumbs > li.before-wide {
    padding-right: 0;
  }
  .list-thumbs > li li {
    width: 100%;
  }
  .list-thumbs.related-ads > li:nth-child(8) a, .list-thumbs.related-ads li:nth-child(9) a {
    border-color: #c0c0c0;
  }
  .slideshow .slick-list .slick-slide.slick-active {
    opacity: 1;
  }
  .slideshow .slick-list .slick-slide.slick-active .img-container .slick-overlay {
    opacity: 1;
  }
  .slideshow.diaporama {
    margin: 0;
  }
  .slideshow.diaporama .slick-list .slick-slide {
    margin: 0;
  }
  .slideshow.diaporama .slick-prev, .slideshow.diaporama .slick-next {
    color: #000;
    font-size: 1em;
    line-height: 1em;
    background: #fff;
  }
  .slideshow.diaporama .slick-prev.slick-disabled, .slideshow.diaporama .slick-next.slick-disabled {
    color: transparent;
    cursor: default;
  }
  .slideshow.diaporama .slick-prev .data-icon, .slideshow.diaporama .slick-next .data-icon {
    padding: 0 5px;
  }
  .slideshow.diaporama .slick-prev {
    margin-left: -moz-calc(100% / 2 * (-1));
    margin-left: -o-calc(100% / 2 * (-1));
    margin-left: -webkit-calc(100% / 2 * (-1));
    margin-left: calc(100% / 2 * (-1));
    text-align: right;
  }
  .slideshow.diaporama .slick-next {
    margin-right: -moz-calc(100% / 2 * (-1));
    margin-right: -o-calc(100% / 2 * (-1));
    margin-right: -webkit-calc(100% / 2 * (-1));
    margin-right: calc(100% / 2 * (-1));
    text-align: left;
  }
  .gallery-ending {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .no-opacity .gallery-ending {
    display: block;
  }
  .gallery-ending .list-mosaic {
    margin: 0;
  }
}
/* =small screens ----------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-height: 700px) {
  .core {
    width: 620px;
  }
  .content-wrapper {
    margin-bottom: 60px;
  }
  .slideshow.diaporama .slick-item {
    width: 620px;
    margin: 0 auto;
  }
  .slideshow.diaporama .slick-list .slick-slide {
    width: 620px;
    margin: 0 10px;
  }
  .h1 {
    font-size: 2.2352941176em;
  }
  .img-legend .category {
    font-size: 2.2352941176em;
  }
  .img-legend .heading {
    font-size: 2.8235294118em;
  }
  .block-article__breaking p {
    font-size: 2.6470588235em;
  }
  .list-art {
    font-size: 2.8235294118em;
  }
  .list-mosaic {
    width: 621px;
  }
  .list-mosaic li {
    width: 207px;
    height: 139px;
  }
  .list-mosaic li.wide {
    width: 621px;
    height: 416px;
  }
  .list-mosaic li a .rollover .h2 {
    font-size: 1.0588235294em;
  }
  .list-thumbs-container {
    width: 620px;
  }
  .list-thumbs-container:before {
    left: 193px;
  }
  .list-thumbs-container:after {
    right: 193px;
  }
  .list-thumbs {
    width: 639px;
  }
  .list-thumbs > li {
    width: 194px;
    padding: 0 19px 30px 0;
  }
  .list-thumbs > li > a {
    padding-top: 20px;
  }
  .list-thumbs > li > a .h4 {
    font-size: 1.0588235294em;
  }
  .list-thumbs > li.related-ad {
    width: 404px;
    height: 244px;
  }
  .list-thumbs.issues li .h2 {
    font-size: 1.0588235294em;
  }
  .list-more li .rollover {
    width: 232px;
    right: -247px;
    top: 75px;
  }
  .list-more li:nth-child(4n) .rollover, .list-more li:nth-child(4n-1) .rollover {
    right: inherit;
    left: -247px;
  }
}
/* =mobile ------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only.inline {
    display: inline;
  }
  .mobile-only.inline-block {
    display: inline-block;
  }
  .content-wrapper {
    margin-bottom: 30px;
  }
  .home .content-wrapper {
    margin-bottom: 30px;
  }
  .content-wrapper.diary {
    margin-bottom: 20px;
  }
  .content-wrapper.related {
    margin-top: 0;
  }
  .content {
    margin: 0;
    font-size: 0.8823529412em;
  }
  .content.first, .content.first-top {
    padding-top: 55px;
  }
  .core {
    width: auto;
    margin: 0;
  }
  .core.first, .core.first-top {
    padding-top: 55px;
  }
  .with-preroll-ad #header, .with-preroll-ad #header.mini {
    top: 0;
  }
  #header #header-content, #header.mini #header-content {
    padding-top: 40px;
  }
  #header #header-content .h1 a, #header.mini #header-content .h1 a {
    top: 2px;
    width: 62px;
    margin-left: -32px;
    padding: 8px;
  }
  #header #header-content .h1 a svg, #header.mini #header-content .h1 a svg {
    height: 20px;
  }
  #header #header-content .content, #header.mini #header-content .content {
    padding: 0 20px;
  }
  #header #header-content #header-tools, #header.mini #header-content #header-tools {
    top: -18px;
    left: 10px;
    right: 10px;
  }
  #header #header-content #header-tools button, #header.mini #header-content #header-tools button {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  #header #header-content #header-tools button#show-search, #header.mini #header-content #header-tools button#show-search {
    right: 0;
  }
  #header #header-content #header-tools button#show-menu, #header.mini #header-content #header-tools button#show-menu {
    left: 0;
    opacity: 1;
    max-width: inherit;
    overflow: auto;
  }
  #header #header-content #header-tools button#show-menu:hover, #header #header-content #header-tools button#show-menu:focus, #header.mini #header-content #header-tools button#show-menu:hover, #header.mini #header-content #header-tools button#show-menu:focus {
    opacity: 1;
    transition: opacity 400ms ease-in-out;
  }
  #header #header-content #header-tools button#show-menu:hover:hover, #header #header-content #header-tools button#show-menu:hover:focus, #header #header-content #header-tools button#show-menu:focus:hover, #header #header-content #header-tools button#show-menu:focus:focus, #header.mini #header-content #header-tools button#show-menu:hover:hover, #header.mini #header-content #header-tools button#show-menu:hover:focus, #header.mini #header-content #header-tools button#show-menu:focus:hover, #header.mini #header-content #header-tools button#show-menu:focus:focus {
    opacity: 0.5;
    transition: none;
  }
  #header #header-content #nav-mobile, #header.mini #header-content #nav-mobile {
    display: none;
    margin: 0 -20px;
    background: #fff;
    background-image: linear-gradient(#ddd, #fff 10px);
  }
  #header #header-content #nav-mobile.active, #header.mini #header-content #nav-mobile.active {
    display: block;
  }
  #header #header-content #nav-mobile .nav-main, #header.mini #header-content #nav-mobile .nav-main {
    overflow: hidden;
    max-height: inherit;
    margin: 0;
    padding: 20px 20px 10px 20px;
    text-align: left;
  }
  #header #header-content #nav-mobile .nav-main li, #header #header-content #nav-mobile .nav-main a, #header.mini #header-content #nav-mobile .nav-main li, #header.mini #header-content #nav-mobile .nav-main a {
    display: block;
  }
  #header #header-content #nav-mobile .nav-main li, #header.mini #header-content #nav-mobile .nav-main li {
    padding-bottom: 0.25em;
  }
  #header #header-content #nav-mobile .nav-main + .nav-main, #header.mini #header-content #nav-mobile .nav-main + .nav-main {
    padding-top: 0;
    margin-top: -10px;
  }
  #header #header-content #nav-footer-mobile, #header.mini #header-content #nav-footer-mobile {
    position: relative;
    padding: 20px 20px 30px 20px;
  }
  #header #header-content #nav-footer-mobile:before, #header.mini #header-content #nav-footer-mobile:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 50px;
    height: 1px;
    background: #c0c0c0;
  }
  #header #header-content #nav-footer-mobile li, #header.mini #header-content #nav-footer-mobile li {
    padding-bottom: 0.25em;
  }
  #header #header-content .header-social, #header.mini #header-content .header-social {
    top: 25px;
  }
  #header-search input,
  #header-search button {
    font-size: 0.9333333333em;
  }
  #header-search input {
    width: 90%;
  }
  .site-footer {
    margin: 20px 0;
    padding: 0;
  }
  .site-footer:before, .site-footer ul {
    display: none;
  }
  .site-footer p {
    font-size: 0.9333333333em;
  }
  .site-footer.inline {
    display: none;
  }
  .h1 {
    font-size: 1.4666666667em;
  }
  .h2 {
    font-size: 0.9333333333em;
  }
  .date, .link-gallery {
    font-size: 0.7333333333em;
  }
  .button--small {
    min-width: 60px;
    font-size: 0.9333333333em;
  }
  .link-video {
    font-size: 0.5882352941em;
  }
  .sort-heading {
    margin-bottom: 20px;
    font-size: 0.7333333333em;
  }
  .sort-heading ul.filter, .sort-heading ul.abc-book {
    float: none;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #c0c0c0;
  }
  #sort-filter {
    display: none;
  }
  #sort-filter.active {
    display: block;
  }
  #sort-filter .sort-heading ul.filter {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .home-list .col, .home-list .col-2, .home-list .col-3 {
    width: 100%;
  }
  .img-legend {
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
  }
  .img-legend .category {
    font-size: 1.4666666667em;
  }
  .img-legend .heading {
    font-size: 1.8em;
  }
  .block-article .img-caption {
    font-size: 1em;
  }
  .block-article.television .img-container img {
    border-radius: 12px;
  }
  .block-article.magazine .img-container img {
    border-radius: 12px 0;
  }
  .block-article.magazine p {
    font-size: 0.7333333333em;
  }
  .block-article__breaking p {
    font-size: 1.6666666667em;
  }
  .block-article__summary {
    padding-bottom: 0.75em;
  }
  .block-article__summary:after {
    width: 50px;
    margin-left: -25px;
  }
  .block-article__summary .h1 br {
    display: none;
  }
  .block-article__summary p.credits {
    font-size: 0.7333333333em;
  }
  .block-fashion {
    margin: 0 -20px 30px;
    padding: 10px 20px 20px;
  }
  .block-fashion .block-fashion__filter {
    width: 42.5%;
  }
  .magazine-heading {
    padding: 0;
  }
  .magazine-heading .magazine-heading__cover {
    margin-bottom: 20px;
  }
  .magazine-article__core {
    width: inherit;
    padding: 0;
  }
  .magazine-article__core p {
    font-size: 0.7333333333em;
  }
  .magazine-article__core .img-container {
    display: inline-block;
    position: relative;
    left: 0;
    width: inherit;
    margin: 20px 0;
  }
  .hasJS .magazine-article__core .img-container {
    display: inline-block;
  }
  .magazine-article__side {
    display: none;
  }
  .defaultpage-columns {
    column-count: 1;
    column-gap: 0;
  }
  .img-container .img-caption {
    left: 0;
    top: 0;
    bottom: 0;
    max-width: inherit;
    margin: 0;
    padding: 20px;
  }
  .img-container .img-caption .img-caption__core {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-wrapper .list-travel {
    margin-left: -10px;
    margin-bottom: -20px;
  }
  .content-wrapper .list-travel li a {
    margin-left: 10px;
  }
  .list-mosaic li {
    width: 50%;
    width: -moz-calc(1 / 2 * 100%);
    width: -o-calc(1 / 2 * 100%);
    width: -webkit-calc(1 / 2 * 100%);
    width: calc(1 / 2 * 100%);
    height: 0;
    padding-top: 33.5365853659%;
    padding-top: -moz-calc(1 / 2 * 100% / 820 * 550);
    padding-top: -o-calc(1 / 2 * 100% / 820 * 550);
    padding-top: -webkit-calc(1 / 2 * 100% / 820 * 550);
    padding-top: calc(1 / 2 * 100% / 820 * 550);
  }
  .list-mosaic li.wide {
    width: 100%;
    height: 0;
    padding-top: 67.0731707317%;
    padding-top: -moz-calc(100% / 820 * 550);
    padding-top: -o-calc(100% / 820 * 550);
    padding-top: -webkit-calc(100% / 820 * 550);
    padding-top: calc(100% / 820 * 550);
  }
  .list-mosaic li a img {
    position: static;
    width: 100%;
  }
  .list-fat-mosaic {
    margin-bottom: 30px;
    /* TRICKY: wide item first! (if wide) */
  }
  .list-fat-mosaic.first-top {
    margin-top: 40px;
  }
  .list-fat-mosaic li {
    width: 50%;
    padding-top: 33.5365853659%;
    padding-top: -moz-calc(1/2 * 100% / 820 * 550);
    padding-top: -o-calc(1/2 * 100% / 820 * 550);
    padding-top: -webkit-calc(1/2 * 100% / 820 * 550);
    padding-top: calc(1/2 * 100% / 820 * 550);
  }
  .list-fat-mosaic.with-wide li.wide:nth-child(4) {
    margin-top: -134.1463414634%;
    margin-top: -moz-calc(-2 * 100% / 820 * 550 + 1px);
    margin-top: -o-calc(-2 * 100% / 820 * 550 + 1px);
    margin-top: -webkit-calc(-2 * 100% / 820 * 550 + 1px);
    margin-top: calc(-2 * 100% / 820 * 550 + 1px);
  }
  .list-fat-mosaic.with-wide li:nth-child(1), .list-fat-mosaic.with-wide li:nth-child(2) {
    margin-top: 67.0731707317%;
    margin-top: -moz-calc(100% / 820 * 550);
    margin-top: -o-calc(100% / 820 * 550);
    margin-top: -webkit-calc(100% / 820 * 550);
    margin-top: calc(100% / 820 * 550);
  }
  .list-fat-mosaic.with-wide li:nth-child(3) {
    margin-top: 0;
  }
  .list-fat-mosaic.with-wide li:nth-child(3) {
    clear: none;
  }
  .list-fat-mosaic.with-wide li:nth-child(5) {
    clear: none;
  }
  .list-mosaic li a .rollover .h2, .list-fat-mosaic li a .rollover .h2 {
    font-size: 0.8em;
  }
  .list-mosaic li a .rollover p, .list-fat-mosaic li a .rollover p {
    font-size: 0.7333333333em;
  }
  .list-mosaic li a .rollover .date, .list-fat-mosaic li a .rollover .date {
    margin: 0;
    font-size: 0.6666666667em;
  }
  .block-related {
    width: 100%;
    margin-bottom: 0;
  }
  .block-related:after {
    display: none;
  }
  .index-mobile-select {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-bottom: 1px solid #c0c0c0;
    text-align: left;
  }
  .list-thumbs-container {
    width: 100%;
  }
  .list-thumbs-container:before, .list-thumbs-container:after {
    display: none;
  }
  .list-thumbs {
    width: 100%;
  }
  .list-thumbs > li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .list-thumbs > li > a {
    padding: 10px 0;
    min-height: 0;
  }
  .list-thumbs > li > a .h4 {
    margin-top: 0;
    font-size: 0.9333333333em;
  }
  .list-thumbs > li > a p.date {
    margin: 0;
    font-size: 0.7333333333em;
  }
  .list-thumbs > li > a img {
    float: left;
    width: 48%;
  }
  .list-thumbs > li > a .caption {
    float: right;
    width: 48%;
  }
  .list-thumbs > li > a span.thumb-spacer {
    float: left;
    width: 48%;
    height: 0;
    padding-top: 26%;
  }
  .list-thumbs > li.related-ad {
    width: 100%;
    height: 0;
    padding-bottom: 60.39%;
  }
  .list-thumbs.issues > li {
    float: left;
    width: 50%;
    margin: 0 0 1.5em 0;
  }
  .list-thumbs.issues > li .h2 {
    margin-right: 0.15em;
  }
  .list-thumbs.issues > li .buttons-list > li {
    font-size: 0.8235294118em;
  }
  .list-thumbs.issues > li > a {
    min-height: 0;
  }
  .list-thumbs.issues > li > a img {
    width: 100%;
  }
  .list-thumbs.issues > li:nth-child(3n+1) {
    clear: none;
  }
  .list-thumbs.issues > li:nth-child(2n) > a, .list-thumbs.issues > li:nth-child(2n) > .h2, .list-thumbs.issues > li:nth-child(2n) > ul {
    margin-left: 0.5em;
  }
  .list-thumbs.issues > li:nth-child(2n+1) > a, .list-thumbs.issues > li:nth-child(2n+1) > .h2, .list-thumbs.issues > li:nth-child(2n+1) > ul {
    margin-right: 0.5em;
  }
  .instagram-wall-container {
    height: auto;
    margin-bottom: 30px;
  }
  .list-instagram-wall {
    position: static;
    width: 100%;
  }
  .list-instagram-wall li {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%; /* CSS magic */
  }
  .list-instagram-wall li.no-mobile {
    height: 0; /* patch for JS */
    width: 0; /* patch for JS */
  }
  .list-instagram-wall li .caption {
    position: absolute;
    left: 0;
    right: 0;
  }
  .list-instagram-wall li .caption .h2, .list-instagram-wall li .caption p {
    font-size: 0.7058823529em;
  }
  .list-instagram-wall li a {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: inherit;
  }
  .list-instagram-wall li a img {
    position: static;
  }
  .list-art {
    font-size: 1.6em;
  }
  .list-night-serie-container.alt, .list-night-serie-container.link-gallery {
    margin: 0 0 40px;
  }
  .list-night-serie li.format-1 {
    width: 100%;
  }
  .list-night-serie li.format-2 {
    width: 50%;
  }
  .list-more-container {
    position: relative;
  }
  .list-more-container:before, .list-more-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 20px;
    background: #fff;
  }
  .list-more-container:before {
    left: -20px;
  }
  .list-more-container:after {
    right: -20px;
  }
  .list-more {
    margin: 0 -20px;
  }
  .list-more li {
    width: 50%;
    padding-top: 29%; /* ratio */
  }
  .list-more li a {
    overflow: hidden;
  }
  .list-more li .rollover {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: inherit;
    padding: 0;
  }
  .list-more li .rollover .h2 {
    text-align: center;
    font-size: 0.8em;
  }
  .list-more li .rollover p {
    display: none;
    text-align: center;
  }
  .list-more li .rollover p.category {
    display: block;
    font-size: 0.6666666667em;
  }
  .list-more li .rollover .rollover__core {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
  }
  .msie8 .list-more li .rollover .rollover__core {
    position: static;
  }
  .list-more li:nth-child(4n) .rollover, .list-more li:nth-child(4n-1) .rollover {
    left: 0;
  }
  .list-more li:nth-child(2n) .rollover {
    right: 0;
  }
  .top-diaporama-container {
    padding-top: 40px;
  }
  .top-diaporama-container .content {
    padding: 67% 0 0;
  }
  .top-diaporama-container .content .h1 {
    top: 20px;
    right: 20px;
    left: 20px;
    font-size: 1.4666666667em;
  }
  .slideshow .slick-dots {
    bottom: 15px;
  }
  .slideshow.top-diaporama .slick-item .img-legend {
    width: auto !important;
  }
  .slideshow.diaporama {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .slideshow.diaporama .slick-prev, .slideshow.diaporama .slick-next {
    width: 20px;
    text-align: center;
  }
  .slideshow.diaporama .slick-prev {
    left: 0;
    margin-left: 0;
  }
  .slideshow.diaporama .slick-next {
    right: 0;
    margin-right: 0;
  }
  .slideshow.diaporama .slick-item {
    width: 100%;
    margin: 0;
  }
  .last .slideshow.diaporama { /* "footer" slideshow */
    padding: 0;
  }
  .last .slideshow.diaporama .slick-prev, .last .slideshow.diaporama .slick-next {
    background: transparent;
    color: #fff;
  }
  .last .slideshow.diaporama .slick-prev.slick-disabled, .last .slideshow.diaporama .slick-next.slick-disabled {
    color: transparent;
  }
  .top-diaporama-container .content .top-diaporama .slick-list .slick-track .slick-item .img-legend {
    left: 20px;
    right: 20px;
    bottom: 50px;
  }
  img.mfp-img {
    border-width: 20px;
  }
  .mfp-image-holder .mfp-close {
    top: 20px;
    right: 30px;
    font-size: 16px;
  }
  .mfp-arrow:before {
    font-size: 1.25em;
  }
  .mfp-arrow.mfp-arrow-left {
    left: -20px;
  }
  .mfp-arrow.mfp-arrow-right {
    right: -20px;
  }
  #mfp-title {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: auto;
    margin-top: -20px;
    padding: 10px 10px 10px 50%;
    font-size: 0.6470588235em;
  }
  #mfp-title.active {
    display: block;
  }
  .noTouch #mfp-show-title {
    display: none;
  }
  .isTouch #mfp-show-title {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 17px;
  }
  .gallery-ending {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    bottom: 1px; /* hack to avoid rounding errors */
  }
  .no-opacity .gallery-ending {
    display: block;
  }
  .gallery-ending .list-mosaic li.blank {
    display: none;
  }
}
/*  =PRINT
----------------------------------------------------------------------------- */
.print-only {
  display: none;
}

@media print {
  body, html {
    width: auto;
    height: auto;
    min-height: auto;
    margin: 0;
    background-color: #fff;
    color: #000;
    background-image: none;
    padding: 0;
    float: none;
    position: static;
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"], a[href="javascript:"] {
    content: "";
  }
  body {
    padding: 0.5em;
  }
  .no-print {
    display: none;
  }
  .print-only {
    display: block;
  }
}
.banner-membership {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4d6e4;
  text-align: center;
  z-index: 1000;
  padding: 3.25rem 1.25rem 2rem;
  transition: transform 400ms ease-in-out;
}
.banner-membership__title {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 3.25rem;
  font-size: 1.75rem;
  line-height: 1.2;
}
.banner-membership__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
.banner-membership__close::before, .banner-membership__close::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0.25rem;
  width: 2.5rem;
  height: 1px;
  background-color: black;
}
.banner-membership__close::before {
  transform: rotate(45deg);
}
.banner-membership__close::after {
  transform: rotate(-45deg);
}
.banner-membership__button {
  min-width: 16rem;
  margin-bottom: 1rem;
}
.banner-membership p a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .banner-membership {
    padding: 5rem 1.25rem 2rem;
  }
  .banner-membership__title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .banner-membership__close {
    width: 2rem;
    height: 2rem;
  }
  .banner-membership__close::before, .banner-membership__close::after {
    top: 1rem;
    width: 1.5rem;
  }
}

.slide-banner-membership {
  background-color: #f4d6e4;
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.52;
}
.slide-banner-membership__title {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.slide-banner-membership__button {
  min-width: 16rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.slide-banner-membership p a {
  text-decoration: underline;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 600px;
  margin: 4rem auto;
}

.woocommerce-form__label-for-checkbox {
  margin-bottom: 2rem;
}

.woocommerce a:hover, .woocommerce a:focus, .woocommerce a:active {
  color: #000;
}

.woocommerce {
  font-size: 1.25rem;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.woocommerce-error {
  display: block;
  background-color: red;
  margin-bottom: 2rem !important;
  padding: 1rem;
  color: #fff;
}
.woocommerce-error a {
  color: #fff;
}

.woocommerce-message {
  display: block;
  background-color: green;
  margin-bottom: 2rem !important;
  padding: 1rem;
  color: #fff;
}
.woocommerce-message a {
  color: #fff;
}

.woocommerce-info {
  display: block;
  background-color: #eee;
  margin-bottom: 2rem !important;
  padding: 1rem;
  color: #000;
}
.woocommerce-info a {
  color: #000;
}

.woocommerce-account.logged-in .core.first-top {
  margin-top: 4rem;
}
.woocommerce-account.logged-in h1.h2 {
  font-size: 2rem;
  text-align: left;
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.logged-in h1.h2 {
    margin-left: 0;
  }
}
.woocommerce-account.logged-in .core {
  width: auto;
  max-width: 1220px;
}
.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: 4fr 12fr;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account.logged-in.woocommerce-edit-account .woocommerce, .woocommerce-account.logged-in.woocommerce-edit-address-billing .woocommerce, .woocommerce-account.logged-in.woocommerce-edit-address-shipping .woocommerce, .woocommerce-account.logged-in.woocommerce-add-payment-method .woocommerce {
  grid-template-columns: 4fr 8fr 4fr;
}
@media screen and (max-width: 767px) {
  .woocommerce-account.logged-in.woocommerce-edit-account .woocommerce, .woocommerce-account.logged-in.woocommerce-edit-address-billing .woocommerce, .woocommerce-account.logged-in.woocommerce-edit-address-shipping .woocommerce, .woocommerce-account.logged-in.woocommerce-add-payment-method .woocommerce {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account.logged-in em {
  font-size: 1.125rem;
}
.woocommerce-account.logged-in mark {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}

.woocommerce-MyAccount-content .product-name a {
  display: inline;
}
.woocommerce-MyAccount-content #payment .payment_methods li label {
  display: inline-flex !important;
}
.woocommerce-MyAccount-content .woocommerce-PaymentMethods {
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-PaymentBox {
  margin-left: 2.25rem;
}
.woocommerce-MyAccount-content .woocommerce-PaymentBox > p:first-child {
  display: none;
}

.shop_table:not(.subscription_details):not(.order_details_subscription_totals) thead {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
}
.shop_table:not(.subscription_details):not(.order_details_subscription_totals) th,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals) td {
  padding: 0.5rem 0.75rem;
}
.shop_table:not(.subscription_details):not(.order_details_subscription_totals) th:first-child,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals) td:first-child {
  padding-left: 0;
}
.shop_table:not(.subscription_details):not(.order_details_subscription_totals) th:last-child,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals) td:last-child {
  padding-right: 0;
}
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).order_details, .shop_table:not(.subscription_details):not(.order_details_subscription_totals).woocommerce-orders-table--subscriptions {
  width: 100%;
  background-color: #f4d6e4;
}
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).order_details th:first-child,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).order_details td:first-child, .shop_table:not(.subscription_details):not(.order_details_subscription_totals).woocommerce-orders-table--subscriptions th:first-child,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).woocommerce-orders-table--subscriptions td:first-child {
  padding-left: 0.75rem;
}
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).order_details th:last-child,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).order_details td:last-child, .shop_table:not(.subscription_details):not(.order_details_subscription_totals).woocommerce-orders-table--subscriptions th:last-child,
.shop_table:not(.subscription_details):not(.order_details_subscription_totals).woocommerce-orders-table--subscriptions td:last-child {
  padding-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) {
    display: block;
  }
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) thead {
    display: none;
  }
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) tbody {
    display: block;
  }
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) tr {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) tr th a,
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) tr td a {
    display: inline;
  }
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) tr th::before,
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) tr td::before {
    content: attr(data-title) ": ";
  }
  .shop_table:not(.subscription_details):not(.order_details_subscription_totals) .woocommerce-orders-table__cell-order-actions::before {
    content: none;
  }
}

.subscription_details td {
  padding: 0.5rem 0.75rem;
}
.subscription_details td:first-child {
  padding-left: 0;
}
.subscription_details td:last-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .subscription_details {
    display: block;
  }
  .subscription_details tbody {
    display: block;
  }
  .subscription_details tr {
    display: flex;
  }
  .subscription_details tr td {
    flex: 1;
  }
  .subscription_details tr td a {
    display: inline;
  }
  .subscription_details tr:last-child td:first-child {
    display: none;
  }
  .subscription_details tr:last-child td:last-child {
    padding-right: 0;
  }
}

.order_details_subscription_totals {
  width: 100%;
  background-color: #f4d6e4;
}
.order_details_subscription_totals thead {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
}
.order_details_subscription_totals th,
.order_details_subscription_totals td {
  padding: 0.5rem 0.75rem;
}
.order_details_subscription_totals th:first-child,
.order_details_subscription_totals td:first-child {
  padding-left: 0.75rem;
}
.order_details_subscription_totals th:last-child,
.order_details_subscription_totals td:last-child {
  padding-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .order_details_subscription_totals {
    display: block;
  }
  .order_details_subscription_totals thead,
  .order_details_subscription_totals tbody {
    display: block;
  }
  .order_details_subscription_totals tr {
    display: flex;
  }
  .order_details_subscription_totals tr th,
  .order_details_subscription_totals tr td {
    flex: 1;
  }
  .order_details_subscription_totals tr th a,
  .order_details_subscription_totals tr td a {
    display: inline;
  }
}

.woocommerce-PaymentMethod--method {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.woocommerce-order-details {
  margin-bottom: 1.5rem;
}

.order-actions-button {
  text-transform: lowercase;
}
.order-actions-button + .order-actions-button {
  margin-left: 0.5rem;
}

.woocommerce-MyAccount-navigation {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: lowercase;
  margin-right: 2rem;
}
.woocommerce-MyAccount-navigation .is-active {
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation li + li {
  margin-top: 0.75rem;
}

.woocommerce-form-row--first {
  float: left;
  width: calc(50% - 10px);
}

.woocommerce-form-row--last {
  float: right;
  width: calc(50% - 10px);
}

.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 0.5rem;
}
.woocommerce-orders-table__cell-order-actions a {
  text-transform: lowercase;
}

.woocommerce-MyAccount-content {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content a:not(.button):not(.wc-block-components-button:not(.is-link)):not(input[type=submit]):not(button[type=submit]) {
  text-decoration: underline;
}
.woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content a.wc-block-components-button:not(.is-link) {
  padding: 0;
  font-size: 1em;
  border: none;
  min-width: 0;
  text-decoration: underline;
}
.woocommerce-MyAccount-content fieldset {
  padding: 0;
  border: none;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content fieldset legend {
  padding: 0;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content h2,
.woocommerce-column__title {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.woocommerce-Address-title {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.woocommerce-Address-title h2 {
  margin-bottom: 0;
}
.woocommerce-Address-title a {
  white-space: nowrap;
  text-indent: -9999px;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg fill=%27%23000000%27 width=%27800px%27 height=%27800px%27 viewBox=%270 0 32 32%27 style=%27fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;%27 version=%271.1%27 xml:space=%27preserve%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:serif=%27http://www.serif.com/%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cpath d=%27M12.965,5.462c0,-0 -2.584,0.004 -4.979,0.008c-3.034,0.006 -5.49,2.467 -5.49,5.5l0,13.03c0,1.459 0.579,2.858 1.611,3.889c1.031,1.032 2.43,1.611 3.889,1.611l13.003,0c3.038,-0 5.5,-2.462 5.5,-5.5c0,-2.405 0,-5.004 0,-5.004c0,-0.828 -0.672,-1.5 -1.5,-1.5c-0.827,-0 -1.5,0.672 -1.5,1.5l0,5.004c0,1.381 -1.119,2.5 -2.5,2.5l-13.003,0c-0.663,-0 -1.299,-0.263 -1.768,-0.732c-0.469,-0.469 -0.732,-1.105 -0.732,-1.768l0,-13.03c0,-1.379 1.117,-2.497 2.496,-2.5c2.394,-0.004 4.979,-0.008 4.979,-0.008c0.828,-0.002 1.498,-0.675 1.497,-1.503c-0.001,-0.828 -0.675,-1.499 -1.503,-1.497Z%27/%3E%3Cpath d=%27M20.046,6.411l-6.845,6.846c-0.137,0.137 -0.232,0.311 -0.271,0.501l-1.081,5.152c-0.069,0.329 0.032,0.671 0.268,0.909c0.237,0.239 0.577,0.343 0.907,0.277l5.194,-1.038c0.193,-0.039 0.371,-0.134 0.511,-0.274l6.845,-6.845l-5.528,-5.528Zm1.415,-1.414l5.527,5.528l1.112,-1.111c1.526,-1.527 1.526,-4.001 -0,-5.527c-0.001,-0 -0.001,-0.001 -0.001,-0.001c-1.527,-1.526 -4.001,-1.526 -5.527,-0l-1.111,1.111Z%27/%3E%3Cg id=%27Icon%27/%3E%3C/svg%3E");
}
.woocommerce-Address address {
  font-style: normal;
}

#update_all_subscriptions_billing_contact_field {
  display: none;
}

#radio-control-wc-payment-method-options-reepay_checkout__content {
  display: none !important;
}

.wcs-recurring-totals-panel__details {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0.425rem 1rem;
  font-size: 1.5rem;
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.select2-dropdown {
  border: 1px solid #000000;
  border-radius: 0;
}
.select2-dropdown.select2-dropdown--below {
  margin-top: -2rem;
}

.select2-search--dropdown,
.select2-results__option {
  padding: 0.425rem 1rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2rem;
  height: 100%;
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}

.col2-set {
  display: flex;
  gap: 2rem;
}
.col2-set > * {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .col2-set {
    display: block;
  }
  .col2-set > * {
    flex: none;
    margin-bottom: 2rem;
  }
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: var(--wc-form-color-text, #000);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z\" fill=\"%23111111\"/></svg>");
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.woocommerce form .show-password-input.display-password::before,
.woocommerce-page form .show-password-input.display-password::before {
  background-image: url("data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z\" fill=\"%23111111\"/></svg>");
}

.account-tabs {
  display: flex;
  border: none;
  margin-bottom: 3rem;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 2rem;
}
.account-tabs li + li {
  position: relative;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
.account-tabs li + li::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #000000;
}
.account-tabs a {
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.account-tabs__active {
  border-color: #000000 !important;
}

.tab-pane {
  display: none;
}

.tab-pane--active {
  display: block;
}

.woocommerce-LostPassword {
  font-size: 1.5rem;
  font-style: italic;
}
.woocommerce-LostPassword a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .account-tabs {
    font-size: 1.5rem;
  }
  .woocommerce-MyAccount-navigation {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.woocommerce-address-fields__field-wrapper {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .account-payment-methods-table tr th::before,
  .account-payment-methods-table tr td::before {
    display: none;
  }
  .account-payment-methods-table .woocommerce-PaymentMethod--expires {
    display: none;
  }
}

.page-template-page-subscriptions .subscriptions-title {
  background-color: #f4d6e4;
  margin-top: 188px;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  text-align: center;
  padding: 3rem 0;
}
.page-template-page-subscriptions .core {
  width: auto;
  max-width: 1600px;
}
.page-template-page-subscriptions .subscriptions-list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 4rem;
}
.page-template-page-subscriptions .subscription {
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  padding: 2rem 2.5rem;
  font-size: 1.25rem;
  flex: 1;
  max-width: 22rem;
}
.page-template-page-subscriptions .subscription h2 {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.page-template-page-subscriptions .subscription .subscription-price {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.page-template-page-subscriptions .subscription .subscription-features ul {
  list-style: disc;
  padding-left: 1rem;
  margin: 0;
}
.page-template-page-subscriptions .subscription .subscription-form {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 1rem;
}
.page-template-page-subscriptions .subscription #first_issue {
  border-radius: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 940px) {
  .page-template-page-subscriptions .subscriptions-title {
    margin-top: 178px;
  }
  .page-template-page-subscriptions .subscriptions-list {
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .page-template-page-subscriptions .subscription {
    width: calc(100% - 3rem);
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-subscriptions .subscriptions-title {
    margin-top: 40px;
    font-size: 1.5rem;
    padding: 2rem 0;
  }
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url] {
  border-radius: 0 !important;
}

.wc-block-components-address-card {
  border-radius: 0 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-blocks-components-select .wc-blocks-components-select__select {
  border-radius: 0 !important;
}

.wc-block-components-title.wc-block-components-title {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.wc-block-components-checkout-return-to-cart-button {
  display: none;
}

.wc-block-components-order-meta {
  display: none;
}

.wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child {
  display: none;
}

.wc-block-components-shipping-rates-control__package-header {
  display: none;
}

.wc-block-components-button:not(.is-link) {
  min-height: 0 !important;
  padding: 0.22em 0.5em !important;
  width: calc(100% - 1em) !important;
}

.woocommerce-checkout h1.h2 {
  font-size: 2rem;
  text-align: left;
}

.woocommerce-checkout .core {
  width: auto;
  max-width: 960px;
}
.woocommerce-checkout .core.first-top {
  margin-top: 4rem;
}

.wc-block-components-checkbox__input::before {
  display: none;
}

.wc-block-components-checkbox__label a {
  display: inline-block;
  text-decoration: underline;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border-radius: 0 !important;
}

.wc-block-components-form .wc-block-components-text-input.wc-block-components-address-form__phone .iti--separate-dial-code .iti__selected-flag {
  padding: 1.5em 0 0.5em 0.5em;
  font-size: 1.25rem;
  height: 100%;
}

.wc-block-components-text-input .iti .iti__selected-flag .iti__selected-dial-code {
  min-height: 0 !important;
}

.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #f4d6e4;
  border: none !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    padding-top: 16px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title {
    padding: 0 16px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border: none !important;
  }
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
  display: none;
}

.wc-block-components-order-summary-item__image,
.wc-block-checkout__order-notes,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none !important;
}

.wc-block-components-address-card__edit {
  text-decoration: underline;
}

.wc-block-components-order-summary-item__description {
  padding-left: 0 !important;
}

.wc-block-components-checkout-order-summary__title-text {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-size: 1.5rem !important;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.wc-block-components-totals-item__label,
.wc-block-formatted-money-amount {
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
}

.wp-block-woocommerce-checkout,
.wc-block-components-checkout-step__description,
.wc-block-components-checkbox label {
  font-size: 1.25rem !important;
}

.woocommerce-order-received .core {
  max-width: 600px;
  text-align: center;
}
.woocommerce-order-received h1.h2 {
  text-align: center;
}

.woocommerce-thankyou-order-received {
  font-size: 1.5rem;
  font-family: "franklin-gothic-urw", Impact, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.woocommerce-order-overview {
  text-align: left;
  background-color: #f4d6e4;
  padding: 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem !important;
}
.woocommerce-order-overview .date {
  font-family: "adobe-garamond-pro", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
  text-transform: none;
  font-size: 1rem;
}

.woocommerce-customer-details {
  text-align: left;
  margin-top: 2rem;
}

.woocommerce-columns--addresses address {
  font-style: normal;
}

.wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package {
  display: none;
}
.wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package:last-child {
  display: block;
}

@media screen and (max-width: 767px) {
  .wc-block-components-sidebar {
    display: none;
  }
}
