/*!
Theme Name: nwbb_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: nwbb_theme
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.

nwbb_theme 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,
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: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;
}



/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

:root {
    --black: #343434;
    --yellow: #FFDC72;
    --red: #E5312B;
    --white: #FFFFFF;
    --lightgrey: #F9F9F9;
    --montseratt: "Montserrat", sans-serif;
}


* {
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: var(--montseratt);
    background-color: #f4f4f4;
    color: var(--darkblue);
    overflow: auto;
    overflow-x: hidden;
}

.post,
.page {
    margin: 0;
}

#page {
    max-width: 1800px;
    margin: auto;
    background-color: var(--white);
}

p {
    font-family: var(--montseratt);
    font-size: 0.9em;
    line-height: 1.6em;
    color: var(--darkblue);
    margin-bottom: 15px;
    text-rendering: geometricPrecision;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--montseratt);
}

h1 {
    font-size: 3.5em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 850;
}


h2 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 800;
}


h3 {
    font-size: 1.7em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 800;
}


h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

h6 {
    color: var(--red);
    font-size: 1.1em;
}



p strong,
p b,
strong,
b {
    font-family: var(--montseratt);
    text-rendering: geometricPrecision;
}


a {
    text-decoration: none;
    color: var(--lightblue);
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
}

header#masthead a {
    text-decoration: none;
}


li {
    list-style-type: none;
}


section div ul,
section div ol {
    margin: 0 0 15px 15px;
}

section div ul li {
    color: var(--darkblue);
    font-size: 0.9em;
    list-style-type: disc;
    text-rendering: geometricPrecision;
}

section div ol li {
    color: var(--darkblue);
    font-size: 0.9em;
    list-style-type: numbers;
    text-rendering: geometricPrecision;
}



header#masthead .main-navigation {
    width: auto;
}





/* ******************************************************
    Buttons
*********************************************************/

a.red-button button {
    border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    transition: all 0.5s ease;
}

a.red-button button span {
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.5s ease;
}

a.red-button:hover button,
a.red-button:focus button {
    background: var(--black);
    cursor: pointer;
    transition: all 0.5s ease;
}

a.yellow-button button {
    border-radius: 25px;
    border: 0;
    background: var(--yellow);
    padding: 12px 36px;
    cursor: pointer;
    transition: all 0.5s ease;
}

a.yellow-button button span {
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--black);
    transition: all 0.5s ease;
}

a.yellow-button:hover button,
a.yellow-button:focus button {
    background: var(--black);
    cursor: pointer;
    transition: all 0.5s ease;
}

a.yellow-button:hover button span,
a.yellow-button:focus button span {
    color: var(--white);
}





/* ******************************************************
    Header, Nav, Menus...
*********************************************************/

header#masthead div.menu-primary-menu-container {
    display: block;
}

header#masthead div.menu-secondary-menu-container {
    display: block;
}

header#masthead div.menu-mobile-menu-container {
    display: none;
}

header#masthead {
    position: fixed;
    top: 30px;
    width: 100%;
    height: 70px;
    background: var(--lightgrey);
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width: 1800px;
    margin: auto;
}

header#masthead .main-navigation {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 25px;
    padding: 24px 0;
    transition: all 0.3s ease;
    position: relative;
}


header#masthead .main-navigation ul li a {
    color: var(--black);
    font-size: 0.9em;
    font-weight: 500;
    font-family: var(--montseratt);
    transition: all 0.3s ease;
    position: relative;
    transition: all 0.3s ease-in-out;
}

header#masthead .main-navigation ul li a:before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: var(--red);
    transition: all 0.3s ease-in-out;
}

header#masthead .main-navigation ul li ul li a:hover:before{
	display:none;
}


header#masthead .main-navigation ul li a:hover:before {
    width: 100%;
}

header#masthead .main-navigation ul li:hover a,
header#masthead .main-navigation ul li:focus a {
    background-position: 0%;
    color: var(--red);
    transition: all 0.3s ease-in-out;
}

header#masthead .main-navigation ul li.menu-item-has-children {
    padding-right: 15px;
}

header#masthead .main-navigation ul li.menu-item-has-children:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid var(--lightblue);
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 6px);
}

header#masthead .main-navigation ul li ul li {
    padding: 5px 0;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a{
    color: var(--black);
    font-size: 0.9em;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a,
header#masthead .main-navigation ul li:hover ul li a,
header#masthead .main-navigation ul li:focus ul li a {
    color: var(--black);
    font-size: 0.9em;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li:hover a,
header#masthead .main-navigation ul li ul li:focus a {
    color: var(--red);
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul ul {
    background: var(--lightgrey);
    display: block;
    margin-left: -15px;
	box-shadow: none;
    padding: 0 0 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header#masthead .main-navigation ul ul:before {
    content: " ";
    width: calc(100% + 10px);
    height: 12px;
    margin-left: -5px;
    background: var(--lightgrey);
    position: absolute;
    margin-top: -12px;
}

header#masthead a.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top: 7px;
}

header#masthead a.custom-logo-link img.custom-logo {
    width: auto;
    height: 100px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

header#masthead .top-nav {
    max-width: 1800px;
    position: absolute;
    top: -30px;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: black;
    z-index: 0;
    padding: 0 8%;
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
}

header#masthead .top-nav a svg{
    width: 17px;
    margin-top: 9px;
    margin-right: 13px;
    stroke: var(--yellow);
}

header#masthead .top-nav a svg:hover{
    stroke: var(--white);
}

header#masthead .top-nav span.swpm_mini_login_login_here a{
	color: var(--white);
	padding-left: 20px;
}

header#masthead .top-nav .swpm_mini_login_wrapper a{
	color: var(--white);
	padding-left: 20px;
	margin: 2px 4px 0;
}

header#masthead .top-nav .swpm_mini_login_wrapper a.member-login-link{
	font-size: 0.75em;
}

header#masthead .top-nav .swpm_mini_login_wrapper::before {
    content: "";
    background-color: var(--white);
    height: 58%;
    width: 1.5px;
    position: absolute;
     top: 50%;
    transform: translateY(-50%);
}

header#masthead .top-nav .swpm_mini_login_wrapper span:first-child{
	margin-left: 15px;
}

header#masthead .top-nav .swpm_mini_login_wrapper a:focus,
header#masthead .top-nav .swpm_mini_login_wrapper a:hover,
header#masthead .top-nav a.members-area-link{
    text-decoration: underline;
    transition: all 0.3s ease;
}


header#masthead .top-nav .swpm_mini_login_wrapper span{
	color: var(--white);
	font-size: 0.75em;
	margin: 2px 4px 0;
}

header#masthead .top-nav span.swpm_mini_login_profile a,
header#masthead .top-nav span.swpm_mini_login_logout a{
	color: var(--yellow);
	padding-left: 5px;
}

header#masthead .top-nav a.members-area-link{
	color: var(--yellow);
    font-size: 0.75em;
    margin: 2px 4px 0;
	text-decoration: none;
	padding-left: 5px;
}

header#masthead .top-nav span.swpm_mini_login_profile:hover a,
header#masthead .top-nav span.swpm_mini_login_logout:hover a,
header#masthead .top-nav a.members-area-link:hover{
	text-decoration: underline;
    transition: all 0.3s ease;
}

header#masthead .top-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin: 0;
}

header#masthead .top-nav ul li {
    margin: 2px 15px 0 15px;
    padding: 0;
    transition: all 0.3s ease;
}


header#masthead .top-nav ul li a {
    color: var(--yellow);
    font-size: 0.75em;
    transition: all 0.3s ease;
}

header#masthead .top-nav ul li a:hover,
header#masthead .top-nav ul li a:focus {
    text-decoration: underline;
    transition: all 0.3s ease;
}


header#masthead .main-navigation .nav-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-left: 25px;
}

header#masthead .main-navigation ul#primary-rhs-menu {
    margin-left: 25px;
}

header#masthead .main-navigation .nav-rhs-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.menu-primary-menu-rhs-container{
	display: none;
}

/* ******************************************************
    Content
*********************************************************/

section.home-hero {
    padding: 100px 8% 70px;
}

section.home-hero h1{
    font-size: 4em;
}

section.home-hero .text-wrapper {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0 40px;
}

