/*
Theme Name: PB Tomato
Theme URI: http://tomato.pixelboom.net/
Author: PixelBoom
Author URI: http://www.pixelboom.net/
Description: A Food & Lifestyle Blog Theme for WordPress.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: pb-tomato
*/
/**
 * Table of Contents
 *
 * # Reset
 * # Global
 * # Plugins
 * # Header
 * # Navigations
 * # Main
 * # Content
 * # Widgets
 * # Comments
 * # Footer
 * # Media Queries
 * # Misc.
 */
 
/*
 * # Reset
 *
 *  Resetting and rebuilding styles have been helped along thanks to the fine
 *  work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 *-------------------------------------------------------------------------*/
*,
*:hover,
*:focus,
*:active {
    outline: none;
    outline-style: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
address,
cite,
dfn,
em,
i {
    font-style: italic;
}
mark,
ins {
    background: #FFA;
    text-decoration: none;
}
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre,
code {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
legend {
    white-space: normal;
}
button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
hr {
    background-color: #CCC;
    border: 0;
    height: 1px;
}
embed,
iframe,
object,
video {
    max-width: 100%;
}
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}
img {
    width: auto;
    height: auto;
}

/*-------------------------------------------------------------------------*
 *	# Global
 *-------------------------------------------------------------------------*/
body {
    background-color: #f4f4f4;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body, button, input, select, textarea {
    color: #312e30;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-family: "Crimson Text", serif;
    line-height: 1.6;
}
a {
    color: #ff9900;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6, b, strong {
    color: #1a2525;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
p ~ h1, p ~ h2, p ~ h3, p ~ h4, p ~ h5, p ~ h6 {
    margin-top: 32px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
table,
th,
td {
    border: 1px solid #eeeeee;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 25px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th,
td {
    border-width: 0 1px 1px 0;
    padding: 5px;
}
del {
    color: #aaaaaa;
}
hr {
    background-color: #eeeeee;
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
p,
pre,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery,
.wp-audio-shortcode,
.wp-video-shortcode,
img.alignnone {
    margin-bottom: 24px;
}
p:last-child {
    margin-bottom: 0;
}
p img.alignnone:last-child {
    margin-bottom: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    background-color: #f8f8f8;
    display: inline-block;
    padding: 6px 8px;
    line-height: 1.5;
    border: 0;
    width: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background-color: #f5f5f5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
textarea {
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #1a2525;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.5;
    border: 0;
    width: auto;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #ff9900;
    color: #fff;
}
select {
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.5;
    border: 1px solid #eeeeee;
    width: auto;
}
.search-form {
    margin-bottom: 0;
    position: relative;
}
.search-form .search-field {
    width: 100%;
    padding-left: 14px;
    padding-right: 35px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.search-form .search-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background: none;
    color: #312e30;
    font-size: 16px;
}
.search-form .search-submit .icon {
    display: block;
}
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
[hidden],
.hide {
    display: none;
}
.sticky,
.bypostauthor {}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 8px 24px 8px 0;
}
.wp-caption.alignleft {
    margin: 8px 14px 8px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 8px 0 8px 24px;
}
.wp-caption.alignright {
    margin: 8px 0 8px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 8px;
    margin-bottom: 8px;
}
.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
    position: relative;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.gallery-caption,
.wp-caption-text {
    color: #aaaaaa;
    font-style: italic;
    font-size: 0.875em;
    margin-top: 4px;
}
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption,
.gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-3 .wp-caption-text,
.gallery-columns-4 .wp-caption-text,
.gallery-columns-5 .wp-caption-text,
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
    display: none;
}
.gallery-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
}
.gallery-item img {
    width: 100%;
    *width: auto;
    height: auto;
    padding: 1px;
}
.gallery-columns-1 {
    margin-bottom: 12px;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-bottom: 12px;
}
.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%;
}
.mejs-poster {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.required {
    color: red;
}
.gallery:before,
.gallery:after,
.wp-audio-shortcode:before,
.wp-audio-shortcode:after,
.wp-video-shortcode:before,
.wp-video-shortcode:after,
.navigation:before,
.navigation:after,
.clearfix:before,
.row:before,
.container:before,
.null-instagram-feed ul:before,
.comment-content:before,
.clearfix:after,
.row:after,
.container:after,
.null-instagram-feed ul:after,
.comment-content:after {
    content: "";
    display: table;
}
.gallery:after,
.wp-audio-shortcode:after,
.wp-video-shortcode:after,
.navigation:after,
.clearfix:after,
.row:after,
.container:after,
.null-instagram-feed ul:after,
.comment-content:after {
    clear: both;
}
.row {
    width: 100%;
}
.container {
    margin: 0 auto;
    position: relative;
    width: 1080px;
}

/*!
 * Common Classes.
 */
.site-title a:hover,
.featured-content .owl-prev:hover,
.featured-content .owl-next:hover,
.entry-title a:hover,
.author-box .author-bio-name h4 a:hover,
.featured-item .cat-links a:hover,
.featured-item .entry-title a:hover,
.pb-posts-widget .item-thumb:hover,
.null-instagram-feed ul li a:hover,
.pb-social-widget ul li a:hover,
.comment-reply-title a:hover,
.site-footer .widget p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topbar,
.post-navigation,
.pagination .page-numbers,
.menu-toggle,
.page-header,
.page-title,
.page-content,
.not-found,
.grid-col,
.hentry,
.author-box,
.related-posts,
.widget,
.widget_search .search-form .search-field,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.comment-area {
    background-color: #FFF;
}

/*!
 * Google Fonts.
 */
body,
button,
input,
select,
textarea {
    font-family: "Crimson Text", serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.search-form .search-field,
#infinite-handle,
.mc4wp-form input[type="submit"],
.wpcf7-form input[type="submit"],
.site-navigation,
.post-navigation,
.comment-navigation,
.pagination,
.page-links,
.cat-links,
.more-link,
.tag-links,
.pb-recipe-print-button button,
.recipe-index p a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.tagcloud,
.pb-posts-widget .item-inner span,
.comment-form .form-submit input,
.comment-body .reply {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.title-area,
.page-title,
.entry-title,
.pb-recipe-details {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.related-posts h3,
.pb-recipe-box-title,
.recipe-index h3,
.widget-title,
.comment-title,
.comment-reply-title,
.site-footer .widget p a {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------*
 *	# Plugins
 *-------------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-wrapper,
.owl-carousel.owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*!
 * JetPack.
 */
#infinite-handle span {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    background-color: #fff;
    color: #aaaaaa;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.1em;
}
#infinite-handle span:hover {
    background-color: #ff9900;
    color: #fff;
}
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
    text-transform: uppercase;
}
div.sharedaddy h3.sd-title {
    font-family: "Reenie Beanie" !important;
    font-size: 18px !important;
    margin-bottom: 0.5em !important;
    color: #ff9900;
    font-style: italic;
}
div.sharedaddy h3.sd-title:before {
    display: none !important;
}
.entry-summary .sharedaddy .sd-content ul,
.entry-content .sharedaddy .sd-content ul {
    margin-bottom: 0 !important;
}

/*!
 * MailChimp for WordPress.
 */
.widget_mc4wp_form_widget {
    padding-bottom: 18px !important;
}
.mc4wp-form {
    margin-bottom: 0;
}
.mc4wp-form p {
    margin: 12px 0;
}
.mc4wp-form label {
    display: block;
    font-style: italic;
    margin-bottom: 6px;
    text-align: center;
}
.mc4wp-form input[type="email"],
.mc4wp-form input[type="text"],
.mc4wp-form input[type="url"],
.mc4wp-form input[type="submit"] {
    font-style: italic;
    width: 100%;
}
.mc4wp-form input[type="submit"] {
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*!
 * Contact Form 7
 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-form p {
    margin: 14px 0;
    font-style: italic;
}
.wpcf7-form p:first-child {
    margin-top: 0;
}
.wpcf7-form p:nth-child {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 5px;
}
.wpcf7-form input[type="submit"] {
    padding: 12px 18px;
}

/*-------------------------------------------------------------------------*
 *	# Header
 *-------------------------------------------------------------------------*/
.topbar {
    margin: 0;
    position: relative;
    z-index: 100009;
    padding: 6px 0 4px;
}
.top-social {
    float: right;
    margin-right: -6px;
    font-size: 14px;
}
.top-social ul {
    list-style: none;
    margin: 0;
}
.top-social ul li {
    display: inline-block;
}
.top-social ul li a {
    color: #312e30;
    display: block;
    padding: 0 6px;
    line-height: 42px;
}
.top-social ul li a:hover {
    color: #ff9900;
}
.site-header {
    display: block;
}
.title-area {
    display: block;
    text-align: center;
    padding: 56px 0;
}
.site-title {
    font-size: 1.5em;
    margin: 0;
}
.site-title a {
    color: #ff9900;
}
.site-title img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*-------------------------------------------------------------------------*
 *	# Navigations
 *-------------------------------------------------------------------------*/
.site-navigation {
    float: left;
    margin-left: -15px;
}
.site-navigation ul {
    list-style: none;
    margin: 0;
}
.site-navigation ul li {
    display: inline-block;
    position: relative;
}
.site-navigation ul li a {
    color: #312e30;
    display: block;
    padding: 0 15px;
    line-height: 42px;
}
.site-navigation ul li a:hover {
    color: #ff9900;
}
.site-navigation ul li:hover > ul {
    display: block;
}
.site-navigation ul ul {
    background-color: #282828;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    padding: 9px 0;
    min-width: 168px;
    font-size: 0.9em;
    z-index: 100005;
}
.site-navigation ul ul li {
    display: block;
    width: 100%;
}
.site-navigation ul ul li a {
    color: #fff;
    padding: 6px 20px;
    line-height: 18px;
    white-space: nowrap;
}
.site-navigation ul ul li a:hover {
    color: #999;
}
.site-navigation ul ul ul {
    top: 0 !important;
    left: 100% !important;
    text-align: left !important;
    font-size: 1em !important;
    margin: 0 !important;
}
.site-navigation ul ul ul li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.site-navigation > ul > li.menu-item-has-children > a:after {
    content: "\e907";
    font-family: "pb-tomato";
    font-size: 6px;
    margin-left: 2px;
}
.site-navigation > ul > li.menu-item-has-children > ul:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: 35px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #282828;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.site-preview .site-navigation > ul > li.menu-item-has-children > ul:before {
    display: none;
}
.topbar-center .site-navigation {
    float: none;
    margin: auto;
    text-align: center;
}
.topbar-center .site-navigation ul ul {
    width: 172px;
    margin-left: -86px;
    left: 50%;
    padding: 7px 0;
    text-align: center;
}
.topbar-center .site-navigation ul ul li a {
    white-space: normal;
    padding: 6px;
}
.topbar-center .site-navigation > ul > li.menu-item-has-children > ul:before {
    left: 50%;
    margin-left: -5px;
}
.post-navigation {
    display: block;
    margin: 0;
    border-top: 1px solid #f0f0f0;
}
.post-navigation .nav-previous {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}
.post-navigation .nav-previous a {
    color: #aaaaaa;
    display: block;
    padding: 12px 12px 12px 40px;
}
.post-navigation .nav-previous a:hover {
    color: #ff9900;
}
.post-navigation .nav-next {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
}
.post-navigation .nav-next a {
    color: #aaaaaa;
    display: block;
    padding: 12px 40px 12px 12px;
}
.post-navigation .nav-next a:hover {
    color: #ff9900;
}
.comment-navigation {
    display: block;
    margin: 30px 0;
}
.comment-navigation .nav-previous {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}
.comment-navigation .nav-previous a {
    color: #aaaaaa;
    display: block;
}
.comment-navigation .nav-previous a:hover {
    color: #ff9900;
}
.comment-navigation .nav-next {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
}
.comment-navigation .nav-next a {
    color: #aaaaaa;
    display: block;
}
.comment-navigation .nav-next a:hover {
    color: #ff9900;
}
.pagination {
    text-align: center;
    line-height: 1;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 11px 12px 10px;
    margin-left: 2px;
    margin-right: 2px;
}
.pagination .dots,
.pagination .current {
    background: none;
    color: #312e30;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.pagination a {
    color: #aaaaaa;
}
.pagination a:hover {
    background-color: #ff9900;
    color: #fff;
}
.pagination .next {
    float: right;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.pagination .prev {
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.page-links {
    display: block;
    margin: 20px 0;
    color: #ff9900;
}
.page-links a {
    background-color: #312e30;
    color: #fff !important;
    display: inline-block;
    margin: 0 2px;
    padding: 3px 9px;
}
.menu-toggle {
    color: #312e30;
    position: fixed;
    display: none;
    z-index: 100010;
    top: 0;
    right: 0;
    width: 2.6em;
    height: 2.2em;
    text-align: center;
    font-size: 1.2em;
}
.menu-toggle .icon {
    display: block;
    line-height: 2.2em;
}
.menu-toggle:hover {
    color: #ff9900;
}
.pushed .menu-toggle .icon:before {
    content: "\e902";
}
.admin-bar .menu-toggle {
    top: 32px;
}
.back-to-top {
    color: #312e30;
    display: none;
    position: fixed;
    z-index: 100008;
    bottom: 18px;
    right: 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 38px;
    line-height: 1;
}
.back-to-top:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*-------------------------------------------------------------------------*
 *	# Main
 *-------------------------------------------------------------------------*/
.site-main {
    display: block;
    margin: 0 0 120px;
    min-height: 60vh;
}
.content-area {
    display: block;
    float: left;
    width: 740px;
}
.left-sidebar .content-area {
    float: right;
}
.full-width .content-area {
    float: none;
    width: 100%;
}
.widget-area {
    display: block;
    float: right;
    width: 300px;
}
.left-sidebar .widget-area {
    float: left;
}
.full-width .widget-area {
    display: none;
}
.page-header {
    margin: 0 0 40px;
    padding: 20px 40px;
}
.page-title {
    text-align: center;
}
.page-title span {
    display: block;
    font-size: 0.7em;
    line-height: 1.4;
}
.page-title span span {
    display: inline-block;
    font-size: 1em;
}
.taxonomy-description {
    position: relative;
    margin: 12px 0 0;
    padding: 18px 0 0;
}
.taxonomy-description:before {
    width: 24px;
    border-top: 1px solid #aaaaaa;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0;
}
.taxonomy-description p {
    margin: 0 0 12px;
}
.not-found {
    padding: 35px 40px;
    min-height: 350px;
}
.not-found .page-header {
    padding: 0;
    margin: 0;
}
.not-found .page-content {
    margin: 20px 0 0;
    text-align: center;
    padding-top: 12px;
    position: relative;
}
.not-found .page-content p {
    margin: 12px 0;
}
.not-found .page-content:before {
    content: "";
    display: inline-block;
    left: 50%;
    width: 24px;
    margin-left: -12px;
    border-top: 1px solid #aaaaaa;
    position: absolute;
    top: 0;
}
.not-found .search-form {
    width: 60%;
    max-width: 460px;
    margin: auto;
}
.error-404 .page-title span {
    font-size: 3em;
}
.featured-content {
    display: block;
    margin-bottom: 40px;
    position: relative;
}
.featured-content .owl-prev,
.featured-content .owl-next {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -18px;
    line-height: 1;
    z-index: 6;
}
.featured-content .owl-prev .icon,
.featured-content .owl-next .icon {
    display: block;
    line-height: 32px;
}
.featured-content .owl-next {
    right: 28px;
}
.featured-content .owl-prev {
    left: 28px;
}
.grid-wrapper {
    list-style: none;
    margin: 0;
}
.grid-col {
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 40px 0;
    width: 354px;
}
.grid-col:nth-of-type(2n+2) {
    margin-right: 0;
}

/*-------------------------------------------------------------------------*
 *	# Content
 *-------------------------------------------------------------------------*/
.hentry {
    display: block;
    position: relative;
}
.entry-wrap {
    padding: 35px 40px;
}
.featured-image {
    position: relative;
}
.featured-image img {
    width: 100%;
    height: auto;
}
.featured-image a,
.thumb-link {
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.entry-header {
    display: block;
    text-align: center;
}
.cat-links {
    margin: 0 0 12px;
}
.cat-links a {
    color: #ff9900;
    display: inline-block;
    position: relative;
}
.cat-links a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eeeeee;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cat-links a:hover:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cat-links span {
    color: #aaaaaa;
    margin-left: 4px;
    margin-right: 4px;
}
.entry-title {
    margin: 0 0 20px;
}
.entry-title,
.entry-title a {
    color: #1a2525;
}
.entry-content a,
.comment-content a,
.widget-text a,
.pb-about-widget .about-text a {
    color: #ff9900;
}
.entry-content a:hover,
.comment-content a:hover,
.widget-text a:hover,
.pb-about-widget .about-text a:hover {
    text-decoration: underline;
}
.entry-content blockquote,
.comment-content blockquote,
.widget-text blockquote,
.pb-about-widget .about-text blockquote {
    color: #aaaaaa;
    margin-left: 24px;
    padding-left: 30px;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.4;
    position: relative;
}
.entry-content blockquote:before,
.comment-content blockquote:before,
.widget-text blockquote:before,
.pb-about-widget .about-text blockquote:before {
    content: "\e914";
    font-family: "pb-tomato";
    color: #eeeeee;
    position: absolute;
    line-height: 1;
    top: 0;
    left: 0;
    font-size: 1.1em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.widget-text h1,
.widget-text h2,
.widget-text h3,
.widget-text h4,
.widget-text h5,
.widget-text h6,
.pb-about-widget .about-text h1,
.pb-about-widget .about-text h2,
.pb-about-widget .about-text h3,
.pb-about-widget .about-text h4,
.pb-about-widget .about-text h5,
.pb-about-widget .about-text h6 {
    margin-bottom: 8px;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol,
.widget-text ul,
.widget-text ol,
.pb-about-widget .about-text ul,
.pb-about-widget .about-text ol {
    margin: 0 0 30px 24px;
}
.entry-content ul,
.comment-content ul,
.widget-text ul,
.pb-about-widget .about-text ul {
    list-style: disc;
}
.entry-content ol,
.comment-content ol,
.widget-text ol,
.pb-about-widget .about-text ol {
    list-style: decimal;
}
.entry-content pre,
.comment-content pre,
.widget-text pre,
.pb-about-widget .about-text pre {
    margin: 24px;
    margin-right: 0;
    color: #aaaaaa;
}
.more-link {
    display: block;
    margin: 24px 0 0;
    text-align: center;
    text-decoration: none !important;
}
.more-link span {
    color: #aaaaaa;
    display: inline-block;
    padding: 5px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.more-link:hover > span,
.more-link span:hover {
    color: #ff9900;
}
.tag-links {
    margin: 24px 0 0;
    display: block;
}
.tag-links a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.85em;
    color: #888888;
    background-color: #f5f5f5;
    margin: 0 2px 2px 0;
}
.tag-links a:hover {
    background-color: #ff9900;
    color: #fff;
}
.post-password-form {
    margin-bottom: 48px;
}
.author-box {
    border-top: 1px solid #f0f0f0;
    margin: 0;
    padding: 35px 40px;
}
.author-box .author-icon {
    float: left;
    width: 88px;
    margin: 0 -100% 0 0;
}
.author-box .author-icon img {
    width: 100%;
    height: auto;
}
.author-box .author-icon,
.author-box .author-icon img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.author-box .author-bio {
    float: left;
    margin: 0 0 0 110px;
}
.author-box .author-bio p {
    margin: 8px 0 0;
}
.author-box .author-bio-name h4 {
    display: inline-block;
    font-size: 17px;
}
.author-box .author-bio-name h4,
.author-box .author-bio-name h4 a {
    color: #1a2525;
}
.author-box .author-bio-name .post-date {
    color: #aaaaaa;
    font-size: 0.9em;
    font-style: italic;
}
.author-box .author-bio-name .post-date span {
    margin: 0 8px 0 7px;
}
.author-box .social-links {
    list-style: none;
    margin: 12px 0 0;
    font-size: 14px;
}
.author-box .social-links li {
    display: inline-block;
}
.author-box .social-links li a {
    color: #aaaaaa;
    padding-right: 8px;
}
.author-box .social-links li a:hover {
    color: #ff9900;
}
.no-avatars .author-box .author-bio,
.no-avatars .author-box .author-icon {
    float: none;
    margin: 0;
}
.related-posts {
    margin: 40px 0 0;
    padding: 25px 20px 15px;
    text-align: center;
}
.related-posts h3 {
    position: relative;
    padding: 0 0 13px;
    margin: 0 0 17px;
}
.related-posts h3:after {
    content: "";
    display: inline-block;
    width: 24px;
    border-top: 1px solid #aaaaaa;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.related-posts ul {
    list-style: none;
    margin: 0;
}
.related-posts ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    width: 33.33333%;
}
.related-posts h4 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
}
.related-posts h4 a {
    color: #312e30;
}
.related-posts h4 a:hover {
    color: #ff9900;
}
.loop {
    margin: 0 0 40px;
}
.grid-item {
    margin: 0;
}
.grid-item .entry-wrap {
    padding: 22px 26px 26px;
}
.grid-item .entry-title {
    margin: 0;
    line-height: 1;
}
.grid-item .entry-title a {
    display: block;
    line-height: 1.4;
    font-size: 0.75em;
}
.grid-item .cat-links a {
    color: #aaaaaa;
}
.grid-item .cat-links a:hover {
    color: #ff9900;
}
.list-item {
    padding-left: 240px;
    min-height: 340px;
    position: relative;
}
.list-item .featured-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: inherit;
    width: 240px;
}
.list-item .featured-image a {
    width: 100%;
    height: 100%;
}
.list-item .featured-image a img {
    display: none;
}
.list-item .entry-header {
    padding-top: 10px;
}
.list-item .entry-title {
    line-height: 1;
}
.list-item .entry-title a {
    display: block;
    font-size: 0.85em;
    line-height: 1.4;
}
.featured-item {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    width: 100%;
    height: 520px;
    position: relative;
}
.owl-item .featured-item {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.featured-item .feat-hover {
    background-color: rgba(0, 0, 0, 0.2);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.featured-item .feat-inner {
    max-width: 75%;
    margin: auto;
    padding-top: 1.2em;
}
.featured-item .cat-links {
    margin-bottom: 20px;
}
.featured-item .cat-links a {
    background-color: #fff;
    color: #312e30;
    display: inline-block;
    padding: 4px 7px 3px;
    margin-left: 2px;
    margin-right: 2px;
}
.featured-item .cat-links a:after {
    content: none;
}
.featured-item .cat-links span {
    display: none;
}
.featured-item .entry-title {
    margin: 0;
}
.featured-item .entry-title a {
    font-size: 1.15em;
    color: #fff;
}

/*!
 * Recipe Card.
 */
.pb-recipe {
    border: 1px solid #eeeeee;
    padding: 0 1.75em;
    margin: 2em 0;
}
.pb-recipe-details,
.pb-recipe-ingredients,
.pb-recipe-instructions,
.pb-recipe-notes {
    display: block;
    margin: 1.75em 0;
}
.pb-recipe-title {
    font-size: 0.85em;
    color: #1a2525;
}
ul.pb-recipe-meta {
    color: #aaaaaa;
    margin: 0;
    display: flex;
    font-size: 9px;
    font-weight: 400;
    padding: 8px 15px 10px 17px;
    border-bottom: 1px solid #eeeeee;
}
ul.pb-recipe-meta li {
    flex: 1;
}
.pb-recipe-box-title {
    line-height: 20px;
    color: #312e30;
}
.pb-recipe-ingredients .pb-recipe-box-content,
.pb-recipe-instructions .pb-recipe-box-content,
.pb-recipe-notes .pb-recipe-box-content {
    color: #312e30;
}
.pb-recipe-ingredients .pb-recipe-box-content ul {
    list-style: circle;
    margin-left: 0;
    padding-left: 1.5em;
    font-style: italic;
    font-size: 1.05em;
}
.pb-recipe-instructions .pb-recipe-box-content ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: pb-recipe;
}
.pb-recipe-instructions .pb-recipe-box-content ol li {
    margin-bottom: 1em;
    padding-left: 34px;
    position: relative;
}
.pb-recipe-instructions .pb-recipe-box-content ol li p {
    margin-bottom: 1em;
}
.pb-recipe-instructions .pb-recipe-box-content ol li:last-child {
    margin-bottom: 0;
}
.pb-recipe-instructions .pb-recipe-box-content ol li:last-child p:last-child {
    margin-bottom: 0;
}
.pb-recipe-instructions .pb-recipe-box-content ol li:before {
    content: counter(pb-recipe);
    counter-increment: pb-recipe;
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0.9em;
}
.pb-recipe-notes .pb-recipe-box-title {
    margin-bottom: 0;
}
.pb-recipe-print-button {
    margin-bottom: 1.75em !important;
    text-align: right;
}
.pb-recipe-print-button button {
    background-color: #1a2525;
    color: #fff;
}
.pb-recipe-print-button button:hover {
    background-color: #ff9900;
    color: #fff;
}
.pb-recipe-print-button button:before {
    content: "\e922";
    font-family: 'pb-tomato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    float: left;
    margin-right: 5px;
}

/*!
 * Recipe Index.
 */
.recipe-index {
    display: block;
    margin: 40px 0 0;
}
.recipe-index h3 {
    margin: 0 0 15px;
    position: relative;
    color: #1a2525;
}
.recipe-index h3 span {
    background-color: #fff;
    font-size: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}
.recipe-index h3:after {
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    border-top: 1px solid #eeeeee;
    z-index: 1;
    top: 50%;
    position: absolute;
}
.recipe-index ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recipe-index ul li {
    display: block;
    float: left;
    margin-bottom: 28px;
    margin-right: 3%;
    width: 22.74999975%;
    text-align: center;
}
.recipe-index ul li:nth-of-type(4n+4) {
    margin-right: 0;
}
.recipe-index .thumb-link {
    margin-bottom: 10px;
}
.recipe-index h5 {
    font-size: 15px;
    font-weight: 400;
}
.full-width .recipe-index h5 {
    font-size: 17px;
}
.recipe-index h5,
.recipe-index h5 a {
    color: #312e30;
}
.recipe-index h5 a:hover {
    color: #ff9900;
}
.recipe-index p {
    margin-bottom: 20px;
    text-align: center;
}
.recipe-index p a {
    color: #aaaaaa;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.recipe-index p a:hover {
    text-decoration: none;
    color: #ff9900;
}
.recipe-3-columns ul li {
    width: 30.99999966666667%;
    margin-right: 3.5%;
}
.recipe-3-columns ul li:nth-of-type(3n+3) {
    margin-right: 0;
}
.recipe-3-columns ul li:nth-of-type(4n+4) {
    margin-right: 3%;
}
.recipe-3-columns h5 {
    font-size: 17px;
}
.full-width .recipe-3-columns h5 {
    font-size: 19px;
}

/*-------------------------------------------------------------------------*
 *	# Widgets
 *-------------------------------------------------------------------------*/
.widget {
    display: block;
    margin: 0 0 40px 0;
    padding: 25px;
    position: relative;
}
.widget a {
    color: #312e30;
}
.widget a:hover {
    color: #ff9900;
}
.widget ol,
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ol li,
.widget ul li {
    margin-top: 6px;
    margin-bottom: 6px;
}
.widget select {
    width: 100%;
}
.widget-title {
    display: block;
    margin: 0 0 18px;
    text-align: center;
    position: relative;
}
.widget-title:after {
    content: "";
    width: 24px;
    display: block;
    border-bottom: 1px solid #aaaaaa;
    margin: 10px auto 0;
}
.widget_search {
    background: none;
    padding: 0 !important;
}
.widget_search .widget-title {
    display: none;
}
.widget_search .search-form {
    width: 100%;
}
.widget_search .search-form .search-field {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.widget_archive,
.widget_nav_menu,
.widget_categories {
    background: none;
    padding: 0 !important;
}
.widget_archive .widget-title,
.widget_nav_menu .widget-title,
.widget_categories .widget-title {
    display: none;
}
.widget_archive ul,
.widget_nav_menu ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
    list-style: none;
}
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a {
    color: #312e30;
    display: block;
    padding: 10px;
}
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover {
    background-color: #f8f8f8;
    color: #312e30;
}
.widget_pages ul li,
.widget_recent_entries ul li {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eeeeee;
}
.widget_pages ul li a,
.widget_recent_entries ul li a {
    display: block;
    font-style: italic;
}
.widget_pages ul li span,
.widget_recent_entries ul li span {
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #aaaaaa;
}
.widget_pages ul li:last-child,
.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget_tag_cloud {
    background: none;
    padding: 0 !important;
}
.widget_tag_cloud .widget-title {
    display: none;
}
.tagcloud a {
    display: block;
    float: left;
    padding: 4px 8px;
    font-size: 9px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    background-color: #fff;
    margin: 0 5px 5px 0;
}
.tagcloud a:hover {
    background-color: #ff9900;
    color: #fff;
    text-decoration: none;
}
#wp-calendar caption {
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 5px;
}
.pb-about-widget {
    padding: 0 !important;
}
.pb-about-widget .about-image,
.pb-about-widget .about-image img {
    width: 100%;
    height: auto;
}
.pb-about-widget .about-wrapper {
    padding: 25px;
}
.pb-about-widget .about-signature {
    margin: 14px auto;
    max-width: 80%;
    text-align: center;
}
.pb-about-widget .about-signature img {
    height: auto;
}
.pb-about-widget .social-links {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.pb-about-widget .social-links li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
.pb-about-widget .social-links li a {
    color: #aaaaaa;
    display: block;
    padding-left: 6px;
    padding-right: 6px;
}
.pb-about-widget .social-links li a:hover {
    color: #ff9900;
    text-decoration: none;
}
.pb-ad-widget,
.pb-video-widget {
    background: none;
    padding: 0 !important;
}
.pb-posts-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pb-posts-widget ul li {
    display: block;
    width: 100%;
    padding: 8px 0 15px 90px;
    position: relative;
    margin-bottom: 24px;
    min-height: 80px;
}
.pb-posts-widget ul li:last-child {
    margin-bottom: 0;
}
.pb-posts-widget .item-thumb {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.pb-posts-widget .item-inner h5 {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
}
.pb-posts-widget .item-inner h5 a {
    color: #312e30;
    display: block;
}
.pb-posts-widget .item-inner h5 a:hover {
    color: #ff9900;
}
.pb-posts-widget .item-inner span {
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 5px 0 0;
    display: block;
    font-size: 9px;
}
.null-instagram-feed ul {
    list-style: none;
    margin: 0 0 0 -2px;
    padding: 0;
}
.null-instagram-feed ul li {
    display: block;
    float: left;
    width: 33.33333%;
    padding: 2px;
    border: 0;
    margin: 0;
}
.null-instagram-feed ul li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.null-instagram-feed ul li:nth-child(4n) {
    width: 66.66667%;
}
.null-instagram-feed ul li:nth-child(8n) {
    width: 33.33333%;
}
.null-instagram-feed p {
    display: block;
    margin: 10px 0 -10px;
    font-style: italic;
    text-align: right;
}
.pb-social-widget ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.pb-social-widget ul li {
    display: inline-block;
    width: 12.5%;
    text-align: center;
}
.pb-social-widget ul li a {
    background-color: #eeeeee;
    color: #fff;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pb-social-widget ul li a .icon {
    display: block;
    line-height: 26px;
}
.pb-social-widget ul li a:hover {
    color: #fff;
}
.pb-social-widget .facebook-logo a {
    background-color: #3b5998;
}
.pb-social-widget .google-plus-logo a {
    background-color: #dd4b39;
}
.pb-social-widget .twitter-logo a {
    background-color: #55acee;
}
.pb-social-widget .pinterest-logo a {
    background-color: #bd081c;
}
.pb-social-widget .linkedin-logo a {
    background-color: #0077b5;
}
.pb-social-widget .instagram-logo a {
    background-color: #405de6;
}
.pb-social-widget .bloglovin-logo a {
    background-color: #202222;
}
.pb-social-widget .dribbble-logo a {
    background-color: #ea4c89;
}
.widget_latest_tweets_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_latest_tweets_widget ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}
.widget_latest_tweets_widget ul li:last-child {
    margin-bottom: 0;
}
.widget_latest_tweets_widget ul li p {
    margin: 5px 0;
}
.widget_latest_tweets_widget ul li p a {
    color: #ff9900;
}
.widget_latest_tweets_widget ul li p a:hover {
    text-decoration: underline;
}
.widget_latest_tweets_widget ul li:before {
    color: #55acee;
    content: "\e91d";
    font-family: 'PB-Tomato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -5px;
    font-size: 16px;
}
.widget_latest_tweets_widget .tweet-details {
    font-size: 12px;
    text-transform: uppercase;
}
.widget_latest_tweets_widget .tweet-details,
.widget_latest_tweets_widget .tweet-details a {
    color: #aaaaaa;
}

/*-------------------------------------------------------------------------*
 *	# Comments
 *-------------------------------------------------------------------------*/
.comment-area {
    display: block;
    margin: 40px 0;
    padding: 36px 40px 20px;
    position: relative;
}
.comment-title {
    text-align: center;
    padding: 0 0 13px;
    margin: 0 0 17px;
    position: relative;
}
.comment-title:after {
    content: "";
    display: inline-block;
    width: 24px;
    border-top: 1px solid #aaaaaa;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.comment-reply-title a {
    padding: 2px 6px;
    background-color: #1a2525;
    color: #fff;
}
.no-comments,
.must-log-in,
.logged-in-as,
.comment-notes {
    margin: 6px 0 12px;
    font-style: italic;
    font-size: 0.925em;
}
.no-comments,
.no-comments a,
.must-log-in,
.must-log-in a,
.logged-in-as,
.logged-in-as a,
.comment-notes,
.comment-notes a {
    color: #aaaaaa;
}
.no-comments a:hover,
.must-log-in a:hover,
.logged-in-as a:hover,
.comment-notes a:hover {
    color: #ff9900;
    text-decoration: underline;
}
.must-log-in a {
    color: #ff9900;
}
.comment-form {
    margin-bottom: 0;
}
.comment-form p {
    margin-bottom: 18px;
}
.comment-form .logged-in-as,
.comment-form .comment-notes {
    margin: 12px 0 6px;
    font-style: italic;
    font-size: 0.925em;
}
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-form .comment-notes,
.comment-form .comment-notes a {
    color: #aaaaaa;
}
.comment-form .logged-in-as a:hover,
.comment-form .comment-notes a:hover {
    color: #ff9900;
    text-decoration: underline;
}
.comment-form .form-submit input {
    display: inline-block;
    padding: 9px 14px 8px;
}
.comment .comment-form {
    margin-bottom: 40px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    font-style: italic;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}
.comment-form-comment label {
    display: none;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list .children {
    list-style: none;
    margin: 0 0 0 62px;
    padding: 0;
}
.comment-body {
    display: block;
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 1px solid #f0f0f0;
}
.comment-body .reply {
    margin: 12px 0 0;
    display: block;
}
.comment-body .reply a {
    color: #aaaaaa;
    font-size: 0.9em;
}
.comment-body .reply a:hover {
    color: #ff9900;
}
.comment-meta {
    margin: 0 0 16px;
}
.no-avatars .comment-meta {
    margin-bottom: 10px;
}
.comment-author,
.comment-author a {
    color: #1a2525;
}
.comment-author a:hover {
    color: #ff9900;
}
.comment-author img,
.comment-author .avatar {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
}
.comment-metadata {
    font-size: 0.925em;
    font-style: italic;
}
.comment-metadata,
.comment-metadata a {
    color: #aaaaaa;
}
.comment-metadata a:hover {
    text-decoration: underline;
}
.comment-content {
    margin: 16px 0 0;
}
.no-avatars .comment-content {
    margin-top: 10px;
}
.comment-awaiting-moderation {
    margin: 25px 0 25px 62px;
    font-style: italic;
    color: #ff9900;
}
.pingback a {
    font-style: italic;
    color: #312e30;
}
.pingback a:hover {
    color: #ff9900;
    text-decoration: none;
}

/*-------------------------------------------------------------------------*
 *	# Footer
 *-------------------------------------------------------------------------*/
.site-footer {
    display: block;
    margin-top: 80px;
}
.site-footer .widget {
    background: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}
.site-footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-footer .widget ul li {
    display: inline-block;
    padding: 0;
    float: none;
    width: 16.66667%;
}
.site-footer .widget p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -16px;
    text-align: center;
}
.site-footer .widget p a {
    display: inline-block;
    padding: 5px 12px;
    text-align: center;
    background-color: #FFF;
    color: #1a2525;
    font-style: normal;
}
.site-footer .widget p a:hover {
    text-decoration: none;
}
.site-info {
    padding: 18px 28px 34px;
    text-align: center;
}
.site-info p {
    margin: 12px 0 0;
}
.site-info,
.site-info a {
    color: #312e30;
}
.site-info a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------*
 *	# Media Queries
 *-------------------------------------------------------------------------*/
@media only screen and (max-width: 1139px) {
    .container {
        width: 940px;
    }
    .site-navigation {
        margin-left: -12px;
    }
    .site-navigation ul li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .content-area {
        width: 630px;
    }
    .widget-area {
        width: 280px;
    }
    .grid-col {
        width: 300px;
        margin-right: 26px;
    }
    .list-item {
        padding-left: 200px;
        min-height: 280px;
    }
    .list-item .featured-image {
        width: 200px;
    }
    .featured-item {
        height: 452px;
    }
}
@media only screen and (max-width: 979px) {
    .container {
        width: 740px;
    }
    .topbar {
        display: none;
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -300px;
        left: inherit;
        padding: 40px 30px;
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-align: left !important;
    }
    .topbar .container {
        width: auto;
    }
    .admin-bar .topbar {
        top: 32px;
    }
    .topbar .site-navigation {
        float: none;
        margin: auto;
        clear: both;
        display: block;
    }
    .topbar .site-navigation ul {
        text-align: left !important;
    }
    .topbar .site-navigation ul li {
        display: block;
        width: 100%;
    }
    .topbar .site-navigation ul li a {
        line-height: 3.4em;
        padding: 0;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .topbar .site-navigation ul li a:hover {
        color: inherit;
    }
    .topbar .site-navigation ul ul {
        background: none !important;
        padding: 0;
        position: static;
        margin-left: 20px;
        width: auto;
        display: block;
        text-align: left;
    }
    .topbar .site-navigation ul ul li a {
        padding: 0;
        color: inherit !important;
    }
    .topbar .site-navigation ul ul li a:hover {
        color: inherit !important;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .topbar .site-navigation ul a:after,
    .topbar .site-navigation ul:before {
        content: none !important;
    }
    .topbar .site-navigation ul li.hide-on-mobile {
        display: none !important;
    }
    .topbar .top-social {
        display: block;
        margin: 30px 0 0;
        float: none;
        text-align: center;
    }
    .topbar .top-social ul li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .menu-toggle {
        display: block;
    }
    .pushed {
        margin-left: -300px;
        margin-right: 300px;
    }
    .pushed .topbar {
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .back-to-top {
        display: none !important;
    }
    .site-main {
        margin-bottom: 0;
    }
    .content-area {
        width: 100%;
        float: none;
        margin-bottom: 120px;
    }
    .featured-content {
        width: 100% !important;
        max-width: 920px;
    }
    .widget-area {
        width: 100%;
        float: none;
        margin-bottom: 120px;
    }
    .widget-area .widget {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .widget-area .widget:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .grid-col {
        width: 354px;
        margin-right: 28px;
    }
    .list-item {
        padding-left: 240px;
        min-height: 340px;
    }
    .list-item .featured-image {
        width: 240px;
    }
    .featured-item {
        height: 360px;
    }
    .featured-item .feat-inner {
        padding-top: 0;
    }
    .site-footer .container {
        width: 100% !important;
    }
}
@media only screen and (max-width: 782px) {
    .admin-bar .menu-toggle {
        top: 46px;
    }
    .admin-bar .topbar {
        top: 46px;
    }
}
@media only screen and (max-width: 779px) {
    .container {
        width: 88%;
    }
    .post-navigation .nav-previous a {
        padding-left: 24px;
    }
    .post-navigation .nav-next a {
        padding-right: 24px;
    }
    .page-header,
    .not-found {
        padding-left: 24px;
        padding-right: 24px;
    }
    .featured-content .owl-next {
        right: 0.5em;
        font-size: 24px;
    }
    .featured-content .owl-prev {
        left: 0.5em;
        font-size: 24px;
    }
    .grid-col {
        width: 48%;
        margin-right: 3%;
    }
    .entry-wrap,
    .grid-item .entry-wrap {
        padding: 24px;
    }
    .author-box {
        padding: 24px;
    }
    .author-box .author-icon {
        display: none;
    }
    .author-box .author-bio {
        float: none;
        margin-left: 0;
    }
    .related-posts {
        padding: 18px 12px 16px;
    }
    .related-posts ul li {
        width: 50%;
    }
    .related-posts .item-3 {
        display: none;
    }
    .list-item {
        min-height: 260px;
        padding-left: 33%;
    }
    .list-item .featured-image {
        width: 33%;
    }
    .featured-item {
        height: 280px;
    }
    .recipe-4-columns ul li {
        width: 30.99999966666667%;
        margin-right: 3.5%;
    }
    .recipe-4-columns ul li:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .recipe-4-columns ul li:nth-of-type(4n+4) {
        margin-right: 3.5%;
    }
    .widget {
        padding: 20px;
    }
    .pb-about-widget .about-wrapper {
        padding: 20px;
    }
    .pb-posts-widget ul li {
        padding-left: 36%;
        min-height: 60px;
    }
    .pb-posts-widget .item-thumb {
        width: 30%;
    }
    .comment-area {
        padding: 20px 24px;
    }
    .site-footer .widget ul li {
        width: 25%;
    }
    .site-footer .widget ul li:nth-of-type(9n),
    .site-footer .widget ul li:nth-of-type(10n),
    .site-footer .widget ul li:nth-of-type(11n),
    .site-footer .widget ul li:nth-of-type(12n) {
        display: none !important;
    }
    .pb-recipe-print-button {
        display: none !important;
    }
}
@media only screen and (max-width: 479px) {
    .container {
        max-width: 350px;
    }
    .site-title img {
        max-width: 75vw;
    }
    .featured-content {
        width: 100%;
        max-width: 100%;
    }
    .grid-col {
        width: 100%;
        margin-right: 0;
    }
    .featured-item {
        height: 240px;
    }
    .list-item {
        padding-left: 0;
    }
    .list-item .featured-image {
        position: static;
        width: 100%;
        display: block;
    }
    .list-item .featured-image a {
        background: none !important;
    }
    .list-item .featured-image a img {
        display: block;
        width: 100%;
        height: auto;
    }
    .list-item .entry-header {
        padding-top: 0;
    }
    .recipe-4-columns ul li,
    .recipe-3-columns ul li {
        width: 47% !important;
        margin-right: 5.8% !important;
    }
    .recipe-4-columns ul li:nth-of-type(2n+2),
    .recipe-3-columns ul li:nth-of-type(2n+2) {
        margin-right: 0 !important;
    }
    .widget-area .widget {
        display: block;
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .comment-author img,
    .comment-author .avatar {
        display: none;
    }
    .site-footer .container {
        width: 100%;
        max-width: 100%;
    }
    .site-footer .widget ul li {
        width: 33.33333%;
    }
    .site-footer .widget ul li:nth-of-type(7n),
    .site-footer .widget ul li:nth-of-type(8n),
    .site-footer .widget ul li:nth-of-type(9n),
    .site-footer .widget ul li:nth-of-type(10n),
    .site-footer .widget ul li:nth-of-type(11n),
    .site-footer .widget ul li:nth-of-type(12n) {
        display: none !important;
    }
}

/*-------------------------------------------------------------------------*
 *	# Misc.
 *-------------------------------------------------------------------------*/
.search-field::-webkit-input-placeholder {
    color: inherit !important;
}
.search-field::-moz-placeholder {
    color: inherit !important;
}
.search-field:-ms-input-placeholder {
    color: inherit !important;
}
.search-field:-moz-placeholder {
    color: inherit !important;
}