/*
Theme Name: NIT Television
Theme URI: http://image-plus.co.uk
Author: Image Plus
Description: NIT Theme
Version: 1.0
*/
/* Font Import */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons&style=outlined");

* {
  font-family: Poppins;
  font-weight: normal;
  /* overflow-x: hidden; */
}

body {
  background-color: #080d11;
}

body > * {
  line-height: inherit;
}

.content-area {
  margin-top: 160px !important;
}

h1 {
  font-size: 20px;
  font-weight: 400;
}

.error {
  background: rgba(0, 0, 0, 0.5);
  background-image: url("../assets/home-production-image@2x.jpg");
  background-size: 100vw;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0);
  background-position: center center;
  height: 100vh;
  z-index: -100;
}

.error h1 {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  left: 20%;
  text-align: center;
  padding: 15px;
  z-index: 1;
}

.error p {
  height: auto;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 20%;
  left: 20%;
  text-align: center;
  padding: 15px;
  z-index: 1;
}

a,
a:hover {
  color: black;
}

/* ========== Font Awesome ========= */
/* Default from https://fonts.googleapis.com/css?family=Material+Icons */
.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;
}

/* Added */
.material-icons.material-icons--outline {
  font-family: "Material Icons Outline";
}

.slider {
  position: relative;
}

/*============================================*/
/*=============== Navigation =================*/
/*============================================*/
.nav {
  color: #ffffff;
  font-family: helvetica;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 51;
}

.nav__details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px 0;
}

@media (max-width: 575px) {
  .nav {
    background-color: black;
  }

  .nav__inner {
    padding: 15px;
  }

  .nav__details {
    display: none;
  }

  .nav__logo {
    width: 50%;
  }
}

.nav__link {
  position: relative;
  z-index: 51;
}

@media (min-width: 576px) {
  .nav__inner {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .nav__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-wrapper {
  position: relative;
  z-index: 50;
}

.nav li {
  padding-right: 30px;
  vertical-align: middle;
}

.nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.nav li a:link {
  color: #ffffff;
  text-decoration: none;
}

.nav li a:hover {
  color: #ffd115;
}

.home .nav-dark {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 15;
}

.navbar.scrolled {
  position: fixed;
  background-color: #080d11;
  width: 100vw;
  height: 160px;
  margin: 0 !important;
}

.news-head {
  color: black;
  font-size: 26px;
  display: block;
  line-height: initial;
  overflow-y: hidden;
}

/*============================================*/
/*=========== Carousel Indicators ============*/
/*============================================*/
.carousel-indicators li {
  text-indent: 0;
  width: 24px;
  height: 24px;
  background-image: url("../assets/inactive.svg");
  background-position: center center;
  background-size: 100%;
  margin: 10px;
  z-index: 50;
  background-color: transparent;
  overflow: visible;
}

.carousel-indicators .active {
  width: 30px;
  height: 30px;
  background-image: url("../assets/active.svg");
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  overflow: visible;
}

.hidden {
  display: none;
}

.carousel-indicators {
  justify-content: center;
  align-items: center;
}

.arrow {
  /* padding-left: 30px;
  position:relative;
  top: 3px; */
  vertical-align: middle;
  margin-left: 5px;
}

.carousel {
  /* height: calc(100vh - 100px); */
}

.production-block-template .carousel-item {
  margin-top: 0px;
  /* height: calc(100vh - 96px); */
  height: 100vh;
}

.production-slider-img {
  height: 100%;
}

/*============================================*/
/*=============== Show info ==================*/
/*============================================*/
.hero-img {
  background: no-repeat center / cover;
  height: 100vh;
}

.show-info {
  background-color: #ffd115;
  width: 564px;
  height: 90px;
  position: absolute;
  float: right;
  right: 0;
  bottom: 10%;
  transition: 0.4s;
  color: #080d11 !important;
}

.show-info a {
  color: #080d11;
}

.show-text {
  vertical-align: bottom;
  overflow-y: visible;
  padding-top: 30px;
  padding-left: 60px;
  font-size: 20px;
}

.show-info:hover {
  background-color: #080d11;
  color: #ffd115 !important;
  text-decoration: none;
}

.about-title-sub {
  font-size: 16px;
  overflow-y: hidden;
}

.about-title {
  font-size: 20px;
  overflow-y: hidden;
}

/*============================================*/
/*=============== Home Info ==================*/
/*============================================*/
.info {
  background-color: #080d11;
  height: auto;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100vw;
}

.heading-info-text {
  color: #ffd115;
  font-family: helvetica;
  font-size: 32px;
  max-width: 435px;
}

.info-text {
  color: #ffffff;
  font-size: 18px;
  max-width: 635px;
  float: right;
  line-height: 1.428571429;
}

/*============================================*/
/*================= Footer ===================*/
/*============================================*/
footer {
  background-color: #080d11;
  height: 90px;
  display: inline-block;
}

.footer-logo {
  width: 97px;
  line-height: 0;
}

.footer-text {
  color: #fff;
  font-size: 14px;
}

.footer-text a {
  color: #ffd115;
}

/*============================================*/
/*============== Hamburger Menu ==============*/
/*============================================*/
.three {
  width: 23.8%;
}

/* COLUMNS */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

/* CLEARFIX */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* ALL */
.hamburger .line {
  width: 20px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 33;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */
.hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/*============================================*/
/*=============== Nav Overlay ================*/
/*============================================*/
#overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 50;
}

#overlay div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  background-image: url("../assets/menu-bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: 60vw;
  background-position: center center;
  position: fixed;
  z-index: 15;
}

#overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  font-size: 32px;
  font-family: Poppins;
  opacity: 1;
}

