/*!
Theme Name: Bloc
Author: Utile & LeCollective
Author URI: https://lecollective.co.uk/
Description: Theme for Bloc by Utile.Studio, developed by LeCollective
Version: 1.1
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
  outline: 0;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

::-moz-focus-inner {
  padding: 0;

  border: 0;
}

:focus {
  outline: 0;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  display: block;
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: ".";
}

* html .clearfix,
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;

  text-rendering: optimizeLegibility;
}

/*--------------------------------------------------------------
# Links
  --------------------------------------------------------------*/
a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;

  outline: 0;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;

  vertical-align: middle;

  border: 0;
}

img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.alignright {
  margin-bottom: 10px;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-left,
.alignleft,
.floatleft {
  float: left;
}

.pull-right,
.alignright,
.floatright {
  float: right;
}

/*--------------------------------------------------------------
# Accessibilty
--------------------------------------------------------------*/
.says,
.screen-reader-text {
  position: absolute !important;

  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);

  width: 1px;
  height: 1px;
}

.site .skip-link {
  top: -9999em;
  left: -9999em;

  display: block;

  padding: 15px 23px 14px;

  text-decoration: none;
  text-transform: none;

  color: #21759b;
  outline: none;
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.logged-in .site .skip-link {
  font: bold 14px / normal "Open Sans", sans-serif;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.site .skip-link:focus {
  z-index: 100000;
  top: 7px;
  left: 6px;

  clip: auto;

  width: auto;
  height: auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  text-transform: uppercase;
}

p {
  line-height: 1.375;
  margin-bottom: 20px;
}

sup,
sub {
  font-size: 0.6rem;

  position: relative;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

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

big {
  font-size: 150%;
}

.bold,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;

  margin-bottom: 20px;
}

.has-bg {
  background: center no-repeat;
  background-size: cover;
}

#news .morebtn {
  position: relative;
  display: inline-block;
  padding: 5px 0 0px 0;
  border: none;
  background: none;
}

.section .section-row,
#site-footer .footer-top,
#spaces .section-content .spaces-column figure .overlay form .form-row.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menu-footer {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body {
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: normal;

  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  letter-spacing: 0.5px;

  color: #35373a;
}

body.nav-open,
body.popup-open {
  overflow: hidden;

  width: 100%;
  height: 100%;
}

body.dark {
  color: #fff;
  background: #262626;
}
div.wpcf7-form-control-wrap {
  display: inline-block;
  width: 50%;
}
.g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
}
.g-recaptcha div {
}
@media screen and (min-width: 1025px),
  screen and (min-width: 769px) and (max-width: 1024px) {
  .col-two {
    display: block;
    float: left;

    width: calc(100% / 2 - 5px);
    margin-right: 10px;
  }

  .col-two:nth-child(2n + 2) {
    margin-right: 0;
  }

  .col-two:nth-child(2n + 2):after {
    display: block;
    clear: both;

    width: 100%;

    content: "";
  }
}

@media screen and (max-width: 768px) {
  .col-two {
    width: 100%;
  }
}

.social-media ul li {
  display: inline-block;

  margin-left: 2px;
}

#content {
  padding: 20px;
}

.ease {
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;

  opacity: 0;
}

.ease.visible {
  opacity: 1;
}

.section .section-top {
  margin-bottom: 20px;
}

.section .section-top .section-heading,
.section .section-top .section-showall {
  font-weight: normal;
  position: relative;
  float: left;
  /* text-transform: uppercase; */
}

.section .section-top .section-heading {
  margin-bottom: 0;
}

/* .section .section-top .section-heading:after {
  content: "—";
} */

.section .section-top .section-showall {
  float: right;

  cursor: pointer;
}

