/* ICONS and FONTS */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf') format('truetype'),
	url('../fonts/icomoon.woff') format('woff'),
	url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-instagram:before {
	content: "\e602";
}
.icon-feed:before {
	content: "\e603";
}
@font-face {
	font-family: 'kosticserifregular';
	src: url('../fonts/kosticserif-regular-webfont.eot');
	src: url('../fonts/kosticserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/kosticserif-regular-webfont.woff') format('woff'),
	url('../fonts/kosticserif-regular-webfont.ttf') format('truetype'),
	url('../fonts/kosticserif-regular-webfont.svg#kosticserifregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'gobold_boldregular';
	src: url('../fonts/gobold_bold-webfont.eot');
	src: url('../fonts/gobold_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gobold_bold-webfont.woff') format('woff'),
	url('../fonts/gobold_bold-webfont.ttf') format('truetype'),
	url('../fonts/gobold_bold-webfont.svg#gobold_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'goboldregular';
	src: url('../fonts/gobold-webfont.eot');
	src: url('../fonts/gobold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gobold-webfont.woff') format('woff'),
	url('../fonts/gobold-webfont.ttf') format('truetype'),
	url('../fonts/gobold-webfont.svg#goboldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'gobold_italicitalic';
	src: url('../fonts/gobold_italic-webfont.eot');
	src: url('../fonts/gobold_italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gobold_italic-webfont.woff') format('woff'),
	url('../fonts/gobold_italic-webfont.ttf') format('truetype'),
	url('../fonts/gobold_italic-webfont.svg#gobold_italicitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font-armata {
	font-family: 'Armata', sans-serif;
}
.container {
	max-width: 975px;
}
/* HEADER */
.header, .container {
	position: relative;
}
.main-stage img, .img-100 {
	width:100%;
	height: auto;
}
.quote-heading {
	font-size: 18px;
	line-height: 33px;
}
/* TEXT STYLES */
.text-upper {
	text-transform: uppercase;
}
/* MARGINS */
.m-0 {
	margin: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-0 {
	margin-top: 0 !important;
}
/* PADDING */
.p-0 {
	padding: 0;
}
.footer {
	/*background: #222;*/
	/*color: #fff;*/
	padding: 0 0 35px;
	text-align: right;
}
.footer a {
	/*color: #fff;*/
}
.copy-right {
	margin-bottom: 10px;
}
.copy-right span {
	margin: 0 10px;
}
.social-links a + a {
	margin-left: 10px;
}
.social-links span {
	margin-right: 5px;
}
/* FONTS */
.go-bold {
	font-family: 'goboldregular';
}
/*POSITIONS*/
.pos-relative {
	position: relative;
}
/* HEADER */
.video-header {
	height: 90px;
}
.main-stage {
	min-height: 150px;
	margin-bottom: 15px;
}
.logo a {
	color: #111;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home .logo a, .single .logo a, .contact-us .logo a {
	color: #111;
}
.logo a:hover {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
	/*filter: alpha(opacity=50);*/
	/*opacity: .5;*/
	text-decoration: none;
}
.navigation {
	width: 100%;
	text-transform: uppercase;
	padding: 40px 15px;
	background: #fff;
	max-width: 975px;
	margin:0 auto;
}
.home .navigation, .single .navigation, .contact-us .navigation {
	background: #fff;
}

/*@media (min-width: 768px) {*/
.home .header,
.contact-us .header {
	position: static;
}
/*.home .navigation,*/
/*.contact-us .navigation {*/
	/*position: absolute;*/
	/*width: 100%;*/
	/*bottom:0;*/
	/*z-index: 2;*/
/*}*/
.home .navigation {
	position: absolute;
	width: 100%;
	bottom:0;
	z-index: 2;
}
/*.home .main-stage,*/
/*.contact-us .main-stage {*/
	/*width: 100%;*/
	/*height: auto;*/
	/*z-index: -1;*/

/*}*/
.home .main-stage {
	width: 100%;
	height: auto;
	z-index: -1;

}
/*.home .main-stage .slide,*/
 /*.contact-us .main-stage .slide {*/
	 /*height: 100vh;*/
	 /*width: 100%;*/
	 /*background-size:cover;*/
	 /*background-position: center -72px;*/
	 /*background-repeat: no-repeat;*/
 /*}*/
.home .main-stage .slide {
	height: 100vh;
	width: 100%;
	background-size:cover;
	background-position: center -72px;
	background-repeat: no-repeat;
}
.archive .main {
	min-height: 80vh;
}

@media (min-width:320px) and (max-width:991px) {
	.home .main-stage .slide {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home .main-stage .slide picture,
	.home .main-stage .slide img {
		display: none !important;
	}
}

@media (min-width: 1800px) {
	/*.home .main-stage .slide,*/
	/*.contact-us .main-stage .slide {*/
		/*background-position: center -100px;*/
	/*}*/

	.home .main-stage .slide {
		background-position: center -100px;
	}
}
/*.home .main-stage img,*/
.contact-us .main-stage img {
	position: absolute;
	top: -72px;
	left: 0;
	width: 100%;

	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;

}
/*}*/
.main-nav {
	margin: 0 0 0;
	padding: 0;
	list-style: none;
}
.main-nav > li {
	float: left;
	margin-left: 3px;
}
.main-nav > li a {
	color:rgba(153,153,153,.83);
	background: #fff;
	font-size: 10px;
	padding: 5px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home .main-nav > li a, .single .main-nav > li a, .contact-us .main-nav > li a {
	/*color: #000;*/
	/*background: #000;*/
}
.main-nav > li a:hover {
	/*background: #1e9bc0;*/
	text-decoration: none;
	color:#050505;
}
.main-nav > li:first-child a {
	border-radius: 5px 0 0 5px;
}
.main-nav > li:last-child a {
	border-radius: 0 5px 5px 0;
}
.photo-credit {
	display: none;
}
/* IFRAME */
.iframe-width {
	width: 100%;
	height: 400px;
}
/* CONTENT */
.content h2 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
	font-style: italic;
}
.content p {
	font-size: 14px;
}
/* VIDEO STATS */
.credit h3, .interview-stats h3 {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #bbb;
	font-weight: 300;
	letter-spacing: 1px;
}
.credit p, .interview-stats p, .credit a, .interview-stats a {
	font-size: 14px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 300;
	font-style: normal;
}
.fb-like-wrap {
	margin-bottom: 10px;
}
/* INTERVIEW STATS */
.interview-stats h3 {
	margin: 0 0 0;
	color: #333;
}
/*RELATED CONTENT*/
.related-content h2 {
	font-size: 14px;
	text-transform: uppercase;
}
.related-content h3 {
	font-size: 14px;
	margin: 0;
}
/*ARCHIVE STYLES*/
.archive-title {
	color: #fff;
	font-size: 11px !important;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 40%;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	width: 100%;
	opacity: 0;
	transition: all ease 0.2s;
	left: 0;
	letter-spacing: 3.9px;
	line-height: 1.2;
}
.archive-item a {
	transition:all .2s ease;
}
.archive-item:hover .archive-title {
	opacity: 1;
}
.archive-title a,
.archive-title a:hover {
	color: #fff;
}
.archive-item a {
	text-decoration: none;
	display: block;
}

/*RELATED CONTENT*/
.thumbnail > img, .thumbnail > a img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/*ABOUT PAGE*/
.hero-content h2 {
	font-size: 14px;
}
.hero-content p {
	font-size: 16px;
}
/*CONTACT PAGE*/
.contact-container {
	top: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.contact-content {
	background: #fff;
	padding:15px;
	font-size: 13px;
}
.contact-content>div {
	font-style: italic;
	font-size: 13px;
	line-height: 2.0;
}
.contact-content h2 {
	margin:0 0 10px;
	/*padding-bottom: 10px;*/
	font-family: adobe-garamond-pro, serif;
	/*border-bottom: 1px solid #000;*/
	font-size: 13px;
	font-weight: 400;
}
.contact {
	margin-bottom: 15px;
	min-height: 200px;
}
.contact-us .main-stage {
	position: absolute;
}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 991px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	.contact {
		/*width: 50%;*/
	}
	.home .navigation, .contact-us .navigation {
		/*position: fixed;*/
	}

	.contact-us .main-stage .slide {
	    background: #fff !important;
	}
}

@media (min-width:767px) and (max-width: 768px) {
	.fb-like-wrap {
		display: block !important;
		float: none !important;
	}
	.retweet iframe {
		margin-left: 20px !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* HEADER */
	.main-stage {
		margin-bottom: 0;
	}
	.photo-credit {
		display: block;
		text-transform: uppercase;
		text-align: right;
		padding: 5px;
		margin-bottom: 0;
		font-family: 'Armata', sans-serif;
		font-size: 11px;
		color: #888;
	}
	.quote-heading {
		font-size: 36px;
		line-height: 50px;
	}
	.main-nav > li a {
		color:rgba(153,153,153,.83);
		background: #fff;
		font-size: 10px;
	}
	.home .main-nav > li a, .single .main-nav > li a {
		/*color: #fff;*/
		/*background: #000;*/
	}
	.main-nav > li a:hover {
		background: #fff;
		text-decoration: none;
		color:#050505;
	}
	.main-nav > li:first-child a {
		border-radius: 5px 0 0 5px;
	}
	.main-nav > li:last-child a {
		border-radius: 0 5px 5px 0;
	}
	/* CONTENT */
	.content h2 {
		font-size: 16px;
	}
	.content p {
		font-size: 16px;
	}
	/* VIDEO STATS */
	.credit h3 {
		font-size: 18px;
	}
	.interview-stats h3 {
		font-size: 16px;
	}
	.credit p, .interview-stats p, .credit a, .interview-stats a {
		font-size: 14px;
	}
	/*RELATED CONTENT*/
	.related-content h2 {
		font-size: 18px;
	}
	.related-content h3 {
		font-size: 16px;
		margin: 0;
	}
	/*TABLET MARGINS*/
	.tabmb0 {
		margin-bottom:0;
	}
	.tabmb10 {
		margin-bottom:10px;
	}
	.tabmb20 {
		margin-bottom:20px;
	}
	.tabmb30 {
		margin-bottom:30px;
	}
	.tabmb40 {
		margin-bottom:40px;
	}
	/*ABOUT PAGE*/
	.hero-content h2 {
		font-size: 20px;
	}
	.hero-content p {
		font-size: 16px;
	}
	/*AD CONTENT*/
	.ad {
		width: 60%;
	}
	/*INTERVIEW STATS*/
	.interview-stats {
		padding-left: 20px;
	}
	/*SHARE OPTIONS*/
	.fb-like {
		margin-left: 20px;
	}
	.fb-like-wrap {
		margin-bottom: 0;
	}
    /*CONTACT PAGE*/
    .contact-container {
	    /*position: absolute;*/
	    /*top: 30px;*/
	    /*left: 0;*/
	    /*right: 0;*/
		display: flex;
	    justify-content: center;
	    text-align: center;
    }
	.contact-us .main-stage {
		position: static;
		display: none;
	}
	.contact-content .contact {
		padding: 0;
		min-height: auto;
	}
}


	.logo.pull-left, .main-nav.pull-right {
		width:100%;
		text-align:center;
	}
	.main-nav.pull-right >li {
		display: inline-block;
		float: none;
		padding-top: 10px;
	}



/*updated 01/27/19*/
body, .archive-title, .credit h3, .interview-stats h3, body.about .hero-quote {
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6;
	color: #777;
}
.hero-content p {
	font-size: 13px;
}
body.about .hero-quote {
	font-style: italic;
	text-align: center;
}
body.about .hero-content > h2 {
	text-align: center;
}
body.about .hero-content {
	letter-spacing: 1.54px;
}
body.about >.container {
	/*min-height: 100vh;*/
	max-width: 480px;
}
.credit--flex p {
	display: flex;
	justify-content: center;
	font-style: italic;
}
.credit--flex {
	border-top: 0;
}
.credit--flex p br {
	display: none;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 10px;
}
.pagination__links a+a:before {
	content:'/';
	display: inline-block;
	margin:0 5px;
}
a {
	color:rgba(153,153,153,.83);
}
a:hover {
	color:#050505;
	text-decoration: none;
}
.archive-item {
	margin-bottom: 5px;
	padding-bottom: 38%;
	overflow: hidden;
}
.archive-item__child {
	position: absolute;
	left: 0;
	right: 0;
}
.archive-item__child .archive-title,
.archive-item__child .archive-title a {
	margin:0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}
.archive-item:hover  .archive-title {
	background: rgba(59,59,59,.43);
}
@media (min-width: 992px) {
	body.about >.container {
		/*min-height: 100vh;*/
		max-width: 680px;
	}
}
