/*
Theme Name: Foofwa 2021-v2
Version: 1.0
Description: Theme for foofwa.com
Author: Elegant Themes, Long Doan, Revelate, Ben O'Hear
Author URI: http://www.longdh.com

Color palette
--------------------------
#ffff29:    Bright Yellow
#00fed7:    Turquoise

*/


body {
  color: #000;
  -webkit-overflow-scrolling: touch;
  font-family: 'Montserrat', sans-serif !important;



}

br.clear {
  margin: 0px;
  padding: 0px;
}

li::marker {
  color: white;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: black !important;
  text-decoration: none;
  font-weight: bold !important;
  transition: all 0.5s ease-out;
}

a:focus {
  text-decoration: none;
}

a.read-more {
  font-size: 16px;
  font-style: italic;
  width: 100%;
  color: #02fed7 !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  font-weight: 700;
  word-break: break-word;
}

h1 {
  font-size: 45px;
  color: black;
  margin: 20px 0;
  text-align: center;
  margin: 20px 0 20px 0;
}

h2 {
  font-size: 30px;
  margin: 10px 0;
}

h3 {
  font-size: 28px !important;
}


h4 {
  font-size: 26px;
  margin: 30px 0;
}

h4.mini {
  margin: 5px 0 0 0;
  font-size: 22px;
}

h5 {
  font-size: 22px;
  margin: 0 0 5px 0;
  line-height: 29px;
}

h5.mini-title {
  font-size: 16px;
  margin: 0;
}

h6,
p {
  line-height: 24px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px;
}

img.aligncenter,
img.alignleft,
img.alignright {
  margin: 20px 0;
}

p.photo-credit {
  color: white;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  line-height: 13px;
  width: 100%;
  text-align: center;
}

.mini-bloc-title h5 {
  margin: 5px 0 10px 0;

}

.mini-bloc-title h6 {
  margin: 0 0 5px 0;
}

p,
li {
  padding-bottom: 1.2em;
}



li {
  font-size: 18px;
  line-height: 25px;
}


a {
  text-decoration: none;
}

h6 a,
p a {
  text-decoration: underline;
}

img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

@media (min-width: 768px) {

  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 35px;
  }

  h2.title {
    font-size: 3vw;
  }

  li {
    font-size: 18px;
    line-height: 25px;
  }

  .linkWithArrow {
    background-position: 0px 8px;
  }

}

a.lang_sel_sel {
  color: #0afed7 !important;
}

.col-sm-3.footer {
  float: none;
  display: inline-table;
  text-align: center;
  overflow: initial !important;
}

.row.logos {
  text-align: center;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
}

.footer-logo {
  width: 33%;
  margin: 0 10px 20px 0;
}

.footer-logo img {
  max-height: 75px;
}

video,
audio {
  max-width: 100%;
  height: auto;
}

.ui-tabs-hide {
  display: none;
}

.linkWithArrow {
  padding-left: 15px;
  display: inline-block;
  background: url('images/arrow-right.svg') no-repeat 0px 5px;
}

/* An arrow made of two divs. Used eg on production teaser*/
.div-arrow {
  /* 150px and 45deg are good inital approximations. Actual values are calculated in javascript */
  position: absolute;
  width: 150px;
  height: 5px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  /* apparently boosts performance */
  backface-visibility: hidden;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-arrow-arrowhead {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: -5px;
  border-top: 5px #000 solid;
  border-right: 5px #000 solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.container {
  width: 100% !important;
  padding: 0 !important;
}

.container-fluid {
  max-width: 1200px;
  width: 100%;
}

@media (min-width: 768px) {
  .nav-previous {
    float: left;
  }

  .nav-next {
    float: right;
  }
}



/*
 * Header, nav and footer
 */
#sidr {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  display: none;
}

.sidr.right {
  left: auto;
  right: -260px;
  transform: none;
}

#sidr li {
  padding-bottom: 0;
  font-size: 16px;
}

.header {
  border-bottom: 1px #00fed7 solid;
  position: fixed;
  width: 100%;
  left: 0;
  padding: 15px 20px 3px 20px;
  background-color: white;
  z-index: 999999;
  top: 0;
}

header .row {
  max-width: 1400px;
  margin: 0 auto;
}

.container-general {
  margin-top: 60px;
  position: relative;
  padding-top: 40px;
  /* min-height: 100vh; */
}

.header-logo {
  /* width: 190px; */
  position: relative;
  top: 3px;
  margin-bottom: 17px;
}

.header-logo a:hover {
  text-decoration: none;
}


.header-logo img {
  width: 100%;
  height: auto;
}

