/*!
Theme Name: Project Hope Alliance Custom
Theme URI: http://underscores.me/
Author: Aron Moe Macarow
Author URI: http://www.wellmadedigital.com
Description: Custom theme for Project Hope Alliance charity.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stellarestaurant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Yeah man, wish this would work. Like now. Like 1/21/25 v3

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.

Stella 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/

change 1/22/25 v1.2

NOTE: This is the staging CSS and will undergo major transformation

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Special Events
# Site additions
--------------------------------------------------------------*/
/*$size__site-main: 100%;
$size__site-sidebar: 25%;*/
/*
@import "mixins/mixins-master";
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/* working hard */
/**
 * 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
/* 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/ */
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: var(--wp--preset--color--base);
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: var(--wp--preset--color--primary-fifty);
}
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;
}
/* specific css for WP Query lists */
.wp-block-query ul {
  margin: 0;
}
.wp-block-query ul a {
  color: var(--wp--preset--color--accent-teal);
  transition: color 0.5s ease;
}
.wp-block-query ul a:hover {
  color: var(--wp--preset--color--accent-orange);
}
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
--------------------------------------------------------------*/
/*
@import "buttons";

@import "fields";
*/
/*--------------------------------------------------------------
## WP Forms customizations
--------------------------------------------------------------*/
.wpforms-field-row.wpforms-field-medium, .wpforms-container input.wpforms-field-medium {
  max-width: 100% !important;
}
/*--------------------------------------------------------------
## MailChimp customizations
--------------------------------------------------------------*/
#mc_embed_signup {
  color: var(--wp--preset--color--base-2);
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  width: 70%;
  max-width: 900px;
}
#mc_embed_signup fieldset {
  padding: 1em;
  display: flex;
  flex-flow: column nowrap;
  border: none;
}
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"], #mc_embed_signup input[type="submit"] {
  margin: 1em 0;
  padding: 1em;
  font-size: 12px;
  width: 100%;
}
#mc_embed_signup input[type="submit"] {
  width: 50%;
  margin: 0 auto;
}
#mc_embed_signup_footer {
  background: var(--wp--preset--color--primary);
  clear: left;
  font: 12px Helvetica, Arial, sans-serif;
}
#mc_embed_signup_footer #mc_embed_signup_scroll {
  background-color: var(--wp--preset--color--contrast);
  display: flex;
  justify-content: center;
}
#mc_embed_signup_footer #mc_embed_signup_scroll div:first-child {
  width: 60%;
}
#mc_embed_signup_footer #mc_embed_signup_scroll label {
  color: #fff;
}
#mc_embed_signup_footer #mc_embed_signup_scroll input[type="email"], #mc_embed_signup_footer #mc_embed_signup_scroll input[type="submit"] {
  margin: 1em 0;
  padding: 1em;
  font-size: 12px;
  width: 100%;
}
#mc_embed_signup_footer #mc_embed_signup_scroll input[type="submit"] {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #mc_embed_signup_footer #mc_embed_signup_scroll {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  #mc_embed_signup_footer #mc_embed_signup_scroll {
    flex-flow: column nowrap;
  }
  #mc_embed_signup_footer #mc_embed_signup_scroll div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  #mc_embed_signup_footer #mc_embed_signup_scroll div:first-child {
    width: 100%;
  }
  #mc_embed_signup_footer #mc_embed_signup_scroll label {
    text-align: center;
  }
  #mc_embed_signup_footer #mc_embed_signup_scroll input[type="email"], #mc_embed_signup_footer #mc_embed_signup_scroll input[type="submit"] {
    font-size: 12px;
    margin: 10px auto 20px;
    padding: 8px;
    width: 100%;
  }
  #mc_embed_signup_footer #mc_embed_signup_scroll input[type="submit"] {
    margin: 2% auto;
    padding: 1em 2em;
    width: 80%;
  }
}
#subscribe p {
  font-family: "Encode Sans Expanded", sans-serif;
}
#subscribe #mc_embed_signup .mc-field-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.1em;
  color: #fff;
  font-family: "Encode Sans Expanded", sans-serif !important;
}
#subscribe #mc_embed_signup .button {
  background-color: var(--wp--preset--color--primary);
  border-color: #fff;
  font-family: "Encode Sans Expanded", sans-serif;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25rem;
  text-align: center;
  margin: 1em auto 0.5em;
  display: flex;
  opacity: 1;
  line-height: 1;
  height: auto;
  transition: background-color 0.3s ease-out;
}
#subscribe #mc_embed_signup .button:hover, #subscribe #mc_embed_signup .button:focus {
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  opacity: 1;
  transition: background-color 0.3s ease-out;
}
#subscribe #mc_embed_signup form {
  padding: 10px 3%;
}
#subscribe input {
  border-radius: 5px !important;
  border: 2px solid #fff !important;
  padding: 1.3em !important;
  font-family: "Encode Sans Expanded", sans-serif !important;
  letter-spacing: 2px;
  background: #dbefed;
  height: 40px;
}
#subscribe .indicates-required {
  color: #fff;
}
#subscribe #mc-embedded-subscribe-form input[type=checkbox] {
  height: auto;
}
/*--------------------------------------------------------------
## Caldera customizations
--------------------------------------------------------------*/
.caldera-grid .pizza-form label {
  color: #fff !important;
}
.caldera-grid .pizza-form .form-control {
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 1.3em;
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  letter-spacing: 2px;
  background: var(--wp--preset--color--base-2);
  height: 40px;
}
.caldera-grid .pizza-form .form-control:focus {
  border-color: var(--wp--preset--color--accent-yellow);
  text-transform: none;
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.caldera-grid .pizza-form .form-control::-webkit-input-placeholder {
  /* Chrome */
  color: var(--wp--preset--color--contrast);
}
.caldera-grid .pizza-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--wp--preset--color--contrast);
}
.caldera-grid .pizza-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--wp--preset--color--contrast);
  opacity: 1;
}
.caldera-grid .pizza-form .form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: var(--wp--preset--color--contrast);
  opacity: 1;
}
.caldera-grid .pizza-form textarea.form-control {
  height: auto !important;
}
.caldera-grid label {
  color: #fff !important;
}
input.pizza-form[type="submit"] {
  background-color: var(--wp--preset--color--primary);
  border-color: #fff;
  font-family: "Encode Sans Expanded", sans-serif;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25rem;
  text-align: center;
  margin: 1em auto 0.5em;
  display: flex;
  opacity: 1;
  transition: background-color 0.3s ease-out;
}
input.pizza-form[type="submit"]:hover, input.pizza-form[type="submit"]:focus {
  opacity: 1;
  transition: background-color 0.3s ease-out;
  background-color: #fff;
  border-color: #fff;
  color: var(--wp--preset--color--primary);
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--wp--preset--color--accent-teal);
  cursor: pointer;
  transition: all 0.75s ease-out;
}
a:visited {
  color: var(--wp--preset--color--accent-orange);
}
a:hover, a:focus, a:active {
  color: var(--wp--preset--color--accent-red);
}
a.smoothie {
  border-bottom: none;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}
