
/*!
Theme Name: Moose Tracks
Theme URI: http://underscores.me/
Author: Fairly Painless
Author URI: http://fairlypainless.com
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: moose-tracks
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.

Moose Tracks 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: .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: -.25em;
}

sup {
	top: -.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: .35em .75em .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;
	overflow-x: hidden;
}

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

/* Typography
--------------------------------------------- */
body, button, optgroup, textarea {
	color: #fffcf6;
	font-family: neue-haas-unica, sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

input, select {
	color: #000;
	font-family: neue-haas-unica, sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.1;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
}

h1 {
	font-size: 55px;
	letter-spacing: 1px;
	margin: 25px 0;
}

h2 {
	font-size: 28px;
}

h3 {
	font-family: neue-haas-unica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 25px 0;
}

p {
	margin-bottom: 1em;
}

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: #ffb900;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.fa-regular, .far {
	font-size: 16px;
}

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

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

ul, ol {
	margin: 0;
	padding: 0;
}

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: 0;
}

table {
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
	transition: ease all .5s;
}

a.btn {
	color: #fffcf6;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #00abef;
	text-align: center;
	border-radius: 35px;
	padding: 5px 30px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 2px;
	position: absolute;
	top: auto;
	left: auto;
	margin: 15px 0;
	overflow: hidden;
	transition: ease all 1s;
	z-index: 2;
}

.type-page .right-section .content-block a.btn, .type-page .left-section .content-block a.btn {
	position: relative;
	padding: 16px 30px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0;
}

a.btn:before {
	top: 100px;
	content: "";
	position: absolute;
	width: 360px;
	height: 320px;
	border-radius: 130px;
	background-color: #fffcf6;
	left: 50%;
	transform: translate(-150%);
	animation: wave 5s infinite linear;
	transition: ease all 1s;
	z-index: 1;
	opacity: 0;
}

a.btn:hover::before {
	opacity: 1;
	top: 35px;
	transition: ease all .5s;
	z-index: -1;
}

a.btn-text:hover::before {
	z-index: 2;
}

a.yellow-btn {
	background-color: #ffb900;
}

c .news-content a, .news-content p a, .news-content ul li a, .news-content ol li a, .recipe-content a, .recipe-content p a, .recipe-content ul li a, .recipe-content ol li a {
	color: #ffb900 !important;
}

.news-content a:hover, .news-content p a:hover, .recipe-content a:hover, .recipe-content p a:hover {
	color: #000;
}

@keyframes wave {
	0% {
		transform: translate(-50%) rotate(-180deg);
	}
	
	100% {
		transform: translate(-50%) rotate(360deg);
	}
}

.btn-container {
	display: flex;
	justify-content: center;
}

a:visited {
	color: #fffcf6;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	transition: ease all .5s;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #00abef;
	transition: ease all .5s;
}

/* Forms
--------------------------------------------- */
input[type="submit"], button, input[type="button"], input[type="reset"] {
	background-color: #0069ae;
	color: #fffcf6;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 35px;
	padding: 5px 30px;
	font-weight: 600;
	line-height: 35px;
	border: none;
	cursor: pointer;
}

button.menu-toggle {
	background-color: transparent;
	border-radius: 0;
}

button.slick-arrow, input[type="button"].slick-arrow {
	background-color: transparent;
	line-height: auto;
	padding-top: 0;
	border-radius: 0;
}

button.slick-arrow:hover, input[type="button"].slick-arrow:hover, button.menu-toggle:hover {
	background-color: transparent;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border-color: none;
	background-color: #000;
	transition: .5s;
}

input[type="submit"]:hover {
	border-color: none;
	background-color: #000;
	transition: .5s;
}

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: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], 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: #000;
	border: 1px solid #00abf0;
	border-radius: 10px;
	padding: 3px;
	width: 100%;
}

select {
	border-radius: 10px;
}

input[type="number"] {
	color: #fffcf6;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
	border: 3px solid black;
	border-radius: 30px;
	padding: 3px 30px 3px 40px;
	font-size: 20px;
	text-align: center;
	background: transparent;
}

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 #00abef;
}

textarea {
	width: 100%;
}

input.search-submit {
	display: none;
}

input[type="search"].search-field {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fffcf6;
	border-radius: 0;
	color: #fffcf6;
	display: none;
	padding: 5px 5px 0 5px;
	line-height: auto;
	margin: 0 10px 5px 30px;
	font-size: 14px;
	transition: all 1s ease-in;
}

input[type="search"].search-field::placeholder {
	color: #fffcf6;
}

input[type="search"].active {
	display: block;
	transition: all 1s ease-in;
}

button#searchsubmit {
	background-color: transparent;
	color: #fffcf6;
	padding: 5px 30px;
}

button#searchsubmit:hover {
	color: #0069ae;
}

fieldset {
	border: 0 !important;
}

.fa-search {
	padding: 0;
	font-size: 20px !important;
}

input:focus-visible {
	outline-color: #fffcf6;
	outline-width: 1px;
}

#search_block fieldset input[type="submit"] {
	display: none;
}

#search_block fieldset input::placeholder {
	color: #fffcf6 !important;
}

#search_block input[type="text"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fffcf6;
	border-radius: 0;
}

#search_block input[type="text"] * input::placeholder {
	color: #fffcf6;
}

input[type="text"]#coupon_code {
	width: 50%;
	margin-right: 50px;
}

#post-10 .content {
	padding: 50px;
}

.gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select, .gform_wrapper.gravity-theme .gfield select.large {
	width: 100%;
	height: 40px;
}

#field_6_8 {
	margin-top: 25px;
}

/*--------------------------------------------------------------
# Global Style Components
--------------------------------------------------------------*/
.yellow_bg {
	background-color: #ffb900;
}

.orange_bg {
	background-color: #f39721;
}

.red_bg {
	background-color: #f26140;
}

.tan_bg {
	background-color: #fcdea9;
	color: #000;
}

.cream_bg {
	background-color: #fffcf6;
	color: #000;
}

.content-block.cream_bg h1, .content-block.cream_bg h2, .content-block.cream_bg h3, .content-block.cream_bg * a {
	color: #00abef;
}

.content-block.cream_bg * a:hover {
	color: #000;
}

.content-block.blue_tracks {
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/Denali_MT_Web_Img_Tracks.png");
	background-color: #00abef;
	background-position: center;
	background-size: cover;
}

.content-block.blue_tracks.nitro-lazy {
	background-image: none !important;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

section {
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

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

/* Navigation
--------------------------------------------- */
#toolbar-menu {
	list-style-type: none;
	display: flex;
}

.toolbar {
	height: 40px;
	background-color: #ffb900;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 0 30px;
}

#toolbar-menu li {
	padding-left: 15px;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

span.cart-count {
	background-color: #f26140;
	color: #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 1.45;
	margin-left: 0;
	font-size: 12px;
	display: grid;
	outline: 0px solid #fff;
	transform: translate(-7px, -6px);
	letter-spacing: 0;
	padding-top: .25px;
	padding-right: .25px;
}

li.menu-cart-icon {
	padding-left: 5px !important;
}

.tb-left {
	left: 0;
	position: absolute;
}

#menu-item-3770 {
	padding-right: 5px;
}

.site-header {
	height: 200px;
}

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

.main-navigation a {
	color: #000;
	font-size: 22px;
	transition: .5s;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
}

.main-navigation a:hover {
	color: #0069ae;
}

.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, .2);
	float: left;
	position: absolute;
	top: 120px;
	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;
	font-size: 17px;
}

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

.main-navigation li {
	position: relative;
	padding: 15px 15px 0 15px;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	width: 100%;
	margin-top: 5px;
}

.main-navigation a:hover {
	transform: scale(1.1);
	transition: all ease-in-out .2s;
}

