/*!
Theme Name: and_hiking
Theme URI: http://underscores.me/
Author: tyntyp
Author URI: http://tyntyp.co.uk
Description: Theme for &Hiking Blog
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: and_hiking
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> 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;
	overflow-x:hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #081D12;
}

a:visited {
	color: #081D12;
}

a:hover,
a:focus,
a:active {
	color: #5AE170;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


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

styles.css

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

/* ------- base --------- */

body {
	margin:0px;
	padding:0px;
	background:#f7f7f7;
	overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
}

.content {
	margin-top:140px;
}


a {
	color:#081D12;
	text-decoration:none;
}

a:hover {
	color:#5AE170;
	text-decoration:none;
}

/* ------- Colours --------- */

.color-black {
	color:#081D12;
}

.color-green {
	color:#5AE170;
}

.color-white {
	color:#ffffff;
}

.bg-black {
	background-color:#081D12;
}

.bg-green {
	background-color:#5AE170;
}
.bg-white {
	background-color:#ffffff;
}
.bg-grey {
	background-color:#f7f7f7;
}

/* ------- Fonts --------- */


.primary-font-light {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.primary-font-bold {
	font-family:  "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.secondary-font {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
}

.secondary-font-italic {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: italic;
}

.secondary-font-bold {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}

p {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height:1.8;
}

.uppercase {
	text-transform:uppercase;
}

.spaced-text {
	letter-spacing:2px;
}
.font-xs {
	font-size:12px;
}
.font-sm {
	font-size:14px;
}
.font-md {
	font-size:20px;	
}
.font-lg {
	font-size:30px;
}
.font-l {
	font-size:30px;
}
.font-xl {
	font-size:50px;
}
.font-xxl {
	font-size:70px;
}
.font-xxxl {
	font-size:90px;
}

/* ------- utilities --------- */

.border-radius {
	border-radius:16px;
}
.padding-md {
	padding:20px;
}
.margin-top {
	margin-top:30px;
}
.margin-top-xl {
	margin-top:60px;
}
.padding-top-sm {
	padding-top:16px!important;
}
.margin-0 {
	margin: 0px!important;
}
.wide-box {
	width:700px!important;
}
.wide-box a {
	color:#ffffff!important;	
}

.wide-box a:hover {
	color:#5AE170!important;	
}
.column_container {
	display:flex;
	gap:20px;
	flex-direction:row;

}

.col_3 .column {
	width:33%;
}
.col_2 .column {
	width:49%;
}
/* ------- header --------- */

#top_header_bar-widget .wp-block-social-links {
	margin-bottom: 0px;
	padding-top: 1px;
}

.wp-block-search__input {
	border: 1px solid #081D1220!important;
	border-radius: 5px 0px 0px 5px!important;
	padding-left:15px!important;
}
.wp-block-search__button {
	background:#081D12;
	color:#ffffff;
	border:none;
	text-transform:uppercase;
	font-size:14px;
	margin-left:0px;
	border-radius: 0px 5px 5px 0px;
	padding:0px 15px 0px 15px;
}
.wp-block-search__button:hover  {
	background:#5AE170;
	color:#081D12;
}
.top-bar {
	padding:3px;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	gap:10px;
}
.top-bar a {
	color:#ffffff;
	text-transform:uppercase;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 600;
	font-size:14px;
	height:30px;
}
.top-bar a:hover {
	color:#5AE170;
}
.wp-block-social-links .wp-social-link svg {
	height:20px!important;
	width:20px!important;
}
.header {
	
	background:#ffffff;
	box-shadow: 0px 5px 26px #081D1220;
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;
}
.header-container {
	width:100vw;
	display:flex;
	justify-content:space-between;
	margin:auto;
	height:70px;
	align-items:center;
}

.logo img{
	max-width:200px;
}

.menu ul {
	display:flex;
	gap:30px;
	justify-content:flex-end;
	padding:15px 30px 12px 30px;
}
.menu-main-container ul {
	text-align:right;
}

.menu li {
	list-style:none;
}

.menu li a {
	
}
.desktop_menu {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
@media screen and (min-width: 1079px) {
	#menuToggle {
		display:none!important;
	}
	
}
@media screen and (max-width: 1080px) {
	.desktop_menu {
		display:none!important;
	}
	.top-bar {
		justify-content:center;
	}
	.hero_full_text h1 {
		font-size:60px;
	}
	.col_2 .column {
	width:100%;
}
}

