#bitnami-banner{
	display: none !important;
}

@font-face {
  font-family: roobertbold;
  src: url(/wp-content/themes/custom-v1/fonts/Roobert-Bold.eot);
  src: url(/wp-content/themes/custom-v1/fonts/Roobert-Bold.woff2)
      format('woff2'),
    url(/wp-content/themes/custom-v1/fonts/Roobert-Bold.woff) format('woff');
}

@font-face {
  font-family: roobertlight;
  src: url(/wp-content/themes/custom-v1/fonts/Roobert-Light.eot);
  src: url(/wp-content/themes/custom-v1/fonts/Roobert-Light.woff2)
      format('woff2'),
    url(/wp-content/themes/custom-v1/fonts/Roobert-Light.woff) format('woff');
}

/* Temp CSS */

.film-highlight-img > img {
  min-width: 100% !important;
  max-height: 584px;
  object-fit: cover;
}
/*-------------------------------------------------*\
    GENERAL STYLES
\*-------------------------------------------------*/
* {
  box-sizing: border-box;
}
a.short-toggle,
a.long-toggle,
a#list-btn {
  cursor: pointer;
}

.film-highlight.list a.long-toggle,
.film-highlight.list a.short-toggle {
  font-size: 14px;
}

html {
  height: 100%;
  position: relative;
  margin-top: 0 !important;
}
body {
  height: 100%;
  position: relative;
  height: 100%;
  font: normal normal normal 14px/18px 'roobertlight';
  letter-spacing: 0.07px;
  color: #000;
}
p {
  font: normal normal normal 14px/18px 'roobertlight';
  line-height: 16px;
  color: #000;
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
h1 {
  font-family: inherit;
  font-size: 2em;
}
h2 {
  font-family: inherit;
  font-size: 2.3em;
  font-weight: 400;
  margin: 0.4em 0;
}
h3 {
  font-family: inherit;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 2px;
}

#wpadminbar {
  display: none;
}
.post,
.page {
  margin: 0;
}
#page {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapper {
  padding: 0 15px;
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
a.button {
  display: block;
  text-align: center;
  margin: 0.5em 0;
  background: #ffffff;
  border: 1px solid #1a1817;
  text-decoration: none;
  color: #1a1817;
  line-height: 2em;
  padding: 0.5em 0;
  width: 100%;
  max-width: 16.5em;
  font-family: 'roobertbold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
a.button.centered {
  margin: 0.5em auto;
}
img {
  display: block;
}
.desktop-centered {
  text-align: left;
}
.mobile-centered {
  text-align: center;
}
.columns.reverse-columns .wrapper {
  flex-direction: column-reverse;
}
.no-padding-top .wrapper {
  padding-top: 0;
}
/*-------------------------------------------------*\
    MAIN NAV
\*-------------------------------------------------*/
#masthead {
  display: none;
}
#masthead-mobile {
  display: block;
  position: relative;
  z-index: 99;
  margin-bottom: 52px;
}

::placeholder {
  color: #1a1817;
}
:-ms-input-placeholder {
  color: #1a1817;
}
::-ms-input-placeholder {
  color: #1a1817;
}
input[type='text'],
input[type='email'] {
  font-family: 'roobertlight', sans-serif;
  font-size: 1em;
  line-height: 1.8;
  padding: 0.8em 1em;
  width: 100%;
  border-radius: 0;
  border: none;
}

/*-------------------------------------------------*\
    BLOG STYLES
\*-------------------------------------------------*/
/* .single-post #content::before {
	content: none;
}
.single-post .site-content {
	padding: 5em 6% 2em;
}
.single-post .entry-header {
	margin-bottom: 1em;
}
.single-post #blog-sidebar {
	margin: 0;
	padding: 0;
}
h1.entry-title {
	margin-top: 0;
} */

/*-------------------------------------------------*\
    MEDIA QUERIES
\*-------------------------------------------------*/
@media only screen and (min-width: 767px) {
  /******* GENERAL STYLES ********/
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  a.button {
    max-width: 265px;
    margin: 0.5em 0;
    padding: 7px 0;
  }
  .responsive-buttons {
    display: flex;
    justify-content: space-around;
  }
}