.foofNavbar-toggle {
  margin: 0;
  padding-right: 0;
  display: none;
  white-space: nowrap;
  z-index: 11;
  padding: 0;
  width: 42px;
  height: 27px;
  float: right;
}

.foofNavbar-toggle-label,
.foofNavbar-toggle-hamburger {
  display: inline-block;
}

.foofNavbar-toggle-label {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  top: -4px;
}

.foofNavbar-toggle-hamburger {
  position: relative;
  height: 27px;
  width: 30px;
}

.foofNavbar-toggle .icon-bar {
  background-color: #000;
  height: 5px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.foofNavbar-toggle #rt-icon-bar-2 {
  top: 11px;
}

.foofNavbar-toggle #rt-icon-bar-3 {
  top: 22px;
}

.foofNavbar-toggle .icon-bar+.icon-bar {
  margin-top: 0;
}

.foofNavbar-toggle:hover .icon-bar {
  background-color: #00fed7;
}

.foofNavbar-toggle:hover .foofNavbar-toggle-label {
  color: #00fed7;
}

/**
     * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
     * down to center and transform into an "x".
     */

.navbar-toggle .icon-bar {
  width: 30px !important;
}

.foofNavbar-toggle .icon-bar {
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-delay: 0.5s, 0;
  transition-delay: 0.5s, 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.foofNavbar-toggle--active #rt-icon-bar-1 {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.foofNavbar-toggle--active #rt-icon-bar-2 {
  /* top: 13px; */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.foofNavbar-toggle--active #rt-icon-bar-3 {
  opacity: 0;
}


#fbmenu img {
  width: 30px;
  margin-right: 5px;
}

.footerSitemap {
  background-color: #666;
  padding: 40px 0;
  margin-top: 60px;
  float: left;
  width: 100%;
}

.footerSitemap ul,
.footerSitemap li {
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 18px;
}

.footerSitemap li a {
  color: #fff !important;
  font-size: 16px;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  padding-bottom: 10px;
  display: block;
}

.footerSitemap-menu>ul>li {
  padding: 0;
  margin-top: 20px;
}

.footerSitemap-menu>ul>li:first-child {
  margin-top: 0;
}

.footerSitemap-menu>ul>li>a,
.footerSitemap-languages a {
  font-weight: bold;
}

.home .footerSitemap {
  margin-top: 0;
}

.footerSitemap-languages {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .footerSitemap-menu>ul>li {
    float: left;
    width: 20%;
    margin-top: 0;
    padding-left: 15px;
  }

  .footerSitemap-languages {
    margin-top: 0px;
  }
}

footer {
  margin-top: 50px;
  padding-bottom: 20px;
}

footer,
footer a {
  color: #999;
}

footer p {
  font-size: 13px;
  line-height: 18px;
}

.footer-logos {
  margin-bottom: 20px;
  border-bottom: 1px #eee solid;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-logos p {
  padding: 0;
  margin-top: 10px;
}

.footer-logo {
  margin: 25px 0;
}

img.footer-social {
  max-width: 45px;
  display: inline-table;
  margin: 5px;
}

.footer-social-fb {
  width: 45px;
  display: inline-block;
}

@media (min-width: 768px) {
  .footer-logo {
    text-align: right;
    margin-top: 0;
  }
}

.breadcrumb {
  font-size: 100%;
  color: #777;
  background: none;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  border-radius: 0;
  border-top: 1px solid #00fed6;
  border-bottom: 1px solid #00fed6;
}

.breadcrumb a {
  text-decoration: none;
  color: #777;
  border-bottom: none;
  padding: 1px 1px;
}

.breadcrumb a:hover {
  color: #000;
}


/*
 * Post lists
 */
.post {
  margin: 0 auto;
  max-width: 1200px;
}

.post .linkimage {
  float: left;
  margin: 0 20px 20px 0;
}

.press-productionTitle {
  font-size: 22px;
  font-weight: normal;
}


/**
 * List filter
 */

.listFilters {
  margin: 45px -15px -5px -15px;

}

.listFilter {
  margin: 0 auto;
  position: relative;
}

.listFilter.open .listFilter-btn {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}



.listFilter-btn {
  display: block;
  padding: 10px 25px;
  font-weight: 700;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  background-color: #ffff29;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 100%;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .listFilter-btn {
    max-width: none;
  }

  .listFilter {
    display: inline-block;
    margin-right: 20px;
    width: 100%;
  }
}

.listFilter-dropdownContainer {
  position: relative;
}

.listSeeMore {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  clear: both;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #00fed7;
  padding-top: 20px;
}

.listSeeMore a {
  color: #000;
}

.listSeeMore--foot {
  margin-top: 30px;
}

@media (min-width: 768px) {

  .listSeeMore--head {
    text-align: right;
  }

}

