/*!
Theme Name: HelloNutritarian
Theme URI: http://hellonutritarianblog.com
Author: Lindsay Humes
Author URI: https://www.lindsayhumes.com
Description: Custom WordPress Theme Developed By Lindsay Humes
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellonutritarian
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/
@import url('css/elements.css');
@import url('css/slick.css');


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    color: #505d5e;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

button, input, select, optgroup, textarea {
    color: #505d5e;
    font-family: 'poppins', Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1;
    font-family: 'poppins', Arial, sans-serif;
    font-weight: 400;
    margin: 0px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    color: #2c8685;
}

p {
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

blockquote {
    margin: 25px 0px;
    color: #2c8685;
    background: #f1f1f1;
    padding: 15px;
    font-family: 'poppins', Arial, sans-serif;
}

.small-caps {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
}

.small-serif {
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1;
}

.cursive {
    font-family: "northwell", cursive;
    font-size: 48px;
    text-transform: lowercase;
    line-height: 1;
}

.content-meta {
    font-size: 14px;
}

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a, a:visited, a:focus, a:active, .purple a {
    color: #2c8685;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.green {
    color: #2c8685;
}

a:hover {
    color: #505d5e;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}

.alt-link, .alt-link a {
    color: #505d5e;
}

.alt-link a:hover {
    color: #2c8685;
}

.white, .white a {
    color: #FFFFFF;
}

.white a:hover {
    color: #bfdada;
}

.entry-content a, .page-content a {
    color: #2c8685;
    background-image: linear-gradient(180deg, transparent 0, #f1f1f1 0);
    text-decoration: none;
    background-position: 0 .7em;
    background-repeat: no-repeat;
    padding: 1px 0;
    transition: all .1s ease-in-out;
    font-weight: 700;
}

.entry-content a:hover, .page-content a:hover {
    background-position: 0 0;
    color: #505d5e;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-radius: 0px;
    background: #2c8685;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 15px 20px;
    font-family: 'poppins', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #505d5e;
    transition: all .8s ease 0s;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    background: #2c8685;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #505d5e;
    border: 2px solid #F1F1F1;
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    min-width: 200px;
    width: 100%;
    margin: 2px auto;
    font-size: 13px;
    font-weight: 400;
    -webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #505d5e;
}

select {
    border: 2px solid #F1F1F1;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-align-last: center;
    padding: 15px 20px;
    min-width: 200px;
    width: 100%;
    color: #505d5e;
    font-size: 13px;
    font-family: 'poppins', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

textarea {
    width: 100%;
}

label {
    font: 12px 'montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #505d5e;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #505d5e;
    font: 12px 'montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #505d5e;
    font: 12px 'montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #505d5e;
    font: 12px 'montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

:-moz-placeholder { /* Firefox 18- */
    color: #505d5e;
    font: 12px 'montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

input[type="checkbox"] {
    border-radius: 20px;
    -webkit-appearance: button;
    background: #f1f1f1;
    border: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 13px !important;
    height: 13px;
    color: transparent;
    vertical-align: top;
}

input[type="checkbox"]:checked {
    background: #2c8685;
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
.site-title {
    padding: 0px;
    line-height: 1;
}

.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background: #FFFFFF;
    text-align: center;
    margin: 0px auto;
    position: relative;
}

.nav-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.main-navigation .cl {
    width: 20%;
    text-align: left;
}

.main-navigation .cr {
    width: 80%;
    text-align: right;
}

.primary-menu, .social-menu, .search-link {
    display: inline-block;
}

.primary-menu:after {
    content: '|';
    color: #2c8685;
    padding-left: 15px;
    font-weight: 400;
    font-size: 24px;
    vertical-align: sub;
}

.main-navigation .social-menu:after {
    content: '|';
    color: #2c8685;
    margin-right: 15px;
    font-weight: 400;
    font-size: 24px;
    vertical-align: sub;

}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.main-navigation li a {
    padding: 5px;
    display: block;
}

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

.main-navigation .social-menu li a {
    padding: 5px;
}

.main-navigation li ul li a {
    padding: 5px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 62px;
    left: -999em;
    z-index: 99999;
    display: block;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    padding: 10px 5px;
}

