/*!
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 {
  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
--------------------------------------------------------------*/

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), url(fonts/montserrat/'Montserrat-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), url('fonts/montserrat/Montserrat-Italic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local('Montserrat Thin'), url('fonts/montserrat/Montserrat-Thin.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: local('Montserrat Thin Italic'), url('fonts/montserrat/Montserrat-ThinItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local('Montserrat ExtraLight'), url('fonts/montserrat/Montserrat-ExtraLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: local('Montserrat ExtraLight Italic'), url('fonts/montserrat/Montserrat-ExtraLightItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), url('fonts/montserrat/Montserrat-Light.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), url('fonts/montserrat/Montserrat-LightItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), url('fonts/montserrat/Montserrat-Medium.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), url('fonts/montserrat/Montserrat-MediumItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), url('fonts/montserrat/Montserrat-SemiBoldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), url('fonts/montserrat/Montserrat-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), url('fonts/montserrat/Montserrat-BoldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), url('fonts/montserrat/Montserrat-ExtraBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), url('fonts/montserrat/Montserrat-ExtraBoldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), url('fonts/montserrat/Montserrat-Black.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), url('fonts/montserrat/Montserrat-BlackItalic.woff') format('woff');
  }



body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

h1 {
  font-family: "Teko", "Impact", "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}


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

h1 {
  font-size: 84px;
  line-height: 112%;
}

h2 {
  font-size: 36px;
  line-height: 139%;
}

h3 {
  font-size: 24px;
  line-height: 112%;
}

h4 {
  font-size: 18px;
  line-height: 117%;
}

h5 {
  font-size: 16px;
  line-height: 120%;
}




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: 120px;
    line-height: 110%;
  }

  h2 {
    font-size: 40px;
    line-height: 155%;
  }

  h3 {
    font-size: 28px;
    line-height: 118%;
  }

  h4 {
    font-size: 20px;
    line-height: 128%;
  }

  h5 {
    font-size: 16px;
    line-height: 123%;
  }


}


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

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

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

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

div:is(.site, .editor-styles-wrapper) button,
.btn-wrapper a,
.nav-button a,
a:is(.button, .post-edit-link, .wp-block-button__link) {
  border-radius: 0px;
  line-height: 1;
  padding: 0.85em 1em 0.85em;
  text-decoration: none;
  margin: 6px auto;
  font-weight: 600;
  text-transform: uppercase;
}


.wp-block-buttons.is-style-button-condensed-no-background a.wp-block-button__link {
  background-color: transparent !important;
  color: #f58220;
  font-family: "Teko", "Impact", "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  font-size: 36px;

}

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: 1100px;
  margin: 0px auto;
  padding: 12px 20px 12px;
}

.site-branding {
  max-width: 180px;
  margin: 0px auto;
  transition: all 0.25s ease-in-out;
}

.site-header.scrolled .site-branding {
  max-width: 120px;
}

.site-branding img{
  width: 100%;
  transition: all 0.25s ease-in-out;
}


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

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width: 768px) {
  .site-header {
    background-color: rgba(255,255,255,0.4);
    position: fixed;
    width: 100vw;
    top: 0px;
    left: 0;
    z-index: 50;
    transition: all 0.25s ease-in-out;
  }
  .site-header.scrolled,
  body.home .site-header.scrolled {
    background-color: rgba(255,255,255,0.9);
  }
  .site-header-inner {
    padding: 24px 20px 12px;
  }

  .site-branding {
    float: left;
  }
}

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

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

  .site-branding {}
}

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

  .site-branding {}
}

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

a {
  text-decoration: none;
}

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: 75px;
  background-color: #fff;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 24px 0px 36px;
  font-size: 14px;
  text-align: left;
}

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

.main-navigation a {
  padding: 13px 8px 12px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  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;
}

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

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

  .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;
    margin-top: 48px;
    transition: all 0.25s ease-in-out;
  }
  .site-header.scrolled .main-navigation,
  .site-header.scrolled .main-navigation.is-open {
    margin-top: 32px;
  }


  .main-navigation ul {
    display: block;
    font-size: 14px;
    padding: 0;
    margin-top
  }

  .main-navigation li {
    padding: 0;
    float: left;
  }

  .main-navigation a {
    padding: 7px 12px;
    border-bottom: none;
    color: #453232;
  }
  .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 ul.primary-menu {
    clear: both;
  }
  .main-navigation .nav-button {
    display: none;
  }
  .main-navigation .nav-button a {
    font-weight: 700;
    padding: 16px 32px;
    margin-top: -10px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .main-navigation .nav-button {
    display: block;
  }

}


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


.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: center;
  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;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

a.logo-mobile {
  display: block;
  text-indent: -9999999px;
  background-image: url(images/logo-mark.svg);
  background-size: 35px;
  height: 36px;
  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;
}

.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: 768px) {
  .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: 200px auto 0px auto;
}

.page-header,
.entry-header {
  text-align: center;
}

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

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

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

.entry-content>*:last-child {
  margin-bottom: 0;
}


.entry-content p {
  line-height: 144%;
}

