/*
Theme Name: The Lot Studios
Theme URI: http://underscores.me/
Author: Edward Jenkins
Author URI: http://heavedesign.com
Description: For internal use only.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lot

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page-title {
	text-align: center;
	margin-top: 45px;
}

.not-found-list li {
	list-style-type: none;
	text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Customizations
--------------------------------------------------------------*/

a {
	cursor: pointer;
}

img {
	max-width: 100%;
}

body {
	font-family: 'DINNextLTPro-Regular';

}

strong, b {
	font-family: 'DINNextLTPro-Bold';
}

h3, h4 {
	font-family: 'DINNextLTPro-Medium';
	font-weight: normal;
}

.normal {
	font-family: 'DINNextLTPro-Regular';
	font-size: 14px;
}


.container {
	padding-bottom: 2em;
}

/* overrides weird legacy style */
.bg-prod #main_content {
		margin-bottom: 0;
}

/** Button Overhaul */

.button-wrapper {
	padding-left: 0;
	padding-right: 10px;
}

.button-row {
	margin-top: 3em;
	margin-bottom: 3em;
}

.stage-table-btn .btn {
	width: 100%;
}

.button-wrapper .btn-default {
	display: block;
}

.btn-default {
	border: 2px solid #dadada;
	border-radius: 0;
	background: #fff;
	color: #000;
	padding: 1em 1.75em 0.75em 1.75em;
	text-transform: uppercase;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	font-family: 'DINNextLTPro-Bold';
}

.btn-default.load-productions {
	display: block;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #666; 
	background-color: #fff; 
	border-color: #adadad;
}

.rental-wrapper,
.rental-pic {
	background: #fff;
}

.rental-img {
	cursor: pointer;
}

.page-template-about-template .page-title {
	text-align: left;
}

.page-template-about-template .subscription-form {
	clear: left;
	padding-top: 1.5em;
}

.page-template-about-template .type-description,
.page-template-about-template .type-description p {
	margin-bottom: 0;
}

input.subscription-submit {
	background: transparent;
	border: none;
	text-decoration: underline;
	padding-left: 0;
}

.alignright,
.alignleft,
.aligncenter {
	border: medium none;
	border-radius: 0;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
	padding: 4px;
}

.no-padding {
	padding: 0!important;
}

.no-padding-left {
	padding-left: 0!important;
}

.no-padding-right {
	padding-right: 0!important;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

i.loading-icon {
	margin: 0;
	text-align: center;
	font-size: 1.5em;
}

hr {
	border-color: #333333;
	margin: 3.25em 0;
}

#sel-production {
	background: #fff;
	padding: 0;
}

#sel-production .container h3 {
	margin-bottom: 0.25em;
}

.circle-wrapper {
	padding: 2.75em 0;
	max-width: 245px;
}

#sel-production p {
	font-size: inherit;
}

#production {
	background: #fff;
	padding: 0;
}

.page-template-about-template .child-page-title {
	margin-top: 0;
}

#production-offices .button-wrapper {
	margin: 1.5em 0;
}

.container {
	min-height: 0;
}

/** Announcements */

.announcement-wrapper {
	background: #242424;
}

#announcement-content {
	font-family: 'DINNextLTPro-Light';
	padding: 0.5em;
	color: #fff;
	text-align: center;
	position: relative;
}

#announcement-content h3 {
	font-family: 'DINNextLTPro-Light';
	font-size: 1em;
}

#announcement-content a {
	font-style: italic;
}

/* The Close Button */
.close-announcement {
		float: right;
		-webkit-transition: all 1s;
		transition: all 1s;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 1em;
}

.close-announcement:hover,
.close-announcement:focus {
		opacity: 0.8;
		text-decoration: none;
		cursor: pointer;
}

/* Menu */

.navbar-default {
	height: 101px;
}

.nav>li>.parent,
.nav>li>.parent:hover {
	padding-right: 25px;
}

.desktop-menu li a {
	text-transform: uppercase;
	font-size: 14px;
}

.desktop-menu ul li a {
	text-transform: capitalize;
}

li.hover a {
	border-bottom: solid 2px #000;
}

li.menu-item-has-children.hover a {
	border-bottom: 0;
}

