/*
Theme Name: Taste
Theme URI: http://blog.williams-sonoma.com/
Author: John Terenzio
Author URI: http://terenz.io/
Description: The successor to the Blender theme.
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taste

This theme is licensed under the GPL. This theme is derived from the Twenty Twelve Wordpress theme, which is also licensed under the GPL.
*/

/* =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, 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%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Placeholders */
::-webkit-input-placeholder {
    color: #505050;
}
:-moz-placeholder {
    color: #505050;
}
:-ms-input-placeholder {
    color: #505050;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
.clear {
  font-size: 0; /* ie7 */
  line-height: 0;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
}

/* Form fields, general styles first */
button,
input,
textarea {
  border: 1px solid #e0e0e0;
  font-family: inherit;
  font-style: italic;
  font-size: 14px;
  padding: 6px;
  letter-spacing: 1px;
  outline: none;
}
button,
input {
    line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
  font-family: "alternate-gothic-no-2-d", "nimbus-sans-condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding: 8px 10px 6px 10px
  line-height: 1;
  color: #2d2d2d;
  background-color: #e8e8e8;
  border: none;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  text-decoration: underline;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  border: none;
}
li.bypostauthor cite span {
  color: #fff;
  background-color: #1c5f3d;
  background-image: none;
  border: 1px solid #1f6f93;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
  width: 100%;
  display: block;
  margin: 0 0 24px 0;
}
table img.size-full,
table img.size-large {
  width: auto;
  margin: 0 12px 0 0;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
.author-avatar img,
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 24px 0 24px 0;
}
.nav-single {
  margin: -12px 0 0 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 14px;
  font-family: "minion-pro-display", "Cambria", "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #2d2d2d;
  letter-spacing: 1px;
  background-color: #f7f6f4;
}
a {
  outline: none;
  color: #1c5f3d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Page structure */
.site {
  padding: 0 24px;
  background-color: #fff;
}
.site-content {
  margin: 24px 0 0;
}
.widget-area {
  margin: 0;
}

/* Header */
.site-header {
  padding: 24px 0 0 0;
}
.site-header.inside {
  margin: 0 0 24px 0;
  border-bottom: 1px solid #e0e0e0;
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 {
  font-size: 24px;
  line-height: 1.285714286;
  margin-bottom: 14px;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.846153846;
  color: #757575;
}
.header-image-wrapper {
  text-align: center;
}
.header-image {
  margin: 0 0 48px 0;
  line-height: 0;
}

/* Navigation Menu */
.main-navigation {
  position: relative; /* for navsearch */
  text-align: center;
}
.main-navigation li {
  font-size: 20px;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}

.cropped-thumb {
  *position: relative;
}

/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
  margin-bottom: 24px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 12px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
}
.widget-area .widget p {
  margin-bottom: 24px;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
}
.widget-area .textwidget li {
  margin-left: 36px;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget-area .widget-house-ad {
  border: 1px solid #e0e0e0;
}

/* Footer */
footer[role="contentinfo"] {
  clear: both;
  max-width: 960px;
  font-size: 11px;
  margin: 0 0 24px 0;
  margin-left: auto;
  margin-right: auto;
}
footer[role="contentinfo"] a {
  color: #2d2d2d;
}
footer[role="contentinfo"] a:hover {
  text-decoration: underline;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 12px;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
}
.entry-header .entry-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  color: #1c5f3d;
}
.single .entry-header .entry-title {
  margin: -6px 0 0 0;
  font-size: 30px;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-title a:hover {
  text-decoration: underline;
}
.entry-header .entry-format {
  margin-top: 24px;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #2d2d2d;
}
.comments-link a:hover,
.entry-meta a:hover {
  text-decoration: underline;
}
article.sticky .featured-post {
  border-top: 4px double #e0e0e0;
  border-bottom: 4px double #e0e0e0;
  color: #757575;
  font-size: 13px;
  line-height: 3.692307692;
  margin-bottom: 24px;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  padding: 24px;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #e0e0e0;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.714285714;
  margin: 24px 0;
  overflow: auto;
  padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
}
img.alignleft {
  margin: 12px 24px 12px 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
}
img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  margin: 24px 0;
}
.entry-content td,
.comment-content td {
  padding: 6px 10px 6px 0;
}
.site-content article {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.site-content article.page,
.site-content article.no-results,
.site-content article.not-found {
  border: none;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  font-size: 13px;
  color: #2d2d2d;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
  color: #757575;
  font-size: 12px;
  line-height: 2;
  margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-style: italic;
}
.comments-area article {
  margin: 24px 0;
  padding: 0 0 12px 0;
}
.comments-area article header {
  margin: 0 0 12px;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 64px;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.42857143;
}
.comments-area article header time {
  text-decoration: none;
  font-size: 12px;
  color: #2d2d2d;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #1c5f3d;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
}
.reply {
  margin: 6px 0 0 0;
  color: #1c5f3d;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #1c5f3e;
  font-size: 13px;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #1c5f3d;
}
.comments-list .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
}

/* Comment form */
#respond {
  margin-top: 24px;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
#respond form {
  margin: 24px 0;
}
#respond form p {
  margin: 11px 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
}
#respond form label {
  display: block;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #1c5f3d;
}
.template-front-page .widget-area .widget-text img {
  float: left;
  margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
  margin-left: 12px;
}
.widget-rss li {
  margin: 12px 0;
}
.widget-recent_entries .post-date,
.widget-rss .rss-date {
  color: #aaa;
  font-size: 11px;
  margin-left: 12px;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}
