/*!
Theme Name: ILR - Fondant Blocks by House of Cakes
Theme URI: http://underscores.me/
Author: e. james ford
Author URI: http://web.ejimford.com
Description: Custom theme for Fondant Blocks by House of Cakes
Version: ILR - 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fondant-blocks
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 with others.

Fondant Blocks by House of Cakes is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
        ### Menu Button
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: 700;
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

@media only screen and (max-width: 781px) {
    .site {
        overflow-x: hidden;
    }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: var(--fondant-font--body);
    font-size: 16px;
    line-height: 144%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: var(--fondant-font--heading);
    font-weight: 700;
    line-height: 130%;
}

p.nospace {
    margin-bottom: 0 !important;
}

h1 {
    font-size: 36px;
    color: var(--ftint-one);
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

p [style*="font-size"],
.has-small-font-size,
.has-medium-font-size,
.has-large-font-size,
.has-custom-font-size,
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    line-height: 150%;
}

@media only screen and (min-width: 410px) {
    h1 {
        font-size: 40px;
        color: var(--ftint-one);
        text-transform: uppercase;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 29px;
    }

    h5 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 782px) {
    body {
        font-size: 18px;
        line-height: 150%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 32px;
    }

    h5 {
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    /* Fallback for when there is no custom background color defined. */
    background-color: #fff;
}

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

ul,
ol {
    margin: 0 20px 24px 20px;
}

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

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

.hide-entry-content #museumhue-entry-content-page {
    display: none;
}

body.logged-in .hide-logged-in {
    display: none !important;
}

body:not(.logged-in) .hide-logged-out {
    display: none !important;
}

@media only screen and (min-width: 768px) {
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/



select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

label {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    font-family: var(--fondant-font--heading);
    text-transform: uppercase;
}

.um-mailchimp-subscribe .um-form form {
    display: grid;
    grid-template-columns: 28% 28% 28% 0% 16%;
    column-gap: 0%;
    max-width: 900px;
    margin: 0px auto;
}

.um-mailchimp-subscribe .um-form form > .um-field {
    padding: 15px 10px 0px 10px;
}

.um-mailchimp-subscribe .um-form form > .um-field.um-field-mailchimp {
    padding: 15px 0 0 0;
}

.um-mailchimp-subscribe .um-form form .um-col-alt-b {
    padding: 15px 10px 0px 10px !important;
    margin: 0 !important;
}

.um-mailchimp-subscribe .um-form form .um-center .um-button {
    width: 100% !important;
    min-width: 0px !important;
    line-height: 1 !important;
    padding: 12.09px 0px !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out !important;
}

.um-mailchimp-subscribe .um-form form > .um-field input::placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.grecaptcha-badge {
    opacity: 0;
}

@media only screen and (min-width: 782px) {
    .mc4wp-form-fields {
        grid-template-columns: 24% 24% 24% 16%;
        text-align: unset;
        display: grid;
        column-gap: 4%;
    }

    .mc4wp-submit-p {
        padding-top: 6px;
    }
}

@media only screen and (min-width: 1024px) {
    .mc4wp-form-fields {
        grid-template-columns: 27% 27% 27% 13%;
        column-gap: 2%;
    }
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
}

.site-header-inner {
    max-width: 1040px;
    margin: 0px auto;
    padding: 30px 20px 30px;
}

.site-branding {
    width: 240px;
    max-width: 240px;
    margin: 0px auto;
}

.site-branding a.custom-logo-link {
    width: 100%;
}

.site-branding img {
    width: 100%;
    height: auto;
}

.site-title {
    font-size: 24px;
}

@media only screen and (min-width: 850px) {
    .site-header-inner {
        padding: 30px 20px 60px;
    }

    .site-branding {
        float: left;
        width: 290px;
        max-width: 290px;
    }




}

/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width: 1024px) {
    .site-branding {
        width: 310px;
        max-width: 310px;
    }
}

@media only screen and (min-width: 1280px) {
    .site-branding {
        width: 390px;
        max-width: 390px;
    }
}

