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

/* Cover Image Background */
#header-cover-image, .bs-group-cover a:after {
	background-color: #00ff00 !important;
}

/* Members - Profile */
/* Hide joined date */
#buddypress span.activity {
    display: none;
}


.profile-location {
    margin-top: 10px;
    font-size: 1rem;
}

.profile h1.entry-title {
    display: none;
}

.profile-fields .field_nombre, .profile-fields .field_apellidos, .profile-fields .field_usuario {
    display: none;
}

/* Groups profile - sidebar */
.groups #secondary .bb-sticky-sidebar .widget {
    border: none;
    padding: 0;
}

/* Hide status blok on writing a group post */
#whats-new-form #whats-new-status {
	display: none !important;
}

#whats-new-form #medium-editor-toolbar-1 {
	display: block !important;
}

#whats-new-form #activity-header .activity-header-data {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
}

#whats-new-form #whats-new-textarea p {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-weight: normal;
}

#activity-stream .activity-content p {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-weight: normal;
}

/* Changle blockquote style in blog posts */
.single-post .wp-block-quote {
	background: transparent !important;
	margin: 30px 0px !important;
	border-left: 4px solid #00ff00;
	border-radius: 0px !important;
	padding: 20px 30px !important;
}

.single-post .wp-block-quote:before {
	display: none !important;
}

.single-post .elementor-widget-theme-post-content p {
	margin-bottom: 20px;
}

/* Ejes de acción description */
#ejes-de-accion-descripcion-container, #eda-identidad, #eda-innovacion, #eda-redes, #eda-sostenibilidad {
	display: none;
}