/*
	Theme Name: Well Nourished
	Theme URI: http://www.studiopress.com/
	Description: Custom made for Well Nourished based on Genesis sample theme created for the Genesis Framework.

	Version: 2.2.7

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.7

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #f8f7f5;
	color: #000;
	font-family: 'Halant', georgia, serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
    color: #507d2e;
   	text-decoration: none; 
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

a.no-link, .no-link > a {
    cursor: default;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px dashed #bbb;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Halant, Georgia, serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
    font-weight: 400;
}

.post h1.entry-title {
    margin-bottom: 0px;
}

.no-title h1.entry-title { display:none; }

h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    margin-top: 20px;
}

h3 {
    font-size: 18px;
    font-size: 1.8rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input {
    background-color: transparent;
    border: 0px solid #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
    padding: 5px 0px 0px;
	width: 100%;
    font-family:'Work Sans', Arial;
}


select,
textarea {
    background-color: transparent;
    border: 1px solid #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
    padding: 10px;
	width: 100%;
    font-family:'Work Sans', Arial;
    border-radius: 0px;
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0px;
    padding: 12px;
    background: url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/angle-arrow-down.png) no-repeat right center;
    background-size: 10px 10px;
    background-position: right 10px center;
    letter-spacing: 1px;
}


input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;  
}

::-webkit-input-placeholder {
	color: #999;
}

.show-search ::-webkit-input-placeholder,.show-search ::-moz-placeholder {
	color: #999;
    font-size:0.9em;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button {
    background-color: transparent;
    border: 1px solid #bbb;
    color: #999 !important;
    /* cursor: pointer; */
    font-size: 14px;
    font-size: 1.4rem;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding: 12px 24px;
    text-decoration: none;
    white-space: normal;
    text-transform: uppercase;
    font-family: 'work sans', arial;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #507d2e;
	color: #fff!important;
    border:1px solid #507d2e;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
    font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #000;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* ### Content */

.content {
	float: left;
	max-width: 725px;
    border-right: dashed 1px #bbbbbb;
    padding: 0px 5% 0px 0px;
    width: 65%;
}

.full-width-content .content {
    width: 100%;
    border-right: dashed 0px #bbbbbb;
    float: none;
    margin: 0 auto;
    max-width: 1100px;
    padding:0;
}

.entry {
    margin-bottom: 0px;
    padding-bottom: 50px;
}


/*Change for the pages*/
.page .entry {
    padding: 0;
}
/*
.page .content {
    margin: 0 auto;
    max-width: 1000px;
    border-right: 0px;
    float: none;
    padding: 0;
}
*/
/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
    max-width: 375px;
    width: 35%;
    padding: 0 2.5%;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	/*width: 48.717948717948715%;*/
    width: 46.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 1.6rem;
	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}

h1.archive-title a {
    color: #000;
}

.archive-description,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
    margin: 20px 0 30px;
	padding: 40px;
}

/* .archive-description-mobile{
	font-size: 1.8rem;
    margin: 20px 0 30px;
    padding: 20px;
} */


.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}


.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
}


.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	/*margin-top: 10px;*/
}

.show-search input[type="submit"],
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.show-search .search-form input[type="search"] {
    padding: 18px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    background-color: #fff;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}
/*
.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
}
*/
h2.entry-title {
    font-weight: 400;
    margin-bottom: 0px;
    margin-top:0px;
    font-size: 32px;
    font-size: 3.2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #507d2e;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.page .entry-title {
    max-width: 700px;
    text-align: center;
    margin: 25px auto 25px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
    text-align:center;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

span.separator {
    padding: 0 7px;
}

/* # Entry content
---------------------------------------------------------------------------------------------------- */
.page-template-default .entry-content {
    max-width: 700px;
    margin: 0 auto;
}

.page-template-default.wider-content .entry-content {
    max-width: 900px;
}

.entry-content h3 {
    margin-top: 10px;
}

.entry-content a {
    color: #507d2e;
}
.entry-content a.button {
    color: #999999 !important;
}
.entry-content a.button:hover {
    color: #ffffff !important;
}
body .xt-button a {
	color: #fff !important;
}
/* Single Post*/
.single-post .site-container .site-inner {
    margin-top: 30px;
}

/* # Category aka archive pages
-----------------------*/


.category .entry {
    padding: 20px 20px;
    margin-bottom: 20px;
}

.category h1.archive-title {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0px;
}

.archive h2.entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px;
}

.category h2.entry-title, h2.larger-entry-title {
    text-align: center;
}


h2.larger-entry-title a {
    color: #000;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.taxonomy-description {
    text-align: center;
    margin: 20px 0 10px;
}

/*Tags*/
.archive.tag h2.entry-title {
    font-size: 32px;
    font-size: 3.2rem;
}
.archive.tag h1.archive-title {
    font-size: 32px;
    text-transform: capitalize;
}

/*Pagination for category pages*/
.pagination {
    padding: 20px 10px;
    text-align: center;
    font-family: 'work sans',arial;
}
.archive-pagination a {
    color: #507d2e;
}



/* # Widgets in Sidebar
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
    text-align: center;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	/*list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;*/
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

/*Hide Welcome Widget from posts*/
.post-template-default section#text-4 {
    display: none;
}

.post-template-default h2.social-media {
    margin-top: 0;
}

/*Text Widget*/
.textwidget, .textwidget p {
    text-align: center;
}

.textwidget h2,
.popular-posts h2
{
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 0px 20px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.textwidget h2:after,
.popular-posts h2:after
{
    content: "";
    display: inline-block;
    width: 100px;
    position: absolute;
    margin-left: -50px;
    left: 50%;
    bottom: 0;
    border-top: 1px dashed #bbb;
}

.widget-image{
    margin: 0 auto -10px;
}

p.links {
    color: #999;
}

.links a {
    padding: 0px 10px;
    font-family: 'Work Sans', arial;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.textwidget h3{
    text-align:center;
}

h3.widgettitle.widget-title {
    display: none !important;
}

span.bullet {
    font-family: georgia;
}

/*Sidebar Social*/
.sidebar-social {
    margin: 0 auto;
    display: block;
    text-align: center;
}

h2.social-media:after {
    border-top: 0px;
}

h2.social-media {
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.sidebar-social a {
    margin: 0px 10px;
}

.sidebar-social i.fa {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
}

.sidebar-social i.fa:hover {
    color: #507d2e;
}

/*Sidebar Featured Product*/
.featured-product-sidebar.woocommerce img {
    max-width: 220px;
}

.featured-product-sidebar.woocommerce {
    text-align: center;
    margin-bottom: 30px;
}

.featured-product-sidebar i.display-number-of-ratings {
    font-family: 'Work Sans', Arial;
}

.featured-product-sidebar.woocommerce a.button {
    color: #777;
    font-weight: 400;
    padding: 12px 24px;
}

.featured-product-sidebar.woocommerce a.button:hover {
    color: #fff;
}

/*****************************************************************/
/*Popular Posts*/
section#text-6 h2, section#text-17 h2 {
    margin-bottom: 10px;
}
section#text-17 {
    list-style-type: none;
    padding: 0 15px 0 25px;
    margin-bottom: 25px;
}
section#text-17 ol li {
    counter-increment: step-counter;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 18px;
    padding: 2px 0 0 40px;
    margin: 1em 0 18px;
    position: relative;
    overflow: visible;
    text-align: left;
}
section#text-17 ol li::before{
    content: counter(step-counter);
    margin-right: 0;
    font-size: 32px;
    font-family: Halant,serif;
    color: #b7b7b7;
    width: 53px;
    text-align: center;
    position: absolute;
    top: 12%;
    left: -10px;
    -webkit-font-smoothing: antialiased;
}
section#text-17 ol li a {
    color: #000;
}
section#text-17 ol li a:hover {
    color: #507d2e;
}    

section#text-6,section#text-7,section#text-9 {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*Sub-categories dropdown*/

.widget_sub_categories {
    margin-bottom: 0;
}

select {
    color: #999;
}

.widget option {
    color: #999;
}

/*Search */
section#search-2 form.search-form:after {
    content: "\f002";
    font-family: fontawesome;
    color: #999;
}


#search-2 input[type="search"] {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 92%;
}

/*Adding thin close button*/
.fa-times-thin:before {
	content: '\00d7';
    font-family: fontawesome;
}

/*Sidebar for Activecampaign*/
.sidebar-activecampaign form {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
}

/* ## Widgets in After Entry
--------------------------------------------- */

