/*
Theme Name: Union365 Starter Theme
Theme URI: https://union365.ca/
Description: A minimal starter child theme of Hello Elementor, maintained by the Union365 Development Agency for custom WordPress projects.
Author: Union365 Dev Team
Author URI: https://union365.ca/
Template: hello-elementor
Version: 1.0.0
Text Domain: u365-starter
License: Proprietary
Tags: custom-logo, editor-style, featured-images, translation-ready
*/

/* Add your custom styles here */

:root {
    --btn-primary-color: #CC0A5B;
}

.entity-view .panel-body,
.mp-form .panel-body {
    background: var(--e-global-color-814046b);
}

.u365-form > form input[type="submit"],
.u365-form > form .btn-secondary,
#entity-list .btn,
.entity-view .btn,
.mp-form .btn {
    padding: 12px 36px;
    font-size: 16px;
    border-radius: 4px;
}

#entity-list .btn-primary,
.entity-view .btn-primary,
.mp-form .btn-primary {
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-814046b);
}

#entity-list .btn-primary:hover,
.entity-view .btn-primary:hover,
.mp-form .btn-primary:hover,
#entity-list .btn-primary:active,
.entity-view .btn-primary:active,
.mp-form .btn-primary:active,
#entity-list .btn-secondary:hover,
.entity-view .btn-secondary:hover,
.mp-form .btn-secondary:hover,
#entity-list .btn-secondary:active,
.entity-view .btn-secondary:active,
.mp-form .btn-secondary:active {
    background: var(--e-global-color-3664d8c);
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}