/*
Theme Name:     Magnolia Premade Theme Customized for Omnivore's Cookbook
Description:    Premade Self-hosted WordPress Template by White Oak Creative
Author:         White Oak Creative
Author URI:     http://whiteoakcreative.com/
Template:       twentytwelve
Version:        4.0
Tags:           custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/
@import url("../twentytwelve/style.css");

/* =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: '';
}

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%;
}

a:focus {
    outline: thin dotted;
}

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: #4a4a4a;
}

ins {
    background: transparent;
    text-decoration: none;
}

hr {
    background-color: #4a4a4a;
    border: 0;
    height: 1px;
    margin: 10px;
}

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;
}

/* 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: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.entry-content th,
.comment-content th {
    font-size: 11px;
    line-height: 2;
    font-weight: normal;
    text-transform: uppercase;
    color: #4a4a4a;
    text-align: left;
}

/* 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;
    line-height: 2;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #fafafa;
    border-radius: 0px;
    font-family: inherit;
    padding: 10px 6px;
}

select {
    max-width: 100%;
    width: 100%;
    height: 40px;
    padding: 5px;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4a4a4a;
    letter-spacing: 1px;
    border: 1px solid #fafafa;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #ffffff url('images/arrow.png') no-repeat 95% center;
}

button,
input {
    line-height: normal;
}

input {
    border-radius: 0px;
    text-align: center;
}

.form-allowed-tags {
    display: none;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

.contact-form label {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/* 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;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #ffffff;
    background-color: #4a4a4a;
    background-image: none;
    border: 1px solid #4a4a4a;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
}

.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 {
    color: #ffffff;
    background-color: #8e4657;
    background-image: none;
    transition: all .8s ease 0s;
    border: 1px solid #8e4657;
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #ffffff;
    background-color: #4a4a4a;
    background-image: none;
    border: 0px;
    box-shadow: none;
}

.bypostauthor cite span {
    color: #ffffff;
    background-color: #8e4657;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
}

/* Search */
#searchsubmit {
    display: none;
}

#searchform input#s, .search-bar input {
    background-image: url('images/search.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    max-width: 288px;
    width: 100%;
    height: 40px;
    padding: 0px;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4a4a4a;
    border: 1px solid #fafafa;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: left;
    text-indent: 5px;
}

.searchbar {
    clear: both;
    background: #FFFFFF;
    min-width: 300px;
    max-width: 1060px;
    width: 100%;
    position: absolute;
    color: #FFFFFF;
    z-index: 7000;
    text-align: center;
    padding: 15px 0px;
    display: none;
    font-family: 'Lato', sans-serif;
    right: 0px;

}

.searchbar input {
    width: 95%;
    background: transparent;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0px;
    font-family: 'Lato', sans-serif;
}

/* 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 */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* remove fancy borders */
    border-radius: 0px;
    box-shadow: none;
}

.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px 0px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: normal;
    font-size: 12px;
    line-height: 2;
    color: #4a4a4a;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    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%;
}

.nav-below, #nav-below, .custom-pagination {
    display: block;
    margin: 50px 0px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
}

.page-numbers.current {
    background: #FFFFFF;
    padding: 5px 10px;
    font-weight: 700;
}

a.page-numbers, a.page-numbers:visited {
    margin: 0 3px;
    color: #4a4a4a;
}

.nav-single + .comments-area,
#comment-nav-above {
    margin: 24px 0 0 0;
}

.nav-single .nav-previous, .nav-single .nav-next {
    font-size: 14px;
    line-height: 1.5;
}

#comment-nav-below {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-single {
    display: none;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 100%;
}

body {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility;
    color: #4a4a4a;
    font-weight: 400;
    background: #fafafa;
}

body.custom-font-enabled {
    font-family: 'Lato', sans-serif;
}

a, a:visited {
    outline: none;
    color: #8e4657;
    text-decoration: none;
}

a:hover, a:visited:hover {
    color: #a18087;
}

::-moz-selection {
    background-color: #a18087;
    color: #ffffff;
}

::selection {
    background-color: #a18087;
    color: #ffffff;
}

a:active, a:focus {
    outline: none;
}

/* Page structure */
.site {
    padding: 0 10px;
    background-color: #fafafa;
}

.site-content {
    margin: 0;
}

.widget-area {
    margin: 0;
}

/* Header */
.site-header {
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 1;
    padding: 0px;
}

.site-header img {
    height: 100px;
    width: auto;
}

.site-header h1,
.site-header h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.site-header h1 a,
.site-header h2 a {
    color: #4a4a4a;
    display: block;
    text-decoration: none;
    font-weight: 400;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #ababab;
}

.site-header h1 {
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    margin: 0px;
    font-weight: 400;
    padding: 0px;
    line-height: 3.25;

}