section.home-hero .text-wrapper h2 {
    font-size: 1.8em;
    text-transform: unset;
    font-weight: 500;
    margin-bottom: 15px;
}

section.home-hero .box-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

section.home-hero .box-wrapper .box {
    width: calc(100% / 3);
    height: 300px;
    text-decoration: none;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
}

section.home-hero .box-wrapper .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    z-index: 1;
    pointer-events: none;
}

section.home-hero .box-wrapper .box h5 {
    position: relative;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: var(--white);
    display: flex;
    gap: 20px;
    align-items: center;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
}

section.home-hero .box-wrapper .box h5::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('http://localhost/nwbb/wp-content/uploads/2024/10/arrow-icon.png') no-repeat center center;
    background-size: contain;
}

section.home-hero .box-wrapper .box:hover h5 {
    inset: auto auto 50px 30px;
    transition: inset 0.3s ease-out;
}


section.home-hero .box-wrapper .box p {
    position: absolute;
    opacity: 0;
    z-index: 3;
    color: var(--white);
    max-width: 80%;
    transition: opacity 0.3s ease-out, inset 0.3s ease-out;
    inset: 155px auto 20px 30px;
}

section.home-hero .box-wrapper .box:hover p {
	font-weight: 500;
    opacity: 1;
    transition: opacity 0.3s 0.1s ease-in;
    inset: 55px auto 20px 30px;
}

section.home-hero .box-wrapper .box:hover::before {
    transition: 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
}

.material-symbols-outlined {
    vertical-align: middle;
}

section.about-us{
    padding: 70px 8%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

section.about-us .lhs-wrapper{
    width: 30%;
    min-width: 450px;
    position: relative;
    padding-left: 30px;
}

section.about-us .lhs-wrapper::before{
    content: "";
    background-color: var(--red);
    height: calc(100% - 55px);
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
}

section.about-us .rhs-wrapper{
    width: 70%;
    display: flex;
    flex-direction: row;
    gap: 20px;
	flex-wrap: wrap;
}

section.about-us .rhs-wrapper .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: calc((100% / 3) - 14px);
	background-color: var(--lightgrey);
    border-radius: 10px;
    padding: 15px 10px;
}

section.about-us .rhs-wrapper .box p{
    font-size: 0.85em;
	margin-bottom: 0;
}

section.about-us .rhs-wrapper .box img{
    width: 35px;
}