.menu-wrapper {
	padding:0px;
	margin:0px;
}

.primary-menu-container {
	right: 20px;
	position: relative;
}

.primary-menu-container ul ul {
	display: none;
	position: absolute; 
	top: 70px; /* the height of the main nav */
	gap:20px;
}
	
/* Display Dropdowns on Hover */
.primary-menu-container ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.primary-menu-container ul ul li {
	width:200px;
	float:none;
	display:list-item;
	position: relative;
	height:20px;
	line-height:1;
}
.primary-menu-container ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	text-transform: uppercase;
font-family:  "Roboto Condensed", sans-serif;
font-weight: 600;
	}
.menu-wrapper li {
	height: 70px; 
	display: flex;
	align-items: center;
}
.sub-menu {
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	padding: 20px!important;
	box-shadow: 0px 5px 26px #081D1220;
}

/* -- burger -- */


#menuToggle
{
  display: block;
  position: absolute;
  top: 60px;
  right: 30px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100vw;
  margin: -54px 0 0 0;
  padding: 50px;
  padding-top: 80px;
  right: -30px;
  height: 100vh;
  background: #081d12;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu a {
	color:#ffffff;
}
#menu li
{
		font-family:  "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
  padding: 10px 0;
  font-size: 42px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #menu {
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
}

/* -- call-out-menu-button -- */

.comb a {
	padding: 10px 20px;
	background: color(srgb 0.2391 0.7026 0.4552);
	border-radius: 22px;
	height: 44px;
	font-weight: 700;
}

.comb a:hover {
	padding: 10px 20px;
	background: color(srgb 0.0323 0.1146 0.0693);
	border-radius: 22px;
	height: 44px;
	font-weight: 700;
	color:#ffffff;
}

.container {
	border-radius:20px;
	margin-bottom:40px;
	width:1200px;
	max-width:90vw;
	margin:auto;
	overflow:hidden;
}
.container .wp-block-columns { 
	gap:25px;
}
.section {
	
}


/* ------- homepage blocks --------- */

/* -- hero -- */

.hero {
	width:1400px;
	max-width:90vw;
	margin:40px auto;
	height:600px;
	min-height: fit-content;
	background-size:cover!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
	border-radius:15px;
	background:#081D12;

}
.hero a {
	color:#ffffff;
}

.hero .hero-button {
	padding:10px;
	border-radius:3px;
	margin-top:20px;
	color:#081D12;
}
.hero .hero-button:hover {
	padding:10px;
	border-radius:3px;
	margin-top:20px;
	background-color:#081D12;
	color:#ffffff;
}

.hero-container {
	width:1200px;
	max-width:70vw;
	padding:60px 0px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	margin:auto;
}

.hero-cat h4 {
	font-size:30pt;
	margin:0px;
	color:#ffffff;
}
.hero-title h2{
	font-size:50pt;
	margin:0px;
	line-height:1;
	max-width:600px;
}
.hero-subtitle p {
	font-size:20pt;
	margin:0px;
}
.hero-button {
	
}

/* -- lastest posts -- */

.latest-posts {
	
} 

.latest-posts-container{
	width:1200px;
	max-width:90vw;
	display:flex;
	justify-content:space-between;
	gap:30px;
	margin:40px auto;
	flex-wrap: wrap;
}

.post-one {
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	max-width:48%;
	border-radius:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.post-one:hover {
	/*box-shadow: 0px 5px 26px #081D1220;*/
	border:1px solid darkgray;
	outline-offset:-1px;
}

.post-one-image {	height:300px;
	width:100%;
	border-radius:15px 15px 0px 0px;	
	object-fit:cover;
	margin-bottom: -10px;
}

.post-one .img-link {
max-height:300px;
	width:100%;
	
}

.post-one-container {
	width:100%;
	padding:20px;
	border-radius:0px 0px 15px 15px;
}

.post-one-cat ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
	flex-wrap: wrap;
}
/*
.post-one-date {
	
}
.category-routes .post-one-date::before {
	content:"Hiked on: ";
}*/
.post-categories li {
	font-size:14px;
	text-transform:uppercase;
	margin-right:15px;
}


.post-categories {
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
}

