/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1720593421
Updated: 2024-07-10 06:37:01

*/
header .main-menu .current-menu-item a.elementor-item-active {
    font-weight: 700 !important;
}
.post-type-archive-tribe_events .tribe-events{
	overflow:hidden;
}
/* Memebrship Level CSS */
.pmpro_level h4 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
	margin: 25px 0 20px;
}
.pmpro_level {
    font-family: 'Oxygen';
}
.pmpro_level p.pmpro-price {
    color: #4A7F3C;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}
.pmpro-description ul {
    padding:35px 0 0 0;
}
.pmpro-description ul li span {
    font-size: 15px;
    line-height: 1.25;
}
.pmpro-description ul li {
    gap: 11px;
    padding-bottom: 15px !important;
}
.pmpro-description ul li::before {
    content: "";
    display: block;
    background: url(https://digiwbs.com/walchwil-mens-club/wp-content/uploads/2024/08/tick.svg);
    width: 16px;
    height: 12px;
}
.pmpro_level a.pmpro_btn {
    background: #4A7F3C;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    border: 5px solid #ffffff66;
	transition:all 0.4s ease-in-out;
	margin-top:20px;
}
.pmpro_level a.pmpro_btn:hover {
    border-color: white;
    color: #fff;
}

@media screen and (max-width:767px){
#menu-center-mobile li a{
	justify-content:center;
}
}