/*
Theme Name: What Youth 2014
Theme URI: http://www.whatyouth.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.2


Fonts:
	font-family: 'TradeGothic', sans-serif;
    font-family: 'TradeGothic-Light', sans-serif;

	font-family: 'TradeGothic-BoldTwo', sans-serif;
    font-family: 'TradeGothic-CondEighteen', sans-serif;
    font-family: 'TradeGothic-BoldCondTwenty', sans-serif;

	font-family: 'Times New Roman', serif;


Colors:
    Dark Grey: #333333;
    Light Grey: #666666;
    Red: #DD362D;

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

@import url("fonts/fonts.css");

/*
 * Globals
 */
body {
  font-family: "TradeGothic", sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
::selection {
  color: black;
  background: #dd362d;
}
::-moz-selection {
  color: black;
  background: #dd362d;
}
.entry {
  font-family: "Times New Roman", serif;
}
.pagination-links .prev,
.rotate-ccw {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination-links .next,
.rotate-cw {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hide {
  opacity: 0;
}

/*
 * Links
 */
a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #333333;
}
a img {
  border: none;
}
.entry a {
  color: #dd362d;
}
.entry a:hover {
  text-decoration: underline;
  color: #dd362d;
}

/*
 * Page Structure
 */
#container {
  padding: 120px 0 50px;
  min-width: 1080px;
}
#header {
  min-height: 110px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  min-width: 1080px;
}
#content {
}
#footer {
  height: 50px;
  background-color: white;
  z-index: 150;
  position: fixed;
  bottom: 0;
  left: 20px;
  width: 100%;
  min-width: 1080px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/*
 * Menus
 */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.menu li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.menu li a {
  color: black;
}
.menu li:first-child {
  margin-left: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.main-menu {
  bottom: 22px;
}
#left-menu {
  position: absolute;
  left: 80px;
}
#right-menu {
  position: absolute;
  right: 80px;
}
#footer-menu {
  top: 1px;
  margin-left: 30px;
  position: relative;
}
/* Transparent header */
.transparent-header .menu a {
  color: white;
}
.transparent-header.floating-header .menu a {
  color: #333;
}
.transparent-header .menu a:hover,
.transparent-header.floating-header .main-menu a:hover {
  color: #dd362d;
}
/* Active State*/
#header .menu .opened a,
.menu .current-post-ancestor a,
.menu .current-page-ancestor a,
.menu .current-post-parent a,
.menu .current-menu-item a,
.menu .active a,
.menu a:hover {
  color: #dd362d;
}
/* Poster Menu Open */
.menu .not-opened a {
  color: #333;
}

/*
 * Poster Menus
 */
.poster-menu-wrap {
  padding: 60px 80px 25px 80px;
  margin: -560px 0 0 0;
  position: absolute;
  top: 110px;
  z-index: 190;
  background-color: white;
  left: 0;
  right: 0;
  height: 365px;
  overflow: hidden;
}
.poster-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.poster-menu li {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0 3px;
  float: left;
}
.poster-menu .poster-block {
  margin: 0;
}
.poster-menu-wrap .browse {
  top: 60px;
  bottom: 25px;
  margin: auto;
  height: 35px;
}
.poster-menu-wrap .browse.prev {
  left: 20px;
}
.poster-menu-wrap .browse.next {
  right: 20px;
}

/* Type specifics*/
.poster-menu .menu-item-object-category .title,
.poster-menu .menu-item-object-magazine .title {
  display: none;
}

/*
 * Ads
 */
