/*
Theme Name: 	RSVP
Theme URI: 	http://anendlesssupply.co.uk
Description: 	Wordpress template
Version: 	1.0
Author: 	An Endless Supply
Author URI: 	http://anendlesssupply.co.uk
Tags: 		clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@import "css/reset.css";
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
}
.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}
body {
  background: #fff;
}
::-moz-selection {
  background: #5a409b;
  color: #fff;
}
::selection {
  background: #5a409b;
  color: #fff;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body,
input,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
  color: #272727;
}
body,
.default {
  font-size: 15px;
}
body.style-2,
body.style-3 {
  background: #000;
  color: #fff;
}
.small {
  font-size: 12px;
}
.large {
  font-size: 20px;
}

input:focus,
textarea:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
a {
  color: #5a409b;
  text-decoration: underline;
}
a:hover {
  color: #9fd69c;
  color: #707070;
}
body.style-2 a {
  color: #00e;
}
body.style-3 a {
  color: #ff0;
}
.fluid-width-video-wrapper {
  margin-bottom: 1em;
}

.accessibility,
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-rsvp-logo {
  width: 1.4384765625em;
  width: 200px;
  height: auto;
}
.icon-rsvp-logo-simple {
  width: 1.5849609375em;
}
.icon-hashtag {
  width: 7.232421875em;
}
.icons a .icon,
a.icons .icon,
#searchform button {
  background: #5b419a;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
header .icons a .icon {
  border-radius: 0;
}
.icons a:hover .icon,
a.icons:hover .icon,
#searchform button:hover {
  background: #9fd69c;
}
.side.icons a .svg-object {
  background: #5b419a;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.side.icons a .svg-object .icon {
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.side.icons a:hover .svg-object {
  background: #9fd69c;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Structure ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}
footer,
.push {
  height: 130px; /* '.push' must be the same height as 'footer' */
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Header ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.access {
  background: #9fd69c;
  padding: 0.25rem 0 0.4rem;
  font-size: 0.9em;
  display: none;
}
body.style-2 .access,
body.style-3 .access {
  background: #adadad;
}
.access .wrap div {
  display: inline-block;
}
.access strong {
  margin-left: 4em;
  margin-right: 0.5em;
}
.access ul {
  position: relative;
  top: 0.2em;
  display: inline;
}
.access li {
  display: inline-block;
}
.access li span {
  display: table;
  font-size: 1.2rem !important;
}
.access li a {
  height: 1em;
  width: 1em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-decoration: none;
  border: 1px solid #707070;
  background: #fff;
  color: #000;
  border-radius: 2px;
}
.access li a:hover {
  border: 1px solid #0000ee;
  background: #adadad;
}
.access li span.style-2 a {
  background: #000;
  color: #fff;
}
.access li span.style-3 a {
  background: #000;
  color: #ff0;
}
.access li span.style-2 a:hover,
.access li span.style-3 a:hover {
  background: #444;
}
header {
  padding-top: 2em;
  width: 100%;
  background: #fff;
}
body.style-2 header,
body.style-3 header {
  background: #000;
}
.wrap {
  width: auto;
  /* max-width: 940px; */
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;
}
header .wrap {
  display: flex;
  flex-flow: row wrap;
}
header .wrap .logo,
header .wrap .icons {
  flex: 0 0 auto;
  min-width: 100%;
}
header .wrap .icons a {
  margin-left: 0.375rem;
}
.no-banner {
  margin-top: 2em;
}
.logo {
  width: 400px;
  margin: 0 0 2.5em;
}
.logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  padding-left: 2px;
}
.logo p {
  font-size: 0.8em;
  font-weight: 400;
  color: #5a409b;
}
body.style-2 .logo p,
body.style-3 .logo p {
  color: #fff;
}
.logo p span {
  position: absolute;
  left: -9999999px;
}
.icons span {
  background: #5a409b;
  color: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  padding: 0.3em;
  display: inline-block;
  margin: 0 0.2em 0 0;
  text-align: center;
}
.icons span.icon-heart {
  padding: 0.35em 0.3em 0.25em;
}
body.style-2 .icons span {
  background: #00e;
}
body.style-3 .icons span {
  background: #ff0;
  color: #000;
}
#mc_embed_signup {
  color: #5a409b;
}
#mc_embed_signup input {
  font-size: 0.8em;
  line-height: 1;
  border: 1px solid #5a409b;
  border-radius: 0;
  padding: 0.4em 0.6em;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
}
#mc_embed_signup input[type="submit"] {
  background: #fff;
  box-shadow: 0;
  color: #5a409b;
  font-size: 0.8em;
  line-height: 1;
  margin: 5px 0 2em;
}
#mc_embed_signup input[type="submit"]:hover,
#mc_embed_signup input[type="submit"]:active,
#mc_embed_signup input[type="submit"]:focus {
  border-color: #0e8c3a;
  color: #0e8c3a;
  background: #9fd69c;
}
.primary-nav {
  /* clear: both; */
  padding: 0 2rem 1rem;
  width: auto;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.primary-nav ul {
  list-style: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.primary-nav li {
  float: left;
  margin-right: 1em;
}
.primary-nav li.last-menu-item {
  margin-right: 0;
}
.primary-nav li a {
  color: #5a409b;
  text-decoration: none;
}
body.style-2 .primary-nav li a {
  color: #00e;
}
body.style-3 .primary-nav li a {
  color: #ff0;
}
.primary-nav li.current-menu-item > a,
.primary-nav li.current-menu-parent > a {
  color: #000;
}
body.style-2 .primary-nav li.current-menu-item > a,
body.style-2 .primary-nav li.current-menu-parent > a,
body.style-3 .primary-nav li.current-menu-item > a,
body.style-3 .primary-nav li.current-menu-parent > a {
  color: #fff;
}
.primary-nav li a:hover {
  color: #0e8c3a;
}
body.style-2 .primary-nav li a:hover,
body.style-3 .primary-nav li a:hover {
  color: #fff;
}
header .current {
  float: left;
  width: 80.5%;
  background-color: #0e8c3a;
  padding: 1rem 1.5rem;
  display: none;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
header .toggle {
  float: right;
  width: 19%;
  background-color: #9fd69c;
  text-align: right;
  padding: 1rem 7%;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
#nav_toggle {
  display: none;
}

header .toggle ~ #nav_toggle:checked ~ nav {
  display: block;
}
header .toggle ~ #nav_toggle:checked ~ .current {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------------- 
05 Wrap -----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.banner {
  background: #5b419a;
  color: #fff;
  text-align: center;
  margin: 0 auto 2.7rem;
  padding: 1.5rem 2rem;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.banner-hashtag {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-hashtag {
  height: 1em;
}
.banner-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-icon svg {
  width: 100%;
  height: 100%;
}
.banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
body.style-2 .banner {
  background: #00e;
  color: #fff;
  border-top: 2px solid #000;
}
body.style-3 .banner {
  background: #ff0;
  color: #000;
  border-top: 2px solid #000;
}
.wrap .main {
  float: left;
  width: 68.1%;
  margin-bottom: 6rem;
}
.main p {
  margin-bottom: 1em;
  letter-spacing: 0.025em;
  word-spacing: -0.025em;
}
.wrap .side {
  float: right;
  width: 23.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2em;
}
.wrap h4 {
  margin-bottom: 1em;
}
.wrap h4 a {
  text-decoration: none;
}
.wrap h2 {
  font-size: 2.5em;
  margin-bottom: 0.25em;
}
.side li {
  margin-bottom: 1.5em;
}
.side li p {
  font-size: 0.8em;
}
.side li a {
  text-decoration: none;
  display: block;
}
.side li a:hover {
  color: #9fd69c;
}
.side.icons li a:hover span {
  background: #9fd69c;
  color: #0e8c3a;
}
.side.icons li a:hover h3,
.side.icons li a:hover p {
  color: #0e8c3a;
}
body.style-2 .side li a:hover {
  color: #00e;
}
body.style-2 .side.icons li a:hover span {
  background: #fff;
  color: #00e;
}
body.style-2 .side.icons li a:hover h3,
body.style-2 .side.icons li a:hover p {
  color: #fff;
}
body.style-3 .side li a:hover {
  color: #ff0;
}
body.style-3 .side.icons li a:hover span {
  background: #fff;
  color: #000;
}
body.style-3 .side.icons li a:hover h3,
body.style-3 .side.icons li a:hover p {
  color: #fff;
}
.side.icons li a .svg-object {
  float: left;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.5rem;
}
.side.icons li a .side-item-text {
  margin-left: 48px;
}
.side .comment {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  color: #0e8c3a;
  margin-bottom: 1.5em;
}
body.style-2 .side .comment {
  color: #00e;
}
body.style-3 .side .comment {
  color: #ff0;
}
.side-section {
  border-top: 1px solid #5a409b;
  padding-top: 1.25em;
  padding-top: 1.25rem;
}
body.style-2 .side-section {
  border-top: 1px solid #00e;
}
body.style-3 .side-section {
  border-top: 1px solid #ff0;
}
.side .comment > p {
  font-size: 0.7em;
  padding-top: 0.4rem;
}
.content ul {
  margin: 0 0 1em;
}
.content ul li {
  list-style-type: disc;
  margin: 0 0 0 1em;
}
/* ---------------------------------------------------------------------------------------------------------- 
06 Support ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
span.support-us {
  background: url("img/rsvp_support.png");
  background-position: 0 0;
  width: 160px;
  height: 80px;
  display: block;
  float: left;
  margin: 0 2rem 2rem 0;
}
span.support-us:hover {
  background-position: -160px 0;
}
span.support-us.local-giving {
  background-position: 0 -80px;
}
span.support-us.local-giving:hover {
  background-position: -160px -80px;
}
span.support-us.give-live {
  background-position: 0 -160px;
}
span.support-us.give-live:hover {
  background-position: -160px -160px;
}
span.support-us.easy-fundraising {
  background-position: 0 -240px;
}
span.support-us.easy-fundraising:hover {
  background-position: -160px -240px;
}
span.support-us.ebay {
  background-position: 0 -320px;
}
span.support-us.ebay:hover {
  background-position: -160px -320px;
}
span.support-us.charity-checkout {
  background-position: 0 -400px;
}
span.support-us.charity-checkout:hover {
  background-position: -160px -400px;
}
/* Donate */
.donate-section {
}
.donate-section h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.donate-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.donate-option {
  flex: 1 1 auto;
  min-width: 100%;
  width: 100%;
  margin: 0 0 1rem;
}
.donate-option-inner {
  margin: 0 1rem 0 0;
  background: #48aa43;
  color: #fff;
  border-radius: 0.6rem;
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.donate-option:hover .donate-option-inner {
  background: #1b5e20;
}
.donate-option-button:focus {
  outline-color: #69f0ae;
}
.donate-option-inner button {
  padding: 1rem;
  height: 100%;
  width: 100%;
  color: #fefefe;
}
.donate-option .amount {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.donate-option .amount.small-amount {
  font-size: 1.25rem;
}
.donate-option .description {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
}
.donate-options-buttons {
  width: 100%;
  min-width: 100%;
}
.donation-option-button {
  width: 100%;
  min-width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease;
  background: #eee;
  border-radius: 0.25rem;
}
.donation-option-button.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding: 1rem;
  margin-bottom: 1rem;
}
.donation-option-button strong {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.donation-option-button img {
  width: 200px;
  max-width: 100%;
}
.donation-option-button .button {
  border: 0;
  background: #48aa43;
  color: #fefefe;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 0.2rem;
}
.donation-option-button .button:hover {
  background: #1b5e20;
}
.donate-info-section {
  padding: 1rem;
}
.donate-info-section h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.donate-info-section p:last-child {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------------------------------------------- 
07 Index Page ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.article {
  border-bottom: 2px solid #5a409b;
  padding-top: 2em;
  padding-bottom: 2em;
}
body.style-2 .article {
  border-bottom: 2px solid #00e;
}
body.style-3 .article {
  border-bottom: 2px solid #ff0;
}
li:first-child .article {
  padding-top: 0;
}
li:last-child .article {
  border-bottom: 0;
}
.article h2 a {
  text-decoration: none;
}
.timestamp {
  font-size: 0.8em;
  color: #ababab;
}
/* ---------------------------------------------------------------------------------------------------------- 
08 Self-Help ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.item {
  width: 11rem;
  height: 11em;
  margin-right: 2.5rem;
  float: left;
  font-size: 1.5rem;
}
.item a {
  text-decoration: none;
  display: block;
}
.item a .svg-object {
  background: #0e8c3a;
  color: #fff;
  padding: 0.75rem;
  margin: 0 0 0.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.item a svg {
  font-size: 1.5rem;
}
.item a:hover .svg-object {
  background: #9fd69c;
}
body.style-2 .item a .svg-object {
  background: #00e;
}
body.style-2 .item a:hover .svg-object {
  background: #fff;
  color: #00e;
}
body.style-3 .item .svg-object {
  color: #000;
  background: #ff0;
}
body.style-3 .item a:hover .svg-object {
  background: #fff;
}
/* ---------------------------------------------------------------------------------------------------------- 
09 Footer ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
footer {
  background: #9fd69c;
  font-size: 0.8em;
  padding: 1.4rem 0 2rem;
  //height: 2rem;
}
body.style-2 footer,
body.style-3 footer {
  background: #444;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #5a409b;
}
footer p span {
  font-weight: 700;
}
/* ---------------------------------------------------------------------------------------------------------- 
09 Search Bar -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#sb-search,
header .icons a {
  float: right;
}
.sb-search-input {
  background: none;
  border: 0;
  border-bottom: 2px solid #5a409b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  vertical-align: bottom;
  width: 200px;
}
.sb-search-input:focus {
  outline: none !important;
  border-bottom: 2px solid #5a409b;
}
body.style-2 .sb-search-input,
body.style-2 .sb-search-input:focus {
  border-bottom: 2px solid #00e;
  color: #fff;
}
body.style-3 .sb-search-input,
body.style-3 .sb-search-input:focus {
  border-bottom: 2px solid #ff0;
  color: #fff;
}
.sb-search-input:focus::-webkit-input-placeholder {
  color: #5a409b;
}
.sb-search-input:focus:-moz-placeholder {
  color: #5a409b;
}
.sb-search-input:focus::-moz-placeholder {
  color: #5a409b;
}
.sb-search-input:focus:-ms-input-placeholder {
  color: #5a409b;
}
body.style-2 .sb-search-input:focus::-webkit-input-placeholder {
  color: #00e;
}
body.style-2 .sb-search-input:focus:-moz-placeholder {
  color: #00e;
}
body.style-2 .sb-search-input:focus::-moz-placeholder {
  color: #00e;
}
body.style-2 .sb-search-input:focus:-ms-input-placeholder {
  color: #00e;
}
body.style-3 .sb-search-input:focus::-webkit-input-placeholder {
  color: #ff0;
}
body.style-3 .sb-search-input:focus:-moz-placeholder {
  color: #ff0;
}
body.style-3 .sb-search-input:focus::-moz-placeholder {
  color: #ff0;
}
body.style-3 .sb-search-input:focus:-ms-input-placeholder {
  color: #ff0;
}
button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: none;
  margin: 0;
  font-size: 1em;
}

.site-exit {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 150px;
  background: #fff;
  box-shadow: 0 0 4px #ababab;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-exit.loaded {
  opacity: 1;
  visibility: visible;
  display: none;
}
.site-exit-content {
  text-align: center;
  padding: 15px 20px;
  font-size: 12px;
}
.site-exit-content span {
  font-size: 20px;
}
.site-exit-content a {
  display: block;
  margin: 0 0.5rem;
}
.site-exit-close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 20px;
  display: block;
}
/* ---------------------------------------------------------------------------------------------------------- 
10 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) and (max-width: 1280px) {
}
@media only screen and (min-width: 480px) {
  .site-exit.loaded {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .access {
    display: block;
  }
  .donate-option {
    min-width: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    margin: 0 auto -100px;
  }
  footer,
  .push {
    height: 100px;
  }
  .desktop-float-left {
    float: left;
  }
  .desktop-float-right {
    float: right;
  }
  footer .desktop-float-left {
    width: 60%;
    padding-right: 1rem;
  }
  footer .desktop-float-right {
    width: 40%;
    padding-left: 1rem;
  }
  header .wrap {
    align-items: flex-end;
    margin-bottom: 2.5rem;
  }
  header .wrap .logo {
    margin-bottom: 0;
  }
  header .wrap .logo,
  header .wrap .icons {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .primary-nav ul.sub-menu {
    list-style: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 260px;
    background: #fff;
    border-left: 0.2em solid #0e8c3a;
    border-bottom: 0.2em solid #adadad;
    padding: 0.5em 0.5em 0.25em;
    z-index: 10;
    display: none;
  }
  body.style-2 .primary-nav ul.sub-menu,
  body.style-3 .primary-nav ul.sub-menu {
    background: #000;
  }
  .primary-nav ul.sub-menu li {
    float: none;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.25em;
  }
  .primary-nav li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
  .banner-hashtag {
    font-size: 3rem;
    min-height: 3.75rem;
  }
  .donate-option {
    min-width: 33%;
    width: 33%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wrap {
    padding: 0 1.4rem;
  }
  .logo {
    max-width: 280px;
  }
  .access .wrap div {
    display: block;
  }
  .access strong {
    margin-left: 0;
  }
  header .icons {
  }
  header .icons {
    position: relative;
    float: left;
    padding: 0;
    margin-bottom: 1rem;
    width: auto;
    left: 0;
  }
  #sb-search {
    float: left;
  }
  header .icons span {
    margin: 0.5em 0.2em 0;
  }
  .primary-nav {
    display: none;
    width: 80.5%;
    padding: 0px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0e8c3a;
  }
  body.style-2 .primary-nav {
    background: #00e;
  }
  body.style-3 .primary-nav {
    background: #ff0;
  }
  .primary-nav li {
    float: none;
    margin-right: 0;
  }
  .primary-nav ul li a {
    color: #9fd69c;
    display: block;
    padding: 1em 1.25em;
  }
  body.style-2 .primary-nav ul li a,
  body.style-3 .primary-nav ul li a {
    color: #000;
  }
  .primary-nav ul li a:hover {
    color: #000;
    background: #9fd69c;
  }
  body.style-2 .primary-nav ul li a:hover,
  body.style-3 .primary-nav ul li a:hover {
    background: #444;
  }
  body.style-2 header .current,
  body.style-2 header .current-menu-item {
    background: #00e;
  }
  body.style-3 header .current,
  body.style-3 header .current-menu-item {
    background: #ff0;
    color: #707070;
  }
  body.style-3 .primary-nav li.current-menu-item > a,
  body.style-3 .primary-nav li.current-menu-parent > a {
    color: #707070;
  }
  body.style-2 header .toggle {
    background: #444;
  }
  body.style-3 header .toggle {
    background: #444;
  }
  .primary-nav ul.sub-menu {
    font-size: 0.75em;
  }
  .primary-nav ul.sub-menu li a {
    padding: 1em 1.25em 1em 3em;
  }
  header .current,
  header .toggle {
    display: block;
    height: 3em;
  }
  .banner {
    border-top: 2px solid #fff;
    margin: 0 auto 2rem;
    padding: 1rem;
  }
  .banner h1 {
    font-size: 1.5rem;
  }
  .banner-icon {
    display: none;
  }
  .wrap .main {
    width: 100%;
    border-bottom: 2px solid #5a409b;
    margin-bottom: 1.5rem;
  }
  body.style-2 .wrap .main {
    border-bottom: 2px solid #00e;
  }
  body.style-3 .wrap .main {
    border-bottom: 2px solid #ff0;
  }
  .wrap .side {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .side.icons span {
    left: -2em;
  }
  .side.icons ul {
    border-bottom: 2px solid #5a409b;
    margin-bottom: 1.5rem;
  }
  body.style-2 .side.icons ul {
    border-bottom: 2px solid #00e;
  }
  body.style-3 .side.icons ul {
    border-bottom: 2px solid #ff0;
  }
  .sb-search-input {
    width: 7.5em;
  }
  .item {
    width: 100%;
    height: 7.11em;
    margin-right: 0;
  }
  img,
  a img {
    border: 0;
  }
}
.post img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

a.donate-option-button-link {
  padding: 1rem;
  height: 100%;
  width: 100%;
  color: #fefefe;
  text-decoration: none;
}
a.donate-option-button-link:focus {
  outline-color: #69f0ae;
}

/* AES Announcements */
.site-announcement {
  justify-content: center;
  border-top: 1px solid currentColor;
  text-align: center;
  max-width: 100%;
  font-size: 1.1em;
  font-weight: 700;
}
.site-announcement:first-of-type {
  border-top: 0;
}
.site-announcement-inner {
  width: auto;
  max-width: calc(100% - 3em);
}
@media screen and (min-width: 800px) {
  .site-announcement-inner {
    max-width: calc(100% - 6em);
    margin-left: 3em;
  }
}
.site-announcement .material-icons {
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  margin: 0 0.25em;
}

.wp-block-image img {
  height: auto;
}
