/*!
Theme Name: Salient Child Theme
Theme URI: https://onyxdesign.net/
Description: This is the ONYX Design custom child theme for Salient
Author: ONYX Design
Author URI: https://onyxdesign.net/
Template: salient
Version: 1.1.0
*/
/*  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Imports
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/**
 * SASS Variables for ONYX Salient Child Theme
 **/
/**
 * _onyx_init.scss
 * Amazing Styles and Mixins by ONYX Design
 * 
 * ONYX DESIGN
 * onyxdesign.net
 *
 * @version 1.1
 * @updated 2017-11-13
 */
.d-b {
  display: block;
  -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; }

/**
 * 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; }

/**
*
*	Salient Init CSS
*		Tested with Salient 10.0.1	
*
*/
/**
*	Emulates a salient full-width container's padding
*/
/**
*	For applying background images to salient rows and columns
*/
@media screen and (min-width: 1001px) {
  .hide--desktop {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .hide--mobile {
    display: none !important; } }

@media screen and (max-width: 689px) {
  .hide--small-screen {
    display: none !important; } }

.color-primary {
  color: #eab13f; }

.color-secondary {
  color: #212121; }

@media screen and (max-width: 689px) {
  #copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    #copyright .container .col.span_5,
    #copyright .container .col.span_7 {
      margin-bottom: 0 !important; }
      #copyright .container .col.span_5 li,
      #copyright .container .col.span_7 li {
        float: none !important;
        display: block;
        margin: 0 !important; } }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Variables & Mixins
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Components
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	General
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.cben-col.cben-col--parallax {
  background-attachment: fixed !important; }

@media screen and (min-width: 1001px) {
  .button-grouping:not(.button-grouping--1) {
    margin-left: 10px; } }

@media screen and (max-width: 1000px) {
  .button-grouping {
    display: block;
    max-width: 300px;
    margin: auto; }
    .button-grouping:not(.button-grouping--1) {
      margin-top: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#logo {
  font-family: 'Pathway Gothic One' !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  font-size: 32px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important; }

@media screen and (max-width: 1000px) {
  body.page #header-outer header#top a#logo,
  body.page #header-outer header#top a#logo:hover {
    color: #444444 !important;
    margin-top: 3px !important; } }

@media screen and (min-width: 1000px) {
  #header-outer #logo {
    margin-bottom: 0 !important; } }

