/*
Theme Name: Chickpea
Theme URI: https://wzymedia.com
Description: Chickpea - A custom WP theme for HealthierSteps.com
Version: 2.0.0
License: GPL v3
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: savor
*/


/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. SIDEBAR
	
	6. FOOTER
	
	7. OTHER
 
 
 ************************************/


/* NORMALIZE */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

caption,
th {
    text-align: left
}

strong,
b {
    font-weight: bold;
}

em,
cite {
    font-style: italic;
}

cite {
    display: block;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    color: #141414;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    word-break: break-word;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
header {
    display: block
}

small {
    font-size: 80%
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

:focus {
    outline: none;
}

/* WordPress Specific */

.wp-caption {
    max-width: 100%;
    margin-bottom: 2rem;
}

.wp-caption img {
    width: 100%;
}

pre {
    margin-bottom: 24px;
    overflow: auto;
    padding: 10px;
    white-space: pre-wrap;
}

pre,
code {
    background: #f0f0f0;
    color: #999;
    font-family: "Courier New", Courier, monospace;
    padding: 10px;
}


/*************************************
1. MAIN STYLE
 ************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    font-weight: 700;
    line-height: 1;
    margin: 2rem 0 1rem 0;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.0rem;
}

h6 {
    font-size: 1.0rem;
}


/********
 Links
*********/

a {
    color: #0e6709;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #159C0D;
    text-decoration: none;
}

p a {
    color: #159C0D;
    border: none;
}

p a:hover {
    text-decoration: none;
    border-bottom: 1px solid #159C0D;
}

a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

ul,
ol {
    margin: 0 0 1rem 2rem;
}

blockquote {
    font-size: 1rem;
    font-weight: 700;
    color: #151515;
    position: relative;
    border-left: 5px solid;
    margin: 2rem 0;
    padding: 0 28px;
}

blockquote cite,
.wp-caption-text {
    color: #999999;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 14px;
}

.wp-caption-text {
    text-align: center;
    text-transform: none;
    font-style: italic;
}

p,
ul,
ol,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-bottom: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

/* definition lists */

dl dt {
    margin-bottom: 0;
}

dl dd {
    margin-left: 14px;
    margin-bottom: 24px;
}

/* tables */

table {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

table caption {
    margin-bottom: 24px;
    text-align: center;
}

table th,
table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 14px 0;
    text-align: center;
}

a,
.submit,
#submit-contact {
    -webkit-backface-visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
}


/*************************************
2. HEADER
************************************/

.top-header {
    margin-bottom: 3rem;
}

.search-btn {
    cursor: pointer;
}

.search-input {
    background: none;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    padding: 10px 16px;
    border: 2px solid #f83900;
}

.logo {
    margin: 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo svg {
    width: 280px;
}

/*** menu large screens ***/

.nav-holder-1 {
    padding-top: 15px;
}

.menu-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.menu-nav li {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 0 0 auto;
    margin: 0 5px;
}
.menu-nav li.search {
    margin-left: 10px;
    width: 20px;
    height: 28px;
}

.menu-nav li svg.search-icon {
    width: 15px;
    display: inline-block;
}

.menu-nav li svg.cancel-icon {
    width: 20px;
    display: none;
}

.menu-nav li a {
    color: #383838;
    display: block;
    font-weight: 700;
    padding: 5px;
}

.menu-nav li a:hover,
.menu-nav li a:focus {
    background: none;
}

.menu-nav>li:hover>a,
.menu-nav li.current-menu-item>a {
    color: #151515;
}

.menu-nav>li.menu-item-has-children>a:after {
    content: "\25BE";
    margin: 0;
}

.menu-nav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 180px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffff;
    z-index: 5;
}

.menu-nav ul li {
    display: block;
    background: none;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
}

.menu-nav ul li>a {
    display: block;
    padding: 10px 16px;
    color: #656565;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
    text-decoration: none;
    background: #f9f9f9;
}

.menu-nav li:hover>ul {
    display: block;
}

.menu-nav li ul ul {
    left: 100%;
    top: 0;
    padding: 0;
}
/*** end menu large screens ***/


/*** menu mobile ***/

.nav-button-holder {
    position: absolute;
    top: 2px;
    left: -32px;
}

.nav-button {
    background: none;
    border: none;
    height: 20px;
    display: none;
}

.icon-bar {
    display: block;
    height: 2px;
    width: 20px;
    background: #454545;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease 0s;
    position: relative;
}

.icon-bar:before,
.icon-bar:after {
    background: #454545;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}

.icon-bar:after {
    bottom: -6px;
    top: auto;
}

.menu-mobile {
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    margin-left: 0;
    margin-top: 36px;
}

.menu-mobile li {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 16px;
    list-style: none;
}

.menu-mobile li a {
    color: #656565;
    display: block;
    line-height: 1;
}

.menu-mobile li a:hover,
.menu-nav li a:focus {
    background: none;
}

.menu-mobile li:hover>a,
.menu-nav li.current-menu-item>a {
    color: #151515;
}

.menu-mobile>li.menu-item-has-children>a:after {
    content: "\25BE";
    font-size: 18px;
    margin: 0;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
    content: "\f106";
}

.menu-mobile ul {
    margin-left: 0px;
}

.menu-mobile>li>ul {
    display: none;
}

.menu-mobile>li.menu-open>ul {
    display: block;
}

.menu-mobile ul li {
    font-size: 14px;
    font-weight: 400;
    padding-top: 16px;
    text-transform: none;
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 1px;
}
/*** end menu mobile ***/


/*** HEADER 1 ***/
.nav-fixed-top {
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
    background: #ffffff;
    margin: 0;
    box-shadow: 0 4px 10px 2px #1010101c;
    padding: 6px 0;
}

/*************************************
3. HOME
************************************/

/* article styles */
.wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 2rem;
}

.wrapper.home,
.wrapper.single,
.wrapper.page,
.archive-content,
.wrapper.author-content,
.wrapper.search-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 2rem;
}