.site-header h2 {
    font-weight: normal;
    font-size: 21px;
    line-height: 1.5;
    color: #ababab;
}

.header-image {
    margin: 0px auto;
}

/* Navigation Menu */
.main-navigation {
    position: fixed;
    background: #ffffff;
    z-index: 50;
    min-width: 200px;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
    border-bottom: 2px solid #fafafa;
}

#woc-menu {
    max-width: 1060px;
    min-width: 200px;
    margin: 0 auto;
    display: block;
}

#violet-menu {
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 2;
}

#violet-menu a {
    color: #4a4a4a;
}

.menu-main-menu-container {
    display: inline-block;
}

.main-navigation li {
    margin-top: 0px;
    font-size: 12px;
}

.main-navigation a {
    color: #4a4a4a;
}

.main-navigation a:hover, .main-navigation a:focus {
    color: #ababab;
}

.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;
}

/*Secondary Menu*/
#sec-nav.main-navigation {
    display: block;
    width: 100%;
    padding: 70px 0px 0px;
    position: static;
    border-bottom: 0px;

}

#sec-menu {
    max-width: 1060px;
    margin: 0 auto
}

#sec-menu li {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#sec-menu .cr {
    line-height: 7.3;
}

#sec-nav.main-navigation li a {
font-size: 15px!important;

}

/*Lightboxes*/
#cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    display: none;
}

.lightbox {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .6);
    display: none;
    cursor: alias;
    overflow: scroll;
    padding: 50px 0px;
}

.lightbox-inner {
    width: 100%;
    z-index: 1001;
    cursor: default;
}

.lightbox .lightbox-inner {
    width: 500px;
    position: relative;
    top: 100px;
    background: #a18087;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#search .lightbox-inner form {
    padding: 20px 0px;
}

#search.lightbox form input[type="text"] {
    background: rgba(255, 255, 255, .75);
    color: #FFFFFF;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    outline: 0;
    max-width: 270px;
    height: 35px;
    display: block;
    padding: 0px;
    line-height: 1;
    margin: 10px auto;
    width: 250px;
}

#search.lightbox form input[type="submit"] {
    border-radius: 0px;
    border: 0px;
    height: 40px;
    line-height: 1;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    outline: 0;
    transition: all .8s ease 0s;
    margin: 0 auto;
    width: 125px;
    background: #8e4657;
}

.lightbox a, .lightbox a:visited {
    color: #fafafa;
}

.lightbox a:hover, .lightbox a:visited:hover {
    color: #FFFFFF;
}

.lightbox h6 {
    line-height: 1.25;
    margin-bottom: 20px;
    font-size: 24px !important;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    font-weight: 400;
}

/*Drawer*/
.mobile-navigation #violet-menu {
    padding: 0px 20px 0px 0px;
}

#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    background: #a18087;
    color: #FFFFFF;
    z-index: 999999999999;
    padding: 20px;
    display: none;
}

#close-drawer {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

#cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    display: none;
}

#drawer a {
    color: #4a4a4a;
    font-weight: 700;
}

#drawer a:hover {
    color: #ababab;
}

#drawer ul {
    list-style-type: none;
}

#drawer ul li {
    display: block;
    text-align: left;
    padding: 0px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

#drawer a, #drawer .social-menu li a::before {
    color: #FFFFFF;
}

#drawer a:hover, #drawer .social-menu li:hover a::before {
    color: #8e4657;
}

.drawer-inner {
    opacity: 0;
    transition: opacity 100ms ease;
    padding: 30px;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

#drawer .menu-social-links-container {
    margin: 10px 0px;
    display: block;
    text-align: left;
}

#drawer .menu-social-links-container ul li {
    display: inline-block;
    padding: 0px !important;
    margin: 0px 4px 0px 0px !important;
}