.widget-search label {
  display: block;
  font-size: 13px;
  line-height: 1.846153846;
}

.top-navigation,
.widget-title,
.entry-top-category a,
#respond h3#reply-title {
  font-family: "alternate-gothic-no-2-d", "nimbus-sans-condensed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #2d2d2d;
  text-transform: uppercase;
}

.entry-top-category {
  margin: 0 0 3px 0;
}

.widget-subtitle {
  margin: -12px 0 6px 0;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}

/* Top Navigation Menu */
.top-navigation {
  margin: 0 0 24px 0;
}
.top-navigation li {
  display: inline-block;
  margin: 0 16px 0 0;
  white-space: nowrap;
  *zoom: 1;
  *display: inline;
}
.top-navigation a {
  color: #2d2d2d;
  text-decoration: none;
}
.top-navigation a:hover {
  text-decoration: underline;
}

.blogroll li {
  margin: 0 0 12px 0;
}
.blogroll li a {
  color: #2d2d2d;
}

/* Nav Search */

.main-navigation .search {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.main-navigation .search input {
  width: 170px;
  padding: 2px 4px;
  background: url(images/search.png) no-repeat 158px 4px;
}

.sidebar-search {
  padding: 12px;
  background: url(images/stripes.png);
  text-align: center;
}
.sidebar-search input {
  width: 226px;
  padding: 2px 4px;
  background: #fff url(images/search.png) no-repeat 216px 4px;
}

.homepage-header {
  margin: 0 0 24px 0;
  font-size: 20px;
  font-weight: normal;
  color: #2d2d2d;
  line-height: 1;
  border-bottom: 1px solid #e0e0e0;
}

.content-header {
  margin: 0 0 16px 0;
  font-size: 32px;
  font-weight: normal;
  color: #2d2d2d;
  line-height: 1;
  font-style: italic;
}

.entry-categories {
  margin: 0 0 12px 0;
  font-style: italic;
  display: none;
}
.single .entry-categories {
  margin: 12px 0 0 0;
  font-style: normal;
}
.single .entry-categories a {
  color: #2d2d2d;
  font-size: 15px;
}
.single .comments-link {
  margin: 0 0 12px 0;
  color: #2d2d2d;
  font-size: 15px;
}

.entry-multi-thumb,
.entry-multi-wrapper {
  float: left;
}
.entry-multi-thumb {
  width: 200px;
  margin: 0 24px 0 0;
}
.entry-multi-wrapper {
  width: 428px;
}

#nav-below {
  margin: -12px 0 12px 0;
}
#nav-below.paginated {
  text-align: center;
}

