/*!
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: ONYX Design
Author URI: http: //mysite.com/
Template: salient
Version: 1.0
*/
/**
 * _onyx_init.scss
 * Amazing Styles and Mixins by ONYX Design
 * 
 * ONYX DESIGN
 * onyxdesign.net
 *
 * @version 1.2
 * @updated 2018-02-27
 * 
 */
.d-b {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.d-ib {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.d-fb {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Margin, Border, Padding
 */
.p-0 {
  padding: 0; }

.b-0 {
  border: 0; }

.m-0 {
  margin: 0; }

.pbm-0 {
  padding: 0;
  border: 0;
  margin: 0; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.bx-0 {
  border-left: 0;
  border-right: 0; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.by-0 {
  border-top: 0;
  border-bottom: 0; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Filling parent element
 */
.fill-height {
  min-height: 100%;
  height: 100%; }

.fill-width {
  min-width: 100%;
  width: 100%; }

.fill-parent {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%; }

.fill-parent-abs {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%; }

.fill-parent-rel {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  position: relative; }

html.no-js #ajax-loading-screen {
  display: none !important; }

.ebk-purple,
.ebk-purple h1,
.ebk-purple h2,
.ebk-purple h3,
.ebk-purple p,
.ebk-purple div,
.ebk-purple span,
.ebk-purple * {
  color: #7d0ba3 !important; }

.ebk-pink,
.ebk-pink h1,
.ebk-pink h2,
.ebk-pink h3,
.ebk-pink p,
.ebk-pink div,
.ebk-pink span,
.ebk-pink * {
  color: #ca37ff !important; }

.ebk-blue,
.ebk-blue h1,
.ebk-blue h2,
.ebk-blue h3,
.ebk-blue p,
.ebk-blue div,
.ebk-blue span,
.ebk-blue * {
  color: #006f84 !important; }

.col.bg--top-left .column-image-bg,
.col.bg--left-top .column-image-bg {
  background-position: top left !important; }

.col.bg--top-center .column-image-bg,
.col.bg--center-top .column-image-bg {
  background-position: top center !important; }

.col.bg--top-right .column-image-bg,
.col.bg--right-top .column-image-bg {
  background-position: top right !important; }

.col.bg--center-left .column-image-bg,
.col.bg--left-center .column-image-bg {
  background-position: center left !important; }

.col.bg--center-center .column-image-bg,
.col.bg--center-center .column-image-bg {
  background-position: center center !important; }

.col.bg--center-right .column-image-bg,
.col.bg--right-center .column-image-bg {
  background-position: center right !important; }

.col.bg--bottom-left .column-image-bg,
.col.bg--left-bottom .column-image-bg {
  background-position: bottom left !important; }

.col.bg--bottom-center .column-image-bg,
.col.bg--center-bottom .column-image-bg {
  background-position: bottom center !important; }

.col.bg--bottom-right .column-image-bg,
.col.bg--right-bottom .column-image-bg {
  background-position: bottom right !important; }

h1,
h2 {
  color: #7d0ba3 !important; }

@media screen and (max-width: 1000px) {
  html body h1 {
    font-size: 35px !important;
    line-height: 35px !important; } }

#header-outer header#top > .container {
  padding-left: 4px; }

#header-outer .span_3 #logo {
  font-family: "Permanent Marker";
  letter-spacing: 0;
  font-size: 34px;
  opacity: 1;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  text-transform: uppercase;
  margin-left: 4px; }

body:not(.home) #header-outer:not(.small-nav) .span_3 #logo {
  color: #BBBBBB !important; }
  body:not(.home) #header-outer:not(.small-nav) .span_3 #logo:hover {
    color: #7d0ba3 !important; }

#header-outer.scrolled-down .span_3 #logo, #header-outer.small-nav .span_3 #logo {
  color: #7d0ba3 !important; }

#header-outer.scrolled-down.dark-slide header#top .span_3 #logo {
  color: #7d0ba3 !important; }

body.home #header-outer:not(.scrolled-down) .span_3 #logo, body.home #header-outer:not(.dark-slide) .span_3 #logo {
  opacity: 0 !important; }

body.material #header-outer header#top > .container > .row > .span_9.col_last > nav .slide-out-widget-area-toggle i.lines-button::after,
body.material #header-outer header#top > .container > .row > .span_9.col_last > nav .slide-out-widget-area-toggle i.lines::before,
body.material #header-outer header#top > .container > .row > .span_9.col_last > nav .slide-out-widget-area-toggle i.lines::after {
  background-color: #006f84 !important; }

#slide-out-widget-area + #slide-out-widget-area-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#slide-out-widget-area.open + #slide-out-widget-area-bg {
  width: 100%;
  height: 100%;
  opacity: 0.9; }

#ajax-loading-screen.loaded ~ #ajax-content-wrap .ebk-hero-col-left > .vc_column-inner > .wpb_wrapper {
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 4% center;
  -ms-transform-origin: 4% center;
  transform-origin: 4% center; }

.ebk-home-title h1 {
  color: #7d0ba3 !important; }

#ebk-home-hero > .row-bg-wrap {
  z-index: 2;
  opacity: 0.9; }

#ebk-home-hero .ebk-home-btn {
  background-color: transparent !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 32px;
  padding: 0 18px;
  line-height: 60px;
  height: 60px;
  margin-left: 5px; }
  #ebk-home-hero .ebk-home-btn span {
    color: rgba(0, 0, 0, 0.75); }
  #ebk-home-hero .ebk-home-btn:hover span {
    color: #7d0ba3; }
  #ebk-home-hero .ebk-home-btn.ebk-home-btn--contact {
    background-image: url("./img/EBK-tape_contact.png"); }
  #ebk-home-hero .ebk-home-btn.ebk-home-btn--photo {
    background-image: url("./img/EBK-tape_photo.png"); }
  #ebk-home-hero .ebk-home-btn.ebk-home-btn--film {
    background-image: url("./img/EBK-tape_film.png");
    padding: 0 28px; }
  #ebk-home-hero .ebk-home-btn.ebk-home-btn--about {
    background-image: url("./img/EBK-tape_about.png"); }

