/*
Theme Name: Serial Pictures 2015
Theme URI: http://www.example.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0


Fonts:
    font-family: 'SweetSansOnAir-Regular', Helvetica, Arial, sans-serif;
    font-family: 'ITCFranklinGothicStd-BkCd', Helvetica, Arial, sans-serif;


Colors:
    Black: #222222;
    Grey: #CCCCCC;
    Dark Grey: #71797B;

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

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

/*
 * Globals
 */
html {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #222222;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	letter-spacing: 3px;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
}

::selection {
	color: #ebebe3;
	background: #222;
}

::-moz-selection {
	color: #ebebe3;
	background: #222;
}

/*
 * Links
 */
a {
	color: #222222;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #222222;
}

a img {
	border: none;
}


/*
 * Page Structure
 */
#container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	padding: 0 25px;
	min-height: 100%;
	box-sizing: border-box;
	min-width: 700px;
}

#header {
	width: 100%;
	height: 40px;
	min-height: 40px;
}

#content {
	width: 100%;
	position: relative;
	min-width: 700px;
	background-position: center center;
	background-size: cover;
}

#footer {
	width: 100%;
	height: 90px;
	min-height: 90px;
}


/*
 * Menus
 */
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 0;
}

/* Main Menu */
.main-menu {
	font-size: 24px;
	text-align: center;
	text-transform: lowercase;
	position: relative;
	top: 23%;
}

.main-menu li {
	display: inline-block;
	margin: 0 35px;
}

