/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.featured-block img, .fusion-rollover {
    border-radius: 30px;
}

.featured-block h4
{
	font-size:18px!important;
}

.featured-block .amount, .featured-block .fusion-carousel-title a
{
	color:#fff!important;
}

.fusion-highlighted-text {
    font-family: "ekamai" !important;
    font-weight: 400 !important;
}

.awb-quote
{
	padding:0.50em 0em!important;
}

.snack-smarter:before {
    content: '';
    background: url(/wp-content/uploads/2025/12/bg-cta-memphis-shapes-color.svg);
    position: absolute;
    right: 220px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    top: -100px;
}

.reviews-section:after {
    content: '';
    background: url(/wp-content/uploads/2025/12/bg-gallery-memphis-shapes-color.svg);
    position: absolute;
    top: 72%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top;
    z-index: 1;
    right: 19%;
}

.reviews-section:before {
    content: '';
    background: url(/wp-content/uploads/2025/12/img-home-cookie-yoyo.webp);
    position: absolute;
    left: 10%;
    top: -52%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 11;
}

.why-better
{
	background-position: left -15% top!important;
}

.revolution-block
{
	background-position: top 70% right -24%!important;
}

.cookie-featured
{
	background-position: left -36% bottom -25%!important;
}


@media only screen and (max-width:767px)
{
	.reviews-section:before, .reviews-section:after, .snack-smarter:before
	{
		display:none!important;
	}
}

@media only screen and (max-width:1700px) and (min-width:1380px)
{
	.snack-smarter:before
	{
		right:23%!important;
	}
	
	.reviews-section:before 
	{
    top: -45.5%!important;
   }
}