/*
Theme Name: Tyler Perry 2017
Theme URI: http://funkhaus.us
Description: A theme for WordPress.
Author: Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;;
    font-style: normal;
    font-style: italic;
    font-weight: 300;
    font-weight: 400;
    font-weight: 500;
    font-weight: 700;

Colors:
    Black: #222222:
    Black Text: #333333;
    Orange: #E2390C;


/*-------------------------------------------------------------- */

/*
 * Globals
 */
body {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
::selection {
  color: #ffffff;
  background: #e2390c;
}
::-moz-selection {
  color: #ffffff;
  background: #e2390c;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.post-edit-link {
  font-size: 10px;
  text-transform: uppercase;
}
.button {
  background-color: #e2390c;
  font-size: 15px;
  border: none;
  border-radius: 0;
  appearance: normal;
  padding: 12px 30px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.button:hover {
  border-color: none;
  background-color: #ffffff;
  color: #e2390c;
}
.white {
  color: #ffffff;
}
.gray,
.grey {
  color: #cccccc;
}
.scroll-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.scroll-arrow span {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
}
.scroll-arrow .arrow {
  margin-right: 3px;
}

/*
 * Links
 */
a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a img {
  border: none;
}

/*
 * Page Structure
 */
#container {
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 500;
}
#content {
  padding-top: 130px;
}
#footer {
}

/*
 * Menus
 */
.hamburger {
  position: fixed;
  padding: 20px 10px;
  width: 25px;
  top: 10px;
  left: 20px;
  cursor: pointer;
  z-index: 600;
  height: 18px;
}
.hamburger div {
  width: 25px;
  height: 3px;
  background-color: white;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hamburger div:nth-child(2) {
  top: 27px;
}
.hamburger div:nth-child(3) {
  top: 34px;
}
.menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  display: none;
  overflow-y: scroll;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Main menu */
.main-menu {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 120px 0 50px 0;
  font-size: 28px;

  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu li {
  padding: 0;
  margin: 0;
}
.main-menu a {
  display: inline-block;
  padding: 8px 30px;
}
.main-menu a:hover,
.main-menu .current-post-ancestor a,
.main-menu .current-menu-item a,
.main-menu .current-menu-item a,
.main-menu .current-page-ancestor a {
  color: #e2390c;
}
/* Contact menu item */
.main-menu .menu-item-1316.current-menu-item a {
  color: #ffffff;
}
.main-menu .menu-item-1316.current-menu-item a:hover {
  color: #e2390c;
}

/* Menu Opened */
.not-mobile .hamburger:hover div:nth-child(1),
.not-mobile .hamburger:hover div:nth-child(3),
.menu-opened .hamburger div:nth-child(1),
.menu-opened .hamburger div:nth-child(3) {
  width: 17px;
}
.menu-opened .hamburger div {
  background-color: #ffffff;
}

/* Page Menu */
.page-menu-panel {
  font-size: 12px;
  text-align: center;
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  z-index: 300;
}
.page-menu-panel .wrap {
  transform: translateY(-100%);
  border-bottom: 1px #444444 solid;
}
.page-menu {
  list-style: none;
  margin: 0;
  padding: 3px 30px;
}
.page-menu li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page-menu a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 8px;
}
.page-menu a:hover,
.page-menu .current-menu-item a,
.page-menu .current-page-ancestor a {
  color: #e2390c;
}

/* Contact menu item */
.page-menu .menu-item-1316.current-menu-item a {
  color: #ffffff;
}
.page-menu .menu-item-1316.current-menu-item a:hover {
  color: #e2390c;
}

/* Scrolled Down Page Menu */
.scrolled-down .page-menu-panel {
  top: 75px;
}
.scrolled-down .page-menu-panel:hover,
.page-menu-opened .page-menu-panel {
  border-top: 1px #444444 solid;
}
.scrolled-down .page-menu-panel:hover .wrap,
.page-menu-opened .page-menu-panel .wrap {
  background-color: rgba(0, 0, 0, 0.85);
  transform: translateY(0);
}

/* Fine Print Menu */
.fine-print {
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
}
.fine-print br {
  display: none;
}
.fine-print-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.fine-print li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.fine-print li:last-child .sep {
  display: none;
}

/*
 * Socials Component
 */
.socials-block {
  color: #2cc2e5;
  text-align: center;
  line-height: 1;
}
.socials-block p {
  font-size: 39px;
  margin: 0 0 40px 0;
  font-weight: 300;
}
.socials-block a {
  color: #2cc2e5;
  font-size: 17px;
  display: inline-block;
  margin: 0 30px;
}
.socials-block .svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 20px 12px;
  position: relative;
  top: -2px;
}
.socials-block span {
  display: block;
}
.socials-block a:hover {
  color: #e2390c;
}
.socials-block a:hover path {
  fill: #e2390c;
}