.nav-previous {
  padding-left: 15px;
}
.nav-next {
  padding-right: 15px;
}

.nav-previous a,
.nav-next a {
  font: normal normal bold 18px/18px 'roobertbold';
  letter-spacing: 0.07px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  /*-------------------------------------------------*\
	    GENERAL STYLES (DESKTOP)
	\*-------------------------------------------------*/
  #page {
    min-height: 100vh;
    padding-bottom: 240px;
  }
  footer {
    position: absolute;
  }
  h2 {
    margin-top: 0;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  a.button.centered {
    margin: 0.5em 0;
  }
  .desktop-centered {
    text-align: center;
  }
  .mobile-centered {
    text-align: left;
  }
  /*-------------------------------------------------*\
	    MAIN NAV (DESKTOP)
	\*-------------------------------------------------*/
  #wprmenu_bar {
    /* display: none; */
  }
  #masthead-mobile {
    display: none;
  }

  #masthead {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 373px;
    z-index: 99999;
    height: 100%;
  }

  #masthead .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 55px;
    height: 100%;
  }

  #masthead .site-branding {
    text-align: left;
    font: normal normal bold 35px/42px 'roobertbold';
    letter-spacing: -0.54px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
  }

  .about-overlay {
    display: none;
    padding-top: 40px;
  }

  #site-navigation {
    display: flex;
    justify-content: flex-end;
  }
  #masthead a,
  .bottom-nav-desktop {
    font: normal normal bold 18px/18px 'roobertbold';
    letter-spacing: 0.07px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
  }
  .single-post .nav-next {
    padding-right: 55px;
  }

  .wrapper {
    padding: 0 15px 75px;
    max-width: 1140px;
    margin: 0 auto;
  }
  .vertical-centered .wrapper {
    align-items: center;
  }
  #content {
    margin-left: 373px;
  }

  /*-------------------------------------------------*\
	    BLOG (DESKTOP)
	\*-------------------------------------------------*/
  /* .single-post .site-content {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.single-post .content-area {
		max-width: 65%;
	}
	.single-post #blog-sidebar {
		max-width: 30%;
		padding: 2em;
		border: 2px solid #586DB3;
	} */
}

/* NEW CSS STUFF DOWN HERE */
.top-nav-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
}

.about-link + .link-heading {
  margin-top: 15px;
}

#masthead-mobile a {
  text-decoration: none;
}
.mobile-about-link {
  display: none;
}
.about-link {
  display: block;
}
#masthead-mobile .about-overlay {
  display: none;
  padding: 25px 15px 30px;
  margin-top: 52px;
  color: #000 !important;
}

#masthead-mobile .link-heading,
#masthead-mobile .about-link {
  color: #000 !important;
}

.site-branding-mobile {
  font: normal normal bold 27px/32px 'roobertbold';
  letter-spacing: -1.19px;
  color: #000000;
  opacity: 1;
}

.mobile-film-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0;
}

.mobile-film-meta > .film-count,
.mobile-film-meta > .film-length {
  font: normal normal normal 10px/10px 'roobertlight';
  letter-spacing: -0.15px;
  color: #000000;
  opacity: 1;
}

.film-highlight {
  position: relative;
}

.post-overlay {
  position: absolute;
  left: -35px;
  top: 610px;
  z-index: 9999999;
  font: normal normal normal 12px/12px 'roobertlight';
  letter-spacing: -0.18px;
  color: #000000;
}

.list .post-overlay {
  top: 5px;
}

#back-link {
  margin-top: auto;
}
.link-heading {
  font: normal normal normal 12px/12px 'roobertlight';
  letter-spacing: -0.18px;
  color: #ffffff;
  padding-bottom: 5px;
}

.home .link-heading {
  color: #000;
}
a.about-link {
  color: #ffffff;
  font: normal normal bold 16px/18px 'roobertbold';
  letter-spacing: 0.08px;
  text-transform: uppercase;
  opacity: 1;
}