.mobile-search {
    display: block;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

a.lightbox-link.cf {
    font-family: 'Montserrat', sans-serif;
}

footer.entry-meta li {
    display: inline-block;
    padding: 0 5px;
    line-height: 1.5;
}

footer.entry-meta li:after {
    display: none;
}

footer.entry-meta .cr {
    height: 20px;
    vertical-align: middle;
    margin: 5px 0px 0px;
}

iframe.YUMMLY-YUM-IFRAME {
    display: block;
    margin: 5px 0px 0px;
}

/* Social Menu */
.menu-social-links-container {
    display: inline-block;
    margin-left: 20px;
}

.social-menu li a::before {
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1;
}

.social-menu li a {
    font-family: "FontAwesome";
    font-weight: 100;
}

.social-menu li {
    margin: 0px 5px !important;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li a::before {
    color: #4a4a4a;
    font-size: 14px;
}

.social-menu li a[href*="behance.net"]::before {
    content: "\f1b4";
}

.social-menu li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.social-menu li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.social-menu li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-menu li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.social-menu li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-menu li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-menu li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.social-menu li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.social-menu li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.social-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-menu li a[href*="vimeo.com"]::before {
    content: "\f27d";
}

.social-menu li a[href*="wordpress.org"]::before,
.social-menu li a[href*="wordpress.com"]::before {
    content: "\x19a";
}

.social-menu li a[href*="youtube.com"]::before {
    content: "\f167";
}

.social-menu li a[href$="/feed/"]::before,
.social-menu li a[href$="/feed"]::before,
.social-menu li a[href*="feedly.com"]::before,
.social-menu li a[href*="?feed=rss2"]::before {
    content: "\f09e";
}

.social-menu li a[href*="bloglovin.com"]::before {
    content: "\f004";
}

.social-menu li a[href*="eepurl.com"]::before {
    content: "\f0e0";
}

.social-menu li:hover {
    background: none;
}

.social-menu li:hover a::before {
    color: #8e4657;
}

/* Sidebar */
.widget-area .widget {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    margin: 0 10px 20px 10px;
    padding: 30px;
    background: #ffffff;
}

.widget-title {
    font-size: 13px;
    color: #4a4a4a;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.widget-area .widget h3 {
    margin-bottom: 10px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    line-height: 1.6;
    text-transform: lowercase;
    text-align: center;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.widget-area .widget p {
    margin: 5px auto;
    text-transform: lowercase;
    text-align: center;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 4px 10px 4px;
}

.widget-area .textwidget li, .widget-area .widget li {
    display: block;
    text-align: center;
    width: 100%;
    margin: 2px auto;
}

.widget-area .textwidget li a, .widget-area .textwidget li a:visited, .widget-area .widget a, .widget-area .widget a:visited {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 400;
}

.widget-area .textwidget li a:hover, .widget-area .textwidget li a:visited:hover, .widget-area .widget a:hover, .widget-area .widget a:visited:hover {
    color: #8e4657;
}

#subscribe-email input {
    padding: 10px !important;
    text-align: center;
}

.widget-area #s {
    display: block !important;
    border: 1px solid #fafafa;
    padding: 0px;
    text-align: center;
    margin: 5px auto;
    color: #4a4a4a;
}

.widget-area input {
    margin: 5px auto;
    max-width: 220px;
    min-width: 100px;
    width: 90%;
    display: block;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
}

.widget-area .button {
    color: #FFFFFF;
}

.widget-area .widget ul ul {
    margin-left: 12px;
}

.widget_rss li {
    margin: 12px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    display: block;
    text-align: center;
    color: #4a4a4a;
    font-size: 10px;
    padding: 2px 0;
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.846153846;
    color: #4a4a4a;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}

.wpp-thumbnail {
    display: block !important;
    float: none !important;
    margin: 5px auto !important;
    border: none !important;
}

.wpp-post-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 0px auto 15px;
}

/* Upperfooter */
#footerwidget {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0px;
    margin: 0px auto;
}

.footerwidget {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footerwidget .widget {
    width: 100%;
    text-align: center;
}

.footerwidget .widget-title {
    display: none;
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    background: #FFFFFF;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 2;
    margin: 0px auto;
    text-align: center;
    border: none;
    padding: 0px;
    max-width: 100%;
    border-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.site-info {
    min-width: 200px;
    max-width: 1060px;
    padding: 20px 0px;
    margin: 0 auto;
    width: 100%;
    clear: both;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;

}

footer[role="contentinfo"] a, .site-info a {
    color: #4a4a4a;
    font-weight: 400;
}

footer[role="contentinfo"] a:hover, .whiteoak a:hover {
    color: #8e4657;
}

.site-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    color: #8e4657;
    font-weight: 400;
}

.site-info li {
    display: inline-block;
}

.site-info li, .menu-footer-menu-container li, .menu-footer-menu-container {
    display: inline-block;
}

.site-info li:before, .menu-footer-menu-container li:before {
    content: '\00B7';
    padding: 0 3px 0px 0px;
}

.site-info li:first-child:before {
    display: none;
}

.menu-footer-menu-container li:first-child:before {
    content: '\00B7' !important;
    padding: 0 5px !important;
    display: inherit !important;
}

a.back-to-top {
    margin: -50px auto 0px;
    color: #8e4657;
    display: block;
    font-size: 21px;
}

img#wpstats {
    display: none;
}

/* =Main content and comment content
-------------------------------------------------------------- */
.site-content article {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 20px;
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    background: #ffffff;
}

.entry-header {
    margin: 0px auto 15px;
    padding: 0px;
}

.entry-header .entry-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
    color: #8e4657;
}

.entry-header .entry-title a {
    text-decoration: none;
    color: #8e4657;
    font-weight: 400;
}

