/*	
	Theme Name: FilmesZapatero
	Theme URI: http://instigate.design
	Description: Highly modified from the v1.4.3 of HTML5 Blank WordPress Theme
	Author: Instigate Design
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url("./fonts/proxima-nova-regular.ttf");
@font-face {
  font-family: 'Passion One';
  src: url("fonts/PassionOne/passionone-regular-webfont.woff2") format("woff2"), url("fonts/PassionOne/passionone-regular-webfont.woff") format("woff"), url("fonts/PassionOne/passionone-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans/opensans-bold-webfont.woff2") format("woff2"), url("fonts/OpenSans/opensans-bold-webfont.woff") format("woff"), url("fonts/OpenSans/opensans-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans/opensans-bolditalic-webfont.woff2") format("woff2"), url("fonts/OpenSans/opensans-bolditalic-webfont.woff") format("woff"), url("fonts/OpenSans/opensans-bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans/opensans-italic-webfont.woff2") format("woff2"), url("fonts/OpenSans/opensans-italic-webfont.woff") format("woff"), url("fonts/OpenSans/opensans-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans/opensans-regular-webfont.woff2") format("woff2"), url("fonts/OpenSans/opensans-regular-webfont.woff") format("woff"), url("fonts/OpenSans/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSansCondensed/opensanscondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSansCondensed/opensanscondensed-bold-webfont.woff') format('woff'),
         url('fonts/OpenSansCondensed/opensanscondensed-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("fonts/OpenSansCondensed/opensanscondensed-light-webfont.woff2") format("woff2"), url("fonts/OpenSansCondensed/opensanscondensed-light-webfont.woff") format("woff"), url("fonts/OpenSansCondensed/opensanscondensed-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Condensed';
  src: url("fonts/OpenSansCondensed/opensanscondensed-lightitalic-webfont.woff2") format("woff2"), url("fonts/OpenSansCondensed/opensanscondensed-lightitalic-webfont.woff") format("woff"), url("fonts/OpenSansCondensed/opensanscondensed-lightitalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.anim_swing_left_return {
  -webkit-animation: swing_left_return 1.8s infinite;
  animation: swing_left_return 1.8s infinite; }

@-webkit-keyframes swing_left_return {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
  70% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px); } }

@keyframes swing_left_return {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
  70% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px); } }

.anim_swing_right_return {
  -webkit-animation: swing_right_return 2s infinite;
  animation: swing_right_return 2s infinite; }

@-webkit-keyframes swing_right_return {
  0%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px); }
  55% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); } }

@keyframes swing_right_return {
  0%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px); }
  55% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); } }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fed305; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #fed305; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html, body {
  /*background-color: #272727;*/
  background-color: #000; }

/*------------------------------------*\
    SPLASH
\*------------------------------------*/
#holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 360px;
  text-align: center;
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #fed305; }

#contact {
  margin-top: 150px;
  font-size: 13px; }

#contact a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 20px; }

#contact a:hover {
  text-decoration: none; }

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
  height: auto;
  width: 100%;
  display: block;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 110;
  -webkit-transition: background .25s ease-in-out, opacity .25s ease-in-out, height 0s linear .25s;
  -o-transition: background .25s ease-in-out, opacity .25s ease-in-out, height 0s linear .25s;
  transition: background .25s ease-in-out, opacity .25s ease-in-out, height 0s linear .25s; }

@media only screen and (max-width: 469px) {
  #header {
    height: 70px !important;
    padding-top: 25px;
    padding-bottom: 25px; }
  #nav-icon-holder {
    margin-top: 16px !important; }
  #logo_holder {
    left: 5px !important;
    top: 6px !important; } }

main {
  padding-top: 90px; }
  @media only screen and (max-width: 469px) {
    main {
      padding-top: 70px; } }

.page-template-home-php main, .page-template-artist main, .page-template-template-home_v2 main {
  padding-top: 0px !important; }

.logo_instance {
  height: 80px;
  width: 150px;
  display: block;
  float: left;
  background-image: url("/wp-content/themes/filmeszapatero/img/logo_black.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important; }
  .logo_instance.logo_variant-white {
    background-image: url("/wp-content/themes/filmeszapatero/img/logo_white.png"); }

#logo.logo_float {
  position: absolute;
  top: 30px;
  left: 50px;
  background-image: url("/wp-content/themes/filmeszapatero/img/logo_white.png");
  z-index: 50; }

#navigation_holder {
  width: calc(100% - 100px);
  height: 30px;
  margin: auto; }

#header {
  position: absolute;
  z-index: 60;
  opacity: 0;
  height: 0; }
  #header.navigation_open, #header:not(.navigation_hidden) {
    height: 90px;
    opacity: 1;
    -webkit-transition: background .25s ease-in-out, opacity .25s ease-in-out, height 0s linear 0s;
    -o-transition: background .25s ease-in-out, opacity .25s ease-in-out, height 0s linear 0s;
    transition: background .25s ease-in-out, opacity .25s ease-in-out, height 0s linear 0s;
    background: #fed305; }
    @media only screen and (min-width: 700px) {
      #header.navigation_open, #header:not(.navigation_hidden) {
        height: 90px; } }
  @media only screen and (min-width: 768px) {
    #header:not(.navigation_hidden) .navigation_holder {
      display: none; } }
  #header:not(.navigation_hidden) #navigation {
    width: 100%; }

#header.header_hidden {
  background-color: transparent;
  position: absolute;
  opacity: 1;
  z-index: 2; }

#header.header_hidden #logo {
  background-image: url("/wp-content/themes/filmeszapatero/img/logo_white.png"); }

#navigation {
  height: 30px;
  display: block;
  float: left;
  width: calc(100% - 240px);
  margin-left: 30px; }

#navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right; }

#navigation ul li {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 30px;
  padding-top: 4px; }

#navigation ul li a {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 16px;
  color: #fed305;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
  @media only screen and (max-width: 600px) {
    #navigation ul li a {
      font-size: 14px;
      line-height: 2; } }
  @media only screen and (max-width: 469px) {
    #navigation ul li a {
      font-size: 13px; } }
  @media only screen and (max-width: 400px) {
    #navigation ul li a {
      font-size: 12px; } }

#navigation ul li a:hover, #navigation ul li a.selected, #navigation ul li.current_page_item a {
  color: #fff; }

#btn_close {
  height: 30px;
  width: 65px;
  display: block;
  float: right;
  text-indent: -3000px;
  background-image: url("/wp-content/uploads/2018/06/little_ugly_menu_expanded.svg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 16px;
  display: none; }

#btn_close:hover {
  opacity: 1;
  cursor: pointer; }

#btn_close.btn_close_float {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 50; }

#header #btn_close {
  background-image: url("/wp-content/themes/filmeszapatero/img/little_ugly_close.svg");
  width: 30px; }

.navigation_always_visible #navigation {
  width: 100%; }

