<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Foody
Theme URI: http://pankogut.com
Author: Pankogut
Author URI: http://pankogut.com
Description: Minimal Wordpress Theme for Food Bloggers
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foody
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
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Mobile First
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
	## About+Social
	## Instagram Widget
	## Nav Menu
# Content
    ## Posts and pages
    ## Archives
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Shortcodes
	## Dropcap
	## Columns
	## Buttons
	## Alerts
	## Highlights
	## Dividers
	## Archive
	## Recipe
	## Recipe Index
	## Recipe Grid
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Mobile First
--------------------------------------------------------------*/

.site {
	margin: 20px 20px;
	padding: 0 15px;
}

@media screen and (min-width: 1024px) {
	.site {
		margin: 20px auto;
		max-width: 1050px;
	}

	.site-content{
		margin-right: -10px;
		margin-left: -10px;
	}

	.content-area {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 75%;
	}

	.widget-area {
		float: right;
		padding-left: 10px;
		padding-right: 10px;
		width: 25%;
		clear: right;
	}

	/* Grid Layouts */
	.blog .post {
		float: left;
		width: 100%;
	}
}

/* snippets */
.full-width {
	width: 100% !important;
}

.float-left {
	float: left;
	clear: left;
}

.float-right {
	float: right;
	clear: right;
}

.centered {
    float: left;
    margin-left: 15%;
    width: 70%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {	
	clear: both;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: none;	
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    border-left: 5px solid #f2eee9;
    margin-bottom: 20px;
    padding: 10px 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #ffffff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td, th {
	border: 1px solid #eeeeee;
	text-align: center;
}

thead {
	background-color: #eeeeee;
}

tfoot td,
tfoot th {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #6b6b6b;
	border-radius: 0;
	background: #ffffff;
	color: #6b6b6b;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 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 {
	border-color: #6b6b6b;
	background: #6b6b6b;
	color: #ffffff;
	-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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #6b6b6b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 100%;
}

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: 8px 0;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* COntact Form 7 */
.wpcf7-form-control-wrap {
	display: inline;
}

.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;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	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;
}

a:visited {
	color: #666666;
}

a:hover,
a:focus,
a:active {
	color: #cccccc;
	-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:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	padding: 0.5em 0px;
	text-transform: uppercase;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.main-navigation li {
	margin: 0px 0.5em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
}

.main-navigation ul ul :hover &gt; a,
.main-navigation ul ul .focus &gt; a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
		-webkit-transition: opacity 0.4s ease-in-out 0s;
		-moz-transition: opacity 0.4s ease-in-out 0s;
		-ms-transition: opacity 0.4s ease-in-out 0s;
		-o-transition: opacity 0.4s ease-in-out 0s;
		transition: opacity 0.4s ease-in-out 0s;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a {
}

.primary-menu {
    margin-top: 1em;
}

.secondary-menu {
    margin-bottom: 1em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	border: none;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	vertical-align: top;
}

button.menu-toggle:before {
	content: '\f419';
	display: inline-block;
	font-family: "Genericons";
	margin-right: 5px;
	vertical-align: top;
}


@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: table;
	}

	.main-navigation ul ul {
		background-color: #ffffff;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		margin-left: -0.5em;
		position: absolute;
		top: 1.5em;
		left: -999em;
		text-align: left;
		z-index: 99999;
		-webkit-transition: opacity 0.4s ease-in-out 0s;
		-moz-transition: opacity 0.4s ease-in-out 0s;
		-ms-transition: opacity 0.4s ease-in-out 0s;
		-o-transition: opacity 0.4s ease-in-out 0s;
		transition: opacity 0.4s ease-in-out 0s;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation ul ul li {
		padding: 0;
	}

	.main-navigation li {
		float: left;
		padding: 0 0.5em;
		position: relative;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 20px 4em;
	clear: both;
}

.single-post .comment-navigation,
.single-post .posts-navigation,
.single-post .post-navigation {
	margin: 0 0 4em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	margin-bottom: 2em;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom: 2em;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	border: 1px solid;
	border-color: #6b6b6b;
	border-radius: 0;
	background: #ffffff;
	color: #6b6b6b;
	font-size: 12px;
	padding: 5px 15px;
	width: 100px;
	text-align: center;
	-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;
}

.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover  {
	border-color: #6b6b6b;
	background: #6b6b6b;
	color: #ffffff;
	-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;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: 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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	border-bottom: 3px dashed #F2EEE9;
	font-weight: normal;
	padding: 1em 0;
	text-align: center;
}

.site-title {
	font-size: 48px;
	font-family: 'Amatic SC', cursive;
	font-weight: 600;
	text-transform: uppercase;
}


.site-title a {
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	font-style: italic;
	margin-top: 0;
	text-align: center;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
}

.widget-title {
	background-color: #f2eee9;
	color: #595550;
	font-size: 18px;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 1em;
	text-align: center;
}

/* Widget Lists */
.widget ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase;
}

