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


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/
/* moved to function.php - wp_enqueu_style, 2019-12-19 */
/*@import url('css/elements.css');*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    color: #1A2735;
    font-family: 'merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

button, input, select, optgroup, textarea {
    color: #1A2735;
    font-family: 'brandon', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1;
    font-family: 'robotoslab', Georgia, serif;
    font-weight: 700;
    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;
}

p {
    margin-bottom: 15px;
}

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

blockquote {
    margin: 25px 0px;
    color: #8f7259;
    background: #EFEFF0;
    padding: 30px;
}

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

.big-serif {
    font-family: 'robotoslab', Georgia, serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
}

.small-serif {
    font-family: 'robotoslab', Georgia, serif;
    font-style: italic;
    font-size: 13px;
    line-height: 1;
    text-transform: lowercase;
    letter-spacing: 0px;
    font-weight: 400;
}

.content-meta {
    font-size: 12px;
    line-height: 2;
}

.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 {
    color: #8f7259;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.gold, .gold a {
    color: #8f7259;
}

a:hover {
    color: #1A2735;
    -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: #1A2735;
}

.alt-link a:hover {
    color: #8f7259;
}

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

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

.entry-content a {
    color: #8f7259;
    background-image: linear-gradient(180deg, transparent 0, #EFEFF0 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 {
    background-position: 0 0;
    color: #8f7259;
}

/*--------------------------------------------------------------
# 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: #8f7259;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 15px 20px;
    font-family: 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #EFEFF0;
    color: #8f7259;
    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: #8f7259;
}

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: #1A2735;
    border: 2px solid #EFEFF0;
    border-radius: 0px;
    padding: 10px;
    text-align: left;
    min-width: 200px;
    width: 100%;
    margin: 2px auto;
    font-size: 13px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    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: #1A2735;
}

select {
    border: 2px solid #EFEFF0;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-align-last: center;
    padding: 10px;
    min-width: 200px;
    width: 100%;
    color: #1A2735;
    font-size: 13px;
    font-family: 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
}

textarea {
    width: 100%;
}

label {
    font: 13px 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1A2735;
    margin-bottom: 5px;
    display: inline-block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1A2735;
    font: 13px 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #1A2735;
    font: 13px 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #1A2735;
    font: 13px 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1A2735;
    font: 13px 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

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

input[type="checkbox"]:checked {
    background: #1A2735;
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/*Top Bar // Secondary Navigation*/
#secondary-nav {
    display: block;
    background: #EFEFF0;
    margin: 0px auto;
    max-width: 100%;
}

#site-branding {
    display: table;
    table-layout: fixed;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

#secondary-nav .cl {
    width: 55%;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
}

#secondary-nav .cr {
    width: 45%;

}

.site-branding .searchform input {
    max-width: 200px;
    margin: 0px 0px 0px auto;
    border: 0px;
    background: #1A2735;
    color: #ffffff;
    text-align: left;
    padding: 12px;
    text-transform: uppercase;
}

#secondary-nav .cl li {
    margin-right: 20px;
    display: inline-block;
    padding: 0px;
}

#secondary-nav .social-menu {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#secondary-nav .social-menu li {
    margin-left: 5px;
    padding: 0px;
}

#secondary-nav .social-menu li a {
    padding: 5px;
}

#secondary-nav .searchform {
    display: inline-block;
}

