/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'VivaBeautiful';
    src: url('fonts/VivaBeautiful.eot');
    src: url('fonts/VivaBeautiful.eot?#iefix') format('embedded-opentype'),
         url('fonts/VivaBeautiful.woff2') format('woff2'),
         url('fonts/VivaBeautiful.woff') format('woff'),
         url('fonts/VivaBeautiful.ttf')  format('truetype'),
         url('fonts/VivaBeautiful.svg#VivaBeautiful') format('svg');
}

@font-face {
	font-family: 'sunvalley';
	src: url('fonts/sun_valley.woff2') format('woff2'), url('fonts/sun_valley.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'noyhahandboard';
	src: url('fonts/noyhahand-board.woff2') format('woff2'), url('fonts/noyhahand-board.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?mhgmnv');
	src:  url('fonts/icomoon.eot?mhgmnv#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?mhgmnv') format('truetype'),
	url('fonts/icomoon.woff?mhgmnv') format('woff'),
	url('fonts/icomoon.svg?mhgmnv#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-on:before {
	content: "\e904";
}
.ico-and:before {
	content: "\e903";
}
.ico-my:before {
	content: "\e902";
}
.ico-seeds-left:before {
	content: "\e900";
}
.ico-seeds-right:before {
	content: "\e901";
}

.nav>li>a>i.icon-shopping-basket {
    font-size: 30px;
}

.mobile-sidebar .menu-item .toggle i {
    display: block;
}

h1 {
	font-family: 'noyhahandboard' !important;
	font-size: 48px;
	font-weight: 400 !important;
}

h2 {
	font-family: 'noyhahandboard' !important;
	font-size: 44px;
	font-weight: 400 !important;
}

h3 {
	font-family: 'noyhahandboard' !important;
	font-size: 36px;
	font-weight: 400 !important;
}

h4 {
	font-family: 'noyhahandboard' !important;
	font-weight: 400 !important;
	font-size: 34px;
}

.heading-font {
	font-family: 'noyhahandboard' !important;
	font-weight: 400 !important;
}

.heading-red h1,
.heading-red h2,
.heading-red h3,
.heading-red h4,
.heading-red h5,
.heading-red h6 {
	color: #47B556;
	font-size: inherit;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 400;
}

.uppercase, h6, span.widget-title {
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
}

input[type=submit] {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: none;
	color: #fff;
	font-family: 'noyhahandboard';
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	min-height: 0;
	padding: 8px 20px;
}

input[type=submit]:hover {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-container .blog-page .comments-area .comment-respond .comment-form .comment-form-author, .main-container .blog-page .comments-area .comment-respond .comment-form .comment-form-email, .main-container .blog-page .comments-area .comment-respond .comment-form .comment-form-url {
	float: left;
	padding: 0 10px;
}

#comments .comment-respond small {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 12px;
}

.comment-form-attachment label[for=attachment] {
	font-family: 'noyhahandboard' !important;
    font-size: 36px !important;
	font-weight: 400;
	line-height: 0.7;
	text-transform: uppercase;
	color: #4FAD40;
	position: relative;
	padding-left: 59px;
	padding-bottom: 6px;
}

p.comment-form-url.comment-form-attachment {
	flex: none;
}

.comment-form-attachment label[for=attachment] small {
	font: 12px 'Lato';
	text-transform: none;
	display: block;
	color: #777;
}

.comment-form-attachment label[for=attachment]::after {
	content: '';
	background: url(images/green-arrow-down.png) no-repeat 50%/contain;
	width: 50px;
	height: 76px;
	display: inline-block;
	position: absolute;
    top: 0;
	left: 0;
}

.commentlist li {
    list-style: none;
    padding: 1em 0 0 0;
}

.commentlist li .comment-text, .comment-list li .comment-text {
    padding: 0 1.5em;
}

.commentlist>li:not(:first-child), .comment-list>li:not(:first-child) {
    border-top: 1px dashed #ddd;
}



/* ----------- General ----------- */
#wrapper {
	/*background: url('images/clouds-pink-bg-flip.png');*/
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 50%;
}

#main {
	background: rgba(0,0,0,0);
}

.page-wrapper {
	padding-top: 0;
}

.page-title-heading h1 {
	display: inline-block;
	position: relative;
	width: auto;
}

.page-title-heading h1:before {
	content: "\e900";
	display: block;
	font-family: 'icomoon' !important;
	font-size: 48px;
	left: -50px;
	position: absolute;
	top: calc(50% - 28px);
}

.page-title-heading h1:after {
	content: "\e901";
	display: block;
	font-family: 'icomoon' !important;
	font-size: 48px;
	position: absolute;
	right: -50px;
	top: calc(50% - 28px);
}

.entry-title {
	margin-bottom: 0;
}

.normal-title {
	background: #ccc0b5 url(images/wood-bg.png) 50%/cover no-repeat;
	color: #99816b;
	font-family: 'noyhahandboard';
	font-size: 60px;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}

.normal-title .page-title-inner {
	padding-top: 20px;
	padding-bottom: 5px;
}

.normal-title h1 {
	color: #99816b;
	font-size: 80px;
	line-height: 0.6;
}

.bg-button {
	color: #fff;
	cursor: pointer;
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'noyhahandboard';
	font-size: 56px;
	padding: 8px 50px;
}

.bg-button:hover {
	color: #fff;
	background-image: url(images/button-green-bg.png);
}

.post-cta-button a.elementor-button-link {
    font-family: 'noyhahandboard', 'Lato', Sans-serif !important;
}

.bg-button-small {
	display: block;
	font-size: 46px;
	line-height: 1;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}

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

	.page-title-heading h2 {
		line-height: 1;
		padding: 20px 0;
	}

	.bg-button {
		display: block;
		font-size: 38px;
		padding: 10px;
		text-align: center;
		width: 100%;
	}

}





/* ----------- Header ----------- */
#header {
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.nav > li > a {
	padding: 10px 8px;
}

.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
	/* color: #47B556; */
}

header .nav > li.active > a:after,
header .nav > li.current > a:after {
	background: url(images/menu-underline.png);
	bottom: -4px;
	content: '';
	display: block;
	height: 10px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 56px;
}

.header .social-icons i {
    font-size: 1.3em;
}

.nav li .icon-angle-down {
	display: none;
}

.nav-dropdown-default {
	padding: 5px;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
	border-bottom: none;
	color: #4FAD40;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}


.hero-heading .seeds-before,
.hero-heading .seeds-after {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 30px;
}

.hero-heading h1 {
	font-family: 'VivaBeautiful' !important;
}

.hero-heading h1 > span {
	color: #4fad40;
}

.hero-subheading p {
    margin-bottom: 0;
}

.hero-subheading i.ico-and {
    font-size: 50px;
}

@media only screen and (max-width: 480px) {
	.hero-heading .seeds-before, .hero-heading .seeds-after {
	    margin-bottom: 20px;
	    width: 12px;
	}

	.cta-button,
	.cta-button.green-button {
	    font-size: 44px;
	    padding: 2px 36px;
	}
	
}

@media only screen and (max-width: 768px) {
	.elementor-81749 .elementor-element.elementor-element-544a7bd {
	    background-position: center !important;
	}

	.hero-heading .seeds-before, .hero-heading .seeds-after {
	    margin-bottom: 14px;
	    width: 12px;
	}
}

@media only screen and (max-width: 1024px) {
    .hero-subheading i.ico-and {
        font-size: 24px;
    }

    .hero-subheading {
    	margin-bottom: 10px;
    }

    .hero-heading .seeds-before,
    .hero-heading .seeds-after {
        margin-bottom: 20px;
        width: 20px;
    }
}

/* ----------- Footer ----------- */
.footer-1, .footer-2 {
	border: none;
}

footer .absolute-footer, html {
	background-color: rgba(0,0,0,0);
}

footer .footer-1 {
	background-color: rgba(0,0,0,0);
	border-top: none;
}

footer .widget-title {
	color: #4FAD40;
	/*color: #fff;*/
	font-size: 70px;
	font-family: 'noyhahandboard';
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.7;
}

footer .is-divider {
	background: url(images/footer-underline-green.png);
	height: 11px;
	max-width: none;
	width: 137px;
    background-repeat: no-repeat;	
}

footer .textwidget {
	color: #777;
	/*color: #fff;*/
	font-size: 18px;
	line-height: 1.3;
}

footer .menu a {
	color: #777;
    font-size: 18px;
}

	footer .menu a:hover {
		color: #F8A64F;
	}

ul.menu > li + li,
.widget > ul > li + li {
	border-top: none;
}

.footer-secondary {
	font-size: 13px;
}

.footer-secondary a {
	color: #c38749;
}

.copyright-footer {
	color: #777;
	font-size: 13px;
	text-align: center;
}

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

	footer .widget {
		width: 50%;
	}

	footer li {
		text-align: center;
	}

}

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

	footer .widget {
		text-align: center;
		width: 100%;
	}

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

}