section.about-us .rhs-wrapper .box .image-wrapper{
    background-color: var(--yellow);
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.page-template-tpl_about .centered-heading {
    padding: 0px 8% 70px;
   max-width: 100%; 
}

section.about-slider{
	padding: 70px 8%;
}

section.about-slider ul.glide__slides{
	    border-radius: 15px;
}

section.about-slider ul.glide__slides li{
	padding: 70px 8%;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    border-radius: 15px;
    background-color: #F9F9F9;
	display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

section.about-slider ul.glide__slides li .text{
 width: 50%;
}

section.about-slider ul.glide__slides li .text p{
	font-size: 1em;
}

section.about-slider ul.glide__slides li img{
	border-radius: 10px;
	max-height: 300px;
	    width: 50%;
	object-fit: cover;
}

section.about-slider .glide__track{
max-width: 1400px;
	margin: auto;
}

section.about-slider .glide2{
	position: relative;
}

section.about-slider .glide__arrows{
    position: absolute;
    top: 50%;
    width: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
}

section.about-slider .glide__arrows .glide__arrow{
	transform: unset;
}

section.about-slider .glide__arrows svg {
    fill: red;
		    width: 35px;
    stroke: red;
}



section.stats-banner {
    margin: 0px 8% 70px;
    padding: 28px;
    background-color: var(--red);
    border-radius: 15px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.stats-banner .stat{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: calc((100% / 4) - 15px);
}

section.stats-banner .stat h2{
    color: var(--white);
    font-size: 2em;
}
section.stats-banner .stat h5{
    text-transform: capitalize;
    color: var(--white);
    font-weight: 500;
    font-size: 1.1em;
}





/* SECTION  NUMBERS */

.numbers{
	padding:40px 0;
}

.numbers .flex{
	flex-wrap:wrap;
	justify-content: space-between;
}

.numbers .number-item{
	width:45%;
	padding:20px 0;
	text-align:center;
	font-size:1.4em;
}
.numbers .number-item h2{
	font-weight:500;
}

.numbers .number-item h6{
	font-weight:300;
	text-transform:uppercase;
	font-size:12px;
}

section.partners{	
	padding: 30px 0;	
    position: relative;
}

section.partners h2 {
    position: absolute;
    z-index: 1;
    background-color: var(--white);
    padding: 20px 20px 20px 8%;
    width: 350px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.5em;
}

section.partners h2::before{
    content: "";
    background-color: var(--red);
    height: calc(100%);
    width: 3px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

section.partners ul {
    align-items: center;
}

section.partners ul li{
	text-align:center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.partners ul li img{
	margin:0 auto;
    max-width: 120px;
}

.centered-heading{
    padding: 0px 8% 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: auto;
}

.centered-heading img {
    height: 50px;
    margin-bottom: 10px;
}

section.how-to-support{
    padding: 70px 8%;
}

section.how-to-support .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

section.how-to-support .wrapper .lhs{
    background-color: var(--red);
    border-radius: 15px;
    padding: 50px;
    width: 50%;
    color: var(--white);
}

section.how-to-support .wrapper .rhs{
    background-color: var(--yellow);
    border-radius: 15px;
    padding: 50px;
    width: 50%;
}

section.how-to-support .wrapper .lhs h3 p,
section.how-to-support .wrapper .rhs h3 p{
line-height: 1.4em;
}

section.how-to-support .wrapper .lhs h3 p span,
section.how-to-support .wrapper .lhs p span{
    color: var(--yellow);
}

section.how-to-support .wrapper .lhs p,
section.how-to-support .wrapper .lhs ul li {
    font-weight: 550;
}

section.how-to-support .wrapper .lhs .lhs-h3 p{
    font-weight: 800;
}

section.how-to-support .wrapper .lhs p span{
    font-weight: 800;
}

section.how-to-support .wrapper .rhs h3 p span{
    color: var(--red);
}

.page-template-front-page section.banner{
	    margin: 0px 8%;
}

section.banner{
    margin: 70px 8%;
    padding: 40px;
    background-color: var(--red);
    color: var(--white);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 15px;
}

section.banner h2 span{
    color: var(--yellow);
}

section.banner h2{
    font-size: 1.7em;
}

section.banner h2 p{
    line-height: 1.1em;
    font-weight: 800;
}
section.banner p{
font-weight: 500;
margin-bottom: 0;
}

section.banner .button{
    min-width: 160px;
}
/* ******************************************************
    Events
*********************************************************/
section.events .container h3{
	font-size: 1.1em;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

section.events .container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

section.events .container .event-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    width: calc((100% / 3) - 15px);
	padding: 30px;
	border-radius: 10px;
	transition: 0.3s ease all;
}

section.events .container .event-item p {
    margin-bottom: 5px;
}

section.events .container .event-item:hover {
    background-color: var(--yellow);
	transition: 0.3s ease all;
}

section.single-event{
    padding: 170px 8% 70px;
    max-width: 1500px;
    margin: auto;
}

section.single-event h1{
    font-size: 3.5em;
    max-width: 700px;
    margin: auto;
}

section.single-event h1,
section.single-event h6{
    text-align: center;
}

section.single-event iframe{
    width: 100%;
    margin: 30px 0;
}

section.single-event strong{
    padding: 0 5px 0 0 ;
}

section.single-event img{
        margin: 40px auto;
        display: flex;
}

section.events{
    padding: 70px 8%;
}

section.events .wrapper{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    gap: 15px;
}

section.events .wrapper .post{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    width: calc((100% / 4) - 15px);
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease;
}

section.events .wrapper .post img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    height: 250px;
}

section.events .wrapper .post .date{
    position: absolute;
    top: 205px;
    right: 15px;
    background-color: var(--white);
    padding: 5px 10px;
    border-radius: 25px;
    color: var(--red);
    font-weight: 600;
    font-size: 0.85em;
}

section.events .wrapper .post .text h3{
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

section.events .wrapper .post .text p{
    font-size: 0.8em;
}

section.events .wrapper .post .text{
    padding: 20px;
}

section.events .wrapper .post button{
    border-radius: 25px;
    border: 0;
    background: var(--yellow);
    padding: 12px 36px;
    cursor: pointer;
    transition: all 0.5s ease;
}

section.events .wrapper .post span{
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--black);
    transition: all 0.5s ease;
}

section.events .wrapper .post:hover{
    transform: scale(1.02);
    transition: all 0.5s ease;
}

section.events .wrapper .post:hover button,
section.events .wrapper .post:focus button {
    background: var(--black);
    cursor: pointer;
    transition: all 0.5s ease;
}

section.events .wrapper .post:hover span,
section.events .wrapper .post:focus span {
    color: var(--white);
}

section.events .all-posts-button{
    display: flex;
    align-items: center;
    margin: 40px auto 0;
    text-decoration: none;
    justify-content: center;
}

section.events .news-button {
    position: relative;
    color: var(--red)!important;
    transition: all 0.5s ease;
}

section.events .news-button::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--red);
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.5s ease;
}

section.events .wrapper .post:hover .news-button,
section.events .wrapper .post:focus .news-button {
    color: var(--black)!important;
    cursor: pointer;
    transition: all 0.5s ease;
}

section.events .wrapper .post:hover .news-button::after{
    background-color: var(--black);
    transition: all 0.5s ease;
}

/** EVENTS *******/

#tribe-events-pg-template {
    padding: 130px 8% 70px;
}

.tribe-events-back {
        margin-bottom: 20px;
    }

.tribe-events-back a, .tribe-events-back a:visited {
    color: var(--red);
    font-family: var(--montseratt);
    font-size: var(--tec-font-size-3);
    font-weight: 600;
}

.tribe-events-back a:hover{
	color: var(--black);
	transition: 0.3s ease all;
}
abbr[title] {
    text-decoration: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 120px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common .tribe-common-c-btn-border{
	border-radius: 25px;
	text-transform: uppercase!important;
    border: 0;
    background: var(--red);
    padding: 10px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.5s ease;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path,
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path{
	fill: var(--black);
}

.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg:hover path,
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg:hover path{
	fill: var(--red);
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    opacity: .4;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
    width: 50px;
}

.tribe-common .tribe-common-c-svgicon,
.tribe-events-meta-group a,
.tribe-events-event-meta a:visited{
    color: var(--red);
}

.tribe-events .tribe-events-c-messages__message {
    background-color: var(--lightgrey);
}

.tribe-common .tribe-common-h--alt{
    color: var(--tec-color-text-primary);
    outline: 0;
    text-decoration: none;
    font-family: var(--montseratt);
    font-weight: 550;
    font-size: 1em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after:hover,
.tribe-events .datepicker .day.active{
		 background: var(--red)!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common .tribe-common-c-btn-border:focus{
	background-color: var(--black)!important;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop,
.tribe-events-single-event-title{
	font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 750;
	font-family: var(--montseratt);
}

.tribe-events-single-event-title{
	font-size: 2em;
}
.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: 1px solid var(--red);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 20px 0;
}

    .tribe-events-schedule {
        margin: 10px 0 0;
        font-family: var(--montseratt);
    }

.tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused{
	background: var(--red);
}
.tribe-events .datepicker .month.current,
.tribe-events .datepicker .month:hover{
	background: #e5312b1a;
}

.tribe-events-venue-map {
        margin-top: 20px;
        order: 1;
        width: 100%;
    }
.tribe-events-venue-map>iframe {
        max-height: 1000%;
    }
.tribe-events-event-meta.secondary {
        width: 100%;
    }

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events .tribe-events-calendar-month__day-cell--selected{
    background-color: var(--red);
}

.tribe-events-c-subscribe-dropdown__container{
	display:none!important;
}


section.awards{
    padding: 70px 8%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;

}

section.awards img{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    border-radius: 15px;
    background-color: var(--white);
    width: calc((100% / 3) - 20px);
    padding: 25px;
    object-fit: contain;
}

/* general slider styles */

ul.glide__slides,
ul.glide__slides li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.glide__arrow {
    color: transparent;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: var(--lightblue) 3px solid;
    transition: all 0.3s ease;
}


.glide__arrow:hover,
.glide__arrow:focus {
    border: var(--darkblue) 3px solid;
    transition: all 0.3s ease;
}

.glide__arrow--right {
    right: -25px;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.glide__arrow--left {
    left: -25px;
    border-right: 0 !important;
    border-top: 0 !important;
}

/* end of slider */

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme textarea{
    border: none;
    border-radius: 6px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px!important;
}

.gform_wrapper.gravity-theme .gform_footer input{
        border-radius: 25px;
        border: 0;
        background: var(--red);
        padding: 12px 36px;
        cursor: pointer;
        text-rendering: geometricPrecision;
        font-family: var(--montseratt);
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 0.85em;
        text-transform: uppercase;
        color: var(--white);
        transition: all 0.5s ease;
    }
    
    .gform_wrapper.gravity-theme .gform_footer input:hover,
    .gform_wrapper.gravity-theme .gform_footer input:focus {
        background: var(--black);
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        font-size: 0.9em!important;
        font-weight: 500!important;
        margin-bottom: 4px!important;
    }

    .gform_wrapper.gravity-theme .gform_heading {
        display: none;
    }

    /* ******************************************************
    About Us
*********************************************************/
section.about-hero {
    padding: 170px 8% 70px;
}
section.about-hero .text-wrapper{
    background-color: var(--white);
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 15px solid var(--yellow);
    max-width: 550px;
}

section.about-hero .text-wrapper p{
    margin-bottom: 0;
}

section.meet-team{
    padding: 20px 8%;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

section.meet-team .lhs{
    width: 70%;
    padding-left: 30px;
    position: relative;
}

section.meet-team .lhs p{
	max-width: 600px;
}

section.meet-team .lhs::before {
    content: "";
    background-color: var(--red);
    height: calc(100% - 55px);
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
}

section.meet-team .team-stats{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 290px;
}

section.meet-team .team-stats .stat{
    width: calc(50% - 5px);
    background-color: var(--yellow);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.meet-team .team-stats .stat h5 {
    font-size: 0.85em;
    font-weight: 500;
    margin-bottom: 0;
}

section.meet-team .team-stats .stat h2 {
    font-size: 2em;
    font-weight: 750;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

section.how-to-volunteer{
    padding: 70px 8%;

}

section.how-to-volunteer .volunteer-methods{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
section.how-to-volunteer .volunteer-methods .method{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

section.how-to-volunteer .volunteer-methods .method:nth-child(even){
    flex-direction: row-reverse;
}

section.how-to-volunteer .volunteer-methods .method img{
    width: 40%;
    border-radius: 15px;
    object-fit: cover;
}

section.how-to-volunteer .volunteer-methods .method .wrapper{
    width: calc(60% - 40px);
}

section.how-to-volunteer .volunteer-methods .method .wrapper .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

section.how-to-volunteer .volunteer-methods .method .wrapper .container h4{
    text-transform: uppercase;
}

section.how-to-volunteer .volunteer-methods .method .wrapper .container h5{
    color: var(--red);
    text-transform: unset;
    font-weight: 500;
}

section.gallery{
	padding: 30px 8% 70px;
}
section.gallery .centered-heading {
    padding: 0;
}

section.gallery .container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

section.gallery .mySlides {
  display: none;
  text-align: center;
}

section.gallery .mySlides img {
    max-height: 550px;
    object-fit: cover;
	border-radius: 10px;
}

section.gallery .prev,
section.gallery .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    background: var(--black);
    user-select: none;
    -webkit-user-select: none;
    transform: translateY(-50%);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.gallery .prev {
  left: 10px;
}

section.gallery .next {
  right: 10px;
}

section.gallery .prev:hover,
section.gallery .next:hover {
  background-color: var(--red);
}

section.gallery .numbertext {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
}

section.gallery .row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

section.gallery .column {
  flex: 0 0 auto;
  width: calc(16.66% - 10px); 
}

section.gallery .demo {
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
  border: 2px solid transparent;
	height: 110px;
    object-fit: cover;
    border-radius: 5px;
}

section.gallery .demo:hover,
section.gallery .active {
  opacity: 1;
  border-color: var(--red);
}


/* ******************************************************
    Meet the Team
*********************************************************/
section.image-hero{
	padding: 200px 8% 70px;
    position: relative;
    border-bottom: 10px solid var(--red);
}
section.image-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
}
section.image-hero .text-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 850px;
    z-index: 2;
    position: relative;
    margin: auto;
}

section.image-hero .text-wrapper h1 {
    color: var(--white);
    text-align: center;
	font-size: 2.8em;
}

section.image-hero .text-wrapper h1 p{
    line-height: 1.1em;
}

section.image-hero .text-wrapper h1 span{
    color: var(--yellow);
    display: block;
}

section.image-hero .text-wrapper img{
    width: 70px;
    margin: auto;
}

section.meet-us{
    padding: 70px 12% 0;
}

section.meet-us .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
    row-gap: 50px;
    padding-bottom: 140px;
}

.page-template-tpl_meet-bikes section.meet-us .cards {
	padding-bottom: 30px;
}

section.meet-us .cards .container {
    display: flex;
    flex-direction: column;
    width: calc((100% / 5) - 24px); 
}

section.meet-us .cards .card {
    width: 100%; 
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

section.meet-us .cards .card img {
    width: 100%;
    height: 300px;
	object-fit: cover;
    display: block;
    background-color: var(--lightgrey);
    border-radius: 10px;
}

section.meet-us .cards .card .bio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 15px;
    box-sizing: border-box;
}

section.meet-us .cards .card .bio-overlay p{
    position: relative;
    padding-left: 15px;
    font-weight: 500;
}

section.meet-us .cards .card .bio-overlay p::before {
    content: "";
    background-color: var(--red);
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
}

section.meet-us .cards .card:hover .bio-overlay {
    opacity: 1;
}

section.meet-us .cards .wrapper {
    margin-top: 10px;
    text-align: start;
    display: flex;
	flex-direction: column;
    gap: 0px;
}

section.meet-us .cards .wrapper h6.black {
    color: var(--black);
    margin: 0;
	    font-size: 1em;
	font-weight: 600;
}

section.meet-us .cards .wrapper h6.black.small {
	    font-size: 0.9em;
	font-weight: 400;
}

section.meet-us .cards .wrapper h6 {
    margin: 0;
    font-weight: 500;
    font-size: 0.9em;
	word-wrap: break-word;
}


/* ******************************************************
    Explore Bikes
*********************************************************/
.page-template-tpl_meet-bikes section.meet-us .cards .wrapper{
    flex-direction: column;
    gap: 0;
}
.page-template-tpl_meet-bikes section.meet-us .cards .wrapper h6 p{
    margin-bottom: 0;
	    font-size: 1.2em;
    font-weight: 600;
}
.page-template-tpl_meet-bikes section.meet-us .cards .wrapper h6.black p{
    margin-bottom: 0;
	    font-size: 0.9em;
    font-weight: 500;
}

.page-template-tpl_meet-bikes section.meet-us .cards .card img {
   object-fit: cover;
    height: 300px;
}



/* ******************************************************
    Sponsors
*********************************************************/
section.sponsors{
    padding: 70px 8%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
}

section.sponsors a {
    width: calc((100% / 5) - 40px);
    display: flex;
}

section.sponsors a img{
    object-fit: contain;
}

/* ******************************************************
    Donate
*********************************************************/
section.donation-options {
    position: relative;
    z-index: 2;
    background-color: var(--white);
    padding: 50px;
    margin: 0 auto 70px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    border-radius: 15px;
    max-width: 1000px;
}

section.donation-options .box-container{
    display: flex;
	flex-direction: row;
	gap: 40px;
}
section.donation-options .bank-transfer{
    max-width: 500px;
	padding: 30px 0 0;
}

section.donation-options .bank-transfer p strong{
	color: var(--red);
}

section.donation-options .box-container .danation-button{
width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 40px;
    border: 0;
    background: var(--red);
    padding: 5px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
	text-decoration: none;
    transition: all 0.5sease;
}


section.donation-options .box-container .danation-button:hover{
	background-color: var(--black);
	color: var(--white);
	    transition: all 0.5sease;
}

section.donation-options .box-container .danation-button img{
	height: 35px;
	padding: 5px;
	background-color: var(--white);
	border-radius: 20px;
}

section.donation-options h3{
	padding: 30px 0 8px;
}

section.donation-options .box-container.second{
	padding-top: 30px;
}

section.donation-options .box-container.second .box a{
	color: var(--red);
	font-weight: 550;
}

section.donation-options .box-container.second .box a:hover{
	color: var(--black);
}

section.donation-options address {
    font-style: normal;
    font-size: 0.9em;
    font-weight: 300;
}



/* ******************************************************
    Forms
*********************************************************/
section.form-hero{
    padding: 170px 8% 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--yellow);
    text-align: center;
}

section.form-hero p{
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

section.form-hero .stripe{
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: var(--yellow);
}

section.form {
    position: relative;
    z-index: 2;
    padding: 50px;
    margin: 0 auto 70px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    border-radius: 15px;
    background-color: var(--white);
    max-width: 1000px;
}

.gform_wrapper.gravity-theme .gfield input.large{
    background-color: #F3F3F3;
}

.gform_wrapper.gravity-theme .gfield textarea.large{
    background-color: #F3F3F3;
}

section.get-in-touch-form{
    padding: 0px 8% 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

section.get-in-touch-form .lhs{
        max-width: 500px;
        padding-left: 30px;
        position: relative;
}

section.get-in-touch-form .lhs::before {
    content: "";
    background-color: var(--red);
    height: calc(100% - 10px);
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
}

section.get-in-touch-form .rhs{
    width: calc(100% - 500px);
    background-color: var(--yellow);
    padding: 40px;
    border-radius: 15px;
max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 400px;
}

section.get-in-touch-form .rhs p{
	display: flex;
    flex-direction: row;
    gap: 2px;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin-bottom: 0;
}

section.get-in-touch-form .rhs a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--red);
    font-weight: 600;
}

section.get-in-touch-form .rhs a svg{
    height: 20px;
}

.page-id-291 section.form-hero{
    background-color: var(--red);
}

.page-id-291 section.form-hero h1,
.page-id-291 section.form-hero p{
    color: var(--white);
}

.page-id-291 section.form-hero .stripe{
    background-color: var(--red);
}

.page-template-front-page .gform_wrapper.gravity-theme .gfield textarea.large,
.page-template-front-page .gform_wrapper.gravity-theme .gfield input.large{
    background-color: #FFFFFF;
}

section.contact-extra{
	padding: 0px 8% 70px;
}

section.contact-extra p{
	margin-bottom: 10px;
}

/* ******************************************************
    Basic
*********************************************************/

section.basic-content{
position: relative;
    z-index: 2;
    padding: 50px;
    margin: 0 auto 70px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    border-radius: 15px;
    background-color: var(--white);
    max-width: 1000px;
}

section.basic-content h6 {
    color: var(--black);
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.3em;
}

/* ******************************************************
    Shop Archive 
*********************************************************/
section.about-hero.shop-hero .text-wrapper {
    margin: auto;
    text-align: center;
}
section.about-hero.shop-hero .text-wrapper .woocommerce-breadcrumb {
    padding: 0;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 5px;
}
section.about-hero.shop-hero .text-wrapper .woocommerce-breadcrumb a{
    color: var(--red);
    text-decoration: none;
}

.woocommerce ul.products {
    margin: 70px 8%;
}

.woocommerce .woocommerce-result-count {
    margin: 50px 0 50px 8%;
}
.woocommerce .woocommerce-ordering {
    margin: 50px 8% 50px 0;
}

.woocommerce .woocommerce-ordering select {
    border: none;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--lightgrey);
    font-family: var(--montseratt);
	font-size: 0.9em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    text-transform: capitalize;
    padding: 0 20px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    padding: 0 20px;
    color: var(--red);
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 1.3em;
}

.woocommerce-message {
    border-top-color: var(--black);
    margin: 0 12% 40px;
    background: var(--lightgrey);
    border-bottom-right-radius: 10px;
	font-size: 0.9em;
}

.woocommerce-message::before {
    color: var(--red);
}
.woocommerce div.product form.cart .variations select {
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 5px;
    background: white;
    font-family: var(--montseratt);
}
.woocommerce div.product form.cart .variations td{
	line-height: 0;
}

.woocommerce div.product form.cart .reset_variations{
	line-height: 2em;
}

.woocommerce-page .woocommerce-message .button{
    border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    margin-left: 10px;
    transition: all 0.5s ease;
}


.woocommerce-page .woocommerce-message .button:hover{
	background-color: var(--black);
	color: var(--white);
}

article#post-8 {
    padding: 150px 12% 70px;
}

article#post-8 h1{
	font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 800;
}

.woocommerce-cart table.cart th{
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.woocommerce-cart table.cart td{
	    text-transform: capitalize;
}

.woocommerce-cart table.cart td a{
	text-decoration: none;
}
.woocommerce-cart table.cart td input[type="number"]{
border: none;
    border-radius: 3px;
    padding: 6px;
    background: var(--lightgrey);
}

form.woocommerce-cart-form button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
form.woocommerce-shipping-calculator button,
.woocommerce-page #payment #place_order{
	border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    margin-left: 10px;
    transition: all 0.5s ease;
	text-decoration: none;
}

form.woocommerce-cart-form button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
form.woocommerce-shipping-calculator button:hover,
.woocommerce-page #payment #place_order:hover{
	background-color: var(--black);
	color: var(--white);
	    transition: all 0.5s ease;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    border: none;
    background-color: var(--lightgrey);
    width: 150px;
    border-radius: 50px;
    padding: 13px 14px 5px;
    font-family: var(--montseratt);
    margin: 0 4px 0 0px;
    font-size: 0.9em;
    outline: 0;
}

.woocommerce-cart .cart-collaterals  input[type="text"],
.select2-container--default .select2-selection--single{
	border: none;
	font-size: 1em;
	padding: 10px;
	font-family: var(--montseratt);
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: center;
}

.woocommerce table.shop_table td {
    border-top: 0.5px solid #eeeded;
}

.woocommerce-cart table.cart img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: none;
}

td.product-subtotal span.woocommerce-Price-amount.amount{
font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 50px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 20px 0;
    padding: 20px 0;
    background-color: var(--lightgrey);
    border-radius: 15px;
    text-align: start;
}

.woocommerce-cart .cart-collaterals .cart_totals table th{
	font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.woocommerce-cart aside#secondary{
	display: none;
}

.woocommerce-cart footer.entry-footer,
woocommerce-checkout footer.entry-footer{
    display: none;
}

article#post-9 {
    padding: 150px 8% 70px;
}

.woocommerce-info{
	border-top: var(--black);
	background-color: var(--lightgrey);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.woocommerce-checkout aside#secondary{
	display: none;
}

.woocommerce-checkout #payment {
    background: var(--lightgrey);
    border-radius: 5px;
}