.entry-header .entry-title a:hover {
    text-decoration: none;
    color: #a18087;
}

.postdate {
    text-align: center;
    margin: 0px auto 10px;
    color: #4a4a4a;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;

}

.entry-content,
.mu_register {
    line-height: 1.5;
    text-align: left;
}

.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: 0px 0px 20px;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #4a4a4a;
}

.entry-content h1,
.comment-content h1 {
    font-size: 24px !important;
    line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 21px !important;
    line-height: 1.5;
}

.entry-content h3,
.comment-content h3 {
    font-size: 18px;
    line-height: 1.5;
}

.entry-content h4,
.comment-content h4 {
    font-size: 16px;
    line-height: 1.5;
}

.entry-content h5,
.comment-content h5 {
    font-size: 14px;
    line-height: 1.5;
}

.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    line-height: 1.5;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 20px;
    line-height: 1.5;
}

.entry-content a:visited,
.comment-content a:visited {
    color: #8e4657;
}

.entry-content a:visited:hover,
.comment-content a:visited:hover {
    color: #4a4a4a;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    line-height: 1.5;
}

.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 #fafafa;
    color: #4a4a4a;
    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 #fafafa;
    cursor: help;
}

.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 12px 24px 12px 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 12px 0 12px 24px;
}

img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    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 {
    border-bottom: 1px solid #fafafa;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 24px;
    width: 100%;
}

.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    margin: 24px 0;
}

.entry-content td,
.comment-content td {
    border-top: 1px solid #fafafa;
    padding: 6px 10px 6px 0;
}

.page-links {
    clear: both;
    line-height: 1.5;
}

/*Affiliate Area*/
#affiliate {
    padding: 20px 0px;
    border-top: 2px solid #fafafa;
    display: block;
    text-align: center;
}

#affiliate h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;

}

#affiliate li {
    display: inline-block;
    width: 22%;
    margin: 0px 1%;
}

#affiliate .featured {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.affiliate-product {
    display: block;
    vertical-align: top;
    height: 30px;
    font-weight: 400;
}

/*Affiliate Details*/
.postfooter {
    display: block;
    text-align: center;
    border-top: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
    margin: 20px auto;
    padding: 20px;
}

.postfooter h6 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.postfooter p {
    line-height: 1.5;
    font-size: 13px;
}

.disclosure {
    display: block;
    text-align: center;
    font-style: italic;
    color: #ababab;
    font-size: 13px;
    line-height: 1.5;
    margin: 20px auto;
}

.disclosure .widget-title {
    display: none;
}

/*Post Footer*/
footer.entry-meta {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.35;
    color: #4a4a4a;
    margin-top: 0px;
    text-align: center;
    padding: 20px 0px;
    font-style: normal;
    text-transform: uppercase;
    border-top: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
    font-family: 'Montserrat', sans-serif;
}

footer.entry-meta a, footer.entry-meta a:visited {
    color: #4a4a4a;
    font-weight: 400;
}

footer.entry-meta a:hover, footer.entry-meta a:visited:hover {
    color: #8e4657;
}

footer.entry-meta li {
    display: inline-block;
    padding: 0px 10px;
}

.cl {
    display: inline-block;
    float: left;
    text-align: left;
}

.cr {
    display: inline-block;
    float: right;
    text-align: right;
}

/*Author Details*/
.author-avatar {
    float: none;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.author-info {
    border-top: 0px;
    padding: 10px 0px 0px;
    margin: 0px;
}

.author-description {
    width: 75%;
    float: none;
    vertical-align: middle;
    display: inline-block;
}

.author-description .cat {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a18087;
    margin: 0px 0px 10px;
}

.author-description p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5;
}

.author-description .postdate {
    text-align: left;
    margin: 10px 0px 0px;
}

.relatedposts {
    display: block;
    text-align: center;
}

.relatedposts h4 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.35;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
    margin-bottom: 20px;
    padding: 10px 0px;
    border-bottom: none;
    background: transparent;
}

.archive-title, .page-title {
    text-align: center;
    font-size: 28px;
    text-transform: none;
    color: #4a4a4a;
    line-height: 1.5;
    font-weight: 400;
    margin: 5px auto;
    font-family: 'Playfair Display', serif;
}

.archive-meta {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px auto;
    padding: 0px 20px 20px;
    text-align: center;
    width: 75%;

}

.tax-jetpack-portfolio-type .site-content, .post-type-archive-download .site-content, .tax-download_category .site-content, .post-type-archive-jetpack-portfolio .site-content {
    float: none;
    width: 100%;
    text-align: center;
}

/* Abbreviated Post */
#post-abbr {
    padding: 0px;
    margin: 0 2px 4px;
    display: inline-block;
    clear: both;
    width: 32%;
    background: transparent;
}