.ad-unit-wrapper {
  margin: 50px auto;
  text-align: center;
  font-size: 0;
}
.ad-unit {
  font-size: 14px;
  text-align: center;
}
.leaderboard {
  width: 728px;
  /* height: 90px; */
  margin: 50px auto;
}
.mrec {
  /* height: 250px; */
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.half-page {
  /* height: 670px; */
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.custom-leaderboard {
  width: 300px;
  /* height: 50px; */
  display: inline-block;
  vertical-align: top;
}
.custom-wide-leaderboard {
  width: 960px;
  /* height: 70px; */
  display: inline-block;
  vertical-align: top;
}
.scrapbook-highlight {
  width: 368px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: inline-block;
  background-color: black;
}
.scrapbook-highlight img {
  display: none;
}
.scrapbook-highlight div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.scrapbook-banner {
  width: 1000px;
  /* height: 333px; */
  margin: 0 auto;
}
.mrec-wrapper .scrapbook-highlight {
  margin: 0 16px;
}

/*
 * Header
 */
.hidden-header #header {
  display: none;
}
#logo {
  width: 25px;
  height: 21px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -12.5px;
}
.floating-header #header {
  position: fixed;
  background-color: white;
  min-height: 60px;
}
.menu-open #header {
  background-color: white;
}

/*
 * Takeover (fullscreen video player)
 */
.takeover #header {
  display: none;
}
#content.takeover {
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  margin: 50px;
  overflow: hidden;
}
.takeover .media-wrapper iframe,
.takeover .media-wrapper .BrightcoveExperience,
.takeover .media-wrapper > video,
.takeover .media-wrapper object {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.takeover .enter {
  background-color: white;
  color: black;
  line-height: 1;
  right: -10px;
}
.takeover .enter.hide:hover,
.takeover .enter:hover {
  color: #dd362d;
  opacity: 1;
}
.takeover .ad-unit {
  position: absolute;
  z-index: 110;
  margin: 0;
}
.takeover .mrec {
  bottom: 0;
  left: 0;
}
.takeover .custom-leaderboard {
  bottom: 0;
  right: 0;
}
.takeover #footer {
  display: none;
}

/*
 * Home
 */
.transparent-header #container {
  padding-top: 0;
}
/* Floating Header */
.transparent-header #header {
  background-color: transparent;
}
.transparent-header #logo {
  display: none;
}
.transparent-header.floating-header #header {
  background: white;
}
.menu-open #logo,
.transparent-header.floating-header #logo {
  display: block;
}
.floating-header .poster-menu-wrap {
  position: fixed;
  top: 60px;
}
/* Grids */
.orginal-content .excerpt {
  display: none;
}

/* Sideshow */
.slideshow {
  margin: 50px;
}
.slide {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: black;
}
.slide .meta {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 100px;
  right: 100px;
}
.slide .entry {
  color: white;
  margin: 0 auto;
  max-width: 760px;
  background-color: transparent;
  padding: 30px 40px;
  line-height: 1.5;
  display: block;
}
.slide .entry.empty {
  background-color: transparent;
  height: 300px;
  width: 760px;
  margin-top: -150px;
}
.slide .entry h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "TradeGothic-Light", sans-serif;
  color: white;
  margin: 0;
  line-height: 1.1;
}
.slide .entry p {
  opacity: 0;
  text-align: justify;
}
.slide .entry:hover {
  background-color: white;
  color: #333;
}
.slide .entry.empty:hover {
  background-color: transparent;
}
.slide .entry:hover h2 {
  color: black;
}
.slide .entry:hover p {
  opacity: 1;
}
.what-youth {
  position: absolute;
  left: 50%;
  z-index: 110;
}
.what-youth.top {
  top: 30px;
  margin-left: -64.5px;
}
.what-youth.bottom {
  bottom: 30px;
  margin-left: -78px;
}
.browse {
  position: absolute;
  top: 50%;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  padding: 20px;
  z-index: 110;
  margin-top: -40px;
}
.browse:hover {
  color: #dd362d;
}
.close {
  position: absolute;
  top: 50%;
  cursor: pointer;
  padding: 20px;
  z-index: 110;
  margin-top: -26px;
  margin-left: -26px;
  line-height: 0;
}
.browse.prev {
  left: 0;
}
.browse.next {
  right: 0;
}
.browse.disabled {
  display: none !important;
}

/*
 * Post Grids and Post Blocks
 */