.after-entry{
    font-size: 18px;
	font-size: 1.8rem;
    margin: 0;
    padding: 12px 0px;
    margin: 0px;
    color: #969696;
   /* border-top: 1px dashed #bbb; */
}

.after-entry.widget-area {
    clear: both;
}

.after-entry section#text-2 {
    margin-top: 10px;
}

.no-after-entry .after-entry.widget-area {
    display: none;
}

.after-entry .textwidget p {
    text-align: left;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/*Social Media Sassy Share*/

section#heateor_sss_sharing-2 h3 {
    display: inline-block !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.4rem;
    color: #969696;
}

/*new-ad change*/
.heateor_sss_sharing_container {
    padding-top: 12px;
    border-top: 1px dashed #bbb;
    margin-top: 20px;
}

i.heateorSssSharing.heateorSssPinterestBackground {
    width: 30px!important;
}

i.heateorSssSharing.heateorSssYummlyBackground {
    width: 37px !important;
    height: 37px !important;
    margin-left: -2px;
}

i.heateorSssSharing.heateorSssEmailBackground{
    width: 37px !important;
    height: 37px !important;
}

/*Related Posts*/
div.wp_rp_content {
    display: inline-block;
}

h3.related_post_title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 10px 0;
}

.wp_rp_wrap .related_post_title {
    clear: both;
    padding: 0;
}

ul.related_post {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.related_post li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 190px;
    margin: 10px 35px 20px 0px;
    padding: 0;
}

ul.related_post li:last-child{
    margin-right:0px;
}

ul.related_post li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
    text-decoration: none;
    margin: 10px 0;
    text-indent: 0;
    text-align: center;
    color: #000;
}

ul.related_post li img {
    display: block;
    height: 250px;
    width: 100%;
    margin: 0px;
    object-fit: cover;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

section#search-2 {
    margin-bottom: 40px;
}

/* ## Featured Image
--------------------------------------------- */

.featured-image-class {
    max-width: 1000px;
    margin: 0 auto 20px;
}

/* ## Gravity Forms
--------------------------------------------- */

body .entry .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}

body .gform_wrapper .top_label .gfield_label {
	margin-bottom: 6px;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}


/*Sassy Social Share*/
.heateor_sss_horizontal_sharing .heateorSssYummlySvg, #heateor_sss_rearrange .heateorSssYummlySvg {
background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23507d2e%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center !important;
}

.heateor_sss_horizontal_sharing .heateorSssFacebookSvg,#heateor_sss_rearrange .heateorSssFacebookSvg{
 background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23507d2e%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center!important;
}

.heateor_sss_horizontal_sharing .heateorSssTwitterSvg,#heateor_sss_rearrange .heateorSssTwitterSvg{ background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23507d2e%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center !important;}

.heateor_sss_horizontal_sharing .heateorSssPinterestSvg, #heateor_sss_rearrange .heateorSssPinterestSvg{ background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23507d2e%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center !important;}

.heateor_sss_horizontal_sharing .heateorSssEmailSvg,#heateor_sss_rearrange .heateorSssEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23507d2e%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center !important;}

.heateor_sss_horizontal_sharing .heateorSssYummlySvg:hover, #heateor_sss_rearrange .heateorSssYummlySvg:hover {
background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23000000%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center !important;
}

.heateor_sss_horizontal_sharing .heateorSssFacebookSvg:hover,#heateor_sss_rearrange .heateorSssFacebookSvg:hover{
 background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center!important;
}

.heateor_sss_horizontal_sharing .heateorSssTwitterSvg:hover,#heateor_sss_rearrange .heateorSssTwitterSvg:hover{ background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center !important;}

.heateor_sss_horizontal_sharing .heateorSssPinterestSvg:hover, #heateor_sss_rearrange .heateorSssPinterestSvg:hover{ background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center !important;}

.heateor_sss_horizontal_sharing .heateorSssEmailSvg:hover,#heateor_sss_rearrange .heateorSssEmailSvg:hover{ background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center !important;}


/* # Woocommerce see lib
---------------------------------------------------------------------------------------------------- */


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header > .wrap {
	padding: 10px 0 5px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 5px 0;
}

.header-image .title-area {
	margin: 0px auto;
    padding: 0px;
}

/*.header-full-width .title-area {
	float: none;
	width: 100%;
}*/

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

/*.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}*/

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description {
	display: none;
    text-align: center;
    margin-top: 10px;
}

/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/

.site-title img {
    vertical-align: top;
    width: 90%;
    max-width: 700px !important;
    display: block;
    margin: 0 auto;
}
/*.site-title-mobile {
	margin-top: -100%;
}*/
/* .site-title-mobile img {
	vertical-align: top;
    width: 90%;
    max-width: 700px !important;
    display: block;
    margin: 0 auto;
}* /

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary .wrap {
    position: relative;
    display: table;
    text-align: center;
/*	width: 100%;*/
}

nav#genesis-nav-primary {
    border-top: dashed 1px #bbbbbb;
}

.nav-primary-mobile {
    border-top: none;
}

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
    position:relative;
    float: none;
    vertical-align: top;
    display: inline;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
    position:relative;
}

.genesis-nav-menu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 22px 12px;
    font-family: 'work sans', arial;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.genesis-nav-menu .right.date {
	padding: 32px 20px;
}

.genesis-nav-menu .right.rss a {
	float: left;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #507d2e;
	text-decoration: none;
    font-family: 'work sans', arial;
}

.genesis-nav-menu .sub-menu {
    background-color: #f8f7f5;
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 300px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	font-size: 12px;
	padding: 15px;
	position: relative;
	width: 300px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

/*
.genesis-nav-menu .menu-item:hover {
	position: static;
}
*/

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	text-align:center;
}

/* ## Footer Navigation
--------------------------------------------- */


.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #000;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    font-family: 'work sans', arial;
    letter-spacing: 0.5px;
    line-height: 1.9;
    text-transform: capitalize;
    color: #999;
    margin-top: 5px;
}

.entry-header .entry-meta {
    margin-bottom: 15px;
}

.entry-footer .entry-meta {
    border-top: dashed 1px #bbbbbb;
	padding-top: 24px;
}

/*The categories in the homepage blog content*/
.entry-meta .entry-categories {
    display: inline;
}

.entry-categories,
.entry-tags {
	display: block;
}

/*Read More and Comments in homepage section*/
.read-more {
    float: left;
}

.comment-etc {
    float: right;
}

.comment-etc a {
    font-family: 'Work Sans', Arial;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    bottom: -1px;
}

.comment-etc .wprm-recipe-rating {
    display:inline-block;
    margin-right: 5px;
}

.comment-etc .wprm-rating-star svg {
    vertical-align: baseline;
}


/* ## Homepage
----------------------------------------------*/

.home .content-sidebar-wrap {
    padding-top: 40px;
    clear: both;
}

.home .entry-content {
    border-bottom: dashed 1px #bbbbbb;
    padding-bottom: 20px;
}

img.post-image.entry-image {
    margin-bottom: 20px;
}

/*Homepage Banner*/

/*Member Only Banner*/
.family-member div#banner, .recipe-only-member div#banner {
    height: 462px;
    background-size: cover;
}
.family-member a#banner-text, .recipe-only-member a#banner-text {
    max-width: 500px;
}
.family-member #banner-text h1, .recipe-only-member #banner-text h1 {
    font-size: 24px;
    margin: 10px 0 -5px;
    text-transform: uppercase;
    font-family: work sans,Arial;
    letter-spacing: 2px;
}
.family-member #banner-text:hover h1, .recipe-only-member #banner-text:hover h1  {
    color: #507d2e;
}
.family-member #homepage-featured-items, .recipe-only-member #homepage-featured-items {
    margin: 50px 0 62px;
}

div#banner {
    width: 100%;
    height: 600px;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    -webkit-box-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items:center;
    background-size: cover;
    padding: 20px;
    background: center;
}

a#banner-text {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.83);
}

#banner-text h2 {
    color: #000;
    font-size: 32px;
}

#banner-text p {
    margin: 0;
    font-family: 'Work Sans', Arial;
    font-size: 1.5rem;
    font-size: 15px;
}


/* Family Tick*/
li.tick {
    background: url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/tick.png) no-repeat top left;
    background-size: 20px;
    padding: 0 0 0 30px;
    line-height: 1.6;
    margin-left: 20px;
	list-style-type: none !important;
}
li.tick.extra-left {
    margin-left: 40px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 50px;
}

/*.adjacent-entry-pagination {
	margin-bottom: 0;
}*/

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #507d2e;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

