@charset "UTF-8";
/*!
Theme Name: norwegianrain
Theme URI: https://norwegianrain.com
Author: Norwegian Rain
Author URI: https://norwegianrain.com
Description: Hi.
Version: 3.5.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: norwegianrain
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.

_s 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

--------------------------------------------------------------*/
/* Norwegian Rain Custom */
/*--------------------------------------------------------------
# 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;
}

/* Spacing
--------------------------------------------- */
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 10px !important;
}

.mt-1,
.my-1 {
	margin-top: 10px !important;
}

.mr-1,
.mx-1 {
	margin-right: 10px !important;
}

.mb-1,
.my-1 {
	margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
	margin-left: 10px !important;
}

.m-2 {
	margin: 20px !important;
}

.mt-2,
.my-2 {
	margin-top: 20px !important;
}

.mr-2,
.mx-2 {
	margin-right: 20px !important;
}

.mb-2,
.my-2 {
	margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
	margin-left: 20px !important;
}

.m-3 {
	margin: 30px !important;
}

.mt-3,
.my-3 {
	margin-top: 30px !important;
}

.mr-3,
.mx-3 {
	margin-right: 30px !important;
}

.mb-3,
.my-3 {
	margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
	margin-left: 30px !important;
}

.m-4 {
	margin: 40px !important;
}

.mt-4,
.my-4 {
	margin-top: 40px !important;
}

.mr-4,
.mx-4 {
	margin-right: 40px !important;
}

.mb-4,
.my-4 {
	margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
	margin-left: 40px !important;
}

.m-5 {
	margin: 50px !important;
}

.mt-5,
.my-5 {
	margin-top: 50px !important;
}

.mr-5,
.mx-5 {
	margin-right: 50px !important;
}

.mb-5,
.my-5 {
	margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
	margin-left: 50px !important;
}

.m-6 {
	margin: 60px !important;
}

.mt-6,
.my-6 {
	margin-top: 60px !important;
}

.mr-6,
.mx-6 {
	margin-right: 60px !important;
}

.mb-6,
.my-6 {
	margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
	margin-left: 60px !important;
}

.m-7 {
	margin: 70px !important;
}

.mt-7,
.my-7 {
	margin-top: 70px !important;
}

.mr-7,
.mx-7 {
	margin-right: 70px !important;
}

.mb-7,
.my-7 {
	margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
	margin-left: 70px !important;
}

.m-8 {
	margin: 80px !important;
}

.mt-8,
.my-8 {
	margin-top: 80px !important;
}

.mr-8,
.mx-8 {
	margin-right: 80px !important;
}

.mb-8,
.my-8 {
	margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
	margin-left: 80px !important;
}

.m-9 {
	margin: 90px !important;
}

.mt-9,
.my-9 {
	margin-top: 90px !important;
}

.mr-9,
.mx-9 {
	margin-right: 90px !important;
}

.mb-9,
.my-9 {
	margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
	margin-left: 90px !important;
}

.m-10 {
	margin: 100px !important;
}

.mt-10,
.my-10 {
	margin-top: 100px !important;
}

.mr-10,
.mx-10 {
	margin-right: 100px !important;
}

.mb-10,
.my-10 {
	margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
	margin-left: 100px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 10px !important;
}

.pt-1,
.py-1 {
	padding-top: 10px !important;
}

.pr-1,
.px-1 {
	padding-right: 10px !important;
}

.pb-1,
.py-1 {
	padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
	padding-left: 10px !important;
}

.p-2 {
	padding: 20px !important;
}

.pt-2,
.py-2 {
	padding-top: 20px !important;
}

.pr-2,
.px-2 {
	padding-right: 20px !important;
}

.pb-2,
.py-2 {
	padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
	padding-left: 20px !important;
}

.p-3 {
	padding: 30px !important;
}

.pt-3,
.py-3 {
	padding-top: 30px !important;
}

.pr-3,
.px-3 {
	padding-right: 30px !important;
}

.pb-3,
.py-3 {
	padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
	padding-left: 30px !important;
}

.p-4 {
	padding: 40px !important;
}

.pt-4,
.py-4 {
	padding-top: 40px !important;
}

.pr-4,
.px-4 {
	padding-right: 40px !important;
}

.pb-4,
.py-4 {
	padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
	padding-left: 40px !important;
}

.p-5 {
	padding: 50px !important;
}

.pt-5,
.py-5 {
	padding-top: 50px !important;
}

.pr-5,
.px-5 {
	padding-right: 50px !important;
}

.pb-5,
.py-5 {
	padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
	padding-left: 50px !important;
}

.p-6 {
	padding: 60px !important;
}

.pt-6,
.py-6 {
	padding-top: 60px !important;
}

.pr-6,
.px-6 {
	padding-right: 60px !important;
}

.pb-6,
.py-6 {
	padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
	padding-left: 60px !important;
}

.p-7 {
	padding: 70px !important;
}

.pt-7,
.py-7 {
	padding-top: 70px !important;
}

.pr-7,
.px-7 {
	padding-right: 70px !important;
}

