@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
  background: #fff;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }
  body *:not(.pace, .pace-progress-inner) {
    visibility: hidden; }
  body.pace-done * {
    visibility: visible; }

h2 {
  font-size: 1.8rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700; }

section.section + section.section {
  padding-top: 0; }

.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 30px 10px; }

.btn.btn-primary {
  background: #BE0712;
  border-color: #BE0712;
  border-radius: 0; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover {
    background: #97060e;
    border-color: #97060e; }

.text-primary {
  color: #BE0712; }

/*----------------------------------------------------*/
/*	SOCIAL
/*----------------------------------------------------*/
.social .fa {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  display: inline-block; }

/*----------------------------------------------------*/
/*	BANNERS
/*----------------------------------------------------*/
.banner {
  border: solid 1px #ccc;
  padding: 8px;
  display: block;
  position: relative;
  overflow: hidden; }
  .banner img {
    width: 100%; }
  .banner .banner-text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 30; }
    .banner .banner-text span {
      line-height: 1;
      display: block; }
    .banner .banner-text small {
      font-size: .9rem;
      line-height: 1;
      display: block; }
  .banner .banner-status {
    background-size: cover;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10; }
    .banner .banner-status.estreno {
      background-image: url("../../../../uploads/2017/06/estrena.svg"); }
    .banner .banner-status.en_gira {
      background-image: url("../../../../uploads/2017/06/engira.svg"); }
  .banner:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.banner-1 {
  margin-right: -15px; }

.banner-2 {
  margin-left: -15px; }

.banner-1 .banner-text,
.banner-2 .banner-text {
  padding: 160px 0; }

/*----------------------------------------------------*/
/*	ERROR 404
/*----------------------------------------------------*/
.error-404 {
  color: #BE0712;
  text-align: center;
  padding: 80px 0; }
  .error-404 h1 {
    font-size: 6rem;
    line-height: .4;
    letter-spacing: -11px;
    margin-bottom: 60px; }
  .error-404 small {
    font-weight: 600;
    line-height: .5; }
  .error-404 a {
    color: #333; }

/*----------------------------------------------------*/
/*	PACE
/*----------------------------------------------------*/
.pace {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999; }
  .pace .pace-progress {
    background-color: #BE0712 !important;
    height: 5px; }

.pace-active {
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999; }

.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next {
  font-style: normal; }

.sl-wrapper .sl-navigation button::before {
  font-size: 1.9rem;
  position: relative; }

/*----------------------------------------------------*/
/*	ADDTHIS
/*----------------------------------------------------*/
.addthis_inline_share_toolbox_dqla {
  left: 0;
  bottom: 0;
  position: absolute; }

.at-resp-share-element .at-share-btn {
  background: transparent url("../../../../uploads/2017/06/fb-left.svg") no-repeat/cover !important;
  width: 80px;
  height: 80px;
  margin: 0 !important;
  padding: 0 !important; }
  .at-resp-share-element .at-share-btn .at-icon-wrapper {
    display: none; }
  .at-resp-share-element .at-share-btn:hover, .at-resp-share-element .at-share-btn:active, .at-resp-share-element .at-share-btn:focus {
    transform: translateY(0) !important; }
  .at-resp-share-element .at-share-btn .at-label {
    font-size: 0 !important; }

/*----------------------------------------------------*/
/*	PAGINATION
/*----------------------------------------------------*/
.pagination {
  width: 280px;
  margin: 60px auto 0;
  display: block; }
  .pagination > li {
    font-size: 16px;
    line-height: 40px; }
  .pagination > li > a,
  .pagination > li > .disabled {
    text-align: center;
    float: none;
    display: block; }
  .pagination > li > a::before,
  .pagination > li > .disabled::before {
    font-size: 24px;
    line-height: 24px;
    font-family: 'FontAwesome';
    font-style: initial;
    display: block; }
  .pagination > .prev {
    float: left; }
  .pagination > .next {
    float: right; }
  .pagination > .prev a::before,
  .pagination > .prev .disabled::before {
    content: '\f104';
    text-indent: -1px; }
  .pagination > .next a::before,
  .pagination > .next .disabled::before {
    content: '\f105';
    text-indent: 1px; }
  .pagination > .prev > a, .pagination > .prev a:hover, .pagination > .prev a:focus, .pagination > .prev .disabled, .pagination > .next > a, .pagination > .next a:hover, .pagination > .next a:focus, .pagination > .next .disabled {
    background: #eee;
    color: #BE0712;
    font-size: 0;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 300px !important; }
  .pagination .disabled {
    opacity: .5; }

.main-header {
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 50; }
  .main-header h1 {
    text-transform: uppercase;
    margin: auto 0 0; }
  .main-header > .container > .row {
    min-height: 400px;
    display: flex; }
  .main-header .header-content {
    display: flex;
    flex-flow: column;
    justify-content: center; }
  .main-header figure {
    position: relative; }
  .main-header.main-header-white .site-branding svg use {
    fill: #fff; }
  .main-header.main-header-white nav.navbar ul li a {
    color: #fff; }
  .main-header.main-header-white nav.navbar ul li.current-menu-item a {
    color: #BE0712; }
  .main-header.main-header-white h1 {
    color: #fff; }

.site-branding {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 30px;
  margin-top: auto;
  display: block; }
  .site-branding svg {
    width: 220px;
    height: 80px; }
    .site-branding svg use {
      fill: #000; }
  .site-branding .site-title {
    font-size: 0; }

nav.navbar {
  padding: 0;
  margin-left: -15px;
  display: block; }
  nav.navbar header {
    padding: 30px 0; }
    nav.navbar header .site-branding .site-title a {
      color: #fff; }
  nav.navbar header,
  nav.navbar footer {
    display: none; }
  nav.navbar footer {
    align-items: flex-end;
    justify-content: flex-end; }
    nav.navbar footer a {
      color: #fff; }
    nav.navbar footer .social {
      padding: 0 15px 15px 0; }
  nav.navbar .main-navbar {
    transition: .4s; }
  nav.navbar ul {
    padding: 0; }
    nav.navbar ul li {
      text-align: center;
      font-size: 1.1rem;
      font-weight: 800;
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
      nav.navbar ul li a {
        color: #000;
        padding: 8px 15px; }
        nav.navbar ul li a:hover, nav.navbar ul li a:active, nav.navbar ul li a:focus {
          text-decoration: none;
          color: #BE0712; }
      nav.navbar ul li.current-menu-item a {
        color: #BE0712; }
    nav.navbar ul .MYproduccions a {
      font-size: .6rem;
      line-height: 1.8;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 6px;
      display: block; }
      nav.navbar ul .MYproduccions a::before {
        content: 'Meri Yanes';
        font-size: 1.1rem;
        font-weight: 300;
        line-height: .5;
        text-transform: initial;
        display: block; }
  nav.navbar .menu-toggle {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0;
    margin: 0;
    display: none;
    left: 15px;
    top: 15px;
    position: absolute;
    transition: .3s; }
    nav.navbar .menu-toggle.fixed {
      background: #BE0712;
      color: #fff;
      left: 0px;
      top: 0px;
      padding: 10px 55px 55px 10px;
      position: fixed;
      clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 10%); }

body.home .main-header {
  background-size: cover;
  height: 650px;
  padding-top: 280px; }

body.home section.section {
  padding: 0 0 80px; }

.page-content {
  padding-bottom: 80px; }

.header-image {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  top: -50px;
  position: relative; }

body.page-template-experiencia .page-content {
  color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0;
  margin-top: 150px;
  margin-bottom: 250px;
  position: relative; }
  body.page-template-experiencia .page-content::before {
    background-size: cover; }

body.page-template-experiencia .nav.nav-pills {
  width: 100%;
  max-width: 380px;
  padding-bottom: 20px;
  display: table;
  table-layout: fixed; }
  body.page-template-experiencia .nav.nav-pills > li {
    text-align: center;
    width: 100%;
    display: table-cell;
    float: none; }
    body.page-template-experiencia .nav.nav-pills > li > a {
      background: #000;
      color: #fff;
      border: none;
      margin-right: 6px;
      font-weight: 700;
      line-height: 1;
      padding-top: 8px;
      padding-bottom: 8px;
      white-space: nowrap;
      border-radius: 0; }
    body.page-template-experiencia .nav.nav-pills > li:last-child a {
      margin-right: 0; }
    body.page-template-experiencia .nav.nav-pills > li.active a {
      background: #BE0712; }

body.page-template-experiencia .list-group-item {
  border: none;
  width: 50%;
  margin: 0 !important; }

body.page-template-experiencia .expertise {
  padding-bottom: 60px; }

body.page-template-categoria .main-header,
body.archive .main-header {
  margin-bottom: 50px; }
  body.page-template-categoria .main-header > .container > .row,
  body.archive .main-header > .container > .row {
    min-height: 300px; }

body.single-agnda .main-footer {
  margin-top: 40px; }

.img-diagonal {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 500px;
  left: 0;
  right: 0;
  top: -170px;
  position: absolute;
  clip-path: polygon(0% 30%, 0% 100%, 100% 70%, 100% 0%);
  z-index: 1; }

.zebra-list {
  margin: 0;
  display: flex;
  flex-flow: row wrap; }
  .zebra-list::after {
    content: '';
    clear: both;
    display: block; }
  .zebra-list .date + .info {
    padding-left: 84px; }
  .zebra-list .info .title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    display: block; }
  .zebra-list .info .location,
  .zebra-list .info .time,
  .zebra-list .info .city {
    font-size: .8rem;
    line-height: 1; }
  .zebra-list .info .date-num {
    font-size: .9rem;
    line-height: 1;
    padding-bottom: 2px;
    display: block; }
  .zebra-list .info .excerpt {
    font-size: .75rem;
    line-height: 1.2;
    display: block; }
  .zebra-list .list-group-item {
    background: #fff;
    border: none;
    border-top: solid 1px #ccc;
    color: #333;
    width: calc(50% - 15px);
    padding: 20px; }
  .zebra-list .list-group-item:nth-child(even) {
    margin-left: 30px; }
  .zebra-list .list-group-item:nth-child(2n),
  .zebra-list .list-group-item:nth-child(2n+1) {
    background: #eee; }
  .zebra-list .list-group-item:first-child,
  .zebra-list .list-group-item:nth-child(4n),
  .zebra-list .list-group-item:nth-child(4n+1) {
    background: #fff; }
  .zebra-list .has-ribbon {
    padding-left: 30px; }
  .zebra-list .ribbon {
    width: 14px;
    height: 46px;
    left: 0;
    top: 0;
    position: absolute; }
    .zebra-list .ribbon use {
      fill: #BE0712; }

.poster > .date,
.zebra-list .date {
  background: #BE0712;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-align: center;
  width: 100px;
  height: calc(100% + 40px);
  max-height: 100px;
  padding: 7px 55px 0 7px;
  margin: -20px 0 0 -20px;
  float: left;
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 10%); }
  .poster > .date .day,
  .zebra-list .date .day {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    display: block; }
  .poster > .date .month,
  .zebra-list .date .month {
    font-size: .8rem;
    font-weight: 600;
    padding-bottom: 3px;
    display: block; }

body.single .main-header {
  background-size: cover; }
  body.single .main-header > .container > .row {
    min-height: 240px; }
  body.single .main-header h1 {
    display: none; }

body.single .post-content {
  padding-bottom: 50px; }
  body.single .post-content figure {
    position: relative; }
  body.single .post-content h1 {
    border-bottom: solid 2px #eee;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0 0 20px; }
  body.single .post-content .subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    width: calc(100% - 150px);
    display: block;
    float: left; }
  body.single .post-content::after {
    content: '';
    display: block;
    clear: both; }
  body.single .post-content .date {
    background: #BE0712;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    line-height: 1;
    width: 100px;
    height: 100px;
    padding: 7px 60px 0 7px;
    left: 0;
    top: 0;
    position: absolute;
    float: left;
    clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 10%); }
    body.single .post-content .date .day {
      font-size: 1.7rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -1px;
      display: block; }
    body.single .post-content .date .month {
      font-size: .8rem;
      font-weight: 600;
      padding-bottom: 3px;
      display: block; }

body.single .poster + .post-header {
  width: calc(50% - 30px);
  float: right; }

body.single .entrades {
  text-align: center;
  float: right; }

body.single .h3 {
  text-align: center;
  margin-bottom: 22px; }

body.single .crew {
  padding-bottom: 40px; }

body.single .dossier-download {
  padding-bottom: 40px; }
  body.single .dossier-download a {
    width: 220px;
    margin: 0 auto;
    display: block; }
    body.single .dossier-download a img {
      width: 100%; }

body.single .zebra-list {
  margin-bottom: 40px; }

body.single .gallery {
  padding-top: 60px; }

body.single .prensa {
  padding-bottom: 60px; }

body.single-espectacles .main-header, body.single-sessions .main-header {
  background-size: cover; }
body.single-espectacles .main-header > .container > .row, body.single-sessions .main-header > .container > .row  {
    min-height: 520px; }
  body.single-espectacles .main-header h1, body.single-sessions .main-header h1 {
    display: block;
    margin-bottom: 20px; }

.post-video {
  padding: 60px 0;
  margin: 0 auto; }
  .post-video iframe {
    width: 100%; }

body.single-agnda .addthis_inline_share_toolbox_dqla,
body.single .addthis_inline_share_toolbox_dqla {
  left: auto;
  right: 0; }

body.single-agnda .at-resp-share-element .at-share-btn,
body.single .at-resp-share-element .at-share-btn {
  background-image: url("../../../../uploads/2017/06/fb-right.svg") !important;
background-color: transparent !important;}

body.single-agnda .poster > .date,
body.single .poster > .date {
  width: 90px;
  height: 90px;
  padding: 15px 0;
  left: -10px;
  top: -15px;
  position: absolute;
  z-index: 10; }
  body.single-agnda .poster > .date .day,
  body.single .poster > .date .day {
    font-size: 2.7rem;
    line-height: .8;
    padding-bottom: 4px; }
  body.single-agnda .poster > .date .month,
  body.single .poster > .date .month {
    font-size: 1.1rem; }

body.post-template-default .post-header h1 {
  text-align: left; }

body.post-template-default .post-header .subtitle {
  font-size: 1.3rem;
  width: auto;
  float: none; }

body.espectacles-template-default .poster,
body.sessions-template-default .poster {
  width: 100%;
  float: none; }

.poster-gallery {
  margin: 0 -5px; }
  .poster-gallery [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .poster-gallery img {
    width: 100%;
    margin-bottom: 10px; }

body.single.single-espectacles .post-header .subtitle, body.single.single-sessions .post-header .subtitle {
  width: 100%;
  text-align: center; }

.gallery {
  margin: 0 -5px;
  padding-bottom: 40px; }
  .gallery [class^="col-"] {
    padding: 0 5px; }
  .gallery .gallery-item {
    height: 130px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
    .gallery .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .gallery .gallery-item > span {
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 26px;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: .3s; }
      .gallery .gallery-item > span .fa {
        left: 50%;
        top: 50%;
        position: absolute;
        opacity: 0;
        transform: translate(-50%, -50%) scale(4);
        transition: .4s; }
    .gallery .gallery-item:hover > span {
      visibility: visible;
      opacity: 1; }
      .gallery .gallery-item:hover > span .fa {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1); }

.sl-overlay {
  opacity: .9; }

.page-template-indomita .main-header {
  background-size: cover; }
  .page-template-indomita .main-header > .container > .row, .page-template .main-header > .container > .row {
    min-height: 520px; }
  .page-template-indomita .main-header h1, .page-template .main-header h1 {
    margin-bottom: 20px; }

.main-footer {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 30px 0;
  margin-top: 70px; }
  .main-footer .h2 {
    margin-bottom: 15px;
    font-weight: 700; }
  .main-footer a {
    color: #fff; }
    .main-footer a:hover, .main-footer a:active:focus, .main-footer a:focus {
      color: #BE0712; }
  .main-footer .social {
    padding-top: 20px; }

/*----------------------------------------------------*/
/*	MANAGER INFO
/*----------------------------------------------------*/
.manager-info {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 60px; }
  .manager-info .logo {
    width: 100%;
    margin-bottom: 20px; }
  .manager-info a {
    color: #333; }
  .manager-info .wrapper-email {
    text-align: right; }
  .manager-info .wrapper-info {
    text-align: left; }

/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }

/* Desktops and laptops ----------- */
@media screen and (max-width: 1200px) {
  .main-header,
  body.home .main-header {
    height: auto; }
    .main-header > .container > .row,
    body.home .main-header > .container > .row {
      min-height: 230px; }
  body.home .main-header {
    padding-top: 180px; } }

/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 1050px) {
  .main-header {
    margin-bottom: 40px; }
  body.home section.section {
    padding-bottom: 40px; }
  h1, .h1 {
    font-size: 2rem; } }

/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 991px) {
  body.home .main-header {
    padding-top: 100px; }
  body.single .main-header > .container > .row {
    min-height: 240px; }
  body.single .main-header h1 {
    display: none; }
  body.single .post-header {
    padding-top: 40px;
    padding-bottom: 40px; }
  body.single-espectacles .main-header > .container > .row, body.single-sessions .main-header > .container > .row {
    min-height: 320px; }
  body.single-espectacles .main-header h1, body.single-sessions .main-header h1 {
    display: block; } }

/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 768px) {
  html {
    font-size: 15px; }
  h1, .h1 {
    font-size: 1.8rem; }
  .main-header {
    display: block; }
    .main-header > .container {
      height: 100%; }
      .main-header > .container > .row {
        height: 100%;
        display: block; }
    .main-header h1, .main-header .h1 {
      font-size: 2.3rem; }
  nav.navbar {
    min-height: 0;
    left: 15px;
    top: 0;
    position: absolute;
    z-index: 50; }
    nav.navbar .main-navbar {
      background: #000;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      position: fixed;
      transform: scale(2);
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      display: flex;
      flex-flow: column;
      z-index: 90; }
      nav.navbar .main-navbar > * {
        position: relative;
        z-index: 10; }
      nav.navbar .main-navbar::before {
        content: '';
        background: url("../../../../uploads/2017/06/inici_mobil.jpg") no-repeat center/cover;
        left: -20px;
        top: -20px;
        right: -20px;
        bottom: -20px;
        position: absolute;
        filter: blur(10px);
        opacity: .5;
        z-index: 1; }
      nav.navbar .main-navbar.active {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        pointer-events: initial; }
      nav.navbar .main-navbar header {
        padding: 15px 0 0;
        text-align: right; }
      nav.navbar .main-navbar .site-branding {
        padding: 0;
        margin-right: 15px;
        display: inline-block;
        right: 0 !important;
        bottom: 0 !important;
        position: relative !important; }
        nav.navbar .main-navbar .site-branding svg {
          width: 290px !important;
          height: 110px !important; }
          nav.navbar .main-navbar .site-branding svg use {
            fill: #fff; }
      nav.navbar .main-navbar .menu-toggle {
        background-color: transparent;
        color: #fff;
        font-size: 30px;
        width: 50px;
        height: 50px;
        padding: 0;
        position: absolute;
        clip-path: none;
        z-index: 50; }
    nav.navbar header,
    nav.navbar footer {
      display: block;
      flex: 1 0 auto; }
    nav.navbar footer {
      display: flex; }
    nav.navbar .menu {
      flex: 2 0 auto; }
    nav.navbar ul li {
      font-size: 1.8rem;
      text-align: right;
      line-height: 1.2;
      display: block; }
      nav.navbar ul li:last-child {
        border-bottom-color: transparent; }
      nav.navbar ul li a {
        color: #fff;
        padding: 7px 15px;
        display: inline-block; }
      nav.navbar ul li.current-menu-item a {
        color: #fff; }
    nav.navbar ul .MYproduccions a {
      font-size: .9rem;
      line-height: 1.8;
      padding-top: 20px;
      margin: 0; }
      nav.navbar ul .MYproduccions a::before {
        font-size: 1.8rem; }
    nav.navbar .menu-toggle {
      display: block; }
  /*----------------------------------------------------*/
  /*	HEADER NOT HOME
	/*----------------------------------------------------*/
  body:not(.home) .main-header .header-content {
    height: 170px; }
  body:not(.home) .main-header .site-branding {
    padding: 0;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 50; }
    body:not(.home) .main-header .site-branding svg {
      width: 160px;
      height: 60px; }
  /*----------------------------------------------------*/
  /*	HOME
	/*----------------------------------------------------*/
  body.home .main-header {
    height: 100vh;
    padding: 0; }
    body.home .main-header > .container {
      height: 100%; }
      body.home .main-header > .container > .row {
        height: 100%;
        display: block; }
        body.home .main-header > .container > .row > [class^="col-"] {
          height: 100%; }
    body.home .main-header .site-branding {
      width: calc(100% - 30px);
      right: 15px;
      bottom: 15px;
      position: absolute; }
      body.home .main-header .site-branding svg {
        max-width: 370px;
        width: 100%;
        height: auto;
        float: right; }
      body.home .main-header .site-branding use {
        fill: #fff; }
    body.home .main-header .menu-toggle {
      color: #fff; }
  .header-image {
    max-width: 170px;
    top: -40px; }
  section.section {
    padding: 40px 0; }
  /*----------------------------------------------------*/
  /*	PAGE IMATGES
	/*----------------------------------------------------*/
  body.page-template-imatges .main-header .header-content {
    height: 0; }
  body.page-template-imatges .main-header h1, body.page-template-conta_contes .main-header h1 {
    display: none; }
  body.page-template-imatges .main-header figure {
    width: 100vw;
    height: 540px;
    margin: -1px -15px 0;
    overflow: hidden; }
    body.page-template-imatges .main-header figure img {
      width: 100%; }
  body.page-template-imatges .main-header .menu-toggle, body.page-template-conta_contes .main-header .menu-toggle {
    color: #fff; }
  body.page-template-imatges .main-header .site-branding svg use {
    fill: #fff; }
  /*----------------------------------------------------*/
  /*	PAGE TREBALLS
	/*----------------------------------------------------*/
  body.page-template-treballs .main-header {
    margin: 0;
    background-image: none !important;
  }
    body.page-template-treballs .main-header > .container > .row {
      min-height: 1px; }
    body.page-template-treballs .main-header .header-content {
      height: 110px; }
    body.page-template-treballs .main-header figure, body.page-template-treballs .main-header h1 {
      display: none; }
  .page-template-treballs .main-header.main-header-white .site-branding svg use {
    fill: #000;
  }
  /*----------------------------------------------------*/
  /*	PAGE EXPERIENCIA
	/*----------------------------------------------------*/
  body.page-template-experiencia .main-header .header-content {
    height: 0;
    position: inherit; }
  body.page-template-experiencia .main-header h1 {
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
    left: 0;
    bottom: 20px;
    position: absolute;
    z-index: 30; }
  body.page-template-experiencia .main-header figure {
    width: 100vw;
    height: 540px;
    margin: -1px -15px 0;
    overflow: hidden; }
    body.page-template-experiencia .main-header figure img {
      width: 100%; }
  body.page-template-experiencia .main-header .menu-toggle {
    color: #fff; }
  body.page-template-experiencia .main-header .site-branding svg use {
    fill: #fff; }
  body.page-template-experiencia .main-header .experience-cover + img {
    display: none; }
  body.page-template-experiencia .main-header .addthis_inline_share_toolbox_dqla {
    display: none; }
  .expertise .nav.nav-pills {
    margin: 0 auto; }
  .expertise .zebra-list .list-group-item {
    width: 100%; }
  /*----------------------------------------------------*/
  /*	PAGE CATEGORIA
	/*----------------------------------------------------*/
  body.page-template-categoria .main-header {
    margin-bottom: 20px; }
    body.page-template-categoria .main-header > .container > .row {
      min-height: 1px; }
    body.page-template-categoria .main-header h1 {
      text-transform: capitalize; }
    body.page-template-categoria .main-header figure {
      display: none; }
  body.page-template-categoria section.section {
    padding-top: 0; }
  /*----------------------------------------------------*/
  /*	PAGE CIA INDOMITA
	/*----------------------------------------------------*/
  body.page-template-indomita .main-header {
    background: none !important;
    margin-bottom: 20px; }
    body.page-template-indomita .main-header > .container > .row {
      min-height: 1px; }
    body.page-template-indomita .main-header .header-content > .site-branding svg use {
      fill: #000; }
    body.page-template-indomita .main-header h1 {
      color: #BE0712;
      font-size: 2.8rem;
      text-transform: capitalize;
      text-align: center;
      margin-bottom: 30px; }
    body.page-template-indomita .main-header .header-content {
      height: 210px; }
    body.page-template-indomita .main-header figure img {
      width: 100%; }
  body.page-template-indomita section.section {
    padding-top: 0; }
  body.page-template-indomita main .h1 {
    text-align: center;
    font-size: 2.2rem; }
  /*----------------------------------------------------*/
  /*	SINGLE ESPECTACLES
	/*----------------------------------------------------*/
  body.single.single-espectacles .main-header > .container > .row, body.single.single-sessions .main-header > .container > .row {
    height: 300px;
    min-height: 1px; }
  body.single.single-espectacles .main-header .header-content, body.single.single-sessions .main-header .header-content {
    height: 100%; }
  body.single.single-espectacles .main-header.main-header-white .menu-toggle, body.single.single-sessions .main-header.main-header-white .menu-toggle {
    color: #fff; }
  body.single.single-espectacles .main-header .header-content > .menu-toggle, body.single.single-sessions .main-header .header-content > .menu-toggle {
    color: #000; }
  body.single.single-espectacles .prensa, body.single.single-sessions .prensa {
    padding-bottom: 0; }
  /*----------------------------------------------------*/
  /*	SINGLE
	/*----------------------------------------------------*/
  body.single .main-header > .container > .row {
    min-height: 100px; }
  body.single .main-header .header-content {
    height: auto; }
  body.single .main-header figure {
    margin: 0 0 50px; }
  body.single .poster {
    width: 100%;
    margin-left: 0;
    float: none; }
  body.single .post-header {
    width: auto;
    float: none; }
    body.single .post-header h1 {
      font-size: 1.8rem;
      text-align: center; }
    body.single .post-header .subtitle {
      width: auto;
      text-align: center;
      float: none; }
  body.single .poster + .post-header {
    margin-top: 0;
    width: auto;
    float: none; }
  body.single .entrades {
    margin-top: 30px;
    float: none; }
  .poster-gallery {
    display: none; }
  body.single .post-header .subtitle {
    font-size: 1.3rem;
    width: auto;
    float: none; }
  .sl-wrapper .sl-navigation button {
    width: 20px !important; }
    .sl-wrapper .sl-navigation button.sl-next::before {
      left: 5px; }
  .main-footer {
    padding: 15px; }
    .main-footer .social {
      padding-top: 5px; } }

/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 480px) {
  body.single-sessions .main-header {
    background-image: none !important;
  }
  body.single.single-sessions .main-header.main-header-white .menu-toggle {
    color: #000;
  }
  .main-header {
    display: block;
    position: relative; }
  /*----------------------------------------------------*/
  /*	ZEBRA LIST
	/*----------------------------------------------------*/
  .zebra-list .list-group-item {
    width: 100%; }
  .zebra-list .list-group-item:nth-child(even) {
    background: #fff;
    margin: 0; }
  .zebra-list .list-group-item:nth-child(odd) {
    background: #fff; }
  /*----------------------------------------------------*/
  /*	PAGE IMATGES
	/*----------------------------------------------------*/
  body.page-template-imatges .main-header figure {
    height: auto; }
  /*----------------------------------------------------*/
  /*	PAGE EXPERIENCIA
	/*----------------------------------------------------*/
  body.page-template-experiencia .main-header figure {
    height: auto; }
  /*----------------------------------------------------*/
  /*	PAGE CIA INDOMITA
	/*----------------------------------------------------*/
  body.page-template-indomita .main-header figure {
    margin-left: -15px;
    margin-right: -15px; }
  /*----------------------------------------------------*/
  /*	SINGLE ESPECTACLES
	/*----------------------------------------------------*/
  body.single.single-espectacles .main-header {
    background: none !important;
    margin-bottom: 0; }
    body.single.single-espectacles .main-header > .container > .row, body.single.single-sessions .main-header > .container > .row {
      height: 120px;
      min-height: 1px; }
    body.single.single-espectacles .main-header .header-content > .site-branding svg use, body.single.single-sessions .main-header .header-content > .site-branding svg use {
      fill: #000; }
    body.single.single-espectacles .main-header h1, body.single.single-sessions .main-header h1 {
      display: none; }
  body.single.single-espectacles .banner, body.single.single-sessions .banner {
    margin-bottom: 40px; }
  body.single.single-espectacles .header, body.single.single-sessions .header {
    text-align: center; }
    body.single.single-espectacles .header h1, body.single.single-sessions .header h1 {
      border-bottom: solid 1px #BE0712;
      text-transform: uppercase;
      padding-bottom: 10px;
      margin-bottom: 10px; }
  body.single.single-espectacles .dossier-download a, body.single.single-sessions .dossier-download a {
    width: 180px; }
  body.single.single-espectacles .manager-info, body.single.single-sessions .manager-info {
    line-height: 1.2; }
    body.single.single-espectacles .manager-info h1, body.single.single-sessions .manager-info h1 {
      font-size: 2.2rem; }
  /*----------------------------------------------------*/
  /*	SINGLE
	/*----------------------------------------------------*/
  body.single .post-header {
    padding-top: 40px; }
  .header-image {
    top: 0; }
  .manager-info .wrapper-email,
  .manager-info .wrapper-phone {
    text-align: center; } }
.margin-bottom-m {
  margin-bottom: 70px;
}