/*
Theme Name:     Heartbeet Kitchen
Description:    WordPress Template by White Oak Creative
Author:         White Oak Creative
Author URI:     http://whiteoakcreative.com/
Template:       twentytwelve
Version:        1.0
Tags:           light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, 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,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

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

del {
    color: #4b4a4b;
}

ins {
    background: transparent;
    text-decoration: none;
}

hr {
    background-color: #efedea;
    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: #4b4a4b;
    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.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 2px solid #efedea;
    background: #FFFFFF;
    border-radius: 0px;
    font-family: inherit;
    padding: 10px 6px;
}

button,
input {
    line-height: normal;
}

select {
    border: 2px solid #efedea;
    border-radius: 0px;
    font-family: inherit;
    padding: 10px;
    width: 100%;
}

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: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* 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: 15px 30px;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 400;
    color: #ffffff;
    background-color: #b65889;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    transition: all .8s ease 0s;
}

.menu-toggle {
	padding: 15px 28px;
}

.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: #4b4a4b;
    background-image: none;
}

.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: #4b4a4b;
    background-image: none;
    border: 0px;
    box-shadow: none;
}

.bypostauthor cite span {
    color: #ffffff;
    background-color: #4b4a4b;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    border-radius: 0px;
    box-shadow: none;
}

.wp-caption {
    max-width: 100%;
    padding: 4px 0px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: normal;
    font-size: 12px;
    line-height: 2;
    color: #4b4a4b;
}

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

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}

#nav-above {
    padding: 24px 0;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

#nav-below {
    margin: 50px 0px 70px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 1.25;
}

.nav-previous, .previous-image {
    float: left;
    text-align: left;
    width: 48%;
    line-height: 1.25;
}

.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 48%;
}

.nav-previous a, .nav-previous a:visited, .nav-next a, .nav-next a:visited {
    text-decoration: none;
    color: #b65889;
}

.nav-previous a:hover, .nav-previous a:visited:hover, .nav-next a:hover, .nav-next a:visited:hover {
    color: #4b4a4b;
}

.nav-single + .comments-area,
#comment-nav-above {
    margin: 24px 0 0 0;
}

.nav-single .nav-next, .nav-single .nav-previous {
    font-size: 14px;
}

.site-content nav {
    margin: 20px 0px;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 100%;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility;
    color: #4b4a4b;
    background: #efedea;
}

body.custom-font-enabled {
    font-family: 'Lato', sans-serif;
}
.paged #page, .home #page {
    padding: 125px 0px 0px;
}
@media only screen and (max-width: 600px) {
    .paged #page, .home #page {
        padding: 75px 0px 0px;
    }
}
a, a:visited {
    outline: none;
    color: #b65889;
    font-weight: 700;
    text-decoration: none;
}

a:hover, a:visited:hover {
    color: #4b4a4b;
}

::-moz-selection {
    background-color: #b65889;
    color: #FFFFFF;
}

::selection {
    background-color: #b65889;
    color: #FFFFFF;
}

.small-serif {
    font-family: 'Playfair Display', serif;
    text-transform: lowercase;
    font-style: italic;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.25;
}

.cl {
    float: left;
    text-align: left;
    display: inline-block;
}

.cr {
    float: right;
    text-align: right;
    display: inline-block;
}

.cooking-tip {
    display: table;
}

.cooking-tip .cr, .cooking-tip .cl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 49%;
    float: none;
}

/* Page structure */
.site {
    padding: 0 0px;
    background-color: transparent;
}

#main {
    padding: 0 10px;
}

.site-content {
    margin: 0;
}

.widget-area {
    margin: 0;
}

/* Header + Navigation Menu */
.header {
    display: inline-block;
    float: left;
    text-align: left;
}

.header img {
    max-width: 250px;
    min-width: 125px;
    width: 200px;
    height: auto;
}

.site-title, .site-description {
    display: none;
}

.main-navigation {
    background: #FFFFFF;
    z-index: 50;
    min-width: 200px;
    margin: 0 auto 0px auto;
    width: 100%;
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: 0px 1px 5px rgba(74, 75, 74, 0.8);
    -webkit-box-shadow: 0px 1px 5px rgba(74, 75, 74, 0.8);
    -moz-box-shadow: 0px 1px 5px rgba(74, 75, 74, 0.8);
    position: fixed;
    text-align: center;
}

.woc-menu {
    display: block;
    min-width: 200px;
    max-width: 1060px;
    width: inherit;
    margin: 0 auto;
}

