@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Enriqueta|PT+Mono|Berkshire+Swash|Patrick+Hand);
/*
Theme Name: Yumblog Theme (shared on wplocker.com)
Theme URI: http://upthemes.com/themes/yumblog-theme/
Description: Yumblog is a delicious blog theme that can be used for a variety of purposes, including food blogs, recipe sharing, and web journaling.
Author: UpThemes
Author URI: http://upthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: yumblog
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* Clear Styles */
.clear {
  height: 1%;
  overflow: hidden;
  clear: both;
  visibility: hidden; }

.clearboth {
  clear: both; }

.clearleft {
  clear: left; }

.clearright {
  clear: right; }

.clearfix,
#main,
nav.menu ul {
  display: inline-block; }
  .clearfix:after,
  #main:after,
  nav.menu ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

body {
  font: 16px/24px "Enriqueta"; }

h1, h2, h3, h4, h5, h6, .sf-menu {
  line-height: 1.4em;
  font-family: "Berkshire Swash", cursive;
  font-weight: bold; }

h1 {
  font-weight: normal;
  font-size: 2.6em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

h5, h6 {
  font-size: 1em; }

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

li {
  margin: 0 0 0 1.5em; }

dl {
  margin: 0 24px;
  margin: 0 1.714285714rem; }

dt {
  font-weight: bold;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

dd {
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem; }

strong {
  font-weight: bold; }

cite,
em,
i {
  font-style: italic; }

cite {
  border: none; }

big {
  font-size: 128.571429%; }

.mceContentBody blockquote {
  font-style: italic !important;
  font-weight: normal;
  margin: 0;
  padding: 24px;
  padding: 1.714285714rem; }

pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem; }

code,
kbd,
samp,
var {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2; }

abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  border: none;
  color: #333;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem; }

textarea {
  border: 1px solid #d5d2ca;
  border-radius: 3px;
  font-family: inherit;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 96%; }

code {
  font-family: "PT Mono";
  line-height: 1.2em;
  font-size: 0.9em;
  font-weight: normal; }

blockquote {
  font: italic 1em/1.4em "Enriqueta"; }

/* WordPress Styles */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin-right: 15px;
  margin-bottom: 15px; }

img.alignright {
  margin-left: 15px;
  margin-bottom: 15px; }

.wp-caption {
  text-align: center;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  max-width: 100% !important; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 !important;
  width: auto !important;
  height: auto !important; }

.wp-caption p.wp-caption-text {
  font-size: 12px;
  color: #555;
  line-height: 16px;
  padding: 10px 0;
  margin: 0;
  clear: both;
  font-style: italic; }

.gallery .gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  position: relative; }
  .gallery .gallery-item .gallery-icon {
    padding: 5px; }
    .gallery .gallery-item .gallery-icon img {
      border: none !important;
      max-width: auto !important;
      height: auto;
      display: block; }
.gallery .gallery-caption {
  line-height: 1.3em;
  font-size: .8em;
  padding: 0 5px 15px;
  overflow: hidden;
  text-align: left; }

pre {
  background-color: #333;
  color: #30CE37;
  padding: 15px;
  overflow: scroll;
  -webkit-box-shadow: inset 0 2px 60px #191919;
  -moz-box-shadow: inset 0 2px 60px #191919;
  box-shadow: inset 0 2px 60px #191919;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  pre code {
    overflow: scroll; }

code {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: .87em; }

code pre {
  display: block;
  overflow-x: scroll; }

blockquote cite {
  font-weight: bold; }

blockquote cite:before {
  content: "- "; }

blockquote p:last-child {
  margin-bottom: 0; }