/**
 * Child pages (indexes)
 */
.listing {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.listing-post {
  margin-bottom: 20px;
  padding-top: 30px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px #00fed7 solid;

  display: flex;
}

.listing-thumb {
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}

.listing h3 {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 22px;
}

.listing h3 a {
  color: #000;
}

.listing-excerpt {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {

  .listing-post {
    margin-bottom: 40px;
  }

  .listing-excerpt {
    font-size: 18px;
    line-height: 28px;
  }

  .listing h3 {
    font-size: 28px;
  }

  .listing-thumb {
    margin-bottom: 0;
  }

}

/*
 * Paging
 */
.pagination,
.wp-pagenavi {
  margin: 15px 0 40px 0;
  font-size: 16px;
  border-top: 1px #ccc solid;
  padding-top: 20px;
}

.pagination span,
.pagination a,
.wp-pagenavi span,
.wp-pagenavi a {
  border: none !important;
}

.pagination .pages,
.wp-pagenavi .pages {
  padding-left: 0;
  margin: 0 60px 0 0;
}

@media (min-width: 768px) {

  .pagination,
  .wp-pagenavi {
    font-size: 18px;
  }
}


/*
 * Production page
 */
.productionTeaser {
  color: #00fed7;
  text-align: center;
  margin-bottom: 55px;
  width: 100%;
}

.productionTeaser h2 {
  font-size: 45px;
  font-size: 6.5vw;
  margin: 0;
}

.productionTeaser .productionTeaser-firstText {
  text-transform: uppercase;
}

.productionTeaser .productionTeaser-firstText,
.productionTeaser .productionTeaser-firstLine {
  margin-top: 85px;
}

.productionTeaser .productionTeaser-size1 {
  font-size: 35px;
}

.productionTeaser-line {
  width: 5px;
  background-color: #000;
  height: 150px;
  margin: 60px auto;
}

@media (min-height: 500px) {

  .productionTeaser .productionTeaser-firstText,
  .productionTeaser .productionTeaser-firstLine {
    margin-top: 155px;
  }
}

@media (min-height: 900px) {

  .productionTeaser .productionTeaser-firstText,
  .productionTeaser .productionTeaser-firstLine {
    margin-top: 300px;
  }
}

@media (min-height: 1100px) {

  .productionTeaser .productionTeaser-firstText,
  .productionTeaser .productionTeaser-firstLine {
    margin-top: 500px;
  }
}

@media (min-width: 768px) {
  .productionTeaser {
    margin-bottom: 145px;
  }

  .productionTeaser h2 {
    font-size: 80px;
    font-size: 3.8vw;
  }

  .productionTeaser .productionTeaser-size1 {
    font-size: 60px;
  }

  .productionTeaser-line {
    width: 6px;
    height: 210px;
    margin: 150px auto;
  }
}



.productionTitleBox.left-col-prod {
  position: relative;
}

.container-prod {
  float: left;
}

.container-prod,
.productionTitleBox.left-col-prod {
  width: 80%;
  float: left;
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: none;
  }

  .container-prod {
    width: 100% !important;
  }
}

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

.productionTitleBox-bg,
.production-col-right {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative
}

.productionTitleBox h1 {
  background-color: #000;
  text-align: center;
  padding: 20px 5px;
  color: #00fed7;
  font-size: 40px;
  line-height: 0.9em;
  margin: 0;
  width: 100%
}

.productionTitleBox h1 small {
  display: block;
  font-size: 25px;
  margin-top: 10px;
  color: #00fed7;
  font-weight: bold;
}

@media (min-width: 768px) {
  .productionTitleBox {
    margin-top: -1px;
  }

  .productionTitleBox h1 {
    padding: 40px 20px;
    font-size: 60px;
  }

  .productionTitleBox h1 small {
    font-size: 31px;
    margin-top: 20px;
  }

  /*.productionTitleBox-bg, .production-col-right {
    height: 780px;
}*/

  .productionTitleBox--withBg h1 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
  }


}

.productionNav {
  position: relative;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 0 0;
}

.productionNav-inner {
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: relative;
  z-index: 99;
  border-top: 1px solid #00fed6;
  border-bottom: 1px solid #00fed6;
}


.productionNav-inner--sticky {
  position: fixed;
  top: 60px;
  left: 0;
}
.productionNav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.productionNav ul,
.productionNav li {
  padding: 0;
  margin: 0;
}

.productionNav li a {
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  color: #999;
  /* border-bottom: 1px #ccc solid; */
}

.productionNav ul>li>a:focus,
.productionNav ul>li>a:hover {
  background-color: transparent;
}

.productionNav li a:hover {
  color: #333;
}

.productionNav li.active a {
  color: #333;
}