.pb-7,
.py-7 {
	padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
	padding-left: 70px !important;
}

.p-8 {
	padding: 80px !important;
}

.pt-8,
.py-8 {
	padding-top: 80px !important;
}

.pr-8,
.px-8 {
	padding-right: 80px !important;
}

.pb-8,
.py-8 {
	padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
	padding-left: 80px !important;
}

.p-9 {
	padding: 90px !important;
}

.pt-9,
.py-9 {
	padding-top: 90px !important;
}

.pr-9,
.px-9 {
	padding-right: 90px !important;
}

.pb-9,
.py-9 {
	padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
	padding-left: 90px !important;
}

.p-10 {
	padding: 100px !important;
}

.pt-10,
.py-10 {
	padding-top: 100px !important;
}

.pr-10,
.px-10 {
	padding-right: 100px !important;
}

.pb-10,
.py-10 {
	padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
	padding-left: 100px !important;
}

.m-n1 {
	margin: -10px !important;
}

.mt-n1,
.my-n1 {
	margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -10px !important;
}

.m-n2 {
	margin: -20px !important;
}

.mt-n2,
.my-n2 {
	margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -20px !important;
}

.m-n3 {
	margin: -30px !important;
}

.mt-n3,
.my-n3 {
	margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -30px !important;
}

.m-n4 {
	margin: -40px !important;
}

.mt-n4,
.my-n4 {
	margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -40px !important;
}

.m-n5 {
	margin: -50px !important;
}

.mt-n5,
.my-n5 {
	margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -50px !important;
}

.m-n6 {
	margin: -60px !important;
}

.mt-n6,
.my-n6 {
	margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
	margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
	margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
	margin-left: -60px !important;
}

.m-n7 {
	margin: -70px !important;
}

.mt-n7,
.my-n7 {
	margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
	margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
	margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
	margin-left: -70px !important;
}

.m-n8 {
	margin: -80px !important;
}

.mt-n8,
.my-n8 {
	margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
	margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
	margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
	margin-left: -80px !important;
}

.m-n9 {
	margin: -90px !important;
}

.mt-n9,
.my-n9 {
	margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
	margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
	margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
	margin-left: -90px !important;
}

.m-n10 {
	margin: -100px !important;
}