.site-branding .searchform input::-webkit-input-placeholder {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.site-branding .searchform input::-moz-placeholder {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.site-branding .searchform input:-ms-input-placeholder {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;

}

.site-branding .searchform input:-moz-placeholder {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

/*PRIMARY NAV LAYOUT*/
#primary-nav {
    max-width: 1200px;
    width: 98%;
    display: table;
    table-layout: fixed;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

.primary-nav .col-3.left {
    width: 30%;
}

.primary-nav .col-3.middle {
    width: 70%;
    text-align: right;
}

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

.main-navigation.small-caps {
    font-weight: 400;
    font-size: 14px;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    display: inline-block;
    position: relative;
    padding: 30px 0px;
}

.primary-nav .col-3.middle li {
    margin-left: 20px;
}

.primary-nav .col-3.middle li ul li {
    padding: 0px 0px 10px;
    margin: 0px;
}

.fixed .col-3.middle li {
    padding: 20px 0px;
    margin: 0px 15px;
}

.fixed li ul li a {
    color: #1A2735;
}

.fixed li ul li a:hover {
    color: #8f7259;
}

.main-navigation li ul li {
    display: block;
    width: 100%;
    text-align: left;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px auto;
    padding: 0px 0px 10px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #FFFFFF;
    width: 175px;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.main-navigation ul ul a {
}

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

/*--------------------------------------------------------------
# Fixed Menu
--------------------------------------------------------------*/
.primary-nav {
    display: block;
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    padding: 0px;
    position: relative;
}

.primary-nav .icon, .primary-nav .col-3.right, .fixed .site-title {
    display: none;
}

.fixed .icon img {
    width: 35px;
    height: auto;
}

.fixed {
    position: fixed !important;
    display: table;
    table-layout: fixed;
    z-index: 1000000;
    left: 0;
    background: #1A2735;
    color: #ffffff;
}

.fixed #primary-nav {
    max-width: 100%;
    width: 100%;
}

.fixed a {
    color: #ffffff;
}

.fixed .icon, .fixed .col-3.right {
    display: table-cell;
}

.fixed .col-3.left {
    width: 50px;
    text-align: center;
}

.fixed .col-3.middle {
    text-align: center;
}

.fixed .col-3.right {
    width: 200px;
    background: #efeff0;
}

.fixed .col-3.right .searchform input {
    background: transparent;
    color: #1a2735;
    text-align: center;
    margin: 0px auto !important;
    display: block;
}

.fixed .searchform input::-webkit-input-placeholder {
    color: #1A2735;
    text-align: center;
    text-transform: uppercase;
}

.fixed .searchform input::-moz-placeholder {
    color: #1A2735;
    text-align: center;
    text-transform: uppercase;
}

.fixed .searchform input:-ms-input-placeholder {
    color: #1A2735;
    text-align: center;
    text-transform: uppercase;

}

.fixed .searchform input:-moz-placeholder {
    color: #1A2735;
    text-align: center;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# MOBILE MENU
--------------------------------------------------------------*/
.mobile-menu {
    display: none;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    padding: 10px 5px;
    border-top: 2px solid #1A2735;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .site-title img {
    width: 300px;
    height: auto;
}

.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;
    padding: 0px 10px;
}

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

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

.mobile-menu .fas {
    font-size: 18px;
}

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

.mobile {
    display: block;
    transition: transform .2s ease;
    position: fixed;
    top: 0;
    left: 0;
}

.mobile-menu.hide-nav {
    transform: translateY(-65px);
}

.mobile-menu.show-nav {
    transform: translateY(0);
}

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

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

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search {
    position: absolute;
    left: 0;
    top: -75px;
    right: 0;
    background: #EFEFF0;
    padding: 12px 30px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(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);
    z-index: 99999999;
    visibility: hidden;
    display: none;
}

#search.visible {
    transform: translateY(100%);
        visibility: visible;
        display: block;
}

.search-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.search-box .cr {
    width: 5%;
    text-align: center;
}

.search-box .cl {
    display: table-cell !important;
    width: 95% !important;
    margin: 0px !important;
}

.search-box #search-input {
    border: 0px;
    border-bottom: 1px solid #1a2735;
    background: transparent;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
}

.search-box .fas {
    font-size: 21px;
    vertical-align: inherit;
}

#cover {
    background: rgba(255, 255, 255, .25);
    display: none;
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 4;
    cursor: pointer
}

/*--------------------------------------------------------------
DRAWER MENU
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 250px;
    background: #EFEFF0;
    color: #1A2735;
    z-index: 999999999999;
    display: none;
    line-height: 2;
    overflow: scroll;
    padding: 15px;
    width: 100%;
    height: 100%;
}

#drawer.open {
    display: block !important;
}

#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: #8f7259;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 11px;
}

.drawer-inner {
    opacity: 1;
    margin: 0px auto;
    position: relative;
    padding: 15px;
    background: #FFFFFF;
    display: block;
    width: 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 {
    text-transform: uppercase;
}

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

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

.drawer-inner.small-caps {
    font-size: 14px;
}

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

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

.slicknav_menu .sub-menu {
    margin-left: 20px;
    font-family: 'robotoslab', Georgia, serif;
    letter-spacing: 0px;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
}

.drawer-social {
    margin: 30px auto;
    border-top: 2px solid #EFEFF0;
    border-bottom: 2px solid #EFEFF0;
    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;
}

/*--------------------------------------------------------------
# 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: 40px auto 60px;
    text-transform: lowercase;
    font-family: 'robotoslab', Georgia, sans-serif;

}

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

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

.page-numbers.current {
    color: #FFFFFF;
    background: #1a2735;
}

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

.page-numbers.dots {
    color: #8f7259;
    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: 'brandon', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
}

#infinite-handle span:hover {
    background: #EFEFF0;
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
.subscribe h4 {
    color: #8f7259;
    margin: 0px 0px 10px;
}

.subscribe .content-meta {
    font-size: 12px;
}

.subscribe .mc-selection {
    display: block;
    margin: 5px 0px 0px;
}

.subscribe label span {
    font-size: 11px;
    font-weight: 700;
    vertical-align: top;
}

.subscribe label {
    display: inline-block;
    margin-right: 5px;
}

.subscribe-form br, .subscribe-form p {
    display: none;
}

/*Post Subscribe*/
.post-subscribe {
    padding: 30px;
    background: #1A2735;
    text-align: center;
}

