/*
Theme Name: ninamenkes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
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.

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


/* =Reset
-------------------------------------------------------------- */

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;
}
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 centred 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/ */
}
body {
	background-color: #0b0b0b;
	min-width: 300px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #f8f8f9;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Fonts */

/* Selection */
::selection {
	background: #f8f8f9; /* Safari */
	color: #000;
	}
::-moz-selection {
	background: #f8f8f9; /* Firefox */
	color: #000;
}

/* Box-sizing to fix padding problem */
textarea { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Hide */
.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

/* Headings and Excerpts */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Karla', sans-serif; /* Pragati Narrow*/
	letter-spacing: 1px;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #9d4777; /* #7c4e70 */ /* #5b2572  #6c2a75 */
	font-weight: bold;
	line-height: 1;
}
h1.entry-title {
	margin-bottom: 0.75em; /* was 0.5em */
}
h1.entry-title a {
	font-family: 'Karla', sans-serif; /* Pragati Narrow*/
	font-weight: bold;
	color: #9d4777;
	padding: 0;
	transition: color 0.3s ease;
	line-height: 1;
}
h1 a {
	font-size: 1em !important;
}
h1.entry-title a:hover, h1.entry-title a:active {
	color: #f8f8f9;
}
article.category-dissolution h1.entry-title,
article.category-phantom-love h1.entry-title,
article.category-bloody-child h1.entry-title,
article.category-queen-of-diamonds h1.entry-title,
article.category-magdalena-viraga h1.entry-title,
article.category-great-sadness-of-zohara h1.entry-title,
article.category-massaker h1.entry-title,
article.category-interviews-retrospectives h1.entry-title,
article.category-other h1.entry-title {
	line-height: 110%;	
}
h2 {
	font-size: 2em; /* 1,25 */
	text-transform: uppercase;
	color: #9d4777;
	transition: color 0.3s ease;
}
.category-films h2,
.category-stills h2 {
	font-weight: bold;
}
h3 {
	margin-top: -1.6em; /* was -1.5em then 1.2em */
	margin-bottom: 2em;
	font-family: 'Karla', sans-serif;
}
hr {
	background-color: #561139;
	border: 0;
	height: 3px;
	margin-bottom: 1.5em;
}

/* Film and Stills */
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
article.category-films,
article.category-stills {
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}


/* Excerpts */
h4 {
	font-family: 'Karla', sans-serif;
	margin-top: -0.5em;
	color: #f8f8f9;
	font-size: 1.125em;
	transition: color 0.3s ease;
}
.excerpt:hover > h4 {
	color: #9d4777;
}
.excerpt > h2 {
	font-size: 2em; /* 1.275 */
	line-height: 120%;
	margin-bottom: 0.4em;
}
.excerpt:hover > h2 {
	color: #f8f8f9;
}
.thumb {
	width: 30%;
	margin-right: 3%; /* 2.2em */
	margin-bottom: 2.75em;
}
.thumb img {
	width: 100% !important;
	height: auto !important;
}
a.excerpt img {
	margin-bottom: 0.35em;
}

/* Text elements */
p {
	font-family: 'Karla', sans-serif;
	font-size: 1.125em; /* 0.875*/
	margin-bottom: 1em; /* 1.5em */
	line-height: 1.4;
	overflow-wrap: break-word;
}
ul, ol {
	margin: 0 0 1.5em 0em;
	font-family: 'Karla', sans-serif;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
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;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
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%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
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 all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #f8f8f9;
	border-color: #f8f8f9 #f8f8f9 #bbb #f8f8f9;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-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);
	-moz-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);
	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.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #f8f8f9 #bbb #aaa #bbb;
	-webkit-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);
	-moz-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);
	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,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	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"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	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],
textarea {
	color: #666;
	border: 1px solid #f8f8f9;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	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%;
}