.section .section-row {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pace-inactive {
  display: none;
}

.pace {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;

  -webkit-pointer-events: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;

  width: 100%;
  height: 4px;

  background: #999;
}

div.wpcf7 {
  position: relative;
}

div.wpcf7 .ajax-loader {
  display: none !important;
  background-image: none !important;
}

@media screen and (min-width: 1025px),
  screen and (min-width: 769px) and (max-width: 1024px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-header {
  padding: 20px;
}

#site-header .site-logo {
  float: left;
}

#site-header .site-logo a {
  display: block;

  width: 80px;
  height: auto;
  /* 
    text-indent: -999999px;

    background: url(img/bloc-logo.svg) left center no-repeat; */
}
.dark #site-header .site-logo svg {
  fill: #fff;
}
#site-header .social-media {
  float: right;
}

/* .dark #site-header .site-logo a {
  background-image: url(img/bloc-logo-wht.svg);
} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  position: relative;

  padding: 20px;

  color: #fff;
  background: #000;
}

#site-footer a {
  color: #fff;
}

#site-footer a:hover {
  color: #4d4d4d;
}

#site-footer .footer-top {
  margin-bottom: 70px;
}

#site-footer .footer-top .footer-column {
  width: calc(33.333% - 15px);
  margin-right: 15px;
}

#site-footer .footer-top .footer-column.newsletter-search {
  width: 33.3%;
  margin-right: 15px;
}

#site-footer .footer-top .footer-column:nth-child(3n + 3) {
  margin-right: 0;
}

#site-footer .footer-top .footer-column .col-two {
  margin-bottom: 20px;
}

#site-footer .footer-top .footer-column .footer-col-title {
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #site-footer .footer-top .footer-column .footer-col-title {
    margin-bottom: 10px;
  }

  #site-footer .footer-top .footer-column .col-two {
    margin-bottom: 40px;
  }
}

@media screen and (min-height: 878px) {
  .page-template-default #site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
}

.page-template-default .entry-content {
  max-width: 430px;
}
.page-template-default .entry-content p a,
.page-template-default .entry-content p a:visited {
  font-weight: bold;
  color: #000;
}
.page-template-default .entry-content p a:hover {
  text-decoration: underline;
}
#site-footer .footer-top .site-logo img {
  width: 80px;
}
#site-footer .footer-top .site-logo svg {
  width: 80px;
  height: auto;
  fill: #fff;
}

#site-footer .footer-top .footer-links .footer-nav {
  float: left;
}

#site-footer .footer-top .footer-links .social-media {
  float: right;
}

@media screen and (max-width: 768px) {
  #site-footer .footer-top .footer-links .social-media {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

#site-footer .footer-top .newsletter-search form {
  padding: 10px 5px 10px 9px;
  min-height: 35px;
  background: #2b2b2b;
}

#spaces .section-content .spaces-column figure .overlay form textarea {
  resize: none;
}

#site-footer .footer-top .newsletter-search form input[type="text"],
#site-footer .footer-top .newsletter-search form input[type="email"],
#site-footer .footer-top .newsletter-search form input[type="search"] {
  display: inline-block;
  width: calc(100% - 20px);
  color: #fff;
  border: 0;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}

#site-footer
  .footer-top
  .newsletter-search
  form
  input::-webkit-input-placeholder {
  /*Chrome/Opera/Safari */

  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}
#site-footer .footer-top .newsletter-search form input::-moz-placeholder {
  /* Firefox 19+ */

  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}
#site-footer .footer-top .newsletter-search form input:-ms-input-placeholder {
  /* IE 10+ */

  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}
#site-footer .footer-top .newsletter-search form input:-moz-placeholder {
  /* Firefox 18- */

  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}

#site-footer .footer-top .newsletter-search form input[type="submit"] {
  display: inline-block;
  width: 15px;
  text-indent: -99999px;
  border: 0;
  background: url(img/Bloc-Newsletter-Arrow.svg) center no-repeat #2b2b2b;
  background-size: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#news a {
  color: #262626;
}

#news .section-top .section-showall a:hover {
  color: #4d4d4d;
}

#news .section-content .column-title {
  font-weight: normal;
  padding-right: 20px;
  margin-bottom: 0;
}
#news .column-content a {
  text-decoration: underline;
}
#news .section-content .column-content {
  display: none;

  padding: 20px 0;
}