.woocommerce-info::before {
    color: var(--red);
}

.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single {
	background-color: var(--lightgrey);
	border: none;
	font-family: var(--montseratt);
	padding: 7px;
    font-size: 1em;
}

form.checkout.woocommerce-checkout h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 15px 0;
    text-transform: capitalize;
    font-weight: 700;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    background: var(--lightgrey);
    border: none;
    padding: 10px;
    font-family: var(--montseratt);
    font-size: 1em;
}
.woocommerce-checkout footer.entry-footer{
	display: none;
}




/* ******************************************************
    Account
*********************************************************/
.woocommerce-account .woocommerce {
    padding: 50px;
    background-color: var(--lightgrey);
    margin: 120px 8% 70px;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p{
    color: var(--black);
}

.woocommerce-MyAccount-navigation-link a{
    font-family: var(--figtree);
    color: var(--black);
    text-decoration: none;
}

.woocommerce-account .woocommerce-Address-title  h2 {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
}

.woocommerce-account .woocommerce-info .button,
.woocommerce-account a.button,
.woocommerce-account button,
.page-id-8 a.button.wc-backward{
	    border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.5s ease;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: white!important;
}

.woocommerce-account aside#secondary,
.woocommerce-account footer.entry-footer{
	display:none;
}

li.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link:hover a{
    color: var(--red);
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
padding: 10px 0;
}

.woocommerce-MyAccount-content a{
    font-family: var(--figtree);
    color: var(--red);
}

.woocommerce-info {
    border-top-color: var(--red);
}

.woocommerce-info::before{
    color: var(--red);
}

.woocommerce-account .addresses .title h3 {
    font-family: var(--figtree);
    text-transform: capitalize;
}

.woocommerce form .form-row .required {
    color: var(--red);
}

.woocommerce form .form-row input,
.woocommerce-page form .form-row .input-text,
.select2-container--default .select2-selection--single {
    border: none;
    padding: 10px!important; 
    height: auto;
}

fieldset {
    padding: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}


body.single-product .woocommerce-variation-price {
    margin-bottom: 25px;
    font-size: 1.5rem;
}


/* ******************************************************
    Shop Single Product 
*********************************************************/

.woocommerce .woocommerce-breadcrumb {
    padding: 150px 12% 10px;
}
.woocommerce div.product {
    padding: 0px 12% 70px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 450px;
}

.woocommerce div.product div.images img{
    margin: 15px;
}

.woocommerce div.product div.summary {
    background-color: var(--lightgrey);
    padding: 40px;
    border-radius: 15px;
}

.woocommerce div.product .product_title {
    text-transform: capitalize;
    font-size: 2.2em;
    font-weight: 750;
}

.woocommerce div.product p.price {
    color: var(--red);
    font-weight: 700;
    font-size: 1.7em;
}

.woocommerce p.product-sku {
    font-weight: 550;
}

.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button{
    border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    margin-left: 10px;
    transition: all 0.5s ease;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
    background: var(--black);
    cursor: pointer;
    transition: all 0.5s ease;
}

.woocommerce div.product form.cart {
    display: flex;
	flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 0;
	gap: 10px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
}

.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 1000px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    font-size: 1em;
    padding: 12px 6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f8f8f8;
    border-bottom-color: white;
    background-color: #f8f8f8;
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{   
    border: 1px solid #EBEBEB;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0!important;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 25px;
}

.woocommerce div.product .woocommerce-tabs .panel h2{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
} 

.woocommerce aside#secondary {
    display: none;
}

