/*
Theme Name: Square Dollar Beef
Theme URI: https://github.com/SirJackovich/squaredollarbeef
Author: Jacob Reid
Author URI: https://sirjackovich.com
Description: Basic theme for Square Dollar Beef Website
Tags: e-commerce, full-site-editing
Version: 1
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: squaredollarbeef
*/

.current-menu-item {
  color: var(--wp--preset--color--base-hover);
  text-decoration: underline;
}

.wpforms-form button[type=submit] {
  background-color: var(--wp--preset--color--base-hover) !important;
  border-color: var(--wp--preset--color--base-hover) !important;
  color: var(--wp--preset--color--contrast) !important;
}

.wpforms-form button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active {
  background-color: var(--wp--preset--color--base) !important;
}

.wp-block-navigation__responsive-dialog {
  padding: 10px;
}