.post-one-cat h4 {
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
}
.post-one-title h3{
	font-size:30pt;
	margin:10px 0px;
	line-height:1.1;
}
.post-one-subtitle p {
	font-size:14pt;
	margin:0px;
}
.post-one-button {
	
}

.older-posts .latest-posts-container{
	width:1200px;
	max-width:90vw;
	display:flex;
	justify-content:flex-start;
	gap:2%;
	margin:40px auto;
	flex-wrap: wrap;
}

.older-posts .post-one {
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	max-width:23%;
	margin-bottom: 2%;

}

.older-posts .post-one-image {
	height:150px;
	width:100%;
	border-radius:15px 15px 0px 0px;	
	object-fit:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.older-posts .post-one-container {
	width:100%;
	min-height:fit-content;
	padding:20px;
	border-radius:0px 0px 15px 15px;
}

.older-posts .post-one-cat ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
}

.older-posts .post-categories li {
	font-size:14px;
	text-transform:uppercase;
	margin-right:15px;
}


.older-posts .post-categories {
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
}

.older-posts .post-one-cat h4 {
	font-size:12pt;
	text-transform:uppercase;	
	margin:0px;
}
.older-posts .post-one-title h2{
	font-size:18pt;
	font-weight:200;
	margin:10px 0px;
	line-height:1.1;
}

/* -- wide posts -- */

.wide-posts {}
.wide-posts-container {
	width:1200px;
	max-width:90vw;
	display:flex;
	justify-content:space-between;
	gap:30px;
	margin:40px auto;
	flex-wrap: wrap;
}
.post-two {
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	max-width:48%;
	border-radius:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	display:flex;
	flex-direction:row;
	width: 1200px;
	max-width: 90vw;
}

.post-two:hover {
	border:1px solid darkgray;
	outline-offset:-1px;
}