.post-subscribe h4 {
    color: #FFFFFF;
    font-size: 32px;
}

.post-subscribe input[type="email"], .post-subscribe input[type="text"] {
    max-width: 250px;
    display: inline-block;
    border: 0px;
    background: rgba(255, 255, 255, .95);
}

.post-subscribe label {
    color: #FFFFFF;
}

.post-subscribe input[type="checkbox"]:checked {
    background: #8f7259;
}

.post-subscribe .content-meta {
    margin: 0px auto 10px;
    max-width: 350px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*Footer*/
.site-footer {
    background: #EFEFF0;
    text-align: center;
    position: relative;
    padding: 45px 0px 30px;
    font-size: 12px;
    z-index: 1;
    background-image: url('//i2.wp.com/justonecookbook.com/wp-content/themes/justonecookbook/images/bg.png');
}

.adthrive-device-desktop .adthrive-comscore, .adthrive-device-tablet .adthrive-comscore {
    margin-bottom: 0px !important;
    background-image: url(//i2.wp.com/justonecookbook.com/wp-content/themes/justonecookbook/images/bg.png) !important;
    padding: 0px 0px 20px !important;
}

.site-info {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
    display: table;
    table-layout: fixed;
    background: #FFFFFF;
}

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

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

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

.footer-menu li {
    margin: 0px 0px 10px;
}

.footer-menu li.menu-item-has-children {
    color: #8f7259;
    display: table-cell;
    width: 25%;
    padding-right: 15px;
}

.footer-menu li.menu-item-has-children {
    color: #8f7259;
}

.site-info .footer-menu ul.sub-menu {
    margin-top: 10px;
}

.footer-menu li.menu-item-has-children ul li a {
    color: #1A2735;
}

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

}

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

#myBtn:hover {
    color: #1A2735;
}

/*Footer Sidebar*/
#footer-sidebar {
    background: #efeff0;
    padding: 30px 0px;
    margin: 30px auto 0px;
}

#footer-sidebar .widget {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    display: table;
    table-layout: fixed;
}

#footer-sidebar .widget-title {
    font-size: 32px;
    margin: 0px auto;
    display: table-cell;
    width: 25%;
    padding: 10px;
    vertical-align: middle;
}

.social-count-plus {
    display: table-cell;
    width: 75%;
}

#footer-sidebar .social-count-plus li {
    float: none !important;
    display: inline-block !important;
    padding: 15px !important;
    margin: 5px !important;
    width: 125px !important;
    background: #ffffff !important;
}

.social-count-plus .label {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    margin-top: 5px;
}

.social-count-plus .count {
    display: block;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 1 !important;
    margin: 10px auto 0px !important;
    padding: 0;
    font-family: 'robotoslab', Georgia, serif;
}

/*Site Footer Boxes*/
.footer-boxes {
    background: #efeff0;
    padding: 30px 0px;
    display: block;
    text-align: center;
}

#footer-boxes {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
}

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

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

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

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

.page #content, .archive #content {
    max-width: 100%;
    width: 100%;
    margin: 0px auto 30px;
}

.archive-site-main {
    max-width: 1200px;
    width: 98%;
    margin: 30px auto 0px;
}

.single #primary, #primary.sidebar {
    width: 65%;
    float: left;
    clear: both;
}

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

#secondary {
    width: 35%;
    float: right;
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Full Post Layout
--------------------------------------------------------------*/
.single #content {
    max-width: 1140px;
}

.full {
    max-width: 740px;
    padding: 20px 20px 20px;
    border-top: 2px solid #efeff0;

}

.full .entry-title {
    margin: 0px auto;
    text-align: center;
}

.full .post-details {
    text-align: center;
    margin: 15px auto;
}

/*Post Social*/

.nc_tweetContainer {
    background: #1A2735 !important;
    border: 0px !important;
}

.post-share {
    text-align: center;
}

.post-share li {
    display: inline-block;
    margin: 0px 5px;
}

.post-share a {
    background: #1a2735;
    color: #ffffff;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    height: 32px;
    letter-spacing: 0;
}

.post-share a:hover {
    background: #8f7259;
    color: #ffffff;
}

/*Post Cta*/
.social-cta {
    display: block;
    margin: 30px auto 0px;
    padding: 30px 20px 20px;
    background: #EFEFF0;
    position: relative;
    text-align: center;
}

.social-cta .icon {
    background: #FFFFFF;
    padding: 5px;
    border-radius: 50px;
    position: absolute;
    display: block;
    margin: 0px auto;
    width: 60px;
    height: 60px;
    left: 45%;
    right: 45%;
    top: -35px;
}

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

.social-cta .content-meta {
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
}