#overlay ul li {
  margin: 20px auto;
  padding: 0;
  font-family: Poppins;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}

#overlay li a {
  color: #ffffff;
  text-decoration: none;
}

/*============================================*/
/*=================== About ==================*/
/*============================================*/
.about {
  height: auto;
  background-color: #ffd115;
  padding-top: 100px;
  padding-bottom: 140px;
}

.about-title {
  font-size: 20px;
  font-family: Poppins;
  line-height: 1.7em;
  margin-top: -10px !important;
}

.about-heading {
  width: 250px;
  overflow: visible;
}

.about-text {
  max-width: 825px;
  font-size: 18px;
}

/* Nav Bar Dark*/
.nav-dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  width: 100vw;
  height: 160px;
  margin: 0 !important;
  position: fixed;
  z-index: 44;
  left: 0;
}

/*============================================*/
/*================= Profiles =================*/
/*============================================*/
.profiles {
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  overflow-y: hidden;
}

.profile {
  margin: 0;
  cursor: pointer;
  overflow-y: hidden;
}

.profile .about-title {
  font-weight: normal;
}

.profile img {
  margin: 0;
  overflow-y: hidden;
  width: 100%;
}

.hover-bio-wrapper {
  position: relative;
  color: rgba(0, 0, 0, 0);
  width: 100%;
  right: 0;
  overflow-y: hidden;
}

figure.hover-bio img {
  display: block;
  border: 1px solid #080d11;
  overflow-y: hidden;
}

figure.hover-bio {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  overflow-y: hidden;
}

figure.hover-bio::before,
figure.hover-bio::after {
  position: absolute;
  background: black;
  opacity: 0.3;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: hidden;
}

figure.hover-bio figcaption {
  position: absolute;
  display: block;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 22;
  width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
  opacity: 0;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: hidden;
}

figure.hover-bio img {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  figure.hover-bio img {
    max-height: 500px;
  }
}

figure.hover-bio figcaption {
  top: 100%;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  overflow-y: hidden;
}

.hover-bio {
  padding: 0;
  overflow-y: hidden;
}

figure.hover-bio:hover figcaption {
  background-color: rgb(255, 136, 31);
  color: #080d11;
  opacity: 1;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height: 20%;
  overflow-y: hidden;
}

.card {
  border: none;
  padding: 0;
  line-height: 0;
}

.overlay {
  display: none;
}

.overlay__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay__details {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.overlay__link {
  font-size: 18px;
  color: white;
}

#overlay .overlay__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  max-width: 81px;
  margin: auto;
}

#overlay .overlay__icon {
  margin: 10px 0;
}

#overlay .overlay__detail {
  margin: 0;
}

@media (min-width: 576px) {
  .overlay__details {
    display: none;
  }
}

figure:hover .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

/*============================================*/
/*=================== News ===================*/
/*============================================*/
.news-hero {
  padding: 0;
  line-height: 1.428571429;
}

.news-info {
  background-color: #ffd115;
  line-height: 1.428571429;
  left: 0;
  margin: 0;
  padding-bottom: 50px;
  width: 40vw;
}

.news-img {
  flex-grow: 1;
  padding: 0;
  max-width: 100vw;
  max-height: 100vh;
  height: 750px;
}

.img-news {
  padding: 0 !important;
}

.news-hero-link a {
  color: #080d11;
}

.news-hero-link .fa-long-arrow-right {
  position: relative;
  top: 2px;
}

.news-title {
  font-size: 24px;
  width: 90vw;
  max-width: 540px;
  overflow: hidden;
  margin-left: 0;
  margin-top: 70px;
  margin-bottom: 40px;
}

.news-title a {
  color: #080d11 !important;
}

.news-text {
  max-width: 540px;
  margin-left: 50px;
}

.news-text a {
  color: #080d11;
  text-decoration: none;
}

.icons {
  max-width: 90vw;
  padding-right: -20px;
  overflow-x: visible;
  list-style: none;
  display: inline-flex;
  padding-left: 0px !important;
}

.icons li {
  /* padding-top: 20px; */
  /*margin-right: -30px !important;*/
}

