/*
Theme Name: Kaufman Astoria Studios
Theme URI: http://underscores.me/
Author: Krate
Author URI: http://www.kratedesign.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: kas
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Kaufman Astoria Studios is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2a8a8f");

@font-face {font-family: 'FuturaBT-Light';src: url('webfonts/2A8A8F_0_0.eot');src: url('webfonts/2A8A8F_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A8A8F_0_0.woff') format('woff'),url('webfonts/2A8A8F_0_0.ttf') format('truetype');}
@font-face {font-family: 'FuturaBT-Medium';src: url('webfonts/2A8A8F_1_0.eot');src: url('webfonts/2A8A8F_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A8A8F_1_0.woff') format('woff'),url('webfonts/2A8A8F_1_0.ttf') format('truetype');}
@font-face {font-family: 'FuturaBT-Bold';src: url('webfonts/2A8A8F_2_0.eot');src: url('webfonts/2A8A8F_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A8A8F_2_0.woff') format('woff'),url('webfonts/2A8A8F_2_0.ttf') format('truetype');}
@font-face {font-family: 'FuturaBT-Heavy';src: url('webfonts/2A8A8F_3_0.eot');src: url('webfonts/2A8A8F_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A8A8F_3_0.woff') format('woff'),url('webfonts/2A8A8F_3_0.ttf') format('truetype');}

@font-face {
    font-family: 'merriweatherregular';
    src: url('webfonts/merriweather-regular-webfont.eot');
    src: url('webfonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/merriweather-regular-webfont.woff') format('woff'),
         url('webfonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('webfonts/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherbold_italic';
    src: url('webfonts/merriweather-bolditalic-webfont.eot');
    src: url('webfonts/merriweather-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/merriweather-bolditalic-webfont.woff') format('woff'),
         url('webfonts/merriweather-bolditalic-webfont.ttf') format('truetype'),
         url('webfonts/merriweather-bolditalic-webfont.svg#merriweatherbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	background: #fff;
	border-top:8px solid #095FAA;
	min-width: 960px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	/*color: #404040;*/
	color:#697d91;
	font-family: 'merriweatherregular', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.site-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    height: 96px;
}
.header-content {
    position: relative;
    display: block;
	width: 960px;
	margin: 0 auto;
    z-index: 100;
    min-height: 96px;
}
.site-branding {
	float: left;
	padding: 10px 0px;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	/*color: purple;*/
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.menu-menu-1-container {
	float: right;
}
.main-navigation {
	/*clear: both;
	display: block;
	float: left;
	width: 100%;*/
	float: right;
	padding-top: 40px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding-left: 21px;
}
.main-navigation li:first-child {
	padding-left: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'FuturaBT-Light';
	font-size: 14px;
	color:#364a5f;
	text-transform: uppercase;
	/*NAVIGATION, FUTURA BOOK, 16px, #364a5f, ALL CAPS, 0.05em TRACKING*/
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
    color: #2fc0d1;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

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

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



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

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

h1.entry-title {
	font-family: 'FuturaBT-Light';
	font-size: 65px;
	text-align: center;
	color: #2e3f50;
	text-transform: uppercase;
	margin-top: 0.5em;
}
.entry-content {
	display: block;
	font-size: 16px;
	font-family: 'merriweatherregular';
	text-align: center;
	color: #697D91;
	/*color: #2e3f50;*/
	line-height: 24px;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}

.site {
    min-height: 100%;
    position: relative;
    background: #eceff0;
}

.site-content {
	width: 100%;
    min-width: 960px;
    height: 100%;
	background: #eceff0;
	/* padding-bottom: 20px; */ /* this is creating a white border at the bottom */
    padding-bottom: 96px;
}

.site-content #primary {
	width: 960px;
	margin: 0 auto;
}

.site-footer {
    width:100%;
    min-width: 960px;
    max-height: 96px;
    position: absolute;
    bottom: 0;
    padding: 13px 0;
    background:#2e3f50;
}
.site-footer .site-info {
	width: 960px;
	margin: 0 auto;
	font-family: 'FuturaBT-Bold';
	font-size: 16px;
	color:#aebece;
	/*FOOTER INFO, FUTURA BOLD, LEFT ALIGNED, 16PX, ALL CAPS, #aebdce*/
}
.site-footer .footer-left {
    float: left;
    width: 140px;
}
.site-footer .footer-left img {
    display: inline-block;
}

.site-footer .footer-left img:nth-child(2) {
    position: relative;
    top: -5px !important;
    left: 15px;
}
.site-footer .footer-middle {
    position: relative;
    display: inline-block;
    top: 18px;
    left: 37px;
    width: auto;
    min-width: 580px;
    float: left;
}
.site-footer .footer-menu {
	font-family: 'FuturaBT-Bold';
	font-size: 10px;
	color:#697d91;
    text-align: center;
}
.site-footer .menu-menu-1-container {
    position: relative;
    display: inline-block;
    left: -3px;
    clear: none;
    float: none;
}
.site-footer .footer-menu .menu {
    display: table;
    width: 100%;
}
.site-footer .footer-menu ul {
	position: relative;
	padding: 0;
	margin: 0;
}
.site-footer .footer-menu ul li {
	float: left;
	list-style: none;
    padding-left: 9px;
}
.site-footer .footer-menu ul li:first-child {
    padding-left: 0;
}
.site-footer .footer-menu ul li a {
	text-decoration: none;
	color:#697d91;
	text-transform: uppercase;
    font-size: 10px;
}
.site-footer .footer-menu ul li:hover > a {
    color: #aebece;
}

.site-footer .footer-middle .address {
     position: relative;
     display: inline-block;
     float: none;
     font-size: 16px;
     letter-spacing: 0;
     text-align: center;
 }
.site-footer .footer-middle .address .sep {
    display: inline-block;
    padding: 0 10px;
}
.site-footer .footer-right {
    display: inline-block;
    clear: none;
    float: right;
    margin-top: 20px;
}
/*


            HOMEPAGE


*/

.img-holder {
    display: block;
}
.img-holder img {
    display: block;
}

section.news {
    background: #095faa;
}

section.associates {
    background: #eceff0;
}

section.news, section.productions, section.associates {
    position: relative;
    display: block;
    border-right: none;
    border-left: none;
    -moz-box-shadow:0px 8px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 8px 5px rgba(0,0,0,0.3);
    box-shadow:0px 8px 5px rgba(0,0,0,0.3);
}

section.news .news-content, section.productions .productions-content, section.associates .associates-content {
    position: relative;
    display: block;
    width: 960px;
    padding: 20px 0 50px;
    margin: 0 auto;
}

section.associates .associates-content {
    padding: 62px 0 20px;
}

section.news .title, section.productions .title, section.associates .title {
    font-family: 'FuturaBT-Light';
    font-size: 80px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}
.news-block {
    width: 320px;
    float: left;
    padding:0px 20px;
    color: #000;
    text-align: center;
}
/*.news-block:first {
	padding-left: 0;
}*/
.news-block h2, .associate-block h2 {
    font-family: 'FuturaBT-Light';
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #2e3f50;
    letter-spacing: -0.025em;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.news-block h2 a {
    text-decoration: none;
    color: #2e3f50;
}
.news-block h2 a:hover {
    color: white;
}
.news-block p, .associate-block p {
    font-family: 'merriweatherregular';
    font-size: 16px;
    text-align: center;
    line-height: 21px;
    color:#2e3f50;
}
.read-more {
    display: inline-block;
    top: 10px;
    font-size: 21px;
    color: #fff;
    padding: 12px 30px 7px;
    border:1px solid #fff;
    font-family: 'FuturaBT-Medium';
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    /*display: block;
    width: 135px;
    height: 40px;*/
}
.read-more:hover {
    color:#fff;
    background-color: rgba(255,255,255, 0.1);
}
.news-items h2 a{
    font-family: 'FuturaBT-Light';
    font-size: 32px;
    color:#095fad;
    text-decoration: none;
}
.news-items .news-full {
    padding-left: 240px;
}
.news-items > article{
		margin-bottom: 2em;
}
.news-items .news-full h2, .news-items .news-with-image h2{
	line-height: 32px;
}

.news-items .news-published, .news-item .news-published {
    display: block;
    margin-bottom: 10px;
    /*margin-top: -5px;*/
    line-height: 26px;
    font-family: 'FuturaBT-Light';
    font-size: 18px;
    text-transform: uppercase;
}
.news-item .news-published, .news-items .news-date{
		margin-bottom: 5px;
}
.news-items .read-more-news {
    font-family: 'FuturaBT-Bold';
    font-size: 14px;
    color: #34bebe;
    text-decoration: none;
}
.news-items .news-image, .news-item .news-image {
    float: left;
    width: 220px;
    margin-right: 20px;
}
.news-items .news-image {
    max-height: 195px;
    overflow: hidden;
}
.news-items .news-image img {
    position: relative;
    top: 0;
    /* max-height: 200px; */
}
.news-items .news-with-image, .news-item .news-with-image {
    width: 720px;
    float: left;
}
.news-excerpt{
    padding-left: 250px;
}
.news-excerpt h2 {
		clear:none;
		line-height: 1.1;
		padding-bottom: 3px;
}
.type-news h1.entry-title {
    font-family: 'FuturaBT-Light';
    font-size: 56px;
    color:#095fa8;
    text-transform: none;
    margin-top: 0;
}
.productions-content, .associates-content {
    position: relative;
}
.productions-content .title, .associates-content .title {
    color: #2e3f50 !important;
}
.production-block, .associate-block {
    display: inline-block;
    color: #000;
    text-align: center;
    vertical-align: top;
    margin: 0 10px 20px;
}

.productions-content .count-3 {
    width: 296px;
    height: 398px;
}
.productions-content .count-4 {
    width: 216px;
    height: 294px;
}
.productions-content .count-5 {
    width: 168px;
    height: 320px;
}
.productions-content .count-6 {
    width: 135px;
    height: 185px;
}
.link-to-all-shots {
    font-family: 'FuturaBT-Medium';
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 24px;
    text-transform: uppercase;
}
.link-to-all-shots a {
    position: relative;
    display: block;
    background-color: #2fc0d1;
    margin: 0 auto;
    width: 190px;
    max-height: 55px;
    line-height: 60px;
    color: white;
    text-align: center;
    text-decoration: none;
}
.link-to-all-shots a:hover {
    background: #2FD5E6;
}

/* TODO #-COUNT */



.production-block .image-container {
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.associate-block {
    width: 136px;
    max-width: 168px;
    box-sizing: border-box;
}
.logo-container {
    position:relative;
    display: block;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*
.associate-logo {
    vertical-align: middle;
    margin: 0 auto;
    max-height: 150px;
}
*/
.associate-title {
    font-size: 23px !important;
}

.associate-block p, .associate-description {
    font-size: 12px !important;
    padding-bottom: 15px;
    line-height: 15px;
}


div.mr_social_sharing_wrapper {
	text-align: left;
}

.dogs {
    width: 100%;
    background:#364a5f;
    float: none;
    padding: 40px 0 40px;
    position: relative;
}
.dogs-content {
    width:960px;
    margin: 0 auto;
    text-align: center;
    color:#fff;
    min-height:15em;
}
.dogs-slideshow {
    width: 460px;
    margin: 0 auto;
    position: relative;
}
.dogs-block {
    width:560px;
    position: relative;
    height: auto;
}
.dogs-block img {
	width: 140px;
	height: 140px;
}
.dogs-block .quote {
    font-size: 24px;
    font-family: 'merriweatherbold_italic';
    line-height:30px;
    margin-top: 10px;
}
.dogs-block .quote p { margin: 0}

.dogs-block .owner {
    font-size: 21px;
    font-family: 'FuturaBT-Light';
    color:#00a5b7;
    letter-spacing: -0.025em;
    margin-top: 10px;
}

.homepage-image-splitter {
    min-height: 120%;
}

/*


        ABOUT US


*/

.col {
    position: relative;
    float: left;
    width: 480px;
    text-align: left;
    padding: 0 25px;
}
.col:first-child {
    padding-left: 0;
}
.col:last-child {
    padding-right: 0;
}

/*


        SHOT AT KAUFMAN


*/

.client-area h2, .section-title {
	border-bottom:1px solid #095fa8;
	font-size:20px;
	text-transform: uppercase;
	color: #095FA8;
	margin-bottom: 20px;
	font-family: 'FuturaBT-Medium';
}
.client-area ul {
	position: relative;
	margin: 0;
	padding: 0;
}
.client-area ul li {
	list-style: none;
	/*display: inline;*/
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.client-area ul li.last {
	margin-right: 0;
}
.client-area ul li img {
	height:305px;
	width: 225px;
}

/*


        STAGES


*/

.stage-grid {
	position: relative;
    display: block;
	margin:0;
	padding: 0;
    clear: both;
    overflow:hidden;
}
.stage-grid .grid-item {
	list-style: none;
	float:left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	background:#fff;
	border:1px solid #999;
    -moz-box-shadow:    1px -1px 5px 2px #ccc;
    -webkit-box-shadow: 1px -1px 5px 2px #ccc;
    box-shadow:         1px -1px 5px 2px #ccc;
}

.stage-grid .grid-item-last {
	margin-right: 0;
}

.stage-grid .grid-item .stage-info {
	padding: 5px 10px 15px 10px;
	font-family: 'FuturaBT-Bold';
}
.stage-block {
    cursor: pointer;
}

.stage-info {
    position: relative;
    display: block;
    min-height: 235px;
}

.stage-info .title {
font-family: 'FuturaBT-Light';
	font-size: 80px;
	color: #2e3f50;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: -3px; /* FIX FOR length of the Lot */
	/*margin-top: 0.5em;	*/
}

.stage-grid .grid-item .stage-title a {
	font-family: 'FuturaBT-Bold';
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color:#095FA8;
}
.stage-grid .grid-item .stage-desc {
	font-size: 12px;
	line-height: 16px;
	color:#2e3f50;
}

.stage-grid .grid-item .stage-dimensions div {
	float: left;
	color:#697d91;
	font-size: 10px;
}
.stage-grid .grid-item .stage-dimensions .col-left {
	width: 113px;
}
.stage-grid .grid-item .stage-dimensions .col-right {
	width: 90px;
}
.stage-grid .grid-item .stage-dimensions div .label {
	font-family: 'FuturaBT-Bold';
	font-size: 10px;
	line-height: 16px;
	color:#095FA8;
	text-transform: uppercase;

}

/* ***************  CHECK AVAILABILITY ****************** */

.check-availability-button {
    font-family: 'FuturaBT-Bold';
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
}
.check-availability-button a {
    position: relative;
    display: block;
    background: #99cc33;
    margin: 0 auto;
    width: 470px;
    max-height: 55px;
    line-height: 60px;
    color: white;
    text-align: center;
    text-decoration: none;
}
.check-availability-button a:hover {
    background: #a8d849;
}

.availability-title-section {
	position: relative;
    width:auto;

}
.availability-title-section .entry-title {
    display: block;
    padding-top: 100px;
    font-family: 'FuturaBT-Light';
    font-size: 60px;
    line-height: 0px;
}
.availability-title-section p {
    clear: both;
}

.studio-availability-section {
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 580px;
    float: left;
    left: 0;
    padding-bottom: 60px;
}
.studio-availability-section table td {
    color: #085fa8;
    padding: 32px 0 28px;
    border-top: solid 2px #1f6eaf;
    vertical-align: middle;
}
.studio-availability-section table .unavailable {
    color: #2fc0d1 !important;
}
.studio-availability-section table tr td:first-child {
    width: 150px;
}
.studio-availability-section table tr:last-of-type td {
    border-bottom: solid 2px #1f6eaf;
}

.check-availability-section {
    display: block;
    right: 0;
    width: 100%;
}
.contact-form-section {
	margin-top:3em;
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 620px;
    padding-bottom:100px;
    margin: 0px auto;
}
.contact-form-section .contact-form-title {
	text-align: center;
    display: block;
}
.contact-form-section form {
    position: relative;
    display: block;
}
.contact-form-section form p {
    margin-bottom: 0;
}
.contact-form-section form p:nth-of-type(1) {
    margin: .8em 0;
}
.contact-form-section form p:nth-of-type(1) .wpcf7-form-control-wrap {
    display: block;
    background: #2fc0d1;
    width: 100%;
    font-size: 16px;
    height: 42px;
    -webkit-appearance: none;
}
.contact-form-section form p .wpcf7-form-control-wrap {
    display: block !important;
}
.contact-form-section .contact-form-input-title {
    font-size: 11px;
}
.contact-form-section .contact-form-input {
    position: relative;
    float: right;
    height: 42px;
    width: 100%;
    margin-bottom: 6px !important;
    text-transform: none;
    color: black;
    border: solid 1px #475b70;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0 10px;
    /*top: -22px;*/
}

.contact-form-section .wpcf7-form-control-wrap textarea{
	height: 200px;

}

.contact-form-section form select option {
    text-transform: uppercase;
}
form.wpcf7-form p span::after {
    content: "";
    display: table;
    width: 100%;
}
.contact-form-section form p:nth-last-child(3) .contact-form-input {
     height: 260px;
}
.contact-form-section .contact-form-submit {
    display: block;
    float: right;
}
.contact-form-section .contact-form-submit input {
    font-family: 'FuturaBT-Light';
    display: block;
    width: 620px;
    height: 40px;
    background-color: #2fc0d1;
    border: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    text-shadow: none;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    margin-top: 14px;
}
.contact-form-section .contact-form-submit input:hover {
     background-color: #2FD5E6;
 }
.contact-form-section .contact-form-submit .ajax-loader {
    position: absolute;
    left: 25px;
    bottom: 12px;
}
.contact-form-section .wpcf7-validation-errors, .contact-form-section .wpcf7-mail-sent-ok {
    display: block;
    position: absolute;
    padding: 0;
    width: 100%;
    bottom: -75px;
    right: 0px;
    border: none;
    text-align: center;
    color: green;
}
.contact-form-section .wpcf7-validation-errors {
    color: red;
}
.contact-form-section .wpcf7-not-valid-tip {
  /*  position: absolute; */
    top: 50px;
    font-size: .7em;
    width: 300px;
    text-align:right;
    font-family:'FuturaBT-Medium', sans-serif;
    font-weight:normal;
}

#contact-form-columns{
	overflow: auto;
	clear: both;
}
/*
#contact-form-left{
	width: 300px;
	padding-top: 24px;
	float: left;
}
#contact-form-right{
	width: 300px;
	float: right;
	margin-left: 20px;
} */
#contact-form-bottom{
	width: 100%;
	overflow: auto;
}

.contact-form-half,
#contact-form-left,
#contact-form-right {
	width:300px;
	float:left;
}

#contact-form-left,
.contact-form-half:first-child {
	margin-right:20px;
	padding-top:24px;
}

/* *****************  STAGE PAGE  *********************** */

.stage-floorplan-preview {
    min-width: 100%;
    padding-bottom: 40px;
}

.stage-specs, .stage-facilities {
	width: 480px;
	float: left;
    padding-bottom: 50px;
}
.stage-specs {
	font-family: 'FuturaBT-Bold';
}
.stage-specs .label, .stage-facilities .label {
	font-family: 'FuturaBT-Bold';
	font-size: 16px;
	line-height: 16px;
	color:#095FA8;
	text-transform: uppercase;
}

.stage {
	margin-top: 50px !important;
}

.stage .stage-gallery {
	width: 480px;
	float: left;
    padding-bottom: 40px;
}
.stage .stage-gallery #slideshow {
	width: 480px;
	position: relative;
}
.stage .stage-gallery #slideshow #nav {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.stage .stage-gallery #slideshow #nav a {
	text-indent: -9999px;
	border-radius:5px;
	background:#364a5f;
	margin-right: 10px;
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	outline: none;
}
.stage .stage-gallery #slideshow #nav a.activeSlide {
	background:#00a5b7;
}
/*.stage .stage-gallery #slideshow img {
	width: 480px;
}*/
.stage .stage-info {
	width: 480px;
	float: left;
	padding-right: 20px;
}
.stage .stage-info a {
	float: right;
	background: #f00;
	padding: 10px;
	color:#fff;
	text-decoration: none;
	margin-left: 10px;
}
.stage-info .stage-dimensions {
    position: absolute;
    display: inline-block;
    bottom: 13px;
    margin: 0 auto;
}
.stage h1 {
	font-family: 'FuturaBT-Light';
	font-size: 80px;
	color: #2e3f50;
	text-transform: uppercase;
	margin-top: 0.5em;
}