#news .section-content .column-content p {
  margin-bottom: 10px;
  padding-right: 20px;
}

#news .section-content .column-content .ticket-link {
  text-decoration: underline;
}

#news .section-content .news-row {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}

#news .section-content .news-row:first-child,
#news .section-content .news-row.row-visible {
  max-height: 1000px;
}

#news .section-content .news-column {
  float: left;
  min-height: 90px;
  margin-right: 10px;
  padding-bottom: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#news .section-content .news-column.padme {
  padding-bottom: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media screen and (min-width: 1025px),
  screen and (min-width: 769px) and (max-width: 1024px) {
  #news .section-content .news-column {
    width: calc(100% / 6 - 8.33333px);
  }

  #news .section-content .news-column:nth-child(6n + 6) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #news .section-content .news-column {
    width: calc(50% - 5px);
    margin-bottom: 50px;
  }

  #news .section-content .news-column:nth-child(2n + 2) {
    margin-right: 0;
  }

  .news-col-hidden {
    display: none;
  }

  .news-col-visible {
    display: block;
  }
}

#news .morebtn {
  color: #262626;
}

.line-hover {
  position: relative;
}

#news .morebtn:after,
.line-hover:after {
  position: absolute;
  top: 100%;
  left: 0;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

  background: #262626;
}

/*.line-hover:hover:after {*/
/*width: 100%;*/
/*}*/

@media screen and (min-width: 1025px),
  screen and (min-width: 769px) and (max-width: 1024px) {
  #news .morebtn:hover:after,
  .line-hover:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .line-hover.active:after {
    width: 100%;
  }
}

#news .morebtn.active:after {
  width: 100%;
}

#spaces .section-content .spaces-column {
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1181px) {
  #spaces .section-content .spaces-column {
    width: calc(100% / 3 - 6.66667px);
  }

  #spaces .section-content .spaces-column:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  #spaces .section-content .spaces-column {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
  }

  #spaces .section-content .spaces-column:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #spaces .section-content .spaces-column {
    width: 100%;
    margin-right: 0;
  }
}

#spaces .section-content .spaces-column figure {
  position: relative;
}

#spaces .section-content .spaces-column figure .form-title {
  font-size: 12px;
  padding-right: 25px;
}

#spaces .section-content .spaces-column figure img,
#spaces .section-content .spaces-column figure .vid {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#spaces .section-content .spaces-column figure .vid {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #spaces .section-content .spaces-column figure {
    text-align: center;
  }
}

#spaces .section-content .spaces-column figure .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100.4%;
  padding: 10px;

  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

  opacity: 0;
  color: #35373a;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1024px) {
  #spaces .section-content .spaces-column figure .overlay {
    padding: 10px;
    transition: 0.8s all ease-in-out;
  }
}

#spaces .section-content .spaces-column figure .overlay form {
  margin-top: 10px;
}