.icons li:last-child {
  margin-left: 0px;
}

.news-article {
  padding: 0;
  object-position: center;
  line-height: 0;
}

.news-article {
  object-position: center;
  object-fit: cover;
}

.news {
  display: flex;
}

.news-bio {
  color: #ffffff;
  height: 400px;
}

figure.news-bio img {
  display: block;
}

figure.news-bio {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0;
  line-height: 0;
  flex: 1;
}

figure.news-bio::before,
figure.news-bio::after {
  position: absolute;
  background: black;
  opacity: 0.3;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0;
  line-height: 0;
  color: #ffffff;
}

figure.news-bio figcaption {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 100;
  width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
  opacity: 0;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0;
}

figure.news-bio img {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0;
  line-height: 0;
}

figure.news-bio figcaption {
  top: 100%;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  left: 20px;
  line-height: 0;
}

.hover-bio {
  padding: 0;
  line-height: 1.5;
}

figure.news-bio:hover figcaption {
  color: #ffffff;
  opacity: 1;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height: 35%;
  max-width: 470px;
  font-size: 24px;
  left: 20px;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}

.yellow-bar {
  width: 100px;
  height: 6px;
  background-color: #ffd115;
  margin-left: 10px;
  margin-bottom: 10px;
}

.news-article {
  padding: 0 !important;
}

.news-block-heading {
  font-size: 24px;
  overflow: visible;
  color: #ffffff;
  line-height: normal;
  max-width: 80vw;
}

.news-block-heading {
  color: #ffffff !important;
  text-decoration: none !important;
}

.news-block-heading:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/*============================================*/
/*=========== Single News Template ===========*/
/*============================================*/
.news-heading {
  color: #ffd115;
  font-size: 32px;
  background-color: #080d11;
  max-width: 80vw;
  width: 40vw;
  height: 200px;
  padding: 40px;
  text-align: left;
  margin-top: 10%;
}

.article-block {
  /* width: 100vw; */
  background-color: #ffd115;
}

.article-text {
  max-width: 1140px;
  font-size: 16px;
  padding: 40px;
  color: #080d11;
}

.news-image {
  height: 600px;
  margin-top: 148px;
  margin-left: 0px;
  background-color: #ffd115 !important;
  /* padding-top: 30px; */
}

.hero-news-image {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .hero-news-image {
    margin-top: 30px;
  }
}

.post-date {
  font-size: 14px;
  color: #000000;
}

.ft-icons {
  margin: 0 !important;
}

.mw {
  min-width: 25%;
  display: flex;
}

/*============================================*/
/*================ Portfolio =================*/
/*============================================*/
.grid.effect-4 {
  perspective: 1300px;
}

.grid.effect-4 li {
  transform-style: preserve-3d;
}

.grid.effect-4 li.animate {
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  animation: fallPerspective 0.8s ease-in-out forwards;
}