/* ----------- Home ----------- */
body.home #content,
body.page-id-81749 #content {
	background: url(images/brown-bg-top.png);
	background-repeat: no-repeat;
    background-position: 0 12%;
}

body.home #wrapper,
body.page-id-81749 #wrapper {
	background: url(images/brown-bg-bottom.png) !important;
	background-position: 100% 100% !important;
	background-repeat: no-repeat !important;
}

.noyhahandboard .elementor-heading-title > a {
	font-family: 'noyhahandboard';
	font-size: 36px;
}

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

	body.home .page-wrapper,
	body.page-id-81749 .page-wrapper {
		background-position: 0 10%;
	}

}

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

	body.home #content,
	body.page-id-81749 #content {
		background-position: 0 5%;
	}

	body.home .page-wrapper,
	body.page-id-81749 .page-wrapper {
		background-position: 0 6%;
	}

}





/* ----------- Sidebar ----------- */
#custom_html-3 {
	background: url(images/cta-sidebar-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 18px;
	padding-bottom: 120px;
}

#custom_html-3 .widget-title {
    color: #fff;
    font-family: "VivaBeautiful", Sans-serif !important;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
}

#custom_html-3 .col-md-4 {
	margin: 0 auto;
	width: 230px;
}

#custom_html-3 button[type=submit] {
	background: url('images/button-green-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	color: #fff;
	font-family: 'noyhahandboard';
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 6px 0px;
	transition: none;
	width: 100%;
}

#custom_html-3 button[type=submit]:hover {
	background: url(images/button-orange-bg.png) center / contain no-repeat;
}

#custom_html-3 button[type=submit] i {
	font-size: 20px;
	position: relative;
	top: -4px;
}

#custom_html-3 button[type=submit] i.ico-seeds-left {
	left: -4px;
}

#custom_html-3 button[type=submit] i.ico-seeds-right {
	right: -4px;
}

#text-8 .heading {
	color: #4FAD40;
	font-family: 'noyhahandboard';
	font-size: 40px;
	line-height: 1;
	margin-top: -20px;
	text-align: center;
}





/* ----------- About ----------- */
body.page-id-5837,
body.page-id-82227 {
	background: url(images/brown-bg-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
/*	background-size: 100%;*/
}

body.page-id-5837 #wrapper {
	background: url('images/brown-bg-top.png');
	background-repeat: no-repeat;
	/*background-size: 100%*/
}

.youtube-video {
	margin: 0 auto;
	max-width: 480px;
}

.youtube-video:before {
	background: url(images/shapes-video-before.png);
	content: '';
	display: block;
	height: 115px;
	position: absolute;
	left: -90px;
	top: 0;
	width: 68px;
}

.youtube-video:after {
	background: url(images/butterfly-video.png);
	content: '';
	display: block;
	height: 94px;
	position: absolute;
	right: -180px;
	top: -20px;
	width: 169px;
}

.youtube-video .elementor-widget-container:after {
	background: url(images/shapes-video-after.png);
	bottom: -60px;
	content: '';
	display: block;
	height: 119px;
	position: absolute;
	right: -80px;
	width: 86px;
}

.stars-left1:before {
	background: url(images/stars1.png);
	content: '';
	display: block;
	height: 140px;
	position: absolute;
	left: -100px;
	width: 81px;
}

.stars-left2:before {
	background: url(images/stars3.png);
	content: '';
	display: block;
	height: 56px;
	position: absolute;
	left: -15px;
	width: 52px;
}

.stars-right1:after {
	background: url(images/stars2-brown.png);
	content: '';
	display: block;
	height: 120px;
	position: absolute;
	right: -100px;
	width: 86px;
	top: -40px;
}

.about-column:before {
	background: url(images/butterfly2.png);
	bottom: -20px;
	content: '';
	display: block;
	height: 230px;
	position: absolute;
	left: -100px;
	width: 143px;
}

.about-column:after {
	background: url(images/stars4-brown.png);
	bottom: 40px;
	content: '';
	display: block;
	height: 40px;
	position: absolute;
	right: -15px;
	width: 81px;
}






/* ----------- Recipes ----------- */
body.post-type-archive-recipe #wrapper,
body.page-id-83662 #wrapper {
	background: url('images/brown-bg-inner-1.png');
	background-repeat: no-repeat;
    background-size: 60%;
}

.circles-left1:before {
	background: url(images/recipes-bubbles1.png) no-repeat;
	content: '';
	display: block;
	height: 161px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 204px;
	z-index: -1;
}


/*-------------------------------Recipes---------------------------------*/
.shortcode-ingredients {
	color: #736458;
	background-color: #faf7e0;
	border: 1px solid #eae8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 6px 8px 0 rgba(255, 255, 255, 0.7);
	margin: 30px 0;
}
.shortcode-ingredients > h3 {
	line-height: normal;
	color: #f8a64f;
	padding: 22px 25px 8px;
	margin: 0;
}
.shortcode-ingredients > ul > li {
	line-height: 1.8;
	background: url('images/ingredients-list-arrow.png') 20px 50% no-repeat;
	padding: 6px 48px;
	border-top: 1px solid #e9e5c9;
}
.shortcode-ingredients > ul, .shortcode-ingredients > ul > li {
	list-style: none;
}
.shortcode-directions {
	margin: 30px 0;
}
.shortcode-directions > h3 {
	line-height: normal;
	color: #f8a64f;
}
.shortcode-directions > ol, .shortcode-directions > ol > li {
	list-style: none;
}
.shortcode-directions > ol {
	counter-reset: count;
	line-height: normal;
	margin: 0;
}
.shortcode-directions > ol > li {
	position: relative;
	line-height: 1.8;
	min-height: 44px;
	padding-left: 62px;
	margin: 0 0 30px;
}
.shortcode-directions > ol > li:before {
	counter-increment: count;
	content: counter(count);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font: 18px 'Copse', Georgia, serif;
	text-align: center;
	line-height: 42px;
	color: #9a8d28;
	background-color: #faf7e0;
	height: 42px;
	width: 42px;
	vertical-align: middle;
	padding: 0;
	border: 1px solid #e6e1bd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
}

.single-cp_recipe .page-wrapper {
    padding-top: 60px;
}


/* ----------- Something to Eat ----------- */
body.page-id-6097 #wrapper {
	background: url('images/brown-bg-inner-1.png');
	background-repeat: no-repeat;
    background-size: 40%;
}


body.page-id-83646 #wrapper {
	background: url('images/clouds-pink-bg.png');
	background-repeat: no-repeat;
    background-size: 40%;
}

.eat-heading {
	display: block;
	line-height: 0.7;
	position: relative;
}

.eat-heading:before {
	color: #4fad40;
	content: "\e900";
	display: block;
	font-family: 'icomoon' !important;
	font-size: 45px;
	left: calc(50% - 100px);
	position: absolute;
	top: 40px;
}

.eat-heading:after {
	color: #4fad40;
	content: "\e901";
	display: block;
	font-family: 'icomoon' !important;
	font-size: 45px;
	position: absolute;
	right: calc(50% - 100px);
	top: 40px;
}




/* ----------- Something to Drink ----------- */
body.page-id-6099 #wrapper,
body.page-id-83659 #wrapper {
	background: url('images/brown-bg-inner-1.png');
	background-repeat: no-repeat;
	background-size: 100%
}

.drink-heading {
	display: block;
/*	font-size: 160px;*/
	line-height: 0.7;
	position: relative;
}

.drink-heading:before {
	color: #4fad40;
	content: "\e900";
	display: block;
	font-family: 'icomoon' !important;
	font-size: 72px;
	left: calc(50% - 180px);
	position: absolute;
	top: 30px;
}

.drink-heading:after {
	color: #4fad40;
	content: "\e901";
	display: block;
	font-family: 'icomoon' !important;
	font-size: 72px;
	right: calc(50% - 180px);
	position: absolute;
	top: 30px;
}

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

	.drink-heading:before,
	.drink-heading:after,
	.eat-heading:before,
	.eat-heading:after	 {
		display: none;
	}


	.drink-heading:before {
		font-size: 42px;
		left: calc(50% - 130px);
	}

	.drink-heading:after {
		font-size: 42px;
		right: calc(50% - 130px);
	}

}





/* ----------- Shop ----------- */
body.woocommerce.archive .product-small.box {
	border: 1px solid #eaeaea;
}

body.woocommerce.archive .box-text-products {
	background: #fbfbfb;
}

body.woocommerce.archive .product-title a {
	color: #777;
	font-size: 16px;
	font-weight: 700;
	min-height: 34px;
	text-transform: uppercase;
}

body.woocommerce.archive .product-title a:hover {
	color: #4FAD40;
}