/* In menu panel */
.menu-panel .socials-block p {
  margin-bottom: 22px;
  font-size: 12px;
}
.menu-panel .socials-block a {
  margin: 0 30px;
}
.menu-panel .socials-block .svg {
  margin: 0 12px;
}
.menu-panel .socials-block span {
  display: inline;
}

/*
 * Header
 */
#tagline {
  display: none;
}
.breadcrumb {
  position: absolute;
  top: 10px;
  left: 57px;
  padding: 20px 10px;
  line-height: 1;
}
.breadcrumb span {
  position: relative;
  top: -2px;
  margin-left: 3px;
  display: inline-block;
  max-width: 200px;
}
#logo {
  position: absolute;
  left: 50%;
  top: 17px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
#logo .svg {
  display: block;
  margin: 0 auto;
}
#logo .logo-text {
  margin-top: 7px;
}

/* Scrolled Down Header */
.scrolled-down #header {
  height: 75px;
  background-color: rgba(0, 0, 0, 0.85);
}
.scrolled-down #header .logo-mark {
  height: 40px;
  width: 79px;
}
.scrolled-down #header .logo-text {
  opacity: 0;
}

/*
 * Division selector
 */
.division-prompt {
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background-color: #222222;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
  line-height: 1.6;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.division-prompt a {
  color: #e2390c;
  text-decoration: underline;
}
.division-controls {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 20px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
}
.division-controls .division {
  color: #e2390c;
  display: inline-block;
  margin-left: 2px;
}
.division-controls .triangle {
  position: relative;
  top: 1px;
  left: 1px;
}

/* Opened */
.division-prompt-opened .division-prompt {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.division-prompt-opened #container > * {
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
}
.division-prompt-opened .division-controls .triangle {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
 * White Color scheme
 */
body.white-scheme {
  color: #333333;
  background-color: #eaeaea;
}
.white-scheme .hamburger div {
  background-color: #222222;
}
.white-scheme .breadcrumb polygon {
  fill: #222222;
}
.white-scheme #logo polygon,
.white-scheme #logo path {
  fill: #222222;
}
.white-scheme .division-controls {
  color: #222222;
}
.white-scheme.menu-opened .hamburger div {
  background-color: #ffffff;
}
.white-scheme.menu-opened .division-controls {
  color: #ffffff;
}
.white-scheme.menu-opened #logo polygon,
.white-scheme.menu-opened #logo path {
  fill: #ffffff;
}
.white-scheme.scrolled-down #header {
  background-color: #ffffff;
}
.white-scheme .page-menu-panel:hover,
.white-scheme .page-menu-panel {
  border-top-color: #eaeaea;
}
.white-scheme .page-menu-panel .wrap {
  border-bottom-color: #eaeaea;
}
.white-scheme.scrolled-down .page-menu-panel .wrap {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: #eaeaea;
}
.white-scheme .page-menu a {
  color: #222222;
}
.white-scheme .page-menu a:hover,
.white-scheme .page-menu .current-menu-item a,
.white-scheme .page-menu .current-page-ancestor a {
  color: #e2390c;
}

/*
 * Home
 */
.home .page-menu-panel {
  display: none;
}
#content.home {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
}
.home .image img {
  display: none;
}
.home > .overlay {
  z-index: 101;
}
/* .home .section {
        position: absolute;
        color: #ffffff;
        text-align: center;
        box-sizing: border-box;
        bottom: 60px;
        left: 30px;
        width: 40%;
        max-width: 350px;
        text-align: left;
        z-index: 110;
    } */
.home .section-right {
  right: 30px;
  left: auto;
  text-align: right;
}
.home .entry {
  font-size: 18px;
  position: relative;
  z-index: 10;
}
.home .title {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  line-height: 1.3;
}
.home .entry p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.home .entry .button {
  margin-top: 10px;
  font-size: 22px;
  background-color: #ffffff;
  color: #e2390c;
}
.home .entry .button .svg {
  position: relative;
  top: -1px;
  margin: 0 3px;
}
.home .entry .button:hover {
  color: #ffffff;
  background-color: #e2390c;
}
.home .entry .button:hover polygon {
  fill: #ffffff;
}