/* Related/Popular Posts */
.related-posts {
  margin: 0 0 24px 0;
}
.related-posts .content-header {
  border: none;
  color: #7aac2d;
  margin: 0 0 12px 0;
  font-size: 20px;
}
.related-posts .post {
  float: left;
  margin: 0 24px 0 0;
  max-width: 172px;
  text-align: center;
}
.related-posts .post a {
  color: #2d2d2d;
}
.related-posts .post.edge {
    margin: 0 0 24px 0;
}
.related-posts .cropped-thumb {
  margin: 0 0 6px 0;
}

/* carousel */

.carousel-wrapper {
  position: relative;
  margin: 0 0 24px 0;
}
.carousel-wrapper .btn {
  display: none;
  position: absolute;
  top: 130px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #2d2d2d;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.85;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
}
.carousel-wrapper .btn.prev {
  left: -3px;
}
.carousel-wrapper .btn.next {
  right: -3px;
}
.carousel {
  max-width: 100%;
  overflow: hidden;
  *position: relative;
}
.carousel ul {
  list-style: none;
  width: 10000px;
}
.carousel ul li {
  float: left;
  position: relative;
  margin: 0 24px 0 0;
  border: 1px solid #e0e0e0;
}
.carousel ul li .carousel-caption {
  width: 278px;
  height: 64px;
  padding: 12px;
  overflow: hidden;
  text-align: center;
}
.carousel ul li .carousel-caption .carousel-title {
  max-height: 46px;
  overflow: hidden;
  line-height: 1.1;
}
.carousel ul li .carousel-caption .carousel-title a {
  font-size: 20px;
  color: #1c5f3d;
}

.widget-archive select {
  position: relative;
  left: -4px;
}
.widget-twitter .tweets .tweet {
  margin: 0 0 12px 0;
  line-height: 1.285714286;
}
.widget-twitter .tweets .tweet abbr {
  display: block;
  margin: 3px 0 0 0;
  font-size: 11px;
  color: #505050;
}

.widget-instagram .slides {
  position: relative;
  width: 258px;
  height: 304px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  -moz-box-shadow: 0px 0px 5px 1px #e0e0e0;
  -webkit-box-shadow: 0px 0px 5px 1px #e0e0e0;
  box-shadow: 0px 0px 5px 1px #e0e0e0;
}
.widget-instagram .slides a {
  position: absolute;
  top: 0;
  left: 260px;
  width: 258px;
  height: 258px;
}
.widget-instagram .slides a .text {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  color: #2d2d2d;
  font-size: 13px;
  margin: -4px 0 0 0;
  padding: 0 9px 9px 9px;
}
.widget-instagram .slides .text:hover {
  text-decoration: underline;
}
.widget-instagram .slides img {
  width: 240px;
  height: 240px;
  margin: 9px;
  padding: 0;
}