.main-navigation ul ul li {
    text-align: left;
    margin: 0px;
    display: block;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

/*--------------------------------------------------------------
# Fixed Menu
--------------------------------------------------------------*/
.fixed {
    position: fixed !important;
    display: table;
    table-layout: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
}

/*--------------------------------------------------------------
# MOBILE MENU
--------------------------------------------------------------*/
.mobile-menu {
    display: none;
    width: 100%;
    z-index: 999;
    position: relative;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    padding: 10px 0px;
}

.mobile-menu .col-3.left, .mobile-menu .col-3.right {
    width: 10%;
    text-align: center;
}

.mobile-menu .col-3.middle {
    width: 80%;
    text-align: center;
}

.mobile-menu img {
    width: auto;
    height: 60px;
}

.mobile-menu.fixed img {
    height: 50px;
    width: auto;
}

.fixed.mobile-menu .col-3.left, .fixed.mobile-menu .col-3.right {
    padding-bottom: 5px;
}

.fixed.mobile-menu {
    padding: 10px 0px 0px;
}

.mobile-menu.fixed .searchbar {
    top: 60px;
}

/*--------------------------------------------------------------
DRAWER MENU
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 300px;
    background-image: url('images/bg.png');
    color: #505d5e;
    z-index: 999999999999;
    display: none;
    line-height: 2;
    overflow: scroll;
    padding: 15px;
    width: 100%;
    height: 100%;
}

#drawer.open {
    display: table !important;
    table-layout: fixed;

}

#cover {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999999999999;
    background: rgba(255, 255, 255, .45);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

#close-drawer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    background: #2c8685;
    color: #ffffff;
    font-size: 17px;
    padding: 8px 13px;
}

.drawer-inner {
    opacity: 1;
    margin: 0px auto;
    position: relative;
    padding: 15px;
    background: #FFFFFF;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#drawer-nav {
    width: inherit;
    margin: 0px auto;
}

#drawer .search-form {
    padding: 15px 30px;
    margin: 0px auto;
    display: block;
}

#drawer-menu {
    display: none;
}

#drawer ul.sub-menu {
    -webkit-padding-start: 0px;
    margin: 0px 0px 0px 15px;
}

#drawer li {
    display: block;
    text-align: left;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

#drawer .searchform input {

}

.slicknav_menu li.menu-item-has-children a.slicknav_row:before {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 5px;
}

ul.slicknav_nav.slicknav_hidden {
    display: block !important;
    margin: 0px;
}

.slicknav_btn {
    display: block;
    padding: 10px 0;
}

.slicknav_nav li {
    margin-top: 10px;
}

.slicknav_menu .sub-menu {
    margin-left: 20px;
}

.drawer-social {
    margin: 30px auto;
    border-top: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;
    padding: 15px 0px;
}

.drawer-social .social-menu {
    display: block;
    margin: 0px;
}

.drawer-social .social-menu:after {
    display: none;
}

#drawer .drawer-social li {
    display: inline-block;
    margin: 0px 5px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.searchbar {
    clear: both;
    background: #FFFFFF;
    position: absolute;
    z-index: 7000;
    text-align: center;
    padding: 30px;
    display: none;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 76px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
}

.searchbar input[type="text"] {
    border: 0px;
    background: transparent;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.posts-navigation {
    text-align: center;
    margin: 0px auto 60px;
}

.posts-navigation {
    text-align: center;
    margin: 40px auto 60px;
    font-family: 'poppins', Arial, sans-serif;
    font-weight: 700;

}

.custom-pagination {
    margin: 0px auto 70px;
    text-align: center;
}

.page-numbers {
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 3px;
    background: #bfdada;
    color: #2c8685;
}

.page-numbers.current {
    color: #FFFFFF;
    background: #2c8685;
}

.next.page-numbers, .prev.page-numbers {
    background: transparent;
    color: #2c8685 !important;
}

.page-numbers.dots {
    color: #2c8685;
    background: transparent;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-handle span {
    display: block;
    width: 100%;
    font-family: 'poppins', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
}

#infinite-handle span:hover {
    background: #2c8685;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    display: block;
    margin: 0px auto;
    text-align: center;
    background-image: url('images/bg.png');
    position: relative;
    z-index: 1;
}

.site-footer:after {
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.site-info {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
    display: table;
    table-layout: fixed;
    border-top: 2px solid #f1f1f1;
    padding: 30px 30px 0px;
    background: #FFFFFF;
}

.site-info .cl {
    width: 30%;
    padding: 20px;
    vertical-align: top;
}

.site-info .cl .content-meta {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 1.5;
}

.site-info .cursive {
    font-size: 28px;
}

.site-info .cr {
    width: 70%;
    padding: 0px;
    vertical-align: middle;
    text-align: left;
}

.site-info ul.footer-social {
    margin: 20px auto 0px;
}

/*Back to Top Button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    border: none;
    outline: none;
    color: #2c8685;
    cursor: pointer;
    font-size: 50px;
    text-align: center;
}

#myBtn i {
    vertical-align: middle;
}

#myBtn:hover {
    color: #505d5e;
}

/*Footer Menu*/
.footer-menu {
    margin: 20px auto 10px;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 700;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li:after {
    content: '\00b7';
    padding-left: 5px;
}

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

.credits {
    padding: 0px 0px 20px;
    font-size: 10px;
}

/*Footer Boxes*/
.box-title {
    border-top: 2px solid #f1f1f1;
    margin: 0px auto 30px;
    max-width: 1200px;
    width: 95%;
}

.box-title a {
    background: #f1f1f1;
    width: 300px;
    margin: -28px auto 0px;
    padding: 20px 10px;
    display: block;
    text-align: center;
}

.box-title a:hover {
    background: #2c8685;
    color: #FFFFFF;
}

.boxes {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
    padding: 30px 0px;
    display: block;
    text-align: center;
}

.box {
    display: inline-block;
    width: 9%;
    margin: 0px 15px 15px;
}

.box img {
    border-radius: 100px;
}

.box img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
.subscribe-box {
    text-align: center;
}

.mc-field-group br, .mc-selection br {
    display: none;
}

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

}

.mc-selection label {
    display: inline-block;
    font-size: 9px;
}

.mc-selection input[type="checkbox"] {
    margin-right: 5px;
}

.gdpr-opt input {
    vertical-align: middle;
}

/*Post Subscribe*/
.post-subscribe {
    margin: 30px auto 0px;
    background-image: url('images/bg.png');
    padding: 30px;

}

.post-subscribe h4 {
    margin: 0px auto 20px;

}

.post-subscribe input[type="text"], .post-subscribe input[type="email"] {
    display: inline-block;
    max-width: 200px;
    padding: 10px;
}
.post-subscribe .subscribe-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post-subscribe .cl {
    width: 30%;
}
.post-subscribe .cr {
    width: 70%;
    padding-left: 10px;
    text-align: center;
}
/*--------------------------------------------------------------
# Boxzilla
--------------------------------------------------------------*/
#boxzilla-overlay {
    background: rgba(255,255,255,.35)!important;
    z-index: 99999999!important;
}
.boxzilla {
    padding: 0px!important;
    overflow: hidden!important;
}
.boxzilla-center-container {
    z-index: 999999999999!important;
    }
    .boxzilla-content {
    position: relative;
    text-align: center;
}
.popup-image {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1;
}
.popup-content {
    position: relative;
    background: rgba(255,255,255,.5);
    padding: 30px 15px;
}
.boxzilla input[type="email"], .boxzilla input[type="text"] {
    border: 0px;
    display: inline-block;
    padding: 10px;
    max-width: 245px;
}
.boxzilla br {
    display: none;
}
.boxzilla .mc-field-group {
    display: block;
    width: 100%;
    margin: 10px auto;
}
.boxzilla .mc-selection {
    padding: 10px 0px;
    display: block;
}
.boxzilla .mc-selection label {
    font-size: 10px;
}
.boxzilla .mc-selection label span {
    margin-left: 5px;
}
.boxzilla .gdpr-opt {
    font-family: Georgia, serif;
    font-size: 12px;
}
.gdpr-opt .small-serif {
    margin-left: 5px;
}
.boxzilla #mc_embed_signup_scroll {
    padding: 15px 0px 30px;
    display: block;
}
.boxzilla .clear {
    margin: 10px auto 0px;
}