#logo_holder {
  z-index: 102;
  position: absolute;
  left: 30px;
  top: 6px; }
  @media only screen and (min-width: 700px) {
    #logo_holder {
      left: 30px; } }
  #logo_holder > .logo_instance {
    position: absolute;
    left: 0;
    -webkit-transition: opacity .5s ease-in-out, z-index 0s linear .5s,margin-left .2s ease-in-out;
    -o-transition: opacity .5s ease-in-out, z-index 0s linear .5s,margin-left .2s ease-in-out;
    transition: opacity .5s ease-in-out, z-index 0s linear .5s,margin-left .2s ease-in-out;
    margin-left: 0px; }
    #logo_holder > .logo_instance.logo_variant-black {
      opacity: 0; }
    #logo_holder > .logo_instance.logo_variant-white {
      opacity: 1; }
  #logo_holder.navigation_open > .logo_instance.logo_variant-black, #logo_holder:not(.navigation_hidden) > .logo_instance.logo_variant-black {
    opacity: 1; }
  #logo_holder.navigation_open > .logo_instance.logo_variant-white, #logo_holder:not(.navigation_hidden) > .logo_instance.logo_variant-white {
    opacity: 0; }
  #logo_holder.navigation_always_visible > .logo_instance.logo_variant-black {
    opacity: 1; }

#nav-icon-holder {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 102;
  right: 30px;
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  margin-top: 23px; }
  @media only screen and (min-width: 700px) {
    #nav-icon-holder {
      right: 50px; } }
  @media only screen and (max-width: 800px) {
    #nav-icon-holder {
      -webkit-transform: scale(0.45);
      -ms-transform: scale(0.45);
      transform: scale(0.45); } }
  @media only screen and (max-width: 469px) {
    #nav-icon-holder {
      -webkit-transform: scale(0.425);
      -ms-transform: scale(0.425);
      transform: scale(0.425); } }
  @media only screen and (max-width: 360px) {
    #nav-icon-holder {
      right: 0px;
      -webkit-transform: scale(0.35);
      -ms-transform: scale(0.35);
      transform: scale(0.35); } }
  #nav-icon-holder span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 4px 0px 4px 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon-holder span:nth-child(1) {
      top: 0px; }
    #nav-icon-holder span:nth-child(2), #nav-icon-holder span:nth-child(3) {
      top: 18px; }
    #nav-icon-holder span:nth-child(4) {
      top: 36px; }
  #nav-icon-holder.navigation_open span {
    background: #000; }
    #nav-icon-holder.navigation_open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    #nav-icon-holder.navigation_open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #nav-icon-holder.navigation_open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #nav-icon-holder.navigation_open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  @media only screen and (min-width: 768px) {
    #nav-icon-holder:not(.navigation_hidden) {
      display: none; } }

/*------------------------------------*\
    DIRECTORS
\*------------------------------------*/
#directors {
  width: 90%;
  max-width: 900px; }

/*------------------------------------*\
    ARTIST
\*------------------------------------*/
#artist_header {
  height: auto;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  height: auto;
  /*overflow: hidden;*/
  /*position: relative;*/ }

#artist_header_bg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#artist_header_content {
  height: auto;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  /*margin-top: 130px;*/
  /*margin-bottom: 50px;*/
  /*position: absolute;*/
  padding-top: 35px;
  padding-bottom: 30px; }

#director_name {
  width: 100%;
  height: auto;
  /*float: left;*/
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 48px; }
  @media only screen and (min-width: 1600px) {
    #director_name {
      font-size: 60px; } }
  @media only screen and (max-width: 959px) {
    #director_name {
      font-size: 40.8px; } }
  @media only screen and (max-width: 767px) {
    #director_name {
      font-size: 37.44px; } }
  @media only screen and (max-width: 469px) {
    #director_name {
      font-size: 28.8px; } }

#director_text {
  width: 70%;
  height: auto;
  /*float: right;*/
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  -moz-text-align-last: center;
  /* Code for Firefox */
  text-align-last: center;
  margin: auto;
  text-align: center; }

#director_text_holder {
  display: none;
  padding-bottom: 30px;
  text-align: center; }

#open_bio {
  margin: auto;
  width: 100%;
  display: block;
  text-align: center; }

#director_text p:first-child {
  margin: 0; }

#director_text .director_title {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 36px; }

#director_text a {
  color: #fed305;
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600; }

#director_text a:hover {
  color: #fff;
  text-decoration: none; }

#artist_main, #artist_main_holder, .artist_main_bg, .artist_main_link {
  height: 800px;
  width: 100%;
  display: block;
  font-size: 24px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative; }

#above_the_fold_arrow {
  position: absolute;
  top: 100%;
  color: #fff;
  margin-top: -80px;
  left: 50%;
  font-size: 30px;
  width: 40px;
  text-align: center;
  margin-left: -20px;
  opacity: .4; }

#artist_main_holder {
  position: relative; }

.artist_main_bg {
  opacity: .5;
  position: absolute; }

#artist_main:hover .artist_main_bg {
  /*opacity: 1;*/ }

.artist_main_link {
  position: absolute;
  z-index: 3;
  background-color: transparent; }

#artist_main_info {
  position: absolute;
  width: 100%;
  height: 800px;
  text-align: center;
  display: table; }

#artist_main_info_content {
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.project_artist, .project_director {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  display: block;
  font-size: 24px;
  color: #fed305; }

.project_song {
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 60px;
  line-height: 30px; }

#artist_projects {
  width: 100%;
  min-height: 400px; }

#project_holder {
  height: 400px;
  width: 25%;
  float: left;
  display: block;
  position: relative; }

.project_holder_link, .project_holder_bg, #project_holder_text {
  height: 400px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: #000; }

.project_holder_link {
  background-color: transparent;
  z-index: 3; }

.project_holder_bg {
  opacity: .5;
  background-size: cover;
  background-position: center center; }

#project_holder_text {
  background-color: transparent;
  display: table; }

#project_holder_text_content {
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

#project_holder_text_content .project_artist {
  font-size: 16px; }

#project_holder_text_content .project_song {
  font-size: 30px;
  line-height: 24px; }

.director_image {
  width: 100%;
  max-width: 150px;
  margin-top: 30px; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
.clear, #clear {
  clear: both;
  display: block; }