/*Footer*/
.entry-footer {
    border: 2px solid #EFEFF0;
    border-top: 0px;
    margin: 0px auto;
    text-align: center;
    line-height: 1.25;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.entry-footer .col-3 {
    text-align: center;
    padding: 15px;
    width: 30%;
}

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

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

.entry-footer .small-caps {
    margin: 0px auto 5px;
}

/*Post Disclosure*/
.post-disclosure {
    text-align: center;
    padding: 15px;
    border: 2px solid #efeff0;
    border-top: 0px;
    margin: 0px auto;
}

.footer-post-share {
    text-align: center;
    padding: 15px;
    border: 2px solid #efeff0;
    border-top: 0px;
    margin: 0px auto 30px;

}

/*Post Preview*/
.post-thumb-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px;
    border: 2px solid #EFEFF0;
    border-top: 0px;
    margin: 0px auto;
}

.post-thumb-nav .prev-post {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
    text-align: center;
}

.post-thumb-nav .next-post {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-left: 10px;
    text-align: center;
}

.prev-post, .next-post {
    margin: 0px auto 15px;
}

.post-thumb-nav .small-caps {
    margin: 10px auto;
}

/*Related Posts*/
.post-related {
    text-align: center;
    border: 2px solid #EFEFF0;
    margin: 0px auto;
    padding: 15px;
}

.post-related .thumb, .post-related .thumb:nth-child(4n+0) {
    margin-bottom: 0px;
}

.post-related h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.post-related .thumb-info h4 {
    font-size: 16px;
}

/*Cookbook*/
.brand-cta {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    background: #efeff0;
}

#cookbook-cta.featured {
    height: 320px;
    display: table;
}

.cookbook-content {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 30px;
}

.cookbook-content img {
    padding: 10px;
    background: #fff;
}

.brand-cta h4 {
    font-size: 28px !important;
    margin: 0px auto 10px;
}

.brand-cta .cl {
    min-height: 350px;
}

.brand-cta .cr {
    min-height: 350px;
    background: #1a2735;
}

.cookbook-cta .subscribe-button a {
    display: block;
    margin: 10px auto 0px;
    background: #8f7259;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 15px 20px;
    max-width: 200px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
    margin: 60px auto;
}

#respond {
    margin: 0px auto 30px;
}