body.woocommerce.archive .price .amount {
	color: #f8a64f;
	font-size: 24px;
}

body.woocommerce.archive .add-to-cart-button a,
body.woocommerce.archive .added_to_cart {
	background: none;
    border: none;
    color: #4fad40;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1em;
}

body.woocommerce.archive .add-to-cart-button i.icon-shopping-cart {
    font-size: 22px !important;
    margin-left: 6px;
}

body.woocommerce.archive .add-to-cart-button a:hover,
body.woocommerce.archive .added_to_cart:hover {
	box-shadow: none;
	color: #f8a64f;
}

body.woocommerce.archive .add-to-cart-button {
	position: relative;
}

/*body.woocommerce.archive .add-to-cart-button:after {
    color: #4fad40;
    content: "\f07a";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    position: absolute;
    right: 40px;
    top: 13px;
    font-family: 'fl-icons' !important;
    content: '\e908';
}*/

.button.loading:after {
    animation: spin 500ms infinite linear;
    border: 3px solid #f8a64f;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}


body.woocommerce.archive .add-to-cart-button a.added_to_cart::after {
    font-size: 20px;
    font-family: 'fl-icons' !important;
    content: '\e908';
    font-weight: normal;
    margin-left: 26px;
    vertical-align: middle;
}

body.woocommerce.archive .add-to-cart-button a.added_to_cart {
    position: relative;
}

body.woocommerce.archive .add-to-cart-button a.added_to_cart::before {
    content: '→';
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
    right: 25px;
    top: 12px;
}

.shop-header-wrapper {
	background: url(images/wood-bg.png) 50%/cover no-repeat;
/*  color: #99816b; */
	font-family: 'noyhahandboard';
	font-size: 90px;
	line-height: 1;
    color: #4fad40;	
}

.shop-header-wrapper .left {
    color: #99816b;
	float: left;
	font-size: 90px;
	line-height: 1;
	margin: 0;
	width: auto;
    padding: 10px 0;
}

.shop-header-wrapper .right {
	background: url(images/brush-stroke-1.png) no-repeat 50%/cover;
	float: right;
	font-size: 36px;
    margin: 36px 0px;
}

.shop-header-wrapper .right p {
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
    text-align: right;
}

.shop-header-wrapper.single-product-notice h2 {
    color: #fff;
    text-align: center;
    padding: 2px 20px;
    margin-bottom: 0;
}

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

	body.woocommerce.archive .add-to-cart-button:after {
		right: 8px;
	}

}

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

	.shop-header-wrapper .left,
	.shop-header-wrapper .right,
	.shop-header-wrapper .right p {
		float: none;
		text-align: center;
	}

	.shop-header-wrapper .left {
		line-height: 0.6;
		padding-top: 20px;
	}

	.shop-header-wrapper .right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.shop-header-wrapper.single-product-notice h2 {
	    margin-bottom: 0;
	}	

}

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

	body.woocommerce.archive .add-to-cart-button:after {
		display: block;
		position: initial;
	}

}





/* ----------- Blog ----------- */
.blog .badge.post-date {
    display: none;
}

.blog-header-wrapper {
	background: url(images/title-bg-pink.jpg) 50%/cover no-repeat;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.blog-header-wrapper:after {
	background: url(https://123nourishme.com.au/wp-content/uploads/2016/10/Top-100-Nutrition-Badge.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 216px;
	position: absolute;
	top: 0;
	right: 5%;
	width: 216px;
}

.blog-header-wrapper h1 {
	color: #fff;
	font-size: 100px;
	margin-bottom: 0;
}

body.blog #post-list .entry-category {
	display: none;
}

a.more-link {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	border: none !important;
	color: #fff !important;
	font-family: 'noyhahandboard';
	font-size: 35px;
	font-weight: 400;
	line-height: 1 !important;
	margin-top: 20px;
	min-height: 0;
	padding: 0 20px;
}

a.more-link:hover {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

footer.entry-meta {
	display: none;
}

.single-post .entry-meta.uppercase.is-xsmall {
    display: none;
}

.single-post .img[role=presentation] {
    width: auto;
}

body.single-post #content {
	padding-top: 30px;
}

h1.entry-title {
	font-size: 50px;
	line-height: 0.8;
}

.cooked-post-featured-image {
	display: none;
}

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

	.blog-header-wrapper:after {
		height: 130px;
		right: 0;
		width: 130px;
	}

}

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

	.blog-header-wrapper:after {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		top: 100%;
		z-index: 100;
	}

}





/* ----------- Popup ----------- */
#boxzilla-118963 .boxzilla-content p {
    padding: 0;
}

a.shipping-terms:hover {
    color: #4fad40;
}
a.shipping-terms {
    color: #666;
}

body .boxzilla {
	padding: 50px;
}

.boxzilla-content h2 {
	line-height: 1.5;
	font-family: 'lato' !important;
	font-size: 28px;
	margin-bottom: 10px;
}

.boxzilla-content p {
	padding: 0 50px;
}

.boxzilla-content form {
	margin-bottom: 0;
	padding: 0 50px;
}

.boxzilla-content .col-md-4 {
	width: 100%;
}

.boxzilla-content input {
	border: 1px solid #ddd;
	border-radius: 48px;
	box-shadow: none !important;
	font-size: 16px;
	height: 48px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}

.boxzilla-content input[type=submit],
.boxzilla-content .popup-button {
	border: none;
	background: #f8a640 !important;
	font-family: 'noyhahandboard';
	font-size: 42px;
	font-weight: 400;
	line-height: 0.7;
	min-height: 0;
	width: 100%;
    letter-spacing: 0;	
    color: #fff;
}

.boxzilla-content a.popup-button {
    text-align: center;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    padding: 6px;
    border-radius: 42px;
}

.boxzilla-content input[type=submit]:hover,
.boxzilla-content .popup-button:hover {
	background: #47b556 !important;
}

#boxzilla-6658 .boxzilla-content h2 strong,
#boxzilla-376042 .boxzilla-content h2 strong {
    font-family: "VivaBeautiful", Sans-serif;    
	font-size: 48px;
    line-height: 1;	
}

@media only screen and (max-width: 480px) {
	#boxzilla-6658 .boxzilla-content h2,
	#boxzilla-376042 .boxzilla-content h2 strong {
	    font-size: 22px;
	    line-height: 1.2;
	}

	#boxzilla-6658 .boxzilla-content p,
	#boxzilla-376042 .boxzilla-content p {
	    padding: 0 20px;
	}

	#boxzilla-6658 .boxzilla-content h2 strong,
	#boxzilla-376042 .boxzilla-content h2 strong {
	    font-size: 32px;
	}

	#boxzilla-6658 .boxzilla-content input[type=submit],
	#boxzilla-376042 .boxzilla-content input[type=submit]{
	    font-size: 32px;
	}

}

/* -------------------- Single Post -------------------- */
.main-container .blog-page.single .postinfo-wrapper .entry-header {
    margin: 20px 0 !important;
}

.main-container .blog-page.single .postinfo-wrapper .entry-header:after {
    content: "";
    width: 100% !important;
    height: 1px;
    border-bottom: 2px dotted #e9e9e9 !important;
    background: none !important;
    display: block;
    margin-top: 20px;
}

.main-container.nourishme-post {
    /*background: url(images/clouds-pink-bg.png) !important;*/
    background-repeat: no-repeat !important;
}