.main-navigation li, #searchform {
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

.main-navigation a {
    color: #4b4a4b;
}

.main-navigation a:hover {
    color: #b65889;
}

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

.social a {
    padding: 0 3px;
}

/*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(75, 74, 75, .25);
    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: #ffffff;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#subscribe.lightbox .lightbox-inner form .form-inner .input-wrap {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

#subscribe.lightbox .lightbox-inner form .form-inner .input-wrap p {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
    line-height: 1.5;
    padding: 60px 0px 30px;
}

#subscribe.lightbox .lightbox-inner form input[type="text"],
#subscribe.lightbox .lightbox-inner form input[type="email"],
#subscribe.lightbox .lightbox-inner form textarea {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4b4a4b;
    letter-spacing: 1px;
    margin: 5px auto;
    max-width: 200px;
}

#subscribe.lightbox .lightbox-inner form textarea {
    height: 100px;
}

.form-inner.cf {
    padding: 0px 0px 40px;
}

#subscribe.lightbox .lightbox-inner form .form-bottom {
    height: 60px;
}

#subscribe.lightbox .lightbox-inner form .form-bottom .fl {
    width: 350px;
    background: #efedea;
    font-size: 12px;
    float: left;
    line-height: 60px;
    height: 60px;
}

#subscribe.lightbox .lightbox-inner form .form-bottom .fr {
    max-width: 150px;
    width: 100%;
    text-align: center;
    float: right;
}

#subscribe.lightbox .fa {
    font-size: 15px;
    padding: 0 5px;
}

.lightbox a, .lightbox a:visited {
    color: #b65889;
}

.lightbox a:hover, .lightbox a:visited:hover {
    color: #4b4a4b;
}

#subscribe.lightbox .lightbox-inner form input[type="submit"] {
    max-width: 212px;
    width: 100%;
    height: 60px;
    text-shadow: none;
    box-shadow: none;
    outline: 0;
    background: #b65889;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0;
    padding: 0px !important;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

#subscribe.lightbox .lightbox-inner form input[type="submit"]:hover {
    background: #4b4a4b;
    color: white;
}

#archives h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 21px;
    line-height: 2;
    margin-bottom: 20px;
}

#archives li {
    display: block;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

#archives li a {
    font-weight: 400;
}

/* Search */
.searchbar {
    clear: both;
    background: rgba(182, 88, 137, .95);
    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;
    -webkit-box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
    -moz-box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
    box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
}

.searchbar input {
    width: 95%;
    background: transparent;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0px;
}

/* Social */

#social-mobile {
    height: inherit;
    line-height: 2;
    text-align: center;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

#social-mobile a {
    display: inline-block;
    padding: 5px 6px;
    font-size: 14px
}

#social-mobile a, #social-mobile a:visited {
    color: #b65889;
}

#social-mobile a:hover, #social-mobile a:visited:hover {
    color: #4b4a4b;
}

/* Sidebar */
.widget-area {
    background: #ffffff;
}

.widget-area .widget {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    margin: 0px 10px;
    padding: 0px 10px 10px;
    border-bottom: 0px;
}

.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b65889;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
    padding-top: 20px;
}

.widget-title:before, .widget-title:after {
    content: '\00b7';
    color: #b65889;
    padding: 0 3px;
}

.widget-area .widget h3 {
    margin-bottom: 15px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 12px;
    line-height: 1.6;
    text-transform: none;
    text-align: center;
    color: #4b4a4b;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    overflow: hidden;
}

