/**
 * @file
 * Visual styles for event+'s node component.
 */

/*Node*/
.node--view-mode-teaser {
  padding: 0 0 30px 0;
  margin-bottom: 40px;
}
.node__header {
  padding: 0 0 5px;
}
.node__header .field--name-user-picture {
  padding: 0 0 5px 0;
  max-width: 55px;
  float: none;
  margin: 0;
}
.node__title {
  font-size: 30px;
  margin-top: 0px;
}
.node--view-mode-teaser .node__header h2 {
  margin-bottom: 20px;
}
.node__links {
  margin-top: 35px;
}
.node--view-mode-teaser .node__links {
  margin-top: 15px;
}
.node__container {
  position: relative;
}
.feed-icon {
  display: block;
  margin: 0px 0 60px;
}

/*Node Unpublished*/
.banner__section .node--unpublished {
   background-color: transparent;
}
.node--view-mode-full.node--unpublished {
  background-color: #fff4f475;
  padding: .5rem;
  border-radius: 4px;
  border: 1px solid #fff4f4;
}
.node.node--type-mt-session.node--unpublished.node--view-mode-full::after {
  content: "The content is private.";
  text-align: right;
  font-style: italic;
  color: #00000082;
}

/*Post submitted info*/
.node__header .profile {
  display: inline-block;
  margin-right: 15px;
}
.node__header .profile img {
  max-width: 40px;
}
.node__meta {
  font-size: 14px;
  margin: 0 0 10px;
  display: inline-block;
}
.node__submitted-info ~ .comments-count__counter:before {
  content: "-";
}

/* node statistics */
.path-frontpage ul li.statistics-counter,
.page-node-type-mt-conference-information ul li.statistics-counter {
  display: none;
}
.node--view-mode-teaser ul li.statistics-counter {
  display: none;
}
/*Team member*/
.node--view-mode-teaser .field--name-field-mt-tmm-member-photo{
  max-width: 33%;
  min-width: 33%;
  float: left;
  margin-bottom: 0;
}
.node--view-mode-teaser .field--name-field-mt-tmm-body {
  margin-left: 37%;
}
@media (max-width: 991px) {
  .node--view-mode-teaser .field--name-field-mt-tmm-member-photo {
    max-width: 20%;
    min-width: 20%;
    float: left;
    margin-bottom: 0;
  }
  .node--view-mode-teaser .field--name-field-mt-tmm-body {
    margin-left: 27%;
  }
}
/*Speaker*/
.node--type-speaker.node--view-mode-teaser .images-container {
  max-width: 33%;
  min-width: 33%;
  float: left;
  margin-bottom: 0;
  display: inline-block;
}
.node--view-mode-teaser .field--name-field-mt-spk-body {
  margin-left: 36%;
}
@media (max-width: 991px) {
  .node--type-speaker.node--view-mode-teaser .images-container {
    max-width: 20%;
    min-width: 20%;
    float: left;
    margin-bottom: 0;
  }
  .node--view-mode-teaser .field--name-field-mt-spk-body {
    margin-left: 27%;
  }
}
