/*
Theme Name: 	TC 2016
Theme URI: 		http://www.thunderchunky.co.uk
Description: 	Bespoke theme for Thunder Chunky
Version: 		1.0
Author: 		Jon Raffe
Author URI: 	http://jonraffe.co.uk
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 General layout stuff
04 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
@import "css/chocolat.css?v6";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0066; color:#ececec; }
::selection 		{ background:#ff0066; color:#ececec; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

11 / 16	= 		0.6875em	 	(11px equivalent)
12 / 16	= 		0.75em	 		(12px equivalent)
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)
32 / 16 = 		2em 			(32px equivalent)
36 / 16 = 		2.25em 			(36px equivalent)
48 / 16 = 		3em 			(48px equivalent)
60 / 16 = 		3.75em 			(60px equivalent)

*/

body,
input,
textarea 			{ font-size: 16px; font-family: "proxima-nova",sans-serif; color: #4c4c4c; }

body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ececec; /* change if the mask should have another color then white */
	z-index:999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(img/status-tc.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-size: 55px 75px;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

h1,
h2,
h3,
h4,
h5,
h6 					{ font-family: "effra",sans-serif; font-weight: 700; text-rendering: optimizeLegibility; }

h1					{ font-size: 3.75em; line-height: 1em; letter-spacing: -2px; }
h2					{ font-size: 2.25em; line-height: 1em; }
h3					{ font-size: 1.875em; line-height: 1em; }
h4					{ font-size: 1.5em; line-height: 1em; }
h6					{ font-size: 1.125em; line-height: 1em; font-weight: 400; }

h2.inspiration-title { color: #ff0066; padding: 20px 30px 10px 0 }

p					{ font-size: 1em; line-height: 1.7em; margin: 0 0 20px 0; }
p.question			{ font-size: 1.2em; line-height: 1.4em; font-family: "effra",sans-serif; font-weight: 700; text-rendering: optimizeLegibility; margin: 40px 20px 20px 0; color: #000000; border-top: 4px solid #00ffce; padding-top: 20px; }
.bodycopy p 		{ margin-right: 20px; }

a					{ text-decoration: none; color: #ff0066; font-weight: 700; }
a:hover				{ color: #800dff; }

.wf-loading p, .wf-loading span, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 {
	visibility: hidden;
}
.wf-active  p, .wf-active  span, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4 {
	visibility: visible;
}
.wf-inactive p, .wf-inactive span, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4 {
	visibility: visible;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 General layout stuff -------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

html, 
body 	{ height: 100%; }

html.noscroll,
body.noscroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

.wrapper {  }

body	{ background: #ececec; }

.col1	{ width: 5.98%; }
.col2	{ width: 14.52%; }
.col3	{ width: 23.07%; }
.col4	{ width: 31.62%; }
.col5	{ width: 40.17%; }
.col6	{ width: 48.71%; }
.col6.extra-gutter { width: 51.29%; }
.col7	{ width: 57.26%; }
.col8	{ width: 65.81%; }
.col9	{ width: 74.35%; }
.col10	{ width: 82.90%; }
.col11	{ width: 91.45%; }
.col12	{ width: 100%; }
.col50	{ width: 50%; }

.gutter-left { margin-left: 2.56%; }
.gutter-right { margin-right: 2.56%; }

.outer	{ width: 100%; }
.inner	{ width: 1170px; margin: 0 auto; }

.left	{ float: left; }
.right	{ float: right; }

.inner img { max-width: 100%; height: auto; }

span.post-type-tag	{ display: inline-block; /*background: #00ffce; color: #ff0066; padding: 10px;*/ color: #fff; font-family: "effra",sans-serif; font-weight: 600; text-rendering: optimizeLegibility; }

#header				{ text-align: center; padding: 35px 0; z-index: 100; }
#header h1			{ display: inline-block; width: 170px; height: 70px; }
#header h1 a		{ display: block; width: 170px; height: 70px; background: url(img/logo-tc.png) no-repeat; background-size: 170px 70px; overflow: hidden; text-indent: -2000px; }

/*-- STYLED SELECT BOX --*/

.select-style {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
	
    background: #fff url("img/dropdown-arrow.png") no-repeat 95% 50%;
	background-size: 23px 14px;
}

.select-style select {
    color: #ccc;
	padding: 15px 20px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

/*-- NAV STUFF --*/

.header-left 		{ position: absolute; top: 20px; left: 0; }
.header-left li		{ float: left; margin: 0 30px 0 0; }

.header-right 		{ position: absolute; top: 20px; right: 0; }
.header-right li	{ float: right; margin: 0 0 0 30px; }
.btn-facebook		{ display: block; width: 30px; height: 30px; background: url(img/icon-facebook.png) no-repeat 0 0; background-size: 30px 60px; overflow: hidden; text-indent: -2000px; }
.btn-facebook:hover	{ background-position: 0 -30px; }
.btn-twitter		{ display: block; width: 30px; height: 30px; background: url(img/icon-twitter.png) no-repeat 0 0; background-size: 30px 60px; overflow: hidden; text-indent: -2000px; }
.btn-twitter:hover	{ background-position: 0 -30px; }

.nav-overlay 		{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #ececec; transition: opacity 0.25s ease, visibility .5s ease; z-index: 5; opacity: 0; visibility: hidden; overflow: hidden; }
.nav-overlay ul 	{ display: none; }
.nav-overlay.open 	{ opacity: 1; visibility: visible; left: 0; }
.nav-overlay.open ul { display: block; }
.close 				{ position: fixed; top: 40px; right: 60px; color: white; z-index: 3; cursor: pointer; font-family: sans-serif; }
.menu-tc-menu-container { height: 100%; }
.nav-overlay ul { height: 60%; width: 100%; font-family: "effra",sans-serif; font-weight: 600; overflow: hidden; position: absolute; bottom: 0; }
.nav-overlay ul li { height: 16%; max-width: 574px; margin: 0 auto; border-bottom: 3px solid #00ffce; text-align: center; font-size: 3em; }
.nav-overlay ul li:last-child { border-bottom: none; }
.nav-overlay ul li a { display: block; height: 100%; transition: color ease 0.25s; }
.nav-overlay ul li a:hover { color: #800dff; text-decoration: none; }
.nav-overlay ul li a span { display: block; position: relative; top: 50%; transform: translateY(-50%); }
a.toggle-overlay 	{ display: block; width: 30px; height: 23px; background: url(img/btn-menu.png) no-repeat 0 0; background-size: 60px 46px; overflow: hidden; text-indent: -2000px; }
a.toggle-overlay:hover { background-position: 0 -23px; }
a.toggle-overlay.open { background-position: -30px 0; }
a.toggle-overlay.open:hover { background-position: -30px -23px; }

/*-- SEARCH START --*/

.search-overlay 	{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #ececec; transition: all 0.25s ease; z-index: 10; opacity: 0; visibility: hidden; overflow: hidden; }
.search-overlay form { display: none; }
.search-overlay.open { opacity: 1; visibility: visible; }
.search-overlay.open form { display: block; }
a.toggle-search 	{ display: block; width: 30px; height: 25px; background: url(img/btn-search.png) no-repeat 0 0; background-size: 60px 50px; overflow: hidden; text-indent: -2000px; }
a.toggle-search:hover { background-position: 0 -25px; }
a.toggle-search.open { background-position: -30px 0; }
a.toggle-search.open:hover { background-position: -30px -25px; }
.search-overlay .inner {  }
.search-overlay form { position: absolute; top: 200px; width: 100%; }
.search-overlay form input#search_s { width: 100%; padding: 20px; font-size: 20px; border: none; outline: none; }

.search-overlay form input#search_s.working {
	background-image:url(img/status-tc.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-size: 30px 41px;
	background-position: right 20px center;
}

.search-overlay form p { margin: 0 0 10px 0; }
.autocomplete-suggestions { padding: 20px 0; }
.autocomplete-suggestions.working {  }
.autocomplete-suggestion { font-size: 20px; padding: 10px 20px; transition: all 0.25s ease; }
.autocomplete-suggestion.working { color: #cccccc; }
.autocomplete-suggestion.autocomplete-selected { font-weight: 600; color: #ff0066; border-bottom: 3px solid #ff0066; }

.search-results-list li a { display: block; padding: 40px 30px 20px 30px; background: #ddd; margin: 0 0 10px 0; transition: all 0.25s ease; }
.search-results-list li a:hover { background: #fff; text-decoration: none; }
.search-results-list li a span { display: block; }
.search-results-list li a h3 { border-bottom: 2px solid #00ffce; display: inline-block; padding: 0 0 2px 0; }
.search-results-list { margin: 0 0 60px 0; }

/*-- SEARCH END --*/

/*-- HOMEPAGE START --*/

img.tc-featured-image	{ width: 100% !important; height: auto !important; position: absolute; top: 0; left: 0; z-index: 0; transition: all 0.25s ease; }

.home-feat-interview	{ margin: 0 0 60px 0; background: #999999; overflow: hidden; }
.archive .home-feat-interview { margin: 0 0 30px 0; }
.home-feat-interview a	{ display: block; height: 510px; padding: 30px 8.55% 30px 8.55%; z-index: 1; position: relative; }
.home-feat-interview h1	{ 
text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
color: #ffffff; border-bottom: 2px solid #00ffce; width: 488px; max-width: 83%; padding: 0 0 5px 0; position: absolute; bottom: 170px; z-index: 2; transition: all 0.25s ease; }
.home-feat-interview h1 span { color: #00ffce; }
.home-feat-interview a:hover h1 { padding: 0 0 5px 0; border-bottom: 12px solid #00ffce; }
.home-feat-interview:hover img.tc-featured-image { transform: scale(1.025); }

.home-latest-interviews .item-interview { margin: 0 0 60px 0; background: #999999; overflow: hidden; }
.home-latest-interviews .item-interview a { display: block; height: 450px; padding: 30px; position: relative; z-index: 1; }
.home-latest-interviews .item-interview h2	{ 
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
color: #ffffff; border-bottom: 2px solid #00ffce; width: 488px; max-width: 83%; padding: 0 80px 5px 0; position: absolute; bottom: 30px; transition: all 0.25s ease; }
.home-latest-interviews .item-interview h2 span { color: green; }
.home-latest-interviews .item-interview a:hover h2 { padding: 0 80px 5px 0; border-bottom: 12px solid #00ffce; }
.home-latest-interviews .item-interview:hover img.tc-featured-image { transform: scale(1.05); }

.twitter-feed			{ margin: 0 0 60px 0; background: url(img/icon-twitter-feed.png) no-repeat 50% 10px; background-size: 30px 30px; padding: 60px 0 0 0; }
.twitter-feed ul		{ border-top: 2px solid #ff0066; border-bottom: 2px solid #ff0066; }
.twitter-feed li		{ font-size: 14px; line-height: 21px; clear: both; float: left; border-bottom: 1px solid #c5c5c5; padding: 18px 0; font-weight: 400; }
.twitter-feed li:last-child { border-bottom: none; }
.twitter-feed li a		{ font-weight: 400; }
.tweet-left				{ width: 18.92%; float: left; }
.tweet-left img			{ width: 100%; height: auto; }
.tweet-right			{ width: 72.97%; float: right; }
.tweet_user				{ font-size: 18px; font-family: "effra",sans-serif; font-weight: 600 !important; text-rendering: optimizeLegibility; margin: 0 0 10px 0; display: block; }
.tweet_text				{ display: block; margin: 0 0 5px 0; }
.twitter-feed small		{ display: block; }

.home-inspiration .item-inspiration { margin: 0 0 30px 0; background: #CCCCCC; overflow: hidden; }
.archive .home-inspiration .item-inspiration { margin: 0 2.56% 30px 0; }
.archive .home-inspiration .item-inspiration:nth-child(3),
.archive .home-inspiration .item-inspiration:nth-child(6),
.archive .home-inspiration .item-inspiration:nth-child(9) { margin: 0 0 30px 0; }
#related-footer			{ padding: 30px 0 0 0; background: none; }
.interviews #related-footer { background: #ffffff; }
#related-footer .home-inspiration .item-inspiration { margin: 0 2.56% 30px 0; }
#related-footer .home-inspiration .item-inspiration:nth-child(3) { margin: 0 0 30px 0; }
.home-inspiration .item-inspiration a { display: block; height: 370px; padding: 20px; position: relative; z-index: 1; }
.home-inspiration .item-inspiration h3	{ transition: all 0.25s ease; color: #800dff; background: #ffffff; width: 100%; padding: 20px; position: absolute; bottom: -200px; left: 0; }
.home-inspiration .item-inspiration h3 span { color: green; }
.home-inspiration .item-inspiration a:hover h3 { bottom: 0; }
.home-inspiration img.tc-featured-image { min-height: 100%; position: absolute !important; width: auto !important; min-width: 100%; }
.tc-featured-image-bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover; background-position: 50% 50%; }

.home-row-2				{ background: #ffffff; padding: 30px 0 30px 0; }

.home-feat-day-eyes		{ margin: 0 0 30px 0; background: #800dff; overflow: hidden; }
.home-feat-day-eyes a	{ display: block; height: 510px; padding: 30px 8.55% 30px 8.55%; position: relative; z-index: 1; }
.home-feat-day-eyes h1	{ color: #ffffff; border-bottom: 2px solid #ff0066; width: 488px; max-width: 83%; padding: 0 0 5px 0; position: absolute; bottom: 170px; transition: all 0.25s ease; }
.home-feat-day-eyes h1 span { color: #ff0066; }
.home-feat-day-eyes a:hover h1 { padding: 0 0 5px 0; border-bottom: 12px solid #ff0066; }
.home-feat-day-eyes:hover img.tc-featured-image { transform: scale(1.025); }

.home-latest-day-eyes 	{ margin: 0; }
.home-latest-day-eyes .item-day-eyes { background: #800dff; overflow: hidden; }
.home-latest-day-eyes .item-day-eyes a { display: block; height: 300px; padding: 30px; position: relative; z-index: 1; }
.home-latest-day-eyes .item-day-eyes h3	{ color: #ffffff; border-bottom: 2px solid #ff0066; width: 488px; max-width: 83%; padding: 0 10px 5px 0; position: absolute; bottom: 30px; transition: all 0.25s ease; }
.home-latest-day-eyes .item-day-eyes h3 span { color: #ff0066; }
.home-latest-day-eyes .item-day-eyes a:hover h3 { padding: 0 10px 5px 0; border-bottom: 12px solid #ff0066; }
.home-latest-day-eyes .item-day-eyes:hover img.tc-featured-image { transform: scale(1.05); }

/*-- HOMEPAGE END --*/

/*-- INSPIRATION --*/

.inspiration-post { padding-bottom: 60px; }
.inspiration-post .bodycopy { padding-bottom: 60px; }
.inspiration-post .bodycopy .content-img-wrap,
.inspiration-post .bodycopy .tc-image-responsive { display: none; }
.inspiration-post .bodycopy .content-img-wrap img,
.inspiration-post .bodycopy .tc-image-responsive img { width: 100%; }
.inspiration-post .bodycopy .video-wrapper,
.inspiration-post .bodycopy iframe { display: none; }

.inspiration-post .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width: 100%; margin: 0 0 20px 0; }
.inspiration-post .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.inspiration-post .bodycopy .post-image-wide { display: none; }
.bodyimages img { width: 100%; height: auto; margin: 0 0 20px 0; }
.bodyimages .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width: 100%; margin: 0 0 20px 0; }
.bodyimages .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*.bodyimages iframe { width: 100%; margin: 0 0 20px 0; }*/

/*-- INTERVIEW --*/

.interview-header { background: #00ffce; margin: 0 0 30px 0; }
.interview-header-banner { height: 680px; background: #ff0066; overflow: hidden; }
.interview-header-banner.flexible { height: auto; padding: 60px 30px; } 
.interview-header-banner h1	{ 
font-size: 3.5em;
text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
border-bottom: 2px solid #00ffce; width: 488px; max-width: 83%; color: #ffffff; padding: 0 0 5px 0; position: absolute; bottom: 60px; left: 30px; }
.interview-header-banner.flexible h1 { position:static; border-bottom: none; padding: 0; }
.interview-header-banner h1.wide { width: 640px; }
.interview-header-banner h1 span { color: #00ffce; }
.interview-header-intro { padding: 70px 30px 30px 30px; }
.interview-header-intro p { margin: 0; max-width: 670px; color: #000000; font-size: 1.875em; line-height: 1.2em; font-family: "effra",sans-serif; font-weight: 300; text-rendering: optimizeLegibility; }

.item-overlay--smoke {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 1;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out
}

.interview-left {  }
.interview-left .post-image-wide		{ display: none; }
.interview-left .article-lead { display: none; }
.interview-left .bodycopy { background: #ffffff; padding: 30px; }
.interview-left .bodycopy p:nth-child(0),
.interview-left .bodycopy p:nth-child(1),
.interview-left .bodycopy p:nth-child(2) { margin-top: 0 !important; }
.interview-left .bodycopy p.outro { padding: 20px 0; color: #000000; font-style: italic; }

.posted-by { background: #ff0066; color: #ffffff; max-width: 540px; min-height: 170px; margin: 30px 0 0 0; }
.posted-by-left { width: 31.48%; }
.posted-by-right { width: 68.52%; padding: 26px; }
.posted-by h4 { color: #00ffce; margin: 0 0 10px 0; }
.posted-by h4 a { color: #00ffce; }
.posted-by p { margin: 0; }

.posted-by-meta { font-size: 14px; margin: 20px 0 25px 0; }
.posted-by-meta img { width: 40px; border-radius: 20px; margin: 0 10px 0 0; float: left; }
.posted-by-meta span { display: block; margin: 2px 0 0 0; }

.post-tags { padding: 0; clear: both; }
.post-tags ul { float: left; }
.post-tags ul li { display: inline-block; font-family: "effra"; text-rendering: optimizeLegibility; font-size: 0.75em; line-height: 1em; font-weight: 400; margin: 0 10px 10px 0; }
.post-tags ul li.title { background: #ffffff; margin: 0 10px 0 0; padding: 4px; }
.post-tags ul li a { display: block; padding: 8px; background: #ececec; color: #000000; font-weight: 300; }
.post-tags ul li a:hover { text-decoration: none; color: #800dff; }

.inspiration-post .post-tags ul li.title { background: #ececec; }
.inspiration-post .post-tags ul li a { background: #ffffff; }

.interview-left .post-tags ul li.title { background: #ffffff; }
.interview-left .post-tags ul li a { background: #ececec; }

.interview-right { position: relative; }
.interview-right .post-image-wide { margin: 0 0 60px 0; }
.interview-right .post-image-wide img,
.interview-right .post-image-wide iframe { margin: 0; }
.interview-right .post-image-wide p { font-size: 0.875em; margin: 0; padding: 10px 0 0 30px; font-style: italic; }

.interview-left .post-image-wide { background: #f5f5f5; margin: 0 0 30px 0; }
.interview-left .post-image-wide p { font-size: 0.875em; margin: 0; padding: 10px; font-style: italic; }
.interview-left .post-image-wide img,
.interview-left .post-image-wide iframe { width: 100%; height: auto; }

.featured-section { top: 0; vertical-align: top; }
#interview-scrolling-right { display: block; width: 100%; height: 100%; position: absolute; top: 0; overflow: hidden; }

.page-sub-footer  { background: #ffffff; padding: 30px 0 60px 0; }

/*-- INSPIRATION END --*/

/*-- A DAY IN THE EYES BEGIN --*/

.a-day-in-the-eyes .interview-header-banner { background: #800dff; }
.a-day-in-the-eyes .interview-header-banner h1	{ border-bottom: 2px solid #ff0066; }
.polaroid-wrapper .post-image-wide { width: 46%; background: #fff; border-bottom: 6px solid #ddd; padding: 20px; margin: 2%; }
.polaroid-wrapper .post-image-wide:nth-child(even) {  }
.polaroid-wrapper .post-image-wide:nth-child(odd) {  }
.polaroid-wrapper .post-image-wide p { margin: 0; }
.polaroid-img-link { display: block; margin: 0 0 20px 0; }
.polaroid-inner img { position: absolute; top: 0; left: 0; }
.a-day-in-the-eyes p.outro,
.tc-time-capsule p.outro { clear: both; background: #00ffce; padding: 30px; color: #000000; font-size: 1.875em; line-height: 1.2em; font-family: "effra",sans-serif; font-weight: 300; text-rendering: optimizeLegibility; }
.a-day-in-the-eyes .bodyimages p.article-lead,
.tc-time-capsule .bodyimages p.article-lead { display: none; }


/*-- A DAY IN THE EYES END --*/

#sub-footer				{ background: #ffffff; padding: 30px 0 60px 0; }
#sub-footer p			{ font-size: 1.875em; line-height: 1em; font-family: "effra",sans-serif; font-weight: 700; text-rendering: optimizeLegibility; }
.footer-newsletter		{ background: #01fecf; height: 200px; padding: 30px; }
.footer-newsletter p	{ color: #800dff; max-width: 340px; }
#newsletter-signup-form	{ position: relative; }
input.newsletter-email { font-size: 1.25em; line-height: 34px; font-family: "effra",sans-serif; font-weight: 400; text-rendering: optimizeLegibility; color: #800dff; background: none; border: none; border-bottom: 2px solid #800dff; width: 100%; background: #ffffff; padding: 5px 10px; }
input.newsletter-email::-webkit-input-placeholder { color: #ccc; }
input.newsletter-email::-moz-placeholder { color: #ccc; }
input.newsletter-email:-ms-input-placeholder { color: #ccc; }
input.newsletter-email:-moz-placeholder { color: #ccc; }
input.newsletter-submit { position: absolute; top: 0; right: 0; background: url(img/btn-submit.png) #f5f5f5 no-repeat 50% 50%; border: none; outline: none; width: 50px; height: 44px; oveflow: hidden; text-indent: -2000px; background-size: 30px 22px; }
.footer-contact			{ background: #ff0066; height: 200px; padding: 30px; color: #ffffff; }
.footer-contact p		{ color: #00ffce; max-width: 420px; margin: 0 0 15px 0; }
.footer-contact a		{ color: #ffffff; }

#footer					{ padding: 30px 0; }
#footer p				{ margin: 0; font-size: 0.9em; }
.design-credit			{ text-align: right; }

/*-- ARCHIVES --*/

.archive-header			{ padding: 30px 0 60px 0; }
.archive-header h1		{ color: #ff0066; letter-spacing: -2px; }
.archive-header h1.archive-h1-lead { position: relative; z-index: 2; }
.archive-header h1.archive-h1-sub { position: relative; z-index: 1; }
.archive-header h1 span { display: inline-block; background: #00ffce; background-blend-mode: multiply; color: #ff0066; padding: 0; }
.archive-header-right	{ position: absolute; bottom: 60px; right: 0; }

/*-- PAGINATION LINKS --*/

.pagination-links				{ padding: 0; margin: 30px 0; clear: both; }
.page-numbers	 				{ display: inline-block; border: 2px solid #ff0066; color: #ff0066; font-weight: 700; margin: 0 5px 0 0; padding: 15px 20px; }
a.page-numbers					{  }
.page-numbers.current			{ background: #ffffff; }
.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next				{  }
.page-numbers.dots				{ border: none; }

/*-- ABOUT --*/

.about-mainbody h1				{ border-bottom: none; width: 488px; max-width: 83%; margin: 0 0 30px 30px; padding: 0; }
.about-mainbody li p 			{ margin: 0 0 10px 0; }
.about-mainbody > ul > li		{ padding: 30px 30px 50px 30px; margin-bottom: 0; border-top: 1px solid #ccc; }
.about-mainbody > ul > li.gutter-right.even { margin-right: 0; }
.about-mainbody > ul > li h3	{ margin: 15px 0 15px 0; }
.about-mainbody > ul > li img	{ border-radius: 85px; }
.about-meta li					{ float: left; margin: 0 20px 0 0; }

a.about-twitter-link			{ display: inline-block; width: 20px; height: 20px; background: url(img/icon-twitter.png) no-repeat 0 0; background-size: 20px 40px; overflow: hidden; text-indent: -2000px; }
a.about-twitter-link:hover		{ background-position: 0 -20px; }

/*-- CONTACT --*/

#contact-wrapper 				{ width:100%; background:#e1e1e1; padding:30px; margin: 0 0 60px 0; }
#contact-wrapper div 			{ clear:both; margin:1em 0; }
#contact-wrapper label 			{ display:block; font-size:1em; line-height: 16px; margin: 0 0 5px 0; font-weight: normal; width:auto; }
form#contactform input 			{ border: none; padding:10px; font-size: 1em; color:#636363; margin: 0 0 10px 0; width: 100%; }
form#contactform textarea 		{ font-size:1em; padding:10px; border: none; width: 100%; color:#636363;}
#contactsubject 				{ width: 100%; }
#testInput 						{ margin: 0 10px 0 0; font-size: 15px !important; }
#mathTest 						{ cursor:default; cursor:pointer; font-size: 15px !important; width: auto !important; }
#mathTest:hover 				{ background-color: #ff0066; color:#ffffff; }
p#spamLine 						{ margin: 0; }
.submitBtn 						{ cursor:default; cursor:pointer; font-size: 12px; }
.submitBtn:hover 				{ background-color: #ff0066; color:#ffffff !important; }

/*-- SOCIAL BUTTON --*/

.crunchify-link {
    padding: 8px 8px 8px 8px !important;
    color: white;
    font-size: 1.125em;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
	font-family: "effra",sans-serif; font-weight: 400; text-rendering: optimizeLegibility;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #24a6ea;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #1f8fca;
	text-decoration: none;
}
 
.crunchify-facebook {
    background: #5b5eda;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #4d50b9;
	text-decoration: none;
}
 
.crunchify-pinterest {
    background: #de0c0c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bc0a0a;
	text-decoration: none;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
}

/* ---------------------------------------------------------------------------------------------------------- 
04 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:1170px) {
	
	h3					{ font-size: 1.6em; line-height: 1.1em; }
	
	.inner				{ width: 960px; }
	
	.home-latest-interviews .item-interview a { height: 368px; }
	.home-inspiration .item-inspiration a { height: 304px; }
	
	.interview-header-banner { height: 558px; }
	
	.interview-header-banner { height: 465px; }
	#interview-columns-outer-row .col6.right { display: none; }
	interview-header-banner { height: auto; }
	.interview-header-banner h1 { left: 20px; bottom: 40px; max-width: 90%; }
	.interview-header-intro { padding: 40px 20px 20px 20px; }
	.interview-header-intro p { font-size: 1.3em; line-height: 1.4em; }
	.a-day-in-the-eyes p.outro { font-size: 1.3em; line-height: 1.4em; }
	#interview-columns-outer-row .col6 { width: 100%; }
	.interview-left .bodycopy { padding: 60px; }
	.interview-left .post-image-wide { display: block; }
	.interviews .inspiration-post .bodycopy .post-image-wide { display: block; }
	
	#sub-footer p 		{ font-size: 1.6em; line-height: 1.1em; }
	
}

@media screen and (max-width:990px) {
	
	.inner				{ width: 800px; }
	
	.home-feat-interview { margin: 0 0 30px 0; }
	.home-feat-interview a,
	.home-feat-day-eyes a { height: 465px; }
	.home-latest-interviews .item-interview { margin: 0 0 30px 0; }
	.home-latest-interviews .item-interview a { height: 307px; }
	.home-inspiration .item-inspiration a,
	.home-latest-day-eyes .item-day-eyes a { height: 253px; }
	
	.twitter-feed { margin: 0 0 30px 0; }
	.twitter-feed li:last-child { display: none; }
	
	.footer-newsletter,
	.footer-contact		{ padding: 20px; height: 170px; }
	#sub-footer p 		{ font-size: 1.5em; line-height: 1.1em; }
	input.newsletter-email { font-size: 1.5em; }
	
}

@media screen and (max-width:800px) {
	
	.inner						{ width: 94%; }
	img.tc-featured-image		{ position: relative; }
	
	.col1	{ width: 100%; }
	.col2	{ width: 100%; }
	.col3	{ width: 100%; }
	.col4	{ width: 100%; }
	.col5	{ width: 100%; }
	.col6	{ width: 100%; }
	.col6.extra-gutter { width: 100%; }
	.col7	{ width: 100%; }
	.col8	{ width: 100%; }
	.col9	{ width: 100%; }
	.col10	{ width: 100%; }
	.col11	{ width: 100%; }
	.col12	{ width: 100%; }
	.col50	{ width: 100%; }
	
	h1		{ font-size: 2.25em; }
	
	.bodyimages { display: none; }
	.a-day-in-the-eyes .bodyimages,
	.tc-time-capsule .bodyimages { display: block; }
	#interview-columns-outer-row .col6.right { display: none; }
	
	.polaroid-wrapper .post-image-wide { width: 100%; }
	
	.a-day-in-the-eyes .post-image-wide { width: 96%; }
	
	.interview-header-banner { height: auto; min-height: 200px; }
	.interview-header-banner h1 { left: 20px; bottom: 40px; max-width: 90%; }
	.interview-header-intro { padding: 40px 20px 20px 20px; }
	.interview-header-intro p { font-size: 1.3em; line-height: 1.4em; }
	.interview-left .bodycopy { padding: 20px; }
	.interview-left .post-image-wide { display: block; }
	.inspiration-post .bodycopy .content-img-wrap,
	.inspiration-post .bodycopy .tc-image-responsive { display: block; }
	.inspiration-post .bodycopy .video-wrapper,
	.inspiration-post .bodycopy iframe { display: block; }
	.inspiration-post .bodycopy .post-image-wide { display: block; }
	.posted-by { min-height: 0; max-width: 100%; width: 100%; }
	.posted-by-right { padding: 20px 20px 20px 0; }
	.posted-by-left { padding: 20px; }
	.posted-by-left img { border-radius: 50%; }
	
	.archive-header { padding: 0 0 30px 0; }
	.archive-header-right	{ position: static; margin: 20px 0 0 0; }
	
	/*

12 / 16	= 		0.75em	 		(12px equivalent)
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)
32 / 16 = 		2em 			(32px equivalent)
36 / 16 = 		2.25em 			(36px equivalent)
48 / 16 = 		3em 			(48px equivalent)
60 / 16 = 		3.75em 			(60px equivalent)

*/
	.home-feat-day-eyes { background: #999999; }
	.home-feat-interview,
	.home-feat-day-eyes { min-height: 200px; }
	.home-feat-interview a,
	.home-feat-day-eyes a	{ height: 100%; width: 100%; padding: 20px; position: absolute; top: 0; left: 0; }
	.home-feat-interview span.post-type-tag,
	.home-feat-day-eyes span.post-type-tag { background: none; color: #00ffce; padding: 0;  }
	.home-feat-interview h1,
	.home-feat-day-eyes h1	{ position: absolute; bottom: 30px; font-size: 1.3125em; letter-spacing: 0; max-width: 83%; padding: 0 0 5px 0; }
	
	.home-latest-interviews .item-interview a,
	.home-latest-day-eyes .item-day-eyes a { height: 100%; position: absolute; top: 0; left: 0; width: 100%; padding: 20px; }
	.home-latest-interviews .item-interview span.post-type-tag,
	.home-latest-day-eyes .item-day-eyes span.post-type-tag { background: none; color: #00ffce; padding: 0;  }
	.home-latest-interviews .item-interview h2,
	.home-latest-day-eyes .item-day-eyes h3 { font-size: 1.3125em; width: 100%; padding: 0 0 5px 0 !important; }
	
	.home-latest-day-eyes .item-day-eyes { margin: 0 0 30px 0; float: none; height: 200px; }
	
	.interview-header-banner.flexible { padding: 40px 20px 20px 20px; }
	
	.page-numbers { padding: 5px 10px; margin: 0; }
	.page-numbers.dots { padding: 5px 2px; }
	
	/*
.home-latest-interviews .item-interview { margin: 0 0 60px 0; background: #999999; overflow: hidden; }
.home-latest-interviews .item-interview a { display: block; height: 450px; padding: 30px; position: relative; z-index: 1; }
.home-latest-interviews .item-interview h2	{ color: #ffffff; border-bottom: 2px solid #00ffce; width: 488px; max-width: 83%; padding: 0 80px 5px 0; position: absolute; bottom: 30px; transition: all .5s ease; }
.home-latest-interviews .item-interview h2 span { color: green; }
.home-latest-interviews .item-interview a:hover h2 { padding: 0 80px 5px 0; border-bottom: 12px solid #00ffce; }
.home-latest-interviews .item-interview:hover img.tc-featured-image { transform: scale(1.05); }

.home-latest-day-eyes 	{ margin: 0; }
.home-latest-day-eyes .item-day-eyes { background: #800dff; overflow: hidden; }
.home-latest-day-eyes .item-day-eyes a { display: block; height: 300px; padding: 30px; position: relative; z-index: 1; }
.home-latest-day-eyes .item-day-eyes h3	{ color: #ffffff; border-bottom: 2px solid #ff0066; width: 488px; max-width: 83%; padding: 0 10px 5px 0; position: absolute; bottom: 30px; transition: all .5s ease; }
.home-latest-day-eyes .item-day-eyes h3 span { color: #ff0066; }
.home-latest-day-eyes .item-day-eyes a:hover h3 { padding: 0 10px 5px 0; border-bottom: 12px solid #ff0066; }
.home-latest-day-eyes .item-day-eyes:hover img.tc-featured-image { transform: scale(1.05); }
*/
	
	
	/*.home-feat-day-eyes { height: 260px; }
	.home-latest-day-eyes .item-day-eyes { margin: 0 0 30px 0; height: 200px; overflow: hidden; }
	.home-latest-day-eyes .item-day-eyes a,
	.home-feat-day-eyes a { position: absolute; bottom: 0; left: 0; width: 100%; }*/
	
	.home-inspiration .item-inspiration { background: #ffffff; }
	.home-inspiration img.tc-featured-image { width: 150px !important; height: auto !important; min-height: 0; min-width: 0; }
	.home-inspiration .tc-featured-image-bg { width: 150px; }
	.home-inspiration .item-inspiration a { height: 150px; padding: 20px 20px 20px 170px; }
	.home-inspiration .item-inspiration h3 { position: static; background: transparent; padding: 0; color: #4c4c4c; font-size: 1.5em; }
	.home-inspiration .item-inspiration span.post-type-tag { color: #cccccc; }
	
	.home-feat-interview:hover img.tc-featured-image { transform: none; }
	.home-feat-interview a:hover h1 { border-bottom: 2px solid #00ffce; }
	.home-latest-interviews .item-interview:hover img.tc-featured-image { transform: none; }
	.home-latest-interviews .item-interview a:hover h2 { border-bottom: 2px solid #00ffce; }
	
	.home-feat-day-eyes:hover img.tc-featured-image { transform: none; }
	.home-latest-day-eyes .item-day-eyes:hover img.tc-featured-image { transform: none; }
	.home-feat-day-eyes a:hover h1 { border-bottom: 2px solid #ff0066; }
	.home-latest-day-eyes .item-day-eyes a:hover h3 { border-bottom: 2px solid #ff0066; }
	.home-latest-day-eyes .item-day-eyes:last-child { margin: 0; }
	
	.footer-newsletter { margin: 0 0 30px 0; }
	
	#footer p { font-size: 0.75em; text-align: center; }
	
	.header-right { display: none; }
	.header-left { width: 100%; }
	.header-left li { margin: 0; }
	.header-left li.li-menu { position: absolute; left: 0; }
	.header-left li.li-search { position: absolute; right: 0; }
	
	.nav-overlay ul li { font-size: 2em; }
	
	#header				{ padding: 20px 0; }
	#header h1			{ width: 121px; height: 50px; }
	#header h1 a		{ width: 121px; height: 50px; background-size: 121px 50px; }
	.header-left,
	.header-right		{ top: 12px; }
}

@media screen and (max-width:500px) {
	.home-feat-interview h1,
	.home-feat-day-eyes h1	{ font-size: 1.3125em; }
	.home-inspiration .item-inspiration a { height: 150px; padding: 10px 10px 10px 160px; }
	#sub-footer p 		{ font-size: 1.4em; line-height: 1.1em; }
	.home-inspiration .item-inspiration h3 { font-size: 1.3em; }
	
	.nav-overlay ul li { font-size: 1.6em; }
	
	.interview-header-banner h1 { font-size: 1.5em; letter-spacing: 0; }
	.interview-header-intro p { font-size: 1.2em; line-height: 1.4em; }
	
	p					{ line-height: 1.5em; }
	.bodycopy p 		{ margin-right: 0; }
}