/* Style overrides - these should move to the main SCSS build. */

/* Style Gravity Forms confirmation meessage in footer. The flex-start bit needs testing to make sure it has no cascading effects. */
.site-footer .footer-header .subscribe { align-items: flex-start; }
 .site-footer .footer-header .subscribe .gform_confirmation_wrapper { background-color: transparent; }
 .site-footer .footer-header .subscribe .gform_confirmation_message { color: #ffffff; }

/**
 * Fix button-colors when added to WYSIWYG areas.
 * Exmaple here: https://pcdc.tealmedia.dev/news/st-josephs/
 */
.component.wysiwyg .uk-button.uk-button-primary { color: #fff; text-decoration: none; }