@media (max-width: 767px) {
  .productionNav {
    /* height: auto !important; */
  }
}

@media (min-width: 768px) {
  .productionNav {
    /* text-align: center;
    display: inline-table;
    width: 100%; */
  }

  .productionNav ul,
  .productionNav li {
    /* display: inline-block; */
  }

  .productionNav li a {
    /* border-bottom: none; */
  }

}

.production-info {}

.production-info-insertedImage img {
  width: 100%;
}

@media (min-width: 768px) {
  .production-info-insertedImage {
    margin-left: -75px;
    margin-right: -75px;
    text-align: center;
  }
}

.production-detailHeader {
  position: relative;
  padding: 0;
  margin: 30px 0 30px 0;
}

.production-detailHeader span {
  padding: 0 35px 0 0;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 5
}

.production-detailHeader:before {
  border-top: 5px #ffff29 solid;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .production-detailHeader {
    margin: 75px 0 30px 0;
  }

  h2.production-detailHeader.page-line {
    margin: 30px 0;
  }
}

.production-events {
  background-color: #ffff29;
  padding: 30px 30px;
}

.production-events-detailHeader {
  margin-top: 0;
}

.production-events-detailHeader span {
  background-color: #ffff29;
}

.production-events-detailHeader:before {
  border-top-color: #000;
}

.production-events-date {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  text-align: center;
  line-height: 14px;
  padding-top: 10px;
}

.production-events-day {
  font-size: 30px;
}

.production-events-month {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.production-events-town {
  display: inline-block;
  padding-right: 10px;
}



.production-events-details p {
  font-size: 16px;
  line-height: 20px;
  padding-top: 5px;
}

#production-events-overflow {
  display: none;
  padding-top: 40px;
}

#production-events-toggle {
  display: none;
  padding-bottom: 0;
  font-size: 16px;
}

#production-events-toggle .linkWithArrow {
  background-position: 0px 5px;
}

@media (min-width: 768px) {

  .production-events-details p {
    padding-top: 7px;
  }

  .production-events {
    background-color: #ffff29;
    padding: 40px 70px;
    margin: 40px -70px 40px -70px;
  }

}

.production-photos {
  margin-bottom: 40px;
}

.production-photos .ngg-galleryoverview {
  margin: 0;
}

.production-photos .ngg-gallery-thumbnail-box {
  display: none;
}

.production-photos .ngg-gallery-thumbnail-box:nth-child(-n+4) {
  display: block;
}

.production-photos .ngg-gallery-thumbnail-box {
  width: 50%;
  margin: 0;
  padding: 15px;
}

.production-photos .ngg-gallery-thumbnail,
.production-photos .ngg-gallery-thumbnail img {
  width: 100%;
  height: auto;
}

.production-photos p {
  padding: 0 15px 20px 15px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .production-photos .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}

.production-videos p {
  font-size: 14px;
}

.production-videos-video {

  padding-bottom: 20px;
}



.production-press {
  margin-bottom: -40px;
}

.production-press p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 0;
}

.production-press-article {
  margin-bottom: 20px;
}

.production-credits {
  margin-bottom: 75px;
}

.production-credits p {
  font-size: 14px;
  line-height: 24px;
}

.production-credits table {
  width: 100%;
}

.production-credits td {
  width: 50%;
  padding: 0 5px 15px 5px;
  vertical-align: top;
}

.production-credits td:first-child {
  font-weight: bold;
  text-align: right;
}