.post-two .img-link {
	width:50%;
	max-height:330px;

}
.post-two-image {
	height:fit-content;
	max-height:330px;
	width:100%;
	flex: 1;
	border-radius:15px 0px 0px 15px;	
	object-fit:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.post-two-container {
	padding:20px;
	border-radius:0px 15px 15px 0px;
	width:50%;
	height:300px;
	overflow:hidden;
}
.post-two-cat {}
.post-two-title {}
.post-two-subtitle {}
.post-two-button {}
	
	
/* -- subtitle -- */
	
.subtitle {
	width:1200px;
	max-width:90vw;
	display:flex;
	justify-content:space-between;
	gap:30px;
	margin:40px auto 0px auto;
}

.subtitle h2 {
	font-size:60px;
	margin:0px;
}

/* -- national parks -- */


.np-block {


}

.np-block-container {
	width:1200px;
	max-width:90vw;
	margin:40px auto;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	gap:30px;
	flex-wrap:wrap;

	border-radius:15px;
	
}

.np-block-container .img-link {
	flex-grow:3;
}
.np-one {
	border-radius:15px;	
	padding:30px 50px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	flex-grow:2;
	height:400px;
	width:100%;
	gap:30px;
}

.np-one:hover {
	box-shadow: 0px 5px 26px #081D1220;
}

.np-one-container {
	width:100%;
	text-align:center;
}
.np-one-cat h4 {
	font-size:40px;
	text-transform:uppercase;
	line-height:1;
	margin-top:10px;
	background: #081d1290;
	border-radius: 10px;
	padding: 10px 0px;

}

/* -- aonb block -- */

.aonb-block {
	width:1200px;
	max-width:90vw;
	margin:40px auto;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	
}

.aonb-block ul {
	list-style:none;
	display:flex;
	flex-direction:row;
	gap:30px;
	justify-content:flex-start;
	padding:0px;
	margin:40px 0px 40px 0px;
	flex-wrap:wrap;
}
	
.aonb-block li {	
	flex-grow:1;
}

.aonb-block a {	
	color:#ffffff;
}
	
.anob-list a {
	color:#ffffff;
	background-color:#081D12;
	padding:30px;
	text-decoration:none;
	border-radius:15px;
}

.anob-list a:hover {
	color:#081D12!important;

	background-color:#F2F2E9;
}

.challenge .post-two-image {
	max-width:300px;
}
.feature-posts-container {
	width:1400px;
	max-width:90vw;
	margin:40px auto;
	border-radius:15px;
	height:650px;
}
.feature-post {
	height:100%;
	width:100%;
	display:flex;	
}

.feature-post-image {
	width:50%;
	object-fit:cover;
	border-radius:15px 0px 0px 15px;
	
}
.feature-post-container {
	width:50%;
	padding:30px;
	border-radius:0px 15px 15px 0px;
}
.feature-badge h3 {
	font-size:40px;
	color:#5AE170;
}

.feature-post-title h2 {
	font-size:80px;
	margin:0px;
}

.feature-post-button {
	margin-top:40px;
}

.feature-post-button a {
	padding:20px;
	background-color:#F2F2E9;
}


/* ------- about block --------- */

.about-block  {
	
}
.about-block-container {
	width:800px;
	max-width:90vw;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	gap:30px;
	margin:40px auto;
	background:#ffffff;
	border-radius:15px 180px 180px 15px;
	padding:30px;
}
.about-block-text {
	
}
.about-block-image img {
	width:300px;
	height:300px;
	object-fit:cover;
	border-radius:50%;
}

/* ------- single post --------- */

/* ------- archive page --------- */


.archive-header {
	width:1200px;
	max-width:90vw;
	margin:170px auto 40px auto;
}
.archive-header p {
	max-width:600px;
	margin:0px;
	margin-bottom:10px;
}

/* ------- footer --------- */

.footer {
	padding:40px 30px 60px 30px;
}
.footer a {
	color:#ffffff!important;
	text-align:left;
}
.footer ul {
	padding:0px;
	margin:0px;
	text-align:left;
}
.footer a:hover {
	color:#5AE170!important;
}
#footer-widget {
	width: 1200px;
	max-width: 90vw;
}
.footer .wp-block-separator {
	border-top:1px solid;
	max-width:90vw;
}
.footer-container {
	width:1200px;
	max-width:90vw;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	margin:auto;
}
.footer-bottom {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.footer-bottom .signoff p {
	justify-content:flex-end;
	padding:0px;
	margin:0px;
	text-align:right;
	width:100%;
}
.footer-bottom .copyright p {
	justify-content:flex-start;
	padding:0px;
	margin:0px;
	text-align:right;
	width:100%;
}
.footer-bottom .wp-block-social-links {
	gap:0px;
}

.footer-menu ul {
	display:flex;
	gap:30px;
	justify-content:center;
	padding:15px 30px 12px 30px;
	margin:auto;
}

.footer-menu ul li {
	list-style:none;
	color:#ffffff;
	list-style:none;
}

.footer-menu li a {
	color:#ffffff;
	text-decoration:none;
}

.footer-menu li a:hover {
	color:#5AE170;
	text-decoration:none;
}

.footer h2 {
	color:#ffffff;
}
.footer .wp-block-jetpack-related-posts ul {
	width:100%;
	max-width:90vw;
	justify-content:space-between;
	gap:15px;
	margin-bottom:40px;
	display: flex;
	list-style: none;
}
.footer .wp-block-jetpack-related-posts li {
	width:30%;
	max-width:90vw;
}
.footer .wp-block-jetpack-related-posts li a {
	width:100%;
	font-weight: 900;
	font-family: 'Roboto Condensed';
}
.jp-related-posts-i2__post-link {
	font-size: 20px;
}
.footer .wp-block-jetpack-related-posts dl {
	display:flex;
	flex:1;
	color:#ffffff;
}
.footer .wp-block-jetpack-related-posts dt {
	display:none;
}
.footer .wp-block-jetpack-related-posts dd {
	display:flex;
	justify-content:flex-start;
	margin:0px;
	font-size:14px;
	margin-right:8px;
}

/* ------- POSTS --------- 


.post-ts {
	margin-top:140px;
}

*/

.post .entry-content {
	width:1000px;
	max-width:90vw;
	margin:auto;
	margin-bottom:80px;
}

.post .entry-content p {
	line-height:1.8;
	font-size:16px;
	width:600px;
	margin:auto;
	padding-top:20px;
	max-width:90vw;

}
.post .entry-content li {
	line-height:1.8;
	font-size:16px;
	width:600px;
	margin:auto;
	max-width:90vw;
	list-style:none;
}
.post ul, ol {
	margin:0px;
	padding:0px;
}
.post .entry-content h2 {
	font-size:46px;
	width:600px;
	margin:auto;
	padding-top:40px;
	max-width:90vw;

}

.post .entry-content h3 {
	font-size:36px;
	width:600px;
	margin:auto;
	padding-top:40px;
	max-width:90vw;
}

.post .entry-content h4 {
	font-size:28px;
	width:600px;
	margin:auto;
	padding-top:40px;
	max-width:90vw;
}
.post .entry-content a {
	text-decoration:underline;
}
.post .entry-content img {
	border-radius:15px;
	margin-top:40px;
	max-width:90vw;
	width:1000px;
}

.post-hero {
	max-width:90vw;
	margin:40px auto;
	height:750px;
	min-height: fit-content;
	background-size:cover!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
	border-radius:15px;
	background:#081D12;

}
.post-hero a {
	color:#ffffff;
}
.post-title-container {
	color:#081D12;
	width:600px;
	max-width:90vw;
	margin:auto;
}
.post-title-container h1 {
	color:#081D12;
	font-size:50pt;
}
.post-hero-container {
	padding:60px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	margin:auto;
}

.post-hero-title {
	font-size:80pt;
	margin:0px;
	line-height:1;
}

.hero-cat h4 {
	font-size:30pt;
	margin:0px;
}

.wp-block-columns {
	max-width:90vw;
	margin-top:40px;
	gap:25px;
}

.wp-block-columns .wp-block-image {
	object-fit:cover;
	object-position:center;
	overflow:hidden;
	border-radius:15px;
	max-height:400px;
}

.wp-block-columns .wp-block-image img {
	margin-top:0px!important;
	width:100%!important;
	
}

.wp-block-columns .wp-block-image figure {
	object-position:center;
}

.wp-block-column p {
	width:100%!important;
}

.special-wide-img img{
	width:90vw;
}

.sharedaddy {
	width:600px;
	margin:auto;
}

#jp-relatedposts {
	width:600px;
	margin:auto!important;
}

