@charset "UTF-8";

/*
Theme Name: adeliciouslife
Theme URI:
Author: Bryan Lademann
Author URI: http://bryanlademann.com
Description: Reskined theme of adeliciouslifecommunications.com inspired by the no longer supported Sturly WP theme.
Version: 1.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adeliciouslife
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, sticky-post, translation-ready
*/

/**
 * -----------------------------------------------------------------------------
 * = overrides.css
 * -----------------------------------------------------------------------------
 */


:root {
  --content-size: 76.8rem;
  --wide-size: 128rem;
}

/* disables google recapthca content */
.grecaptcha-badge {display: none}



footer .mc4wp-form-fields input {
  margin-bottom: var(--spacing-1) !important;
}
@media screen and (max-width: 768px) {
	.slick-dots { display: none !important; }
}


@media screen and (max-width: 768px) {
	.masthead-menu-global {
		justify-content: end;
	}
}

@media screen and (max-width: 480px) {
.top-bar input:first-of-type {
	width: 16.5rem;
	}