.mt-n10,
.my-n10 {
	margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -100px !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 1025px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 10px !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 10px !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 10px !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 10px !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 10px !important;
	}
	.m-lg-2 {
		margin: 20px !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 20px !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 20px !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 20px !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 20px !important;
	}
	.m-lg-3 {
		margin: 30px !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 30px !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 30px !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 30px !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 30px !important;
	}
	.m-lg-4 {
		margin: 40px !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 40px !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 40px !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 40px !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 40px !important;
	}
	.m-lg-5 {
		margin: 50px !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 50px !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 50px !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 50px !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 50px !important;
	}
	.m-lg-6 {
		margin: 60px !important;
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 60px !important;
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 60px !important;
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 60px !important;
	}
	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 60px !important;
	}
	.m-lg-7 {
		margin: 70px !important;
	}
	.mt-lg-7,
	.my-lg-7 {
		margin-top: 70px !important;
	}
	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 70px !important;
	}
	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 70px !important;
	}
	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 70px !important;
	}
	.m-lg-8 {
		margin: 80px !important;
	}
	.mt-lg-8,
	.my-lg-8 {
		margin-top: 80px !important;
	}
	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 80px !important;
	}
	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 80px !important;
	}
	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 80px !important;
	}
	.m-lg-9 {
		margin: 90px !important;
	}
	.mt-lg-9,
	.my-lg-9 {
		margin-top: 90px !important;
	}
	.mr-lg-9,
	.mx-lg-9 {
		margin-right: 90px !important;
	}
	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 90px !important;
	}
	.ml-lg-9,
	.mx-lg-9 {
		margin-left: 90px !important;
	}
	.m-lg-10 {
		margin: 100px !important;
	}
	.mt-lg-10,
	.my-lg-10 {
		margin-top: 100px !important;
	}
	.mr-lg-10,
	.mx-lg-10 {
		margin-right: 100px !important;
	}
	.mb-lg-10,
	.my-lg-10 {
		margin-bottom: 100px !important;
	}
	.ml-lg-10,
	.mx-lg-10 {
		margin-left: 100px !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 10px !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 10px !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 10px !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 10px !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 10px !important;
	}
	.p-lg-2 {
		padding: 20px !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 20px !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 20px !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 20px !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 20px !important;
	}
	.p-lg-3 {
		padding: 30px !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 30px !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 30px !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 30px !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 30px !important;
	}
	.p-lg-4 {
		padding: 40px !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 40px !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 40px !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 40px !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 40px !important;
	}
	.p-lg-5 {
		padding: 50px !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 50px !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 50px !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 50px !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 50px !important;
	}
	.p-lg-6 {
		padding: 60px !important;
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 60px !important;
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 60px !important;
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 60px !important;
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 60px !important;
	}
	.p-lg-7 {
		padding: 70px !important;
	}
	.pt-lg-7,
	.py-lg-7 {
		padding-top: 70px !important;
	}
	.pr-lg-7,
	.px-lg-7 {
		padding-right: 70px !important;
	}
	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 70px !important;
	}
	.pl-lg-7,
	.px-lg-7 {
		padding-left: 70px !important;
	}
	.p-lg-8 {
		padding: 80px !important;
	}
	.pt-lg-8,
	.py-lg-8 {
		padding-top: 80px !important;
	}
	.pr-lg-8,
	.px-lg-8 {
		padding-right: 80px !important;
	}
	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 80px !important;
	}
	.pl-lg-8,
	.px-lg-8 {
		padding-left: 80px !important;
	}
	.p-lg-9 {
		padding: 90px !important;
	}
	.pt-lg-9,
	.py-lg-9 {
		padding-top: 90px !important;
	}
	.pr-lg-9,
	.px-lg-9 {
		padding-right: 90px !important;
	}
	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 90px !important;
	}
	.pl-lg-9,
	.px-lg-9 {
		padding-left: 90px !important;
	}
	.p-lg-10 {
		padding: 100px !important;
	}
	.pt-lg-10,
	.py-lg-10 {
		padding-top: 100px !important;
	}
	.pr-lg-10,
	.px-lg-10 {
		padding-right: 100px !important;
	}
	.pb-lg-10,
	.py-lg-10 {
		padding-bottom: 100px !important;
	}
	.pl-lg-10,
	.px-lg-10 {
		padding-left: 100px !important;
	}
	.m-lg-n1 {
		margin: -10px !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -10px !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -10px !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -10px !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -10px !important;
	}
	.m-lg-n2 {
		margin: -20px !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -20px !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -20px !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -20px !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -20px !important;
	}
	.m-lg-n3 {
		margin: -30px !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -30px !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -30px !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -30px !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -30px !important;
	}
	.m-lg-n4 {
		margin: -40px !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -40px !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -40px !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -40px !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -40px !important;
	}
	.m-lg-n5 {
		margin: -50px !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -50px !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -50px !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -50px !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -50px !important;
	}
	.m-lg-n6 {
		margin: -60px !important;
	}
	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -60px !important;
	}
	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -60px !important;
	}
	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -60px !important;
	}
	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -60px !important;
	}
	.m-lg-n7 {
		margin: -70px !important;
	}
	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -70px !important;
	}
	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -70px !important;
	}
	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -70px !important;
	}
	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -70px !important;
	}
	.m-lg-n8 {
		margin: -80px !important;
	}
	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -80px !important;
	}
	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -80px !important;
	}
	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -80px !important;
	}
	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -80px !important;
	}
	.m-lg-n9 {
		margin: -90px !important;
	}
	.mt-lg-n9,
	.my-lg-n9 {
		margin-top: -90px !important;
	}
	.mr-lg-n9,
	.mx-lg-n9 {
		margin-right: -90px !important;
	}
	.mb-lg-n9,
	.my-lg-n9 {
		margin-bottom: -90px !important;
	}
	.ml-lg-n9,
	.mx-lg-n9 {
		margin-left: -90px !important;
	}
	.m-lg-n10 {
		margin: -100px !important;
	}
	.mt-lg-n10,
	.my-lg-n10 {
		margin-top: -100px !important;
	}
	.mr-lg-n10,
	.mx-lg-n10 {
		margin-right: -100px !important;
	}
	.mb-lg-n10,
	.my-lg-n10 {
		margin-bottom: -100px !important;
	}
	.ml-lg-n10,
	.mx-lg-n10 {
		margin-left: -100px !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: 'FreightText Book';
	src: url("/wp-content/themes/norwegianrain/fonts/FreightTextBookItalic.woff2") format("woff2"), url("/wp-content/themes/norwegianrain/fonts/FreightTextBookItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'FreightText Book';
	src: url("/wp-content/themes/norwegianrain/fonts/FreightTextBook.woff2") format("woff2"), url("/wp-content/themes/norwegianrain/fonts/FreightTextBook.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'FreightText Book';
	src: url("/wp-content/themes/norwegianrain/fonts/FreightTextMedium.woff2") format("woff2"), url("/wp-content/themes/norwegianrain/fonts/FreightTextMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url("/wp-content/themes/norwegianrain/fonts/Avenir-Book.woff2") format("woff2"), url("/wp-content/themes/norwegianrain/fonts/Avenir-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url("/wp-content/themes/norwegianrain/fonts/Avenir-Heavy.woff2") format("woff2"), url("/wp-content/themes/norwegianrain/fonts/Avenir-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url("/wp-content/themes/norwegianrain/fonts/Avenir-Medium.woff2") format("woff2"), url("/wp-content/themes/norwegianrain/fonts/Avenir-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #454545;
	font-family: "FreightText Book";
	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%;
}

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

/* Elements
--------------------------------------------- */
html {
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	height: 100vh;
}

html.filterIsActive {
	/* want to fix the height to the window height */
	height: calc(100 * var(--vh) - 1px);
	/* want to block all overflowing content */
	overflow: hidden;
	/* want to exclude padding from the height */
	box-sizing: border-box;
}

html.filterIsActive body {
	height: calc(100 * var(--vh) - 1px);
	overflow: hidden;
}

html.filterIsActive body #overlay {
	display: block;
}

html.filterIsActive body .site-header {
	z-index: 1;
}

body {
	background: #fff;
	margin-bottom: 0 !important;
}

body.megaIsActive {
	overflow-x: hidden;
	overflow-y: hidden;
}

body .test {
	color: red;
}

.site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
	min-height: 100vh;
	grid-template-rows: auto 1fr auto;
}

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: #454545;
}

a:visited {
	color: #454545;
}

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

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%;
}