/* Links */
a {
	color: #f8f8f9;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
	font-size: 0.875em;
	transition: color 0.3s ease, border-color 0.3s ease;
}
a:visited {
	color: #f8f8f9;
}
a:hover,
a:focus,
a:active {
	color: #9d4777;
}
.entry-content p:not(.film-links) a {
	border-bottom: 1px solid #ffffff;
}
.entry-content p:not(.film-links) a:hover {
	border-bottom: 1px solid #9d4777;
}
.filmography li {
	color: #f8f8f9;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
	font-size: 1.125em; /* 0.875*/
	margin-bottom: 0.5em;
}
.filmography a {
	color: #f8f8f9;
	font-size: 1em;
}
.filmography a:hover, .filmography a:active {
	color: #9d4777;	
}
.film-links {
	margin-left: -0.45em;
}
.film-links a {
	color: #f8f8f9;
	text-transform: uppercase;
	border-right: 1px solid #9d4777;
	padding-right: 0.5em;
	padding-left: 0.5em;
	display: inline-block;
	font-weight: bold;
}
a:last-child {
	border-right: none;
}
.film-links a:hover, .film-links a:active {
	color: #0b0b0b;
	background-color: #9d4777;
}


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

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

/* Video embeds */
.arve-wrapper {
	max-width: 62.5em !important;	
}
.arve-wrapper + p {
	margin-top: 2em;
	width: 100%;
}
p + blockquote.film-quotes {
	width: 100%;
}
blockquote.film-quotes + p.cite {
	width: 100%;
}
blockquote.film-quotes + p {
	width: 100%;
}
.entry-content blockquote.film-quotes p a,
.entry-content p.cite a {
	border-bottom: none;
}
p.cite + p {
	width: 100%;
}
img.film-img + p {
	margin-top: 2em;
	width: 100%;
}
img.film-img {
	border-bottom: none;
}

/* Responsive Video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =Clear Fix
----------------------------------------------- */
.group:after {
  content: "";
  display: table;
  clear: both;
}


/* =Logo
----------------------------------------------- */
#logowrap {
	width:100%;
	/* border-bottom: 0.65em solid #561139; */
	background: #0b0b0b; /* was #1B0505 */
}
.header--small {
	display: none;
}
img#logo {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	border-bottom: none;
	/* padding-left: 1em;
	padding-right: 1em; */
	/* Box-sizing to fix padding problem */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
.site-title a {
}