@media screen and (max-width: 768px) {
	.header-container .logo {
	padding-left:10px;
	}
	.post .site-main {
	/*width:1200px;
	max-width:90vw;*/
	margin:auto;
	}
	.post-one {
    	max-width: 90vw;
	}
	.post-hero-title {
		font-size:40px;
	}
	.hero-title h2{
	font-size:40px;
	margin:0px;
	line-height:1;
	}
	.older-posts .post-one {
		max-width:48%;
	}
	.anob-list li {
		width:100%;
		max-width:90vw;
		
	}
	.anob-list a {
		width:100%;
		max-width:90vw;
		margin-bottom:10px;
	}
	.jp-relatedposts-post {
		width:100%;
		max-width:90vw;
	}
	.footer .wp-block-jetpack-related-posts li {
		width: 100%;
		max-width: 90vw;
	}
	.footer .wp-block-jetpack-related-posts ul {
		flex-direction:column;
		max-width: 90vw;
	}
	#footer-widget .wp-block-column {
		flex-basis:45%!important;
	}
	.footer-bottom {
	display:flex;
	flex-direction:column;
	}
}

.alltrails {
	margin-top:40px!important;
	margin:auto;
}

/* ------- PAGES --------- */

.type-page .site-main {
	max-width: 100vw;
	width: 100vw;
	margin: 0px;
}

.type-page p {
	width:600px;
	max-width:90vw;
	margin:auto;
	margin-bottom:20px;
}

.type-page h1 {
	width:600px;
	max-width:90vw;
	margin:auto;
	margin-bottom:20px;
}
/*
.type-page {
max-width: 90vw;
width: 1200px!important;
margin: 100px auto;
}
*/
.wp-block-jetpack-contact-form-container {
	width:600px;
	max-width:90vw;
	margin:auto;
	margin-bottom:20px;
}

/* ------- Stafford2Snowdon Page --------- */

.page-id-1510 .type-page {
	width:1000px!important;
}

.page-id-1510 .entry-title {
	font-size:55px;
	width:1000px;
}

.page-id-1510 .entry-content p {
	width:1000px;
}

.page-id-1510 .post-thumbnail img {
	border-radius:15px;
}

.page-id-1829 {
	  
	background:#081D12!important;
	color:#ffffff;
}