.main-menu li:first-child {
	margin-left: 0;
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu a {
	display: block;
	padding: 10px;
	color: var(--menu-color, #CCCCCC);
	opacity: 0.5;
}

.main-menu a:hover,
.main-menu .current-page-ancestor a,
.main-menu .current-menu-item a {
	color: var(--menu-color, #CCCCCC);
	opacity: 1;
}


/*
 * Pagination Component
 */
.pagination {
	position: absolute;
	top: 40px;
	right: 25px;
	z-index: 120;
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: var(--menu-color, #222222);
	z-index: 210;
}

.pagination a {
	padding: 5px;
	height: 15px;
}

.pagination .svg {
	position: relative;
	top: 3px;
}

.pagination path {
	fill: var(--menu-color, #222222);
}

.pagination a:first-child {
	padding-right: 0;
}

.pagination a .left.svg {
	margin-right: 12px;
}

.pagination a:last-child {
	padding-left: 0;
}

.pagination a .right.svg {
	margin-left: 12px;
}

.pagination a {
	color: var(--menu-color, #222222);
}

.close-button {
	padding: 20px;
	font-size: 0;
	position: absolute;
	top: 22px;
	left: 5px;
	z-index: 220;
}

.close-button path {
	fill: var(--menu-color, #000);
}


/*
 * Roadblock
 */
.roadblock {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	color: white;
	background-color: black;
}

.roadblock>img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 10;
	object-position: center right;
}

.roadblock .text {
	position: absolute;
	left: 30px;
	bottom: 100px;
	max-width: 600px;
	padding-right: 30px;
	z-index: 20;
	font-size: 16px;
}

.roadblock .title {
	font-size: 30px;
	text-transform: uppercase;
}

.roadblock .text a {
	color: white;
	text-decoration: underline;
}

.roadblock .close-roadblock {
	text-transform: uppercase;
	border: 2px solid white;
	border-radius: 3px;
	padding: 6px 10px 5px 10px;
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
}


/*
 * Frame Component
 */
.frame {
	height: calc(100vh - 40px - 90px);
	width: 100%;
	min-width: 700px;
	background-position: center center;
	background-size: cover;
	position: relative;
}



/*
 * Logo Component
 */
#logo-wrap {
	height: 50px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 210;
	top: 0;
	left: 0;
	background-image: url(images/logo-cutout.svg);
	background-position: center -1px;
	background-repeat: repeat-x;
	border-bottom: none;
}

#logo {
	width: 500px;
	height: 80px;
	margin: 0 auto;
	font-size: 0;
	display: block;
}


/*
 * Name Component
 */
.name {
	height: 50px;
	font-size: 16px;
	text-transform: lowercase;
	line-height: 1;
	text-align: center;
}

.name a:not(.reel-menu a) {
	font-size: 137%;
	color: var(--menu-color, white);
}

.name a:hover {
	opacity: 0.5;
}


/*
 * Home
 */
.home .main-menu a {
	opacity: 1;
}

.home .main-menu a:hover {
	opacity: 0.5;
}

.slideshow {
	position: relative;
	overflow: hidden;
}

.slide {
	position: absolute;
	background-color: #f1f1f1;
	top: 0;
	left: 0;
}

.slide .announcement {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 200px);
	transform: translate(-50%, -50%);
	z-index: 100;
	color: white;
	font-size: 50px;
	text-align: center;
	pointer-events: none;
}

@media only screen and (max-width: 750px) {
	.slide .announcement {
		font-size: 25px;
	}
}

@media only screen and (min-width: 1800px) {
	.slide .announcement {
		font-size: 100px;
	}
}

.slide .play-button-large {
	position: absolute;
	top: 80px;
	left: 20%;
	right: 20%;
	bottom: 140px;
	margin: auto;
	opacity: 0;
	fill: #ffffff;
}

.slide .play-button-large .svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 10px 0 0 -21px;
	fill: inherit;
}

.slide .play-button-large .svg path {
	fill: inherit;
}

.slide .play-button-large:hover {
	opacity: 1;
}

.slide .meta {
	position: absolute;
	bottom: 35px;
	left: 50px;
	right: 50px;
	text-align: center;
	color: white;
	opacity: 0;
}

.slide .meta .title {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
	font-size: 130%;
	text-transform: lowercase;
	color: #ffffff;
	fill: #ffffff;
}

.slide .meta span {
	display: block;
}

.slide .meta .line-1 {
	font-size: 24px;
	margin-bottom: 1%;
	color: inherit;
}

.slide .meta .line-2 {
	font-size: 18px;
	color: inherit;
}

.slide .meta .title:hover span {
	opacity: 0;
}

.play-button {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	fill: inherit;
}

.play-button .svg {
	position: absolute;
	margin: -9px 0 0 -57.5px;
	top: 50%;
	left: 50%;
	fill: inherit;
}

.play-button .svg path {
	fill: inherit;
}

.slide .meta .title:hover .play-button {
	opacity: 1;
}

.cycle-slide-active .meta {
	opacity: 1;
}

.browse {
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 110;
	font-size: 0;
	width: 20%;
}

.browse .svg {
	position: absolute;
	top: 50%;
	margin-top: -21px;
}

.browse.prev {
	left: 0;
}

.browse.prev .svg {
	left: 25px;
}

.browse.next {
	right: 0;
}

.browse.next .svg {
	right: 25px;
}

.browse:hover {
	opacity: 1;
}

/*
 * Intro Animation
 */
.home.intro .frame {
	height: calc(70vh - 40px - 90px);
}

.intro-slide {
	background-color: #f1f1f1;
	top: 0;
	left: 0;
	z-index: 200;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: 2560px auto;
	background-repeat: no-repeat;
}


/*
 * Directors List
 */
#content.directors-list {
	overflow: hidden;
}

.directors-list .frame .grid-menu {
	text-align: center;
	position: absolute;
	top: 102px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.directors-list .frame .grid-menu li {
	display: inline-block;
}

.directors-list .frame .grid-menu li a:hover::after,
.directors-list .frame .grid-menu li.current-menu-item a::after {
	width: calc(100% - 3px);
}

.directors-list .frame .grid-menu li a::after {
	content: " ";
	display: block;
	width: 0px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.3s ease-in-out;
}

.directors-list .frame .grid-menu li a {
	color: #ffffff;
	font-size: 24px;
	text-transform: lowercase;
	margin: 0 14px;
	position: relative;
}

.directors-list .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.4s;
}

.directors-list .slideshow.default {
	opacity: 1;
}

.directors-list .slideshow .slide {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.directors-list .frame,
.fallback .frame {
	vertical-align: middle;
	display: table-cell;
	height: calc(100vh - 40px - 90px);
	width: calc(100vw - 25px - 25px);
}

.directors-menu {
	font-size: 175%;
	text-transform: lowercase;
	padding: 150px 0 40px 0;
	list-style: none;
	text-align: center;
}

.directors-menu li.column {
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.directors-menu li.column:first-child {
	text-align: left;
}

.directors-menu li ul {
	margin: 0 55px;
	padding: 0;
	list-style: none;
}

.directors-menu li ul li {
	margin: 0;
	padding: 0;
	display: block;
}

.directors-menu a {
	display: inline-block;
	color: white;
	padding: 1.5vh 0;
	font-size: 24px;
}

.directors-menu a:hover {
	color: var(--text-color, white);
}

.directors-menu a.active {
	opacity: 1;
}

.directors-menu a.inactive {
	opacity: 0.5;
}

/*
 * Styling for stretch-reveal background
 */
.background.size-reveal {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 1440px;
	width: 2560px;
	margin-left: -1280px;
	margin-top: -720px;
	left: 50%;
	top: 50%;
}

/*
 * Work Grid
 */
.director-detail #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
}

.work-grid {
	text-align: center;
	max-width: 1800px;
	line-height: 0;
	font-size: 0;
	margin-bottom: 90px;
	/* Footer height */
}

.work-grid .name {
	margin-bottom: 35px;
	height: auto;
}

.work-grid .name .switch {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.work-grid .name .switch a {
	font-size: 26px;
}

.work-grid .name .switch:hover a {
	opacity: 0;
}

.work-grid .name span {
	position: absolute;
	font-size: 26px;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	color: var(--menu-color, white);
}

.work-grid .name .switch:hover span {
	opacity: 1;
}

.work-grid .frame {
	height: auto;
}

.post-block .overlay .title {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 20px;
}

.work-block,
.work-block.post-block {
	background-color: #f1f1f1;
	padding-bottom: calc(28.125% - 4px);
}

.work-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 1;
}

.work-block .overlay .title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-size: 90%;
	color: white;
	text-transform: lowercase;
}

.work-block .line {
	display: block;
	line-height: 1.4;
	margin-top: 4px;
}

.work-block:hover .overlay {
	opacity: 1;
}

/*
 * Reel Grid
 */

.reel-grid>.name {
	margin-bottom: 0;
	margin-top: -20px;
}

.reel-menu {
	text-align: center;
	text-transform: lowercase;
	margin: 15px 0 20px 0;
	font-size: 24px;
}

.reel-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.reel-menu li {
	display: inline-block;
	margin: 0 10px;
}

.reel-menu a {
	color: var(--menu-color, #CCCCCC);
	transition: color 0.4s;
	opacity: 0.5;
}

.reel-menu .current_page_item a,
.reel-menu a:hover {
	opacity: 1;
}

/*
 * Work Detail
 */
#content.work-detail {
	max-width: 1200px;
}

.work-detail {
	text-align: center;
	position: relative;
}

.work-detail #logo-wrap {
	position: relative;
}

