/* Add custom overrides here */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
body.dark {
    background-color: #1c1a1c;
    color: #e7e5e7;
}
.dark nav ul:not(.side-nav) a {
    color:#e7e5e7;
}
.dark nav ul a:hover {
    background-color:#e7e5e7;
    color:#1c1a1c;
}
.dark ul.social-home li a,.dark ul.social-about li a {
    color: #e7e5e7;
}
.dark .card {
    background-color: #1c1a1c;
    color:#e7e5e7;
}
.dark .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
color: #9a9a9a;
}
.dark .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #bfbfbf;
}

/*end dark styles*/


/* navigation styles */
nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

nav ul a
{
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
}

nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

nav ul li.current-menu-item
{
	background:#ddd;
}

@media only screen and (min-width: 993px) {
    nav li:hover .page-links {
        color: white;
    }
}

nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background: rgba(0,0,0,0.6);
	padding:0;
	z-index: 10;
}

nav ul ul li
{
	float:none;
	width:224px;
}

nav ul ul a
{
	line-height:120%;
	padding:10px 15px;
}

nav ul ul ul
{
	top:0;
	left:100%;
}

nav ul li:hover > ul
{
	display:block;
}

@media only screen and (max-width: 992px) {
    nav ul a {
        line-height:0;
        padding: 40px 30px 20px;
        text-transform: none;
    }
    nav ul a:hover {
        background-color: transparent;
    }
    nav ul ul {
        display: block;
        position: relative;
        margin-left: 20px;
        background-color: transparent !important;
    }
    nav ul li {
        float: left;
        clear: both;
        background-color: transparent;
    }
    nav ul li:hover {
        background-color: transparent !important;
    }
    h3 {
        font-size: 2.42rem;
        }
    h4 {
        font-size: 1.58rem;
    }
}

.nav--absolute .page-links {
    color: white;
}
.full_bleed-logo,
.nav--absolute .default-logo{
    display: none;
}
.nav--absolute .full_bleed-logo {
    display: block;
}
@media (max-width: 736px) {
    .nav--absolute .full_bleed-logo {
        display: none;
    }
    .nav--absolute .default-logo {
        display: block;
    }
}
.nav--absolute.home .slider,
.nav--absolute.home .slider .slides,
.nav--absolute.home .slider .slides li {
  max-height: none;
  height: calc(100vh - 145px);
}

.nav--absolute.home nav {
    position: absolute;
}

nav .button-collapse {
    float: right;
    padding-right: 10px;
}

.dark .button-collapse {
    color: #e7e5e7;
}

.menu-items {
    top: 44px;
}

.search-toggle__link {
    display: block;
    width: 32px;
    height: 32px;
    padding: 2px 8px 0;
}
.full_bleed .search-toggle__link svg path {
    fill: white;
}

input[type="search"] {
    height: 32px;
    color: inherit;
    margin-top: -16px;
    padding-left: 24px;
}

input[type=search]:focus:not([readonly]) {
    border-bottom: 1px solid white;
    box-shadow: 0 1px 0 0 white;
}

@media screen and (max-width: 1023px) {
    .search-nav__form {
        display:none;
        max-width: 220px;
        margin: 0 auto;
        padding: 5px 0
    }
}

@media screen and (min-width: 1024px) {
    .search-nav__form {
        position:absolute;
        top: 0;
        bottom: 0;
        right: 75px;
        width: 220px;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s ease,visibility 0s ease .2s,width .1s ease .2s;
    }
}

@media (min-width: 1081px) {
    .search-nav__form {
        right:120px
    }
}

.search-is-active .search-nav__form {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease .2s,width .1s ease .2s;
}
.nav--absolute .search-is-active .search-nav__form {
    color: white;
}

.search-is-active .page-links {
    opacity: 0;
    transition: opacity .2s ease;
}

.search-nav__close {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-nav__close:hover:after,.search-nav__close:hover:before {
    filter: brightness(80%);
}

.search-nav__close:after,.search-nav__close:before {
    content: '';
    position: absolute;
    display: block;
    transition: all .1s ease
}
.nav--absolute .search-nav__close:before,
.nav--absolute .search-nav__close:after,
.nav--absolute .search-nav__close:hover:before,
.nav--absolute .search-nav__close:hover:after {
    background-color: white;
}

.search-nav__close:before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px
}

.search-nav__close:after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px
}

.search-nav__input {
    width: 100%;
    padding-left: 24px;
    font-size: 16px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fefefe;
}

@media screen and (min-width: 1024px) {
    .search-nav__input {
        position:absolute;
        top: 50%;
        left: 0;
        margin-top: -14px
    }
}

.search-nav__input::-webkit-input-placeholder,
.search-nav__input:-moz-placeholder,
.search-nav__input::-moz-placeholder,
.search-nav__input:-ms-input-placeholder {
    font-weight: 700;
    font-size: 16px;
    color: inherit;
}

.search-submit {
    display: none;
}

nav .button-collapse {
    padding-right: 0;
}
/* end nav styles */

.card-image:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
}
.slider .slides li:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
}

@media only screen and (max-width: 736px) and (min-width: 320px) {
    .home .main-reel-slideshow {
        display: block;
    }
}