.nourishme-post .entry-content ol {
    counter-reset: count;
    line-height: normal;
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.nourishme-post .entry-content ol > li {
    position: relative;
    line-height: 1.8;
    min-height: 44px;
    padding-left: 62px;
    margin: 0 0 30px;
    font-size: 16px;
    color: #777;
    letter-spacing: 0.01em;
}

.nourishme-post .entry-content ol > li:before {
    counter-increment: count;
    content: counter(count);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font: 30px 'SunValley', Georgia, serif;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: #f5a0ad;
    height: 42px;
    width: 42px;
    vertical-align: middle;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}

.nourishme-post .entry-content ol > li:nth-child(2)::before {
    background-color: #a6a3c6;
}

.nourishme-post .entry-content ol > li:nth-child(3)::before {
    background-color: #96cb70;
}

.nourishme-post .entry-content ol > li:nth-child(4)::before {
    background-color: #f9b363;
}


.nourishme-post .entry-content h1::after,
.nourishme-post .entry-content h2::after {
    content: '';
    display: block;
    background: url(images/title-separator-pink.png) no-repeat;
    margin: 0 auto;
    width: 217px;
    height: 35px;
    margin-bottom: 30px;
}

.nourishme-post .entry-content h2 {
    background: url(images/shapes-video-before.png),
                url(images/shapes-video-after.png);
    background-repeat: no-repeat;
    background-position: 4%, 96%;
    background-size: 50px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
}

/*.summer-post .entry-content h1,
.summer-post .entry-content h2 {
    color: #039e82;
}*/

/*.summer-post .entry-content h1::after,
.summer-post .entry-content h2::after {
    content: '';
    display: block;
    background: url(images/title-separator-yellow.png) no-repeat;
    margin: 0 auto;
    width: 217px;
    height: 35px;
    margin-bottom: 30px;
}*/

.summer-post h3,
.summer-post h4 {
    margin-bottom: 10px;
    /*color: #fb782d;*/
    line-height: 1;
}

/*.summer-post .entry-content h2 {
    background: url(images/summer-heading-before.png),
    			url(images/summer-heading-after.png);
    background-repeat: no-repeat;
    background-position: 4%, 96%;
    background-size: auto;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    line-height: 1.2;
}
*/
.nourishme-post .post-info .entry-content::before {
    background: url(images/butterfly2.png);
    content: '';
    display: block;
    background-size: contain;
    height: 180px;
    position: absolute;
    left: -135px;
    bottom: 0;
    width: 93px;
    content: '';
}

.nourishme-post .post-info .entry-content {
    position: relative;
}

.nourishme-post .entry-content ul {
    padding-left: 45px;
}

.nourishme-post .entry-content ul li {
    list-style: none;
    display: block;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.65;
    font-size: 16px;
    color: #777;
    letter-spacing: 0.01em;
}

.nourishme-post .entry-content ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #f5a0ad;
    display: block;
    margin-right: 14px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: -45px;
    margin-top: 4px;
}

.nourishme-post .entry-content ul > li:nth-child(2)::before,
.nourishme-post .entry-content ul > li:nth-child(6)::before,
.nourishme-post .entry-content ul > li:nth-child(10)::before,
.nourishme-post .entry-content ul > li:nth-child(14)::before {
    background-color: #a6a3c6;
}

.nourishme-post .entry-content ul > li:nth-child(3)::before,
.nourishme-post .entry-content ul > li:nth-child(7)::before,
.nourishme-post .entry-content ul > li:nth-child(11)::before,
.nourishme-post .entry-content ul > li:nth-child(15)::before {
    background-color: #96cb70;
}

.nourishme-post .entry-content ul > li:nth-child(4)::before,
.nourishme-post .entry-content ul > li:nth-child(8)::before,
.nourishme-post .entry-content ul > li:nth-child(12)::before,
.nourishme-post .entry-content ul > li:nth-child(16)::before {
    background-color: #f9b363;
}

.summer-list-item h3.elementor-heading-title,
.journal-list-item h3.elementor-heading-title {
    padding-left: 54px;
    margin-bottom: 14px;
    color: #47B556;
}

.summer-list-item h3::before,
.journal-list-item h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font: 30px 'SunValley', Georgia, serif;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: #47B556;
    height: 42px;
    width: 42px;
    vertical-align: middle;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}

.summer-list-item.list-item-2 h3 {
    color: #8c88b1;
}

.summer-list-item.list-item-1 h3::before,
.journal-list-item.list-item-1 h3::before {
	content: '1';
}

.summer-list-item.list-item-2 h3::before,
.journal-list-item.list-item-2 h3::before {
	content: '2';
	background-color: #a6a3c6;
}

.summer-list-item.list-item-3 h3::before,
.journal-list-item.list-item-3 h3::before {
	content: '3';
	background-color: #96cb70;
}

.summer-list-item.list-item-4 h3::before,
.journal-list-item.list-item-4 h3::before {
	content: '4';
	background-color: #ef893c;
}

.summer-list-item.list-item-5 h3::before,
.journal-list-item.list-item-5 h3::before {
	content: '5';
	background-color: #46afad;
}

.summer-list-item.list-item-6 h3::before,
.journal-list-item.list-item-6 h3::before {
	content: '6';
}

.summer-list-item.list-item-6 h3::before,
.journal-list-item.list-item-6 h3::before {
	content: '7';
	background-color: #a6a3c6;
}

.summer-list-item.list-item-6 h3::before,
.journal-list-item.list-item-6 h3::before {
	content: '8';
	background-color: #96cb70;
}

.summer-list-item.list-item-6 h3::before,
.journal-list-item.list-item-6 h3::before {
	content: '9';
	background-color: #ef893c;
}

.summer-list-item.list-item-6 h3::before,
.journal-list-item.list-item-6 h3::before {
	content: '10';
	background-color: #46afad;
}



.entry-image > .post-date.badge {
    display: none;
}

@media only screen and ( max-width: 480px ) {
    .nourishme-post .entry-content h2 {
        background-size: 30px;
    }
}

/*************** Single Product  ***************/
.single-product .up-sells h4.product-heading {
    background: #4fad40;
}

.single-product .product-summary .upsells.products {
    display: none;
}

.single-product .up-sells .flickity-slider .product-small .amount, 
.single-product .up-sells .flickity-slider .product-small .price,
.single-product .up-sells .flickity-slider .product-small .amount > span {
    font-size: 16px;
    margin: 0;
}

.product-video-box {
	width: 300px;
	max-width: 400px;
	position: absolute;
	right: 15px;
	top: 10px;
}
.single-product .product-short-description img {
	border: 1px solid #fff;
}
.single-product .product-feature-list ul {
    padding-left: 20px;
}
.single-product .product-feature-list li:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #f5a0ad;
	display: block;
	margin-right: 14px;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	left: -45px;
	margin-top: 4px;
}
.single-product .product-feature-list li:nth-child(2):before {
	background: #f9b363;
}
.single-product .product-feature-list li:nth-child(3):before {
	background: #ffdd71;
}
.single-product .product-feature-list li:nth-child(4):before {
	background: #f6921f;
}
.single-product .product-feature-list li:nth-child(5):before {
	background: #ef5a7a;
}
.single-product .product-feature-list li {
	list-style: none;
	display: block;
	position: relative;
	margin-bottom: 14px;
	font-weight: 600;
	color: #777;
	line-height: 1.65;
    font-size: 18px;
}
.single-product.woocommerce .thumbnails {
	position: relative;
	display: none;
}
.single-product .product-feature-list {
	margin-bottom: 40px;
	clear: both;
}
.single-product h4.product-heading {
	background-color: #f8a640;
	text-align: center;
	font-size: 32px;
	line-height: 0.8;
	padding: 12px 0;
	color: #fff;
	margin-bottom: 20px;
}
.single-product .instagram-feed {
	padding-left: 40px;
	padding-right: 40px;
}
.single-product .product-testimonials blockquote {
	border: none;
	padding: 0;
}
.single-product .product-testimonials p {
	font-size: 13px;
	color: #736c64;
	font-weight: 600;
}
.single-product .product-testimonials blockquote p {
	color: #64bb45;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.35;
    font-style: normal !important;
}

.single-product .is-divider {
    margin: 10px 0;
}
.single-product .product-main .product-title {
    font-size: 64px;
    line-height: 0.75;
    width: 50%;
}

.single-product .woocommerce-breadcrumb {
    display: none;
}

.single-product .product-page-price span {
    color: #f8a64f;
}
.single-product .product-main .product-page-price span {
    font-size: 28px;
}

.single-product .product-info p.stock {
	margin-top: 0.65em;
}

p.in-stock {
    color: #50ae41 !important;
}

.single-product #woosvithumbs {
    display: none;
}

.single-product .product-info.summary h3,
.single-product .product-info.summary h2,
.single-product .product-info.summary h4 {
    margin-bottom: 0;
    line-height: 1.2;
}

.single-product .product-main .product-info p {
    font-size: 17px;
}


/*************** Nutrition Badge ***************/
.nutrition-badge {
	display: none;
}
.blog .nutrition-badge {
	display: block;
	position: absolute;
	top: 0;
	right: 50px;
}



/*-------------------------------Wunder Arms custom style---------------------------------*/
.single-product.postid-12539 .product-main.summary.product-info .product-short-description p {
	color: #f79228;
	font-size: 34px;
}
.single-product.postid-12539 .product-main.summary.product-info .product-short-description {
	background: url(images/orange-background.jpg);
	border: 1px dashed #f7e9a8;
}
.single-product.postid-12539 .product-feature-list li:nth-child(5):before {
	background: #92825e;
}
.single-product.postid-12539 .product-main.summary.product-info .product-short-description {
	margin-top: 32px;
}
.single-product.postid-12539 .product-feature-list li:before {
	background: #f79228;
}
.single-product.postid-12539 .product-feature-list li:nth-child(2):before {
	background: #f9b363;
}
.single-product.postid-12539 .product-feature-list li:nth-child(3):before {
	background: #ffdd71;
}
.single-product.postid-12539 .product-feature-list li:nth-child(4):before {
	background: #f6921f;
}
.single-product.postid-12539 h1.product_title.entry-title {
	color: #f79228;
}
.page-template-about-template .wpvl_auto_thumb_box_wrapper img {
	height: auto;
}

