/*!
Theme Name: 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: 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;
}

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

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}


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

h1 {
  font-size: 34px;
  line-height: 140%;
}

h2 {
  font-size: 30px;
  line-height: 133%;
}

h3 {
  font-size: 26px;
  line-height: 119%;
}

h4 {
  font-size: 24px;
  line-height: 121%;
}

h5 {
  font-size: 20px;
  line-height: 125%;
}




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

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

  h1 {
    font-size: 36px;
    line-height: 150%;
  }

  h2 {
    font-size: 34px;
    line-height: 115%;
  }

  h3 {
    font-size: 30px;
    line-height: 117%;
  }

  h4 {
    font-size: 26px;
    line-height: 119%;
  }

  h5 {
    font-size: 24px;
    line-height: 121%;
  }
}

@media only screen and (min-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 20px;
    line-height: 140%;
  }
}


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

*,
*: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. */
}

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

ul,
ol {
  margin: 0 0 1.5em 0.5em;
  padding-left: 20px;
  padding-right: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

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

figure.cover-column {
  height: 100%;
}

figure.cover-column img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.hide-on-mobile {
  display: none;
}

.alert-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  width: 220px;
  height: 44px;
  padding: 8px 0px;
  text-align: center;
  z-index: 9999999999;
  
}




@media only screen and (min-width: 1024px) {
  ul,
  ol {
    margin: 0 0 1.5em 1em;
  }
  .hide-on-mobile {
    display: inherit;
  }
  .hide-on-desktop {
    display: none;
  }
}

/*--------------------------------------------------------------
# Share Links
--------------------------------------------------------------*/

.share-container {
  position: relative;
  display: inline-block;
  padding: 6px 6px 0px 0px;
}

.share-links {
  visibility: hidden;
  width: 140px;
  background-color: #812a8f;
  position: absolute;
  padding: 4px 0px;
  bottom: 100%;
  left: 50%;
  margin-left: -70px;
  z-index: 99999;

}
.share-links::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #812a8f transparent transparent transparent;
}

.share-container.close-to-top .share-links {
  bottom: unset;
  top: 100%;
}


.share-container.close-to-top .share-links::after {
  top: unset;
  bottom: 100%;
  border-color: transparent transparent #812a8f transparent;
}


.share-links button,
.share-links a {
  display: block;
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 2px 0px 2px 4px !important;
  text-transform: none !important;
  border: none !important;
  line-height: 160% !important;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer !important;
  text-align: left !important;
}

.share-links button:hover,
.share-links a:hover {
  text-decoration: underline !important;
}

.share-link-icon {
  display: inline-block;
  text-align: center;
  padding: 0px;
  width: 24px;
  margin-right: 4px;
}

.share-container:hover .share-links {
  visibility: visible;
}

.share-data-permalink-field {
  position: absolute;
  top: -9999999999999px;
  left: -9999999999999px;
  border: none;
  background-color: transparent;
}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],

div:is(.site, .editor-styles-wrapper) button,
.btn-wrapper a,
a:is(.button, .post-edit-link, .wp-block-button__link) {
  border-radius: 0px;
  line-height: 1;
  padding: 8px 16px;
  text-decoration: none;
  margin: 6px auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  transition: all 0.25s ease-in-out;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.post-edit-link:hover {}

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,
a.button:active,
a.button:focus,
a.post-edit-link:active,
a.post-edit-link:focus {}

.wp-block-button {
  text-align: center;
}

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

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

.site-header-inner {
  max-width: 1240px;
  margin: 0px auto;
  padding: 10px 20px 5px;
}

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

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

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width: 768px) {
  .site-header-inner {
    padding: 25px 20px 25px;
  }
  .site-branding {
    max-width: 290px;
  }

}

/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width: 900px) {
}

/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width: 1024px) {
  .site-header {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
  }
  .site-header.scrolled {
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
  }
  .admin-bar .site-header {
    top: 32px;
  }

  .site-header-inner {
    transition: all 0.25s ease-in-out;
    padding: 25px 20px 36px;
  }



  .site-branding {
    float: left;
    transition: all 0.25s ease-in-out;
  }
  .site-header.scrolled .site-header-inner {
    padding-top: 0px;
    padding-bottom: 12px;
  }
  .site-header.scrolled .site-branding {
    max-width: 150px;
    padding-top: 12px;
  }


}