.menu-item ul.sub-menu {
	background-color: #f39721;
	font-size: 12px;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 20px 10px;
	border-radius: 0 20px 20px 20px;
	margin-top: 10px !important;
}

.menu-item ul.sub-menu:hover {
	transition: .5s;
}

ul.sub-menu a:hover {
	transform: scale(1);
}

.home-logo {
	height: 100%;
	width: 300px;
}

.home-logo a {
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/MT_Logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 0 5px;
	color: transparent !important;
	height: 100%;
	width: 100%;
	margin: 0 15px;
}

.home-logo a.nitro-lazy {
	background-image: none !important;
}

.home-logo a:hover {
	color: transparent;
}

.home-logo-wrapper.home-logo.__mobile {
	display: none;
}

#primary-menu .current-menu-item.current_page_item a {
	color: #f26140;
}

.sub-menu li a {
	color: #000 !important;
}

.sub-menu li a:hover {
	color: #fffcf6 !important;
}

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

#breadcrumbs {
	text-transform: uppercase;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 25px 0;
}

.breadcrumb_last {
	color: #000;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: flex;
		justify-content: center;
		height: 200px;
		align-items: center;
	}
}

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

.archive-pagination {
	width: 690px;
}

.archive-pagination .navigation .nav-links {
	margin: 30px 0;
	text-align: right;
}

.archive-pagination .navigation .nav-links a {
	color: #000;
	text-transform: uppercase;
}

.__recipes .archive-pagination .navigation .nav-links a.next {
	color: #01abef;
	text-transform: revert;
}

.__recipes .archive-pagination .navigation .nav-links a.next::after {
	content: ">>";
	margin-left: 5px;
}

.archive-pagination .navigation .nav-links a:hover {
	color: #00abf0;
	transition: .5s;
}

nav.navigation.post-navigation {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 75px;
	z-index: 2;
	position: relative;
}

nav.post-navigation .nav-links a, nav.post-navigation .nav-links a:visited {
	color: black;
}

span.nav-subtitle {
	display: block;
}

span.nav-subtitle {
	font-family: "p22-mackinac-pro";
	font-weight: 800;
	color: #0069ae;
}

span.nav-title {
	display: block;
	font-family: "neue-haas-unica";
}

nav.navigation.post-navigation a .nav-subtitle {
	transition: color .5s;
}

nav.navigation.post-navigation a:hover .nav-subtitle {
	color: #00abef;
}

/* Header and Carousel
--------------------------------------------- */
.header {
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/cream-border-short.png");
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
	background-color: #00abf0;
	text-align: center;
	padding-top: 150px;
	height: 350px;
}

.header.nitro-lazy {
	background-image: none !important;
}

.entry-header.post-header {
	text-align: left;
	padding: 120px 30px 0;
	height: 300px;
}

/*Slides*/

/*Home Carousel*/
.header-arrow {
	width: 100px;
	position: absolute;
	top: 680px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.header-arrow img {
	width: 100%;
}

.header-arrow img:hover {
	transform: scale(1.1);
	transition: .5s;
}

.carousel-section, .custom-header {
	height: 600px;
	overflow: hidden;
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/cream-border-short.png");
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
	background-color: #00abf0;
}

.carousel-section.nitro-lazy, .custom-header.nitro-lazy {
	background-image: none !important;
}

/*
.post-17 section.carousel-section,
.post-17 .slide-container,
.post-17 .slick-track{
    height: auto;
    padding-bottom: 40px;
}
*/
.post-17 ul.slick-dots {
	bottom: 0;
	left: revert;
	right: 10px;
}

.post-17 .slick-prev {
	bottom: 3px;
	left: revert;
	right: 61px;
}

.post-17 .slick-next {
	bottom: 3px;
	left: revert;
	right: -10px;
}

.slide-right {
	width: 50vw;
	float: right;
	padding-top: 150px;
}

.slide-image {
	max-height: 500px;
	margin: 0 auto;
}

.slide-left {
	width: 45vw;
	padding: 7% 0 7% 7%;
	float: left;
}

.slide-left h1 {
	margin-top: 50px;
}

.slide-left p {
	margin-right: 3em;
}

.carousel {
	margin: 0;
}

.slide-container {
	height: 600px;
}

.carousel li {
	display: none;
}

.slick-slider {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	height: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: auto;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev {
	list-style: none;
	margin: 0 auto;
	width: auto;
	position: absolute;
	bottom: 70px;
	left: 5%;
	text-align: left;
	font-size: 20px;
	z-index: 3;
}

.slick-next {
	list-style: none;
	margin: 0 auto;
	width: auto;
	position: absolute;
	bottom: 70px;
	left: calc(6% + ( 70px ));
	text-align: left;
	font-size: 20px;
}

ul.slick-dots {
	list-style: none;
	margin: 0 35px;
	width: 50px;
	position: absolute;
	bottom: 11.5%;
	left: 6.5%;
	text-align: left;
}

ul.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

ul.slick-dots li button {
	border-radius: 50%;
	text-indent: -9999px;
	height: 12px;
	width: 12px;
	padding: 0;
	background-color: transparent;
	border: 2px solid #fffcf6;
}

ul.slick-dots li.slick-active button {
	background-color: #fffcf6;
	opacity: 1;
}

/*Recipe Carousel*/
.post-carousel {
	width: 1000px;
	padding: 0;
}

.post-carousel img.slide-image {
	border-radius: 20px 20px 0 0;
	min-width: 1000px;
	max-height: none;
}

.post-carousel .slide-right {
	width: auto;
	padding: 0;
}

.post-carousel .slide-container {
	height: 400px;
}

/* News List */
.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-list .columns-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.news-list article:last-of-type .columns-wrap {
	border-bottom: 0px solid #fff;
}

.news-list .col-1 {
	width: 50%;
}

.news-list .col-2 {
	width: 45%;
	background-color: var(--bps-blue);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 325px;
	border-radius: 25px;
}

.news-list a {
	color: inherit;
}

.news-list a:hover {
	color: #000;
}

.post-btn-wrapper {
	height: 40px;
}

.news-list h4#post-date {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 12px;
	color: #f39721;
	font-weight: 700;
	line-height: 1.5;
}

span.cat-staff {
	color: #949494;
	margin: 0 7px 0 6px;
	font-weight: 400;
}

span.category-name {
	font-weight: 400;
	color: #949494;
}

.news-list h3#title {
	font-weight: 800;
	margin: 0;
	transition: color .18s .12s;
	color: #00abef;
	font-size: 22px;
	font-family: "p22-mackinac-pro";
	transition: color .5s, text-decoration .75s .12s, text-underline-offset .25s .25s;
	text-decoration: underline transparent;
	text-underline-offset: 0px;
}

.news-list h3#title:hover {
	text-decoration: underline #00abef;
	color: black;
	text-underline-offset: 2px;
	transition: color .5s, text-decoration .75s .12s, text-underline-offset .25s;
}

.news-list p#excerpt {
	font-size: 16px;
	color: #000;
}

.news-list p[role="button"] {
	color: var(--bps-red);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 20px 0 0;
}

.news-list p[role="button"] img {
	width: 12px;
	margin: 0px 0 -1px 5px;
	transition: transform .28s;
}

.news-list .image-wrapper.featured-image__archive-list, .news-list .image-wrapper.featured-image__archive-list img {
	border-radius: 12px;
	transition: transform .88s .08s;
	overflow: hidden;
}

.news-list .image-wrapper.featured-image__archive-list {
	display: grid;
}

.news-list a.btn h3 {
	margin: 8px 0;
	font-size: 14px;
}

.news-list .archive-pagination {
	width: fit-content;
	padding: 10px 50px;
	/*    border: 1px solid #00abef;*/
	border-radius: 25px;
	margin-top: 50px;
	z-index: 1;
	position: relative;
}

/* Horiztonal Fitlers */
.archive-content.__news-list {
	flex-direction: column;
	margin-top: 50px;
}

