/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: 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
*/

/*
    Add your custom styles here
*/

/* CSS personalizzato per Estrazione utenti */
.swpm_mda_grid-item.swpm_mda_membership-lvl-2 {
	background:none;
	border:1px solid #ccc;
	font-family: var(--e-global-typography-primary-font-family);
}
.swpm_mda_grid-item.swpm_mda_membership-lvl-2 .swpm_mda_profile-image {display:none;}
.swpm_mda_grid-item.swpm_mda_membership-lvl-2 .swpm_mda_member-username {
	font-size: 21px;
	font-weight: 400;
	font-family: "Merriweather";
	color: var( --e-global-color-secondary );
	padding-top:20px;
	padding-bottom: 10px;
}
.swpm_mda_grid-item.swpm_mda_membership-lvl-2 .swpm_mda_profile-button .swpm_mda_view-member-lnk button {
	font-family:var(--e-global-typography-primary-font-family);
	background-color:#4C936D;
}
.swpm_mda_grid-item.swpm_mda_membership-lvl-2 .swpm_mda_profile-button .swpm_mda_view-member-lnk:hover button {
	background-color:#b2eacc;
}
.swpm_mda_search-input{
	font-family: var(--e-global-typography-primary-font-family);
	color: var( --e-global-color-secondary );
}
button.swpm_mda_search-button {
	Background: #4c936d!important;
}
.swpm_mda_pagination{
	padding-top: 50px;
}
.swpm_mda_pagination span {
    background: #b2eacc!important;
}

/* CSS personalizzato per Pagina Login */
.swpm-join-us-link{display:none;}