@media only screen and (min-width: 1340px) {
    .site-header-inner {
        max-width: 1000px;
        padding: 30px 0px 30px;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.entry-content a:not(.button) {
    color: var(--ftint-two);
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

.entry-content a:hover,
.entry-content a:active {
    color: var(--ftint-three);
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    position: fixed;
    bottom: -120%;
    right: 4px;
    width: 290px;
    height: auto;
    z-index: 9998;
    transition: all 0.4s ease-in;
    opacity: 0;
}

.main-navigation.is-open {
    bottom: 0;
    background-color: var(--ftint-six);
    transition: all 0.4s ease-out;
    padding: 12px 10px 78px;
    opacity: 1;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-family: var(--fondant-font--heading);
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}

.main-navigation li {
    padding: 0px 7.5px;
    display: block;
}

.main-navigation a {
    padding: 13px 10px 12px;
    display: block;
    text-decoration: none;
    color: var(--ftint-two);
    font-weight: 600;
    border-bottom: 1px solid var(--ftint-five);
}

.main-navigation ul ul {
    display: none;
    border-bottom: 2px solid var(--ftint-five);
}

.main-navigation ul ul li {
    padding: 0px 0px;
}

.main-navigation ul ul a {
    border-bottom: none;
    padding: 4px 0px 4px 24px;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    background-color: var(--ftint-two);
    color: var(--ftint-six);
    border-bottom: none;
}

.main-navigation li.focus ul {
    /*display: block;*/
}

.main-navigation li.focus > a {
    display: block;
}

.social-menu-footer li.social,
.main-navigation li.social {
    display: inline-block;
    padding: 0px 5px;
}

.social-menu-footer li.social a,
.main-navigation li.social a {
    display: block;
    width: 16px;
    height: 37px;
    background-position: center center;
    background-size: 16px auto;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    color: transparent;
    line-height: 1px;
    text-indent: -9999999px;
}

.social-menu-footer li.social-instagram a,
.main-navigation li.social-instagram a {
    background-image: url("images/icons/social-instagram.svg");
}

.social-menu-footer li.social-facebook a,
.main-navigation li.social-facebook a {
    background-image: url("images/icons/social-facebook.svg");
    background-size: 7px 16px;
}

.social-menu-footer li.social-x a,
.main-navigation li.social-x a {
    background-image: url("images/icons/social-x.svg");
    background-size: 13.788px 14px;
}

.social-menu-footer li.social-linkedin a,
.main-navigation li.social-linkedin a {
    background-image: url("images/icons/social-linkedin.svg");
}

.main-navigation li.nav-cart a {
    background-image: url("images/icons/shopping-cart.svg");
    display: block;
    background-position: center center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    overflow: hidden;
    color: transparent;
}


.secondary-menu-container .widget {
  margin: 0 !important;
}


@media screen and (max-width: 781px) {
    .main-navigation li.focus ul {
        padding-top: 0px;
    }
    .main-navigation li.social {
        display: none;
    }
}

@media screen and (min-width: 850px) {
    .main-navigation,
    .main-navigation.is-open {
        width: calc(100% - 310px);
        position: relative;
        float: right;
        right: initial;
        top: initial;
        bottom: initial;
        height: auto;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
        opacity: 1;
    }

    .main-navigation ul {
        display: block;
        padding: 0;
    }

    .main-navigation li {
        float: left;
        position: relative;
    }
    .navigation-menu > li:first-child {
        padding-left: 0;
    }

    .navigation-menu > li:last-child {
        padding-right: 0;
    }

    .main-navigation li.menu-item-has-children > a::after {
    }

    .main-navigation a {
        padding: 8px 10px;
        border-bottom: none;
        color: var(--ftint-two);
    }

    .main-navigation li.nav-button {
        padding: 5px 26px 0px 38px;
    }

    .main-navigation li.nav-button a {
        padding: 2px 20px;
        background-color: var(--ftint-five);
        color: var(--ftint-four);
    }

    .main-navigation ul:is(.primary-menu, .secondary-menu) > li:first-child,
    .main-navigation > ul:is(.primary-menu, .secondary-menu) > li:first-child > a {
    }

    .main-navigation li.menu-search a {
        overflow: hidden;
        text-indent: -9999999px;
        background-image: url(images/icons/search.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: top 10px center;
        margin-right: 18px;
    }

    .main-navigation ul ul {
        float: none;
        position: absolute;
        top: 88%;
        left: -999em;
        z-index: 99999;
        background-color: var(--ftint-six);
        padding-top: 12px;
        padding-bottom: 4px;
        opacity: 0;
        transition: opacity 250ms linear;
        display: block;
        border-top: 2px solid var(--ftint-five);
        border-bottom: none;
    }
    .main-navigation ul ul a {
      color: var(--ftint-two);
      background-color: var(--ftint-six);
      cursor: pointer;
  }
  
  .main-navigation ul ul a:hover {
    background-color: var(--ftint-two);
    color: var(--ftint-six);
    cursor: pointer;
}



    .header-widgets {
        float: right;
        max-height: 26px;
    }

    .header-widgets a {
        padding: 21px 1px 0px 1px;
    }

    .main-navigation ul ul ul {
    }

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

    .main-navigation ul ul a {
        padding: 0px 0px 0px 13px;
        font-size: 11px;
        line-height: 28px;
        width: 190px;
        font-weight: 500;
        margin-top: 0px;
        display: inline-block;
    }
    .main-navigation ul li.nav-projects ul a {
      width: 250px;

    }

    .main-navigation ul li.focus > ul {
        left: 1px;
        opacity: 1;
    }

    .main-navigation ul ul li {
        text-align: left;
        float: none;
        padding-left: 0;
    }

    .primary-menu-container {
        padding-top: 0px;
        float: right;
        clear: right;
    }

    .secondary-menu-container {
        float: right;
    }
    .secondary-menu-container .widget {
        margin: 0 !important;
    }

    .main-navigation .secondary-menu a {
    }

    .header-widgets {
        display: block;
    }
}

@media screen and (min-width: 1140px) {
    .main-navigation ul {
        font-size: 14px;
    }

    .main-navigation ul ul a {
        font-size: 13px;
    }
}

@media screen and (min-width: 1280px) {
    .main-navigation,
    .main-navigation.is-open {
        width: calc(100% - 390px);
        padding: 0px 0px 0px 0px;
    }

    .main-navigation a {
    }

    .main-navigation ul ul a {
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.mobile-navigation a,
.mobile-navigation .button-container {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

a.logo-mobile {
    display: block;
    text-indent: -9999999px;
    background-image: url(images/logo-mark.png);
    background-size: 35px;
    background-position: center center;
    height: 56px;
    background-repeat: no-repeat;
    width: 21.333333%;
}

.mobile-navigation .button-container button,
.mobile-navigation .button {
    border: none;
    color: #fff;
    font-weight: 700;
    max-width: none;
}

.mobile-navigation .hamburger-container {
    width: 24%;
}

.mobile-navigation .button-container button.hamburger {
    font-size: 24px !important;
    width: 18%;
    background: transparent;
    color: var(--ftint-two);
    border: none !important;
}

.mobile-navigation .custom-logo-link {
    text-align: left;
    padding-left: 24px;
    padding-top: 12px;
}

.mobile-navigation .custom-logo-link img {
    width: 64px;
}

@media screen and (min-width: 850px) {
    div.site .wc-block-mini-cart__button svg::before,
    .mobile-navigation {
        display: none;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-rßeader-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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    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;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

.widget ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

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

.post,
.page {
}

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

.site-content {
    padding: 0;
    margin: 0px auto;
}

.page-header,
.entry-header {
    text-align: center;
    padding: 40px 20px;
}

.page-header a,
.entry-header a {
    text-decoration: none;
    color: #000;
}

.page-header a:hover,
.entry-header a:hover {
    text-decoration: underline;
}

.page-title,
.entry-title,
.entry-meta,
.entry-footer {
    max-width: 1040px;
    margin: 0px auto;
    padding: 0px 20px;
}

.entry-meta,
.entry-meta a {
    color: #aaa;
}

.entry-meta-date {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.page-content,
.entry-content,
.entry-summary {
    padding: 20px 0 0 0;
}

.entry-content > * {
    max-width: 1040px;
    margin: 0px auto 24px;
    padding: 0px 20px;
}

.entry-content > *,
.entry-content :is(h1, h2, h3, h4, h5, h6, p) {
    margin: 0px auto 24px;
}

.entry-content ul,
.entry-content ol {
    padding: 0px 10px 0px 12px;
    max-width: 1040px;
    margin-bottom: 16px;
}

.entry-content ul > li,
.entry-content ol > li {
    margin-bottom: 8px;
}

.entry-content ul.select2-results__options {
    padding-left: 0;
}

.entry-content > .wp-block-group.has-background {
    max-width: none;
}

.entry-content > .wp-block-group.has-background .wp-block-group__inner-container {
    max-width: 1040px;
    margin: 0px auto;
    padding: 0px 20px;
}

.wp-block-separator {
    border-top: none;
    border-bottom: none;
}

.entry-footer {
}

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

.wp-block-group.has-background {
    padding: 48px 24px;
}

.entry-content #communitybox-target {
    background-color: transparent;
    color: #55606b;
    display: flex;
    flex-direction: column;
}
.body-fondant .entry-content .mapboxgl-ctrl-group button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    margin: 0px auto !important;
}

@media only screen and (min-width: 575px) {
    .page-content,
    .entry-content,
    .entry-summary {
        padding: 40px 0 0 0;
    }
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/

div:is(.site) button:is(.slick-arrow, .slick-next, .slick-prev) {
    display: block;
    overflow: hidden;
    text-indent: -999999px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    background-image: url(images/icons/arrow-right.svg);
    background-position: center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 28px;
    height: 28px;
    z-index: 20;
    border: none;
}

div:is(.site) button.slick-next {
    top: -20px;
    right: 16px;
}

div:is(.site) button.slick-prev {
    top: -34px;
    left: auto;
    right: 44px;
    transform: rotate(180deg);
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

div:is(.site) button.slick-disabled {
    opacity: 0.2;
}

/*--------------------------------------------------------------
## Membership
--------------------------------------------------------------*/
.body-fondant .um,
.body-fondant .um-field-block,
.body-fondant .um .um-field-label {
    color: #000;
}

.body-fondant .um-field-checkbox-option,
.body-fondant .um-field-radio-option {
    color: #000 !important;
}

.entry-content .button.pay-member-dues-button {
    margin: 0px auto;
}

/*--------------------------------------------------------------
### Member Profile
--------------------------------------------------------------*/

.um-profile-photo .um-dropdown {
    position: static;
    margin: 0px auto;
    transform: translateY(-16px);
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.um-dropdown-arr {
    color: var(--ftint-five) !important;
}

.um-dropdown ul {
    background-color: var(--ftint-five) !important;
}

.um-dropdown li a {
    color: var(--ftint-four) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-family: var(--fondant-font--heading) !important;
    padding: 12px !important;
}

.um-page-user .entry-header {
    display: none;
}

.um-profile .um-header .um-name {
    font-family: var(--fondant-font--heading);
    color: var(--ftint-four);
}

.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover {
    background: var(--ftint-five) !important;
    color: var(--ftint-four) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: var(--fondant-font--heading) !important;
    text-transform: uppercase !important;
}

.um-profile-nav {
    background: var(--ftint-seven) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.body-fondant .um-profile.um .um-profile-headericon a,
.body-fondant .um-profile.um .um-profile-headericon a:hover,
.body-fondant .um-profile.um .um-profile-edit-a.active {
    color: var(--ftint-one);
}

.body-fondant .um-profile-edit i {
    font-size: 24px;
}

.body-fondant .um-profile.um-viewing .um-field-label {
    border-bottom: none;
}

.body-fondant .um-viewing .um-field-label label {
    display: none;
}

.body-fondant .um-viewing div#um_field_1026_description .um-field-label label {
    display: block;
    color: var(--ftint-one);
    font-size: 28px !important;
    font-weight: 700;
    margin-bottom: 19px;
}

.body-fondant .um-viewing div#um_field_1026_description .um-field-label .um-field-label-icon {
    display: none;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email, .um-field-url) {
    padding: 0 !important;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email, .um-field-url) > .um-field-label,
.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email, .um-field-url) > .um-field-area {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email, .um-field-url) > .um-field-label .um-field-label-icon {
    float: none;
    margin: 0;
    line-height: 32px;
    display: block;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email, .um-field-url) > .um-field-label .um-field-label-icon i {
    font-size: 24px;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email, .um-field-url) > .um-field-area > .um-field-value a {
    display: block;
    text-indent: -999999px;
    overflow: hidden;
}

.body-fondant .um-viewing .um-field-url:not(.um-field-user_url),
.body-fondant .um-viewing .um-field-url:not(.um-field-user_url) > .um-field-label,
.body-fondant .um-viewing .um-field-url:not(.um-field-user_url) > .um-field-area,
.body-fondant .um-viewing .um-field-url:not(.um-field-user_url) > .um-field-label .um-field-label-icon,
.body-fondant .um-viewing .um-field-url:not(.um-field-user_url) > .um-field-area > .um-field-value a {
    width: 32px;
    height: 32px;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email),
.body-fondant .um-viewing .um-field-url.um-field-user_url {
    width: 100%;
    height: 32px;
}

.body-fondant .um-viewing :is(.um-field-billing_phone, .um-field-billing_email) > .um-field-area > .um-field-value a,
.body-fondant .um-viewing .um-field-url.um-field-user_url > .um-field-area > .um-field-value a {
    text-indent: 0;
    overflow: visible;
    padding-left: 32px;
    font-size: 18px;
    padding-top: 5px;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um-profile-nav-item a {
    background: transparent !important;
    font-family: var(--fondant-font--heading);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.um-profile-nav-item a {
  font-size: 12px !important;
}
.body-fondant .um-account-side li {
    margin-bottom: 1px !important;
    background: var(--ftint-six);
    font-family: var(--fondant-font--heading);
    text-transform: uppercase;
    color: var(--ftint-two);
}

.body-fondant .um-account-side li a {
    color: var(--ftint-four);
    position: relative;
}

.body-fondant .um-account-side li a:hover {
    background-color: var(--ftint-five);
}

.body-fondant .um-account-side li a span.um-account-title {
    color: var(--ftint-four);
}

.body-fondant .um-field-billing_email li a span.um-account-icon,
.body-fondant .um-field-billing_email li a.current span.um-account-icon,
.body-fondant .um-field-billing_email li a.current:hover span.um-account-icon {
    color: var(--ftint-four);
}

.body-fondant .um-account-side li a.current span.um-account-icon,
.body-fondant .um-account-side li a.current span.um-account-icon,
.body-fondant .um-account-side li a.current span.um-account-icon,
.body-fondant .um-account-side li a.current:hover span.um-account-icon {
    color: var(--ftint-one);
}

@media only screen and (min-width: 1024px) {
    .body-fondant .um-header {
        width: 25% !important;
        float: left !important;
    }

    .body-fondant .um-header.no-cover .um-profile-photo {
        margin: 0 !important;
    }

    .body-fondant .um-header.no-cover a.um-profile-photo-img {
        max-width: 100% !important;
        height: auto !important;
    }

    .body-fondant .um-profile.um .um-profile-meta {
        text-align: left !important;
        padding-left: 20px !important;
        color: #000 !important;
    }

    .body-fondant .um-meta span {
        margin: 0px;
        display: block;
    }

    .body-fondant .um-meta span.b {
        display: none;
    }

    .body-fondant .um-profile-navbar,
    .body-fondant .um-profile-nav,
    .body-fondant .um-profile .um-profile-body {
        width: 70% !important;
        float: right !important;
    }
}

/*--------------------------------------------------------------
### Member Join
--------------------------------------------------------------*/

div.um-row.institutional-fields-no-modify {
    opacity: 0 !important;
    overflow: hidden !important;
    height: 0 !important;
}

div:is(.um-196, .um-710) .um-center .um-button,
div:is(.um-196, .um-710) div._um_row_4,
div:is(.um-196, .um-710) div._um_row_5,
div:is(.um-196, .um-710) div._um_row_6 {
    opacity: 0 !important;
    overflow: hidden !important;
    height: 0 !important;
}

div:is(.um-196, .um-710) .um-center .um-button.form-visible,
div:is(.um-196, .um-710) div._um_row_4.form-visible,
div:is(.um-196, .um-710) div._um_row_5.form-visible,
div:is(.um-196, .um-710) div._um_row_6.form-visible {
    opacity: 1 !important;
    overflow: visible !important;
    height: auto !important;
}

.entry-content div:is(.um-196, .um-710) .um-field-type_block h3 {
    margin-top: 24px;
}

.entry-content div:is(.um-196, .um-710) .um-field-type_block ul {
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    list-style-type: none;
    grid-row-gap: 8px;
    width: 90%;
    max-width: 650px;
    margin: 0px auto 36px auto;
}

.entry-content div:is(.um-196, .um-710) .um-field-type_block ul li {
    margin-bottom: 0;
}

div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) {
    text-align: center !important;
}

div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-label label {
    font-size: 22px !important;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 800;
}

div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) label.um-field-radio {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    margin: 0px 32px 0px 10px !important;
    width: auto !important;
    float: none !important;
    display: inline-block !important;
}

div.um-field-membership_type .um-field-area > div.um-clear {
    display: none !important;
}
div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-area label.um-field-radio {
    font-size: 16px;
}

div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-area label.um-field-radio.um-field-half,
div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-area label.um-field-radio.um-field-half.right {
    display: inline-block !important;
    width: auto !important;
    float: none !important;
}

div.um-field-mem_lvl_radio .um-field-area div.um-clear {
    display: none !important;
    clear: none !important;
}

div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-area label.um-field-radio.um-field-half.um-hide-radio,
div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-area label.um-field-radio.um-field-half.right.um-hide-radio,
div:is(.um-field-membership_type, .um-field-mem_lvl_radio, .um-field-member_individual_career_stage) .um-field-area label.um-field-radio.um-hide-radio .um-field-radio-state {
    overflow: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    line-height: 0 !important;
    font-size: 1px !important;
    margin: 0 0 0 0 !important;
}

#register-errors-after-form {
    max-width: 800px;
    margin: 0px auto;
}

#register-errors-after-form .um-field-error .um-field-arrow {
    display: none;
}

#register-errors-after-form .um-field-error {
    background: var(--ftint-one);
    font-family: var(--fondant-font--heading);
    font-weight: 700;
    font-size: 20px;
    line-height: 33px !important;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .entry-content div:is(.um-196, .um-710) .um-field-type_block ul {
        grid-template-columns: 48% 48%;
        column-gap: 4%;
    }
    .entry-content div:is(.um-196, .um-710) .um-field-type_block ul li {
    }
}

/*--------------------------------------------------------------
### Membership Checkout
--------------------------------------------------------------*/

.entry-content.membership-checkout .woocommerce,
.entry-content.membership-checkout p {
    max-width: 650px;
}

.entry-content.membership-checkout .woocommerce .col2-set .col-1 {
    float: none;
    width: 100%;
}

.entry-content.membership-checkout-individual #billing_company_field {
    display: none;
}

#product-574 table.variations th.label {
    display: block;
    line-height: 1;
    vertical-align: bottom;
}

#product-574 table.variations td.value {
    display: block;
}

#product-574 table.variations td.value select.attribute_pa_career-stage {
    text-align: center;
    margin-right: 0;
    min-width: 0;
    margin-left: 12px;
}

.entry-content ul.woocommerce-error,
.entry-content ol.woocommerce-error {
    padding: 10px 20px 10px 55px;
    font-size: 16px;
    line-height: 1.5;
}

.entry-content ul.woocommerce-error a.button {
    display: none !important;
}

/*--------------------------------------------------------------
### Member Level Display Shortcode
--------------------------------------------------------------*/

.display-member-levels {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.display-member-level {
    flex: 1 0 41%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 18px;
    position: relative;
    border-radius: 12px;
    background-color: #fdc26f;
    flex: 1 0 41%;
}

.display-member-level .member-level-title {
    font-family: var(--fondant-font--heading);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 12px 16px 0px 16px;
}

.display-level-role-individual .display-member-level .member-level-title {
    font-size: 20px;
    line-height: 25px;
}

.display-member-level .member-level-summary {
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    padding: 2px 12px 0px 12px;
    min-height: 48px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.display-level-role-individual .display-member-level .member-level-summary {
    min-height: 80px;
}

.display-member-level .member-level-price {
    display: grid;
    justify-content: center;
    margin-top: 10px;
    line-height: 1;
    padding-bottom: 16px;
    grid-template-columns: 62% 38%;
    column-gap: 0;
    box-sizing: border-box;
    font-family: var(--fondant-font--heading);
}

.display-member-level.display-role-individual .member-level-price {
    grid-template-columns: 60% 40%;
}

.display-member-level .member-level-price .member-level-price-amount {
    font-size: 34px;
    font-weight: 700;
    text-align: right;
    box-sizing: border-box;
}

.display-member-level .member-level-price .member-level-price-term {
    margin: auto 0 auto 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    transform: translate(-4px, 4px);
    box-sizing: border-box;
}

.display-member-level .member-level-description {
    margin: 30px auto;
    font-size: 0.8em;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1;
    display: none;
}

.display-member-level .member-level-description ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.display-member-level .member-level-description ul li {
    margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
    .display-member-level {
        flex: 1 0 41%;
    }

    .display-level-role-individual .display-member-level .member-level-summary {
        min-height: 80px;
        font-size: 14px;
        line-height: 150%;
    }
}

@media screen and (min-width: 782px) {
    .display-member-level {
        flex: 1 0 21%;
    }

    .display-member-levels.display-level-role-individual .display-member-level {
        flex: 0 0 28%;
    }
}

@media only screen and (min-width: 1024px) {
}

@media screen and (min-width: 1300px) {
}

/*--------------------------------------------------------------
## Event Calendar
--------------------------------------------------------------*/

body.home .tribe-events-view--shortcode .tribe-events-l-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: 0px !important;
    padding-left: 0;
    padding-right: 0;
}

body.home .tribe-events-view--shortcode .tribe-events-header,
body.home .tribe-events-view--shortcode .tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-events-schedule,
.tribe-events-schedule h2 {
    margin-top: 0;
}

.tribe-events-back {
    margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    height: 200px;
    overflow: hidden;
}

.body-fondant .tribe-common p {
    font-family: var(--fondant-font--body);
}
.body-fondant .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,
.body-fondant .tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {
    border-width: 1px;
    font-size: 15px;
}
.body-fondant .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    font-size: 15px;
    border: 1px solid;
    border-color: var(--ftint-one);
}
.body-fondant .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,
.body-fondant .tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {
    border-width: 1px;
    font-size: 15px;
    color: var(--ftint-one);
    background-color: #fff;
}

.body-fondant .tribe-events-c-top-bar__datepicker-button-icon-svg path {
    fill: #fff;
}
.body-fondant button.tribe-events-c-top-bar__datepicker-button:hover .tribe-events-c-top-bar__datepicker-button-icon-svg path,
.body-fondant button.tribe-events-c-top-bar__datepicker-button:focus .tribe-events-c-top-bar__datepicker-button-icon-svg path {
    fill: var(--ftint-one);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button {
    background-color: transparent;
    border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button .tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: var(--ftint-one);
}

.body-fondant .tribe-events-event-meta:before,
.body-fondant .tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
    border: none;
}

.body-fondant .tribe-events-single > .tribe_events > div.tribe-common.event-tickets,
.body-fondant .tribe-events-single > .tribe_events > div.tribe-common.event-tickets.scrolled {
    background-color: var(--ftint-six);
    border: none !important;
}

.body-fondant .tribe-events-single > .tribe_events > div.tribe-common.event-tickets .tribe-tickets__tickets-form {
    margin: 0px auto;
    background-color: var(--ftint-six);
    border: none;
    padding: 24px 12px;
}

.event-tickets .tribe-common-h4 {
    font-family: var(--fondant-font--heading);
    text-transform: uppercase;
    color: var(--ftint-two);
    font-weight: 700;
}

.body-fondant .tribe-common .tribe-common-cta {
    border-bottom: 1px solid var(--ftint-one);
}
.tribe-events-calendar-list__event-cost span {
    display: inline-block;
    margin: 0px 0px 0px 25px;
    font-family: var(--fondant-font--heading);
    font-size: 14px;
}

.tribe-events-nav-pagination {
  display: none;
}


.tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled, .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled {
  border: none !important;
  padding-top: 6px !important;
}

@media only screen and (min-width: 768px) {
  #tribe-events-content.tribe-events-single {
    min-height: 1600px;
  }

  .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 20px !important;
    margin-top: 0 !important;
  }
}