/*-------------------------------Byebye Bug---------------------------------*/
.single-product.postid-7866 .product-main .summary.product-info,
.single-product.postid-15665 .product-main .summary.product-info {
	background: url(images/flying-byebyebugs.jpg) no-repeat right 0;
}
/*-------------------------------Hello Sunshine---------------------------------*/
.single-product.postid-41729 .product-feature-list li:before,.single-product.postid-41736 .product-feature-list li:before,
.single-product.postid-59978 .product-feature-list li:before,.single-product.postid-85507 .product-feature-list li:before {
	background: #f5de6a;
}
.single-product.postid-41729 .product-feature-list li:nth-child(2):before,.single-product.postid-41736 .product-feature-list li:nth-child(2):before,
.single-product.postid-59978 .product-feature-list li:nth-child(2):before,.single-product.postid-85507 .product-feature-list li:nth-child(2):before {
	background: #f5cf28;
}
.single-product.postid-41729 .product-feature-list li:nth-child(3):before,.single-product.postid-41736 .product-feature-list li:nth-child(3):before,
.single-product.postid-59978 .product-feature-list li:nth-child(3):before,.single-product.postid-85507 .product-feature-list li:nth-child(3):before {
	background: #3cc3b2;
}
.single-product.postid-41729 .product-feature-list li:nth-child(4):before,.single-product.postid-41736 .product-feature-list li:nth-child(4):before,
.single-product.postid-59978 .product-feature-list li:nth-child(4):before,.single-product.postid-85507 .product-feature-list li:nth-child(4):before {
	background: #7cded2;
}
.single-product.postid-41729 .product-feature-list li:nth-child(5):before,.single-product.postid-41736 .product-feature-list li:nth-child(5):before,
.single-product.postid-59978 .product-feature-list li:nth-child(5):before,.single-product.postid-85507 .product-feature-list li:nth-child(5):before {
	background: #ff9bb1;
}
.single-product.postid-41729 .product-view .summary.product-info h1.product_title,.single-product.postid-41736 .product-view .summary.product-info h1.product_title,
.single-product.postid-59978 .product-view .summary.product-info h1.product_title,.single-product.postid-85507 .product-view .summary.product-info h1.product_title {
	color: #f5cf28;
}
.single-product.postid-41729 span.woocommerce-Price-amount.amount,
.single-product.postid-41736 span.woocommerce-Price-amount.amount,
.single-product.postid-59978 span.woocommerce-Price-amount.amount,
.single-product.postid-85507 span.woocommerce-Price-amount.amount,
.single-product.postid-41729 .product-main .product-page-price span,
.single-product.postid-41736 .product-main .product-page-price span,
.single-product.postid-59978 .product-main .product-page-price span,
.single-product.postid-85507 .product-main .product-page-price span {
	color: #3cc3b2;
}
/*.single-product.postid-41729 .summary.entry-summary.product-info,
.single-product.postid-41736 .summary.entry-summary.product-info,
.single-product.postid-59978 .summary.entry-summary.product-info,
.single-product.postid-85507 .summary.entry-summary.product-info {
	background: url(images/sun.jpg) no-repeat 90% 16px;
}
*/
.single-product.postid-41729 .product-main.summary.product-info .product-short-description,.single-product.postid-41736 .product-main.summary.product-info .product-short-description {
	background: none;
	border: none;
	padding: 0;
	margin: 20px 0;
}
.single-product.postid-41729 .product-main.summary.product-info .product-short-description p,.single-product.postid-41736 .product-main.summary.product-info .product-short-description p {
	color: #3cc3b2;
	font-size: 40px;
	padding: 10px 0;
}
.product-main.summary.product-info .cart .variations .value select {
	height: 38px;
}
#woosvithumbs,.whitespacesvi {
	display: none;
}
.product-main.summary.product-info .cart .single_variation_wrap .price {
	border-bottom: 2px solid #f8a64f;
	border-top: 2px solid #f8a64f;
	color: #f8a64f;
}
.single-product.postid-41736 .product-main.summary.product-info .cart .single_variation_wrap .price {
	border-bottom: 2px solid #3cc5b5;
	border-top: 2px solid #3cc5b5;
	color: #3cc5b5;
}
.product-main.summary.product-info .cart .single_variation_wrap .price .amount {
	margin-bottom: 0;
}
.product-main.product-type-variable .summary.product-info .price-box {
	display: none;
}

/*-------------------------------Wholesale Page---------------------------------*/
.main-container.secret-santa-sale .page-title-wrap {
	position: relative;
	margin-bottom: 90px;
}
.wholesale-info .vc_column-inner > .wpb_wrapper {
	background: rgba(149, 189, 93, 0.15);
	padding: 35px;
}
.wholesale-info ol {
	list-style: none;
	font-size: 16px;
	color: #777;
	margin-bottom: 16px;
	counter-reset: list-counter;
}
.wholesale-info ol li::before {
	content: counter(list-counter);
	counter-increment: list-counter;
	background: #a1c968;
	font-family: amatic;
	color: #fff;
	font-size: 34px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	margin-left: -60px;
	vertical-align: middle;
	margin-right: 20px;
	font-weight: 800;
}
.wholesale-info ol li {
	margin-bottom: 20px;
	line-height: 2;
	vertical-align: middle;
	margin-left: 50px;
}

/* Handshine */
/*.single-product.postid-5988 .summary.entry-summary.product-info,
.single-product.postid-76369 .summary.entry-summary.product-info  {
	background: url(images/handshine-bubbles.jpg) 100% 0/150px no-repeat;
}*/

/* Calm down */
.single-product.postid-79451 .summary.entry-summary.product-info {
    background: url(images/butterflies-bg.jpg) 100% 0/225px no-repeat;
}

/* Bath wash */
/*.single-product.postid-12535 .summary.entry-summary.product-info {
    background: url(images/purple-bubbles.jpg) 100% 0/172px no-repeat;
}*/

/* Chesty Rub */
.single-product.postid-5984 .summary.entry-summary.product-info {
	background: url(images/green-stars.jpg) 100% -42px/150px no-repeat;
}

/* Wunderarms */
.single-product.postid-12539 .summary.entry-summary.product-info {
    background: url(images/pink-stars.jpg) 100% 0/320px no-repeat;
}

/*************** Product Video Box  ***************/
.product-video-box {
	width: 300px;
	max-width: 400px;
	position: absolute;
	right: 15px;
	top: 10px;
}
.wpvl_auto_thumb_play::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    background: rgb(71, 181, 86);
    width: 55px;
    height: 50px;
    padding-left: 4px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    transition: all ease-out 0.3s;
}
.wpvl_auto_thumb_box:hover .wpvl_auto_thumb_play::before {
	background: #f8a64f;
}
.wpvl_auto_thumb_play img {
	display: none;
}
.wpvl_auto_thumb_play {
	position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}
.video_lightbox_auto_anchor_image {
	width: 100%;
    height: auto;
}
.wpvl_auto_thumb_box {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}


/*************** Magic Sprinkles ***************/
.postid-5941 .product-short-description {
    display: none;
}

.single-product.postid-5941 .product-short-description {
	display: none;
}
.single-product.postid-5941 .product-main.single-product-sharing {
	margin-bottom: 58px;
}
.single-product.postid-5941 .product-main.summary.product-info .cart .button,.single-product.postid-5941 .product-main.product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper .comment-form .form-submit #submit,.single-product.postid-5941 .main-container .page-content .button,.single-product.postid-5941 .main-container .page-content .button.alt,.single-product.postid-5941 .main-container .page-content #submit {
	background-color: #f490b1;
	color: #fff;
}
.single-product.postid-5941 .product-main.summary.product-info .cart .button:before {
	line-height: 38px;
}
.single-product.postid-5941 .product-main.summary.product-info .cart .button:hover,.single-product.postid-5941 .product-main.product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper .comment-form .form-submit #submit:hover,.single-product.postid-5941 .main-container .page-content .button:hover,.single-product.postid-5941 .main-container .page-content .button.alt:hover,.single-product.postid-5941 .main-container .page-content #submit:hover {
	background-color: #10af4f;
	color: #fff;
}
.single-product.postid-5941 .product-main.summary.product-info h1.product_title {
	color: #f490b1;
}
.single-product.postid-5941 .product-main span.woocommerce-Price-amount.amount,
.single-product.postid-5941 .product-main.single-product-sharing .widget-title,
.single-product.postid-5941 .product-page-price span {
    color: #10af4f;
}

.single-product.postid-5941 h4.product-heading {
	background-color: #10af4f;
}
.single-product.postid-5941 .product-testimonials blockquote p {
	color: #f490b1;
}
.single-product.postid-5941 .product-main span.woocommerce-Price-amount.amount {
    font-size: 26px;
}

