/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* member listing */

.bp-members-list-hook-inner .user-group-list{
	font-size:0px;
}

.bp-members-list-hook-inner .user-group-list a{
	background: #bbd5ff29;
    border: 1px #cdd8eb solid;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 5px;
    border-radius: 50px;
    line-height: normal;
    display: inline-block;
    margin: 2px;
	transition:all 0.3s;
}

.bp-members-list-hook-inner .user-group-list a:hover{
	background: var(--bb-label-text-color);
	border-color: var(--bb-label-text-color);
	color: #FFF;
}

.bp-members-list-hook-inner .user-group-list .member-field-name{
	font-size:14px;
}

.elementor-member-carousel .item-title{
	    font-size: 18px;
}
.elementor-member-carousel .last-activity{
	color: #7e7e7e;
}

/* Member Profile Membership Section */
#buddypress #pmpro_account-profile{
    display: none;
}

#buddypress #pmpro_account-membership{
    margin-top: 10px;
}

.gform-theme--foundation .gform_fields{
	row-gap: 20px;
}

.gform-theme--foundation .gform_fields input[type="text"],
.gform-theme--foundation .gform_fields input[type="email"]{
	min-height: 50px !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}

.gform-theme--foundation .gform_fields textarea{
	min-height: 50px !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}

.gform-theme--foundation .gform_footer  input[type="submit"]{
	background-color: #1d4d7b !important;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    border-color: #1d4d7b;
    border-radius: 10px !important;
    padding: 15px 40px !important;
}

.wp-block-button__link{
	height:auto;
}

.page-id-6273 .bb-activity-modal,
.page-id-1532 .bb-activity-modal{
	display:none;
}


#item-header-cover-image .gamipress-buddypress-user-achievements{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    min-height: auto;
    padding: 0;
}

.home .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search,
.home .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav,
.home .tribe-events-c-subscribe-dropdown__container{
	display:none !important;
}

.home .tribe-events .tribe-events-pro-photo{
	background:none;
	border:none;
	padding:0px;
}

.home .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{
	background: #FFF;
}

.profile_completion_wrap .progress{
	background: none;
    display: inline;
    height: auto;
    overflow: inherit;
    line-height: normal;
    font-size: inherit;
    border-radius: 0;
}

.activity-topic-selector>ul {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}




.newsletter-button {
	margin-top:10px;
}


/* ===== Newsletter Tag Styling ===== */
.newsletter-tags {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.newsletter-tag {
    display: inline-block;
    background: #f5f7fa;
    color: #333;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 5px 12px;
    border: 1px solid #e2e6ea;
    border-radius: 20px;
    line-height: 1.2;
    transition: all 0.25s ease-in-out;
}
.newsletter-tag:hover {
    background-color: #118d40;
    color: #fff;
    border-color:#118d40;
    transform: translateY(-2px);
}