/*


            LEGACY



*/

.legacies { position: relative; display: block; min-width: 100%; }

.legacies .legacy-era-block { position: relative; display: block; min-width: 100%; padding: 40px 0; color: #40535f; }
.legacies .legacy-era-block:nth-of-type(1) { padding-top: 0px; }

.legacies .block-1 { background-color: #eceff0; }
.legacies .block-2 { background-color: #dce4e6; }
.legacies .block-3 { background-color: #becccd; }
.legacies .block-4, .block-4 .era-title { background-color: #657582; color: white !important; }
.legacies .block-5, .block-5 .era-title { background-color: #394b61; color: white !important; }
.block-4 .era-title, .block-5 .era-title { border-bottom-color: #79889b; }

.era-content { position: relative; display:block ; width: 960px; margin: 0 auto; }

.era-gallery { position: relative;  display: inline-block; width: 960px; margin-top: 5px; }
.era-gallery .era-gallery-image:first-child { margin-right: 20px; }
.era-gallery .era-gallery-image { display: block; width: 310px; float: left; max-width: 320px; }
.era-gallery .era-gallery-image img { position: relative; border: solid 8px white; }
.era-gallery .era-gallery-image:nth-child(3) { float: right; margin-right: -10px; }


/*


            NEWS



*/

/* *****************  News Page  *********************** */

.news-items .news-image {
    position: relative;
    display: inline-block;
    left: 0;
    /*top: 10px;*/
}
.read-more-news {
    margin-left: 5px;
    text-transform: uppercase;
}

/* *****************  Single News  *********************** */

.news-item {
    padding-top: 20px;
}
.news-item .news-image {
    position: relative;
    display: inline-block;
    float: left;
    top: 0;
    left: 0;
    max-width: 220px;
    margin: 35px 20px 0 0;
}
.news-item .entry-footer, .news-item .entry-meta {
    display: none;
}
.news-item .entry-content {
    padding-bottom: 25px;
}
.news-item .entry-title, .news-item .entry-content p {
    text-align: left;
    color: #697d91;
    font-size: 16px;
    line-height: 24px;
}
.news-item .entry-content p {
    color: inherit !important;
}
.news-item .entry-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 0 !important;
    letter-spacing: -1px;
    line-height: 65px;
}

.news-navigation {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 25px 0 40px;
}
/*


            ARTS DISTRICT



*/

.kas-arts-image {
    margin-top: 25px;
    margin-bottom: 20px;
}
.arts-learn-more {
    position: relative;
    display: block;
    padding: 50px 0 0px;
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
}
.arts-link-holder {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
}
.arts-link-holder .link {
    display: inline-block;
    height: 40px;
    line-height: 43px;
    width: 520px;
    padding-top: 0px;
    background-color: #2fc0d1;
    font-family: 'FuturaBT-Light';
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    color: white;
}
.arts-link-holder .link:hover {
    background-color: #2FD5E6;
}

/*


            CONTACT US


*/

.contact-departments
{
    position: relative;
    display: table;
    float: left;
    width: 196px;
}
.contact-departments .department-block {
    border-bottom: solid 1px #0055a5;
    padding: 14px 0 8px;
}
.contact-departments .department-block:first-child {
    padding-top: 0px;
}
.contact-departments .department-block:last-child {
    border: none;
}
.department-block .department-title {
    font-family: 'FuturaBT-Bold';
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: #0055a5;
}
.department-block .department-details {
    position: relative;
    top: -3px;
    display: inline-block;
    line-height: 19px;
    font-size: 12px;
}
.department-block .department-details a {
    text-decoration: none;
    color: inherit;
}
.department-block .department-details a:hover {
    text-decoration: underline;
}

.google-map {
    position: relative;
    display: table;
    float: right;
    width: 725px;
    max-height: 480px;
    padding: 15px;
    background-color: white;
}
.google-map *, .google-map *:before, .google-map *:after {
    background: transparent;
}
#map-canvas {
    min-height: 100%;
    height: 450px;
}
#map-canvas img {
    max-width: none;
}
#map-canvas .info-title {
    font-weight: bold;
    font-size: 14px;
}

.travel-section {
    position: relative;
    display: block;
    float: right;
    max-width: 725px;
    clear: both;
    padding: 35px 0 20px;
}
.travel-block {
    font-size: 14px;
}
.travel-block .travel-title {
    font-family: 'FuturaBT-Bold';
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #0055a5;
}
.travel-block .travel-subtitle {
    display: inline-block;
    margin: 5px 0 7px;
    font-weight: bold;
    color: #2e3f50;
}
.travel-block .travel-instructions br {
    display: block;
    line-height: 32px;
}

.site-credits {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}
.site-credits a {
    font-family: 'FuturaBT-Bold';
    font-size: 12px;
    float: right;
    text-decoration: none;
    color: #697d91;
}
#modal-text .modal-content {
    font-size: 14px;
}
#modal-text .modal-content .content-position {
    margin-left: 25px;
}
#modal-text .modal-content .close-modal {
    position: absolute;
    top: 5px;
    right: 8px;
    font-family: 'FuturaBT-Bold';
    font-size: 20px;
    text-decoration: none;
    color: #0055a5;
}
#modal-text .modal-content .close-modal:hover {
    color: black;
}
#modal-text .modal-content .title {
    font-family: 'FuturaBT-Bold';
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #0055a5;
    line-height: 80px;
    margin-top: 15px;
}
#modal-text .modal-content .category {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 3px;
}
#modal-text .modal-content .credit {
    color: #697d91;
}
#modal-text .modal-content .credit a {
    text-decoration: none;
    color: #697d91;
}