.single-product.postid-5941 .summary .product-feature-list li {
	line-height: 1.5;
}

.single-product.postid-5941 .page-content a:hover {
	color: #f490b1;
}

.single-product.postid-5941 .summary h4 {
	color: #f490b1;
}
.single-product.postid-5941 .summary h3 {
	color: #10af4f;
}

.single-product.postid-5941 .product-testimonials p {
	color: #10af4f;
}
.single-product.postid-5941 .product-feature-list li:before {
	background: #f490b1;
}
.single-product.postid-5941 .product-feature-list li:nth-child(2):before {
	background: #e180b4;
}
.single-product.postid-5941 .product-feature-list li:nth-child(3):before {
	background: #96d5d4;
}
.single-product.postid-5941 .product-feature-list li:nth-child(4):before {
	background: #8dcfbc;
}
.single-product.postid-5941 .product-feature-list li:nth-child(5):before {
	background: #fad183;
}
.single-product.postid-5941 .product-feature-list li:nth-child(6):before {
	background: #ffeb70;
}

.single-product.postid-5941 .product-main.product .woocommerce-tabs #tab-reviews #reviews h3,.single-product.postid-5941 .product-main.product .woocommerce-tabs #tab-reviews #reviews #comments h2 {
	color: #10af4f;
}
.single-product.postid-5941 .product-main.product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper .comment-form-attachment label {
	margin-bottom: 22px;
	color: #f490b1;
}
.single-product.postid-5941 .comment-form-attachment label[for=attachment]::after {
	background: url(images/magic-sprinkles/green-arrow-down.png) no-repeat 50%/contain;
}
.single-product.postid-5941 #review_form .comment-reply-title:after {
	background: url(images/magic-sprinkles/arrow-down.png) no-repeat 50%/contain;
}
.single-product.postid-5941 .product-left-sidebar,.single-product.postid-70923 .product-left-sidebar,.single-product.postid-70919 .product-left-sidebar,.single-product.postid-11242 .product-left-sidebar,.single-product.postid-11238 .product-left-sidebar,.single-product.postid-6771 .product-left-sidebar,.single-product.postid-70920 .product-left-sidebar {
	background: url(images/magic-sprinkles/sprinkle-2.jpg) 0/contain;
}
.single-product.postid-70923 .summary.entry-summary.product-info,.single-product.postid-70919 .summary.entry-summary.product-info,.single-product.postid-11242 .summary.entry-summary.product-info,.single-product.postid-11238 .summary.entry-summary.product-info,.single-product.postid-6771 .summary.entry-summary.product-info,.single-product.postid-70920 .summary.entry-summary.product-info {
	background-size: 35%;
}

.product-info .woocommerce-product-rating {
    max-width: 320px;
    line-height: 1;
    margin-bottom: 15px;
}

/*************** Product Description ***************/
.product-main .summary.product-info .product-short-description {
	margin-top: 22px;
    margin-bottom: 20px;
	background: #4FAD40;
	padding: 20px 25px 40px;
	background: url(images/title-background.jpg) right 50%/cover;
	background: url(images/product-green-band.jpg) 50%/cover;
}
.product-main .summary.product-info .product-short-description p {
	color: #fff;
	font-family: 'noyhahandboard';
	font-size: 30px;
	padding-top: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

/*************** Cooked Plugin ***************/
.cooked-recipe-ingredients {
    padding: 0 25px !important;
}

/*************** Review box ***************/
.single-product #comments > h3::after, .single-product #review_form #reply-title::after {
    background: url(images/footer-underline.png);
	background-repeat: no-repeat;    
    height: 11px;
    max-width: none;
    width: 137px;
    content: '';
    display: block;
}





/* ----------- Cart ----------- */
body.woocommerce-cart .breadcrumbs {
	font-size: 32px;
	margin-bottom: 8px;
	padding-top: 0;
}

.cart_totals.calculated_shipping tr.shipping th {
	padding-left: 0;
}

#shipping_method .shipping_method {
	margin-top: 1px !important;
}

#shipping_method > li {
	margin-bottom: 4px;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.wc-proceed-to-checkout a,
.coupon input[type=submit] {
	background: url(images/button-green-bg.png);
	background-color: transparent !important;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	display: inline-block !important;
	font-family: 'noyhahandboard';
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	min-height: 0;
	min-width: 0 !important;
	padding: 8px 20px !important;
	text-shadow: none;
	width: auto !important;
}

.wc-proceed-to-checkout a:hover,
.coupon input[type=submit]:hover {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: none;
}

body .cart-sidebar .widget-title {
	font-size: 30px;
}

body .cart-sidebar .widget-title i {
	font-size: 20px;
}

/*body.woocommerce-cart .continue-shopping a,
body.woocommerce-cart button[name=update_cart] {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: none;
	color: #fff;
	font-family: 'noyhahandboard';
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	min-height: 0;
	padding: 8px 20px;
}*/

body.woocommerce-cart button[name=update_cart] {
    background: url(images/button-orange-bg.png);
    width: 156px;
    letter-spacing: 0.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none;
    color: #fff;
    font-family: 'noyhahandboard';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    min-height: 0;
    padding: 8px 20px;
    float: right;
    margin: 0;
}

body.woocommerce-cart .continue-shopping a {
    font-family: 'noyhahandboard';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    min-height: 0;
    padding: 8px;
    border: none;
    letter-spacing: 0.5px;
    color: #4fad40;
    margin-bottom: 4px ;    
}

body.woocommerce-cart .continue-shopping a:hover {
    background: none;
    color: #99816b;
}

body.woocommerce-cart button[name=update_cart] :hover {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*body.woocommerce-cart button[name=update_cart]:hover {
    box-shadow: none;
}*/

.woocommerce-cart .woocommerce-shipping-totals.shipping {
    display: none;
}

.cart-wrapper td.actions.clear {
    border-bottom: 1px solid #ececec;
}

.cart-wrapper thead th {
    background: #f0f0f0;
    border: none;
    padding: 10px 12px;
    letter-spacing: 0px;
}

.cross-sells h3 {
    text-align: center;
    font-size: 44px;
    color: #9b826c;
    line-height: 1;
}

.cross-sells h3::after {
    content: '';
    background: url(images/divider-brown.png) no-repeat 0 0/contain;
    width: 100px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.breadcrumbs a.current, .breadcrumbs a:hover {
    color: #99816b;
}

.button-continue-shopping i.fa {
    font-size: 13px;
    line-height: 0;
    vertical-align: middle;
    display: inline;
    top: -3px;
    position: relative;
}

.cart_totals thead th {
    color: #4fad40;
    font-size: 17px;
}

.cart-container span.amount {
    font-size: 16px;
}

.cart-subtotal th {
    font-weight: bold !important;
    font-size: 16px !important;
}

.cart_totals {
    border: 3px solid #ececec;
    padding: 12px;
}

.cart_totals .wc-proceed-to-checkout, .cart_totals .checkout-button {
    margin: 3px 0 !important;
}

.cart-review-wrapper {
    padding: 20px 18px;
    line-height: 1.55;
    font-size: 15px;
    border: 3px solid #ececec;
}

.cart-review-wrapper p {
    margin-bottom: 8px;
}

.cart-review-wrapper .avatar {
    width: 70px;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: block;
}

.woocommerce-cart-form .flickity-slider .product-small .amount, .woocommerce-cart-form .flickity-slider .product-small .amount > span {
    font-size: 16px;
}

.message-wrapper {
    padding-bottom: 1em !important;
}

.container .message-container {
    padding: 7px 20px !important;
}

.message-container.success-color {
    background-color: rgba(79, 173, 64, 0.1);
}

.container .message-container.success-color {
    background-color: rgba(79, 173, 64, 0.1);
}

/* ----------- Checkout ----------- */
.checkout-breadcrumbs .divider {
    top: 5px;
    color: #ddd;    
}

.woocommerce-checkout form.checkout_coupon {
    display: block !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

form.checkout h3 {
	font-size: 36px !important;
	margin-bottom: 0;	
}

#place_order {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: none;
	color: #fff;
	font-family: 'noyhahandboard';
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	min-height: 0;
	padding: 8px 40px;
}

#place_order:hover {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

a.checkout-button {
    width: 100% !important;
    display: block;
}


.post-sidebar.large-3 {
	padding: 0 6px;
}


.dashboard-links a {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	color: #fff;
	border: none !important;
	font-family: 'noyhahandboard';
	font-size: 40px;
}

.dashboard-links a:hover {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

#my-account-nav > li > a {
	font-size: 16px;
}



.widget_mc4wp_form_widget {
	background: none !important;
}

.widget_mc4wp_form_widget input[type=submit] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.row-divided>.col+.col:not(.large-12) {
	border-left: none;
}



.cta-button {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	color: #fff;
	cursor: pointer;
	border: none !important;
	font-family: 'noyhahandboard';
	font-size: 48px;
	padding: 8px 36px;
}

.cta-button:hover {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
    background-size: contain !important;	
}


.cta-button.green-button {
	background: url(images/button-green-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;	
    background-size: contain;	
}

.cta-button.green-button:hover {
	background: url(images/button-orange-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;	
    background-size: contain !important;	
}


.cta-button i {
    font-size: 26px;
    padding: 0 12px;
}


/* ----------- Stockists ----------- */
.stockist-heading h2::after {
    content: '';
    background: url(images/footer-underline.png) no-repeat 0 0/contain;
    height: 11px;
    width: 94px;
    display: block;
}

.stockist-profile b {
    color: #555;
}

/* ----------- Boxzilla ----------- */
/* Holiday popup */
#boxzilla-89926 .boxzilla-content p {
    padding: 0 10px;
}

#boxzilla-89926 .boxzilla-content input[type=checkbox] {
    display: inline-block;
    margin: 0 10px 0 0;
    height: auto;
}

#boxzilla-89926 .boxzilla-content h2 {
    line-height: 1.4;
    margin-bottom: 5px;
}
#boxzilla-89926 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#boxzilla-89926 label {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

#boxzilla-89926 .boxzilla-content form {
    padding: 0 40px;
}