.fa-imdb {
  margin-left: 5px !important;
  margin-right: 5px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' fill='%23888888'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cg transform='translate%280.000000,268.000000%29 scale%280.100000,-0.100000%29'%3E%3Cpath d='M100-2290.2v-2007.5h521h521v2007.5v2007.5H621H100V-2290.2z'/%3E%3Cpath d='M1433.2-2290.2v-2007.5H1893h459.7l1.5,1291.9c1.5,709.5,4.6,1279.6,7.7,1267.3c3.1-12.3,85.8-577.7,182.4-1256.6c96.5-678.9,179.3-1248.9,183.9-1267.3c7.7-35.2,9.2-35.2,329.5-35.2c320.3,0,321.8,0,327.9,35.2c4.6,18.4,53.6,372.4,108.8,784.6c53.6,413.8,131.8,996.1,171.6,1294.9l73.6,544l4.6-1330.2l3.1-1328.6l456.7,3.1l455.1,4.6v1999.8v1999.8l-677.3,4.6l-678.9,3.1l-7.7-33.7c-3.1-19.9-55.2-421.4-114.9-893.4c-130.3-1028.3-114.9-925.6-125.7-896.5c-6.1,12.3-65.9,423-134.9,911.8S2791-301.1,2786.4-293.5c-3.1,6.1-309.6,10.7-680.4,10.7h-672.7V-2290.2z'/%3E%3Cpath d='M4957.9-2291.8v-2009l870.4,7.7c752.4,4.6,884.2,9.2,983.8,32.2c294.2,67.4,455.1,214.5,519.5,473.5c30.7,128.7,47.5,586.9,46,1397.6c0,876.6-16.9,1365.4-52.1,1498.7c-82.8,314.2-315.7,502.6-694.2,560.9c-196.2,30.6-600.7,47.5-1140.1,47.5h-533.3V-2291.8z M6231.3-1012.2c96.6-49,95-42.9,102.7-1032.9c6.1-934.8-7.7-1347-47.5-1445.1c-29.1-65.9-91.9-102.7-203.8-113.4l-82.8-9.2v1322.5v1322.5l92-9.2C6142.4-983.1,6205.3-998.4,6231.3-1012.2z'/%3E%3Cpath d='M7609-2290.2v-2007.5h467.4h465.9l16.9,61.3c7.7,33.7,23,90.4,32.2,124.1l16.9,64.4l44.4-55.2c58.3-70.5,229.9-183.9,327.9-217.6c240.6-81.2,528.7-24.5,715.7,144.1c93.5,84.3,141,165.5,176.2,300.4c26.1,98.1,27.6,203.8,27.6,1294.9v1187.6l-41.4,88.9c-84.3,179.3-202.3,277.4-395.4,326.4c-134.9,33.7-349.4,33.7-472-1.5c-102.7-29.1-236-107.3-323.3-188.5c-27.6-27.6-53.6-49-56.7-49c-3.1,0-6.1,210-6.1,467.4v467.4h-498h-498V-2290.2z M8810.4-1545.5c91.9-38.3,91.9-33.7,98.1-997.6c3.1-491.9-1.5-936.3-9.2-1019.1c-13.8-128.7-19.9-148.6-55.2-179.3c-52.1-44.4-119.5-44.4-170.1,0c-65.9,56.7-70.5,151.7-65.9,1169.2c4.6,1009.9,4.6,1000.7,87.3,1031.3C8750.7-1520.9,8752.2-1520.9,8810.4-1545.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .fa-imdb::before {
    display: none; }
  .fa-imdb, .fa-imdb::after {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important; }
  .fa-imdb::after {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' fill='%23448AFF'%3E%3Cg%3E%3Cg transform='translate%280.000000,268.000000%29 scale%280.100000,-0.100000%29'%3E%3Cpath d='M100-2290.2v-2007.5h521h521v2007.5v2007.5H621H100V-2290.2z'/%3E%3Cpath d='M1433.2-2290.2v-2007.5H1893h459.7l1.5,1291.9c1.5,709.5,4.6,1279.6,7.7,1267.3c3.1-12.3,85.8-577.7,182.4-1256.6c96.5-678.9,179.3-1248.9,183.9-1267.3c7.7-35.2,9.2-35.2,329.5-35.2c320.3,0,321.8,0,327.9,35.2c4.6,18.4,53.6,372.4,108.8,784.6c53.6,413.8,131.8,996.1,171.6,1294.9l73.6,544l4.6-1330.2l3.1-1328.6l456.7,3.1l455.1,4.6v1999.8v1999.8l-677.3,4.6l-678.9,3.1l-7.7-33.7c-3.1-19.9-55.2-421.4-114.9-893.4c-130.3-1028.3-114.9-925.6-125.7-896.5c-6.1,12.3-65.9,423-134.9,911.8S2791-301.1,2786.4-293.5c-3.1,6.1-309.6,10.7-680.4,10.7h-672.7V-2290.2z'/%3E%3Cpath d='M4957.9-2291.8v-2009l870.4,7.7c752.4,4.6,884.2,9.2,983.8,32.2c294.2,67.4,455.1,214.5,519.5,473.5c30.7,128.7,47.5,586.9,46,1397.6c0,876.6-16.9,1365.4-52.1,1498.7c-82.8,314.2-315.7,502.6-694.2,560.9c-196.2,30.6-600.7,47.5-1140.1,47.5h-533.3V-2291.8z M6231.3-1012.2c96.6-49,95-42.9,102.7-1032.9c6.1-934.8-7.7-1347-47.5-1445.1c-29.1-65.9-91.9-102.7-203.8-113.4l-82.8-9.2v1322.5v1322.5l92-9.2C6142.4-983.1,6205.3-998.4,6231.3-1012.2z'/%3E%3Cpath d='M7609-2290.2v-2007.5h467.4h465.9l16.9,61.3c7.7,33.7,23,90.4,32.2,124.1l16.9,64.4l44.4-55.2c58.3-70.5,229.9-183.9,327.9-217.6c240.6-81.2,528.7-24.5,715.7,144.1c93.5,84.3,141,165.5,176.2,300.4c26.1,98.1,27.6,203.8,27.6,1294.9v1187.6l-41.4,88.9c-84.3,179.3-202.3,277.4-395.4,326.4c-134.9,33.7-349.4,33.7-472-1.5c-102.7-29.1-236-107.3-323.3-188.5c-27.6-27.6-53.6-49-56.7-49c-3.1,0-6.1,210-6.1,467.4v467.4h-498h-498V-2290.2z M8810.4-1545.5c91.9-38.3,91.9-33.7,98.1-997.6c3.1-491.9-1.5-936.3-9.2-1019.1c-13.8-128.7-19.9-148.6-55.2-179.3c-52.1-44.4-119.5-44.4-170.1,0c-65.9,56.7-70.5,151.7-65.9,1169.2c4.6,1009.9,4.6,1000.7,87.3,1031.3C8750.7-1520.9,8752.2-1520.9,8810.4-1545.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

#header-outer .fa-imdb {
  margin-top: -8px; }
  #header-outer .fa-imdb, #header-outer .fa-imdb::after {
    margin-bottom: -8px !important; }