label.inline {
	display: inline !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Footer
--------------------------------------------- */
.cli-style-v2 .cli-bar-message {
	font-family: 'Avenir';
	font-size: 12px;
	line-height: 16px;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Avenir';
	font-size: 11px;
	font-weight: 500;
}

.cli-tab-container h4,
.cli-tab-container h1 {
	font-family: 'Avenir';
	text-transform: uppercase;
	letter-spacing: 3px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	font-family: 'Avenir';
	font-size: 11px;
	font-weight: 500;
}

footer .icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: cover;
	background-repeat: no-repeat;
}

footer .icon:hover {
	width: 40px;
	height: 40px;
	margin: -2px -2px -2px -2px;
}

footer .icon.icon-facebook {
	background-image: url("/wp-content/themes/norwegianrain/images/icon-facebook.svg");
}

footer .icon.icon-instagram {
	background-image: url("/wp-content/themes/norwegianrain/images/icon-instagram.svg");
}

footer.pre-site-footer .newsletter {
	background-color: #F5F4F0;
	padding: 0 15px 0 15px;
	/*h4 {
            font-family: Avenir;
            font-style: normal;
            font-weight: 900;
            font-size: 13px;
            line-height: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: none;

            @media (min-width: $breakpoint_desktop) {
                display: inline-block;
                font-size: 13px;
                line-height: 15px;
            }
        }*/
}

@media (min-width: 1025px) {
	footer.pre-site-footer .newsletter {
		padding: 0 30px 0 30px;
	}
}

footer.pre-site-footer .newsletter .lead-text {
	margin: 0 auto 0 auto;
	max-width: 80%;
	font-family: 'FreightText Book';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
}

@media (min-width: 1025px) {
	footer.pre-site-footer .newsletter .lead-text {
		max-width: 550px;
		font-size: 22px;
		line-height: 27px;
	}
}

footer.pre-site-footer .newsletter h2 {
	font-family: 'FreightText Book';
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 35px;
	letter-spacing: 0.03em;
}

@media (min-width: 1025px) {
	footer.pre-site-footer .newsletter h2 {
		font-size: 36px;
		line-height: 37px;
	}
}

footer.pre-site-footer .newsletter form {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 0 auto;
}

footer.pre-site-footer .newsletter form input {
	background-color: #FFFFFF;
	color: #5a5a5a;
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: Avenir;
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-appearance: none;
}

footer.pre-site-footer .newsletter form .button {
	background: #444444;
	color: #F3F2F1;
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-family: Avenir;
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}

footer.pre-site-footer .newsletter form .button:hover {
	border: 2px solid #444444;
	line-height: 56px;
	background: transparent;
	color: #444444;
}

footer.pre-site-footer .newsletter form #subscribe-result {
	font-family: Avenir;
	font-size: 12px;
	line-height: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

footer.pre-site-footer .newsletter form #subscribe-result a:link, footer.pre-site-footer .newsletter form #subscribe-result a:hover, footer.pre-site-footer .newsletter form #subscribe-result a:visited, footer.pre-site-footer .newsletter form #subscribe-result a:active {
	color: #444444;
	text-decoration: underline;
}

footer.pre-site-footer .follow-us {
	display: none;
	background: #FFFFFF;
	color: #2B2B2B;
	font-family: 'FreightText Book';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	min-height: 20vw;
}

