/*
 * core.css - all custom CSS code belongs in this file; including Bootstrap
 * Framework overrides.
 *
 * font-family:'AvenirNextLTW01-Regular';
 * font-family:'AvenirNextLTW01-Italic';
 * font-family:'Avenir Next LT W01 Demi';
 * font-family:'AvenirNextLTW01-DemiIta';
 * font-family:'Perpetua MT W01 Bold706778';
 * font-family:'PerpetuaMTW01-BoldItali';
 *
 */

/* =============================================================================
 CUSTOM CSS
 ========================================================================== */
/*
 BOOTSTRAP OVERRIDES
 ----------------------------------------------------------------------------*/

 /*
 5% black #f0f1f1
 65% black #76787a
 */
/* Sets Box model */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0px;
  vertical-align: middle;
  outline: 0;
}

a {
  cursor: pointer !important;
  vertical-align: baseline;
}

html {
  background-color:#f2f2f2;
}

body {
  font-size: 3.5vw;
  font-size: 19px;
  line-height: 1em;
  font-family:'Barlow', sans-serif;
  color: rgba(0,0,0,.65);
  font-weight:300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background-color:#f2f2f2;
}

#content p {
  font-size: 19px;
}

@media (min-width:576px) {
  body {
    font-size: 2.5vw;
  }

  #content p {
    font-size: 16px;
  }
}

@media (min-width:768px) {
  body {
    font-size:18px;
  }

  #content p {
    font-size: 18px;
  }
}

@media (min-width:1280px) {
  body {
    font-size: 19px;
  }

  #content p {
    font-size: 19px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 .75em;
  font-family:'Barlow Condensed', sans-serif;
  color: #000000;
  letter-spacing: 0;
}

h1 { font-size: 235%; font-weight: 500; line-height: 1; font-family:'Barlow Condensed', sans-serif;color:#000000; }
h2 { font-size: 220%; font-family:'Barlow Condensed'; font-weight: 600;}
h3 { font-size: 180%; font-family:'Barlow Condensed'; font-weight: 600;}
h4 { font-size: 140%; font-family:'Barlow Condensed'; font-weight: 600; }
h5 { font-size: 120%; font-family:'Barlow Condensed'; font-weight: 600;}
h6 { font-size: 100%; font-family:'Barlow Condensed'; font-weight: 600;}

.page-hed {
  font-size: 450%;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width:576px) {

  h1 { font-size: 200%; }
  .page-hed { font-size: 300%; }

}

p {
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  text-transform: none;
  font-family:'Barlow', sans-serif;
}

img {
    outline: none;
    border: 0;
}

.img-responsive {
    display: inline;
}

.float-left { float: left; }
.float-right { float: right; }

em, i {
  font-family:'Barlow', sans-serif;
  font-style: italic;
}

strong, b, nav a {
  font-weight:700;
}
nav a {
      font-family: 'Barlow', sans-serif;
      letter-spacing:2px;
}
.read-more, .btn, .read-less, .read-more-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight:600;
  letter-spacing:2px;
}

em, i {
  font-family:'Barlow', sans-serif;
  vertical-align: baseline;
  font-style: italic;
}

strong em, b i, em strong, i b {
  font-family:'Barlow', sans-serif;
}

a {
  color: #00addc;
  text-decoration: none !important;
}

a:hover, a:focus, a:active {
  color: #000000;
}

.btn {
  font-size: .8em;
  text-transform: uppercase;
  box-shadow: none;
  min-width: 10em;
  border-radius: 0px;
  font-family: 'Barlow Condensed', sans-serif;
}

.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
}
#mc_embed_signup .button {
  color: #ffffff!important;
  background: #000000!important;
  border: 1px solid #ffffff!important;
  border-radius:0px!important;
  font-size: 16px!important;
  font-family: 'Barlow Condensed', sans-serif!important;
  font-weight: 600!important;
  letter-spacing: 2px!important;
  height: 36px!important;
}
#mc_embed_signup .button:hover {
	color: #ffffff!important;
	background-color: #00addc!important;
}
.btn-white {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius:0px;
  pointer-events: all;
}
.btn-white:hover {
  background: #ffffff;
}