.menu-social a {
	padding-right: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

li.social.hover a {
	border-bottom:0;
	opacity: 1;
}

li.social a:hover {
	opacity: 0.8;
}

/** Home Page */

.intro-header {
	max-height: none;
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-message {
	padding: 13em 1em;
	font-family: 'DINNextLTPro-Regular';
}

.intro-message h1 {
	font-size: 2.6em;
}

.intro-message p {
	font-size: 1.35em;
	max-width: 800px;
	margin: 0 auto;
}

.learn-more {
	padding: 1em 0;
	display: inline-block;
	cursor: pointer;
}

.learn-more h3 {
	text-transform: uppercase;
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 1.1em;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.learn-more i.material-icons,
.learn-more svg {
	display: inline;
}

.learn-more #background {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

/*.learn-more h3:hover,
.learn-more svg:hover {
	opacity: 0.7;
}*/

.container.home-sub {
	padding: 3.5em 0;
}

.container.home-sub .heading {
	margin-bottom: 4em;
}

.container.home-sub.productions {
	padding-bottom: 4em;
}

.container.home-sub.productions p {
	margin-bottom: 0;
}

.container.home-sub.offering {
	padding: 5em 0;
}

.container.home-sub.offering a {
	color: inherit;
}

.productions h4 {
	font-size: 1.75em;
	margin-bottom: 0;
}

.home-sub .offering {
	text-align: center;
}

.home-sub .offering h4 {
	margin: 27px 0;
	text-transform: uppercase;
}

.home-sub .offering .btn-default {
	margin-top: 27px;
}

.home-sub .offering p {
	margin: 0;
}

.home-history {
	background: #fafafa;
	border-top: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
}

.home-history .container {
	padding: 5em 0;
	position: relative;
}

.home-history .container h4 {
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 1.25em;
}

.home-history .container #sinatra-img {
	position: absolute;
	right: 1em;
	/* top: 0; */
	bottom: 0;
	max-width: 245px;
}

.poster-wrap img {
	/*width: 100%;*/
}

a.imdb {
	font-family: 'DINNextLTPro-Bold';
}

.productions .button-wrap .button {
	display: block;
}

.prod-info {
	background: #fafafa;
	padding: 2em 1em;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-top: none;
	color: #242424;
}

.prod-info .info-icon {
	width: auto;
	position: absolute;
	right: 1.65em;
	bottom: 0.5em;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.prod-info span.prod-heading {
	display: block;
	font-size: 1.25em;
	font-family: 'DINNextLTPro-Medium';
}

.prod-info span.prod-sub-heading {
	display: block;
	font-size: 1.1em;
}

.col-centered.button-wrap {
	margin: 1.8em auto 0 auto;
}

.col-centered.button-wrap .btn-default {
	display: block;
}

.list-production {
	margin-bottom: 2em;
	cursor: pointer;
}

.list-production .info-icon {
	opacity: 0.5;
}

.list-production:hover .info-icon {
	opacity: 1;
}

.list-production img {
	width: 100%;
}

/** Footer */

footer#custom_footer {
	background: #242424;
	font-size: 0.75em;
}

#custom_footer .footer-copyright {
	clear: left;
	width: 100%;
}

footer#custom_footer h4 {
	color: #d8d8d8;
	margin-top: 0;
}

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

#google-map {
	width: 100%;
	height: 240px;
}

ul.footer-menu li {
	padding: 0.5em 0;
}

ul.footer-menu li a,
footer#custom_footer address,
#custom_footer .footer-copyright p,
#custom_footer .footer-copyright a {
	color: #a5a5a5;
}

#custom_footer .container {
	padding-bottom: 5em;
	padding-top: 5em;
}

#custom_footer .footer-copyright p {
	margin-top: 4.575em;
	margin-bottom: 0;
	display: inline-block;
}

#custom_footer ul.social-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 1.25em;
}

#custom_footer ul.social-links li {
	display: inline-block;margin-right: 0.75em;
	margin-right: 0.75em;
}

#custom_footer ul.social-links img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

#custom_footer ul.social-links li:hover img {
	opacity: 0.5;
}

/** History Treatment */

.art-history {
	padding-top: 0;
	text-align: left;
}

.history-wrapper {
}

.art-history h1 {
	text-transform: uppercase;
	margin-top: 0;
}

.wrap-decade a {
	height: 70px!important;
	width: 70px!important;
}

/** Utility */

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

/** Media Queries */

@media screen and ( max-width: 760px ) {
	#announcement-content .subtext {
		display: block;
		margin-top: 0;
	}
	#announcement-content h3 {
		font-size: 0.8em;
	}
	section#production {
		padding-bottom: 0!important;
	}
}