#header-outer.transparent #logo {
  opacity: 0; }

#header-outer.transparent .fa-imdb,
#header-outer.transparent .fa-imdb::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' fill='%23FFFFFF'%3E%3Cg%3E%3Cg transform='translate%280.000000,268.000000%29 scale%280.100000,-0.100000%29'%3E%3Cpath d='M100-2290.2v-2007.5h521h521v2007.5v2007.5H621H100V-2290.2z'/%3E%3Cpath d='M1433.2-2290.2v-2007.5H1893h459.7l1.5,1291.9c1.5,709.5,4.6,1279.6,7.7,1267.3c3.1-12.3,85.8-577.7,182.4-1256.6c96.5-678.9,179.3-1248.9,183.9-1267.3c7.7-35.2,9.2-35.2,329.5-35.2c320.3,0,321.8,0,327.9,35.2c4.6,18.4,53.6,372.4,108.8,784.6c53.6,413.8,131.8,996.1,171.6,1294.9l73.6,544l4.6-1330.2l3.1-1328.6l456.7,3.1l455.1,4.6v1999.8v1999.8l-677.3,4.6l-678.9,3.1l-7.7-33.7c-3.1-19.9-55.2-421.4-114.9-893.4c-130.3-1028.3-114.9-925.6-125.7-896.5c-6.1,12.3-65.9,423-134.9,911.8S2791-301.1,2786.4-293.5c-3.1,6.1-309.6,10.7-680.4,10.7h-672.7V-2290.2z'/%3E%3Cpath d='M4957.9-2291.8v-2009l870.4,7.7c752.4,4.6,884.2,9.2,983.8,32.2c294.2,67.4,455.1,214.5,519.5,473.5c30.7,128.7,47.5,586.9,46,1397.6c0,876.6-16.9,1365.4-52.1,1498.7c-82.8,314.2-315.7,502.6-694.2,560.9c-196.2,30.6-600.7,47.5-1140.1,47.5h-533.3V-2291.8z M6231.3-1012.2c96.6-49,95-42.9,102.7-1032.9c6.1-934.8-7.7-1347-47.5-1445.1c-29.1-65.9-91.9-102.7-203.8-113.4l-82.8-9.2v1322.5v1322.5l92-9.2C6142.4-983.1,6205.3-998.4,6231.3-1012.2z'/%3E%3Cpath d='M7609-2290.2v-2007.5h467.4h465.9l16.9,61.3c7.7,33.7,23,90.4,32.2,124.1l16.9,64.4l44.4-55.2c58.3-70.5,229.9-183.9,327.9-217.6c240.6-81.2,528.7-24.5,715.7,144.1c93.5,84.3,141,165.5,176.2,300.4c26.1,98.1,27.6,203.8,27.6,1294.9v1187.6l-41.4,88.9c-84.3,179.3-202.3,277.4-395.4,326.4c-134.9,33.7-349.4,33.7-472-1.5c-102.7-29.1-236-107.3-323.3-188.5c-27.6-27.6-53.6-49-56.7-49c-3.1,0-6.1,210-6.1,467.4v467.4h-498h-498V-2290.2z M8810.4-1545.5c91.9-38.3,91.9-33.7,98.1-997.6c3.1-491.9-1.5-936.3-9.2-1019.1c-13.8-128.7-19.9-148.6-55.2-179.3c-52.1-44.4-119.5-44.4-170.1,0c-65.9,56.7-70.5,151.7-65.9,1169.2c4.6,1009.9,4.6,1000.7,87.3,1031.3C8750.7-1520.9,8752.2-1520.9,8810.4-1545.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