/*
 * Roadblock
 */
.home-roadblock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 600;
}
.home-roadblock .close-x {
  position: absolute;
  padding: 20px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.home-roadblock .close-x:hover polygon {
  fill: #e2390c;
}
.home-roadblock .stage {
  position: absolute;
  top: 140px;
  left: 30px;
  right: 30px;
  bottom: 140px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-roadblock .stage img {
  display: none;
}
.home-roadblock .controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
}
.home-roadblock .button {
  margin: 10px;
  min-width: 80px;
  padding: 12px 15px;
}

/*
 * Blocks (generic styles)
 */
.block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
  text-align: center;
  font-size: 16px;
}
.block .thumbnail {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 62.5%;
}
.block .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.block .meta {
  position: relative;
  z-index: 10;
}
.block .title {
  line-height: 1.3;
}
a.block:hover {
  color: #e2390c;
}

/* News Block */
.block-news {
  width: calc(33.33% - 20px);
  color: #333333;
}
.block-news .overlay {
  display: none;
}
.block-news .title {
  font-size: 18px;
  margin: 15px 30px;
}
.block-news .date {
  font-size: 11px;
}
.block-news .button {
  background-color: transparent;
  display: none;
  border: 1px solid #ffffff;
  margin-top: 30px;
}

/* News Block - Size overrides */
.block-news:nth-child(-n + 3) {
  width: calc(50% - 20px);
  color: white;
}
.block-news:nth-child(-n + 3) .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
.block-news:nth-child(-n + 3) .title {
  font-size: 28px;
}
.block-news:nth-child(-n + 3) .overlay {
  display: block;
}
.block-news:nth-child(-n + 3):hover {
  color: #e2390c;
}
.block-news:nth-child(-n + 3):hover .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.block-news:nth-child(1) {
  width: calc(100% - 20px);
}
.block-news:nth-child(1) .thumbnail {
  padding-bottom: 50%;
}
.block-news:nth-child(1) .title {
  font-size: 42px;
}
.block-news:nth-child(1) .button {
  display: inline-block;
}
.block-news:nth-child(1):hover .button {
  border-color: #e2390c;
}

/* Entertainment Block */
.block-entertainment {
  color: #333333;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.block-entertainment .meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 20;
}
.block-entertainment .meta .excerpt {
  display: none;
}
.block-entertainment .meta .svg {
  margin: 25px auto 0 auto;
  display: block;
}
.block-entertainment .title {
  font-size: 28px;
  color: #ffffff;
}
.block-entertainment .excerpt {
  font-size: 16px;
  margin: 30px;
}
.block-entertainment:hover .excerpt,
.block-entertainment:hover .title {
  color: #e2390c;
}
.block-entertainment:hover circle {
  fill: #e2390c;
}
.block-entertainment:hover path {
  fill: #ffffff;
}
.block-entertainment:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Entertainment Block - Size Overrides */
.block-entertainment:nth-child(1) {
  width: calc(100% - 20px);
}
.block-entertainment:nth-child(1) .thumbnail {
  padding-bottom: 50%;
}
.block-entertainment:nth-child(1) .excerpt {
  display: none;
}
.block-entertainment:nth-child(1) .title {
  font-size: 42px;
}
.block-entertainment:nth-child(1) .meta .excerpt {
  display: block;
  font-size: 21px;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto;
}
.block-entertainment:nth-child(1):hover .meta .excerpt {
  color: #e2390c;
}

/* Archive Block */
.block-archive {
  width: calc(16.6667% - 20px);
  color: #ffffff;
  margin-bottom: 40px;
}
.block-archive .thumbnail {
  padding-bottom: 153.33%;
}
.block-archive .overlay {
  background-color: rgba(226, 57, 12, 0.8);
  opacity: 0;
  z-index: 10;
  color: #ffffff;
  text-align: center;
  font-size: 22px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-archive .title {
  font-size: 11px;
  margin: 14px 15px 3px 15px;
}
.block-archive .title .line-2 {
  display: none;
}
.block-archive .type {
  font-size: 10px;
  color: #999999;
}
.block-archive.active .overlay,
.block-archive:hover .overlay {
  opacity: 1;
}
.block-archive.active .type,
.block-archive:hover .type {
  color: #e2390c;
}

/* Press Block */
.block-press {
  display: inline-block;
  margin: 0 7.5px 10px;
  position: relative;
  color: #ffffff;
  width: calc(25% - 20px);
  max-width: 264px;
  min-width: 170px;
}
.block-press img {
  width: 100%;
  height: auto;
  display: block;
}
.block-press .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 57, 12, 0.8);
  opacity: 0;
  color: #ffffff;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.block-press .overlay .svg {
  margin-bottom: 10px;
}
.not-mobile .block-press:hover .overlay {
  opacity: 1;
}

