/*
Theme Name:   Ollie Child
Theme URI:    https://olliewp.com
Description:  A child theme for Ollie.
Author:       OllieWP
Author URI:   http://example.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:         Tags: blog, portfolio, entertainment
Text Domain:  ollie
*/

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #FDB40F !important;
}
.my-newsletter-width {
	max-width: 100%;
	width: 100%;
}
input[type=submit]#nf-field-8 .ninja-forms-field .nf-element {
    background-color: black;
    padding: 12px 18px;
    text-align: center;
    border-radius: 8px;
    color: white;
    font-size: 1.25rem;
    font-weight: 800;
	letter-spacing: 0.5px;
	cursor:pointer;
}
input[type=submit]#nf-field-8:hover .ninja-forms-field .nf-element {
    background-color: #FFFFFF;
    padding: 12px 18px;
    text-align: center;
    border-radius: 8px;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 800;
	letter-spacing: 0.5px;
	cursor:pointer;
}