.page_title {
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 48px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1600px) {
    .page_title {
      font-size: 60px; } }
  @media only screen and (max-width: 959px) {
    .page_title {
      font-size: 40.8px; } }
  @media only screen and (max-width: 767px) {
    .page_title {
      font-size: 37.44px; } }
  @media only screen and (max-width: 469px) {
    .page_title {
      font-size: 28.8px; } }
  @media only screen and (min-width: 1600px) {
    .page_title {
      padding-bottom: 37.5px; } }
  @media only screen and (max-width: 959px) {
    .page_title {
      padding-bottom: 22.5px; } }
  @media only screen and (max-width: 767px) {
    .page_title {
      padding-bottom: 19.5px; } }
  @media only screen and (max-width: 469px) {
    .page_title {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 469px) {
    .page_title {
      font-size: 28px; } }

.page_description {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-align: center; }
  @media only screen and (min-width: 1600px) {
    .page_description {
      font-size: 22.5px; } }
  @media only screen and (max-width: 959px) {
    .page_description {
      font-size: 15.3px; } }
  @media only screen and (max-width: 767px) {
    .page_description {
      font-size: 23.4px; } }
  @media only screen and (max-width: 469px) {
    .page_description {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .page_description {
      font-size: 16px; } }
  @media only screen and (max-width: 469px) {
    .page_description {
      font-size: 14px; } }

.page_content {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  padding: 0;
  margin: 0px; }

.page_content a {
  color: #fed305; }

.page_content a:hover {
  color: #fff;
  text-decoration: none; }

.page_content.page_content_about {
  font-size: 18px; }
  .page_content.page_content_about .evenly > div {
    text-align: center; }
  .page_content.page_content_about .evenly .line_item {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    font-size: 18px; }
    @media only screen and (min-width: 1600px) {
      .page_content.page_content_about .evenly .line_item {
        font-size: 22.5px; } }
    @media only screen and (max-width: 959px) {
      .page_content.page_content_about .evenly .line_item {
        font-size: 15.3px; } }
    @media only screen and (max-width: 767px) {
      .page_content.page_content_about .evenly .line_item {
        font-size: 23.4px; } }
    @media only screen and (max-width: 469px) {
      .page_content.page_content_about .evenly .line_item {
        font-size: 18px; } }
    .page_content.page_content_about .evenly .line_item.phone .value, .page_content.page_content_about .evenly .line_item a {
      color: #fed305;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .page_content.page_content_about .evenly .line_item.name {
      font-weight: 700; }
    .page_content.page_content_about .evenly .line_item i {
      opacity: .25;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }

.page_content a.director_link {
  text-transform: capitalize;
  white-space: nowrap;
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600; }

a.director_link:hover {
  text-decoration: none; }

#contact_items_holder {
  background-color: red; }

.evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.evenly div:not(.line_item) {
  white-space: nowrap; }

.contact_item {
  float: left;
  width: 33%; }

#contact_social {
  text-align: center; }

#contact_social_holder {
  text-align: center;
  display: block;
  margin: auto;
  padding: 40px 0 40px 0; }

/*
.contact_item:last-child {
	width: 20%;
}
*/
.btn_instagram, .btn_facebook {
  display: inline-block;
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  font-size: 24px; }
  @media only screen and (min-width: 1600px) {
    .btn_instagram, .btn_facebook {
      font-size: 30px; } }
  @media only screen and (max-width: 959px) {
    .btn_instagram, .btn_facebook {
      font-size: 20.4px; } }
  @media only screen and (max-width: 767px) {
    .btn_instagram, .btn_facebook {
      font-size: 28.86px; } }
  @media only screen and (max-width: 469px) {
    .btn_instagram, .btn_facebook {
      font-size: 22.2px; } }
  .btn_instagram i, .btn_facebook i {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.btn_instagram:hover, .btn_facebook:hover {
  background-position: 0 -30px; }

.btn_facebook {
  margin-right: 0; }

.contact_logo {
  height: auto;
  width: 80%;
  max-width: 200px;
  margin: auto; }

/*------------------------------------*\
    CENTER CONTENT
\*------------------------------------*/
#director_bg_1, #director_bg_2 {
  background-color: #000;
  height: calc(100% - 90px);
  width: 100%;
  display: block;
  position: absolute;
  background-image: url("https://p.vitalmx.com/photos/users/13480/photos/103313/s1600_VITAL_AZ_OPEN_DAY_2_MMP_029.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0;
  /*filter: grayscale(100%);*/ }

#director_bg_2 {
  opacity: 0; }

.outer {
  display: table;
  position: absolute;
  height: calc(100% - 130px);
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /*whatever width you want*/
  padding-bottom: 150px;
  padding-top: 50px; }

/*------------------------------------*\
	HOME
\*------------------------------------*/
#splash_overlay {
  height: 100vh;
  width: 100vw;
  display: block;
  position: absolute;
  z-index: 105;
  background-color: #000;
  background-image: url("/wp-content/themes/filmeszapatero/img/logo_black.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center center; }

#home_slides {
  height: 100vh;
  width: 100vw;
  display: block;
  overflow: hidden;
  position: relative; }

.home_slide, .home_slide_bg, .home_slide_text_holder, .home_slide_holder {
  height: 100vh;
  width: 100vw;
  display: block;
  position: absolute; }

.home_slide {
  background: black;
  -webkit-box-shadow: 0px 0px 40px black;
  box-shadow: 0px 0px 40px black;
  left: 0;
  opacity: 0; }

.home_slide_holder {
  position: relative; }

.home_slide_bg {
  background-position: center center;
  background-size: cover;
  opacity: .5; }

.home_slide_text_holder {
  display: table; }

.home_slide_text_content {
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.home_slide_text_content .project_artist {
  color: #fff;
  font-size: 24px; }

.home_slide_text_content .project_song {
  font-size: 60px;
  line-height: 50px; }

.home_slide_text_content .project_director {
  padding-top: 25px;
  font-size: 18px; }

.italic {
  font-style: italic;
  font-size: 18px;
  text-transform: capitalize; }

#buttons {
  position: absolute;
  bottom: 100px;
  left: calc((100vw / 2) - 35px);
  width: 110px;
  height: 40px;
  display: block;
  z-index: 12; }

.slideShow_btn {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -3000px;
  float: left; }

.slideShow_btn:hover {
  background-position: 0 -30px; }

#slideShow_prev {
  background-image: url("/wp-content/uploads/2018/04/slideShow_left.svg");
  background-size: 30px 60px;
  margin-right: 10px; }

#slideShow_next {
  background-image: url("/wp-content/uploads/2018/04/slideShow_right.svg");
  background-size: 30px 60px; }

/*------------------------------------*\
	FEATHERLIGHT
\*------------------------------------*/
.featherlight .featherlight-close-icon {
  top: 50px;
  right: 50px;
  background-color: #fff;
  height: 30px;
  width: 30px;
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  display: none; }

.featherlight .featherlight-inner {
  background-color: #000;
  max-width: 100%; }

.featherlight .featherlight-content {
  position: static;
  background-color: #000; }

.featherlight-iframe .featherlight-content {
  overflow-y: hidden !important; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 0;
    border-bottom: 0; } }