.post-grid {
  text-align: center;
  font-size: 0;
  padding: 0 50px;
}
.section-title {
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin: 50px auto;
  text-align: center;
}
.post-block {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  width: 332px;
}
.post-block .title {
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 5px 15px 5px 0;
}
.post-block .excerpt {
  margin-right: 15px;
}
.post-block .title span {
  display: block;
}
.post-block .title .line-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-block .title .line-2,
.post-block .excerpt {
  font-family: "TradeGothic-CondEighteen", sans-serif;
  font-size: 13px;
  color: #666666;
}
.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  line-height: 0;
  width: 100%;
}
.post-block.active {
  opacity: 0.2;
}
/*
	 * Normal Blocks (used for Recommends)
	 */
.normal-block {
  height: 252px;
  width: 332px;
}
.normal-block .video-preview {
  width: 333px; /* Allowing for some slight overscan */
  height: 166px;
  overflow: hidden;
}
.normal-block .video-preview video {
  width: 332px;
  height: auto;
  margin-top: -11px;
}

/*
	 * Medium Blocks (used for Films, Shows etc)
	 */
.medium-block {
  width: 500px;
  margin-bottom: 40px;
}
.medium-block .title {
  font-size: 22px;
}
.medium-block .title .line-2 {
  font-size: 16px;
}
.medium-block .video-preview video {
  height: 280px;
  width: 500px;
}

/*
	 * Small Blocks (used for related)
	 */
.small-block {
  width: 200px;
}
.small-block .title {
  font-size: 12px;
  font-family: "TradeGothic", sans-serif;
  margin-top: 0;
  letter-spacing: 0.5px;
}
.small-block .title .line-2 {
  font-size: 11px;
}

/*
     * Collection list
     */
.collection-list {
  text-align: center;
}
.collection-list a {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 12px;
}
.collection-list a:hover,
.collection-list a.current {
  color: #dd362d;
}
.collection-list a:last-child {
  margin: 0;
}

/*
	 * Poster Blocks
	 */