@media (min-width: 1025px) {
	footer.pre-site-footer .follow-us {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

footer.pre-site-footer .follow-us .col-1 {
	padding: 0 15px 0 15px;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1025px) {
	footer.pre-site-footer .follow-us .col-1 {
		order: 1;
		max-width: 600px;
		margin-left: auto;
		padding-left: 30px;
	}
}

footer.pre-site-footer .follow-us .col-2 {
	order: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media (min-width: 1025px) {
	footer.pre-site-footer .follow-us .col-2 {
		order: 2;
	}
}

footer.pre-site-footer .follow-us h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 37px;
	letter-spacing: 0.01em;
}

footer.pre-site-footer .follow-us a.button {
	display: block;
	font-family: Avenir;
	font-weight: 900;
	font-size: 13px;
	text-decoration: none;
	line-height: 60px;
	text-transform: uppercase;
	color: #444444;
	border: 1px solid #444444;
	width: 100%;
	max-width: 250px;
}

footer.pre-site-footer .follow-us a.button:hover {
	color: #fff;
	background-color: #444444;
}

footer.site-footer {
	background-color: #372424;
}

footer.site-footer .inner-footer {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0px 60px;
	padding: 30px 15px;
	font-family: Avenir;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	color: #AFA191;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer {
		grid-gap: 60px 60px;
		padding: 60px 30px;
		grid-template-columns: repeat(4, 1fr);
	}
}

footer.site-footer .inner-footer h3 {
	font-family: 'FreightText Book';
	font-size: 22px;
	line-height: 62px;
	font-weight: 400 !important;
	font-style: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #AFA191;
	cursor: pointer;
	display: block;
	width: 100%;
	padding-right: 30px;
	background-image: url("/wp-content/themes/norwegianrain/images/plus.svg");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

footer.site-footer .inner-footer h3.no-icon {
	background-image: none;
	border-bottom: none;
}

footer.site-footer .inner-footer h3.open {
	background-image: url("/wp-content/themes/norwegianrain/images/minus.svg");
	border-bottom: none;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer h3 {
		cursor: default;
		background-image: none;
		padding-right: 0;
		font-size: 25px;
		line-height: 30px;
		border-bottom: 0;
		margin-bottom: 30px;
	}
	footer.site-footer .inner-footer h3.open {
		background-image: none;
	}
}

footer.site-footer .inner-footer .footer-shipping-to {
	order: 1;
}

footer.site-footer .inner-footer .footer-about-us {
	order: 2;
}

footer.site-footer .inner-footer .footer-stores {
	order: 3;
}

footer.site-footer .inner-footer .footer-cs {
	order: 4;
}

footer.site-footer .inner-footer .footer-some {
	order: 5;
	display: flex;
	flex-direction: row;
}

footer.site-footer .inner-footer .footer-some h3 {
	width: auto;
	line-height: 36px;
	flex-grow: 1;
}

footer.site-footer .inner-footer .footer-some div {
	width: auto;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer .footer-about-us {
		order: 1;
	}
	footer.site-footer .inner-footer .footer-stores {
		order: 2;
	}
	footer.site-footer .inner-footer .footer-cs {
		order: 3;
	}
	footer.site-footer .inner-footer .footer-shipping-to {
		order: 4;
	}
	footer.site-footer .inner-footer .footer-some {
		display: none;
	}
}

footer.site-footer .inner-footer .shipping-to {
	margin-bottom: 30px;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer .shipping-to {
		padding: 0 15px 0 15px;
		margin-bottom: 0px;
	}
}

@media (max-width: 1024px) {
	footer.site-footer .inner-footer .shipping-to h3 {
		font-family: Avenir;
		font-size: 12px;
		font-weight: 800 !important;
		line-height: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-bottom: 5px;
	}
}

footer.site-footer .inner-footer .shipping-to a, footer.site-footer .inner-footer .shipping-to a:link, footer.site-footer .inner-footer .shipping-to a:active, footer.site-footer .inner-footer .shipping-to a:visited, footer.site-footer .inner-footer .shipping-to a:hover {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	width: 100%;
	padding: 0 9px 0 9px;
	color: #AFA191;
	border: 1px solid #AFA191;
	font-weight: 400;
	text-decoration: none;
	line-height: 30px;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer .shipping-to a, footer.site-footer .inner-footer .shipping-to a:link, footer.site-footer .inner-footer .shipping-to a:active, footer.site-footer .inner-footer .shipping-to a:visited, footer.site-footer .inner-footer .shipping-to a:hover {
		line-height: 30px;
	}
}

footer.site-footer .inner-footer .shipping-to .select2 {
	width: 100% !important;
}

@media (max-width: 1024px) {
	footer.site-footer .inner-footer .navigation .menu {
		display: none;
	}
	footer.site-footer .inner-footer .navigation .open {
		display: block;
	}
}

footer.site-footer .inner-footer .navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #AFA191;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer .navigation ul {
		padding-bottom: 0px;
		border-bottom: none;
	}
}

footer.site-footer .inner-footer .navigation ul li a:link, footer.site-footer .inner-footer .navigation ul li a:active, footer.site-footer .inner-footer .navigation ul li a:visited, footer.site-footer .inner-footer .navigation ul li a:hover {
	color: #AFA191;
	font-weight: 400;
	text-decoration: none;
	line-height: 30px;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer .navigation ul li a:link, footer.site-footer .inner-footer .navigation ul li a:active, footer.site-footer .inner-footer .navigation ul li a:visited, footer.site-footer .inner-footer .navigation ul li a:hover {
		line-height: 20px;
	}
}

footer.site-footer .inner-footer .footer-bottom {
	order: 5;
	grid-column: 1/-1;
	padding-top: 60px;
	text-align: center;
}

@media (min-width: 1025px) {
	footer.site-footer .inner-footer .footer-bottom {
		border-top: 1px solid #AFA191;
	}
}

footer.site-footer .inner-footer .footer-bottom .partial-logo {
	height: 86px;
	background-image: url("/wp-content/themes/norwegianrain/images/partial-logo.svg");
	background-size: 86px 85px;
	background-repeat: no-repeat;
	background-position: top center;
}