.widget-area .widget p {
    margin: 5px auto;
    text-transform: none;
    text-align: center;
    color: #4b4a4b;
    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 {
    display: block;
    text-align: center;
    width: 75%;
    margin: 2px auto;
}

/*.wpp-list {
    display: block;
    margin: 0px auto;
    text-align: center;
}*/

.wpp-list img.wpp-thumbnail{
width: 48.5%;
padding-right: 2%;
nopin: nopin;
}

.wpp-list a:nth-child(2n) img.wpp-thumbnail {
padding-right: 0;
}

.wpp-list {
display: inline !important;
margin: 0px auto;
    text-align: center;
}

.widget-area .textwidget li a, .widget-area .textwidget li a:visited, .widget-area .widget a, .widget-area .widget a:visited {
    text-decoration: none;
    color: #4b4a4b;
    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: #b65889;
}

.widget-area .widget ul ul {
    margin-left: 12px;
}

.widget-area .mc-field-group input {
    margin: 5px auto;
    min-width: 150px;
    max-width: 220px;
    width: 90%;
    font-family: 'Playfair Display', serif;
    color: #4b4a4b;
}

.widget-area .searchbox input, .widget-area #s, .searchbox input {
    min-width: 150px;
    max-width: 220px;
    width: 90%;
    margin: 5px auto;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

#mobile-search input[type=text] {
	font-size: 16px;
	max-width: inherit;
	margin-top: 6px;
	padding: 7px 6px;
	text-align: left;
}
#mobile-search input[type=text]::placeholder {
	color: #999;
}
#mobile-search input[type=submit] {
	/*background: none;*/
	background: url('/foodblog/wp-content/uploads/2018/03/search-icon-e1521822057782.png') no-repeat;
	background-size: 28px 28px;
	margin: 0;
	margin-top: -38px;
	padding: 0;
	position: absolute;
	right: 5%;
	min-width: auto;
	height: 28px;
	width: 28px;
}

.post-title {
    display: block;
    text-align: center;
    margin: 5px auto;
}

.wpp-thumbnail {
    display: inline-block !important;
    float: none !important;
    margin: 0px 0px 3px !important;
    border: none !important;
}

.side-social {
    margin: 10px auto;
}

.side-social a {
    font-size: 18px;
    padding: 0px 3px;
}


/* Footer */
footer[role="contentinfo"] {
    clear: both;
    margin: 0px auto;
    padding: 20px 0px;
    max-width: inherit;
    border-top: 0px;
    background: transparent;
    color: #b65889;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: 700;
}

.site-info {
    min-width: 200px;
    max-width: 1060px;
    padding: 0px;
    margin: 0 auto;
}

footer[role="contentinfo"] a {
    color: #b65889;
}

footer[role="contentinfo"] a:hover {
    color: #4b4a4b;
}

footer[role="contentinfo"] li, .menu-footer-menu-container {
    display: inline-block;
}

footer[role="contentinfo"] li:after {
    content: '\00B7';
    padding: 0 3px;
}

footer[role="contentinfo"] li:last-child:after {
    display: none;
}

img#wpstats {
    display: none;
}

/*Instagram Widget*/
.full {
    background: #ffffff;
    padding: 30px 0px 60px;
    text-align: center;
    display: block;
}

.footer-header {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 2px;
    line-height: 2;
}

.instagram .widget {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

/* Extra Widget Areas */
.mailchimp {
    background: rgba(255, 255, 255, .5);
    padding: 10px 5px 30px;
    max-width: 1060px;
    width: inherit;
    min-width: 250px;
    margin: 50px auto;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
}

.mailchimp .widget-title {
    padding: 10px;
    color: #b65889;
}

.mailchimp .widget-title:before, .mailchimp .widget-title:after {
    display: none;
}

.mailchimp .mc-field-group, .mailchimp .clear {
    display: inline-block;
    margin: 5px 0px;
}

.mailchimp .mc-field-group input {
    background: transparent;
    color: #4b4a4b;
    letter-spacing: 1px;
    padding: 15px 8px;
    border: 2px solid #4b4a4b;
}

.mailchimp a, .mailchimp a:visited {
    color: #FFFFFF;
}

.mailchimp a:hover, .mailchimp a:visited:hover {
    color: #b65889;
}

.mailchimp h4 {
    width: 253px;
    height: 83px;
    background-image: url('/foodblog/wp-content/themes/HeartbeetKitchen/images/bg.png');
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 5;
    font-weight: 400;
    position: relative;
    margin: -55px 0px -5px 20px;
}

.afterpost {
    margin: 50px auto;
}

.afterpost .widget-title {
    display: none;
}

/* =Main content and comment content
-------------------------------------------------------------- */
.site-content article {
    border-bottom: 0px;
    margin-bottom: 10px;
    padding: 20px;
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    background: #ffffff;
}

img.beet {
    display: block;
    margin: 0 auto;
	width: 50px;
	height: 50px;
}

.entry-header {
    margin: 0px auto;
}

.entry-header .entry-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
    color: #4b4a4b;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

.entry-header .entry-title a, .postdetails a {
    text-decoration: none;
    color: #4b4a4b;
    font-weight: 400;
}

.entry-header .entry-title a:hover, .postdetails a:hover {
    text-decoration: none;
    color: #b65889;
}

.postdetails {
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #4b4a4b;
    margin: 10px auto 20px;
    letter-spacing: 1px;
    line-height: 1.35;
}

.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.5;
    text-align: justify;
}