/*--------------------------------------------------------------
# Boxzilla
--------------------------------------------------------------*/
#boxzilla-overlay {
    background: rgba(255, 255, 255, .35) !important;
    z-index: 99999999 !important;
}

.boxzilla {
    padding: 0px !important;
    overflow: hidden !important;
}

.boxzilla-center-container {
    z-index: 999999999999 !important;
}

.boxzilla-content {
    position: relative;
    text-align: center;
}

.popup-image {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1;
}

.popup-content {
    position: relative;
    background: rgba(255, 255, 255, .75);
    padding: 30px 15px;
}

.boxzilla input[type="email"], .boxzilla input[type="text"] {
    border: 0px;
    display: inline-block;
    padding: 10px;
    max-width: 245px;
}

.boxzilla br {
    display: none;
}

.boxzilla .mc-field-group {
    display: block;
    width: 100%;
    margin: 10px auto;
}

.boxzilla .mc-selection {
    padding: 10px 0px;
    display: block;
}

.boxzilla .mc-selection label {
    font-size: 10px;
}

.boxzilla .mc-selection label span {
    margin-left: 5px;
}

.boxzilla .gdpr-opt {
    font-family: Georgia, serif;
    font-size: 12px;
}

.gdpr-opt .small-serif {
    margin-left: 5px;
}

.boxzilla #mc_embed_signup_scroll {
    padding: 15px 0px 30px;
    display: block;
}

.boxzilla .clear {
    margin: 10px auto 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

#primary {
    width: 100%;
    float: none;
    clear: both;
}

.blog #primary {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
    text-align: center;
}

#archive-site-main {
    position: relative;
}

.archive-site-main {
    max-width: 1200px;
    padding: 30px;
    background: #FFFFFF;
    margin: 0px auto;
    width: 95%;
    display: block;
}