/* ===== == = === (1440px) === = == ===== */
@media only screen and (min-width: 1440px) {

  .site-branding {}
}

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: fixed;
  bottom: -150%;
  right: 0px;
  width: 80%;
  height: auto;
  transition: all 0.25s ease-in-out;
  z-index: 9998;
  text-transform: uppercase;
}

.main-navigation.is-open {
  bottom: 48px;
  background-color: #fff;
}

.main-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  text-align: left;
}

.main-navigation li {
  padding: 0px 24px;
  display: block;
}
.main-navigation li.social-menu-item,
.main-navigation li.btn-wrapper {
  display: none;
}



.main-navigation a {
  padding: 13px 8px 12px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #f9d234;
}


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

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

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

.main-navigation li.focus>a {
  display: block;
}
.main-menu-clear {
  display: none;
  clear: both;
  float: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

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

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

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

  .main-navigation,
  .main-navigation.is-open {
    position: relative;
    float: right;
    right: initial;
    top: initial;
    bottom: initial;
    height: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
  }

  .main-navigation ul {
    padding: 24px 0px 36px;
    display: block;
    font-size: 16px;
    padding: 0;
  }
  .site-header.scrolled .main-navigation ul {
    font-size: 14px;
  }
  .main-navigation li {
    padding: 0;
    float: left;
  }
  .main-navigation li.social-menu-item,
  .main-navigation li.btn-wrapper {
    display: block;
  }
  
  .main-navigation a {
    padding: 7px 14px;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;  
    color: #453232;
  }

  .secondary-menu li.extra-space-left {
    padding-left: 20px !important;
  }
  .secondary-menu li.extra-space-right {
    padding-right: 34px !important;
  }



  .main-navigation ul > li:first-child,
  .main-navigation ul > li:first-child > a {
    padding-left: 0 !important;
  }

  .main-navigation ul ul {
    float: none;
    position: absolute;
    top: 98%;
    left: -999em;
    z-index: 99999;
  }

  .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 {
    width: 247px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0px 20px 20px 20px;
    margin-top: 0px;
    display: inline-block;
  }

  .main-navigation ul li.focus>ul {
    left: -25%;
    columns: 3;
    padding: 24px;
  }

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

  .header-widgets {
    display: block;
  }
  .main-navigation .primary-menu-container {
    clear: both;
  }
  .main-navigation ul.primary-menu {
    font-size: 20px;
    margin-top: 14px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;  
  }
  .main-navigation ul.secondary-menu {
    float: right;
    padding-right: 14px;
  }

  .site-header.scrolled .main-navigation ul.primary-menu {
    font-size: 18px;
    margin-top: 0;
  }
  .site-header.scrolled .main-navigation ul.primary-menu a {
    padding: 0px 14px;
  }
  .main-menu-clear {
    display: block;
  }  

}
@media screen and (min-width: 1200px) {
  .main-navigation ul.primary-menu li {
    padding: 0 10px;
  }
  .main-navigation ul.secondary-menu {
    float: right;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .main-navigation ul.primary-menu li {
    padding: 0 20px;
  }
  .main-navigation ul.secondary-menu {
    float: right;
    padding-right: 34px;
  }
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  display: none;
  max-width: 1240px;
  padding: 0px 10px;
  margin: 0px auto 40px auto;
  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-evenly;
  flex-direction: row;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 4px 0;
}

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

a.logo-mobile {
  display: block;
  text-indent: -9999999px;
  background-image: url(images/midwest-academy-logo-mark.svg);
  background-size: contain;
  height: 36px;
  background-repeat: no-repeat;
  width: 21.333333%;
}

.mobile-navigation .button-container button,
.mobile-navigation .button {
  border: none;
  color: #fff;
  font-weight: 600;
  max-width: none;
}
.mobile-navigation .button-container button.donate-mobile-button {
  font-weight: 600;
  padding: 7px 15px;
}
.mobile-navigation .hamburger-container {
  width: 24%;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

.mobile-navigation .button-container button.hamburger {
  width: 40px;
  height: 24px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  background-image: url(images/hamburger.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.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: 1024px) {
  .mobile-navigation {
    display: none;
  }
}

/*--------------------------------------------------------------
# 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;
  /* 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: bold;
  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 {
  aspect-ratio: 3 / 1;
  padding-top: 12%;
  width: 100%;
  background-position: top 36% left 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post .entry-header {
  aspect-ratio: 3 / 1.65
}


.entry-header-background-desktop {
  display: none;
}

.page-header.has-header-background,
.entry-header.has-header-background {
  aspect-ratio: 25 / 30;
  padding-top: 52%;
}

.page-title,
.entry-title,
.entry-meta,
.entry-footer {
  max-width: 1240px;
  margin: 0px auto !important;
  padding: 0px 20px !important;
  color: #fff;
}
.page-title,
.entry-title {
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);

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


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

.entry-content > ul,
.entry-content > ol {
  padding: 0px 10px 0px 60px;
  max-width: 1240px;
}

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

.entry-content > ul > li > ul,
.entry-content > ol > li > ul {
  padding-left: 4px;
  max-width: 1220px;
  margin-left: .65em;
}

.entry-content>.wp-block-spacer {
  margin-bottom: 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: 1240px;
  margin: 0px auto;
  padding: 0px 20px;
}

.entry-content h1 {
  margin-top: 0px;
}

.entry-content h2 {
}

.entry-content h3 {
}

.entry-content h4 {
}

.entry-content h5 {
}


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

.wp-block-column > *:first-child,
.wp-block-column > .wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
  margin-top: 0px;
}



@media screen and (min-width: 600px) {
  .page-header,
  .entry-header,
  .single-post .entry-header {
    aspect-ratio: 6 / 1;
    padding-top: 5.2%;
  }  


  .page-header.has-header-background,
  .entry-header.has-header-background {
    aspect-ratio: 4 / 1;
    padding-top: 12%;
  }
  .entry-header-background-desktop {
    display: block;
  }
  .entry-header-background-mobile {
    display: none;
  }
    

}


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


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

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


  .entry-content h1 {
  }

  .entry-content h2 {
  }

  .entry-content h3 {
  }

  .entry-content h4 {
  }

  .entry-content h5 {
  }

}

@media screen and (min-width: 1300px) {
  .page-header,
  .entry-header {
    padding-top: 6%;
  }
  .page-header.has-header-background,
  .entry-header.has-header-background {
    padding-top: 16%;
    aspect-ratio: unset;
    height: 360px;
  }
  

}


/* Events Universal Styles */
.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6 {
  font-weight: 700 !important;
}

/* Events List View */
.list-event-year-separator {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.tribe-common .tribe-common-l-container {
  max-width: 1240px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.tribe-events .tribe-events-calendar-list__event-row {
  margin: 10px auto 30px auto !important;
  gap: 30px !important;
  padding-bottom: 30px !important;
  border-bottom: 1px solid #007DB9;
}

.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
  width: unset;
  padding: 0 !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
  flex-basis: 18% !important;
  padding: 0 !important;
  width: unset  !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime {
  text-align: left !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;

}
.tribe-events .tribe-events-calendar-list__event-wrapper {
  width: unset;
  padding: 0 !important;
  flex-basis: 52% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-details {
  width: 100% !important;
}

.tribe-events .tribe-events-calendar-list__event-title,
.tribe-events .tribe-events-calendar-list__event-title-link {
  color: #007DB9 !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;

}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue,
.tribe-events-calendar-list__event-header .tribe-events-virtual-virtual-event,
.tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue {
  font-family: "Poppins", sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #007DB9 !important;
  text-transform: uppercase !important;
}

.tribe-events-calendar-list__event-header .tribe-events-virtual-virtual-event__icon {
  display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
  font-size: unset !important;
  line-height: unset !important;
  margin-top: 0px !important;
}


.tribe-events .tribe-events-calendar-list__event-register-button {
  width: unset;
  padding: 0 !important;
  flex-basis: 31% !important;
  text-align: center !important;
}

.tribe-events .tribe-events-calendar-list__event-register-button a.button {
  width: 100%;
  max-width: 276px;
  display: inline-block !important;
  margin-top: 0 !important;
  padding: 16px 0px !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  border: inherit !important;
  background-color: inherit !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg.tribe-events-c-subscribe-dropdown__button-icon {
  display: none !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  transform: translateY(-12px) !important;
}

.tribe-events .tribe-events-calendar-list-nav {
  border-top: none !important;
  padding-top: 0 !important;
}

.tribe-events .tribe-events-c-nav__prev:disabled, .tribe-events button.tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events button.tribe-events-c-nav__next:disabled {
  text-transform: none;
  margin: 0 !important;

}

.tribe-events-single .tribe-events-series-relationship-single-marker {
  display: none;
  max-width: 1240px;
  margin: 12px auto 0px auto;
  padding-left: 24px;
}


.tribe-events-hybrid-single-marker, .tribe-events-virtual-single-marker {
  display: none;
}
h3.event-registration-header {
  font-weight: 400;
  text-transform: uppercase;
}



.tribe-events-single .entry-header {
  aspect-ratio: unset;
  padding-bottom: 12%;
}

.tribe-events-single .entry-header {
  line-height: 130%;
}


.tribe-events-single .wpforms-container {
  max-width: 500px;
  border: 1px solid #007DB9;
  padding: 24px;
  background-color: #CCEAF8;
}

.tribe-events-single .entry-content {
  padding-top: 0;
}

#tribe-events-footer .tribe-events-sub-nav {
  display: none;
}
a.series-more-link {
  display: inline-block;
  text-transform: uppercase;
  color: #007db9 !important;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}


.wpforms-field-checkbox ul li,
.wpforms-field-radio ul li,
div.wpforms-container-full .wpforms-form ul li {
  display: flex;
  margin-bottom: 8px !important;
}

.wpforms-field-checkbox ul li input,
.wpforms-field-radio ul li input {
  margin-top: 3px !important;
}


.radio-label-line-break {
  display: block;
  visibility: hidden !important;
  height: 1px !important;
}

.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime {
  margin-bottom: 0px;

}
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime span {
  font-size: 28px !important;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.tribe-events-schedule__separator {
  color: inherit;
}

#tribe-events-pg-template {
  max-width: none;
  padding: 0;
}

.tribe-block__events-link {
  justify-content: center;
  margin: 0;
  padding: 0;
}

.tribe-block__venue:empty {
  display: none;
}

a.button-event-register {
  display: inline-block;
  text-transform: none;
  font-size: 20px;
  padding: 16px 12px;
  width: 100%;
  height: 72px;
  text-align: center;
  margin: 0px 24px 24px 0px !important;
}


a.button-event-register.lang-spanish {

  background-image: url('/wp-content/themes/fondant-blocks/images/icons/espanol-spanish.webp');
  background-position: bottom 4px right 6px;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.button-event-register .button-event-register-location {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  text-transform: uppercase;
}



.event-series-list h3 a {
  text-transform: uppercase;
  color: #533C27 !important;
  text-decoration: none;
  margin-bottom: 4px;
}

.event-series-list a.button-event-register {
  display: block;
}

.entry-content-series .tribe-events-view--list {
  display: none !important;
}

@media only screen and (min-width: 575px) {
  a.button-event-register {
    width: 244px;
  }
  
}

@media only screen and (min-width: 820px) {
  .tribe-events-hybrid-single-marker, .tribe-events-virtual-single-marker,
  .tribe-events-single .tribe-events-series-relationship-single-marker {
    display: block;
  }  
  .single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime span {
    font-size: 30px !important;
  }  

}



@media only screen and (min-width: 1024px) {
  .single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime span {
    font-size: 42px !important;
  }
  a.button-event-register {
    font-size: 20px;
    padding: 16px 12px;
    width: 244px;
    height: 72px;
  }
  .button-event-register .button-event-register-location {
    font-size: 14px;
    margin-top: 8px;
  }
  
}



/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/
.job_filters {
  padding: 0;
  background-color: transparent;
}

.job_filters .search_jobs {
  background-color: transparent;
  padding: 0px;
}
.job_filters .search_jobs > div:not(.search_keywords, .search_location, .search_submit) {
  display: none;
}

.job_filters .search_jobs input[type="text"], 
.job_filters .search_jobs select {
  background-color: #ddd;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  font-family: 'Chivo';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px 9px;
}

.job_filters .search_jobs input[type="text"]::placeholder {
  text-transform: uppercase;
  color: #333;
}

.job_filters .search_jobs div.search_submit input {
  padding: 12px 16px;
  margin: 14px 0 0 0;
}


.job_filters .job_types {
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  border-top: none;
}
.job_filters .job_types li {
  border-right: none;
}
.job_filters .job_types li label {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.job_filters .job_types li label input[type="checkbox"] {
  margin-right: 8px;
}


div.job_listings ul.job_listings {
  grid-template-columns: 100%;
  padding-left: 0;
  display: grid;
  row-gap: 28px;
  column-gap: 2.4%;
  align-items: stretch;
  margin-top: 28px;
  border-top: none;
}

.rp4wp-related-job_listing>ul li.job_listing, .rp4wp-related-job_listing>ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
  border-bottom: none;
  position: relative;
}

.rp4wp-related-job_listing>ul li.job_listing a, .rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
  padding: 25px 25px 25px 25px;
  border: 1px solid #CCEAF8;
  height: 100%;
  color: #333;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.05);
  background-color: #f9f9f9;
  font-size: 18px;
}

.rp4wp-related-job_listing>ul li.job_listing a .meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta,
.rp4wp-related-job_listing>ul li.job_listing a .meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta,
.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location,
.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position,
.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
  float: none;
  display: block;
  position: static;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}
.rp4wp-related-job_listing>ul li.job_listing a .meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta,
.rp4wp-related-job_listing>ul li.job_listing a .meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta,
.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location,
.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
  width: 100%;
}
li.job_listing a time {
  font-size: 12px;
  margin-bottom: 15px;
}
.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
  margin-bottom: 15px;
}

img[src*="plugins/wp-job-manager/assets/images/company.png"] {
  display: none !important;
}

.job-listing-grid-share {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 24px;
  height: 36px;
  text-align: center;
  z-index: 990;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
  margin-bottom: 15px;
}

li.job_listing a .position h3 {
  color: #333;
  font-size: 18px !important;
  line-height: 144%;
}
.rp4wp-related-job_listing>ul li.job_listing a div.position .company, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company, ul.job_listings li.job_listing a div.position .company, ul.job_listings li.no_job_listings_found a div.position .company {
  color: #333 !important;
}

.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
  color: #333 !important;
  margin-bottom: 15px;
}


.job-manager .job-type, .job_listing .job-type, .job-types .job-type,
.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type, ul.job_listings li.job_listing a .meta .job-type, ul.job_listings li.no_job_listings_found a .meta .job-type {
  color: #333 !important;
  font-weight: normal;
}

.single-job_listing .entry-header {
  padding-top: 11%;
  opacity: 0;
  transition: all 0.25s ease-in-out;

}

.single-job_listing .entry-title {
  font-size: 26px;
}

.single-job_listing .entry-header .entry-meta {
  display: none;
}
.entry-content h2.job-listing-title {
  color: #000;
}

.single_job_listing .company {
  padding: 0;
  border: 0;
  box-shadow: none;
  min-height: 0;
  margin: 0;
}

.single_job_listing .company .name {
  margin: 0;
  padding: 0;
}
.job-company-website {
  display: block;
  color: #007DB9 !important;
}

.job-company-website::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 16px;
  background-image: url(https://mdwst.houseofcakes.com/wp-content/uploads/2023/03/ExternalLinkIcon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.single_job_listing .meta li {
  float: none;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0;
  line-height: 160%;
  color: #000;
}

.single_job_listing .meta li.job-company-name {
  text-transform: uppercase;
}
.single_job_listing .meta li.date-posted::before {
  display: none !important;
}

.single_job_listing .meta .location::before {
  content: "LOCATION: ";
  width: auto;
  height: auto;
  font-size: inherit;
  font-family: inherit !important;
  font-weight: inherit !important;
}

.single_job_listing .meta .location a {
  text-decoration: none;
  color: #000;;
}

.single_job_listing .meta .job-type {
  text-transform: uppercase;
}

.login-link-above-listings {
  float: right;
  color: #007db9;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  }

.login-link-above-listings a {
  text-transform: uppercase;
  color: #007db9 !important;
  text-decoration: none;
}

.login-link-above-listings a:hover {
  color: #f37024 !important;
  text-decoration: underline;
}


.job-manager-form fieldset.fieldset-login_required .field.account-sign-in {
  font-size: 16px;
  line-height: 20px;
  float: none;
  width: 100%;

}

.job-manager-form fieldset.fieldset-login_required label {
  float: none !important;
  width: 100% !important;
}

.job-manager-form fieldset.fieldset-login_required .field.account-sign-in:after {
  display: block;
  color: #812a8f;
  font-size: 30px;
  line-height: 133%;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 24px;
  content: 'Job Details';
}

#job-manager-job-dashboard .account-sign-in .button,
.field.account-sign-in a.button {
  display: block;
  max-width: 120px;
  float: none;
  margin: 0 0 36px 0;
  text-align: center;
  padding: 12px 16px;
}
.account-sign-in .button::before {
  display: none !important;
}
.search-form-on-single-job-listing div.job_listings ul.job_listings {
  display: none;
}


.single_job_listing .application .application_details, .job-manager-application-wrapper .application .application_details {
  border: none !important;
  padding: 0 !important;
  box-shadow: none;
}

.single_job_listing .application .application_details h3, 
.job-manager-application-wrapper .application .application_details h3 {

}


@media only screen and (min-width: 575px) {
  div.job_listings ul.job_listings {
    grid-template-columns: 48.8% 48.8%;
  }  
  .single-job_listing .entry-header {
    padding-top: 13%;
  }
  .job-company-website {
    float: right;
    padding-right: 20px;
  }
  .job-company-logo-single  {
    float: right;
    padding: 0px 20px 20px 20px;
    max-width: 300px;
  }



  
  .single_job_listing .meta {
    clear: none;
  }
  
  
}

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

  .job_filters .search_jobs div.search_keywords {
    width: 40%;
    padding-right: 14px;
  }
  .job_filters .search_jobs div.search_location {
    width: 40%;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
  }
  .job_filters .search_jobs div.search_submit {
    width: 20%;
    float: right;
    padding-left: 14px;
    padding-top: 0;
  }
  .job_filters .search_jobs div.search_submit input {
    margin: 0 0 0 0;
  }
  

  div.job_listings ul.job_listings {
    grid-template-columns: 31.7% 31.7% 31.7%;
  }  

  .single-job_listing .entry-header {
    padding-top: 5%;
  }
  .single-job_listing .entry-title {
    font-size: 34px;
  }
    
}

@media only screen and (min-width: 1024px) {
  .single-job_listing .entry-header {
    padding-top: 6.3%;
    max-height: 240px;
  }
  .single-job_listing .entry-title {
    font-size: 38px;
  }
  .job-company-website {
    padding-right: 60px;
  }

}

@media only screen and (min-width: 1200px) {
  div.job_listings ul.job_listings {
      grid-template-columns: 23.2% 23.2% 23.2% 23.2%;
  }
  .job-company-website {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .job-company-website {
    padding-right: 300px;
  }
}





/*--------------------------------------------------------------
## Blog and Archive
--------------------------------------------------------------*/

body:is(.blog, .archive) .site-main article {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

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

body:is(.blog, .archive) .page-header {
  margin-bottom: 40px;
}


body:is(.blog, .archive) .site-main article .entry-header a {
  text-decoration: none;

}


.entry-header.entry-header-blog {
  aspect-ratio: auto;
  padding-top: 0;
  background-color: transparent !important;
}

.entry-header.entry-header-blog .entry-title {
  text-shadow: none;
  text-transform: none;
  margin: 10px 0px;
}

.entry-header.entry-header-blog .entry-meta,
.entry-header.entry-header-blog .entry-meta a {
  color: #333;
}

body:is(.blog, .archive) .entry-content {
  padding: 0 0 0 0;
}

.single-post .entry-header .entry-meta a {
  color: #fff !important;
}



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

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

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width: 768px) {
  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;
}


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

.bypostauthor {
  display: block;
}

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


.site-footer {}

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

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

.site-footer a,
.site-footer a:visited {
  text-decoration: none;
  color: #fff;
}

.site-footer a:hover {
  text-decoration: underline;

}

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

.site-footer a:is(.button, .post-edit-link, .wp-block-button__link) {
  font-size: 16px;
  padding: 7px 15px;
  line-height: 24px;
  font-weight: 600;
}

.site-footer hr {
  height: 1px;
  margin: 30px 0px;
}

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

.site-footer .mc4wp-name,
.site-footer .mc4wp-form label {
  display: none;
}

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

.site-footer .wp-block-group.has-background {
  padding: 0;
}
.site-footer figure {
  margin: 0;
}


/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width: 600px) {
  .footer-widgets {
    display: grid;
    gap: 2%;
    grid-template-columns: 49% 49%;
  }
}

@media only screen and (min-width: 900px) {
  .footer-widgets {
    grid-template-columns: 28% 26% 30%;
    gap: 8%;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer-inner {
    padding: 48px 20px 48px;
  }  
}


@media only screen and (min-width: 1200px) {
  .footer-widgets {
    grid-template-columns: 22% 20% 24%;
    gap: 17%;
  }
}





/*--------------------------------------------------------------
## Back to Top Button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  width: 36px;
  height: 48px;
  opacity: 0;
  right: -50px;
  bottom: 15px;
  background-image: url(images/icons/arrow-double-up.png);
  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: .8em;
  color: #666666;
  font-weight: 400;
}