/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

.bb-mobile-panel-header .logo-wrap img{
	max-width: 75px;
}

/* 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;
}

.gform-theme--foundation .gform_fields{
	row-gap: 15px !important;
}

.gform_wrapper form input:not([type=radio],[type=checkbox],[type=submit],[type=button],[type=image],[type=file]){
	border-radius:10px !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 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px !important;
}

/* Single Job Listing */
.single_job_listing .job_application.application {
    display: none;
}

body .job_filters .search_jobs div.search_submit {
	padding:0px;
}

.job_filters .search_jobs .search_categories{
	flex: 0 0 auto;
}

body.buddypress .pmpro_section_content .pmpro_card_title{
	margin-bottom:0px;
}

body.buddypress .pmpro_section_content .pmpro_card_content .pmpro_account-membership-message{
	padding-top:10px !important;
	margin-top: 10px !important;
}

#members-list .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-title {
	 display:none;
}


