/*
Theme Name: PDM Accelerate
Theme URI: https://performancedrivenmarketing.com
Author: Performance Driven Marketing
Author URI: https://performancedrivenmarketing.com
Description: PDM's next-gen block theme.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pdm-accelerate
Tags: 
*/

* {
    box-sizing: border-box!important;
}

.alignwide {
    max-width: 1500px;
    margin-inline: auto;
}

.alignfull {
    width: 100%;
    margin-inline: auto;
}

.wp-block-button {
	transition: .4s;
}

.wp-block-button:hover {
	transform: translateY(-6px);
	filter: brightness(120%);
}