/*
Theme Name: I am a food blog 2014
Theme URI: http://iamafoodblog.com/
Description: F'ing Authentic!
Version: 1.0
Author: Mike Le
Author URI: http://iamafoodblog.com/

Copyright 2014 iamafoodblog.com - all rights reserved
*/

html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
a {
	text-decoration: none;
	color: #4688c5;
}
a, a:visited { 
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;			
}
img {
	border: 0;
}
.cf:before,
.cf:after {
    content: ' '; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

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

body {
	font-family: bitter, georgia, serif;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background: #fff;
	padding: 0;
}
body.home {
}
h2, h2 a {
	font-family: oswald, sans-serif;
	text-transform: uppercase;
	color: #222;
}
p {
	display: block;
	margin: 30px auto;
	text-align: left;	
}

/* -------- Header -------- */
#top-ad {
	background: #fafafa;
	box-sizing: border-box; -moz-box-sizing: border-box;
	text-align: center;
}
#top-ad iframe, #bottom-ad iframe {
	height: 90px;
	width: 728px;
	border: 0;
	overflow: hidden;
	margin: 0 auto;
}
#logo {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 8888;
	height: 40px;
	margin-top: -50px;
}
#logo.sticky {
	position: fixed;
	top: 0;
	height: 100px;
	margin: 0;
}
#logo.opaque {
	position: fixed;
	top: 0;
	height: 50px;
	background: #fff;
	margin: 0;
}
#header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	
	font-family: Montserrat, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 40px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */				
}
#logo h1 a {
	display: block;
	background: url(assets/sprites.png) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 9000;
	position: absolute;
	top: 0;
	background-position: center top;
	left: 50%;
	margin-left: -150px;
	height: 50px;
	width: 300px;
}
#menu {
	padding: 0;
	position: absolute;
	top: 5px;
	left: 15px;
}
#menu a {
	display: inline-block;
	padding: 0 10px;
	color: #444;
	vertical-align: top;
	float: left;
}
#menu a:hover {
	color: #4688c5;
	background-color: #fff;
	opacity: 1;
}
#social {
	position: absolute;
	top: 5px;
	right: 0;
	padding-right: 12px;
}

/* -------- Footer -------- */
#bottom-ad {
	padding: 20px 0;
	text-align: center;
}
#kitchen-logo {
	padding-top: 30px;
}
#search-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 99998;
	display: none;
}
#search {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 40px;
	margin: -20px 0 0 -150px;
	background: #000;
	z-index: 99999;
}
#search label {
	display: none;
}
.searchbar-input {
	padding: 0 40px 0 10px;
	border: 1px solid #ddd;
	font-size: 18px;
	width: 300px;
	height: 40px;
	box-shadow: 0 0 100px #888;
	box-sizing: border-box;
}
.searchbar-button {
	border: 0;
	background: url(assets/sprites.png) 10px -330px no-repeat;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

/* -------- Sidebar -------- */

#share {
	padding-left: 15px;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#back-to-home a {
	background: url(assets/sprites.png) 0 -44px no-repeat;
	width: 155px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	margin: 15px 0;
}
#social-sidebar a {
	margin: 0;
	display: block;
	height: 40px;
	width: 40px;
	overflow: hidden;
	text-indent: 1000%;
	white-space: nowrap;
	background-image: url(assets/sprites.png);
	background-repeat: no-repeat;
	opacity: 0.7;
}
#social-sidebar a:hover {
	opacity: 1;
	background-color: #fff;
}
#share ul {
	list-style: none;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
}
#share a {
	color: #999;
}
#share .pin {
	margin: 45px 0 15px;
}

/* -------- Index -------- */

.home #top-ad {
	margin-bottom: 100px;
}
.home #header {
	height: 100px;
	position: absolute;
}
.home #logo {
	position: absolute;
	margin-top: -100px;
}
.home #logo h1 a {
	top: 15px;
}
#slogan {
	line-height: 13px;
	font-family: Montserrat, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	display: none;
	z-index: 9999;
	letter-spacing: normal;
}
.home #slogan {
	display: block;
}
.home #menu {
	top: 30px;
}
.home #social {
	top: 30px;
}
.home #logo.sticky {
	position: fixed;
	margin: 0;
}
.home #logo.opaque {
	background: #fff;
	height: 50px;
	overflow: hidden;
}
.home #logo.sticky #slogan {
	display: none;
}
.home #logo.sticky h1 a {
	top: 0;
}
.home #logo.sticky #menu, .home #logo.sticky #social {
	top: 5px;
}


#side-menu {
	margin: 0 0 20px 0;
}