.__news-list .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
	overflow-y: revert;
}

.__news-list .wpc-filters-widget-main-wrapper input[type=checkbox], .__news-list .wpc-filters-widget-main-wrapper input[type=radio] {
	border-color: #0069ab;
}

.__news-list .wpc-term-item-content-wrapper label {
	line-height: 1 !important;
}

.archive-content.__news-list .sidebar {
	width: 100%;
}

.archive-content.__news-list ul.wpc-filter-chips-list {
	display: flex;
}

.__news-list .wpc-filters-widget-containers-wrapper {
	position: relative;
}

.__news-list .wpc-posts-found {
	position: absolute;
	bottom: -60px;
	font-style: italic;
	color: gray;
	font-family: "p22-mackinac-pro";
	font-weight: 600;
}

.archive-content.__news-list .wpc-filters-widget-wrapper {
	display: flex;
}

.archive-content.__news-list .wpc-filters-section {
	margin: 0;
}

.archive-content.__news-list .wpc-filter-content.wpc-filter-category ul {
	display: flex !important;
	flex-wrap: wrap;
}

.wpc-filters-section.wpc-filters-section-4693 {
	width: 50%;
	max-width: 175px;
}

.archive-content.__news-list .wpc-filter-content.wpc-filter-category ul li, ul.wpc-filters-ul-list.wpc-filters-checkboxes.wpc-filters-list-4693 li {
	width: 100%;
	max-width: 175px;
}

.wpc-filters-section.wpc-filters-section-4693 {
	position: relative;
}

.wpc-filters-section.wpc-filters-section-4693::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, .12);
	position: absolute;
	top: 0;
	right: 36px;
}

/* Filters tweaks */
#top .widget ul.wpc-filters-ul-list, .widget-area ul.wpc-filters-ul-list, .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
	padding: 0 !important;
}

.wpc-filter-title {
	font-family: "p22-mackinac-pro";
	font-weight: 600;
}

@media only screen and (max-width: 1000px) {
	.news-list .columns-wrap {
		align-items: stretch;
		flex-direction: column-reverse;
		gap: 25px;
	}
	
	.news-list .col-1 {
		width: 100%;
	}
	
	.news-list .col-2 {
		min-height: 300px;
		width: 100%;
		height: 350px;
	}
}

@media only screen and (max-width: 768px) {
	.__news-list .sidebar {
		width: 100%;
	}
	
	.__news-list .wpc-posts-found {
		bottom: -71px;
	}
}

@media only screen and (max-width: 700px) {
	.archive-content.__news-list .wpc-filters-widget-wrapper {
		display: block;
	}
	
	.__news-list .wpc-filters-section.wpc-filters-section-4693 {
		width: 100%;
		max-width: revert;
		padding-bottom: 20px;
	}
	
	.__news-list ul.wpc-filters-ul-list.wpc-filters-checkboxes.wpc-filters-list-4693 {
		display: flex;
		flex-wrap: wrap;
	}
	
	.__news-list .wpc-filters-section {
		padding-bottom: 10px;
	}
}

/* Site Footer
--------------------------------------------- */
.site-footer {
	color: #fffcf6;
	background-color: #0069ae;
	padding: 5% 10%;
	position: relative;
}

.site-footer::after {
	content: "";
	position: absolute;
	height: 250px;
	width: 100%;
	left: 0;
	top: -247px;
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2025/03/MT-footer-border-blue.png");
	background-size: cover;
	z-index: 0;
}

.site-footer::before {
	content: "";
	position: absolute;
	height: 250px;
	width: 0;
	left: 11px;
	top: -249px;
	background-image: url("https://moosetracks.com/wp-content/uploads/2025/01/MT-footer-border-blue.png");
	background-size: cover;
	mix-blend-mode: hard-light;
}

/* Adding padding for curvy footer graphic */
section:last-of-type .content, section:last-of-type .featured, .archive-bottom .content, nav.navigation.post-navigation {
	padding-bottom: 200px !important;
}

.archive-content {
	padding-bottom: 100px;
}

.archive-content.__recipes {
	margin-bottom: 0px;
}

.flavor-page .sections section:last-of-type .content {
	padding-bottom: revert !important;
}

.flavor-page .left-section .content-block, .flavor-page .right-section .content-block {
	padding: 80px 0;
}

.entry-content.flavor-page {
	padding-bottom: 100px;
}

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

.footer-left {
	float: left;
	width: 50%;
	padding-right: 50px;
}

.footer-left img {
	width: 250px;
}

.footer-right {
	float: right;
	width: 50%;
	padding: 0 5%;
}

#footer-menu, .social ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
}

#footer-menu {
	padding-bottom: 15px;
	border-bottom: 3px solid #00abf0;
	font-family: p22-mackinac-pro, serif;
	font-weight: 500;
	line-height: 1.5;
}

