/*
 Theme Name:   Evolvet
 Theme URI:    https://www.evolvet.de/
 Description:  Bricks child theme
 Author:       Evolvet
 Author URI:   https://www.evolvet.de/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/**
 * Evo Speakers
 */


.evo-speakers-wrapper h2 {
	font-size: 25px;
}

.evo-speakers-wrapper .bricks-button.bricks-background-secondary {
	margin-top: 3rem;
	color: var(--bricks-color-icajoi);
  border-radius: 10px;
  box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.33);
}

.evo-speakers-wrapper .speaker-title {
	text-transform: uppercase;
  font-weight: 700;
  transform: rotateZ(-90deg);
  transform-origin: top left;
  align-self: flex-end;
  position: absolute;
  left: 0px;
	margin-left: 20px;
  hyphens: auto;
  max-width: 400px;
}

.evo-speakers-wrapper .speaker-socials {
	margin-right: 3rem;
    margin-left: 3rem;
    width: 50px;
}

.evo-speakers-wrapper .speaker-socials {
	margin-right: 3rem;
    margin-left: 3rem;
    width: 50px;
}

.evo-speakers-wrapper .speaker-socials ul {
	flex-direction: column;
}

.evo-speakers-wrapper .speaker-socials ul li {
	align-items: center;
    display: flex;
    flex: 1;
    gap: 5px;
    justify-content: center;
}

.evo-speakers-wrapper .speaker-socials ul li a {
	color: var(--bricks-color-nbfffz);
	padding: 10px;
}

.evo-speakers-wrapper .speaker-image-container {
	position: relative;
    max-width: 380px;
}

.evo-speakers-wrapper .speaker-image-container img {
	width: 100%;
    height: auto;
    position: relative;
}

.evo-speakers-wrapper .speaker-image {
	padding-left: 100px;
}

.evo-speakers-wrapper .speaker-details-container {
	align-self: center !important;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.evo-speakers-wrapper .speaker-shadow {
	position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  background-color: var(--bricks-color-nbfffz);
  top: 20px;
  left: -20px;
}

.evo-speakers-wrapper .speaker-bio {
	margin-top: 5rem;
	background-color: var(--bricks-color-icusny);
    padding: 0;
}

.evo-speakers-wrapper .speaker-bio.active {
    padding-top: 4rem;
    padding-right: 6rem;
    padding-bottom: 4rem;
    padding-left: 6rem;
}

.speaker-bio {
  max-height: 0;
  overflow: hidden;
  transition: padding 400ms ease, max-height 400ms ease;
}

.speaker-bio.active {
  max-height: 999999px;
}

.evo-speakers-wrapper .speaker-separator {
	margin-top: 4rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid var(--bricks-color-icajoi);
}

@media only screen and (max-width: 1024px) {
  .evo-speakers-wrapper .brxe-container {
    flex-direction: column-reverse !important;
  }

  .evo-speakers-wrapper .speaker-details-container {
  	margin-bottom: 5rem;
  }

  .evo-speakers-wrapper .speaker-image {
  	flex: 1;
  }

  .evo-speakers-wrapper .speaker-socials {
  	margin-left: 15px;
  	margin-right: 15px;
  }

  .evo-speakers-wrapper .speaker-title {
    max-width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .evo-speakers-wrapper .speaker-title {
    width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    top: 200px;
    line-height: 1;
    left: 20px;
  }
}

/**
 * Evo Programs
 */

.evo-programs-wrapper .brxe-container.first {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.evo-programs-wrapper .tab-menu {
  flex-direction: row;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.evo-programs-wrapper .tab-menu .tab-title {
  background-color: var(--bricks-color-nbfffz);
  color: var(--bricks-color-icusny);
  padding-top: 1.5em;
  padding-right: 3em;
  padding-bottom: 1.5em;
  padding-left: 3em;
  margin-bottom: 1em;
}

.evo-programs-wrapper .tab-menu .tab-title.brx-open {
  background-color: var(--bricks-color-icusny);
  color: var(--bricks-color-nbfffz);
}

.evo-programs-wrapper .tab-content {
  padding-top: 3em;
  padding-right: 20px;
  padding-bottom: 3em;
  padding-left: 20px;
  background-color: var(--bricks-color-icusny);
}

/**
 * Evo Hotels
 */

.evo-hotels-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5em;
  margin-bottom: 2em;
}

.evo-hotels-wrapper h3 {
  font-size: 25px;
  margin-bottom: 2rem;
  min-height: 55px;
  width: 100%;
  text-align: center;
}

.evo-hotels-wrapper .hotel {
  width: calc(50% - 50px);
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
}

.evo-hotels-wrapper .hotel-shadow {
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  background-color: var(--bricks-color-nbfffz);
  top: 20px;
  left: -20px;
}

.evo-hotels-wrapper .hotel-image {
  position: relative;
  margin-bottom: 4rem;
}

.evo-hotels-wrapper .hotel-image img {
  position: relative;
}

.evo-hotels-wrapper .hotel-address {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
  .evo-hotels-wrapper .hotel {
    width: 100%;
  }
}