@font-face {
  font-family: 'Graphik-Light';
  src: url('/wp-content/themes/WMA Studios/fonts/Graphik-Light.ttf');
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url('/wp-content/themes/WMA Studios/fonts/Graphik-Regular.ttf');
}

@font-face {
  font-family: 'Graphik-Semibold';
  src: url('/wp-content/themes/WMA Studios/fonts/Graphik-Semibold.ttf');
}

/* General */

.form-success, .form-error {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.overlay-hidden {
  overflow: hidden;
}

p {
  font-family: 'Graphik-Regular';
  font-size: 1em;
}


h1 {
  font-family: 'Graphik-Semibold';
}

h1 span {
  border-bottom: 4px solid #000;
}

h2 {
  font-family: 'Graphik-Semibold';
  font-size: 2.75em;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  margin-bottom: 48px;
}

h3 {
  font-family: 'Graphik-Semibold';
  font-size: 1.5em;
   margin-bottom: 48px;
}

.title h2 {
  border-bottom: 0;
  margin-bottom: 0;
}

.title {
  width: 70%;
  border-bottom: 2px solid #000;
}

.text-right .title {
  float: right;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.email-link {
  text-decoration: none;
  color: #000;
}

a.email-link:hover {
  opacity: 0.75;
}

section.footer,
section.footer .copyright,
section.footer .part-of {
  color: #727272;
  font-family: 'Graphik-Semibold';
  font-size: 0.9em;
}

section.footer .part-of a img {
  width: 75px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section.footer .part-of a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


section.footer ul {
  list-style: none;
}

section.footer ul li {
  display: inline-block;
  margin: 0 12px;
}

section.footer ul li a {
  text-decoration: underline;
  color: #727272;
  font-family: 'Graphik-Semibold';
  font-size: 0.9em;
}

section.under-nav {
  padding-top: 119px;
}

.page-content {
  /*margin-top: 48px;*/
}

section.page-content {
  padding: 48px 0;
  z-index: 20;
  background-color: #FFF;
}

section.page-content.under-nav {
  padding: 119px 0 48px 0;
}

section.page-content h1 {
  margin-bottom: 48px;
}

/* Navbar */

.navbar {
  width: 80%;
  margin: 0 auto;
  padding: 24px 0;
  position: absolute;
  z-index: 999;
  left: 10%;
}

.black-nav.navbar {
  width: 100%;
  left: 0;
  padding: 24px 10%;
  background-color: #FFF;
}

.navbar-brand img {
  width: 220px;
}

.navbar-nav .nav-item {
  margin: 0 12px;
}

.navbar-nav .nav-item .nav-link {
  color: #FFF;
  font-size: 1vw;
  opacity: 0.6;
  text-transform: uppercase;
  font-family: 'Graphik-Light';
}

.navbar-nav .nav-item.active .nav-link {
  font-family: 'Graphik-Semibold';
  color: #FFF;
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
  opacity: 1;
  color: #FFF;
}

.black-nav.navbar-light .navbar-nav .nav-link:focus, 
.black-nav.navbar-light .navbar-nav .nav-link:hover,
.black-nav .navbar-nav .nav-item .nav-link,
.black-nav .navbar-nav .nav-item.active .nav-link {
  color: #000;
}

.hamburger,
.hamburger-box {
  width: 30px;
}

.hamburger {
  z-index: 20;
}

.black-nav .hamburger-inner, 
.black-nav .hamburger-inner::before, 
.black-nav .hamburger-inner::after {
  background-color: #000;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  background-color: #FFF;
}

.hamburger:focus,
.hamburger-box:focus {
  outline: none;
}

.hamburger, .hamburger:hover {
  padding: 0;
}

.instagram-icon img {
  width: 36px;
  margin-top: 6px;
}

.fs-links {
  display: none;
  list-style: none;
  margin-top: 30%;
}

.fs-links li {
  margin: 6px 12px;
}

.fs-links li a {
  font-family: 'Graphik-Semibold';
  font-size: 12px;
  color: #727272;
  text-decoration: underline;
}

/* Sections */

section.content, 
section.showcase,
section.instagram,
section.contact {
  padding-top: 48px;
}

section.footer {
  padding: 48px 0;
}

.content-section,
section.offering {
  padding: 48px 0;
}

.content-section:nth-child(even) .title {
  float: right;
}

/* Header */

.full-header {
  height: 100vh;
  min-height: 1000px;
}

.home-hero-slider {
  height: 100%;
  min-height: 1000px;
}

.home-hero-slider.mobile,
.photography-hero-slider.mobile {
    display: none;
}

.home-hero-slider .slide .bg-image,
.photography-hero-slider .slide .bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 1000px;
}

.photography-hero-slider .slide .bg-image {
  min-height: 500px;
  height: 90vh;
}

.home-hero-slider .meta,
.photography-hero-slider .slide .meta {
  position: absolute;
  bottom: 15%;
  right: 15%;
  color: #FFF;
  text-align: right;
  z-index: 10;
}

.photography-hero-slider .slide img {
  height: 100%;
  max-width: 100%;
  width: auto;
}

.photography-hero-slider .slick-slide div {
  text-align: center;
  margin: 0 auto;
}

.photography-hero-slider .slide {
  position: relative;
  height: 850px;
  width: auto !important;
  margin: 0 auto;
}

.photography-hero-slider .slide .meta {
  bottom: 24px;
  right: 6%;
}

.home-hero-slider .meta h3,
.photography-hero-slider .slide .meta h3 {
  font-family: 'Graphik-Semibold';
  font-size: 30px;
  width: 300px;
  margin-left: auto;
  margin-bottom: 0;
}

.home-hero-slider .meta p,
.photography-hero-slider .slide .meta p {
  font-family: 'Graphik-Light';
  font-style: italic;
  font-size: 15px;
}

.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.27);
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 1000px;
}