/* =Menu
----------------------------------------------- */
.menu-navigation-container {
	width: 100%;
	/*max-width: 1400px;*/
	margin: 0 auto 2.375em; /* margin: 0 auto 4.375em;  */
	padding-top: 0.625em;
	/* Box-sizing to fix padding problem */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	/* margin: 10px 0 70px 16.15%; */
}
@media only screen and (min-width: 700px) {
	.home .menu-navigation-container {

		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
}
.main-navigation {
	display: block;
	/*float: left;
	clear: both; */
	width: 100%;
	margin-bottom: 3em;
}
.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 2em;
	padding-right: 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.main-navigation li {
	position: relative;
	text-transform: uppercase;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #f8f8f9;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	transition: color 0.3s ease;
}
.main-navigation a:hover, .main-navigation a:after {
	color: #9d4777;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	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 {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-category-ancestor a {
	color: #9d4777;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	margin-left: auto;
	margin-right: 1em;
	color: #fff; /* was #e7cddc #f8f8f9 #9d4777 #848585 */
	background: #0b0b0b; /* was #9d4777 #561139 */
	width: 3em; /* was 3em and then 3.8em for Open Sans*/
	padding-left: 0.55em;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	font-size: 1.35em; /* was 1.35em */
	/* added this */
	/*font-family: 'Open Sans';
	font-weight: 600;
	letter-spacing: 1px;*/
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation .menu li {
	border-bottom: 2px solid #561139;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.main-small-navigation .menu li a {
	display: block;	
	padding: 0.5em 0 0.5em 1.65em;
	font-size: 1em;
}
.main-small-navigation .menu li a:hover{
	color: #f8f8f9; /* was #0b0b0b */
	background-color: #561139;
}
.main-small-navigation .menu li.current-menu-item a {
	color: #f8f8f9; /* was #0b0b0b */
	background-color: #561139;
}
.main-small-navigation {
	margin-bottom: 1em;
}
.skip-link {
	display: none;	
}
.home .main-small-navigation .menu {
	background-color: #0b0b0b;
}
/*.main-small-navigation .menu li {
	background-color: #7c4e70;
	display: block;
	padding-bottom: 0.5em;
}
.main-small-navigation .menu li a:hover{
	color: #000;
}
.main-small-navigation {
	background-color: #7c4e70;
	margin-bottom: 1em;
}*/


/* =Footer Menu
----------------------------------------------- */
footer {
	margin-bottom: 1em;
	padding-top: 1em;
	display: block;
	width: 100%;
	clear: both;
	border-top: 0.5em solid #561139;
}
.home footer {
	border-top: none;
}
footer .site-info {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;	
}
footer.entry-meta {
	border-top: none;
	margin-top: 2em;
}
footer.entry-meta ul li a {
	color: #f8f8f9;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #561139;
	padding: 0.5em 1em 0.65em;
}
footer.entry-meta ul li a:hover, footer.entry-meta ul li a:active {
	color: #0b0b0b;
	background-color: #9d4777;
}
footer.entry-meta ul li a:before {
	content: "Back to ";
}
footer p {
	font-size: 0.75em;
	margin-left: 2.5em; /* was 5% */
	display: inline;
	color: #444; /* #582759 #4b1b4c #483951*/
}
footer p.site-design {
	color: #444;
	display: block;	
}
footer p.site-design a {
	font-size: 1em;
	color: #9d4777;
}
footer p.site-design a:hover {
	color: #444;	
}
.secondary_nav {
	display: inline;	
}
.secondary_nav ul {
	display: inline;
	float: right;
	/* margin-right: 3%; was 5% */
}
.secondary_nav ul li {
	display: inline-block;
	margin-left: -0.4em;
	font-size: 0.85em;
}
.secondary_nav ul li a {
	color: #f8f8f9;
	padding-left: 0.9em;
	padding-right: 1em;
	border-right: 1px solid #9d4777;
	text-transform: uppercase;
	font-weight: 600;
}
.secondary_nav ul li.menu-item-41 a {
	border-right: none;
}
.secondary_nav ul li a:hover {
	color: #0b0b0b;
	background-color: #9d4777;
}
.secondary_nav ul li.current-menu-item a {
	color: #0b0b0b;
	background-color: #9d4777;
}
.post-categories li {
	margin-bottom: 1.5em;	
}

/* =Content
----------------------------------------------- */

/* Box-sizing to fix padding problem */
#main, #primary, #primary-cat, #primary-contact {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#main {
	/* width: 67.5%; */
	margin: 0 auto;
	max-width: 1400px;
	min-height: 460px;
	/*content: "";
  	display: table;
  	clear: both;*/
	padding-left: 2em; /* was 3em */
	padding-right: 2em;  /* was 1em */
	width: 100%;
}
.page-id-12 #main { /* contact page */
	display: flex;
}
#primary {
	width: 100%; /* was 90% */
	/*padding-right: 32px;  was 5% */
	margin-bottom: 5em;
}
#primary-cat {
	width: 103%; /* 97% */
	/*padding-right: 32px;  was 2em */
	margin-bottom: 5em;
}
#primary-contact {
	width: 70%;
	/*padding-right: 32px;  was 5% */
	margin-bottom: 3em;
}
#primary-contact .entry-content img { 
	width: 100%;
}
#primary-news-views {
	width: 65%;
	float: left;
	/*padding-right: 32px;  was 5% */
	margin-bottom: 3em;
}
#primary-press {
	width: 65%;
	float: left;
	/*padding-right: 40px;  was 2.5em */
	margin-bottom: 5em;
	padding-left: 2em;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	margin: 0.5em auto; /* was 1.5em then 0em then -1em */
	max-width: 80em;
}