.archive-widget {
    text-align: center;
    margin-bottom: 48px;
    background: #ffffff;
    padding: 24px;
    border-radius: 5px;
}

#rpr-recipe-archive-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.rpr-filter-dropdown {
    flex: 1 0 auto;
    margin: 0 2rem 0 0;
}

.rpr-filter-dropdown label {
    text-align: left;
}

.rpr-filter-dropdown:last-child {
    margin: 0;
}

.sitemap-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
}

.sitemap-search-message {
    text-align: center;
    margin-bottom: 2rem;
}

.sitemap-search-message p {
    font-size: 1.1rem;
    line-height: 1.4;
}

.posts-holder {

}

aside .widget {
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    margin: 0 0 2rem 0;
}

.item-holder {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
}

.post-title {
    font-size: 28px;
    margin-bottom: 8px;
}

.post-title-full {
    font-size: 3rem;
    margin-bottom: 28px;
}

.post-title a {
    color: #151515;
}

.post-title a:hover {
    opacity: 0.75;
}

.item-fw {
    margin-bottom: 4rem;
    padding-top: 4rem;
}

.home .item-fw {
    padding: 0 0 3rem 0;
    margin: 0 0 4rem 0;
}

.item-fw .post-image img {
    width: 100%;
    border-radius: 5px;
}

.post-holder .rpr.star-ratings {
    margin: 0 0 1rem 0;
}

.rpr.star-ratings {
    display: flex;
    justify-content: center;
}

.meta-categ {
    font-size: 11px;
}

.meta-categ .rpr-term-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.meta-categ .rpr-term-list li {
    margin: 0 4px;
}

.post-wrap {
    padding: 2em 2em 0 2em;
}

.item-holder .post-content {
    text-align: left;
}

.view-more {
    margin-top: 36px;
}

.view-more a {
    border: 2px solid #159C0D;
    background: none;
    color: #0e6709;
    letter-spacing: 1px;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 4px;
}

.view-more a:hover {
    border: 2px solid #159C0D;
    background: #159C0D;
    color: #ffffff;
}

.post-meta {
    margin: 0;
    padding: 0;
}

.post-meta li {
    display: inline-block;
    font-size: 12px;
}

.full-info {
    display: flex;
    margin-top: 36px;
    padding-top: 16px;
    border-top: 1px dotted #e5e5e5;
}

.info-date,
.info-more .meta-date {
    font-size: 12px;
    color: #8e8e8e;
}

.info-more {
    margin: 0;
    font-size: 12px;
}

.info-more li {
    flex: 0 1 33%;
    margin: 0 5px 0 0;
    display: inline-block;
}