#spaces .section-content .spaces-column figure .overlay form p {
  margin-bottom: 0;
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  .form-row.half
  span {
  display: block;

  width: 49%;
  margin-right: 2%;
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  .form-row.half
  span.wpcf7-not-valid-tip {
  position: absolute;
  top: 35%;
  right: 5px;
  width: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  .form-row.half
  span
  span {
  width: 100%;
  margin-bottom: 10px;
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  .form-row.half
  span:last-child {
  margin-right: 0;
}

#spaces .section-content .spaces-column figure .overlay form input[type="text"],
#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  input[type="email"],
#spaces .section-content .spaces-column figure .overlay form textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 5px;
  letter-spacing: 0.4px;
  border: 1px solid transparent;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  input.wpcf7-not-valid {
  border: 1px solid #f00;
}

#spaces .section-content .spaces-column figure .overlay form textarea {
  height: 5vw;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  input[type="submit"] {
  adding: 7px 20px;
  cursor: pointer;
  color: #fff;
  border: 0;
  background: #9e9e9e;
  -webkit-appearance: none;
  border-radius: 0;
  display: inherit;
  display: inline-block;
  vertical-align: top; /*
    margin-left: calc(50% - 78px);*/
}

#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  input[type="submit"]:hover {
  background: #666666;
}

@media screen and (max-width: 1200px) {
  #spaces
    .section-content
    .spaces-column
    figure
    .overlay
    form
    input[type="text"],
  #spaces
    .section-content
    .spaces-column
    figure
    .overlay
    form
    input[type="email"],
  #spaces .section-content .spaces-column figure .overlay form textarea {
    margin-bottom: 5px;
  }
}

/*@media screen and (max-width: 1200px) and (min-width: 1025px) {*/
/*#spaces .section-content .spaces-column figure .overlay{*/
/*padding: 10px;*/
/*}*/
/*#spaces .section-content .spaces-column figure .overlay form textarea {*/
/*height: 5vw;*/
/*}*/
/*}*/
/*@media screen and (max-width: 1023px) and (min-width: 769px) {*/
/*#spaces .section-content .spaces-column figure .overlay form textarea {*/
/*height: 8vw;*/
/*}*/
/*}*/

@media screen and (max-width: 768px) {
  #spaces
    .section-content
    .spaces-column
    figure
    .overlay
    form
    input[type="text"],
  #spaces
    .section-content
    .spaces-column
    figure
    .overlay
    form
    input[type="email"],
  #spaces .section-content .spaces-column figure .overlay form textarea {
    margin-bottom: 10px;
  }

  #spaces .section-content .spaces-column figure .overlay form textarea {
    height: 13vw;
  }

  .form-title,
  .wpcf7-response-output {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #spaces
    .section-content
    .spaces-column
    figure
    .overlay
    form
    input[type="text"],
  #spaces
    .section-content
    .spaces-column
    figure
    .overlay
    form
    input[type="email"],
  #spaces .section-content .spaces-column figure .overlay form textarea {
    margin-bottom: 5px;
  }
}

#spaces .section-content .spaces-column figure:hover img,
#spaces .section-content .spaces-column figure:hover .vid {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#spaces .section-content .spaces-column figure.sent .overlay .form-title {
  display: none;
}

#spaces .section-content .spaces-column figure.sent .overlay form .form-row,
#spaces .section-content .spaces-column figure.sent .overlay form .form-title {
  display: none;
}

#spaces
  .section-content
  .spaces-column
  figure.sent
  .overlay
  form
  div.wpcf7-mail-sent-ok {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}

#spaces .section-content .spaces-column.active figure .overlay {
  z-index: 10;
  overflow-x: auto;
  opacity: 1;
}

#spaces .section-content .spaces-column .baseline {
  padding: 10px 0;
}

#spaces .section-content .spaces-column .baseline .baseline-title {
  float: left;

  padding: 5px 0;
}

#spaces .section-content .spaces-column .baseline .baseline-title span {
  position: relative;
}

/* #spaces
  .section-content
  .spaces-column
  .baseline
  .baseline-title
  span.unavailable:after {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  height: 15%;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

  background: #262626;
} */

#spaces .section-content .spaces-column .info {
  float: right;
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999;
}

#spaces .section-content .spaces-column .info img,
#spaces .section-content .spaces-column .info:hover img.initial,
#spaces .section-content .spaces-column .info:hover img.close,
#spaces .section-content .spaces-column .info.close img.initial,
#spaces .section-content .spaces-column .info.close img.hover,
#spaces .section-content .spaces-column .info.close:hover img.initial,
#spaces .section-content .spaces-column .info.close:hover img.hover,
.dark #spaces .section-content .spaces-column .info:hover img.initial,
.dark #spaces .section-content .spaces-column .info:hover img.close,
.dark #spaces .section-content .spaces-column .info.close img.initial,
.dark #spaces .section-content .spaces-column .info.close img.hover,
.dark #spaces .section-content .spaces-column .info.close:hover img.initial,
.dark #spaces .section-content .spaces-column .info.close:hover img.hover,
.nightbtns,
.dark .daybtns {
  display: none;
}