.strapline {
  font-family: 'Graphik-Semibold';
  color: #FFF;
  position: absolute;
  top: 35%;
  left: 10%;
  width: 80%;
}

.strapline h1 {
  font-size: 12vw;
  line-height: 1em;
} 

.strapline h1 span {
  border-bottom: 10px solid #FFF;
}

.locations-positioning-container {
  position: absolute;
  top: 45%;
  right: 0;
  transform: rotate(90deg);
}

.locations-container {
  position: relative;
  width: 100%;
}

.locations {
  position: absolute;
  display: inline-block;
  width: 100vh;
  top: 24px;
  left: -364px;
  min-width: 1000px;
}

.locations h6 {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Graphik-Semibold';
  color: #FFF;
  font-size: 1em;
  margin: 0 12px;
}

.bleed-lines div {
  background-color: rgb(255, 255, 255, 0.42);
  position: absolute;
  height: 50px;
  width: 2px;
}

.bleed-lines div:after {
  background-color: rgb(255, 255, 255, 0.42);
  content: "";
  height: 2px;
  left: -24px;
  position: absolute;
  top: 24px;
  width: 50px;
}

.bleed-lines .one {
  top: 24px;
  left: 48px;
}

.bleed-lines .two {
  top: 24px;
  right: 48px;
}

.bleed-lines .three {
  bottom: 24px;
  left: 48px;
}

.bleed-lines .four {
  bottom: 24px;
  right: 48px;
}

/* Homepage */