@media only screen and (min-width: 800px) {
    .body-fondant .tribe-events-single > .tribe_events {
        display: block;
    }

    .body-fondant .tribe-events-single > .tribe_events > div {
        width: 55%;
        display: block;
    }

    .tribe-events-single > .tribe_events > div:is(.tribe-events-event-image, .tribe-common, .tribe-events-event-meta) {
        float: left;
        width: 40%;
        clear: left;
    }

    .tribe-events-single > .tribe_events > div:is(.tribe-events-content) {
        float: right;
    }

    .single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
    .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container,
    .single-tribe_events .tribe-events-c-subscribe-dropdown__button,
    .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
        width: 100%;
    }

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

    .tribe-events-single > .tribe_events .tribe-events-event-meta {
        border: none;
        margin-top: 0;
    }

    .tribe-events-single > .tribe_events .tribe-events-event-meta .tribe-events-meta-group {
        width: auto;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tribe-events-single > .tribe_events .tribe-events-event-meta:before,
    .tribe-events-single > .tribe_events .tribe-events-event-meta .tribe-events-meta-group-details h2,
    .tribe-events-single > .tribe_events .tribe-events-event-meta [class*="categories"],
    .tribe-events-single > .tribe_events .tribe-events-event-meta [class*="tags"] {
        display: none;
    }

    .tribe-events-meta-group.tribe-events-meta-group-gmap {
        border-top: none !important;
    }

    #event-scroll-detector {
        float: left;
        width: 40%;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-common.scrolled,
    .body-fondant .tribe-events-single > .tribe_events > div.tribe-events-event-meta.scrolled,
    .body-fondant .tribe-events-single > .tribe_events > div.tribe-events-event-meta.scrolled {
        float: none;
        width: 100%;
        position: fixed;
        top: 20px;
        left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-events-event-meta.scrolled {
        top: 110px;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-common.scrolled > .tribe-events-c-subscribe-dropdown__container,
    .body-fondant .tribe-events-single > .tribe_events > div.tribe-events-event-meta.scrolled > .tribe-events-meta-group {
        max-width: 1006px !important;
        margin: 0 auto !important;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-common.scrolled > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown,
    .body-fondant .tribe-events-single > .tribe_events > div.tribe-events-event-meta.scrolled > .tribe-events-meta-group > * {
        width: 40% !important;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-events-event-meta.scrolled > .tribe-events-meta-group > .tribe-events-venue-map {
        width: 38% !important;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-common.event-tickets,
    .body-fondant .tribe-events-single > .tribe_events > div.tribe-common.event-tickets.scrolled {
        float: right;
        width: 55%;
        background-color: var(--ftint-six);
        position: relative;
        top: unset;
        left: unset;
        clear: none;
    }

    .body-fondant .tribe-events-single > .tribe_events > div.tribe-common.event-tickets .tribe-tickets__tickets-form {
        margin: 0px auto;
        background-color: var(--ftint-six);
        border: none;
        padding: 48px 12px;
    }

    .body-fondant .tribe-events-single #tribe-events-footer {
        border-top: none;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
        position: relative;
        float: right;
        width: 55%;

    }

    .body-fondant #tribe-events-footer .tribe-events-sub-nav {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
}

/*--------------------------------------------------------------
## Job Board
--------------------------------------------------------------*/
.single_job_listing ul.job-listing-meta li.salary::before {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.entry-content .job_listings,
.entry-content .job_filters .job_types {
    max-width: 1300px;
}

.job-manager-message,
.job-manager-error,
.job-manager-info {
    margin: 0px auto 24px !important;
}

.entry-content div.job_listings ul.job_listings {
    padding: 0 0 0 0;
}

/*--------------------------------------------------------------
### Temp Dev Styles
--------------------------------------------------------------*/

.dev-user-list {
    max-width: 95%;
    margin: 0px auto;
    display: table;
}

.dev-single-user {
    display: table-row;
}

.dev-single-user {
    display: table-row;
}

.dev-single-user-field {
    display: table-cell;
    padding: 4px 8px;
    border: 1px solid #000;
}

/*--------------------------------------------------------------
## Blog and Archive
--------------------------------------------------------------*/
body:is(.blog, .archive) .site-main article {
    padding: 40px 0px 40px 0px;
}

body:is(.blog, .archive) .site-main article:first-of-type {
    border-top: none;
}

@media only screen and (min-width: 575px) {
    body:is(.blog, .archive) .site-main {
        display: grid;
        grid-template-columns: 45% 45%;
        column-gap: 5%;
        row-gap: 16px;
        margin: 0px auto;
        width: 96.875%;
        max-width: 1280px;
    }
}

@media only screen and (min-width: 1024px) {
    body:is(.blog, .archive) .site-main {
        grid-template-columns: 30% 30% 30%;
    }
}

/*--------------------------------------------------------------
## Sidebar Posts and Pages
--------------------------------------------------------------*/
.sidebar {
    padding: 0px 20px;
    margin: 10px auto;
    max-width: 1040px;
}

body.page-template-page-sidebar .site-content {
    max-width: 1040px;
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width: 782px) {
    body.page-template-page-sidebar .content-area {
        float: left;
        width: 60%;
    }

    body.page-template-page-sidebar .sidebar-area {
        float: right;
        width: 35%;
    }
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
body.home .entry-header {
    display: none;
}

body.home .entry-content > *,
body.home .entry-content > .wp-block-group.has-background .wp-block-group__inner-container {
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -100%;
    transition: opacity 0.25s linear;
    opacity: 0;
    background-color: #fe4f77;
}

.search-overlay.show-search {
    opacity: 1;
    left: 0;
}

.search-overlay-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0px auto;
}

.search-overlay form {
    width: 80%;
    max-width: 500px;
    text-align: right;
    padding-right: 20px;
}

.search-overlay input[type="search"] {
    width: 60%;
    padding: 9px 4px 10px 36px;
    background-image: url(images/icons/search.svg);
    background-position: left 9px top 8px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.search-results .page-header.archive-header {
    margin-bottom: 24px;
}

.search-results .entry-summary {
    padding-bottom: 0;
}

.search-results article {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}

.search-results article .entry-header {
    padding-top: 0;
}

.search-results h4 a {
    color: #000;
}

@media only screen and (min-width: 782px) {
    .search-overlay {
        height: 72px;
        top: 68px;
    }

    .admin-bar .search-overlay {
        top: 114px;
    }

    .search-overlay-inner {
        align-items: center;
        justify-content: flex-end;
    }

    .search-overlay form {
        width: 80%;
        max-width: 500px;
        padding-right: 20px;
    }

    .search-results article .entry-header {
        padding-top: 12px;
        padding-left: 20px;
        margin-bottom: 4px;
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 782px) {
    .admin-bar .search-overlay {
        top: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .search-results .page-header.archive-header {
        padding-top: 132px;
    }
}

@media only screen and (min-width: 1200px) {
    .search-overlay form {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1280px) {
    .search-overlay {
        height: 56px;
        top: 66px;
    }

    .admin-bar .search-overlay {
        top: 98px;
    }
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/



div.site .wc-block-mini-cart__button,
div.site .wc-block-mini-cart__button:hover {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 7px 8px 7px 12px !important;
    background-image: url("images/icons/shopping-cart.svg");
    background-position: top 10px right 12px;
    background-size: 14px auto;
    background-repeat: no-repeat;
}

div.site .wc-block-mini-cart__button svg::before { 
  content: "Your Cart";
  display: inline-block;
  padding: 6px 5px 5px 5px;
  text-decoration: none;
  color: var(--ftint-two);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--fondant-font--heading);
}


.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    display: none !important;
}

.wc-block-mini-cart__button svg {
    opacity: 0;
}

.wc-block-mini-cart-items td.wc-block-cart-item__image {
    display: none !important;
}

.wc-block-mini-cart-items td.wc-block-cart-item__product {
    grid-column-start: 1 !important;
}

.single-product .wc-tabs,
.single-product .woocommerce-Tabs-panel--additional_information,
.single-product .product_meta .posted_in,
.single-product .product_meta .sku_wrapper,
.tribe-checkout-backlinks {
    display: none !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 95%;
    padding-top: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    text-align: center;
    font-size: 48px;
    color: inherit !important;
}

.woocommerce div.product.product_cat-membership p.price::before,
.woocommerce div.product.product_cat-membership span.price {
    display: block;
    content: "Annual Cost:";
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.woocommerce div.product form.cart {
    text-align: center;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 12px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: block;
    margin: 0px auto;
    border-radius: 0px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    border: 1px solid;
    border-color: var(--ftint-one);
    background-color: var(--ftint-one);
    color: #fff;
    cursor: pointer;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    margin: 0px auto 48px !important;
}

.entry-content .woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .entry-content .cart-collaterals .cart_totals h2,
.woocommerce-cart .entry-content .cart-collaterals .cart_totals table {
    display: none !important;
}

.woocommerce-billing-fields h3,
h3#enter-payment-heading,
h3#order_review_heading {
    text-transform: uppercase;
    color: var(--ftint-three, #d56436);
    text-align: center;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    font-size: 28px !important;
    line-height: 40px !important;
    padding: 7px 48px !important;
    margin: 0px auto 24px auto !important;
    display: block;
}

.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    max-width: 580px;
    margin: 48px auto;
}

.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--ftint-six);
    padding-bottom: 16px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: var(--ftint-five);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--ftint-five);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content {
    display: none;
    pointer-events: none;
}

.comment-content input {
    pointer-events: none;
}

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

.bypostauthor {
    display: none;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #fff;
    position: relative;
}

.site-footer-inner {
    max-width: 1080px;
    margin: 0px auto;
    padding: 48px 20px;
    font-size: 15px;
}

.site-footer p {
    margin-top: 0px;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a i {
    font-size: 20px;
    padding: 0px 5px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer figure {
    margin: 0 0;
}

.footer-widgets .widget {
    text-align: left;
    margin-bottom: 0px;
}

.footer-widget-1 {
    text-align: center;
}

.footer-widget-1 > .wp-block-group__inner-container > * {
    text-align: center;
}

.footer-widget-1 > .wp-block-group__inner-container > .wp-block-buttons {
    display: none;
    justify-content: center;
    align-self: start;
}

.footer-widget-1 > .wp-block-group__inner-container > :nth-child(4) {
    display: none;
}

.footer-widgets ul#menu-main-menu {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    grid-auto-flow: dense;
    direction: rtl;
    line-height: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widgets ul#menu-main-menu a {
    color: var(--ftint-two);
    font-family: var(--fondant-font--heading);
}

.footer-widgets ul#menu-main-menu ul.sub-menu {
    margin-bottom: 16px;
    line-height: 16px;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 500;
}

.footer-widgets ul#menu-main-menu ul.sub-menu a {
}

.site-footer :where(h1, h2, h3, h4, h5, h6),
.site-footer :where(h1, h2, h3, h4, h5, h6).has-background {
    padding: 0;
    margin-top: 0;
}

@media only screen and (min-width: 500px) {
    .footer-widgets ul#menu-main-menu {
        grid-template-columns: 30.6% 30.6% 30.6%;
        grid-auto-flow: unset;
        direction: unset;
    }
}

@media only screen and (min-width: 700px) {
    .footer-widgets {
        display: grid;
        gap: 4%;
        grid-template-columns: 20% 76%;
    }

    .footer-widget-1 > .wp-block-group__inner-container > *,
    .footer-widget-1 {
        text-align: left;
    }

    .footer-widget-1 > .wp-block-group__inner-container > .wp-block-buttons {
        display: flex;
        justify-content: start;
        align-self: start;
    }

    .footer-widget-1 > .wp-block-group__inner-container > :nth-child(4) {
        display: block;
        margin-top: 16px;
    }

    .footer-widget-1 > .wp-block-group__inner-container > .wp-block-buttons {
        justify-content: unset;
    }

    .footer-widgets ul#menu-main-menu {
        grid-template-columns: 22% 22% 12% 28%;
        grid-auto-flow: unset;
        direction: unset;
    }
}

@media only screen and (min-width: 880px) {
    .logged-in .footer-widgets ul#menu-main-menu {
        grid-template-columns: 22% 22% 12% 8% 24%;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-widgets ul#menu-main-menu {
        line-height: 18px;
        font-size: 16px;
    }

    .footer-widgets ul#menu-main-menu ul.sub-menu {
        font-size: 14px;
        line-height: 24px;
    }
}

/*--------------------------------------------------------------
## Back to Top Button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    width: 36px;
    height: 36px;
    opacity: 0;
    right: -50px;
    bottom: 15px;
    background-image: url(images/icons/arrow-up-circle.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: block;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    z-index: 999;
}

.back-to-top.scrolled {
    opacity: 0.8;
    right: 16px;
    bottom: 16px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.wp-block-image figcaption {
    font-size: 0.8em;
    color: #666666;
    font-weight: 400;
}