/*------------------------------------*\
	INSTAGRAM NEWS FEED
\*------------------------------------*/
.eapps-instagram-feed-posts-grid-load-more-text-visible {
  background-color: #fed305; }

.eapps-instagram-feed-posts-item-text {
  font-family: 'Open Sans' !important;
  font-weight: 500; }

a.eapps-instagram-feed-posts-item-link div, a.eapps-instagram-feed-posts-item-link span, a.eapps-instagram-feed-posts-item-link svg, .eapps-instagram-feed-posts-item-share div, .eapps-instagram-feed-posts-item-share span, .eapps-instagram-feed-posts-item-share svg, .eapps-instagram-feed-popup-item-share div, .eapps-instagram-feed-popup-item-share span, .eapps-instagram-feed-popup-item-share svg {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

a.eapps-instagram-feed-posts-item-link:hover div, a.eapps-instagram-feed-posts-item-link:hover span, .eapps-instagram-feed-posts-item-share:hover div, .eapps-instagram-feed-posts-item-share:hover span, .eapps-instagram-feed-popup-item-share:hover div, .eapps-instagram-feed-popup-item-share:hover span {
  color: #fed305; }

a.eapps-instagram-feed-posts-item-link:hover svg, .eapps-instagram-feed-posts-item-share:hover svg, .eapps-instagram-feed-popup-item-share:hover svg {
  fill: #fed305; }

.eapps-instagram-feed-popup-item-text a:not(.eapps-instagram-feed-popup-item-text-author), .eapps-instagram-feed-popup-item .eapps-instagram-feed-posts-item-user-follow-link a {
  color: #9c9c9c !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .eapps-instagram-feed-popup-item-text a:not(.eapps-instagram-feed-popup-item-text-author):hover, .eapps-instagram-feed-popup-item .eapps-instagram-feed-posts-item-user-follow-link a:hover {
    color: #fed305 !important;
    text-decoration: none !important; }

.eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:hover, .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item.eyeballs_on {
  opacity: 1 !important; }

body.page-template-default.news h1 {
  display: none; }

.eapps-instagram-feed-posts-item-user-image-wrapper {
  max-width: 36px; }

.eapps-instagram-feed-popup-close {
  opacity: 1 !important; }
  .eapps-instagram-feed-popup-close:hover:before, .eapps-instagram-feed-popup-close:hover:after {
    background: #fed305 !important; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
#mobile_tester {
  height: 50px;
  width: 100px;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  opacity: .5; }

/* Hover scroll */
@media only screen and (max-width: 1023px) {
  .eyeballs_on .project_holder_bg, .eyeballs_on #artist_main_bg {
    opacity: .8 !important; }
  .project_holder_bg, #artist_main_bg {
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  #splash_overlay {
    background-position-y: 45%; } }

@media only screen and (min-width: 120px) {
  #mobile_tester {
    background-color: red; }
  #project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
    width: 100%;
    height: 250px; }
  #artist_main, #artist_main_holder, .artist_main_bg, .artist_main_link, #artist_main_info {
    height: 250px; }
  #navigation_holder {
    width: calc(100% - 40px); }
  #logo {
    float: none;
    margin: auto; }
  #navigation {
    clear: both;
    width: 100%;
    margin: 0;
    padding-top: 0px; }
  #navigation ul {
    float: none;
    margin: auto; }
  #navigation ul li {
    margin-left: 0;
    width: 200px;
    margin-bottom: 5px; }
  #header {
    height: 120px; }
  #header #btn_close {
    position: absolute;
    top: 30px;
    right: 30px; }
  #artist_main_info_content .project_artist {
    font-size: 16px; }
  #artist_main_info_content .project_song {
    font-size: 28px;
    line-height: 1; }
  #project_holder_text_content {
    padding: 0 5%; }
  .home_slide_text_content .project_song {
    line-height: 1;
    font-size: 32px; }
  #project_holder_text_content .project_song {
    line-height: 1; }
  .home_slide_text_content {
    padding: 0 12%; }
  .home_slide_text_content .project_artist {
    font-size: 18px;
    padding-bottom: 0; }
  .home_slide_text_content .project_director {
    font-size: 14px; }
  #logo.logo_float {
    left: 30px; }
  #btn_close.btn_close_float {
    right: 30px; }
  #navigation_holder #logo {
    display: none; }
  .evenly {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .evenly div:not(.line_item) {
    margin-bottom: 40px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #header {
    height: 90px; }
  .project_song {
    word-break: break-word; } }

/* 470 */
@media only screen and (min-width: 470px) {
  #header {
    height: 90px; }
  .home_slide_text_content .project_song {
    font-size: 40px; }
  #mobile_tester {
    background-color: lime; }
  /*#project_holder { width: 50%; }
	#project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
		height: 250px;
	} */
  #project_holder {
    width: 100%; }
  #project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
    height: 400px; }
  #artist_main, #artist_main_holder, .artist_main_bg, .artist_main_link, #artist_main_info {
    height: 400px; }
  #navigation_holder {
    width: calc(100% - 60px); }
  #logo {
    float: none;
    margin: auto; }
  #navigation {
    clear: both;
    width: 100%;
    margin: 0;
    padding-top: 0;
    float: left; }
  #navigation ul {
    float: left;
    margin: auto; }
  #navigation ul li {
    margin-left: 0;
    margin-right: 30px;
    width: auto; }
  #header {
    height: 90px; }
  #header #btn_close {
    position: absolute;
    top: 30px;
    right: 30px; }
  #director_text {
    text-align: center; }
  #director_text_holder {
    text-align: center;
    margin-top: 20px; }
    #director_text_holder p {
      font-size: 16px;
      font-family: 'Open Sans Condensed' !important;
      font-weight: 600;
      margin-bottom: 30px !important; }
  #navigation_holder #logo {
    display: none; }
  .evenly {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 469px) {
  #navigation ul {
    float: left; }
    #navigation ul li {
      margin-left: 0;
      margin-right: 20px;
      width: auto; }
  #nav-icon-holder {
    right: 10px; }
  #logo_holder {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

@media only screen and (max-width: 360px) {
  #navigation ul li {
    margin-right: 12px; } }

/* 650 */
@media only screen and (min-width: 700px) {
  #mobile_tester {
    background-color: teal; }
  /*#project_holder { width: 50%; }
	#project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
		height: 250px;
	}*/
  #project_holder {
    width: 100%; }
  #project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
    height: 400px; }
  #artist_main, #artist_main_holder, .artist_main_bg, .artist_main_link, #artist_main_info {
    height: 400px; }
  .home_slide_text_content .project_song {
    font-size: 48px; }
  #navigation_holder {
    width: calc(100% - 100px); }
  #logo {
    float: left;
    margin: 0; }
  #navigation {
    float: left;
    clear: none;
    width: calc(100% - 120px);
    margin: 0;
    margin-left: 30px;
    padding-top: 0;
    height: 30px; }
  #navigation ul {
    float: right;
    margin: 0;
    width: auto; }
  #header {
    height: 90px; }
  #header #btn_close {
    position: static; }
  #logo.logo_float {
    left: 50px; }
  #btn_close.btn_close_float {
    right: 50px; }
  #director_text {
    text-align: justify;
    -moz-text-align-last: center;
    /* Code for Firefox */ }
  #director_text_holder {
    text-align: inherit; }
  #navigation_holder #logo {
    display: block; }
  .evenly {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

#mobile_navigation {
  display: none; }

