/* Form Control */
/*input[type=text], input[type=email], input[type=number], input[type=search],
input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select,*/
textarea[type=textarea] {
  font-size: 15px;
  font-weight: 400;
  background-color: #F7F7F7;
  border: none;
  border-radius: 25px;
  padding: 15px 25px;
  color: #707070;
  margin-bottom: 0;
  box-shadow: none;
  width: 100%;
}
/*input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus,
  input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus,*/
textarea[type=textarea]:focus {
    outline: none;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);;
}



/* Hide the developer toolbar. */
#developer_toolbar {
  display: none;
}
#developer_toolbar-padding {
  padding-bottom: 0 !important;
}



.section-content section {
    padding: 0;
}
.section-content a {
  color: #707070;
}
.section-content a:hover {
  color: #e91e63;
}



.navbar-collapse {
  justify-content: center;
}


.header_menu .header-logo {
  max-height: 60px;
  text-align: left;
  position: relative;
  text-align: center;
}
@media (min-width: 1101px)
{
  .header_menu .header-logo {
    max-height: 200px;
  }
}
.header_menu.fixed-top .header-logo {
  max-height: 100px;
}

.header-logo .logo
{
  height: 100%;
  max-height: 100px;
  width: auto !important;
}
@media (min-width: 1101px)
{
  .header-logo .logo
  {
    top: 0;
    max-height: 200px;
  }
}
.header_menu.fixed-top .header-logo .logo
{
  position: relative;
  height: 100%;
  top: -5px;
  max-height: 100px;
  width: auto !important;
  transition: 0.25s;
}



.footer-logo .logo {
  height: auto;
}



.sepaker-list .row > div[class^="col-"] {
  display: flex;
  justify-content: center;
}

.speaker-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.speaker-box {
  width: 100%;
}
@media (max-width: 767px)
{
  .speaker-box {
    width: auto;
  }
}
@media (max-width: 500px)
{
  .speaker-box {
    width: 100%;
  }
}

.speaker-box .box-content {
  max-height: 90%;
  display: flex;
  flex-direction: column;
}

.speaker-box .box-content .user-bio {
  overflow: auto;
}