.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: 15px 0;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.entry-content h1,
.comment-content h1 {
    font-size: 28px !important;
    line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 24px !important;
    line-height: 1.5;
}

.entry-content h3,
.comment-content h3 {
    font-size: 21px;
    line-height: 1.5;
}

.entry-content h4,
.comment-content h4 {
    font-size: 18px;
    line-height: 1.5;
}

.entry-content h5,
.comment-content h5 {
    font-size: 16px;
    line-height: 1.5;
}

.entry-content h6,
.comment-content h6 {
    font-size: 14px;
    line-height: 1.5;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 16px;
    line-height: 1.5;
}

.entry-content a:visited,
.comment-content a:visited {
    color: #b65889;
}

.entry-content a:visited:hover,
.comment-content a:visited:hover {
    color: #4b4a4b;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
}

.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    padding: 24px;
    font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}

.entry-content pre,
.comment-content pre {
    border: 1px solid #efedea;
    color: #4b4a4b;
    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 #efedea;
    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 #efedea;
    color: #4b4a4b;
    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 #efedea;
    padding: 6px 10px 6px 0;
}

.page-links {
    clear: both;
    line-height: 1.5;
}

footer.entry-meta {
    font-size: 12px;
    line-height: 2;
    color: #b65889;
    margin-top: 20px;
    text-align: center;
    border-top: 2px solid #efedea;
    border-bottom: 0px;
    padding: 20px 0px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer.entry-meta a, footer.entry-meta a:visited {
    color: #4b4a4b;
}

footer.entry-meta a:hover, footer.entry-meta a:visited:hover {
    color: #b65889;
}

footer.entry-meta ul {
    display: block;
}

footer.entry-meta li {
    display: inline-block;
}

footer.entry-meta li:after {
    content: '\00B7';
    padding: 0px 8px;
}

footer.entry-meta li:last-child:after {
    display: none;
}

.accent {
    display: block;
    width: 250px;
    margin: 20px auto;
    background: #b65889;
    height: 2px;
}

.relatedposts {
    padding: 30px 0px;
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.recent {
    text-transform: uppercase;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    display: table;
}

.recent a, .recent a:visited {
    color: #4b4a4b;
}

.recent a:hover, .recent a:visited:hover {
    color: #b65889;
}

.relatedposts a:hover, .relatedposts a:visited:hover {
    opacity: .75;
}

/*Recipe*/
.easyrecipe {
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    border: 0px !important;
    padding: 10px !important;
    text-align: left;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    clear: both;
    font-size: 12px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.5;
}

.easyrecipe .ERSName {
    font-size: 21px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    font-family: 'Playfair Display', serif;
    color: #b65889;
    border-bottom: 2px dotted rgba(182, 88, 137, .5);
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
    font-size: 16px !important;
    font-weight: 700;
    clear: both;
    margin: 13px 0px !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b65889;
}

div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan span.ERSSaveIcon, div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
    display: none;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
    border: 0px !important;
    color: #4b4a4b !important;
    background: transparent !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

div.easyrecipe a.ERSPrintBtn span, div.easyrecipe a.ERSSaveBtn span {
    color: #4b4a4b !important;
}

/* =Archives
-------------------------------------------------------------- */
.hero {
    display: block;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    background-position: center center;
    background: #4b4a4b;
    margin-bottom: 30px;
}

#details {
    background: rgba(255, 255, 255, .95);
    position: relative;
    max-width: 300px;
    min-width: 250px;
    width: inherit;
    height: 100px;
    display: table;
    top: 220px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25);
}

.details {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 30px;
}

.details .entry-header {
    margin: 0px auto;
}

.details .entry-header .entry-title {
    color: #b65889;
}

.post-meta-key {
    display: none;
}

.post-meta {
    color: #4b4a4b;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 10px;
}

.archive-header,
.page-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-top: 20px;
}

.archive-title, .page-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    color: #b65889;
    font-style: normal;
    font-weight: 400;
}

.archive-meta, .author.archive .author-info {
    color: #4b4a4b;
    font-size: 13px;
    line-height: 2;
    width: inherit;
    margin: 10px auto;
    padding: 0px 0px 10px;
    text-align: center;
}

/*Home Post View*/
#post-home {
    padding: 10px;
    margin: 0px 10px 10px;
    border-bottom: 2px solid #efedea;
}