#footer-outer .fa-imdb:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' fill='%23448AFF'%3E%3Cg%3E%3Cg transform='translate%280.000000,268.000000%29 scale%280.100000,-0.100000%29'%3E%3Cpath d='M100-2290.2v-2007.5h521h521v2007.5v2007.5H621H100V-2290.2z'/%3E%3Cpath d='M1433.2-2290.2v-2007.5H1893h459.7l1.5,1291.9c1.5,709.5,4.6,1279.6,7.7,1267.3c3.1-12.3,85.8-577.7,182.4-1256.6c96.5-678.9,179.3-1248.9,183.9-1267.3c7.7-35.2,9.2-35.2,329.5-35.2c320.3,0,321.8,0,327.9,35.2c4.6,18.4,53.6,372.4,108.8,784.6c53.6,413.8,131.8,996.1,171.6,1294.9l73.6,544l4.6-1330.2l3.1-1328.6l456.7,3.1l455.1,4.6v1999.8v1999.8l-677.3,4.6l-678.9,3.1l-7.7-33.7c-3.1-19.9-55.2-421.4-114.9-893.4c-130.3-1028.3-114.9-925.6-125.7-896.5c-6.1,12.3-65.9,423-134.9,911.8S2791-301.1,2786.4-293.5c-3.1,6.1-309.6,10.7-680.4,10.7h-672.7V-2290.2z'/%3E%3Cpath d='M4957.9-2291.8v-2009l870.4,7.7c752.4,4.6,884.2,9.2,983.8,32.2c294.2,67.4,455.1,214.5,519.5,473.5c30.7,128.7,47.5,586.9,46,1397.6c0,876.6-16.9,1365.4-52.1,1498.7c-82.8,314.2-315.7,502.6-694.2,560.9c-196.2,30.6-600.7,47.5-1140.1,47.5h-533.3V-2291.8z M6231.3-1012.2c96.6-49,95-42.9,102.7-1032.9c6.1-934.8-7.7-1347-47.5-1445.1c-29.1-65.9-91.9-102.7-203.8-113.4l-82.8-9.2v1322.5v1322.5l92-9.2C6142.4-983.1,6205.3-998.4,6231.3-1012.2z'/%3E%3Cpath d='M7609-2290.2v-2007.5h467.4h465.9l16.9,61.3c7.7,33.7,23,90.4,32.2,124.1l16.9,64.4l44.4-55.2c58.3-70.5,229.9-183.9,327.9-217.6c240.6-81.2,528.7-24.5,715.7,144.1c93.5,84.3,141,165.5,176.2,300.4c26.1,98.1,27.6,203.8,27.6,1294.9v1187.6l-41.4,88.9c-84.3,179.3-202.3,277.4-395.4,326.4c-134.9,33.7-349.4,33.7-472-1.5c-102.7-29.1-236-107.3-323.3-188.5c-27.6-27.6-53.6-49-56.7-49c-3.1,0-6.1,210-6.1,467.4v467.4h-498h-498V-2290.2z M8810.4-1545.5c91.9-38.3,91.9-33.7,98.1-997.6c3.1-491.9-1.5-936.3-9.2-1019.1c-13.8-128.7-19.9-148.6-55.2-179.3c-52.1-44.4-119.5-44.4-170.1,0c-65.9,56.7-70.5,151.7-65.9,1169.2c4.6,1009.9,4.6,1000.7,87.3,1031.3C8750.7-1520.9,8752.2-1520.9,8810.4-1545.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.wpb_row .nectar-parallax-scene {
  z-index: 4; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Mobile Nav
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#slide-out-widget-area .menu-wrap .menu li {
  margin-bottom: 10px; }