.work-detail .frame {
	background-color: transparent;
	vertical-align: middle;
	display: table-cell;
	margin: auto;
	max-width: 1200px;
	width: 100vw;
	font-size: 0;
}

.work-detail .title {
	text-transform: lowercase;
	padding-top: 20px;
	font-size: 18px;
}

.work-detail .name a {
	font-size: 24px;
	color: var(--menu-color, #000);
}

.work-detail .title .line-1 {
	color: var(--menu-color, #000);
}

.work-detail .title .line-2 {
	color: var(--menu-color, #71797b);
}

.work-detail .title .excerpt {
	color: var(--menu-color, #71797b);
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: none;
}

.work-detail .name,
.work-detail .name a:hover {
	color: var(--menu-color, #222222);
}

.work-block.post-block .title {
	color: #ffffff;
	transition: color 0.4s;
}

/*
 * Contact
 */
#content.contact {
	vertical-align: middle;
	overflow: hidden;
}

.contact .frame {
	display: table-cell;
	height: calc(100vh - 40px - 90px);
	width: 100vw;
	background-color: transparent;
	vertical-align: middle;
}

.contact .section {
	margin: 60px auto;
	max-width: 1300px;
	padding: 0 80px;
}

.contact .section.locations div.title {
	display: none;
}

.contact .representation .title,
.contact .entry h2.title {
	font-size: 24px;
	line-height: 1;
	display: block;
}

.contact .section:first-child {
	margin-top: 100px;
}

.contact .entry {
	color: var(--text-color, white);
	font-size: 70%;
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.6;
	text-transform: lowercase;
}

/* Delete This */
.contact .entry>p {
	display: none;
}

.contact .entry ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;

	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;

}

.contact .entry ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	flex: 0 1 auto;
	align-self: auto;
	vertical-align: top;
	min-width: 200px;
	font-size: 16px;
}

.contact .entry p {
	margin: 9px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.contact .entry p a {
	color: inherit;
	text-decoration: none;
}

.contact .entry path {
	fill: var(--text-color, white);
}

.contact .entry h2 {
	text-transform: lowercase;
	font-size: 16px;
	margin: 15px 0;
}

.contact .email {
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
}

.divider {
	color: var(--text-color, white);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: left;
	line-height: 1.4em;
	text-transform: uppercase;
}

.divider:after {
	content: "";
	vertical-align: top;
	display: inline-block;
	width: 100%;
	height: 0.65em;
	border-bottom: 1px solid var(--text-color, white);
	margin: 0 -55% 0 1%;
}

.email {
	color: var(--text-color, white);
	display: inline-block;
}

.email .svg {
	position: relative;
	top: 2px;
}

.email:hover,
.email:hover path {
	fill: var(--text-color, white);
	color: var(--text-color, white);
}

/* Locations */
#post-36 .divider {
	display: none;
}

/* Social Links */
.contact .social-links {
	margin: 40px auto;
	max-width: 1300px;
	font-size: 70%;
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
	color: var(--text-color, white);
	text-transform: uppercase;
	padding: 0 80px;
}

.contact .social-links a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.social-links a .background {
	fill: var(--text-color, white);
}

.contact .social-links path {
	fill: var(--text-color, white);
}

.social-links a:hover .background {
	opacity: 1;
}



/*
 * Fallback (used for about page)
 */
#content.fallback {
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

#content.fallback .page {
	position: relative;
}

#content.fallback .frame {
	overflow: hidden;
}