footer.site-footer .inner-footer .footer-bottom .copyright {
	margin-top: 60px;
}

footer.site-footer .inner-footer .footer-bottom .methods-of-payment {
	margin-top: 60px;
}

/* Navigation
--------------------------------------------- */
.wc_aelia_cs_country_selector {
	margin: 0 auto;
}

@media (min-width: 1025px) {
	#overlay {
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #C4C4C4;
		mix-blend-mode: multiply;
		z-index: 300;
		cursor: pointer;
	}
	#overlay.active {
		display: block;
	}
}

.woocommerce-store-notice {
	display: flex;
	align-items: center;
	background-color: #4A4A4A;
	margin: 0;
	height: auto;
	padding: 5px 15px;
	min-height: 35px;
	font-family: Avenir;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
	padding-left: 15px;
}

@media (min-width: 1025px) {
	.woocommerce-store-notice {
		font-size: 12px;
		padding: 8px 30px;
	}
	.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
		padding-left: 30px;
	}
}

.woocommerce-store-notice > div {
	text-align: center;
	margin: 0;
	flex-grow: 1;
}

@media (min-width: 1025px) {
	.woocommerce-store-notice > div {
		text-align: center;
	}
}

.woocommerce-store-notice > div .conditional-country {
	display: block;
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	.woocommerce-store-notice > div .conditional-country {
		display: inline;
	}
	.woocommerce-store-notice > div .conditional-country:after {
		content: "";
		margin: 0px 5px;
	}
}

.woocommerce-store-notice > div .conditional-taxes {
	display: block;
	text-transform: none;
}

@media (min-width: 1025px) {
	.woocommerce-store-notice > div .conditional-taxes {
		display: inline;
	}
	.woocommerce-store-notice > div .conditional-taxes:before {
		content: "–";
		margin: 0px 5px;
	}
}

.woocommerce-store-notice a:link, .woocommerce-store-notice a:hover, .woocommerce-store-notice a:visited, .woocommerce-store-notice a:active {
	color: #fff;
	text-decoration: none;
}