.home-post {
    display: table;
    width: 100%;
}

/*Abbreviated Post View */
#post-abbr {
    margin: 0px 5px 20px;
    padding: 0px;
    display: inline-block;
    background: transparent;
}

.feat {
    background-position: center center;
    background-size: cover;
    width: 300px;
    height: 420px;
    display: table;
    line-height: 1.25;
}

.feat a, .feat a:hover {
    display: table-cell;
    opacity: 0;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.feat a:hover, .feat a:visited:hover {
    opacity: 1;
    background: rgba(75, 74, 75, .3);
    color: #4b4a4b;
}

#title {
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 80px;
    font-size: 12px;
    background: #ffffff;
    display: table;
    width: 212px;
    line-height: 1.25;
}

#title a {
    color: #4b4a4b;
    padding: 0 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#title a:hover, li.product-category h3 a:hover {
    color: #b65889;
}

/*Recipe Box*/

select, select#cat, select#archive-dropdown {
    height: 40px;
    padding: 5px;
    line-height: 1;
    border: 2px solid #efedea;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4b4a4b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    max-width: 234px;
    margin: 0 auto;
    display: block;
    background: url('/foodblog/wp-content/themes/HeartbeetKitchen/images/arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.post-search input#s {
    height: 27px;
    width: 100%;
    max-width: 193px;
    padding: 5px;
    line-height: 1;
    border: 2px solid #efedea;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4b4a4b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    background-color: rgb(248, 248, 248);
}

.post-search {
    padding: 20px 0px;
    margin-bottom: 40px;
    background: #ffffff;
}

.post-search li {
    display: inline-block;
    width: 31%;
}

.recipebox {
    margin: 0px 0px 20px;
}

.recipebox .widget-title {
    margin: 15px auto;
    padding: 10px 0px;
    font-size: 21px;
    font-family: 'Playfair Display', serif;
    text-transform: none;
}

.recipe-box .widget {
    margin: 30px auto;
}

.cat-post-footer-link {
    display: block;
    margin: 10px auto;
    width: 125px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #b65889;
    color: #fff;
    padding: 15px;
}
a.cat-post-footer-link:visited {
color: #ffffff;
}
a.cat-post-footer-link:visited:hover {
color: #b65889;
}
.cat-post-footer-link:hover {
    background: #ffffff;
    color: #b65889;
    transition: opacity 200ms ease;

}

/*Slider*/
#slider-container {
    width: 100%;
    overflow: hidden;
    padding: 25px 0px 0px;
    position: relative;
}

#slider .slide {
    position: relative;
    width: 700px;
    float: left;
    background: #fff;
}

#slider .slide.slick-active {
    overflow: hidden;
}

#slider .slide .featured {
    opacity: .25;
    height: 500px;
    width: 700px;
    background-size: cover;
}

#slider .slide .featured img {
    max-width: 100%;
    height: auto;
}

#slider .slide.slick-active .slide-title {
    opacity: 1;
}

#slider .slide-title {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    height: 150px;
    opacity: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
    left: 5%;
    right: 5%;
    top: inherit;
    bottom: 20px;
    padding: 0px 5px;
    display: table;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#slider .slide-title h4 {
    font-family: 'Playfair Display', serif;
    text-transform: none;
    color: #b65889;
    font-size: 19px;
    line-height: 1.25;
    padding: 35px 0px 20px;
    width: 300px;
    margin: 0 auto;
}

#slider .slide-title p a {
    color: #4b4a4b;
}

#slider .slide.slick-active .featured {
    opacity: 1;
}

#slider .featured a:hover {
    opacity: 0;
}

#slider-nav-container {
    width: 100%;
    position: absolute;
    top: 50%;
}

#slider-nav {
    max-width: 600px;
    margin: -10px auto 0 auto;
}

/*Home Post View*/
#post-feat {
    margin: 0px 10px 0px;
}

#post-feat .beet {
    margin: 10px auto;
}

#post-home {
    padding: 10px;
    margin: 0px 0px 30px;
}

.home-post {
    display: table;
    width: 100%;
}

.viewpost {
    background: #FFFFFF;
    padding: 10px;
}

.post-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.excerpt {
    margin: 10px auto 20px;
    line-height: 1.5;
    width: 95%;
}

.excerpt p {
    text-align: center;
    margin-bottom: 15px;
}