/* article 2 / 3 COL GRID styles */
.layout-grid-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.6rem 1.2rem;
    margin-bottom: 4rem;
}

.item-grid .post-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.layout-sidebar .post-title,
.item-grid .post-title {
    font-size: 20px;
    margin: 5px 0;
}

.layout-sidebar .post-title-full {
    font-size: 36px;
    margin-top: 28px;
}

.item-grid .post-wrap {
    padding: .4rem .8rem 1rem .8rem;
}

.item-grid .info-more {
    text-align: center;
    margin-top: 8px;
    padding-top: 8px;
    margin-bottom: -8px;
    border-top: 1px dotted #e5e5e5;
}

.item-grid .info-more .rating li {
    flex: initial;
}

.item-grid-4col .post-title {
    font-size: 18px;
}

a.hs-mediakit {
    background: #ef6b11;
    color: #fff;
    padding: 1em 2em;
    border-radius: 3px;
    border: 2px solid #ff5722;
    font-size: 1.2em;
    display: inline-block;
}

a.hs-mediakit:hover {
    background: #fff;
    color: #ef6b11;
    border-bottom: 2px solid;
}

.search-btn {
    display: none;
}

.profile-description p {
    font-size: 14px;
}

.product .info-more {
    display: none;
}


/* end article 2 / 3 COL GRID styles */


/* article LIST styles */

.item-holder-list .post-image {
    width: 40%;
    height: 300px;
    float: left;
    overflow: hidden;
}

.item-holder-list .list-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.item-holder-list .post-holder {
    width: 60%;
    float: left;
    padding: 24px;
    text-align: left;
}

.item-holder-list .post-title {
    font-size: 24px;
    margin-bottom: 16px;
}

.item-holder-list .full-info {
    margin-top: 24px;
}

.item-holder-list .post-holder-noimg {
    width: 100%;
    float: none;
    padding: 0;
}

.item-holder-zigzag-right .post-image {
    float: right;
}

.item-holder-zigzag-right .list-image {
    border-radius: 0 5px 5px 0;
}


/* end article LIST styles */


/* ARCHIVE */

.top-archive,
.top-not-found {
    text-align: center;
    margin-bottom: 48px;
    background: #ffffff;
    padding: 24px;
    border-radius: 5px;
}

.top-archive h1,
.top-not-found h1 {
    margin-bottom: 14px;
    line-height: 1;
}

.top-archive span,
.top-not-found span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

/*************************************
4. SINGLE PAGE.
************************************/

.not-found-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 2em 2em 0 2em;
    margin-bottom: 4rem;
}

.single-post-holder .post-title-full {

}

.single-post-holder .info-more {
    margin: 10px 0 2rem 0;
    color: #3f3f3f;
    text-align: left;
}

.single-post-content,
.single-product-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    padding: 2rem 0;
}

.recipe-intro {
    margin: 0 0 2em 0;
}

.recipe-intro h1 {
    margin: 0;
    text-align: left;
}

.recipe-intro p {
    font-size: 1.1rem;
    text-align: left;
}

.headline {
    display: grid;
    grid-template-columns: 8fr 1fr;
    grid-column-gap: 10px;
    align-items: center;
}

.single-post-content img,
.single-product-content img,
.custom-page-template img {
    height: auto;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.tags-single-page {
    margin-top: 16px;
}

.get-social {
    margin-top: 28px;
}

.small-title,
.social-holder li.small-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

.small-bold {
    font-weight: 700;
    color: #151515;
}

.author-single-page {
    margin-top: 42px;
}

.author-single-page .small-title {
    margin-bottom: 24px;
}

.author-avatar {
    float: left;
    width: 100px;
}

.author-avatar img {
    border-radius: 99em;
}

.author-content h5 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.author-content h5 a {
    color: #151515;
}

.author-content h5 a:hover {
    color: #159C0D;
}

.author-social {
    margin-top: 8px;
}

.author-social li {
    font-size: 12px;
}

.related-posts {
    margin-bottom: 4rem;
}

.related-posts .small-title {
    margin-bottom: 24px;
}


/* comments + contact fields */

#comments {
    margin-bottom: 4rem;
}

#comments,
#comment-form {
    padding: 0;
    background: #ffffff;
    border-radius: 5px;
}

#commentform input,
#commentform textarea {
    border-color: #4f4f4f;
}

#comment-form {
    margin-bottom: 4rem;
}