.page-id-1829 .type-page {
max-width: 90vw;
width: 1200px!important;
margin: 100px auto;
}
	
.page-id-1829 .entry-header {
	display:none;
}

.page-id-1829 .post-thumbnail img {
	border-radius:20px;
	object-fit:contain!important;
}
.s2s-stats {
	display:flex;
	justify-content:flex-start;
	align-content:center;
	gap:20px;
	padding-left:20px!important;
}

.s2s-stats p {
	font-size:50px!important;
	border-left: 1px solid #ffffff;
	padding-left:20px!important;
}
.page-id-1829 .wp-block-buttons {
	justify-content:flex-start;
	margin-top:16px;
	align-content:center;
	font-size:20px!important;
}
.page-id-1829 .wp-block-button__link:hover {
	background:#fff!important;
	color:#081D12;
}

.s2ssection {
	background:#ffffff;
	color:#081D12;
	padding:40px;
	border-radius:20px;
	margin-bottom:40px;
}

.page-id-1829 h2 {
	font-family:  "Roboto Condensed", sans-serif;
font-weight: 900;
font-style: normal;
	text-transform:uppercase;
	font-size:50px;
	line-height:0.5em;
	color:#3EB475;
}

.route-section h5 { 
	font-family:  "Roboto Condensed", sans-serif;
font-weight: 900;
font-style: normal;
	text-transform:uppercase;
	font-size:80px;
	line-height:0.5em!important;
	margin-bottom:20px;
	margin-top:20px;
	
}
.route-section p {
	margin-top:60px;
	color:#ffffff!important;
}
.route-section {
		background:#081D12!important;
	color:#ffffff;
}
.route-section .wp-block-columns .wp-block-image {
	max-height:100%;
 margin-top:100px!important;
}

.landmarks {
		background:#102419!important;
	color:#ffffff;
}
.landmarks h4 {
	font-size:40px;
	font-family:  "Roboto Condensed", sans-serif;
font-weight: 200;
	margin-bottom:10px;
}

.landmarks p {
		margin-bottom:10px;
}
.landmarks h4 strong{
	font-family:  "Roboto Condensed", sans-serif;
font-weight: 900;
}
.s2ssection .landmarks img {
	border-radius:20px;
}

.page-id-1829 .s2s-mobile-hero img {
		border-radius:20px;
}

.s2s-mobile-hero  .wp-block-columns {
	padding:0px!important;
}
@media only screen and (max-width: 600px) {
	.page-id-1829 .post-thumbnail img { 
		display:none;
	}
	.s2ssection {
		padding:20px
	}
	.s2s-stats {
		padding-left:0px!important;
		align-items:center!important;
	}
	.s2s-stats p {
	font-size:40px!important;
	border-top: 1px solid #ffffff;
	border-left:none!important;
	padding-left:0px!important;
	margin:auto;!important;
		max-width:80vw;

}
	.page-id-1829 h2 {
		font-size:40px;
		line-height:0.9em;
	}
	.route-section h5 {
		font-size:34px;
		line-height:0.3em!important;
	
	}
}
@media only screen and (min-width: 601px) {
	.page-id-1829 .s2s-mobile-hero img { display:none;}
}

.page-id-1829 .wp-block-columns {
	margin-top:0px;
}

/* ------- Post Extensions --------- */

.ah-post-box {
	background-color:#ffffff;
	border-radius:20px;
	padding:20px 40px;
}

.single-post .post .entry-content .ah-post-box h3 {
	padding-top:5px!important;
	width:100%!important;
}
.single-post .post .entry-content .ah-post-box h4 {
	padding-top:5px!important;
	width:100%!important;
}

.single-post .post .entry-content .ah-post-box ul {
	margin: 10px 0 1.5em -20px;
	
}

.wp-block-latest-posts__list {
	margin:0px!important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
clear: both;
height: 200px;
}

/* ------- Page Templates --------- */

.page-template-full-page-builder {
	margin-top:70px;
}

#frm_form_2_container {
	max-width:600px;
	margin:auto;
}

/* ------- Frontpage 2024 --------- */

.features_block .column {
	display:flex;
	flex-direction:row;
	gap:10px;
	align-items:center;
	justify-content:space-between;
}
.features_block .icon {
	min-width:100px;
	height:auto;
}

