/* edits carlo 24 04 24 o_O */

.cmsms_breadcrumbs_inner > a.cms_home,
.cmsms_breadcrumbs_inner > span {
  font-weight: bold;
}
#middle{
  padding: 1em;
}

.headline_text {
  display: none;
}
.headline_text > .entry-title {
  display: none;
}
/* 
.wpsm_team_1_mem_img {
  object-fit: cover;
  object-position: 0 10%;
  border-radius: 50%;
} */
/* a.link:not([data-test="test2"]) {
  height: 250px;
  max-height: 50%;
  max-width: 100%;
  display: flex;
  width: 250px;
  justify-content: center;
  aspect-ratio: 1 / 1;
} */

.wpsm_team_1_member_wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

img.img-responsive.wpsm_team_1_mem_img {
  height: 100%;
  width: auto;
}

.wpsm_team_1_member_wrapper_inner {
  height: 40%;
  max-height: 40%;
  width: 100%;
  padding: 10% 0%;
  /* padding: 10% 2% 0% 2%; */
}

a.link{
  display: block;
  width: 100%;
}

@media (max-width: 599px){
  .wpsm_row {
    display: flex;
    flex-flow: column wrap;
    gap: 5px;
  }
  img.img-responsive.wpsm_team_1_mem_img{
    height: auto;
  }
}

@media (min-width: 600px) {
  .wpsm_team_1_member_wrapper {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wpsm_row { 
    display: flex;
    gap: 5px;
  }

  .wpsm_team_1_member_wrapper_inner > :nth-child(3) {
    text-align: justify !important;
    hyphens: auto;
  }
  .wpsm_team_1_social_div {
    display: none !important;
  }

  /* a.link:not([data-test="test2"]) {
    height: 50%;
    max-height: 50%;
    max-width: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
  } */

  img.img-responsive.wpsm_team_1_mem_img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }

  p.wpsm_team_1_b_desc {
    display: none !important;
  }
}

.header_mid_inner{
  flex-flow: row nowrap;
}

#header .header_mid_inner .logo_wrap{
  float: none;
  width: 40%;
}

.header_mid_inner .logo{
  width: 100%;
}

.header_mid_inner .logo .logo_retina{
  width: 100%;
  display: flex;
}

@media (max-width: 1023px){
  html #page #header .header_mid .header_mid_outer .header_mid_inner {
    display: flex;
    justify-content: center;
  }
  html #page #header .header_mid .header_mid_outer .header_mid_inner .logo_wrap {
    width: 50%;
    display: flex;
    align-self: center;
    float: initial;
  }
}



/* 
body {
  height: 100%;
}
div#page {
  height: 100%;
  width: 100%;
}

div#main {
  height: 80%;
}

footer#footer {
  height: auto;
} 

div#titulo_en_header {
  height: 20%;
}

#header {
  height: 30%;
}

body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header_mid {
  height: 45%;
}

.header_bot {
  height: 20%;
}

.headline_text {
  display: none;
}

.headline_text {
  display: none;
}

.cmsms_breadcrumbs {
    max-height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

div#titulo_en_header {
    height: 20%;
}
#header {
    height: 30%;
}
*/