@media (min-width: 768px) {
  .production-credits-footnotes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.production-see-also {
  background-color: #f3f3f3;
  padding: 35px 0;
  margin: 40px 0 40px 0;
  float: left;
  overflow: hidden;
  width: 100%;
}

.production-see-also h2 {
  text-align: center;
  margin: 0 0 30px 0;
}

.production-see-also h3 {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  font-weight: bold;
}

.production-open-foof {
  background-color: #fff;
  padding: 20px;
}

.production-open-foof h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.production-open-foof p {
  font-size: 13px;
}

.production-open-foof img {
  width: 100%;
}

@media (min-width: 768px) {
  .production-open-foof p {
    font-size: 15px;
  }
}

.production-see-also-prod {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  margin-top: 30px;
  position: relative;
  min-height: 350px;
}

.production-see-also-prod p {
  font-size: 16px;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}

.production-see-also-prod-teaser {
  -webkit-backface-visibility: hidden;
  /* apparently boosts performance */
  backface-visibility: hidden;
}

.production-see-also-prod-teaser {
  text-align: center;
}

.production-see-also-prod-teaser a {
  display: inline-block;
  position: relative;
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 35px 45px;
  max-width: 400px;
}

.production-see-also-prod-teaser a:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.production-see-also-prod-teaser a:hover {
  text-decoration: none;
}

.production-see-also-prod-teaser span {
  display: block;
  background-color: rgba(255, 255, 41, 0.9);
  padding: 10px 40px;
  font-weight: bold;
  font-size: 28px;
  word-break: break-all;
}

@media (min-width: 768px) {
  .production-see-also-prod {
    margin-top: 0;
  }
}


/*
 * Production list page
 */
.productionUpcoming {
  display: block;
  position: relative;
  margin: 30px 0 35px 0;
  height: 500px;
  height: 40vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.productionUpcoming-caption {
  position: absolute;
  bottom: 15px;
  padding: 10px 20px;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  color: #00fed7;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;

}

@media (min-width: 768px) {
  .productionUpcoming-caption {
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 475px;
    font-size: 25px;
    line-height: 35px;
    padding: 20px 40px;
  }
}

.productionListNav {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}

.productionListNav li {
  display: inline-block;
  margin: 0 20px 10px 20px;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.productionListNav li a {
  color: #999;
}

.productionListNav li a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .production-see-also-prod {
    margin-top: 0;
  }

  #prod_see_also_prod {
    float: none;
  }
}

.productionMosaic {
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  padding: 20px 2% 40px 4%;
  /* Asymetric margins to give the illusion of being centered */
  position: relative;
}

.productionMosaic-item-img {
  margin-bottom: 5px;
}

.productionMosaic-item p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

.productionMosaic-item a {
  color: #000;
}

.productionMosaic-item-img a:hover {
  text-decoration: none;
}

.productionMosaic-item-img-noImg {
  display: block;
  background-color: #00fed7;
  text-align: center;
  font-size: 25px;
  overflow: hidden;
}

.productionMosaic-item-img-noImg span {
  display: block;
  position: relative;
  top: 50%;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* https://github.com/IanLunn/Hover/blob/master/css/hover.css */
.hvr-rotate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.hvr-rotate--reverse:hover,
.hvr-rotate--reverse:focus,
.hvr-rotate--reverse:active {
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.production-loadArchive {
  text-align: center;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  margin-top: 50px;
}

.production-loadArchive a {
  display: inline-block;
  padding: 10px 70px 10px 45px;
  font-weight: 700;
  font-size: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  background: #ffff29 url('images/arrow-down.svg') no-repeat 95% center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.production-loadArchive a:hover {
  background-color: #ffff7c;
  text-decoration: none;
}

#productionArchive {
  min-height: 200px;
}





.dropdown-menu {
  height: 262px !important;
  overflow: auto !important;
}

h2.sub-title {
  text-align: center;
  margin: 0 0 10px 0;
}

h3.sub-title {
  text-align: center;
  width: 75%;
  border-bottom: 1px solid #00fed7;
  margin-bottom: 0;
  margin: 0 auto;
}

a.future-link-home {
  display: inline-table;
  padding: 10px;
  background-color: #02fed7;
}

.productions-rubrique-description {
  margin-bottom: 40px;
}

h3.thumbs-title {
  text-align: center;
  word-break: break-word;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.8vw !important;
  width: 100%;
}

.mini-bloc-rubriques {
  width: 50%;
  position: relative;
  float: left;
  max-width: 33.33%;
  overflow: hidden;
}

.thumb-mini-bloc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 1s;
}

.thumb-mini-bloc:hover {
  transform: scale(1.2);
}

.mini-bloc-rubriques:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.container-fluid.main {
  margin-bottom: 80px;
  max-width: 100%;
  padding: 0 !important;
}

.mini-bloc-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.bloc {
  margin: 20px 0;
  /* float: left; */
}


/* @fev2023 */
.bloc .wp-caption {
  min-width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2em;
  width: auto !important;
}

.bloc .wp-caption a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.bloc .wp-caption a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
  transform: scale(1);
  transition: transform 1000ms;
  left: 0;
}
.bloc .wp-caption a:hover img {
  transform: scale(1.2);
}
.bloc .wp-caption .wp-caption-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  color: white;
  font-size: 1.8vw;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
  transition: transform 1000ms;
  border-bottom: none;
}
.bloc .wp-caption .wp-caption-text a:hover img {
  transform: scale(1.2);
}
.bloc h3 a,
.bloc a h3 {
  padding: 10px;
  background-color: #02fed7;
  display: inline-block;
}

@media (max-width: 899px) {
  .bloc .wp-caption a {
    width: 100%;
    padding-bottom: 100%;
  }
  .bloc .wp-caption .wp-caption-text {
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
  }
}

/* @mai2023 */