.social ul {
	padding-top: 15px;
	line-height: 1.5;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.social ul li {
	margin-bottom: 10px;
}

.menu-footer-container a {
	letter-spacing: 1px;
}

.site-footer a:hover {
	color: #ffb900;
	transition: ease all .5s;
}

.fa {
	padding-right: 10px;
	font-size: 25px;
}

.nav-link span.channel {
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
}

.nav-item i {
	width: 35px;
}

.legal {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	padding: 5% 5% 0 0;
}

.legal p {
	margin: 0;
	padding: 0;
}

.legal-left {
	float: left;
	padding-right: 50px;
}

.legal-right {
	float: right;
}

@media only screen and (max-width: 600px) {
	.footer-row {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	
	#footer-menu {
		text-align: center;
	}
	
	.footer-left {
		float: revert;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	
	.footer-left img {
		width: 250px;
	}
	
	.footer-right {
		width: 210px;
	}
	
	ul.nav.align-middle {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.legal {
		flex-direction: column;
		gap: 50px;
		text-align: center;
		padding: 40px 25px 40px !important;
	}
	
	.legal-left {
		padding-right: 0;
	}
	
	.legal-right a {
		padding: 4px 0 0px;
		color: #fff;
		text-decoration: underline;
		text-decoration-color: #00abef;
		text-underline-offset: 1px;
	}
}

/*Archive Pages*/
.archive-loop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	text-align: center;
	color: #000;
	grid-row-gap: 30px;
	justify-content: right;
	height: fit-content;
	float: right;
}

.__recipes.container .archive-loop {
	grid-template-columns: repeat(3, 250px);
}

.post-thumbnail.red-bg {
	background-color: #f26140;
}

.post-thumbnail.yellow-bg {
	background-color: #ffb900;
}

.post-thumbnail.orange-bg {
	background-color: #f39721;
}

.archive-loop .post-title a, .archive-loop .flavors .post-title a {
	line-height: 1.2;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
	font-size: 20px;
}

.archive-loop .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-img-container {
	height: 120px;
	overflow: hidden;
	z-index: 2;
}

div.post-thumbnail {
	border-radius: 20px;
	overflow: hidden;
	z-index: 2;
}

.post-thumbnail img {
	width: 200px;
	height: 120px;
	border-radius: 20px;
	overflow: hidden;
	object-fit: cover;
}

.archive-loop .post-thumbnail img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	object-fit: cover;
	z-index: 0;
	border-radius: 0;
	transition: all ease-in-out .5s;
}

.archive-loop .post-thumbnail img:hover {
	transform: scale(1.05);
	transition: all ease-in-out .5s;
}

.post-thumbnail.recipe-thumbnail {
	height: auto;
}

.post-thumbnail.recipe-thumbnail .post-img-container {
	height: 160px;
}

.archive-loop .post-thumbnail.recipe-thumbnail img {
	height: 160px;
}

.recipe-thumbnail .post-title .title {
	height: 70px;
	text-overflow: ellipsis;
}

.recipe-thumbnail .post-title h3 {
	margin-bottom: 10px;
}

.post-title {
	text-align: left;
	padding: 15px 25px;
}

.flavors .post-title {
	text-align: left;
}

.news-events .post-title {
	padding: 0;
}

h2.entry-title {
	font-size: 16px;
}

.post-thumbnail.news-events {
	height: 250px;
	color: #fcdea9;
	background-color: #0069ae;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
}

.post-btn {
	display: flex;
}

.post-btn h3 {
	margin-bottom: 0;
}

.flavors-loop div.post-thumbnail {
	background-color: #0069ae;
	height: 240px;
}

.archive-loop .post-thumbnail.flavors img {
	height: 100%;
	width: auto;
}

.archive-loop .post-thumbnail.flavors img:hover {
	transform: none;
}

.flavors .post-img-container {
	height: 130px !important;
	width: 100%;
	border: 6px solid #0069ae;
	border-radius: 20px;
	padding: 5px;
	background-color: #fffcf6;
}

.archive-content {
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
	width: 1200px;
	height: auto;
	min-height: 750px;
}

.archive-content.__flavors {
	width: 1000px;
}

.archive-content.__recipes {
	width: 1100px;
}

.archive-loop-search {
	display: grid;
	grid-template-columns: repeat(2, auto);
	text-align: left;
	color: #000;
	justify-content: center;
	margin: 100px auto;
	width: 1000px;
}

.archive-loop-search article {
	margin: 20px 0;
	height: 100px;
}

.archive-loop-search article header {
	display: flex;
	align-items: center;
}

.archive-loop-search h2 {
	margin: 0 20px;
	width: 350px;
}

.archive-loop-search .product {
	width: auto;
}

.archive-loop-search .post-thumbnail {
	height: auto;
}

.archive-loop-search article .post-thumbnail img {
	height: 100px;
	width: 100px;
	border-radius: 20px;
}

.archive-loop-search article header .entry-meta, .archive-loop-search article footer {
	display: none;
}

.search-filler {
	width: 100px;
	height: auto;
}

.page-numbers {
	color: #000;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	padding: 0 10px;
}

.page-numbers.current {
	color: #fff;
	background-color: #01abef;
	padding: 0;
}

a.page-numbers {
	color: #000;
}

.news-events a.prev.page-numbers {
	padding: 0px 20px;
	font-weight: 600;
	color: #00abef;
}

span.page-numbers.page-num {
	width: auto;
	display: none;
}

.page-numbers:hover {
	color: #00abf0;
	transition: .5s;
}

a.next.page-numbers {
	background-color: transparent;
	border-radius: 0;
	width: auto;
	font-size: 13px;
	padding-left: 20px;
	font-weight: 600;
	color: #00abef;
}

a.next.page-numbers:hover {
	transition: 0;
	color: #00abf0;
}

a.prev.page-numbers {
	padding: 0 108px 0 0;
	background-color: transparent;
	border-radius: 0;
	width: auto;
	font-size: 13px;
	padding-right: 20px;
}

/*
a.prev.page-numbers:hover {
    padding: 0 108px 0 0;
    transition:0;
}
*/

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

.post, .page {
	margin: 0;
}

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

.page-content, .entry-content, .entry-summary {
	margin: 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%;
}

.sidebar {
	color: #000;
	width: 250px;
	float: left;
	margin-right: 40px;
}

.sidebar a {
	color: #000;
}

.sidebar a:hover {
	color: #00abf0;
}

.wpc-filters-widget-top-container {
	background-color: #fffcf6 !important;
}

body .wpc-filter-chips-list li.wpc-filter-chip, .wpc-filter-chips-list li, li.wpc-filter-chip {
	font-size: 14px;
}

.wpc-term-count {
	font-size: 14px;
}

.wpc-filters-scroll-container label a {
	font-size: 14px;
}

.wp-block-search__label {
	display: none;
}

.wp-block-search__button {
	background-color: transparent;
	border: none;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 20px;
}

.wp-block-search__button:hover {
	color: #00abf0;
	transition: .5s;
}

h2.widget-title {
	text-decoration: underline;
	text-decoration-color: #00abef;
	text-underline-offset: 5px;
}

/* 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: .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
--------------------------------------------------------------*/

/*404 Page*/
.error-404 h1 {
	text-align: center;
	color: #0069ae;
	margin: 100px 0 0;
	padding: 5% 15%;
}

.error-404 img, .surprise-moose img {
	animation-duration: 3s;
	animation-name: slidein;
	position: relative;
}

.surprise-moose img {
	width: 300px;
	display: none;
}

.error-404 .page-content {
	height: 411px;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

@keyframes slidein {
	from {
		top: 100%;
	}
	
	to {
		top: 0%;
	}
}

/* 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: #fffcf6;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .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;
}

#gform_wrapper_3 {
	text-align: left;
}

/*SECTION STYLES*/

/*Image on Left and Right*/
.left-section, .right-section {
	display: flex;
	align-items: center;
}

.image-block {
	height: 600px;
	width: 50vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.image-container {
	padding: 0 5vw;
}

.image-container .image-block {
	width: 40vw;
	background-size: contain;
}

.right-section .content-block, .left-section .content-block {
	width: 50vw;
	height: auto;
}

.right-section .content-block .content, .left-section .content-block .content {
	width: 50%;
	margin: 15% auto;
}

/* Full Width*/
.full-section .content-block {
	width: 100%;
	text-align: center;
}

.full-section .content-block .content {
	padding: 100px 20%;
}

.full-section .content-block .content .btn-container {
	margin-bottom: 100px;
}

.full-section .content-block .no-top-margin {
	padding-top: 1em;
}

.post-3925 section:first-of-type .content {
	padding: 1px;
}

.flatten .image-block, .flatten .content-block {
	height: 400px;
	position: relative;
}

.right-section.flatten .content-block .content, .left-section.flatten .content-block .content {
	width: 60%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Icon Grid*/
div.icon_block {
	display: flex;
}

.icon_block .col-1, .icon_block .col-2 {
	width: 50%;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 700;
	font-family: p22-mackinac-pro, serif;
}

.icon-block img {
	width: 250px;
	margin: 25px;
}

.icon-block {
	background-color: #fcdea9;
	max-height: 300px;
}

.col-1 .title-block {
	background-color: #f26140;
}

.col-2 .title-block {
	background-color: #ffba07;
}

.title-block {
	height: 300px;
	padding: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*2 Columns*/
.columns .col-1 {
	width: 50%;
	float: left;
	padding: 0 5%;
}

.columns .col-2 {
	width: 50%;
	float: right;
	padding: 0 5%;
}

/*FAQ Section*/
.faq-section {
	padding: 100px 20%;
}

ul.faqs {
	list-style-type: none;
}

ul.faqs li {
	margin-bottom: 50px;
}

.accordion-container h2 {
	color: #0069ae;
}

.accordion-content {
	color: #000;
}

.accordion-content a {
	color: #f39721;
}

/*Featured Posts*/
.featured {
	text-align: center;
	padding: 100px 0;
}

.recipe-page .featured-section .featured {
	padding: 100px 0;
}

ul.posts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 40px;
}

ul.posts li {
	background-color: #f26140;
	border-radius: 20px;
	overflow: hidden;
	height: 380px;
	min-width: 200px;
}

/*
ul.posts li .featured-img{
	overflow: hidden;
	height: 120px;
}
*/
ul.posts li .featured-img {
	height: 230px;
	background-size: cover;
	background-position: center;
}

.featured-img img {
	height: auto;
	width: 100%;
	min-height: 100%;
}

.featured-heading h2 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

h2.white-title, h3.white-title {
	color: #fffcf6 !important;
	margin-top: 0;
}

h2.white-title:hover, h3.white-title:hover {
	color: #000 !important;
	transition: ease all .5s;
}

.featured-heading {
	height: 150px;
	padding: 20px;
	text-align: left;
}

/* Featured Products Section */
section.featured-section.__ft-products .featured-block {
	padding-bottom: 100px;
}

.featured.__ft-products {
	padding-bottom: 0;
}

ul.ft-product-posts {
	list-style: none;
	/*    display: flex;*/
	align-items: center;
}

.ft-products-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 40px;
}

.__ft-product-img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

/* Big FT Products */
.__big-ft-product .__ft-product_info {
	text-align: left;
}

ul.ft-product-posts.__big-ft-product .__ft-product-img {
	height: 500px;
	/*	box-shadow: 7px 8px 12px 0px #ede3cf; */
	
	/*  border-bottom: 2px solid #e7dfce; */
	
	/*  border-right: 2px solid #e7dfce; */
	border-bottom: 6px solid #0069ab;
}

ul.ft-product-posts.__big-ft-product p.ft-product-price {
	margin-top: -10px;
	font-size: 22px;
}

.__big-ft-product del bdi {
	color: #b7b7b7;
	padding: 0;
	background-color: transparent;
}

.__big-ft-product ins {
	padding: 5px 30px 8px;
	border-radius: 20px;
}

.__big-ft-product ins bdi {
	color: #000;
	font-family: "p22-mackinac-pro";
	font-weight: 600;
}

.__big-ft-product bdi {
	padding: 8px 30px 8px;
	border-radius: 20px;
	background: #ffb900;
	font-weight: 600;
	font-family: "p22-mackinac-pro";
}

.__big-ft-product ins[aria-hidden="true"] {
	padding: 0;
}

ul.ft-product-posts.__big-ft-product {
	width: 45%;
}

ul.ft-product-posts.__big-ft-product .btn-container {
	justify-content: flex-start;
}

ul.ft-product-posts.__big-ft-product li {
	align-items: center;
}

/* Small FT Products */
ul.ft-product-posts.__small-ft-products {
	/*    margin: 0 auto;*/
	padding: 0;
	display: flex;
	gap: 30px;
	flex-direction: column;
	text-align: center;
	color: #000;
	/* justify-content: space-between; */
	align-items: stretch;
	width: 52%;
}

ul.ft-product-posts.__small-ft-products li {
	background-color: #0069ab;
	height: auto;
	border-radius: 20px;
	width: 100%;
	padding-bottom: 0;
	display: flex;
	overflow: hidden;
	gap: 10px;
}

ul.ft-product-posts.__small-ft-products .__ft-product-img {
	height: 224px;
	width: 40%;
	border-radius: 0;
}

ul.ft-product-posts.__small-ft-products .__ft-product_info {
	width: 55%;
}

ul.ft-product-posts.__small-ft-products h2, ul.ft-product-posts.__small-ft-products p {
	color: #fff;
	font-size: 18px;
}

ul.ft-product-posts.__small-ft-products h2 {
	height: 45px;
	margin-top: 25px;
}

ul.ft-product-posts.__small-ft-products p.ft-product-price {
	color: #fff;
	font-family: "p22-mackinac-pro";
	font-weight: 600;
	font-size: 26px;
}

ul.ft-product-posts.__small-ft-products a.ft-product-link {
	background-color: #00abef;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

section.featured-section.__ft-products a.btn {
	color: #fff;
	position: relative;
}

section.featured-section.__ft-products a.btn:hover {
	color: black;
}

.btn-container.__shop-cta {
	margin-top: 40px;
}

.post-17 .container {
	min-width: 1000px;
	max-width: 1300px;
	width: revert;
	padding: 0 50px;
}

/*Single Posts - Recipes, News and Events*/
section.recipe-container, section.blue-container {
	background-color: #0069ae;
	border-radius: 20px;
}

.recipe-page.container, .event-page.container, .post-page.container {
	position: relative;
	top: -100px;
}

div.entry-content.recipe-page.container {
	margin: 0 auto !important;
}

.entry-content.post-page.container.single-post {
	margin: 0 auto;
}

.recipe-desc {
	padding-bottom: 60px;
}

.recipe-content, .blue-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px;
}

.news-content ul, .news-content ol, .event-content ul, .event-content ol {
	padding-left: 25px;
}

.blue-content {
	flex-direction: column;
}

.recipe-images .slide-container {
	height: 200px;
}

.recipe-left-col {
	width: 500px;
	height: auto;
}

.recipe-right-col {
	width: 300px;
	position: sticky;
	top: 5%;
}

ol.instructions, ul.ingredients {
	list-style-type: none;
}

.step {
	padding: 10px 0;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}

ol li.step:last-child {
	border-bottom: none;
}

.recipe-instruction ol:last-child {
	border: none;
}

.recipe-instruction h3 {
	margin: 25px 0 0;
}

/*Single Flavor*/
.flavors .entry-header.post-header {
	height: 600px;
	overflow: hidden;
}

.header-container {
	width: 1000px;
	margin: 0 auto;
}

.header-info, .header-image {
	width: 50%;
}

.header-image {
	float: right;
	padding: 0 30px;
}

.header-info {
	float: left;
}

ul.taxonomies {
	list-style-type: none;
	text-align: left;
	margin-top: 50px;
}

ul li h3.type-cat {
	color: #000 !important;
}

.type-cat i {
	margin-left: 10px;
}

ul li .type-cat:hover {
	color: #0069ae !important;
	transition: .5s;
}

.hide {
	display: none;
	grid-template-columns: repeat(3, auto);
	grid-column-gap: 30px;
}

.type-list {
	padding: 0 20px 20px;
	border-bottom: 2px solid rgba(0, 105, 171, .46);
	height: 140px;
	display: grid;
	place-items: center self-start;
}

.retired {
	background-color: #f26140;
	padding: 15px;
	width: 120px;
	border-radius: 30px;
}

div.country {
	display: none;
}

/* Product Reviews */
div#tab-reviews {
	display: block !important;
	/* Unhide Reviews block */
	
	/*	margin-top: 240px;*/
	margin-top: -50px;
	padding: 0 33px;
}

img.avatar.avatar-60.photo {
	border-radius: 20px !important;
}

ol.commentlist {
	list-style: none !important;
}

.star-rating span, .star-rating span:before {
	color: #f1c741 !important;
}

.comment-text .star-rating, .woocommerce-product-rating .star-rating {
	margin: revert;
}

p.stars {
	width: max-content;
}

p.stars:hover a::before, p.stars.selected a:not(.active)::before, p.stars.selected a.active::before {
	color: #f1c741 !important;
}

p.stars ::before, p.stars ::after {
	transition: .175s;
}

#tab-description {
	display: block !important;
}

.description {
	padding: 0px 0px 14px;
	border-bottom: 2px solid;
	margin-bottom: 17px;
}

.cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 10px;
	color: #0069ae;
}

