@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
/* Takeover fix */
.fisher-takeover-container iframe {
	max-width: initial !important;
}
/* End Takeover fix */

@font-face {
  font-family: 'Chronicle Text G2';
  font-style: normal;
  font-weight: 400;
  src: local('Chronicle-Text-G2'), url(/wp-content/plugins/fisher/core/fonts/chronicle-text-g2-roman.woff) format('woff');
}

@font-face {
  font-family: 'Chronicle Text G2';
  font-style: normal;
  font-weight: 600;
  src: local('Chronicle-Text-G2'), url(/wp-content/plugins/fisher/core/fonts/chronicle-text-g2-semibold.woff) format('woff');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 400;
  src: local('Panton-Light'), url(/wp-content/plugins/fisher/core/fonts/panton-light.woff) format('woff');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 600;
  src: local('Panton-Regular'), url(/wp-content/plugins/fisher/core/fonts/panton-regular.woff) format('woff');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 800;
  src: local('Panton-Bold'), url(/wp-content/plugins/fisher/core/fonts/panton-bold.woff) format('woff');
}

@font-face {
  font-family: 'Panton';
  font-style: italic;
  font-weight: 400;
  src: local('Panton-Light-Italic'), url(/wp-content/plugins/fisher/core/fonts/panton-light-italic.woff2) format('woff');
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

h2 {
	font-family: "Panton", sans-serif;
	font-weight: 600;
}

h3 {
	font-family: "Panton", sans-serif;
	font-weight: 600;
}

.jaktjournalen h2 {
  font-family: 'Verdana', sans-serif;
}

.jaktjournalen h3 {
  font-family: 'Verdana', sans-serif;
}

a {
	color: #ECBB20;
}

.jaktjournalen a {
	color: #E7903F;
}

a i {
	color: #000;
}

blockquote {
	border-color: #ECBB20;
}

.jaktjournalen blockquote {
	border-color: #E7903F;
}

body:not(.debug-enabled) .debug {
  visibility: hidden;
  display: none !important;
  opacity: 0;
}

body.debug-enabled .debug {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  margin: 4px;
  padding: 2px;
  font-family: 'Courier New', Courier, monospace;
  display: block;
}

body.no-scroll {
  overflow: hidden;
}

.frontpage-feed-item {
  display: block;
}

/* .continuing-feed .frontpage-feed-item,
.frontpage-feed-item:not(.first) {
  border-top: 1px solid #ddd;
  padding-top: 16px;
} */

.fisher-pinned-post .frontpage-feed-item:not(.first) {
  border-top: none;
  padding-top: 0;
}

.frontpage-feed-ad {
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}

.frontpage-feed-ad .ad-disclaimer {
  opacity: 1;
  transition: opacity 0.3s;
}

.frontpage-feed-ad .centered-ad {
  opacity: 1;
  transition: opacity 0.3s;
}

.frontpage-feed-ad.hidden .ad-disclaimer {
  opacity: 0;
}

.frontpage-feed-ad .infinite-article-divider {
  display: block;
}

.frontpage-feed-ad.hidden .infinite-article-divider {
  display: block;
}

.on-article .frontpage-feed-ad.hidden .ad-disclaimer--divider {
  opacity: 0;
}

.frontpage-feed-item-meta, .frontpage-feed-item-meta a {
  color: rgb(70, 70, 70);
  text-transform: uppercase;
  font-family: "Panton";
  font-weight: 600;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: normal;
}

.frontpage-feed--standard-item-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.frontpage-feed--standard-item-left {
  width: 100%;
}

.frontpage-feed--standard-item-right {
  display: flex;
  flex-direction: row;
}

.frontpage-feed--standard-item-heading {
  font-family: "Chronicle Text G2", serif;
  font-size: 2.2vw;
  line-height: 2.5vw;
  /* color: #000; */
  color: #222;
  font-weight: 600;
}

.frontpage-feed--standard-item-preamble {
  font-family: "Chronicle Text G2", serif;
  color: #222;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.frontpage-feed--standard-item-image {
  float: right;
  border-radius: 2px;
  margin: 16px;
  padding-bottom: 0;
  margin-right: 0;
  max-width: 20vw;
  max-height: 27vw;
}

.frontpage-feed--moderate-item-heading {
  font-family: "Chronicle Text G2", serif;
  font-size: 2.2vw;
  line-height: 2.5vw;
  color: #222;
  font-weight: 600;
  margin-bottom: 16px;
}

.frontpage-feed--moderate-item-bottom {
  display: flex;
  flex-direction: row;
}

.frontpage-feed--moderate-item-image-container {
  border-radius: 2px;
  min-width: 21vw;
  height: 14vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.frontpage-feed--moderate-item-preamble {
  font-family: "Chronicle Text G2", serif;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  color: #222;
  margin-left: 16px;
}

.jaktjournalen .frontpage-feed--standard-item-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jaktjournalen .frontpage-feed--standard-item-preamble {
  font-family: 'Tajawal', sans-serif;
}

.jaktjournalen .frontpage-feed--moderate-item-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jaktjournalen .frontpage-feed--moderate-item-preamble {
  font-family: 'Tajawal', sans-serif;
}

.jaktjournalen .frontpage-feed--bigimage-item-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.frontpage-feed--bigimage-item-content {
}

.frontpage-feed--bigimage-item-image {
  width: 100%;
  border-radius: 2px;
}

.frontpage-feed--bigimage-item-heading {
  font-family: "Chronicle Text G2", serif;
  font-size: 2.2vw;
  line-height: 2.5vw;
  /* color: #000; */
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}

.frontpage-feed-item-meta-tag {
  display: inline-block;
}

.head-buttons {
  display: flex;
  justify-content: flex-end;
  height: auto;
}

.head-button {
  user-select: none;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 32px;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-family: "Panton", sans-serif;
  font-weight: 600;
}

.head-button.in-right {
  margin-right: 16px;
}

.head-button.around-logo {
  margin-left: 8px;
  margin-right: 8px;
}

.head-button i {
  color: #fff;
}

.news-label {
  text-align: center;
  font-family: "Panton";
  font-weight: 600;
  font-size: 38px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.news-label.no-margin {
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  .news-label {
    font-size: 23px;
  }
}

.tws-ad-frame.desktop {
  display: block;
}

.tws-ad-frame.mobile {
  display: none;
}

.news-row {
  display: flex;
  justify-content: space-between;
}

.feed-guide {
  display: flex;
  position: relative;
  background-color: rgb(236, 239, 241);
  padding-top: 4px;
  padding-bottom: 4px;
  align-items: center;
  padding-left: 8px;
  margin-bottom: 18px;
  border-radius: 4px;
}

.feed-guide-label {
  color: #515151;
}

.feed-guide-arrow {
  background-size: 50%;
  background-position: center;
  background-image: url(/wp-content/plugins/fisher/core/ui/fiske-arrows-grey.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

.feed-guide-shape {
  background-image: url(/wp-content/plugins/fisher/core/ui/arrow.svg);
  width: 75px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(100% - 1px);
  left: 80%;
}

.category-description {
  font-family: "Chronicle Text G2", serif;
  font-size: 15px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 24px;
}

blockquote {
  border-left: 5px solid;
  padding-left: 22px;
}

div.wp-caption.alignright {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-menu {
  background-color: #f0ca48;
}

/*
    <i class="fab fa-facebook"></i>
        https://www.facebook.com/Fiskejournalen

    <i class="fab fa-instagram"></i>
        http://instagram.com/fiskejournalen

    <i class="fab fa-twitter"></i>
        https://twitter.com/Fiskeskvaller
*/

.panorama-ad-standard {
  display: block;
}

.panorama-ad-left-centered {
  display: none;
}

.centered-ad {
  display: flex;
  justify-content: center;
}

.centered-ad.desktop {
  display: flex;
}

.centered-ad.mobile {
  display: none;
}

.centered-ad div[id*="div-gpt-ad-"] {
  min-width: 1px;
  min-height: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* .centered-ad.desktop div[id*="div-gpt-ad-"] {
  display: block !important;
} */

.fisher-ad .fisher-ad-content {
  transition: opacity 0.3s;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fisher-ad.hidden .fisher-ad-content {
  opacity: 0;
}

.fisher-ad .ad-spinner {
  transition: opacity 0.3s;
  opacity: 0;
  height: 0;
}

.fisher-ad.hidden .ad-spinner {
  /* opacity: 1; */
  height: 100%;
}

.spinner.small {
  border-top: 0.5em solid rgba(240, 201, 72, 0.2);
  border-right: 0.5em solid rgba(240, 201, 72, 0.2);
  border-bottom: 0.5em solid rgba(240, 201, 72, 0.2);
  border-left: 0.5em solid #f0ca48;
  width: 4em;
  height: 4em;
}

/* @keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/* @media screen and (min-width: 1350px) {
    .panorama-ad-standard {
        display: none;
    }

    .panorama-ad-left-centered {
        display: block;
    }
} */

@media screen and (max-width: 1240px) {
  .head-button {
    font-size: 11px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

div.wp-caption {
  background-color: rgb(236, 239, 241);
  border: none;
  border-radius: 2px;
  padding: 8px;
}

.sponsored div.wp-caption {
  background-color: #e1dac3;
}

div.wp-caption img {
  border-radius: 2px;
}

div.wp-caption p.wp-caption-text {
  padding: 0;
}

img {
  border-radius: 2px;
}

.fisher-pinned-post {
  background-color: rgba(240, 202, 72, 0.25);
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border: 2px solid #f0ca48;
  list-style: none;
}

.fisher-pinned-post.inactive {
  background-color: rgba(255, 67, 67, 0.25);
  border-color: #f04848;
}

.fisher-pinned-post.inactive .fisher-pinned-post-title {
  background-color: #f04848;
}

.fisher-pinned-post.with-edit-button {
  position: relative;
}

.fisher-pinned-post .edit-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 8px;
  font-size: 24px;
  background-color: #034efc;
  border-radius: 4px;
  color: #fff;
}

/* .fisher-pinned-post.last {
  margin-bottom: 16px;
} */

.fisher-pinned-post-title.sponsored {
  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.sponsored .ad-disclaimer--divider {
  background-color: rgb(91, 91, 91);
}

p:empty {
  padding: 0;
}

.when-mobile {
  display: contents;   
}

.when-desktop {
  display: contents;   
}

@media screen and (max-width: 980px) {
  .when-mobile {
    display: contents;
  }

  .when-desktop {
    display: none;   
  }
}

@media screen and (min-width: 980px) {
  .when-mobile {
    display: none;
  }

  .when-desktop {
    display: contents;
  }
}

.wp-block-embed__wrapper iframe {
  width: 100%
}

.wp-block-embed.alignleft {
  margin: .5em 1em .5em 0;
}

.wp-block-group {
  overflow: auto;
}

.fisher-article .wp-embed .wp-embed-footer {
  display: none !important;
}

.infinite-article-fisheroffer [id*="div-gpt-ad"] {
  
}

.infinite-article-fisheroffer.mobile-feed {
  margin-left: -18.4px;
}

.sidebar-fisheroffer {
  
}

figcaption {
  font-size: 12px !important;
  font-weight: 800;
  font-family: "Panton";
}

@media screen and (max-width: 980px) {
  .frontpage-feed--standard-item-heading {
    font-size: 5vw;
    line-height: 6.4vw;
  }

  .frontpage-feed--standard-item-preamble {
    font-size: 3.4vw;
    line-height: 5vw;
  }

  .frontpage-feed--moderate-item-preamble {
    font-size: 3.4vw;
    line-height: 5vw;
  }

  .frontpage-feed--moderate-item-heading {
    font-size: 5vw;
    line-height: 6.4vw;
  }

  .frontpage-feed--bigimage-item-heading {
    font-size: 7vw;
    line-height: 7.3vw;
  }

  .frontpage-feed-item-meta, .frontpage-feed-item-meta a {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .frontpage-feed--standard-item-image {
    max-width: 40vw;
    padding: 8px;
  }

  .frontpage-feed--moderate-item-image-container {
    min-width: 25vw;
    height: auto;
    background-size: contain;
  }

  .head-buttons {
    display: none;
  }

  .head-button {
    flex: none;
  }

  .head-button.around-logo {
    font-size: 3.6vw;
    padding: 1.4vw;
    padding-left: 2.8vw;
    padding-right: 2.8vw;
  }

  .tws-ad-frame.desktop {
    display: none;
  }

  .tws-ad-frame.mobile {
    display: block;
  }

  .news-row {
    display: block;
  }

  .frontpage-feed-ad {
    width: 100%;
  }

  .wp-caption {
    max-width: 100%;
  }

  .wp-caption.alignright {
    float: none;
  }

  div.wp-caption p.wp-caption-text {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .feed-guide {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: -5vw;
    width: calc(100% + 10vw);
    margin-bottom: 12px;
    transform: none;
  }

  .feed-guide-shape {
    width: 35px;
  }

  .category-description {
    font-size: 16px;
    line-height: 25px;
  }

  div.wp-caption.alignright {
    float: none;
    margin: 0;
    margin-left: 50%;
    margin-bottom: 10px;
  }

  .centered-ad.desktop {
    display: none;
  }
  
  .centered-ad.mobile {
    display: flex;
  }
}

ul.alm-listing.continuing-feed {
  padding: 0;
}

.alm-btn-wrap {
  opacity: 0;
  /*display: none !important;*/
}

.alm-spinner {
  opacity: 0;
  transition: opacity 0.3s;
  height: 0;
  display: none !important;
}

.with-spinner .alm-spinner.active {
  opacity: 1;
  height: auto;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(240, 201, 72, 0.2);
  border-right: 0.8em solid rgba(240, 201, 72, 0.2);
  border-bottom: 0.8em solid rgba(240, 201, 72, 0.2);
  border-left: 0.8em solid #f0ca48;
  /* -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); */
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.blend-white {
  mix-blend-mode: multiply;
}

/* WP Forms Language override */

.wpforms-field-container .wpforms-uploader .modern-title::before {
  content: 'Klicka eller dra filer till detta område för att ladda upp dem.';
  font-size: 16px;
}

.wpforms-field-container .wpforms-uploader .modern-title {
  font-size: 0;
}

button.wpforms-submit::before {
  font-size: 16px;
  content: 'Skicka';
}

button.wpforms-submit {
  font-size: 0 !important;
}

body {
	font-family: "Open Sans", sans-serif;
}

h2 {
	font-family: "Panton", sans-serif;
	font-weight: 600;
}

h3 {
	font-family: "Panton", sans-serif;
	font-weight: 600;
}

a i {
	color: #000;
}

.form-submit .et_pb_button {
	color: #ECBB20;
}

.jaktjournalen .form-submit .et_pb_button {
	color: #E7903F;
}

.et_pb_text_inner {
	font-size: 19px;
	line-height: 150%;
}

.large-letter {
	color: #ECBB20;
	float: left;
	font-size: 550%;
	font-weight: 700;
	line-height: 80%;
	padding-right: 0.02em;
}

.jaktjournalen .large-letter {
  color: #E7903F;
}

.frontpage-feed {
	
}

ul.frontpage-feed {
	padding: 0;
}

.frontpage-feed--item {
	display: flex;
	flex-direction: row;
	margin-bottom: 32px;
}

.frontpage-feed--item--right {
	display: flex;
	flex-direction: column;
	flex: calc(1.8 / 3);
}

.frontpage-feed--item--thumbnail-container {
	position: relative;
	flex: calc(1.2 / 3);
	margin: 8px;
}

.frontpage-feed--item--thumbnail {
	border-radius: 2px;
	width: 100%;
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);*/
}

.frontpage-feed--item--title {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	font-size: 32px;
}

.frontpage-feed--item--description {
	text-transform: uppercase;
	color: #aaa;
	font-size: 12px;
	display: inline;
}

.frontpage-feed--item--tags {
	color: #aaa;
	text-transform: uppercase;
	font-size: 12px;
	display: inline;
	margin-right: 4px;
}

.frontpage-feed--item--tag {
	border: 1px solid #aaa;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 4px;
}

.frontpage-feed--item--tag a {
	color: #aaa;
}

.frontpage-feed--item--content {
	color: #333;
}

.ad-disclaimer {
	display: flex;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.ad-disclaimer--divider {
	display: inline-block;
	background-color: rgb(230, 230, 230);
	height: 0.55px;
	width: 100%;
}

.ad-disclaimer--title {
	margin-left: 8px;
	margin-right: 8px;
	color: rgb(20, 20, 20);
	text-transform: uppercase;
	font-family: 'Open Sans';
}

.continuing-feed .ad-disclaimer--title {
	line-height: 15px;
}

.continuing-feed .ad-disclaimer {
	margin-top: 16px;
	margin-bottom: 16px;
}

.centered-panorama-ad.desktop {
	margin-left: 50%;
	transform: translateX(-50%);
  width: 100%;
}

ul.et-menu.fullwidth-menu.nav > li {
	cursor: pointer;
}

.et_pb_newsletter_form .et_pb_newsletter_field input#et_pb_signup_email {
	background-color: #ececec;
}

.et_pb_newsletter_form .et_pb_newsletter_field input#et_pb_signup_email::placeholder {
	color: #808080;
}

.main-slider .et_pb_slide_description {
	padding: 0;
}

.et-pb-active-slide .et_pb_slide_description {
	animation-duration: 0.3s;
	animation-delay: 0.6s;
}

.et-l--header .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .nav li ul {
	background-color: #fff !important;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	padding-bottom: 0;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul {
	padding: 0 !important;
}

.et_pb_fullwidth_menu--without-logo .et-menu.fullwidth-menu.nav > li.menu-item {
	padding-top: 16px;
	padding-bottom: 16px;
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul {
	top: calc(100% - 1px);
}

.et-menu li li.menu-item-has-children>a:first-child:after {
	top: auto;
}

.nav li {
	line-height: inherit;
}

.et_pb_gutters3 .et_pb_column {
	margin-right: 1.5%;
}

.tws-ad-frame {
	margin-left: 50%;
	transform: translateX(-50%);
}

.et_pb_newsletter.et_pb_subscribe .et_pb_newsletter_description {
	border-bottom: 1px solid #ECBB20;
}

.jaktjournalen .et_pb_newsletter.et_pb_subscribe .et_pb_newsletter_description {
	border-bottom: 1px solid #E7903F;
}

@media screen and (max-width: 980px) {
	.et_pb_column {
		margin-bottom: 0;
	}
	
	.wp-caption.alignright {
		margin: 0;
		margin-left: 50%;
		margin-bottom: 2em;
    	transform: translateX(-50%);
	}
}

.et_pb_fullwidth_code.et_pb_module {
	z-index: unset;
}

.site-head.et_pb_row::after {
	content: none;
}

p {
	padding-bottom: 2em;
}

.fisher-article-social-icons-container .shared-counts-wrap.style-classic .shared-counts-button .shared-counts-icon {
	margin: 0 6px;
}

.fisher-article-social-icons-container .shared-counts-wrap {
	margin: 0;
}

.et_pb_button {
	border: 1px solid;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	border: 1px solid;
}

.et_pb_with_border.et_pb_module.et_pb_signup_0_tb_body.et_pb_newsletter_layout_left_right.et_pb_newsletter.et_pb_subscribe.clearfix.et_pb_text_align_left.et_pb_bg_layout_light.et_pb_no_bg.et_pb_newsletter_description_no_content {
    border: 1px solid #eee;
    padding: 12px !important;
}
.et_pb_with_border.et_pb_module.et_pb_signup_0_tb_body.et_pb_newsletter_layout_left_right.et_pb_newsletter.et_pb_subscribe.clearfix.et_pb_text_align_left.et_pb_bg_layout_light.et_pb_no_bg.et_pb_newsletter_description_no_content .et_pb_module_header {
  color: #666;
	font-family: "Panton", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
	text-align: start !important;
}

.et_pb_newsletter_form .et_pb_newsletter_field input#et_pb_signup_email {
	border: 1px solid #ddd;
	background-color: #fff;
}

.fiskejournalen .sidebar-fisheroffer iframe {
  max-width: none !important;
}

.post-title-html-container p {
  line-height: 1.4;
}


.post-title-html-container h1 {
  line-height: 1.1;
}

.post-title-html-container h3 {
  line-height: 1.3;
}

.post-title-html-container h2 {
  line-height: 1.3;
}

a .post-title-html-container {
  color: #000000;
}

span.fr-emoticon.fr-deletable.fr-emoticon-img {
  width: 1em;
  height: 1em;
  display: inline-block;
  /* filter: grayscale(1); */
}

.jaktjournalen .et-boc .et_pb_section {
  background-color: transparent;
}

.jaktjournalen .et_pb_section_0_tb_body.et_pb_section {
  padding-top: 8px;
  margin-top: 0;
}

.jaktjournalen .et_pb_section.et_pb_section_4_tb_header.panorama-ad-standard.et_section_regular {
  padding-bottom: 0 !important;
}

.jaktjournalen #main-content {
  background-color: #f8f8f8;
}

.frontpage-feed {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 2px;
}

.et_pb_with_border.et_pb_module.et_pb_signup_0_tb_body.et_pb_newsletter_layout_left_right.et_pb_newsletter.et_pb_subscribe.clearfix.et_pb_text_align_left.et_pb_bg_layout_light.et_pb_no_bg.et_pb_newsletter_description_no_content {
  background-color: #fff;
}

.jaktjournalen .et_pb_column {
  min-height: 0;
}

.news-feed-head {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 2px;
  border-bottom: none;
  padding: 16px;
}

.news-feed-head h1 {
  padding: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.main-content-container {
  padding: 18px !important;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  max-width: 1200px;
}

.et_pb_row.main-content-container {
  padding: 18px;
}

.recipe-search {
  margin: 0 auto;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.admin-bar .fixed-header-menu {
  top: 32px;
}

.jaktjournalen a .newspaper-preview-description {
  font-size: 18px;
  white-space: pre;
}

.flex-row > .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
}

.flex-row > .wp-block-group__inner-container > .wp-block-group {
  flex: 0.5;
}

.menu-item-icon {
  padding: 4px;
  margin-right: 4px;
}

.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.notification-container {
  max-width: 340px;
}

.notification-container .title {
  font-size: 20px;
  font-weight: 700;
}

.notification-container .message {
  margin-top: 8px;
}

.notification-container .title-bar {
  background-color: #fff;
  color: #E7903F;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -12px;
  margin-bottom: 10px;
  padding: 4px;
  padding-left: 12px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

@media only screen and (max-width: 980px) {
  .et_pb_row_0_tb_body,
  body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row,
  body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row,
  body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row 
  {
    width: 100% !important;
  }
  
  .et_pb_column.et_pb_column_2_3.et_pb_column_0_tb_body {
    padding: 18px !important;
  }
}

.fisher-article-fact-box {
  padding: 8px;
  margin: 16px;
  display: inline-block;
  border: 1px solid transparent;
  font-size: 85%;
  border-radius: 2px;
}

.editor-styles-wrapper .fisher-article-fact-box p, .fisher-article .fisher-article-fact-box p {
  margin: 0;
  padding: 0;
}

div#mc_embed_signup_scroll {
  max-width: 600px;
  padding: 8px;
}

.mc-field-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 42px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

input#mc-embedded-subscribe {
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}

.et_pb_column {
  z-index: auto !important;
}

.et_pb_module.fisherd_article_feed {
  z-index: auto !important;
}

.back-button {
  border-radius: 4px;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #E7903F;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}

.back-button:active {
  background-color: #ffebd9;
}

.wp-polls-ul input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}
.wp-polls-ul input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.wp-polls-form ul.wp-polls-ul {
	padding: 23px;
}

.fiskejournalen .wp-polls .Buttons {
    background: #f0ca48;
    border-color: #b79b39;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.2s;
    text-decoration: none;
}

.fisher-takeover-container iframe {
  max-width: initial !important;
}

.fisher-article-social-icons-container {
  font-size: 18px !important;
}

.fisher-article-social-icons-container .fb_iframe_widget {
  display: flex;
  align-items: center;
}

.centered-panorama-ad.mobile {

}