#content.fallback .grid {
	display: block;
	overflow: hidden;
	margin-top: 8px;
	height: auto;
	margin-bottom: 90px;
}

.fallback .entry {
	margin: 120px auto 80px auto;
	padding: 0 50px;
	max-width: 1200px;
	color: var(--text-color, white);
	font-size: 20px;
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.4;
}

.fallback .entry p {
	margin-right: 44%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.fallback.align-left .entry p {
	margin-left: 44%;
	margin-right: auto;
}

.entry h2 {
	font-family: 'HelveticaLT', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

/*
 * Experiential
 */
.page-experiential .frame:not(.grid) {
	vertical-align: bottom;
	background-color: #000000;
}

.page-experiential .background {
	opacity: 0.8;

}

.page-experiential .entry {
	max-width: 1000px;
	font-size: 20px;
	line-height: 1.2;
}

.page-experiential .entry p {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 1.2;
}

.page-experiential .arrow-down {
	width: 50px;
	margin: 0 auto;
	display: block;
}

.page-experiential #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
}


/*
 * Category
 */
.category #logo-wrap {
	background-color: #af925f;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1px), 0 calc(100% - 1px));
}

#content.category {
	position: relative;
	max-width: 1800px;
}

#content.category .lazy-load {
	opacity: 0;
	position: absolute;
	bottom;
	0;
	width: 100%;
	height: 100px;
	pointer-events: none;
}

.category .frame {
	text-align: center;
	overflow: hidden;
	height: auto;
	background-color: #f1f1f1;
	padding-top: 50px;
}

.category .frame #infscr-loading {
	display: none !important;
}

.category.category-musings .post-block {
	width: 33.33%;
}

.category.category-musings .post-block:nth-child(1),
.category.category-musings .post-block:nth-child(2) {
	padding-top: 0;
}

.post-block {
	box-sizing: border-box;
	position: relative;
	float: left;
	background-size: cover;
	background-position: center center;
	border: 2px solid #fff;
	padding-bottom: calc(50% - 4px);
	height: 0;
	width: 50%;
}

.post-block img {
	display: none;
}

.post-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	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;
}

.post-block .overlay .title {
	display: inline-block;
	padding: 30px;
	color: white;
	font-size: 20px;
	text-transform: lowercase;
}

.category .post-block .overlay .title,
.category .post-block .overlay .title .line-1,
.category .post-block .overlay .title .line-2 {
	color: var(--text-color, yellow);
}