article.category-dissolution .entry-content,
article.category-phantom-love .entry-content,
article.category-bloody-child .entry-content,
article.category-queen-of-diamonds .entry-content,
article.category-magdalena-viraga .entry-content,
article.category-great-sadness-of-zohara .entry-content,
article.category-massaker .entry-content,
article.category-interviews-retrospectives .entry-content,
article.category-other .entry-content {
	margin: -1.25em 0 0 0;	
}

.entry-content span {
	text-transform: none;
	font-style: italic;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =Sidebar
----------------------------------------------- */
#secondary {
	width: 28%;
	float: left;
	padding-right: 1.7em;
	margin-bottom: 3em;
	padding-left: 3%; /* was 2em */
	/* padding-left: 3%; */
}
#secondary-news-views {
	width: 23%;
	float: right;
	padding-right: 1.7em;
	margin-bottom: 3em;
	padding-left: 2em;
	/* padding-left: 3%; */
}
#secondary-news-views .widget-title {
	margin-bottom: 0.5em;
	line-height: 100%;
}
#secondary-news-views img {
	margin-bottom: 0.5em;
}
#secondary-news-views blockquote {
	font-size: 1.15em;
}
#secondary-news-views blockquote + p.cite {
	font-size: 1.05em;
}
#secondary-press {
	width: 26%;
	float: left;
	margin-bottom: 2.5em;
}
.menu-categories-container ul li {
	margin-bottom: 0.75em;
	line-height: 120%;
	font-size: 1.25em;
}

/* =Pull Quotes
----------------------------------------------- */
blockquote:before,
q:before {
	content: "“";
	font-size: 1em;
	line-height: 2;
}
blockquote, q {
	quotes: "" "";
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1.35em;
}
blockquote a {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #f8f8f9;
}
.quote:hover > blockquote a {
	color: #9d4777;
}
.quote:hover > blockquote:before {
	color: #9d4777;
}
.quote:hover > p.cite a {
	color: #f8f8f9;
}
p.cite {
	text-align: right;	
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	margin-top: -1em;
	margin-bottom: 0.5em;
	color: #9d4777; /* was #9d4777 (original color from Nina Meeting) #8c7b7d */
}
p.cite span {
	text-transform: none;
	font-style: italic;	
}
#primary-press p.cite + p {
	max-width: none;
	margin-top: -0.75em;
}
p.cite a {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #9d4777; /* was #9d4777 (original color from Nina Meeting) #8c7b7d */
}
blockquote {
	margin: 0 0;
}
blockquote p {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	margin-left: 0.45em;
	margin-top: -1.6em;
	margin-bottom: 1em;
}
blockquote span {
	color: #9d4777;
}