.comm-field,
.contact-field,
#msg-contact {
    width: 100%;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 24px;
}

#msg-contact {
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.form-submit {
    margin-bottom: 0;
}

#submit-contact {
    margin-top: 24px;
}

.output2 {
    margin-top: 24px;
    border: 1px solid #ff0000;
    border-radius: 3px;
    padding: 14px;
    color: #ff0000;
}

.submit,
.wpcf7-submit {
    background: #159C0D;
    color: #ffffff;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px;
    margin-top: 24px;
    border-radius: 2px;
}

.submit:hover,
.wpcf7-submit:hover {
    background: #7ed881;
}

.antispam {
    display: none;
}

.contact-field {
    margin-bottom: 24px;
}

.comm-send {
    margin-top: 56px;
    text-align: center;
}


/**** COMMENTS STYLES*****/

.commentlist {
    margin: 0
}

.commentlist>li {
    list-style: none;
    margin: 24px 0 0;
}

.commentlist>li ul.children li {
    list-style: none;
}

.children li.depth-2 {
    margin: 0 0 0 63px
}

.children li.depth-3 {
    margin: 0 0 0 63px
}

.children li.depth-4 {
    margin: 0 0 0 63px
}

.children li.depth-5 {
    margin: 0 0 0 63px
}

.children li.depth-6 {
    margin: 0 0 0 63px
}

.children li.depth-7 {
    margin: 0 0 0 63px
}

.children li.depth-8 {
    margin: 0 0 0 63px
}

.children li.depth-9 {
    margin: 0 0 0 63px
}

.children li.depth-10 {
    margin: 0 0 0 63px
}

.comment-body {
    margin-bottom: 36px;
}

.comment-details {
    position: relative;
    border-left: 5px solid #159c0d;
}

.bypostauthor .comment-details {
    border-left: 5px solid #ef6b11;
}

.comment-right {
    margin-left: 14px;
}

section.comment-author.vcard {
    position: relative;
}

.comment-author .author a,
.comment-author .author a:visited {
    border: none;
}

.comment-author span,
.comment-author .author a {
    color: #151515;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}

.comment-author .author a:hover {
    color: #159C0D;
}

.comment-content p:last-child {
    margin: 0;
}

.comment-date {
    font-size: 12px;
    font-style: italic;
    color: #656565;
    margin: 4px 0 14px 0;
    line-height: 1;
}

.reply {
    text-align: right;
    margin-top: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.comment-reply-link {
    margin-top: 8px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #159c0d;
    padding: 3px 5px;
    border-radius: 3px;
}

.comment-reply-link:hover {
    color: #159C0D;
    text-decoration: none;
}

.comment-text .rpr.star-ratings {
    justify-content: flex-start;
}

#cancel-comment-reply-link {
    font-size: 11px;
}

.commentlist .children {
    margin: 0
}

#comments_wrap {
    margin-top: 16px
}

#cancel-comment-reply {
    float: right;
    margin-top: 16px;
}

.comment-reply-title {
    margin-bottom: 0;
}

.comment-reply-title small {
    display: block;
}

.children #commentform textarea {
    width: 95.6%
}

.commentlist li .comment-respond {
    margin-bottom: 24px;
}

input::-ms-clear {
    display: none;
}

@-ms-viewport {
    width: auto;
}


/**** END COMMENTS STYLES *****/


/**** FOOD RECIPE *****/

.food-recipe {
    border: 3px solid #f2f2f2;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 5px;
}

.food-recipe p:empty {
    display: none;
}

.recipe-header {
    margin-bottom: 24px;
}

.recipe-header h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.recipe-info,
.ingredients,
.instructions {
    list-style: none;
    margin: 0;
    font-size: 0;
}

.recipe-info li {
    display: inline-block;
    font-size: 11px;
    margin-left: 16px;
}

.recipe-info li:first-child {
    margin-left: 0;
}

.recipe-info li i {
    font-size: 14px;
    margin-right: 6px;
    color: #159C0D;
}

.recipe-content {
    display: flex;
    counter-reset: my-counter -1;
}

.ingredients,
.instructions {
    width: 49%;
}

.ingredients {
    margin-right: 2%;
}