.poster-block {
  width: 241px;
  height: 365px;
  margin: 0 5px 10px 5px;
  position: relative;
  display: inline-block;
}
.poster-block img {
  position: absolute;
  top: 0;
  left: 0;
}
#wps-collection-menu img {
  width: 241px;
  height: auto;
}
.poster-block .overlay {
  width: 241px;
  height: 365px;
  position: relative;
  z-index: 10;
  display: table-cell;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
.poster-block:hover,
.poster-block:hover .overlay {
  opacity: 1;
}
.poster-block .title {
  margin: 25px;
  text-transform: uppercase;
  font-size: 18px;
}
.poster-block .title .line-1 {
  white-space: normal;
}
.poster-block .title .line-2 {
  font-size: 16px;
}
/*
	 * Magazine Block
	 */
.magazine-block {
  height: 510px;
  width: 241px;
  margin: 0 5px 40px 5px;
  position: relative;
}
.magazine-block .title {
  font-size: 16px;
  margin: 5px 15px;
}
.magazine-block .excerpt {
  font-size: 13px;
  margin: 5px 15px;
}
.magazine-block .product-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.magazine-block .product-links a {
  margin: 0;
}
.magazine-block .product-links span {
  display: none;
}

/*
 * Recommends Grid on homepage
 */
.recommends-content {
  margin: 100px auto;
}
.normal-block .title .line-2 {
  display: none;
}
.recommends-content .column {
  display: inline-block;
  vertical-align: top;
  width: 332px;
}
.recommends-content > .normal-block {
  display: none;
}
.recommends-content .half-page {
  margin-bottom: 86px;
}
.category .ad-unit-wrapper {
  margin: 20px auto 60px auto;
}
/* 3 Columns */
.breakpoint-small .recommends-content .column-5 {
  width: 996px;
}
/* 5 Columns */
.breakpoint-medium .recommends-content .column-6 {
  width: 100%;
}

/*
 * Magazine Grid
 */
.magazines-grid .magazine-block {
  line-height: 1.5;
  height: 530px;
}
.magazines-grid .magazine-block img {
  position: static;
}
.magazines-grid .magazine-block > a {
  display: block;
}
.magazines-grid .magazine-block:hover {
  opacity: 1;
}
.magazines-grid .magazine-block:hover > a {
  opacity: 0.5;
}

/*
 * Episodes Grid
 */
.episodes-grid {
  margin: 50px auto;
  max-width: 1550px;
}
.episodes-grid .ad-unit-wrapper {
  margin-top: 0;
}
.single-show.breakpoint-medium .pagination-links {
  width: 1550px;
}

/*
 * Related Grid
 */
.related-grid {
  margin: 50px 0;
  padding: 0 100px;
}
.related-grid h2 {
  font-size: 22px;
  font-family: "TradeGothic-Light", sans-serif;
  margin: 30px auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*
 * Post Pagination (eg. < 1,2,3,4 > ).
 */
.pagination-links {
  text-align: center;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin: 40px auto;
  width: 1040px;
}
.pagination-links span,
.pagination-links a {
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
}
.pagination-links .prev,
.pagination-links .next {
  margin: 0;
  padding: 20px;
  position: absolute;
  top: -15px;
  right: 0;
}
.pagination-links .prev {
  left: 0;
  right: auto;
}
.pagination-links .current,
.pagination-links a:hover {
  color: #dd362d;
}
.breakpoint-medium .pagination-links {
  width: 1710px;
}

/*
 * Scrapbook Grid
 */
#content.scrapbook {
  margin: 0 auto;
}
.callout {
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
}
.callout span {
  color: #dd362d;
}
.scrapbook-block {
  height: 333px;
  width: 333px;
  background-size: cover;
  background-position: center center;
}
.scrapbook-block:hover {
  opacity: 1;
}
.scrapbook-block > img {
  display: none;
}
.scrapbook-block .overlay {
  height: 333px;
  width: 333px;
  display: table-cell;
  background-color: rgba(221, 54, 45, 0.8);
  vertical-align: middle;
  opacity: 0;
  position: relative;
}
.scrapbook-block .overlay .source {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.scrapbook-block .overlay .source path {
  fill: white;
}
.scrapbook-block .excerpt {
  display: inline-block;
  margin: 20px;
  color: white;
  font-family: "TradeGothic", sans-serif;
  color: white;
  font-size: 16px;
  line-height: 1.5;
}
.scrapbook-block:hover .overlay {
  opacity: 1;
}
.scrapbook .ad-unit-wrapper {
  margin: 20px auto;
}
/* Twitter */
.twitter-block {
  background-color: black;
  color: white;
}
.twitter-block .overlay {
  opacity: 1;
  background-color: transparent;
}
.twitter-block .source {
  right: 10px;
  left: 10px;
  bottom: 20px;
  font-family: "TradeGothic-BoldTwo", sans-serif;
  font-size: 10px;
  text-align: center;
  color: white;
}
.twitter-block .source .svg {
  position: relative;
  margin-left: 5px;
  top: 6px;
}
/* Breakpoints Block Sizes */
.breakpoint-small #content.scrapbook {
  width: 1000px;
}
.scrapbook-block:nth-of-type(5n),
.scrapbook-block:nth-of-type(5n) .overlay,
.scrapbook-block:nth-of-type(5n-1),
.scrapbook-block:nth-of-type(5n-1) .overlay {
  width: 500px;
}
.breakpoint-medium .scrapbook-block,
.breakpoint-medium .scrapbook-block .overlay {
  width: 560px;
  height: 560px;
}
.breakpoint-medium .scrapbook-block:nth-of-type(5n),
.breakpoint-medium .scrapbook-block:nth-of-type(5n) .overlay,
.breakpoint-medium .scrapbook-block:nth-of-type(5n-1),
.breakpoint-medium .scrapbook-block:nth-of-type(5n-1) .overlay {
  width: 840px;
}

/*
 * Category
 */
#content.category {
  margin: 0 auto;
  max-width: 2000px;
}
.breakpoint-small #content.category {
  width: 1000px;
}

/*
 * Poster Grid
 */