#slide-out-widget-area .menu-wrap .menu li a {
  font-family: 'Pathway Gothic One' !important;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

#slide-out-widget-area i.fa-imdb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' fill='%23FFFFFF'%3E%3Cg%3E%3Cg transform='translate%280.000000,268.000000%29 scale%280.100000,-0.100000%29'%3E%3Cpath d='M100-2290.2v-2007.5h521h521v2007.5v2007.5H621H100V-2290.2z'/%3E%3Cpath d='M1433.2-2290.2v-2007.5H1893h459.7l1.5,1291.9c1.5,709.5,4.6,1279.6,7.7,1267.3c3.1-12.3,85.8-577.7,182.4-1256.6c96.5-678.9,179.3-1248.9,183.9-1267.3c7.7-35.2,9.2-35.2,329.5-35.2c320.3,0,321.8,0,327.9,35.2c4.6,18.4,53.6,372.4,108.8,784.6c53.6,413.8,131.8,996.1,171.6,1294.9l73.6,544l4.6-1330.2l3.1-1328.6l456.7,3.1l455.1,4.6v1999.8v1999.8l-677.3,4.6l-678.9,3.1l-7.7-33.7c-3.1-19.9-55.2-421.4-114.9-893.4c-130.3-1028.3-114.9-925.6-125.7-896.5c-6.1,12.3-65.9,423-134.9,911.8S2791-301.1,2786.4-293.5c-3.1,6.1-309.6,10.7-680.4,10.7h-672.7V-2290.2z'/%3E%3Cpath d='M4957.9-2291.8v-2009l870.4,7.7c752.4,4.6,884.2,9.2,983.8,32.2c294.2,67.4,455.1,214.5,519.5,473.5c30.7,128.7,47.5,586.9,46,1397.6c0,876.6-16.9,1365.4-52.1,1498.7c-82.8,314.2-315.7,502.6-694.2,560.9c-196.2,30.6-600.7,47.5-1140.1,47.5h-533.3V-2291.8z M6231.3-1012.2c96.6-49,95-42.9,102.7-1032.9c6.1-934.8-7.7-1347-47.5-1445.1c-29.1-65.9-91.9-102.7-203.8-113.4l-82.8-9.2v1322.5v1322.5l92-9.2C6142.4-983.1,6205.3-998.4,6231.3-1012.2z'/%3E%3Cpath d='M7609-2290.2v-2007.5h467.4h465.9l16.9,61.3c7.7,33.7,23,90.4,32.2,124.1l16.9,64.4l44.4-55.2c58.3-70.5,229.9-183.9,327.9-217.6c240.6-81.2,528.7-24.5,715.7,144.1c93.5,84.3,141,165.5,176.2,300.4c26.1,98.1,27.6,203.8,27.6,1294.9v1187.6l-41.4,88.9c-84.3,179.3-202.3,277.4-395.4,326.4c-134.9,33.7-349.4,33.7-472-1.5c-102.7-29.1-236-107.3-323.3-188.5c-27.6-27.6-53.6-49-56.7-49c-3.1,0-6.1,210-6.1,467.4v467.4h-498h-498V-2290.2z M8810.4-1545.5c91.9-38.3,91.9-33.7,98.1-997.6c3.1-491.9-1.5-936.3-9.2-1019.1c-13.8-128.7-19.9-148.6-55.2-179.3c-52.1-44.4-119.5-44.4-170.1,0c-65.9,56.7-70.5,151.7-65.9,1169.2c4.6,1009.9,4.6,1000.7,87.3,1031.3C8750.7-1520.9,8752.2-1520.9,8810.4-1545.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-top: -12px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Page: Home
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body.page.home #page-header-wrap .inner-wrap {
  padding: 25px 0 25px 25px;
  border-left: 2px solid #448AFF; }