/*Homepage comments*/
span.entry-comments-link {
    float: right;
}

h3#reply-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
}

.wn-comment-title h3 {
    float: left;
    font-size: 2.4rem;
    font-weight: 400;
}

p.comment-author {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.comment-meta {
    float: left;
    margin-right: 5px;
}

/*Modified comment title*/
.wn-comment-title {
    margin-bottom: 40px;
}

.wn-comment-title h3 {
    float: left;
}

a.post-comment {
    float: right;
    font-size: 17px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 30px 60px 60px 0px;
}

.entry-comments {
    padding: 60px 60px 60px 0px;
}

.comment-list li {
    padding: 20px 0 10px 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
    border-top: dashed 1px #bbbbbb;
}

.comment-header {
	margin-bottom: 0px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	padding: 10px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

footer.site-footer .wrap {
    max-width: 100%;
    padding: 0px;
}

.footer-widgets {
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
    background-color: #000;
}

/*Footer widget 1
----------------------- */
.footer-widgets-1{
    width:100%;
    padding: 20px 0 10px;
    background-color: #f8f7f5;
}

span.featured-text {
    color: #777;
    padding-right: 20px;
    font-size: 16px;
}

.logo-containers {
    margin: 25px 0;
}

.logo-containers img {
    max-height: 70px;
    /* float: left; */
    /* display: inline-block; */
    margin: 0px 18px;
    max-width: 130px !important;
    opacity: 0.6;
}

#text-14 p {
    line-height: 1.3;
}

span.quoter {
    font-size: 12px;
    font-family: 'Work Sans',Arial;
    text-transform: uppercase;
    color: #999;
}

/*Footer widget 2
----------------------- */
.footer-widgets-2 {
    width: 100%;
    padding: 15px 0;
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Work Sans',Arial;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
}

.footer-widgets-2 .widget {
    margin-bottom: 10px;
    float:left;
}

.footer-widgets-2 p {
    float: left;
}


#custom_html-3{
    width: 28%;
}

#custom_html-3 .sidebar-social {
    float: left;
    margin: 0 20px 0px 0px;
    text-align: left;
}

#custom_html-3 .sidebar-social i.fa {
    font-size: 18px;
    color: #fff;
}

#custom_html-3 .sidebar-social a {
    margin: 0px 7px;
}

.footer-widgets-2  p.right-border {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

/*Footer widget menu*/
section#nav_menu-2 {
    width: 45%;
}

.menu-footer-container {
    display: block;
    margin: 0 auto;
}

.footer-widget-area li {
    display: inline-block;
    padding: 0px 15px 0px 10px;
    border-right: 1px solid #fff;
}

.footer-widget-area li:last-child {
    border-right: 0px;
}

.footer-widget-area a {
    color:#fff;
}

.footer-widget-area a:hover {
    color:#fff;
}


/*Credit Footer*/
section#text-15 {
    width: 27%;
    float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px dashed #bbb;
	font-size: 16px;
	font-size: 1.6rem;
    padding: 30px 0 0px;
	text-align: center;    
    overflow: hidden;
}

.site-footer p {
	margin-bottom: 0;
}

/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */


/* # Search in Navigation*/
/*---------------------------------------------------------------------------------------------------- */

.top-search {
   float: right;
	width: 20px;
    display:inline-block;
    margin-left: 10px;
    vertical-align:top;
}
.top-search > a {
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	color: #313131;
	cursor: pointer;
	background: none;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin: 0;
    padding: 0;
}

.top-search > a > i {
	width: 20px;
}
.show-search {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 58px;
    background: #f8f7f5;
	text-align: left;
	z-index: 3;
	display: none;
}
.show-search #searchform input.search-input {
	padding: 15px 35px 15px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #313131;
	height: 58px;
	line-height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
}
.show-search a.close-search {
	position: absolute;
	width: 20px;
	height: 60px;
	display: inline-block;
	right: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	color: #313131;
    margin: 0px 10px;
    padding: 0;
}

/*The shopping cart in menu*/
.top-search.shoping-cart-icon {
    position: relative;
}

.top-search.shoping-cart-icon>a>i {
    font-size: 17px;
}

.top-search.shoping-cart-icon>a>span {
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 12px;
    right: -4px;
    background: #5c8c38;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    font-size: 8px;
    font-family: 'PT Serif',serif;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
/* # Recipe Dinner Menu in Homepage*/
/* ---------------------------------------------------------------------------------------------------- */

.dinner-menu-set {
    margin: 80px 0 50px;
    background-image: url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/beetroot_left.png), url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/beetroot_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
}

.menu-set{
    text-align: center;
    background-color:#fff;
    padding: 40px 20px;
    margin: 10px;
}

.menu-set h2 {
    min-height: 80px;
    font-size: 25px;
    font-size: 2.5rem;
}

.menu-set a h2 {
    color: #000;
}

.dinner-plus p{
    font-size:25px;
    text-align:center;
    opacity: 0.5;
}

.recipe-container{
  display:block;
}

.recipe-container .recipe-time-container:first-child{
  border-right:1px dashed #bbb;
}
.recipe-time-container{
    width: 49%;
    text-align: center;
    float: left;
    color:#999;
}

.recipe-time-header{
    margin-bottom:6px;
    word-break: break-all;
    font-size:16px;
}

.recipe-time{
  font-size:22px;
}

.clear{
  clear:both;
}

.recipe-cat {
    background: transparent;
    border: 1px solid #bbb;
    color: #777;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'work sans', arial;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
    -ms-align-items: center;
    -moz-align-items:center;
  -webkit-justify-content: center;
          justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
  /* -webkit-flex-direction: column;
   flex-direction: column;*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;    
    -ms-flex-wrap: wrap;  
    -moz-flex-wrap: wrap;  
}

.flex-none {
    -webkit-flex: none;
          flex: none;
    -webkit-box-flex: none;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: none;         /* OLD - Firefox 19- */
    -ms-flex: none;              /* IE 10 */
  width: 30px;
}

.flex1 {
    -webkit-flex: 1;
          flex: 1;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -ms-flex: 1;              /* IE 10 */
}

h2.section-title {
    text-align: center;
    margin: 40px 0;
    font-size: 32px;
    font-size: 3.2rem;
}

/*Random Posts*/
/* ---------------------------------------------------------------------------------------------------- */
.random-posts-container {
    margin: 0px;
    background-image: url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/pumpkin_left.png), url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/pumpkin_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    }

.random-posts .flex-container {
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-justify-content: normal;
    justify-content: normal;
}
    
.random-posts article.flex1 {
    background: #fff;
    padding: 30px;
    margin: 30px;
}

.random-posts h2.entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.wrap.random-posts {
    padding: 40px 0px;
    text-align: center;
}

h2.featured-post-title {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 217px;
    margin: 5px auto;
}

.featured-post-title a {
    color: #000;
}

/*Health Glossary Images*/
/* ---------------------------------------------------------------------------------------------------- */
.page-id-14 .entry-content img {
    margin-bottom: 0;
}

/*Ingredients Glossary Page*/

p.ingredients-links-container {
    text-align: center;
}

p.ingredients-links-container > a {
    font-size: 32px;
    padding: 0px 5px;
    border-right: 1px solid #bbb;
}

p.ingredients-links-container > a:last-child {
    border-right: 0px;
}

/*Featured Random Product*/
/* ---------------------------------------------------------------------------------------------------- */
.featured-products-container {
    background: #fff;
    padding: 60px 0px;
    margin: 40px 0px 0px;
    text-align: center;
}

img.featured-product-image {
    padding: 30px;
    border: 1px solid #bbb;
    -moz-border-radius: -moz-border-radius;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 0 #C2C2C2;
    box-shadow: 5px 5px 15px 0 #C2C2C2;
}

.featured-products-container .wrap {
    max-width: 1000px;
}

.featured-products-container .two-thirds {
    padding: 0px 30px;
}

a.shop-link {
    font-family: 'Work Sans', Arial;
    font-size: 0.75em;
}

.featured-products-container h2 {
    margin-top: 5px;
    font-size: 32px;
    font-size: 3.2rem;
}

span.starwrapper {
    margin-top: 10px;
}

p.testimony {
    font-size: 0.85em;
    color: #777;
    margin-bottom: 30px;
}

/****LOAD MORE******/
.load-anim {
    display: none;
}

i.fa-spin {
    margin-right: 8px;
}

.fa-2x {
    font-size: 1.5em !important;
}