.widget ul li {
	border-top: 1px solid #eeeeee;
	padding: 10px 0;
}

.widget ul ul li {
	border-top: 0;
	padding: 10px 0 0;
}

.widget ul ul li:before {
	content: '\f510';
	display: inline-block;
	font-family: "Genericons";
	margin-right: 5px;
	vertical-align: top;
}

/* Tag Cloud */
.widget_tag_cloud .tagcloud {
	border: 1px solid #eeeeee;
	padding: 10px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	padding: 0.7em 0;
	width: 100%;
}

/* Search widget. */
.widget_search input[type="search"]  {
	width: 100%;
}

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
## About+Social
--------------------------------------------------------------*/
.widget-about,
.widget-social {
	text-align: center;
}

.widget-image {
	margin-bottom: 0.5em;
}

.widget-image img {
	border-radius: 50%;
}

.widget-social span {
	line-height: 3em;
	margin-right: 5px;
}

.widget-social a {
	text-decoration: none;
}

.widget-social a:hover {
	opacity: 0.6;
}

.social {
	background-color: #BFBBB6;
	border-radius: 0;
	font-family: 'Genericons';
	font-size: 18px;
	overflow: hidden;
	padding: 0.5em;
}

.social-fontello {
	background-color: #BFBBB6;
	border-radius: 0;
	font-family: 'behance';
	font-size: 18px;
	overflow: hidden;
	padding: 0.55em;
  	vertical-align: top;
}

.social:before,
.social-fontello: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'; vertical-align: top; }
.social-github:before { content: '\f200'; }
.social-skype:before { content: '\f220'; }
.social-tumblr:before { content: '\f214'; }
.social-wordpress:before { content: '\f205'; }

/*--------------------------------------------------------------
## Instagram Widget
--------------------------------------------------------------*/
ul.instagram-pics {
	text-align: center;
}

.instagram-pics li {
	border-top: 0 !important;
	display: inline-block;
	padding: 0 0.4em !important;
}

/*--------------------------------------------------------------
## Nav Menu
--------------------------------------------------------------*/
.widget_nav_menu {
	clear: both;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	width: 100%;
}

.widget_nav_menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.widget_nav_menu ul li {
	padding: 10px 0;
}

.widget_nav_menu ul li:last-child {
	padding-top: 10px;
	padding-bottom: 0;
}

.widget_nav_menu ul.sub-menu {
	padding-top: 10px;
}

.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul {
	margin-left: 0;
}

.widget_nav_menu ul ul li:before {
	content: '\f510';
	display: inline-block;
	font-family: "Genericons";
	margin-right: 5px;
	vertical-align: top;
}

.widget_nav_menu ul ul ul li:before {
	content: '\f510 \f510';
	display: inline-block;
	font-family: "Genericons";
	margin-right: 5px;
	vertical-align: top;
}

/* Small menu. */
.widget_nav_menu.toggled ul {
	display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
	margin-top: 3em;
}

.sticky {
	display: block;
}

.featured-content .post {
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.hentry {
	margin: 0 0 3em;
}

.entry-title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 0 !important;
	margin-bottom: 17px;
	text-align: center;
	text-transform: uppercase;
}

.entry-title a,
.entry-title a:visited {
	color: #2f2f2f;
}

.entry-title a:hover,
.entry-title a:active {
	color: #666666;
}

.single-post .entry-title {
	margin-bottom: 0;
}

.entry-meta {
	display: none;
	color: #666666;
	font-family: 'Varela';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 0;
	text-align: center;
	text-transform: none;
}

.single-post .entry-meta {
	display: block;
}

.entry-thumbnail {
	text-align: center;
}

.single-post .entry-thumbnail {
	margin-top: 17px;
}