h3.comments-title, h3.comment-reply-title {
    text-align: center;
    margin: 0px auto 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.akismet_comment_form_privacy_notice {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 10px;
    padding: 0px 0px 30px;
}

/*Comment Form*/
.comment-respond {
    padding: 30px;
    background: #FFFFFF;
    border: 20px solid #EFEFF0;
}

/*Comment Design*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

li.comment {
    display: block;
}

.comment-content {
    background: #EFEFF0;
    padding: 30px;
    margin-bottom: 30px;
}

.reply {
    text-align: right;
}

.bypostauthor .comment-content {
    border-top: 5px solid #1A2735;
}

li.comment ul.children li {
    margin-left: 30px;
}

textarea#comment {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 350px;
    min-width: 300px;
}

.widget-title {
    margin: 0px auto 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget select {
    max-width: 100%;
}

.widget-text, .widget p {
    font-size: 14px;
    margin: 0px auto 10px;
}

.widget-content {
    font-size: 14px;
    margin: 0px auto 10px;
}

.widget input[type="submit"] {
    display: block;
    width: 100%;
    margin: 5px auto;
}

.widget li {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'brandon', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    margin: 0px auto 5px;
    font-weight: 700;
}

/*Widget Search*/
.widget_search {
    border: 2px solid #EFEFF0;
    padding: 20px;
}

.widget .searchform input {
    background: #EFEFF0;
    text-transform: uppercase;
}

/*Widget About*/
.justonecookbook_about {
    border: 2px solid #EFEFF0;
    padding: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.justonecookbook_about .cl {
    width: 45%;
}

.justonecookbook_about .cr {
    width: 55%;
    padding-left: 10px;
    text-align: center;
}

/*Widget Subscribe*/
.justonecookbook_subscription {
    padding: 30px;
    background: #1A2735;
    color: #FFFFFF;
}

.justonecookbook_subscription .widget-title {
    color: #FFFFFF;
}

.justonecookbook_subscription label {
    color: #FFFFFF;
}

.justonecookbook_subscription input[type="text"], .justonecookbook_subscription input[type="email"] {
    border: 0px;
}

/*Widget Menu*/
.widget_nav_menu .menu {
    display: none;
}

.widget_nav_menu .slicknav_collapsed {
    display: none;
}

.widget_nav_menu .slicknav_nav li {
    display: block;
    margin: 0px auto 5px;
    padding: 10px;
    background: #efeff0;
}

.widget_nav_menu .slick_nav .sub_menu {
    margin-left: 0px;
    font-family: inherit;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
}

.widget_nav_menu .slicknav_menu .sub-menu {
    margin-left: 0px;
    font-family: inherit;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    font-weight: 700;
}

.widget_nav_menu .slicknav_nav li ul li {
    display: block;
    margin: 0px auto 3px;
    padding: 10px;
    background: #fff;
}

.widget_nav_menu .slicknav_menu li.menu-item-has-children a.slicknav_row:before {
    display: none;
}

.widget_nav_menu .slicknav_menu li.menu-item-has-children a.slicknav_row:after {
    content: '\f358';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 5px;
    color: #1A2735;
}

.widget_nav_menu li a {
    color: #1A2735;
}

.widget_nav_menu li a:hover {
    color: #8f7259;
}

/*Selected Posts*/

.justonecookbook_selected {
    border: 2px solid #EFEFF0;
    padding: 20px;
}

.justonecookbook_selected li {
    margin: 5px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Abbr + Video
--------------------------------------------------------------*/
.abbr {
    display: inline-block;
    width: 48.75%;
    margin: 0px 1% 40px 0px;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    text-align: center;
}

.abbr:nth-child(2n+0) {
    margin: 0px 0px 40px 0px;
}

.blog-section-posts .video:nth-child(2n+0), .blog-section-posts .video, .blog-section-posts .abbr:nth-child(2n+0), .blog-section-posts .abbr {
    width: 32.25%;
    margin: 0px 1% 0px 0px;
}

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

.blog-section-posts .video-info h2 {
    font-size: 18px;
}

.abbr-info {
    padding: 15px;
    min-height: 225px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.abbr-info-group {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.abbr-info .entry-header {
    margin: 10px auto;
}

.abbr-info h2 {
    font-size: 21px;
}

.video-info {
    text-align: center;
    padding: 10px;
    min-height: 100px;
}

.video-info h2 {
    margin: 0px auto 10px;
}

.continue-reading {
    margin: 10px auto;
}

.continue-reading a {
    border-bottom: 1px solid #8f7259;
}

/*--------------------------------------------------------------
# Grid + Thumb
--------------------------------------------------------------*/
.thumb {
    width: 23%;
    margin: 0px 1% 60px 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    background: #fff;
}

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

.error-404 .thumb, .justonecookbook_selected .thumb {
    width: 47%;
    margin: 0px 1% 0px 0px;
}

.error-404 .thumb:nth-child(2n+0), .justonecookbook_selected .thumb:nth-child(2n+0) {
    margin: 0px;
}

.justonecookbook_selected .thumb, .justonecookbook_selected .thumb:nth-child(2n+0) {
    margin-bottom: 20px;
}

.hero-posts .thumb {
    width: 30.5%;
    margin: 0px 3.5% 0px 0px;
}

.hero-posts .thumb:nth-child(3n+0) {
    width: 30.5%;
    margin: 0px 0px 0px 0px;
}

.hero-posts .thumb-info h4 {
    font-size: 18px;
    margin: 0px auto 10px;
}

.blog-section-posts .thumb:nth-child(4n+0), .blog-section-posts .thumb {
    width: 15%;
    margin: 0px 1% 0px 0px;
}

.blog-section-posts .thumb:nth-child(6n+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;
}

.thumb-info h4 {
    font-size: 16px;
    margin: 0px auto 10px;
    line-height: 1.25;
}

.grid-info {
    padding: 10px;
    min-height: 100px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.blog-section-posts .grid h2 {
    font-size: 18px;
    margin: 0px auto 10px;

}

.hero-posts .grid-info h2 {
    font-size: 24px;
    margin: 0px auto 10px;
}

.thumb-info {
    padding: 10px;
    min-height: 135px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.list {
    display: block;
    margin: 0px auto 20px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.blog-section-posts .list {
    display: inline-block;
    width: 49%;
    margin: 0px 1% 20px 0px;
    vertical-align: top;
}

.blog-section-posts .list:nth-child(2n+0) {
    margin: 0px 0px 20px 0px;
}

.blog-section-posts .element {
    display: none;
}

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

.list-image {
    display: table-cell;
    width: 40%;
    line-height: 0;
}

.list-info {
    display: table-cell;
    width: 60%;
    padding: 15px;
    vertical-align: middle;
}

.list-info h2 {
    margin: 20px 0px 0px;
    font-size: 21px;
}

.blog-section-posts .list-info h2 {
    font-size: 21px;
}

.list-info .excerpt {
    margin: 20px 0px;
}

a.recipe-jump {
    margin-right: 10px;
}

.blog-icon {
    margin: -25px auto 0px;
    background: #FFFFFF;
    max-width: 100px;
}

/*--------------------------------------------------------------
# ERRORS
--------------------------------------------------------------*/
.error-404.not-found {
    display: table;
    table-layout: fixed;
    width: 95%;
    margin: 0px auto 30px;
    max-width: 1200px;
}

.error-404.not-found .cl {
    width: 35%;
    padding-right: 30px;
    vertical-align: top;
}

.error-404.not-found .cr {
    width: 65%;
    text-align: center;
    vertical-align: top;
}

.error-title {
    margin: 0px auto 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.error-404.not-found .searchform {
    margin: 10px auto 0px
}

/*No Results*/
.no-results {
    text-align: center;
}

.no-results .searchform input {
    background: #EFEFF0;
    max-width: 300px;
    margin: 15px auto 0px;
    border: 0px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Page: Default
--------------------------------------------------------------*/
.page-header {
    margin: 0px auto 15px;
}

.page-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-article #page-title {
    border-bottom: 0px;
}

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

.page-article #page-title {
    margin: 0px auto;
    padding: 30px 30px 0px
}

.page-article .entry-content {
    max-width: 900px;
    width: 95%;
    margin: 0px auto 30px;
    padding: 0px 30px 30px;
}

/*--------------------------------------------------------------
#ARCHIVE TEMPLATE
--------------------------------------------------------------*/
.archive-header {
    background: #EFEFF0;
    text-align: center;
    position: relative;
    padding: 30px 0px 0px;
    z-index: 1;
    background-image: url('//i2.wp.com/justonecookbook.com/wp-content/themes/justonecookbook/images/bg.png');
}

.archive-header:after {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    content: '';
    background: #FFFFFF;
    z-index: -1;
}

#archive-header, #page-title {
    max-width: 1200px;
    margin: 0px auto 20px;
    width: 95%;
    display: table;
    table-layout: fixed;
    background: #FFFFFF;
    padding: 30px;
}

#page-title .cl {
    width: 80%;
}

#page-title .cr {
    width: 20%;
}

#archive-header .page-title {
    margin: 0px auto 15px;
}

.archive-content {
    display: block;
}

/*Archive Sections*/
.archive-sections .blog-post-section:last-child {
    margin: 0px auto 30px;
}

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

#archive-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #efeff0;
    border-bottom: 2px solid #efeff0;
    text-align: center;
    margin: 0px;
}

#archive-menu li {
    padding: 10px 5px;
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}

#archive-menu li span {
    display: table;
    width: 100%;
    min-height: 50px;
    height: 100%;
    vertical-align: middle;
}

#archive-menu li a {
    background: #efeff0;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}

#archive-menu li a:hover {
    color: #ffffff;
    background: #8f7259;
}