.btn-dark {
  color: #fff;
  background: #00addc;
  border: 1px solid #00addc;
}

.btn-light {
  color: #00addc;
  background: #fff;
  border: 1px solid #00addc;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: #00addc;
  background: #fff;
  border: 1px solid #00addc;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
  color: #fff;
  background: #00addc;
}
.navbar-toggler {
  display:none!important;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,.1);
  border-width:0px;
}

.navbar-dark .navbar-toggler:focus,
.navbar-light .navbar-toggler:focus {
  outline:none;
}

.navbar-dark .navbar-toggler:hover,
.navbar-light .navbar-toggler:hover {
  background-color:transparent;
  opacity:.7;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,1);
  border-color: rgba(255,255,255,.1);
  border-width:0px;
  display:none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border:0px;
}

.dropdown-menu > * {
  z-index: 1;
}

.dropdown-bg {
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 100%;
  z-index: -1;
  background: #f0f1f1;
  /*background-blend-mode: multiply;
  mix-blend-mode: multiply;
  filter: brightness(.5);*/
}

.dropdown-menu a {
  color: #000;
  padding: .25rem .75rem;
  font-size:13px;
  font-weight:700;
  text-transform: uppercase;
}

.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
  color: #fff;
  background: #00addc;
}

.dropdown-divider {
  margin: 0;
  overflow: hidden;
  border-top: 0px solid rgba(29,55,136,.76);
}

.dropdown-item.active {
  background-color: #00addc;
  color: #fff;
}

/*
.navbar-collapse {
  background-color: #000;
  height: 100vh;
  width: 100%;
  padding: 20px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}*/

.container-fluid {
  max-width: 1500px;
}

.collapse.in {
  display: flex;
}

/*
 HAMBURGER MENU
 ----------------------------------------------------------------------------*/

input + label {
  position: fixed;
  top: 40px;
  right: 35px;
  height: 20px;
  width: 25px;
  z-index: 5;
}

input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #020304;
  transition: .5s;
}
.navbar-dark label span {
  background: #ffffff;
}

input + label span:first-child { top: 3px; }

input + label span:last-child { top: 17px; }

label:hover { cursor: pointer; }

input:checked + label span {
  opacity: 0;
  top: 50%;
}

input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
  background:#fff;
}

input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
  background:#fff;
}

input#burger {
  visibility: hidden;
}

/*
 MOBILE NAV
 ----------------------------------------------------------------------------*/

input ~ nav {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}

input ~ nav > ul {
  text-align: left;
  position: absolute;
  top: 15%;
  left: 15%;
  right: 10%;
}

input ~ nav > ul > li {
  opacity: 0;
  transition: .2s;
  transition-delay: 0s;
}
nav.mobile li.nav-item {
  padding: 5px;
}
nav.mobile li.nav-item ul {
  padding-top:10px;
}

nav.mobile li.nav-item ul li.nav-item {

}
input ~ nav > ul > li > a.nav-link,
input ~ nav > ul > li > a.nav-link:active,
input ~ nav > ul > li > a.nav-link:visited,
input ~ nav > ul > li > a.nav-link:focus,
nav.mobile li a.nav-link,
nav.mobile li a.nav-link:active,
nav.mobile li a.nav-link:visited,
nav.mobile li a.nav-link:focus {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  outline:none;
}
input ~ nav > ul > li > a > span {
  letter-spacing: 2px;
}
input ~ nav > ul > li > a:hover,
nav.mobile li a.nav-link:hover {
  color: #00addc;
  transition: 1s;
}
nav.mobile li i {
  font-size: 17px;
}

input:checked ~ nav {
  height: 100%;
  width: 100%;
  transition-delay: 0s;
  background-color: #000;
}

input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}

@media (min-width:992px) {
  input ~ nav,
  input + label,
  input#burger {
    display: none;
  }
}

/*
 UTILITY CLASSES SECTION
 ----------------------------------------------------------------------------*/
iframe#mediaplxpxl {
    opacity: 0;
}

.w100 {
  width: 100%;
  height: auto;
}

.blue {
  color: #1F3886;
}