#boxzilla-109932 .boxzilla-content p {
    padding: 0 40px;
}

#boxzilla-109932 .boxzilla-content input[type=checkbox] {
    display: inline-block;
    margin: 0 10px 0 0;
    height: auto;
}

#boxzilla-109932 .boxzilla-content h2 {
    line-height: 1.4;
    margin-bottom: 5px;
}
#boxzilla-109932 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#boxzilla-109932 label {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

#boxzilla-109932 .boxzilla-content form {
    padding: 0 40px;
}


/* ----------- Related Products ----------- */
.flickity-slider .product-small .product-title {
    width: 100%;
}
.flickity-slider .product-small .product-title a {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    min-height: 34px;
    text-transform: uppercase;
}

.flickity-slider .product-small .amount, .flickity-slider .product-small .amount > span {
    /* color: #f8a64f; */
    font-size: 24px;
}

.related-products-wrapper h3 {
    letter-spacing: 0;
}

.related-products-wrapper h3::after,
.up-sells .product-section-title::after {
	background: url(images/footer-underline.png) 0 0 no-repeat;
    height: 11px;
    max-width: none;
    width: 137px;
    content: '';
    display: block;
    margin-bottom: 10px;
}

.related.related-products-wrapper {
    margin-top: 30px;
}

/*.product-video-box a[rel~=wp-video-lightbox] {
	display: block;
}*/

div:not(.product-video-box) > a[rel~=wp-video-lightbox] {
    display: none;
}

/* Box of Confidence & Calm down */
.single-product.postid-98110 div:not(.product-video-box) > a[rel~=wp-video-lightbox],
.single-product.postid-98845 div:not(.product-video-box) > a[rel~=wp-video-lightbox],
.single-product.postid-98119 div:not(.product-video-box) > a[rel~=wp-video-lightbox],
.single-product.postid-98130 div:not(.product-video-box) > a[rel~=wp-video-lightbox],
.single-product.postid-98122 div:not(.product-video-box) > a[rel~=wp-video-lightbox],
.single-product.postid-98127 div:not(.product-video-box) > a[rel~=wp-video-lightbox] {
    display: block;
    margin-bottom: 20px;
    max-width: 450px;
    margin: 0 auto 20px;
}

.postid-98110 .product-short-description,
.postid-98845 .product-short-description {
    display: none;
}

.postid-98110 blockquote {
    color: #57b048;
}

.postid-98845 blockquote {
    color: #0b9c9c;
}

.postid-98110 blockquote,
.postid-98845 blockquote {
    border: none;
    font-size: 17px;
    font-style: italic;
}

.postid-98110 blockquote p,
.postid-98845 blockquote p {
    text-align: center !important;
}


.single-product.postid-98110 h4.product-heading {
	background-color: #64bc47;
}

.single-product.postid-98110 .product-main .product-title {
    color: #f15e22;
}

.postid-98110 .button.secondary:not(.is-outline), 
.postid-98110 .button.alt:not(.is-outline),
.postid-98110 .single_add_to_cart_button {
    background-color: #64bc47;
}

 .single-product.postid-98110 .product-feature-list li:first-child::before {
    background: #64bc47;
}

.single-product.postid-98110 .product-feature-list li:nth-child(2):before {
    background: #a0dc8d;
}

.single-product.postid-98110 .product-feature-list li:nth-child(3):before {
    background: #f15e22;
}

.image-summary {
    margin-bottom: 0 !important;
}

.single-product.postid-98110 .product-main .summary.product-info {
    background: url(images/boc1-img1.jpg) no-repeat right 0;
}

.single-product.postid-98110 .image-summary,
.single-product.postid-98845 .image-summary {
    margin-bottom: 0 !important;
    margin-top: 28px;
}


.single-product.postid-98845 h4.product-heading {
	background-color: #64bc47;
}

.single-product.postid-98845 .product-main .product-title {
    color: #45b1ae;
}

.postid-98845 .button.secondary:not(.is-outline), 
.postid-98845 .button.alt:not(.is-outline),
.postid-98845 .single_add_to_cart_button {
    background-color: #64bc47;
}

 .single-product.postid-98845 .product-feature-list li:first-child::before {
    background: #64bc47;
}

.single-product.postid-98845 .product-feature-list li:nth-child(2):before {
    background: #a0dc8d;
}

.single-product.postid-98845 .product-feature-list li:nth-child(3):before {
    background: #58ccc9;
}

.single-product.postid-98845 .product-feature-list li:nth-child(4):before {
    background: #40a0ad;
}

.image-summary {
    margin-bottom: 0 !important;
}

.single-product.postid-98845 .product-main .summary.product-info {
    background: url(images/boc2-img1.jpg) no-repeat right 0;
}

.shop-banner-mobile {
	display: none;
	margin-top: 10px;
}

.single-product.postid-98130 .product-main .summary.product-info {
    background: url(images/bboc-img.jpg) no-repeat right 0;
}

.single-product.postid-98119 .product-main .summary.product-info {
    background: url(images/boc1-img1.jpg) no-repeat right 0;
}


/* Single Journal - 02012019 */
.cta-below-post {
    text-align: center;
    background: url(images/cta-bg.jpg) no-repeat 0 0/cover transparent !important;
    padding: 20px 50px;
    border: 1px solid #e7ddd2;
}

.cta-below-post h3 {
	font-family: 'VivaBeautiful' !important;
}

.cta-below-post h3.widget-title {
    margin-bottom: 0;
}

.cta-below-post input {
    height: 48px;
    width: 100%;
    margin-bottom: 0;    
}

.cta-below-post .col-md-4 {
    padding: 5px;
    width: 33.33%;
}

.cta-below-post input[type="submit"] {
    /*margin: 5px;*/
}

.container-image-and-badge {
    position: initial !important;
}

.inner-title-background {
    background-size: cover;
}

.checkout-currency-notice {
    color: #f8a64f;
    font-size: 16px;
    margin-bottom: 12px;
}

/* Product GIFs  */
.product-gif {
    max-width: 100%;
    width: 45%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.cta-below-post .col-md-4 {
	    padding: 5px;
	    width: 80%;
	    display: block;
	    margin: 0 auto;
	}

	.cta-below-post .row {
	    display: block;
	}	
}


@media only screen and (max-width: 767px) {
	#boxzilla-89926 .boxzilla-content p {
	    font-size: 16px !important;
	}

	#boxzilla-89926 label {
	    line-height: 1.6;
	}

	#boxzilla-89926 img.aligncenter {
		margin: 0 auto;
    	display: block;
	}

	#boxzilla-89926 .boxzilla-content form {
    	padding: 0 20px;
	}

	#boxzilla-109932 .boxzilla-content p {
	    font-size: 16px !important;
		padding: 0 10px;
	}

	#boxzilla-109932 label {
	    line-height: 1.6;
	}

	#boxzilla-109932 img.aligncenter {
		margin: 0 auto;
    	display: block;
	}

	#boxzilla-109932 .boxzilla-content form {
    	padding: 0 20px;
	}
	
	body.woocommerce.archive .add-to-cart-button:after {
	    display: none;
	}

	body.woocommerce.archive .add-to-cart-button a, body.woocommerce.archive .added_to_cart {
	    left: 0;
		font-size: 15px;
	    width: 100%;
	}
}

@media screen and (min-width: 850px) {
	.single-product.postid-5988 .product-main .summary.product-info .product-short-description,
	.single-product.postid-114755 .product-main .summary.product-info .product-short-description {
	    margin-top: 120px;
	}
}