.archive-subheadline {
    margin: 0px auto 15px;
    text-align: center;
}

.archive-subheadline .icon {
    margin: 0px auto 10px;
    display: block;
}

/*World Map*/
.worldmap {
    background-image: url('//i2.wp.com/justonecookbook.com/wp-content/themes/justonecookbook/images/bg.png');
    padding: 30px 0px;
    position: relative;
    margin: 0px auto 45px;
    z-index: 1;
}

#worldmap {
    max-width: 900px;
    width: 95%;
    padding: 20px 20px 1px;
    margin: 0px auto;
    background: #FFFFFF;
}

.mks-maps {
    padding-bottom: 50% !important;
}

.mks-map-element-pos-abs {
    padding: 15px;
    text-align: center;
}

.mks-map-info-box .mks-map-entry-category {
    margin-bottom: 5px;
    font-family: 'brandon', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
}

.mks-map-info-box .mks-map-entry-category a, .mks-map-entry-meta > span {
    font-size: 14px !important;
}

.mks-map-info-box .mks-map-entry-header .entry-title {
    margin: 0px auto !important;
    font-size: 24px;
}

.mks-map-entry-header .entry-title a {
    color: #1A2735;
}

.mks-map-entry-category + .mks-map-entry-header {
    margin-top: 7px;
    font-family: 'robotoslab', georgia, serif;
}

.mks-map-info-box .mks-map-entry-header + .mks-map-entry-meta {
    font-size: 13px;
    color: #8f7259;
    font-family: 'merriweather', Georgia, serif;
    font-style: italic;
    margin: 10px auto 0px;
}

.mks-map-info-box .mks-map-entry-content {
    display: none;
}

/*Pantry*/
/*--------------------------------------------------------------
#SEARCH TEMPLATE
--------------------------------------------------------------*/
.search-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 3px solid #EFEFF0;
    padding: 15px 0px;
}

.search-header .cl {
    width: 70%;
}

.search-header .cr {
    width: 30%;
}

.pantry-section {
    max-width: 1200px;
    margin: 0px auto 30px;
    text-align: center;
    width: 95%;
}

.pantry, .pantry:nth-child(4n+0) {
    width: 15%;
    margin: 0px 1% 30px 0px;
}

.pantry:nth-child(6n+0) {
    margin: 0px 0px 30px 0px;
}

.pantry .thumb-info {
    min-height: 90px;
}

.pantry .thumb-info h2 {
    font-size: 18px;
    margin: 0px auto;
}