.single-product ul.products {
    margin: 30px 0 0!important;
}

.single-product section.related.products h2 {
    padding: 70px 0 20px;
}

a.added_to_cart.wc-forward {
    padding: 8px auto;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: var(--red);
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 0 0 50px !important;
	border: 1px solid var(--black);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--black);
    color: white;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a{
padding: 13px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid var(--black);
}

/* ******************************************************
    Members Home
*********************************************************/
section.form-hero.red{
	background-color: var(--black);
	color: var(--white);
}

section.form-hero.red h1{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
	font-size: 3em;
}

section.form-hero.red .update-link{
	color: var(--yellow);	
}

section.form-hero.red .update-link:hover{
	color: var(--white);
	
}

section.form-hero.red h1 img{
	height: 50px;
}

section.form-hero.red p{
	font-size: 1.1em;
    font-weight: 600;
}

section.members-main{
	padding: 70px 8%;
}

section.members-main .box-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}

section.members-main .box-wrapper .box{
	background-color: #C7DDB5;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
	width: calc((100% / 4) - 23px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	padding: 20px;
    border-radius: 12px;
	transition: 0.3s ease all;
	text-align: center;
}

section.members-main .box-wrapper .box:nth-child(1){
	background-color: #ccff00;
}
section.members-main .box-wrapper .box:nth-child(3),
section.members-main .box-wrapper .box:nth-child(20){
	background-color: #FFD6E9;
}
section.members-main .box-wrapper .box:nth-child(8),
section.members-main .box-wrapper .box:nth-child(10),
section.members-main .box-wrapper .box:nth-child(21){
	background-color: #DDD5F3;
}
section.members-main .box-wrapper .box:nth-child(14),
section.members-main .box-wrapper .box:nth-child(22),
section.members-main .box-wrapper .box:nth-child(19){
	background-color: #FF9999;
}
section.members-main .box-wrapper .box:nth-child(2),
section.members-main .box-wrapper .box:nth-child(5),
section.members-main .box-wrapper .box:nth-child(6),
section.members-main .box-wrapper .box:nth-child(12){
	background-color: #B5e2ff;
}

section.members-main .box-wrapper .box img{
	height: 50px;
	object-fit: contain;
}

section.members-main .box-wrapper .box:hover{
	background-color: var(--yellow);
	transform: scale(1.01);
	transition: 0.3s ease all;
}

/* ******************************************************
    Members Single
*********************************************************/
.site-map img{
	width: 100%;
}

section.form-hero.red .featured-image{
	background-color: var(--yellow);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    padding: 8px;
    margin: 0 auto 5px;
}

section.members-single-main {
    padding: 70px 8%;
    margin: auto;
    max-width: 1300px;
}

.page-id-508 section.members-single-main iframe{
	width: 100%;
}

.page-id-410 section.members-single-main .cards .card a {
    text-decoration: none;
    font-size: 1.5em;
    text-decoration: underline;
}
.page-id-410 section.members-single-main .cards .card a:hover{
	color: var(--red);
}
.page-id-410 section.members-single-main .cards .card {
    background-color: var(--white);
	box-shadow: none;
}
.page-id-410 section.members-single-main .cards .card:hover {
    background-color: var(--white);
	color: var(--red);
}
section.members-single-main .cards{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}

.woocommerce-checkout #payment div.payment_box{
	background-color: var(--lightgrey);
}