.entry-footer {
	border-bottom: 3px dashed #f2eee9;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

.blog .entry-footer, 
.search-results .entry-footer, 
.archive .entry-footer {
    padding-bottom: 3.5em;
}

.entry-footer a:hover {
	text-decoration: underline;
}

.entry-footer span {
	margin-right: 1em;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
}

.cat-links:before {
	font-family: "Genericons";
	content: '\f301';
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
}

.tags-links:before {
	font-family: "Genericons";
	content: '\f302';
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
}

.comments-link:before {
	font-family: "Genericons";
	content: '\f300';
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
}

.edit-link:before {
	font-family: "Genericons";
	content: '\f411';
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
}


.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.twitter-tweet {
	margin: 10px auto !important;
}

/* Read More */
a.more-link {
	border: 1px solid;
	border-color: #6b6b6b;
	border-radius: 0;
	background: #ffffff;
	color: #6b6b6b;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 5px 15px;
    width: 100px;
	text-align: center;
	-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.more-link:hover {
	border-color: #6b6b6b;
	background: #6b6b6b;
	color: #ffffff;
	-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;
}

/* 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;
	}

.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;
}

.genericon-collapse:before {
	content: '\f432';
}

/* Share */
#social-box {
	border-top: 3px dashed #f2eee9;
	font-style: normal;
	margin-top: 3.5em;
	padding: 8px 0 0 0;
}

	#social-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#social-box li {
			float: none;
			font-size: 12px;
			letter-spacing: 0.2em;
			margin: 0 auto;
			text-align: center;
			text-transform: uppercase;
			width: 50%;
		}
		
		#social-box li:last-child:after,
		#social-box li:first-child:after {
			content: normal;
		}
		
		#social-box li a {
			text-decoration: none;
		}
		
		#social-box li a:hover {
			text-decoration: underline;
		}

@media (min-width: 600px) {
	#social-box li {
		float: left;
		width: 20%;
	}
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header {
	display: none;
}

@media screen and (min-width: 1024px) {
	.archive div#masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 1em;
		-webkit-column-gap: 1em;
		column-gap: 1em;
	}
}

.archive article {
	background-color: #eeeff1;
	display: inline-block;
	margin: 0 0 1em;
	padding: 1em;
	width: 100%;
	-moz-column-width: 100%;
	-webkit-column-width: 100%;
	column-width: 100%;
}

.archive .entry-content,
.archive .entry-footer {
	display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.single-format-image .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.single-format-gallery .entry-thumbnail {
	display: none !important;
}


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

.bypostauthor {
	display: block;
}

.comments-title {
	font-size: 14px;
}

.comment-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

	.comment-list li {
		padding-top: 20px;
	}

	.comment-list a {
		text-decoration: none;
	}

.comment-body {
	border-bottom: 1px solid #f2f2f2;
}

	.comment-author img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-right: 18px;
	}

.comment-author p {
	margin: 0;
}

.comment-content {
	margin-left: 69px;
}

	.comment-content a {
		word-wrap: break-word;
	}

.comment-content p {
	margin: 10px 0 0;
}


.comment-list .children {
	list-style: none;
	margin-left: 30px;
	position: relative;
}

	.comment-list .children .depth-5 {
		padding-top: 20px;
	}

.reply {
  text-align: right;
  margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #F2EEE9;
    color: #595550;
    margin: 0 -15px;
    padding: 2em 1em;
    text-align: center;
}

@media screen and (min-width: 1024px) {
	.footer-sidebar .footer-widget {
	    float: left;
	    padding: 0px 15px;
	    width: 33.3%;
	}
}

.site-info {
	padding: 20px 0;
	text-align: center;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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 .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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 {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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: block;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Dropcap
--------------------------------------------------------------*/
.dropcap {
	float: left;
	font-size: 52px;
	font-weight: bold;
	line-height: 0.8;
	padding: 0 6px 0 0;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.column {
	float: left;
	margin-bottom: 20px;
	padding-right: 3%;
}

.last {
	margin-right: 0;
}

.half { width: 50%; }
.third { width: 33.3%; }
.two-thirds { width: 66.7%; }
.fourth { width: 25%; }
.three-fourths { width: 75%; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Recipe
--------------------------------------------------------------*/
.recipe { 
	border: 3px dashed #f2eee9;
	font-size: 16px;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 3em;
}

.recipe ul li { 
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Recipe Index
--------------------------------------------------------------*/
.recipe-index .entry-thumbnail {
	float: left;
	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: 8px;
	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; }</pre></body></html>