body.page.home #page-header-wrap h1,
body.page.home #page-header-wrap span.subheader {
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 700px) {
  body.page.home .cben-row#hero {
    padding-top: 250px !important;
    padding-bottom: 50px !important; }
    body.page.home .cben-row#hero .nectar-parallax-scene .layer div {
      background-position: bottom left 25% !important;
      background-repeat: no-repeat; } }

@media screen and (max-width: 600px) {
  body.page.home .cben-row#hero .nectar-parallax-scene .layer div {
    background-position: bottom left -10% !important; } }

@media screen and (max-width: 420px) {
  body.page.home .cben-row#hero .nectar-parallax-scene .layer div {
    background-size: 200%; }
  body.page.home .cben-row#hero h1 {
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.75); } }

@media screen and (max-width: 1000px) {
  body.page.home .cben-row#hero h1,
  body.page.home .cben-row#hero .nectar-button {
    text-align: center; } }

body.page.home .cben-row#videos h2 {
  padding: 30px 0; }

body.page.home .cben-row#videos .portfolio-wrap .col .work-item .work-info .vert-center p {
  display: none !important; }

body.page.home .cben-row#videos .element.videos .inner-wrap {
  position: relative; }
  body.page.home .cben-row#videos .element.videos .inner-wrap .vert-center h3 {
    margin-top: 50px; }

body.page.home .cben-row#videos .element.videos .inner-wrap::before {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  content: '\f144';
  font-family: 'FontAwesome';
  pointer-events: none;
  opacity: 0.5;
  height: 60px;
  width: 60px;
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

body.page.home .cben-row#videos .element.videos .inner-wrap:hover::before {
  opacity: 1; }

body.page.home .cben-row#resume h3 {
  margin: 25px 0; }

body.page.home .cben-row#resume .nectar-hor-list-item {
  border: 0 !important;
  padding: 5px 0 !important; }

@media (max-width:1000px){
	body.page.home .cben-row#resume .nectar-hor-list-item {
  border: 0 !important;
  padding: 15px 0 !important; }
}
  body.page.home .cben-row#resume .nectar-hor-list-item:hover .nectar-list-item {
    color: #676767 !important; }
  body.page.home .cben-row#resume .nectar-hor-list-item:hover::before {
    display: none !important; }
  @media screen and (min-width: 1001px) {
    body.page.home .cben-row#resume .nectar-hor-list-item {
      max-width: 850px;
      margin: auto;
      text-align: center; } }
  @media screen and (max-width: 1000px) {
    body.page.home .cben-row#resume .nectar-hor-list-item .nectar-hor-list-item[data-columns="3"] .nectar-list-item {
      text-align: center; } }