#content.poster-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  width: auto;
}
.poster-grid li {
  display: inline-block;
}

/*
 * Single
 */
.single h2.title {
  font-size: 36px;
  margin: 30px auto;
  padding: 0 50px;
  text-align: center;
  font-family: "TradeGothic-Light", sans-serif;
  text-transform: uppercase;
}
.single h2.title span {
  display: block;
}
.single h2.title .line-2 {
  font-size: 16px;
  color: #666666;
  font-family: "TradeGothic-CondEighteen", sans-serif;
  text-transform: none;
  margin: 10px 0;
}
.single .media-wrapper {
  padding: 0 100px;
  position: relative;
}
.single .media {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  min-height: 300px;
  overflow: hidden;
}
.single .media > .wp-post-image {
  margin: 0 auto;
  display: block;
}
.single .entry {
  max-width: 670px;
  margin: 40px auto;
  padding: 0 100px;
  text-align: justify;
  color: black;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
.single .meta {
  max-width: 1000px;
  margin: 10px auto;
  padding: 0 100px;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
}
.single .meta .tags {
  max-width: 65%;
  float: left;
}
.single .meta strong {
  font-family: "TradeGothic-BoldTwo", sans-serif;
  font-weight: normal;
}
.single .meta a {
  color: #666666;
}
.single .meta .credit {
  max-width: 30%;
  float: right;
  text-transform: uppercase;
  font-family: "TradeGothic-CondEighteen", sans-serif;
}
.single .meta .credit strong {
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
}
.entry h2 {
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  font-size: 26px;
  color: black;
  line-height: 1.4;
  margin: 1.5em 0;
}
.entry h3 {
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1.3;
}
.entry blockquote {
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 22px;
  color: black;
  line-height: 1.3;
}
.entry strong {
  font-family: "TradeGothic-BoldTwo", sans-serif;
  font-weight: normal;
}
.single .index {
  left: -80px;
  position: absolute;
  text-align: right;
  top: 130px;
  width: 280px;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
/* Magazine Product Links */
.product-links {
  text-align: center;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
}
.product-links a {
  display: inline-block;
  margin: 0 20px;
  color: #666666;
}
.product-links a:hover {
  color: #dd362d;
  text-decoration: none;
}
.product-links .svg {
  vertical-align: text-bottom;
  margin: 0 8px;
}
.product-links .locator-link .svg {
  position: relative;
  top: 2px;
}

/*
 * Pagination Previews
 */
.pagination-preview {
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #f2f2f2;
  height: 140px;
}
.pagination-preview .buttons {
  font-size: 12px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 62px;
  width: 140px;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}
.pagination-preview .buttons .button {
  color: black;
  display: inline-block;
}
.pagination-preview .buttons .sep.disabled,
.pagination-preview .buttons .button.disabled {
  color: #ccc;
}
.pagination-preview .buttons .button.disabled polygon {
  fill: #ccc;
}
.pagination-preview .buttons a:hover {
  color: #dd362d;
}
.pagination-preview .buttons a:hover polygon {
  fill: #dd362d;
}
.pagination-preview .buttons .svg {
  display: inline-block;
  margin: 1px 4px;
}
.pagination-preview .preview {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 80px;
  bottom: 20px;
  display: none;
}
.pagination-preview .preview img {
  float: left;
}
.pagination-preview .preview h4 {
  float: right;
  width: 190px;
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
}
.pagination-preview .preview h4 span {
  display: block;
}
.pagination-preview .preview h4 .line-2 {
  font-family: "TradeGothic-CondEighteen", sans-serif;
  color: #666666;
  font-size: 13px;
  margin: 5px 0;
}

/*
 * Related Carousel Bar
 */
.related-bar {
  background-color: #e6e7e8;
  padding: 25px 100px;
  position: relative;
}
.related-bar h2 {
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}
.related-bar .related-blocks {
  font-size: 0;
  padding: 0;
}
.related-bar .small-block {
  float: left;
}
.related-bar .browse {
  margin-top: 0;
  top: 81px;
}
.related-bar .prev {
  left: 20px;
}
.related-bar .next {
  right: 20px;
}

/*
 * Where to buy
 */
#content.locator {
  margin: 0 auto;
}
#content.locator .entry {
  width: 100%;
  text-align: center;
}
#content.locator #simplemap {
  border: none;
}
#map_search {
  padding: 5px;
  background-color: #cccccc;
}
#map_search table,
#map_search tbody {
  display: block;
}
#map_search td {
  padding-right: 10px;
}
#location_search_form {
  line-height: 1;
}
#content.locator #map_search td div.float_text_left {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  vertical-align: text-bottom;
  float: none;
}
#map_search td input {
  border: transparent none 0;
  border-radius: 3px;
  padding: 3px;
}
#map_search .location_search_title {
  display: none;
}
#map_search .location_search_row {
  display: block;
  white-space: nowrap;
  position: relative;
}
#location_search_submit_fields {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
}
#content.locator #results {
  max-width: 960px;
  margin: 30px auto;
  text-align: left;
  color: #989898;
}
#content.locator #results .result {
  padding: 10px;
}
#content.locator #results .result:hover {
  background: none;
}
#content.locator #results .result_links {
  text-transform: uppercase;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
}
#content.locator #results .result_links a {
  color: #dd362d;
}
#content.locator .result h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  color: black;
}
#content.locator .result h3 small {
  color: #989898;
  font-family: "TradeGothic", sans-serif;
}
#content.locator .markertext {
  font-size: 10px;
}
#content.locator .markertext h3 {
  text-transform: uppercase;
}
#content.locator .markertext p {
  margin: 5px 0;
}
#content.locator .markertext a {
  color: #dd362d;
}
#simplemap > div > .gmnoprint {
  display: none;
}
#simplemap > div > .gmnoprint:last-child {
  display: block;
}
#content.locator #location_search_submit_field {
  background: #666666;
  padding: 3px 5px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  cursor: pointer;
}
.result_phone {
  width: 20%;
}
.result_address {
  width: 50%;
  color: #989898;
}
.gm-style div:nth-child(2) a div {
  display: none;
}

