/*
Theme Name: Ollie Child
Theme URI: https://olliewp.com
Description: A child theme for Ollie.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
Version: 1.1.2
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
*/

/* ==========================================================================
   Ultimate Member
   ========================================================================== */

/* Buttons */
#um-submit-btn {
  background-color: #465aff !important;
}

#um-submit-btn:hover {
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.35);
  transform: translateY(-2px);
  text-decoration: none;
  font-weight:600 !important;
}

.um-login, .um-password {
    max-width: 600px !important;
    padding: 2rem;
    background-color: var(--wp--preset--color--tertiary);
}

/* Author card */
.gs-author img {
    height: 70px;
    width: auto;
}

.gs-author .wp-block-post-author__bio {
    font-size: 0.8em;
}

.gs-author .wp-block-post-author__byline {
    font-size: 0.6em;
}