#cookbook-preorder {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	color: #444;
	width: 140px;
	text-transform: uppercase;
	line-height: normal;
	margin-top: 10px;
	padding-top: 170px;
	background: url(assets/eg_cover.jpg) 0 0 no-repeat;
}
#share a.side-menu, #cookbook-preorder a {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	color: #444;
	display: block;
	text-transform: uppercase;
	line-height: normal;
	padding: 2px 0;
}
#cookbook-preorder p {
	margin: 10px 0;
}
#cookbook-preorder a {
	color: #4688c5;
}
#share a.side-menu:hover, #cookbook-preorder a:hover {
	color: #f00;
}
a.side-search {
	height: 20px;
	display: block;
	width: 30px;
	background: url(assets/sprites.png) 1px -340px no-repeat;
	overflow: hidden;
	text-indent: 1000%;
	white-space: nowrap;
	margin: 10px 0;
}
.pagetitle {
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
}
.navigation {
	font-family: Montserrat, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
	margin: 30px 0;
	padding: 20px 0;
	font-size: 14px;
}
#nav-anchor div {
	display: inline-block;
}
.side-nav a {
	display: none;
	padding: 0 10px;
}
.side-nav a:hover {
	color: #f00;
}
.side-nav:hover a {
	display: inline-block;
}
.side-nav {
	position: fixed;
	top: 500px;
	left: 0;
	background: #f6f6f6;
	color: #444;
	padding: 10px 5px;
	z-index: 9999;
	display: none;
	font-size: 11px;
	box-shadow: inset 0 0 10px #ddd
}
.side-nav.right {
	left: auto;
	right: 0;
}
.wp-paginate li {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	margin: 2px;
	background: #222;
	-webkit-border-radius: 2px; border-radius: 2px;
}
.wp-paginate li a {
	display: inline-block;
	color: #fff;
	height: 25px;
	width: 25px;
	-webkit-border-radius: 2px; border-radius: 2px;
}
.wp-paginate li a:hover {
	background: #4688c5;
}
.wp-paginate li:first-child {
	display: none;
}
#love {
	text-align: center;
	font-size: 10px;
	font-family: Montserrat, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
}
#footer {
	padding: 0 0 30px;
	font-size: 11px;
}
#footer_logos {
	text-align: center;
	padding-bottom: 30px;
	opacity: 0.7;
}
#footer_logos a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.gplus {
	width: 36px;
	height: 36px;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
	background: url(gplus.svg) 0 0 no-repeat;
	background-size: 36px
}
#social a {
	margin: 0;
	display: inline-block;
	height: 40px;
	width: 36px;
	overflow: hidden;
	text-indent: 1000%;
	white-space: nowrap;
	background-image: url(assets/sprites.png);
	background-repeat: no-repeat;
}
#social a:hover {
	opacity: 1;
	background-color: #fff;
}
.instagram-icon {
	background-position: 9px -90px;
}
.twitter-icon {
	background-position: 9px -130px;
}
.pinterest-icon {
	background-position: 9px -180px;
}
.facebook-icon {
	background-position: 9px -230px;
}
.google-icon {
	background-position: 9px -280px;
}
.search-icon {
	background-position: 9px -330px;
}
.email-icon {
	background-position: 9px -379px;
}

/* -------- Index -------- */

.feature {
	width: 100%;
}
.feature p {
	margin-left: auto;
	margin-right: auto;
	width: 725px;
}
.cycle-pager {
	position: absolute;
	z-index: 9999;
	top: 640px;
	left: 50%;
	width: 60px;
	margin: 0 0 0 -30px;
	color: rgba(0,0,0,0.4);
	font-size: 24px;
	cursor: pointer;
}
.cycle-pager-active {
	color: #fff;
}
.thumbnail {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin: 10px 5px 30px;
	position: relative;
	padding-top: 270px;
	background-position: center top;
	background-repeat: no-repeat;
}
.thumbnail .image {
	position: absolute;
	top: 0;
	left: 0;
}
.thumbnail h2 {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 210px;
	left: 0;
	text-align: left;
	padding: 0 10px;
	font-family: Montserrat, sans-serif;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}
.thumbnail p {
	font-size: 11px;
	line-height: 18px;
	width: 260px;
	margin: 0;
	padding: 0 10px;
	font-family: bitter, georgia, serif;
}
.thumbnail a {
	font-family: Montserrat, sans-serif;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}
.more {
	margin-top: 5px;
}
.cycle-container {
	margin-bottom: 40px;
	overflow: hidden;
}

/* -------- Post -------- */