@keyframes fallPerspective {
  100% {
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}

.grid-sizer {
  width: 25%;
}

.grid-item {
  width: 25%;
  height: 400px;
  overflow: visible;
}

.grid-background {
  filter: brightness(100%);
  transition: filter 0.2s;
  height: 230px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.grid-item:nth-of-type(2) {
  width: 25%;
}

.grid-item:nth-of-type(3) {
  width: 50%;
  height: 800px;
}

.grid-item:nth-of-type(4) {
  width: 25%;
  height: 800px;
}

.grid-item:nth-of-type(5) {
  width: 25%;
}

.grid-item:nth-of-type(6) {
  width: 50%;
}

.grid-item:nth-of-type(7) {
  width: 25%;
}

.grid-item:nth-of-type(8) {
  width: 25%;
}

.grid-item:nth-of-type(9) {
  width: 25%;
}

.grid-item:nth-of-type(10) {
  width: 25%;
}

.grid-item:nth-of-type(11) {
  width: 50%;
}

.grid-item:nth-of-type(12) {
  width: 25%;
}

.grid-item:nth-of-type(13) {
  width: 50%;
}

.grid-item:nth-of-type(14) {
  width: 50%;
  height: 800px;
}

.grid-item:nth-of-type(15) {
  width: 25%;
}

.grid-item:nth-of-type(16) {
  width: 50%;
  height: 800px;
}

.grid-item:nth-of-type(22) {
  width: 25%;
  height: 800px;
}

.grid-item:nth-of-type(23) {
  width: 50%;
  height: 800px;
}

.grid-item:nth-of-type(25) {
  width: 50%;
  height: 800px;
}

.grid-item:hover .grid-background {
  filter: brightness(70%);
}

.grid-content {
  bottom: 0;
  background-color: #ffd115;
  position: absolute;
  width: 100%;
  height: 170px;
}

.grid-item:hover .grid-content {
  opacity: 1;
  margin-top: 50px;
}

.grid-item:hover .grid-content {
  opacity: 1;
  margin-top: 50px;
  background-color: #ffd115;
  width: 100%;
  height: 185px;
  position: absolute;
  float: right;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 0;
  margin-left: 0px;
  margin-bottom: -15px;
  transition: 0.4s;
}

.grid-content h2 {
  color: #080d11;
  font-family: Poppins;
  font-size: 42px;
  margin-left: 20px;
  margin-top: 20px;
  line-height: normal;
}

.grid-content h2 span {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.grid-content h2 .btn {
  text-shadow: none;
}

.prod-h1-head {
  display: none;
}

/*============================================*/
/*========= Single Production Item ===========*/
/*============================================*/
.production-heading {
  color: #ffd115;
  font-size: 20px;
  background-color: #080d11;
  max-width: 80vw;
  width: 30vw;
  height: 200px;
  padding: 40px;
  text-align: left;
  margin-top: 10%;
  position: absolute;
  top: 0;
}

.prod-head {
  color: #080d11;
  font-size: 20px;
  width: 80vw;
  margin: 20px;
  top: 30px;
}

.prod-head a {
  color: #080d11;
  text-decoration: none;
}

.h-img {
  background: no-repeat center / cover;
  height: 750px;
  width: 100vw;
}

/*============================================*/
/*================= Contact ==================*/
/*============================================*/
.contact {
  background-color: #ffd115;
  width: 100vw;
  /*height: 435px;*/
  margin-top: 148px;
}

.contact-head h2 {
  font-size: 34px;
}

.featured-image {
  width: 100vw;
  height: 100vh;
}

.contact-link:link {
  color: #080d11;
}

.privacy {
  background-color: #ffd115;
  color: #080d11;
  padding-top: 148px;
  padding-bottom: 50px;
}

.privacy .content h2,
.privacy .content h3 {
  overflow: hidden;
}

.content {
  width: 1140px;
  overflow: visible;
  line-height: normal;
}

.ft-nav {
  margin-top: 0px;
}

.ft-nav li {
  padding-right: 10px !important;
}

/*============================================*/
/*============== MEDIA QUERIES ===============*/
/*============================================*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .article-block {
    padding-top: 40px !important;
  }

  .menu-text {
    font-size: 18px;
  }

  figure .overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
  }

  figure.news-bio figcaption {
    color: #ffffff;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    height: 60% !important;
    max-width: 470px;
    font-size: 24px;
    left: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 0;
    z-index: 0;
  }

  .mnh {
    height: 250px !important;
  }

  figcaption .news-title {
    font-size: 20px !important;
  }

  .carousel-inner {
    top: -70px;
  }

  .news-img-mobile {
    height: 250px !important;
  }

  .heading-info-text {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .footer-logo {
    visibility: hidden;
    margin: -100px !important;
  }

  footer {
    height: auto;
  }

  .page-id-6 footer {
    margin-top: -40px;
  }

  footer ul {
    align-self: center;
  }

  .show-info {
    position: relative;
    width: 100vw;
    z-index: 10;
    display: flex;
    align-items: center;
  }

  .martop {
    margin-bottom: -70px !important;
  }

  .head-logo {
    width: 100px;
  }

  .profiles {
    padding-top: 0px !important;
  }

  nav .head-info-text {
    display: none !important;
    z-index: 11;
  }

  .home .nav-dark {
    background-color: transparent;
    background-color: #080d11;
    height: 100px;
    left: 0;
    position: fixed;
  }

  .post-date {
    overflow: visible;
  }

  .head-dark {
    width: 100vw;
  }

  figure.news-bio figcaption {
    width: 80vw !important;
  }

  .nav-dark {
    position: fixed;
    z-index: 55;
    top: 0;
    height: 100px !important;
  }

  .hamburger {
    z-index: 12;
    right: 30;
  }

  .news-info {
    width: 100vw;
    padding-top: 30px !important;
  }

  .icons li {
    margin-right: 0 !important;
  }

  .nav-item {
    padding: 0 !important;
  }

  .prod-h1-head {
    color: black;
    font-size: 18px;
    display: block;
    line-height: initial;
  }

  .mh {
    display: none;
  }

  .info {
    padding-top: 50px !important;
    margin-bottom: -120px !important;
  }

  .arrow {
    padding: 0 10px;
  }

  .show-text {
    padding-top: 0;
    padding-left: 20px;
    font-size: 16px;
  }

  .info-text {
    font-size: 18px;
  }

  .hamburger {
    float: right;
  }

  #overlay div {
    background-size: 125%;
  }

  .profiles img {
    width: 100vw;
    height: auto;
  }

  .privacy {
    padding-top: 148px;
    padding-bottom: 30px;
  }

  .card {
    margin-bottom: 0;
  }

  .about h3 {
    padding-bottom: 30px;
  }

  .latest-news-section {
    height: auto;
    margin-bottom: 20px;
  }

  .latest-news h1 {
    margin: 40px;
    font-size: 20px;
    font-weight: 400;
    width: 90vw;
  }

  .latest-news p {
    width: 90vw;
    margin: 40px;
  }

  .news-img {
    width: 100vw;
    margin: 0 !important;
  }

  .news-block-heading {
    margin-top: -10px;
    max-width: 80vw;
    font-size: 18px;
  }

  .news-block-heading a:link {
    color: #ffffff;
  }

  .news-title {
    max-width: 90vw;
    font-size: 24px;
    margin: 20px;
  }

  .news-text {
    max-width: 90vw;
    margin: 20px;
    font-size: 16px;
  }

  .icons {
    padding: 0 !important;
    margin: 0 !important;
    float: none;
  }

  .icons li {
    padding-top: 40px;
    margin-left: 10px;
  }

  .news-img {
    height: 230px;
    background-size: 100vh;
    background-position: center center;
    margin-left: 15px;
  }

  .grid-item {
    height: 300px !important;
    width: 100% !important;
    margin-top: -4px;
    border: 0px;
  }

  .grid-content {
    margin: 30px;
    margin-top: 30px;
    transition: all 0.2s;
  }

  .grid-content h2 span {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
  }

  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  .carousel-indicators li .active {
    width: 10px;
    height: 10px;
  }

  .hero-img {
    background: no-repeat center / cover;
    height: 300px;
  }

  .slider {
    position: relative;
    margin-top: 80px;
  }

  .news {
    display: block;
  }

  .article-text {
    font-size: 14px;
    max-width: 100vw;
    padding-top: 60px;
  }

  .hero-news-image {
    padding: 0;
  }

  .news-image {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .news-heading {
    max-width: 100vw;
    width: 100vw !important;
    margin: 0 !important;
    padding: 10px;
    font-size: 20px;
    height: 125px;
    margin-left: 0 !important;
    position: absolute;
    left: 0 !important;
    top: 370px !important;
  }

  body {
    /* margin-top: 100px; */
  }

  .grid-content {
    opacity: 1;
    margin-top: 50px;
    background-color: #ffd115;
    width: 100%;
    height: 85px;
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: -15px;
  }

  .grid-item .grid-content {
    height: 85px;
  }

  .prod-head {
    font-size: 16px;
    width: 80%;
    overflow: visible;
  }

  figure.hover-bio figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 20%;
    z-index: 5;
  }

  figure.hover-bio:hover figcaption {
    height: 20%;
  }

  .about {
    padding-top: 60px !important;
    padding-bottom: 20px;
  }

  .about-title-sub {
    font-size: 16px;
    overflow-y: hidden;
  }

  .about-title {
    font-size: 20px;
    overflow-y: hidden;
  }

  .contact {
    margin-top: 0 !important;
    /*margin-bottom: -80px !important;*/
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  figure.news-bio figcaption:after {
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: 0;
  }

  .contact-heading {
    overflow: visible;
  }

  footer {
    height: auto !important;
  }

  .footer-text {
    margin-top: 0px;
  }

  .production-heading {
    max-width: 100vw;
    width: 100vw !important;
    padding: 10px;
    font-size: 16px;
    height: 35px;
    margin-left: 0 !important;
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
  }

  .carousel-indicators {
    position: relative;
    top: 250px;
  }

  .prod-ind {
    top: 350px;
  }

  /* .production {
    padding-top: 0px !important;
  } */
}

@media (min-width: 736px) and (max-width: 767px) {
  figure.hover-bio {
    width: 50vw;
  }

  figure.news-bio figcaption {
    z-index: 0;
  }

  .profile img {
    width: 50vw;
  }

  figure.hover-bio figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 30%;
    z-index: 5;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .carousel-indicators {
    /* top: 240px; */
    /* top: 85vh; */
    z-index: 4;
  }

  .show-info {
    position: relative;
    width: 100vw;
    z-index: 10;
  }

  .news {
    display: block;
  }

  figure .overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
  }

  figure.news-bio figcaption {
    color: #ffffff;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    height: 35%;
    max-width: 470px;
    font-size: 24px;
    left: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 0;
    z-index: 1;
  }

  .news-info {
    width: 100vw;
    padding-top: 30px !important;
    position: relative;
  }

  .news-img {
    height: 400px;
    width: 100%;
  }

  .head-logo {
    width: 80px;
  }

  .mh {
    display: none;
  }

  .carousel-indicators {
    z-index: 1;
  }

  .production-block-template .carousel-item {
    /* margin-top: 80px;
    height: calc(100vh - 80px); */
  }

  nav .head-info-text {
    display: none !important;
    z-index: 11;
  }

  .home .nav-dark {
    background-color: transparent;
    background-color: #080d11;
    height: 80px;
    left: 0;
    position: fixed;
  }

  .nav-dark {
    background-color: #080d11;
    height: 80px;
    left: 0;
    position: fixed;
  }

  .menu-text {
    font-size: 18px;
    display: inline-flex;
    padding-right: 20px;
  }

  .profiles {
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
    overflow-x: hidden;
  }

  .profile img {
    width: 50vw;
  }

  .ipe {
    max-width: 50% !important;
    display: flex;
  }

  figure.hover-bio figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 30%;
    z-index: 8;
  }

  figure.hover- figcaption {
    height: 30%;
  }

  .grid-content {
    opacity: 1;
    margin-top: 50px;
    background-color: #ffd115;
    width: 100%;
    height: 85px;
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: -0;
  }

  .grid-item {
    height: 300px !important;
    width: 50% !important;
    margin-top: -4px;
    border: 0px;
  }

  .grid-content {
    margin: 30px;
    margin-top: 30px;
    transition: all 0.2s;
    width: 100%;
  }

  .grid-content h2 span {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
  }

  .grid-item .grid-content {
    height: 85px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 667px) {
  .production-block-template .carousel-item {
    /* margin-top: 80px; */
    /* height: calc(100vh - 80px); */
  }
}

