/*
Theme Name: Biscuit
Theme URI: http://pankogut.com/wordpress-themes/biscuit
Author: PanKogut
Author URI: http://pankogut.com
Description: Responsive Wordpress Portfolio and Blogger Theme for Illustrators, Designers, Photographers and Bloggers.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, full-width-template, post-formats, theme-options, featured-images, translation-ready
Text Domain: biscuit
Domain Path: /languages/ 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Genericons
# Reset
# Responsive Grid
# Typography
# Elements
# Forms
	## Contact Form 7
	## Mailchimp Form
# Header
	## Links
	## Logo and Title
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
	## Social Widget
	## About Widget
	## Instagram Widget
# Site Content
	## Posts and pages
	## Asides
	## Gallery
	## Image
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
#  Shortcodes
	## Dropcap
	## Buttons
	## Alerts
	## Icons
	## Highlights
	## Dividers
	## Archive
	## Portfolio
	## Recent Posts
	## Recipe Index
	## Recipe Grid
# Woocommerce
# YARPP
# Meta Slider
# Jetpack
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,300|Amatic+SC:400,700);

@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?gsbtzj');
	src:url('fonts/icomoon.eot?gsbtzj#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?gsbtzj') format('truetype'),
		url('fonts/icomoon.woff?gsbtzj') format('woff'),
		url('fonts/icomoon.svg?gsbtzj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# 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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
# Responsive Grid
--------------------------------------------------------------*/

.container {
	margin: 0 20px;
}

.column {
	margin-bottom: 1em;
}

.site-content	{
	background-color: #fff;
	padding-top: 2em;
}

@media (min-width: 1024px) {
	.column {
		float: left;
		margin-bottom: 0;
		padding: 0 15px;
	}
  
	.column.full { width: 100%; }
	.column.five-sixths { width: 83.4%; }
	.column.four-fifths { width: 80%; }
	.column.three-fourths { width: 75%; }
	.column.two-thirds { width: 66.7%; }
	.column.half { width: 50%; }
	.column.third { width: 33.3%; }
	.column.fourth { width: 25%; }
	.column.fifth { width: 20%; }
	.column.sixth { width: 16.6%; }
	.column.flow-opposite { float: right; }
	.column.centered { 
		float: none !important;
		margin-left: 15%;
		width: 70%;
	}
}

@media (min-width: 1090px) {
	.container {
		margin: 0 auto;
		width: 1050px;
	}
}