/*
 GLOBAL SECTION
 ----------------------------------------------------------------------------*/
#content > .container, section > .container {
  margin: 2em auto;
}

#outerwrapper {
  height: 100%;
  overflow-x: hidden;
  padding-bottom: 0em;
  background-color:#f2f2f2;
}

.page-home #outerwrapper {
  position: relative;
}

/*
 HEADER
 ----------------------------------------------------------------------------*/
header {
  line-height: 1.5em;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.page-home header, .page-production header, .page-about header, .page-team header {
  position: absolute;
  top: 0;
  left: 0;
}

#social-head {
  margin: .25em .5em;
  display: none;
}

@media (min-width:992px) {
  #social-head {
    display: block;
  }
}

#btn-menu {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  margin: .5em;
  background: url(../_img/nav-icons.png) no-repeat;
  background-position: left top;
  background-size: 200% auto;
  border: 0;
}

#btn-menu:hover {
  background-position: right top;
}


/*
 MAIN NAV
 ----------------------------------------------------------------------------*/
nav {
  position: relative;
  width: 100%;
  z-index: 1000;
}

nav a {
  display: inline-block;
  padding: .5em;
}

.navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width:576px) and (max-width:991px) {
  .page-home li.nav-item {
      float: left;
      clear: both;
      display: block;
      width: 14em;
      margin-left: auto;
  }
}

@media (min-width: 992px){
  .navbar-nav {
    margin-right: auto;
  margin-left: 0;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;  font-family: 'Barlow', sans-serif;font-weight:700;font-size:16px;text-transform: uppercase;letter-spacing: 2.5px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active {
  color: #ffffff !important;font-family: 'Barlow', sans-serif;font-weight:700;font-size:16px;text-transform: uppercase;letter-spacing: 2.5px;outline:none;
}

.page-nobanner .navbar-light .navbar-nav .nav-link {
  color: #000000 !important;  font-family: 'Barlow', sans-serif;font-weight:700;font-size:16px;text-transform: uppercase;letter-spacing: 2.5px;
}

.page-nobanner .navbar-light .navbar-nav .nav-link:hover,
.page-nobanner .navbar-light .navbar-nav .nav-link:focus,
.page-nobanner .navbar-light .navbar-nav .nav-link:active {
  color: #000000 !important;font-family: 'Barlow', sans-serif;font-weight:700;font-size:16px;text-transform: uppercase;letter-spacing: 2.5px;outline:none;
}

.page-nobanner .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #203886;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00addc; outline:none;
}

.navbar-nav .dropdown-menu {
    position: relative;
    float: none;
}

.navbar-brand {

  width: auto;
  background: url(../_img/logo-white.png) center center no-repeat;
  background-size: cover;
}

.page-nobanner .navbar-brand {
  width: auto;
  background: url(../_img/logo.png) center center no-repeat;
  background-size: cover;
}

@media (min-width:768px) {
  .navbar-brand {
    height: 4.5em;
    margin-right: 50px;
  }
  .navbar-brand img {
    width: 180px !important;
  }
}

.navbar-brand img {
  height: 100% !important;
  width: 220px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #203886;
}

@media (max-width:991px) {

.navbar-dark .navbar-nav .nav-link {
  background: rgba(0,0,0,1);
  padding-left:.75em;
  width: 100%;
}
}

/*
BUTTONS
_____________________________________________________________________________*/
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #ffffff;
}

/*
 FOOTER SECTION
 ----------------------------------------------------------------------------*/
footer {
  background: #000000; /*#00addc;*/
  color: #fff;
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  padding: 0;
  min-height: auto;
}

#social-footer {
  font-size: 130%;
}

@media (min-width:992px) {
  #social-footer {
    display: none;
  }
}

#copyright {
  font-size: 70%;
  line-height: 1.5;
  margin-top: .5em;
  margin-bottom: .5em;
}
#copyright a {
  color:#ffffff;
}

#credit {
  font-size: 60%;
  line-height: 1.5;
}
/*
@media (min-width:1200px) {
  header, footer {
    font-size: 60%;
    line-height: 1.5em;
  }
}*/