.featured {
    background-position: center center;
    background-size: cover;
    display: table;
    width: 100%;
    background-color: #a18087;
}

.featured a, .featured a:visited {
    display: table-cell;
    opacity: 0;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 20px;
    line-height: 1.25;
    width: 100%;
}

.featured a:hover, .featured a:visited:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .75);
    color: #4a4a4a;
}

.details {
    display: table;
    width: 100%;
}

#details {
    padding: 10px;
    vertical-align: top;
    display: table-cell;
    width: 100%;
    text-align: center;
}

.details h3 {
    text-transform: none;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
}

.details h3 a {
    font-weight: 400;
    color: #4a4a4a;
}

.details p {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px auto;
    font-size: 11px;
}

/*Home Post*/
#post-home {
    display: inline-block;
    width: 32%;
    margin: 0px 2px 50px;
    padding: 0px;
    background: transparent;
}

.home-post {
    display: block;
    width: 100%;
}

#post-info {
    display: table;
    padding: 10px 0px;
    width: 100%;
    height: 175px;
    text-align: center;
    background: #FFFFFF;
}

.post-info {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 15px;
    background: #ffffff;
}

.home-post .featured {
    width: 100%;
    height: 475px;
}

.home-post h3 {
    margin: 15px auto;
    text-transform: none;
    font-size: 21px;
    font-family: 'Playfair Display', serif;
    line-height: 1.25;
}

.home-post h3 a {
    color: #4a4a4a;
    font-weight: 400;
}

.home-post h3 a:hover {
    color: #a18087;
}

.viewpost {
    background: #FFFFFF;
    color: #4a4a4a;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    max-width: 100px;
    margin: 0 auto;
    font-size: 10px;
}

/*Hero*/
.hero {
    display: block;
    text-align: center;
    max-width: 1060px;
    min-width: 200px;
    margin: 0 auto;
    width: 100%;
}

.hero #post-home {
    width: 32%;
    margin: 0px 2px 10px;
}

.hero .continue-reading {
    display: none;
}

.hero #post-info {
    height: 155px;
    padding: 0px;
}

/*Portfolio + Shop*/
.single-jetpack-portfolio article, .single-download article {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

/* =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: 48px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
}

h2.comments-title {
    color: #8e4657;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 0px 20px;

}

.comments-area article {
    margin: 20px 0;
    border: 0px;
    padding: 20px;
}

.comments-area article header {
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}

.comments-area article header img {
    display: none;
}

.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 0px;
    margin-left: 0rem;
}

.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    line-height: 1.25;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.comments-area cite b {
    font-weight: normal;
}

.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    color: #4a4a4a;
    border-bottom: 1px solid #fafafa;
    font-style: italic;
}

.comments-area article header a {
    text-decoration: none;
    color: #4a4a4a;
}

.comments-area article header a:hover {
    color: #8e4657;
}

.comments-area article header cite a {
    color: #4a4a4a;
}

.comments-area article header cite a:hover {
    text-decoration: none;
}

.comments-area article header h4 {
    display: none;
}

.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    padding: 2px 5px;
    font-size: 10px;
}

.comments-area .bypostauthor cite b {
    font-weight: bold;
}

a.comment-reply-link {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 1.846153846;
}

a.comment-reply-link:hover {
    color: #8e4657;
}

a.comment-edit-link {
    display: none;
}

.commentlist .pingback {
    display: none;
}

/* Comment form */
#respond {
    margin-top: 40px;
}

#respond h3#reply-title {
    color: #8e4657;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 0px 20px;
}

#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;
    line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.714285714;
    padding: 10px;
    width: 100%;
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    color: #8e4657;
}

.required {
    color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
}

.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}

/* =Boxzilla
-------------------------------------------------------------- */
.boxzilla-content {
    display: block;
    text-align: center !important;
}

.boxzilla-container input#mce-EMAIL, .boxzilla-container input#mce-FNAME {
    border: 0px;
    margin: 3px auto;
    background: rgba(255, 255, 255, .5);
    color: #8e4657;
}

#boxzilla-overlay {
    background: rgba(255, 255, 255, .5) !important;
}

.boxzilla-container input#mc-embedded-subscribe {
    background: #a18087;
}

.boxzilla-close-icon {
    color: #fff !important;
}

/* =Additional Sidebar Widgets
-------------------------------------------------------------- */
#mailchimp {
    display: block;
    margin: 30px auto;
    padding: 30px 0px;
    background: #a18087;
    text-align: center;
    color: #FFFFFF;
}

.mailchimp {
    max-width: 900px;
    min-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.mailchimp .widget {
    display: table;
    width: inherit;
    text-align: center;
}

.mailchimp .widget-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    width: 30%;
    font-size: 28px;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
}