/*


            404


*/

.error-404 .page-header {
    padding-top: 30px;
}
.error-404 h1 {
    font-family: 'FuturaBT-Light';
    font-size: 32px;
    color: #095fad;
    text-decoration: none;
    text-align: center;
}
.error-404 .suggestion {
    font-family: 'FuturaBT-Bold';
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #0055a5;
    margin-bottom: 10px;
}
.error-404 .suggestion ul {
}

/*READ MORE, 16PX, FUTURA BOLD, #00a5b7*/

/*BOX TITLES, FUTURA BOLD, 20PX, LEFT-ALIGN, 0.05em, ALL CAPS, #095FA8
SIZE, FUTURA BOLD, 12PX, LEFT-ALIGN, ALL CAPS #095FA8 COMPANY NAME, FUTURA BOLD, 12PX, LEFT-ALIGN, ALL CAPS #095FA8
Measurements, Futura Bold, 12px, #697d91
123 Street Address, Futura Bold, 12px, #697d91
*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin:0;
	/*margin: 0 0 1.5em;*/
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 auto;
	margin-top: 1.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*=====================================================================
  13.0 Plugins
======================================================================*/

.edit-link {
    display: none;
}

/* Custom Selector jQuery Plugin */

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    font-family: 'FuturaBT-Light';
    width: 300px;
    height: 40px;
    overflow: hidden;
    background: transparent;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    line-height: 43px;
    font-size: 17px;
    font-weight: 900;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
    /* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
    /* Styles for when the select box itself is disabled */
}