.readpost {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url('/foodblog/wp-content/themes/HeartbeetKitchen/images/accent.png');
    background-position: center center;
    width: 200px;
    height: 66px;
    margin: 0 auto;
    line-height: 6;
    text-align: center;
}

.readpost a, .readpost a:visited {
    color: #ffffff;
}

.readpost a:hover, .readpost a:visited:hover {
    color: #4b4a4b;
}

/*Pin It*/
.hovered {
    display: none;
}
/* =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: 30px 0px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: none;
}

h2.comments-title {
    color: #b65889;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
}

.comments-area article {
    margin: 10px 0px 20px;
    border: 0px;
    background: #FFFFFF;
    border-left: 5px solid #b65889;
    padding: 10px;
}

.comments-area article header {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 0px;
}

.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 0px !important;
}

.comments-area article header cite {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    margin-left: 50px;
}

.comments-area cite b {
    font-weight: 700;
}

.comments-area article header img, .comments-area article header time, .reply span {
    display: none;
}

.comments-area article header a, .comments-area article header cite a {
    text-decoration: none;
    color: #4b4a4b;
    font-weight: 700;
}

.comments-area article header a:hover, .comments-area article header cite a:hover {
    color: #4b4a4b;
    text-decoration: none;
}

.comments-area article header h4 {
    display: none;
}

.comments-area .bypostauthor cite span {
    position: inherit;
    margin-left: 5px;
    padding: 5px;
    font-size: 10px;
    background: #4b4a4b;
    color: #FFFFFF;
    font-weight: 700;
}

.comments-area .bypostauthor cite b {
    font-weight: bold;
}

a.comment-reply-link {
    color: #b65889;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}

a.comment-reply-link:hover {
    color: #4b4a4b;
}

a.comment-edit-link {
    display: none;
}

.commentlist .pingback {
    display: none;
}

/* Comment form */
#respond {
    background: #ffffff;
    max-width: 1060px;
    width: inherit;
    min-width: 250px;
    margin: 100px 0px !important;
    display: block;
    padding: 30px;
}

#respond h3#reply-title {
    width: 250px;
    height: 100px;
    background-image: url('/foodblog/wp-content/themes/HeartbeetKitchen/images/bg.png');
    font-weight: 400;
    position: relative;
    background-position: 0px 20px;
    background-repeat: no-repeat;
    padding-left: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 7;
    color: #FFFFFF;
    margin: -85px 0px 0px 0px;
}

#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: #4b4a4b;
}

.required {
    color: red;
}

/* SHOP */
.woo-wrapper {
	display: flex;
	flex-flow: row wrap;
}
#woocommerce-shop-page {
	background: none;
	padding-top: 0;
}
#woocommerce-shop-page .products {
	text-align: center;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 32%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 0 2% 10px 0;
    /* float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;*/
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 10px;
	}
	.woo-wrapper .site-content, .woo-wrapper #woo-shop-side {
		width: 100%;
	}
	.woo-wrapper #woo-shop-side {
		order: -1;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 769px) {
	.woo-wrapper #woo-shop-side {margin-left: 4%;}
}

#woocommerce-shop-page a.woocommerce-LoopProduct-link {
	background: #D6ABC1;
	color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 1.2px;
	line-height: 1.2em;
    min-height: 46px;
	padding: 0 5px;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 10px;
}
#woocommerce-shop-page a.woocommerce-LoopProduct-link h2 {font-weight: normal;}
#woocommerce-shop-page h1, #woocommerce-shop-page .woocommerce-result-count, #woocommerce-shop-page .woocommerce-ordering, #woocommerce-shop-page .products .button {
	display: none;
}
.search-results #woocommerce-shop-page h1 {display: block;}
#woocommerce-shop-back {display: none; text-align: center;}
.search-results #woocommerce-shop-back {display: block;}

#woo-shop-side {padding-bottom: 20px;}
#woo-shop-side .search-field {width: 100%; -webkit-appearance: none;}
#woo-shop-side button[type=submit] {display: none; background: none; border: 0; color: #fff; font-size: 1px; overflow: hidden; width: 40px;}
#woo-shop-side button[type=submit]:before {
	color: #4b4a4b;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f002";
}
#woo-shop-side button[type=submit]:hover:before {color: #b65889;}

.berocket_aapf_widget_loading:after {background: transparent !important;}
.berocket_aapf_widget_loading_container {margin-top: 40px !important;}
.hide_products > * {filter: none !important;}
.berocket_aapf_widget-title_div {padding-right: 0 !important;}
.berocket_aapf_widget {margin: 0 auto !important; max-width: 200px;}
.widget-area .widget .berocket_aapf_widget li {text-align: left;}