.mailchimp .mc-field-group, .mailchimp .clear, .postcta .mc-field-group, .postcta .clear {
    display: inline-block;
}

.mailchimp input#mce-EMAIL, .mailchimp input#mce-FNAME, .postcta input#mce-EMAIL, .postcta input#mce-FNAME {
    color: #FFFFFF;
    max-width: 200px;
    background: rgba(255, 255, 255, .5);
    border: 0px;
    font-family: 'Montserrat', sans-serif;
}

#secondaryfooter {
    display: block;
    padding: 30px 0px;
    background: #a18087;
    text-align: center;
    color: #FFFFFF;
}

.secondaryfooter {
    max-width: 1060px;
    min-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.secondaryfooter .widget-title {
    color: #FFFFFF;
}

.secondaryfooter li {
    display: inline-block;
    width: 19.66%;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 3;
    letter-spacing: 1px;
}

.secondaryfooter a {
    font-weight: 400;
    color: #FFFFFF;
}

.postcta {
    display: block;
    background: #a18087;
    padding: 40px 0px;
    margin: 20px auto;
    text-align: center;
    color: #FFFFFF;
}

.postcta .widget-title {
    font-size: 28px;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400 !important;
}

/* Affiliate Shop
-------------------------------------------------------------- */
.shop-header {
    display: block;
    clear: both;
    padding: 20px 0px;
    margin: 20px auto;
}

.shop-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.shop-menu {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    margin: 20px auto;
}

.shop-menu li {
    display: inline-block;
    padding: 0px 15px;
    vertical-align: bottom;
    line-height: 1;
}

.shop-menu li a {
    font-weight: 400;
    letter-spacing: 2px;
}

.accent {
    display: block;
    width: 125px;
    height: 3px;
    background: #a18087;
    margin: 0 auto;
}

#post-favorites {
    width: 23%;
    margin: 0px 3px 30px;
    display: inline-block;
    padding: 0px;
    background: transparent;
}

#post-favorites .featured {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#post-favorites .details p, #post-recipe .details p {
    display: block;
    text-transform: none;
    letter-spacing: 0px;
    margin: 10px auto;
    font-size: 12px;
    line-height: 1.5;
}

p.buy {
    display: block;
    text-transform: uppercase !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

#post-favorites a, #post-favorites a:visited, #post-recipe a, #post-recipe a:visited {
    color: #4a4a4a;
}

#post-favorites a:hover, #post-favorites a:visited:hover, #post-recipe a:hover, #post-recipe a:visited:hover {
    color: #8e4657;
}

/* =Recipe Filter
-------------------------------------------------------------- */
#uwpqsf_id {
    border: 0px;
}

.uform_title {
    display: none;
}

.widget-area #uwpqsf_id input {
    margin: 0px;
    max-width: 20px;
    min-width: 5px;
    width: inherit;
    display: inline-block;
}

#recipes {
    text-align: center;
}

#recipes .umloading {
    background-image: url('images/loading.gif') !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-'] {
    float: left;
    padding: 5px;
    clear: both;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    text-align: left;
}

.uwpqsf_class > label {
    float: left;
    width: 100%;
    text-align: left;
}

#post-recipe {
    padding: 0px;
    margin: 0 2px 30px;
    display: inline-block;
    clear: both;
    background: transparent;
}

#post-recipe .featured {
    height: 250px;
}

#post-recipe #details {
    height: 150px;
    background: #FFFFFF;
}

#post-recipe #post-info a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0px 10px;
}

.post-type-archive-pantry #post-recipe, .tax-section #post-recipe, #pantry #post-recipe {
    width: 22%;
}

#pantry {
    display: block;
    background: #f1f1f1;
    padding: 20px 0px;
    text-align: center;
}

#pantry h6 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    display: block;
    color: #8e4657;
    text-transform: none;
    padding: 0px 0px 20px;
    letter-spacing: 0px;
}

#pantry h6 a, #pantry .more a {
    color: #8e4657;
}

.more {
    display: block;
    text-transform: uppercase !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

/*Recipe*/
.easyrecipe {
    color: #4a4a4a !important;
    border: 5px solid #f1f1f1 !important;
    background: #ffffff !important;
    padding: 30px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
}

.ERSNotes {
    font-family: 'Lato', sans-serif !important;
    margin: 0px !important;
    padding: 10px 0px;
}

.ERSTimes {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #4a4a4a !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #4a4a4a !important;
    border-bottom: 2px dotted #f1f1f1;
    margin: 20px auto 5px !important;
    padding: 0px 0px 5px !important;
}

/*Boxzilla*/
.boxzilla {
    display: block;
    text-align: center;
    color: #ffffff;
}

.boxzilla input#mce-EMAIL, .boxzilla input#mce-FNAME {
    border: 0px;
    margin: 2px auto;
    width: 250px;
    background: rgba(255, 255, 255, .5);
    color: #ffffff;
}