.cr-voting-cont-uni span.cr-voting-downvote-count {
	color: #0069ae;
}

.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
	fill: #133880;
}

.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
	fill: #133880;
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #27e615;
	/* fill color inside upvote */
	fill-opacity: .4;
}

.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #f20;
	/* fill color inside downvote */
	fill-opacity: .4;
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext, .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #133880;
}

span#reply-title {
	font-size: 30px;
	font-family: p22-mackinac-pro, serif;
	font-weight: 600;
	color: #0069ae;
}

#review_form .cr-upload-local-images #cr_review_image, .cr-upload-local-images #cr_review_image {
	margin: 0px 0px 15px -136px;
	transform: scale(.7);
}

.required {
	color: #00abf0 !important;
}

.type-post .news-content {
	width: 100%;
}

.type-page section.left-section:last-of-type .content-block {
	height: 700px;
}

.type-page section.left-section:last-of-type .image-block {
	height: 700px;
}

.GooglePayButton--light, .GooglePayButton--lightOutline {
	background-color: rgba(255, 255, 255, 0) !important;
	border: 2px solid #0069ab !important;
	border-radius: 50px !important;
}

/* Woocommerce bottom banner tweaks */
.demo_store {
	text-align: center;
}

/* Search WP Search Page */
main.site-main.swp-rp-main .navigation.pagination, main.wp-block-group.swp-rp-main .navigation.pagination {
	margin-bottom: 200px;
	text-align: center;
}