/* FD Mediavine player tweaks */


.mv-video-target.mv-video__featured.mv-video__optimized.mv-video__embedded {
    margin-bottom: 50px;
}

.mv-video__featured-auto-headline, .mv_auto_insert_headline {
	margin-top: 50px;
  text-align: center;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 700px) {
    .site {
        margin: 0 auto;
        max-width: 960px;
        overflow: hidden;
        padding: 50px 0px 0px;
    }

    .site-content {
        float: left;
        width: 62%;
    }

    body.template-front-page .site-content,
    body.single-attachment .site-content,
    body.full-width .site-content {
        width: 100%;
    }

    .widget-area {
        float: right;
        width: 33%;
        padding: 0px;

    }

    .header img {
        margin: 5px 0px;
        width: 172px;
        padding-top: 5px;
    }

    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        border-bottom: none;
        border-top: none;
        display: inline-block !important;
        text-align: right;
        width: inherit;
        float: right;
    }

    .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: #4b4a4b;
        line-height: 7;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .main-navigation li a:hover {
        color: #b65889;
    }

    .main-navigation li {
        margin: 0 5px;
        position: relative;
    }

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        -webkit-box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
        -moz-box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
        box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
        background: rgba(182, 88, 137, .95);
        margin-left: -30px;
    }

    .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 {
        margin: 0 auto;
    }

    .main-navigation li ul li a {
        background: transparent;
        border-bottom: 0px;
        display: block;
        font-size: 10px;
        line-height: 1.5;
        padding: 8px 10px;
        width: 125px;
        white-space: normal;
        text-align: center;
        color: #ffffff;
    }

    .main-navigation li ul li a:hover {
        background: transparent;
        color: #4b4a4b;

    }

    .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: #4b4a4b;
        font-weight: 700;
    }

    .menu-toggle, #social {
        display: none;
    }

    #respond form input[type="text"] {
        width: 45%;
    }

    #respond form textarea.blog-textarea {
        width: 78%;
    }

    .commentlist .children {
        margin-left: 40px;
    }

    .feat {
        width: 200px;
        height: 200px;
    }

    #post-home .entry-header .entry-title {
        font-size: 18px;
    }

    .excerpt {
        width: 100%;
    }

    #post-abbr .feat {
        width: 142px;
        height: 142px;
    }

    #post-home .feat {
        width: 150px;
        height: 275px;
    }

    #post-abbr #title {
        width: 142px;
        font-size: 10px;
    }

    .sm-bottom, .sm-top {
        width: 100px;
    }

    .big, .big img {
        width: 210px;
    }

    .sm-bottom img, .sm-top img {
        width: 100px;
    }
	
	#mobile-search {
		display: none;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
    body {
        background-color: #efedea;
    }

    body .site {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: none;
        max-width: 100%;
        min-width: 960px;
    }

    #main {
        padding: 0px 30px 0px;
        margin: 0 auto;
        box-shadow: none;
        max-width: 1060px;
        min-width: 960px;
    }

    body.custom-background-empty {
        background-color: #efedea;
    }

    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: 61%;
    }

    .header img {
        width: 250px;
        padding-top: 0px;
    }

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

    .main-navigation li a, .main-navigation li ul li a {
        font-size: 12px;
    }

    #social-mobile {
        display: none;
    }

    #social {
        display: inherit;
        position: fixed;
        right: 0;
        text-align: left;
        height: auto;
        top: 200px;
        z-index: 3000;
        background: transparent
    }

    #social a {
        margin: 15px 10px;
        list-style: none;
        font-size: 13px;
        display: block;
    }

    #social a, #social a:visited {
        color: #4b4a4b;
        padding: 0 0px
    }

    #social a:hover, #social a:visited:hover {
        color: #b65889;
    }

    #post-home .entry-header .entry-title {
        font-size: 24px;
    }

    .feat {
        width: 300px;
        height: 300px;
    }

    .excerpt {
        width: 85%;
    }

    #post-home .feat {
        width: 300px;
        height: 450px;
    }

    #post-abbr .feat {
        width: 200px;
        height: 200px;
    }

    #post-abbr #title {
        width: 200px;
        font-size: 12px;

    }

    #post-home .feat {
        height: 400px;
    }

    .big, .big img {
        width: 350px;
    }

    .sm-top, .sm-top img {
        width: 172px;
    }

    .sm-bottom, .sm-bottom img {
        width: 172px;
    }