.woocommerce-checkout fieldset {
    border: none;
}

section.members-single-main .cards .card{
	background-color: var(--yellow);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
	width: calc((100% / 4) - 23px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	padding: 20px;
    border-radius: 12px;
	transition: 0.3s ease all;
}

section.members-single-main .cards .card a{
	text-decoration: none;
	font-size: 0.9em;
    font-weight: 500;
	transition: 0.3s ease all;
}

section.members-single-main .cards .card:hover{
	background-color: var(--red);
	transform: scale(1.01);
	transition: 0.3s ease all;
}

section.members-single-main .cards .card:hover a{
	color: var(--white);
	transition: 0.3s ease all;
}

.page-id-427 section.business a{
	color: var(--red);
}

.page-id-427 section.business a:hover{
	color: var(--black);
}

.business-directory{
	margin-top: 30px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.business-directory br{
	display: none;
}
.business-directory a{
	background-color: var(--white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    width: calc((100% / 4) - 23px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease all;
    text-align: center;
	transition: 0.3s ease all;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4em;
}

.business-directory a:hover{
	background-color: var(--yellow);
	transform: scale(1.01);
	transition: 0.3s ease all;
}
	
section.business {
    max-width: 1000px;
    margin: 50px auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 50px;
	background-color: white;
}

section.business img {
    max-width: 400px;
}

.pagination {
    display: inline-block;
    width: 100%;
    margin: 50px auto 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pagination  span.page-numbers.current{
	background-color: var(--black);
	border: 1px solid var(--black);
	padding: 5px 10px;
	color: var(--white);
}

.pagination a.page-numbers {
	background-color: var(--white);
	border: 1px solid var(--black);
	padding: 5px 10px;
	color: var(--black);
	text-decoration: none;
		transition: 0.3s all ease;
}

.pagination a.page-numbers:hover {
	background-color: var(--red);
		color: var(--white);
	border: 1px solid var(--red);
	transition: 0.3s all ease;
}

/* ******************************************************
    Members Login
*********************************************************/
.page-id-515 section.basic-content,
.page-id-517 section.basic-content{
	max-width: 500px;
}


section.basic-content .member-login-form.members-profile form#swpm-profile-form div{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
	row-gap: 25px;
}

section.basic-content .member-login-form.members-profile form#swpm-profile-form div .swpm-form-row {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
	gap: 5px;
}

.swpm-form-input-wrap.swpm-form-username-input-wrap,
.swpm-form-input-wrap.swpm-form-membership-level-input-wrap{
	font-size: 0.9em;
    font-weight: 500;
}

section.basic-content .member-login-form.members-profile form#swpm-profile-form div .swpm-form-row label{
	    font-size: 0.9em !important;
    font-weight: 500 !important;
	font-family:var(--montseratt)!important;
}

.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"], .swpm-edit-profile-form select{
	padding: 8px 10px;
	font-size: 0.85em;
	background-color: #F3F3F3;
    border: none;
    border-radius: 6px;
}

button.swpm-submit.swpm-profile-submit-button.swpm-submit-btn-default-style{
	border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.5s ease;
}

section.basic-content .member-login-form{
	display: flex;
	flex-direction: column;
    margin: auto;
    justify-content: center;
}

section.basic-content .member-login-form input[type="text"],
section.basic-content .member-login-form input[type="password"]{
    background-color: #F3F3F3;
	border: none;
    border-radius: 6px;
	width: 100%;
}

section.basic-content .member-login-form input[type="submit"]{
	border-radius: 25px;
    border: 0;
    background: var(--red);
    padding: 12px 36px;
    cursor: pointer;
    text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.5s ease;
	width: 100%;
	margin: 10px 0 10px;
}

section.basic-content .member-login-form input[type="submit"]:hover{
	    transition: all 0.5s ease;
	    background: var(--black);
}

section.basic-content .member-login-form label.swpm-label,
section.basic-content .member-login-form span.swpm-rember-label{
    font-size: 0.9em !important;
    font-weight: 350 !important;
    margin-bottom: 10px !important;
}

section.basic-content .member-login-form .swpm-username-input, 
section.basic-content .member-login-form .swpm-password-input {
	margin-top: 5px;
}


.page-id-369 section.members-single-main .cards {
    flex-direction: column;
    gap: 10px;
}

section.members-single-main .cards .card {
    background-color: var(--lightgrey);
    box-shadow: 0;
    max-width: 700px;
	width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0px;
    padding: 11px;
}

.page-template-tpl_members-single .table-responsive table, th, td {
  border: 1px solid #dedede;
	border-collapse: collapse;
	padding: 5px;
}

.page-template-tpl_members-single  .members-single-main li{
	list-style-type: disc;
}

img.alignnone.size-medium.wp-image-777 {
    width: 100%;
}

/* ******************************************************
    Footer
*********************************************************/

footer#colophon ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

footer#colophon a {
    text-decoration: none;
}

footer#colophon .site-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 8%;
    flex-wrap: wrap;
    background: #222222;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    gap: 20px;
    row-gap: 50px;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: 33.333%;
}

footer#colophon .site-info .widget-title {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li {
    color: var(--white);
    font-size: 15px;
    transition: all 0.3s ease;
}

footer#colophon .site-info ul {
    margin: 0;
    column-count: 2;
    column-gap: 50px;
}

footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus {
    color: var(--yellow);
    transition: all 0.3s ease;
}

footer#colophon .terms-banner {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 10px 8%;
    width: 100%;
    background-color: #373737;
}

footer#colophon .terms-banner a {
    font-size: 1em;
    transition: all 0.3s ease;
}

footer#colophon .terms-banner p {
    padding-right: 20px;
    color: var(--white);
    font-size: 0.75em;
	margin-bottom:0;
    transition: all 0.3s ease;
}

footer#colophon .terms-banner a:hover p,
footer#colophon .terms-banner a:focus p{
    color: var(--yellow);
    transition: all 0.3s ease;
}

footer#colophon .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

aside#text-4 {
    background-color: var(--yellow);
    padding: 40px;
    border-radius: 15px;
    position: relative;
}

aside#text-4 .textwidget {
    padding: 20px 30px 20px 20px;
}

aside#text-4 .textwidget h2{
    font-size: 1.7em;
}

aside#text-4 .textwidget p{
    color: var(--black);
}

aside#text-4 .textwidget a.yellow-button button{
    background-color: var(--black);
	color: var(--yellow);
	text-rendering: geometricPrecision;
    font-family: var(--montseratt);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85em;
    text-transform: uppercase;
    transition: 0.3s ease all;
}

aside#text-4 .textwidget a.yellow-button button span{
    color: var(--yellow);
}

aside#text-4 .textwidget a.yellow-button:hover button{
    background-color: var(--red);
    transition: 0.3s ease all;
}

aside#text-4 .textwidget img{
    position: absolute;
    width: 100px;
    top: -20px;
    right: -30px;
}





/* ******************************************************
    Media Queries
*********************************************************/