body.home .bloc table,
body.home .bloc table tbody,
body.home .bloc table tr,
body.home .bloc table td,
body.home .bloc table th {
  display: block;
  width: 100% !important;
  height: auto !important;
}
body.home .bloc table tr {
  display: flex;
  justify-content: center;
}
body.home .bloc table tr td {
  max-width: 40em;
  flex-grow: 1;
}
body.home .bloc table tr td .wp-caption a {
  width: 100%;
  padding-bottom: 100%;
}
body.home .bloc table td p {
  margin: 0;
  padding: 0;
}
@media (max-width: 899px) {
  body.home .bloc table tr {
    flex-wrap: wrap;
  }
  body.home .bloc table tr td {
    /* max-width: 15em; */
    min-width: 0;
  }
}




.production-col-right {
  width: 20%;
  float: right;
  background-color: #00fed7;
}

.bloc-description {
  padding: 0 15px;
}

.bloc-description h3 {
  margin: 15px 0 10px 0;
}

.container-infos-head {
  width: 100%;
}

@media (min-width: 1400px) {

  .production-col-right {
    width: 15%;
  }

  .container-prod,
  .productionTitleBox.left-col-prod {
    width: 85%;
  }
}

.bloc-description.next-date {
  background-color: black;
  color: #00fed7;
}

.bloc-description.next-date a,
.title-brut {
  color: #00fed7 !important;
}

div#navigation {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}

#sidr {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background-color: #00fed7;
  z-index: 100;
  width: 25%;
}

#sidr li {
  padding-bottom: 0;
  font-size: 16px;
  border: 0;
  line-height: 35px;
  list-style: none;
}

#sidr li a {
  padding: 0;
  font-size: 1.3vw;
  line-height: 2.2vw;
  text-align: center;
}

#sidr li a:hover {
  color: white !important;
}

#sidr ul li:hover {
  line-height: 35px;
}

#sidr li.active>a {
  box-shadow: 0 0 0 0;
  color: white !important;
}

#sidr ul li:hover>a {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;

}

#sidr ul {
  border: 0;
  margin: 15px;
}

ul.social-menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.current-menu-item a {
  color: white !important;
}

div#language li:first-child a:after {
  content: '/';
}

div#language li {
  float: left;
}

div#language li a {
  padding: 0 5px;
}

div#language li:first-child a:after {
  content: '/';
  padding-left: 5px;
  font-size: 20px;
}

div#lang_sel_list {
  float: right;
  width: auto;
  height: auto;
  padding: 5px 40px;
}

#lang_sel_list ul {
  border-top: 0 !important;
}

#lang_sel_list a {
  font-size: inherit;
  background: none !important;
}

#lang_sel_list li:first-child a:after {
  content: '/';
  padding-left: 5px;
  color: black !important
}

#lang_sel_list ul a:hover {
  background: none !important;
  color: #00fed7 !important;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 20px;
  box-shadow: 5px 5px 5px #00000047;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  background-color: #00fed6;
  color: black;
  width: 100%;
  text-align: center;
}

.gallery-item {
  margin: 0 !important;

}

