/*
Theme Name: Ollie Child
Theme URI: https://olliewp.com
Author: Mike McAlister
Author URI: https://olliewp.com
Description: A child theme for the Ollie block theme. Download the free Ollie theme at OllieWP.com.
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: ollie-child
Tags: blog, entertainment, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, 
*/


.mojo-footer {
  position: relative;
}

.mojo-footer>* {
  position: relative;
  z-index: 2;
}

.mojo-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 30%;
  width: 96px;
  height: 120px;
  background-image: url(./images/the.svg);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}


.mojo-hero-plant {
  position: relative;
}

.mojo-hero-plant>* {
  position: relative;
  z-index: 2;
}

.mojo-hero-plant::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 146px;
  height: 210px;
  background-image: url(./images/plant2.svg);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(25deg);
}


.mojo-plant {
  position: relative;
}

.mojo-plant>* {
  position: relative;
  z-index: 2;
}

.mojo-plant::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 146px;
  height: 210px;
  background-image: url(./images/plant.svg);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}