/* 
Theme Name: ActionDignity Portal
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom child theme created for ActionDignity based on Hello Elementor, created by the Elementor Team
Author: Elementor Team
Author URI: https://radladyenterprises.com // https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ---------- CUSTOM STYLES ---------- */

ul {
  margin-bottom: 20px;
}


/* General Button Styling */
[type="button"], [type="submit"], button {
	border: none;
}

/* MemberPress Styling */
.mp_login_form input[type=submit] {
	padding: 0.3em 1em !important;
    border: none !important;
}

#mpcs-sidebar .mpcs-sidebar-wrapper .course-progress {
	background: #131B26 !important;
}

#mepr-account-nav {
	margin-bottom: 40px;
}

#mepr-account-nav li {
	padding: 10px 24px;
	background-color: #97D700;
	border-radius: 10px;
	margin-right: 5px;
}

#mepr-account-nav li a {
	color: #000000;
}

.mepr-active-nav-tab {
	background-color: #000000 !important;
}

.mepr-active-nav-tab a {
	color: #ffffff !important;
}

#mepr-account-nav {
	display: none !important;
}

#menu-memberpress-classroom .mpcs-nav-menu a {
	color: #ffffff !important;
}

.mepr-account-change-password {
	display: none !important;
}