.features_block .icon:hover {
	fill:#5ae170!important;
}
.features_block h3 {
	margin:0px;
	margin-bottom:10px;
}
.features_block p {
	margin:0px;
}
.national_parks_block .column_container {
	flex-wrap:wrap;
}
.national_parks_card {
	display:flex!important;
	flex-direction:row!important;
	border-radius:16px!important;
	overflow:hidden!important;
	max-height:250px!important;
}
..national_parks_card:hover {
	background-color:#081D12!important;
}
.national_parks_card_img {
	background-position: center!important;
	background-repeat: no-repeat!important;
	height:100%!important;
	object-fit:cover!important;
	width:50%!important;

}
.national_parks_card_img img {
	width: 100%!important;
	height:100%!important;
	object-fit:cover!important;
	flex: 1!important;
}
.national_parks_card_text {
	width:50%;
}
.national_parks_card h3 {
	padding-top:0px!important;
}

.error-404 .page-content {
	margin-top:140px;
}


#primary-menu {

	line-height:1;
	text-align:center;
	margin:auto;
	padding:0px;
}
#primary-menu li {
	font-size:20px!important;
	line-height:1;
	margin:0px 0px 10px;
	padding:0px;
}
.menu-main-container {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:100%;
	top:0px;
}
@media screen and (max-width: 768px){
.post-title-container .post-hero-title {
 font-size: 34px!important;
}
	.national_parks_card_text {
		padding:20px!important;
	}
	.national_parks_card h3 {
		margin-top:0px!important;
	}
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height:1;
}

.wp-block-jetpack-related-posts ul {
	width:600px;
	max-width:90vw;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin:auto;
}
.wp-block-jetpack-related-posts li {
	width:600px;
	max-width:90vw;
	margin-top:0px!important;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.wp-block-jetpack-related-posts li p {
	padding:20px
}
.post .entry-content .wp-block-jetpack-related-posts img {
	max-width:290px;
	height:200px;
}
.post .hero_full {
	background-size:cover;
	background-position:center; 
	margin-bottom: 20px; 
	width:100vw; 
	height:65vh; 
	display:flex; 
	justify-content:center; 
	align-items:center;
	/*position: absolute; */
	left: 0;
}
/*.post .entry-header {
	padding-top:67vh;
}*/
.archive_sub_cats ul {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:10px;
	padding: 0px;
	margin: 0px;
}
.archive_sub_cats {
	display:flex;
	justify-content:flex-start;
	
	gap:10px;
	margin-top:28px;
}
.archive_sub_cats li a::after {
	display:none;
}
.archive_sub_cats li a{
	color:#ffffff;
	background:#081d12;
	padding:10px;
	border-radius:5px;
}
.archive_sub_cats .cat-item {
	display:none;
}

.archive_sub_cats .current-cat {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.archive_sub_cats .current-cat .children .cat-item {
	display:flex;
}
.cat-item-none {
	display:none;
}
.archive_sub_cats .children .children {
	display:none;
}

/* ------- Mailchimp 2024 --------- */
.mc_custom_border_hdr {
	color:#ffffff;
	font-size:1.5em;
	font-family:'Roboto Condensed';
	font-weight:800;
}
#mc_subheader {
	color:#ffffff;
	font-size:1.3em;
	font-family:'Roboto Condensed';
	font-weight:200;
	margin-bottom:20px;
} 
.mc_merge_var {
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
}
.mc_merge_var label {
	font-size:1.1em;
	font-family:'Roboto Condensed';
	font-weight:200;
	margin-bottom:10px;
	color:#ffffff;
}
.mc_merge_var input {
	width:300px;
}
#mc_signup_submit {
	background-color:#ffffff;
	font-size:14px;
	font-family:'Roboto Condensed';
	font-weight:400;
	text-transform: uppercase;
	padding:10px 15px 10px 15px;
	margin-bottom:30px;
	border:none;
	letter-spacing:0.7px;
	border-radius:5px;
}
#mc_signup_submit:hover {
	background-color:#5AE170!important;
}

/* ------- Quiz 2025 --------- */