.recipe-header {
	max-width: 800px;
	margin: 0 auto;
}
.article-image {
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	width: 100%;
	height: 680px;
	overflow: hidden;
	max-width: 1440px;
	max-height: 954px;
	margin: 0 auto;
}
.article-image a {
	display: block;
	height: 100%;
	width: 100%;
}
.article-image img {
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.article-categories a {
	display: inline-block;
	background: #333;
	color: #fff;
	font-family: oswald, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 2px 10px;

}
.post-title a {
	font-size: 40px;
	letter-spacing: 3px;
	margin-top: 30px;
	display: block;
	line-height: 50px;
}
.entry-metadata {
	font-family: Montserrat, sans-serif;
	text-align: center;
	margin: 10px auto 30px;
	color: #222;
	font-size: 13px;
	text-transform: uppercase;
}
.wp-caption {
	margin: 30px auto;	
	width: 725px !important;
}
.wp-caption p {
	margin: 0 auto;
	background: #eee;
	text-align: center;
	font-family: Montserrat, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
	width: 725px;
}
.post-container {
	width: 725px;
	margin: 0 auto;
}
.retina-hero {
	background-size: 1440px;
}
p img.alignleft {
	float: left;
	margin: 7px 15px 7px 0;
}
p img.alignright {
	float: right;
	margin: 7px 0 7px 15px;
}
.twoup-container {
	white-space: nowrap;
	width: 750px;
}
img.twoup {
	width: 350px;
	height: 466px;
	margin-right: 25px;
	float: left;
}
img.landscape {
	width: 725px;
	height: 480px;
}

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

#comments {
	margin: 0 auto;
	text-align: left;
}
#comments h3, #comments h3 em {
	font-family: Montserrat, sans-serif;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	font-style: normal;
}
.comment {
	margin: 10px auto;
	list-style: none;
	position: relative;
	border-left: 3px solid #ddd;
	padding: 10px 20px;
}
.comment p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 18px;
	width: auto;
}
.comment-author, .comment-author a {
	font-family: Montserrat, sans-serif;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	font-size: 11px;
}
.reply {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}
textarea#comment {
	width: 100%;
	border: 1px solid #aaa;
}
#respond b {
	font-family: Montserrat, sans-serif;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	font-size: 11px;
}
#commenter_info table {
	width: 100%;
	margin: 0 auto;
}
#commenter_info label, #commenter_info small {
	display: block;
}
#commenter_info input {
	border: 1px solid #aaa;
	height: 20px;
	width: 230px;
}

/* -------- Recipe -------- */

blockquote {
	background: #444;
	margin: 0 auto;
	padding: 10px 30px;
	color: #ddd;
}
blockquote strong {
	font-family: Montserrat, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}
blockquote p {
	font-size: 13px;
	line-height: 17px;
}
blockquote li {
	font-family: Montserrat, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	list-style: none;
	border-left: 1px solid #aaa;
	text-align: left;
	padding-left: 20px;
	margin-left: 10px;
}
blockquote .main-photo {
	float: right;
	margin: 20px 0 20px 20px;
}
#post-3363 .main-photo {
	display: none;
}

/* -------- Sidebar -------- */

.sidebar h3 {
	font-family: Montserrat, sans-serif;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin: 30px 0;
}
.recent-author {
	font-family: Montserrat, sans-serif;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}
.sidebar #last-comment h3 {
	margin: 0 0 10px;
}
#last-comment a {
	color: #111;
}
#last-comment {
	border: 1px solid #ddd;
	padding: 30px 0;
	margin: 0 auto;
}
.comment-body {
	/*width: 640px;*/
	margin: 0 auto;
	display: block;
}
.popular {
	margin-top: 50px;
}
.popular li {
	display: inline-block;
}
#social-container {
	position: relative;
	width: 240px;
	height: 20px;
	margin: 40px auto;
	text-align: left;
}
.su_box {
	position: absolute;
	top: 2px;
	right: 0;
	width: 65px;
}

/* -------- 404 -------- */

#notfound {
	padding: 200px 0 400px;
}
.notfound-search {
	position: relative;
	width: 300px;
	margin: 10px auto;
}
.notfound-search label {
	display: none;
}
.popup {
	position:fixed;
	right:0;
	top:48px;
	z-index: 9999;
}
.home .popup {
	top: 71px;
	width: 130px;
	text-align: right;
}
.popup a {
	display: block;
	background: #fff;
	font-family:montserrat;
	font-size:10px;
	line-height:14px;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
}
.popup a:hover {
	color: #fff;
	background: #888;
}
.popup .close {
	position: absolute;
	height: 15px;
	top: 0;
	right: 0;
	font-family: montserrat;
	font-size: 9px;
	cursor: pointer;
	line-height: 15px;
	background: #f6f6f6;
	color: #888;
	width: 15px;
	text-align: center;
}
.popup .close:hover {
	background: #ccc;
}

#wpadminbar {
	display: none;
}


#saveur-single {
	background: #fff;
	width: 230px;
	padding: 20px 0;
	font-family: montserrat;
	margin: 0 auto;
}
#saveur-single img {
	width: 230px;
	height: 243px;
}
#saveur-single h6 {
	padding: 0 30px 10px;
	line-height: normal;
	font-size: 11px;
}
#saveur-front {
	text-align: center;
	box-shadow: inset 0 0 15px #eee;
	display: block;
	height: 200px;
	width: 300px;
}
#saveur-front img {
	width: 159px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -80px;
}