.cben-headshots {
  position: relative;
  max-width: 66%; }
  .cben-headshots .cben-headshot__wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 5; }
    .cben-headshots .cben-headshot__wrap::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: auto;
      width: auto;
      min-width: 100%;
      background: #ffffff;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
    .cben-headshots .cben-headshot__wrap:hover {
      z-index: 100 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap {
        z-index: 99 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 98 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 97 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 96 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 95 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 94 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 93 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 92 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 91 !important; }
      .cben-headshots .cben-headshot__wrap:hover + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap + .cben-headshot__wrap {
        z-index: 90 !important; }
    .cben-headshots .cben-headshot__wrap:hover ~ .cben-headshot__wrap::before {
      opacity: 0.8; }
    .cben-headshots .cben-headshot__wrap:not(:first-child) {
      position: absolute; }
  .cben-headshots .cben-headshot__wrap:nth-child(1) {
    left: 0px;
    z-index: 1; }
  .cben-headshots .cben-headshot__wrap:nth-child(2) {
    left: 75px;
    z-index: 2; }
  .cben-headshots .cben-headshot__wrap:nth-child(3) {
    left: 150px;
    z-index: 3; }
  .cben-headshots .cben-headshot__wrap:nth-child(4) {
    left: 225px;
    z-index: 4; }
  .cben-headshots .cben-headshot__wrap:nth-child(5) {
    left: 300px;
    z-index: 5; }
  .cben-headshots .cben-headshot__wrap:nth-child(6) {
    left: 375px;
    z-index: 6; }
  .cben-headshots .cben-headshot__wrap:nth-child(7) {
    left: 450px;
    z-index: 7; }
  .cben-headshots .cben-headshot__wrap:nth-child(8) {
    left: 525px;
    z-index: 8; }
  .cben-headshots .cben-headshot__wrap:nth-child(9) {
    left: 600px;
    z-index: 9; }
  .cben-headshots .cben-headshot__wrap:nth-child(10) {
    left: 675px;
    z-index: 10; }
  @media screen and (min-width: 1001px) {
    .cben-headshots .cben-headshot__wrap:nth-child(1) {
      bottom: 0px; }
    .cben-headshots .cben-headshot__wrap:nth-child(2) {
      bottom: 25px; }
    .cben-headshots .cben-headshot__wrap:nth-child(3) {
      bottom: 50px; }
    .cben-headshots .cben-headshot__wrap:nth-child(4) {
      bottom: 75px; }
    .cben-headshots .cben-headshot__wrap:nth-child(5) {
      bottom: 100px; }
    .cben-headshots .cben-headshot__wrap:nth-child(6) {
      bottom: 125px; }
    .cben-headshots .cben-headshot__wrap:nth-child(7) {
      bottom: 150px; }
    .cben-headshots .cben-headshot__wrap:nth-child(8) {
      bottom: 175px; }
    .cben-headshots .cben-headshot__wrap:nth-child(9) {
      bottom: 200px; }
    .cben-headshots .cben-headshot__wrap:nth-child(10) {
      bottom: 225px; } }
  @media screen and (max-width: 1000px) {
    .cben-headshots .cben-headshot__wrap:nth-child(1) {
      top: 0px; }
    .cben-headshots .cben-headshot__wrap:nth-child(2) {
      top: 25px; }
    .cben-headshots .cben-headshot__wrap:nth-child(3) {
      top: 50px; }
    .cben-headshots .cben-headshot__wrap:nth-child(4) {
      top: 75px; }
    .cben-headshots .cben-headshot__wrap:nth-child(5) {
      top: 100px; }
    .cben-headshots .cben-headshot__wrap:nth-child(6) {
      top: 125px; }
    .cben-headshots .cben-headshot__wrap:nth-child(7) {
      top: 150px; }
    .cben-headshots .cben-headshot__wrap:nth-child(8) {
      top: 175px; }
    .cben-headshots .cben-headshot__wrap:nth-child(9) {
      top: 200px; }
    .cben-headshots .cben-headshot__wrap:nth-child(10) {
      top: 225px; } }
  @media screen and (min-width: 1001px) {
    .cben-headshots {
      max-width: 40%; } }
  @media screen and (min-width: 1625px) {
    .cben-headshots {
      margin: auto; } }
  @media screen and (max-width: 1000px) {
    .cben-headshots {
      max-width: 40%; }
      .cben-headshots .cben-headshot__wrap {
        top: 0; } }

.cben-headshots--mobile {
  display: block;
  position: relative;
  margin: auto;
  left: -105px; }

.cben-headshots--desktop {
  display: none; }

@media screen and (min-width: 1001px) {
  .cben-headshots--mobile {
    display: none; }
  .cben-headshots--desktop {
    display: block; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Page: Photos / Photography
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.page-id-338 #header-outer,
.page-id-338 #header-space {
  display: none !important; }

body.page-id-39 .page-header-no-bg,
body.page-id-39 .container-wrap,
body.page-id-338 .page-header-no-bg,
body.page-id-338 .container-wrap {
  background-color: #000 !important; }
  body.page-id-39 .page-header-no-bg h1,
  body.page-id-39 .container-wrap h1,
  body.page-id-338 .page-header-no-bg h1,
  body.page-id-338 .container-wrap h1 {
    color: #fff !important; }

body.page-id-39 .flex-direction-nav,
body.page-id-338 .flex-direction-nav {
  display: none; }

.cben-carousel .slick-track {
  height: 100% !important; }

.cben-carousel .cben-carousel__item {
  padding: 0 10px;
  width: auto !important; }
  .cben-carousel .cben-carousel__item, .cben-carousel .cben-carousel__item img {
    max-width: 100%; }

.cben-carousel .cben-carousel__item img {
  height: 100% !important;
  width: auto !important; }

.cben-carousel .cben-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#headshots .cben-carousel .slick-list {
  height: 550px; }

#stills .cben-carousel .slick-list {
  height: 450px; }

#behind-the-scenes .cben-carousel .slick-list,
#modeling .cben-carousel .slick-list {
  height: 350px; }

@media screen and (max-width: 1000px) {
  #headshots .cben-carousel .slick-list {
    height: 450px; }
  #stills .cben-carousel .slick-list {
    height: 200px; }
  #behind-the-scenes .cben-carousel .slick-list