.wpp-list img.wpp-thumbnail {
width: 48%;
}
}

/* =Mobile Phones
----------------------------------------------- */
@media screen and (max-width: 700px) {
    .site {
        padding: 50px 0px 0px;

    }

    #main {
        padding: 0px 10px;
    }

    .widget-area {
        border-left: 0px;
        margin-bottom: 30px;
    }

    .menu-toggle {
        display: inline-block;
        float: right;
        text-align: right;
        min-width: 50px;
        max-width: 250px;
        border: 0px;
        left: 0;
        z-index: 3000;
        font-weight: 700;
        font-size: 12px;
        color: #4b4a4b;
        background: #FFFFFF;
        margin-top: 20px;
    }

    #socialmedia {
        display: inline-block;
        float: right;
        text-align: right;
        margin: 0px 0px 10px;
    }

    .main-navigation ul.nav-menu.toggled-on {
        display: block;
        background: rgba(182, 88, 137, .95);
        width: 200px;
        position: fixed;
        right: 0px;
        padding: 10px 0px;
        top: 70px;
        text-align: right;
        -webkit-box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
        -moz-box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
        box-shadow: 2px 9px 24px -9px rgba(75, 74, 75, 0.45), inset 2px 9px 24px -9px rgba(75, 74, 75, 0.45);
		z-index: 500;
    }

    .main-navigation li a, .main-navigation li a:visited {
        color: #ffffff;
        background: transparent;
        font-weight: 700;

    }

    .main-navigation li a:hover, .main-navigation li a:visited:hover {
        color: #4b4a4b;
    }

    .main-navigation li {
        text-transform: uppercase;
        margin: 0px auto;
        padding: 0px 15px 0px 0px;
        font-size: 12px !important;
        line-height: 2.5 !important;
    }

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

    }

    .main-navigation li a {
        font-weight: 400;
    }

    .footer-comments, .post-category {
        display: block;
        text-align: center;
        float: none;
        margin: 5px auto;
    }

    .home-post {
        display: block;
    }

    .feat {
        display: block;
        margin: 0px auto;
        text-align: center;
        width: inherit;
    }

    .homepost .feat {
        text-align: center;
    }

    .post-info {
        display: block;
        padding: 10px 0px;
    }

    .big, .sm-bottom, .sm-top {
        width: 200px;
        display: block;
        float: none;
        text-align: center;
        margin: 10px auto;
    }

    .big img, .sm-bottom img, .sm-top {
        width: 200px;
    }

    .instagram {
        height: inherit;
        position: static;
    }

    .cl, .cr, .col {
        float: none;
        text-align: center;
        display: block;
        line-height: 1.25;
        margin: 5px auto;
    }

    .mailchimp .mc-field-group, .mailchimp .clear {
        display: block;
        margin: 5px auto;
    }

    #slider .slide {
        width: 400px;
    }

    #slider .slide .featured {
        height: 400px;
    }

    #slider .slide-title {
        background-image: none;
        background-color: rgba(255, 255, 255, .95);
        width: 300px;
        height: 120px;
    }

    #details {
        max-width: 300px;
        min-width: 200px;
        width: inherit;
        top: 110px;

    }

    .lightbox .lightbox-inner {
        width: 275px;
    }

    #subscribe.lightbox .lightbox-inner form .form-bottom .fl, #subscribe.lightbox .lightbox-inner form .form-bottom .fr, #subscribe.lightbox .lightbox-inner form .form-bottom {
        width: inherit;
        float: none;
        height: inherit;
        max-width: inherit;
    }

    #subscribe.lightbox .lightbox-inner form input[type="submit"] {
        max-width: 275px;
    }

    #post-abbr {
        display: block;
        margin: 20px auto;
    }

    #title {
        text-transform: uppercase;
        letter-spacing: 1px;
        height: inherit;
        padding: 30px 0px;
        font-size: 12px;
        background: #ffffff;
        display: block;
        width: inherit;
        line-height: 1.25;
        text-align: center;
    }

    #title a {
        color: #4b4a4b;
        padding: 0 10px;
        text-align: center;
        display: block;
    }
}

/* =Print
----------------------------------------------- */
@media print {
    body {
        background: none !important;
        color: #4b4a4b;
        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;
    }

    .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: #4b4a4b;
        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;
    }
}