@media (max-width: 850px) and (min-width: 700px) {
  #navigation {
    width: calc(100% - 80px); } }

@media only screen and (max-width: 767px) {
  #header.navigation_open, #nav-icon-holder.navigation_open, #logo_holder.navigation_open {
    position: fixed; }
  #navigation ul {
    display: none; }
  #navigation_holder {
    display: none; }
  #mobile_navigation {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    height: calc(100% - 90px);
    width: 100%;
    top: 90px;
    -webkit-transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, display 0s linear 0.25s;
    -o-transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, display 0s linear 0.25s;
    transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, display 0s linear 0.25s;
    opacity: 0; }
    #mobile_navigation .mobile_wrap {
      display: table;
      width: 100%;
      height: 100%; }
    #mobile_navigation.navigation_open {
      display: block;
      opacity: 1;
      -webkit-transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out;
      -o-transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out;
      transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out; }
    #mobile_navigation ul li {
      list-style: none;
      text-align: center; }
      #mobile_navigation ul li a {
        font-size: 21px;
        text-transform: uppercase;
        color: #fed305;
        font-family: 'Open Sans Condensed' !important;
        font-weight: 600;
        line-height: 3; }
    #mobile_navigation ul {
      display: table-cell;
      vertical-align: middle;
      padding: 24px; } }

@media only screen and (min-width: 768px) {
  #mobile_tester {
    background-color: orange; }
  /*#project_holder { width: 50%; }
	#project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
		height: 350px;
	}*/
  #project_holder {
    width: 100%; }
  #project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
    height: 500px; }
  #artist_main, #artist_main_holder, .artist_main_bg, .artist_main_link, #artist_main_info {
    height: 500px; }
  .home_slide_text_content {
    padding-bottom: 0; } }

@media only screen and (max-width: 469px) {
  #mobile_navigation {
    height: calc(100% - 70px);
    top: 70px; } }

@media only screen and (min-width: 1024px) {
  #mobile_tester {
    background-color: blue; }
  #project_holder {
    width: 25%; }
  #artist_main, #artist_main_holder, .artist_main_bg, .artist_main_link, #artist_main_info {
    height: 800px; }
  #project_holder, .project_holder_link, .project_holder_bg, #project_holder_text {
    height: 400px; }
  #artist_main_info_content .project_artist {
    font-size: 24px; }
  #artist_main_info_content .project_song {
    font-size: 60px;
    line-height: 30px; }
  .home_slide_text_content .project_song {
    font-size: 60px;
    line-height: 30px; }
  .home_slide_text_content .project_artist {
    font-size: 24px;
    padding-bottom: 10px; }
  .home_slide_text_content .project_director {
    font-size: 18px; }
  .evenly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .evenly div:not(.line_item) {
    margin-bottom: 40px; } }

ul#awards_images {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -2.25%;
  margin-right: -2.25%;
  max-width: 1800px;
  margin-bottom: 80px; }
  ul#awards_images li.award_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 9.5%;
    flex: 1 0 9.5%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1% 2.5%;
    max-width: 9.5%; }
    ul#awards_images li.award_image .award_image_box {
      padding-top: 100%;
      background-size: contain !important;
      background-position: center;
      background-repeat: no-repeat !important; }
    @media only screen and (max-width: 825px) {
      ul#awards_images li.award_image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 10.66667%;
        flex: 1 0 10.66667%;
        max-width: 10.66667%;
        margin: 1% 3%; } }
    @media only screen and (max-width: 675px) {
      ul#awards_images li.award_image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 19.7%;
        flex: 1 0 19.7%;
        max-width: 19.7%;
        margin: 12px 2.65%; } }
    @media only screen and (max-width: 500px) {
      ul#awards_images li.award_image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 26.33333%;
        flex: 1 0 26.33333%;
        max-width: 26.33333%;
        margin: 10px 3.5%; } }
    ul#awards_images li.award_image .img {
      width: 90%;
      padding-top: 100%;
      background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 auto; }
    ul#awards_images li.award_image .text {
      text-align: center;
      font-size: 13px;
      margin-top: 20px;
      opacity: .5; }
      @media only screen and (max-width: 900px) {
        ul#awards_images li.award_image .text {
          font-size: 12px; } }
      @media only screen and (max-width: 469px) {
        ul#awards_images li.award_image .text {
          font-size: 11px; } }

/*================================ */
/* Lightbox  */
/* =============================== */
/* POPUP */
#inst-popup-wrap {
  position: fixed;
  top: 10%;
  width: 100%;
  max-width: 500px;
  height: auto;
  background: white;
  z-index: 9999999;
  -webkit-box-shadow: 0px 0px 5px rgba(25, 25, 31, 0.66);
  box-shadow: 0px 0px 5px rgba(25, 25, 31, 0.66);
  display: none; }
  @media (max-width: 600px) {
    #inst-popup-wrap {
      height: 100% !important;
      top: 0 !important;
      overflow-y: scroll !important; } }

#inst-popup-close {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 24px;
  cursor: pointer;
  font-weight: 400;
  font-family: Font Awesome\ 5 Pro !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  opacity: .5;
  -webkit-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
  z-index: 99;
  width: 24px;
  text-align: center;
  height: 24px; }
  #inst-popup-close:hover {
    opacity: .75; }

#inst-popup-close:before {
  content: '\f00d'; }

#inst-popup-close:hover {
  opacity: 1; }

#inst-mask {
  z-index: 9999994;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer; }

/* Situational Content */
.lightbox_situational_content {
  display: none; }

.lightbox_situational_content.active {
  display: block; }

.lightbox_situational_content {
  padding: 10px;
  padding-bottom: 32px; }

#inst-popup-content {
  padding: 32px; }
  #inst-popup-content .popup-title {
    margin-top: 0px !important; }
  #inst-popup-content .popup-description p {
    margin-top: 5px !important; }

#inst-popup-wrap[data-mode="float"] {
  width: 80% !important;
  max-width: 1000px !important;
  background: none; }
  #inst-popup-wrap[data-mode="float"] #inst-popup-content {
    padding: 0px;
    overflow: hidden !important; }
  #inst-popup-wrap[data-mode="float"] #inst-popup-close {
    display: none; }

#inst-popup-wrap[data-mode="fullscreen-modal"] {
  width: 100% !important;
  max-width: 10000000px;
  left: 0 !important; }

#lightbox-features_temp .poster {
  width: calc( 33% - 40px);
  float: left;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px; }
  #lightbox-features_temp .poster img {
    max-height: 380px;
    width: auto; }
  #lightbox-features_temp .poster h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: 'Passion One' !important;
    text-transform: uppercase;
    font-weight: 400; }
  #lightbox-features_temp .poster p {
    color: #fed305;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: 'Open Sans Condensed' !important;
    font-weight: 600; }