#modeling .cben-carousel .slick-list {
    height: 200px; } }

.slick-arrow {
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 32px;
  cursor: pointer;
  color: rgba(238, 238, 238, 0.3); }
  .slick-arrow:hover {
    color: rgba(238, 238, 238, 0.8); }
  .slick-arrow i {
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 2 !important;
    top: 0 !important; }

ul.slick-dots {
  text-align: center;
  margin: 0 !important; }
  ul.slick-dots li {
    list-style: none;
    display: inline-block; }
    ul.slick-dots li button {
      padding: 0;
      color: transparent;
      background: rgba(238, 238, 238, 0.3);
      height: 10px !important;
      width: 10px !important;
      border-radius: 10px;
      border-color: transparent;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    ul.slick-dots li:not(:last-child) {
      margin-right: 5px; }
    ul.slick-dots li:hover button {
      background: rgba(238, 238, 238, 0.5); }
    ul.slick-dots li.slick-active button {
      background: rgba(238, 238, 238, 0.8); }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Call to Action
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#call-to-action .nectar-button {
  margin: 0 !important; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media screen and (max-width: 1000px) {
  body.page #footer-outer ul#social li:nth-child(3) {
    margin-right: 24px !important;
    margin-left: -15px !important; } }

@media screen and (max-width: 1000px) {
  body.page #footer-outer ul#social li:nth-child(3) {
    margin-left: 0 !important; } }

#footer-outer #copyright .mh-flex-copyright .col {
  min-height: 1px !important; }

#footer-outer #copyright #social, #footer-outer #copyright #social li {
  display: inline-block !important; }

#footer-outer #copyright .mh-mobile-flex-last {
  text-align: center !important; }

@media screen and (max-width: 1000px) {
  #footer-outer #copyright .mh-flex-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #footer-outer #copyright .mh-flex-copyright .col {
      width: 100% !important;
      max-width: 100% !important;
      text-align: center; }
      #footer-outer #copyright .mh-flex-copyright .col ul.menu {
        float: none !important; }
        #footer-outer #copyright .mh-flex-copyright .col ul.menu li.menu-item {
          float: none !important; }
    #footer-outer #copyright .mh-flex-copyright .mh-mobile-flex-last {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

small.cben-gre-msg {
  font-size: 0.6em !important;
  line-height: 0.8em;
  vertical-align: top; }

.grecaptcha-badge {
  opacity: 0; }
/*# sourceMappingURL=style.css.map */