.category .post-block .overlay .title {
	top: 0;
	font-size: 40px;
	line-height: 1.1;
	text-align: left;

	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.post-block:nth-child(1),
.post-block:nth-child(2) {
	padding-top: 25px;
	border-top: 0;
}

.post-block:only-child {
	width: 100%;
	padding: 0;
	padding-bottom: 0;
	height: auto;
	background-image: none !important;
}

.post-block:only-child img {
	display: block;
	height: auto;
	width: 100%;
}


/*
 * Single
 */
.single {}

.single .title {
	text-align: center;
	line-height: 1.4;
	margin: 0 80px 30px 80px;
	text-transform: uppercase;
}

.single .media {
	text-align: center;
	max-width: 1280px;
	margin: 0 auto 30px auto;
}

.single .entry {
	max-width: 740px;
	margin: 30px auto;
	font-family: Helvetica, Arial, sans-serif;
}

.single .entry img {
	width: 100%;
	height: auto;
}

.single .entry a {
	text-decoration: underline;
}

.single .social-links {
	color: #cccccc;
	text-align: center;
	font-size: 60%;
	text-transform: uppercase;
}

.single .social-links span {
	display: block;
	margin-bottom: 20px;
}

.single .social-links a {
	display: inline-block;
	margin: 0 8px;
}

.single .social-links path {
	fill: #cccccc;
}

.single .social-links a:hover .background {
	opacity: 1;
}


/*
 * Footer
 */
#footer .title {
	text-align: center;
	position: relative;
	top: 43%;
	font-size: 80%;
	text-transform: uppercase;
}

#footer .title span {
	margin: 0 3px;
	display: inline-block;
}

/*
 * Break Point Overrides
 */
/* Less than 1000px */
.breakpoint-1000 .contact .social-links,
.breakpoint-1000 .contact .section {
	max-width: 470px;
}

.contact .section.representation {
	margin-top: 137px;
}

.breakpoint-1000 .contact .section li {
	margin-bottom: 40px;
}

.breakpoint-1000 .directors-menu li.column {
	min-width: auto;
}

/* Less than 750px */
.breakpoint-750 .contact .section {
	margin-bottom: 0;
	max-width: 470px;
}

.breakpoint-750 .contact .section li {
	margin-bottom: 40px;
}

.breakpoint-750 .directors-menu li {
	text-align: center;
}

.breakpoint-750 .contact .social-links {
	max-width: 470px;
	margin: 0 auto 40px auto;
}

.breakpoint-750 .pagination {
	-webkit-transform: scale(2);
	transform: scale(2);
	right: 60px;
}

.breakpoint-750 .close-button {
	-webkit-transform: scale(2);
	transform: scale(2);
	left: 10px;
}


@media (min-width: 1200px) {
	.directors-menu li.column {
		min-width: 565px;
	}
}

@media (max-width: 1100px) {
	.category.category-musings .post-block {
		width: 50%;
		padding-bottom: calc(77% - 4px);
	}
}

@media (max-width: 900px) {
	.background.size-reveal {
		margin: auto;
		height: auto;
		width: auto;
		left: auto;
		top: auto;
		bottom: -168px;
		right: -680px;
		left: -680px;
		top: -168px;
	}

	#content.fallback .page {
		padding-top: 500px;
	}

	.fallback .background.size-reveal {
		-webkit-transform: translate3D(-300px, -194px, 0);
		transform: translate3D(-300px, -194px, 0);
	}

	.fallback.align-left .background.size-reveal {
		-webkit-transform: translate3D(350px, -199px, 0);
		transform: translate3D(350px, -199px, 0);
	}

	#content.fallback .entry p {
		margin-right: 0;
		margin-left: 0;
	}

	.post-block {
		padding-bottom: 56.25%;
		width: 100%;
	}

	.category.category-musings .post-block {
		width: 100%;
		padding-bottom: 133%;
	}
}

/*
 * Mobile specific
 */
.is-mobile .overlay {
	opacity: 1;
}

.is-mobile .main-menu {
	font-size: 18px;
	top: 23%;
}

.is-mobile .main-menu li {
	margin: 0;
}

.is-mobile .work-grid .name .switch span {
	display: none;
}

.is-mobile .directors-list .frame .grid-menu li a {
	font-size: 20px;
}

.is-mobile .directors-menu a {
	font-size: 24px;
}

.is-mobile.single #header,
.is-mobile.category #header {
	height: 100px;
}



/*
 * Animations
 */
/* Color */
a {
	transition: color 0.4s;
}

/* Opacity */
.play-button-large,
.directors-menu a,
.svg .background,
.overlay,
.play-button,
.slide .meta span,
.name span,
.browse,
.name a,
.main-menu a,
.reel-menu a {
	transition: opacity 0.4s, color 0.4s;
}

/* Everything */
svg path {
	transition: 0.4s;
}



/*
 * Tools
 */
#tagline {
	display: none;
}

.post-edit-link {
	font-size: 10px;
	color: inherit;
	text-transform: uppercase;
}



/*
 * 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;
}