@media screen and (max-width:1500px) {
section.meet-us .cards .container {
    width: calc((100% / 4) - 25px); 
}
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1300px) {
section.about-us {
    flex-direction: column;
}
section.about-us .lhs-wrapper {
    width: 100%;
}
section.about-us .rhs-wrapper {
    width: 100%;
}
section.about-us{
    align-items: start;
}
section.meet-us{
    padding: 70px 8% 0;
}
section.events .wrapper .post {
    width: calc((100% / 3) - 15px);
}
}

@media screen and (max-width:1200px) {
    section.stats-banner {
        row-gap: 15px;
    }
    section.stats-banner .stat {
        justify-content: start;
        width: calc(50% - 8px);
    }
    section.how-to-support .wrapper {
        flex-direction: column;
    }
    section.how-to-support .wrapper .lhs,
    section.how-to-support .wrapper .rhs {
        width: 100%;
    }
section.meet-us .cards .card img {
    height: 200px;
	}
	section.members-main .box-wrapper .box {
		width: calc((100% / 3) - 20px);
	}
	section.members-single-main .cards {
    gap: 20px;
}
	section.about-slider ul.glide__slides li img{
		max-height: unset;
	}
	.business-directory a{
		width: calc((100% / 3) - 20px);
	}
section.business {
    margin: 50px 8%;
	}
}

@media screen and (max-width:1024px) {
		section.home-hero .box-wrapper .box:hover h5{
		display: none;
	}
	article#post-8 {
    padding: 150px 8% 70px;
}
	section.about-slider ul.glide__slides li {
    flex-direction: column;
    gap: 20px;
	}
	section.about-slider ul.glide__slides li .text {
    width: 100%;
}
	section.about-slider ul.glide__slides li img {
    max-height: 300px;
    width: 100%;
	}
    section.banner {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    section.meet-team {
        flex-direction: column;
    }

    section.meet-team .lhs {
        width: 100%;
    }

    section.meet-team .team-stats {
        width: 100%;
    }

    section.meet-team .team-stats .stat {
        width: calc(25% - 8px);
    }

    section.how-to-volunteer .volunteer-methods .method,
    section.how-to-volunteer .volunteer-methods .method:nth-child(even) {
        flex-direction: column;
        gap: 30px;
    }

    section.how-to-volunteer .volunteer-methods .method img {
        width: 100%;
    }
    section.how-to-volunteer .volunteer-methods .method .wrapper {
        width: 100%;
    }

    section.how-to-volunteer .volunteer-methods .method img {
        max-height: 350px;
    }

    header#masthead div.menu-primary-menu-container {
        display: none;
    }

    header#masthead div.menu-primary-menu-rhs-container {
        display: none;
    }

    header#masthead div.menu-mobile-menu-container {
        display: flex;
    }

    header#masthead .main-navigation .menu-toggle {
        display: block;
		position: absolute;
		right: 8%;
    }

    header#masthead .main-navigation {
        display: flex;
        position: fixed;
        right: 0;
        height: 70px;
        padding-left: 8%;
        padding-right: 8%;
        flex-direction: row;
        justify-content: space-between;
        z-index: 9999;
    }

    header#masthead .main-navigation ul#mobile-menu {
        background: #f8f8f8;
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 85px);
        max-width: 400px;
        min-width: 150px;
        padding: 35px 20px 35px 5% !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    }

    header#masthead .main-navigation.toggled ul#mobile-menu {
        background: #f8f8f8;
        z-index: 9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 85px);
        max-width: 400px;
        min-width: 150px;
        padding: 135px 20px 35px 5% !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    }

    header#masthead .main-navigation ul li {
        margin: 0;
        font-size: 1.25em;
		padding: 10px 0;
    }
	
		header#masthead .main-navigation ul li:nth-child(8) a,
	header#masthead .main-navigation ul li:nth-child(9) a,
	header#masthead .main-navigation ul li:nth-child(10) a{
		color: var(--red);
		text-decoration: underline;
	}
	
	header#masthead .main-navigation ul li:nth-child(11),
	header#masthead .main-navigation ul li:nth-child(12),
	header#masthead .main-navigation ul li:nth-child(13){
		font-size: 1em;
		text-decoration: underline;
	}

    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a,
    header#masthead .main-navigation ul li:focus a {
        margin: 0 0 15px;
        line-height: 1em;
        padding-bottom: 3px;
    }

    header#masthead .main-navigation ul li.current_page_item a,
    header#masthead .main-navigation ul li ul li.current_page_item a,
    header#masthead .main-navigation ul li.current_page_item:hover a,
    header#masthead .main-navigation ul li.current_page_item:focus a {
        margin: 0 0 15px;
        padding-bottom: 3px;
    }


    header#masthead .main-navigation ul li {
        height: auto;
    }

    header#masthead .main-navigation ul li:hover,
    header#masthead .main-navigation ul li:focus {
        margin: 0;
        font-size: 1.25em;
    }

    header#masthead .main-navigation ul ul {
        box-shadow: none;
    }

    header#masthead button div:first-child {
        margin: 0px 0 5px;
    }

    header#masthead button div {
        height: 3px;
        width: 34px;
        background: var(--black);
        margin: 5px 0;
        transition: all 0.3s ease;
    }

    header#masthead button:hover div,
    header#masthead button:focus div {
        background: var(--red)0;
        transition: all 0.3s ease;
    }

    header#masthead button div:last-child {
        margin: 5px 0 8px;
        transition: all 0.3s ease;
    }


    header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width: 34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
    }

    header#masthead nav#site-navigation.toggled button div {
        width: 0;
        transition: all 0.3s ease;
    }

    header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width: 34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
    }


    header#masthead .menu-toggle {
        background-color: transparent;
        color: var(--black);
        border: 0;
        border-radius: 0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0 !important;
        margin: 0 !important;
    }

    header#masthead .menu-toggle:hover,
    header#masthead .menu-toggle:focus {
        color: var(--red);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    header#masthead .menu-toggle:focus {
        outline: 0;
    }

    header.active .menu-toggle {
        color: var(--darkblue) !important;
        transition: all 0.3s ease;
    }

    header.active button div {
        background-color: var(--darkblue) !important;
        transition: all 0.3s ease;
    }

    header.active .menu-toggle:hover,
    header.active .menu-toggle:focus {
        color: var(--lightblue) !important;
        transition: all 0.3s ease;
    }

    header.active button:hover div,
    header.active button:focus div {
        background-color: var(--lightblue) !important;
        transition: all 0.3s ease;
    }

    header#masthead a.custom-logo-link img.custom-logo {
        position: unset;
        transform: unset;
    }

    header#masthead .main-navigation .nav-buttons {
        margin: 0 25px;
    }

    header#masthead a.custom-logo-link {
        width: unset;
    }
    section.sponsors a {
        width: calc((100% / 4) - 38px);
    }
    .woocommerce .woocommerce-breadcrumb {
        padding: 150px 8% 0px;
    }
    .woocommerce div.product {
        padding: 0px 8% 70px;
    }
	section.meet-us .cards .card:hover .bio-overlay{
		display:none;
	}
}

