/*
Theme Name: Nairne
Theme URI: http://www.exeuntmagazine.com/
Description: Custom.
Version: 0.1
Author: Sean Deel
Author URI: http://www.seandeel.com/
Tags: academic, cultural

*/

/* I. General Rewrites */

body, html {
	background-color: #1a1a1a;
	background-color: #010101;
	color: #f1f1f1;
}
body.home {
	overflow-y: scroll;
}
div.container {
	background-color: #010101;
	margin-bottom: 60px;
}

body {
    font-family: 'Roboto', sans-serif;
}
p {
	font-size: .9em;
}
p.lead {
	font-size: 1em;
}
a {
	transition: all 150ms ease 0s;
}

/* II. Header Rules & Header Mods */

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}
h5 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .075rem;
	font-size: 1em;
}
h6 {
    font-size: .9rem;
}
#foot-nav {
	background-color: #010101;
	border-top: 1px solid #3f3f3f;
}


/* body.page-template-gallery .grid-item {
 	width: 20%;
 }*/


.navbar-dark #menu-top-menu-left.navbar-nav .nav-link {
	color: #0067fa;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .active>.nav-link:focus, .navbar-dark .navbar-nav .active>.nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open>.nav-link, .navbar-dark .navbar-nav .open>.nav-link:focus, .navbar-dark .navbar-nav .open>.nav-link:hover {
	color: #fff !important;
}
#menu-top-menu-left li.current-menu-item a.nav-link {
	color: #fff;
	font-weight: bold;
}

body.page-template-gallery .grid-item {
	margin-bottom: 4px;
		padding-left: 15px;
}
.grid-item-info {
	display: none;
}
/*.grid-item-info {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, .2);
	font-size: .9rem;
	letter-spacing: .1rem;
	font-weight: bold;
	text-transform: uppercase;
}*/
/*.grid-item-info a {
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
}
.grid-item-info a span {
	position: absolute;
	bottom: 20%;
	display: block;
	width: 100%;
}
.grid-item-info a {
	color: #f1f1f1;
}*/
body.post-type-archive-production #curr-forth .card-block {
	padding-bottom: 0;
}
body.page-template-reviews .card {
	margin-bottom: 2em;
}
#showcase {
	position: relative;
	margin-top: 1rem;
	width: 100%;
	padding-top: 65%;
}
.showcase-img {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: none;
}
.showcase-img.loading {
	background-size: auto !important;
	background-position: center center;
}
@media only screen and (min-height: 760px), only screen and (max-width: 1140px) and (min-height: 65vw), only screen and (max-width: 600px) and (min-height: 80vw) {
	#showcase {
		height: calc(100vh - 200px);
		padding: 0;
	}
	.showcase-img  {
		background-size: contain;
	}
}

@media only screen and (max-width: 991px) {
	#showcase {
		height: calc(100vh - 300px);
	}
}