button.load-more{
    margin: 0 auto 50px;
    text-align: center;
    display: block;
    clear: both;
    background-color: #507d2e;
    color: #fff !important;
    border: 1px solid #507d2e;
}
    
button.load-anim{
    margin: 0 auto 50px;
    text-align: center;
    clear: both;
} 

button.load-more:hover {
    background-color: #335c04;
    border: 1px solid #335c04;
}

/***************STAR RATING COLOR CHANGE *****************/
/*IN recipe is handled within the wprm plugin*/
/*IN BLOG COMMENTS*/
.comment-etc .wprm-rating-star svg path {
    fill: #f1cc59;
}

.comment-etc .wprm-rating-star polygon {
    stroke: #999999;
}

.comment-etc .wprm-rating-star.wprm-rating-star-full polygon {
    fill: #f1cc59 !important;
}


/*****************MOBILE MENU*******************************/
div#mobile-icon {
    cursor: pointer;
    float: left;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    height: 58px;
    display: none;
}

#mobile-icon-device{
    display: none!important;
}



a#nav-toggle {
    cursor: pointer;
    height: 58px;
    display: block;
    line-height: 58px;
    color: #000;
}

/*SIDR MENU BACKGROUND*/
.sidr-main-open #close-sidebar-nav {
    left: 260px;
    opacity: 1;
    visibility: visible;
}

#close-sidebar-nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    top: 0;
    left: 0;
    font-size: 1.4em;
    color: #313131;
    padding: 10px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    right: 0;
    z-index: 100000;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#close-sidebar-nav i {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
}

.mobile-only{
    display:none;
}

.sidr {
    width: 300px;
}

/* LOGIN and MY ACCOUNT menu*/
.tml-field-wrap {
    padding: 10px 0 0;
}
.only-when-logged-in, .sidr-class-only-when-logged-in {
    display: none !important;
}
.logged-in .only-when-logged-out, .logged-in .sidr-class-only-when-logged-out {
    display: none !important;
}
.logged-in .only-when-logged-in {
    display: inline-block !important;
}
.logged-in .sidr-class-only-when-logged-in{
    display: inline !important;	
}

/* force parent menu to open submenu on mobile when clicked*/
.sidr-inner > li > a, .sidr ul li {
    text-align: left;
}

.sidr ul li a, .sidr ul li span {
    line-height: 1.5;
}

.sidr-class-no-link span.sidr-class-menu_arrow {
    width: 100%;
    text-align: right;
}

/* Affiliate Page */
.page-id-11281 .entry-content {
    max-width: 750px;
}

.page-id-11281 input {
    padding: 10px;
}

#affwp-generate-ref-url input[type="submit"], 
.affwp-form input[type="submit"] {
    color: #fff;
    border: 1px solid #507d2e;
    background-color: #507d2e;
}

/*Woocommerce Bundle Plugin*/
.bundled_product_summary .bundled_product_images img {
    width: 80px !important;
    height: auto !important;
}

.bundle_button .quantity {
    display: none;
}

.bundled_product_summary .bundled_product_images a {
    display: inline-block !important;
}

.single-product div.product .images.bundled_product_images {
    width: auto !important;
    float: left;
}

/********SPRITES***********/
.sidebar-icons {
    background: url('https://wellnourished.com.au/wp-content/themes/well-nourished/images/sidebar-icons.png') no-repeat top left;
    display:inline-block;
}
.sidebar-icons.most-popular {
    background-position: 0 0;
    width: 60px;
    height: 54px;
}
.sidebar-icons.wheat {
    background-position: 0 -55px;
    width: 170px;
    height: 87px;
}
.sidebar-icons.camera {
    background-position: 0 -143px;
    width: 80px;
    height: 65px;
}
.sidebar-icons.archive {
    background-position: 0 -209px;
    width: 130px;
    height: 95px;
}
    
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sidebar-icons {
        background: url('https://wellnourished.com.au/wp-content/themes/well-nourished/images/sidebar-icons-retina.png') no-repeat top left;
        background-size: 170px 305px;
    }
}


.footer-icons {
    background: url('https://wellnourished.com.au/wp-content/themes/well-nourished/images/footer-icons.png') no-repeat top left;
    margin: 0 18px;
    opacity: .6;
}
.footer-icons.food-matters-logo {
    background-position: 0 0;
    width: 130px;
    height: 13px;
}
.footer-icons.news-logo {
    background-position: 0 -14px;
    width: 35px;
    height: 35px;
}
.footer-icons.EWL-logo {
    background-position: 0 -50px;
    width: 70px;
    height: 18px;
}
.footer-icons.courier-mail-logo {
    background-position: 0 -69px;
    width: 130px;
    height: 18px;
}
.footer-icons.haven-logo {
    background-position: 0 -88px;
    width: 75px;
    height: 29px;
}
.footer-icons.Jamieoliver-logo {
    background-position: 0 -118px;
    width: 130px;
    height: 20px;
}
.footer-icons.abc-logo {
    background-position: 0 -139px;
    width: 30px;
    height: 46px;
}
.footer-icons.BB-logo {
    background-position: 0 -186px;
    width: 100px;
    height: 43px;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-icons {
        background: url('https://wellnourished.com.au/wp-content/themes/well-nourished/images/footer-icons-retina.png') no-repeat top left;
        background-size: 130px 230px;
    }
}

.top-search{
    cursor: pointer;
}


/*LOGIN PAGE*/
input#user_login, input#user_pass {
    background: white;
    padding: 10px;
}

li.tml-lostpassword-link {
    list-style-type: none !important;
}

ul.tml-links {
    margin-left: 0;
}

/* PMP MEMBERSHIPS */
/*recipe-only-member */
.recipe-only-member .family-content, .recipe-only-member .sidr-class-family-content,
.recipe-only-member .non-family-content, .recipe-only-member .sidr-class-non-family-content
{
    display:none !important;
}

/*non-family-member*/
.non-family-member .family-content, .non-family-member .sidr-class-family-content,
.non-family-member .recipe-only-content, .non-family-member .sidr-class-recipe-only-content{
	display:none !important;
}

/*family-member*/
.family-member .non-family-content, .family-member .sidr-class-non-family-content,
.family-member .recipe-only-content, .family-member .sidr-class-recipe-only-content{
    display: none !important;
}

/*PMP Pro pages*/
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
    display: inline-block;
    max-width: 90%;
    background-color: white;
    border: 1px solid #333;
    padding: 10px 5px;
}
/*Centering already a member message on protected pages*/
.pmpro_card_actions.pmpro_font-medium {
    text-align: center;
}

/*BUNDLE SHEET PAGE*/
.bundle-sheet h1 {
    text-align: center;
    margin-bottom: 25px;
}

.bundle-sheet h2 {
    margin: 40px 0;
}

.bundle-sheet .wprmprc-container-header {
    text-align: center;
    margin: 40px 0;
}

.bundle-sheet h3 {
    margin-top: 30px;
}

.bundle-sheet h5 {
    margin-top: -10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 50px;
}
.bundle-sheet .after-entry.widget-area {
    display: none;
}
.bundle-sheet {
    margin-bottom: 50px;
}

.bundle-sheet .featured-image-class, .bundle-sheet .entry-header {
    display: none;
}

.bundle-featured-image, .bundle-featured-image img{
    left: 150px;
    margin-left: -150px;
    margin-right: -150px;
    max-width: 1000px !important;
    right: 150px;
}

/*FILTER PAGE*/
.full-width .entry-content {
    max-width: none;
	margin: 0 40px;
}

.wpupg-filter, div#wpupg-grid-21063 {
    margin-bottom: 40px;
}

/*GEORGIAS WEEKLY COLLECTION*/
.wprmprc-container-header {
    margin-top: 30px;
}

div#wprm-recipe-saved-collections-app {
    margin-top: 30px;
}

.wprmprc-collection .wprmprc-collection-column {
    border-radius: 0px !important;
}

.wprmprc-collection .wprmprc-collection-column-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-family: 'work sans', arial !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

/*The buttons*/
.wprmprc-collection-action {
    margin-bottom: 10px;
    padding: 10px!important;
    border: 1px solid #000;
    border-radius: 0px!important;
    background-color: transparent!important;
    text-align: center;
    font-family: 'work sans',arial;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}


.wprmprc-collection-action:hover {
    background-color: #507d2e !important;
    color: #fff !important;
    border: 1px solid #507d2e !important;
}

/*Recipe Filter*/
.page-id-21919 .content {
    max-width: 1050px;
}
/*Recipe Filter Search Form*/
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
margin-bottom: 20px;
}