.film-highlight {
  margin-bottom: 75px;
}
.film-highlight.list {
  margin-bottom: 18px;
}

.film-overlay {
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 85px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  display: none;
}

#close-overlay {
  color: white !important;
  text-decoration: none;
  float: right;
  margin-top: -25px;
  z-index: 999999;
  cursor: pointer;
}
#closer-overlay:visited {
  color: white !important;
}
.film-highlight-img {
  /* max-height: 584px; */
  position: relative;
}
.film-list-highlight-img {
  position: relative;
  max-width: 196px;
}

a.long-toggle,
a.short-toggle {
  padding-top: 15px;
  display: block;
  text-decoration: none;
  color: black !important;
}

#expand-btn {
  display: none;
}
.film-meta {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  padding-right: 55px;
}

.long-description,
#short-toggle {
  display: none;
}

.feat-responsive-mobile {
  position: relative;
}

.film-highlight.list:first-of-type {
  margin-top: 50px;
}

.film-length {
  min-width: 90px;
  text-align: right;
  font: normal normal normal 14px/18px 'roobertlight';
}

.list .film-length {
  min-width: 85px;
}

.film-description {
  padding: 0 15px;
}

.list .film-description {
  padding: 0 0 0 15px;
  max-width: 300px;
}

.list .long-description {
  /* min-width: 388px; */
}
.long-description {
  padding-top: 20px;
  max-width: 410px;
}

.play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: transparent;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: normal normal bold 48px/48px 'roobertbold';
}

.play-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.list-play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;

  text-decoration: none;
  font: normal normal bold 24px/24px 'roobertbold';
}

.list-play-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.film-highlight:not(.list) .film-list-highlight-img {
  display: none;
}
.film-highlight.list {
  border-top: 1px solid black;
  margin-right: 55px;
}
.list .film-meta {
  padding-top: 0;
  padding-right: 0;
}

.short-description {
  font: normal normal normal 14px/18px 'roobertlight';
  letter-spacing: 0.07px;
}

.film-highlight.list .film-highlight-img {
  display: none;
}

@media only screen and (max-width: 959px) {
  .mobile-about-link {
    text-align: left;
    font: normal normal bold 12px/21px 'roobertbold';
    letter-spacing: 0.06px;
    color: #000000;
    text-transform: uppercase;
  }

  .film-highlight {
    margin-bottom: 35px !important;
  }

  .film-meta .film-length {
    display: none !important;
  }
  .film-meta {
    padding: 5px 15px 0 !important;
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start !important;
    position: relative;
  }
  .film-title {
    min-height: unset !important;
    font: normal normal bold 18px/18px 'roobertbold';
    letter-spacing: 0.09px;
    text-transform: uppercase;
    color: #000000;
    max-width: 220px;
  }

  .film-description {
    padding: 15px 0 !important;
  }

  .short-description {
    font: normal normal normal 12px/15px 'roobertlight';
    letter-spacing: 0.06px;
    color: #000000;
  }
  .film-overlay {
    padding: 85px 15px;
  }
}

@media only screen and (min-width: 960px) {
  .film-title {
    min-width: 302px;
    max-width: 302px;
    font: normal normal bold 24px/24px 'roobertbold';
    text-transform: uppercase;
    position: relative;
  }

  .film-meta div:nth-of-type(1),
  .film-meta div:nth-of-type(2),
  .film-meta div:nth-of-type(4) {
    flex-grow: 1;
  }
  .film-meta div:nth-of-type(3) {
    flex-grow: 5;
  }

  .list .film-title {
    min-width: 288px;
    max-width: 288px;
    padding-right: 15px;
  }

  .mobile-film-meta {
    display: none;
  }
  #masthead.open .wrapper {
    justify-content: flex-start;
  }

  #masthead.open .bottom-nav-desktop {
    margin-top: auto;
  }
}

@media only screen and (max-width: 415px) {
  .film-description {
    max-width: 305px;
  }
}