/* Page */
.page #logo, .search #logo, .archive #logo, .error404 #logo  {
	position: relative;
	margin: 0 0 20px;
}
.page blockquote:before, 
.page blockquote:after,
.postid-3363 blockquote:before,
.postid-3363 blockquote:after,
#cookbook-footer:before,
#cookbook-footer:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.page blockquote:after,
.postid-3363 blockquote:after,
#cookbook-footer:after {
	clear: both;
}
.page blockquote,
.postid-3363 blockquote,
#cookbook-footer {
	background: #f6f6f6;
	*zoom: 1;
	padding: 30px;
	color: #666;
	
}
.page blockquote p,
.postid-3363 blockquote p,
#cookbook-footer p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}
.page blockquote img,
.postid-3363 blockquote img,
#cookbook-footer img {
	float: left;
	margin-right: 30px;
}
.page blockquote strong,
.postid-3363 blockquote strong,
#cookbook-footer strong {
	color: #333;
}
#cookbook-footer ul {
	margin: 15px 0;
}
#cookbook-footer li {
	display: block;
	text-align: left;
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 11px;
}
#hero {
	min-height: 1200px;
}
.sticker {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	background: #444;
	color: #fff;
	box-sizing: border-box;
	line-height: 140px;
	display: table;
}
.sticker h6 {
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	text-align: center;
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
	
	-ms-transform:rotate(15deg); /* IE 9 */
	-moz-transform:rotate(15deg); /* Firefox */
	-webkit-transform:rotate(15deg); /* Safari and Chrome */
	-o-transform:rotate(15deg); /* Opera */
	transform: rotate(15deg);
	padding: 0 10px;
}
	


@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {

	#logo h1 a, 
	.searchbar-button, 
	#back-to-home a, 
	#social-sidebar a, 
	a.side-search, 
	#social a {
		background-image: url(assets/sprites_2x.png);
		background-size: 241px;
	}
	#cookbook-preorder {
		background: url(assets/eg_cover_2x.jpg) 0 0 no-repeat;
		background-size: 140px;
	}

}

#contactform {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}
#contactform label {
	width: 300px;
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	text-align: left;
	display: block;
	margin: 15px 0 5px;
}
#contactform label.error {
	display: inline-block;
	background: #eee;
	padding: 5px;
	margin: 0 0 15px;
	color: #c00;
	width: auto;
}
#contactform input {
	width: 300px;
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 5px;
}
#contactform textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
}
#contactform button {
	background: #444;
	margin: 15px auto;
	display: block;
	width: 100px;
	height: 40px;
	border: 0;
	border-radius: 2px;
	
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	color: #fff;
}
#key_label {
	padding-top: 140px;
	background: url(assets/key.png) 0 0 no-repeat;
}
strong {
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	line-height: normal;
	font-size: 14px;
	color: #333;
}
.series {
	width: 724px;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 18px;
	font-family: montserrat;
	font-style: normal;
	display: block;
	text-transform: uppercase;
}
.thumbnail .series,
.feature .series {
	display: none;
}

/* Ads */
.single-footer-ad {
	position: relative;
	background: #f6f6f6;
	height: 150px;
	display:block;
	color: #666;
	overflow: hidden;
	margin-top: 30px;
	padding-left: 130px;
}
.single-footer-ad img {
	position: absolute;
	top: 0;
	left: 0;
}
.single-footer-ad .sponsored {
	position: absolute;
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
}
.single-footer-ad p {
	padding: 30px 30px 30px 160px;
	margin: 0;
}
.new:after {
	content: '*';
	color: #f00;
	margin: 0 0 0 2px;
}
.side-ad {
	position: fixed;
	width: 125px;
	display: block;
	color: #666;
	overflow: hidden;
	top: 160px;
	right: 0;
	font-size: 11px;
}
.side-ad img {
	position: absolute;
	top: 0;
	left: 0;
}
.side-ad p {
	line-height: normal;
	margin: 120px 10px 0 0;
}
#cheese-ad p {
	display: none;
}
#cheese-ad {
	width: 160px;
	z-index: 99999;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
}
#cheese-logo {
	height: 100px;
	width: 374px;
	background: url(http://o.iamafoodblog.com/iamablog/wp-content/uploads/2014/08/allyouneedischeese.jpg) center top no-repeat;
	display: block;
	margin: 30px auto 0;
}
p.insert {
	text-align: center;
	color: #aaa;
	font-family: montserrat;
	margin: 0;
}
.insert img {
	display: block;
	margin: 0 auto;
}
.thumbnail .image img {
    width: 100%;
    height: 100%;
}