/*
 HOME SECTION
 ----------------------------------------------------------------------------*/

#keyart {
  position: relative;
}

.carousel-indicators {
  margin-bottom: 3%;
}

.carousel-item {
  padding-bottom: 66.222222%;
  /*min-height: 56.25vh;*/
  min-height: 100vh;
  height: 100vh;
  width: 100%;
}

@media (min-width:1280px){
  .carousel-item {
    padding-bottom: 47.222222222%;
  }
}

/*
Forces carousel image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
  height:100%;
}

@media (max-width:768px){
  .carousel-item {
    padding-bottom: 67.222222222%;
    min-height: 100vh;
    height: 100vh;
  }
  .carousel-item img {
    opacity: 0;
  }
  .carousel-indicators {
    display: none;
  }
}

#banner {
  position: relative;
  padding-bottom: 35%;
  min-height: 44vh;
  background-color: #222;
}
#banner .banner-img {
  object-fit: cover;
}

.home .jumbotron {
width: 27em;
padding: 2em 1em !important;
}
.jumbotron {
  background: transparent !important;
  color: #fff;
  width: 84%;
  margin-left: 8.125%;
  margin-top: 1em;
  transform: translateY(-50%);
  top:50%;
  pointer-events: none;
  padding: 1em .5em !important;
}


.jumbotron .container {
  width: 100%;
}

.jumbotron h1 {
  font-size: 41px;
  margin-bottom: .25em;
  line-height: .9;
  color: #fff;
  text-transform:none;
  line-height:1;
  text-shadow: 0.05em 0.03em 0.125em rgba(0,0,0,.6);
}

.jumbotron p {
  pointer-events: all;
  text-shadow: 0.05em 0.03em 0.125em rgba(0,0,0,.6);
  font-weight: 500;
}

.jumbotron .nav-item {
  display: inline-block;
  pointer-events: all;
}
.jumbotron .dropdown-menu,
#production-buttons .dropdown-menu {
  background: #f0f1f1;
}

@media (max-width:768px){

  .jumbotron { background: rgba(0,0,0,.5) !important;  }
  .home .jumbotron { width: 96%; padding: 2em 1em !important; transform: translateY(-35%);}
  .home .jumbotron { background: rgba(0,0,0,1)!important;margin-left:2%;margin-right:2%;bottom: 9%;transform:unset;top:unset; }
  .jumbotron { background: rgba(0,0,0,.5) !important; transform: translateY(-25%); }
  #content .jumbotron p {font-size: 14px !important; margin-bottom:5px;}
  #content .jumbotron p a.btn { margin-top:5px; }
  #banner  { min-height: 300px; }
}

@media (max-width: 479px) {

.jumbotron { font-size:80%; width: 84%; padding: 1em 0em .7em 0em !important; }
.jumbotron h1 {font-size: 220% !important;}
#content .jumbotron p {font-size: 13px !important;}

}

.instafeed {
  background: #fff;
}

.instafeed .col {
  padding: 0;
}

.instafeed .container-fluid {
  padding: 0;
}

#home-instagram {
  max-width: none;
}

#home-instagram img {
  width: 100%;
  max-width: none;
}

.page-home  #keyart{ max-width: none !important; padding: 0; }

.carousel-inner {
  background: #222;
}

.carousel-indicators li {
  cursor: pointer;
  border-radius: 50%;
  width: 8px; height:8px;
  margin: 0 .25em;
}

.carousel-control-next {
    text-align: right !important;
    width:8%;
}

.carousel-control-prev {
    text-align: left !important;
    width:8%;
}

/*
 ABOUT SECTION
 ----------------------------------------------------------------------------*/
#about-nav {
  float: none;
}
.about-nav-main {
  display: none;
}
.about-nav-mobile {
  text-align: center;
  margin-bottom: 3em;
}
.about-nav-mobile .subnav {
  display: inline-block;
  width: auto;
  margin-left: auto;
}
.page-about h1 {

}

@media (min-width:767px) {
  .about-nav-main {
    display: block;
  }
  .about-nav-mobile {
    display: none;
    text-align: left;
    margin-bottom: 0;
  }
  .page-about h1 {
    display: block;
  }
}


