/* FisherActivateNotifications */
.activate-notifications-container.shown {
    visibility: visible;
}

.activate-notifications-container {
    visibility: hidden;
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 16px;
    left: 16px;
    background-color: #E7903F;
    border-radius: 8px;
    padding: 10px;
    transform: translateZ(1000px);
    z-index: 1000;
    max-width: 300px;
}

.activate-notifications-container .header {
    display: flex;
    flex-direction: row;
    color: #fff;
    align-items: center;
}

.activate-notifications-container .header-text {
    margin-left: 8px;
}

.activate-notifications-container .icon {
    width: 32px;
    height: 32px;
}

.activate-notifications-container .button {
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #E7903F;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 800;
    justify-content: center;

}

.activate-notifications-container .content {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.notification-container .actions {
    display: flex;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
}
.notification-container .button {
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #E7903F;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 800;
    justify-content: center;
}

.notification-container .message {
    max-height: 70px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.close-button-container {
    height: 100%;
    flex-grow: 1;
}

.close-button {
    min-width: 16px;
    height: 16px;
    margin: 4px;
    background-image: url(/wp-content/plugins/fisher/core/ui/close2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* FisherArticle */
.fisher-article {
  font-size: 16px;
  line-height: 150%;
  color: #000;
  overflow: hidden;
}

.fisher-article-content {
  font-family: "Chronicle Text G2", serif;
}

.jaktjournalen .fisher-article-content {
  font-family: "Open Sans", Arial, sans-serif;
}

.fisher-article-heading {
  font-family: "Chronicle Text G2", serif;
  font-size: 44px;
  line-height: 46px;
  color: #000;
  font-weight: 600;
  padding-bottom: 16px;
}

.jaktjournalen .fisher-article-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fisher-article-heading-image-container {
  margin-bottom: 12px;
}

.fisher-article-heading-image {
}

.fisher-article-heading-image-caption, .wp-caption-text, figure.wp-block-image figcaption {
  font-size: 12px;
  font-weight: 800;
  font-family: "Panton";
  margin: 0;
  line-height: 1.4;
}

.fisher-article-title {
  line-height: 130%;
}

.infinite-article-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #ddd;
}

.fisher-article.sponsored {
  background-color: #faf2d6;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border: 2px solid #f0ca48;
}

.fisher-article.sponsored .sponsored-title {
  text-transform: uppercase;
  text-align: center;
  background-color: #f0ca48;
  margin-top: -8px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
  color: #fff;
  font-family: "Panton";
  font-weight: 800;
  padding-bottom: 4px;
  padding-top: 4px;
}

.fisher-article p {
  padding-bottom: 1em;
}

.fisher-article .shared-counts-button.facebook .shared-counts-count {
  display: block !important;
  color: #fff;
  font-family: "Panton";
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.fisher-article .shared-counts-button.facebook:not(.empty) {
  /* width: calc(64px + 32px) !important; */
  height: 48px !important;

  /*
  display: block !important;
  color: #fff;
  font-family: "Panton";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #304166;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  */
}

a.shared-counts-button.facebook {
  position: relative;
}

.shared-counts-wrap.shortcode.style-buttons {
  display: flex;
  align-items: center;
}

.fisher-article-nedryckare {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  color: #222;
}

.frontpage-feed--moderate-item-content .fisher-article-nedryckare {
  margin-bottom: 8px;
}

@media screen and (max-width: 980px) {
  .fisher-article-nedryckare {
    margin-top: 10px;
  }
}

.fisher-article-darrad {
  font-size: 26px;
  font-weight: 900;
}

.fisher-article-ingress {
  font-family: "Chronicle Text G2", serif;
  font-size: 22px;
  padding-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.fisher-author-byline {
  margin: 1em 0;
  font-weight: 800;
  font-family: "Panton";
  display: inline-block;
}

.fisher-author-byline .fisher-author-email, .fisher-author-byline .fisher-author-phone {
  font-size: 15px;
}
/* FisherFixedHeaderMenu */
.fixed-header-menu {
  top: 0;
  position: fixed;
  background-color: #fff;
  /* transform: translateZ(1000px); */
  z-index: 999;
  width: 100%;
  transition: opacity 0.3s;
}

.fixed-header-menu-container.mobile-menu-active .fixed-header-menu {
  /* transform: translateZ(1000px) translateY(-1px) !important; */
}

.fixed-header-menu-container.detached .fixed-header-menu {
  transition: opacity 0.3s;
  /* transform: translateZ(1000px)translateY(-50%); */
  opacity: 0;
  pointer-events: none;
}

.fixed-header-menu-container.detached.scrolling-up .fixed-header-menu {
  /* transform: translateZ(1000px) translateY(0); */
  opacity: 1;
  pointer-events: all;
}

.fixed-header-menu-container.detached.scrolling-up .fixed-header-menu {
  background-color: transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.fixed-header-menu-container.detached .fisher-header-menu-head {
  background-color: rgba(255, 255, 255, 0.66);
}

.fixed-header-menu-container.detached .header-menu {
  background-color: rgba(240, 202, 72, 0.66);
}

.fixed-header-menu-container.detached .newspaper-container {
  background-color: rgba(240, 202, 72, 0.66);
}

.fixed-header-menu-container.detached.scrolling-up.mobile-menu-active .fixed-header-menu {
  background-color: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.fixed-header-menu-container.detached.scrolling-up.mobile-menu-active .fisher-header-menu-head {
  background-color: rgba(255, 255, 255, 1);
}

.fixed-header-menu-container.detached.scrolling-up.mobile-menu-active .header-menu {
  background-color: rgba(240, 202, 72, 1);
}

.fixed-header-menu-container.detached.scrolling-up.mobile-menu-active .newspaper-container {
  background-color: rgba(240, 202, 72, 1);
}

.fixed-header-menu .mobile-menu {
  position: absolute;
  padding-top: 16px;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 4px 0 6px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fixed-header-menu .mobile-menu-secondary-items {
  border-bottom: none;
}
/* FisherHeaderLogo */
.header-logo {
    text-transform: uppercase;
    font-family: 'Chronicle Text G2', serif;
    font-weight: 600;
    font-size: min(2.36vw, 46px);
    padding: 0;
}

@media screen and (max-width: 980px) {
    .header-logo {
        font-size: 6vw;
        text-align: center;
    }
}

.header-logo.dev {
    color: #632828;
}
/* FisherHeaderMenu */
.header-menu {
    display: flex;
    justify-content: center;
    font-family: 'Chronicle Text G2', Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    user-select: none;
}

.header-menu-content {
    display: flex;
    justify-content: space-between;
    width: calc(70% - 16px);
    max-width: 100%;
}

.header-menu-items-container {
    display: flex;
}

.menu-item:not(.first) {
    margin-left: 0.5vw;
}

.menu-item.first {
    padding-left: 0;
}

.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5vw;
    color: #000000;
    cursor: default;
    font-size: 1vw;
}

.menu-item a {
    color: #000000;
    cursor: pointer;
}

.menu-item.active {
    border-bottom: 2px solid #000;
}

.menu-item-title {
    display: flex;
    align-items: center;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-arrows {
    display: inline-block;
    background-image: url(/wp-content/plugins/fisher/core/ui/fiske-arrows.svg);
    /* width: 16px;
    height: 16px; */
    width: 1.1vw;
    height: 1.1vw;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.link-arrows.on-child-item {
    margin-right: 16px;
}

.header-menu .break {
    flex-basis: 100%;
    width: 0;
}

.menu-submenu-container {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateZ(1px) translateY(-2%);
    opacity: 0;
    transition: opacity 0.1s, transform 0.2s;
    pointer-events: none;
}

.menu-submenu-container.aside {
    transform: translateZ(1px) translateY(-2%);
}

.menu-submenu-container.active {
    transform: translateX(-50%) translateZ(1px) translateY(0);
    opacity: 1;
    pointer-events: all;
}

.menu-submenu-container.active.aside {
    transform: translateZ(1px) translateY(0);
}

.menu-submenu {
    display: flex;
    flex-direction: column;
    margin-top: -6px;
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 200;
}

.menu-submenu-arrow {
    margin-left: 50%;
    transform: translateX(-50%) translateY(1px);
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.menu-submenu-container.aside .menu-submenu-arrow {
    transform: translateX(-28px) translateY(28px) rotate(-90deg);
}

.menu-submenu-container.aside .menu-submenu-arrow {
    margin-left: auto;
}

.menu-child-item {
    min-width: 220px;
    border-left: 4px solid transparent;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
    position: relative;
}

.menu-child-item .menu-submenu-adjustment-handle {
    position: absolute;
    height: 130%;
    width: 60px;
    right: -60px;
    top: 0;
}

.menu-submenu-container.aside {
    top: -10px;
    left: 40px;
}

.menu-child-item:hover {
    border-left: 4px solid #f0ca48;
    background-color: rgba(240, 202, 72, 0.25);
}

.jaktjournalen .menu-child-item:hover {
    border-left: 4px solid #E7903F;
    background-color: rgba(231, 144, 63, 0.25);
}

.menu-child-item a {
    display: inline-block;
    padding: 16px;
}

.header-menu-right {
    display: flex;
}

.header-menu-mobile-right {
    display: none;
    align-items: center;
}

.header-menu-mobile-center {
    display: none;
}

.header-menu-mobile-icon {
    width: 42px;
    height: 42px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    transition: background-image 0.3s;
}

.header-menu-mobile-icon.login {
    background-image: url(/wp-content/plugins/fisher/core/ui/user.svg);
}

.svg-menu-icon {
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.header-menu-mobile-icon rect {
    transition: transform 0.3s, x 0.3s, y 0.3s, opacity 0.2s;
}

.header-menu-mobile-icon.active.menu rect#Rectangle-2-Copy {
    transform: rotate(45deg);
    x: 41px;
    y: -45px;
}

.header-menu-mobile-icon.active.menu rect#Rectangle-2 {
    opacity: 0;
}

.header-menu-mobile-icon.active.menu rect#Rectangle-2-Copy-2 {
    transform: rotate(-45deg);
    x: -68px;
    y: 121px;
}

.header-menu-mobile-icon.active.search g#search-icon {

}

.header-menu-mobile-icon.active.search.active g#search-icon {
    opacity: 0;
}

.header-menu-mobile-icon.search {
    background-image: url(/wp-content/plugins/fisher/core/ui/search.svg);
}

.header-menu-search {
    display: flex;
    align-items: center;
    padding-left: 1vw;
    padding-right: 1vw;
}

.header-menu-search--icon {
    width: 2vw;
    height: 2vw;
    background-image: url(/wp-content/plugins/fisher/core/ui/search.svg);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px;
    border-radius: 4px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.2s;
    pointer-events: none;
}

.header-menu-search--icon.shown {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

.header-menu-search--icon:active {
    background-color: #d4a811;
}

input[type="text"].header-menu-search--searchbox {
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 32px;
    padding: 0.35vw;
    min-width: 140px;
    min-width: 140px;
    text-indent: 6px;
    font-size: 0.8vw;
}

.newspaper-preview {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Panton', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 9999;
    transform: translateZ(1px);
    transition: transform 0.3s;
}

.newspaper-preview.shown {
    opacity: 1;
}

.newspaper-preview.moved-right {
    transform: translateZ(1px) translateX(180px);
}

.newspaper-container {
    position: absolute;
    background-color: #f0ca48;
    top: 95%;
    height: 160px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    transition: height 0.3s, background-color 0.3s;
    z-index: 9999;
    transform: translateZ(1px);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.jaktjournalen .out-now-newspaper-preview {
    background-color: #E7903F;
}

.jaktjournalen .out-now-newspaper-preview {
    border-color: #E7903F;
}

.newspaper {
    height: 100%;
    transform: rotate(-7deg);
}

img.newspaper {
    max-width: none;
}

.out-now-newspaper-preview.desktop {
    pointer-events: all;
    left: 110%;
    display: none;
}

a .newspaper-preview-description {
    color: #000;
}

@media screen and (max-width: 1640px) {
    .newspaper-preview.shown .newspaper-container {
        background-color: transparent;
    }
}

@media screen and (max-width: 1600px) {
    .newspaper-preview.shown .newspaper-container {
        opacity: 0;
        pointer-events: none;
    }

    .newspaper-preview.shown .newspaper-preview-description {
        font-size: 16px;
        text-align: center;
    }

    .out-now-newspaper-preview.desktop {
        display: block;
    }
}

@media screen and (max-width: 1320px) {
    .jaktjournalen .newspaper-preview.shown .newspaper-preview-description {
        display: none;
    }

    .jaktjournalen .out-now-newspaper-preview.desktop {
        left: 0;
        top: 40px;
    }

    .jaktjournalen .newspaper-preview.shown {
        width: 70px;
    }
}

@media screen and (max-width: 980px) {
    .header-menu {
        /* padding-left: 5%; */
        padding-right: 0;
        justify-content: center;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .header-menu-content {
        width: 100%;
    }
    
    .header-menu-items-container {
        flex-flow: row wrap;
        justify-content: center;
        width: 50%;
        margin-left: 25%;
    }

    .menu-item:not(.first) {
        margin-left: 0;
    }

    .header-menu-search {
        display: none;
    }

    .menu-item-title {
        font-size: 24px;
        display: flex;
        justify-content: center;
        overflow: initial;
    }

    .link-arrows {
        width: 8px;
        height: 8px;
    }

    .menu-item {
        padding: 8px;
        flex-basis: 30%;
    }

    .header-menu-right {
        display: none;
    }

    .header-menu-items-container {
        display: none;
    }

    .header-menu-mobile-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding: 8px;
    }

    .header-menu-mobile-right {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
    }

    .header-menu-mobile-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        user-select: none;
        height: 100%;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-menu-mobile-button.login {
        /* padding: 8px; */
    }

    a.header-menu-mobile-button {
        color: #000;
    }

    .header-menu-mobile-icon-label {
        font-size: 14px;
        font-family: 'Panton', sans-serif;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
    }
}

@media screen and (max-width: 500px) {
    .menu-item-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 350px) {
    .header-menu-mobile-icon {
        width: 32px;
        height: 32px;
    }

    .menu-item-label {
        font-size: 16px;
    }

    .header-menu-mobile-icon-label {
        font-size: 12px;
    }
}

.clickable {
    opacity: 1;
    transition: opacity 1s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clickable:active {
    opacity: 0.3;
    transition: none;
}
/* FisherHeaderMenuHead */
.fisher-header-menu-head {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 16px 0;
}
/* FisherLatestNews */
.latest-news {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 2px;
  background-color: #fff;
}

.latest-news-title {
  font-family: "Panton", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0ca48;
}

.latest-news-article:not(.first) {
  border-top: 1px solid #eee;
  margin-top: 8px;
  padding-top: 8px;
}

.latest-news-article {
  padding-top: 16px;
}

.latest-news-article-title {
  font-family: "Chronicle Text G2", serif;
  color: #222;
  font-size: 14px;
  font-weight: 800;
}

.latest-news-article-meta {
  font-family: "Panton";
  font-size: 12px;
  color: #222;
}

.latest-news-article-meta-divider {
  margin-left: 4px;
  margin-right: 4px;
}

.latest-news-article {
  display: flex;
  flex-direction: row;
}

.latest-news-article-left {
  margin-right: 8px;
}

.latest-news-article-notice {
  margin-top: 8px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #f0ca48;
}

/* FisherMobileFeedStrip */
.mobile-feed-strip {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: rgb(236, 239, 241);
    padding: 8px;
    height: 40px;
    overflow: hidden;
}

.feed-strip.static-title {
    color: #515151;
    text-transform: uppercase;
    margin-right: 8px;
    white-space: nowrap;
    font-family: 'Panton', sans-serif;
    font-weight: 600;
}

.feed-strip-roller-container {
    position: relative;
    width: 100%;
}

.feed-strip-article {
    position: absolute;
    transition: transform 0.3s, opacity 0.3s;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    pointer-events: none;
    color: #000 !important;
    font-family: 'Chronicle Text G2', serif;
    font-weight: 600;
    padding-right: 8px;
    overflow: hidden;
}

.feed-strip-article.top {
    transform: translateY(-20px);
    opacity: 0;
}

.feed-strip-article.middle {
    transform: translateY(0);
    pointer-events: all;
}

.feed-strip-article.bottom {
    transform: translateY(20px);
    opacity: 0;
}

.mobile-feed-strip .latest-news-article-notice {
    margin-right: 8px;
}
/* FisherMobileMenu */
.mobile-menu {
  height: 0;
  padding-left: 8px;
  padding-right: 8px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: height 0.3s, margin 0.3s, opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}

.mobile-menu.shown {
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 1;
  pointer-events: all;
}

.mobile-menu-items {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu-primary-items {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

.mobile-menu-secondary-items {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  justify-items: center;
  align-items: center;
  margin-top: 16px;
  width: 80%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mobile-menu-item {
  width: 128px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
  transition: background-color 0.3s;
  font-family: 'Panton', sans-serif;
  font-weight: 600;
  color: #000;
}

.mobile-menu-item.secondary {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

a.mobile-menu-item {
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-menu-item:active:not(.active) {
  background-color: #ddd;
  transition: none;
}

.menu-icon-svg {
  height: 100%;
}

.mobile-menu-item-icon {
  width: 48px;
  height: 48px;
}

.mobile-menu-item-label {
  font-size: 16px;
  margin-top: 4px;
  text-align: center;
}

.mobile-menu-child-items-overlay {
  position: fixed;
  z-index: 9999;
  transform: translateZ(2px);
  /* display: flex; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(14, 32, 62, 0.75); */
  background-color: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  height: calc(100vh + 2px);
  width: 100vw;
}

.mobile-menu-child-items-container.active .mobile-menu-child-items-overlay {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: all;
  opacity: 1;
}

.mobile-menu-child-items-overlay-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-menu-child-items-submenu {
  position: absolute;
  top: 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  border-radius: 16px;
  /* box-shadow: 0 0 4px 0 rgba(14, 32, 62, 0.5); */
  width: calc(100% - (8px * 2));
  transform: translateY(0);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.mobile-menu-child-items-container.active .mobile-menu-child-items-submenu {
  transform: translateY(-50%);
}

.mobile-menu-child-items-submenu-title {
  padding: 16px;
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.mobile-menu-child-item {
  padding: 8px;
  padding-left: 24px;
  font-size: 18px;
}

.mobile-menu-child-item.first {
}

.mobile-menu-child-items-submenu-close-button {
  display: flex;
  align-items: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu-child-items-submenu-titlebar {
  display: flex;
  position: relative;
}

.jaktjournalen .mobile-menu-item-label, .jaktjournalen .mobile-menu-child-items-submenu-title, .jaktjournalen .mobile-menu-child-item {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.jaktjournalen .mobile-menu-item-label {
  font-size: 14px;
  text-transform: uppercase;
}

.mobile-menu-child-items-submenu-title {
  font-weight: 700;
  text-transform: uppercase;
}
/* FisherMobileOutNow */
.out-now-container {
    position: relative;
    display: flex;
}

.out-now-newspaper-preview {
    pointer-events: none;
    position: absolute;
    left: 80%;
    top: 50%;
    width: 80px;
    transform: translateY(-50%) rotate(-7deg) translateZ(1px);
    z-index: 500;
    border: 2px solid #f0ca48;
    border-radius: 2px;
}

.head-button.out-now {
    z-index: 501;
    transform: translateZ(2px);
    border: 2px solid #f0ca48;
    font-family: 'Panton', sans-serif;
    font-weight: 600;
}

/* FisherMobileSearch */
.mobile-search-container {
  display: flex;
  flex-direction: row;
  padding: 0;
  padding-left: 10%;
  padding-right: 10%;
  opacity: 0;
  height: 0;
  transition: opacity 0.2s, height 0.3s, padding 0.3s;
  background-color: rgba(255, 255, 255, 0.66);
}

.mobile-search-container.active {
  padding: 8px;
  opacity: 1;
  height: calc(40px + (8px * 2));
  transform: translateZ(1px);
}

.mobile-search-input-container {
  position: relative;
  width: 100%;
  height: 40px;
}

input[type=search].mobile-search-input {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  padding: 16px;
  text-indent: 24px;
  border: 1px solid #000;
  background-color: #fff;
  outline: 0;
}

.search-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/plugins/fisher/core/ui/search.svg);
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
}

.mobile-search-button {
  border: none;
  border-radius: 1024px;
  margin-left: 12px;
  padding: 4px 17px;
  font-weight: 700;
  font-size: 16px;
  background-color: #f0ca48;
  border: 1px solid #000000;
  box-shadow: 0 2px 4px 0 rgba(52, 44, 16, 0.34);
}

/* FisherPinnedArticles */
.fisher-pinned-articles {
  display: flex;
  flex-direction: column;
}

/* FisherRecommended */
    .fisher-recommended {
        display: flex;
        justify-content: center;
        /* background-color: rgb(236, 239, 241); */
        background-color: rgb(219 231 239);
        transition: zoom 0.3s;
    }
    
    .fisher-recommended-content {
        display: flex;
        flex-direction: column;
        width: calc(70% - 16px);
        max-width: 100%;
        min-height: 180px;
    }

    .fisher-recommended--title {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Panton', sans-serif;
        color: #515151;
    }

    .fisher-recommended--articles {
        display: flex;
        flex-direction: row;
        padding-bottom: 12px;
    }

    .fisher-recommended-article {
        display: flex;
        flex-direction: row;
        margin-right: 24px;
    }

    .fisher-recommended--article-image-container {
        height: 148px;
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .fisher-recommended--article-image {

    }

    .fisher-recommended-article-right {
        margin-left: 8px;
        max-width: 160px;
    }

    a .fisher-recommended-article--postdate {
        color: #515151;
        font-size: 14px;
        line-height: 20px;
    }

    .fisher-recommended-article--heading {
        color: #000;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        font-family: 'Chronicle Text G2', serif;
        /* max-width: 150px; */
    }
/* FisherRelatedArticles */
.fisher-related-articles {
  background-color: rgb(236, 239, 241);
  border-radius: 2px;
  margin-bottom: 16px;
  border-radius: 4px;
}

.fisher-related-articles-content {
  display: flex;
  flex-direction: column;
}

.fisher-related-articles-title {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Panton", sans-serif;
  color: #515151;
}

.fisher-related-articles-articles-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  padding-top: 0;
}

.fisher-related-article {
  display: flex;
  flex-direction: row;
  margin-right: 8px;
  max-width: 480px;
  flex: 1;
}

.fisher-related-article-right {
  margin-left: 8px;
}

.fisher-related-article-image-container {
  height: calc(min(148px, max(72px, 7.2vw)));
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

a .fisher-related-article-postdate {
  color: #515151;
  font-size: calc(min(14px, max(10px, 1.4vw)));
  line-height: calc(min(20px, max(14px, 2vw)));
}

.fisher-related-article-heading {
  color: #000;
  font-size: calc(min(18px, max(15px, 1.4vw)));
  line-height: calc(min(22px, max(18px, 2vw)));
  font-weight: 600;
  font-family: "Chronicle Text G2", serif;
}

@media screen and (max-width: 980px) {
  .fisher-related-articles-articles-container {
    /* flex-direction: column; */
    padding: 0;
  }

  .fisher-related-articles-title {
    padding-left: 0;
  }

  .fisher-related-article {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .fisher-related-articles {
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }

  .fisher-related-articles-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fisher-related-article-heading {
    font-size: calc(min(18px, max(13px, 1.4vw)));
    line-height: calc(min(22px, max(17px, 2vw)));
    overflow-wrap: break-word;
  }

  .fisher-related-article-right {
    word-break: break-word;
    margin-left: 0;
    margin-top: 8px;
  }
}

/* FisherTailoredArticle */
.tailored-article-container {
}

/* FisherTakeover */
.fisher-takeover-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.25);
  transform: translateZ(1001px);
  z-index: 10000;
  transition: opacity 0.3s;
}

.fisher-takeover-container.shown {
  pointer-events: all;
  opacity: 1;
}

.fisher-takeover {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: calc(100% - (4px * 2));
  height: calc(100% - (40px * 2));
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fisher-takeover-content {
  height: calc(100% - (16px * 2));
}

.fisher-takeover-titlebar {
  display: flex;
  justify-content: space-between;
  background-color: #f0ca48;
  color: #fff;
  font-weight: bold;
  align-items: center;
  font-size: 24px;
  padding-left: 16px;
  min-height: 48px;
}

.jaktjournalen .fisher-takeover-titlebar {
  background-color: #E7903F;
}

.fisher-takeover-closebutton {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDk5OTkwLCAwLjQ5OTk5MCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMjkuMDAwMDEsMTExLjA4MzM0IEMxMjkuMDAwMDEsMTIwLjk4MDUxIDEyMC45ODA1MSwxMjkuMDAwMDEgMTExLjA4MzM0LDEyOS4wMDAwMSBMMTcuOTE2NjcsMTI5LjAwMDAxIEM4LjAxOTUsMTI5LjAwMDAxIC0xLjQyMTA4NTQ3ZS0xNCwxMjAuOTgwNTEgLTEuNDIxMDg1NDdlLTE0LDExMS4wODMzNCBMLTEuNDIxMDg1NDdlLTE0LDE3LjkxNjY3IEMtMS40MjEwODU0N2UtMTQsOC4wMTk1IDguMDE5NSwtMS40MjEwODU0N2UtMTQgMTcuOTE2NjcsLTEuNDIxMDg1NDdlLTE0IEwxMTEuMDgzMzQsLTEuNDIxMDg1NDdlLTE0IEMxMjAuOTgwNTEsLTEuNDIxMDg1NDdlLTE0IDEyOS4wMDAwMSw4LjAxOTUgMTI5LjAwMDAxLDE3LjkxNjY3IEwxMjkuMDAwMDEsMTExLjA4MzM0IFoiIGlkPSJQYXRoIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjM4LjgwMDAyIDEwMC4zMzQxMyAyOC42NjUgOTAuMTk4NzYgODkuNTgzNjcgMjkuMjgyMjIgOTkuNzE4NjkgMzkuNDE3NTkiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTAwLjQyMDg5IDg5LjM4MTYyIDkwLjI4NTg3IDk5LjUxNjk5IDI5LjA0MDM0IDM4LjI3MzYgMzkuMTc1MzYgMjguMTM4MjMiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  width: 48px;
  height: 48px;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

/* FisherOATakeover */

/* TitleWithDivider */
.title-with-divider {
    position: relative;
}

.title-with-divider h1 {
    margin-bottom: 2.75%;
    font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #222222!important;
    text-align: left;
}

.title-with-divider .divider {
    position: relative;
    height: 1px;
    width: 10%;
    margin-bottom: 2.75%;
}

.title-with-divider .divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: #c6c6c6;
    top: 50%!important;
    margin-bottom: 2.75%;
    margin-top: 10%;
}