.archive-content {
    margin: 0px auto 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
/*--------------------------------------------------------------
# Dietary
--------------------------------------------------------------*/
.post-dietary {
    margin: 0px auto 15px;
    text-align: center;
}
.dietary {
    background: #bfdada;
    font-size: 10px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 1;
    color: #208685;
    display: table;
    border-radius: 100px;
    letter-spacing: 0px;
    text-align: center;

}
.entry-content .post-dietary a {
    background-image: none;
}
.d-label {
    margin: 0 auto;
    display: table-cell;
    width: 100%;
    height: 100%;
    line-height: 1;
    vertical-align: middle;
}

#dietary {
    display: inline-block;
    vertical-align: middle;
}



/*--------------------------------------------------------------
# Full Post Layout
--------------------------------------------------------------*/
.full {
    margin: 0px auto 30px;
}

.full .post-cat {
    text-align: center;
    margin: 20px auto 0px;
}

.signature {
    text-align: center;
    margin: 30px auto 0px;
}

/*Shop The Post*/
.post-shop {
    margin: 30px auto 0px;
    text-align: center;
}

.affiliate-title {
    border-bottom: 2px solid #f1f1f1;
    padding: 0px 0px 5px;
}

.affilite-widget, .affiliate-links {
    margin: 10px auto 0px;
}

/*Social Cta*/
.social-cta {
    background: #bfdada;
    color: #2c8685;
    text-align: center;
    padding: 30px;
    margin: 30px auto 0px;

}

.social-title {
    margin: 0px auto 10px;
}

.post-social {
    margin: 10px auto 0px;

}

.post-social li {
    display: inline-block;
    margin: 0px 10px;
}

/*Entry Share*/
.post-share {
    text-align: center;
    margin: 30px auto 0px;
}

.nc_tweetContainer {
    background: #2c8685 !important;
    border: 0px !important;
}

/*Entry Footer*/
.entry-footer {
    border-top: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;
    padding: 15px 0px;
    margin: 15px auto 0px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.entry-footer .col-3 {
    width: 20%;
}

.entry-footer .col-3.middle {
    width: 60%;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
}

.entry-footer .small-serif {
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px auto 5px;
}

/* Author Bio*/
.post-bio {
    border-bottom: 2px solid #F1F1F1;
    padding: 15px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-bio .cl {
    width: 25%;
}

.post-bio .cr {
    width: 75%;
    padding-left: 15px;
    text-align: left;
}

.post-bio .cl img {
    border-radius: 100%;
}

.post-bio h4 {
    margin: 0px 0px 15px;
}

.author-social {
    margin: 15px 0px 0px;
}

.author-social a {
    margin-right: 10px;
}

/*Related Posts*/
.related-posts {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 30px auto 0px;
    text-align: center;
}

.related-title {
    border-bottom: 2px solid #f1f1f1;
    padding: 0px 0px 5px;
    margin: 0px auto 10px;
}

.post-disclosure {
    margin: 30px auto 0px;
    text-align: center;
}

/*Cookbook*/
.featured {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: table;
    table-layout: fixed;
    line-height: 1;
}

.cookbook-cta {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 30px auto 0px;
        background-position: 0% 3%;
}

#cookbook-cta {
    height: 200px;
    display: table;
    table-layout: fixed;
}

.cookbook-content {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(255, 255, 255, .75);
    color: #505d5e;
    padding: 30px;
}

.cookbook-content .cursive {
    margin: 0px auto 15px;
}
.cookbook-content .entry-content {
    line-height: 1.5;
}

.shop-button {
    margin: 30px auto 0px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
    max-width: 800px;
    padding: 30px;
    margin: 0px auto;
}

li.comment {
    display: block;
}

.comments-area {
    margin: 0px auto 30px;
    display: block;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-respond {
    margin: 0px auto 30px;
}

h3#reply-title, h3.comments-title {
    text-align: center;
    margin: 0px auto 15px;
}

.comment-body {
    padding: 15px 0px 0px 15px;
    margin-bottom: 45px;
    border: 2px solid #f1f1f1;
    border-left: 20px solid #f1f1f1;
}

.bypostauthor .comment-body {
    border: 0px;
    background: #2c8685;
    border-left: 20px solid #bfdada;
    color: #FFFFFF;
}
.bypostauthor a {
	color: #ffffff;
	font-weight: 700;
}
.bypostauthor a:hover {
	color: #bfdada;
}
.bypostauthor .reply.small-caps {
    background: #bfdada;
}

.comment-author .small-serif {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: lowercase;
}

.reply.small-caps {
    background: #f1f1f1;
    max-width: 100px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 0px auto;
}

/*Comment Form*/
.comment-respond {
    border: 30px solid #F1F1F1;
    padding: 30px;
    margin: 0px auto 60px;
}

#cancel-comment-reply-link {
    display: block;
}

.comment-form label {
    display: block;
    margin: 0px;
}

.comment-form-cookies-consent span {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
    letter-spacing: 0px;
    vertical-align: top;
    width: 95%;
}

