/**
Theme Name: Musikcoach Berlin - Astra Child
Author: Sven Hinse
Author URI: https://webdev.svenhinse.de
Description: Astra child theme for musikcoach-berlin network
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musikcoach-berlin-astra-child
Template: astra
*/

@import "css/events-manager.css";
@import "css/woocommerce.css";

/*Cookie banner */

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
    font-size: inherit;
}
#cmplz-document p{
    font-size: inherit;
}

/**Events Manager **/
.em.em-list .em-item {
    grid-template-columns: unset;
}

.em.pixelbones a {
    color: var(--ast-global-color-2)!important;
}

.em.pixelbones h2 {
    margin-top:3rem!important;
}

/** Login page **/
/** Hide NinjaFirewall whitelist notice **/
#nfw_login_msg {
    display: none;
}

.login .message, .login .success, .login .custom-message {
    border-left: none;
}