.showcase-slider .bg-image {
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.showcase-slider .slide {
  padding: 6px;
}

.showcase-slider .overlay {
  height: 100%;
  opacity: 0;
  min-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showcase-slider a.slide {
  text-decoration: none;
}

.showcase-slider a.slide:hover .overlay { 
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showcase-slider .overlay .info {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.showcase-slider .overlay h4 {
  color: #FFF;
  font-size: 1em;
  font-family: 'Graphik-Semibold';
  margin-bottom: 0;
}

.showcase-slider .overlay p {
  color: #FFF;
  font-size: 0.75em;
  font-family: 'Graphik-Light';
  font-style: italic;
  margin-bottom: 0;
}

.slick-prev:before, 
.slick-next:before {
  color: #000;
}

.photography-hero-slider .slick-prev {
  left: -48px;
  width: 40px;
  height: 40px;
}

.photography-hero-slider .slick-next {
  right: -48px;
  width: 40px;
  height: 40px;
}

.overview-image {
  height: 300px;
}

.overview-image a {
  height: 100%;
  width: 100%;
  display: flex;
}

.ekko-lightbox .modal-body {
  padding: 48px;
  background-color: #FFF;
}

.ekko-lightbox .modal-footer {
  border-top: 0;
  color: #FFF;
  display: block;
  text-align: right;
}

.ekko-lightbox .modal-footer a {
  color: #FFF;
  text-decoration: underline;
  font-style: italic;
}

.ekko-lightbox .modal-footer h3, 
.ekko-lightbox .modal-footer p {
  text-align: right;
}

/*.ekko-lightbox img {
  padding: 48px;
  background-color: #FFF;
}*/

.ekko-lightbox-nav-overlay a {
  opacity: 1;
  left: -100px;
  position: absolute;
  top: 48%;
}

.ekko-lightbox-nav-overlay a:last-child {
  right: -100px;
}

.ekko-lightbox-nav-overlay a {

}

.modal-content {
  background-color: transparent;
  border: none;
}

.overview-image a img {
  max-height: 80%;
  max-width: 80%;
  margin: auto;
}

.insta-feed a {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  position: relative;
}

.intro-content p {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 24px 0;
}

.insta-feed a:hover .ig-overlay {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.insta-feed .photo-container {
  padding: 6px;
}

.insta-feed a .ig-overlay {
  position: absolute;
  top: 0;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  color: #FFF;
  font-family: 'Graphik-Light';
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.insta-feed a .ig-overlay h6 {
  margin-bottom: 0;
  align-self: center;
  margin: 0 auto;
}

.insta-cta {
  margin-top: 24px;
}

.insta-cta a {
  text-decoration: none;
  font-family: 'Graphik-Semibold';
  color: #000;
  font-size: 22px;
}

.insta-cta a:hover { 
  opacity: 0.5;
}

.insta-cta img {
  width: 48px;
  margin-right: 12px;
}

.offering .offering-tile {
  padding: 6px;
}

.offering .bg-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.offering .overlay {
  position: absolute;
  background-color: transparent;
  min-height: 0px;
  margin: 0 auto;
  height: unset;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.see-more {
  background-color: #000;
  color: #FFF;
  font-family: 'Graphik-Semibold';
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #000;
  text-decoration: none;
}

a.see-more:hover {
  opacity: 0.75;
}

.offering .offering-tile .info {
  width: 100%;
  align-self: center;
}

.offering .offering-tile a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.offering .offering-tile .info h3 {
  margin-bottom: 0;
  color: #FFF;
}

.offering .offering-tile .info p {
  padding: 0 24px;
}

/* Slick */

.slick-prev:before, .slick-next:before { 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px; 
  line-height: 1; 
  opacity: 0.75; 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.slick-prev:before { 
  content: "\f053"; 
}

[dir="rtl"] .slick-prev:before { 
  content: "\f054"; 
}

[dir="rtl"] .slick-next { 
  left: -10px; top: 70px; right: auto; 
}

.slick-next:before { 
  content: "\f054"; 
}

[dir="rtl"] .slick-next:before { 
  content: "\f053"; 
}   

.slick-dots {
  bottom: 64px;
}

.home-hero-slider .slick-dots li {
  margin: 0 12px;
}

.slick-dots li button:before {
  width: 28px;
  height: 28px;
  padding: 4px;
}

.slick-dots li button:before, 
.slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: 1;
  font-size: 18px;
}

.showcase-slider .slick-dots li button:before, 
.showcase-slider .slick-dots li.slick-active button:before {
  color: #000;
  padding: 0;
}

.showcase-slider .slick-dots li.slick-active button:before {
  border: 1px solid #000;
}

.slick-dots li.slick-active button:before {
  border: 1px solid #FFF;
  border-radius: 50%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  background-color: #F8F8F8;
  border: 0;
  padding: 12px;
  /*border-radius: 20px;*/
  margin-bottom: 24px;
  font-family: 'Graphik-Regular';
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.7);
  /*-webkit-box-shadow: 24px 24px 48px -18px rgba(0,0,0,0.7);*/
  /*-moz-box-shadow: 24px 24px 48px -18px rgba(0,0,0,0.7);*/
  /*box-shadow: 24px 24px 48px -18px rgba(0,0,0,0.7);*/
}

.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
}

.contact-form input[type="submit"] {
  background-color: #000;
  color: #FFF;
  width: auto;
  padding: 12px 24px;
  float: right;
  font-family: 'Graphik-Semibold';
  font-size: 1.2em;
  border: 1px solid #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-form input[type="submit"]:hover {
  background-color: #FFF;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

::-webkit-input-placeholder { 
  font-family: 'Graphik-Regular';
  font-style: italic;
}
::-moz-placeholder { 
  font-family: 'Graphik-Regular';
  font-style: italic;
}
:-ms-input-placeholder { 
  font-family: 'Graphik-Regular';
  font-style: italic;
}
:-moz-placeholder {
  font-family: 'Graphik-Regular';
  font-style: italic;
}

.contact-form textarea {
  resize: none;
}

/* PHOTOGRAPHY PAGE */

.photography-nav h1,
.design-nav h1 {
  font-family: 'Graphik-Semibold';
  font-size: 3vw;
}

.photography-nav h1 span,
.design-nav h1 span {
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
}

.photography-nav h2, 
.design-nav h2 {
  font-family: 'Graphik-Semibold';
  font-size: 1.5vw;
  border-bottom: 0;
  margin: 48px 0;
}

.design-nav ul,
.photography-nav ul {
  list-style: none;
}

.design-nav ul li,
.photography-nav ul li {
  margin: 24px 0;
}

.photography-nav ul li a,
.design-nav ul li a {
  color: #000;
  text-decoration: none;
  font-family: 'Graphik-Regular';
  display: block;
  width: 100%;
}

.photography-nav ul li a span {
  position: absolute;
  right: 0;
  font-family: 'Graphik-Semibold';
}

.photographer .profile img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.profile a {
  color: #000;
  text-decoration: underline;
}

.photographer .profile h1 {
  font-family: 'Graphik-Semibold';
  font-size: 2em;
  margin: 48px 0;
}

.photographer .profile h1 span {
  border-bottom: 4px solid #000;
  padding-bottom: 12px;
} 

.photographer .grid:after {
  content: '';
  display: block;
  clear: both;
}

.photographer .grid-sizer,
.photographer .grid-item {
  width: 50%;
  /*margin: 6px;*/
}

.photographer .grid-item {
  float: left;
  position: relative;
}

.photographer .grid-item a .overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.photographer .grid-item a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.photographer .grid-item .overlay {
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  margin-left: 6px;
  margin-top: 6px;
  min-height: 0;
  display: flex;
}

.photographer .grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 6px;
}

.photographer .grid-item:first-child {
  /*width: 100%;*/
}

.category-meta {
  width: 100%;
  text-align: center;
  align-self: center;
}

.category-meta h2 {
  margin-bottom: 0;
  font-size: 20px;
  border-bottom: none;
  color: #FFF;
}

.back-arrow a i {
  font-size: 36px;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.back-arrow a:hover i {
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.image-gallery-modal .modal-content {
  color: #FFF;
  background-color: transparent;
  border: none;
}

.image-gallery-modal .modal-header {
  border-bottom: none;
}

.image-gallery-modal .modal-footer {
  border-top: none;
}

.image-gallery-modal .image-slider {

}

.image-gallery-modal .image-slider .slick-list {
  max-height: 100%;
}

.image-gallery-modal .image-slider img {
  height: 100%;
  max-height: 630px;
  width: auto !important;
  margin: 0 auto;
  padding: 48px;
  background-color: #FFF;
}

.image-gallery-modal .gallery-select a img,
.ekko-lightbox .gallery-select a img {
  background-color: transparent;
  height: 24px;
  display: block;
  padding: 0;
  width: 24px !important;
  margin: 0 0 0 auto;
}

.image-gallery-modal .meta {
  margin-top: 24px;
}

.image-gallery-modal .close {
  opacity: 1;
  color: #FFF;
  font-size: 48px;
  text-shadow: none;
}

.grid-gallery .close {
  color: #000;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.image-gallery-modal .close:focus {
  outline: none;
}

.grid-gallery .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: unset;
  min-height: 100%;
  padding: 48px;
  background-color: #FFF;
}

.wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

.wrap-modal-slider {
  text-align: right;
}

.wrap-modal-slider h3 {
  margin-bottom: 0;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.image-gallery-modal h5 {
  text-align: center;
  width: 100%;
  color: #FFF;
  font-family: 'Graphik-Semibold';
}

.grid-gallery h5 {
  color: #000;
}

.image-gallery-modal .modal-header {
  padding: 0
}

.image-gallery-modal .image-slider .slick-prev:before, 
.image-gallery-modal .image-slider .slick-next:before {
  color: #FFF;
}

.projects .videos {
  margin-bottom: 24px;
}

/* DESIGN & DEV */

.projects .bg-image,
.project .bg-image {
  background-size: cover;
  background-position: center;
  display: flex;
  height: 300px;
}

.projects a, .projects a:hover {
  text-decoration: none;
}

.projects .bg-image h2 {
  margin-bottom: 0;
  align-self: center;
  width: 100%;
  color: #FFF;
  border-bottom: none;
  font-size: 20px;
}

.projects .project,
.grid-images .image img {
  margin: 6px;
}

.project.full-width-images img,
.project.grid-images img {
  width: 100%;
  padding: 6px;
  margin: 0;
}

.full-width-images .image {
  margin-bottom: 24px;
}

.videos .video {
  margin-bottom: 48px;
}

.profile h1 {
  margin-bottom: 48px;
}

.category-listing a {
  display: block;
  margin-right: 6px;
  height: 300px;
}

.category-listing {
  margin-top: 36px;
}

.category-listing .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.category-listing a .overlay {
  height: 100%;
  min-height: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.category-listing a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.category-listing .overlay h3 {
  margin: 0 auto;
  width: 100%;
  height: auto;
  align-self: center;
  color: #FFF;
}

/* MOTION */

.motion-intro h1 {
  margin-bottom: 48px;
}

.projects h3 {
  margin: 24px auto 12px auto;
}

.projects p {
  margin-bottom: 24px;
  padding: 0 48px;
}

.project .bg-image,
.showcase .project .bg-image {
  height: 300px;
}

.projects.motion .bg-image {
  height: 300px;
}

.showcase .project .bg-image {
  margin: 6px;
  position: relative;
}

.showcase .projects .overlay {
  display: flex;
  height: 100%;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showcase .projects a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showcase .projects .bg-image h2 {
  align-self: center;
  font-size: 22px;
}

.showcase .project {
  padding: 0;
}

.projects.motion .bg-image h2 {
  position: absolute;
  bottom: 24px;
  right: 36px;
  font-size: 22px;
}

/* PRODUCTION */

.full-header.image,
.full-header.video {
  height: 70vh;
  min-height: 0;
}

.full-header.video video {
  position: absolute;
  left: 50%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-1%);
  -moz-transform: translateX(-50%) translateY(-1%);
  -webkit-transform: translateX(-50%) translateY(-1%);
  transform: translateX(-50%) translateY(-1%);
  background-size: cover;
}

.full-header.image.about {
  height: 50vh;
}

.talent img, 
.brand img {
  width: 100%;
  padding: 6px;
}

.full-header .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.team img {
  width: 100%;
}

.project a {
  color: #FFF;
  margin: 12px;
}

.project a:hover {
  opacity: 0.75;
}

.project .overlay {
  height: 300px;
  min-height: 0;
  display: flex;
  width: calc(100% - 24px);
  top: 12px;
}

.project .overlay .info {
  align-self: center;
  width: 100%;
  text-align: center;
}

.project .overlay .info h3 {
  margin-bottom: 0;
}

/* CONTACT */

.page-content.contact,
.page-content.showcase {
  margin-top: 0;
}

.contact .image img {
  width: 100%;
}

.contact-locations h2 {
  font-size: 22px;
  border-bottom: none;
  margin-bottom: 24px;
}

.contact-locations h2 span {
  border-bottom: 4px solid #000;
  width: 59%;
  display: block;
  padding-bottom: 12px;
}

.contact-form-container {
  overflow: hidden;
  display: flex;
}

.contact-form {
  z-index: 10;
  position: relative;
  position: relative;
  width: 80%;
  margin: 72px auto 48px auto;
}

.contact-form-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* SHOWCASE */
.showcase-project .image img {
  width: 100%;
  padding: 48px 12px 48px 48px;
}

.showcase-project:nth-child(even) .image img {
  padding: 48px 48px 48px 12px;
}

.showcase-project a.text-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 48px 0;
  color: #000;
}

.showcase-project .text-section h2 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.showcase-project .text-section h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding-bottom: 0;
}

.showcase-project .text-section h4 {
  font-style: italic;
  font-family: 'Graphik-Semibold';
  font-size: 4vw;
  margin-bottom: 0;
  padding-bottom: 0;
}

.showcase-project .text-section h5 {
  font-family: 'Graphik-Semibold';
  font-size: 1.5em;
}

.showcase-project .text-section h6 {
  font-family: 'Graphik-Semibold';
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1210px) {
  .strapline h1 {
    font-size: 144px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    margin: 0 6px;
  }
}

@media (min-width: 1460px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  .photography-nav h1 {
    font-size: 3em;
  }
  .design-nav h1 {
    font-size: 2em;
  }
}

@media (max-width: 1200px) {
  .sm-hidden {
    visibility: hidden;
  }
  #mainMenu {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  ul.navbar-nav {
    width: 50%;
    height: 100%;
    background-color: #FFF;
    text-align: right;
    padding-top: 15%;
    padding-bottom: 15%;
    padding-right: 5%;
  }
  .navbar-nav .nav-item .nav-link,
  .navbar-nav .nav-item.active .nav-link {
    color: #000;
    font-size: 18px;
  }
  .navbar-light .navbar-nav .nav-link:focus, 
  .navbar-light .navbar-nav .nav-link:hover {
    opacity: 1;
    color: #000;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.collapsing {
    height: 100% !important;
    margin-right: 50%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-collapse.show {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease, background-color 1s linear 0.5s;
    -ms-transition: all 0.3s ease, background-color 1s linear 0.5s;
    transition: all 0.3s ease, background-color 1s linear 0.5s;
  }
  .title {
    width: 100%;
  }
  .fs-links {
    display: block;
  }
  .offering .overlay {
    bottom: -24px;
  }
  .offering .offering-tile {
    margin-bottom: 36px;
  }
}

@media only screen 
and (max-width : 1200px) 
and (orientation : landscape) {  
  ul.navbar-nav {
    right: 0;
    height: 100vh;
    display: block;
    overflow-y: auto;
    max-height: 1000px;
  }
  .navbar-collapse.show {
    height: 100vh !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    left: 0;
  }
  .navbar-brand {
    margin-left: 5%;
  }
  .hamburger {
    margin-right: 5%;
  }
  .bleed-lines div {
    height: 25px;
    width: 2px;
  }
  .bleed-lines div:after {
    height: 2px;
    width: 25px;
    left: -12px;
    top: 11px;
  }
  .bleed-lines .one,
  .bleed-lines .two {
    display: none;
  }
  .bleed-lines .three {
    bottom: 12px;
    left: 24px;
  }
  .bleed-lines .four {
    bottom: 12px;
    right: 24px;
  }
  .insta-feed .photo-container:last-child {
    display: none;
  }
}

@media (max-width: 575px) {
  .photographer .grid-sizer,
  .photographer .grid-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .photographer .grid-sizer,
  .photographer .grid-item {
    width: 50%;
  }
}

@media (max-width: 768px)
and (orientation: portrait) {
  .home-hero-slider.desktop,
  .photography-hero-slider.desktop {
    display: none;
  }
  .home-hero-slider.mobile,
  .photography-hero-slider.mobile {
    display: block;
  }
  .photography-hero-slider .slide {
    position: relative;
    height: 100%;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  h2, .title h2 {
    font-size: 2em;
    margin-bottom: 24px;
    border-bottom: 0;
  }
  .title {
    border-bottom: 0;
    width: 100%;
  }
  section.footer .part-of  {
    margin-bottom: 24px;
  }
  .insta-cta {
    font-size: 18px;
  }
  .insta-cta img { 
    width: 36px;
  }
}

@media (max-width: 568px) {
  .projects.motion .bg-image h2 {
    font-size: 14px;
  }
  h3 {
    font-size: 1.2em;
  }
  .strapline h1 span {
    border-bottom: 4px solid #FFF;
  }
  .slick-dots {
    bottom: 48px;
  }
  .home-hero-slider .slick-dots li {
    display: block;
    margin: 12px;
  }
  .slick-dots li button:before, 
  .slick-dots li.slick-active button:before {
    font-size: 16px;
  }
  .showcase-slider.slick-dotted.slick-slider {
    margin-bottom: 24px;
  }
  .showcase-slider .slick-dots {
    bottom: -24px;
  }
  .slick-dots li button:before {
    height: 20px;
    width: 20px;
    padding: 0;
  }
  .content-section {
    padding: 0;
    padding-bottom: 24px;
  }
  .content-section:last-child {
    padding-bottom: 0;
  }
  .full-header, 
  .home-hero-slider, 
  .home-hero-slider .slide .bg-image, 
  .overlay {
    min-height: 600px;
  }
  .locations-positioning-container {
    display: none;
  }
  ul.navbar-nav {
    padding-top: 20%;
  }
  .navbar-nav .nav-item .nav-link, 
  .navbar-nav .nav-item.active .nav-link {
    font-size: 16px;
    padding: 6px 0;
  }
  .photography-nav h2,
  .design-nav h2 {
    display: none;
  }
  section.under-nav {
    padding-top: 96px;
  }
  section.photographer.under-nav,
  section.design.under-nav {
    padding-top: 112px;
  }
  .photographer .grid-sizer, .photographer .grid-item {
    padding: 6px 0;
  }
  .photography-hero-slider .slide .meta {
    bottom: 64px;
  }
  .photography-nav h1, .design-nav h1 {
    font-size: 2em;
  }
  .projects .project, .grid-images .image img {
    padding: 6px 0;
  }
  .contact-locations h2 {
    font-size: 18px;
  }
  .projects.motion .bg-image, .project .bg-image {
    height: 300px;
  }
  .showcase-project .text-section h4 {
    font-size: 32px;
  }
  .showcase-project .text-section h3,
  .showcase-project .text-section h5 {
    font-size: 14px;
  }
  .showcase-project .text-section h6 {
    font-size: 10px;
  }
  .showcase-project .image img {
    padding: 48px 0 48px 48px;
  }
  .showcase-project:nth-child(even) .image img {
    padding: 48px 48px 48px 0;
  }
  .image-gallery-modal .image-slider img {
    max-height: unset;
    max-width: 80%;
    height: auto;
    padding: 24px;
  }
  .photographer .profile {
    margin-bottom: 48px;
  }
  .full-header.video {
    height: 50vh;
  }
}

@media not all 
and (min-resolution:.001dpcm) { 
  @media (orientation : portrait) {
    .slick-dots li button:before,
    .showcase-slider .slick-dots li button:before, 
    .showcase-slider .slick-dots li.slick-active button:before {
      padding: 1px;
    }
  }
}