.subnav a {
  float: left;
}

.subnav a.active {
  color: #1F3886;
}

.about-sec {
  display: none;
}

.about-sec:first-of-type {
  display: block;
}

ul.team {
  padding-left: 0;
}

.team-member {
  margin-bottom: 1.5em;
}

.tm-thumb {
  max-width: 190px;
}

@media (max-width:767px) {
  .tm-thumb {
    display: block;
    max-width: 150px;
  }
}

.tm-name {
  color: #000000;
  text-transform: none;
  line-height: .75;
  margin-left: -.0325em;
}

.tm-role {
  color: #00addc;
  padding-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tm-more {
  display: none;
}

.show-more .tm-more {
  display: block;
}

.show-more .tm-less {
  display: none;
}

.read-more, .read-less, .read-more-btn {
  text-transform: uppercase;
  font-size: .9em;
  color: #000000;
  border-bottom: 2px solid #000;
  padding-left: 2px;
  padding-bottom: 3px;
}

.read-more:hover, .read-more:active, .read-more-btn:hover, .read-more-btn:active {
  border-bottom: 2px solid #00addc;
  color:#00addc;
}

/*
 NEWS THUMBS
 ----------------------------------------------------------------------------*/

.news-item {
  margin-bottom: 0;
  padding: 1.75em 0 0 0;
  border-bottom: 2px solid #00addc;
}

.news-wrapper .news-item {
  padding: 1em 0 0;
  border-top: 2px solid #00addc;
}
.featured-border {
  padding-bottom: 50px;
}
.featured-border span {
  border-bottom: 1px solid #797979;
  width: 100%;
  display: block;
}
.news-wrapper.featured img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.news-wrapper.featured .news-inner {
  position:absolute;
  bottom: 100px;
  left: 60px;
}
.news-wrapper.featured .news-hed {
  color:#ffffff;
  max-width: 500px;
  padding-bottom: 20px;
}
.news-wrapper.featured .news-date {
  color:#ffffff;
}
.news-wrapper.featured .news-category {
  color:#ffffff;
}
.news-wrapper.featured .btn {
  font-size: 1em;
  padding: .475rem .75rem;
}
.news-home .news-item {
  border-bottom: none;
}

.news-home .news-wrapper .news-item {
  border-top: none;
}

.news-item .col-sm-7 {
  padding-left: 0;
  padding-right: 0;
}

.news-thumb {
  margin-bottom:0.8em;
}

.news-category, .post-date {
  font-size: 95%;
  line-height: 1em;
  margin-bottom: .5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00addc;
}

.news-date {
  text-transform: none;
  color: #76787a;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  letter-spacing:0px;
}

.news-date .category {
	color:#000000;
	margin-top: -3px;
    display: inline-block;
}

.news-hed,
a.news-hed,
.news-item:hover .news-hed {
  font-size: 175%;
  line-height: 1.2;
  color: #000000;
  padding: 0;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.news-excerpt p,
a.news-excerpt p
 {
  font-family: 'Barlow', sans-serif;
  color: #76787a;
  font-weight: 300;
  font-size: 17px!important;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.news-wrapper {
  margin-bottom: 50px;
}
.single .news-wrapper {
  margin-bottom:20px;
}

.news-filters li a {
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 2.5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  margin:0px 30px;
  padding-left: 4px;
  color: #76787a;
}

.news-filters li a.active,
.news-filters li a:hover {
  border-bottom: 2px solid #00addc;
  color:#00addc;
}

.news-filters {
  margin-bottom: 40px;
}

.news-top-text p {
  text-align: center;
  font-size: 18px!important;
  margin-bottom: 40px;
}

.news-top-text a {
  color: #76787a;
  text-decoration: underline !important;
}

.single .news-hed { font-size: 110%; }
.single .news-item:hover .news-hed {
  font-size: 110%;
}

.single h6.more-news {
  letter-spacing: 2.5px;
}

.single .news-item .col-sm { padding-left:7px; padding-right: 7px; }

.single .news-item:first-child .col-sm { padding-left:0; padding-right: 14px; }

.news-wrapper .news-item:last-child .col-sm { padding-left: 14px;padding-right: 0;}

#home .news-hed {
  font-size: 120%;
}

#main .news-hed {
  max-width: 10em;
}

@media (min-width:768px) {
  .page-home .news-hed {
    padding-right:1em;
  }
}

@media (max-width:767px){
  .news-wrapper.container { max-width: 566px !important; }
  .news-item { margin-bottom: 2em; }
  .news-item .col-sm {
    width: 50%;
    float: left;
    padding-right:.5em;
    padding-left:.5em;
  }
  .news-item .col-sm.col-img { padding-left:.75em; padding-right:.75;}
  .news-item .col-sm.col-text{ padding-left:0.5em; padding-right:2em;}
  .news-filters li a {
    margin:0px 5px;
  }
}

@media (max-width:479px){
  .news-wrapper.container { max-width: 566px !important; }
  .news-item { margin-bottom: 2em; }
  .news-item .col-sm {
    width: 100% !important;
    float: left;
    padding-right:.5em;
    padding-left:.5em;
  }
  .news-item .col-sm.col-img { padding-left:.75em; padding-right:.75;}
  .news-item .col-sm.col-text{ padding-left:0.5em; padding-right:2em;}
}

/*
 NEWS SECTION
 ----------------------------------------------------------------------------*/
h1.article-hed { margin:0 0 0.2em; }

.news-img img {
  margin-bottom: 1em;
  width: 100%;
}

#news-main .news-date {
  margin-bottom: 2.5em;
  font-weight: 500;
}