.swp-rp-page-header .page-title {
	color: #0069ab;
}

.swp-result-item--info-container h2.entry-title {
	color: #0069ab;
	font-size: 20px;
}

/* Default Search Page */
input.swp-input--search.swp-input {
	background-color: #fffcf6;
	border: 2px solid #e7a800;
	border-radius: 25px;
	height: 30px;
	padding-bottom: 7px;
	width: 175px !important;
	font-size: 16px;
	color: rgba(0, 0, 0, .63) !important;
}

.search-wrapper {
	padding-right: 4px;
}

.archive-loop-search__ {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
}

h4.post-type-name {
	color: #f39721;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 50px;
	width: fit-content;
}

header.search-header h1 {
	color: black;
	margin: 100px auto 60px;
	max-width: 1000px;
	padding: 0 50px 40px;
	border-bottom: 1px solid rgba(128, 128, 128, .31);
	font-size: 32px;
}

header.search-header h1 span {
	font-style: italic;
	color: #00abef;
}

.archive-loop-search__ h2.entry-title {
	max-width: 500px;
	margin-top: 20px;
}

.archive-loop-search__ article {
	border-bottom: 1px solid rgba(128, 128, 128, .31);
	margin-bottom: 37px !important;
}

.archive-loop-search__ .post-thumbnail img {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	object-fit: cover;
}

.archive-loop-search__ article.product {
	height: auto !important;
}

.archive-loop-search__ p.price-content bdi, .archive-loop-search__ p.price-content bdi span {
	font-size: 22px;
	font-weight: 600;
	font-family: p22-mackinac-pro, serif;
}

.archive-loop-search__ .price-content del[aria-hidden="true"], .archive-loop-search__ .price-content del[aria-hidden="true"] span {
	color: gray;
}

.archive-loop-search__ .price-content ins[aria-hidden="true"] {
	background-color: transparent;
}

.archive-loop-search__ .price-content ins[aria-hidden="true"] bdi {
	background-color: #ffb900;
	border-radius: 50px;
	padding: 5px 20px 4px;
}

.archive-loop-search__ .post-content-wrapper p, .archive-loop-search__ .post-content-wrapper span {
	color: black;
}

.post-content-wrapper a {
	color: #00abef;
}

.post-content-wrapper iframe {
	display: none;
}

.search-pagination {
	padding-bottom: 200px;
	display: block;
	position: relative;
	z-index: 999;
	width: 100%;
	text-align: center;
}

h2.entry-title a {
	color: #0069ab;
	font-size: 22px;
}

p.excerpt-content, .post-content-wrapper {
	color: black;
	font-size: 18px;
}

/* Hide count of search terms for each item */
span.wpc-term-count {
	display: none;
}

a#search-post-link {
	display: block !important;
	margin: 28px 0 38px;
	position: relative;
	width: fit-content;
	background-color: #00abef;
	color: #fff;
	cursor: pointer;
}

a#search-post-link:hover {
	color: #000;
}

/* Live search results */
h4.searchwp-live-search-result--title a {
	color: #0069ab;
}

.searchwp-live-search-result--img {
	border-radius: 12px;
	overflow: hidden;
}

input.swp-input--search.swp-input::placeholder {
	color: rgba(0, 0, 0, .34);
	font-style: italic;
}

h4.searchwp-live-search-result--title {
	margin-bottom: 0;
}

h4.searchwp-live-search-result--title a {
	font-size: 14px !important;
}

h4.searchwp-live-search-result--title {
	margin-bottom: 0;
	line-height: 1;
}

/* No Search terms found */
section.no-results.not-found {
	padding: 150px 50px 250px;
	color: black;
	max-width: 1000px;
	margin: 0 auto;
}

section.no-results.not-found h1.page-title {
	color: #00abef;
}

section.no-results.not-found input.swp-input--search.swp-input {
	height: 40px;
	width: 300px !important;
}

span.post-type-meta {
	width: 100%;
	color: #f39721;
	font-family: "p22-mackinac-pro";
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .5px;
}

/* Sweet Stakes page tweeks */
#post-4836 section.left-section.cream_bg {
	padding-bottom: 25px;
}

#post-4836 input#gform_submit_button_2 {
	z-index: 9999;
}

#post-4836.type-page section.left-section:last-of-type .image-block {
	height: 800px !important;
	min-height: 600px !important;
}

@media only screen and (max-width: 1200px) {
	#post-4836.type-page section.left-section:last-of-type .image-block {
		height: 900px !important;
		min-height: 600px !important;
	}
}

@media only screen and (max-width: 1000px) {
	#post-4836 .site-footer {
		margin-top: 100px;
	}
	
	#post-4836.type-page section.left-section:last-of-type .content-block {
		height: 700px !important;
		min-height: 600px !important;
	}
}

@media only screen and (max-width: 400px) {
	#post-4836.type-page section.left-section:last-of-type .content-block {
		height: 720px !important;
		min-height: 600px !important;
	}
}

