.breadcrumb.one-col {
  margin: 0 auto;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: calc(50vw - 690px); }
  .breadcrumb.two-cols {
    margin-left: 10vw;
    margin-top: 20px;
    width: fit-content; }
  .breadcrumb .items {
    display: flex;
    flex-direction: row; }
    .breadcrumb .items .item {
      margin: 2px; }
      .breadcrumb .items .item .link {
        text-decoration: none;
        color: #3e5667;
        transition: all 0.3s; }
        .breadcrumb .items .item .link.hover {
          opacity: 1;
          color: #d7dadc; }
    .breadcrumb .items .sepa {
      display: block;
      margin: 0 10px;
      color: #3e5667; }

.permalink {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d7dadc;
  padding: 13px 65px;
  height: 19px;
  width: 10vw;
  transition: all 0.5s;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  .permalink:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #ff2f19, #8e50a8);
    width: 20vw; }
    .permalink:hover .text {
      display: block;
      opacity: 1; }
    .permalink:hover:before {
      content: url(/media/image/e57b45a40dfecef93a05c90049d60d97707f99d1.svg);
      position: absolute;
      top: 10px;
      left: 30px; }
  .permalink:before {
    content: url(/media/image/e76ce72351c761b1218f11a65b9eccf028634e3b.svg);
    position: absolute;
    top: 10px;
    left: 30px; }
  .permalink .text {
    display: none;
    opacity: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 14px; }

@media (max-width: 1700px) {
  .breadcrumb.one-col {
    margin-left: 10vw; } }

@media (max-width: 960px) {
  .breadcrumb, .permalink {
    display: none; } }