/* Press Pull Quotes */
.press-description {
	padding-bottom: 1em;
	border-bottom: 0.3em solid #561139; /* was 0.5em */
	margin-bottom: 1.5em;
}
.pquote {	
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	margin-left: 0.7em;
	margin-bottom: 0.5em;	
}
.taxonomy-description {
	padding-bottom: 1em;
	border-bottom: 0.5em solid #561139;
	margin-bottom: 1.5em;
}
.category-stills .taxonomy-description {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Press Pull Quotes */
blockquote.stills {
	margin-bottom: 1.5em;	
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */
img {
	/*border-bottom: 15px solid #561139;*/
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.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 #f8f8f9;
	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-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
.single-post img {
	width: 100%;
}

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


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a, .nav-next a {
	color: #f8f8f9;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0.45em 1em 0.5em;
	display: inline;
	background-color: #561139;
	display: inline-block;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.nav-previous a:hover, .nav-next a:hover {
	color: #0b0b0b;
	background-color: #9d4777;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
#searchsubmit {
	/*display: none;*/
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	padding: 0.31em 0.35em 0.31em 0.35em;
	background-color: #561139;
	border: none;
	text-shadow: none;
	color: #f8f8f9;
	box-shadow: none;
	transition: all 0.4s ease 0s;
	font-size: 1.25em;
}
#searchsubmit:hover {
	color: #0b0b0b;
	background-color: #9d4777;
}

/* =Buttons
----------------------------------------------- */
.button {
	margin-top: 3em;
}
.button a {
	color: #f8f8f9;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #561139;
	padding: 0.45em 1em 0.5em;
	display: inline;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.button a:hover, .button a:active {
	color: #0b0b0b;
	background-color: #9d4777;
}

/* =Homepage
----------------------------------------------- */

/* Slideshow */
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 44px; /* was 86px */
    left: 0px;
    z-index: -1; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li:nth-child(2) span { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}



.home-cite {
	margin-right: 0.5em;
}
#home-block {
	max-width: 700px;
	margin: 4em auto 0;
	display: block;
}
#home-block blockquote {
	text-align: right;
}
#home-block blockquote:before {
	content: "";
}
	

/* =Bio Page
----------------------------------------------- */
.page-id-4 .entry-content { /* bio */
	display: flex;
}
.biopic {	
	margin-right: 5%;
	margin-bottom: 2em;
	width: 25%;
}
.biopic img {
	width: 100%;
}
.bio {
	width: 68%;
	max-width: 54em;
	margin-right: 2%;
}
.page-id-20 .entry-content { /* ny bio */
	max-width: 800px;
    margin: 0 auto;
    padding-right: 1em;
}
.ny-bio {
	/*width: 80%; */
}

/* =Contact Page
----------------------------------------------- */
.contact-quote {
	max-width: 600px;
	margin-top: 0.5em;
}
.contact-cite {
	max-width: 600px;
}
.social-media {
	margin-top: 5px;
	display: block;
}
#mc_embed_signup{background:#0b0b0b; clear:left; font:14px 'Karla', sans-serif; }
#mc_embed_signup h1 {font-weight: bold; font-size: 2.25em;}
#mc_embed_signup form {
    padding: 10px 0 10px 0;
}
#mc_embed_signup .button {
    background-color: #561139 !important;
    border: 0 none;
    clear: both;
    color: #f8f8f9;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 1em 5px 10px 0;
    padding: 0.2em 1.3em 2.25em 1.3em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
}
#mc_embed_signup .button:hover {
    background-color: #ccc;
    color: #1d1717;
}
.mc-field-group {
	margin-bottom: 1em;
}
.mc-field-group input,
.mc-field-group label {
	width: 100%;
}

/* =Search Form
----------------------------------------------- */
#searchform .field {
	font-family: 'Karla', sans-serif;
	font-size: 1.125em;
	background-color: #E5E5E5;
	color: #000;
	width: 70%;
}
.no-results #searchform .field {
	width: 12em;
}

/* =Press Page
----------------------------------------------- */
ul.post-meta li {
	display: inline;
}
ul.post-meta > li:after {
	content: " | ";
}
ul.post-meta li + li:after {
	content: none;
}
ul.post-meta li .post-meta-key {
	display: none;
}
h1.page-title-press {
	border-bottom: 0.15em solid	#561139;
	margin-bottom: 0.35em;
}
.menu-categories-container li.current-menu-item a {
	color: #9d4777;
}

/* =News and Views Page
----------------------------------------------- */
.nina-facebook {
	display: block;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 1.25em;	
	font-weight: bold;
}
.nina-facebook a {
	color: #934873;	
}
.nina-facebook a:hover {
	color: #f8f8f9;	
}
#primary-news-views .icon-facebook-squared:before {
	color: #f8f8f9;
	margin-right: 10px;
}
#primary-news-views .icon-facebook-squared:hover:before {
	color: #934873;
}
a.news-link {
	display: block;
	margin-bottom: 1.35em;
}
p.less {
	margin-bottom: 0em;
}
p.date-info {
	margin-top: -1em;
	color: #9d4777;
}
.category-news-views .wp-caption {
	border: none;	
}
.category-news-views .wp-caption-text {
	font-size: 0.75em;	
}
.category-news-views article {
	margin-bottom: 4em;	
}