input#wp-block-search__input-1 {
background-color: #fff;
}

.wp-block-search .wp-block-search__button {
border: 1px solid #417505 !important;
background-color: #417505 !important;
color: #FFFFFF !important;
}

/*My weekly planner*/
.wprmprc-overview {
    border-radius: 0px;
}

#wprm-recipe-collections-app, #wprm-recipe-saved-collections-app {
    line-height: 1.4;
}

/*My weekly plan button*/
.my-weekly-plan {
    text-align: center;
    margin: 20px 0;
}
.my-weekly-plan .button {
    margin: 0 10px;
}

/*Shopping List and Collections Forcing texts to be left*/
.wprmprc-collection-item-name {
    text-align: left;
}
.wprmprc-shopping-list-column {
    text-align: left;
}
.wprmprc-shopping-list-list-ingredients {
    text-align: left;
}
/*Adding text to collection menu*/
.wprmprc-context-menu-item.wprmprc-context-menu-action:nth-of-type(9)::before {
    content: "Add an ";
}

/*Bundle Landing Page Sheet*/
.bundle-landing-page .content, .bundle-landing-page .entry-content {
    max-width: 1140px;
}


.bundle-landing-page .entry-content {
    padding-top: 35px;
}

.bundle-landing-page .entry{
	padding: 20px 20px;
    margin-bottom: 20px;
}

.bundle-landing-page article.entry {
    padding: 20px 0;
}

.bundle-landing-page h2 {
    margin-top: 5px !important;
    font-size: 1.8rem;
	text-align:center;
}

.bundle-landing-page h2 a {
    color: black !important;
}

.bundle-landing-page h2 a:hover {
    color: #507d2e !important
}

@media only screen and (max-width: 767px) {
    
	.bundle-landing-page .one-fourth {
		width: 50%;
	}
}

.category-success-plan .featured-image-class {
    display: none;
}

/* Collapse-O-Matic */
.collapseomatic.awesomearrows {
    background-image: url('https://wellnourished.com.au/wp-content/themes/well-nourished/images/arrow-down.png');
    background-size: 20px 20px;
    background-position: right 20px center;
}
.colomat-close.awesomearrows {
    background-image: url('https://wellnourished.com.au/wp-content/themes/well-nourished/images/arrow-up.png');
}
.colomat-hover{
    text-decoration:none !important;
    color: #507d2e;
}
h2.collapseomatic {
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 2.2rem;
}
.collapseomatic_excerpt, .collapseomatic_content {
    margin: 0 !important;
    padding: 10px 20px 20px!important;
    background-color: white;
}

/*Vimeo Video Embed*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:10px;
    margin-bottom:50px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Mailchimp Embed Code*/
.mc-field-group {
    clear: both;
}


/*Family Sales Page Waitlist*/
.wn-family-logo-desktop {
    margin-left: 30px;
    width: 350px;
    height: 60px;
    margin-bottom: 0;
}


.white-bg{
    background-color:#ffffff; 
    padding:30px;
}
.white-bg h2{
    margin: 0; 
    letter-spacing: 1px; 
    text-transform: uppercase;
    font-size: 3rem;
}
.white-bg p {
    max-width: 800px;
}
.green-list ul {
    margin: 0;
    padding: 20px 30px;
}
.green-list {
    background-color: rgb(206, 224, 193);
    width: 290px;
    display: block;
    position: absolute;
    z-index: 99;
    top: -25px;
    right: 100px;
}
.green-list ul > li {
    list-style-type: none;
}
li.nobullet {
    padding-top: 10px;
}
.wait-hero-section{
    position:relative;
    display:block
}
.wait-image {
    height: 350px;
    background: url(https://wellnourished.com.au/wp-content/uploads/2019/09/waitlist.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: block;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #d4d6be !important;
    color: #000 !important;
}
#go-to-waitlist{
    margin-bottom:20px;
}
.waitlist input#mc-embedded-subscribe, #go-to-waitlist {
        background-color: #507d2e;
        color: #fff !important;
        border: 1px solid #507d2e;
}
.waitlist input#mc-embedded-subscribe:hover, #go-to-waitlist:hover {
        background-color: #000000;
        border: 1px solid #000000;
}

.waitlist input::placeholder{
	color: #000000!important;
}
.waitlist input::-webkit-input-placeholder{
	color: #000000!important;
}
.waitlist input::-moz-placeholder{
	color: #000000!important;
}
.waitlist input::-ms-placeholder{
	color: #000000!important;
}
.waitlist #mc-embedded-subscribe-form input#mce-FNAME, .waitlist #mc-embedded-subscribe-form input#mce-EMAIL {
        min-height: 40px;
}

/*For non-mobile*/
@media only screen and (min-width: 960px) {
    .waitlist .mc-field-group {
        clear: none;
        position: relative;
    }
    .waitlist #mc-embedded-subscribe-form input#mce-FNAME, .waitlist #mc-embedded-subscribe-form input#mce-EMAIL {
        width: 400px; 
    }
    .waitlist-button {
        display: inline-block;
        margin-left: 30px;
    }
/*    div#mce-responses {
        clear: both;
        position: absolute;
        top: 50px;
    }*/
    #mc_embed_signup div.mce_inline_error {
        position: absolute;
        top: 50px;
    }
}

/*Family Sales Page New Waitlist*/
.wait-page .entry-content {
    max-width: none;
}
.wait-page .site-inner, .wait-page .wrap, .wait-page.page .content {
    max-width: none;
    margin: 0 auto;
    padding: 0;
}
#towaitlist {
    width: 100%;
    border: 1px solid #000;
    color: #000 !important;
    text-align: center;
}
#towaitlist:hover {
    border: 1px solid #507d2e;
    color: #fff !important;
}
.new-waitlist .site-inner,
.new-waitlist .content {
    max-width: none;
	padding: 0;
}
img.wn-family-logo {
    padding: 10px 0;
    margin: 0 auto;
    width: 400px;
    height: auto;
}
section.wait-hero {
    background-color: #e2f4d6;
}
.wait-hero .play-button {
    margin-top: 150px;
}
.wait-hero-message {
    background-image: url(https://wellnourished.com.au/wp-content/uploads/2019/12/family-ipad.jpg);
    background-size: cover;
	padding: 180px 20px 160px;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}
img.play {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
img.play:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.wait-hero-message h1 {
    color: white;
    margin: 0 auto;
    max-width: 600px;
    text-shadow: 1px 1px 5px #000000;
    font-size: 4rem;
}
.wait-white-container {
    max-width: 900px;
    background-color: white;
    margin: -70px auto 0;
    padding: 40px 40px 20px;
    text-align: center;
}
.wait-hero h2 {
    font-size: 2.5rem;
    line-height: 1.4;
}
ul.wait-feature-list {
    margin: 0;
    font-size: 16px;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin: 10px auto 50px;
    max-width: 800px;
}
.showcase h2 {
    text-align: center;
    margin: 50px 0 30px;
}
li.mid-col {
    margin-left: 40px;
}
.wait-showcase-img {
    padding: 50px 0 0;
    background-color: white;
    max-width: 900px;
    margin: 0 auto;
}
section.showcase img {
	margin: 0 auto 50px;
}
section.showcase {
    margin-bottom: 50px;
}
li.mid-col {
    margin-left: 40px;
}
.members-review h3 {
    font-family: "work sans", arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
	margin: 30px 10px 50px;
    line-height: 1.5;
}
.members-review {
    padding-top: 50px;
    text-align: center;
	background-color: white;
}
.cto {
    margin: 0 auto;
    padding: 50px 20px 0;
    text-align: center;
}
.cto h2 {
    font-size: 3rem;
    max-width: 1000px;
    margin: 0 auto 10px;
}
.cto #mc_embed_signup {
    max-width: 1100px;
    margin: 50px auto;
}
.members-review .gallery img {
    border: 0px solid #eee;
    padding: 10px 0;
}

/*POPUP ALLY*/
.popupally-pro-close
{
    background-image: url(https://wellnourished.com.au/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png) !important;
}

#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8,
#popup-box-pro-gfcr-7 #popupally-fluid-7-fluid_kisjds-4, #popup-embedded-box-pro-gfcr-7 #popupally-fluid-7-fluid_kisjds-4{
    color: #FFFFFF !important;
}

/*WN Family Page*/
.wn-family-logo {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.page-template-template-no-header-footer .entry-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-template-template-no-header-footer h1 {
    text-align: center;
}
button.join-button {
    background-color: #B79D8A;
    color: #fff !important;
    border: 1px solid #B79D8A;
    display: block;
    margin: 0 auto;
}
button.join-button:hover {
    background-color: #000 !important;
    border: 1px solid #000;
}

/*Members only category*/
.category .entry {
    position: relative;
}
span.icon-family-container {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 8px;
}

.family-member span.icon-family-container,
.recipe-only-member span.icon-family-container {
    display: none;
}

/*Family Icon on article*/

article.category-members-only .entry-content {
    position: relative; 
}
article.category-members-only .entry-image-link:after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.5) url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/icon-family-black.png) no-repeat center center;
    background-size: 48px;
    height: 90px;
    width: 90px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}

