/*
Theme Name: Mike's Child Theme
Theme URI: https://olliewp.com
Description: This is Mike's custom child theme.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
Version: 1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, 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, wide-blocks
Text Domain: ollie-child
*/

wp-block-group.is-position-sticky {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.fade-in {
  opacity: 0;
}

.editor-styles-wrapper .fade-in {
  opacity: 1;
}

.shadow {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.hidden {
  display: none;
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  height: 3rem;
  width: 3rem;
  outline: 0;
  border: 0;
  border-radius: 9999px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  display: grid;
  place-content: center;
  padding: 0.75rem;
  z-index: 100;
  cursor: pointer;
}

.to-top svg {
  width: 100%;
  height: auto;
}