/* =Store Page
----------------------------------------------- */
.banner {
	margin-bottom: 2.5em;
}
.banner img {
	/*border-bottom: 1px solid #f8f8f9;*/
	width: 100%;
}
.page-id-47 h1 {
	margin-bottom: 1em;
	line-height: 120%;
}
.elsewhere figure {
	margin-right: 1.5em;
	display: inline-block;
	margin-bottom: 2em;
}
.elsewhere {
	margin-bottom: 2.5em;	
}
.page-id-47 .logo {
	display: inline-block;
	margin-bottom: 2em;	
}
.mubi {
	margin-right: 2em;
}
.page-id-47 select {
	color: #000;
	padding-bottom: 0.15em;
    padding-top: 0.25em;
	margin-top: 0.3em;	
}
a.paypal {
	font-size: 1em;	
}
.page-id-47 .store-item {
	margin-right: 1.3em;
	display: inline-block;
	margin-bottom: 0.75em;
	width: 18%;
}
.page-id-47 .store-menkesfilm {
	margin-bottom: 2.5em;	
}
.page-id-47 .store-item a img {
	margin: 0 auto;
	display: block;
	padding-bottom: 1.25em;
}
.page-id-47 .store-item figure {
	text-align: center;
}
.page-id-47 .store-item p {
	font-size: 1em;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	background-color: #561139;
	padding: 0.5em;
	text-align: center;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.page-id-47 .store-item a:hover p {
	background-color: #9d4777;
}
.page-id-47 .store-item a:hover {
	background-color: #9d4777;
	color: #0b0b0b;
}
h1.policies {
	margin-bottom: 0.25em;	
}
h1.exclusive {
	display: inline-block;
	margin-right: 1em;
	vertical-align: top;
}
h1.exclusive a {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
}
.view-cart-wrap {
	display: inline-block;
	vertical-align: top;
}
.cart {
	display: block;	
}
.policies a {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	color: #9d4777;
	font-size: 1em;
}
ul.shipping {
	font-size: 0.9em;	
}

/* Product Page */
.product-pic {
	float: left;	
	margin-right: 3%;
	margin-bottom: 2em;
	width: 40%;
}
.product-pic img {
	width: 100%;
}
.product-info {
	float: left;
	width: 53%;
	margin-right: 4%;
}
.product-info h1 {
	margin-bottom: 0.5em;
}
.paypal-wrap {
	margin-top: 0.5em;	
}
.paypal-wrap select {
	color: #000;	
	padding-bottom: 0.05em;
    padding-top: 0.2em;
}
p.policy-link {
	margin-top: 9em;	
}
a.back-to {
	background-color: #561139;
    color: #f8f8f9;
    font-family: 'Karla',sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding: 0.5em 1em 0.65em;
    text-transform: uppercase;
	display: inline-block;
	margin-top: 0.25em;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
a.back-to:hover {
	color: #0b0b0b;
	background-color: #9d4777;
}

/* =Watch Page
----------------------------------------------- */
.page-id-3791 #primary-cat,
.page-id-47 #primary-cat {
	width: 100%;
}
.page-id-3791,
.page-id-47 {
	overflow-x: hidden;
}
.page-id-3791 h2 a,
.page-id-47 h2 a {
	font-size: 1em;
}
.video-overlay-wrapper {
	overflow: hidden;
}
.video-overlay-wrapper .video-embed {
	--video--width: 980;
	--video--height: 587;
  
	position: relative;
	padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
	overflow: hidden;
	max-width: 100%;
}
.video-overlay-wrapper .video-embed iframe,
.video-overlay-wrapper .video-embed object,
.video-overlay-wrapper .video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-overlay-wrapper {
	position: relative;
	margin-bottom: 2em;
}
.video-overlay-wrapper .overlay {
	color: #ffffff;
	font-family: 'georgia', serif;
	position: absolute;
	bottom: 1%;
	left: 0.5em;
	padding-right: 0.5em;
	width: 80%;
}
.video-overlay-wrapper .overlay blockquote p {
	font-family: 'georgia', serif;
	font-weight: normal;
}
.video-overlay-wrapper .overlay blockquote {
	font-size: 0.9em;
}
@media only screen and (min-width: 501px) {
	.films-with-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1em;
		row-gap: 1em;
		margin: 0 auto;
		max-width: 1400px;
		margin-bottom: 0;
	}
	.video-overlay-wrapper .overlay {
		left: 1em;
	}
	.video-overlay-wrapper .overlay blockquote {
		font-size: 1em;
	}
}
@media only screen and (min-width: 601px) {
	.video-overlay-wrapper .overlay {
		color: #ffffff;
		position: absolute;
		bottom: 10%;
		left: 2em;
		width: 100%;
	}
	.video-overlay-wrapper .overlay blockquote {
		font-size: 1.25em;
	}
}
@media only screen and (min-width: 901px) {
	.films-with-links {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 2em;
		row-gap: 2em;
		margin: 0 auto;
		max-width: 1400px;
	}
	.video-overlay-wrapper .overlay {
		bottom: 5%;
		left: 3em;
	}
	.video-overlay-wrapper .overlay blockquote {
		font-size: 1.5em;
	}
}
.film-with-links {
	margin-bottom: 2em;
	/* background-color: #934873; */
}
@media only screen and (min-width: 501px) {
	.film-with-links {
		margin-bottom: 0;
	}
}
.film-poster img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.film-link-heading {
	text-transform: uppercase;
	color: #934873;
	font-weight: bold;
}
.all-links-wrapper {
	/* background-color: #934873; */
	padding: 1.5em 0 1em 0;
}
.film-links-wrapper {
	margin-bottom: 1.5em;
}
.film-links-wrapper:last-child {
	margin-bottom: 0;
}
.film-link {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
@media only screen and (min-width: 601px) {
	.film-link {
		margin-bottom: 0;
	}
}
.film-link a:hover {
	color: #934873;
}


/* =Search Page
----------------------------------------------- */
.search h1.page-title,
.search-results h1.page-title {
	border-bottom: 0.15em solid #561139;
    margin-bottom: 0.35em;
}

/* =404 Page
----------------------------------------------- */
.error404 h1.entry-title,
.not-found h1.entry-title {
	margin-bottom: 0;	
}
.error404 .entry-content p,
.not-found .entry-content p {
	margin-bottom: 2em;	
}
.error404 #searchform .field,
.not-found #searchform .field {
	width: 12em;
}


