/*
Theme Name: Marina Wijn
Author: Doeke Leeuwis
Author URI: http://amsdesign.nl/
Description: Custom theme created for Marina Wijn Casting
Version: 1.0
License: AMS Design
Text Domain: marina-wijn
*/
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  border: 0; }

p, a {
  font-family: 'PT Sans'; }

p {
  color: #444; }

h2 {
  font-size: 27px; }

.def-title {
  position: relative;
  font-family: 'PT Sans';
  font-weight: bold;
  padding-bottom: 12px;
  color: #111; }
  .def-title:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background-color: #111; }

nav {
  position: absolute;
  top: 27px;
  width: 100%;
  font-family: 'PT Sans';
  z-index: 100; }
  nav .container {
    padding: 8px 25px; }
  nav a {
    position: relative;
    color: #fff;
    font-weight: bold;
    padding-bottom: 6px; }
    nav a:hover, nav a:focus {
      color: #fff; }
  nav .logo {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px; }
  nav ul {
    float: right;
    list-style: none;
    padding: 0; }
    nav ul li {
      float: left;
      font-size: 18px;
      margin: 3px 0 0 35px;
      letter-spacing: 1px; }
      @media (min-width: 768px) {
        nav ul li a:after {
          position: absolute;
          -webkit-transition: .3s;
                  transition: .3s;
          content: '';
          width: 0;
          left: 50%;
          bottom: 0;
          height: 3px;
          background: #fff; }
        nav ul li a:hover:after, nav ul li a.active:after {
          width: 100%;
          left: 0; } }
    @media (max-width: 767px) {
      nav ul {
        padding: 15px 0 10px;
        float: none;
        width: 100%;
        background-color: #000; }
        nav ul li {
          float: none;
          width: 100%;
          border-top: 1px #555 solid;
          margin: 0;
          padding: 10px 0; }
          nav ul li:last-of-type {
            border-bottom: 1px #555 solid; } }
  @media (min-width: 768px) {
    nav ul {
      display: block !important; }
    nav.single {
      position: relative;
      top: 0;
      background-color: #fff;
      padding: 35px 0 30px; }
      nav.single a {
        color: #111; }
        nav.single a:after {
          background-color: #111; } }
  @media (max-width: 767px) {
    nav {
      position: fixed;
      top: 0;
      background-color: #000; }
      nav .logo {
        font-size: 27px; }
      nav ul {
        display: none; } }

#toggle-menu {
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer; }

#front-page-spacer {
  height: 100%;
  min-height: 450px; }
  #front-page-spacer.work-page {
    height: 60%;
    min-height: 300px; }

#front-page {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-color: #ccc;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  font-family: 'PT Sans';
  text-align: center;
  color: #fff;
  z-index: 0; }
  @media (max-width: 767px) {
    #front-page {
      background-attachment: scroll; } }
  #front-page .title, #front-page .more {
    position: absolute;
    width: 100%;
    left: 0; }
  #front-page .title {
    top: 50%;
    padding: 0 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #front-page .title h1 {
      position: relative;
      font-weight: bold;
      font-size: 37px;
      max-width: 800px;
      margin: 0 auto 15px;
      padding-bottom: 15px; }
      #front-page .title h1:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 50px;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
        background-color: #fff; }
    #front-page .title h2 {
      font-size: 28px;
      max-width: 800px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #front-page .title h2 {
          font-size: 22px; } }
  #front-page .more {
    bottom: 70px; }
    #front-page .more a {
      color: #fff;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: bold;
      padding: 10px;
      border: 2px solid #fff;
      -webkit-transition: .3s;
              transition: .3s; }
      #front-page .more a:hover {
        background-color: #fff;
        color: #111; }
  #front-page.work-page {
    height: 60%;
    min-height: 300px;
    background-position: 50% 15%; }
    #front-page.work-page h1 {
      margin-top: 15px; }
    #front-page.work-page .darken {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4); }

#main {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0; }
  #main .spacer {
    height: 75px;
    background-color: #eee; }