.boxzilla .clear {
    margin: 5px auto 0px;
}

.boxzilla input#mc-embedded-subscribe {
    background: #8e4657;
    border: 0px !important;
}

.boxzilla p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 13px;
}

.boxzilla-close-icon {
    color: #ffffff !important;
}

.boxzilla h4 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    margin: 0px auto 20px;
}

/* =Contact Form
-------------------------------------------------------------- */
.wpcf7 .cl, .wpcf7 .cr {
    width: 49% !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #5c5c5c !important;
    text-align: center !important;
    border: 2px solid #fafafa !important;
    width: 100% !important;
    font-size: 12px !important;
}

.wpcf7 textarea {
    border: 2px solid #fafafa !important;
    width: 93% !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 12px;
    margin: 0px;
    text-align: left;
    height: 96px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 95%;
    margin: 5px auto 0px;
    display: block;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
    .site {
        margin: 0 auto;
        max-width: 960px;
        overflow: hidden;
        background: #fafafa;
        padding: 0px;
    }

    body.template-front-page .site-content,
    body.single-attachment .site-content,
    body.full-width .site-content {
        width: 100%;
    }

    .site-content, .widget-area {
        float: none;
        width: inherit;
        padding: 0px;
    }

    .widget-area {
        max-width: 400px;
        margin: 0 auto;
    }

    .main-navigation, #sec-nav.main-navigation {
        display: none;
    }

    #mobile-masthead {
        margin: 0px auto;
        display: block;
        text-align: center;
        padding: 30px 0px 0px;
        float: none;
    }

    #mobile-masthead img {
        width: 600px;
        height: auto;
    }

    .mobile-navigation {
        display: block;
    }

    .mobile-navigation .cl {
        display: inline-block;
        float: left;
        text-align: left;
    }

    .mobile-navigation .social-menu li {
        display: inline-block;
    }

    li.search-link {
        display: none !important;
    }

    .mobile {
        padding: 10px 0px;
    }

    .mobile-navigation .search-bar input {
        max-width: 350px;
    }

    .mobile-navigation {
        display: block;
        border-bottom: 2px solid #ffffff;
    }

    #respond form input[type="text"] {
        width: 46.333333333%;
    }

    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }

    .commentlist .children {
        margin-left: 40px;
    }

    .featured {
        height: 250px;
    }

    .tax-download_category .featured, .tax-jetpack-portfolio-type .featured, .post-type-archive-jetpack-portfolio .featured, .post-type-archive-download .featured {
        width: 100%;
        height: 400px;
    }

    .single-jetpack-portfolio .featured, .single-download .relatedposts .featured {
        width: 150px;
        height: 150px;
    }

    .hero .home-post h3 {
        font-size: 21px;
    }

    .hero #post-info {
        height: 200px;
    }

    .hero .home-post .featured {
        height: 350px;
    }

    .home-post .featured {
        height: 350px;
    }

    #post-favorites .details {
        height: 210px;
    }

    #post-favorites .details h3 {
        font-size: 18px;
    }

    .mailchimp .widget-title, .mailchimp .textwidget {
        display: block;
        width: inherit;
    }

    .single-post .site-content {
        padding: 0px 20px;
    }

    .details {
        height: 85px;
    }

    #post-recipe #details {
        height: 240px;
    }

}

/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
    body {
        background-color: #fafafa;
    }

    body .site {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 48px;
        box-shadow: none;
        max-width: 100%;
        min-width: 940px;
    }

    #main {
        max-width: 1060px;
        min-width: 940px;
        padding: 0 20px;
        margin: 0 auto;
    }

    body.custom-background-empty {
        background-color: #fafafa;
    }

    body.custom-background-empty .site,
    body.custom-background-white .site {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .site-content {
        float: left;
        width: 68%;
    }

    .widget-area {
        float: right;
        width: 30%;
        padding: 0px;

    }

    .main-navigation, #sec-nav.main-navigation {
        display: block;
    }

    .mobile-navigation, #mobile-masthead {
        display: none;
    }

    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        border-bottom: none;
        border-top: none;
        display: inline-block !important;
        text-align: center;
        width: inherit;
        float: none;
    }

    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }

    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }

    .main-navigation li a {
        border-bottom: 0;
        color: #4a4a4a;
        line-height: 5.5;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 12px;
        letter-spacing: 1px;
        background: transparent;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .main-navigation li a:hover {
        color: #8e4657;
    }

    .main-navigation li {
        margin: 0 10px;
        position: relative;
    }

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        background: #FFFFFF;
        width: 100px;
        z-index: 1;
    }

    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }

    .main-navigation ul li:hover > ul {
        border-left: 0;
        display: block;
    }

    .main-navigation li ul li a {
        background: transparent;
        border-bottom: 0px;
        display: block;
        font-size: 11px;
        line-height: 1.5;
        padding: 8px 10px;
        width: 120px;
        white-space: normal;
        margin-left: 0px;
        text-align: left;
        font-weight: 400;
    }

    .main-navigation li ul li a:hover {
        background: transparent;
        color: #8e4657;

    }

    .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: #8e4657;
        font-weight: bold;
    }
    li.search-link {
        display: inline-block !important;
    }

    .details {
        height: 125px;
    }

    .single-jetpack-portfolio .featured, .single-download .relatedposts .featured {
        width: 229px;
        height: 229px;
    }

    .hero .home-post .featured {
        height: 425px;
    }

    .home-post .featured {
        height: 475px;
    }

    .hero #post-info {
        height: 160px;
    }

    .mailchimp .widget-title {
        display: table-cell;
        width: 30%;
    }

    .mailchimp .textwidget {
        display: table-cell;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
        width: inherit;
    }

    .single-post .site-content {
        padding: 0px;
    }

    #post-recipe #details {
        height: 184px;
    }
}