.wp-caption-text {
  font-size: 15px;
  padding: 1px 0;
  border-bottom: 1px solid #00fed6;
  display: inline-table;
  margin-bottom: 20px;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.aligncenter .wp-caption-text {
  text-align: center;
  display: block;
}

p img {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

p img.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

p iframe {
  margin: 0 auto;
  display: block;
}

img.wp-post-image {
  max-height: 200px;
  width: auto;
}

.linkimage img {
  width: auto;
  max-height: 300px;
  margin-bottom: 40px;
}

.linkimage {
  text-align: center;
}


.listing-excerpt p {
  margin: 0;
}


div#info {
  display: block;
}

.mini-row {
  float: left;
  width: 100%;
}

.mini-bloc {
  text-align: center;
  margin: 20px;
  width: 23%;
  width: calc(25% - 40px);
  overflow-Y: hidden;
}

.mini-bloc:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.mini-bloc-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.gallery-caption {
  margin-bottom: 0;
}

.thumb-horizontal {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 22%;
  max-width: calc(25% - 20px);
}

.row.coordinates {
  padding: 40px;
  text-align: center;
}

.openfoof-sub-title {
  text-align: center;
  font-size: 17px;
}

.cal {
  margin-top: 40px;
}

.listing-post .col-sm-9.col-xs-8 {
  /* float: left; */
}

p strong a {
  border-bottom: 1px solid;
}


.col {
  float: left;
  max-width: 47%;
  max-width: calc(50% - 20px);

}

.col-one {
  margin-right: 20px;
}

.col-two {
  margin-left: 20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  overflow: auto !important;
}

.productionTeaser.col-md-12.col-lg-10.col-lg-offset-1 {
  overflow: unset !important;
}

span.plus,
span.minus {
  float: right;
  cursor: pointer;
}

.collapsed .plus {
  display: block;
}

.collapsed .minus {
  display: none;
}

.plus {
  display: none;

}

.minus {
  display: block;
}

.productionNav-inner.productionNav-inner--sticky a {
  font-size: 12px;
  padding: 5px 20px;
}

.row {
  overflow: auto;
  width: 100%;
}

.row.production-file {
  margin: 10px 0 20px 0;
}

.lang-menu {
  width: 100%;
  text-align: center;
  overflow: auto;
}

.productions-archives-thumb {
  transition-duration: 1s;
}

.productions-archives-thumb:nth-child(n+2):hover {
  transform: rotate(10deg);

}

img.icon-image {
  max-width: 150px;
  margin-right: 10px;
}

ul.pages-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

li.pages-image img {
  max-height: 300px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  float: right;
  width: auto;
  clear: none;
  padding: 2px 10px;

}

.wpml-ls-legacy-list-horizontal a {
  padding: 0px 10px !important;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif !important;
  display: inline-table !important;
  font-size: 14px !important;
}

.wpml-ls-first-item:after {
  content: "/";
  display: inline-table !important;
}

.wpml-ls-current-language a {
  color: #00fed6 !important;
}

@media (min-width: 1200px) {
  .bloc-description.general {
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 1200px) {

  #sidr li a {
    font-size: inherit;
    line-height: inherit;
  }

  .bloc-description.general {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .productionNav {
    width: 100%;
    overflow: inherit;
    height: auto !important;
  }

  .productionNav ul {
    /* width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; */
  }

  .productionNav li {
    /* width: auto;
    text-align: center; */
  }


  .container-prod,
  .productionTitleBox.left-col-prod {
    width: 100%;
  }

  .production-col-right {
    width: 100%;
  }

  div#accordion {
    display: block;
  }

  .productionMosaic {
    overflow-x: hidden;
  }

  .btn-toolbar.row.listFilters.hidden-xs {
    display: none;
  }

  h3.visible-xs {
    display: none;
  }

  .title-brut {
    display: none;

  }

  #sidr {
    width: 50%;
  }

  #sidr li a {
    font-size: 4.3vw;
    line-height: 6.2vw;
  }
}

@media (min-width: 1200px) {
  .col-lg-8 {
    width: 75%;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .col-lg-8 {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 899px) {
  .col-lg-8 {
    width: 100%;
    padding: 0;
  }

  .productionNav li a {
    font-size: 12px;
    line-height: 100%;
  }

  .listing .col-sm-9.col-xs-8 {
    /* width: 66.66%; */
    /* float: right; */
  }

  .thumb-horizontal {
    /* float: left; */
    margin: 0 20px 0 0;
    width: 32.33%;
    /* width: calc(33.33% - 20px); */
  }


  .mini-bloc {
    width: 50%;
    width: calc(50% - 20px);
    margin: 10px;
    max-height: 150px;
  }

  .bloc,
  .row,
  .production-credits,
  .production-info,
  /* .listing, */
  .container-fluid {
    padding: 0 20px;
  }

  header .row {
    padding: 0 !important;
  }

  col-xs-6 {
    padding: 0 !important;
  }

  div#lang_sel_list {
    padding: 5px 10px;
  }

  .footer-logos {
    text-align: center;
  }

  nav#sidr {
    width: 100%;
    text-align: center;
  }

  div#navigation {
    width: 100%;
  }

  .header-logo {
    margin-bottom: 0;
    padding: 3px;
    max-width: 100%;
  }

  .header {
    padding: 15px 20px 15px 20px;
  }

  h3.thumbs-title {
    font-size: 4vw !important;
  }

  .mini-bloc-rubriques {
    max-width: 50%;
  }

}

@media (max-width: 499px) {
  .thumb-horizontal {
    display: none;
  }
}

@media (min-width: 500px) {
  .lang-menu {
    display: none;
  }
}