/* Join MTX Form - Submit button override */
input#gform_submit_button_3.gform_button {
	z-index: 999 !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
	.type-page section.left-section:last-of-type .content-block {
		height: 600px;
	}
	
	.type-page section.left-section:last-of-type .image-block {
		height: 600px;
	}
	
	.post-17 ul.slick-dots {
		bottom: 2px;
	}
	
	body {
		font-size: 16px;
	}
	
	.main-navigation.toggled li {
		position: relative;
		display: block;
		height: auto;
		text-align: right;
	}
	
	ul#primary-menu li {
		height: auto;
		text-align: right;
	}
	
	.menu-top-navigation-container ul#primary-menu li {
		display: none;
	}
	
	.menu-top-navigation-container ul#primary-menu li.home-logo {
		display: block;
		padding: 0 0 20px 0;
	}
	
	.menu-top-navigation-container ul#primary-menu li.home-logo a {
		height: 100px;
	}
	
	.toggled .menu-top-navigation-container ul#primary-menu li.home-logo {
		display: none;
	}
	
	.home-logo-wrapper.home-logo.__mobile {
		display: none;
	}
	
	.toggled .menu-top-navigation-container ul#primary-menu li {
		display: block;
	}
	
	.menu-toggle {
		display: block;
		position: absolute;
		z-index: 100;
		background: none;
		outline: none;
		right: 30px;
		border: none;
		padding: 0;
		top: 70px;
	}
	
	.ham {
		width: 45px;
		height: 4px;
		margin-bottom: 5.5px;
		background-color: #000;
		display: block;
		transition: .6s all;
	}
	
	.toggled .ham-1 {
		transform: rotate(45deg);
		margin-top: 8px;
	}
	
	.toggled .ham-2 {
		opacity: 0;
	}
	
	.toggled .ham-3 {
		transform: rotate(-45deg);
		margin-top: -18px;
	}
	
	.toggled ul#primary-menu {
		flex-direction: column;
		background-color: #fffcf6;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		padding: 130px 30px 50px 0;
		height: auto;
		z-index: 99;
	}
	
	.main-navigation .toggled li.home-logo {
		display: none;
	}
	
	.main-navigation.toggled ul ul {
		box-shadow: none;
		float: none;
		position: relative;
		top: inherit;
		left: inherit;
		z-index: 99999;
		text-align: right;
		background-color: transparent;
		padding: 0 0 10px 0;
		display: flex;
		align-items: revert;
	}
	
	.main-navigation.toggled ul ul li {
		margin-bottom: 0;
	}
	
	.main-navigation.toggled li a:hover {
		color: #0069ae !important;
		transition: .5s;
		transform: none;
	}
	
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		left: inherit;
	}
	
	.main-navigation ul ul a {
		width: auto;
		font-size: 15px;
		margin-left: 0;
	}
	
	.main-navigation a {
		display: block;
		font-size: 25px;
		margin: 0;
	}
	
	.main-navigation ul ul li {
		padding: 10px 0 0 40px;
		display: inline-block;
	}
	
	ul.posts {
		width: 100%;
		margin: 0 auto;
		row-gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	ul.posts li {
		max-width: 100%;
	}
	
	.archive-content {
		justify-content: space-evenly;
		width: 600px;
	}
	
	.archive-content.__recipes, .archive-content.__flavors {
		width: 100%;
		justify-content: center;
		padding: 0 50px;
		margin-bottom: 250px;
	}
	
	.archive-content.__recipes {
		margin-bottom: 100px;
	}
	
	.__recipes.container .archive-loop {
		grid-template-columns: repeat(2, .5fr);
	}
	
	.archive-loop {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
	
	.flavors .post-img-container {
		height: 160px !important;
		width: 100%;
	}
	
	.flavors-loop div.post-thumbnail {
		height: 275px;
	}
	
	.archive-pagination .navigation .nav-links {
		margin: 30px;
	}
	
	.archive-pagination {
		grid-column: 1/span 2;
	}
	
	.widget-area .widget a.wpc-open-close-filters-button, .wpc-filters-open-widget, .wpc-open-close-filters-button, a.wpc-filters-open-widget, a.wpc-open-close-filters-button, body a.wpc-filters-open-widget, body a.wpc-open-close-filters-button {
		color: #000 !important;
		border-radius: 30px !important;
		border: 5px solid #000 !important;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 10px 15px !important;
	}
	
	span.wpc-button-inner {
		justify-content: center;
	}
	
	div.wpc-opened {
		margin-bottom: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
	
	.post-page.container, .recipe-page.container {
		width: 800px;
	}
	
	.recipe-container .post-carousel, .blue-container .post-carousel {
		width: 800px;
	}
	
	.recipe-right-col {
		width: auto;
		padding-left: 30px;
	}
	
	.post-carousel img.slide-image {
		min-width: inherit;
	}
	
	#field_6_14 div ul {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.recipe-thumbnail .post-title {
		padding: 15px 100px 15px 25px;
	}
	
	.single-recipes nav.navigation.post-navigation, nav.navigation.post-navigation[aria-label="Posts"] {
		max-width: 800px;
	}
	
	.archive-content.__news-list {
		width: 90%;
	}
}

@media only screen and (max-width: 1000px) {
	.type-page .right-section .content-block .content, .type-page .left-section .content-block .content {
		width: 75%;
	}
	
	.single-recipes nav.navigation.post-navigation, nav.navigation.post-navigation[aria-label="Posts"] {
		max-width: 600px;
	}
	
	.posts-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-next, .post-navigation .nav-next {
		flex: revert;
		width: 40%;
	}
	
	.single-recipes .posts-navigation .nav-links, .single-recipes .post-navigation .nav-links, nav.navigation.post-navigation[aria-label="Posts"] .nav-links {
		justify-content: space-between;
	}
	
	.container, .header-container {
		width: 100%;
	}
	
	.post-17 .container {
		width: 100%;
		min-width: revert;
	}
	
	.error-404 .page-content {
		width: 900px;
		height: 400px;
	}
	
	h1 {
		font-size: 45px;
	}
	
	.nav-link span.channel {
		display: none;
	}
	
	.social ul {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 0;
	}
	
	.left-section {
		flex-direction: column;
	}
	
	.right-section {
		flex-direction: column-reverse;
	}
	
	.right-section .content-block, .left-section .content-block, .image-block {
		width: 100%;
		min-height: 500px;
		height: auto;
	}
	
	.type-page .right-section .content-block, .type-page .left-section .content-block {
		min-height: auto;
	}
	
	.flatten .image-block, .flatten .content-block {
		height: 300px;
		min-height: 300px;
	}
	
	.right-section.flatten .content-block .content, .left-section.flatten .content-block .content {
		width: 70%;
		margin: 0;
	}
	
	.image-container .image-block {
		width: 100%;
	}
	
	.header-image {
		padding: 10% 30px;
	}
	
	/*
	.archive-loop{
		grid-template-columns: repeat(1, 200px);
	}
*/
	.post-page.container, .recipe-page.container {
		width: 600px;
	}
	
	.recipe-container .post-carousel, .blue-container .post-carousel {
		width: 600px;
	}
	
	.recipe-content {
		flex-direction: column;
	}
	
	.recipe-left-col {
		width: 100%;
	}
	
	.recipe-ingredients {
		padding: 26px 0 16px;
		border-radius: 0;
		position: revert;
		background-color: transparent;
		border-top: 3px solid #00abef;
		border-bottom: 3px solid #00abef;
		width: 100%;
		margin-top: -2px;
		display: none;
	}
	
	.recipe-ingredients::before {
		content: "Ingredients:";
		font-size: 26px;
		font-family: "p22-mackinac-pro";
		font-weight: 600;
		color: #ffb900;
	}
	
	.recipe-ingredients.__mobile-ingredients {
		display: block !important;
		margin: 28px 0 36px;
	}
	
	.recipe-page .post-carousel .slide-container {
		height: auto;
		max-height: 400px;
	}
	
	.single-post .post-carousel .slide-container, .single-post .post-carousel {
		height: auto;
		max-height: 400px;
	}
	
	.archive-loop .post-thumbnail.recipe-thumbnail img, .post-thumbnail.recipe-thumbnail .post-img-container {
		height: 250px;
	}
	
	.recipe-thumbnail .post-title .title {
		font-size: 26px;
	}
	
	.__recipes.container .archive-loop {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.archive-pagination {
		grid-column: revert;
	}
	
	.__recipes .archive-pagination {
		width: 100%;
	}
	
	.__recipes.container .archive-pagination .navigation .nav-links {
		text-align: center;
	}
	
	.archive-content.__recipes.container {
		margin-bottom: 25px;
	}
	
	.type-page .image-block {
		min-height: 400px;
	}
	
	/*	MTX Nation signup page - Fix hidden image */
	#post-4128 .image-container {
		padding: 10vw 5vw 0;
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.ft-products-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	
	ul.ft-product-posts.__big-ft-product {
		width: 100%;
	}
	
	ul.ft-product-posts.__small-ft-products {
		width: 100%;
		gap: 40px;
	}
}

@media only screen and (max-width: 800px) {
	.error-404 .page-content {
		max-width: 700px;
		width: revert;
		height: 300px;
	}
	
	.flavors .entry-header.post-header {
		height: 800px;
		overflow: hidden;
	}
	
	.header-container {
		display: flex;
		flex-direction: column;
		width: 500px;
	}
	
	.container {
		width: 100%;
	}
	
	.custom-header-container .slide-left {
		width: 75vw;
		margin: 30px auto;
		text-align: center;
		float: none;
		padding: 10px 0;
	}
	
	.custom-header-container .slide-right {
		width: 100%;
		float: none;
		padding: 30px 25%;
	}
	
	.custom-header-container .slide-left .button-container {
		display: flex;
		justify-content: center;
	}
	
	.woocommerce-products-header section.custom-header {
		height: auto;
	}
	
	.header-info, .header-image {
		width: auto;
	}
	
	.archive-content {
		/*		flex-direction: column;*/
		justify-content: left;
		width: 250px;
	}
	
	.archive-loop {
		justify-content: center;
	}
	
	.widget-area .widget a.wpc-open-close-filters-button, .wpc-filters-open-widget, .wpc-open-close-filters-button, a.wpc-filters-open-widget, a.wpc-open-close-filters-button, body a.wpc-filters-open-widget, body a.wpc-open-close-filters-button {
		width: 100%;
	}
	
	.post-page.container, .recipe-page.container {
		width: 100%;
	}
	
	.recipe-container .post-carousel, .blue-container .post-carousel {
		width: 100%;
	}
	
	section.recipe-container, .post-carousel img.slide-image, section.blue-container {
		border-radius: 0;
	}
	
	.recipe-thumbnail .post-title .title {
		font-size: 24px;
	}
	
	.single-recipes nav.navigation.post-navigation, nav.navigation.post-navigation[aria-label="Posts"] {
		max-width: 100%;
		padding: 0 50px;
	}
	
	.slide-left p {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.archive-content {
		flex-direction: column;
	}
	
	.archive-content.__flavors .sidebar {
		width: 100%;
	}
	
	.__recipes .sidebar {
		width: 100%;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 700px) {
	.archive-loop {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.slide-left, .slide-right {
		width: 100%;
		padding: 30px;
		text-align: center;
	}
	
	.post-17 ul.slick-dots {
		bottom: revert;
		left: 50%;
		right: revert;
		transform: translateX(-50%);
		top: 53px;
		margin: 0 auto;
	}
	
	.post-17 .slick-next, .post-17 .slick-prev {
		display: none;
	}
	
	.wpc-filters-section.wpc-filters-section-4693::after {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	input.swp-input--search.swp-input {
		width: 143px !important;
	}
	
	.toolbar {
		padding: 0px 10px;
	}
	
	.post-17 .slick-prev, .post-17 .slick-next {
		display: none !important;
	}
	
	.header-arrow {
		top: revert;
		bottom: -53px;
	}
	
	.post-17 .entry-content {
		z-index: 0;
		position: relative;
	}
	
	.post-17 header.entry-header {
		z-index: 1;
		position: relative;
	}
	
	.post-17 section.carousel-section, .post-17 .slide-container {
		height: auto;
		overflow: visible;
	}
	
	.post-17 .slick-dotted.slick-slider {
		margin-bottom: 0px;
	}
	
	.home-logo a {
		display: none;
	}
	
	.home-logo-wrapper.home-logo.__mobile {
		background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/MT_Logo.png");
		background-repeat: no-repeat;
		background-position: 0px 32px;
		background-size: contain;
		padding: 0;
		height: 100%;
		width: 250px;
		margin: 0 auto;
		display: block;
		z-index: 100;
		position: relative;
	}
	
	.home-logo-wrapper.home-logo.__mobile.nitro-lazy {
		background-image: none !important;
	}
	
	.home-logo-wrapper.home-logo.__mobile a {
		display: block;
		background-image: revert;
		height: 77%;
		margin: 0;
		padding: 0;
		width: 95%;
	}
	
	.toggled ul#primary-menu {
		top: -170px;
		z-index: 99;
	}
	
	h1 {
		font-size: 35px;
	}
	
	.header-container {
		width: 300px;
	}
	
	.header {
		padding-top: 100px;
		height: 250px;
	}
	
	.container {
		width: 100%;
	}
	
	.slide-right {
		padding: 50px 30px;
	}
	
	.slide-left .button-container {
		display: flex;
		justify-content: center;
	}
	
	.custom-header-container .slide-right {
		padding: 0 80px;
	}
	
	.right-section .content-block .content, .left-section .content-block .content {
		width: 100%;
		padding: 0 50px;
	}
	
	ul.posts {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.site-footer {
		padding: 50px;
	}
	
	#footer-menu {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.legal {
		padding: 50px 25px 0 0;
	}
	
	.footer-left h2 {
		margin-top: 0;
	}
	
	.gform_wrapper.gravity-theme .gform_footer {
		display: flex;
		justify-content: center;
	}
	
	.right-section.flatten .content-block .content, .left-section.flatten .content-block .content {
		width: 100%;
		margin: 0px auto;
	}
	
	.full-section .content-block .content {
		padding: 50px;
	}
	
	.sidebar {
		margin-right: revert;
		float: revert;
		margin: 0 auto;
	}
	
	.left-section .content-block, .right-section .content-block {
		min-height: auto;
		padding-bottom: 80px;
	}
	
	.right-section .content-block, .left-section .content-block {
		min-height: 400px;
	}
	
	.archive-content.__recipes, .archive-content.__flavors {
		padding: 0 25px;
	}
	
	.recipe-content {
		padding: 0 50px 50px;
	}
	
	.single-post .blue-content {
		padding: 0 50px 50px;
	}
	
	.type-page .right-section .content-block .content, .type-page .left-section .content-block .content {
		width: 100%;
	}
	
	.type-page .right-section .content-block, .type-page .left-section .content-block {
		padding-bottom: 0px;
	}
	
	.intro-copy-wrapper {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		background-color: #0069ab;
		color: #fff;
		padding: 40px 25px;
		margin-bottom: -58px;
	}
	
	.intro-copy-wrapper h1 {
		color: #fff !important;
		border-bottom: 2px solid #00abef;
		width: fit-content;
		margin: 0 auto;
		padding-bottom: 14px;
	}
	
	.featured.__ft-products {
		padding-bottom: 0;
		padding: 90px 0 0 0;
	}
	
	ul.ft-product-posts.__small-ft-products li {
		background-color: #0069ab;
	}
	
	ul.ft-product-posts.__small-ft-products a.ft-product-link {
		background-color: #00abef;
	}
	
	/*	History of Moose Tracks Page - Video */
	.post-3925 section:first-of-type .content {
		padding: 1px;
	}
	
	.post-3925 iframe {
		max-height: 400px;
	}
	
	.post-3925 section:first-of-type .content p {
		margin: -1px 0 -6px;
	}
	
	.faq-section {
		padding: 100px 50px;
	}
}

@media only screen and (max-width: 500px) {
	span#sign-up-text {
		display: none;
	}
	
	.toolbar {
		padding: 0px 0px;
	}
	
	#toolbar-menu li {
		padding-left: 10px;
	}
	
	#toolbar-menu li.tb-left {
		margin: -2px 0 0px;
	}
	
	#toolbar-menu li.tb-left a {
		font-size: 14px;
	}
	
	.header h1 {
		margin: 0;
	}
	
	.type-page section.left-section:last-of-type .content-block {
		height: auto;
	}
	
	.type-page section:last-of-type .content {
		padding-bottom: 100px !important;
	}
	
	.type-page section:last-of-type .blue_tracks .content, .post-4128.type-page section:last-of-type .content {
		padding-bottom: 200px !important;
	}
	
	.single-recipes .entry-header.post-header, .type-post .entry-header.post-header {
		padding: 50px 30px 0;
		height: 265px;
	}
	
	.post-17 .container {
		padding: 0 25px;
	}
	
	button.slick-arrow {
		display: none;
	}
	
	ul.ft-product-posts.__small-ft-products li {
		flex-direction: column;
		padding-bottom: 40px;
	}
	
	ul.ft-product-posts.__small-ft-products .__ft-product-img {
		width: 100%;
		height: 280px;
	}
	
	ul.ft-product-posts.__small-ft-products .__ft-product_info {
		width: 100%;
		padding: 0 20px;
	}
	
	ul.ft-product-posts.__small-ft-products h2 {
		margin-top: 12px;
	}
	
	.recipe-thumbnail .post-title .title {
		height: 80px;
	}
	
	.recipe-thumbnail .post-title .title {
		font-size: 21px;
	}
	
	.faq-section {
		padding: 100px 25px;
	}
	
	.type-list {
		height: 100px;
	}
	
	.hide {
		grid-template-columns: repeat(2, auto);
	}
	
	div#gform_wrapper_6 {
		padding-bottom: 100px;
	}
	
	.error-404 .page-content {
		height: 270px;
	}
	
	.error-404 h1 {
		margin: 40px 0 0;
		padding: 15% 15%;
	}
}

@media only screen and (max-width: 400px) {
	.single-post .post-carousel .slide-container {
		height: auto;
	}
}
