.dossier {
  margin: 30px 0;
  min-height: 48px;
  font-size: 14px;
  line-height: 20px;
}
.dossier div {
  padding-left: 68px;
  padding-right: 34px;
  position: relative;
}
.dossier div:before {
  display: block;
  content: " ";
  background-image: url(/wp-content/plugins/opmag-minidossier/assets/img/minidossier.svg);
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  position: absolute;
  left: 0;
  top: 50%;
}
.dossier a {
  color: #ce2b30;
  font-style: italic;
}
.dossier strong {
  font-weight: 700;
  color: #333;
}

#series-chapters-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: #fff;
}

#series-chapters-menu:after {
  content: "";
  display: table;
  clear: both;
}

/*
 *
 * POST SERIES MENU
 *
 */
.series-nav-container {
  height: 61px;
  position: relative;
}

.series-nav {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
}
.series-nav .dash {
  display: none;
}
.series-nav button:focus {
  outline: 0;
}

#series-nav + article,
#series-nav + header {
  padding-top: 61px;
}

/* ---------------------------------------- */
.series-nav {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.series-nav a {
  color: #adadad;
}
.series-nav .container {
  padding: 19px 20px 12px 20px;
}
.series-nav .series-siblings-nav {
  float: right;
}
.series-nav .badge {
  background-color: #cdcdcd;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  padding: 5px;
  border-radius: 5px;
}
.series-nav a.badge {
  background-color: #ce2b30;
}
.series-nav button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  /*border is optional*/
  cursor: pointer;
}
.series-nav ul {
  list-style-type: none;
  padding: 0;
}
.series-nav .series-chapter {
  padding: 10px 0;
  border-bottom: 1px solid #c4c4c4;
}
.series-nav .series-chapter:last-child {
  border-bottom: none;
}
.series-nav .current-chapter, .series-nav .series-name {
  font-weight: 700;
  margin-right: 12px;
}
.series-nav .current-chapter {
  display: inline-block;
}
.series-nav .series-name {
  display: none;
}
.series-nav .chapter-link-current {
  color: #333;
}
.series-nav .wp-post-image {
  display: none;
}

@media (min-width: 1170px) {
  .dossier {
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 0;
  }
  .dossier div {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 14px;
  }
  .series-nav .current-chapter {
    display: none;
  }
  .series-nav .series-name {
    display: inline-block;
  }
  .series-nav .series-chapter {
    width: 180px;
    margin-right: 36px;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
  }
  .series-nav .series-chapter:last-child {
    margin-right: 0;
  }
  .series-nav .chapter-image {
    background-color: #f9f9f9;
    display: block;
    min-height: 120px;
  }
  .series-nav .wp-post-image {
    display: block;
  }
  .dossier-partner {
    float: right;
  }
}

/*# sourceMappingURL=opmag-minidossier.css.map */