.director-thumb span {
  position: absolute;
  bottom: -20px;
  right: 0;
  color:#fff;
  z-index: -1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right:24px;
  font-size: 18px;
  text-decoration: none;
  text-align: right;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
.director-thumb.hovering span {
  bottom: 18px;
  z-index:3;
  opacity: 1;
}

.card-image span {
  color:#fff;
  z-index: -1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  /*padding-left:22px;*/
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
.card-image.hovering span {
  z-index:3;
  opacity: 1;
}
.text-article .content-wrap {
margin: 50px auto;
padding: 0 20px;
max-width: 660px;
}
.inner-wrapper {
    max-width: initial;
}
.header-image {
height: 60vh;
background-size: cover;
background-position: center center;
width: 100%;
}
.main-news {
margin-top:40px;
}
.text-article .content-wrap p img {
    width: 100%;
}
.news-article-slider#next-prev-container {
    position:initial;
}
.news-content p {
line-height: 28px;
font-size: 18px;
margin:40px 0;
}
.slate-widget-body {
    margin-top: 30px;
}
.slate-widget {
max-width:1100px;
}
.social-home {
    margin: 0;
}
.social-home li {
    margin:0 auto;
    text-align: left;
}
.social-home li a {
    position: relative;
    padding-left: 60px;
    display: inline-block;
    font-size: 28px;
}
.social-home li svg {
    position: absolute;
    top: calc(50% - 14px);
    left: 0;
}

@media (max-width: 414px) {
    .social-home li a {
        padding-left: 30px;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .social-home li svg {
        width: 24px;
        height: 24px;
    }
}

ul.social-home,ul.social-about {
    text-align:center;
}
ul.social-home li, ul.social-about li {
    margin:0 auto;
}

ul.social-home li a,ul.social-about li a{
color:#000;
}

.social-links-home {
    text-align: left;
    margin: 40px 100px 0;
    float: left;
}
@media (max-width: 1180px) {
    .social-links-home {
        margin: 40px 50px 0;
    }
}
@media (max-width: 414px) {
    .social-links-home {
        margin: 20px 20px 0;
    }
}

.social-links-about {
    margin: 50px 0 100px;
}
.twitter-feed {
    width: 60%;
    float: right;
    padding: 40px 50px 0 0;
}

@media (max-width: 767px) {
    .twitter-feed {
        width: 100%;
        float: right;
        padding: 30px 20px 0;
    }
}
.twitter-feed .tweet {
font-size: 24px;
font-weight: normal;
color:#1c1a1c;
margin: 0 0 20px;
}
.twitter-feed > ul > li > p.timePosted > a {
font-size: 16px;
font-weight: bold;
color:#1c1a1c;
}
.twitter-feed .interact {
    display:none;
}
.twitter-feed > ul > li > div > div > a {
    display:none;
}
.twitter-feed .user {
    display:none;
}
.twitter-slider {
    height:auto!important;
}
.carousel.carousel-slider.twitter-slider {
    min-height:150px;
}
.carousel.carousel-slider.twitter-slider .carousel-item {
    min-height: 210px;
    padding:0px 15%;
}
.timePosted{
    color: #1c1a1c;
    display: inline;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #3c3c3c;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #000;
}
.card {
    overflow: hidden;
}

.news-main .l4:nth-of-type(3n+1) {
    clear: both;
}
    
@media only screen and (max-width: 992px) {
    .news-main .m6:nth-of-type(2n+1) {
        clear: both;
    }
    .news-main .l4:nth-of-type(3n+1) {
        clear: unset;
    }
}

.card.medium {
    height: 415px;
}
.card .card-image .card-title {
    padding: 50px 20px;
    opacity:1;
    z-index:2;
}
div.main-contact.row > .col {
    padding: 40px;
}
.about-us {
    padding: 50px 15%;
    font-size: 24px;
}
@media (max-width: 414px) {
    .about-us {
        padding: 30px;
        font-size: 18px;
    }
}
.card-image {
    height: 0;
    background-size: cover;
    position: relative;
    background-position: center;
    padding-bottom: 56.25%;
}
.card {
    box-shadow:none;
    height: unset;
    background-color: transparent;
}

.card .reel-info h2 {
    font-size: 24px;
    line-height: 28px;
}
.card .card-action {
    border-top:none;
}
.card .card-content {
    padding: 30px 20px 0px;
}
h1 {
    font-size: 2.4em;
    margin: 1em 0;
}

.main-footer {
    clear: both;
    float: left;
}

.fp-engine {
    top: 0 !important;
}
.slider .slides li .caption {
    width:80%;
}

/*@media (min-width: 736px) {*/
/*.nav--absolute nav {*/
/*    position: absolute;*/
/*    z-index: 1000;*/
/*}*/
/*}*/

/*from old custom app.css*/

.director-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
}

.director-thumb:before {
    content: '';
    position: absolute;
    background-color: black;
    opacity: .15;
    width: 100%;
    height: 100%;
}

.reel-info {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    bottom: 0;
}
.reel-info h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    padding: 10px 20px;
    margin: 0;
    width:100%;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; 
    transform: translate3d(0,-53px,0);
    position: absolute;
    bottom: unset;
  }
.reel-info h2 span {
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  line-height: 150%;
  opacity: 0;
  transform: translate3d(0,10px,0);
  text-transform: none;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .reel-info h2 {
    padding: 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-bottom: 0;
    transform: translate3d(0,-100%,0);
  }
  .reel-info h2 span {
      font-size: 14px;
      line-height: 24px;
      margin: 5px 0 0;
      padding: 0;
      opacity: 1;
      transform: translate3d(0,0,0);
    }
}

.hovering .reel-info h2 {
    transform: translate3d(0,-100%,0);
}
.hovering .reel-info h2 span {
    transition: all 0.3s ease-in-out;
    transform: translate3d(0,0,0);
    opacity: 1;
}

.card .reel-info h2 {
    transform: translate3d(0,-100%,0);
}
.reel-switcher {
    overflow: hidden;
}
[data-target-tab-selector] {
    display: inline;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
[data-target-tab-selector].active {
    text-decoration: underline;
}

.slider .slides li:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
    top: 0;
}
.slider .slides li:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
    top: 0;
}
.slider .slides li .caption {
    z-index: 1;
}

.text-center {
    text-align: center;
}