.customSelectInner {
    /* You can style the inner box too */
    width: 300px !important;
    background: url('images/KAS-select-menu-arrow') no-repeat right top;
    line-height: 45px;
}

/* WP-PageNavi Plugin */

.wp-pagenavi {
    position: relative;
    display: table;
    margin: 0 auto;
}

.wp-pagenavi a, .wp-pagenavi span {
    position: relative;
    display: inline-block;
    top: 0px;
    height: 32px;
/*    width: 27px;*/
    padding: 4px 8px 3px !important;
    margin: 0 2px ;
    font-family: 'FuturaBT-Light';
    text-decoration: none;
    color: white;
    background-color: #697d91;
    border: solid 1px #8ea0b3;
    /*
    border-top: solid 2px #f5f7f7;
    border-left: solid 1px #f5f7f7;
    */
}

.wp-pagenavi .current {
    font-family: 'FuturaBT-Bold';
    background-color: #a0b0c0;
    /*background-color: #8ea0b3;
    border: solid 1px #697d91;*/
}

.nextpostslink, .previouspostslink {
    font-family: 'FuturaBT-Bold';
    font-weight: 900;
    font-size: 16px;
}

.site-content:after {
	content:"";
	display:block;
	height: 20px;
    width:100%;
}
.page-template-page-legacy-php .site-content:after {
    background-color: #394b61;
}

.home .site-content:after {
	height:0;
}

.home #page { position: inherit;}
.home .site-footer { position:relative;  }

#wpsimplegallery_container {
	    display: none;
}