#ebk-home-hero .ebk-hero-col-left .img-with-aniamtion-wrap {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  #ebk-home-hero .ebk-hero-col-left .img-with-aniamtion-wrap:first-child {
    margin-left: 40px;
    margin-left: 4vh; }
  #ebk-home-hero .ebk-hero-col-left .img-with-aniamtion-wrap:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("./img/ebk-director-photographer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 500px;
    max-width: 60vh;
    height: 20px;
    top: 125%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 2s;
    transition: all 0.5s ease 2s; }
    #ajax-loading-screen.loaded ~ #ajax-content-wrap #ebk-home-hero .ebk-hero-col-left .img-with-aniamtion-wrap:nth-child(2):after {
      opacity: 1; }

#ebk-home-hero .ebk-home-tape-btn {
  max-height: 70px;
  height: 5vw;
  min-height: 60px;
  width: auto;
  padding-right: 10px !important;
  position: relative;
  -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg); }
  #ebk-home-hero .ebk-home-tape-btn:hover {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg); }

#ebk-home-hero .ebk-home-fly-logo {
  width: 80%;
  max-width: 500px; }
  @media screen and (max-width: 1000px) {
    #ebk-home-hero .ebk-home-fly-logo {
      bottom: 60px; } }

#ebk-home-hero .ebk-home-subtitle {
  color: rgba(255, 255, 255, 0.8); }

@media screen and (max-height: 780px) {
  #ebk-home-hero .nectar-button {
    display: none; } }

@media screen and (max-width: 780px) {
  #ebk-home-hero .ebk-hero-col-left .img-with-aniamtion-wrap {
    margin-left: 0 !important; }
    #ebk-home-hero .ebk-hero-col-left .img-with-aniamtion-wrap img {
      display: none; }
  #ebk-home-hero .ebk-hero-col-right {
    width: 100% !important; }
    #ebk-home-hero .ebk-hero-col-right .ebk-home-fly-logo {
      margin: 0 auto;
      position: relative;
      display: block;
      height: 200px;
      width: auto;
      max-height: 30vh; }
    #ebk-home-hero .ebk-hero-col-right .ebk-home-subtitle {
      position: absolute;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: block;
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      width: 75vh;
      max-width: 500px;
      text-align: right;
      font-size: 22px; } }