.ingredients li,
.instructions li {
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.instructions li {
    counter-increment: my-counter;
}

.ingredients li:before,
.instructions li:before {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 5px;
    color: #159C0D;
}

.ingredients li:before {
    font-family: "FontAwesome";
    content: "\f067";
}

.instructions li:before {
    content: counter(my-counter);
    vertical-align: top;
    font-weight: 700;
    font-size: 14px;
}

.ingredients li:first-child,
.instructions li:first-child {
    font-size: 12px;
    color: #151515;
    background: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    margin-bottom: 24px;
}

.ingredients li:first-child:before,
.instructions li:first-child:before {
    display: none;
}

.rpr-call-to-action {
    box-shadow: 0 0 4px 0 #8bc34ac4;
}

a.rpr-jump-to-recipe {
    padding: 4px 10px;
    color: #017905;
    border-radius: 3px;
    border: 1px solid #4caf50;
}


/**** END FOOD RECIPE *****/


/*************************************

5. SIDEBAR

************************************/

.posts-holder-push-right {
    float: right;
    padding-right: 0;
    padding-left: 35px;
}

aside ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside>ul>li {
    margin-top: 42px;
}

aside>ul>li:first-child {
    margin-top: 0;
}

.widgettitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.6);
    padding: 12px 10px;
    border-radius: 3px;
}

.widget ul li a {
    color: #454545;
}

.widget ul li a:hover {
    color: #159C0D;
}

.widget_recent_entries li,
.widget_archive li,
.widget_categories>ul>li,
.mostrecommendedposts li {
    color: #454545;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.widget_categories ul.children {
    padding-top: 7px;
    margin-left: 24px;
}

aside .instagram-pics,
footer .instagram-pics {
    text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
    display: inline-block;
    margin: 0 7px 7px 0;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
    width: 80px;
    height: 80px;
}

.tagcloud a {
    margin: 14px 7px 0 0;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    color: #454545;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    line-height: 1.4;
}

.tagcloud a:hover {
    border-color: #159C0D;
    background: #159C0D;
    color: #ffffff;
}


/* custom widgets */

.textwidget img {
    display: block;
    height: auto;
    max-width: 100%;
}

.textwidget select {
    width: 100%;
}

.widget-display-posts-img ul li {
    margin-bottom: 14px;
}

.widget-display-posts-img ul li:last-child {
    margin-bottom: 0;
}

.display-post-img {
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.display-post-img img {
    height: auto;
    left: 50%;
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
}

.display-post-text {
    margin-left: 85px;
}

.display-post-title h5 {
    font-size: 16px;
    margin: 7px 0;
}

.display-post-date {
    font-size: 12px;
    color: #a5a5a5;
    margin-bottom: 0;
    line-height: 1;
    font-style: italic;
}

aside .display-post-img {
    width: 70px;
    height: 70px;
}

aside .display-post-img img {
    width: 80px;
}

aside .display-post-text {
    margin-left: 90px;
}


/*************************************
6. FOOTER
************************************/

.footer {
    padding: 3rem 0 0 0;
    background-color: #fff;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-menu ul li {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 14px 0;
    font-weight: 600;
}

.copyright p,
.credits p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.credits p {
    font-size: 12px;
}

.footer-menu__wrapper {
    background-color: #5b9900;
    color: #fff;
    padding: 16px 0;
}

.footer-menu__wrapper a {
    color: #fff;
}

/*************************************
7. OTHER
************************************/

.page-template-holder {
    margin-bottom: 42px;
    text-align: left;
    background: #ffffff;
    border-radius: 5px;
}


/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next {}

.prev-next,
.page-links {
    text-align: center;
    margin-bottom: 4rem;
}

.page-numbers,
.nav-page a {
    color: #151515;
    margin: 0 6px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 3px;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
    color: #ffffff;
    background: #159C0D;
}

.page-links {
    margin-top: 28px;
}

.page-links a,
.post-password-form input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 12px;
    color: #ffffff;
    background: #159C0D;
    margin-right: 12px;
}

.page-links a:hover,
.post-password-form input[type="submit"]:hover {}

.post-password-form input[type="submit"] {
    vertical-align: top;
}

.small-link {
    margin-top: 24px;
}

.author-img img {
    border-radius: 50%;
    display: inline-block;
}

.author-archive h1 {
    font-size: 28px;
    margin-bottom: 0;
}

.other-entries {
    padding: 0;
    list-style: none;
    margin: 56px 0 0;
}

.other-entries .view-more {
    margin: 0;
}

