/*
 Theme Name:     Divi Child
 Theme URI:      http://www.elegantthemes.com
 Description:    CORE - Divi Child Theme
 Author:         Thaler Software GmbH
 Author URI:     https://www.thaler-software.eu
 Template:       Divi
 Version:        1.0.0
*/

.wr_template{
    color: #000 !important;
}

/**
 * Fixing Safari Bug- Last Element in Row
 */
.row:before, .row:after {
    display: flex !important;
}

#footer-info {
    width: 100%;
    text-align: center;
}


.dashboard-header h1 {
    padding-top: 1em;
}

/* Login Page */
.et_pb_newsletter_description{
    display: none;
}

/* Menu Items */
.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset !important;
    color: #2ea3f2 !important;
    opacity: unset !important;
}