@media (max-width: 500px) {
  .container-fluid.main {

    text-align: center;
  }

  .mini-bloc-rubriques {
    max-width: 49%;
    max-width: calc(50% - 2px);
    margin: 0;
    display: inline-table;
    float: none;
  }

  .col-lg-8 {
    padding: 0;
  }

  .bloc,
  .row,
  .production-credits,
  .production-info,
  .container-fluid {
    padding: 0 20px ;
  }

  h1 {
    font-size: 7vw !important;
  }

  .productionTeaser h2 {
    font-size: 4.5vh !important;
  }

  .listing h3 {
    font-size: 2.3vh !important;
  }

  .productionMosaic-item {
    position: relative !important;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
  }

  .productionMosaic-item-img img {
    width: 100% !important;
    height: auto !important;
  }

  .productionMosaic {
    padding: 0 !important;
    height: auto !important;
  }

  .productionMosaic-item-img-noImg {
    width: 100% !important;
    height: 200px !important;
  }

  .productionMosaic-item-img-noImg span {
    padding: 0;
    font-size: 3vh;
  }

  .productionMosaic-item p {
    text-align: center;
    width: 100% !important;
  }

  .listing .col-sm-9.col-xs-8 {
    width: 100%;
  }

  .thumb-horizontal {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: none;
  }

  .thumb-horizontal img {
    width: 100%;
    height: auto !important;
    max-height: none;
  }

  .bloc-description h3 {
    font-size: 20px !important;
  }

  a.collapsed h3 {
    margin: 0;
  }

  ul.nav {
    /* flex-wrap: wrap; */
  }

  .col {
    width: 100%;
    max-width: 100%;
  }

  .col-one,
  .col-two {
    margin: 0;
  }

  .col-xs-6 {
    width: 100%;
  }

  header .wpml-ls-statics-shortcode_actions {
    display: none;
  }

  .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    float: none;
  }

  .wpml-ls-legacy-list-horizontal a {
    font-size: 16px !important;

  }

  .wpml-ls-legacy-list-horizontal .sidr ul li a {
    color: #000000 !important;
  }

  .wpml-ls-current-language a {
    color: white !important;
  }

  header .col-xs-6:first-child {
    width: 80%;
  }

  header .col-xs-6:last-child {
    width: 20%;
  }

  #sidr li a {
    padding: 0;
    font-size: 6.3vw;
    line-height: 10.2vw;
    text-align: center;
  }
}



/* @from fev2023 */


/* PAST + UPCOMING EVENTS
----------------------------------- */

.events-columns {
  display: flex;
  /* margin: 0 -20px; */
}

@media (max-width: 899px) {
  .events-columns {
    flex-direction: column;
    /* margin: 0 -1em; */
  }
}

.events-columns .events-column.sidebar {
  order: 2;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 900px) {
  .events-columns .events-column.sidebar {
    max-width: 300px;
  }
}

.events-columns .events-column.sidebar .sidebar-content {
  background-color: #ffff29;
  padding: 20px;

}

.events-columns .events-column.sidebar h4 {
  margin: 0;
}

.events-columns .events-column.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}

.events-columns .events-column.sidebar ul.dates {
  column-count: 4;
}

.events-columns .events-column.sidebar ul li {
  padding: 0 0 0.2em;
}

.events-columns .events-column.sidebar ul li a {
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
}

.events-columns .events-column.sidebar ul li.current a {
  text-decoration: underline;
}

.events-columns .events-column.list-column {
  padding: 0 20px;
  flex-grow: 1;
}
@media (max-width: 899px) {
  .events-columns .events-column.list-column {
    padding: 0;
  }
}


/* Single Production
----------------------------------- */

.production-date {
  margin-bottom: 2em;
}
/* .event-content,
.event-content p,
.event-content h6 {
  font-size: 0.875em;
} */
.production-dates {
  max-width: 640px;
}
@media (min-width: 900px) {
  .production-dates {
    /* column-count: 2; */
  }
  .production-date {
    break-inside: avoid;
  }
}




/* Productions (-> shortcode productions, les trucs faits au début...)
----------------------------------- */
.productions .production-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #02fed7;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.productions .production-header ul li {
  padding: 0;
}

.productions .production-header ul li a {
  display: block;
  cursor: pointer;
}

.productions .production-header ul li.active a,
.productions .production-header ul li a:hover {
  background-color: #02fed7;
  color: white;
}

.productions .production-header ul.domains {
  border-top: 1px solid #02fed7;
}

.productions .production-header ul.domains li a {
  padding: 0.4545em 0.6818em;
  font-size: 1.2222em;
  line-height: 1.2em;
}

.productions .production-header ul.categories li a {
  padding: 0.625em 0.9375em;
  font-size: 0.8889em;
  line-height: 1.2em;
}

.production-body {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1em;
  grid-auto-flow: dense;
  padding-bottom: 15em;
}

.production-body figure {
  margin: 0;
}


.glider-slide img {
  height: 75vw;
}
@media (max-width: 899px) {
  #productions {
    margin: 0 20px;
  }
}



header ul.languages {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header ul.languages li {
  padding: 0;
  display: flex;
}
header ul.languages li:not(:last-child)::after {
  content: "/";
}
header ul.languages li a {
  text-transform: uppercase;
  padding: 0 5px;
  font-family: "Sporting Grotesque_Bold", Arial, sans-serif;
  font-size: 14px;
}
header ul.languages li.current a {
  color: #00fed6 !important;
}
