/********* Compiled - Do not edit *********/
:root{--color-primary:#fe6c83;--color-gradient-start:#fe6c83;--color-gradient-stop:#fe6c83;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Poppins;font-weight:400;line-height:1.9;font-size:15px;color:#848484;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:Poppins;font-weight:400;line-height:2;font-size:14px;color:#737373;}.h1,h1{font-family:Glacial Indifference;font-weight:400;line-height:1.4em;font-size:52px;color:#000000;}.h2,h2{font-family:Glacial Indifference;line-height:1.4em;font-size:38px;color:#000000;}.h3,h3{font-family:Glacial Indifference;line-height:1.7em;font-size:27px;color:#000000;}.h4,h4{font-family:Glacial Indifference;line-height:1.7em;font-size:23px;color:#000000;}.h5,h5{font-family:Glacial Indifference;line-height:1.8;font-size:20px;color:#000000;}.h6,h6{font-family:Glacial Indifference;line-height:1.8;font-size:17px;color:#0a0a0a;}.titlebar-inner h1{}.titlebar-inner p{}/* Fix: featured images cropped on story, archive and listing pages. Ave's parallax effect stretches the image 120-140% taller than its frame, forcing background-size:cover to crop the sides. This locks the image back to its actual frame size so the full image shows. */
.liquid-parallax-figure {
      height: 100% !important;
        transform: none !important;
          top: 0 !important;
          
}