.dark .nightbtns,
#spaces .section-content .spaces-column .info img.initial,
.dark #spaces .section-content .spaces-column .info img.initial {
  display: block;
}

@media screen and (min-width: 1025px) {
  #spaces .section-content .spaces-column .info:hover img.hover,
  .dark #spaces .section-content .spaces-column .info:hover img.hover {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #spaces .section-content .spaces-column .info:not(.close) img.initial,
  .dark #spaces .section-content .spaces-column .info:not(.close) img.initial {
    display: block;
  }
}
#spaces .section-content .spaces-column .info.close img.close,
.dark #spaces .section-content .spaces-column .info.close img.close {
  display: block;
}

.dark #news a {
  color: #fff;
}

.dark #news .morebtn:after {
  background: #fff;
}

.dark
  #spaces
  .section-content
  .spaces-column
  .baseline
  .baseline-title
  span.unavailable:after {
  background: #fff;
}

.showmorebtn {
  text-align: center;
  margin: 30px 0;
  display: none;
  cursor: pointer;
}

.showmorebtn span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #35373a;
  text-transform: uppercase;
}

.dark .showmorebtn span {
  color: #ffffff;
  border-color: #ffffff;
}

div.wpcf7-validation-errors {
  border: 0;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #f00;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50%;
}

#main {
  position: relative;
}

#main article h1:after {
  content: "—";
}

#back {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  text-transform: uppercase;
}

/*Social Icons*/
.social-media ul li a {
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
}

#site-header .social-media ul {
  display: none;
}

@media screen and (min-width: 1025px),
  screen and (min-width: 769px) and (max-width: 1024px) {
  #site-header .social-media ul.black-background {
    display: block;
  }

  .dark #site-header .social-media ul.white-background {
    display: block;
  }

  .dark #site-header .social-media ul.black-background {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #site-header .social-media ul.black {
    display: block;
  }

  .dark #site-header .social-media ul.white {
    display: block;
  }

  .dark #site-header .social-media ul.black {
    display: none;
  }
}

.newsl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribeselector {
  position: relative;
  width: 100%;
}

.newsl-form {
  display: none;
  margin-top: 10px;
  width: 100%;
}

.subscribeselector {
  background: #2b2b2b;
  font-weight: 400;
  color: #aaa;
}

input::-webkit-input-placeholder,
#spaces .section-content .spaces-column figure .overlay form textarea,
#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
  font-size: 12px;
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

input::-moz-placeholder,
#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-weight: normal;
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
}

input:-ms-input-placeholder,
#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
  font-weight: normal;
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
}

input:-moz-placeholder,
#spaces
  .section-content
  .spaces-column
  figure
  .overlay
  form
  textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-weight: normal;
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
}

input:textarea {
  font-family: "Circular-Book", Helvetica, Arial, sans-serif !important;
}

.subscribeselector:after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 9px;
  right: 5px;
  background: url(img/Bloc-Newsletter-Arrow.svg) center no-repeat;
  background-size: 90%;
  z-index: 0;
}

.subscribeselector.down:after {
  background: url(img/Bloc-Newsletter-Arrow-down.svg) center no-repeat;
}

.s-sel-title {
  display: none;
}

.s-title,
.s-sel-title,
.subscribeselector ul li {
  padding: 11px 10px 10px;
  position: relative;
  z-index: 2;
}

.subscribeselector ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #2b2b2b;
}

.subscribeselector ul li:hover {
  background: #404040;
}

@media screen and (max-width: 768px) {
  .subscribeselector,
  .newsl-form {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  #site-footer .footer-top .footer-column,
  #site-footer .footer-top .footer-column.newsletter-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .s-title,
  .s-sel-title,
  .subscribeselector ul li {
    padding: 10px;
  }

  .subscribeselector:after {
    top: 10px;
  }
}

.grecaptcha-badge {
  z-index: 9;
}
