/**
 * Styles for customizations related to Members and the Membership section.
 */
/*
 * Responsive font size mixins.
 */
/*
 * Text styling.
 * Also see heading.scss.
 */
.text-bold {
  font-weight: 700;
}

.text-label {
  font-weight: 700;
  margin-right: 5px;
}

.text-centered {
  text-align: center;
}

.text-small-3 {
  font-size: 0.5rem;
}

.text-small-2 {
  font-size: 0.8rem;
}

.text-small-1 {
  font-size: 0.9rem;
}

.text-normal {
  font-size: 1rem;
}

.text-large-1 {
  font-size: 1.1rem;
}

.text-large-2 {
  font-size: 1.3rem;
}

.text-large-3 {
  font-size: 1.5rem;
}

.text-large-4 {
  font-size: 2rem;
}

.text-large-5 {
  font-size: 3rem;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.page--member {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 1540px) {
  .page--member {
    max-width: 1250px;
  }
}
.page--member li {
  margin: 0 1rem 0 3rem;
}

#edit-profile-personal-profiles-0-entity-field-interests-subjects,
#edit-profile-personal-profiles-0-entity-field-interests-software,
#edit-profile-personal-profiles-0-entity-field-interests-brands,
#edit-mentor-profiles-0-entity-field-mentor-subjects,
#edit-mentor-profiles-0-entity-field-mentor-software,
#edit-mentor-profiles-0-entity-field-mentor-brands {
  display: flex;
}
#edit-profile-personal-profiles-0-entity-field-interests-subjects label,
#edit-profile-personal-profiles-0-entity-field-interests-software label,
#edit-profile-personal-profiles-0-entity-field-interests-brands label,
#edit-mentor-profiles-0-entity-field-mentor-subjects label,
#edit-mentor-profiles-0-entity-field-mentor-software label,
#edit-mentor-profiles-0-entity-field-mentor-brands label {
  margin-right: 10px;
}

#edit-field-dues-paid-through-0-value {
  display: flex;
}
#edit-field-dues-paid-through-0-value div {
  margin-right: 10px;
}

.page--member-listing,
.mentor-strip-list {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1540px) {
  .page--member-listing,
.mentor-strip-list {
    max-width: 1250px;
  }
}

/**
 * Strip - Profile.
 */
.strip--profile .strip-panel--image {
  max-width: 200px;
}
.strip--profile .strip-panel--info__footer {
  justify-content: space-between;
}
.strip--profile .strip-panel--info__footer .contact {
  margin-right: 5px;
}
.strip--profile .strip_panel--info__footer-buttons {
  display: flex;
  justify-content: flex-end;
}

.strip_panel--info__profile-bio {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .strip_panel--info__profile-bio {
    margin-bottom: 0;
    max-height: 215px;
    overflow: auto;
  }
}

.strip_panel--info__profile-item {
  margin-bottom: 5px;
}

/**
 * Profile page.
 */
.member-profile-page__main_content {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1540px) {
  .member-profile-page__main_content {
    max-width: 1250px;
  }
}
@media screen and (min-width: 768px) {
  .member-profile-page__main_content {
    flex-direction: row;
  }
}

.member-profile-page__main_content__first {
  flex: 1;
  padding: 15px;
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
  transition: 0.3s;
  background-color: #e5e5e5;
  color: #1b2b34;
}
@media screen and (min-width: 768px) {
  .member-profile-page__main_content__first {
    flex-direction: column;
    max-width: 230px;
    min-height: 500px;
    margin: -125px 25px 0;
  }
}
.member-profile-page__main_content__first div {
  margin: 0 0 10px;
}

.member-profile-page__image img {
  max-width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .member-profile-page__image img {
    max-width: 200px;
  }
}

.member-profile-page__contact {
  align-self: center;
}

.social-media-links--platforms {
  display: flex;
  flex-wrap: wrap;
}
.social-media-links--platforms li {
  margin-right: 2px;
}

.member-profile-page__main_content__second {
  flex: 4;
  margin-top: 25px;
}

.block--competition_gallery-block_member_gallery {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1540px) {
  .block--competition_gallery-block_member_gallery {
    max-width: 1250px;
  }
}

.member-gallery-header-message {
  text-align: center;
  font-size: 1.1rem;
  margin: 10px;
}

.user-register-form,
.user-login-form,
.user-pass {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1540px) {
  .user-register-form,
.user-login-form,
.user-pass {
    max-width: 1250px;
  }
}

.password-suggestions li {
  margin-left: 30px;
}