body {
  color: #4f4a48;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1em 0; }

a {
  text-decoration: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
  a:hover, a:active {
    text-decoration: underline; }
  a:hover img {
    border-color: #ccc; }
  a img {
    border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0; }

h6 {
  margin-bottom: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4f4a48; }

caption {
  border-radius: 4px;
  background-color: #f2f2f2; }

blockquote {
  border-left: 5px solid #f2f2f2;
  padding-left: 30px;
  margin: 1.5em 1em 1.5em 0; }
  blockquote p {
    color: #111; }

pre {
  padding: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 580px; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

dl {
  margin-bottom: 3em; }

dt {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 1em;
  margin: 0; }

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

input[type="submit"], input.submit {
  cursor: pointer;
  background: #333;
  color: white;
  border: 1px solid #0a0a0a;
  padding: 3px;
  font-size: .9em;
  padding-left: 8px;
  padding-right: 8px; }
input[type="submit"]:active, input.submit:active {
  background: #000;
  color: #333;
  border: 1px inset #333; }
input[type="text"], input[type="email"], input[type="phone"], input[type="password"] {
  border: 1px solid #a9a9a9;
  padding: 6px; }

input:focus {
  outline: none; }

select, textarea {
  border: 1px solid #a9a9a9;
  padding: 6px; }

textarea {
  height: 160px; }

ol, ul {
  list-style: square;
  margin-bottom: 1em; }

ol li,
ul li {
  list-style: square;
  margin-left: 1.2em; }

.assistive-text {
  display: none; }

.content-wrapper img {
  max-width: 100%;
  height: auto; }

.search-form {
  position: relative; }
  .search-form label {
    font-family: "Georgia";
    color: #92b34c;
    font-weight: normal;
    font-size: 14px;
    display: inline;
    vertical-align: middle;
    position: relative;
    left: 60px;
    cursor: text;
    font-style: italic; }
    body.colors-spring .search-form label {
      color: #3da8b2; }
    body.colors-winter .search-form label {
      color: #99bbad; }
  .search-form .s {
    vertical-align: middle;
    color: white;
    font-size: .8em;
    padding: 7px 25px 7px 7px;
    text-indent: 30px;
    background: transparent;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #92b34c;
    font-family: "Georgia";
    color: #92b34c;
    font-weight: normal;
    font-size: 14px; }
    body.colors-spring .search-form .s {
      border-color: #3da8b2; }
    body.colors-winter .search-form .s {
      border-color: #99bbad; }
    body.colors-spring .search-form .s {
      color: #3da8b2; }
    body.colors-winter .search-form .s {
      color: #99bbad; }
  .search-form ::-webkit-input-placeholder {
    color: #92b34c; }
    body.colors-spring .search-form ::-webkit-input-placeholder {
      color: #3da8b2; }
    body.colors-winter .search-form ::-webkit-input-placeholder {
      color: #99bbad; }
  .search-form :-moz-placeholder {
    color: #92b34c; }
    body.colors-spring .search-form :-moz-placeholder {
      color: #3da8b2; }
    body.colors-winter .search-form :-moz-placeholder {
      color: #99bbad; }
  .search-form fieldset.hot .s {
    color: white;
    border: 1px solid #DD6126; }
  .search-form .submit-image {
    vertical-align: middle;
    position: absolute;
    width: 20px;
    height: 20px;
    text-indent: -9000px;
    display: block;
    background: url("images/btn_search_submit.png") no-repeat center center;
    top: 10px;
    left: 14px;
    border: 0;
    cursor: pointer;
    outline: 0; }

.single-attachment #content {
  width: auto; }
  .single-attachment #content .inner {
    padding: 40px 40px 50px;
    text-align: center; }
  .single-attachment #content .entry-title {
    margin-bottom: 0; }
  .single-attachment #content .entry-meta {
    margin-bottom: 1em; }
  .single-attachment #content .attachment img {
    width: 100%;
    height: auto; }
  .single-attachment #content .previous-image,
  .single-attachment #content .next-image {
    margin-bottom: .25em;
    float: left; }
    .single-attachment #content .previous-image a,
    .single-attachment #content .next-image a {
      display: inline-block;
      padding: 5px 8px;
      background-color: #d47c34;
      color: white; }
      body.colors-spring .single-attachment #content .previous-image a, body.colors-spring
      .single-attachment #content .next-image a {
        background-color: #fd8c9d; }
      body.colors-winter .single-attachment #content .previous-image a, body.colors-winter
      .single-attachment #content .next-image a {
        background-color: #984a74; }
  .single-attachment #content .navigation {
    overflow: auto; }
  .single-attachment #content .next-image {
    float: right; }

.author .archive-title {
  font-size: 1.8em; }

.author-info {
  border: 1px solid #eee;
  border-left-width: 0;
  border-right-width: 0;
  margin: 25px 0;
  padding: 25px 0;
  text-align: center;
  font-size: .9em; }
  .author-info h2 {
    font-size: 1.3em; }
  .author-info .author-avatar {
    margin-bottom: 5px; }
    .author-info .author-avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }

.sticky {
  background-color: #f9f9f9; }

.bypostauthor {
  background-color: #f9f9f9; }

@font-face {
  font-family: 'icons';
  src: url("icons/icons.eot");
  src: url("icons/icons.eot?#iefix") format("embedded-opentype"), url("icons/icons.woff") format("woff"), url("icons/icons.ttf") format("truetype"), url("icons/icons.svg#fontello-ee04a453") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  font-style: normal;
  /* font-size: 14px; */
  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center; }

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px; }

.icon-tag:before {
  content: ""; }

/* '\e70c' */
.icon-comment:before {
  content: ""; }

/* '\e718' */
.icon-user:before {
  content: "👤"; }

/* '\1f464' */
.icon-calendar:before {
  content: "📅"; }

/* '\1f4c5' */
.icon-book-open:before {
  content: "📖"; }

/* '\1f4d6' */
.icon-search:before {
  content: '🔍'; }

/* '\1f50d' */
.paging {
  padding-top: 20px;
  text-align: center; }
  .paging .page-numbers {
    padding: 6px 2px;
    height: auto; }
  .paging .next {
    float: right; }
  .paging .prev {
    float: left; }
  .paging .next,
  .paging .prev {
    padding-right: 8px;
    padding-left: 8px;
    background: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 200ms opacity linear;
    -moz-transition: 200ms opacity linear;
    -ms-transition: 200ms opacity linear;
    -o-transition: 200ms opacity linear;
    transition: 200ms opacity linear; }
    .paging .next:hover,
    .paging .prev:hover {
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

body {
  color: #444;
  background: red;
  background: #f1f1ed url("images/tan-background.jpg") repeat; }

#wrapper {
  text-align: center; }

#container,
#header .inner,
#footer .inner,
.theme_footer .inner {
  width: 100%;
  max-width: 960px; }

#header .inner,
.theme_footer .inner,
#container {
  margin: 0 auto;
  text-align: left; }

#sidebar {
  width: 32.2916667%;
  float: right; }

#main {
  background: transparent url("images/background-body.png");
  width: 100%; }

#content {
  float: left;
  width: 63.5416667%;
  margin-bottom: 40px; }
  #content .inner {
    position: relative;
    padding: 40px 0 50px 40px; }

.layout_reversed #content {
  float: right; }
.layout_reversed #sidebar {
  float: left; }
  .layout_reversed #sidebar .widget {
    margin-left: 0; }

.layout_single_column #content {
  width: 100%;
  margin: 0; }
.layout_single_column #sidebar {
  display: none; }

.hentry,
.post {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative; }

.featured-image {
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px -5px rgba(115, 96, 84, 0.1);
  -moz-box-shadow: 5px -5px rgba(115, 96, 84, 0.1);
  box-shadow: 5px -5px rgba(115, 96, 84, 0.1); }
  .featured-image img {
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 180px;
    height: 160px;
    display: block; }

.meta {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  position: relative;
  color: #aaa;
  font-size: .9em;
  overflow: hidden; }
  .meta a {
    color: #aaa; }
  .meta li {
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    float: left; }

.entry-title {
  margin-bottom: .5em; }
  .entry-title a {
    color: #d47c34;
    text-decoration: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }
    body.colors-spring .entry-title a {
      color: #fd8c9d; }
    body.colors-winter .entry-title a {
      color: #984a74; }
    .entry-title a:hover {
      color: #b06425; }
      body.colors-spring .entry-title a:hover {
        color: #fc5a72; }
      body.colors-winter .entry-title a:hover {
        color: #76395a; }

.page-template-template-full-width-php #content {
  width: 100%; }
.page-template-template-full-width-php .entry-title {
  margin-bottom: 1em; }

.archive .entry-title,
.blog .entry-title {
  margin-bottom: 0; }

.format-video h1.entry-title,
.format-link h1.entry-title,
.format-quote h1.entry-title,
.format-status h1.entry-title {
  margin-left: 0;
  font-size: 1em;
  margin-bottom: 1em; }

.format-status h1.entry-title,
.format-quote h1.entry-title {
  font-size: .8em; }

.format-status p {
  font-size: 1.3em;
  line-height: 1.3em; }

.format-quote blockquote {
  font-size: 1.4em; }

.format-link p a {
  font-size: 1.6em; }
  .format-link p a:after {
    content: " →"; }

.format-video .meta,
.format-link .meta,
.format-quote .meta,
.format-status .meta {
  width: 100%;
  margin-bottom: 15px; }
  .format-video .meta li,
  .format-link .meta li,
  .format-quote .meta li,
  .format-status .meta li {
    float: left;
    border: 0;
    padding: 0;
    margin: 0; }
    .format-video .meta li a,
    .format-link .meta li a,
    .format-quote .meta li a,
    .format-status .meta li a {
      border: 0; }
.format-video .grid_1 li,
.format-link .grid_1 li,
.format-quote .grid_1 li,
.format-status .grid_1 li {
  width: 100%; }
.format-video .grid_2 li,
.format-link .grid_2 li,
.format-quote .grid_2 li,
.format-status .grid_2 li {
  width: 50%; }
  .format-video .grid_2 li.comments,
  .format-link .grid_2 li.comments,
  .format-quote .grid_2 li.comments,
  .format-status .grid_2 li.comments {
    text-align: right; }
    .format-video .grid_2 li.comments a,
    .format-link .grid_2 li.comments a,
    .format-quote .grid_2 li.comments a,
    .format-status .grid_2 li.comments a {
      float: right;
      display: inline; }
.format-video .grid_3 li,
.format-link .grid_3 li,
.format-quote .grid_3 li,
.format-status .grid_3 li {
  width: 33%; }
.format-video .grid_4 li,
.format-link .grid_4 li,
.format-quote .grid_4 li,
.format-status .grid_4 li {
  width: 25%; }
.format-video .grid_5 li,
.format-link .grid_5 li,
.format-quote .grid_5 li,
.format-status .grid_5 li {
  width: 20%; }

.post-content {
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #222; }

.hentry .featured-image {
  background-color: #eee;
  padding: 0;
  position: relative;
  z-index: 0; }

h1.single-cat {
  border-bottom: 4px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0; }

.single h1.single-cat {
  border-bottom-width: 0;
  margin-bottom: 0; }

.has-featured-image h1 {
  display: block;
  margin: 0; }

h1 a:hover {
  border-right: 0;
  border-bottom: 0; }

.more-link {
  display: block;
  margin-top: 10px;
  font-weight: bold; }

/* Comment Styles */
.comments-title {
  font-family: Enriqueta;
  color: #d47c34;
  text-transform: uppercase; }
  body.colors-spring .comments-title {
    color: #fd8c9d; }
  body.colors-winter .comments-title {
    color: #984a74; }

.logged-in-as,
.form-allowed-tags {
  font-size: .8em;
  line-height: 1.6em;
  padding: 6px 0; }

.form-allowed-tags {
  font-weight: bold;
  font-size: 0.84em;
  color: #666666;
  margin-bottom: 1em; }

.commentlist {
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }
  .commentlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both; }

#comments,
.commentlist,
#respond {
  margin-bottom: 20px; }

textarea {
  resize: none;
  width: 100%!important; }

.commentlist #respond {
  margin-left: 0;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .commentlist #respond textarea {
    width: 100%; }
.commentlist li {
  padding: 20px 0;
  margin-bottom: 10px;
  -moz-border-radius: 4px;
  position: relative; }

.comment-meta {
  float: left;
  width: 20%; }

.comment-author {
  padding-top: 10px;
  top: 0;
  padding-right: 20px; }

.comment-author .avatar-wrap {
  border-radius: 100px;
  padding: 5px;
  border: 2px solid #92b34c;
  float: left; }
  body.colors-spring .comment-author .avatar-wrap {
    border-color: #3da8b2; }
  body.colors-winter .comment-author .avatar-wrap {
    border-color: #99bbad; }

.author-name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px; }
  .author-name a {
    color: inherit; }

.edit-link {
  text-align: center;
  margin-right: 10px;
  padding: 10px 0 0 0; }

.comment-content {
  float: right;
  width: 80%; }

.comment-author img {
  display: block;
  border-radius: 100px; }

.comment {
  overflow: hidden; }

.reply {
  font-size: 14px; }
  .reply a {
    color: #82bfb9;
    text-transform: uppercase; }
    body.colors-spring .reply a {
      color: #cdb35a; }
    body.colors-winter .reply a {
      color: #6a575b; }

.comment-date {
  font-size: 14px;
  color: #4f4a48;
  opacity: .7;
  margin-bottom: 10px;
  display: block; }

.commentlist .children {
  margin: 10px 0 0 0;
  padding: 0; }
  .commentlist .children .even {
    background: #EFF7FF; }
  .commentlist .children .comment-author {
    position: relative;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    top: auto;
    background: none; }
    .commentlist .children .comment-author img {
      display: inline;
      vertical-align: middle;
      margin-right: 5px;
      padding: 2px;
      border: 1px solid #ccc; }

#commentform input[type="text"],
#commentform textarea {
  display: block;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  color: #999;
  border: 2px solid #92b34c;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  body.colors-spring #commentform input[type="text"], body.colors-spring
  #commentform textarea {
    border-color: #3da8b2; }
  body.colors-winter #commentform input[type="text"], body.colors-winter
  #commentform textarea {
    border-color: #99bbad; }

#respond .comment-form-author,
#respond .comment-form-email {
  float: left;
  width: 48%; }
#respond .comment-form-author {
  margin-right: 4%; }
#respond input[type="text"] {
  width: 100%; }
#respond label {
  font-family: "Open Sans";
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }
#respond #reply-title {
  font-family: "Enriqueta";
  text-transform: uppercase; }
#respond .form-submit input {
  background: #82bfb9;
  padding: 15px;
  font-family: "Enriqueta";
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
  letter-spacing: 1px;
  float: right;
  -webkit-box-shadow: -5px 5px rgba(115, 96, 84, 0.1);
  -moz-box-shadow: -5px 5px rgba(115, 96, 84, 0.1);
  box-shadow: -5px 5px rgba(115, 96, 84, 0.1); }
  body.colors-spring #respond .form-submit input {
    background-color: #cdb35a; }
  body.colors-winter #respond .form-submit input {
    background-color: #6a575b; }

#header {
  position: relative;
  z-index: 900;
  text-align: center;
  padding: 0;
  margin-bottom: 10px; }
  #header #headimg {
    text-align: left;
    float: left;
    color: white;
    margin-top: 50px; }
    #header #headimg img {
      margin-bottom: 20px;
      display: block; }
    #header #headimg #title {
      font-size: 2.5em;
      font-weight: bold;
      margin: 0 0 4px; }
      #header #headimg #title a {
        -webkit-transition: 100ms all linear;
        -moz-transition: 100ms all linear;
        -ms-transition: 100ms all linear;
        -o-transition: 100ms all linear;
        transition: 100ms all linear; }
        #header #headimg #title a:hover {
          text-decoration: none;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
          opacity: 0.6; }
    #header #headimg #desc {
      display: block;
      color: #777;
      font-size: 1em;
      margin-bottom: 30px; }
  #header .search-form {
    float: right; }
    #header .search-form input {
      width: 200px;
      float: none; }