.ays-questions-container img {
border-radius: 15px;
margin-top: 0px!important;
max-width: 100%!important;
width: 1000px;
}
.ays-questions-container {
	padding:20px;
}
.ays-questions-container p {
	width:100%!important;
}
.ays-fs-title {
	font-family:'Roboto Condensed';
	font-weight:900;
	font-size:60px!important;
	text-transform: uppercase;
	line-height:1!important;
}
.ays-question-counter {
	font-family:'Roboto Condensed';
	font-weight:500;
}
.ays-image-question-img {
	display: flex;
	align-items: center;
	height: 200px;
	overflow-x: hidden;
	border-radius:20px;
}

.wp-block-table {
	padding-top:20px;
}

.con-no-bord {
	border-radius:0px!important;
}

.subcategory-list {
	margin:0px;
	padding:0px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:10px;
	
}
.subcategory-list li {
	list-style:none;
}
.subcategory-list li a{
	background: #081D12;
	color: #fff!important;
	border: none;
	font-size: 14px;
	margin-left: 0;
	border-radius:5px;
	padding: 5px 10px;
}
.subcategory-list li a:hover {
	background: #5AE170;
	color: #081D12;
}
.post-stat-container {
	width:600px;
	margin:auto;
	border-radius:20px;
	margin-top:20px;
	overflow:none;
}
.post-stat-container h3 {
	margin:0px;
	padding:0px!important;
}
.post-stat-container .wp-block-columns {
	margin-bottom:0px;
}
/* ------- n3px --------- */

.n3px-nav .wp-block-button__link { 
	padding:5px 15px;
	background-color:#081D12;
	color:#ffffff;
}
.n3px-nav .wp-block-button__link:hover { 
	background-color:#B5EB3B;
	color:#081D12;
}
.n3px-nav {
	display: flex;
	flex-wrap:wrap;
	gap:8px;
}
.n3px-but .wp-block-button__link { 
	padding:5px 15px;
	background-color:#B5EB3B;
	border: 1px solid #B5EB3B;
	color:#081D12;
}
.n3px-but {
	display: flex;
}
.n3px-but .wp-block-button__link:hover { 
	background-color:#081D12;
	border: 1px solid #B5EB3B;
	color:#ffffff;
}
.links-cover .n3px-but .wp-block-button__link { 
	padding:15px 25px;
	font-size:20px;
}
.n3px-list {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family: "Libre Baskerville", serif;
}
.post-3654 header {
	display:none!important;
}
.post-3654 {
 	max-width: 100vw; 
 	width: 100vw;
	margin:-25px auto; 
}
.lander-header {
	max-width:100vw!important;
}
.lander-logo-link {
	display:flex;
	justify-content:center;
	width:100vw;
}

.lander-logo-link svg path{
	fill:#ffffff;
}
.lander-logo-link:hover svg path {
	fill:#B5EB3B;
}
.n3px-homepage {
	background-color:#081D12;
	padding-top:30px;
	padding-bottom:30px;
}
.n3px-homepage .container p {
	color:#ffffff;
}
/* ------- Links --------- */

.post-3699 header {
	display:none!important;
}
.post-3699 {
 	max-width: 100vw; 
 	width: 100vw;
	margin: 0px auto; 
}
.post-3699 .link-hero img {
	aspect-ratio: none;
	object-fit: contain;
	width: 600px;
	height: 100%;
	max-width: 95vw;
}
.links-cover {
	padding:0px!important;
}
.links-cover .wp-block-social-links {
	margin:0px;
}
.links-cover .wp-block-social-links .wp-social-link svg {
	height:30px!important;
	width:30px!important;
}
.links-cover .wp-block-social-links .wp-block-social-link a {
	padding: 0.15em!important;
}

.n3px-head {
	margin: 0px;
}
.n3px-head .container {
	border-radius:0px!important;
}
.top-bar {
	justify-content: center;
}
.n3px-link img {
	max-height:60px;
	border-radius:0px!important;
	padding-bottom:4px;
}
.n3px-link {
	border-radius:0px!important;
}
.nspx-group {
	width:100vw;
	margin:auto;
	display:flex;
	justify-content:center;
	padding-bottom:40px;
}
#menuToggle {
	top:90px!important;
}
.type-post .n3px-but {
	width: 600px;
	margin: auto;
	padding-top: 40px;
	max-width: 90vw;
	gap:25px;
}
.type-post .n3px-but a {
	text-decoration:none;
}
.type-page .n3px-but {
	width: 100%;
	padding: 0px 0px 20px;
}