@media screen and ( max-width: 992px ) {
	.col-sm-12.offering {
		margin-bottom: 2em;
	}
	.home-history .container h4 {
		margin-top: 1.25em;
	}
	#custom_footer .footer-left {
		width: 48%;
		float: left;
	}
	.col-lg-6.map {
		display: none;
	}
	.footer-block.col-lg-6 {
		width: 50%;
		float: left;
	}
	hr {
		display: none;
	}
	.about-lot.borderB,
	.desk-sound-table.borderB {
		border-bottom: 0;
	}
	.row.stage-table-row .col-sm-1 {
		padding: 0!important;
	}
	.stage-table-row:hover {
		background: #fff;
	}
	.stage-table-row {
		margin: 0.75em 0;
	}
	.stage-table-row h3 {
		text-decoration: none;
	}
	.page-wrapper img {
		margin: 1em 0;
/*    display: block;
		float: none;*/
	}
	.page-template-about-template .child-page-title {
		margin: 1em 0;
	}
	.history-wrapper {
			padding: 1em!important;
	}

	.productions h4 {
		margin-bottom: 1em;
	}
}

@media screen and ( min-width: 992px ) {
	.footer-block.col-lg-6 {
		width: 50%;
		float: left;
	}
	.poster-wrap {
		max-width: 230px;
	}
	.footer-block.footer-left {
		padding-left: 5em;
	}
	#custom_footer .footer-copyright p {
		margin-top: 4.575em;
		margin-bottom: 0;
		display: inline-block;
		padding-left: 3.75em;
	}
	.home-history .container p {
		margin-bottom: 1.5em;
	}
	body:not(.page-template-productions-template) footer#custom_footer {
		background: #242424;
		font-size: 0.75em;
		margin-top: 3.25em;
	}
}

@media screen and ( min-width: 1200px ) {
	.footer-block.footer-left {
		padding-left: 8em;
	}
	#custom_footer .footer-copyright p {
			margin-top: 4.575em;
			margin-bottom: 0;
			display: inline-block;
			padding-left: 6.75em;
	}
}

@media screen and ( max-width: 790px ) {
	.desktop-menu li a {
		/* fix for nav menu collapse */
		font-size: 13px;
	}
}

@media screen and ( max-width: 782px ) {
	.navbar-default {
			height: 72px;
	}
	.header-outer {
			height: 71px;
	}

	.button-wrapper {
		margin-bottom: 0.5em;
	}

	.container.header {
		padding: 0;
	}
	.navbar-header {
		margin-top: 0;
	}
	.navbar-header.row {
		height: 72px;
	}

	.navbar-header .logo {
		margin-top: 1em;
	}

	.toggleMenu {
		height: 23px;
		width: 32px;
	}

	.mob-icon-wrap {
		padding: 0.5em;
		margin-top: 1.1em;
		padding-right: 0;
	}
	.intro-header {
		/*background-position: 80% 0;*/
	}

	.intro-message {
		padding: 4.25em 0.5em 2em 0.5em;
	}

	.learn-more h3,
	.learn-more br {
		display: none;
	}

	.container.home-sub.offering {
		padding: 2em 0;
	}

	.home-history .container {
		padding: 2em 0;
	}

	.intro-message p {
		font-size: 0.9em;
		max-width: none;
	}

	.intro-message h1 {
		font-size: 1.75em;
		line-height: 1;
		margin-bottom: 0.75em;
	}
	.container.home-sub.productions {
		padding: 2em 0;
	}
	#custom_footer .container {
		padding-bottom: 3em;
		padding-top: 3em;
	}
	.list-production {
		padding-left: 0;
		padding-right: 0;
	}

	.col-centered.button-wrap.home-button-wrap {
		margin: 0 auto;
	}
}

@media screen and ( max-width: 600px ) {
	.home-sub .offering .btn-default {
		display: block;
	}
	.home-history .btn-default {
		display: block;
	}
}

@media screen and (max-width: 820px) {
	.desktop-menu li {
			padding-right: 0!important;
			font-size: 80%;
	}
}

@media screen and ( min-width: 783px ) and ( max-width: 992px ) {
	.navbar-header {
			margin-top: 1.5em;
	}
}

@media screen and ( max-width: 990px ) {
	li.social {
		padding-top: 0.25em;
	}
}

@media screen and ( max-width: 992px ) {
	#sinatra-img {
		display: none;
	}
	.desktop-menu li {
		padding-right: 0.25em;
	}

	.container.header {
		max-width: 970px!important;
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
}

body {
/*	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

/* Timeline Mods */

/*.scroll-wrapper {
	overflow: hidden;
	height: 150px;
}

.wrap-decade {
	overflow: auto;
	position: relative;
	width: 100%;
}

.decade-right {
	top: 110px;
}*/