.showcase-img.current {
	display: block;
}
.production {
	margin-bottom: 1rem;
}
.show-info, .award-info {
	padding-left: .9375rem;
}
.show-info p {
	margin-bottom: 0;
}
.show-info p.lead a span {
	font-weight: 300;
}
.show-info p.lead span {
	font-weight: 500;
}
.show-info p.lead span span {
	font-weight: 300;
}
#main-nav {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
#menu-top-menu-left a.nav-link {
	padding-top: 20px;
	padding-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 1rem;
}
.alignleft {
	float: left;
	margin-right: 2rem;
	border-right: 3px solid #0067fa;
	padding-right: 2rem;
	margin-bottom: 5rem;
}
#name-and-menu {
	padding-top: 2rem;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 1rem;
}
.top-menu {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1rem;
	font-size: .9rem;
}
.top-menu a:hover, a:hover {
	text-decoration: none;
	color: #f1f1f1;
}
.top-menu-l li {
	padding-right: 1rem;
}
#page-content {
	padding-top: 2rem;
}
#full-size {
	margin-bottom: 1rem;
}
#full-size img {
	margin-left: auto;
	margin-right: auto;
}
#layer {
	position: absolute;
	height: 100%;
	width: 100%;
}
p.lead a {
	color: #f1f1f1;
	font-weight: 500;
}
p.lead a:hover {
	color: #0067fa;
}
#loading {
	background-color: #010101;
	background-image: url('img/loading.gif');
	background-repeat: no-repeat;
	background-position: center 25%;
	position: absolute;
	width: 100%;
	max-width: 1140px;
	height: 100%;
	text-align: center;
	font-size: 5em;
}
#main-prod-list {
	padding-top: 1.25rem;
	border-top: 1px solid #010101;
}
.production:last-child {
	margin-bottom: 0;
}
.text-right {
	text-align: right;
}
#full-size p {
	margin-top: .5rem;
	color: #666666;
	text-align: center;
	font-size: .8rem;
}
#searchFilter {
	background-color: transparent;
	border: none;
	color: rgba(255, 255, 255, .5);
	border-bottom: 1px solid #f1f1f1;
	border-bottom-color: rgba(255, 255, 255, .5);
	display: inline;
	width: auto;
	border-radius: 0;
	padding-top: 0;
}
.search {
	color: rgba(255, 255, 255, .5);
}
.blue, .search.blue {
	border-bottom-color: #0067fa !important;
	color: #0067fa;
}
.trans {
	transition: all 350ms ease 0s;
}
span.hl {
	background-color: #0067fa;
	font-weight: bold;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.image-tile {
	margin-bottom: 2rem;
}
.inner {
	position: relative;
	max-height: 189px;
	overflow: hidden;
}
.invis {
	display: none;
}
blockquote {
	border-left: 3px solid #0067fa;
	padding-left: 1rem;
}
a.gallery-link {
	color: #f1f1f1;
	text-align: center;
	display: block;
	font-size: .9rem;
	letter-spacing: .1rem;
	font-weight: 200;
	text-transform: uppercase;
	padding: .8rem;
}
.show-img {
	margin-left: .9375rem;
		min-width: 90px;
}
.show-img img {
	width: 90px;
	border-color: rgba(255, 255, 255, 0.5);
	border-width: 1px;
	border-style: solid;
	min-width: 90px;
}
.award-img {
	min-width: 100px;
}
.award-img img {
	width: 100px;
	min-width: 100px;
}
a.active {
	font-weight: 500;
}
.modal a.active {
	color: #f1f1f1 !important;
}
.modal h5 {
	color: #444;
}
.modal .list-group-item:first-child {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top: none;
}
div.review {
	padding: 0em 0 1em 0;
	margin-bottom: 5em;
}
.review h6 a {
	color: #f1f1f1;
}
.review h6 a:hover {
	color: #0067fa;
}
.review h1 {
	font-size: 2.3em;
	line-height: 1.1em;
}
/*.review h5 + h1 {
	padding-left: .5em;
}*/
.review h5 {
	text-transform: none;
	font-weight: 200;
	line-height: 1.5em;
	font-size: 1.4em;
	letter-spacing: normal;
	margin-bottom: 0;
}
div.quod {
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1em;
	font-weight: normal;
	margin-left: -75px;
	display: inline;
	padding-top: 2.4em;
	color: #90CAF9;
	display: none;
}
.quod span {
	font-size: 10em;
}
div.genre-block {
	width: 6px;
	position: absolute;
	height: 90px;
}
div.modal.modal-filter .modal-body {
	padding: 0;
}
div.modal.modal-filter .modal-body .list-group {
	border: none;
}
#filters .nav-item {
	border-top-width: 3px;
	border-top-style: solid;
}
.review-img {
	padding-top: 10px;
	padding-right: 20px;
}
.review-img-right {
	padding-top: 10px;
}

.review {
	border-left: 6px #0067fa solid;
	background: #111
}
#main-review-list > div:nth-child(2n) {
	text-align: right;
}
#main-review-list > div:nth-child(2n) .review {
	border-left: none;
	border-right: 6px #0067fa solid;
}
.rev-cred {
	margin-top: 1em;
	margin-bottom: 1.25em
}
.rev-title .ref {
	background: #0067fa;
	font-weight: 700;
	margin-bottom: 0em;
	font-size: 110%;
}
.rev-title h6 a:hover {
	color: white;
	text-decoration: underline;
}
.rev-title .ref span {
	font-weight: 300;
}
.rev-title h6 {
	padding: 15px;
}
.rev-title h6 span {
	font-weight: 300;
}
.rev-image {
	overflow-y: hidden;
	margin-bottom: 1em;
}
.rev-image img {
	width: 100%;
}
.rev-content {
	padding: 24px 24px 0 24px;
}
#main-prod-list > div:nth-child(2n) .rev-content {
	text-align: right;
}
.review.text-right .rev-cred {
	border-left: none;
	border-right: 6px solid #0067fa;
	padding-left: 0px;
	padding-right: 20px;
}
body.contact h3, body.contact h4 {
	line-height: 1.25;
}
body.contact h4 {
	font-size: 1.3rem;
	line-height: 1.4;
}
.headshot img {
	border-right: 6px solid #0067fa;
	padding-right: .46875rem;
}
.card hr {
	border-color: #3f3f3f;
}
.card.card-invis hr {
	border-color: #010101;
}