#work_page .outer, #work-popup .outer {
  display: block; }

#work_page .inner, #work-popup .inner {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  margin-top: 40px; }

#work_page .work_module, #work-popup .work_module {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  cursor: pointer;
  min-height: 120px; }
  #work_page .work_module .inner_module, #work-popup .work_module .inner_module {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center; }
  #work_page .work_module .module_content, #work-popup .work_module .module_content {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%; }
  #work_page .work_module h2, #work-popup .work_module h2 {
    font-family: 'Passion One' !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 48px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
    @media only screen and (min-width: 1600px) {
      #work_page .work_module h2, #work-popup .work_module h2 {
        font-size: 60px; } }
    @media only screen and (max-width: 959px) {
      #work_page .work_module h2, #work-popup .work_module h2 {
        font-size: 40.8px; } }
    @media only screen and (max-width: 767px) {
      #work_page .work_module h2, #work-popup .work_module h2 {
        font-size: 37.44px; } }
    @media only screen and (max-width: 469px) {
      #work_page .work_module h2, #work-popup .work_module h2 {
        font-size: 28.8px; } }
  #work_page .work_module h3, #work-popup .work_module h3 {
    font-family: 'Open Sans Condensed' !important;
    font-weight: 600;
    display: block;
    font-size: 21px;
    color: #fed305;
    font-weight: 400;
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
    @media only screen and (min-width: 1600px) {
      #work_page .work_module h3, #work-popup .work_module h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 959px) {
      #work_page .work_module h3, #work-popup .work_module h3 {
        font-size: 20.4px; } }
    @media only screen and (max-width: 767px) {
      #work_page .work_module h3, #work-popup .work_module h3 {
        font-size: 28.86px; } }
    @media only screen and (max-width: 469px) {
      #work_page .work_module h3, #work-popup .work_module h3 {
        font-size: 22.2px; } }
  #work_page .work_module .inner_bg, #work-popup .work_module .inner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    background-position: center; }
  #work_page .work_module:hover .inner_bg, #work-popup .work_module:hover .inner_bg {
    opacity: 0.8; }

#work-popup {
  position: fixed;
  width: 100%;
  height: auto;
  background: black;
  z-index: 9999999;
  display: none;
  top: -150%;
  overflow: hidden !important;
  -webkit-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, display 0s linear 0.25s;
  -o-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, display 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, display 0s linear 0.25s;
  z-index: 104; }
  @media (max-width: 600px), (max-height: 449px) {
    #work-popup {
      overflow-y: scroll !important; } }
  #work-popup.navigation_open {
    display: block;
    opacity: 1; }
  #work-popup .outer {
    height: 100% !important; }

.page-template-template-work-single #director_name {
  font-size: 72px; }
  @media only screen and (min-width: 1600px) {
    .page-template-template-work-single #director_name {
      font-size: 90px; } }
  @media only screen and (max-width: 959px) {
    .page-template-template-work-single #director_name {
      font-size: 61.2px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-work-single #director_name {
      font-size: 46.8px; } }
  @media only screen and (max-width: 469px) {
    .page-template-template-work-single #director_name {
      font-size: 36px; } }

.page-template-template-work-single #artist_main_info_content .project_song {
  font-size: 48px; }
  @media only screen and (min-width: 1600px) {
    .page-template-template-work-single #artist_main_info_content .project_song {
      font-size: 60px; } }
  @media only screen and (max-width: 959px) {
    .page-template-template-work-single #artist_main_info_content .project_song {
      font-size: 40.8px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-work-single #artist_main_info_content .project_song {
      font-size: 37.44px; } }
  @media only screen and (max-width: 469px) {
    .page-template-template-work-single #artist_main_info_content .project_song {
      font-size: 28.8px; } }

.page-template-template-work-single #artist_main_info_content .project_title {
  font-size: 24px; }
  @media only screen and (min-width: 1600px) {
    .page-template-template-work-single #artist_main_info_content .project_title {
      font-size: 30px; } }
  @media only screen and (max-width: 959px) {
    .page-template-template-work-single #artist_main_info_content .project_title {
      font-size: 20.4px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-work-single #artist_main_info_content .project_title {
      font-size: 28.86px; } }
  @media only screen and (max-width: 469px) {
    .page-template-template-work-single #artist_main_info_content .project_title {
      font-size: 22.2px; } }

@media only screen and (min-width: 120px) {
  .page-template-template-work-single #artist_main, .page-template-template-work-single #artist_main_holder, .page-template-template-work-single .artist_main_bg, .page-template-template-work-single .artist_main_link, .page-template-template-work-single #artist_main_info {
    height: 250px; } }

@media only screen and (min-width: 470px) {
  .page-template-template-work-single #artist_main, .page-template-template-work-single #artist_main_holder, .page-template-template-work-single .artist_main_bg, .page-template-template-work-single .artist_main_link, .page-template-template-work-single #artist_main_info {
    height: 320px; } }

@media only screen and (min-width: 768px) {
  .page-template-template-work-single #artist_main, .page-template-template-work-single #artist_main_holder, .page-template-template-work-single .artist_main_bg, .page-template-template-work-single .artist_main_link, .page-template-template-work-single #artist_main_info {
    height: 440px; } }

@media only screen and (min-width: 1024px) {
  .page-template-template-work-single #artist_main, .page-template-template-work-single #artist_main_holder, .page-template-template-work-single .artist_main_bg, .page-template-template-work-single .artist_main_link, .page-template-template-work-single #artist_main_info {
    height: 625px; } }

@media only screen and (max-width: 1200px) and (min-width: 1001px) {
  #lightbox-features_temp .poster img {
    max-height: 300px; }
  #lightbox-features_temp .poster p {
    font-size: 12px; }
  #lightbox-features_temp #lightbox-features_temp .poster h3 {
    font-size: 21px; } }

@media only screen and (max-width: 1000px) {
  #lightbox-features_temp .poster {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #inst-popup-wrap[data-mode="float"] {
    width: 100% !important;
    top: 0 !important;
    overflow-y: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100%; }
    #inst-popup-wrap[data-mode="float"] #inst-popup-content {
      width: 70%;
      margin: 0 auto;
      max-width: 320px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      text-align: center; }
    #inst-popup-wrap[data-mode="float"] #inst-popup-close {
      display: block;
      opacity: 1 !important;
      font-size: 28px;
      color: #fff;
      top: 0;
      width: 15%;
      right: 10px;
      text-align: center;
      height: 60px;
      line-height: 60px;
      position: fixed;
      max-width: 70px; }
    #inst-popup-wrap[data-mode="float"] .lightbox_situational_content {
      padding: 0px; }
    #inst-popup-wrap[data-mode="float"] #lightbox-features_temp .poster {
      padding: 0; }
      #inst-popup-wrap[data-mode="float"] #lightbox-features_temp .poster img {
        max-height: 1000px; } }