.entry-content p.is-style-lightweight {
  font-weight: 300;
}

.entry-content h1.is-style-lightweight,
.entry-content h2.is-style-lightweight,
.entry-content h3.is-style-lightweight,
.entry-content h4.is-style-lightweight {
  font-weight: 300;
}




.entry-content ul,
.entry-content ol {
  padding: 0px 20px 0px 48px;
  max-width: 1100px;
  line-height: 144%;
}

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


.entry-content>.wp-block-group.has-background,
.entry-content>.wp-block-cover {
  max-width: none;
  margin-bottom: 0px;
}

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




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

.wp-block-separator.is-style-dots {
  border-top: 4px dotted #fff;
}
.wp-block-separator.is-style-dots::before {
  display: none;
}



.entry-footer {}

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

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

.wp-block-group.girl-bg {
  background-image: url('images/3-girls-v2.webp');
  background-repeat: no-repeat;
  background-size: 42% auto;
  background-position: bottom right;
}

.wp-block-group.bg-image-group {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.wp-block-group.bg-access {
  background-image: url('images/access-2.png');
  background-size: 45vw auto;
}

.wp-block-group.bg-alumni {
  background-image: url('images/alumni-png.png');
  background-size: 51vw auto;
}

.wp-block-group.bg-megaphone {
  background-image: url('images/IMG_3199_blue.png');
  background-size: 45vw auto;
}

.wp-block-group.bg-volunteer {
  background-image: url('images/volunteer.png');
  background-size: 50vw auto;
}









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


@media screen and (min-width: 768px) {
  .entry-header {
    text-align: left;
  }
  .wp-block-group.bg-image-group {
    min-height: 35vh;
  }
  

}


@media screen and (min-width: 1024px) {
  .wp-block-group.bg-image-group {
    min-height: 75vh;
    padding-top: 60px
  }
  .wp-block-group.bg-image-group h2 {
    font-size: 60px;
    line-height: 116%;
  }
  .wp-block-group.bg-access {
    background-size: 45vw auto;
  }
  
  .wp-block-group.bg-alumni {
    background-size: 51vw auto;
  }
  
  .wp-block-group.bg-megaphone {
    background-size: 45vw auto;
  }
  


}

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

/*--------------------------------------------------------------
## Blog and Archive
--------------------------------------------------------------*/
body:is(.blog, .archive) .site-main article {
  padding: 40px 0px 40px 0px;
  display: block;
  width: 95%;
  max-width: 370px;
  margin: 12px auto;
  background-color: #E0EDEF;
  padding: 16px 0px;
}

body:is(.blog, .archive) .site-main article .entry-header {
  width: 100%;
  max-width: none;
  float: none;
  text-align: left;
}
body:is(.blog, .archive) .site-main article .entry-header .entry-title {
  line-height: 1;
  font-weight: normal;
  margin: 8px 0px;
}
body:is(.blog, .archive) .site-main article .entry-header .entry-title a {
  color: #000;
}
body:is(.blog, .archive) .site-main article .entry-header a {
  text-decoration: none;
}

body:is(.blog, .archive) .site-main article .entry-header .entry-meta {
  font-size: 14px;
}
body:is(.blog, .archive) .site-main article .post-thumbnail-link {
  max-width: 100%;
  display: block;
}

body:is(.blog, .archive) .site-main article img {
  max-width: 100%;
  width: 100%;
  height: auto;
}


body:is(.blog, .archive) .site-main article .entry-content {
  font-size: 14px;
}

@media only screen and (min-width: 575px) {
  body:is(.blog, .archive) .site-main .blog-post-container {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 2%;
    row-gap: 30px;
    padding: 0px 40px;
    max-width: 1160px;
    margin: 0px auto;
  }
  body:is(.blog, .archive) .site-main article {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body:is(.blog, .archive) .site-main .blog-post-container {
    grid-template-columns: 32% 32% 32%;
  }
  
}



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

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

/* ===== == = === (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 .site-header {
  background-color: transparent;
}


body.home .entry-header {
  display: none;
}
body.home .site-content {
  margin-top: 0px;
}
body.home .entry-content {
  padding-top: 0px;
}

body.home .entry-content > .wp-block-cover:first-child {
  align-items: flex-end;
}
body.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) {
  body.home .site-header .primary-menu a {
    color: #fff;
  }
  body.home .site-header.scrolled .primary-menu a {
    color: #124e91;
  }
  body.home .site-header.scrolled .primary-menu li.nav-button a {
    color: #fff;
  }



  


}







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

.bypostauthor {
  display: block;
}

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


.site-footer {}

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

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

.site-footer a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.site-footer a:hover {
  color: #F58220
}

.site-footer a {

}

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

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


/* ===== == = === (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: 20% 20% 22% 26%;
    gap: 4%;
  }
  .footer-widgets .widget:nth-child(3) {
    border-right: 4px dotted #fff;
  }
  .footer-widgets .widget:nth-child(4) {
    padding-left: 24px;
  }


}







/*--------------------------------------------------------------
## 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%;
  display: block;
  margin: 0px auto;
}

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