a.smoothie:hover, a.smoothie:focus {
  opacity: 0.5;
  transition: opacity 0.5s ease-out;
}
.wp-block-button a {
  color: var(--wp--preset--color--base-2);
  cursor: pointer;
  min-width: 200px;
  transition: all 0.5s ease-out;
}
.wp-block-button a:visited, .wp-block-button a:focus, .wp-block-button a:active {
  /* color: var(--wp--preset--color--base);*/
}
.wp-block-button a:hover {
  color: var(--wp--preset--color--accent-yellow);
  background-color: var(--wp--preset--color--accent-teal);
}
/* footer */
.site-info a {
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  color: var(--wp--preset--color--accent-yellow);
  text-decoration: none;
  letter-spacing: 0.15rem;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
# Menus

Box-shadow
https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow

Box-shadow generator
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_backgrounds_and_borders/Box-shadow_generator

--------------------------------------------------------------*/
header#masthead {
  box-shadow: 0px 0px 48px 15px #00000030;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 103.19px;
  background: var(--wp--preset--color--base-2);
  z-index: 10;
  transition: all 0.5s ease;
}
.container-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2em;
  text-align: center;
  width: 100%;
}
.main-navigation {
  text-align: right;
  padding: 2.3em 0;
  transition: padding 0.5s ease-in-out;
}
.main-navigation .menu-main-navigation-right-container {
  display: inline-block;
}
.main-navigation .current-menu-item a {
  border-bottom: 2px solid var(--wp--preset--color--accent-yellow);
  color: var(--wp--preset--color--accent-teal);
  padding-bottom: 1em;
}
.main-navigation a {
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  font-weight: 700;
  color: var(--wp--preset--color--contrast-2);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2rem;
  font-size: var(--wp--preset--font-size--navigation);
  opacity: 1;
  transition: color 0.3s ease;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: var(--wp--preset--color--accent-teal);
  opacity: 1;
  transition: color 0.3s ease;
}
.main-navigation ul {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  color: var(--wp--preset--color--contrast);
  text-transform: uppercase;
}
.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li a:hover > ul, .main-navigation ul li a:focus > ul {
  padding: 39px 0 0;
  text-align: center;
  left: -50%;
  right: -50%;
  position: absolute;
  overflow: visible;
  clip: auto;
  width: auto;
  display: block;
  height: auto;
  top: auto;
}
.main-navigation li {
  display: inline-block;
  float: left;
  position: relative;
}
.main-navigation li:after, .main-navigation li:before {
  display: inline-block;
  content: "";
  padding: 0 0 0 1.5em;
}
.main-navigation li:hover > a, .main-navigation li:focus > a {
  color: #e4ac25;
}
.main-navigation li:last-child:after {
  padding: 0 0 0 1em;
}
.main-navigation ul.sub-menu {
  padding: 1em 0 0;
}
.main-navigation ul.sub-menu:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
}
.main-navigation ul.sub-menu li {
  padding: 0;
  padding-top: 0;
  width: 100%;
  text-align: center;
  background: var(--wp--preset--color--accent-yellow);
  margin: 1px 0;
  line-height: 1;
  transition: all 0.5s ease;
}
.main-navigation ul.sub-menu li:hover, .main-navigation ul.sub-menu li:focus {
  background: var(--wp--preset--color--accent-orange);
}
.main-navigation ul.sub-menu li:hover a, .main-navigation ul.sub-menu li:focus a {
  color: var(--wp--preset--color--base-2);
}
.main-navigation ul.sub-menu li a {
  color: var(--wp--preset--color--contrast-2);
  font-size: 0.8em;
  font-family: var(--wp--preset--font-family--encode-sans-expanded);
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}
.main-navigation ul.sub-menu li a:after {
  display: none;
}
.main-navigation ul.sub-menu li.current-menu-item a {
  border-bottom: 0;
  padding-bottom: 10px;
}
nav ul {
  list-style: none;
}
/*----------------------------------------------------------------------------------------------------------------------------
# Site Branding
--------------------------------------------------------------*/
.site-branding {
  background: transparent;
  display: block;
  height: inherit;
  position: relative;
  z-index: 999;
  transition: all 0.5s ease;
}
.site-branding a {
  /*transition: all 0.5s ease;*/
}
.site-branding a:hover #e-logo.st0, .site-branding a:focus #e-logo.st0 {
  fill: #7E9D3D;
  /*transition: all .5s ease;*/
}
.site-branding-mobile {
  margin: 0 0 2em;
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
}
#e-logo {
  display: block;
  height: inherit;
  width: 72px;
  /* this might become a clamp/var */
  padding-top: 0.6em;
  will-change: height;
  /* same with this */
  transition: all 0.5s ease;
}
/* ******************** SVG logo  ******************** */
svg {
  max-width: 100%;
}
#alliance, #hope, #project {
  opacity: 1;
  transition: all 0.5s ease;
}
.st0 {
  fill: #000;
  transition: all 0.5s ease;
}
.st0:hover {
  fill: #7E9D3D;
}
.st1 {
  fill: #7E9D3D;
  transition: all 0.5s ease;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  /*.main-navigation ul {
		display: flex;
		flex-flow: row nowrap;
	}*/
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  header#masthead {
    height: 80px;
  }
  .site-branding {
    height: 80px;
    padding: 0.5em;
  }
  #e-logo {
    width: 58px;
    padding-top: 0;
  }
  .main-navigation {
    padding: 1.1em 0;
  }
  .site-branding-mobile {
    display: flex;
  }
}
@media screen and (max-width: 550px) {
  header#masthead {
    height: 68px;
  }
  .site-branding {
    height: 68px;
    padding: 0.5em;
  }
  #e-logo {
    width: 50px;
  }
  .main-navigation {
    padding: 1.1em 0;
  }
  .container-nav {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .scrolled .site-branding, .scrolledHeight .site-branding {
    padding: 0.35em;
    height: 90px;
  }
  .scrolled #e-logo, .scrolledHeight #e-logo {
    /*	height: 68px;
			width: 67px;*/
  }
  .scrolled .main-navigation, .scrolledHeight .main-navigation {
    padding: 0.9em 0;
  }
}
.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%;
}
/* ************************** responsive menu styles ************************** */
.mobile-menu {
  display: none;
}
.hamburglar-contain {
  display: none;
}
#hamburglar .line {
  width: 40px;
  height: 3px;
  display: block;
  margin: 8px auto;
  background-color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#mobile-wrapper {
  overflow-y: scroll;
}
@media screen and (max-width: 950px) {
  /* goal to change this back to 1020px */
  .main-navigation {
    display: none;
  }
  .hamburglar-contain {
    position: fixed;
    display: block;
    top: 12px;
    right: 2em;
    z-index: 10;
  }
  header#masthead.scrolled, header#masthead.scrolledHeight {
    justify-content: flex-start;
  }
  header#masthead.scrolled .main-navigation ul li:hover > ul, header#masthead.scrolled .main-navigation ul li:focus > ul, header#masthead.scrolled .main-navigation ul li a:hover > ul, header#masthead.scrolled .main-navigation ul li a:focus > ul, header#masthead.scrolledHeight .main-navigation ul li:hover > ul, header#masthead.scrolledHeight .main-navigation ul li:focus > ul, header#masthead.scrolledHeight .main-navigation ul li a:hover > ul, header#masthead.scrolledHeight .main-navigation ul li a:focus > ul {
    padding: 23px 0 0;
  }
  header#masthead.scrolled .main-navigation ul.sub-menu:after, header#masthead.scrolledHeight .main-navigation ul.sub-menu:after {
    top: 23px;
  }
  .scrolled, .scrolledHeight {
    /*#e-logo {
			background-size: contain;
			height: 78px;
			width: 77px;
		} check this out later */
  }
  .scrolled .site-branding, .scrolledHeight .site-branding {
    padding: 0.5em 0;
  }
  #hamburglar.is-active .line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  #hamburglar.is-active .line:nth-child(2) {
    opacity: 0;
  }
  #hamburglar.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  #mobile-menu {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    overflow-y: scroll;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background-color: transparent;
    transition: all 0.5s ease;
    /*		.sub-menu {
			padding: 1em 0 0;
			display: none;
			
			li {
				padding: 0;
				padding-top: 0;
				width: 100%;
				text-align: center;
				background: var(--wp--preset--color--accent-yellow);
				margin: 1px 0;
				line-height: 1;
				transition: all .5s ease;
				
				&:hover, &:focus {
					background: var(--wp--preset--color--accent-orange);
				
					a {
						color: var(--wp--preset--color--base-2);
					}			
				}
				
				a {
					color: var(--wp--preset--color--contrast-2);
					font-size: 0.8em;
					font-family: var(--wp--preset--font-family--encode-sans-expanded);
					text-align: left;
					display: block;
					margin: 0 auto;
					width: 100%;
					text-align: center;
					padding-top: 10px;
					padding-bottom: 10px;
					border-bottom: none;
					
					&:after {
						display: none; 
					}
				}	
			}
			
			li.current-menu-item {
				
				a {
					border-bottom: 0;
					padding-bottom: 10px;
				}
			}
		}*/
  }
  #mobile-menu #e-logo {
    background: url(/wp-content/uploads/2018/07/PHA_logo_white-01.png) no-repeat;
    display: block;
    background-size: contain;
    height: 80px;
    width: 80px;
    text-align: center;
    margin: 1rem auto;
  }
  #mobile-menu ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  #mobile-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  #mobile-menu ul ul ul {
    left: -999em;
    top: 0;
  }
  #mobile-menu ul ul li:hover > ul, #mobile-menu ul ul li:focus > ul {
    left: 100%;
  }
  #mobile-menu ul ul a {
    width: 200px;
    font-family: var(--wp--preset--font-family--encode-sans-expanded);
    color: var(--wp--preset--color--contrast);
    text-transform: uppercase;
  }
  #mobile-menu ul li:hover > ul, #mobile-menu ul li:focus > ul, #mobile-menu ul li a:hover > ul, #mobile-menu ul li a:focus > ul {
    padding: 0.5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: auto;
    display: block;
    height: auto;
  }
  #mobile-menu li {
    padding: 0.3em 0;
  }
  #mobile-menu a {
    font-family: var(--wp--preset--font-family--encode-sans-expanded);
    font-weight: 600;
    letter-spacing: 0.085rem;
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--base-2);
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
  }
  #mobile-menu a:hover, #mobile-menu a:focus {
    opacity: 1;
    color: var(--wp--preset--color--contrast);
  }
  #mobile-menu.is-active {
    height: 100%;
    padding: 0;
    background-color: var(--wp--preset--color--primary);
  }
  #masthead.is-active {
    background: var(--wp--preset--color--accent-red);
  }
  #masthead.is-active .site-branding {
    display: none;
  }
  #hamburglar.is-active .line {
    background-color: var(--wp--preset--color--accent-purple);
  }
}
/*
@media screen and (max-height: 375px) {
	.hamburglar-contain {
		top: 18px; 
	}
	#mobile-menu #e-logo {
		height: 13px;
		width: 180px;
	}
	.site-branding-mobile {
		margin: 0 0 1em; 
	}
}
*/
/*  ********************************************************* scrolled main nav ********************************************************* */
#masthead.scrolled, #masthead.scrolledHeight {
  z-index: 10;
  height: 69px;
}
header#masthead.scrolled .main-navigation ul li:hover > ul, header#masthead.scrolled .main-navigation ul li:focus > ul, header#masthead.scrolled .main-navigation ul li a:hover > ul, header#masthead.scrolled .main-navigation ul li a:focus > ul, header#masthead.scrolledHeight .main-navigation ul li:hover > ul, header#masthead.scrolledHeight .main-navigation ul li:focus > ul, header#masthead.scrolledHeight .main-navigation ul li a:hover > ul, header#masthead.scrolledHeight .main-navigation ul li a:focus > ul {
  padding: 23px 0 0;
}
header#masthead.scrolled .main-navigation ul.sub-menu:after, header#masthead.scrolledHeight .main-navigation ul.sub-menu:after {
  top: 22px;
}
.scrolled, .scrolledHeight {
  /*	#alliance,
	#hope,
	#project {
		opacity:0;
	}*/
}
.scrolled .site-branding, .scrolledHeight .site-branding {
  padding: 0.5em;
  height: 69px;
  /*transition: padding .5s ease-in-out;*/
}
.scrolled #e-logo, .scrolledHeight #e-logo {
  width: 50px;
  padding-top: 0;
}
.scrolled .main-navigation, .scrolledHeight .main-navigation {
  padding: 1.1em 0;
  transition: padding 0.5s ease;
}
.scrolled #social-media, .scrolledHeight #social-media {
  padding: 1.1em 0 !important;
  transition: padding 0.5s ease;
}
/* ********************************* footer ********************************* */
footer {
  background: var(--wp--preset--color--primary);
  padding: 2em 3em;
  display: flex;
  flex-flow: column nowrap;
}
.footer-top, .footer-bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.footer-container {
  color: var(--wp--preset--color--base-2);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-container.address {
  width: 30%;
}
.footer-container.legal {
  width: 100%;
  text-align: center;
}
.footer-container p {
  color: var(--wp--preset--color--base-2);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3rem;
}
.footer-container a {
  color: inherit;
  font-weight: 600;
  font-size: inherit;
  opacity: 1;
  text-decoration: none;
  width: 60px;
  transition: color 0.5s ease-in-out;
}
.footer-container a:hover, .footer-container a:focus {
  color: var(--wp--preset--color--contrast);
  opacity: 1;
  text-decoration: none;
}
.footer-container section {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: center;
}
.footer-logo {
  width: 76px;
  padding: 0;
}
.container-footer img {
  width: 25px;
}
.wrapper-footer .container-sociallinks {
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
#footer-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1em 0 2em;
}
#footer-navigation ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#footer-navigation ul li {
  padding: 0 2em 0 0;
  line-height: 2;
}
#footer-navigation ul li:last-child {
  padding: 0;
}
#footer-navigation ul li a {
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: var(--wp--preset--font-size--navigation);
  color: var(--wp--preset--color--base-2);
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-navigation ul li a:hover, #footer-navigation ul li a:focus {
  color: var(--wp--preset--color--accent-yellow);
}
#footer-navigation ul li.current-menu-item a {
  color: var(--wp--preset--color--contrast);
}
@media screen and (max-width: 950px) {
  .footer-container {
    width: 100%;
  }
  .footer-container.address {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .footer-container section {
    justify-content: center;
  }
  .footer-container section:first-child {
    align-items: center;
  }
  .footer-logo {
    width: 70px;
    margin: 1.5em 0 0 0;
  }
  .footer-top {
    flex-flow: column-reverse nowrap;
    justify-content: space-between;
  }
  #footer-navigation {
    justify-content: center;
  }
}
/* overrides for menu plugin */
div#responsive-menu-pro-wrapper {
  padding: 8% 0;
}
#responsive-menu-pro-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
}
a.responsive-menu-pro-item-link {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
ul#responsive-menu-pro li {
  margin: 1em 0;
}
.responsive-menu-pro-submenu-open li {
  margin: 0 !important;
}
.responsive-menu-pro-submenu a.responsive-menu-pro-item-link {
  font-size: 0.8em !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
div#responsive-menu-pro-title-image img {
  width: 200px;
}
#responsive-menu-pro-container {
  z-index: 11 !important;
}
@media screen and (max-width: 1200px) {
  button#responsive-menu-pro-button {
    z-index: 12 !important;
  }
}
path {
  transition: fill 0.4s ease-out;
}
/* social media */
#masthead a.social-svg, footer a.social-svg {
  width: 45px;
  height: 35px;
}
#masthead a.social-svg svg path, #masthead a.social-svg svg rect, #masthead a.social-svg svg polygon, footer a.social-svg svg path, footer a.social-svg svg rect, footer a.social-svg svg polygon {
  color: var(--wp--preset--color--contrast);
  fill: var(--wp--preset--color--contrast);
}
#masthead a.social-svg:hover path, #masthead a.social-svg:hover rect, #masthead a.social-svg:hover polygon, #masthead a.social-svg:focus path, #masthead a.social-svg:focus rect, #masthead a.social-svg:focus polygon, footer a.social-svg:hover path, footer a.social-svg:hover rect, footer a.social-svg:hover polygon, footer a.social-svg:focus path, footer a.social-svg:focus rect, footer a.social-svg:focus polygon {
  color: var(--wp--preset--color--accent-yellow);
  fill: var(--wp--preset--color--accent-yellow);
}
#masthead a.social-svg.GooglePlus svg path, footer a.social-svg.GooglePlus svg path {
  fill: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
}
#masthead a.social-svg.GooglePlus:hover svg path, #masthead a.social-svg.GooglePlus:focus svg path, footer a.social-svg.GooglePlus:hover svg path, footer a.social-svg.GooglePlus:focus svg path {
  fill: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
}
.container-sociallinks {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 50px;
}
.container-sociallinks a {
  padding: 0 0.3em;
  display: flex;
  align-items: center;
}
.container-sociallinks a:after, .container-sociallinks a:before {
  content: "";
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
/* home page mid-page nav */
nav#mid-page-navigation-2 {
  text-align: center;
}
nav#mid-page-navigation-2 a {
  text-decoration: none;
  border-bottom: none;
  transition: opacity 0.5s ease-out;
}
nav#mid-page-navigation-2 a:focus, nav#mid-page-navigation-2 a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1400px) {
  .main-navigation li:after, .main-navigation li:before {
    padding: 0 0 0 1em;
  }
}
footer.entry-footer {
  background: var(--wp--preset--color--base-2);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*@import "modules/accessibility";*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*@import "modules/alignments";*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*@import "site/secondary/widgets";*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Site section will have the flex and Grid info for the all the sections */
.site-content {
  margin-top: 103.19px;
}
.wp-block-post-title a {
  font-family: var(--wp--preset--font-family--bench-nine);
}
.blog-main {
  margin-top: -100px !important;
}
@media screen and (max-width: 950px) {
  .site-content {
    margin-top: 80px;
  }
  .wp-block-cover {
    min-height: 320px;
  }
}
@media screen and (max-width: 550px) {
  .site-content {
    margin-top: 68px;
  }
  .wp-block-cover {
    min-height: 220px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*@import "modules/infinite-scroll";*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*@import "media/media";*/
/*--------------------------------------------------------------
# Special events
--------------------------------------------------------------*/
/*@import "site/secondary/anti";*/
/*--------------------------------------------------------------
# additions
--------------------------------------------------------------*/
/*@import "site/secondary/additions";*/
/*# sourceMappingURL=style.css.map */