/*!
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: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
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;
}

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

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, .recipe-content a, .recipe-content p a, .recipe-content ul 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%;
}

input[type="number"]{
	color: #fffcf6;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
	border: 3px solid #fffcf6;
	border-radius: 30px;
	padding: 10px 30px;
	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('/wp-content/uploads/2022/05/Denali_MT_Web_Img_Tracks.png');
	background-color: #00abef;
	background-position: center;
	background-size: cover;
}

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

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

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

.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, 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('/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:hover{
	color: transparent;
}

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

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


.post-navigation{
	display: none;
}

/* Header and Carousel
--------------------------------------------- */

.header{
	background-image: url('/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: 300px;
}

.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('/wp-content/uploads/2022/05/cream-border-short.png');
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
	background-color: #00abf0;
}

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



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

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

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

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

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

.site-footer a:hover{
	color: #00abf0;
	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;
}

/*Archive Pages*/


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

.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: 200px;
	height: 120px;
	overflow: hidden;
	object-fit: cover;
	z-index: 0;
	border-radius: 0;
}

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

.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: 275px;
}

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

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

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

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

.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: #ffffff;
    background-color: #01abef;
    padding: 0;
}
a.page-numbers {
    color: #000;
}
.news-events a.prev.page-numbers {
    padding: 0px 20px;
}
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;
}
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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/*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: 300px;
	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, 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;
}

#gform_wrapper_3{
	text-align: left;
}



/*SECTION STYLES*/
/*Image on Left and Right*/

.left-section, .right-section{
	display: flex;
}

.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: 600px;
}

.right-section .content-block .content, .left-section .content-block .content{
	width: 45%;
    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;
}

.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: 280px;
	min-width: 200px;
}

ul.posts li .featured-img{
	overflow: hidden;
	height: 120px;
}

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

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

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

.step{
	padding: 10px 0;
	border-bottom: 2px solid #fff;
}

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

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

.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; /* Set color for review Stars */
}

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

#tab-description {
    display: block !important; /* Unhide Description block */
}

.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: 0.4;
}

.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
    fill: #ff2200; /* fill color inside downvote */
    fill-opacity: 0.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; /* fill color border on upvote & downvote */
}

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: #f1c741 !important;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 1200px){
	
	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;
	}
	
	.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: 0.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: 440px;
		margin: 0 auto;
		row-gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	ul.posts li{
		max-width: 200px;
	}
	
	.archive-content{
		justify-content: space-evenly;
		width: 600px;
	}
	
	.archive-loop{
		grid-template-columns: repeat(2, 200px);
	}
	
	.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: 5px solid #000;
	}
	
	.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;
	}

}

@media only screen and (max-width: 1000px){
	
	.container, .header-container{
		width: 800px;
	}
	
	.error-404 .page-content{
		width: 600px;
		height: 200px;
	}
	
	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;
	}
	
	.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{
		padding: 0 50px 50PX;
		flex-direction: column-reverse;
	}
	
	.recipe-right-col{
		padding: 20px;
		border-radius: 20px;
		background-color: #00abf0;
	}
	
	.archive-pagination {
		grid-column: revert;
	}
}

@media only screen and (max-width: 800px){
	
	.error-404 .page-content{
		width: 300px;
		height: 100px;
	}
	
	.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;
	}
	
	.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: 100vw;
	}
	
	.recipe-container .post-carousel, .blue-container .post-carousel {
		width: 100vw;
	}
	
	section.recipe-container, .post-carousel img.slide-image, section.blue-container{
		border-radius: 0;
	}
	
}

@media only screen and (max-width: 600px){
	
	h1{
		font-size: 35px;
	}
	
	.header-container{
		width: 300px;
	}
	
	.header{
		padding-top: 100px;
		height: 250px;
	}
	
	.container{
		width: 100%;
	}
	
	.slide-left, .slide-right{
		width: 100%;
		padding: 30px;
		text-align: center;
	}
	
	.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: 75%;
	}
	
	ul.posts{
		width: 200px;
    	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: 75%;
		margin: 0px auto;
	}
	
	.full-section .content-block .content {
		padding: 50px 20px;
	}
	
	.sidebar {
    margin-right: revert; 
    float: revert;
    margin: 0 auto;
}
	
}

@media only screen and (max-width: 500px){
	.header h1{
		margin: 0;
	}
	
	button.slick-arrow{
		display: none;
	}
}