/*!
Theme Name: northern-delights
Theme URI: http://northerndelights.com/blog
Author: BMO - Tactile Branding
Author URI: http://bmo.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: northern-delights
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

northern-delights is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
  display: block;
}

a {
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #1d1d1d;
  font-family: Georgia, Times, "Times New Roman", serif;
  background: url(images/boreal.jpg) center top #000 no-repeat;
}

p {
  line-height: 22px;
}

body#product_list,
body#product_page {
  background-color: #000;
}

body#hitramat {
  background-color: #1d1d1d;
}

body#product_page {
  background-position: center -115px;
}

#logo a {
  font-size: 0;
  display: block;
  height: 108px;
  width: 220px;
  background: url(https://northerndelights.com/images/logo.svg) no-repeat;
  background-repeat: none;
}

header#product_page_header {
  min-height: 330px;
}

#contact #middle_text {
  color: #328685;
  margin-top: 250px;
  margin-bottom: 105px;
}

#about #middle_text {
  font-size: 20px;
  color: #3a9997;
  text-transform: none;
  margin-top: 271px;
}

#contact h2.header,
#contact h1.header {
  margin-bottom: 5px;
}

#about h2.header,
#about h1.header {
  color: #1e5b5a;
  text-transform: uppercase;
}

h3.border_product_info {
  line-height: 22px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.container_show {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.full {
  height: 100vh;
  width: 100%;
}

.full-x {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

body#home #main_container {
  overflow: hidden;
}

#header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_container {
  padding: 38px;
  z-index: 2;
  position: relative;
}

#middle_text {
  margin-top: 350px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#middle_text_product_list,
#middle_text_hitramat {
  margin-top: 170px;
  padding-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
}

#middle_text_hitramat p.sub_title {
  color: #328685;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  max-width: 1000px;
  margin: 0 auto 20px;
}

h2.header,
h1.header {
  font-size: 50px;
}

h3.header,
h2.about_page {
  font-size: 32px;
}

h2.about_page {
  color: #1e5b5a;
  text-transform: uppercase;
  text-align: center;
}

h2.header_bottom,
h1.header_bottom {
  color: #328685;
  font-size: 83px;
  line-height: 60px;
}

h2.header_bottom.lesser,
h1.header_bottom.lesser {
  font-size: 70px;
}

h3.header_bottom {
  color: #1e5b5a;
  font-size: 40px;
  line-height: 36px;
}

h2.about_home {
  color: #1e5b5a;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
}

h3.about_home {
  color: #1e5b5a;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
}

h3.about_top {
  color: #1e5b5a;
  font-size: 40px;
  text-align: right;
}

h2.green_light,
h3.green_light {
  color: #fff;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
}

h3.green_light {
  font-size: 38px;
}

h2.product_main,
h2.hitramat_main,
h2.product_page,
h1.product_page,
h3.product_page,
h2.hitramat_page,
h1.hitramat_page {
  color: #328685;
  text-transform: uppercase;
  font-size: 51px;
  margin-bottom: 18px;
}

h3.product_page {
  font-size: 40px;
}

h2.hitramat_page,
h1.hitramat_page {
  margin-bottom: 0;
}

h2.hitramat_page.mb-40,
h1.hitramat_page.mb-40 {
  margin-bottom: 40px;
}

h2.date_title {
  color: #328685;
  font-size: 82px;
  margin-bottom: 15px;
}

h2.date_title.dark_green {
  color: #0e4140;
}

h3.product_info {
  font-size: 28px;
  line-height: 32px;
  color: #379493;
  text-transform: uppercase;
}

h2.footer {
  color: #38504b;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.position_sticky {
  position: sticky;
  top: 20%;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-80 {
  padding-left: 80px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.no-mb {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pb-10 {
  padding-bottom: 10px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;	
}

#language {
  width: 800px;
  margin-bottom: 30px;
}

#menu_mobile .language_mobile {
  width: 235px;
  border-top: 1px solid #182320;
  border-bottom: 1px solid #182320;
  margin: 0 auto;
  height: 60px;
}

#menu_mobile .language_mobile a {
  padding: 25px 0;
  font-size: 12px;
  width: 100px;
  text-align: center;
  display: block;
  color: #3a5a53;
}

#menu_mobile .language_mobile a.active {
  color: #08271f;
}

#language a {
  color: #1f5a51;
}

#menu li {
  margin-left: 30px;
}

#menu li a,
#roll,
#menu_footer li a {
  color: #5b8a83;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

#about #menu li a {
  color: #1e5b5a;
}

#menu li a:hover,
#menu li a.active {
  border-bottom: 3px solid #1a6463;
}

#about #menu li a:hover,
#about #menu li a.active {
  border-bottom: 3px solid #5b8a83;
}

#menu_mobile, #menu_mobile_categories {
  display: none;
  width: 100%;
  height: 100vh;
  background: url(images/menu_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  left: 0;
  padding-top: 30px;
  z-index: 100;
  position: fixed;
  overflow: auto;
}

.northern_delioghts_mobile {
  width: 244px;
  height: 46px;
  display: block;
  background: url(images/northern_delioghts_mobile.png) center top no-repeat;
  margin: 10px auto 35px;
  background-size: cover;
}

#menu_mobile a.menu_mobile_link, #menu_mobile_categories a.menu_mobile_link {
  font-size: 21px;
  color: #5f9190;
  text-transform: uppercase;
  margin: 0 auto 27px;
  width: 100%;
  text-align: center;
  display: block;
}

#roll {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  margin-top: 350px;
}

#roll span.arrow {
  width: 13px;
  height: 24px;
  display: block;
  background: url(images/arrow.png) no-repeat;
  margin: 10px auto 46px;
  animation: arrowFadeDown 1s linear infinite;
  animation-fill-mode: forwards;
  opacity: 0;
}

footer#blog_footer {
  background-color: #000a08;
}

#menu_footer {
  padding: 73px 0 33px;
}

#menu_footer li {
  margin-right: 30px;
}

footer .container {
  overflow: hidden;
}

address {
  color: #5a7f78;
  line-height: 25px;
  width: 350px;
}

span.seafood_norway {
  display: block;
  width: 66px;
  height: 64px;
  background: url(images/seafood_norway.png) no-repeat;
}

a.logo_footer {
  display: block;
  width: 336px;
  height: 82px;
  background: url(https://northerndelights.com/images/logo_footer.svg) no-repeat;
  background-size: cover;
  text-indent: -999999rem;
}

#footer_bottom {
  color: #aecac4;
  padding: 30px 0px;
  border-top: 1px solid #324944;
  font-size: 10px;
  margin-top: 56px;
}

#footer_bottom p.pull-left {
  margin-top: -11px;
}

a.bmo {
  color: #1f3934;
  font-size: 10px;
  margin-top: -5px;
}

.no-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .container,
  #delightful_ingredients {
    width: 100%;
  }

  .container_show {
    width: 100%;
    overflow: hidden;
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }

  body {
    font-size: 16px;
  }
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-30 {
  padding: 0 30px;
}

article.post,
article.post a {
  background-color: #fff;
  color: #154d4c;
}

article.post {
  margin-bottom: 0;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.text-sm {
  font-size: 13px;
}

.rounded-full {
  border-radius: 100000px;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.pl-10 {
  padding-left: 10px;
}

.border-1 {
  border: 1px solid #154d4c;
}

.border-2 {
  border: 2px solid #154d4c;
}

.border-t-2 {
  border-top: 1px solid #154d4c;
}

.border-l {
  border-left: 1px solid #154d4c;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.all_posts {
  justify-content: space-between;
}

.others-posts {
  width: 48%;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-5 {
  margin-left: 5%;
  margin-right: 5%;
}

.others-posts {
  margin-bottom: 2%;
}

.main-post-header {
  padding: 20px;
  justify-content: center;
  flex-direction: column;
}

.content_right {
	padding-top: 20px;
}

.single-post .main-post-header {
  padding: 0;
}

.items-center {
  align-items: center;
}

.entry-title {
  font-size: 28px;
  text-transform: uppercase;
  margin: 25px 0;
}

.others-entry-title,
.others-entry-title-post {
  font-size: 26px;
  text-transform: uppercase;
  margin: 25px 0;
}

.others-entry-title-post {
  font-size: 26px;
  text-transform: uppercase;
  margin: 15px 0;
}

.single-post .others-entry-title-post {
  font-size: 38px;
}

.others-posts article.post {
  height: 100%;
}

.others-posts article.post header.entry-header {
  padding-top: 28px;
}

.others-entry-meta,
.small_text {
  font-size: 12px;
  padding-bottom: 10px;
}

.cat-links a, .cat_link_recent {
  padding: 4px 8px;
  border: 1px solid #154d4c;
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
}

.post-thumbnail {
  display: flex;
  align-items: center;
}

.read-more-big {
  text-transform: uppercase;
  padding: 15px;
}

.read-more {
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 1px solid #154d4c;
}

li.categories {
  font-size: 0;
}

li.categories > ul,
li.categories {
  display: flex;
  width: 100%;
}
li.categories > ul {
  justify-content: space-between;
}

li.categories > ul li {
  display: block;
}

li.categories > ul li a, a.all_categories_link {
  color: #154d4c;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1024px) {
  #secondary.widget-area.position_sticky.pl-80 {
    padding-left: 40px;
  }

  li.categories > ul li a, a.all_categories_link {
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 834px) {
  #secondary.widget-area.position_sticky.pl-80 {
    padding-left: 20px;
  }

  li.categories > ul li a, a.all_categories_link {
    font-size: 13px;
    padding: 15px 10px;
  }
}

@media (max-width: 734px) {
  li.categories > ul li a, a.all_categories_link {
    font-size: 12px;
    padding: 15px 5px;
  }

  .mobile-flex-col {
    flex-direction: column;
  }

  .content_left.w-70 {
    width: 100%;
    max-width: auto;
  }

  .content_right.w-30 {
    margin-top: 40px;
    width: 100%;
  }
	
	#secondary.widget-area.position_sticky.pl-80 {
		padding-left: 0;
	}
	
	.content_right {
		display: none;
	}
}

.categories_holder {
  border-top: 2px solid #154d4c;
  border-bottom: 2px solid #154d4c;
  margin: 20px 0;
}

.categories_holder_single {
  margin-bottom: 60px;
}

main#primary {
  background: url(images/bottom-bg.jpg) center bottom no-repeat;
  padding-bottom: 120px;
}

.entry-date.published {
  text-transform: uppercase;
  padding-right: 10px;
  border-right: 1px solid #154d4c;
}

span.read_icon {
  background: url(images/read_icon.png) center center no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

span.date_icon {
  background: url(images/date_icon.png) center center no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

span.arrow_icon {
  background: url(images/arrow_icon.png) center center no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 5px;
}

main#primary.site-post {
  background: #fff;
  padding: 30px;
}

.recent_posts_title, #recent-posts-2 .widget-title, #recent-posts-1 .widget-title,
#recent-posts .widget-title, #nav_menu-2 .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #154d4c;
  width: 100px;
  font-weight: bold;
  padding-bottom: 20px;
}

#nav_menu-2 .widget-title {
	width: 130px;
}

.recent_posts_holder {
  border-top: 1px solid #154d4c;
}

#nav_menu-2.widget.widget_nav_menu {
  padding-bottom: 60px;
}

.recent_posts_holder, #nav_menu-2 .menu-featured-publication-container, #recent-posts-2 ul {
  border-top: 1px solid #154d4c;
}

.wp-block-latest-posts li, #nav_menu-2 .menu-featured-publication-container, #recent-posts-2 li {
  padding: 30px 40px 30px 0;
  border-bottom: 1px solid #154d4c;
}

.wp-block-latest-posts li a, #nav_menu-2 .menu-featured-publication-container a, #recent-posts-2 li a {
  color: #6b6b6b;
}

.author_bio {
  font-size: 14px;
  max-width: 360px;
}

.max-w-820 {
  max-width: 820px;
}

.site-main .first_post a.post-thumbnail {
  height: 100%;
}

.site-main .first_post a.post-thumbnail img {
  object-fit: cover;
}

a.hitramat_logo {
  display: block;
  width: 62px;
  height: 12px;
  margin: -7px 10px 0 0;
  background: url(https://northerndelights.com/images/hitramat_logo.svg) center top no-repeat;
  text-indent: -999999rem;
}

@media (max-width: 1024px) {
  .wp-block-latest-posts li {
    padding-right: 20px;
  }
}


#page_footer {
	padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .container, #delightful_ingredients {
    width: 100% ;
  }

  .container_show {
    width: 100%;
    overflow: hidden;
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }

  body {
    font-size: 16px;
  }

  #aurora_video video {
    left: -30px !important;
  }

  #cloud_container .cloud1 {
    top: 360px;
  }

  #cloud_container .cloud2 {
    top: 420px;
  }

  #middle_text_hitramat p.sub_title {
    width: auto;
  }

  #home header, #top_about_mobile, #middle_about_mobile, #bottom_about_mobile, #product_main, #product_list header,
  header#product_page_header, header#contact_header, header#hitramat_header, header#about_header {
    padding: 0 30px;
    height: auto;
    min-height: auto;
  }

  #header_bottom {
    min-height: auto;
  }

  #home #middle_text, #contact #middle_text {
    margin-top: 190px;
  }

  #middle_text_hitramat {
    margin-top: 90px;
  }

  #logo a {
    width: 98px;
    height: 46px;
    background-size: 100%;
  }

  h2.product_main, h2.hitramat_main, h2.product_page, h1.product_page, h3.product_page, h2.hitramat_page, h1.hitramat_page {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }

  h2.product_main {
    margin-bottom: 0;
  }

  h2.header, h1.header {
    font-size: 34px;
  }

  h3.header {
    font-size: 23px;
  }

  h2.product_pagem, h3.product_page, h1.product_page {
    font-size: 24px;
  }

  #roll {
    margin-top: 150px;
  }

  #delightful_ingredients {
    margin: 0;
    margin-top: 100px;
    text-align: center;
    opacity: 1;
  }

  h2.header_bottom, h1.header {
    font-size: 49px;
    line-height: 42px;
  }

  h3.header_bottom {
    font-size: 17px;
    line-height: 15px;
  }

  #header_pan_mobile img {
    height: 370px;
    display: block;
    margin: 0 auto;
  }

  #about_container {
    padding-top: 0px;
  }

  .about_home {
    padding-top: 60px;
  }

  a.back_button {
    margin: 55px auto 0;
    width: 180px;
    padding: 0;
    float: none !important;
  }

  a.back_button .darkgreen_arrow_back {
    margin-left: 0;
    margin-right: 10px;
    width: 26px;
    height: 12px;
    background-size: cover;
  }

  #title_about h2.about_home, #title_about h3.about_home {
    font-size: 22px;
    line-height: 25px;
    padding-top: 50px;
  }

  #top_about_mobile_text {
    width: auto;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    color: #5d8786;
    margin-top: -100px;
  }

  h3.about_top {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  #top_about_mobile {
    background: url(images/flagboat/flagboat1.png) calc(50% + 15px) 220px no-repeat;
    min-height: 727px;
    animation: none;
    width: auto;
  }

@keyframes flagMobile {
  0% {
    background: url(images/flagboat/flagboat1.png) calc(50% + 15px) 220px no-repeat;
  }
  50% {
    background: url(images/flagboat/flagboat2.png) calc(50% + 15px) 220px no-repeat;
  }
  100% {
    background: url(images/flagboat/flagboat1.png) calc(50% + 15px) 220px no-repeat;
  }  
}

  #middle_about_mobile {
    padding-bottom: 40px;
  }

  #fishing_image_mobile {
    background: url(images/handshome.jpg) center top no-repeat;
    height: 384px;
    background-size: cover;
  }

  .white_box {
    width: auto;
    margin: -40px 0 0;
    text-align: center;
    padding: 30px 28px;
  }

  a.explore_process, a.see_products, a.see_hitramat {
    width: 210px;
    min-width: 210px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 12px;
  }

  a.see_products {
    margin: 0 auto;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  a.see_products.no-mobile {
    display: none;
  }

  a.see_hitramat {
    margin: 30px auto 45px;
  }

  a.see_products.no-desktop {
    display: block !important;
  }

  .bottom_about_title {
    margin-top: 83px;
  }

  h2.green_light, h3.green_light, h2.hitramat_main  {
    font-size: 26px;
  }

  #bottom_about_mobile {
    padding-bottom: 25px;
  }

  .green_div {
    height: 40px;
    background: #328685;
    margin-top: -1px;
  }

  #product_main, #hitramat_main {
    padding-bottom: 50px;
  }

  #product_main {
    background: url(images/product_home_mobile.jpg) center top no-repeat;
    min-height: 765px;
    position: relative;
  }

  #left_product_main, #right_hitramat_main, .contact_box  {
    width: auto;
    margin-top: 45px;
    text-align: center;
    clear: both;
    float: none;
  }

  #right_hitramat_main {
    margin-top: 47px;
  }

  .contact_box  {
    line-height: 25px;
    margin-bottom: 60px;
    animation: none;
    opacity: 1;
  }

  .contact_box:first-child  {
    margin-top: 0;
    margin-bottom: 0;
  }

  #left_product_main p.sub_title, #right_hitramat_main p.sub_title {
    font-size: 13px;
  }

  #left_product_main h2.product_main, #left_product_main h3.product_main {
    font-size: 26px;
  }

  #left_product_main p.no-desktop {
    padding: 5px 10px;
  }

  #hitramat_main {
    padding: 0 30px;
    background-position: calc(50% - 80px) 205px;
    background-size: auto 420px;
  }

  #right_hitramat_main p.created_by {
    margin-top: 510px;
    color: #328685;
  }

  #home #about_main {
    background: url(images/main_aboutBG_mobile.jpg) center top no-repeat;
    background-size: cover;
  }

  footer {
    text-align: center;
    padding: 75px 30px 1px;
  }

  #address_footer {
    float: none;
    margin-bottom: 63px;
  }

  footer address {
    width: auto;
  }

  footer h2.footer {
    margin-bottom: 5px;
  }

  a.logo_footer {
    width: 267px;
    height: 64px;
    background-size: cover;
    margin: 0 auto;
    float: none;
  }

  #footer_bottom_mobile {
    border-top: 1px solid #3c4a46;
    border-bottom: 1px solid #3c4a46;
    width: 267px;
    margin: 44px auto 0;
    padding: 11px 0;
  }

  span.seafood_norway  {
    background: url(images/seafood_norway_mobile.png) center top no-repeat;
  }

  a.bmo {
    margin: 20px auto 0;
  }

  #language {
    display: none;
  }

  span.menu_icon, span.menu_icon_categories {
    width: 19px;
    height: 14px;
    display: block;
    background: url(images/menu_icon.png) no-repeat;  
  }

  span.x_icon, span.x_icon_categories {
    width: 31px;
    height: 31px;
    display: block;
    background: url(images/x_icon.png) no-repeat;
    margin: 35px auto;
  }

  span.pan_icon {
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    margin-top: 8px;
  }

  span.crab_icon {
    width: 53px;
    height: 42px;
    background-size: 100% 100%;
  }

  span.waves_icon {
    width: 51px;
    height: 39px;
    margin-top: 30px;
    background-size: 100% 100%;
  }

  span.crayfish_icon {
    width: 56px;
    height: 40px;
    background-size: 100% 100%;
    margin-top: 28px;
  }

  span.frozen_icon {
    width: 38px;
    height: 39px;
    background-size: 100% 100%;
    margin-top: 29px;
  }

  #middle_text_product_list {
    margin: 90px 0 30px;
    padding-bottom: 0;
  }

  #product_list .product_box {
    width: 100%;
    margin-bottom: 80px;
  }

  .product_name div, .product_info_text, .second_product_image, .product_description .product_description_text,
  .third_product_image, .Fourth_product_image, .product_nutritional_text, .border_product_info_text,
  .fourth_product_image, .fifth_product_image {
    float: none;
    text-align: center;
  }

  h3.product_info {
    font-size: 18px;
    line-height: 22px;
  }

  .product_name h2.product_page, .product_name h1.product_page {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .product_name div:first-child, .product_info_text, .product_description .product_description_text,
  .product_delivery .product_info_text, .product_nutritional_text, .border_product_info_text,
  .claw_page .border_product_info_text, .fifth_product_image {
    width: auto !important;
    padding: 0;
    border: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .premium_meat_page .product_name div:nth-child(2) {
    margin-top: 50px;
  }

  .first_product_image, .second_product_image {
    margin: 40px 0 40px;
  }

  .product_name img, .product_description img, .product_delivery img, .product_delivery2 img, .product_nutritional img  {
    width: 278px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
  }

  .product_icons, .product_nutritional_text {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
  }

  .center_icons {
    width: 290px;
    margin: 0 auto;
    overflow: hidden;
  }

  .product_info_text, .product_description .product_description_text, .product_nutritional_text,
  .product_extra h3, .border_product_info_text, .scallops_page .product_delivery2 .border_product_info_text {
    padding: 0 30px;
  }

  .product_description .product_description_text {
    margin: 30px 0 110px;
  }

  .whole_crab_page .third_product_image img, .whole_crab_page .Fourth_product_image img {
    width: 320px;
  }

  .product_delivery .product_info_text {
    margin: 10px 0 110px;
    padding: 0 30px;
  }

  .crayfish_page .product_description .product_description_text {
    margin: 0 0 80px;
  }

  .product_info_text, .dressed_crab_page .border_product_info_text{
    margin: 10px 0 60px 0;
    padding: 0 30px;
  }

  #product_page_container {
    padding-bottom: 100px;
  }

  .claw_meat_page .product_delivery, .claw_page .product_delivery, .scallops_page .product_delivery,
  .premium_meat_page .product_delivery, .product_delivery2, .brown_meat_page .product_delivery,
  .crayfish_page .product_delivery, .cluster_crab_page .product_delivery {
    margin-bottom: 100px;
  }

  .border_product_info_text, .product_nutritional_text {
    margin-top: 20px !important;
  }

  .premium_meat_page .fourth_product_image, .first_product_image, .second_product_image {
    margin-bottom: 20px;
  }

  .dressed_crab_page .product_delivery2, .scallops_page .product_delivery2, .dressed_crab_page .product_delivery {
    margin-bottom: 80px;
  }

  .premium_meat_page .third_product_image, .brown_meat_page .third_product_image,
  .crayfish_page .second_product_image, .cluster_crab_page .third_product_image {
    margin-bottom: 0;
  }

  .third_product_image, .claw_meat_page .second_product_image,
  .claw_meat_page .product_description .product_description_text,
  .scallops_page .second_product_image, .brown_meat_page .product_description .product_description_text,
  .cluster_crab_page .product_description .product_description_text {
    margin-top: 0 !important;
  }

  a.nutritional_link {
    padding: 12px 40px 12px 12px;
    width: 230px;
    margin: 20px auto;
    text-align: center;
  }

  a.nutritional_link .darkgreen_arrow, a.nutritional_link .lightgreen_arrow {
    margin-top: -15px;
    margin-right: -15px;
  }

  .third_product_image img.no-mobile {
    display: none !important;
  }

  .claw_meat_page .product_name div:first-child, .crayfish_page .border_product_info_text,
  .cluster_crab_page .product_name div:first-child {
    padding: 0;
  }

  .crayfish_page .Fourth_product_image {
    margin: 0 auto;
    float: none;
  }

  .scallops_page span.waves_icon {
    margin-top: 35px;
  }

  .scallops_page span.scallops_icon {
    margin-top: 30px;
    width: 51px;
    height: 49px;
    background-size: 100% 100%;
  }

  .scallops_page .second_product_image {
    margin-left: 0;
  }

  #product_page_container {
    background: url(images/product_mobile_bg.jpg) center bottom no-repeat;
    background-size: 100%;
  }  

  .premium_meat_page .pan_icon, .dressed_crab_page .pan_icon, .cluster_crab_page .pan_icon,
  .scallops_page span.scallops_icon {
    margin-left: 50px;
  }

  .product_extra {
    margin-top: 50px;
  }

  #hitramat_page_container.container_show {
    overflow: inherit;
  }

  .pin {
    top: 0px;
  }

  #hitramat_page .date_block.fifth_block, #hitramat_page .date_block.eleventh_block, #hitramat_page .date_block.thirteenth_block,
  #hitramat_page .date_block.fourteenth_block, #hitramat_page .date_block.sixteenth_block {
    padding: 0 30px;
  }

  #hitramat_page .date_block {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 0 30px;
  }

  #hitramat_page .date_image {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    width: auto;
    display: block;
    overflow: hidden;
  }

  #timeline_line {
    top: -150px;
  }

  #hitramat_page .date_block, #hitramat_page .date_image, .crab_bg  {
    animation: none !important;
    opacity: 1;
  }

  .crab_bg {
    background-position: 100px 115px;
  }

  #hitramat_page .date_image.third_block {
    width: 260px;
    margin-top: 20px;
  }

  #hitramat_page .date_image.third_block img {
    width: 100%;
  }

  #hitramat_page .fourth_block img {
    width: 100%;
  }

  #hitramat_page .sixth_block.no-desktop {
    margin-top: 0;
    margin-bottom: 80px;
  }

  #hitramat_page .date_block.sixth_block, #hitramat_page .date_block.tenth_block {
    margin: 75px auto 40px;
  }

  #hitramat_page .sixth_block.date_image img {
    width: 100%;
  }

  #hitramat_page .seventh_block.date_image img {
    margin-left: -20%;
    width: 140%;
  }

  #hitramat_page .seventh_block.date_block {
    margin-bottom: 50px;
  }

  .date_full_x {
    margin-bottom: 0;
    height: auto;
  }

  #hitramat_page .eighth_block.date_block {
    margin-bottom: 30px;
  }

  #hitramat_page .eighth_block.date_image img {
    width: 160%;
    margin-left: -30%;
  }

  #hitramat_page .nineth_block.date_block {
    margin-top: 60px;
  }

  #hitramat_page .nineth_block.date_block {
    margin-top: 0;
  }

  #hitramat_page .nineth_block.date_image {
    padding: 0 30px;
    margin-top: 30px;
  }

  #hitramat_page .nineth_block.date_image img {
    width: 100%;
  }

  h3.green_light {
    padding: 0 30px;
  }

  #hitramat_page .date_block.fifth_block, 
  #hitramat_page .date_image.twelfth_block img {
    margin: 0 auto;
  }


  #hitramat_page .date_image.twelfth_block img  {
    display: block;
    width: 100%;
  }

  #hitramat_page .date_block.twelfth_block {
    margin-bottom: 20px !important;
  }

  #hitramat_page .date_block.twelfth_block {
    width: auto;
  }

  header#about_header {
    height: 570px;
    background-size: cover;
    background-position: calc(50% - 200px) 50%;
  }

  #about h2.header, #about h1.header {
    font-size: 22px;
  }

  #about h2.header.mb-55, #about h1.header.mb-55 {
    margin-bottom: 25px;
  }

  #about #middle_text {
    margin-top: 150px;
  }

  #top_about_container {
    height: auto;
    min-height: auto;
    background-size: cover;
    background-position: calc(50% + 280px) -25px !important;
  }

  #our_way {
    margin-top: 275px;
    height: auto;
    min-height: auto;
  }

  .green_box {
    margin-top: 0;
    padding: 37px 44px;
    width: auto;
    text-align: center;
    height: auto;
  }

  h2.white_about_box {
    font-size: 24px;
    text-align: center;
  }

  div.white_about_box {
    width: auto;
    float: none;
    padding: 55px 30px;
    height: auto;
  }

  #middle_about_content {
    width: auto;
    padding: 48px 40px;
    text-align: center;
    margin-top: 470px;
    height: auto;
  }

  .fishmen_white_box {
    width: auto;
    padding: 48px 43px;
    text-align: center;
    float: none;
    margin: 0;
  }

  #middle_about_container {
    min-height: auto;
    background-position: calc(50% + 185px) calc(50% - 225px) !important;
    background-size: 230%;
  }

  #about_content {
    padding: 0;
  }

  #fishmen {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
  }

  .image_about1 {
    width: 160%;
    margin-left: -30%;
    float: none;
    opacity: 1;
  }

  .image_about3.no-desktop {
    margin: 0;
    width: 100%;
    float: none;
    opacity: 1;
  }

  .image_about2.no-desktop {
    float: none;
    display: block;
    margin: 30px auto !important;
    opacity: 1;
  }

  #bottom_about_container {
    background-position: center bottom;
    padding-bottom: 350px;
  }

  h2.about_page {
    padding: 0 30px;
    font-size: 22px;
    margin: 50px 0;
  }

  #product_about_page .left_box {
    width: auto;
    height: auto;
    min-height: auto;
    text-align: center;
    padding: 53px 30px;
    margin-top: 0;
    float: none;
  }

  #product_about_page .left_box a.see_products {
    width: 220px;
    min-width: 220px;
    margin-top: 40px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image_about4 {
    width: 100%;
  }

  .no-mobile-ever {
    display: none !important;
  }

  #title_about, .fishmen_white_box {
    opacity: 1;
  }

  #title_about.active, .image_about1.active, .image_about2.active, .image_about3.active {
    animation: none;
  }

  #timeline_line1 {
    height: 150px;
  }

  #timeline_line2 {
    top: 195px;
    height: 160px;
  }

  #timeline_line3 {
    top: 555px;
    height: 80px;
  }

  #timeline_line4 {
    top: 935px;
    height: 720px;
    animation: none !important;
  }

  #timeline_line5 {
    top: 1845px;
    height: 560px;
    animation: none !important;
  }

  #timeline_line6 {
    top: 2665px;
    height: 560px;
    animation: none !important;
  }

  #timeline_line7 {
    top: 2665px;
    height: 560px;
    animation: none !important;
  }

  .fish {
    left: calc(50% - 190px);
    width: 420px;
    animation: none !important;
    opacity: 1;
  }

  .ansnes, .sivert {
    height: 90px;
    background-size: 100%;
  }

  .ansnes {
    background-position: 220px 0;
    top: 34px;
  }

  .sivert {
    background-position: -220px 0;
    top: 635px;
    height: 50px
  }

  #hitramat_page .date_block.third_block {
    margin-top: 80px;
  }

  .date_block, .date_image {
    margin: 0 !important;
  }

  .line_mobile1, .line_mobile2, .line_mobile3, .line_mobile4, .line_mobile5, .line_mobile6,
  .line_mobile7, .line_mobile8, .line_mobile9 {
    width: 0;
    height: 170px;
    border: 1px solid #328685;
    display: block;
    margin: 5px auto;
    z-index: 1;
    position: relative;
  }

  .line_mobile2 {
    height: 92px;
    margin: 5px auto 25px;
  }

  .line_mobile3 {
    height: 92px;
    margin: -12px auto 5px;
  }

  .line_mobile4 {
    height: 92px;
    margin: 10px auto -10px;
  }

  .line_mobile4.box_line {
    margin-top: -5px;
  }

  .line_mobile5 {
    height: 92px;
    margin: 10px auto -22px;
  }

  .line_mobile6 {
    height: 100px;
    margin: 5px auto -40px;
  }

  .line_mobile6.h10 {
    height: 130px;
  }

  .line_mobile6.pan_line {
    margin-top: -10px;
  }

  .line_mobile6.crab_hold_line {
    margin-top: -3px;
  }

  .line_mobile7 {
    height: 42px;
    margin: 10px auto -22px;
  }

  .line_mobile8 {
    height: 100px;
    margin: -80px auto -22px;
  }

  .line_mobile9 {
    height: 110px;
    margin: -80px auto -22px;
  }

  .date_title.top_high {
    line-height: 60px;
    margin-bottom: 25px;
  }

  .date_block.nineth_block, .date_block.fifteenth_block, .date_block.seventeenth_block , .date_block.eighteenth_block ,
  .date_block.nineteenth_block, .date_block.twenty_block   {
    margin-bottom: 20px !important;
  }

  .date_image.seventeenth_block, .date_image.eighteenth_block, .date_image.nineteenth_block,
  .date_image.twenty_block, .date_image.fifteenth_block {
    padding: 0 30px;
  }  

  .date_image.seventeenth_block img, .date_image.eighteenth_block img, .date_image.nineteenth_block img,
  .date_image.twenty_block img, .date_image.fifteenth_block img, #hitramat_page .nineth_block.date_image img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }

  #hitramat_page .date_block.eighteenth_block {
    margin-bottom: 0 !important;
  }

  h2.green_light {
    padding: 0 30px;
  }

  .top_logo {
    margin-top: -10px !important;
  }

  .date_image.nineteenth_block img {
    width: auto;
  }

  .date_image.twenty_block img, .date_image.fifteenth_block img  {
    margin-bottom: 100px;
  }

  .date_block.tenth_block {
    padding-bottom: 30px !important;
  }

  .eighth_block .date_title.dark_green, .seventh_block .date_title.dark_green {
    color: #328685;
  }

  .extrafina {
    width: 850px;
    top: 200px;
    right: -10px;
  }

  h3.about_top {
    margin-bottom: 0;
  }

  h3.about_top.mb-20 {
    margin-bottom: 20px;
  }

  .ship_moving {
    right: calc(50% - 285px);
    width: 282px;
    background-size: 100%;
    bottom: -4px;
  }

  #about #middle_text p {
    padding: 0 20px;
  }

  .claw_page .product_description .product_description_text {
    margin: 30px 0 130px;
  }

  .premium_meat_page .product_icons .center_icons, .dressed_crab_page .product_icons .center_icons,
  .cluster_crab_page .product_icons .center_icons {
    width: 178px;
  }

  .scallops_page .product_icons .center_icons {
    width: 162px;
  }

  .cluster_crab_page .product_icons .center_icons {
    width: 183px;
  }

  .crayfish_page .product_icons .center_icons {
    width: 265px;
  }

  .premium_meat_page .product_icons .pan_icon, .dressed_crab_page .product_icons .pan_icon,
  .cluster_crab_page .product_icons .pan_icon, .scallops_page .product_icons span.scallops_icon {
    margin-left: 0;
  }

  .krabbeboller {
    top: 0;
    left: -10%;
    width: 110%;
  }

  .crabd2 {
    left: 0;
    top: -40px;
    width: 110%;
  }

  .date_block.seventh_block {
    background-color: transparent !important;
    margin-top: 30px !important;
  }

  #delightful_ingredients {
    padding-bottom: 360px;
  }

  #header_pan {
    transform: scale(0.4);
    bottom: 390px;
    top: unset !important;
    opacity: 1 !important;
    left: calc(50% + 145px);
    right: 10% !important;
    margin: 0 auto;
  }

  #header_pan.active {
    opacity: 1 !important;
    animation: none !important;
  }

  #hitramat_page .nineth_block.date_image {
    padding-bottom: 20px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    padding: 75px 30px 1px;
  }

  h2.footer {
    font-size: 42px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .no-desktop {
    display: block;
  }

  .only-tablet {
    display: block !important;
  }

  .no-mobile {
    display: none;
  }

  a.see_products.no-mobile {
    display: none;
  }

  .third_product_image img.no-mobile {
    display: none !important;
  }

  #logo a {
    width: 180px;
    height: 95px;
    margin: 15px 0 0 20px;
  }

  span.menu_icon, span.menu_icon_categories {
    background-size: cover;
    width: 38px;
    height: 28px;
    margin-top: 20px;
  }

  .northern_delioghts_mobile {
    width: 366px;
    height: 69px;
    background-size: cover;
    margin-bottom: 60px;
  }

  #menu_mobile a.menu_mobile_link {
    font-size: 32px;
    margin-bottom: 60px;
  }

  span.x_icon {
    width: 46px;
    height: 46px;
    background-size: cover;
  }

  address {
    font-size: 20px;
  }

	body, body p {
		font-size: 14px;
	}

  #home #middle_text, #contact #middle_text {
    margin-top: 280px;
  }

  #roll {
    margin-top: 220px;
  }

  #cloud_container .cloud1 {
    top: 500px;
  }

  #cloud_container .cloud2 {
    top: 550px;
  }

  #delightful_ingredients {
    width: 520px;
    margin: 100px auto 0;
    float: none;
    padding-bottom: 500px;
  }

  #header_pan {
    transform: scale(0.6);
    bottom: 590px;
    width: 260px;
    left: 50% !important;
    right: 50% !important;
    margin: 0 auto;
  }

  h3.header_bottom {
    font-size: 23px;
    line-height: 25px;
  }

  h2.header_bottom, h1.header_bottom{
    font-size: 72px;
    line-height: 62px;
  }

  #title_about {
    width: 550px;
  }

  #title_about h2.about_home, #title_about h3.about_home, #about h2.white_about_box,
  h2.about_page, h2.hitramat_page, h1.hitramat_page {
    font-size: 26px;
    line-height: 30px;
  }

  h3.about_top {
    display: none;
  }

  body#home #middle_text {
    display: none;
  }

  .green_div {
    padding: 20px 0;
    margin-top: -5px;
  }

  h2.header, #about #middle_text h2.header, h2.product_page, h1.product_page, h1.header, #about #middle_text h1.header {
    line-height: 38px;
    font-size: 36px;
  }

  #home #about_main {
    background-position: center 100%;
  }

  .bottom_about_title {
    margin-top: 150px;
  }

  .bottom_about_title h3.green_light {
    font-size: 36px;
  }

  #product_main {
    background-size: cover;
    background-position: 50% calc(50% - 35px);
    min-height: 1015px;
    background-size: 800px;
  }

  #product_container, #right_hitramat_main {
    width: 520px;
  }

  #right_hitramat_main {
    margin: 32px auto 0;
    float: none;
  }

  #left_product_main p.sub_title, #right_hitramat_main p.sub_title {
    font-size: 16px;
  }

  #left_product_main h2.product_main, #left_product_main h3.product_main, h2.hitramat_main, h2.footer {
    font-size: 36px;
    line-height: 42px;
  }

  #home #about_main {
    background-size: 100% 100%;
  }

  a.see_products.no-desktop {
    width: 300px;
    font-size: 18px;
    bottom: 60px;
  }

  a.see_products.no-desktop span.lightgreen_arrow {
    margin-top: 2px;
  }

  h2.footer {
    font-size: 50px;
    line-height: 55px;
  }

  a.logo_footer {
    width: 400px;
    height: 96px;
  }

  #footer_bottom_mobile {
    width: 400px;
    height: 88px;
  }

  span.seafood_norway {
    background: url(images/seafood_norway.png) no-repeat;
    width: 66px;
    height: 64px;
  }

  a.hitramat_logo {
    margin-top: 28px;
  }

  #address_footer {
    margin: 20px 0;
  }

  a.bmo {
    margin-top: 40px;
    font-size: 16px;
  }

  .green_box p, #middle_about_content p, .fishmen_white_box  p {
    padding: 0 75px;
  }

  #about #middle_text p {
    width: 540px;
    margin: 0 auto;
  }

  #top_about_container {
    background-size: 140% !important;
    background-position: left top !important;
  }

  #product_about_page .left_box a.see_products {
    float: none;
  }

  .date_block p {
    width: 450px !important;
    float: none;
    margin: 0 auto;
  }

  #product_page_container div.container{
    width: 520px;
  }

  .ansnes {
    height: 140px;
  }

  #hitramat_page .sixth_block.date_image img {
    width: 520px;
    margin: 0 auto;
    display: block;
  }

  .date_image.third_block {
    padding-top: 20px;
  }

  #hitramat_page .eighth_block.date_block {
    margin-bottom: 20px !important;
  }

  .line_mobile7 {
    height: 100px;
  }

  .line_mobile8 {
    height: 130px;
  }

  .line_mobile9 {
    height: 150px;
  }

  #hitramat_page .nineth_block.date_block {
    padding: 10px 0 5px;
  }  

  #hitramat_page .nineth_block.date_image {
    width: 320px;
    padding-bottom: 20px;
  }

  #contact h3.header {
    font-size: 28px;
  }

  #contact #middle_text {
    margin-top: 220px;
  }

  .date_image.seventeenth_block img, .date_image.eighteenth_block img, .date_image.nineteenth_block img,
  .date_image.twenty_block img, .date_image.fifteenth_block img, #hitramat_page .nineth_block.date_image img {
    max-width: 420px;
  }

  .image_about4 {
    width: auto;
    float: none;
    margin: 0 auto;
  }
}

#menu_mobile {
  display: none;
  width: 100%;
  height: 100vh;
  background: url(images/menu_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  left: 0;
  padding-top: 30px;
  z-index: 100;
  position: fixed;
}



@media (min-width: 1024px) {
  .lg-mx-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .others-posts {
    width: 32%;
  }

  .all_posts {
    justify-content: flex-start;
  }

  .post > div.flex > div.w-70 {
    max-width: 70%;
    width: auto;
  }

  .main-post-header {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .others-posts,
  .first_post > article > div.flex .w-70,
  .first_post > article > div.flex .w-30 {
    width: 100%;
  }

  .first_post > article > div.flex {
    flex-direction: column;
  }

  .hidden-sm-flex {
    display: none;
  }

  .show-sm-flex {
    display: flex;
  }

  .others-posts, .first_post {
    margin-bottom: 10%;
  }
	
	.single-post .others-entry-title-post {
		font-size: 32px;
	}
	
	.author-bio-holder {
		flex-direction: column;
		align-items: start;
	}
	
	.author_bio {
		width: 100%;
		max-width: none;
		margin-left: 0;
		padding-left: 0;
		padding-top: 10px;
		border-left: 0;
	}
	
	.content_right
}

@media (min-width: 769px) {
  .show-md-flex {
    display: flex;
  }

  .hidden-md-flex {
    display: none;
  }
}

.justify-end {
  justify-content: flex-end;
}

html {
  margin-top: 0 !important;
}

#menu_mobile_categories .categories ul {
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-left: 0;
}

#menu_mobile_categories .categories ul li a {
  font-size: 26px;
}


#post_content, #post_content p {
	line-height: 1.2;
	font-size: 18px;
}

#post_content strong {
	font-weight: bold;
}

#post_content i {
	font-style: italic; 
}

#post_content a {
	color: #328685;
	text-decoration: underline;
}

#post_content p {
	margin-bottom: 20px;
}

#post_content h2 {
	margin: 20px 0 25px;
	font-size: 30px;
}

#post_content h3 {
	font-size: 25px;
	margin: 10px 0 20px;
}

#page .single_post img {
	margin: 10px 0;
}

#page .single_post .others-entry-meta {
	padding-bottom: 20px;
}

#post_content ul {
	list-style: disc;
	margin-left: 40px;
	margin-bottom: 20px;
}

#post_content ul li {
	padding: 5px 0;
}



#page .single_post .others-entry-meta a {
	color: #154d4c;
	text-decoration: none;
}


@media (max-width: 450px) {
  .flex-col-mobile {
    flex-direction: column;
  }

  .read-more {
    padding: 15px;
    border: 2px solid #154d4c;
    margin-bottom: 20px;
  }
	
	.single-post .others-entry-title-post {
		font-size: 28px;
	}

	#post_content h2 {
		margin: 15px 0 25px;
		font-size: 24px;
	}

	#post_content h3 {
		font-size: 20px;
		margin: 10px 0 20px;
	}
	
	#post_content, #post_content p {
		font-size: 16px;
	}
	
	.others-posts article .border-t-2 {
		border-top: 0;
	}
	
	.others-posts article.post header.entry-header {
		padding-bottom: 0;
	}
}

@media (max-width: 576px) {
	a.hitramat_logo {
		margin-top: 17px;
	}
	
	#footer_bottom_mobile {
		height: 66px;
	}
	
	.single_post {
		padding-bottom: 20px;
	}
}

@media (max-width: 800px) {
	#page .single_post .others-entry-meta {
		flex-direction: column-reverse;
		align-items: start;
	}
	
	#page .single_post .cat-links {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	
	.single_post {
		padding-bottom: 30px;
	}
}

#page .single_post .author-bio-holder img {
	margin: 0;
}

h2.entry-title a {
	background-color: transparent;
}

.single_post {
	padding-bottom: 60px;
}

.single_post .cat-links a {
	margin: 0 5px 5px 0;
}

@media (max-width: 991px) {
	#page_footer {
		padding: 75px 30px 30px;
	}
}

.linkedin_icon {
  background: url(images/LINKEDIN-ICON.svg) left center no-repeat;
  width: 18px;
  height: 13px;
  display: block;
	margin-right: 15px;
}

.mail_icon {
  background: url(images/MAIL-ICON.svg) left center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.cat-links {
	display: flex;
	flex-wrap: wrap;
}

.cat-links a {
	margin: 0 5px 5px 0;
}

.max-w-330 {
	max-width: 330px;
	width: 100%;
}

.author-bio-holder {
	flex-direction: column;
    align-items: start;
}

.author_bio {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #154d4c;
}

#post_content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #154d4c;
}

.dpsp-networks-btns-wrapper.dpsp-column-3 li {
	width: auto;
}

.dpsp-networks-btns-wrapper li {
	margin-left: 10px;
}

.dpsp-networks-btns-wrapper {
	display: flex;
	justify-content: flex-end;
}

#dpsp-content-bottom {
	margin-top: 40px;
}

article.post .others-entry-title a {
	background-color: transparent;
}

.mobile_block {
  overflow: hidden !important;
  position: fixed !important;
  height: 100vh !important;
}


.category_page_categories .current-cat a {
	color: #9AEADB !important;
}

.category_page_categories li.categories > ul li a, .category_page_categories a.all_categories_link {
	color: #5b8a83;
}

.category_page_categories.categories_holder {
	border-color: #5b8a83;
}