.recipe {
  float: left;
  width: 222px;
  height: 258px;
  margin: 0 24px 16px 0;
  text-align: center;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recipe.edge {
  margin: 0 0 12px 0;
}
.recipe .cropped-thumb {
  margin: 0 0 6px 0;
}
.recipe a {
  color: #2d2d2d;
}

.addthis {
  min-height: 50px;
  margin: -36px 0 0 0;
  padding: 0 0 0 280px;
  position: relative;
  left: 40px;
}
.addthis .addthis_default_style a {
  height: 28px;
  overflow: hidden;
}
.addthis a.addthis_button_pinterest_pinit {
  width: 90px;
  margin: 0 3px 0 0;
}
.addthis a.addthis_button_facebook_like {
  width: 83px;
  max-width: 83px;
}
.addthis a.addthis_button_tweet {
  width: 84px;
  max-width: 84px;
}
.addthis a.addthis_button_google_plusone {
  width: 83px;
  max-width: 83px;
}
.addthis_16x16_style {
  padding: 0 0 0 274px;
  max-height: 22px;
  overflow: hidden;
}

.social a.icon {
  display: inline-block;
  width: 28px;
  height: 27px;
  background-image: url(images/social.png);
  background-repeat: no-repeat;
}
.social a.pinterest {
  background-position: 2px center;
}
.social a.facebook {
  background-position: -28px center;
}
.social a.twitter {
  background-position: -60px center;
}
.social a.youtube {
  background-position: -97px center;
}
.social a.google {
  background-position: -133px center;
}
.social a.instagram {
  background-position: -170px center;
}
.social a.tumblr {
  background-position: -204px center;
}
.social a.rss {
  background-position: -231px center;
}
.social .rss-wrapper {
  margin: 6px 0 0 0;
}
.social .rss-wrapper a {
  color: #2d2d2d;
}
.social .rss-wrapper a.rss {
  position: relative;
  top: 2px;
}

.widget-area .widget-jetpack {
  margin: -12px 0 24px 0;
}
.widget-area .widget-jetpack h2 {
  display: none;
}
.widget-area .widget-jetpack p {
  line-height: 18px;
  margin: 0 0 6px 0;
}

.slideshow {
  margin: 0 0 12px 0;
}
.slideshow .slideshow-slide-container {
  position: relative;
  width: 652px;
  overflow: hidden;
}
.slideshow .slideshow-slide-container .slideshow-slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 652px;
  text-align: center;
}
.slideshow .slideshow-slide-container .slideshow-slide img {
  width: 652px;
  cursor: pointer;
}
.slideshow .slideshow-thumb-container,
.slideshow .slideshow-thumb-container img {
  line-height: 0;
}
.slideshow .slideshow-thumb-container .slideshow-thumb {
  display: inline-block;
  width: 92px;
  height: 92px;
  margin: 12px 6px 0 6px;
  border: 2px solid transparent;
  cursor: pointer;
}
.slideshow .slideshow-thumb-container .slideshow-thumb.current {
  border-color: #1c5f3d;
}

.wpcf7 textarea {
  width: 100%;
}

.site {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  padding: 0 48px;
}
.site-content {
  float: left;
  width: 652px;
  margin: 0 48px 0 0;
}
.site-content.recipes {
  width: 100%;
  margin: 0;
}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
  width: 100%;
}
.widget-area {
  float: left;
  width: 260px;
}
.site-header h1,
.site-header h2 {
  text-align: left;
}
.site-header h1 {
  font-size: 26px;
  line-height: 1.846153846;
  margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: inline-block !important;
  text-align: left;
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
  display: inline-block;
  text-decoration: none;
  *zoom: 1;
  *display: inline;
}
.main-navigation li a {
  border-bottom: 0;
  color: #2d2d2d;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-navigation #menu-main-menu > li {
  padding: 0 0 12px 0;
}
.main-navigation #menu-main-menu > li > ul {
}
.main-navigation li {
  margin: 0 24px 0 0;
  position: relative;
}
.main-navigation li ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.main-navigation li ul li {
  margin: 0;
}
.main-navigation li ul ul {
  top: -1px;
  left: 100%;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation li ul li a {
  background: #fff;
  opacity: 0.88;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=88);
  border-bottom: 1px solid #e0e0e0;
  display: block;
  font-size: 16px;
  font-style: italic;
  padding: 8px 10px;
  width: 180px;
  white-space: normal;
  text-transform: none;
}
.main-navigation li ul li a:hover {
  opacity: 1.00;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  color: #1c5f3d;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
  color: #1c5f3d;
  font-weight: bold;
}
.menu-toggle {
  display: none;
}
.entry-header .entry-title {
  font-size: 26px;
}
#respond form input[type="text"] {
  width: 46.333333333%;
}
#respond form textarea.blog-textarea {
  width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
  overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
  float: left;
  width: 47.916666667%;
}
.entry-page-image {
  float: right;
  margin-bottom: 0;
  width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
  float: left;
  width: 51.875%;
  margin-bottom: 24px;
}
.template-front-page .widget-area .widget:nth-child(odd) {
  clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
  float: right;
  width: 39.0625%;
  margin: 0 0 24px;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
  float: none;
  width: auto;
}
.comments-list .children {
  margin-left: 48px;
}

/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    text-align: left;
  }
  .site-header.inside {
    border: none;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .addthis,
  .carousel-wrapper,
  .top-navigation,
  .author-avatar,
  #respond,
  .comments-list .comment-edit-link,
  .comments-list .reply,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }

  /* Comments */
  .comments-list > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .comments-list .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
  }
  .related-posts {
    display: none;
  }