/* ---------------- COLOR PALETTE -----------------*/


.red, a.red {
	color: #d32f2f !important;
}
ul li.red {
	border-top-color: #d32f2f;
}
div.red {
	background-color: #d32f2f;
}
.pink {
	color: #C2185B;
}
div.pink {
	background-color: #C2185B;
}
ul li.pink {
	border-top-color: #C2185B;
}
.purple {
	color: #7B1FA2;
}
div.purple {
	background-color: #7B1FA2;
}
ul li.purple {
	border-top-color: #7B1FA2;
}
.dk-purple {
	color: #512DA8
}
div.dk-purple {
	background-color: #512DA8
}
ul li.dk-purple {
	border-top-color: #512DA8;
}
.indigo {
	color: #303F9F;
}
div.indigo {
	background-color: #303F9F;
}
ul li.indigo {
	border-top-color: #303F9F;
}
.blue {
	color: #0067fa;
}
div.blue {
	background-color: #0067fa;
}
ul li.blue {
	border-top-color: #0067fa;
}
.lt-blue {
	color: #0288D1;
}
div.lt-blue {
	background-color: #0288D1;
}
ul li.lt-blue {
	border-top-color: #0288D1;
}
.cyan {
	color: #80DEEA;
}
div.cyan {
	background-color: #80DEEA;
}
ul li.cyan {
	border-top-color: #80DEEA;
}
.teal {
	color: #00796B;
}
div.teal {
	background-color: #00796B;
}
ul li.teal {
	border-top-color: #00796B;
}
.green {
	color: #388E3C;
}
div.green {
	background-color: #388E3C;
}
ul li.green {
	border-top-color: #388E3C;
}
.lt-green {
	color: #689F38;
}
div.lt-green {
	background-color: #689F38;
}
ul li.lt-green {
	border-top-color: #689F38;
}
.lime {
	color: #AFB42B;
}
div.lime {
	background-color: #AFB42B;
}
ul li.lime {
	border-top-color: #AFB42B;
}
.yellow {
	color: #FBC02D;
}
div.yellow {
	background-color: #FBC02D;
}
ul li.yellow {
	border-top-color: #FBC02D;
}
.amber {
	color: #FFA000;
}
div.amber {
	background-color: #FFA000;
}
ul li.amber {
	border-top-color: #FFA000;
}
.orange {
	color: #F57C00;
}
div.orange {
	background-color: #F57C00;
}
ul li.orange {
	border-top-color: #F57C00;
}
.dk-orange {
	color: #E64A19;
}
div.dk-orange {
	background-color: #E64A19;
}
ul li.dk-orange {
	border-top-color: #E64A19;
}

.grid-item {
	width: 50%;
}

@media (max-width: 34em) {
	#menu-top-menu-left {
		text-align: right;
		padding-top: 10px;
	}
	#menu-top-menu-left a.nav-link {
		padding: 7px 10px;
	}
	#menu-top-menu-left .nav-item {
		display: inline;
		white-space: pre;
		margin: 0
	}
	#menu-top-menu-left .nav-item:nth-child(2n-1)::before {
		display: block;
		height: 0px;
		content: ' ';
	}
}

@media (min-width: 34em) {
	.grid-item {
		width: 50%;
		text-align: center;
	}
	#menu-top-menu-left {
		text-align: center;
	}
}

@media (min-width: 48em) {

	.grid-item {
		width: 33.33333333%;
	}
}

@media (min-width: 62em) {
	.grid-item {
		width: 25%;
	}
	#menu-top-menu-left {
		float: right;
	}
 }

@media (min-width: 75em) {
	.grid-item {
		width: 25%;
	}
	#menu-top-menu-left {
		float: right;
	}

}

body.single .grid-sizer, body.single .grid-item { width: 32%; margin-bottom: 4px; padding-left: 15px; }

body.single p.lead strong {
	font-weight: 500;
}