.search-form {
  text-align: left;
  vertical-align: middle;
  margin-top: 15px;
  text-align: right;
  clear: right; }
  .search-form input {
    float: left; }
  .search-form button {
    display: none!important; }
  .search-form .icon-search {
    color: #92b34c;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 20px; }
    body.colors-spring .search-form .icon-search {
      color: #3da8b2; }
    body.colors-winter .search-form .icon-search {
      color: #99bbad; }

nav.menu {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  clear: both;
  border-bottom: 1px solid #82bfb9; }
  body.colors-spring nav.menu {
    border-color: #cdb35a; }
  body.colors-winter nav.menu {
    border-color: #6a575b; }
  nav.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block; }
    nav.menu ul ul {
      display: none;
      position: absolute; }
  nav.menu li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    nav.menu li.current-menu-item a {
      background: #82bfb9;
      color: #fff!important; }
      body.colors-spring nav.menu li.current-menu-item a {
        background-color: #cdb35a; }
      body.colors-winter nav.menu li.current-menu-item a {
        background-color: #6a575b; }
      nav.menu li.current-menu-item a a:after {
        border-color: #fff; }
    nav.menu li.current-menu-item.has-sub > a:after {
      border-top-color: #fff; }
    nav.menu li.has-sub > a:after {
      content: "";
      display: block;
      position: relative;
      float: right;
      top: 8px;
      border: 5px solid transparent;
      border-top-color: #82bfb9;
      height: 0;
      width: 0;
      margin-left: 10px; }
      body.colors-spring nav.menu li.has-sub > a:after {
        border-top-color: #cdb35a; }
      body.colors-winter nav.menu li.has-sub > a:after {
        border-top-color: #6a575b; }
    nav.menu li.has-sub:hover {
      position: relative; }
      nav.menu li.has-sub:hover ul {
        display: block;
        background: #fff;
        width: 250px; }
        nav.menu li.has-sub:hover ul li {
          float: none;
          display: block; }
        nav.menu li.has-sub:hover ul a {
          line-height: 1.2em; }
  nav.menu a {
    display: block;
    font-family: "Enriqueta";
    color: #82bfb9;
    font-weight: normal;
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    position: relative; }
    body.colors-spring nav.menu a {
      color: #cdb35a; }
    body.colors-winter nav.menu a {
      color: #6a575b; }
    nav.menu a:hover {
      background: #e7f3f2;
      text-decoration: none; }
      body.colors-spring nav.menu a:hover {
        background: #f1e9cf; }
      body.colors-winter nav.menu a:hover {
        background: #b5a5a8; }

nav.secondary_menu {
  float: right;
  background: url("images/background-body.png");
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #84c0ba; }
  body.colors-spring nav.secondary_menu {
    background-bottom-color: #ceb45c; }
  body.colors-winter nav.secondary_menu {
    background-bottom-color: #6b585c; }
  nav.secondary_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0; }
    nav.secondary_menu ul ul {
      display: none;
      position: absolute; }
      nav.secondary_menu ul ul li {
        display: block; }
  nav.secondary_menu li {
    display: inline-block;
    margin: 0; }
    nav.secondary_menu li.current-menu-item a {
      color: #fff;
      background: #82bfb9; }
      body.colors-spring nav.secondary_menu li.current-menu-item a {
        background: #cdb35a; }
      body.colors-winter nav.secondary_menu li.current-menu-item a {
        background: #6a575b; }
    nav.secondary_menu li.current-menu-item.has-sub > a:after {
      border-top-color: #fff; }
    nav.secondary_menu li.has-sub > a:after {
      content: "";
      display: block;
      position: relative;
      top: 8px;
      float: right;
      border: 5px solid transparent;
      border-top-color: #82bfb9;
      height: 0;
      width: 0;
      margin-left: 7px; }
      body.colors-spring nav.secondary_menu li.has-sub > a:after {
        border-top-color: #cdb35a; }
      body.colors-winter nav.secondary_menu li.has-sub > a:after {
        border-top-color: #6a575b; }
    nav.secondary_menu li a:hover {
      background: #e7f3f2;
      text-decoration: none; }
      body.colors-spring nav.secondary_menu li a:hover {
        background: #f1e9cf; }
      body.colors-winter nav.secondary_menu li a:hover {
        background: #b5a5a8; }
    nav.secondary_menu li.has-sub:hover {
      position: static;
      z-index: 1; }
      nav.secondary_menu li.has-sub:hover ul {
        display: block;
        background: #fff;
        position: absolute;
        right: 0;
        left: 0; }
        nav.secondary_menu li.has-sub:hover ul a:hover {
          background: #e7f3f2; }
          body.colors-spring nav.secondary_menu li.has-sub:hover ul a:hover {
            background: #f1e9cf; }
          body.colors-winter nav.secondary_menu li.has-sub:hover ul a:hover {
            background: #b5a5a8; }
  nav.secondary_menu a {
    display: block;
    color: #82bfb9;
    font-size: 13px;
    padding: 5px 15px;
    text-decoration: none; }
    body.colors-spring nav.secondary_menu a {
      color: #cdb35a; }
    body.colors-winter nav.secondary_menu a {
      color: #6a575b; }

#footer {
  background: #92b34c;
  box-shadow: 0 -5px rgba(0, 0, 0, 0.07);
  border-bottom: 5px solid #7e9a41;
  color: white; }
  body.colors-spring #footer {
    background: #3da8b2; }
  body.colors-winter #footer {
    background: #99bbad; }
  body.colors-spring #footer {
    border-bottom-color: #348f97; }
  body.colors-winter #footer {
    border-bottom-color: #84ad9c; }
  #footer .inner {
    margin: 0 auto;
    text-align: left; }
  #footer .widget .widgettitle {
    font-family: "Berkshire Swash", cursive;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1em 0; }
  #footer .widget ul {
    margin: 0;
    padding: 0; }
  #footer h2 {
    font-size: 1.4em; }
  #footer .column {
    margin: 0 0 10px 0;
    padding: 0;
    width: 33%;
    float: left; }
    #footer .column > li {
      list-style: none;
      padding: 20px;
      margin: 0 0 20px 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    #footer .column ul li {
      border-color: #a8c270; }
      body.colors-spring #footer .column ul li {
        border-color: #5bbec7; }
      body.colors-winter #footer .column ul li {
        border-color: #b8cfc6; }
    #footer .column a {
      color: white;
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: 0.2s all linear;
      -moz-transition: 0.2s all linear;
      -ms-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear; }
      #footer .column a:hover {
        color: white;
        text-decoration: none; }
  #footer .url {
    padding-left: 0;
    background: none; }
  #footer .search-form label {
    color: white; }
  #footer .search-form input[type="text"] {
    border-color: white;
    color: white; }
  #footer .search-form .icon-search {
    color: white; }
  #footer .search-form ::-webkit-input-placeholder {
    color: white; }
  #footer .search-form :-moz-placeholder {
    color: white; }

.theme_footer {
  background: #82bfb9;
  color: #fff;
  text-align: left;
  padding: 20px 0; }
  body.colors-spring .theme_footer {
    background: #cdb35a; }
  body.colors-winter .theme_footer {
    background: #6a575b; }

/* Sidebar Styles */
#sidebar {
  padding: 50px 0;
  list-style: none;
  font-size: .9em; }
  #sidebar li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #sidebar ul {
    margin: 0;
    padding: 0; }
    #sidebar ul li {
      margin: 0;
      padding: 0; }
  #sidebar .widget {
    border-radius: 4px;
    margin-bottom: 20px; }
    #sidebar .widget h4.widgettitle {
      text-shadow: none;
      background: #d47c34;
      color: #fff;
      padding: 10px 10px 10px 0;
      text-indent: 15px;
      -webkit-box-shadow: 5px -5px rgba(115, 96, 84, 0.1);
      -moz-box-shadow: 5px -5px rgba(115, 96, 84, 0.1);
      box-shadow: 5px -5px rgba(115, 96, 84, 0.1);
      width: 100%;
      font-family: "Georgia";
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 1px;
      font-weight: normal; }
      body.colors-spring #sidebar .widget h4.widgettitle {
        background: #fd8c9d; }
      body.colors-winter #sidebar .widget h4.widgettitle {
        background: #984a74; }
    #sidebar .widget ul {
      margin-left: 15px; }
    #sidebar .widget .search-form fieldset {
      margin: 0;
      padding: 0;
      border: 0; }
      #sidebar .widget .search-form fieldset input[type="text"] {
        width: 80%; }
  #sidebar .outer {
    width: auto;
    position: relative;
    margin: 0;
    padding: 0; }
  #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
    font-size: 1.1em; }
  #sidebar h1 a, #sidebar h2 a, #sidebar h3 a, #sidebar h4 a, #sidebar h5 a, #sidebar h6 a {
    color: white; }

.recipe {
  font-family: "Patrick Hand", cursive;
  padding: 26px 26px;
  line-height: 26px;
  font-size: 17px;
  border: 1px solid #f0ebb3;
  background: #fcf9d6 url("images/lined_paper.png") repeat left top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .recipe * {
    line-height: 26px; }
  .recipe h2 {
    font-family: "Berkshire Swash", cursive;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 26px; }
  .recipe b {
    font-weight: bold; }
  .recipe ol,
  .recipe ol li,
  .recipe ul,
  .recipe ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .recipe ol,
  .recipe ol li,
  .recipe ul,
  .recipe p {
    margin-bottom: 26px; }

.recipe-meta,
.recipe-time-block {
  margin-bottom: 26px; }

@media only screen and (max-width:320px) {
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  #main,
  #wrapper,
  nav {
    margin: 0;
    padding: 0; }

  html,
  body {
    margin: 0;
    padding: 0; }

  #content,
  #sidebar {
    width: 100%;
    margin: 0;
    padding: 0; }

  .inner {
    padding: 0!important; }

  #main {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8); }

  #footer {
    padding: 10px 20px; }
    #footer h4.widgettitle {
      font-size: 26px!important;
      margin: 0!important; }

  #footer .column {
    width: 100%;
    margin: 0; }
    #footer .column li {
      padding: 0; }

  .theme_footer {
    padding: 10px 20px;
    font-size: 12px; }

  .featured-image {
    width: 100%;
    margin: 0 0 10px 0; }

  h4.widgettitle {
    padding: 10px 0; }

  #headimg {
    width: 100%;
    padding-top: 10px; }
    #headimg img {
      height: 60px;
      margin: 0 auto; }

  .search-form {
    display: none; }

  h1.entry-title {
    font-family: "Enriqueta"!important;
    font-size: 24px;
    margin-bottom: 10px; }

  nav.menu {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    border: 0; }
    nav.menu:after {
      content: "Scroll Up For Nav";
      text-align: center;
      display: block;
      padding: 10px 0;
      color: #82bfb9;
      font-weight: normal;
      font-size: 14px;
      padding: 7px 20px;
width:100% !important;
      text-transform: uppercase;
      position: fixed;
      top: 0;
	  
      left: 0;
      right: 0;
      background: #fff;
      border-bottom: 2px solid #92b34c; }
      body.colors-spring nav.menu:after {
        color: #cdb35a; }
      body.colors-winter nav.menu:after {
        color: #6a575b; }
      body.colors-spring nav.menu:after {
        border-bottom-color: #3da8b2; }
      body.colors-winter nav.menu:after {
        border-bottom-color: #99bbad; }
    nav.menu ul {
      position: relative;
      z-index: 1;
      background: #fff;
      border-bottom: 2px solid #92b34c; }
      body.colors-spring nav.menu ul {
        border-bottom-color: #3da8b2; }
      body.colors-winter nav.menu ul {
        border-bottom-color: #99bbad; }
    nav.menu li {
      display: block;
      width: 100%;
      float: none; }
      nav.menu li + li {
        border-top: 1px solid #82bfb9; }
        body.colors-spring nav.menu li + li {
          border-bottom-color: #cdb35a; }
        body.colors-winter nav.menu li + li {
          border-bottom-color: #6a575b; }
     
      nav.menu li a {
        text-align: center; }

  nav.secondary_menu {
    display: none; }
    textwidget strong{
 
           magin-left:0px !important;
        
}
 }