/* =Mobile Phones
----------------------------------------------- */
@media screen and (max-width: 600px) {
    .site-header h1 {
        font-size: 40px;
    }

    .site-header {
        margin: 0px auto;
        display: block;
        text-align: center;
        padding: 30px 0px 0px;
        float: none;
    }

    .site-header img {
        width: 350px;
        height: auto;
    }

    .cl, .cr {
        display: block;
        text-align: center;
        float: none;
        padding: 10px 0px;
    }

    .mobile-navigation .cl {
        display: inline-block;
        float: left;
        text-align: left;
    }

    .mobile-navigation .social-menu li {
        display: inline-block;
    }

    li.search-link {
        display: none !important;
    }

    .main-navigation, #sec-nav.main-navigation {
        display: none;
    }

    .mobile {
        padding: 10px 0px;
    }

    .mobile-navigation .search-bar input {
        max-width: 350px;
    }

    .mobile-navigation {
        display: block;
        border-bottom: 2px solid #ffffff;
    }

    .footerwidget .widget {
        display: block;
        width: 100%;
    }

    .site-info {
        padding: 10px 0;
    }

    .entry-header .entry-title {
        font-size: 24px;
    }

    #post-abbr {
        display: block;
        margin: 30px auto;
        background: transparent;
        width: 100%;
        max-width: 300px;
    }

    .featured {
        height: 400px;
        margin: 0 auto;
        display: table;
    }

    .details {
        width: 100%;
        height: inherit;
        margin: 0 auto;

    }

    .lightbox .lightbox-inner {
        width: 300px;
    }

    #post-home, .hero #post-home {
        display: block;
        width: 100%;
        margin: 20px auto;
        padding: 0px;
    }

    .home-post {
        display: block;
        text-align: center;
    }

    .home-post .featured {
        height: 400px;
    }

    .mailchimp .widget-title, .mailchimp .textwidget {
        display: block;
        width: 100%;
    }

    .mailchimp .mc-field-group, .mailchimp .clear, .postcta .mc-field-group, .postcta .clear {
        display: block;
        text-align: center;
        margin: 2px auto;
    }

    .secondaryfooter li {
        display: block;
        width: inherit;
    }

    #post-recipe, #post-favorites, #affiliate li {
        display: block;
        width: 90% !important;
        margin: 20px auto;
    }

    .shop-menu li {
        display: block;
        padding: 0px;
        vertical-align: bottom;
        line-height: 1.25;
    }

    .author-avatar, .author-description {
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    #recipes #post-abbr {
        width: 45%;
        display: inline-block;
        margin: 0px 1% 0px;
    }

    #recipes .featured {
        height: 180px;
    }

    #recipes .details h3 {
        font-size: 12px;
    }

    #recipes .details {
        height: 80px;
    }

    .uwpqsf_class {
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }
}

/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #4a4a4a;
        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,
    img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }

    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }

    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }

    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }

    .site-header h2 {
        color: #4a4a4a;
        font-size: 10pt;
        text-align: left;
    }

    .site-header h1 a,
    .site-header h2 a {
        color: #4a4a4a;
    }

    .author-avatar,
    #colophon,
    #respond,
    .commentlist .comment-edit-link,
    .commentlist .reply,
    .entry-header .comments-link,
    .entry-meta .edit-link a,
    .page-link,
    .site-content nav,
    .widget-area,
    img.header-image,
    .main-navigation {
        display: none;
    }

    .wrapper {
        border-top: none;
        box-shadow: 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: #4a4a4a;
        font-size: 10pt;
    }

    .author-description {
        float: none;
        width: auto;
    }

    /* Comments */
    .commentlist > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }

    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
    }
}