/*
 * Fallback page
 */
.fallback .entry {
  max-width: 1000px;
  margin: 50px auto;
}

/*
 * About
 */
.about #container {
  padding-top: 0;
}
.media-wrapper.fullscreen {
  background-color: black;
  bottom: 0;
  left: 0;
  margin: 50px;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
}
.media-wrapper.fullscreen .BrightcoveExperience,
.media-wrapper.fullscreen > video,
.media-wrapper.fullscreen object {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.about .media-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.about .funkhaus .svg {
  position: relative;
  top: 2px;
}
.about .funkhaus:hover path {
  fill: #dd362d;
}
.mailing-list-form {
  width: 550px;
  margin: 50px auto;
  text-align: center;
}
.mailing-list-form h2 {
  font-size: 26px;
  font-family: "TradeGothic-BoldCondTwenty", sans-serif;
  margin: 15px 0;
}
.mailing-list-form input {
  border: none;
  border-bottom: 1px solid #333333;
  padding: 0 0 3px 0;
  font-size: 26px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
.mailing-list-form button {
  margin: 30px auto;
}
.mailing-list-form .diamond {
  fill: #333333;
}
.mailing-list-form button:hover .diamond {
  fill: #dd362d;
}

/* Newsletter roadblock */
.newsletter-roadblock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 215;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;

  display: none;
}
.newsletter-roadblock .close {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.newsletter-roadblock form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 230px;
}
.newsletter-roadblock #newsletter button {
  background-color: transparent;
}

/*
 * Search
 */