@media only screen and (min-width: 668px) {
  .production-block-template .carousel-item {
    /* margin-top: 148px;
    height: calc(100vh - 148px); */
  }
}

@media (max-width: 991.98px) {
  .head-info-text {
    display: none;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 767px) and (max-width: 991.98px) {
  .news-image {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .heading-info-text {
    font-size: 24px;
    padding-bottom: 20px;
  }

  figure .overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
  }

  figure.news-bio figcaption {
    color: #ffffff;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    height: 35%;
    max-width: 470px;
    font-size: 24px;
    left: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 0;
  }

  footer {
    height: auto;
  }

  .show-info {
    position: absolute;
    width: 60vw;
    z-index: 10;
  }

  .head-info-text {
    display: none;
  }

  .home .nav-dark {
    height: 150px;
    left: 0;
    z-index: 40;
  }

  .hamburger {
    right: 15px;
  }

  .info {
    margin-top: 120px;
  }

  .arrow {
    /* padding: 10px; */
  }

  .show-text {
    padding-left: 20px;
  }

  .info-text {
    font-size: 18px;
  }

  #overlay div {
    background-size: 125%;
  }

  .news-title {
    margin-left: 0;
    margin-bottom: 30px !important;
    width: 80vw;
  }

  .grid-content {
    opacity: 1;
    margin-top: 50px;
    background-color: #ffd115;
    width: 100%;
    height: 85px;
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: -15px;
  }

  .grid-item:hover .grid-content {
    height: 85px;
  }

  .prod-head {
    font-size: 20px;
    width: 80%;
  }

  figure.hover-bio figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 30%;
    z-index: 8;
  }

  figure.hover- figcaption {
    height: 30%;
  }

  .profile img {
    width: 50vw;
  }

  .contact {
    padding-bottom: 20px;
    display: block;
  }

  .news-heading {
    width: 60vw !important;
    font-size: 20px;
    margin-top: 50%;
    height: 135px;
    padding-top: 20px;
  }

  .production-slider-image {
    height: 100vh;
  }

  .news-block {
    display: block;
  }

  .news {
    display: block;
  }

  .news-bio {
    width: 100% !important;
  }

  .news-info {
    background-color: #ffd115;
    line-height: 1.428571429;
    left: 0;
    margin: 0;
    width: 100vw;
    right: 0;
    font-size: 14px;
    padding-top: 0px !important;
    height: auto !important;
  }

  .news-img {
    min-height: 50vh;
    position: relative;
    display: flex;
    width: 100%;
    background-position: center center;
    background-size: cover;
  }

  .production-heading {
    width: 50vw !important;
    margin-top: 40%;
    height: 120px;
    font-size: 20px;
  }

  .top-padding {
    padding-top: 148px;
  }

  .grid-item:nth-of-type(4) {
    width: 50% !important;
  }

  .contact-heading {
    overflow: visible;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .news-image {
  }
}

