/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Etiquetas de colores seccion Agenda*/

.badgetext .nectar-badge__inner{
	font-size:14px;
}


/* Speakers*/
.team_member_picture_wrap {
    overflow: hidden;
    width: 597px;
    top: 15%;
    left: 0;
    height: 627px;
    position: relative;
    margin: 0 auto;
}


 .team_member_details .bio-inner h2,
 .team_member_details .bio-inner
{
color: #fff !important;
}


 .team_member_details{
    background: #215eac !important;
}

.team_member_picture{
    background: #fff !important;
}

.team_member_details .bio-inner .team-desc{
	display: flex;
  width: 100%;
	flex-direction: column;
    word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
	
}


/* Primer párrafo (descripción del cargo) */
.team_member_details .bio-inner .team-desc p:first-of-type {
  order: -1;
}

/* Redes sociales (deben ir después del cargo) */
.team_member_details .bio-inner .team-desc .bottom_meta {
  order: -1;
}

.nectar_team_member_overlay .team_member_image {
  transform: none !important;
  transition: none !important;
}



.team_member_details .bio-inner .team-desc h2 {
 font-size: clamp(1.2rem, 1vw, 1vw);
  line-height: 1.2;
  font-weight: bold; /* opcional */
}

/* termina Speakers*/

body [class^="icon-"].icon-default-style{
	color: unset;
}

/* margen para los badgets / etiquetas de agenda*/
.nectar-badge[data-bg-color-custom="#ba005f"] .nectar-badge__inner{
	margin:10px 0px
}

@media(max-width:680px){
.hurrytimer-campaign div{
   font-size:16px !important;
	text-transform:lowercase !important;
	line-height:1.8em !important;
}
}



/* seccion speakers 2 columnas mobile */

@media(max-width:780px){
	.rowspeakers{
	display:flex;
	flex-wrap:wrap;
	
}
.rowspeakers .wpb_column{
	width:50%
}
}