.newer-entries {
    float: left;
}

.older-entries {
    float: right;
}

.nothing-found {
    margin: 24px 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #151515;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #151515;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #151515;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #151515;
}

::-ms-input-placeholder {
    /* Edge */
    color: #151515;
}

:placeholder-shown {
    /* Standard one last! */
    color: #151515;
}

.search-bar .search-string::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #e5e5e5;
}

.search-bar .search-string:-moz-placeholder {
    /* Firefox 18- */
    color: #e5e5e5;
}

.search-bar .search-string::-moz-placeholder {
    /* Firefox 19+ */
    color: #e5e5e5;
}

.search-bar .search-string:-ms-input-placeholder {
    /* IE 10+ */
    color: #e5e5e5;
}

.search-bar .search-string::-ms-input-placeholder {
    /* Edge */
    color: #e5e5e5;
}

.search-bar .search-string:placeholder-shown {
    /* Standard one last! */
    color: #e5e5e5;
}

.rpr-excerpt-container {
    margin: 0 0 2em 0;
}

.rpr-excerpt-container .rpr-excerpt {
    margin: 1em 0 0 0;
}

.ratings .rating {
    display: flex !important;
    justify-content: center;
}

.comment-text .ratings .rating {
    justify-content: flex-start;
}

h3.rpr-ingredient-group-title,
h3.rpr-instruction-group-title {
    margin: 2rem 0 1rem 0 !important;
}

.breadcrumbs-container {
    margin: 0 0 2em 0;
    padding: 6px 0;
    background: #fff;
    font-size: 14px;
    border-radius: 5px;
    color: #565656;
}

.view-more-recipes a h4 {
    padding: 10px;
    color: #5b9900;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 4rem 0 0 0;
    border: 2px solid;
}

section.recipe-sections {
    margin: 0 0 5em 0;
}

.rpr_recipe .meta-categ .star-ratings {
    margin: 0 0 5px 0!important;
}

.item-holder.item-fw .meta-categ .star-ratings {
    margin: 20px 0 -20px 0;
}

.home .item-holder.item-fw .post-wrap {
    padding-top: 0;
}

.rpr_recipe .meta-categ .star-ratings .rating,
.item-holder.item-fw .meta-categ .star-ratings .rating,
.item-holder.item-grid .info-more .star-ratings .rating {
    justify-content: center !important;
}

.rpr_recipe .rating svg,
.item-holder.item-fw .rating svg {
    width: 12px;
}

.item-holder.item-grid .rating svg {
    width: 7px;
}

.logged-in-as {
    text-align: center;
}

.rpr-info-container {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    gap: 25px !important;
}

.rpr-nutrition-container small {
    font-size: 50%;
    font-weight: 800;
}

li.rpr-ingredient a {
    font-weight: 600;
}

.rpr-info-container {
    font-size: .9rem;
}

ul.rpr-ingredient-list {
    margin: 0 0 2rem 40px !important;
}