/*New Homepage*/

.content {
    width: 68%;
    max-width: none;
}
.search .content article, .search .pmpro_content_message,
.blog .content article, .blog .pmpro_content_message{
    max-width: 650px;
}
.sidebar-primary {
    width: 32%;
    padding: 0 0 0 2.5%;
}
.home .content {
    border-right: dashed 0 #bbbbbb;
}
.home .sidebar-primary {
    border-left: dashed 1px #bbbbbb;
}
.home .entry-content {
    border-bottom: dashed 0px #bbbbbb;
}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link{
    white-space: normal !important;
}
.pmpro_content_message a, .pmpro_content_message a:link {
    margin: 5px 5px 10px;
    background-color: #EFEFEF;
    background-image: none;
    border: 1px solid #D6D6D6;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
}
.pmpro_content_message {
    border: 1px solid #bbb;
    padding: 20px;
}

.flex-with-gap{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.flex-one-third {
    width: 30%;
    position: relative;
    margin-bottom: 120px;
}

.comment-etc p {
    display: inline-block;
}

div#homepage-featured-items {
    margin: 50px 0 40px;
}
.featured-background {
    background-color: #ffffff;
    margin: -50px 20px 0;
    text-align: center;
    padding: 10px 25px 20px;
    z-index: 5;
    position: absolute;
}
.featured-background p {
    line-height: 1.4;
    font-size: 16px;
    margin: 20px 0;
}

.featured-background a{
    color: #000000 !important;
}
.featured-background a:hover {
    color: #507d2e !important;
}

/* Homepage Articles */
.wp-block-column.home-left-column {
    margin-right: 30px;
}
.wp-block-column.home-right-column {
    margin-left: 30px;
}
h4.cat-title {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
h2.article-title {
    margin: 10px 0 10px;
}
h2.article-title a {
    color: #000000 !important;
}
.article-container p {
    font-size: 1.6rem;
    line-height: 1.5;
}
a.article-read-more {
    font-family: 'Work Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.article-container {
    margin-bottom: 50px;
}

/*to be done in the template*/
.wprm-recipe-template-custom-compact
{
    max-width:none !important;
}
.wprm-container-float-right {
    margin: 0 0 10px 30px !important;
}
.home .random-posts-container {
    background-image: url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/beetroot_left.png), url(https://wellnourished.com.au/wp-content/themes/well-nourished/images/beetroot_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
}

/*Sidebar What's New This Week and Join Family*/
section#text-18 {
    margin: 0 0 50px;
}
section#text-19 a.button {
    margin-bottom: 50px;
}

/*Hub Pages mimicking category page*/
.hub .entry-content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}
.hub h1.entry-title {
    margin: 60px auto 50px;
}
.hub .wp-block-columns {
    margin-bottom: 0; 
}
.hub .wp-block-column {
    margin: 35px 35px;
}
.hub h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.hub h2 a {
    color: #000 !important;
}
.hub p {
    margin: 0 35px 15px;
}

/*Shop page with Products Shortcode*/
.new-shop .entry-content {
    max-width: 800px;
}
.new-shop a.add_to_cart_button {
    display: none !important;
}
.new-shop h2.woocommerce-loop-product__title {
    text-align: center;
    color: #000;
}
.new-shop .woocommerce ul.products li.product .price{
    text-align: center;
}

/*Custom Landing*/

.custom-landing .xt-logo {
	width: 538px;
	height: auto;
	margin: 5% auto 0 auto !important;
}
.custom-landing .xt-s1 .fw-halves__content {
    padding: 0px 10vw !important;
}
.custom-landing .fw-halves__content p {
	font-family: Halant, Georgia, serif !important;
}
.custom-landing h2 {
	font-size: 36px !important;
}
.custom-landing h3 {
	font-size: 36px !important;
	font-weight: normal;
}
.custom-landing h4, .custom-landing h4.xt-a1,
.custom-landing h3.xt-a1, .xt-right-list h2  {
	font-family: Halant, Georgia, serif;
	font-size: 36px !important;
	font-weight: normal;
}
.xt-right-list h2 {
	margin-bottom: 20px;
}
.custom-landing p {
	font-family: Halant, Georgia, serif;
	font-size: 20px;
	line-height: 1.4em;
}
.custom-landing .ttshowcase_rl_quote p {
	font-family: Halant, Georgia, serif;
	font-size: 18px !important;
	line-height: 1.6em !important;
	padding: 10px;
}
.ttshowcase_rating .fa-star, .ttshowcase_rating .fa-star-half-o {
	color: #000 !important;
}
.xt-green-section h2 {
	font-family: Halant, Georgia, serif;
	font-size: 36px !important;
}
.xt-green-section p {
	font-family: Halant, Georgia, serif;
	font-size: 20px;
}
.custom-landing .xt-list {
	font-size: 20px !important;
}
.custom-landing .colum-icons img {
	height: 110px;
	width: auto;
}
.custom-landing .colum-icons h4 {
	font-size: 24px !important;
}
.custom-landing .colum-icons p {
	font-family: Halant, Georgia, serif;
	font-size: 20px !important;
	line-height: 1.6em;
}
.custom-landing .xt-box1 {
	padding: 20px 30px;
	border: 1px solid #c5c6c4; 
	margin-top: 20px;
}
.custom-landing .xt-small {
	font-size: 15px;
}
.question h4 {
	font-family: Halant, Georgia, serif;
	font-size: 22px !important;
	margin-bottom: 0 !important;
}	

.custom-landing{
	background: #fff;
}
.custom-landing .site-inner, 
.custom-landing .content {
	max-width: 100%;
	padding: 0;
}
.custom-landing .wp-block-columns{
	width: 100%;
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
}
.custom-landing .newsletter-bg-1 {
	min-height: 440px;
	/*background-image: url(images/bg.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 60px 0;
	position: relative;
	z-index: 1;
	background-color: transparent !important;
}
.custom-landing .newsletter-bg-1:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35vw;
	height: 50vh;
	background-image: url(images/raspe.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
.custom-landing .newsletter-bg-1:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35vw;
	height: 50vh;
	background-image: url(images/raspe.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
	-moz-transform: transform: scaleX(-1);
    -o-transform: transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: transform: scaleX(-1);
}
.below-newsletter-1{
	padding: 100px 0 60px;
	margin-top: -70px;
}
.below-newsletter-2{
	padding: 100px 0 60px;
}
.xt-list-desc-1, .xt-list-desc-2, .xt-list-desc-3, .xt-list-desc-4, .xt-list-desc-5, .xt-list-desc-6 {
	padding-left: 30px;
	padding-right: 10%;
	display: block;
	position: relative;
	margin-bottom: 20px;
	min-height: 60px;
	margin-left: 10%;
}
.xt-list-desc-1:before, .xt-list-desc-2:before, .xt-list-desc-3:before, .xt-list-desc-4:before, .xt-list-desc-5:before, .xt-list-desc-6:before {
	position: absolute;
	color: #507d2d;
    font-size: 70px;
    line-height: 54px;
    left: -10px;
}
.xt-list-desc-1:before {
	content:'1';	
}
.xt-list-desc-2:before {
	content:'2';	
}
.xt-list-desc-3:before {
	content:'3';	
}
.xt-list-desc-4:before {
	content:'4';	
}
.xt-list-desc-5:before {
	content:'5';	
}
.xt-list-desc-6:before {
	content:'6';	
}


@media screen and (min-width: 600px) {
	.xt-row-swap {
		flex-direction: row-reverse;
	}
}
.custom-landing .newsletter-bg-2 {
	/*background-image: url(images/bg-2.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 60px 0;
	position: relative;
	z-index: 1;
	background-color: transparent !important;
}
.custom-landing .newsletter-bg-2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35vw;
	height: 50vh;
	background-image: url(images/vege.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
.custom-landing .newsletter-bg-2:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35vw;
	height: 50vh;
	background-image: url(images/vege.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
	-moz-transform: transform: scaleX(-1);
    -o-transform: transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: transform: scaleX(-1);
}
.custom-landing .newsletter-bg-3 {
	min-height: 440px;
	/*background-image: url(images/bg-3.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0;
	position: relative;
	z-index: 1;
	background-color: transparent !important;
}
.custom-landing .newsletter-bg-3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25vw;
	height: 50vh;
	background-image: url(images/cacao.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
.custom-landing .newsletter-bg-3:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25vw;
	height: 50vh;
	background-image: url(images/cacao.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
	-moz-transform: transform: scaleX(-1);
    -o-transform: transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: transform: scaleX(-1);
}
.client-logos .wp-block-image, 
.client-logos .aligncenter {
	margin-bottom: 0px!important;
}
.client-logos img{
	display: block;
}
.custom-landing #popup-box-pro-gfcr-1.popupally-pro-opened-pro-gfcr-1{
	display: none !important;
}

.custom-landing ._form_1 {
	background: #f8f7f5;
	padding: 30px;
	max-width: 1060px;
	margin: 0 auto;
}
/*.custom-landing ._button-wrapper {
	float: none !important;
	margin: 0 auto !important;
	display: block;
    text-align: center;

} 
.custom-landing ._button-wrapper ._submit {
    margin-top: 30px !important;	
}
body.custom-landing ._form_1 #firstname {
	width: 300px !important;
}*/

#gform_wrapper_1, #gform_wrapper_2, #gform_wrapper_3 {
	background: #f9f7f6;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5%;
}
#gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer, #gform_wrapper_3 .gform_footer {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 0 !important;
}
#gform_wrapper_1 input[type="submit"], #gform_wrapper_2 input[type="submit"], #gform_wrapper_3 input[type="submit"] {
	background: #517d2e;
	margin: 0 auto;
	width: auto;
	color: #fff !important;
	text-transform: none;
	padding: 20px 40px;
	font-size: 18px;
}
#gform_wrapper_1 #gform_1, #gform_wrapper_2 #gform_2, #gform_wrapper_3 #gform_3 {
	max-width: 900px !important;
	margin: 0 auto;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield input.large,
