/* Agenda */
.agendaBlock {
  background-color: #32547c;
  padding: 4%;
  border: 5px solid white;
  margin-bottom: 5%;
  margin-top: 10%;
  border-radius: 60px;
}

h1.agendaHead {
  text-align: center;
  font-weight: 500;
  font-size: 7rem;
  margin: 0% 0% 4%;
  color: white;
}

.agendaDiv .row {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  border-bottom: 4px solid #c866c8;
  padding-bottom: 25px;
}

.agendaDiv .row .timeBlock {
  width: 15%;
}
.agendaDiv .row .sessionBlock {
  width: 85%;
}

.agendaDiv .row .timeBlock .timing {
  font-size: 2.3rem;
  font-weight: 500;
  color: white;
  /* visibility: hidden; */
}

.agendaDiv .row .detailBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1%;
  color: white;
  /* width: 88%; */
  padding-bottom: 20px;
}

.timing .day {
  font-size: 20px;
}
.timing .time {
  font-size: 16px;
}

.agendaDiv .row .detailBlock.blueBG {
  /* background-color: #3b8cc1; */
}

.agendaDiv .row .detailBlock.blackBG {
  /* background-color: #000000; */
}

.agendaDiv .row .detailBlock .headshot {
  margin-right: 2%;
}

.agendaDiv .row .detailBlock .headshot img {
  width: 120px;
  border: solid 3px #ff00fe;
  border-radius: 200px;
}

.agendaDiv .row .detailBlock .headshot img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.agendaDiv .row .detailBlock .spkDetails {
  font-size: 1.8rem;
  font-weight: 500;
}

.headshot {
  width: 25%;
}

.spkDetails {
  width: 65%;
}

.description {
  width: 60%;
}

.borderTop {
  border-top: 2px dashed #8fceea;
}

.speaker-img-title {
  display: flex;
  width: 40%;
  align-items: center;
}

.speaker-img-title.two-subrows {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: unset;
}

.two-subrows .subRow {
  display: flex;
  align-items: center;
}
h1.host {
  font-size: 19px;
  font-weight: 600;
}
h1.nameSpk {
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0px 0px 5px;
}

h3.titleSpk {
  font-size: 1.6rem;
  margin: 0px;
  font-weight: 400;
}

h3.des-heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}

p.para {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin-top: 3px;
}

/* Vintage Poster */

/* .poster {
	--rows: 12;
	--cols: 9;
	
	display: grid;
	grid-template-rows: repeat(var(--rows), 1fr);
	grid-template-columns: repeat(var(--cols), 1fr);
	width: 50vmin;
	aspect-ratio: 1012/1500;
	
	box-shadow: 0 1rem 2rem 1rem hsla(0 0% 0% / 25%);
	outline: 1em solid white;
}

.photo {
	 z-index: -1; 
	
	display: block;
	grid-row: 1 / -1;
	grid-column: 1 / -1;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	
	filter: grayscale(0.9) contrast(120%) brightness(90%);
}

.text-wrap {
	z-index: 1;
	
	grid-column: 2 / -2;
	grid-row: var(--poster-title-row, 7);
	filter: drop-shadow(0 0 8px black);
}

.sub-wrap {
	z-index: 1;
	
	grid-column: 2 / -2;
	grid-row: var(--poster-subtitle-row, 7);
	filter: drop-shadow(0 1px 4px black);
}

.text {
	display: block;
	width: 100%;
	height: auto;
}

.title {
	text-transform: uppercase;
	font-weight: 900;
	fill: url('#title-gradient');
	font-family: var(--poster-title-font, "Impact"), sans-serif;
	font-synthesis: none;
}

.tagline {
	z-index: 1;
	
	text-transform: uppercase;
	font-weight: 400;
	fill: currentColor;
	font-family: sans-serif;
    color: white;
}

.starring {
	z-index: 1;
	
	grid-row: var(--poster-starring-row, 1);
	grid-column: 2 / -2;
	
	text-transform: uppercase;
	text-align: center;
	font-family: sans-serif;
	text-shadow: 0 0 0.25em rgba(0 0 0 / 75%);
}

.billing {
	z-index: 1;
	
	grid-row: var(--rows);
	grid-column: 2 / -2;
	display: block;
	width: 100%;
	height: auto;
	
	mix-blend-mode: screen;
	filter: contrast(120%);
}

.poster::after {
	content: '';
	
	grid-column: 1 / -1;
	grid-row: calc(var(--rows) - 2) / span 3;
	
	background: linear-gradient(to top, black, transparent);
}

.instructions {
	color: white;
	font-size: 1.5em;
}

svg {
	overflow: visible !important; 
} */

.speakerModalContent {
  padding: 30px;
  background-color: #32547c;
}

button.closeButton {
  background: #ffffff00;
  border: none;
  color: white;
  position: absolute;
  right: 6%;
  z-index: 10;
}

button.closeButton {
  margin-bottom: 15px;
}

.imgmodel {
  /* border-radius: 100%; */
  border: #ffffff solid 6px;
  transition: border 0.5s;
}

.name h1 {
  text-align: left;
  margin: 0;
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-size: 40px;
}

.info {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: left;
  color: rgb(255, 255, 255);
}

.more-detail {
  color: #ffffff;
}

a.btn.btn-default {
  color: white;
  background: #00c3f5;
  font-weight: 400;
  margin-top: 20px;
}

.modal-body {
  /* position: relative; */
  padding: 0px;
}

@media (min-width: 1600px) {
  .speaker-details {
    /* height   : 500px; */
    /* overflow : auto; */
    padding: 0 20px;
    /* border: #272d41 solid 1px; */
  }
}

@media (max-width: 1400px) {
  h3.titleSpk {
    font-size: 1.5rem;
  }

  p.para {
    font-size: 1.6rem;
  }
}

@media (max-width: 1300px) {
  h3.titleSpk {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) and (max-height: 1366px) {
  h1.agendaHead {
    font-size: 5rem;
  }
}

@media (max-width: 790px) {
  .agendaDiv .row .detailBlock {
    align-items: center;
    gap: 15px;
  }

  .description {
    width: 80%;
  }

  .speaker-img-title {
    width: 80%;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .speaker-details {
    text-align: center;
  }

  .speaker-details h1 {
    text-align: center;
  }

  .speaker-details .info {
    text-align: center;
  }

  button.closeButton {
    right: 11%;
  }
}

@media (max-width: 600px) {
  h1.agendaHead {
    font-size: 3rem;
  }

  .agendaDiv .row .detailBlock {
    flex-direction: column;
  }

  .speaker-img-title {
    flex-direction: row;
    width: 100%;
  }

  .agendaDiv .row {
    margin-top: 35px;
  }

  .description {
    width: 100%;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  button.closeButton {
    right: 2%;
  }

  .closeButton .glyphicon {
    top: -19px;
  }

  .speaker-image-container {
    text-align: center;
    margin-bottom: 15px;
  }

  .speaker-image-container img {
    width: 70%;
  }
}