.woocommerce-store-notice.up {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.woocommerce-store-notice.down {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.country--NO .woocommerce-store-notice {
	background-color: #DE9947;
	color: #000;
}

.country--NO a, .country--NO a:link, .country--NO a:hover, .country--NO a:active, .country--NO a:visited {
	color: #000;
}

.site-header {
	width: 100%;
	height: 125px;
	max-height: 125px;
	padding: 0px 30px 0 30px;
	z-index: 950;
	background: #fff;
	border-bottom: 0px solid #000;
	transition: max-height 1s;
	/* Small menu. */
}

.site-header .site-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	margin: 0 auto;
	max-width: 1600px;
}

.site-header.up {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.site-header.down {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.site-header .site-branding {
	order: 1;
	justify-content: center;
	display: flex;
	align-items: baseline;
	overflow: hidden;
	padding-top: 15px;
}

.site-header .site-branding .custom-logo {
	width: 110px;
	height: auto;
}

@media (max-width: 1024px) {
	.site-header {
		padding: 0px 15px 0 15px;
		max-height: 50px;
		background-color: #ffffff;
		/* #FAFAFA; */
	}
	.site-header .site-branding {
		margin: auto 0 auto 0;
		max-height: 14px;
		padding-top: 0px;
	}
}

@media (min-width: 1025px) {
	.site-header.scrolled {
		max-height: 55px;
		overflow: visible;
		background-color: #ffffff;
		/* #FAFAFA; */
		transition: 1s;
	}
	.site-header.scrolled .site-branding {
		max-height: 40px;
	}
}

.site-header .utils-navigation {
	order: 2;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

@media (min-width: 1025px) {
	.site-header .utils-navigation {
		height: 50px;
	}
}

.site-header .utils-navigation .search-icon {
	padding-left: 25px;
}

.site-header .utils-navigation .search-icon a {
	display: block;
	height: 20px;
	width: 20px;
	background-image: url("/wp-content/themes/norwegianrain/images/search.svg");
	background-size: 20px 20px;
	background-position-x: left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.site-header .utils-navigation .shipping-to {
	display: none;
	font-family: Avenir;
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	text-underline-offset: 2px;
	text-decoration: underline;
}

@media (min-width: 1025px) {
	.site-header .utils-navigation .shipping-to {
		display: inline;
	}
}

.site-header .utils-navigation .shipping-to:hover {
	text-decoration: none;
	cursor: pointer;
}

.site-header .utils-navigation ul.site-header-cart {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding-left: 25px;
	padding-right: 0;
}

.site-header .utils-navigation ul.site-header-cart .cart-contents {
	display: block;
	width: auto;
	height: 19px;
	background-image: url("/wp-content/themes/norwegianrain/images/cart.svg");
	background-size: 16px 19px;
	background-position-x: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
}

.site-header .utils-navigation ul.site-header-cart.active .cart-contents {
	height: 19px;
	width: 39px;
	background-image: url("/wp-content/themes/norwegianrain/images/times.svg");
	background-size: 19px 19px;
	background-position: right;
}

.site-header .utils-navigation ul.site-header-cart.active .cart-contents .count {
	width: 0px;
	text-indent: -100000px;
	overflow: hidden;
}

.site-header .main-navigation {
	display: block;
	width: 100%;
}

.site-header .main-navigation > div {
	height: 100%;
	display: none;
	align-items: start;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation > div {
		display: flex;
	}
}

.site-header .main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 20px;
}

.site-header .main-navigation ul ul {
	float: left;
	position: absolute;
	top: auto;
	left: -999em;
	z-index: 99999;
	padding-top: 0;
	padding: 15px;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation ul ul {
		display: flex;
		width: 100vw;
		min-height: 200px;
		background-color: #fff;
		padding: 40px calc(max(30px, calc(50vw - 800px)));
		border-top: 1px solid #dcdcdc;
	}
}

.site-header .main-navigation ul ul ul {
	padding: 0 0;
	border: none;
	width: 100%;
	min-height: unset;
	float: unset;
	top: unset;
	left: unset;
	z-index: unset;
	position: unset;
	display: flex;
	flex-direction: column;
}

.site-header .main-navigation ul ul ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	flex-basis: 100%;
	border-right: unset;
}

.site-header .main-navigation ul ul ul li > a {
	display: block;
}

.site-header .main-navigation ul ul li {
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.site-header .main-navigation ul ul li.no-border, .site-header .main-navigation ul ul li:last-of-type {
	border-bottom: none;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation ul ul li {
		flex-basis: 15%;
		padding-right: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.site-header .main-navigation ul ul li:last-of-type {
		border-right: none;
	}
}

.site-header .main-navigation ul ul li:hover > ul,
.site-header .main-navigation ul ul li.focus > ul {
	display: flex;
	left: 0px;
}

.site-header .main-navigation ul ul li.col-image {
	flex-basis: 100%;
	padding-top: 20px;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation ul ul li.col-image {
		flex-basis: 50%;
		margin-left: auto;
		padding-top: 0px;
	}
}

.site-header .main-navigation ul ul li.col-image .sub-menu {
	display: grid;
	row-gap: 30px;
	column-gap: 30px;
	grid-template-columns: 1fr;
	direction: ltr;
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation ul ul li.col-image .sub-menu {
		grid-template-columns: repeat(2, 1fr);
		direction: rtl;
		row-gap: 40px;
		column-gap: 40px;
	}
}

.site-header .main-navigation ul ul li.col-image .sub-menu li:last-of-type {
	margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation ul ul li.col-image .sub-menu li:last-of-type {
		margin-bottom: 0;
	}
}

.site-header .main-navigation ul ul a {
	padding: 0 0 0 0;
}

.site-header .main-navigation ul li.focus > ul {
	left: 0px;
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation ul {
		padding-top: 0;
	}
	.site-header .main-navigation ul li:hover > ul {
		left: 0px;
	}
}

@media screen and (max-width: 1025px) {
	.site-header .main-navigation .child-item-focus > li:not(.focus),
	.site-header .main-navigation .child-item-focus > li.focus:not(.menu-item-has-children) {
		display: none;
	}
}

.site-header .main-navigation li {
	margin-left: 15px;
	margin-right: 15px;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation li {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0px;
		padding-right: 30px;
	}
	.site-header .main-navigation li:last-of-type {
		padding-right: 0px;
	}
}

@media screen and (max-width: 1025px) {
	.site-header .main-navigation li.menu-item-has-children > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 0 15px;
	}
	.site-header .main-navigation li.menu-item-has-children.focus > a {
		justify-content: unset;
		padding: 0 15px 0 0;
	}
	.site-header .main-navigation li.menu-item-has-children > a::after {
		content: "";
		border: solid #000000;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin: 2px;
	}
	.site-header .main-navigation li.menu-item-has-children.focus > a::after {
		order: -1;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		margin-right: 5px;
	}
	.site-header .main-navigation li.menu-item-has-childrennot(.focus) .sub-menu {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation li.only-mobile {
		display: none !important;
	}
}

.site-header .main-navigation li.label {
	display: none;
}

@media screen and (min-width: 1025px) {
	.site-header .main-navigation li.label {
		display: block;
		padding-bottom: 15px;
	}
	.site-header .main-navigation li.label a {
		cursor: default;
		font-weight: 800;
		text-transform: uppercase;
	}
}

.site-header .main-navigation li.smaller a {
	font-size: 15px;
	line-height: 30px;
}

.site-header .main-navigation li.hidden > a {
	display: none;
}

.site-header .main-navigation li.menu-item-image {
	aspect-ratio: 1;
	background-color: #4A4A4A;
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-repeat: none;
	background-size: contain;
	background-position: center center;
}

.site-header .main-navigation li.menu-item-image.menu-item-image-m1 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-m1.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-m2 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-m2.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-m3 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-m3.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-m4 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-m4.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-w1 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-w1.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-w2 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-w2.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-w3 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-w3.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-w4 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-w4.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-e1 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-e1.jpg");
}

.site-header .main-navigation li.menu-item-image.menu-item-image-e2 {
	background-image: url("/wp-content/themes/norwegianrain/images/menu-item-image-e2.jpg");
}

.site-header .main-navigation li.menu-item-image a {
	padding: 0 10%;
	font-family: Avenir;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}

.site-header .main-navigation a {
	font-family: "Avenir";
	font-weight: 400;
	font-size: 25px;
	line-height: 45px;
	color: #2a2a2a;
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
}

@media (min-width: 1025px) {
	.site-header .main-navigation a {
		font-size: 12px;
		line-height: 50px;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 0.2em;
		padding: 0;
	}
}

.site-header .main-navigation .sub-menu a {
	font-size: 17px;
	line-height: 35px;
}

@media (min-width: 1025px) {
	.site-header .main-navigation .sub-menu a {
		text-transform: initial;
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 0;
	}
}

.site-header .menu-toggle,
.site-header .main-navigation.toggled ul {
	display: block;
	width: calc(100% - 15px);
}

.site-header .main-navigation.toggled > div {
	display: flex;
	position: absolute;
	left: 0px;
	width: 100vw;
	background-color: #fff;
	height: calc(100vh - 50px);
	overflow-x: auto;
}

.site-header .menu-toggle {
	display: block !important;
	width: 16px;
	height: 16px;
	margin: 17px 0;
	padding: 0 0 0 0;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
	cursor: pointer;
	outline: none;
	background: inherit;
}

.site-header .menu-toggle:after {
	content: '';
	display: block;
	height: 1px;
	background: #000000;
	margin-top: 0px;
}

.site-header .menu-toggle.toggled {
	border: none;
}

.site-header .menu-toggle.toggled:after, .site-header .menu-toggle.toggled:before {
	position: absolute;
	content: '';
	height: 16px;
	width: 1px;
	background-color: #000000;
	margin-top: 0;
	top: -1px;
	left: 8px;
}

.site-header .menu-toggle.toggled:before {
	transform: rotate(45deg);
}

.site-header .menu-toggle.toggled:after {
	transform: rotate(-45deg);
}

@media screen and (min-width: 1025px) {
	.site-header .menu-toggle {
		display: none !important;
	}
	.site-header .main-navigation ul,
	.site-header .main-navigation.toggled ul {
		display: flex;
	}
}

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

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

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

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

/* Select2 basic styling */
.select2-container--default .select2-results__option,
.select2-container--default .select2-search__field {
	font-size: 12px !important;
	font-family: Avenir !important;
	font-weight: 500 !important;
	border-radius: 0px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #454545 !important;
	color: #fff !important;
}

/* 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;
}

.section__clickable {
	cursor: pointer;
}

/* 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;
}

/* Algolia Search Results
--------------------------------------------- */
#ais-main {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

@media (min-width: 1025px) {
	#ais-main {
		max-width: 1660px;
	}
}

#ais-main .algolia-search-box-wrapper {
	max-width: 600px;
	margin: 0 auto 0 auto;
}

#ais-main .algolia-search-box-wrapper .search-icon {
	fill: #000;
}

#ais-main .algolia-search-box-wrapper #algolia-search-box input {
	border-bottom: 2px solid #000000;
}

