.esiason-team-shortcode {
  margin: 0;
  max-width: 100%;
  position: relative;
  width: 640px;
}
.esiason-team-shortcode .information {
  background-color: rgba( 0, 0, 0, 0.75 );
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity .25s;
  z-index: 2;
}
.esiason-team-shortcode .information:active,
.esiason-team-shortcode .information:focus,
.esiason-team-shortcode .information:hover {
  opacity: 1;
}
.esiason-team-shortcode .information p {
  color: #fff;
  font-family: "Barlow Semi Condensed";
}
.esiason-team-shortcode .information .title {
  font-size: 2em;
}
.esiason-team-shortcode .information .subtitle {
  font-size: 1.5em;
}
.esiason-team-shortcode .thumbnail {
  position: relative;
  width: 100%;
}
.esiason-team-shortcode .thumbnail img {
  width: 100%;
}
.esiason-team-sidebar {
  background-color: rgba( 0, 0, 0, 0.8 );
  display: none;
  height: 100vh;
  margin: 0;
  padding: 0;
  right: 0;
  position: fixed;
  top: 0;
  transition: background .5s;
  width: 100vw;
  z-index: 2000;
}
.esiason-team-sidebar .white-bar {
  background-color: #fff;
  box-sizing: border-box;
  height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: width .5s;
  width: 600px;
}
.esiason-team-sidebar .content-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 500px;
}
.admin-bar .esiason-team-sidebar .content-wrapper {
  padding-top: 32px;
}
.esiason-team-sidebar .button-area {
  text-align: right;
}
.esiason-team-sidebar .button-area button {
  background-color: transparent;
  border-width: 0;
  color: #555;
  cursor: pointer;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25em;
  font-weight: 700;
  padding: 15px;
}
.esiason-team-sidebar .full-image {
  padding-bottom: 15px;
  text-align: center;
}
.esiason-team-sidebar .full-image img {
  max-height: 350px;
  max-width: 100%;
}
.esiason-team-sidebar .team-title {
  font-size: 2em;
  margin-bottom: .5em;
  text-align: center;
}
.esiason-team-sidebar .team-subtitle {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.esiason-team-sidebar .team-social {
  list-style: none;
  text-align: center;
}
.esiason-team-sidebar .team-social li {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
}
.esiason-team-sidebar .team-social i {
  color: #000;
  font-size: 2em;
  text-align: center;
}
@media ( max-width: 650px ) {
  .esiason-team-sidebar .content-wrapper {
    width: 250px;
  }
}