@media (min-width: 768px) {
  .p-t-148px {
    padding-top: 148px;
  }

  figure.news-bio {
    display: block !important;
  }

  figure.news-bio::before figure.news-bio::after {
    background: black;
    opacity: 0.3;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 0;
    line-height: 0;
    color: #ffffff;
  }
}

.p-r-10px {
  padding-right: 10px !important;
}

@media (max-width: 375px) {
  .f-10px {
    font-size: 11px !important;
  }
}

.f-10px {
  font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hover-bio-wrapper {
    position: relative;
    width: 100%;
    right: 0;
  }

  figure.news-bio figcaption {
    z-index: 0;
  }

  .carousel-indicators {
    z-index: 4;
  }

  figure.hover-bio img {
    display: block;
    border: 1px solid #080d11;
  }

  figure.hover-bio {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  figure.hover-bio::before,
  figure.hover-bio::after {
    position: absolute;
    background: black;
    opacity: 0.3;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  figure.hover-bio figcaption {
    position: absolute;
    display: block;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    z-index: 100;
    width: 100%;
    max-height: 100%;
    top: 50%;
    left: 0;
  }

  figure.hover-bio figcaption {
    top: 100%;
    opacity: 1;
  }

  .hover-bio {
    padding: 0;
  }

  figure.hover-bio:hover figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    height: 40%;
  }

  .card {
    border: none;
    padding: 0;
    line-height: 0;
  }

  .about-title {
    font-size: 24px;
    font-weight: bold;
  }

  .about-title-sub {
    font-size: 16px;
    height: 20px;
  }

  .news-heading {
    max-width: 70vw;
  }

  .news-text {
    margin: 10px;
  }

  .news-title {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 40vw;
  }

  .icons {
    padding-top: 0;
    padding-left: 10px;
    margin: 0;
  }

  .article-text {
    margin: 0;
    padding: 10px;
    width: 80vw;
  }

  .production-heading {
    font-size: 20px;
    height: 150px;
  }

  .grid-content {
    opacity: 1;
    margin-top: 50px;
    background-color: #ffd115;
    width: 100%;
    height: 85px;
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .prod-head {
    font-size: 20px;
    width: 80%;
  }

  figure.hover-bio figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 30%;
    z-index: 13;
  }

  figure.hover-bio:hover figcaption {
    height: 30%;
  }

  .news-info {
    background-color: #ffd115;
    line-height: 1.428571429;
    left: 0;
    margin: 0;
    width: 100vw;
    right: 0;
    font-size: 14px;
    padding-top: 0px !important;
    height: auto !important;
  }

  .news-img {
    min-height: 50vh;
    position: relative;
    display: flex;
    width: 100%;
    background-position: center center;
    background-size: cover;
  }

  .profile img {
    width: 375px;
  }

  figure.hover-bio figcaption {
    background-color: rgb(255, 136, 31);
    color: #080d11;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 20%;
    z-index: 2;
    border: 1px solid #080d11;
    border-top: 2px solid #080d11;
    border-bottom: 2px solid #080d11;
  }

  figure.hover-bio figcaption {
    height: 20%;
  }

  .about {
    padding-top: 160px !important;
  }

  .profile img {
    width: 50vw;
  }

  .about-heading {
    padding-bottom: 50px;
    overflow: visible;
    line-height: 1.8 !important;
  }

  .production-heading {
    width: 50vw !important;
    margin-top: 20%;
    height: 120px;
  }

  .top-padding {
    padding-top: 160px;
  }

  .news-image {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .show-info {
    bottom: 15% !important;
  }

  .arrow {
    padding-left: 30px;
  }

  .ipe {
    min-width: 50% !important;
    display: flex;
  }

  #overlay ul {
    margin-top: 50px;
  }

  figure .overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
  }

  figure.news-bio figcaption {
    color: #ffffff;
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    height: 50%;
    max-width: 92%;
    font-size: 24px;
    left: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  figure.news-bio figcaption {
    z-index: 0;
  }

  .ft-nav {
    width: 110px !important;
    padding-top: 10px;
  }

  .profile {
    width: 100% !important;
  }

  .grid-item {
    height: 300px !important;
    width: 100% !important;
    margin-top: -4px;
    border: 0px;
  }

  .grid-item:nth-last-of-type(4) {
    height: 300px !important;
    width: 100% !important;
    margin-top: -4px;
    border: 0px;
  }

  figure.hover-bio img {
    width: 100%;
  }

  figure.hover-bio {
    padding-bottom: 80px;
  }

  figure.hover-bio figcaption {
    min-height: 80px;
    top: 100%;
    border: 1px solid black;
    border-bottom-width: 2px;
  }

  .profile:first-of-type figcaption {
    border-left: 0;
  }

  .profile:last-of-type figcaption {
    border-right: 0;
  }
}

.social .fbtn {
  width: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 18px;
  float: left;
}

button,
button:focus {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
  cursor: pointer;
}

.social .fa {
  padding: 15px 0px;
}

.facebook {
  background-color: #3b5998;
}

.gplus {
  background-color: #dd4b39;
}

.twitter {
  background-color: #55acee;
}

.stumbleupon {
  background-color: #eb4924;
}

.pinterest {
  background-color: #cc2127;
}

.linkedin {
  background-color: #0077b5;
}

.buffer {
  background-color: #323b43;
}

.share-button.sharer {
  height: auto;
  overflow: visible;
  position: relative;
}

.share-button.sharer .social.active.top {
  transform: scale(1) translateY(-10px);
}

.share-button.sharer .social.active {
  opacity: 1;
  transition: opacity 0.4s ease 0s;
  visibility: visible;
}

.share-button.sharer .social.networks-5 {
}

.share-button.sharer .social.top {
  transform-origin: 0 0 0;
}

.share-button.sharer .social {
  opacity: 0;
  transition: opacity 0.4s ease 0s;
  visibility: hidden;
}

.page-template-news .nav-dark {
  background-color: transparent;
}

.news__image {
  background: no-repeat center / cover;
  width: 100%;
  height: 300px;
  margin: 0;
}

.news__content {
  margin-top: 80px;
}

@media (min-width: 576px) {
  .news__content {
    overflow: hidden;
    margin-top: 148px;
  }

  .news__image {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .news__image {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .yellow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.yellow {
  background-color: #ffd115;
  position: relative;
}

.yellow__inner {
  padding: 40px 15px;
  max-width: 540px;
  margin: auto;
}

.yellow__heading {
  font-size: 28px;
  font-weight: normal;
  color: #080d11;
  margin: 0 auto 15px;
}

.yellow__text {
  font-size: 18px;
  font-weight: normal;
  color: #080d11;
}

.yellow__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 540px;
}

.yellow__read-more {
  font-size: 18px;
  color: #080d11;
  text-transform: uppercase;
}

.yellow__read-more:hover {
  text-decoration: none;
}

.yellow__share {
  font-size: 18px;
  color: #080d11;
  text-transform: uppercase;
}

.yellow__share button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  overflow-y: visible;
  overflow-x: visible;
}

.yellow__share .fa-share-alt {
  margin-left: 12px;
}

.yellow__share .social {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.yellow__share .social.active {
  width: auto;
  bottom: -250px;
  height: auto;
}

@media (max-width: 575px) {
  .yellow__text {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .yellow__inner {
    padding: 60px 15px 110px;
  }

  .yellow__links {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .yellow__heading {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .yellow__inner {
    padding-top: 82px;
    padding-bottom: 140px;
  }

  .yellow__share .social.active {
    width: 250px;
    bottom: -50px;
    left: -80px;
  }
}

@media (min-width: 992px) {
  .yellow__inner {
    padding: 120px 40px 287px 40px;
  }

  .yellow__links {
    padding-left: 40px;
    padding-right: 40px;
  }

  .yellow__share .social.active {
    left: -170px;
  }
}

@media (min-width: 1200px) {
  .yellow {
    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;
  }

  .yellow__inner {
    padding: 0;
    margin-top: 120px;
  }

  .yellow__links {
    padding: 0;
    bottom: 89px;
  }

  .yellow__share .social.active {
    bottom: -60px;
    left: -80px;
  }
}

/* IE doesn't center text properly */
@media all and (min-width: 1200px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .yellow__inner {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .production-block-template .carousel-item {
    height: 500px;
  }

  .prod-ind {
    top: 450px;
  }
}

@media (max-width: 575px) {
  .production-block-template .carousel-item {
    height: 350px;
  }

  .prod-ind {
    top: 296px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .production-block-template .carousel-item {
    height: 50vh;
  }

  .prod-ind {
    top: 45vh;
  }
}

.productions {
  margin-top: 80px;
}

.productions__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(363px, auto);
  gap: 5px;
}

.production {
  display: block;
  position: relative;
}

.production:last-of-type {
  border-bottom: 0;
}

.production__image {
  background: no-repeat center / cover;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.production__title {
  background-color: #ffd115;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.production:hover .production__title {
  opacity: 1;
}

.production:hover .production__image {
  opacity: 0.5;
}

.production__heading {
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
}

.production__arrow {
  margin-left: 10px;
}

@media (min-width: 576px) {
  .productions {
    margin-top: 148px;
  }

  .production__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .production__heading {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .productions__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(363px, auto);
  }

  .production:nth-child(7n + 1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .production:nth-child(7n + 2) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
  .production:nth-child(7n + 3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .production:nth-child(7n + 4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .production:nth-child(7n + 5) {
    grid-column: 3/5;
    grid-row: 3/5;
  }
  .production:nth-child(7n + 6) {
    grid-column: 1/3;
    grid-row: 4/6;
  }
  .production:nth-child(7n + 7) {
    grid-column: 3/5;
    grid-row: 5/6;
  }
}

@media (max-width: 575px) {
  figure.hover-bio img {
    width: 100%;
  }

  figure.hover-bio figcaption {
    height: 80px;
  }

  .profiles {
    padding-top: 0;
    margin-top: 80px;
  }

  .contact-page {
    margin-top: 80px;
  }
}

@media (min-width: 576px) {
  .contact-page,
  .profiles {
    margin-top: 148px;
    padding-top: 0;
  }
}

.personal-data-form {
  padding: 50px;
  background: #000;
  display: none;
  min-height: 0;
  max-height: 0;
  color: #fff;
}

.personal-data-form textarea {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: white !important;
}

.personal-data-form input[type="submit"] {
  background: #ffd115 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #000 !important;
}

.personal-data-form input[type="submit"]:hover {
  cursor: pointer;
}

.show {
  display: block;
  /*min-height: 100vh;*/
}

.contact-page .contact p a:not(.contact-link) {
  text-decoration: underline;
}