/*html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }*/

/* #Media Queries
================================================== */

@media only screen and (max-width: 1100px) {
	.main-navigation a {
		font-size: 1em;	
	}
}
@media only screen and (max-width: 900px) {
	.cb-slideshow,
	.cb-slideshow:after { 
	    top: 44px; /* was 40 */
	}
	.main-navigation li {
		/*padding-right: 2.25em;*/
	}
	footer p {
		display: block;	
	}
	.secondary_nav ul {
		display: block;	
		clear: both;
		margin-left: 1.65em; /* was 2.25em */
		margin-top: -0.55em;
		float: none;
	}
	p.site-design {
		margin-top: -0.75em;	
	}
}

@media only screen and (max-width: 800px) {
	/* #logowrap {
		border-bottom: 0.55em solid #561139;
	} */
	.cb-slideshow,
	.cb-slideshow:after { 
	    top: 32px; /* was 40 */
	}
	.menu-navigation-container {
		margin: 0 auto 1.75em;
	}
	.main-navigation li {
		padding-right: 1em;	
	}
	.thumb {
		width: 47%;
		margin-right: 3%;
	}
	.page-id-47 .store-item {
		width: 27%;
	}
}

@media only screen and (max-width: 700px) {
	#main {
		padding-left: 1em;
    	padding-right: 1em;	
	}
	#primary {
		width: 100%;	
	}
	.secondary_nav ul a {
		font-size: 0.75em;
	}
	.header--small {
		display: block;
	}
	.header--large {
		display: none;
	}
	p {
		font-size: 1em;
	}
	a {
		font-size: 0.85em;	
	}
	h1 {
		font-size: 1.55em;		
	}
	.button a {
		font-size: 0.85em;	
	}
	footer.entry-meta ul li a {
		font-size: 0.85em;	
	}
	blockquote:before,
	q:before {
		font-size: 1em;
	}
	blockquote, q {
		font-size: 1.25em;
	}
	p.cite {
		font-size: 1.05em;
	}
	.pquote {
		font-size: 1.05em;
	}
	#primary-press .entry-content {
		font-size: 0.8em	
	}
	.excerpt > h2 {
		font-size: 1.5em; /* 1.275 */
	}
	
	/* Bio Pages */
	.biopic {
		float: none;	
		margin-right: 2em;
		margin-bottom: 2em;
		width: 40%;
	}
	.bio {
		clear: both;
		float: none;
		width: 85%;
	}
	.ny-bio {
		width: 85%;
	}
	.filmography li {
		font-size: 1em;
	}
	/* Press Pages */
	#primary-press {
		width: 100%;
		float: left;
		/*padding-right: 40px;  was 2.5em */
		margin-bottom: 5em;
		padding-left: 0;
	}
	#secondary-press {
		width: 100%;
		float: left;
		margin-bottom: 0;
	}
	.menu-navigation-container {
		padding-right: 0;	
	}
	.menu-categories-container ul li {
		display: inline-block;
		margin-left: -0.275em;
		line-height: 30%;
		font-size: 1.125em;
	}
	.menu-categories-container ul li a {
		border-right: solid 1px #9d4777;
		padding: 0 0.5em 0 0.4em;
		font-size: 0.75em;
	}
	.menu-categories-container ul li a:hover {
		background: #9d4777;
		color: #0b0b0b;
	}
	.menu-categories-container ul li.current-menu-item a {
		color: #0b0b0b;
		background-color: #9d4777;
	}
	#searchform .field {
		width: 10em;	
	}
	/* Store */
	.cart {
		margin-bottom: 1em;	
	}
	/* News-Views Page */
	#primary-news-views {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 0.5em;
	}
	#secondary-news-views {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 1.5em;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 625px) {
	/* Contact Page */
	
	#primary-contact {
		display: none;
	}
	#secondary {
		width: 80%;
		float: left;
		padding-right: 1.7em;
		margin-bottom: 3em;
		padding-left: 0em;
		/* padding-left: 3%; */
	}
}

@media only screen and (max-width: 600px) {
	/* #logowrap {
		border-bottom: 0.5em solid #561139;
	} */
	.cb-slideshow,
	.cb-slideshow:after { 
	    top: 0px;
	}
	/* Bio Pages */
	.page-id-4 .entry-content {
		display: block;
	}
	.biopic {
		width: 60%;
	}
	.bio {
		width: 100%;
		margin-right: 0;
	}
	.ny-bio {
		width: 100%;
	}
	
	/* Press Pages */
	#primary-press {
		width: 100%;	
		clear: both;
	}
	
	/* Product Pages */
	.product-info {
		width: 100%;
	}
	.page-id-47 .store-item {
		width: 40%;
	}
	.elsewhere figure {
		width: 38%;
	}
}

@media only screen and (max-width: 550px) {
	.menu-toggle {
		width: 2.95em; /* was 2.95em and then 3.8em for Open Sans */
		padding-left: 0.55em;
		padding-bottom: 0.25em;
		font-size: 1em;
	}
	.nina-facebook {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 500px) {
	/* #logowrap {
		border-bottom: 0.4em solid #561139;
	} */
	.thumb {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (min-height: 750px) {
	/*.home footer {
		position: absolute;
		bottom: 0;	
	} */
}