.comment-form-wprm-rating label {
    display: inline-block;
    margin-right: 10px;
}
p.akismet_comment_form_privacy_notice {
    margin: 0px auto 60px;
    font-family: Georgia, serif;
    font-style: italic;
    text-align: center;
}
/*--------------------------------------------------------------
# Abbr
--------------------------------------------------------------*/
.abbr, .tax-posts .abbr:nth-child(3n+0) {
    width: 31%;
    margin: 0px 2% 60px 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.abbr:nth-child(3n+0), .tax-posts .abbr:nth-child(3n+1) {
    margin-right: 0px;
}

.video-posts-layout .abbr, .video-posts-layout .abbr:nth-child(3n+0) {
    margin-bottom: 0px;
}

.abbr h2 {
    margin: 15px auto;
    font-size: 24px;
    line-height: 1.25;
}

.abbr .post-cat {
    margin: 0px auto 15px;
}

.continue-reading.cursive {
    font-size: 32px;
    margin: 20px auto 0px;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid {
    width: 22.5%;
    margin: 0px 2% 30px 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.grid:nth-child(4n+0) {
    margin-right: 0px;
}

.recipe-content .grid, .recipe-content .grid:nth-child(4n+0) {
    width: 31%;
    margin: 0px 2% 60px 0px;
}

.recipe-content .grid:nth-child(3n+0) {
    margin: 0px 0px 60px 0px;
}

.related-posts .grid, .related-posts .grid:nth-child(4n+0) {
    width: 23%;
    margin: 0px 2% 0px 0px;
}

.related-posts .grid:nth-child(5n+0) {
    margin: 0px;
}

.featured-image {
    line-height: 0;
}

.featured-image:hover {
    opacity: .75;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grid-info {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    padding: 5px;
    min-height: 100px;
    background: #FFFFFF;
}

.grid-info h2 {
    font-size: 19px;
    line-height: 1.25;
    margin: 0px auto 10px;
}

.related-posts .grid-info h2 {
    font-size: 18px;
}

#grid-info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.video-info.grid-info {
    min-height: 117px;
    padding: 10px;
}

.video-image {
    width: 100%;
    position: relative;
    padding: 0px;
    padding-bottom: 57%;
    text-align: center;
    margin: 0px auto;
}

.video-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-info h2 {
    font-size: 24px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.list {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
    max-width: 1200px;
    border-bottom: 2px solid #f1f1f1;
    padding: 0px 0px 30px;
}

.list-post {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.list-image {
    display: table-cell;
    width: 65%;
}

.list-info {
    display: table-cell;
    width: 35%;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
}

.list-info h2 {
    line-height: 1.25;
}

.list-info .post-cat {
    margin: 25px auto;
}

/*--------------------------------------------------------------
# Square
--------------------------------------------------------------*/
.square-image {
    position: relative;
}

.square-image a, .square-image img {
    display: block;
    line-height: 1;
}

.square-content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.square .featured-image:hover, .featured-image:hover .square-content, .square-content:hover {
    opacity: 1;
}

.square-content .small-caps {
    background: rgba(255, 255, 255, .95);
    padding: 10px;
}

.square .featured-image:hover a:hover {
    color: #505d5e;
}

/*--------------------------------------------------------------
# ERRORS
--------------------------------------------------------------*/
.error404 .content-meta {
    text-align: center;
}

.error404 .searchform, .no-results .searchform {
    width: 300px;
    margin: 15px auto 0px;
}

.no-results.not-found {
    max-width: 720px;
    margin: 0px auto;
    text-align: center;
}

/*--------------------------------------------------------------
#ARCHIVE TEMPLATE
--------------------------------------------------------------*/
.archive-hero {
    background-image: url('images/bg.png');
    position: relative;
    padding: 30px 0px;
}

#archive-hero {
    max-width: 720px;
    margin: 0px auto;
    text-align: center;
    width: 95%;
}

#archive-hero .content-meta {
    margin-top: 15px;
}

#primary:after {
    background-image: url('images/bg.png');
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.tax-posts {
    text-align: center;
    border-bottom: 5px solid #f1f1f1;
    margin: 0px auto 45px;
}

.archive-subtitle {
    margin: 0px auto 20px;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page-title {
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    color: #2c8685;
    font-weight: 700;
}

.search .page-title {
    margin: 20px auto 0px;
}

.page-template-default .entry-content {
    max-width: 900px;
    margin: 0px auto;
}

/*--------------------------------------------------------------
# ARCHIVES
--------------------------------------------------------------*/
.archive-group {
    display: block;
    margin: 0px auto 60px;
    text-align: center;
}

.archive-group ul {
    margin: 0px;
}

.archive-group li {
    display: inline-block;
    margin: 0px 5px;
}

.archive-group li ul {
    display: inline-block;
}

.archive-group .small-serif {
    font-size: 18px;
    text-transform: lowercase;
    letter-spacing: 0px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# RECIPE INDEX
--------------------------------------------------------------*/
.page-recipe .page-header .small-caps {
    text-align: center;
    margin: 20px auto 0px;
}

.page-description {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
    padding: 20px;
    margin: 10px auto;
    max-width: 900px;
}

.page-description .entry-content {
    max-width: 600px;
    margin: 0px auto;
}

.page-description.visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
}

/*Filter Features*/
.page-recipe .page-main {
    max-width: 1200px;
}

.recipe-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0px 10px;
}

.recipe-content .cl {
    width: 25%;
    vertical-align: top;
    padding-right: 20px;
}

.recipe-content .cr {
    width: 75%;
    vertical-align: top;
    text-align: left;
}

/*Filter Menu*/
.filter-title.cursive {
    font-size: 26px;
    margin: 0px auto 10px;
}

.recipe-content li {
    display: block;
}

#filter-group {
    margin: 0px 0px 15px;
}

#filter-group input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
}

.accordion-button {
    display: block;
    text-align: left;
    cursor: pointer;
}

.accordion-button:after {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #2c8685;
}

.accordion-content {
    margin-top: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
}

.accordion-selected span {
    display: block;
    background: #2c8685;
    color: #FFFFFF;
    padding: 5px;
    cursor: pointer;
}

.recipe-content .recipe-reset {
    margin: 20px 0px 0px;
}

input[type="reset"], input[type="reset"]:active, input[type="reset"]:focus {
    background: transparent;
    color: #2c8685;
    padding: 0px;
    display: block;
    border-bottom: 2px solid #2c8685;
}

input[type="reset"]:hover {
    background: transparent;
    color: #505d5e;
    border-bottom: 2px solid #505d5e;
}

/*--------------------------------------------------------------
# SECTION
--------------------------------------------------------------*/
.featured {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: table;
    table-layout: fixed;
    line-height: 1;
}

.static .page-header {
    display: block;
    padding: 30px 0px;
    background-image: url('images/bg.png');
    text-align: center;
    margin: 0px auto;
}

.static .page-title {
    margin: 0px auto;
}

/*Page Menu*/
.page-tab-menu li {
    display: block;
    line-height: 1.25;
    margin: 0px 0px 5px;
}

.sections .cl .green {
    margin: 0px 0px 10px;
}

.page-tab-menu li a {
    text-align: left;
    padding: 0px;
    background: none;
}

.sections .cr .small-caps {
    margin: 0px 0px 10px;
}

.page-links {
    margin: 10px 0px 0px;
}

.page-links li {
    margin: 0px 0px 10px;
    display: block;
}

.sections {
    display: table;
    table-layout: fixed;
    max-width: 1000px;
    margin: 40px auto;
    width: 95%;
}

.sections .cl {
    width: 25%;
    vertical-align: top;
    padding-right: 40px;
}

.sections .cr {
    width: 75%;
    text-align: left;
    vertical-align: top;
}

.sections .tab-content {
    display: block;
}

/*Press Image*/
.section-press, .section-posts {
    margin: 15px auto;
    border-top: 2px solid #f1f1f1;
    text-align: center;
    padding: 30px 0px 0px;
}

.press-image {
    max-width: 150px;
    margin: 10px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
}
.wpcf7 {
    margin: 30px auto 0px;
}
.wpcf7-submit {
    display: block;
    width: 100%;
}
/*--------------------------------------------------------------
# SHOP
--------------------------------------------------------------*/
.page-primary {
    position: relative;
}

.page-main {
    max-width: 800px;
    padding: 30px;
    background: #FFFFFF;
    margin: 0px auto;
    width: 95%;
}

.page-template-page-shop .page-main {
    max-width: 1200px;
    width: 95%;
}

.page-primary:after {
    background-image: url('images/bg.png');
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.archive-hero.hentry {
    margin: 0px auto;
}

/*Shop Menu*/
.page-menu {
    margin: 15px auto;
    text-align: center;
}

.page-menu li {
    display: inline-block;
}

.page-menu li:after {
    content: '\00b7';
    padding-left: 3px;
}

.page-menu li:last-child:after {
    display: none;
}

.page-menu li.active {
    color: #505d5e;
}

/*Products*/
.shop-content {
    text-align: center;
}
.shop-section-details {
    margin: 0px auto 30px;
    padding: 0px 0px 30px;
    border: 2px solid #fafafa;
}
.shop-section-details h5 {
    margin: 0px auto 15px;
}
.shop-section-details .content-meta {
    max-width: 600px;
    width: 95%;
    margin: 0px auto;
}

.product {
    display: inline-block;
    margin: 0px 2% 30px;
    width: 20%;
    vertical-align: top;
    text-align: center;
}

.product h5 {
    margin: 10px auto;
    font-size: 18px;
}

.product .cursive {
    font-size: 24px;
}

/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/
.page-product {
    margin: 0px auto 60px;
}

.product-section {
    padding: 0px;
}

.product-section.even {
    background-image: url('images/bg.png');
    padding: 60px 0px;
    margin: 0px auto;

}
.product-section:last-child {
    margin: 0px auto 60px;
}
.product-section h2.green {
    font-size: 24px;
    text-align: center;
    line-height: 1.25;
    margin: 0px auto 30px;
    font-weight: 700;
    max-width: 900px;
}

.product-button {
    text-align: center;
    margin: 30px auto 0px;
    max-width: 900px;
}

/*Image*/
.image-content {
    text-align: center;
    line-height: 0;
}

.image-content img {
    width: 100%;
    height: auto;
}

/*Quote*/
.quote-content {
    color: #2c8685;
    font-family: 'poppins', Arial, sans-serif;
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
    margin: 0px auto;
    max-width: 900px;
}

/*Column*/
.column-content {
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 50px;
    -ms-column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    max-width: 900px;
    margin: 0px auto;
}

/*Full*/
.full-content {
    max-width: 900px;
    margin: 0px auto;
    width: 90%;
}

/*video*/
.video-content, .video-featured-image {
    width: 100%;
    position: relative;
    padding: 0px;
    padding-bottom: 57%;
    text-align: center;
    margin: 0px auto;
}

.video-content iframe, .video-featured-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*Gallery*/
.gallery-content {
    margin: 0px auto 30px;
    max-width: 100%;
    width: 100%;
    clear: both;
}

.product-gallery {
    margin: 0px auto;
    text-align: center;
}

li.page-box {
    width: 29%;
    margin: 0px 2%;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    vertical-align: top;
    float: left;
}

ol.boxes {
    list-style: none;
    counter-reset: my-awesome-counter;
}

li.page-box {
    counter-increment: my-awesome-counter;
}

ol.boxes li.page-box::before {
    content: counter(my-awesome-counter) "";
    color: #208685;
    font-weight: bold;
    background: #bfdada;
    font-family: 'poppins', Arial, sans-serif;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    font-size: 24px;
    line-height: 50px;
    left: -10px;
    top: -10px;
    z-index: 9999;
}
.box-graphic img {
    display: block;
    text-align: center;
    margin: 0px auto;
        height: 200px;
    width: auto;
    display: block;
    text-align: center;
}
/*testimonial*/
.testimonial {
    max-width: 900px;
    width: 95%;
    margin: 0px auto 30px;
    text-align: center;
}
.testimonial-table {
    margin: 0px auto 30px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.testimonial-table .cl {
    width: 25%;
}
.testimonial-table img {
    border-radius: 100%;
}
.testimonial-table .cr {
    text-align: left;
    width: 75%;
    padding-left: 20px;
    font-size: 18px;
}
/*Faqs*/
.faqs {
    max-width: 900px;
    width: 95%;
    margin: 0px auto;
}
.faqs .accordion-button {
    text-align: center;
    background: #bfdada;
    padding: 10px;
    margin: 0px auto;
}
.faqs .accordion-content {
    margin-top: 0px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.faqs .accordion-button:after {
    color: #505d5e;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*Blog Hero*/
.blog-hero #cookbook-cta {
    margin: 0px auto;
    padding: 100px 0px;
    display: block;
    height: inherit;
}
.blog-hero .cookbook-content {
    max-width: 600px;
    margin: 0px auto;
    background: rgba(255,255,255,.9);
    padding: 45px;
    display: table;
}

.blog-hero .cursive {
    font-size: 100px;
    line-height: 1;
    margin: 0px auto;
}
.cookbook-content .cursive {
    font-size: 65px;
}

.blog-hero .subheadline {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0px auto 30px;
}

.blog-hero .entry-content, .cookbook-content .entry-content  {
    line-height: 1.5;
    max-width: 600px;
    margin: 0px auto;
    font-weight: 700;
    font-size: 18px;
}

.grid-posts-layout {
    background-image: url('images/bg.png');
    padding: 45px 0px 0px;
}

.blog-section-posts {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto 45px;
    text-align: center;
}

.video-posts-layout {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto 45px;
    padding: 30px 30px 5px;
    text-align: center;
    border: 2px solid #f1f1f1;
}

/*Blog Boxes*/
.blog-section-boxes {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto 65px;
    text-align: center;
}
.blog-section-boxes li {
    display: inline-block;
	width: 19%;
	margin: 0px 5px 0px 0px;
}
.blog-section-boxes li a {
    display: block;
    background: #ffb300;
    padding: 15px;
    width: 100%;
}

.blog-section-boxes li a {
    color: #FFFFFF !important;
}

.blog-section-boxes li:hover a{
    background: #2c8685 !important;
}

.blog-section-boxes li:nth-child(2) a{
    background: #fb8c00;
}

.blog-section-boxes li:nth-child(3) a {
    background: #d81b60;
}

.blog-section-boxes li:nth-child(4) a {
    background: #8e24aa;
}

.blog-section-boxes li:nth-child(5) a {
    background: #3949ab;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .blog-hero #cookbook-cta {
        height: 665px;
    }
    .main-navigation li {
    display: inline-block;
    margin: 0px;
    font-size: 10px;
}
.primary-menu:after {
    padding-left: 0px;
}
.main-navigation .social-menu:after {
    margin-right: 0px;
}
.blog-section-boxes li {
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .main-navigation {
        display: none;
    }

    .mobile-menu {
        display: table;
    }

    .cl, .cr {
        display: block !important;
        text-align: center !important;
        width: inherit !important;
    }

    /*Post Format*/
    .grid, .footer-post-content .grid, .footer-post-content .grid:nth-child(4n+0), .recipe-content .grid, .recipe-content .grid:nth-child(4n+0), .recipe-content .grid:nth-child(3n+0) {
        width: 47%;
        margin-bottom: 20px;
        margin-right: 2%;
    }

    .grid:nth-child(2n+0), .related-posts .grid:nth-child(5n+0), .recipe-content .grid:nth-child(2n+0) {
        margin-right: 0px;
    }

    .related-posts .grid, .related-posts .grid:nth-child(4n+0), .related-posts .grid:nth-child(5n+0) {
        width: 47%;
        margin: 0px 1% 20px;
    }

    .footer-post-content .grid:nth-child(2), .footer-post-content .grid:nth-child(6) {
        margin-right: 2%;
    }

    .grid-info {
        min-height: 168px;
    }

    .grid-info h4 {
        font-size: 24px;
    }

    .cat-box a {
        font-size: 10px;
    }

    .list-image, .list-info {
        display: block;
        width: 100%;
    }

    .tax-posts .abbr:nth-child(3n+0) {
        width: 100%;
        display: block;
        margin-right: 0px;
    }

    .product {
        width: 45%;
    }

    .abbr {
        display: block;
        width: 100%;
        margin: 0px auto 30px;
    }

    /*Solo Post*/
    .entry-footer .col-3 {
        width: 100%;
        display: block;
        margin: 0px auto;
    }

    .entry-footer .col-3.middle {
        width: 100%;
        border-bottom: 2px solid #f1f1f1;
        border-top: 2px solid #f1f1f1;
        margin: 10px auto;
        padding: 10px 0px;
        border-left: 0px;
        border-right: 0px;
    }

    /*Blog*/
    .blog-section-boxes li {
        display: block;
        margin: 5px auto;
        padding: 15px;
        width: 100%;
        font-size: 13px;
    }

    /*Footer*/
    .box {
        display: inline-block;
        width: 45%;
        margin: 0px 2% 20px;
    }

    .site-info .cl, .site-info .cr {
        width: 100%;
        display: block;
        margin: 0px auto;
    }

    .site-info ul.footer-social {
        display: block;
        text-align: center;
    }

    .credits {
        font-size: 6px;
    }

    #myBtn {
        bottom: 20px;
        right: 20px;
        font-size: 30px;
    }

    /*Recipe-Box*/
    .recipe-content .cl {
        padding-right: 0px;
        padding-bottom: 20px;
        border-bottom: 2px solid #f1f1f1;
        margin: 0px auto 20px;
    }

    #filter-group {
        margin: 0px 2% 15px;
        display: inline-block;
        vertical-align: top;
        width: 45%;
    }

    /*Shop*/
    .page-menu li {
        width: 45%;
        vertical-align: top;
        margin: 0px 2% 15px;
        font-size: 10px;
    }

    .page-menu li:after {
        display: none;
    }

    /*Section*/
    .featured.full-post {
        height: 250px
    }

    .sections .cl {
        padding-right: 0px;
        padding-bottom: 20px;
        margin: 0px auto;
    }

    .sections .cr {
        text-align: left !important;
        width: 95%;
        margin: 0px auto;
    }

    .page-links {
        margin: 0px auto;
        text-align: center;
    }

    .sections .cl .green {
        text-align: center;
    }

    /*Product*/
    .column-content {
        column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0px;
        -ms-column-gap: 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        max-width: 900px;
        margin: 0px auto;
        width: 95%;
    }

    .product-gallery li {
        width: 100%;
        margin: 0px auto 30px;
        float: none;
        display: block;
    }
.post-subscribe .cr {
    width: 70%;
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
}
li.page-box {
    width: 100%;
    margin: 0px auto 30px;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    vertical-align: top;
    float: none;
    display: block;
}
.blog-hero .cookbook-content {
    max-width: 600px;
    margin: 0px auto;
    background: rgba(255,255,255,.9);
    padding: 30px;
    display: table;
    width: 75%;
	}
}
.faqs #filter-group {
    margin: 0px auto 20px;
    display: block;
    width: 100%;
}
.testimonial-table .cl img {
    max-width: 200px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0px auto 20px;
}
}
	