@media (min-width: 1024px) {
	.site-content	{
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666666;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 { font-size: 34px; }
h2 { font-size: 28px;
	text-decoration: none; }
h3 { font-size: 22px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	margin-bottom: 1.5em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    border-left: 5px solid #f2f2f2;
    margin-bottom: 20px;
    padding: 10px 20px;
}

address {
	font-style: italic;
	margin-bottom: 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	background: #eee;
	color: #222;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	padding: 0;
	white-space: normal;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	padding-bottom: 10px;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	color: #0a0700;
}

dd {
	margin-bottom: 1.5em;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: none;
	border-bottom: none;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

table th {
	font-weight: bold;
	padding: 10px 10px 10px 0;
	text-align: left;
}

table td {
	padding: 10px 10px 10px 0;
}

table tr {
	border-top: none;
	border-bottom: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #64625a;
	background: #64625a;
	color: #ffffff;
	border-radius: 3px;
	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 */
	padding: 3px 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;
	transition: all 0.2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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%;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form-control-wrap {
	display: inline;
}

.wpcf7 select {
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline-color: transparent;
	outline-style: none;
	padding: 10px;
	width: 100%;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"],
.wpcf7 textarea {
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline-color: transparent;
	outline-style: none;
	padding: 10px;
	width: 100%;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus {
	background-color: #fff;
	color: #111;
}

.wpcf7 input[type="submit"] {
	border: 1px solid #4d4d4d; 
	border-color: #4d4d4d;
	border-radius: 0;
	background: #4d4d4d;
	box-shadow: none;
	color: #fff;
	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: 14px;
	font-size: 1.4rem;
	line-height: 1;
	outline-color: transparent;
	outline-style: none;
	padding: 1em 1em 0.9em;
	text-shadow: 0;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
## Mailchimp Form
--------------------------------------------------------------*/

#mc_embed_signup {
	background: transparent !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: #ffffff;
	margin-bottom: 2em;
}

.header-image {
	margin: 1em 0;
	text-align: center;
}

.header-image img {
	width: auto;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000000;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #666666;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
## Logo and Title
--------------------------------------------------------------*/
.site-branding {
	text-align: center;
}

.site-title {
	font-size: 48px;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
}

	.site-title a {
		text-decoration: none;
	}

.site-description {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
	display: table;
	margin: 0 auto;
}

#top-navigation {
	border: 0;
	background-color: #ffffff;
	padding: 10px 0;
}

#top-navigation a,
#top-navigation .menu-toggle {
	color: #000000;
	text-decoration: none;
}

#top-navigation a:hover,
#top-navigation button.menu-toggle a:hover {
	color: #64625a;
}

#site-navigation {
	background-color: #ffffff;
}

#site-navigation a,
#site-navigation .menu-toggle {
	color: #000000;
	text-decoration: none;
}

#site-navigation a:hover,
#site-navigation button.menu-toggle a:hover {
	color: #64625a;
}

.main-navigation {
	font-family: 'Open Sans', cursive;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
}

.menu-wrap {
	border: 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0 auto;
}

.main-navigation li {
	display: inline;
	float: left;
	margin: 0 1em;
	position: relative;
}

.main-navigation li.menu-item-has-children:after {
	content: '\f431';
	color: #646265;
	font-family: 'Genericons';
	font-size: 14px;

}

.main-navigation ul ul {
	background-color: #ffffff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	left: -1em;
	padding: 0.5em 1em;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
	visibility:hidden;
  	opacity:0;
  	text-transform: capitalize;
  	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.main-navigation ul ul li {
	margin: 0;
	width: 230px;
}

.main-navigation ul li:hover > ul {
  	visibility:visible;
 	opacity:1;
  	transition-delay:0s;
}

.main-navigation ul ul ul {
    left: 230px;
    top: -1em;
}

/* Small menu */
.menu-toggle {
	display: none;
}

/* Paging Navigation */
.pagination {
	clear: both;
	padding: 30px 15px;
	overflow: hidden;
	text-align: center;
}

.pagination a {
	padding: 5px 10px;
	margin-right: 5px;
	background: #ccc;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: blink;
}

.pagination a:hover, .pagination .current {
	padding: 5px 10px;
	margin-right: 5px;
	background: #64625a;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.paging-navigation {
	padding: 0 15px;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-bottom: 2.5em;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media screen and (max-width: 1023px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	button.menu-toggle {
		background: none; 
		border: 0;
		box-shadow: none;
		font-size: 14px;
		margin: 0 auto;
		outline-style: none;
		text-shadow: none;
		text-transform: uppercase;
	}

	.main-navigation {
		display: block;
		float: none;
		margin: 0 auto;
	}

		.main-navigation a {
			display: block;
			padding: 0.5em 0;
			text-decoration: none;
		}

	.main-navigation ul {
		display: none;
	}

		.main-navigation li {
			float: none;
			margin: 0;
			position: relative;
			padding: 0;
			text-align: center;
		}

		.main-navigation li:last-child {
			border-bottom: 0;
		}

	.main-navigation ul li > ul {
		display: block;
		margin-left: 0;
	}

	.main-navigation ul ul {
		border-left: 0;
		box-shadow: none;
		display: block;
		float: none;
		left: 0;
		padding: 0;
		position: relative;
		top: 0;
		text-transform: capitalize;
		visibility: visible;
  		opacity:1;
		z-index: 99999;
	}

	.main-navigation ul ul li {
		border-bottom: 0;
		padding: 0;
	}

	.main-navigation li.menu-item-has-children:after {
		content: none;

	}

	.main-navigation ul ul ul {
	    left: 0;
	    top: 0;
	}

	.menu-wrap {
		border: 0;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1.5em 1em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 1em 0 1em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
  *zoom: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	padding: 0 15px 30px;
	text-align: left;
}

.site-footer .widget-area {
	border-left: 0;
	text-align: left;
}

.widget {
	font-weight: 300;
	margin: 0 0 2em;
	word-wrap: break-word;
}

.sidebar-footer .widget {
	margin: 1em 0 0;
}

.widget a {
	text-decoration: none;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}

.widget-title {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Amatic SC', cursive;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 30px;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

	.widget-title a {
		text-decoration: none;
	}

.site-footer .widget-title {
	background-color: #eeeeee;
	color: #000000;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search input[type="search"] {
	width: 70%;
}

@media screen and (min-width: 1024px) {
	.page-template-layoutspage-left-sidebar-php .column,
	.left-sidebar .column {
		float: right !important;
	}

	.page-template-layoutspage-left-sidebar-php .site-footer .column,
	.left-sidebar .site-footer .column {
		float: left !important;
	}

	.page-template-layoutspage-left-sidebar-php .page-title,
	.left-sidebar .page-title {
		text-align: right;
	}
}

@media screen and (max-width: 1023px) {
	/* Widget */
	.widget_search input[type="search"] {
		width: 30%;
	}
}

/*--------------------------------------------------------------
## Social Widgets
--------------------------------------------------------------*/
.widget-social {
	text-align: center;
}

.widget-social a {
	text-decoration: none;
}

.widget-social a:hover {
	opacity: 0.6;
}

.widget-social span {
	display: inline-block;
	margin-bottom: 10px;
}

.social {
	background-color: #64625a;
	font-family: 'Genericons';
	font-size: 18px;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	padding: 0.5em;
}

.social:before {
	color: #fff;
}

.social-icomoon {
	background-color: #64625a;
	font-family: 'icomoon';
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
}

.social-behance {
	font-size: 21px;
	padding: 6.6px 8px 8px 8px;
}

.social-yummly {
    font-size: 15px;
    padding: 13px 6px 8px 7px;
}

.social-icomoon:before {
	color: #fff;
}

.social-feed:before { content: '\f413'; }
.social-email:before { content: '\f410'; }
.social-linkedin:before { content: '\f208'; }
.social-bloglovin:before { content: '\f461'; }
.social-twitter:before { content: '\f202'; }
.social-facebook:before { content: '\f203'; }
.social-googleplus:before { content: '\f206'; }
.social-pinterest:before { content: '\f210'; }
.social-instagram:before { content: '\f215'; }
.social-flickr:before { content: '\f211'; }
.social-youtube:before { content: '\f213'; }
.social-vimeo:before { content: '\f212'; }
.social-dribbble:before { content: '\f201'; }
.social-behance:before { content: '\e800'; }
.social-github:before { content: '\f200'; }
.social-skype:before { content: '\f220'; }
.social-tumblr:before { content: '\f214'; }
.social-wordpress:before { content: '\f205'; }
.social-yummly:before { content: '\e900'; }

/*--------------------------------------------------------------
## About Widget
--------------------------------------------------------------*/
.about-image {
	margin-bottom: 0.5em;
	text-align: center;
}

.about-image img {
	border-radius: 50%;
}

/*--------------------------------------------------------------
## Instagram Widget
--------------------------------------------------------------*/
ul.instagram-pics {
	text-align: center;
}

.instagram-pics li {
	display: inline-block;
	padding: 0 0.2em;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.archive .featured-content {
	display: none;
}

.sticky {
}

.bypostauthor {
}

.hentry {
	margin: 0 0 3.5em;
}

/* Thumbnail */
.entry-thumbnail {
	text-align: center;
	padding: 1em 0;
}

.entry-thumbnail:hover {
	opacity: 0.8;
}

.entry-thumbnail a {
	text-decoration: none;
}

.single-post .entry-thumbnail:hover {
	opacity: 1;
}

.blog .entry-thumbnail,
.single-post .entry-thumbnail,
.archive .entry-thumbnail {
	padding: 1em 0 1em 0;
}

.thumb-layout {
	padding: 0 !important;
}

.entry-header {
	padding-bottom: 1em;
	text-align: center;
}

/* Entry Title */
.entry-title {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

	.entry-title a {
		text-decoration: none;
	}

	.entry-title a:hover {
		color: #64625a;
	}

.cat-links a {
	text-decoration: none;
}

/* Entry Content */
.entry-content {
	white-space: normal;
}

.entry-content p:last-child {
	margin-bottom: 0; 
}

a.more-link {
	position: relative;
	text-transform: uppercase;
	padding-left: 5px;
}

.entry-content ul li, 
.entry-content ol li, 
#comments ul li, 
#comments ul li {
	margin-bottom: 12px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.no-results .page-content {
	margin: 1.5em 0;
	padding-bottom: 1em;
}

/* Entry Meta */
.entry-meta {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;;
}

	.entry-meta a {
		color: #7f7f7f !important;
		text-decoration: none;
	}

		.entry-meta a:hover {
			text-decoration: underline;
		}

.entry-meta .comments-link:before {
	content: " - ";
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	word-spacing: 18px;
}

/* Entry Footer */
.entry-footer a {
	color: #7f7f7f !important;
	text-decoration: none;
}

.entry-footer a:hover {
	text-decoration: underline;
}

.blog .entry-footer,
.single-post .entry-footer,
.search-results .entry-footer,
.archive .entry-footer {
	padding: 2em 0;
}

.page .entry-footer {
	border-bottom: 0;
}

/* Entry Navigation */
.meta-nav {
	font-size: 12px;
}

.nav-links a {
	text-decoration: none;
}

/* Archives Page */
.page-header {
	margin-bottom: 1.5em;
}

.page-title {
	line-height: 1.5;
	margin-top: 0;
	text-transform: capitalize;
}

.page-title:before {
	content: "#";
}

.page-header p {
	font-style: italic;
	margin-bottom: 0.5em;
}

/* 404 Page */
.error-404 .widget,
.error-404 .widget-title {
	text-align: left;
}

/* Home Page */
.home .page .entry-header { 
	display: none;
}

.home .page .recent-posts .entry-header { 
	display: block;
}


/* Go to top */
.smoothup { 
	bottom: 22px;
	display: none;
	position: fixed;
	right: 10px;
	transition: all 0.2s ease-in-out 0s;
}

	a.smoothup { 
		text-decoration: none;
	}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.single-post .format-gallery .entry-thumbnail {
	display: none;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.single-post .format-image .entry-thumbnail {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
	font-size: 20px;
}

.comment-list {
	list-style: none;
	margin-left: 0;
}

	.comment-list li {
		padding-top: 30px;
	}

.comment-body {
	border-bottom: 1px solid #f2f2f2;
}

.comment-author {
	float: left;
}

	.comment-author img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		display: block;
	}

.comment-meta {
	padding-bottom: 20px;
}

	.comment-meta .fn {
		color: #24282d;
		font-weight: 900;
		font-style: normal;
		text-transform: uppercase;
	}

		.comment-meta .fn a {
			color: #404040;
			text-decoration: none;
		}

.comment-meta-details {
	color: #7f8d8c;
	font-family: "PT Serif", serif;
	font-size: 0.90em;
	font-style: italic;
	line-height: 1.3;
	padding-top: 5px;
	text-align: center;
	text-align: left;
}

	.comment-meta-details a {
		text-decoration: none;
	}

.comment-content {
	margin-left: 80px;
}

	.comment-content a {
		word-wrap: break-word;
	}

.comment-list .children {
	list-style: none;
	margin-left: 80px;
	position: relative;
}

	.comment-list .children .depth-5 {
		padding-top: 10px;
	}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #eeeeee;
	padding: 2em 0;
	text-align: center;
}

.site-info {
	color: #666666;
}

	.site-info a {
		color: #666666;
	}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0 auto;
	}

.wp-caption-text {
	font-style: italic;
	line-height: 24px;
	text-align: left;
}

.wp-caption .wp-caption-text {
	margin: 0 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 2.6%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

	.gallery-item img {
		height: auto;
		width: 100%;
	}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	.row-shortcode {
		margin: 0 -15px;
		padding-bottom: 2em;
	}
}

/*--------------------------------------------------------------
## Dropcap
--------------------------------------------------------------*/
.dropcap {
	float: left;
	font-size: 52px;
	font-weight: bold;
	line-height: 0.8;
	padding: 0 6px 0 0;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 1em;
	padding: 10px 15px;
	text-align: center;
}

	a.button {
		color: #fff !important;
		text-decoration: none;
	}

		a:hover.button {
			color: #fff;
			opacity: 0.6;
		}

/* Colors */
.grey { background-color: #ccc; }
.yellow { background-color: #FBCB43; }
.green { background-color: #34B67A; }
.red { background-color: #E57368; }
.blue { background-color: #77A7FB; }
.purple { background-color: #955BA5; }
.black { background-color: #202020; }

/* Size */
.extra-small {
	font-size: 12px; 
	padding: 5px 10px; 
}

.small { 
	font-size: 14px; 
	padding: 10px 15px; 
}

.medium {
	font-size: 16px; 
	padding: 15px 20px; 
}

.large {
	font-size: 18px; 
	padding: 20px 25px;  
}

.extra-large {
	font-size: 20px; 
	padding: 25px 30px;  
}

/* Type */
.square { border-radius: 0; }
.round { border-radius: 3px; }
.pill { border-radius: 30px; }

/* Display */
.inline { display: inline; }
.block { display: block; }

/*--------------------------------------------------------------
## Alerts
--------------------------------------------------------------*/
.alert {
	color: #fff;
	font-size: 18px;
	margin: 0 0 1em;
	padding: 3% 5%;
	text-align: center;
	width: 100%;
}

/* Text Align */
.left { text-align: left; }
.right { text-align: right; }

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.genericon {
	display: inline-block;
	font-family: 'Genericons';
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 1;
	text-decoration: inherit;
	vertical-align: top;
	width: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* IE7 and IE6 hacks */
.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }
.genericon-dropbox:before {         content: '\f225'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }
.genericon-fullscreen:before {      content: '\f474'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }

/*--------------------------------------------------------------
## Highlights
--------------------------------------------------------------*/
.highlight {
	color: #fff;
}

/*--------------------------------------------------------------
## Dividers
--------------------------------------------------------------*/
.divider {
	background: none;
	display: block;
	margin: 20px auto;
	height: 0;
	width: 100%;
}

/* Colors */
.divider.grey { border-color: #ccc; }
.divider.yellow { border-color: #FBCB43; }
.divider.green { border-color: #34B67A; }
.divider.red { border-color: #E57368; }
.divider.blue { border-color: #77A7FB; }
.divider.purple { border-color: #955BA5; }
.divider.black { border-color: #202020; }

/* Type */
.solid { 
	border-top: 1px solid #ccc; 
}

.dashed { 
	border-top: 1px dashed #ccc; 
}

.dotted { 
	border-top: 1px dotted #ccc; 
}

.filled { 
	border-top: 5px solid #ccc; 
}

.double-solid { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	height: 5px; 
}

.double-dashed { 
	border-top: 1px dashed #ccc; 
	border-bottom: 1px dashed #ccc; 
	height: 5px; 
}

.double-dotted  { 
	border-top: 1px dotted #ccc; 
	border-bottom: 1px dotted #ccc; 
	height: 5px; 
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
ul.shortcode-archive { 
	list-style: none;
	margin: 0;
	padding-bottom: 1em;
}

ul.shortcode-archive li { 
	margin-bottom: 5px;
}

.shortcode-archive-title:before { 
	content: '\f436';
	font-family: 'Genericons';
}

.shortcode-archive-title { 
	text-transform: uppercase;
}

.shortcode-date { 
	color: #ccc;
	padding-left: 10px;
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
h2.shortcode-content {
	margin-top: 2em;
}

.tax-portfolio_category .entry-thumbnail {
	display: none;
}

.masonry-thumb img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.masonry-entry {
	margin-bottom: 30px;
}

.masonry-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	display: none;
	z-index: 99;
}

.masonry-inner {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
}

.masonry-wrap h2 {
	padding: 0 5%;
	color: #000000;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 24px;
	text-align: center;
}

.masonry-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media (min-width: 600px) and (max-width: 800px) {
	.masonry-entry { 
		width: 50%;
	}
}

@media (min-width: 1024px) and (max-width: 1050px){
	#masonry-loop {
		margin: 0 -15px;
	}

	.half .masonry-wrap {
		left: 15px;
		width: 94%;
	}

	.page-template-default .half .masonry-wrap {
		left: 15px;
		width: 92%;
	}

	.page-template-layoutspage-left-sidebar-php .half .masonry-wrap {
		left: 15px;
		width: 92.5%;
	}

	.third .masonry-wrap {
		left: 15px;
		width: 91.5%;
	}

	.page-template-default .third .masonry-wrap,
	.page-template-layoutspage-left-sidebar-php .third .masonry-wrap,
	.fourth .masonry-wrap {
		left: 15px;
		width: 88.5%;
	}

	.page-template-default .fourth .masonry-wrap,
	.page-template-layoutspage-left-sidebar-php .fourth .masonry-wrap {
		left: 15px;
		width: 84.5%;
	}
}

@media (min-width: 1090px) {
	#masonry-loop {
		margin: 0 -15px;
	}

	.half .masonry-wrap {
		left: 15px;
		width: 94.5%;
	}

	.page-template-default .half .masonry-wrap,
	.page-template-layoutspage-left-sidebar-php .half .masonry-wrap {
		left: 15px;
		width: 92.5%;
	}

	.third .masonry-wrap {
		left: 15px;
		width: 92%;
	}

	.page-template-default .third .masonry-wrap,
	.page-template-layoutspage-left-sidebar-php .third .masonry-wrap,
	.fourth .masonry-wrap {
		left: 15px;
		width: 89%;
	}

	.page-template-default .fourth .masonry-wrap,
	.page-template-layoutspage-left-sidebar-php .fourth .masonry-wrap {
		left: 15px;
		width: 85.5%;
	}
}

/*--------------------------------------------------------------
## Recent Posts
--------------------------------------------------------------*/
.recent-posts .column {
	margin-bottom: 30px;
}

.recent-posts-thumb .column {
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.recent-posts {
		margin: 0 -15px;
	}

	.recent-posts-thumb .entry-header,
	.recent-posts-thumb .entry-summary {
		padding-left: 10px;
	}

	.page-template-page-left-sidebar .recent-posts-thumb .entry-header,
	.page-template-page-left-sidebar .recent-posts-thumb .entry-summary {
		padding-left: 0;
		padding-right: 10px;
	}

	.recent-posts .column.half:nth-child(2n+1) { clear: both; }
	.recent-posts-thumb .column.half:nth-child(2n+1) { clear: both; }
	.recent-posts .column.third:nth-child(3n+1) { clear: both; }
	.recent-posts .column.fourth:nth-child(4n+1) { clear: both; }
}

/*--------------------------------------------------------------
## Recipe Index
--------------------------------------------------------------*/
.recipe-index .entry-thumbnail {
	float: left;
	padding-top: 0;
	padding-right: 15px;
	width: 22%;
	text-align: left;
}

.recipe-index .entry-header {
	float: right;
	width: 78%;
}

.recipe-index .entry-header .entry-title {
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}

.recipe-index-item {
	margin-bottom: 10px;
}

.recipe-index .entry-summary.no { display: none; }

.recipe-index a.more-link { display: none; }

/*--------------------------------------------------------------
## Recipe Grid
--------------------------------------------------------------*/
.recipe-grid {
	margin: 0 -10px;
}

.recipe-grid .entry-header .entry-title {
	font-size: 18px;
}

.recipe-grid-item {
	float: left;
	margin-bottom: 15px;
	padding: 0 10px;
}

@media screen and (min-width: 1024px) {
	.recipe-grid .half { width: 50%; }
	.recipe-grid .third { width: 33.3%; }
	.recipe-grid .fourth { width: 25%; }

	.recipe-grid .half:nth-child(2n+1) { clear: both; }
	.recipe-grid .third:nth-child(3n+1) { clear: both; }
	.recipe-grid .fourth:nth-child(4n+1) { clear: both; }
}

.recipe-grid .entry-summary.no { display: none; }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce #secondary {
	display: none;
}

.woocommerce .site-content {
	margin-left: 0;
	margin-right: 0;
}

.woocommerce ul.products li.product h3 {
	font-size: 2em;
}

.woocommerce .amount {
	font-size: 1.5em;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce span.onsale {
	top: 0.5em;
	left: 0.5em;
}

.woocommerce-page .page-title {
	display: none;
}

.woocommerce div.product .product_title {
    text-align: left;
}

.woocommerce ul.products li.product h3 {
    text-align: center;
}

/*--------------------------------------------------------------
# YARPP
--------------------------------------------------------------*/

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}

.yarpp-related .yarpp-thumbnail-title {
	text-align: left !important;
	font-weight: bold !important;
	font-size: 96% !important;
	text-decoration: none !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	display: inline-block;
}

/*--------------------------------------------------------------
# Meta Slider
--------------------------------------------------------------*/
.metaslider {
    padding-bottom: 2em;
}

#subscribe-email input {
    width: 65%;
    padding: 4px 2px;
    float: left;
}

/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
#secondary #subscribe-email input {
    float: none;
    width: 100% !important;
}

#secondary #subscribe-submit input {
    width: 100%;
}


.sidebar-footer #subscribe-email input {
    width: 62%;
    padding: 4px 2px;
    float: left;
}

.sidebar-footer #subscribe-submit input {
    width: 38%;
}

#jetpack-subscribe-label {
	display: none;
}

.jetpack_subscription_widget {
    border: 1px solid;
    padding: 30px;
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header {
		max-width: 100%;
	}

	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.site-footer,
	.smoothup,
	#social-box,
	.nav-links,
	.comments-area {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a {
		color: #2b2b2b !important;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.entry-thumbnail,
	.site-content .entry-header,
	.site-footerr {
		background: transparent;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.entry-thumbnail img {
		margin: 0 10px 24px;
	}

	.masonry-entry {
		width: 33%;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}

/* DEMO */
.demo .genericon {
	padding: 10px;
	display: inline-table;
}