@media screen and (min-width: 768px) {
	.single-product .product-main.summary.product-info h1.product_title {
		padding-right: 304px;
	}
}

@media screen and (max-width: 1024px) {
	.product-video-box {
	    margin-bottom: 14px;
	}
}


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

	.single-product .product-main .product-title {
	    width: 40%;
	}

	.product-info .woocommerce-product-rating {
	    max-width: 220px;
	}
}

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

	li.html.custom.html_topbar_left {
		text-align: center;
		display: block;
		width: 100%;
	}

	select#aelia_cs_currencies {
		margin: 8px 0;
	}

	.product-left-sidebar {
	    display: none;
	}

	.product-video-box {
	    display: none;
	}

	div:not(.product-video-box) > a[rel~=wp-video-lightbox] {
	    display: block;
		margin-bottom: 20px;
	}

	.product-info .woocommerce-product-rating {
	    max-width: 100%;
	}

	.next-prev-thumbs {
	    display: none;
	}

	.single-product .product-main .product-title {
	    font-size: 48px;
	    width: 100%;
	}

	.product-info .woocommerce-product-rating {
	    max-width: 100%;
	    margin-bottom: 0;
	}

	.product-info .price {
	    margin: 4px 0;
	}

	.single-product .is-divider {
	    margin: 10px 0 5px;
	}

	.single-product.postid-98110 .product-main .summary.product-info,
	.single-product.postid-98845 .product-main .summary.product-info,
	.single-product.postid-98130 .product-main .summary.product-info,
	.single-product.postid-98119 .product-main .summary.product-info {
		background: none;
	}	

	.shop-banner-mobile {
		display: block;
	}	
	
	.shop-banner {
		display: none;
	}		

	.drink-heading:before {
	    font-size: 48px;
	    left: calc(50% - 120px);
	    top: 20px;
	}

	.drink-heading:after {
	    font-size: 48px;
	    right: calc(50% - 120px);
	    top: 20px;
	}

	.cart-container .row .cart-collaterals-col {
	    order: 2;
	}
	.cart-container .row .cart-form-col {
	    order: 1;
	}
	.cart-container .row .cart-review-col {
	    order: 3;
	}
	.cart-container .row {
	    display: flex;
	    flex-direction: row;
	}

	.cart-collaterals {
	    margin-bottom: 20px;
	}	

	.wc-proceed-to-checkout a, .coupon input[type=submit] {
    	background-size: contain;
	}    
	
	.cross-sells h3 {
	    font-size: 36px;
	}		

	body.woocommerce-cart .continue-shopping a,
	body.woocommerce-cart button[name=update_cart] {
	    font-size: 26px;
		width: auto;	    
	}	

	.single-product .product-summary .upsells.products {
	    display: block;
	}

	.single-product .product-summary .up-sells h4.product-heading {
	    margin-bottom: 20px;
	}

	.single-product .product-summary .up-sells .product-title {
	    width: 100%;
	}

	.single-product .product-summary .up-sells .product-small.col {
	    max-width: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	}
}

@media screen and (max-width: 767px) {
	.product-video-box {
		width: 100%;
		max-width: 100%;
		position: static;
	}

	.product-info .woocommerce-product-rating {
	    max-width: 100%;
	}

	.single-product .product-main .product-title {
	    width: 100%;
	}
}

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

	body .boxzilla {
		padding: 20px;
	}

	.boxzilla {
		max-width: 90% !important;
	}

	.boxzilla-content h2 {
		font-size: 20px;
	}

	.boxzilla-content form {
		padding: 0 20px;
	}

	.boxzilla-content input[type=submit] {
		padding-left: 0;
		margin-right: 0;
	}

	.shop-header-wrapper .left {
	    font-size: 60px;
	}

/*	.shop-header-wrapper .right {
	    margin-top: 10px;
    	font-size: 34px;
	}*/

	.shop-header-wrapper .right {
	    margin-top: 0;
	    font-size: 16px;
	    line-height: 24px;
	    font-family: 'Lato';
	}

	body.woocommerce-cart button[name=update_cart] {
 		padding: 8px 10px;	    
	}	

}

@media only screen and (min-width: 850px) {
	.summer-post .entry-content h2 {
    	background-position: 18%, 82%;
	}

	.eat-heading, .drink-heading {
	    font-size: 160px;
	}	
}

@media only screen and (min-width: 1366px) {
	body .elementor-369655 .elementor-element.elementor-element-d9fa9fb > .elementor-background-overlay {
		background-color: transparent;
	}
}

#footer {
	background: url('images/footer-bg.jpg');
	background-size: cover;
	margin-top: 90px;
	padding-top: 50px;
}

footer .absolute-footer {
    color: #777;
}

@media only screen and (max-width: 1280px) {
	#footer {
	    padding-top: 20px;
    	background-position-x: 15%;
	}
}

@media only screen and (max-width: 890px) {
	.cta-button {
	    font-size: 44px;
	    padding: 8px 20px;
	    background-size: contain;
	}

	.cta-button.green-button {
	    font-size: 44px;
	    padding: 8px 30px;
	    background-size: contain;
	}	
}

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

	#footer {
		margin-top: 50px;
		padding-top: 20px;
	}


	#footer {
		background-position: top right;	    
	}

	footer .widget-title {
	    font-size: 47px;
	}	

	footer .is-divider {
	    margin: 0 auto 10px;
	}	
}

@media only screen and (max-width: 480px) {
	div#mabel-rpn-wrapper .message-wrapper h4 {
		font-size: 13px !important;
	}

	
	.cta-below-post h3 {
	    line-height: 1.2;
	}

	.cta-below-post {
	    padding: 30px 20px;
	}	


	body a.elementor-post__thumbnail__link {
	    width: 100% !important;
	}	

	.page-title-heading h1:before,
	.page-title-heading h1:after {
		content: none;
	}

	/* 	Product GIFs */
	.product-gif {
		width: 100%;
		margin-left: 0;
	}
}

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

/*	.products.small-columns-2 .product-small {
	    max-width: 100%;
	    flex-basis: 100%;
	}*/

.shop-container {
    padding: 0;
}

	body.woocommerce.archive .product-title a {
	    min-height: 0;
	    margin-bottom: 6px;
	}

	body.woocommerce.archive .add-to-cart-button a, body.woocommerce.archive .added_to_cart {
	    margin-top: 5px;
	    font-size: 14px;
	}	
}

.eael-product-grid:not(.eael-product-no-style) .onsale {
    background: none !important;
}

.eael-product-carousel:not(.eael-product-no-style) .onsale {
    transform: none !important;
    position: initial;
    padding: initial;
    height: initial;
    line-height: initial;
    width: inherit;
    text-shadow: none;
}

body #billing_address_2_field>label {
    opacity: 1;
    width: 100%;
}	

.header-top select#aelia_cs_currencies {
    background-color: #429634;
    border-color: rgb(133, 204, 122);
    color: #fff;
    margin: 4px;
    font-size: 13px;
    cursor: pointer;
}

.html_topbar_left .widget_wc_aelia_currencyswitcher_widget {
    display: inline-block;
    margin-left: 3px;
    margin-right: 10px;
}

.html_topbar_left span {
    display: inline-block;
    font-size: 13px;
}

.html_topbar_left span::after {
    content: ' ';
    background: url(images/currency-arrow-right.png) no-repeat 0 0/contain transparent;
    width: 38px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.page-checkout.container .widget_wc_aelia_currencyswitcher_widget form {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
}
.page-checkout.container .widget_wc_aelia_currencyswitcher_widget {
    font-weight: 600;
    font-size: 14px;
    color: #444;
}

.header-top select#aelia_cs_currencies:hover {
    background-color: #59b749;
}

span.topbar-shipping-notice::before {
    content: '\f0d1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 7px;
    font-size: 16px;
}
span.topbar-shipping-notice {
    display: inline-block;
    font-size: 13px;
}

div#mabel-rpn-wrapper .message-wrapper h4 {
    font-size: 1em !important;
    font-family: 'Lato' !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
}

.leadbox .widget[data-widget-id="e422d7ef-66d8-c58f-9ec8-659bc1add01a"] {
    padding-bottom: 0;
}

/* Sticky sidebar products */
.sticky-sidebar-products .sticky-products {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    border: 1px solid #e0e0e0;
    padding: 8px;    
}

.sticky-sidebar-products .product-title a {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    min-height: 34px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sticky-sidebar-products .product-small {
    padding-bottom: 0;
}


@media only screen and (max-width: 390px) {
	.html_topbar_left span::after {
		display: none;
	}

	select#aelia_cs_currencies {
		font-size: 12px;
		max-width: 150px !important;
	}

	.html_topbar_left span {
		font-size: 12px;
	}

	.html_topbar_left .widget_wc_aelia_currencyswitcher_widget {
		margin-right: 0;
	}
}