/* Set Block */
.block-set {
  margin: 0;
  width: 50%;
}
.block-set .meta {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 10;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-set .title {
  font-size: 36px;
}
.block-set .excerpt {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.block-set .svg {
  margin-top: 30px;
}
.block-set:hover circle {
  fill: #e2390c;
}
.block-set:hover path {
  fill: #ffffff;
}
.block-set:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Detail Block */
.block-detail {
  width: calc(50% - 40px);
  margin: 0 20px 40px 20px;
  color: #cccccc;
}
.block-detail .title {
  font-size: 28px;
  margin: 20px 40px 10px 40px;
  color: #ffffff;
}
.block-detail .excerpt {
  font-size: 14px;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: left;
}
.block-detail .overlay {
  background-color: rgba(226, 57, 12, 0.8);
  opacity: 0;
  color: white;
  font-size: 22px;
  text-align: center;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
a.block-detail:hover,
a.block-detail:hover .title {
  color: #e2390c;
}
.not-mobile a.block-detail:hover .overlay {
  opacity: 1;
}

/* Twitter Block */
.block-twitter {
  display: block;
  margin: 40px 70px 60px 70px;
  text-align: center;
  font-size: 23px;
  color: #1385b2;
}
.block-twitter .entry {
  max-width: 620px;
  margin: 0 auto;
}
.block-twitter .entry p:last-child {
  margin-bottom: 0;
}
.block-twitter .date {
  font-size: 13px;
}
.block-twitter .date .svg {
  position: relative;
  top: 6px;
  margin-right: 3px;
}
.block-twitter:hover {
  color: #e2390c;
}
.block-twitter:hover path {
  fill: #e2390c;
}

/*
 * Gallery
 */
.gallery {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  z-index: 0;
}
.gallery .slide {
  padding: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.gallery .slide img {
  display: none;
}
.gallery .caption {
  margin: 0 auto;
  color: #cccccc;
  line-height: 1.4;
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 12px;
  background-color: #000000;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Gallery nav */
.gallery .nav-container {
  position: absolute;
  margin: auto;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gallery.inactive .nav-container {
  opacity: 0;

  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.gallery .nav-container > span {
  width: 20px;
  text-align: center;
}
.gallery .browse {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
}
.gallery .browse.next {
  right: 0;
}
.gallery .browse.prev {
  left: 0;
}
.gallery .browse .svg {
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
 * Tyler Landing
 */
.tyler-landing .section {
  padding: 30px 20px;
  text-align: center;
}
.section-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.tyler-landing .section .grid {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0;
}
.tyler-landing .button {
  margin: 30px;
}
.tyler-landing .section-socials {
  margin: 30px 0;
}

/* News section */
.tyler-landing .section-news {
  padding-top: 0;
}

/* Archive section */
.section-archive {
  background-color: #222222;
  color: #ffffff;
}
.tyler-landing .section-archive .grid {
  max-width: 1580px;
}

/* Bio group section */
.section-group {
  font-size: 0;
}
.section-group > div {
  height: 0;
  font-size: 30px;
  padding-bottom: 50%;
  margin: 0 10px 20px 10px;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-group > div:last-child {
  margin-bottom: 0;
}
.section-group .wrap {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 10;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-group .title {
  font-size: 18px;
}
.section-group .excerpt {
  margin: 0 30px;
  max-width: 720px;
}
/* Half Section */
.section-group .half-section {
  width: calc(50% - 20px);
  height: 160px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
}
.section-group .half-section .wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-group .half-section .title {
  font-size: 33px;
}
.section-group .half-section a {
  padding: 20px;
  display: inline-block;
}
.section-group .half-section .button,
.section-group .half-section .excerpt {
  display: none;
}
.half-section:hover a:hover {
  color: #e2390c;
}

/* Sepeific sections */
.section-outreach .excerpt {
  font-size: 22px;
}
.section-outreach .logo-perry {
  margin-top: 20px;
  display: block;
  width: 514px;
}

/*
 * Work Grid (Entertainment and Archive)
 */
#content.work-grid {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.page-title {
  font-size: 32px;
  text-align: center;
  margin: 50px 0 30px;
}
.work-grid .grid {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
  padding: 0 10px;
}
.work-grid .block {
  color: #ffffff;
}

/* Sort Menu */
.sort-menu-wrap {
  text-align: center;
  margin: 20px 0;
}
.sort-menu-wrap p {
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  color: #999999;
}
.sort-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #666666;
}
.sort-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.sort-menu a {
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}
.sort-menu li:last-child .sep {
  display: none;
}
.sort-menu a:hover,
.sort-menu .current-menu-item a {
  color: #e2390c;
  text-decoration: underline;
}

/* Archive Grid */
.work-grid .grid-archive {
  margin-top: 20px;
}

/*
 * Work Detail
 */
#content.work-detail {
  color: #999999;
}
.work-detail .post-wrap {
  padding: 0 30px;
}
.work-detail .page-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.work-detail .page-title .line-2 {
  display: none;
}
.work-detail .post-wrap > .type {
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
  display: block;
  color: #999999;
}
.not-mobile .work-detail .media-type:hover {
  color: #e2390c;
}
.work-detail .work-info {
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 30px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.work-info .thumb-wrap {
  width: 300px;
}
.thumb-wrap .wp-post-image {
  width: 100%;
  height: auto;
}
.info-column {
  margin-left: 45px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;

  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.info-column .entry > *:first-child {
  margin-top: 0;
}
.purchase-meta {
  position: relative;
}
.info-column h3,
.purchase-meta h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.purchase-meta .georgia-brand {
  position: absolute;
  right: 0;
  bottom: -8px;
}

/* Stage and gallery */
.work-detail .stage {
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
}
.work-detail .gallery {
}

/* Extras */
.extra-info {
  max-width: 1280px;
  margin: 0 auto 60px auto;
}
.extra-info h2 {
  color: #ffffff;
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}
.extra-info p {
  margin: 30px auto;
  padding: 0 60px;
  max-width: 740px;
  font-size: 16px;
  line-height: 1.8;
}

/* Thumb Tray */
.thumb-tray {
  background-color: #222222;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.tray-title {
  color: #ffffff;
  font-size: 22px;
  padding: 0 0 25px;
}

/*
 * Story (Biography) page
 */
.tyler-biography .fallback .entry {
  max-width: 100%;
}
.tyler-biography .entry img {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 2em auto;
}
.tyler-biography .entry h3 {
  max-width: 800px;
  margin: 25px auto;
  font-size: 20px;
  line-height: 1.8;
}
.tyler-biography .entry > p {
  max-width: 675px;
  margin: 55px auto;
  line-height: 1.6;
}
.tyler-biography .horizontal {
  margin: 100px auto;
  max-width: 1080px;
  padding: 0 70px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tyler-biography .horizontal > * {
  width: 50%;
  max-width: 500px;
  margin: 0 30px;
}
.tyler-biography .horizontal > *:first-child {
  margin-left: 0;
}
.tyler-biography .horizontal > *:last-child {
  margin-right: 0;
}
.horizontal blockquote p {
  text-align: center;
}
.tyler-biography blockquote {
  max-width: 1000px;
  margin: 70px auto;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  line-height: 1.5;
}
.tyler-biography blockquote p {
  margin: 0;
}
.tyler-biography .floating-text {
  min-height: 550px;
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 70px 0;
}
.tyler-biography .floating-text p {
  position: absolute;
  bottom: 80px;
  right: 80px;
  width: 50%;
}
.tyler-biography .column {
  margin-left: 60px;

  -webkit-flex-direction: column;
  flex-direction: column;
}
.tyler-biography .column > * {
  margin: 30px 0;
  font-size: 16px;
}
.tyler-biography .entry .socials-block {
  text-align: left;
}
.tyler-biography .entry .socials-block p {
  font-size: 12px;
  margin-bottom: 20px;
}
.tyler-biography .entry .socials-block a {
  margin: 0 20px 20px 0;
}
.tyler-biography .entry .socials-block a:last-child {
  margin-right: 0;
}
.tyler-biography .entry .socials-block .svg {
  margin: 0 12px 0 0;
}
.tyler-biography .entry .socials-block span {
  display: inline-block;
}

/*
 * Year listings (used on Awards and Press)
 */
.year-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 60px;
}
.year-list li {
  margin: 0;
  padding: 0;
}
.year-list .title {
  cursor: pointer;
  text-align: left;
  font-size: 30px;
  border-top: 1px solid #444444;
  margin: 0 30px;
  padding: 15px 30px;
}
.year-list .title:hover {
  color: #e2390c;
}
.year-list .entry {
  padding: 10px 35px;
  display: none;
}
.year-list li.active {
  background-color: #222222;
  border: none;
}
.year-list li.active .title {
  border-top-color: transparent;
}
.year-list li.active:hover .title {
  color: #ffffff;
}

/*
 * Awards
 */
.awards .entry {
  padding: 0 60px 20px 60px;
  overflow: hidden;
}
.awards .entry ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.awards .entry > ul {
  margin: 1em 2em;
}
.awards .entry > ul > li {
  font-style: italic;
}
.awards .entry > ul ul {
  margin-left: 2em;
  font-style: normal;
}
.awards .entry > ul ul > li {
  background-image: url(images/icon-pointer.svg);
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

/*
 * Category
 */
#content.category {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.grid-news {
  font-size: 0;
  text-align: center;
}

/*
 * Single (Blog detail)
 */
#content.single {
  padding-bottom: 50px;
}
.single .post-wrap {
  padding: 0 30px;
  max-width: 1280px;
  margin: 0 auto;
}
.single .title {
  font-size: 46px;
  margin: 30px auto 20px auto;
  padding: 0 30px;
  text-align: center;
  line-height: 1.3;
}
.single .tag-list {
  font-size: 9px;
  color: #666666;
  text-align: center;
  margin: 20px auto;
  max-width: 960px;
  padding: 0 30px;
}
.single .tag-list p {
  margin: 0;
  text-transform: uppercase;
}
.single .tag-list a {
  font-size: 11px;
  color: #222222;
  display: inline-block;
  padding: 3px 5px;
}
.single .entry {
  max-width: 1080px;
  margin: 30px auto;
  line-height: 1.6;
}
.single .entry h2 {
  font-size: 46px;
  text-align: center;
  margin: 20px auto;
  max-width: 1080px;
  line-height: 1.3;
}
.single .entry h3 {
  font-size: 28px;
  font-style: italic;
  text-align: center;
  margin: 20px auto;
  max-width: 1080px;
  line-height: 1.5;
}
.single .entry > p {
  max-width: 600px;
  margin: 2em auto;
  text-align: justify;
}
.single .entry > iframe {
  display: block;
  margin: 2em auto;
}
.single .entry twitter-widget {
  margin: 10px auto !important;
}
.single .entry a {
  color: #e2390c;
  text-decoration: underline;
}
.single .entry blockquote {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
  margin: 2em 0;
}
.single .entry blockquote .credit {
  font-size: 16px;
  margin: -1em 0 0;
}
.single .entry .fluid-width-video-wrapper,
.single .entry .fluid-width-image-wrapper {
  margin: 3em auto;
  max-width: 1080px;
}
.fluid-width-image-wrapper .responsive-container {
  position: relative;
}
.fluid-width-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

/*
 * Studio Landing
 */
#content.studio-landing {
  max-width: 1280px;
  margin: 0 auto;

  -webkit-transform: none;
  transform: none;
}
.studio-landing .division-controls,
.studio-landing .division-controls .division {
  color: #ffffff;
}
.studio-landing .division-controls .svg polygon {
  fill: #ffffff;
}

/* Holding page */

.studio-landing #header {
  z-index: 510;
}
.studio-roadblock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 505;
}
.studio-roadblock .logo {
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.studio-roadblock .logo-text {
  margin-top: 7px;
}
.studio-roadblock iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: black;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.studio-roadblock iframe:-webkit-full-screen {
  transform: none;
  height: 100%;
  width: 100%;
}
.studio-roadblock iframe:-moz-full-screen {
  transform: none;
  height: 100%;
  width: 100%;
}
.studio-roadblock iframe:-ms-fullscreen {
  transform: none;
  height: 100%;
  width: 100%;
}
.studio-roadblock iframe:fullscreen {
  transform: none;
  height: 100%;
  width: 100%;
}
.studio-roadblock .controls {
  text-align: center;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 52px;
  left: 0;
}
.studio-roadblock .button.close {
  color: #e2390c;
  background-color: #ffffff;
  border: 1px solid #e2390c;
}
.not-mobile .studio-roadblock .button.close:hover {
  color: #ffffff;
  background-color: #e2390c;
}
.not-mobile .close-x:hover polygon {
  fill: #e2390c;
  cursor: pointer;
}
.coming-soon {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.coming-soon .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.coming-soon .bg-image .overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
.coming-soon .entry {
  width: 80%;
  height: calc(100% - 50px);
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: 19px;
  max-width: 920px;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* 		-webkit-justify-content: flex-end;
        justify-content: flex-end; */
}
.coming-soon .entry h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.coming-soon .entry p {
  margin-bottom: 40px;
}

/* End holding page */

.studio-landing .section {
  min-height: calc(100vh - 150px);
  padding: 0 30px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.studio-landing .section:last-child {
  margin-bottom: 0;
}
.section-studio .wrap {
  width: 100%;
  margin: auto;
}
.section-studio .thumbnail {
  height: 0;
  padding-bottom: 35%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #333333;
}
.section-studio a.thumbnail:hover {
  color: #e2390c;
}
.section-studio a.thumbnail:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.section-studio a.thumbnail:hover path {
  fill: #ffffff;
}
.section-studio a.thumbnail:hover circle {
  fill: #e2390c;
}
.section-studio .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.section-studio .meta {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 30px;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-studio .title,
.section-studio .entry h2 {
  font-size: 38px;
  line-height: 1.3;
}
.section-studio .svg {
  margin-top: 40px;
}
.section-studio .entry {
  max-width: 720px;
  font-size: 16px;
  margin: 30px auto;
  line-height: 1.5;
  padding: 0 30px;
}
.section-studio .meta .entry {
  display: none;
}
.section-studio .meta .entry *:last-child {
  margin-bottom: 0;
}

/* Intro section */
.studio-landing .section-studios .thumbnail {
  padding-bottom: 50%;
  overflow: visible;
}
.studio-landing .section-studios .title {
  display: none;
}
.studio-landing .section-studios .meta .svg {
  display: none;
}
.studio-landing .section-studios .meta .entry {
  display: block;
}
.studio-landing .section-studios .entry {
  display: none;
  padding: 0;
}
.studio-landing .scroll-arrow {
  bottom: -50px;
}

/* Socials section */
.studio-landing .section-socials {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 15px;
}
.newsletter p {
  font-weight: 300;
  font-size: 29px;
  max-width: 500px;
  margin: 10px auto;
}
.newsletter .button {
  color: #2cc2e5;
  border: 1px solid #2cc2e5;
  background-color: transparent;
  margin-top: 20px;
}
.newsletter form {
  display: none;
}
.studio-landing .section .socials-block p {
  font-size: 29px;
  color: #ffffff;
}

/* Half sections */
.studio-landing .half-sections {
  width: 100%;
  font-size: 0;
  margin: 80px 0;
}
.studio-landing .half-section {
  height: 160px;
  width: calc(50% - 30px);
  box-sizing: border-box;
  margin: 0 15px;
  display: inline-block;
  border: 1px solid #333333;
  position: relative;
  background-position: center center;
  background-size: cover;

  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.studio-landing .half-section .title {
  font-size: 33px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.studio-landing .half-section:hover {
  color: #e2390c;
}
.studio-landing .half-section:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Contacts sections */
.studio-landing .section-contacts {
  padding-bottom: 30px;
  box-sizing: border-box;
  display: block;
}
.section-contacts .wrap {
  width: 100%;
}
.section-contacts .thumbnail {
  height: 0;
  padding-bottom: 30%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-contacts .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.section-contacts .entry h2 {
  font-size: 29px;
  margin: 80px 0 30px 0;
}
.section-contacts .entry p {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.section-contacts .entry a {
  display: inline-block;
  margin: 0 20px;
}
.section-contacts .entry a .svg {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.section-contacts .entry .chain {
  margin: 0 40px;
}

/*
 * Set Grid
 */
#content.set-grid {
  font-size: 0;
  text-align: center;
}

/*
 * Detail Grid
 */
.detail-grid .entry {
  max-width: 540px;
  margin: 30px auto;
  padding: 0 30px;
  text-align: center;
  line-height: 1.5;
}
.detail-grid .grid {
  padding: 0 10px;
  margin: 60px auto 0 auto;
  max-width: 1280px;
  font-size: 0;
}
.detail-grid .section:nth-child(2) {
  margin-top: 40px;
  padding: 60px 0;
  background-color: #222222;
}
.detail-grid .section .page-title {
  margin-top: 0;
}

/*
 * Fallback (generic styles)
 */
#content.fallback {
  padding-right: 30px;
  padding-left: 30px;
}
.fallback .entry {
  max-width: 1280px;
  margin: 0 auto;
  line-height: 1.5;
}
.fallback .entry .column {
  width: calc(50% - 45px);
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  max-width: 800px;
}
.fallback .entry .column + .column {
  margin-right: 0;
  margin-left: 40px;
}
.fallback .entry .column > img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.fallback .entry h2 {
  font-size: 25px;
  line-height: 1.5;
}
.fallback .entry h3 {
  font-size: 25px;
  line-height: 1.5;
}
.fallback .entry .gallery {
  margin: 3em 0;
}

/* Studio History */
.studio-history .scroll-arrow {
  background-color: #000000;
  position: fixed;
}
.studio-history.scrolled-down .scroll-arrow {
  opacity: 0;
}
.studio-history .entry .column:first-child {
  min-height: calc(100vh - 260px);
}

/*
 * Set detail
 */
.set-detail .section {
  margin-bottom: 150px;
  min-height: calc(100vh - 150px);
  position: relative;
  padding: 30px 70px 40px 70px;
  box-sizing: border-box;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.set-detail .section:last-child {
  margin-bottom: 0;
}
.set-detail .gallery {
  height: calc(100vh - 215px);
  width: 100%;
  padding: 0;
  margin: 0;
}
.set-detail .entry {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  line-height: 1.5;
}
.set-detail .entry ul {
  margin: 50px 0;
  padding: 0;
  list-style: none;
  color: #cbcbca;
  font-size: 0;
}
.set-detail .entry li {
  width: calc(33.33% - 40px);
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.set-detail .entry ul li:last-child {
  margin-right: 0;
  width: 33.33%;
}
.set-detail .entry h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.3;
}
.set-detail .entry h3 + p {
  margin-top: 5px;
}
.set-detail .entry p + h3 {
  margin-top: 30px;
}
.set-detail .floorplan {
  display: inline-block;
  padding: 10px;
}
.set-detail .floorplan .svg {
  position: relative;
  top: 9px;
  margin-right: 5px;
}
.set-detail .scroll-arrow {
  bottom: -8px;
}

/*
 * Login overlay
 */
.login-overlay {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 1.6;
  display: none;
}
.login-overlay .wrap {
  height: 100%;
  width: 100%;
  text-align: center;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-overlay form {
  max-width: 560px;
  margin: 30px;
}
.login-overlay h2 {
  font-size: 26px;
  line-height: 1.5;
}
.login-overlay a {
  display: inline-block;
}
.login-overlay .email {
  display: inline-block;
  height: 14px;
  margin-left: 3px;
  position: relative;
  top: 1px;
  width: 19px;
}
.login-overlay input {
  width: 80%;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding: 10px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 26px;
  display: block;
  max-width: 500px;
  margin: 30px auto;
  border-radius: 0;
}
.login-overlay .error {
  color: #e2390c;
  margin-top: -15px;
}
.login-overlay .close,
.login-overlay .submit {
  border: none;
  appearance: normal;
  outline: none;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 5px 15px;
  cursor: pointer;
  display: inline-block;
}

/*
 * Animations
 */
/* Bounce */
.bounce {
  animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(5px);
  }
}

/* Color */
.half-section a,
.socials-block a,
.block .entry,
.block .excerpt,
.block .title,
.block .date,
.section .title,
.menu a,
.type,
.division-controls,
.entry a {
  transition: color 0.4s;
}

/* Opacity */
.scroll-arrow,
.browse {
  transition: opacity 0.4s;
}

/* Background Color */
.year-list li {
  transition: background-color 0.4s;
}

/* Opacity & Background Color */
.overlay {
  transition: opacity 0.4s, background-color 0.4s;
}

/* Transform */
.menu-panel,
.division-prompt,
.hamburger,
#content {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

/* Everything */
.button,
.hamburger div,
.triangle,
.logo-mark,
.logo-text,
svg circle,
svg polygon,
svg path {
  transition: 0.4s;
}

/* Header and Page Menu Transitions */
#header {
  transition: transform 0.4s, background-color 0.4s, height 0.4s, top 0.4s;
}
.page-menu-panel {
  transition: transform 0.4s, top 0.4s;
}
.page-menu-panel .wrap {
  transition: transform 0.4s, background-color 0.4s;
}

/*
 * Wordpress Required
 */
.alignleft {
  display: inline;
  float: left;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
}
.alignright {
  display: inline;
  float: right;
}
img.alignleft {
  margin: 0 10px 10px 0;
}
img.alignright {
  margin: 0 0 10px 10px;
}
img.aligncenter {
  margin: 0 auto 10px auto;
}
.wp-caption {
  background: transparent;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
  width: auto !important;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.wp-caption.alignnone img {
  width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px auto;
  font-style: italic;
  text-align: center;
  padding: 0 10px;
  max-width: 500px;
}