#work {
  padding: 30px 25px 50px;
  text-align: center; }
  @media (max-width: 767px) {
    #work {
      padding-bottom: 0; } }
  #work .row {
    margin: 0 -25px; }
    #work .row.grid {
      margin: -10px -20px 10px; }
  #work .item {
    padding: 0 25px;
    margin-top: 30px; }
    @media (min-width: 992px) {
      #work .item:first-of-type {
        text-align: left; }
        #work .item:first-of-type .def-title:after {
          left: 0;
          margin: 0; }
      #work .item:last-of-type {
        text-align: right; }
        #work .item:last-of-type .def-title:after {
          left: auto;
          right: 0;
          margin: 0; } }
    #work .item .image {
      position: relative;
      display: block;
      padding-bottom: 75%;
      background-color: #ccc;
      background-size: cover;
      background-position: center center; }
      #work .item .image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: .3s;
                transition: .3s; }
      #work .item .image:hover:after {
        opacity: .5; }
    #work .item .text {
      margin-top: 30px;
      padding: 0 40px; }
    @media (max-width: 991px) {
      #work .item .image,
      #work .item .text {
        height: 250px;
        padding: 0 25px; }
      #work .item .text {
        padding-left: 50px; } }
    @media (max-width: 767px) {
      #work .item .image {
        height: 300px; }
      #work .item .text {
        height: auto;
        padding: 0 25px;
        margin-bottom: 50px; } }
    #work .item .more {
      margin-top: 10px;
      display: inline-block;
      font-weight: bold;
      padding: 4px 16px 2px;
      color: #111;
      border: 2px solid #111;
      -webkit-transition: .3s;
              transition: .3s; }
      #work .item .more:hover {
        color: #fff;
        background-color: #111; }
  #work .grid .item {
    margin-top: 40px;
    padding: 0 20px;
    text-align: center; }
  #work .grid .image {
    padding-bottom: 140%;
    border: 1px solid #ccc; }
  @media (max-width: 767px) {
    #work .grid {
      padding-bottom: 30px; }
      #work .grid .item {
        margin-top: 20px;
        padding: 0 10px; } }
  #work .text {
    max-width: 520px;
    margin: 25px auto 10px;
    padding: 0 10px;
    font-size: 16px; }

#single .video {
  background-color: #000;
  height: 500px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #single .video {
      height: 330px;
      margin-top: 80px; } }
  #single .video .container {
    height: 100%; }
#single iframe {
  border: 0; }

#about {
  position: relative;
  text-align: center;
  padding-bottom: 60px; }
  #about .image {
    position: relative;
    height: 450px;
    margin-bottom: 50px; }
    #about .image .left, #about .image .right {
      height: 100%;
      background-size: auto 100%;
      background-repeat: repeat-x; }
    #about .image .left {
      background-image: url(/wp-content/uploads/2022/10/marina-left.png); }
    #about .image .right {
      background-image: url(/wp-content/uploads/2022/10/marina-right.png); }
    #about .image .center {
      position: absolute;
      height: 100%;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/wp-content/uploads/2022/10/marina-new.jpg); }
      @media (max-width: 767px) {
        #about .image .center {
          background-size: cover; } }
  #about .text {
    max-width: 520px;
    margin: 25px auto 10px;
    padding: 0 10px; }
  #about p {
    font-size: 15px; }
  #about a.imdb {
    margin-top: 20px;
    display: inline-block;
    height: 24px;
    width: 50px;
    background-image: url(images/imdb.png);
    background-size: contain;
    background-repeat: no-repeat; }
  #about .crew {
    margin-top: 25px; }

#disclaimer {
  padding: 50px 15px 40px;
  background-color: #f5f5f5;
  text-align: center; }
  #disclaimer a {
    font-weight: bold;
    color: #666; }
    #disclaimer a:hover, #disclaimer a:focus {
      color: #111; }
  #disclaimer p {
    font-size: 15px;
    color: #999; }
  #disclaimer ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-bottom: 18px; }
    #disclaimer ul li {
      float: left;
      font-size: 15px;
      padding: 0 13px;
      letter-spacing: 1px; }
      #disclaimer ul li:not(:last-of-type) {
        border-right: 2px solid #666; }