/*************************************
MEDIA QUERIES
************************************/
@media (min-width: 980px) and (max-width: 1200px) {
    .wrapper.home,
    .wrapper.single,
    .wrapper.page,
    .wrapper.archive-content,
    .wrapper.author-content,
    .wrapper.search-content {
        grid-template-columns: 1fr 300px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .wrapper.home,
    .wrapper.single,
    .wrapper.page,
    .wrapper.archive-content,
    .wrapper.author-content,
    .wrapper.search-content,
    .archive-content {
        grid-template-columns: 1fr;
    }
    .posts-holder-push-right {
        float: none;
    }
    .posts-holder,
    .posts-holder-push-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .layout-grid-holder-4col>li,
    .layout-grid-holder-2col>li {
        width: 49%;
        margin-right: 2%;
    }
    .layout-grid-holder-4col>li:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .wrapper.home,
    .wrapper.single,
    .wrapper.page,
    .wrapper.archive-content,
    .wrapper.author-content,
    .wrapper.search-content,
    .archive-content {
        grid-template-columns: 1fr;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.4em;
    }
    h5 {
        font-size: 1.1em;
    }
    h6 {
        font-size: 1.0em;
    }
    .top-header {
        margin-bottom: 36px;
    }
    .nav-button,
    .logo-menu-3 {
        display: block;
    }
    .logo-3 {
        width: auto;
    }
    .mobile-fixed-top {
        top: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 99;
        background: #ffffff;
        margin: 0;
    }
    .mobile-fixed-top {
        padding-bottom: 12px;
    }
    .mobile-fixed-top .logo {
        display: none;
    }
    .layout-grid-holder-3col>li {
        width: 32%;
    }
    .layout-grid-holder-3col>li:nth-child(2n+2) {

    }
    .layout-grid-holder-3col>li:nth-child(3n+3) {
        margin-right: 0;
    }
    .layout-grid-holder-4col>li,
    .layout-grid-holder-2col>li {
        width: 49%;
        margin-right: 2%;
    }
    .layout-grid-holder-4col>li:nth-child(2n+2) {
        margin-right: 0;
    }
    .item-holder-list .post-title {
        font-size: 18px;
    }
    aside {
        margin-top: 42px;
    }
    .posts-holder-push-right {
        float: none;
    }
    .posts-holder,
    .posts-holder-push-right {

    }
    .layout-sidebar .post-title-full {
        font-size: 28px;
        padding: 0 5px;
    }
    .recipe-content {
        display: block;
    }
    .ingredients,
    .instructions {
        width: 100%;
    }
    .ingredients {
        margin-right: 0;
        margin-bottom: 24px;
    }
    /*comments*/
    .children {
        margin: 24px 0 0;
    }
    .children li.depth-2,
    .children li.depth-3,
    .children li.depth-4,
    .children li.depth-5,
    .children li.depth-6,
    .children li.depth-7,
    .children li.depth-8,
    .children li.depth-9,
    .children li.depth-10 {
        margin: 0
    }
    .other-entries {
        text-align: center;
    }
    .newer-entries,
    .older-entries {
        float: none;
    }
    .newer-entries {
        margin-bottom: 14px;
    }

    .archive.category .layout-grid-holder-3col > li,
    .archive.tax-rpr_ingredient .layout-grid-holder-3col > li {
        width: 47%;
        margin-right: 10px;
    }
}

@media (max-width: 568px) {
    .wrapper.home,
    .wrapper.single,
    .wrapper.page,
    .wrapper.archive-content,
    .wrapper.author-content,
    .wrapper.search-content {
        grid-template-columns: 1fr;
    }
    .layout-grid-holder {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    .sidebar {
        padding: 0 10px;
    }
    .logo svg {
        width: 200px;
    }
    .item-fw {
        padding: 24px 0;
    }
    .layout-grid-holder-2col>li,
    .layout-grid-holder-3col>li,
    .layout-grid-holder-4col>li {
        width: 100%;
        margin-right: 0;
    }
    .layout-grid-holder-3col>li:nth-child(3n+3) {
        margin-right: 0;
    }
    .post-image img {
        width: 100%;
    }
    .item-holder-list .post-image {
        float: none;
        width: 100%;
        height: 250px;
    }
    .item-holder-list .list-image {
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
    .item-holder-list .post-holder {
        width: 100%;
    }
    .item-holder-zigzag-right .list-image {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
    }

    .archive.category .layout-grid-holder-3col > li,
    .archive.tax-rpr_ingredient .layout-grid-holder-3col > li {
        width: 47%;
        margin-right: 10px;
    }

    .archive.category .item-grid .info-more,
    .archive.category .item-grid .meta-categ,
    .archive.tax-rpr_ingredient .item-grid .info-more,
    .archive.tax-rpr_ingredient .item-grid .meta-categ {
        display: none;
    }
    .archive.category .item-grid .post-wrap {
        padding: 10px 5px;
    }
    aside .widget {
        padding: 0;
    }
}

@media (max-width: 375px) {
    .post-title-full {
        font-size: 52px;
    }
    .wrapper.home,
    .wrapper.single,
    .wrapper.page,
    .wrapper.archive-content,
    .wrapper.author-content,
    .wrapper.search-content {
        grid-template-columns: 1fr;
    }
    .layout-grid-holder {
        grid-template-columns: 1fr;
    }
    .wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    .sidebar {
        padding: 0 10px;
    }
    .logo svg {
        width: 180px;
    }
    #slider-home {
        display: none;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .recipe-intro {
        margin: 0 0 2em 0;
    }
    aside .widget {
        padding: 0;
    }
}

@media (max-width: 320px) {
    .post-title-full {
        font-size: 46px;
    }
    .wrapper.home,
    .wrapper.single,
    .wrapper.page,
    .wrapper.archive-content,
    .wrapper.author-content,
    .wrapper.search-content {
        grid-template-columns: 1fr;
    }
    .layout-grid-holder {
        grid-template-columns: 1fr;
    }
    .wrapper {
        padding-right: 5px;
        padding-left: 5px;
    }
    .sidebar {
        padding: 0 10px;
    }
    .logo svg {
        width: 120px;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    aside .widget {
        padding: 0;
    }
}

::selection {
    background: #4CAF50;
    color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9E9E9E;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9E9E9E;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9E9E9E;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9E9E9E;
}

.jump-to-recipe {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4OCA4OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1Yjk5MDA7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5KdW1wIHRvIFJlY2lwZTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjQ0IiBjeT0iNDQiIHI9IjQ0Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEuODYsNjYuMDlWNTYuNjRoMy40NmE1LjY2LDUuNjYsMCwwLDEsMS42NC4yNCwzLjM5LDMuMzksMCwwLDEsMS4yMi43NCwyLjczLDIuNzMsMCwwLDEsMSwyLjJ2LjIzYTMuMDYsMy4wNiwwLDAsMS0uNjMsMS44NCwyLjMxLDIuMzEsMCwwLDEtMSwuODFsMi4yNywzLjM5SDI3bC0yLjgtMy42OXYzLjY5Wk0yNi43NCw2MGExLDEsMCwwLDAtLjM3LS43NiwyLjE2LDIuMTYsMCwwLDAtMS4yLS4zMmgtMXYyLjJoMS4zNkExLjE5LDEuMTksMCwwLDAsMjYuNzQsNjBaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAuMzgsNTYuNjJIMzYuOXYyLjNIMzIuOHYxLjI5SDM2djIuM0gzMi44VjYzLjhoNC4xdjIuM0gzMC4zOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00Mi44MSw1Ni42YTUuMiw1LjIsMCwwLDEsMy40MiwxLjQ1bC4xNS4xNC0xLjY2LDEuNjUtLjE1LS4xNGEyLjg4LDIuODgsMCwwLDAtMi0uNzksMi45MywyLjkzLDAsMCwwLTIsLjcyLDIuMjMsMi4yMywwLDAsMC0uODQsMS43NSwyLjIsMi4yLDAsMCwwLC44NCwxLjc0LDMsMywwLDAsMCwyLC43MiwyLjgzLDIuODMsMCwwLDAsMi0uNzlsLjE2LS4xNCwxLjY1LDEuNjQtLjE0LjE1YTUuMDgsNS4wOCwwLDAsMS0xLjYyLDEuMDcsNS43Myw1LjczLDAsMCwxLTIuMDguMzgsNS41Myw1LjUzLDAsMCwxLTMuNzgtMS4zOSw0LjY0LDQuNjQsMCwwLDEsMC02Ljc4LDUuNDksNS40OSwwLDAsMSwzLjc4LTEuNDFoLjI4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ3LjA2LDY2LjA5VjU2LjY0aDIuMzF2OS40NVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01MC43LDY2LjA5VjU2LjY0aDMuNzJhMy44NSwzLjg1LDAsMCwxLDIuNywxLDMuMjgsMy4yOCwwLDAsMSwxLDIuNDIsMy4yMiwzLjIyLDAsMCwxLTEsMi40LDQsNCwwLDAsMS0yLjc1LDFINTN2Mi42M1ptMy43Mi03LjE2SDUzLjA5djIuMjRoMS4zM2ExLjI1LDEuMjUsMCwwLDAsMS4zNC0xLjExQTEuMjcsMS4yNywwLDAsMCw1NC40Miw1OC45M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01OC44Nyw1Ni42Mmg2LjUydjIuM2gtNC4xdjEuMjloMy4xNXYyLjNINjEuMjlWNjMuOGg0LjF2Mi4zSDU4Ljg3WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2MC45NSAzMi4xNyA2MC45NSAxOS43OSAyNy4wNSAxOS43OSAyNy4wNSAzMi4xNyAxNi4wOCAzMi4xNyA0NCA0OC4yMSA1My40NyA0Mi4zIDcxLjkyIDMyLjE3IDYwLjk1IDMyLjE3Ii8+PC9nPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    height: 4rem;
    line-height: 0;
    font-size: 0;
    color: transparent;
}
