/*!
Theme Name: wanderers
Theme URI: https://github.com/Melinda-haw/wanderers-Theme
Author: Horse & Water
Author URI: https://horseandwater.com.au/
Description: A starter theme based on the _s theme. Added functionality for css variables and responsive hamburger menu.
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: Wanderers
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.

Wanderers 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

--------------------------------------------------------------*/
.black { color: #000; }

.white { color: #fff; }

.grey { color: #EDEDED; }

.font-heading { font-family: "roboto", sans-serif; }

.font-body { font-family: "roboto", sans-serif; }

.alignfull { margin: 0 calc(50% - 50vw); max-width: 100vw; width: 100vw; }

.alignfull > div:not(.alignfull) { max-width: 1500px; margin: auto; padding: 30px 35px; }

.custom-gradient-background.alignfull { background-image: conic-gradient(from 250deg, #FF8C00, #FDBB58); }

.transducer-extended-black { font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 900, 'wdth' 200, 'slnt' 0 !important; }

.transducer-black { font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 900, 'wdth' 100, 'slnt' 0 !important; }

.transducer-bold { font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 700, 'wdth' 100, 'slnt' 0 !important; }

.transducer-medium { font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 500, 'wdth' 100, 'slnt' 0 !important; }

.no-margin-top { margin-top: 0 !important; }

.no-margin-bottom { margin-bottom: 0 !important; }

.max-width-500 > * { max-width: 500px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 781px) { .mobile-350 { margin: 0 auto; max-width: 350px !important; }
	.hide-on-mobile { display: none; } }

@media screen and (min-width: 782px) { .hide-on-desktop { display: none; } }

.gradient-background-heading { padding: 15px 20px !important; margin-left: auto !important; margin-right: auto !important; display: table; text-shadow: 0 3px 6px #00000029; }

.uppercase { text-transform: uppercase !important; }

.styled-link, .styled-link a { font-family: "transducer-variable", sans-serif; text-decoration: none; font-weight: 700; }

@media screen and (min-width: 1000px) { .hide-menu-item-on-desktop { display: none; } }

.negative-margin-top-50 { margin-top: -50px !important; }

/*--------------------------------------------------------------
# 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. */
/* 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, .wp-block-button__link { color: #000; font-family: "roboto", sans-serif; font-size: 16px; line-height: 1.5; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .wp-block-details summary { font-family: "transducer-variable",sans-serif; margin-top: 15px; margin-bottom: 15px; text-wrap: balance; }

h1, .h1 { font-variation-settings: 'wght' 900, 'wdth' 200, 'slnt' 0; font-size: 45px; line-height: 48px; text-transform: uppercase; margin-top: 15px; margin-bottom: 20px; }

h2, .h2 { font-variation-settings: 'wght' 900, 'wdth' 100, 'slnt' 0; font-size: 31px; line-height: 33px; text-transform: uppercase; }

h3, .h3 { font-variation-settings: 'wght' 900, 'wdth' 100, 'slnt' 0; font-size: 27px; line-height: 29px; }

h4, .h4, .wp-block-details summary { font-variation-settings: 'wght' 700, 'wdth' 100, 'slnt' 0; font-size: 23px; line-height: 27px; }

h5, .h5, blockquote { font-variation-settings: 'wght' 500, 'wdth' 100, 'slnt' 0; font-size: 20px; line-height: 25px; }

h6, .h6 { font-variation-settings: 'wght' 500, 'wdth' 100, 'slnt' 0; font-size: 16px; line-height: 18px; }

@media screen and (max-width: 999px) { h1, .h1 { font-size: 29px; line-height: 30px; }
	h2, .h2 { font-size: 25px; line-height: 26px; }
	h3, .h3 { font-size: 23px; line-height: 24px; }
	h4, .h4 { font-size: 20px; line-height: 21px; }
	h5, .h5 { font-size: 16px; line-height: 17px; }
	h6, .h6 { font-size: 14px; line-height: 15px; } }

p { margin: 15px 0; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #EDEDED; font-family: "roboto", sans-serif; 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 #EDEDED; cursor: help; }

mark, ins { background: #EDEDED; text-decoration: none; }

big { font-size: 125%; }

/* Elements
--------------------------------------------- */
body, html { background: #fff; overflow-x: hidden; scroll-behavior: smooth; }

hr { background-color: #FF8C00; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 20px; padding-inline-start: 10px; }

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: #FF8C00; transition: all 0.3s ease-in-out; }

a:hover, a:focus, a:active { color: #FF8C00; }

a:hover, a:active { outline: 0; }

/* Forms
--------------------------------------------- */
@property --angle { syntax: '<angle>';
	inherits: false;
	initial-value: 125deg; }

button:not(.superblockslider__button__navigation):not(.superblockslider__button), .button, input[type="button"], input[type="reset"], input[type="submit"], #gform_submit_button_1, .wp-block-button__link, #sb_instagram .sbi_follow_btn a { border: none; border-radius: 4px; background: conic-gradient(from var(--angle), #FF8C00, #FDBB58); transition: --angle .5s ease-in-out; color: #fff; line-height: 1; padding: 10px 20px; min-width: 160px; text-align: center; display: inline-block; cursor: pointer; text-decoration: none; width: fit-content; height: fit-content; box-shadow: 0 3px 6px #00000029; font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 700, 'wdth' 100, 'slnt' 0 !important; }

button:not(.superblockslider__button__navigation):not(.superblockslider__button):hover, button:not(.superblockslider__button__navigation):not(.superblockslider__button):active, button:not(.superblockslider__button__navigation):not(.superblockslider__button):focus, .button:hover, .button:active, .button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, #gform_submit_button_1:hover, #gform_submit_button_1:active, #gform_submit_button_1:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:active, #sb_instagram .sbi_follow_btn a:focus { color: #fff; --angle: 485deg; }

button.white-button, .button.white-button, .white-button .wp-block-button__link { transition: all 0.3s ease-in-out; background: #fff; color: #000; }

button.white-button:hover, button.white-button:active, button.white-button:focus, .button.white-button:hover, .button.white-button:active, .button.white-button:focus, .white-button .wp-block-button__link:hover, .white-button .wp-block-button__link:active, .white-button .wp-block-button__link:focus { color: #fff; background: #000; }

button.black-button, .button.black-button, .black-button .wp-block-button__link { transition: all 0.3s ease-in-out; background: #000; color: #fff; }

button.black-button:hover, button.black-button:active, button.black-button:focus, .button.black-button:hover, .button.black-button:active, .button.black-button:focus, .black-button .wp-block-button__link:hover, .black-button .wp-block-button__link:active, .black-button .wp-block-button__link:focus { color: #000; background: #fff; }

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: #EDEDED; border: 1px solid #EDEDED; 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: #000; }

select { border: 1px solid #EDEDED; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site { display: grid; grid-template-columns: auto; grid-template-areas: "header"
 "main"
 "footer"; }

main, footer, header:not(.entry-header) { width: 100%; }

main, aside, .footer-inner, .masthead-inner, .toggled #primary-menu { max-width: 1500px; margin: auto; padding: 30px 30px; }

@media screen and (max-width: 1500px) { main, aside, .footer-inner, .masthead-inner, .toggled #primary-menu { max-width: 100dvw; } }

body:not(.page-template-page-with-no-title) main { padding: 60px 30px; }

@media screen and (max-width: 999px) { body:not(.page-template-page-with-no-title) main { padding-top: 40px; padding-bottom: 50px; } }

@media screen and (max-width: 650px) { body:not(.page-template-page-with-no-title) main { padding-top: 30px; } }

.page-template-page-with-no-title main { padding-top: 0; padding-bottom: 0; }

.single-post main { max-width: 1092px; }

@media screen and (min-width: 768px) and (max-width: 1400px) { main, aside, .footer-inner, .masthead-inner, .toggled #primary-menu, body:not(.page-template-page-with-no-title) main { padding-left: 80px; padding-right: 80px; }
	.alignfull > div:not(.alignfull) { padding-left: 80px; padding-right: 80px; } }

.homepage-feature-video { height: auto !important; min-height: auto; aspect-ratio: 16 / 6; }

.post-loop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }

.post-loop-grid .post-card { position: relative; }

.post-loop-grid .post-meta { display: none; }

.post-loop-grid .post-thumbnail { border-radius: 4px; overflow: hidden; }

.post-loop-grid .post-thumbnail img { width: 100%; height: auto; display: block; }

.post-loop-grid .h4 a { color: #000; text-decoration: none; }

.video-highlights-loop-grid { display: flex; flex-wrap: wrap; gap: 20px; }

.video-highlights-loop-grid .video-highlight-card { position: relative; width: calc(25% - 15px); }

@media screen and (max-width: 1199px) { .video-highlights-loop-grid .video-highlight-card { width: calc(50% - 10px); } }

@media screen and (max-width: 630px) { .video-highlights-loop-grid .video-highlight-card { width: 100%; } }

.video-highlights-loop-grid .video-highlight-card .video-thumbnail-link { position: relative; display: block; border-radius: 5px; overflow: hidden; box-shadow: 0 3px 6px #00000029; }

.video-highlights-loop-grid .video-highlight-card .video-thumbnail-link .video-thumbnail { width: 100%; object-fit: cover; display: block; }

.video-highlights-loop-grid .video-highlight-card .video-thumbnail-link .video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; color: white; pointer-events: none; width: 50px; height: 50px; text-align: center; border: 2px solid; border-radius: 50px; padding-left: 5px; }

.video-highlights-loop-grid .video-highlight-card .video-thumbnail-link .video-overlay-text { position: absolute; bottom: 0; left: 0; color: white; width: 100%; padding: 15px; font-size: 20px; line-height: 20px; text-shadow: 0 3px 6px #00000029; }

.video-highlights-loop-grid .video-highlight-card .video-meta { padding-top: 15px; color: #fff; }

.video-highlights-loop-grid .video-highlight-card .video-meta h4 { margin-top: 5px; }

.inline-view-more-posts-link { font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 700, 'wdth' 100, 'slnt' 0; font-size: 19px; }

.inline-view-more-posts-link a { text-decoration: none; display: flex; }

@media screen and (max-width: 781px) { .superblockslider.homepage-advertising-slider { min-height: 800px !important; height: 90dvh !important; }
	.vertically-center-slide-on-mobile .superblockslider__slide_inner { justify-content: center; } }

@property --percent { syntax: '<percentage>';
	inherits: false;
	initial-value: 0%; }

.player-loop-grid { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 20px; }

.player-loop-grid .player-card { display: flex; position: relative; background-image: conic-gradient(from 32deg, #FF8C00 var(--percent), #FDBB58); color: #fff; border-radius: 4px; transition: --percent 0.4s ease-in-out; width: calc(25% - (60px / 4)); }

@media screen and (max-width: 1350px) { .player-loop-grid .player-card { width: calc(33.33% - (40px / 3)); } }

@media screen and (max-width: 1050px) { .player-loop-grid .player-card { width: calc(50% - (20px / 2)); } }

@media screen and (max-width: 650px) { .player-loop-grid .player-card { width: calc(100%); } }

.player-loop-grid .player-card .secondary-player-img { opacity: 0; position: absolute; }

.player-loop-grid .player-card:hover { --percent: 70%; }

.player-loop-grid .player-card:hover .secondary-player-img { opacity: 1; }

.player-loop-grid .player-card:hover .main-player-img.has-alt-img { opacity: 0; }

.player-loop-grid .player-card img { width: 100%; }

.player-loop-grid .player-card .player-number { font-size: 40px; position: absolute; left: 20px; line-height: 40px; top: 17px; }

.player-loop-grid .player-card .player-name { position: absolute; bottom: 8px; left: 20px; font-size: 24px; line-height: 27px; text-transform: uppercase; width: min-intrinsic; width: -webkit-min-content; width: -moz-min-content; width: min-content; display: table-caption; display: -ms-grid; -ms-grid-columns: min-content; }

.player-loop-grid .player-card .player-number, .player-loop-grid .player-card .player-name { text-shadow: 0 3px 6px #00000029; font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 900, 'wdth' 200, 'slnt' 0; }

.page-fqpl3-men .player-loop-grid .player-card { background-image: conic-gradient(from 32deg, #d94f2d var(--percent), #f26c1b); }

.honours p { border-bottom: 2px solid #FDBB58; padding-bottom: 15px; }

.comp-age-groups h3 { border-bottom: 2px solid #FDBB58; padding-bottom: 15px; text-transform: uppercase; }

.latest-magazine { margin-bottom: 50px; }

.magazine-loop-grid { display: flex; flex-wrap: wrap; gap: 20px; }

.magazine-loop-grid .magazine { max-width: 280px; text-align: center; }

@media screen and (max-width: 1024px) { .magazine-loop-grid .magazine { max-width: 180px; width: 50%; } }

.magazine-loop-grid .magazine h2 { margin: 0; }

.magazine-loop-grid .magazine h2 a { text-decoration: none; }

.merch-functions-row { gap: 20px; }

@media screen and (max-width: 781px) { .merch-functions-row { flex-direction: column; } }

.tube-image img { margin-left: -150px; max-width: calc(100% + 120px); }

.wanderers-signage-background { background-image: url("/wp-content/themes/wanderers/img/wanderers-cp-signage-arrows.png"); background-size: 100% 100%; background-repeat: no-repeat; display: flex; justify-content: center; align-items: center; padding: 20% 22%; }

.merch-functions-row-block { height: -webkit-fill-available; padding: 30px; width: calc(50% - 20px/2); border-radius: 6px; }

@media screen and (min-width: 1150px) { .merch-functions-row-block { padding: 60px; } }

@media screen and (max-width: 781px) { .merch-functions-row-block { width: 100%; } }

.merch-functions-row-block.merch { background-image: url("/wp-content/themes/wanderers/img/wanderers-cp-merch-bg.png"); background-size: cover; }

@media screen and (min-width: 1150px) { .merch-functions-row-block.merch .merch-inner { width: 70%; } }

.merch-functions-row-block.functions { background-image: url("/wp-content/themes/wanderers/img/function-background.jpg"); background-size: cover; }

.partnership-tiers { background-image: url("/wp-content/themes/wanderers/img/diagonal-lines.png"); background-size: cover; background-repeat: no-repeat; background-size: 100% 100%; padding: 0 30px; }

@media screen and (max-width: 523px) { .partnership-tiers { background-image: url("/wp-content/themes/wanderers/img/diagonal-lines-mobile.png"); } }

.partnership-tiers .partnership-tier-row { gap: 20px; }

.partnership-tiers .partnership-tier-row .partnership-tier { background-color: #fff; padding: 10px 25px; min-width: 192px; }

.training-kit-images { position: relative; aspect-ratio: 1; }

.training-kit-images figure { display: none; opacity: 0; transition: opacity 0.4s ease-in-out; position: absolute; /* stack them */ }

.training-kit-images figure.active { display: block; opacity: 1; }

.page-id-1418 #mc_embed_signup { background: transparent; max-width: 100%; }

.page-id-1418 #mc_embed_signup form { margin: 0; }

.page-id-1418 #mc_embed_signup .mc-field-group { font-family: "roboto", sans-serif; font-size: 16px; }

.page-id-1418 #mc_embed_signup .indicates-required { display: none; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead { background-color: #fff; box-shadow: 0 0 22px #00000082; position: relative; z-index: 999; }

.masthead-inner { display: flex; align-items: baseline; justify-content: space-between; align-items: center; }

#site-navigation { display: flex; flex-direction: row; align-items: center; }

#site-navigation .menu-item-has-children > a:after { content: url("/wp-content/themes/wanderers/img/down-arrow.svg"); padding-left: 5px; display: inline-block; }

@media screen and (max-width: 999px) { #primary-menu { display: flex; flex-direction: column; position: fixed; z-index: 900; top: 49px; right: -200%; height: calc(100dvh - 57px); padding-top: 100px !important; padding-bottom: 30px !important; background: #FF8C00; transition: all 0.3s ease-in-out; box-shadow: 0 0 22px #00000082; width: 100%; }
	#primary-menu > li { margin-bottom: 10px; }
	#primary-menu a { font-size: 20px; }
	.toggled #primary-menu { right: 0; } }

.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }

.main-navigation ul ul { float: left; position: absolute; top: 100%; left: -999em; z-index: 9999; display: block; background: #fff; padding: 10px 10px 0; border-radius: 4px; }

.main-navigation ul ul li { margin-bottom: 10px; }

.main-navigation ul ul ul { left: -999em; top: 0; z-index: 99999; }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block; left: auto; position: relative; }

.main-navigation ul ul a { width: 200px; }

.main-navigation ul ul ul li a { width: auto; color: #FDBB58; }

.main-navigation ul ul ul .no-link > a:hover { color: #FDBB58; }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: -10px; }

.main-navigation li { position: relative; }

.main-navigation a { display: block; text-decoration: none; color: #000; text-transform: uppercase; font-size: 14px; font-family: "transducer-variable", sans-serif; font-variation-settings: 'wght' 500, 'wdth' 100, 'slnt' 0; padding: 0 5px; }

.main-navigation a:hover { color: #FF8C00; }

.main-navigation .no-link > a:hover { color: unset; cursor: default; }

@media screen and (max-width: 999px) { .main-navigation a:hover { color: #fff; }
	.main-navigation .sub-menu a:hover { color: #FF8C00; } }

/* hamburger menu */
.main-navigation.toggled #haw-hamburger span:nth-child(2) { opacity: 0; }

.main-navigation.toggled #haw-hamburger span:nth-child(1) { -webkit-transform: translateY(13px) rotate(45deg); -ms-transform: translateY(13px) rotate(45deg); -o-transform: translateY(13px) rotate(45deg); transform: translateY(13px) rotate(45deg); }

.main-navigation.toggled #haw-hamburger span:nth-child(3) { -webkit-transform: translateY(-13px) rotate(-45deg); -ms-transform: translateY(-13px) rotate(-45deg); -o-transform: translateY(-13px) rotate(-45deg); transform: translateY(-13px) rotate(-45deg); }

@media screen and (max-width: 999px) { .main-navigation.toggled ul { display: block; } }

#haw-hamburger { z-index: 999; top: 32px; transition: all 0.3s ease-in-out; cursor: pointer; margin: 8px 0; }

#haw-hamburger span { width: 50px; height: 4px; background-color: #000; display: block; margin: 9px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 3px; }

#haw-hamburger span:nth-child(2), #haw-hamburger span:nth-child(3) { margin-top: 6px; }

@media screen and (min-width: 1000px) { .menu-toggle { display: none; }
	.main-navigation ul { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; padding: 15px 0; } }

.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%; }

.site-branding { max-width: 18%; margin: -27px 0 -45px; display: flex; align-items: flex-start; gap: 15px; z-index: 999; }

@media screen and (max-width: 999px) { .site-branding { max-width: 25%; } }

@media screen and (max-width: 650px) { .site-branding { max-width: 30%; } }

.site-branding a { width: 115px; }

#top-black-bar { background-color: #000; color: #fff; position: relative; z-index: 999; }

#top-black-bar .masthead-text { margin: 0; text-align: center; padding: 10px; font-family: "transducer-variable",sans-serif; font-variation-settings: 'wght' 900, 'wdth' 200, 'slnt' 0; font-size: 25px; }

@media screen and (max-width: 999px) { #top-black-bar .masthead-text { font-size: 20px; } }

.masthead-inner { padding-top: 0; padding-bottom: 0; }

/* Posts and pages
--------------------------------------------- */
.sticky { display: block; }

.updated:not(.published) { display: none; }

.page-links { clear: both; margin: 0 0 1.5em; }

.page-header-banner h1, .page-header-banner h2, .page-header-banner p { text-shadow: 0 3px 6px #00000029; }

.single-post .entry-meta { margin-bottom: 20px; display: flex; flex-direction: column; gap: 10px; }

.single-post .cat-links a { background: conic-gradient(from var(--angle), #FF8C00, #FDBB58); padding: 2px 8px 3px; color: #fff; text-decoration: none; border-radius: 4px; margin-right: 5px; }

.single-post h1 { margin-bottom: 11px; }

.wp-block-cover:not(.shop-banner), .wp-block-cover-image { padding: 0 !important; }

/* 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; }

/* Footer
--------------------------------------------- */
footer { background-position: top center; background-size: cover; }

footer a { color: #000; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }

.wanderers-social-menu { display: flex; gap: 15px; }

.wanderers-social-menu a { text-decoration: none; display: flex; }

.wanderers-social-menu img { transition: all 0.3s ease-in-out; }

.wanderers-social-menu img:hover { transform: scale(1.15); }

/* Page Specific
--------------------------------------------- */
.contact-map { filter: grayscale(1); position: relative; }

.contact-map .map-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.partner-logos { column-gap: 40px; row-gap: 30px; }

.page-id-373 h1, .page-id-817 .header-block h1 { display: none; }

.page-id-373 h2, .page-id-817 .header-block h2 { border-bottom: 3px solid orange; padding-bottom: 20px; }

.development-links a { color: #fff; text-decoration: none; }

.development-links a:hover { color: #000; }

.player-loop-grid .staff-card .player-number { font-size: 20px; line-height: 20px; }

.player-loop-grid .staff-card .staff-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page-id-46 #partners-footer { margin-top: -80px; margin-bottom: -50px; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Glide
--------------------------------------------- */
#gform_1 input, #gform_1 textarea, #gform_1 select { box-shadow: none; }

#gform_1 .gform_fields { gap: 30px; }

/* Block slider
--------------------------------------------- */
.full-width-slider { margin: 0 calc(50% - 50vw); max-width: 100vw; width: 100vw !important; }

.full-width-slider .wanderers-slide-content { max-width: 1500px; margin: auto; }

@media screen and (min-width: 1500px) { .full-width-slider .wanderers-slide-content { padding: 30px 35px; } }

.full-width-slider .wanderers-slide-content h1, .full-width-slider .wanderers-slide-content .h1, .full-width-slider .wanderers-slide-content p { text-shadow: 0 3px 6px #00000029; }

.superblockslider__button__navigation { opacity: 0.8; }

.superblockslider__button__navigation svg { fill: #fff; }

.superblockslider__controls svg { fill: #fff; }

/* Smash Balloon Instagram
--------------------------------------------- */
#sb_instagram .sbi_follow_btn a { transition: --angle .5s ease-in-out; background: conic-gradient(from var(--angle), #FF8C00, #FDBB58) !important; font-size: 16px; }

#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:active, #sb_instagram .sbi_follow_btn a:focus { box-shadow: 0 3px 6px #00000029 !important; }

#sb_instagram #sbi_load .sbi_load_btn { font-size: 16px; line-height: 1; padding: 10px 20px; background-color: #000; }

.sb_instagram_header { display: none; }

div#sbi_images { padding: 40px 0 60px !important; }

/*--------------------------------------------------------------
# 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: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #FF8C00; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus { outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; }

.alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-left: 1.5em; margin-bottom: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }

/*# sourceMappingURL=style.css.map */