#gform_wrapper_2.gform_wrapper.gravity-theme .gfield input.large,
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield input.large {
	border-bottom: 2px solid #868686 !important;
	line-height: 20px;
	font-size: 18px;
	color: #000;
}
.gform_wrapper .gform_validation_errors>h2 {
    font-size: 15px !important;
}
.xt-bv {
	position: relative;
	padding-right: 50px !important;
}
.xt-bv:after {
	content: 'Best Value';
    color: #fff;
    position: absolute;
    width: 40px;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #507d2e;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.xt-green-overlay {
    background: #e7f4e5;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    bottom: -30px;
    position: relative;	
}


@media screen and (max-width: 1200px) {
	.custom-landing h2 {
	    font-size: 32px !important;
	}
	.custom-landing p {
	    font-size: 18px;
	}
	.custom-landing h3 {
	    font-size: 26px !important;
	}
	.custom-landing h4 {
	    font-size: 30px !important;
	}
	.custom-landing h3.xt-a1, .xt-right-list h2 {
	    font-size: 30px !important;
	}
	.question h4 {
	    font-size: 18px !important;
	}
	#gform_wrapper_1 input[type="submit"], #gform_wrapper_2 input[type="submit"], #gform_wrapper_3 input[type="submit"] {
		padding: 10px 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.custom-landing .xt-logo {
		width: 100%;
	}
	.custom-landing ._form-label {
		display: none !important;
	}
	.custom-landing ._form_1 {
		padding-top: 0 !important;
	}
	.custom-landing h4, .custom-landing h4.xt-a1 {
	    font-size: 25px;
	}
	.custom-landing h4 br {
		display: none;
	}
	.fw-halves>div {
	    width: 100% !important;
	}
	.fw-halves__content {
	    padding: 20px 6vw !important;
	}
	.custom-landing h4.xt-a1 br {
		display: none;
	}
	.custom-landing .xt-s1 .fw-halves__content {
	    padding: 20px 10vw !important;
	    text-align: center;
	}
	body .colum-icons .wp-block-column {
		width: 100% !important;
		flex-basis: 100% !important;
		margin-left: 0 !important;
		text-align: center !important;
	}
	.xt-faq-col .wp-block-column:nth-child(1), .xt-faq-col .wp-block-column:nth-child(3) {
		display: none !important;
	}
	.xt-faq-col .wp-block-column:nth-child(2) {
		width: 100% !important;
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}
}

/*Woocommerce single product*/
.woocommerce .quantity .qty {
    display: none;
}
.woocommerce .code-block-1 {
    display: none;
}

/*For protected sales page using PPWP Plugin*/
.ppw-post-password-container {
    max-width: 800px;
    margin: 0 auto;
		padding: 0 20px;
}
.content p.alert {
    display: none;
}
.ppw-ppf-field-container input {
    border: 1px solid #999;
    padding: 10px 0;
    margin-bottom: 10px;
}
input.ppw-pwd-submit-btn {
    background-color: #507d2e;
    color: #fff!important;
    border: 1px solid #507d2e;
}
.ppw-ppf-input-container input[type='submit']:hover {
    background-color: #000 !important;
}
input#ppw_100015 {
    margin-right: 5px;
}

/*Testimonial Page*/
.testimonial-page .entry-content {
    max-width: 1100px;
		padding: 0;
}
.testimonial-header {
    margin: 30px 0 30px;
	  padding: 0 70px;
}
div#wpupg-grid-testimonies-filter-1 {
    margin: 60px 0 20px;
}
.testimonial-header .wp-block-embed iframe {
    width: 350px;
    height: 350px;
}

/*Adding shadow to video vaults*/
.embed-container,.wp-block-embed__wrapper {
    box-shadow: 0px 6px 12px #00000042;
}
.page-id-119686 .wp-block-embed__wrapper,
.post-95666 .wp-block-embed__wrapper,
.post-107304 .wp-block-embed__wrapper,
.post-100015 .wp-block-embed__wrapper,
.post-103955 .wp-block-embed__wrapper,
.post-114142 .wp-block-embed__wrapper{
    box-shadow: none;
}
.wp-block-embed iframe {
    width: 700px;
    height: 438px;
}

/*Misc Items*/
button.tml-button {
    width: 100%;
}
input#scf-button {
    color: #fff !important;
}

div#respond {
    margin: 30px auto;
    padding: 0;
    max-width: 700px;
}
p.akismet_comment_form_privacy_notice {
    max-width: 700px;
		margin: 0 auto 15px;
}
.green-button{
	  display: block;
    text-align: center;
    background: #507d2e !important;
    border: 0 !important;
    color: #fff !important;
    padding: 16px !important;
}
.entry-content a.green-button {
    color: #ffffff !important;
}
.my-account-buttons button.join-button {
    min-width: 300px;
    margin-bottom: 20px;
}
.wprm-recipe-slickstream {
    width: 100%;
}

/*Contact Form 7*/
.wpcf7-form input {
    border: 1px solid #ddd;
    padding: 10px;
}
input.wpcf7-submit {
    background-color: #507d2e;
    color: #fff !important;
    border: 1px solid #507d2e;
}
input.wpcf7-submit:hover {
    background-color: #000;
    border: 1px solid #000;
}
.wpcf7-form input[type="checkbox"] {
    margin-right: 5px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/* IPAD Horizontal */
@media only screen and (max-width: 1169px) {
    /*Subscription box*/
    
    .footer-widgets-2 .widget {
        margin-bottom: 10px;
        float: none;
        display: block;
    }

    #custom_html-3 {
        width: 300px;
        margin: 10px auto;
        text-align: center;
    }

    section#nav_menu-2 {
        width: 100%;
    }

    section#text-15 {
        width: 300px;
        float: none;
        margin: 10px auto;
    }
    
    .random-posts article.flex1 {
        margin: 20px;
    }
    
    .bundle-featured-image, .bundle-featured-image img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .gallery-columns-3 .gallery-item {
		width: 50%;
	}
    /*homepage new*/
    .flex-one-third {
        width: 32%;
    }
    div#homepage-featured-items {
        margin: 20px 0;
    }
}