.sidebar .news-hed {
  font-size: 100%;
}

#secondary {
  font-size: 100% !important;
  line-height: 1;
}

#secondary li a {
  display:block;
  margin-bottom: .325em;
  color: #1F3886;
  font-size: 120%;
  line-height: 1.125;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#secondary li a:hover, #secondary li a:focus, #secondary li a:active {
  color: #00addc;
}

#secondary li .post-date {
  font-size: 60%;
}

.nav-links {
  margin: 0 auto;
}

.press-link {
  padding: .5em;
  display:block;
}

/*
 SOCIAL ICONS
 ----------------------------------------------------------------------------*/

.social-icons {
  line-height: 2em;
}
 /*
.social-icons a {
  display: inline-block;
  height: 1.6em;
  width: 1.4em;
  background-image: url(../_img/soc-icons.png);
  background-size: auto 200%;
}

.page-nobanner #social-head .social-icons a {
  background-image: url(../_img/soc-icons-alt.png);
  background-size: auto 200%;
}

.social-icons a.icon-fb { background-position: left top; }
.social-icons a.icon-tw { background-position: 25% top; }
.social-icons a.icon-ig { background-position: 50% top; }
.social-icons a.icon-yt { background-position: right top; width: 3.2em; }

.social-icons a.icon-fb:hover { background-position: left bottom; }
.social-icons a.icon-tw:hover { background-position: 25% bottom; }
.social-icons a.icon-ig:hover { background-position: 50% bottom; }
.social-icons a.icon-yt:hover { background-position: right bottom; }
*/
.social-icons i {
    color:#00addc;
}
.page-banner .social-icons i,
.home .social-icons i {
    color:#ffffff;
}
.social-icons i:hover {
    color:#00addc;
}

#production-fields .read-more {
  margin-right:15px;
  margin-bottom: 30px;
  display: inline-block;
}

#production-fields {

}

/*
 PRODUCTION PHOTO CAROUSEL
 ----------------------------------------------------------------------------*/
/*.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carousel-control{
    &.left, &.right{
      background-image: none;
    }
  }
}*/

/*
 PRODUCTIONS SECTION
 ----------------------------------------------------------------------------*/
#production {
  padding-bottom: 50px;
}
#production-gallery {
  padding: 0;
  margin-top:20px;
  margin-bottom: 20px;
}
#production-gallery p {
  font-size: 70% ;
  line-height: 1.2;
  padding-top:.5em;
}
#production-gallery a {
    display: block;
}
#production-gallery a:hover {
    opacity: .7;
}

#production-buttons p {
  text-align: center;
}

.thumbnail { margin-bottom:6px; }

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