@media (min-width: 660px) and (min-height: 450px) {
  #work_page .outer, #work-popup .outer {
    height: calc(100% - 90px); }
  #work_page .inner, #work-popup .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%; }
  #work_page .work_module, #work-popup .work_module {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: calc(50%);
    height: 50%; }
  #work-popup .outer {
    height: 100%; } }

@media (max-width: 659px), (max-height: 449px) {
  #work_page .outer, #work-popup .outer {
    height: calc(100% - 90px); }
  #work_page .inner, #work-popup .inner {
    width: 100%;
    height: 100%; }
  #work_page .work_module, #work-popup .work_module {
    height: 25%; }
  #work-popup .outer {
    height: 100%; } }

#nav-icon-holder.navigation_open:hover span, #nav-icon-holder:not(.navigation_hidden):hover span {
  background: #fff; }

#nav-icon-holder:hover span {
  background: #fed305; }

#navigation ul li a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em; }

#header.navigation_hidden {
  background: rgba(254, 211, 5, 0); }

#header.navigation_open {
  background: #fed305; }

.home_slide_text_content .project_artist {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  font-size: 30px; }
  @media only screen and (min-width: 1600px) {
    .home_slide_text_content .project_artist {
      padding-bottom: 25px; } }
  @media only screen and (max-width: 959px) {
    .home_slide_text_content .project_artist {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .home_slide_text_content .project_artist {
      padding-bottom: 13px; } }
  @media only screen and (max-width: 469px) {
    .home_slide_text_content .project_artist {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 1600px) {
    .home_slide_text_content .project_artist {
      font-size: 37.5px; } }
  @media only screen and (max-width: 959px) {
    .home_slide_text_content .project_artist {
      font-size: 25.5px; } }
  @media only screen and (max-width: 767px) {
    .home_slide_text_content .project_artist {
      font-size: 31.2px; } }
  @media only screen and (max-width: 469px) {
    .home_slide_text_content .project_artist {
      font-size: 24px; } }

.home_slide_text_content .project_director {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 24px; }
  @media only screen and (min-width: 1600px) {
    .home_slide_text_content .project_director {
      font-size: 30px; } }
  @media only screen and (max-width: 959px) {
    .home_slide_text_content .project_director {
      font-size: 20.4px; } }
  @media only screen and (max-width: 767px) {
    .home_slide_text_content .project_director {
      font-size: 28.86px; } }
  @media only screen and (max-width: 469px) {
    .home_slide_text_content .project_director {
      font-size: 22.2px; } }

.home_slide_text_content .project_director {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-top: 40px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 1600px) {
    .home_slide_text_content .project_director {
      padding-top: 50px; } }
  @media only screen and (max-width: 959px) {
    .home_slide_text_content .project_director {
      padding-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .home_slide_text_content .project_director {
      padding-top: 26px; } }
  @media only screen and (max-width: 469px) {
    .home_slide_text_content .project_director {
      padding-top: 20px; } }

.home_slide_text_content .project_song {
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 72px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 1600px) {
    .home_slide_text_content .project_song {
      font-size: 90px; } }
  @media only screen and (max-width: 959px) {
    .home_slide_text_content .project_song {
      font-size: 61.2px; } }
  @media only screen and (max-width: 767px) {
    .home_slide_text_content .project_song {
      font-size: 46.8px; } }
  @media only screen and (max-width: 469px) {
    .home_slide_text_content .project_song {
      font-size: 36px; } }

#director_name {
  font-size: 48px;
  line-height: 1; }
  @media only screen and (min-width: 1600px) {
    #director_name {
      font-size: 60px; } }
  @media only screen and (max-width: 959px) {
    #director_name {
      font-size: 40.8px; } }
  @media only screen and (max-width: 767px) {
    #director_name {
      font-size: 37.44px; } }
  @media only screen and (max-width: 469px) {
    #director_name {
      font-size: 28.8px; } }
  @media only screen and (min-width: 1024px) {
    #director_name {
      font-size: 48px; } }

#director_text a {
  font-size: 18px; }
  @media only screen and (min-width: 1600px) {
    #director_text a {
      font-size: 22.5px; } }
  @media only screen and (max-width: 959px) {
    #director_text a {
      font-size: 15.3px; } }
  @media only screen and (max-width: 767px) {
    #director_text a {
      font-size: 23.4px; } }
  @media only screen and (max-width: 469px) {
    #director_text a {
      font-size: 18px; } }
  @media only screen and (min-width: 1024px) {
    #director_text a {
      font-size: 18px; } }

#artist_main_info_content .project_song {
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 72px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 1600px) {
    #artist_main_info_content .project_song {
      font-size: 90px; } }
  @media only screen and (max-width: 959px) {
    #artist_main_info_content .project_song {
      font-size: 61.2px; } }
  @media only screen and (max-width: 767px) {
    #artist_main_info_content .project_song {
      font-size: 46.8px; } }
  @media only screen and (max-width: 469px) {
    #artist_main_info_content .project_song {
      font-size: 36px; } }

#artist_main_info_content .project_artist {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  font-size: 30px; }
  @media only screen and (min-width: 1600px) {
    #artist_main_info_content .project_artist {
      font-size: 37.5px; } }
  @media only screen and (max-width: 959px) {
    #artist_main_info_content .project_artist {
      font-size: 25.5px; } }
  @media only screen and (max-width: 767px) {
    #artist_main_info_content .project_artist {
      font-size: 31.2px; } }
  @media only screen and (max-width: 469px) {
    #artist_main_info_content .project_artist {
      font-size: 24px; } }

#project_holder_text_content .project_song {
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 72px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 1600px) {
    #project_holder_text_content .project_song {
      font-size: 90px; } }
  @media only screen and (max-width: 959px) {
    #project_holder_text_content .project_song {
      font-size: 61.2px; } }
  @media only screen and (max-width: 767px) {
    #project_holder_text_content .project_song {
      font-size: 46.8px; } }
  @media only screen and (max-width: 469px) {
    #project_holder_text_content .project_song {
      font-size: 36px; } }
  @media only screen and (min-width: 1024px) {
    #project_holder_text_content .project_song {
      font-size: 30px; } }

#project_holder_text_content .project_artist {
  font-family: 'Open Sans Condensed' !important;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 1600px) {
    #project_holder_text_content .project_artist {
      font-size: 37.5px; } }
  @media only screen and (max-width: 959px) {
    #project_holder_text_content .project_artist {
      font-size: 25.5px; } }
  @media only screen and (max-width: 767px) {
    #project_holder_text_content .project_artist {
      font-size: 31.2px; } }
  @media only screen and (max-width: 469px) {
    #project_holder_text_content .project_artist {
      font-size: 24px; } }
  @media only screen and (min-width: 1024px) {
    #project_holder_text_content .project_artist {
      font-size: 18px; } }