body.home form.wpcf7-form input.wpcf7-submit[type="submit"] {
  font-family: "Permanent Marker" !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 0.75em 1.5em !important;
  min-width: 145px !important;
  border: 5px solid #7d0ba3;
  line-height: 1 !important; }

.morphing-outline .inner {
  font-family: "Permanent Marker" !important;
  font-size: 40px;
  color: #009ab7;
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.5), 0px 0px 0.4em rgba(0, 0, 0, 0.5), 0px 0px 0.6em rgba(0, 0, 0, 0.5); }
  .morphing-outline .inner:after {
    background-color: rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 1000px) {
    .morphing-outline .inner {
      font-size: 24px; } }

.col .col:hover .morphing-outline .inner {
  color: #FFF !important;
  text-shadow: none; }
  .col .col:hover .morphing-outline .inner:after {
    background-color: #ca37ff; }

@media screen and (max-width: 1000px) {
  .ebk-photos-series-col h2 {
    margin-top: 40px; } }

.series-carousel-row .flickity-viewport {
  margin-top: 10px !important;
  margin-bottom: 40px !important; }

.series-carousel-row .flickity-arrows {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  padding: 0 20%;
  bottom: -70px; }
  .series-carousel-row .flickity-arrows .flickity-nav-left,
  .series-carousel-row .flickity-arrows .flickity-nav-right {
    opacity: 1 !important;
    cursor: pointer; }
    .series-carousel-row .flickity-arrows .flickity-nav-left:before,
    .series-carousel-row .flickity-arrows .flickity-nav-right:before {
      font-family: 'FontAwesome';
      font-size: 40px;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: relative;
      top: -40px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 1;
      color: #AAAAAA; }
    .series-carousel-row .flickity-arrows .flickity-nav-left:hover:before,
    .series-carousel-row .flickity-arrows .flickity-nav-right:hover:before {
      color: #222222; }
  .series-carousel-row .flickity-arrows .flickity-nav-left {
    float: left; }
    .series-carousel-row .flickity-arrows .flickity-nav-left:before {
      content: '\f104'; }
  .series-carousel-row .flickity-arrows .flickity-nav-right {
    float: right; }
    .series-carousel-row .flickity-arrows .flickity-nav-right:before {
      content: '\f105'; }

.series-carousel-row .flickity-page-dots {
  bottom: -30px !important; }

@media screen and (min-width: 1001px) {
  .series-carousel-row .vc_col-sm-4 {
    z-index: 1000;
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.75)), color-stop(rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0.25)), to(transparent)) !important;
    background: linear-gradient(to right, #fff 75%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.25), transparent) !important; }
  .series-carousel-row .flickity-viewport {
    overflow: visible !important;
    margin-top: 10px !important; } }

.ebk-photography-header-row {
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important; }

@media screen and (min-width: 1001px) {
  html body .page-submenu[data-sticky='true'] .mobile-only {
    display: none !important; } }

@media screen and (min-width: 1001px) {
  html body .page-submenu[data-sticky='true'] .portfolio-menu {
    margin-bottom: 2em !important;
    background-color: #FFF;
    padding-top: 10px;
    display: block !important; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu .icon-angle-down {
      display: inline-block;
      color: rgba(0, 0, 0, 0.75) !important;
      background-color: transparent !important;
      font-size: 18px;
      line-height: 22px;
      height: 18px;
      width: 12px;
      margin-left: 6px;
      margin-right: -6px; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu li {
      display: inline-block; }
      html body .page-submenu[data-sticky='true'] .portfolio-menu li > a {
        display: inline-block;
        font-family: "Permanent Marker";
        -webkit-transition: color, background-color 0.3s ease;
        transition: color, background-color 0.3s ease;
        color: #000000 !important;
        color: rgba(0, 0, 0, 0.75) !important;
        font-size: 22px;
        text-transform: lowercase;
        font-weight: 500;
        padding: 0 0.75em !important;
        margin: 0;
        line-height: 1 !important;
        opacity: 1 !important; }
      html body .page-submenu[data-sticky='true'] .portfolio-menu li > a.active,
      html body .page-submenu[data-sticky='true'] .portfolio-menu li > a:active {
        color: #7d0ba3 !important; }
      html body .page-submenu[data-sticky='true'] .portfolio-menu li > a:hover {
        color: #006f84 !important; }
        html body .page-submenu[data-sticky='true'] .portfolio-menu li > a:hover .icon-angle-down {
          color: #006f84 !important; }
      html body .page-submenu[data-sticky='true'] .portfolio-menu li.current-menu-item > a {
        opacity: 1 !important; }
        html body .page-submenu[data-sticky='true'] .portfolio-menu li.current-menu-item > a:not(:hover) {
          color: #7d0ba3 !important; }
          html body .page-submenu[data-sticky='true'] .portfolio-menu li.current-menu-item > a:not(:hover) .icon-angle-down {
            color: #7d0ba3 !important; }
        html body .page-submenu[data-sticky='true'] .portfolio-menu li.current-menu-item > a li:not(.current-menu-item) > a {
          color: #7d0ba3 !important; }
      html body .page-submenu[data-sticky='true'] .portfolio-menu li:hover .portfolio-menu__layer-2,
      html body .page-submenu[data-sticky='true'] .portfolio-menu li.current-menu-item .portfolio-menu__layer-2 {
        -webkit-transition: opacity 0.3s ease, top 0.3s ease, z-index 0.01s ease 0.24s;
        transition: opacity 0.3s ease, top 0.3s ease, z-index 0.01s ease 0.24s;
        opacity: 1;
        top: 100%;
        height: auto !important;
        z-index: 5; }
      html body .page-submenu[data-sticky='true'] .portfolio-menu li:not(:last-child) {
        margin-right: 5px; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu [class^='portfolio-menu'] {
      font-size: 0;
      margin-left: 0; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu .portfolio-menu__layer-1 {
      background-color: #FFF;
      position: relative; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu .portfolio-menu__layer-2 {
      background-color: #FFF;
      z-index: -5;
      position: absolute;
      width: 110%;
      top: 50%;
      opacity: 0;
      height: 0 !important;
      overflow: hidden;
      padding: 0 4px;
      left: -4px; } }
    @media screen and (min-width: 1001px) and (max-width: 690px) {
      html body .page-submenu[data-sticky='true'] .portfolio-menu .portfolio-menu__layer-2 {
        left: -18px;
        padding: 0 18px; } }

@media screen and (min-width: 1001px) {
  html body.page-id-202 .page-submenu[data-sticky='true'] .portfolio-menu,
  html body.page-id-201 .page-submenu[data-sticky='true'] .portfolio-menu {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 1000px) {
  html body .page-submenu[data-sticky='true'] ul {
    position: relative !important;
    top: initial !important;
    display: block !important;
    width: 100% !important; }
  html body .page-submenu[data-sticky='true'] .mobile-only .icon-angle-down {
    position: absolute;
    right: 5px;
    top: 10px;
    background: transparent;
    color: #676767; }
  html body .page-submenu[data-sticky='true'] .mobile-only > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #FFF;
    width: 100%; }
    html body .page-submenu[data-sticky='true'] .mobile-only > ul > li.current-menu-item {
      position: relative;
      display: block; }
    html body .page-submenu[data-sticky='true'] .mobile-only > ul > li a {
      font-family: "Permanent Marker" !important; }
    html body .page-submenu[data-sticky='true'] .mobile-only > ul > li .link-cover {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: auto;
      width: auto;
      min-width: 100%;
      cursor: pointer; }
  html body .page-submenu[data-sticky='true'] .portfolio-menu {
    display: none;
    position: relative;
    background: #EEE; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu.portfolio-menu--revealed {
      display: block; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu .icon-angle-down {
      display: none !important; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu .portfolio-menu__layer-2 {
      padding-left: 1em; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu ul li a {
      color: inherit !important;
      opacity: 1 !important;
      font-family: "Permanent Marker" !important; }
    html body .page-submenu[data-sticky='true'] .portfolio-menu ul li.current-menu-item > a {
      color: #7d0ba3 !important; } }

.nectar-gradient-text h1 {
  margin-left: 0.2em; }

.nectar-gradient-text h1,
.nectar-gradient-text h2,
.nectar-gradient-text h3 {
  padding-right: 1em; }

.nectar-fancy-box {
  padding: 13% 14px !important; }
  .nectar-fancy-box .link-text {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px !important;
    position: absolute;
    width: 100%;
    padding-right: 60px;
    bottom: 50px; }
    .nectar-fancy-box .link-text .arrow {
      position: absolute !important;
      top: auto !important;
      bottom: -7px !important;
      right: 24px !important; }
  .nectar-fancy-box .inner {
    position: static; }
    .nectar-fancy-box .inner h4 {
      position: absolute;
      font-size: 16px !important;
      opacity: 0.8;
      bottom: 27px;
      z-index: 10;
      line-height: normal;
      margin: 0;
      letter-spacing: 0; }

.ebk-photography-row .wpb_wrapper,
.ebk-photography-row .wpb_wrapper > .ebk-portfolio-image-wrap {
  height: 100%; }

body.ebk-portfolio-page:not(.home) #header-outer {
  background: #FFFFFF !important; }

body.ebk-portfolio-page:not(.home):after {
  content: "Click an image\A to view larger";
  text-transform: uppercase;
  white-space: pre;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 18px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #DFDFDF;
  mix-blend-mode: hard-light;
  z-index: 99;
  font-family: "Permanent Marker";
  text-shadow: 0px 0px 3px #7d0ba3, 0px 0px 15px #7d0ba3; }

body.ebk-portfolio-page:not(.home).mobile:after {
  content: "Tap an image\A to view larger"; }

body.ebk-portfolio-page:not(.home).not-scrolling:after {
  opacity: 1; }

.ebk-portfolio__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1; }
  .ebk-portfolio__image[data-object-position="left top"] {
    -o-object-position: left top;
       object-position: left top; }
  .ebk-portfolio__image[data-object-position="center top"] {
    -o-object-position: center top;
       object-position: center top; }
  .ebk-portfolio__image[data-object-position="right top"] {
    -o-object-position: right top;
       object-position: right top; }
  .ebk-portfolio__image[data-object-position="left center"] {
    -o-object-position: left center;
       object-position: left center; }
  .ebk-portfolio__image[data-object-position="center center"] {
    -o-object-position: center center;
       object-position: center center; }
  .ebk-portfolio__image[data-object-position="right center"] {
    -o-object-position: right center;
       object-position: right center; }
  .ebk-portfolio__image[data-object-position="left bottom"] {
    -o-object-position: left bottom;
       object-position: left bottom; }
  .ebk-portfolio__image[data-object-position="center bottom"] {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .ebk-portfolio__image[data-object-position="right bottom"] {
    -o-object-position: right bottom;
       object-position: right bottom; }
  .ebk-portfolio__image.lazyload:not(.loaded) {
    opacity: 0;
    z-index: -1; }
  .ebk-portfolio__image.loading ~ .ebk-portfolio-image__loading-spinner {
    opacity: 1; }
    .ebk-portfolio__image.loading ~ .ebk-portfolio-image__loading-spinner::after {
      display: block;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      z-index: 99;
      top: 50%;
      left: 50%;
      height: 22px;
      width: 22px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
      content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='44' width='44'><circle cx='22' cy='22' r='18' stroke='teal' stroke-width='3' stroke-dasharray='44' fill='none' /></svg>");
      -webkit-animation: loadingSpinner 1s infinite;
              animation: loadingSpinner 1s infinite; }
  .ebk-portfolio__image.loaded ~ .ebk-portfolio-image__loading-spinner {
    display: none; }

.ebk-portfolio-image__loading-spinner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.ebk-portfolio-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  background-repeat: no-repeat;
  cursor: pointer; }

.ebk-portfolio-image-wrap {
  margin-bottom: 0 !important;
  position: relative; }
  .ebk-portfolio-image-wrap.auto-cover-col {
    min-height: 100%;
    position: static; }

.ebk-photography-header-row,
.portfolio-menu {
  padding: 0 4px; }
  @media screen and (max-width: 690px) {
    .ebk-photography-header-row,
    .portfolio-menu {
      padding: 0 18px; } }

html body .container .portfolio-filters-inline.full-width-content[data-alignment] {
  background-color: transparent !important; }
  html body .container .portfolio-filters-inline.full-width-content[data-alignment] .container:not(.tab-container):not(.recent-post-container) {
    padding: 0 0 0 2px !important; }
    @media screen and (min-width: 1001px) {
      html body .container .portfolio-filters-inline.full-width-content[data-alignment] .container:not(.tab-container):not(.recent-post-container) {
        padding: 0 0 0 7px !important; } }
  html body .container .portfolio-filters-inline.full-width-content[data-alignment] .container ul > li > a {
    font-family: "Permanent Marker" !important;
    -webkit-transition: color, background-color 0.3s ease;
    transition: color, background-color 0.3s ease;
    color: #7d0ba3 !important;
    border: 5px solid #7d0ba3 !important;
    font-size: 18px !important;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    text-transform: lowercase !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    html body .container .portfolio-filters-inline.full-width-content[data-alignment] .container ul > li > a.active, html body .container .portfolio-filters-inline.full-width-content[data-alignment] .container ul > li > a:hover {
      color: #FFFFFF !important;
      background-color: #7d0ba3 !important; }

html body .container .ebk-portfolio-photo .portfolio-items .col.elastic-portfolio-item .work-info-bg {
  opacity: 0 !important; }

html body .container .ebk-portfolio-photo .portfolio-items .col.elastic-portfolio-item .work-info h3 {
  display: none !important; }

.ebk-portfolio-film-row h2 {
  color: #FFFFFF !important; }

.ebk-portfolio-film-row .wpb_wrapper > div {
  margin-bottom: 0; }

@media screen and (min-width: 1001px) {
  body.page-id-149 .wpb_wrapper h2 {
    font-size: 70px !important;
    line-height: 100% !important; }
  body.page-id-149 .wpb_wrapper h3 {
    font-size: 54px !important;
    line-height: 100% !important; } }

@-webkit-keyframes loadingSpinner {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes fadeInDirectorPhotographer {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 100; } }

@keyframes fadeInDirectorPhotographer {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 100; } }

.rotate--n4 {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg); }

.rotate--4 {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg); }

.rotate--n4 {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg); }

.rotate--4 {
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg); }

.rotate--n3 {
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg); }

.rotate--3 {
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg); }

.rotate--n2 {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg); }

.rotate--2 {
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg); }

.rotate--n1 {
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg); }

.rotate--1 {
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg); }

.ebk-paper-content {
  margin-top: 100px;
  background-image: url("./img/EBK-paper_bg.png");
  height: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6%;
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 10%;
  font-family: monospace;
  line-height: 1.5; }
  .ebk-paper-content.ebk-paper-content--2 {
    background-image: url("./img/EBK-paper_bg_2.png");
    padding-bottom: 20%; }
  .ebk-paper-content.ebk-paper-content--3 {
    background-image: url("./img/EBK-paper_bg_4.png");
    padding-bottom: 20%; }
  .ebk-paper-content.ebk-paper-content--4 {
    background-image: url("./img/EBK-paper_bg_4.png");
    padding-bottom: 13%; }
  .ebk-paper-content:before, .ebk-paper-content:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -50%; }
  .ebk-paper-content:after {
    right: -45%;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg); }
  .ebk-paper-content[class*="ebk-tape-before--"][class*="ebk-tape-after--"]:before {
    left: -45%;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  .ebk-paper-content.ebk-tape-before--1:before {
    background-image: url("./img/ebk-masking-tape__0003_4.png"); }
  .ebk-paper-content.ebk-tape-before--2:before {
    background-image: url("./img/ebk-masking-tape__0004_5.png"); }
  .ebk-paper-content.ebk-tape-before--3:before {
    background-image: url("./img/ebk-masking-tape__0005_6.png"); }
  .ebk-paper-content.ebk-tape-before--4:before {
    background-image: url("./img/ebk-masking-tape__0006_7.png"); }
  .ebk-paper-content.ebk-tape-after--1:after {
    background-image: url("./img/ebk-masking-tape__0003_4.png"); }
  .ebk-paper-content.ebk-tape-after--2:after {
    background-image: url("./img/ebk-masking-tape__0004_5.png"); }
  .ebk-paper-content.ebk-tape-after--3:after {
    background-image: url("./img/ebk-masking-tape__0005_6.png"); }
  .ebk-paper-content.ebk-tape-after--4:after {
    background-image: url("./img/ebk-masking-tape__0006_7.png"); }

.ebk-flahy-content .ebk-paper-content--3 {
  padding-bottom: 14%;
  position: relative; }
  @media screen and (min-width: 1001px) {
    .ebk-flahy-content .ebk-paper-content--3 {
      padding-left: 10%;
      padding-right: 10%; } }
  @media screen and (max-width: 1000px) {
    .ebk-flahy-content .ebk-paper-content--3 {
      margin-top: 40px; } }
  .ebk-flahy-content .ebk-paper-content--3 > .wpb_wrapper {
    position: relative; }
    .ebk-flahy-content .ebk-paper-content--3 > .wpb_wrapper::after {
      content: '';
      display: block;
      background-image: url("./img/flahy-no_bg-with_shadow_400px.png");
      background-size: contain;
      position: absolute;
      height: 0;
      width: 40%;
      max-width: 200px;
      padding-top: 40%;
      background-position: center center;
      background-repeat: no-repeat;
      top: 80%;
      right: -12%;
      left: auto;
      -webkit-transform: rotate(24deg);
          -ms-transform: rotate(24deg);
              transform: rotate(24deg); }
      @media screen and (min-width: 1001px) {
        .ebk-flahy-content .ebk-paper-content--3 > .wpb_wrapper::after {
          width: 40%;
          padding-top: 40%;
          -webkit-transform: rotate(-24deg);
              -ms-transform: rotate(-24deg);
                  transform: rotate(-24deg);
          top: 0;
          right: auto;
          left: 100%;
          right: auto; } }
  .ebk-flahy-content .ebk-paper-content--3 .ebk-flahy-price-subtext {
    font-size: 70%;
    line-height: 1;
    opacity: 0.7;
    display: inline-block;
    vertical-align: top; }

.ebk-flahy-mask-content .ebk-paper-content {
  padding-bottom: 10%;
  position: relative; }
  @media screen and (min-width: 1001px) {
    .ebk-flahy-mask-content .ebk-paper-content {
      padding-left: 10%;
      padding-right: 10%; } }
  @media screen and (max-width: 1000px) {
    .ebk-flahy-mask-content .ebk-paper-content {
      margin-top: 40px; } }
  .ebk-flahy-mask-content .ebk-paper-content > .wpb_wrapper {
    position: relative; }
    .ebk-flahy-mask-content .ebk-paper-content > .wpb_wrapper::after {
      content: '';
      display: block;
      background-image: url("./img/flahy-no_bg-with_shadow_400px.png");
      background-size: contain;
      position: absolute;
      height: 0;
      width: 40%;
      max-width: 200px;
      padding-top: 40%;
      background-position: center center;
      background-repeat: no-repeat;
      top: 82%;
      right: -20%;
      left: auto;
      -webkit-transform: rotate(32deg);
          -ms-transform: rotate(32deg);
              transform: rotate(32deg); }
      @media screen and (min-width: 1001px) {
        .ebk-flahy-mask-content .ebk-paper-content > .wpb_wrapper::after {
          width: 40%;
          padding-top: 40%;
          -webkit-transform: rotate(32deg);
              -ms-transform: rotate(32deg);
                  transform: rotate(32deg);
          top: 0;
          right: auto;
          left: 100%;
          right: auto; } }
  .ebk-flahy-mask-content .ebk-paper-content .ebk-flahy-price-subtext {
    font-size: 70%;
    line-height: 1;
    opacity: 0.7;
    display: inline-block;
    vertical-align: top; }
/*# sourceMappingURL=style.css.map */