#ais-main .algolia-search-box-wrapper .ais-Stats {
	font-family: Avenir;
	font-size: 12px;
}

#ais-main .ais-Hits-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	padding: 15px;
}

@media (min-width: 1025px) {
	#ais-main .ais-Hits-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
		padding: 30px;
	}
}

@media (min-width: 1600px) {
	#ais-main .ais-Hits-list {
		grid-template-columns: repeat(4, 1fr);
		padding: 30px;
	}
}

#ais-main .ais-Hits-list .ais-Hits-item article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

#ais-main .ais-Hits-list .ais-Hits-item article .ais-hits--thumbnail {
	margin: 0;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

#ais-main .ais-Hits-list .ais-Hits-item article h2 {
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

#ais-main .ais-Hits-list .ais-Hits-item article h2 a, #ais-main .ais-Hits-list .ais-Hits-item article h2 a:link, #ais-main .ais-Hits-list .ais-Hits-item article h2 a:hover, #ais-main .ais-Hits-list .ais-Hits-item article h2 a:active, #ais-main .ais-Hits-list .ais-Hits-item article h2 a:visited {
	text-decoration: none;
}

@media (min-width: 1025px) {
	#ais-main .ais-Hits-list .ais-Hits-item article h2 {
		margin: 10px 0 0 0;
		font-size: 15px;
		line-height: 18px;
	}
}

#ais-main .ais-Hits-list .ais-Hits-item article .excerpt {
	display: none;
}

.ais-Pagination-list {
	display: flex;
	justify-content: center;
	padding: 0 0 0 0;
	font-family: Avenir;
	font-size: 16px;
}

.ais-Pagination-list .ais-Pagination-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
# 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;
}

/*# sourceMappingURL=style.css.map */