.ekko-lightbox .modal-body {
    padding: 0;
    background: #000; }

#production-sidebar {
  float: right
}

.ekko-lightbox-nav-overlay a { color: #fff; }
.ekko-lightbox-nav-overlay a:hover { color: #fff; }


.page-cookies ul, .page-gdpr ul {
  margin: 0 0 2em 3em;
}
.page-cookies li, .page-gdpr li{
  margin-bottom: 1em;
  line-height: 1.5
}
.page-cookies h4, .page-privacy-policy h4, .page-gdpr h4 {
  margin-top: 3em;
  font-weight:bold;
}
.page-gdpr h4 {
  margin-top: 2em;
}
.page-gdpr h4:first-of-type {
  margin-top: 0;
}
.page-cookies td, .page-cookies li {
  line-height: 1.5;
}

/*
  CAROUSEL
 -------------------*/
@media (max-width:767px) {
  .owl-carousel {
    padding: 0;
  }
}

.owl-stage{
    margin: 0 auto;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity:0;
}

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

#hp-carousel {
  width: 100%;
  height: auto;
  display: block;
}

.bx-wrapper {
  background: transparent;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -3em;
}

.hp-img {
  max-width: 100% !important;
  height: auto;
}

.owl-carousel .owl-stage-outer {
    margin-right: -1px;
    margin-bottom: -1px;
}

.owl-theme .owl-controls {
  z-index: 1000000;
  position: absolute;
  top:0; left:0; width: 100%; height: 100%;
}

.owl-carousel .owl-item img:not(.vid-play) {
  width: 100% !important;
  height: auto;
  border: 1px solid #999;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 2em; left: 0;width: 100%;
}

.single .owl-theme .owl-dots {
  bottom: 4em;
}

.show-page .owl-theme .owl-dots {
    position: relative;
    top: 1em;
    left: 0;
    width: 100%;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 45%; left: 0;width: 100%;
  transform: translateY(-50%);
}

.single .owl-theme .owl-nav {
  top: 45%;
}

.owl-theme .owl-prev,
.owl-theme .owl-next,
.bx-prev, .bx-next,
#home-prev, #home-next {
  position: absolute;
  top: 40%; left: 0;
  transform: translate(-2.5em,-50%);
  background: transparent;
  pointer-events: all;
}

.owl-theme .owl-next,
.bx-next,
#home-next {
  right: 0;
  left: auto;
  transform: translate(2.5em,-50%);
}

.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev,
#home-prev, #home-next {
  background: transparent;
}

.owl-theme .owl-prev, .owl-theme .owl-next,
.bx-wrapper .bx-prev, .bx-wrapper .bx-next,
#home-prev, #home-next {
  background: url(../_img/arrows-lr-white.png) center center no-repeat !important;
  background-size: 200% auto !important;
    width: 2.1em !important;
    height: 3.5em !important;
  display: block;
}
#home-prev, #home-next {
  background: url(../_img/arrows-lr-white.png) center center no-repeat !important;
  background-size: 200% auto !important;
}

.bx-wrapper .bx-prev,
.owl-theme .owl-prev,
#home-prev {
  background-position: top left !important;
}

.bx-wrapper .bx-next,
.owl-theme .owl-next,
#home-next {
  background-position: top right !important;
}

#owl-demo .item a {
  display: block;
  height: 100%;
  width: 100%; }

#home-carousel {
  width: 100%;
  margin: 0 auto; }

.home .carousel-container {
  width: 100%; }

@media (min-width:768px) {
  .home .carousel-container {
    width: 100%; }
}

/*
 CONTACT SECTION
 ----------------------------------------------------------------------------*/
#contact .row {
  padding-bottom: .125em;
  margin-bottom: 1.25em;
}
.contact-map {
  position: relative;
  width: 100%;
  height: 0;
  margin:1px;
  margin:1px;
  padding-bottom: 46.25%;
  border: 1px solid #999;
  margin-bottom: .5em;
}
@media (min-width:576){
  .contact-map {
  }
}
@media (min-width: 767px){
  .contact-map {
    margin-bottom: 2em;
    padding-bottom: 56.25%;
  }
}