/*--------------------------------------------------------------
# PAGE: ARCHIVES
--------------------------------------------------------------*/
.page-description {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -ms-transition: all 0ms ease;
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
    margin: 0px auto;
    display: none;
    text-align: justify;
    font-size: 14px;
    background: #FFFFFF;
    max-width: 1200px;
    width: 95%;
    padding: 30px;

}

.page-description.visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
}

/*--------------------------------------------------------------
# RECIPE INDEX
--------------------------------------------------------------*/
/*Filter Features*/
.recipe-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0px 10px;
}

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

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

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

.recipe-content li {
    display: block;
    text-align: left;
}

.accordion-content li label {
    margin: 0px;
    line-height: 2;
}

#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: '\f358';
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #8f7259;
}

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

.accordion-selected span {
    display: inline-block;
    background: #8f7259;
    color: #FFFFFF;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

.recipe-reset {
    color: #8f7259 !important;
    padding: 0px !important;
    background: transparent !important;
    font-family: 'robotoslab', Georgia, serif !important;
    text-transform: lowercase !important;
    font-style: italic !important;
    letter-spacing: 0px !important;
    font-size: 15px !important;
    text-decoration: underline;
}

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

.recipe-content .archive-icon {
    text-align: left;
}

/*--------------------------------------------------------------
# PAGE: 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: 20px 0px;
    background: #EFEFF0;
    text-align: center;
    margin: 0px auto 15px;
}

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

.static .element {
    margin: 0px auto;
}

.page-footer.element {
    margin: 30px auto 0px;
}

/*Page Menu*/
.sections .page-menu li {
    display: block;
    line-height: 1.5;
    margin: 0px 0px 15px;
}

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

.sections .page-menu li a:hover {
    background: transparent;
    color: #8f7259;
}

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

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

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

.sections {
    display: block;
    max-width: 900px;
    margin: 40px auto;
    width: 95%;
}

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

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

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

.press-image {
    max-width: 150px;
    margin: 10px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
}

.section-content h1, .section-content h2, .section-content h3, .section-content h4, .section-content h5, .section-content h6 {
    font-family: 'brandon', Arial, sans-serif;
    color: #8f7259;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
}

/*--------------------------------------------------------------
# PAGE: SHOP
--------------------------------------------------------------*/
/*Page Menu*/
.page-menu li a {
    padding: 10px;
    background: #EFEFF0;
    margin: 0px auto 10px;
    color: #1A2735;
    display: block;
    text-align: center;
}

.page-menu li a:hover {
    color: #FFFFFF;
    background: #1A2735;
}

/*Products*/
.product {
    width: 23%;
    margin: 0px 2% 60px 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

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

.product img {
    height: 150px;
    width: auto;
}

.product h4 {
    margin: 10px auto;
}

.product .content-meta {
    margin: 10px auto;
}

.shop-button a {
    margin: 10px auto 0px;
    display: block;
    padding: 10px;
    max-width: 150px;
    background: #8f7259;
    color: #ffffff;
}

.shop-button a:hover {
    color: #ffffff;
    background: #1A2735;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*Hero Posts*/
.hero-posts {
    background: #EFEFF0;
    text-align: center;
    position: relative;
    padding: 30px 0px;
    font-size: 12px;
    z-index: 1;
    background-image: url(//i2.wp.com/justonecookbook.com/wp-content/themes/justonecookbook/images/bg.png);
}

#hero-posts {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
    display: table;
    table-layout: fixed;
}

.hero-element {
    margin: 20px auto;
}

.blog-sections {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
}

.blog-post-section {
    margin: 0px auto 90px;
    border-top: 5px solid #EFEFF0;
}

.blog-section-title {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0px 20px;
}

.blog-section-title .cr {
    vertical-align: bottom;
    width: 30%;
}

.blog-section-title .cl {
    width: 70%;
}

.blog-section-posts {
    text-align: center;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .fixed-menu, .desktop {
        display: none;
    }

    .mobile-menu {
        display: table;
        table-layout: fixed;
    }

    #page {
        padding: 65px 0px 0px;
    }

    .hero-posts .thumb-info {
        height: 125px;
    }

    .thumb-info {
        min-height: 175px;
    }

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

    .abbr-info {
        min-height: 255px;
    }

    .abbr-info.video-info {
        min-height: 120px;
    }

    .list-image, .list-info {
        display: block;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }

    .list-info {
        min-height: 260px;
    }
}

@media screen and (max-width: 768px) {
    .fixed-menu, .desktop {
        display: none;
    }

    .mobile-menu {
        display: table;
        table-layout: fixed;
    }

    #content {
        padding-top: 20px;
    }

    #page {
        padding: 65px 0px 0px;
    }

    .single #primary, #primary.sidebar {
        width: 95%;
        float: none;
        clear: both;
        margin: 0px auto 30px;
    }

    #secondary {
        width: 100%;
        float: none;
        padding-left: 0px;
    }

    .cl, .cr {
        display: block;
        text-align: center !important;
        width: 100% !important;
        margin: 2px auto;
    }

    /*Footer*/
    .footer-menu li.menu-item-has-children {
        color: #8f7259;
        display: inline-block;
        width: 45%;
        padding: 10px;
        vertical-align: top;
    }

    .credits {
        font-size: 8px;
    }

    /*Post Format*/
    .blog-section-posts .thumb:nth-child(4n+0), .blog-section-posts .thumb {
        width: 31%;
        margin: 0px 1% 20px 0px;
    }

    .grid-info h2 {
        font-size: 18px;
        margin: 0px auto 10px;
    }

    .abbr-info {
        min-height: 320px;
    }

    .thumb-info {
        min-height: 125px;
    }

    .pantry .thumb-info {
        min-height: 125px;
    }

    .list-image, .list-info {
        display: block;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }

    .list-info {
        min-height: 260px;
    }

    .abbr-info.video-info {
        min-height: 125px;
    }

    .hero-posts .thumb, .hero-posts .thumb:nth-child(3n+0) {
        width: 30.5%;
        margin: 0px 1% 0px 0px;
        display: inline-block;
    }

    .hero-posts .grid-info h2 {
        font-size: 18px;
        margin: 0px auto 10px;
    }

    .hero-posts .thumb-info {
        min-height: 120px;
    }

    /*Post*/
    .cookbook {
        padding: 30px;
    }

    .cookbook-image {
        position: relative;
        left: inherit;
        top: inherit;
        padding: 0px;
    }

    .cookbook .cr {
        padding: 0px;
    }

    /*Category*/
    .archive-section-title .cr {
        margin: 15px auto 0px;
    }

    /*Error Page*/
    .error-404.not-found .cl {
        width: 100%;
        padding: 30px;
        vertical-align: top;
    }

    /*Recipe Index*/
    .recipe-content .cl {
        padding: 20px;
    }

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

    /*Shop*/
    .product {
        width: 45%;
        margin: 0px auto 40px;
        display: inline-block;
    }

    /*Page Sections*/
    .sections .cl {
        text-align: left !important;
        width: 95%;
        margin: 0px auto 20px;
        padding: 20px;
    }

    .sections .cr {
        border-top: 2px solid #EFEFF0;
        border-bottom: 2px solid #EFEFF0;
        padding: 20px;
        width: 95%;
    }

    .sections .page-menu li a {
        text-align: center;
    }

    #footer-sidebar .widget-title, .social-count-plus {
        display: block;
        width: 100%;
        margin: 0px auto 10px;
    }

    .footer-box {
        width: 20%;
    }

    #myBtn {
        bottom: 20px;
        right: 20px;
    }

    .blog-section-title .cr {
        vertical-align: bottom;
        width: 30%;
        margin-top: 10px;
    }

    #archive-menu li {
        padding: 5px 0px;
        width: 100%;
        display: block;
    }

    .recipe-content .archive-icon {
        text-align: center;
    }

    .featured {
        height: 250px;
    }

    #page-title .cr {
        margin-top: 10px;
    }

    #page-title, #archive-header {
        margin: 0px auto 30px;
    }

    .social-cta .icon {
        left: 40%;
        right: 40%;
    }

    .entry-footer .col-3.left, .entry-footer .col-3.right, .entry-footer .col-3.middle {
        width: 100%;
        display: block;
        text-align: center;
    }

    .entry-footer .col-3.middle {
        border-top: 2px solid #EFEFF0;
        border-bottom: 2px solid #EFEFF0;
        border-left: 0px;
        border-right: 0px;
    }

    .full {
        padding: 20px 0px 0px;
    }
}

@media screen and (max-width: 600px) {
    .abbr, .video, .blog-section-posts .video:nth-child(2n+0), .blog-section-posts .video, .blog-section-posts .abbr, .blog-section-posts .abbr:nth-child(3n+0), .blog-section-posts .abbr:nth-child(2n+0) {
        display: block;
        width: 100%;
        margin: 0px auto 40px;
    }

    .thumb, .blog-section-posts .thumb:nth-child(4n+0), .blog-section-posts .thumb, .pantry, .pantry:nth-child(4n+0) {
        width: 47%;
        margin: 0px 3% 40px 0px;
    }

    .thumb:nth-child(2n+0), .blog-section-posts .thumb:nth-child(2n+0) {
        margin: 0px 0px 40px 0px;
    }

    .list, .blog-section .list, .blog-section-posts .list {
        display: block;
        width: 100%;
        margin: 0px auto 40px;
        vertical-align: top;
    }

    .hero-posts .thumb, .hero-posts .thumb:nth-child(3n+0) {
        width: 100%;
        margin: 0px auto 20px;
        display: block;
    }

    .abbr-info {
        min-height: inherit;
    }

    .footer-box {
        width: 40%;
    }

}