.page_content a.director_link {
  font-family: 'Passion One' !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
  opacity: .5;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media only screen and (min-width: 1600px) {
    .page_content a.director_link {
      font-size: 37.5px; } }
  @media only screen and (max-width: 959px) {
    .page_content a.director_link {
      font-size: 25.5px; } }
  @media only screen and (max-width: 767px) {
    .page_content a.director_link {
      font-size: 31.2px; } }
  @media only screen and (max-width: 469px) {
    .page_content a.director_link {
      font-size: 24px; } }
  @media only screen and (min-width: 1600px) {
    .page_content a.director_link {
      padding-top: 6.25px; } }
  @media only screen and (max-width: 959px) {
    .page_content a.director_link {
      padding-top: 3.75px; } }
  @media only screen and (max-width: 767px) {
    .page_content a.director_link {
      padding-top: 3.25px; } }
  @media only screen and (max-width: 469px) {
    .page_content a.director_link {
      padding-top: 2.5px; } }
  @media only screen and (min-width: 1600px) {
    .page_content a.director_link {
      padding-bottom: 6.25px; } }
  @media only screen and (max-width: 959px) {
    .page_content a.director_link {
      padding-bottom: 3.75px; } }
  @media only screen and (max-width: 767px) {
    .page_content a.director_link {
      padding-bottom: 3.25px; } }
  @media only screen and (max-width: 469px) {
    .page_content a.director_link {
      padding-bottom: 2.5px; } }
  .page_content a.director_link:hover {
    color: #fed305;
    opacity: 1; }

#splash_overlay {
  background-color: #fed305;
  background-image: url("/wp-content/themes/filmeszapatero/img/logo_black.svg"); }

.slideShow_btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-image: none !important;
  border-radius: 200px;
  font-size: 0;
  overflow: hidden;
  padding: 12px 17px;
  opacity: .25;
  -webkit-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out; }
  .slideShow_btn:hover {
    opacity: .5; }
  .slideShow_btn .arrow_wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .slideShow_btn#slideShow_prev {
    left: 60px; }
    .slideShow_btn#slideShow_prev:hover {
      opacity: 1; }
  .slideShow_btn#slideShow_next {
    right: 60px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .slideShow_btn#slideShow_next:hover {
      opacity: 1; }
  .slideShow_btn .arrow_head {
    width: 2px;
    height: 16px;
    background: #fff;
    position: relative;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .slideShow_btn .arrow_head.arrow_head_bottom {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      margin-top: -6px; }
  .slideShow_btn .arrow_body {
    width: 24px;
    display: block;
    background: #fff;
    height: 2px;
    margin-top: -14px;
    margin-left: -3px; }
  .slideShow_btn .arrow_body {
    display: none; }
  .slideShow_btn .arrow_head {
    width: 3px;
    height: 18px; }
  @media only screen and (max-width: 959px) {
    .slideShow_btn#slideShow_prev {
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85); }
    .slideShow_btn#slideShow_next {
      -webkit-transform: scale(0.85) rotate(180deg);
      -ms-transform: scale(0.85) rotate(180deg);
      transform: scale(0.85) rotate(180deg); } }
  @media only screen and (max-width: 767px) {
    .slideShow_btn#slideShow_prev {
      left: 2.5%;
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85); }
    .slideShow_btn#slideShow_next {
      right: 2.5%;
      -webkit-transform: scale(0.85) rotate(180deg);
      -ms-transform: scale(0.85) rotate(180deg);
      transform: scale(0.85) rotate(180deg); } }
  @media only screen and (max-width: 469px) {
    .slideShow_btn#slideShow_prev {
      -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
      transform: scale(0.65);
      left: 0; }
    .slideShow_btn#slideShow_next {
      -webkit-transform: scale(0.65) rotate(180deg);
      -ms-transform: scale(0.65) rotate(180deg);
      transform: scale(0.65) rotate(180deg);
      right: 0; } }

.posters {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: top;
  -ms-flex-pack: top;
  justify-content: top; }
  .posters .poster {
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    list-style: none;
    -webkit-box-flex: 1;
    position: relative;
    background-size: contain;
    max-width: 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    margin: 5% 5%;
    padding-left: 0px; }
    @media only screen and (max-width: 767px) {
      .posters .poster {
        max-width: 90%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
        flex: 1 0 90%; } }
    .posters .poster img {
      max-height: 560px;
      width: auto;
      padding-bottom: 30px; }
      @media only screen and (min-width: 1600px) {
        .posters .poster img {
          padding-bottom: 37.5px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster img {
          padding-bottom: 22.5px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster img {
          padding-bottom: 19.5px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster img {
          padding-bottom: 15px; } }
    .posters .poster .year {
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      font-size: 16px;
      font-family: 'Open Sans' !important;
      font-weight: 500;
      letter-spacing: 0.05em;
      color: #9c9c9c;
      opacity: .5; }
      @media only screen and (min-width: 1600px) {
        .posters .poster .year {
          font-size: 20px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster .year {
          font-size: 13.6px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster .year {
          font-size: 20.8px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster .year {
          font-size: 16px; } }
    .posters .poster h3 {
      color: #fff;
      margin: 0;
      font-family: 'Passion One' !important;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 30px;
      padding-top: 0px;
      padding-bottom: 12px; }
      @media only screen and (min-width: 1600px) {
        .posters .poster h3 {
          font-size: 37.5px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster h3 {
          font-size: 25.5px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster h3 {
          font-size: 31.2px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster h3 {
          font-size: 24px; } }
      @media only screen and (min-width: 1600px) {
        .posters .poster h3 {
          padding-top: 0px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster h3 {
          padding-top: 0px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster h3 {
          padding-top: 0px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster h3 {
          padding-top: 0px; } }
      @media only screen and (min-width: 1600px) {
        .posters .poster h3 {
          padding-bottom: 15px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster h3 {
          padding-bottom: 9px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster h3 {
          padding-bottom: 7.8px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster h3 {
          padding-bottom: 6px; } }
    .posters .poster p {
      color: #fed305;
      margin: 0;
      font-family: 'Open Sans Condensed' !important;
      font-weight: 600;
      font-size: 16px;
      padding-bottom: 6px; }
      @media only screen and (min-width: 1600px) {
        .posters .poster p {
          font-size: 20px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster p {
          font-size: 13.6px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster p {
          font-size: 20.8px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster p {
          font-size: 16px; } }
      @media only screen and (min-width: 1600px) {
        .posters .poster p {
          padding-bottom: 7.5px; } }
      @media only screen and (max-width: 959px) {
        .posters .poster p {
          padding-bottom: 4.5px; } }
      @media only screen and (max-width: 767px) {
        .posters .poster p {
          padding-bottom: 3.9px; } }
      @media only screen and (max-width: 469px) {
        .posters .poster p {
          padding-bottom: 3px; } }
      .posters .poster p br {
        line-height: 2; }