@media screen and (max-width:860px) {

    section.home-hero .box-wrapper {
        flex-direction: column;
    }
    section.home-hero .box-wrapper .box {
        width: 100%;
        height: 200px;
    }
    section.home-hero .box-wrapper .box p {
        inset: 55px auto 20px 30px;
    }
    section.home-hero .box-wrapper .box:hover p {
        inset: 55px auto 20px 30px;
    }
    section.events .wrapper .post {
        width: calc((100% / 2) - 15px);
    }
    section.sponsors {
        gap: 50px;
    }
    section.get-in-touch-form {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
	section.get-in-touch-form .rhs {
    width: 100%;
    max-width: 100%;
	}
	section.members-single-main .cards .card {
    width: calc((100% / 3) - 14px);
	}
	section.events .container .event-item {
    width: calc((100% / 2) - 9px);
	}
}

@media screen and (max-width:768px) {
	section.image-hero .text-wrapper h1{
		font-size: 2em;
	}
	.page-template-tpl_about .how-to-volunteer .centered-heading{
		    padding: 0px 0 70px;
	}
	section.about-slider .glide__arrows {
    width: calc(100% - 100px);
	}
	section.about-slider {
    padding: 70px 0 30px;
}
	section.about-slider ul.glide__slides li {
    border-radius: 0;		
    padding: 30px;
	}
	    header#masthead .main-navigation .menu-toggle {
		right: 5%;
    }
    section.home-hero {
        padding: 100px 5% 70px;
    }
    section.get-in-touch-form {
        padding: 0px 5% 70px;
    }
    section.about-us {
        padding: 70px 5%;
    }
    section.about-us .lhs-wrapper {
        width: 100%;
		min-width: 100%;
    }
    section.about-us .rhs-wrapper {
        flex-direction: column;
    }
    section.about-us .rhs-wrapper .box {
        flex-direction: row;
        align-items: center;
        justify-content: start;
        text-align: start;
		width: 100%;
        gap: 20px;
    }
    section.stats-banner {
        margin: 0px 5% 70px;
    }
    .page-template-front-page section.how-to-support {
        padding: 100px 0 70px;
    }
	    .page-template-front-page section.how-to-support .centered-heading {
        padding: 0 5% 30px;
    }
    section.how-to-support .wrapper .rhs,
    section.how-to-support .wrapper .lhs {
        padding: 35px 20px;
    }
    section.single-event{
        padding: 140px 5% 70px;
    }
    section.single-event h1 {
        font-size: 2.5em;
        max-width: unset;
        line-height: 1.1em;
    }
    section.single-event h1, 
    section.single-event h6 {
        text-align: start;
    }
    section.banner {
        margin: 70px 5%;
        padding: 40px 25px;
    }
	.page-template-front-page section.banner{
	    margin: 0px 5%;
}
    footer#colophon .site-info {
        padding: 70px 5%;
    }
	footer#colophon .terms-banner {
    padding: 10px 5%;
  }
    section.about-hero {
        padding: 170px 5% 70px;
    }
    section.meet-team {
        padding: 20px 5%;
    }
    section.events {
        padding: 70px 5%;
    }
    section.how-to-volunteer {
        padding: 70px 5%;
    }
    section.sponsors {
        padding: 40px 5% 0;
        gap: 30px;
    }
    section.gallery{
        padding: 30px 5% 70px;
    }
    section.gallery .wrapper img {
        width: calc((100% / 2) - 8px);
    }
    section.gallery .wrapper {
        gap: 15px;
    }
    section.meet-us {
        padding: 70px 5% 0;
    }
    section.meet-us .cards {
        gap: 20px;
    }
    section.meet-us .cards .container {
        width: calc((100% / 3) - 14px);
    }
    section.meet-us .cards .wrapper {
        gap: 0;
        flex-direction: column;
    }
    section.awards img {
        padding: 15px;
    }
    section.awards {
        padding: 70px 5%;
        gap: 12px;
    }
    section.awards img {
        width: calc((100% / 3) - 8px);
    }
    section.form-hero{
        padding: 150px 5% 40px;
    }
    section.form {
        margin: 0 5% 70px;
    }
    .woocommerce .woocommerce-breadcrumb {
        padding: 150px 5% 0px;
    }
    .woocommerce div.product {
        padding: 0px 5% 70px;
    }
    .woocommerce ul.products {
        margin: 70px 5%;
    }
    .woocommerce .woocommerce-result-count {
        margin: 50px 0 50px 5%;
    }
    footer#colophon .site-info .widget {
        max-width: 100%;
    }
    section.basic-content{
        margin: 0 5% 70px;
        padding: 35px 25px;
    }
	section.partners h2 {
    	width: 100%;
    	top: 100%;
    	text-align: center;
		background-color: #F9F9F9;
		padding: 25px 5%;
	}
	section.partners h2::before {
		display: none;
	}
	.centered-heading{
        padding: 0 0 30px;
    }
	article#post-9 {
    padding: 150px 5% 70px;
	}
	section.contact-extra{
	padding: 0px 5% 70px;
	}
	section.image-hero {
    padding: 200px 5% 70px;
	}
	section.members-main {
    padding: 50px 5%;
}
	section.members-main .box-wrapper .box {
		padding: 15px;
	}
	section.members-main .box-wrapper .box h5{
		font-size: 0.9em;
	}
	section.members-main .box-wrapper .box img {
    height: 40px;
	}
	section.members-single-main {
    padding: 50px 5%;
	}
		.business-directory a{            
			width: calc((100% / 2) - 15px);
	}
	    section.business {
        margin: 50px 5%;
    }
	header#masthead .top-nav ul{
		display: none;
	}

  section.gallery .prev,
   section.gallery .next {
    font-size: 16px;
    padding: 12px;
  }

   section.gallery .numbertext {
    font-size: 10px;
  }

   section.gallery .column {
    width: calc(25% - 6px); 
  }
	section.gallery .row {
    margin-top: 10px;
    gap: 6px;
}
	section.gallery .demo {
    height: 80px;
	}
	article#post-8 {
    padding: 150px 5% 70px;
}
	.tribe-events .tribe-events-header {
	padding: 70px 25px 30px;
	}
}

@media screen and (max-width:640px) {
    header#masthead .main-navigation .nav-buttons {
        display: none;
    }
    section.events .wrapper .post {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering {
        margin: 50px 5% 50px 0;
    }
	    section.members-single-main .cards {
        gap: 12px;
    }
	    section.members-single-main .cards .card {
        width: calc((100% / 2) - 6px);
    }
	section.donation-options .box-container {
    flex-direction: column;
	}
	section.donation-options {
    padding: 50px 30px;
	}
}

@media screen and (max-width:540px) {
    header#masthead div.menu-secondary-menu-container {
        display: none;
    }
    section.home-hero h1 {
        font-size: 13vw;
    }
    section.home-hero h2 {
        font-size: 1.5em;
    }
	    section.stats-banner {
        margin: 0px 0 70px;
		padding: 30px 5%;
    	border-radius: 0;
    }
	    section.sponsors a {
        width: calc((100% / 3) - 20px);
    }
section.stats-banner .stat {
    flex-direction: column;
    gap: 0;
	}
	section.stats-banner .stat h5 {
    text-align: center;
    font-size: 0.9em;
}
    section.banner {
        margin: 70px 0;
        border-radius: 0;
        padding: 40px 5%;
    }
	.page-template-front-page section.banner{
	    margin: 0px 0;
}
    section.meet-team .team-stats .stat {
        width: calc(50% - 5px);
    }
    section.how-to-volunteer .volunteer-methods .method .wrapper .container {
        flex-direction: column;
        gap: 0;
		align-items: start;
    }
    section.meet-us .cards .container {
        width: calc((100% / 2) - 10px);
    }
    aside#text-4 .textwidget img {
        width: 80px;
        right: 0px;
    }
	    section.members-main .box-wrapper .box {
        width: calc((100% / 2) - 15px);
    }
	section.basic-content .member-login-form.members-profile form#swpm-profile-form div {
    flex-direction: column;
	}
	section.basic-content .member-login-form.members-profile form#swpm-profile-form div .swpm-form-row {
    width: 100%;
	}
	footer#colophon .terms-banner {
	justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 6px;
}
	footer#colophon .terms-banner a {
    width: calc(50% - 10px);
  }
	section.home-hero .text-wrapper h2 {
    font-size: 1.3em;
	}
	
	section.meet-us h2 {
    font-size: 1.5em;
	}
	section.events .container .event-item {
    width: 100%;
	}
}

@media screen and (max-width:480px) {
	h1 {
    font-size: 3em;
	}
	section.about-hero .text-wrapper {
    padding: 32px 20px;
	}
	section.partners h2 {
		width: 100%;
	}
	    section.how-to-support .wrapper .rhs, 
	section.how-to-support .wrapper .lhs {
        padding: 35px 5%;
		border-radius: 0;
    }
	section.how-to-support .wrapper {
    gap: 0;
	}
	    section.how-to-support {
        padding: 70px 0;
    }
	section.awards {
        gap: 40px;
    }
	    section.awards img {
        width: 100%;
    }
	section.form {
        margin: 0 0 70px;
		padding: 50px 5%;
    }
	    section.members-main .box-wrapper{
        gap: 20px;
    }
	section.members-single-main .cards .card {
        width: 100%;
    }
			.business-directory a{            
			width: 100%;
	}
		span.swpm_mini_login_label,
	span.swpm_mini_login_username{
	display: none;
	}
}
