/*
Theme Name: Boomsupersonic
Theme URI: 
Author: Launch Brigade
Author URI: https://www.launchbrigade.com/
Description: 
Requires at least: 5.8
Tested up to: 5.9
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:
Text Domain: boomsupersonic
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

body {
	.entry-content .gform_button.button {
		letter-spacing: .1em;
		text-transform: uppercase;
		display: block;
		padding: 20px;
		margin-top: 10px;
		background-color: #212427;
		border-width: 0;
		color: #ffffff;
		font-family: var(--wp--preset--font-family--body-font);
		font-size: var(--wp--custom--button--typography--font-size);
		font-weight: var(--wp--custom--button--typography--font-weight);
		line-height: var(--wp--custom--button--typography--line-height);
		-webkit-text-decoration: none;
		text-decoration: none;
		cursor: pointer;
	}
	
	.entry-content .gform_button.button:hover,
	.entry-content .gform_button.button:focus {
		background-color: #212427;
		color: #c3c4c4;
	}
	
	.entry-content textarea {
		background: #ffffff;
	}
}