/* IPAD Vertical */
@media only screen and (max-width: 960px) {
	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
    
    .sidebar-primary {
        padding-right: 0;
    }
    
	.archive-pagination li a {
		margin-bottom: 4px;
	}
    
    .random-posts article.flex1 {
        padding: 30px 25px;
        margin: 20px;
    }
    /*Waitlist Ad and Page*/
    .waitlist input#mc-embedded-subscribe {
        margin-top: 20px;
    }
    ul.wait-feature-list {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	li.mid-col {
		margin-left: 20px;
	}
    
    /*Homepage New*/
    .featured-background {
        margin: -80px 10px 0;
        padding: 10px 15px 20px;
    } 
    
    .featured-background h2{
        font-size: 2.4rem;
        margin: 10px;
    }
    .hub .wp-block-column {
        margin: 0 0 60px;
    }
    .hub p {
        margin: 0 0 15px;
    }

}

@media only screen and (max-width: 768px) {

    .featured-background p {
        line-height: 1.4;
        font-size: 15px;
        margin: 10px 0;
    }
    .home .sidebar-primary {
        border-left: dashed 0px #bbbbbb;
    }
    .wp-block-column.home-left-column {
        margin-right: 0;
    }
    
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .hide-on-mobile{
        display: none;
    }
    
    .nav-primary .wrap {
        width: 100%;
    }
    
    .content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap
    {
		width: 100%;
        margin: 0 auto;
        float: none;
	}
    
    .content {
        border-right: dashed 0px #bbbbbb;
        padding: 0;
    }
    
    .five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
    
    /*Category Pages*/
    .category .one-fourth{
        width:50%;
    }
    
    .category .entry {
        padding: 5px 5px;
    }
    
    .category a.entry-image-link picture {
        text-align: center;
        display: block;
    }
    
    .first-on-mobile {
        clear: both;
    }
    

    .dinner-menu-set .flex-container,
    .random-posts .flex-container{
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .random-posts article.flex1 {
        padding: 40px 25px;
    }
    
    .random-posts-container {
        background-image: none;
    }
 
    h2.larger-entry-title {
        margin-top: 10px;
    }
    h2.larger-entry-title a {
        color: #000;
        font-size: 23px;
        letter-spacing: 0;
    }

    div#homepage-subscribe {
        display: none;
    }
    
	.title-area,
	.menu-toggle {
		float: none;
	}

	.site-header .title-area {
		text-align: center;
        padding: 0;
        margin: 10px auto 0;
	}

    /*Recipe*/
    .wprm-recipe-image.wprm-block-image-normal {
        text-align: left !important;
    }
    .wprm-recipe-rating {
        text-align: left !important;
    }
    
    ul#menu-main {
        display: none;
    }
    
    div#mobile-icon {
        display: inline-block;
    }
    
    div#banner {
        height: 450px;
		margin-top: 5%;
    }
    
    /*Footer*/
    
    .widget-area.footer-widgets-1.footer-widget-area {
        padding: 0px 10px;
    }
    
    .logo-containers > a {
        padding-bottom: 10px;
    }
    
    #custom_html-3 p.right-border {
        display: none;
    }

    #custom_html-3 .sidebar-social {
        float: none;
        margin: 0;
        text-align: center;
    }
    
    .wn-family-logo-desktop
    {
        display:none;
    }
    .mobile-only{
        display:block;
        text-align:center;
    }
    
    .ebook-image img{
        display:none;
    }
    
    /*FILTER PAGE*/
    .full-width .entry-content {
        margin: 0;
    }
    
    /*Sales Family Page*/
    .white-bg h2 {
        text-align: center;
        letter-spacing: 0px;
        text-transform: none;
        font-size: 2.5rem;
    }
    .green-list {
        right: 100px;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    .gallery-columns-3 .gallery-item {
		width: 100%;
	}
    img.family-left-img {
		width: 100%;
	}
    li.tick.extra-left {
        margin-left: 10px;
    }
    .hub .entry-content {
        padding: 0;
    }
    .my-weekly-plan a.button:first-child {
        margin-bottom: 20px;
    }
    .wp-block-columns.my-account-buttons {
        margin-bottom: 0;
	}
	.testimonial-header {
        text-align:center;
	  padding: 0 ;
    }
}

/* Special Homepage columns */
@media only screen and (max-width: 599px) {

    .wp-block-column.home-right-column {
        margin-left: 0;
    }
    
    .mobile-column {
      display: flex;
      flex-direction: column;
    }

    .mobile-column :nth-child(1) { order: 1; }
    .mobile-column :nth-child(2) { order: 3; }
    .mobile-column :nth-child(3) { order: 5; }
    .mobile-column :nth-child(4) { order: 7; }
    .mobile-column :nth-child(5) { order: 2; }
    .mobile-column :nth-child(6) { order: 4; }
    .mobile-column :nth-child(7) { order: 6; }
    .mobile-column :nth-child(8) { order: 8; }
    
    span.icon-family-container img {
        width: 25px;
    }
    span.icon-family-container {
        width: 50px;
        height: 50px;
        right: 15px;
        top: 15px;
    }

}
/* Mobile */
@media only screen and (max-width: 549px) {
    .flex-one-third {
        width: 100%;
        margin-bottom: 70px;
    }
    
    div#homepage-featured-items {
        margin: 20px 0 0;
    }
    .woocommerce a.button {
        margin: 10px 0px !important;
    }
    .wait-hero-message {
        background-position: center center;
        padding: 100px 20px 50px;
    }
    .wait-hero-message h1 {
        font-size: 3rem;
    }
    .wait-white-container {
        margin: 0 auto;
        padding: 20px;
    }
    .wait-hero-message p {
        display: none;
    }
    .wait-white-container h2, .cto h2 {
        font-size: 2rem;
    }
    .pagination {
	   margin: 40px 20px;
    }
    
}

/*Really small mobile*/
@media only screen and (max-width: 321px) {
    
    .dgd_stb_box {
        height: 530px !important;
    }
    
    .mobile-only {
        margin-top: 0px;
        font-size: 24px;
    }
    
    #footer-subscribe .second-text {
        margin: 5px 0;
    }
    
    #footer-subscribe .ebook-image {
        height: 200px;
    }
}
/*For printing shopping list and collections*/
@media only print {
    body {
        background-color: #ffffff;
    }
    
    /*Shopping List*/
    .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient-group-container, 
    #wprm-recipe-collections-app, .wprm-recipe-saved-collections-app,
    .wprmprc-shopping-list .wprmprc-shopping-list-item,
    .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details,
    .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-name{
        font-size: 12px;
        line-height: 1.3;
    }
    .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient-group-container {
        margin-top: 5px !important;
    }
    .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-name
    {
        padding: 0!important;
    }
    .wprmprc-shopping-list .wprmprc-shopping-list-item {
        margin: 0 5px!important;
        border: 0 !important;
        border-bottom: 1px dashed #d3d3d3 !important;
    }
    .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-image {
        padding: 1px!important;
    }
    .wprmprc-shopping-list-list-ingredient {
        border-bottom: 1px dashed #d3d3d3;
        padding-top: 1px;
    }
    
    /*Collections*/
    .wprmprc-container-header {
    font-size: 16px!important;
    }
    .wprmprc-collection .wprmprc-collection-column-header {
        padding: 2px 0!important;
        font-size: 12px !important;
    }
    .wprmprc-collection-group-name {
        font-size: 12px!important;
    }
    #wprm-recipe-collections-app, .wprm-recipe-saved-collections-app {
        font-size: 12px!important;
    }
    .wprmprc-collection-group .wprmprc-collection-group-header {
       padding: 2px 5px !important;
    }
    .wprmprc-collection-group .wprmprc-collection-group-items {
        padding: 0 !important;
        min-height: 5px !important;
}
    .wprmprc-collection-item {
        margin: 0 5px 5px 5px!important;
    }
    .wprmprc-collection-item .wprmprc-collection-item-details .wprmprc-collection-item-name {
        padding: 2px !important;
        font-size: 12px!important;
    }
    .wprmprc-collection-item .wprmprc-collection-item-details .wprmprc-collection-item-image img {
        max-width: 30px!important;
    }
    .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-value.wprmprc-collection-item-servings-value-click {
        font-size: 12px!important;
    }
    .wprmprc-collection-item .wprmprc-collection-item-servings {
        min-height: 30px!important;
        }
    .wprmprc-collection-item-servings-minus {
        display: none !important;
    }    
    .wprmprc-collection-item-servings-plus {
        display: none !important;
    }   
    .wprmprc-collection-item .wprmprc-collection-item-servings {
        border: 1px dashed #d3d3d3!important;
    }
}