@charset "UTF-8";
/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
.ad {
  width: 100%;
}
#main .mb-adarea {
  margin-bottom: 0.625rem;
}
.mb-adarea[data-ad-displayon=all] {
  display: block;
}
.mb-adarea[data-ad-displayon=desktop] {
  display: none;
}
.mb-adarea[data-ad-displayon=mobile] {
  display: block;
}
@media all and (min-width: 1024px) {
  .mb-adarea[data-ad-displayon=mobile] {
    display: none;
  }
  .mb-adarea[data-ad-displayon=desktop] {
    display: block;
  }
}
@media all and (max-width: 1023.9px) {
  .mb-jj-ad-wrapper {
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
  }
  .mb-jj-ad-wrapper .mb-jj-ad-template--hogerspaltmobile {
    display: inline-block;
  }
  .mb-jj-ad-wrapper .mb-jj-ad-template--hogerspaltmobile span {
    text-align: left;
  }
  .mb-jj-ad-wrapper .mb-jj-ad-template--hogerspaltmobile img.ad {
    text-align: center;
  }
  .mb-jj-ad-wrapper .mb-jj-ad-template--nyhetsflode span {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
}
.panorama-ad {
  margin: auto;
  max-width: 1130px;
  position: relative;
  width: 100%;
  display: flex;
}
@media all and (min-width: 1024px) {
  .panorama-ad {
    padding-top: 40px;
  }
}
.panorama-ad .mb-adarea {
  background: #fff;
  padding: 1.25rem;
  width: 100%;
}
@media all and (min-width: 768px) {
  .panorama-ad .mb-adarea {
    padding: 0.625rem;
  }
}
@media all and (min-width: 1024px) {
  .panorama-ad .mb-adarea {
    max-width: 855px;
    flex: 0 0 75%;
  }
}
.mb-jj-header--ad {
  text-align: right;
}
.mb-jj-header--ad img {
  max-height: 115px;
}
.mb-jj-ad-tag {
  color: #000;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 7px 7px 0;
  text-transform: uppercase;
}
.mb-jj-ad-tag--white {
  color: #fff;
}
.aside-ads {
  padding: 0.625rem;
}
@media all and (min-width: 1024px) {
  .aside-ads::before {
    background: url("/wp-content/themes/jaktojagare.se/static/images/grafik-crosshair.png");
    background-size: cover;
    content: "";
    display: block;
    flex: 0 0 220px;
    height: 220px;
    margin: auto;
    position: relative;
    width: 220px;
  }
}
.aside-ads .ad {
  margin-bottom: 0.625rem;
}
/* ADS: Takeover */
div.ad-takeover-window {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
div.ad-takeover-header {
  background-color: #fff;
  border-bottom: solid 1px #eee;
  cursor: pointer;
  height: 60px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 20;
}
div.ad-takeover-header-logo {
  display: inline-block;
  height: 60px;
  left: 0;
  margin: 10px 20px;
  position: absolute;
  top: 0;
}
div.ad-takeover-header-logo img {
  max-height: 40px;
}
div.ad-takeover-header-continue {
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  top: 0;
}
div.ad-takeover-header-continue a {
  cursor: pointer;
}
div.ad-takeover-splash {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 61px;
}
div.ad-takeover-splash a#takeoverBannerClick {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
div.ad-takeover-splash div.ad-takeover-splash-container {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.takeover-ad-desktop {
  display: block;
}
.takeover-ad-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .takeover-ad-desktop {
    display: none;
  }
  .takeover-ad-mobile {
    display: block;
  }
}
.ad-takeover-splash-video {
  display: flex;
  align-items: center;
  background-color: #000000 !important;
}
.ad-takeover-splash-video iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  z-index: 10;
}
/* Colors */
.has-mb-jj-colors-white-color {
  color: rgb(255, 255, 255) !important;
}
.has-mb-jj-colors-red-color {
  color: rgb(230, 51, 35) !important;
}
.has-mb-jj-colors-jrf-blue-color {
  color: rgb(0, 43, 75) !important;
}
.has-mb-jj-colors-jrf-orange-color {
  color: rgb(239, 123, 11) !important;
}
.has-mb-jj-colors-jrf-darkgreen-color {
  color: rgb(35, 94, 56) !important;
}
.has-mb-jj-colors-jrf-petrol-color {
  color: rgb(14, 109, 150) !important;
}
.has-mb-jj-colors-jrf-turquoise-color {
  color: rgb(0, 178, 223) !important;
}
.has-mb-jj-colors-jrf-purple-color {
  color: rgb(93, 36, 90) !important;
}
.has-mb-jj-colors-jrf-beige-color {
  color: rgb(192, 175, 162) !important;
}
.has-mb-jj-colors-jrf-pink-color {
  color: rgb(231, 34, 118) !important;
}
.has-mb-jj-colors-jrf-yellow-color {
  color: rgb(251, 224, 0) !important;
}
.has-mb-jj-colors-jrf-green-color {
  color: rgb(0, 153, 73) !important;
}
.has-mb-jj-colors-white-background-color {
  background-color: rgb(255, 255, 255) !important;
}
.has-mb-jj-colors-red-background-color {
  background-color: rgb(230, 51, 35) !important;
}
.has-mb-jj-colors-jrf-blue-background-color {
  background-color: rgb(0, 43, 75) !important;
}
.has-mb-jj-colors-jrf-orange-background-color {
  background-color: rgb(239, 123, 11) !important;
}
.has-mb-jj-colors-jrf-darkgreen-background-color {
  background-color: rgb(35, 94, 56) !important;
}
.has-mb-jj-colors-jrf-petrol-background-color {
  background-color: rgb(14, 109, 150) !important;
}
.has-mb-jj-colors-jrf-turquoise-background-color {
  background-color: rgb(0, 178, 223) !important;
}
.has-mb-jj-colors-jrf-purple-background-color {
  background-color: rgb(93, 36, 90) !important;
}
.has-mb-jj-colors-jrf-beige-background-color {
  background-color: rgb(192, 175, 162) !important;
}
.has-mb-jj-colors-jrf-pink-background-color {
  background-color: rgb(231, 34, 118) !important;
}
.has-mb-jj-colors-jrf-yellow-background-color {
  background-color: rgb(251, 224, 0) !important;
}
.has-mb-jj-colors-jrf-green-background-color {
  background-color: rgb(0, 153, 73) !important;
}
.jj-tag__kunskapskategorier--forskning {
  background: var(--mb-kunskapskategorier-forskning);
}
.jj-tag__kunskapskategorier--forvaltning {
  background: var(--mb-kunskapskategorier-forvaltning);
}
.jj-tag__kunskapskategorier--hund {
  background: var(--mb-kunskapskategorier-hund);
}
.jj-tag__kunskapskategorier--jakt {
  background: var(--mb-kunskapskategorier-jakt);
}
.jj-tag__kunskapskategorier--skytte {
  background: var(--mb-kunskapskategorier-skytte);
}
.jj-tag__kunskapskategorier--viltvard {
  background: var(--mb-kunskapskategorier-viltvard);
}
.jj-tag__utrustningskategorier--ammunition {
  background: var(--mb-utrustningskategorier-ammunition);
}
.jj-tag__utrustningskategorier--vapen {
  background: var(--mb-utrustningskategorier-vapen);
}
.jj-tag__utrustningskategorier--utrustning {
  background: var(--mb-utrustningskategorier-utrustning);
}
.jj-tag__mat {
  background: #009949;
}
.jj-tag__post {
  background: #00b2df;
}
* {
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  text-rendering: auto;
}
body {
  background-attachment: fixed;
  background-image: url("images/body_background.jpg");
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  font-family: "Raleway", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  overflow-x: hidden;
}
#wrapper {
  margin: auto;
  max-width: 1130px;
  position: relative;
  width: 100%;
}
@media all and (min-width: 1024px) {
  #wrapper {
    padding: 0 0 40px 0;
    display: flex;
  }
  #page,
  #searchform {
    max-width: 855px;
    flex: 0 0 75%;
    width: 75%;
  }
}
#main {
  background: #fff;
  padding: 20px;
}
@media all and (min-width: 768px) {
  #main {
    padding: 10px;
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  #main {
    max-width: 855px;
    width: 100%;
  }
}
#main > article {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .primary {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0 1.25rem 0 0;
    width: 65%;
  }
}
@media all and (min-width: 1024px) {
  .primary {
    max-width: calc(100% - 260px);
    flex: 0 0 70%;
    width: 70%;
  }
}
@media all and (min-width: 1140px) {
  .primary {
    max-width: calc(100% - 260px);
    width: calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
  }
}
@media all and (min-width: 768px) {
  .primary--full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .sidebar {
    max-width: 35%;
    flex: 0 0 35%;
  }
}
@media all and (min-width: 1024px) {
  .sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media all and (min-width: 1140px) {
  .sidebar {
    max-width: 260px;
    width: 260px;
    flex: 0 0 260px;
  }
}
.container {
  padding: 0 0.75rem;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.alignleft,
.alignright {
  height: auto;
  max-width: 47%;
}
.alignnone {
  float: none;
}
.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.aligncenter {
  display: block;
  margin: 1.5rem auto;
}
.lightbox {
  position: fixed;
  transform: translate(0, -50%);
  top: 50% !important;
}
.lightbox .lb-image {
  border: 0;
}
.lightbox .lb-number {
  display: none !important;
}
.lightbox .lb-dataContainer {
  padding: 1.5rem;
  text-align: center;
}
.lightbox .lb-caption {
  font-family: "Raleway", "sans-serif";
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}
.lightbox .lb-close {
  background: none;
  padding: 1rem 0;
  width: auto;
}
.lightbox .lb-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 2rem;
}
@media print {
  body {
    background-image: none !important;
  }
  .mb-layoutarea-header,
  .mb-layoutarea-contentrightcolumn,
  .mb-layoutarea-adscolumn,
  .mb-layoutarea-footer,
  .mb-layoutarea-hidefromprint {
    display: none !important;
  }
  .mb-layoutarea-content {
    width: 100% !important;
  }
}
.sharing-buttons {
  display: flex;
  list-style: none;
  margin: 1.25rem 0;
}
@media all and (min-width: 568px) {
  .sharing-buttons {
    margin: 0 -2px 0 auto;
  }
}
.sharing-buttons__item {
  margin: 0 2px;
}
.sharing-buttons__button {
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
}
.sharing-buttons__button::before {
  color: #fff;
  display: block;
  font-size: 0.75rem;
}
.sharing-buttons__button--facebook {
  background: #3b5998;
}
@media all and (pointer: fine) {
  .sharing-buttons__button--facebook:hover {
    background: #366cdd;
  }
}
.sharing-buttons__button--facebook::before {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-style: normal;
}
.sharing-buttons__button--twitter {
  background: #1da1f2;
}
@media all and (pointer: fine) {
  .sharing-buttons__button--twitter:hover {
    background: #00cfff;
  }
}
.sharing-buttons__button--twitter::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-style: normal;
}
.sharing-buttons__button--print {
  background: #aaa;
}
@media all and (pointer: fine) {
  .sharing-buttons__button--print:hover {
    background: #ccc;
  }
}
.sharing-buttons__button--print::before {
  content: "\f02f";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
.sharing-buttons__button--email {
  background: #ea4335;
}
@media all and (pointer: fine) {
  .sharing-buttons__button--email:hover {
    background: #ff3c22;
  }
}
.sharing-buttons__button--email::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
.wp-block-quote p {
  color: #E63323 !important;
  font-family: "Raleway", "sans-serif" !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.wp-block-quote cite {
  color: #E63323;
  font-weight: 600;
}
.wp-element-caption {
  font-size: 0.75rem;
  font-style: italic;
}
.wp-block-image, .wp-block-embed, .wp-block-table {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table table td, .wp-block-table table th {
  padding: 5px;
}
.wp-block-quote {
  font-family: "Raleway", "sans-serif";
  margin: 1rem 0;
}
.wp-block-quote,
.wp-block-pullquote {
  text-align: left;
}
.wp-block-quote p,
.wp-block-pullquote p {
  color: #E63323 !important;
  font-family: "Raleway", "sans-serif" !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 5px;
  text-align: left;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
  color: #E63323;
  font-family: "Raleway", "sans-serif";
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
}
.wp-block-pullquote {
  font-size: 100%;
  margin: 1em 0;
  padding: 0;
}
.wp-block-image {
  margin-bottom: 0.625rem;
}
.wp-block-separator {
  border: 0;
  border-top: 1px solid #dcdaca;
  margin-bottom: 1em;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.heading {
  font-family: "Raleway", "sans-serif";
  font-weight: 900;
}
.heading--primary {
  font-size: 1.25rem;
}
@media all and (min-width: 768px) {
  .heading--primary {
    font-size: 2rem;
  }
}
.page__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .page__title {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .archive__heading {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.heading--secondary,
.fp-article--full .fp-article__title,
.article__title {
  font-size: 1.25rem;
}
@media all and (min-width: 768px) {
  .heading--secondary,
  .fp-article--full .fp-article__title,
  .article__title {
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media all and (min-width: 1024px) {
  .heading--secondary,
  .fp-article--full .fp-article__title,
  .article__title {
    font-size: 1.75rem;
  }
}
.heading--tertiary,
.fp-article--compact .fp-article__title {
  font-size: 1rem;
}
@media all and (min-width: 768px) {
  .heading--tertiary,
  .fp-article--compact .fp-article__title {
    font-size: 1.25rem;
  }
}
.fp-article__title {
  line-height: 1;
  margin-bottom: 6px;
}
.fp-article__excerpt {
  line-height: 1.4;
}
.article-footer__heading {
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.mb-jj-articlelist-widget--date,
.article__date,
.fp-article__date {
  display: block;
  font-family: "Inter", "sans-serif";
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
}
.button,
.facetwp-load-more,
.newsletter-widget div.wpforms-container-full input[type=submit],
.newsletter-widget div.wpforms-container-full button[type=submit],
.newsletter-widget div.wpforms-container-full .wpforms-page-button,
.page .wp-block-button__link,
.wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #000000;
  border-radius: 3px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", "sans-serif";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
.wp-block-button__link {
  color: #fff !important;
  font-size: 0.75rem !important;
}
.newsletter-widget div.wpforms-container-full input[type=submit],
.newsletter-widget div.wpforms-container-full button[type=submit],
.wpforms-form .wpforms-submit-container .wpforms-submit {
  background: #000 !important;
  font-family: "Source Sans Pro" !important;
  font-size: 0.75rem !important;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem !important;
}
.wpforms-container .wpforms-submit-container {
  padding-top: 0 !important;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
  padding: 0 5px !important;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
  margin: 0 -5px !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  font-size: 0.875rem;
}
.tag-list {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
}
.tag-list__item {
  margin: 0 5px 5px 0;
}
.tag-button {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-family: "Raleway", "sans-serif";
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
}
.tag-filter-button {
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}
@media all and (pointer: fine) {
  .tag-filter-button:hover {
    background-color: #000;
    color: #fff;
  }
}
.tag-filter-button--active {
  background-color: #000;
  color: #fff;
}
.entry-content,
.questions__answer {
  color: #333;
  font-family: "Source Sans Pro";
}
.entry-content a:not(.button),
.questions__answer a:not(.button) {
  color: #00b2df;
}
@media all and (pointer: fine) {
  .entry-content a:not(.button):hover,
  .questions__answer a:not(.button):hover {
    text-decoration: underline;
  }
}
.entry-content p,
.questions__answer p {
  color: #333;
  font-family: "Source Sans Pro";
  margin-bottom: 1em;
}
.entry-content p + h2,
.questions__answer p + h2 {
  margin-top: 0.5em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.questions__answer h2,
.questions__answer h3,
.questions__answer h4,
.questions__answer h5,
.questions__answer h6 {
  font-family: "Raleway", "sans-serif";
  font-size: 1rem;
  line-height: 1.2;
}
.entry-content ol,
.entry-content ul,
.questions__answer ol,
.questions__answer ul {
  font-family: "Source Sans Pro";
  margin-bottom: 0.25rem;
  padding-left: 1rem;
}
.entry-content ol li,
.entry-content ul li,
.questions__answer ol li,
.questions__answer ul li {
  margin-bottom: 0.5rem;
}
.wpforms-container .wpforms-form div.wpforms-container-full {
  margin-bottom: 0;
}
.wpforms-container .wpforms-form .wpforms-field {
  margin: 0 0 0.625rem 0;
  padding: 0;
}
.wpforms-container .wpforms-form .wpforms-field-layout {
  margin: 0;
}
.wpforms-container .wpforms-form div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child) {
  margin-bottom: 0.625rem;
}
.wpforms-container .wpforms-form input[type=date],
.wpforms-container .wpforms-form input[type=datetime],
.wpforms-container .wpforms-form input[type=datetime-local],
.wpforms-container .wpforms-form input[type=email],
.wpforms-container .wpforms-form input[type=month],
.wpforms-container .wpforms-form input[type=number],
.wpforms-container .wpforms-form input[type=password],
.wpforms-container .wpforms-form input[type=range],
.wpforms-container .wpforms-form input[type=search],
.wpforms-container .wpforms-form input[type=tel],
.wpforms-container .wpforms-form input[type=text],
.wpforms-container .wpforms-form input[type=time],
.wpforms-container .wpforms-form input[type=url],
.wpforms-container .wpforms-form input[type=week],
.wpforms-container .wpforms-form select,
.wpforms-container .wpforms-form textarea {
  border: 1px solid #69727d;
  color: #000;
  font-family: "Source Sans Pro";
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: 0 !important;
  padding-left: 0 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  font-family: "Source Sans Pro";
}
div.wpforms-container-full .wpforms-confirmation-container-full p::before, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  color: #009949;
  content: "\f00c";
  margin-right: 0.5em;
}
.article__date {
  margin: 0.25rem 0 0.625rem 0;
  text-align: right;
}
.article__date .dimmed {
  color: #999;
  display: block;
}
@media all and (min-width: 568px) {
  .article__date .dimmed {
    display: inline;
    margin-left: 1em;
  }
}
.article__subtitle {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.125rem;
}
@media all and (min-width: 768px) {
  .article__subtitle {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}
.article__subtitle--bottom {
  font-weight: 700;
  margin: -0.5rem 0 0.875rem 0;
}
@media all and (min-width: 768px) {
  .article__subtitle--bottom {
    font-size: 1.125rem;
    margin: -0.5rem 0 1rem 0;
  }
}
.article__title {
  margin-bottom: 1rem;
}
.article__excerpt {
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .article__excerpt {
    font-size: 1rem;
  }
}
.article__excerpt p {
  font: inherit;
}
.article__disclaimer {
  background: #ebe6e2;
  color: #e63323;
  font-family: "Source Sans Pro";
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.625rem;
}
.article__disclaimer a {
  text-decoration: underline;
}
.article__content--news.article__content {
  display: block;
}
@media all and (max-width: 567.9px), (min-width: 768px) and (max-width: 1023.9px) {
  .article__content--news.article__content {
    display: flex;
    flex-direction: column;
  }
  .article__fact-box.fact-box {
    order: 2;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px), (min-width: 1024px) {
  .article__fact-box.fact-box {
    float: right;
    margin: 0 0 0.5rem 0.5rem;
    width: 35%;
  }
}
.fact-box {
  background-color: #f2eeec;
  border-left: solid 8px #e63323;
  color: #e63323;
  margin: 0.75rem 0;
  padding: 10px;
}
.fact-box__heading {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
.fact-box__content p {
  color: #e63323;
  font-size: 0.75rem;
  line-height: 1.5;
}
.fact-box__content p:last-child {
  margin: 0;
}
.mb-jj-article-images {
  margin-bottom: 1.25rem;
}
.mb-jj-article-images__image > a {
  display: block;
  margin-bottom: 0.625rem;
}
.mb-jj-article-image__photoby {
  display: block;
  font-size: 0.625rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.mb-jj-article-image__description {
  font-size: 0.75rem;
  font-style: italic;
}
@media all and (min-width: 568px) {
  .article__footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.article__byline {
  margin: 1rem 0;
}
.byline__author-name,
.byline__author-title,
.byline__author-email {
  font-family: "Raleway", "sans-serif";
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.byline__author-name {
  font-weight: 900;
  text-transform: uppercase;
}
.byline__author-title {
  font-style: italic;
  font-weight: 600;
}
.byline__author-email {
  color: #00b2df;
  font-weight: 600;
}
.article__published-in {
  align-items: center;
  display: flex;
  color: #00b2df;
  font-family: "Source Sans Pro";
  font-weight: 600;
  margin: 0.875rem 0 1rem 0;
}
.article__published-in p {
  font: inherit;
}
.article__published-in::before {
  background: #00b2df;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  border-radius: 50%;
  color: #fff;
  content: "\f1ea";
  display: block;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  margin-right: 0.5rem;
  text-align: center;
  transform: rotate(340deg);
  width: 2rem;
}
.article__tags {
  margin-bottom: 1rem;
}
.article__tags .tag-button {
  border-color: #e63323;
  color: #e63323;
}
@media all and (pointer: fine) {
  .article__tags .tag-button:hover {
    background: #e63323;
    color: #fff;
  }
}
.related-articles .article-carousel__heading {
  -webkit-hyphens: auto; /* Saf 5.1+ */ /* Fx 6.0+ */ /* IE 10+ */
  hyphens: auto; /* None yet */
}
@media all and (min-width: 768px) {
  .related-articles .article-carousel__heading {
    height: 6rem;
  }
}
@media all and (min-width: 1024px) {
  .related-articles .article-carousel__heading {
    height: 5.5rem;
  }
}
.questions {
  list-style: none;
  margin-top: -0.625rem;
}
.questions__item {
  border-top: 1px solid #dcdaca;
  padding: 0.625rem 0 0.625rem 3.5rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .questions__item {
    padding: 0.825rem 0.625rem 0.825rem 4rem;
  }
}
@media all and (min-width: 412px) {
  .accordion__header {
    display: flex;
    align-items: center;
    min-height: 36px;
  }
}
.accordion__header::before {
  color: #e63323;
  content: "\f059";
  display: block;
  font-size: 2.125rem;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
}
.accordion__content {
  display: none;
}
.questions .tag-filter-button--fraga-oss {
  display: inline-block;
  font-size: 0.625rem;
  order: 2;
  padding: 3px 8px;
}
@media all and (min-width: 412px) {
  .questions .tag-filter-button--fraga-oss {
    font-size: 0.75rem;
    margin: auto 0 auto auto;
    padding: 5px 10px;
  }
}
.questions__question-title {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.1;
  padding-right: 2rem;
}
@media all and (min-width: 768px) {
  .questions__question-title {
    font-size: 1.125rem;
  }
}
.questions__content {
  text-align: right;
}
@media all and (min-width: 768px) {
  .questions__content {
    width: 61.3%;
  }
}
.close-accordion {
  cursor: pointer;
  font-size: 0;
  margin: 0 0 0.375rem 0;
}
.close-accordion::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  color: #e63323;
  content: "\f410";
  font-size: 1.5rem;
}
.questions__img {
  margin-bottom: 0.625rem;
}
.questions__img img {
  display: block;
}
.questions__question,
.questions__answer,
.questions__answer-heading {
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
}
.questions__question p,
.questions__answer p,
.questions__answer-heading p {
  font: inherit;
  margin-bottom: 1em;
}
.questions__question ul,
.questions__question ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.questions__answer {
  font-weight: 500;
}
.questions__questioner,
.questions__answered-by {
  display: block;
  font-weight: 500;
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .single-fraga-oss .questions__img {
    width: 61.3%;
  }
}
.single-fraga-oss .questions__question-title {
  margin: 0.375rem 0 0.625rem 0;
}
.archive__modal-wrapper {
  margin: 1.25rem 0 1.75rem 0;
}
.jquery-modal .modal {
  border-radius: 1.25rem;
  max-width: 640px;
  padding: 1.875rem;
}
@media all and (min-width: 768px) {
  .jquery-modal .modal {
    padding: 2rem 2.5rem;
  }
}
.jquery-modal .modal div.wpforms-container-full {
  margin: 1.25rem 0 0 0 !important;
}
.jquery-modal .modal .wpforms-field-label {
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  margin: 0 0 0.625rem 0;
}
.jquery-modal .modal .wpforms-submit-container {
  text-align: center;
}
.jquery-modal .modal .wpforms-submit {
  background: #009949 !important;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.jquery-modal .modal .wpforms-field-file-upload {
  font-family: "Source Sans Pro";
}
.jquery-modal .modal .wpforms-field-file-upload input {
  font-family: inherit;
}
.jquery-modal .modal a.close-modal {
  background: none;
  display: block;
  font-size: 0;
  height: auto;
  padding: 1.25rem;
  right: 0;
  text-indent: 0;
  top: 0;
  width: auto;
}
.jquery-modal .modal a.close-modal::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  color: #00b2df;
  content: "\f00d";
  display: block;
  font-size: 1rem;
}
.modal__heading {
  font-size: 1.25rem;
  font-weight: 900;
}
@media all and (min-width: 768px) {
  .modal__heading {
    font-size: 1.5rem;
  }
}
.modal__preamble {
  font-family: "Source Sans Pro";
}
.archive-filters--fragaoss {
  margin: 0.625rem 0;
}
.tag-filter-button--fraga-oss {
  border-color: #e63323;
  color: #e63323;
}
@media all and (pointer: fine) {
  .tag-filter-button--fraga-oss:hover {
    background: #e63323;
    color: #fff;
  }
}
.tag-filter-button--fraga-oss.tag-filter-button--active {
  background: #e63323;
  color: #fff;
}
.panel {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin-bottom: 1.25rem;
  margin-left: -0.625rem;
}
@media all and (min-width: 1024px) {
  .panel {
    width: 75%;
  }
}
.panel__item {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
}
@media all and (min-width: 375px) {
  .panel__item {
    flex: 0 0 50%;
  }
}
@media all and (min-width: 412px) {
  .panel__item {
    flex: 0 0 33.3%;
  }
}
@media all and (min-width: 768px) {
  .panel__item {
    flex: 0 0 20%;
  }
}
.panel__portrait {
  margin-bottom: 0.375rem;
  overflow: hidden;
  position: relative;
}
.panel__portrait::after {
  content: "";
  display: block;
  padding-bottom: 114%;
}
.panel__portrait img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.panel__name {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}
.panel__desc {
  font-family: "Source Sans Pro";
  font-size: 0.625rem;
}
.mb-jj-fragaoss-query {
  border: 1px solid #666;
  border-radius: 3px;
  font-family: "Raleway", "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  width: 100%;
}
.mb-jj-fragaoss-query:focus {
  border-color: #333;
}
article.kunskapsartiklar {
  width: 100%;
}
.article__header-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .article__sidebar .fact-box {
    margin-top: 0;
  }
  .article__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .article__footer--narrow,
  .article__header--narrow {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0 1.25rem 0 0;
    width: 65%;
  }
}
@media all and (min-width: 1024px) {
  .article__footer--narrow,
  .article__header--narrow {
    max-width: calc(100% - 250px);
    flex: 0 0 70%;
    width: 70%;
  }
}
@media all and (min-width: 1140px) {
  .article__footer--narrow,
  .article__header--narrow {
    max-width: calc(100% - 260px);
    width: calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
  }
}
@media all and (min-width: 768px) {
  .related-articles--full {
    margin-top: 2rem;
  }
}
.archive__modal-wrapper--jagarmarknaden {
  margin: 1rem 0;
}
.jagarmarknaden__instructions {
  margin: 1.25rem 0;
}
@media all and (min-width: 768px) {
  .jagarmarknaden__instructions {
    display: flex;
  }
  .jagarmarknaden__instruction-column {
    flex: 0 0 65%;
  }
  .jagarmarknaden__terms-column {
    flex: 0 0 35%;
    padding-left: 1.25rem;
  }
}
.jagarmarknaden__instruction-heading {
  color: #e63323;
  font-size: 1rem;
}
.fact-box--monochrome {
  border-left-color: #11352d;
  color: #11352d;
}
@media all and (min-width: 1024px) {
  .fact-box--monochrome {
    padding: 15px;
  }
}
.fact-box--monochrome p {
  color: inherit;
  margin-bottom: 1.3em;
}
.fact-box--monochrome p:last-child {
  margin: 0;
}
.archive-filters--jagarmarknaden .tag-filter-button,
.tag-filter-button--jagarmarknaden {
  border-color: #11352d;
  color: #11352d;
}
@media all and (pointer: fine) {
  .archive-filters--jagarmarknaden .tag-filter-button:hover,
  .tag-filter-button--jagarmarknaden:hover {
    background: #11352d;
    color: #fff;
  }
}
.archive-filters--jagarmarknaden .tag-filter-button--active {
  background: #11352d;
  color: #fff;
}
@media all and (min-width: 412px) {
  .jm-ad {
    display: flex;
  }
}
.jagarmarknaden__list {
  list-style: none;
}
.jagarmarknaden__list-item {
  border-bottom: 1px solid #dcdaca;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.jm-ad__img {
  background: url("/wp-content/themes/jaktojagare.se/static/images/placeholder-jagarmarknaden.jpg");
  background-size: cover;
  position: relative;
  width: 100%;
}
@media all and (min-width: 412px) {
  .jm-ad__img {
    height: 120px;
    width: 120px;
    flex: 0 0 120px;
  }
}
@media all and (min-width: 568px) {
  .jm-ad__img {
    height: 150px;
    width: 150px;
    flex: 0 0 150px;
  }
}
.jm-ad__img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.jm-ad__img img {
  display: block;
  position: absolute;
  width: 100%;
}
.jm-ad__content {
  min-height: 150px;
}
@media all and (min-width: 412px) {
  .jm-ad__content {
    padding-left: 0.625rem;
  }
}
@media all and (min-width: 568px) {
  .jm-ad__content {
    padding-left: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .jm-ad__content {
    padding-left: 1.875rem;
  }
}
.jm-ad__content .tag-filter-button--jagarmarknaden {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
}
.jm-ad__title {
  font-size: 1rem;
}
.jm-ad__contact {
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
}
.food-articles__list-item .tag-filter-button {
  display: inline-block;
}
.archive__heading--mat {
  color: #009949;
}
.tag-filter-button--mat {
  border-color: #009949;
  color: #009949;
}
@media all and (pointer: fine) {
  .tag-filter-button--mat:hover {
    background: #009949;
    color: #fff;
  }
}
.tag-filter-button--mat.tag-filter-button--active {
  background: #009949;
  color: #fff;
}
.food-articles__list {
  list-style: none;
}
@media all and (min-width: 568px) {
  .food-articles__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25rem;
  }
}
@media all and (min-width: 1024px) {
  .food-articles__list {
    margin-left: -1.875rem;
  }
}
.food-articles__list-item {
  font-size: 0;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 568px) {
  .food-articles__list-item {
    flex: 0 0 50%;
    padding-left: 1.25rem;
  }
}
@media all and (min-width: 1024px) {
  .food-articles__list-item {
    padding-left: 1.875rem;
  }
}
.food-articles__list-item img {
  display: block;
}
.food-articles__list-item .tag-filter-button--mat {
  font-size: 0.75rem;
}
.food-articles__list-item-link {
  display: block;
}
.food-articles__list-item-heading {
  font-size: 1.125rem;
  margin: 0.375rem 0 0.625rem 0;
}
@media all and (min-width: 768px) {
  .food-article__header {
    display: flex;
  }
}
.article__meta {
  font-family: "Source Sans Pro";
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .article__meta {
    margin: 0 0 auto 0;
    flex: 0 0 30%;
    order: 2;
  }
}
@media all and (max-width: 767.9px) {
  .food-article__meta {
    margin: 0 0 0.625rem 0;
  }
}
@media all and (min-width: 768px) {
  .food-article__meta {
    margin-bottom: 1.25rem;
  }
}
.article__content--mat {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .article__content--mat {
    flex-direction: row;
  }
  .recipe-widget--mobile,
  .food-article__meta--mobile {
    display: none;
  }
}
@media all and (max-width: 767.9px) {
  .recipe-widget--desktop,
  .food-article__meta--desktop {
    display: none;
  }
}
.recipe-widget__yield {
  font-family: "Raleway", "sans-serif";
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
}
.recipe-widget__yield::before {
  color: #c0afa2;
  content: "\f2e7";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
}
.recipe-widget__heading {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.article__tags--food .tag-button {
  border-color: #009949;
  color: #009949;
}
@media all and (pointer: fine) {
  .article__tags--food .tag-button:hover {
    background: #009949;
    color: #fff;
  }
}
/* Mat/Recept Artikel */
.mb-jj-recept-article--tags a {
  border: solid 1px #108B21;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}
.mb-jj-recipearticle-ingredients--block h3 {
  border-bottom: solid 1px #929292;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-bottom: 8px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.mb-jj-recipearticle-ingredients--block ul {
  list-style: none;
  margin-bottom: 16px;
  padding: 0;
}
.mb-jj-recipearticle-ingredients--block ul li {
  border-bottom: solid 1px #929292;
  font-size: 12px;
  padding: 2px 0;
}
.mb-jj-recipe-tagfilter {
  list-style: none;
  padding: 0;
}
.mb-jj-recipe-tagfilter li {
  display: inline-block;
}
.mb-jj-recipe-tagfilter li a {
  border: solid 1px #108B21;
  border-radius: 5px;
  color: #108B21;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}
.mb-jj-recipe-tagfilter li.selected a, .mb-jj-recipe-tagfilter li a:hover {
  background-color: #108B21;
  color: #fff;
}
.tag-filter-button--utrustning {
  border-color: #ef7b0b;
  color: #ef7b0b;
}
@media all and (pointer: fine) {
  .tag-filter-button--utrustning:hover {
    background: #ef7b0b;
    color: #fff;
  }
}
.tag-filter-button--utrustning.tag-filter-button--active {
  background: #ef7b0b;
  color: #fff;
}
.gear-article__header {
  display: flex;
  flex-wrap: wrap;
}
.gear-article__header .article__date {
  margin: auto 0 auto auto;
}
.article__photoby {
  font-family: "Source Sans Pro";
  font-size: 0.75rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 767.9px) {
  .article__photoby {
    order: 99;
  }
}
@media all and (min-width: 768px) {
  .article__photoby {
    flex: 0 0 30%;
    margin: auto 0;
  }
}
.article__meta-name {
  font-weight: 700;
}
.gear-article__header-meta {
  flex: 0 0 100%;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .gear-article__header-meta {
    flex: 0 0 70%;
    max-width: calc(100% - 250px);
    padding: 0 1.25rem 0 0;
  }
}
.article__gear-meta {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 5px;
}
@media all and (min-width: 412px) {
  .article__gear-meta {
    margin: 0 5px 0 10px;
  }
}
.article__gear-meta-prefix {
  font-weight: 700;
}
.gear-article__header-content {
  margin-top: 1.25rem;
}
.gear-article__pros-cons {
  margin-bottom: 1.25rem;
}
.gear-article__pros-cons + .gear-article__pros-cons {
  margin-top: -1.25rem;
}
.gear-article__pros-cons-title {
  font-family: "Raleway", "sans-serif";
  font-size: 3rem !important;
  font-weight: 400;
}
.mb-gear-article-plusminus.mb-gear-article-plusminus--plus li::before {
  content: "+ ";
}
.mb-gear-article-plusminus.mb-gear-article-plusminus--minus li::before {
  content: "- ";
}
.mb-gear-article-testpanel--header {
  background-color: #333333;
  color: #fff !important;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}
.mb-gear-article-testpanel {
  background-color: #333333;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.mb-gear-article-testpanel div img {
  max-width: 100%;
}
.mb-gear-article-testpanel div {
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
@media all and (min-width: 375px) and (max-width: 567.9px) {
  .mb-gear-article-testpanel div {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 50%;
  }
}
@media all and (min-width: 568px) {
  .mb-gear-article-testpanel div {
    flex-basis: 33%;
    flex-grow: 1;
  }
}
.mb-gear-article-testpanel div p.conclusion {
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
}
.mb-gear-article-testpanel--persontitle {
  font-style: italic;
}
.mb-gear-article-products--header {
  margin: 2.5rem 0 1.25rem 0;
}
.mb-gear-article-product {
  border: solid 1px #ee7b2a;
  margin-bottom: 16px;
}
.mb-gear-article-product h2 {
  background-color: #ee7b2a;
  color: #fff !important;
  margin: 0;
  padding: 5px 10px;
}
.mb-gear-article-product--container {
  display: flex;
  flex-wrap: nowrap;
}
.mb-gear-article-product--container div {
  padding: 10px;
}
.mb-gear-article-product--media {
  flex-basis: 20%;
}
.mb-gear-article-product--content {
  flex-basis: 50%;
  font-family: "Raleway", "sans-serif";
  font-size: 12px;
}
.mb-gear-article-product--content p {
  font: inherit;
}
.mb-gear-article-product--plusminus {
  flex-basis: 30%;
}
.mb-gear-article-product--plusminus h3 {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1em;
  margin: 0 !important;
}
.mb-jj-grade.mb-gear-article-product--grade i {
  color: #ee7b2a;
}
.entry-content .mb-gear-article-plusminus {
  list-style: none;
  padding-left: 0 !important;
}
.entry-content .mb-gear-article-plusminus li {
  font-family: "Raleway", "sans-serif";
  font-size: 0.75rem;
  margin: 0;
}
.archive__header {
  margin-bottom: 5px;
}
.archive__preamble {
  font-family: "Raleway", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
}
.archive__heading {
  margin-bottom: 1.25rem;
}
.archive__active-category {
  color: #e63323;
}
.archive-filters {
  margin: 1.25rem 0;
}
.archive-filters__list {
  font-size: 0;
  list-style: none;
}
.archive-filters__list-item {
  display: inline-block;
  vertical-align: top;
}
/*
.fp-article.kunskapsartiklar {
  position: relative;

  .jj-tag {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    @media all and (min-width: $md-min) {
      margin-bottom: 5px;
      position: relative;
    }

  }
}
*/
.fp-article__meta {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.fp-article__meta .jj-tag {
  margin-right: 0.625rem;
}
.fp-article__gear-meta-prefix {
  font-weight: 700;
}
.mb-jj-article--datefield {
  display: block;
}
.archive-filters__list--utrustning .tag-filter-button {
  border-color: #ef7b0b;
  color: #ef7b0b;
}
.archive-filters__list--utrustning .tag-filter-button--active {
  background: #ef7b0b;
  color: #fff;
}
@media all and (pointer: fine) {
  .archive-filters__list--utrustning .tag-filter-button:hover {
    background: #ef7b0b;
    color: #fff;
  }
}
.nav-links {
  color: #000;
  font-family: "Inter", "sans-serif";
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.nav-links .page-numbers {
  display: inline-block;
  margin: 0 5px;
}
.nav-links a {
  color: #00b2df;
}
.nav-links .prev::before,
.nav-links .next::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 0.5rem;
  position: relative;
  top: -1px;
}
.nav-links .prev::before {
  content: "\f323";
  margin-right: 5px;
}
.nav-links .next::after {
  content: "\f324";
  margin-left: 5px;
}
.nav-links .current {
  color: #000;
}
.search__new-search-heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.search__searchform .searchform {
  display: block !important;
  padding: 0 !important;
}
.search #primary {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.search__query {
  color: #e63323;
}
.error404-content {
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
.error404-content .page__title {
  margin: 0;
}
.owl-carousel {
  position: relative;
}
.owl-prev,
.owl-next {
  bottom: 50%;
  margin-top: -10px;
  position: absolute;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-nav button i {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
}
.article-carousel__item {
  position: relative;
}
.article-carousel .owl-nav {
  margin: 0;
}
.article-carousel__item-tag-list {
  list-style: none;
  position: absolute;
}
.jj-tag {
  color: #fff;
  display: inline-block;
  font-family: "Raleway", "sans-serif";
  font-size: 0.625rem;
  font-weight: 900;
  line-height: 1em;
  padding: 0.625rem 0.5rem 0.5rem;
  text-transform: uppercase;
}
.article-carousel__heading {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  height: 4.375rem;
  line-height: 1.15;
  padding: 0 1rem;
}
@media all and (min-width: 1024px) {
  .article-carousel--full .artice-carousel__heading {
    height: 4.375rem;
  }
  .sidebar .widget.carousel-widget .article-carousel__heading {
    font-size: 1rem;
  }
}
.mb-jj-articlecarousel-startpage {
  border-bottom: 1px solid #dcdaca;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.625rem 0;
}
.fp-articles .mb-adarea > div {
  border-bottom: 1px solid #dcdaca;
  padding: 0 0 0.625rem 0;
}
.fp-articles .facetwp-facet-fp_posts_more {
  margin: 2.5rem 0 1.875rem 0;
  text-align: center;
}
.fp-articles__list {
  list-style: none;
}
.fp-articles__list-item {
  border-bottom: 1px solid #dcdaca;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.fp-article__img {
  margin-bottom: 5px;
}
.fp-article__img img {
  display: block;
  width: 100%;
}
.fp-article__wrapper {
  display: flex;
  flex-direction: column;
}
.fp-article__date {
  color: #000;
  margin: 4px 0;
  text-align: right;
}
.fp-article__category {
  color: #e63323;
  display: block;
  font-family: "Raleway", "sans-serif";
  font-size: 0.625rem;
  font-weight: 900;
  margin: -4px 0 4px 0;
  text-align: right;
  text-transform: uppercase;
}
.fp-article__date .dimmed {
  color: #999;
  margin-left: 8px;
}
@media all and (min-width: 768px) {
  .fp-article--compact .fp-article__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.fp-article--compact .fp-article__date {
  flex: 0 0 100%;
}
@media all and (min-width: 768px) {
  .fp-article--compact .fp-article__date {
    order: -2;
  }
}
.fp-article--compact .fp-article__category {
  flex: 0 0 100%;
}
@media all and (min-width: 768px) {
  .fp-article--compact .fp-article__category {
    order: -1;
  }
  .fp-article--compact .fp-article__img {
    flex: 0 0 120px;
    margin-right: 1rem;
  }
  .fp-article--compact .fp-article__summary {
    flex: 0 0 calc(100% - 1rem - 120px);
  }
}
.site-footer {
  background: #e63323;
  color: #fff;
  margin: 0 -20px -20px -20px;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .site-footer {
    margin: 0;
    padding: 1.25rem;
    text-align: left;
  }
}
.site-footer__header {
  margin-bottom: 1.25rem;
}
.site-footer__header-branding {
  margin: auto;
}
@media all and (min-width: 768px) {
  .site-footer__header-branding {
    margin: 0;
  }
  .site-footer__container {
    display: flex;
  }
}
.site-footer__social--mobile {
  display: flex;
  justify-content: center;
  margin: 1.25rem auto 0 auto;
}
@media all and (min-width: 768px) {
  .site-footer__social--mobile {
    display: none;
  }
}
.site-footer__social--desktop {
  display: none;
}
@media all and (min-width: 768px) {
  .site-footer__social--desktop {
    display: flex;
    margin-left: -4px;
  }
}
.site-footer__social--desktop .social-nav__icon {
  font-size: 0.875rem;
}
@media all and (min-width: 768px) {
  .site-footer__social--desktop .social-nav__icon {
    padding-bottom: 0;
  }
}
.site-footer__nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media all and (min-width: 768px) {
  .site-footer__nav {
    width: 50%;
    flex: 0 0 50%;
  }
}
.site-footer__nav-column {
  width: 50%;
}
@media all and (min-width: 768px) {
  .site-footer__nav-column {
    padding-right: 1.25rem;
    width: 100%;
  }
}
.site-footer__heading {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.site-footer__menu {
  list-style: none;
}
.site-footer__menu .menu-item {
  font-size: 0.75rem;
  margin: 0.1875rem 0;
}
.site-footer__menu .menu-item a {
  color: inherit;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .site-footer__publisher {
    flex: 0 0 25%;
    padding-right: 1.25rem;
    width: 25%;
  }
}
.site-footer__publisher-content {
  font-size: 0.75rem;
}
.site-footer__branding {
  width: auto;
}
@media all and (min-width: 768px) {
  .site-footer__branding {
    margin-left: auto;
  }
}
.site-footer__logo {
  height: 6.25rem;
  margin: 1.875rem auto 0 auto;
  width: 6.25rem;
}
@media all and (min-width: 768px) {
  .site-footer__logo {
    margin: auto;
  }
}
.site-header {
  background: #e63323;
  padding: 1.625rem 1.25rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .site-header {
    padding: 0 1.25rem;
  }
}
.site-header__branding {
  display: block;
}
@media all and (min-width: 768px) {
  .site-header__branding {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.25rem;
  }
}
.site-header__branding img {
  max-width: 500px;
  width: 100%;
}
.site-header__logo {
  padding-right: 40px;
  width: 100%;
}
.site-header__secondary-logo {
  display: none;
}
@media all and (min-width: 768px) {
  .site-header__secondary-logo {
    display: block;
    height: 80px;
    margin: auto 0 0 auto;
    width: 80px;
    flex: 0 0 80px;
  }
}
.menu-row-text {
  text-decoration: none;
}
#app-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
button.menu-close-button {
  right: 0.75rem !important;
  top: 0.75rem !important;
}
.search-toggle {
  background: none;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .search-toggle {
    display: none;
  }
}
#searchform {
  background: #fff;
  display: none;
  padding: 0.75rem;
}
@media all and (min-width: 1024px) {
  #searchform {
    max-width: 1140px;
    width: 100%;
    flex: 0 0 100%;
  }
}
#searchform > div {
  display: flex;
}
#searchform input {
  font-family: "Source Sans Pro";
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1rem;
}
#searchform #s {
  flex: 1 0 auto;
  background: #f1f1f4;
}
#searchform #searchsubmit {
  background: #000 url("/wp-content/themes/jaktojagare.se/static/images/search.svg") no-repeat center center;
  background-size: 1rem auto;
  font-size: 0;
  width: 3.125rem;
}
.site-header__top-nav {
  display: none;
}
@media all and (min-width: 768px) {
  .site-header__top-nav {
    display: flex;
    margin-bottom: 1rem;
  }
}
.top-nav__menu {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  margin: 0 -10px;
  padding-top: 5px;
}
@media all and (min-width: 1024px) and (max-width: 1079px) {
  .top-nav__menu {
    margin: 0 -5px;
  }
}
.top-nav__menu .menu-item > a {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 12px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media all and (min-width: 768px) and (max-width: 840px), (min-width: 1024px) and (max-width: 1139px) {
  .top-nav__menu .menu-item > a {
    padding: 5px;
  }
}
.social-nav {
  display: flex;
  list-style: none;
}
.site-header__top-nav .social-nav {
  margin: 0 -4px auto auto;
}
.social-nav__icon {
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 8px 4px;
}
.global-nav {
  display: none;
}
@media all and (min-width: 768px) {
  .global-nav {
    display: block;
  }
}
.global-nav__menu {
  background: #000;
  display: flex;
  list-style: none;
  margin: 0 -1.25rem;
  padding: 0 0.5rem;
}
.global-nav__menu .menu-item > a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  /*  height: 1.875rem;
    line-height: 1.875rem; */
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
/* Mobile Menu */
#app-btn {
  text-align: right;
}
#app-btn button {
  position: relative;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
}
#app-btn svg {
  fill: #fff;
}
.menu-header button svg path {
  fill: #000;
}
#app div.header-image {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#app .menu {
  overflow-y: auto;
}
.widget {
  margin-bottom: 1.25rem;
}
.widget--rounded {
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.widget__heading--skewed {
  background: #c0afa2;
  color: #fff;
  font-family: "Raleway", "sans-serif";
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1rem;
  margin-left: 0.375rem;
  padding: 1rem;
  text-transform: uppercase;
  transform: skew(350deg);
  width: calc(100% - 0.75rem);
}
.mb-jj-articlelist-widget ul {
  list-style: none;
  margin-top: -0.3125rem;
}
.mb-jj-articlelist-widget ul li {
  border-bottom: 1px solid #DCDACA;
  padding: 0.3125rem 0;
}
.mb-jj-articlelist-widget ul li a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15;
}
.mb-jj-articlelist-widget--date {
  color: #333;
}
.carousel-widget {
  border-bottom: 1px solid #dcdaca;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.fragaoss-widget {
  background: #e63323;
  color: #fff;
  text-align: right;
}
.fragaoss-widget__post-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
  padding: 0.625rem 0;
}
.fragaoss-widget__post-link::after {
  content: "\f059";
  display: block;
  font-size: 3.125rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  margin-left: 1.25rem;
}
.fragaoss-widget__post-title {
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
}
.fragaoss-widget__heading {
  font-family: "Roboto Slab", "serif";
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.fragaoss-widget__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}
.newsletter-widget {
  background: #c0afa2;
}
.newsletter-widget__heading {
  font-family: "Roboto Slab", "serif";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  text-align: center;
}
.newsletter-widget__preamble {
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}
.newsletter-widget__preamble p {
  font: inherit;
}
.newsletter-widget .wpforms-container input.wpforms-field-medium,
.newsletter-widget .wpforms-container select.wpforms-field-medium,
.newsletter-widget .wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
.newsletter-widget div.wpforms-container-full input[type=date], .newsletter-widget div.wpforms-container-full input[type=datetime], .newsletter-widget div.wpforms-container-full input[type=datetime-local], .newsletter-widget div.wpforms-container-full input[type=email], .newsletter-widget div.wpforms-container-full input[type=month], .newsletter-widget div.wpforms-container-full input[type=number], .newsletter-widget div.wpforms-container-full input[type=password], .newsletter-widget div.wpforms-container-full input[type=range], .newsletter-widget div.wpforms-container-full input[type=search], .newsletter-widget div.wpforms-container-full input[type=tel], .newsletter-widget div.wpforms-container-full input[type=text], .newsletter-widget div.wpforms-container-full input[type=time], .newsletter-widget div.wpforms-container-full input[type=url], .newsletter-widget div.wpforms-container-full input[type=week], .newsletter-widget div.wpforms-container-full select, .newsletter-widget div.wpforms-container-full textarea {
  font-size: 0.75rem;
  width: 100%;
}
.newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  font-family: "Source Sans Pro";
  font-size: 0.75rem;
}
.newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input {
  -webkit-appearance: checkbox;
  -moz-appearance: auto;
       appearance: auto;
  height: 13px;
  margin: 1px 0 0 0;
  width: 13px;
}
.newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input::before, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input::after {
  content: none;
}
.newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label, .newsletter-widget div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  padding: 0 0 0 0.5rem;
}
.newsletter-widget .wpforms-container {
  padding-top: 1rem;
}
.newsletter-widget .wpforms-container .wpforms-submit-container {
  margin: 0;
  padding: 0.25rem 0 0.625rem 0;
  text-align: right;
}
.newsletter-widget div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child) {
  margin-bottom: 0.625rem !important;
}
.newsletter-widget .sib_signup_box_inside_1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.comply-text {
  font-size: 11px;
}
.sib_signup_form input[type=email], .sib_signup_form input[type=text] {
  border: 1px solid #69727d;
  color: #000;
  font-family: "Source Sans Pro";
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  width: 100%;
}
.sib_signup_box_inside_1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sib-default-btn {
  height: 2.5rem;
  background-color: #000000;
  border-radius: 3px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
.banner-widget {
  border-radius: 1.25rem;
  overflow: hidden;
}
.banner-widget a,
.banner-widget img {
  display: block;
  width: 100%;
}
.fp-splash {
  background: var(--fp-splash-bg);
  margin: 0 0.325rem 0.625rem 0.325rem;
  overflow: hidden;
  position: relative;
  transform: skew(350deg);
  width: 100%;
}
@media all and (min-width: 1024px) {
  .fp-splash {
    margin: 0 0.375rem 0.625rem 0.375rem;
  }
}
.fp-splash__link {
  display: flex;
  align-items: center;
}
.fp-splash img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 25%;
}
@media all and (min-width: 375px) {
  .fp-splash img {
    width: 30%;
  }
}
@media all and (min-width: 568px) {
  .fp-splash img {
    width: 130px;
  }
}
.fp-splash__heading {
  color: var(--fp-splash-content-color);
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.75rem 0.75rem 0.75rem calc(25% + 0.75rem);
  text-transform: uppercase;
  width: 100%;
}
@media all and (min-width: 375px) {
  .fp-splash__heading {
    padding-left: calc(30% + 0.75rem);
  }
}
@media all and (min-width: 568px) {
  .fp-splash__heading {
    padding-left: calc(130px + 1.25rem);
  }
}
@media all and (min-width: 768px) {
  .fp-splash__heading {
    font-size: 1rem;
    padding: 1.5rem 1.5rem 1.5rem calc(130px + 1.25rem);
  }
}
.fp-splash__prefix,
.fp-splash__content {
  white-space: nowrap;
}
.fp-splash__prefix {
  color: var(--fp-splash-prefix-color);
}
/*# sourceMappingURL=main.css.map */