.contact-map iframe {
  position: absolute;
  top:4px; left:4px;
  width: calc(100% - 8px)!important;
  height: calc(100% - 8px) !important;
}

/*
 GALLERY SECTION
 ----------------------------------------------------------------------------*/
#media_gallery {
}

#videos {
}

#videos  h2 {
    text-align: left;
}

#photos {
    text-align: left;
}

#photos {
    margin-bottom: 1.5em;
}

.video-item {
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 130px
}

.video-item img.video-overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    display: block;
}

.video-item:hover img.video-overlay {
    opacity: 0.7;
}

#video-display {
    text-align: center;
    margin: 0 0 30px 0;
}

#video-display iframe {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.photo-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 3px;
}

#photo-display img {
    background-size: 100% 100%;
}


/*
 VIDEOS
 ----------------------------------------------------------------------------*/
.video-open {
  overflow:hidden;
}

.video-link, .photo-link {
  width: 100%;
  padding-bottom: 68.5%;
  position: relative;
}

.video-link:before {
  content: '';
  background: url(../_img/vid-play.png) center center no-repeat;
  background-size: cover;
  z-index: 10000000;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 68.5%;
}

.photocaption {
  font-size: 75%;
  padding-top: .25em;
  letter-spacing: 0;
}


#video-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0;
	background: rgba(51,51,51,.9);
	z-index: 100000000000;
    overflow: hidden;
	transition: top .5s;
	border:none !important;
}

#video-modal .modal-body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

@media (min-width:768px) {
  #video-modal .modal-body {
    height: 100%;
    width:86%;
    padding-top:4em;
  }
}

.video-open #video-modal {
	top: 0;
}

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 0;
  padding-bottom: 50.65%;
  transform: translate(-50%,-50%);
}

#video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
}

#video-close {
	display: block;
  font-size: 100%;
  line-height: .6;
  position: absolute;
  top: 0;
  right: 0;
  height: 1.325em;
  width: 1.325em;
	margin: .25em;
	color:#c50000;
	background: url(http://cdn.spotcointeractive.com/websites/hadestown/_img/nav-icons.png) left 25% no-repeat;
	background-size: 200% auto;
	z-index: 100000;
}

#video-modal .modal-close:hover {
	color:#f4dfaa;
}
#video-modal .modal-close:before {
  content: 'x';
  color: #fff;
  font-weight: 300;
  font-family: Arial, sans-serif;
  position: absolute;
  top:0;
  left:0;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.27);
}

.modal-close {
  position: absolute;
  top: .5em;
  right: 1em;
  z-index: 100000000;
  font-size: 200%;
  line-height: .9;
}
/*
 SINGLE BLOG PAGE
 ----------------------------------------------------------------------------*/
.single-post li {
	margin-bottom: 10px;
	line-height:1.5em;
}
.single-post ul {
	padding-left: 20px;
	margin-bottom: 2rem;
}
/*
 UPGRADE PAGE
 ----------------------------------------------------------------------------*/
#upgd_content {
}

#upgd_content .msgbox {
    width: 940px;
    margin: 20px auto;
    padding: 10px;
}

/* =============================================================================
 MEDIA QUERIES
 ========================================================================== */
.container {
  width: 90%;
}
.container .container {
  max-width: none;
  width: 100%;
}
/* Tiny Devices */
@media (max-width: 575px) {
.container { max-width: none; }
}
/* Extra Small Devices */
@media (min-width: 576px) and (max-width:767px) {
.container { max-width: none; }
}
/* Small Devices */
@media (min-width: 768px) and (max-width:991px) {
.container { max-width: none; }
}
/* Medium Screens */
@media (min-width: 992px) and (max-width:1199px) {
.container { max-width: none; }
}
/* Large Screens */
@media (min-width: 1200px) {
.container { max-width: 1280px; }
}
/* X-Large Screens */
@media (min-width: 1500px) {
.container {  }
}

#content, #banner, #keyart, footer, .hidden {
  display: none;
}
.page-loaded #content, .page-loaded #banner, .page-loaded #keyart, .page-loaded footer {
  display: block;
}