body.searching {
  cursor: progress;
}
/* Overlay */
#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 300;
  display: none;
}
#search-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 310;
  display: none;
}
#search-wrap .close {
  top: 79px;
  left: 50%;
}
#search-wrap .close polygon {
  fill: #dd362d;
}
#searchform {
  margin: 150px 200px 50px 200px;
  height: 65px;
  position: relative;
}
#searchform .svg {
  position: absolute;
  left: 0;
  top: 15px;
}
#searchform div {
  background-image: url(images/icon-magnify.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 45px;
  max-width: 755px;
  margin: 0 auto;
}
#searchform input {
  border: none;
  border-bottom: 2px solid #dd362d;
  background-color: transparent;
  font-family: "TradeGothic-Light", sans-serif;
  font-size: 62px;
  line-height: 80px;
  height: 80px;
  width: 100%;
  color: #dd362d;
  border-radius: 0px;
  padding: 0;
}
#searchform .search-grid {
  margin: 50px auto;
}
#searchform .search-grid .section-title {
  text-transform: uppercase;
  color: #dd362d;
  font-size: 18px;
  font-family: "TradeGothic-CondEighteen", sans-serif;
  margin: 15px 0;
}

/* Search Results Page */
.search-page #search-wrap {
  display: block;
  position: static;
}
.search-page #searchform {
  height: auto;
}

/*
 * Roadblock
 */
#overlay-roadblock {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 300;
}
#roadblock-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 310;
  color: #dd362d;
  text-align: center;
}
#roadblock-wrap .close {
  margin-left: -62px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 13px;
  top: 60px;
  left: 50%;
}
#roadblock-wrap .close .svg {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
#roadblock-wrap .close .svg polygon {
  fill: #dd362d;
}
#roadblock-wrap form {
  height: 410px;
  width: 545px;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 600px;
}
#roadblock-wrap h2 {
  font-family: "TradeGothic", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#roadblock-wrap .email {
  padding: 0;
  margin: 130px 0;
  font-size: 52px;
  width: 545px;
  background: transparent;
  border: none;
  border-bottom: 2px #dd362d solid;
  font-family: "TradeGothic-Light", sans-serif;
  color: #dd362d;
  border-radius: 0;
}
#roadblock-wrap .email::-webkit-input-placeholder {
  color: #dd362d;
  opacity: 1;
}
#roadblock-wrap .email:-moz-placeholder {
  color: #dd362d;
  opacity: 1;
}
#roadblock-wrap .email::-moz-placeholder {
  color: #dd362d;
  opacity: 1;
}
#roadblock-wrap .email:-ms-input-placeholder {
  color: #dd362d;
  opacity: 1;
}
#roadblock-wrap .submit {
}
#roadblock-wrap .error {
  background-color: #dd362d;
}

/*
 * Footer
 */
.hidden-footer #footer {
  bottom: -100%;
}
.social-links {
  text-align: center;
  font-size: 0;
  width: 200px;
}
.social-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.social-links a:hover path {
  fill: #dd362d;
}
#footer .ad-unit-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
#footer .ad-unit-wrapper .custom-leaderboard {
  cursor: pointer;
  margin: 0;
}
#footer .ad-unit-wrapper .mrec {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 110;
}
.not-mobile #footer .ad-unit-wrapper:hover .mrec {
  display: block;
}

/*
 * Tools
 */
#tagline {
  display: none;
}
.post-edit-link {
  font-size: 10px;
  text-transform: uppercase;
}

/*
 * Animations
 */
/* Color */
.title span,
a {
  transition: color 0.4s;
}

/* Opacity */
.enter,
.magazine-block > a,
.post-block,
.overlay,
.slide p {
  transition: opacity 0.4s;
}

/* Slides Entry */
.slide .entry {
  transition: background-color 0.4s, color 0.4s;
}

/* Top */
#footer {
  transition: bottom 0.4s;
}

/* Everything */
.browse,
#roadblock-wrap input,
svg polygon,
svg path {
  transition: 0.4s;
}

/*
 * 404 Error
 */
.error-404 {
  text-align: center;
  font-size: 32px;
}

/*
 * 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: #f1f1f1;
  color: #888;
  text-align: center;
  margin-bottom: 15px;
  width: auto !important;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.wp-caption img {
  margin: 0px;
}
.wp-caption p.wp-caption-text {
  margin: 0 0 5px;
  padding: 4px;
  font-style: italic;
}
