/*!
Theme Name: loltheme
Theme URI: https://underscores.me/
Author: Bill Bawden
Author URI: https://www.bawden.tech
Description: LOL theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: loltheme
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.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Donorfy
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

@font-face {
  font-family: Archive;
  src: url(./fonts/Archive.otf);
  font-weight: normal;
}

.blue-block p {
  font-family: "Roboto", sans-serif;
}

#main p {
  font-family: "Roboto", sans-serif;
}

.banner-headline {
  font-family: "Archive", Arial, sans-serif;
}

.thankyou-header,
footer h4,
.blue-block h4,
.white-block h4 {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  margin-bottom: 0.75em;
  font-size: 32px;
}

.blue-block h5,
.white-block h5 {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  margin-bottom: 0.75em;
  font-size: 24px;
}

.pink-block h4 {
  color: #f9eb1b;
}

h3 {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
}

.pink-block h3 {
  color: #089fe4;
}

body,
button,
input,
select,
optgroup,
textarea,
li {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-top: 0.25em;
  margin-bottom: 1.25em;
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: disc;
}

ul#itching-list li {
  color: #fff;
}

ul#itching-list {
  margin-bottom: 2rem;
}

.example-template ul {
  color: #404040;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 3em;
  color: #fff;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

/*WP text link fix...*/

.blue-block a,
.blue-block a:visited {
  color: #e40d7e;
}

.pink-block a {
  color: #089fe4;
}

a:focus {
  outline: thin dotted;
}

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

.blue-block a {
  text-decoration: underline;
}

.blue-block a:hover,
.blue-block a:focus,
.blue-block a:active {
  color: #e04a97;
}

.pinktext {
  color: #e04a97;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  width: fit-content;
  padding: 12px 30px;
  border: 5px solid #e40d7e;
  color: #e40d7e;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: 150ms;
  cursor: pointer;
  border-radius: 0px;
  font-size: 1rem;
  line-height: 1.5;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.mobmenu-content {
  background-color: #e40d7e;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.site-header {
  /* position: fixed; */
  width: 100%;
  z-index: 10;
}

.site-main {
  z-index: 1;
}

.header-spacer {
  height: 0px;
}

@media (max-width: 990px) {
  .header-spacer {
    height: 0px;
  }
}

.site-branding {
  position: absolute;
  width: 200px;
  margin-left: 0px;
  top: -45px;
  z-index: 999;
}

@media (max-width: 990px) {
  .site-header {
    position: relative;
  }

  .site-branding {
    width: 120px;
    top: 0px;
  }
}

.custom-logo:hover {
  transform: scale(1.2) rotate(-4deg);
  transition: 50ms;
}
.custom-logo {
  transition: 50ms;
}

.social-menu {
  display: flex;
  justify-content: flex-end;
  background-color: #1e1e1e;
  padding-top: 1px;
}

.main-menu {
  display: flex;
  justify-content: flex-end;
}

.header-donate-button {
  background-color: #e40d7e;
  margin: 4px;
  padding: 2px;
  border-radius: 6px;
  width: 128px;
  text-align: center;
}

.header-nodes-button {
  background-color: #f9eb1b;
  margin: 4px;
  padding: 2px;
  border-radius: 6px;
  width: 128px;
  text-align: center;
}

.donate-nodes-buttons a:hover {
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link-lol,
.nav-link-lol:active,
.nav-link-lol:hover,
.nav-link-lol:focus,
.nav-link-lol:visited {
  color: #e40d7e !important;
}

.nav-link-lol {
  width: 100%;
  text-align: end;
  text-transform: uppercase;
  font-family: "Archive", Arial, sans-serif;
}

.nav-link span {
  width: 100%;
}

.navbar-light {
  border-bottom: 3px solid #f8ec1f;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0px;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  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 {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

.main-navigation li:last-of-type {
  padding-right: 56px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.pink-block a,
.blue-block a {
  text-decoration: none;
}

.site-branding .navbar-light .navbar-nav .nav-link-lol,
.site-branding .navbar-light .navbar-nav .nav-link-lol:active {
  color: #e40d7e;
}

.site-branding .navbar-light .navbar-nav .nav-link-lol:hover {
  color: #e04a97;
}

.nav-link-lol {
  padding-right: 0;
}

a.nav-link span {
  padding: 0;
}

.site-branding .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #e40d7e;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 50em) {
  .menu-toggle {
    display: none;
  }

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.dropdown-item {
  text-align: left;
}

@media (max-width: 50em) {
  .dropdown-item {
    text-align: end !important;
  }
}

.dropdown-menu {
  background-color: #f8f9fa;
  border: none;
}

.dropdown-menu li a {
  color: #e40d7e;
  font-family: "Archive", Arial, sans-serif;
}

.dropdown-menu li a:visited {
  color: #e40d7e;
}

.dropdown-menu li a:hover {
  color: #fff;
  background-color: #e40d7e;
}

.dropdown-menu li a:active {
  color: #fff;
}

/*----------------Buttons--------------------*/

.btn {
  background-color: #e40d7e;
  color: white;
  border-radius: 4px;
  font-size: larger;
  border: none;
}

.btn:hover {
  background-color: #e04a97;
}

.btn.blue {
  background-color: #089fe4;
}

.btn.blue:hover {
  background-color: #44b3e2;
}

.btn.yellow {
  background-color: #f9eb1b;
  color: black;
}

.btn.yellow:hover {
  background-color: #efecb8;
}

.banner-donate-button {
  position: relative;
  font-family: "Roboto", sans-serif;
  background: #fff;
  width: fit-content;
  padding: 20px 30px;
  border: 5px solid#e40d7e;
  color: #e40d7e;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: 150ms;
  cursor: pointer;
}

@media (max-width: 400px) {
  .banner-donate-button {
    padding: 10px 15px;
  }

  .banner-buttons .cta-button.fixed-width {
    width: 100px;
  }

  .banner-info .banner-buttons {
    bottom: 100px;
  }
}

.charlotte-image img {
  transform: translateX(20px);
}

.blue-block .banner-text a,
.pink-block .banner-text a {
  text-decoration: none;
}

a#nounderline {
  text-decoration: none;
}

.pink-block .banner-donate-button {
  border: 5px solid #089fe4;
  color: #089fe4;
}

.yellow .banner-donate-button {
  border: 5px solid #f9eb1b;
  color: #f9eb1b;
  color: #000;
}

.banner-donate-button:after,
.banner-donate-button:before {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 100%;
  left: 0;
  bottom: -10px;
  content: "";
  z-index: 1;
  transition: 150ms;
}
.banner-donate-button:before {
  background: #e40d7e;
  top: 10px;
  left: -15px;
  height: 100%;
  width: 15px;
  transition: 150ms;
}

.banner-donate-button:after {
  width: 100%;
  background: #e40d7e;
  right: 0px;
  left: -15px;
  height: 15px;
  transition: 150ms;
}
.banner-donate-button:hover {
  background: #e40d7e;
  color: #fff;
  margin-left: -7.5px;
  margin-bottom: -7.5px;
  transition: 150ms;
  border: 5px solid #e40d7e;
}

#nodes-top-banner,
#donate-top-banner {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.donate-nodes-buttons a {
  text-decoration: none;
}

#nodes-top-banner {
  margin-left: 0.5rem;
}

/*------mobile donate banner -----------------------*/

@media (max-width: 990px) {
  .social-menu {
    padding-top: 0;
  }

  #mobile-banner-ignore-container {
    max-width: 990px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
  }

  .donate-nodes-buttons {
    width: 100%;
  }
  .donate-nodes-buttons a {
    width: 50%;
  }

  #nodes-top-banner,
  #donate-top-banner {
    width: 100%;
    margin: 0;
  }

  #nodes-top-banner {
    background-color: #f9eb1b;
  }

  #donate-top-banner {
    background-color: #e40d7e;
    color: #1e1e1e;
  }

  #nodes-top-banner:hover {
    color: #1e1e1e;
  }
}

@media (max-width: 990px) {
  #nodes-top-banner,
  #donate-top-banner {
    font-size: 0.75rem;
  }
}

/*...............................................................*/

.pink-block .banner-donate-button:before,
.pink-block .banner-donate-button:after {
  background: #089fe4;
}

.pink-block .banner-donate-button:hover {
  background: #089fe4;
  border: 5px solid #089fe4;
}

.yellow .banner-donate-button:before,
.yellow .banner-donate-button:after {
  background: #f9eb1b;
}

.yellow .banner-donate-button:hover {
  background: #f9eb1b;
  border: 5px solid #f9eb1b;
  color: #000;
}

.banner-donate-button:hover:after,
.banner-donate-button:hover:before {
  top: 100%;
  left: 0;
  bottom: 0px;
  transition: 150ms;
}
.banner-donate-button:hover:before {
  top: 0px;
  left: 0px;
  width: 0px;
  transition: 150ms;
}
.banner-donate-button:hover:after {
  right: 0px;
  left: 0px;
  height: 0px;
  transition: 150ms;
}

.banner-buttons {
  position: absolute;
  bottom: 150px;
}

.banner-buttons a:hover,
.banner-buttons a:active,
.banner-buttons a:focus {
  text-decoration: none;
}

.cta-button {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 100px;
}

.cta-button.fixed-width {
  width: 132px;
}

.cta-button.center-button {
  width: fit-content;
  margin: 0 auto;
}

.secondary-button,
input.button,
.contact-form .secondary-button {
  font-family: "Roboto", sans-serif;
  width: fit-content;
  background-color: #fff;
  padding: 12px 30px;
  border: 5px solid #e40d7e;
  color: #e40d7e;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: 150ms;
  cursor: pointer;
  text-decoration: none;
}

.stories-links .secondary-button#stories-filter-options {
  padding: 6px 15px;
  border: 2px solid #e40d7e;
}

.contact-form .wp-forms-style-override {
  font-family: "Roboto", sans-serif !important;
  background-color: #fff !important;
  padding: 12px 30px !important;
  border: 5px solid #e40d7e !important;
  color: #e40d7e !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center !important;
  z-index: 2 !important;
  transition: 150ms !important;
  cursor: pointer !important;
}

.contact-form .wp-forms-style-override:hover {
  background-color: #e40d7e !important;
  color: #fff !important;
}

a .secondary-button:hover {
  text-decoration: none;
  color: #fff;
}

.secondary-button:hover {
  background-color: #e40d7e;
  color: #fff;
  text-decoration: none;
}

.secondary-yellow {
  border: 5px solid #f9eb1b;
  color: #1e1e1e;
}

.secondary-yellow:hover {
  background-color: #f9eb1b;
  color: #1e1e1e;
}

.secondary-blue {
  border: 5px solid #089fe4 !important;
  color: #089fe4;
}

.secondary-blue:hover {
  background-color: #089fe4;
  color: #fff;
}

/*---Social Icons---------------------------------*/

.social-icons a {
  font-size: 32px;
  color: #e40d7e;
}

.social-icons a:hover,
.social-icons a:visited:hover {
  color: #fff;
}

.social-icons a:visited {
  color: #e40d7e;
}

@media (max-width: 990px) {
  .social-icons {
    display: none;
    width: 0px;
  }
}

/* Posts and pages
--------------------------------------------- */

/* general h1 header */
.heading-block h1 {
  font-family: "Archive", Arial, sans-serif;
  margin-left: auto;
  margin-bottom: 24px;
  color: #fff;
  line-height: 0.8;
  font-size: 96px;
  text-shadow: -5px 5px 0 #e40d7e;
  text-align: end;
}

@media (max-width: 768px) {
  .heading-block h1 {
    font-size: 72px;
    margin-bottom: 12px;
    text-shadow: -3px 3px 0 #e40d7e;
  }
}

@media (max-width: 500px) {
  .heading-block h1 {
    font-size: 48px;
    margin-bottom: 12px;
    text-shadow: -2px 2px 0 #e40d7e;
  }
}

/* general h2 header */
.sub-heading {
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.sub-heading.two-line {
  height: 180px;
}

.sub-heading.symptom-header {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .sub-heading.symptom-header {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .sub-heading.symptom-header {
    width: 230px;
  }
}

.container h2 {
  font-family: "Archive", Arial, sans-serif;
  position: relative;
  color: #fff;
  font-size: 72px;
  line-height: 1;
  background-color: #e40d7e;
  display: inline;
  box-shadow: -16px 0 0 #e40d7e, 16px 0 0 #e40d7e;
  white-space: pre-wrap;
}

.container h2 span:nth-child(2) {
  font-family: "Archive", Arial, sans-serif;
  position: absolute;
  left: 270px;
  top: 1.12em;
  background-color: #e40d7e;
  padding: 8px 16px;
}

.pink-block h2 {
  background-color: #089fe4;
  box-shadow: -16px 0 0 #089fe4, 16px 0 0 #089fe4;
}

.pink-block h2 span:nth-child(2) {
  position: absolute;
  width: max-content;
  color: #e40d7e;
  left: 150px;
  top: 1.2em;
  background-color: #fff;
}

.supporter-heading h2 {
  font-family: "Archive", Arial, sans-serif;
  font-size: 36px;
}

.front-page-paragraph-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  width: 100%;
  margin-bottom: 35px;
}

.front-page-paragraph-text-fundraise h4 {
  height: 3rem;
  color: #fff;
  font-size: 26px;
  font-family: "Archive", Arial, sans-serif;
  margin-bottom: 35px;
}

.clockwise {
  transform: rotate(4deg);
}

.anticlockwise {
  transform: rotate(-4deg);
}

.pink-block .blue {
  background-color: #089fe4;
}

@media (max-width: 768px) {
  .sub-heading h2 {
    font-size: 48px;
  }

  .sub-heading h2 span:nth-child(2) {
    left: 200px;
    top: 58px;
    padding: 5px 12px;
  }

  .pink-block .sub-heading h2 span:nth-child(2) {
    left: 100px;
    top: 58px;
    padding: 5px 12px;
  }

  /* .front-page-paragraph-text p {
    font-size: 16px;
  } */

  .sub-heading.two-line {
    height: 140px;
  }

  .supporter-heading h2 {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .sub-heading h2 {
    font-size: 36px;
  }

  .sub-heading h2 span:nth-child(2) {
    left: 160px;
    top: 43px;
    padding: 4px 12px;
  }

  .pink-block .sub-heading h2 span:nth-child(2) {
    left: 80px;
    top: 43px;
    padding: 4px;
  }

  /* .front-page-paragraph-text p {
    font-size: 14px;
  } */

  .sub-heading.two-line {
    height: 120px;
  }

  .supporter-heading h2 {
    font-size: 18px;
  }
}

.homepage-div {
  background-color: #089fe4;
  display: flex;
  justify-content: center;
  padding-top: 0px;
}

.banner-carousel {
  width: 100%;
}

/*-------hide carousel on small screen---------*/

/* @media (max-width: 990px) {
  .banner-carousel {
    display: none;
  }
} */

/*-------mobile banner----------------------*/

@media (min-width: 990px) {
  .mobile-banner-fixed {
    display: none;
  }
}

.mobile-banner-fixed {
  background-color: #089fe4;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
}

.mobile-banner-fixed h1 {
  width: 90%;
  text-align: end;
  font-size: 13vw;
  font-family: "Archive", Arial, sans-serif;
  color: #fff;
  line-height: 0.8;
  text-shadow: -2px 2px 0 #e40d7e;
}

@media (max-width: 500px) {
  .mobile-banner-fixed h1 {
    margin-top: 1em;
  }

  #nodes-top-banner {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#mobile-less-padding {
  padding-left: 10px;
  padding-right: 10px;
}

/*-----------------------------------*/

.carousel-caption {
  position: absolute;
  left: 200px;
  top: 100px;
  height: 100%;
  width: 560px;
  text-align: start !important;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 990px) {
  .banner-info.carousel-caption {
    position: relative;
    margin: 0 auto;
    left: 0;
  }
}

@media (max-width: 600px) {
  .banner-info.carousel-caption {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.carousel-inner {
  background-color: #e40d7e;
}

.carousel-item-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
  width: 100%;
  background-image: url("../loltheme/images/carousel_back.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

@media (max-width: 990px) {
  .carousel-item-inner {
    background-image: url("../loltheme/images/carousel_back_mobile.png");
    background-position: center;
  }
}

.carousel-item {
  height: 560px;
  /* max-width: 1400px; */

  background-repeat: no-repeat;
}

.container-fluid.banner-carousel {
  padding-left: 0;
  padding-right: 0;
}

.banner-info {
  max-width: 768px;
}

.banner-headline {
  /* background-color: #e40d7e; */

  color: #fff;
  line-height: 0.8;
  font-size: 72px;
  padding-bottom: 24px;
  text-shadow: -5px 5px 0 #e40d7e;
}

.banner-headline-text {
  font-family: "Archive", Arial, sans-serif;
  font-size: 48px;
  color: #e40d7e;
  width: 100%;
  line-height: 0.8;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  .banner-headline {
    line-height: 0.8;
    font-size: 56px;
    padding-bottom: 24px;
    text-shadow: -3px 3px 0 #e40d7e;
  }
}

.banner-image {
  max-width: 600px;
}

.banner-text {
  max-width: 500px;
  margin-bottom: 12px;
}

.megaphone-woman {
  height: 450px;
}

.white-block {
  background-color: white;
  color: #000000;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}

.blue-block {
  background-color: #089fe4;
  color: white;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}

.black-block {
  background-color: #1e1e1e;
  color: white;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}

.pink-block {
  background-color: #e40d7e;
  color: white;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}

.pink-block#symptoms {
  padding-bottom: 45px;
}

.pink-block h1 {
  text-shadow: -5px 5px 0 #089fe4;
}

.fundraising-card {
  width: 250px;
  padding-bottom: 24px;
}

.border-box {
  position: relative;
  background: #fff;
  padding: 20px 30px;
  border: 5px solid#e40d7e;
  color: #e40d7e;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  margin-bottom: 60px;
  box-shadow: -10px 10px 0 #e40d7e;
}

@media (max-width: 990px) {
  .border-box p {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .border-box p {
    font-size: 22px;
  }
}

.sticky {
  display: block;
}

.page-template.post,
.page-template.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/*------ front page symptom buttons---------------------*/

.symptoms-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.symptom-container {
  padding: 12px;
  width: 100%;
  justify-self: center;
}

.symptom-background {
  position: relative;
  justify-self: center;
  width: 100%;
  height: 80px;
  background-color: #f9eb1b;
}

.symptom-card {
  position: absolute;
  border: 1px solid #089fe4;
  background-color: #fff;
  top: -12px;
  right: -12px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.symptom-card p {
  color: #e40d7e;
  margin-left: auto;
  margin-right: auto;
  font-family: "Archive", Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1.2rem;
  margin-bottom: 6px;
}

@media (max-width: 990px) {
  .symptom-background {
    height: 40px;
  }

  .symptom-card {
    top: -6px;
    right: -6px;
  }

  .symptom-card p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .symptom-container {
    width: 220px;
  }

  .symptoms-list {
    grid-template-columns: unset;
  }

  .symptom-background {
    width: 200px;
    height: 200px;
  }

  .symptom-card {
    top: -12px;
    right: -12px;
  }

  .symptom-card p {
    font-size: 24px;
  }

  .symptom-card .symptom-card-description {
    padding: 12px;
  }

  .symptom-card .symptom-card-description p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #1e1e1e;
  }
}
/*----------------Mobile carousel for symptoms--------------------------*/

.mobile-symptoms-carousel .carousel-item {
  height: 100%;
  margin-top: 12px;
  margin-bottom: 36px;
}

.mobile-symptoms-carousel .carousel-item .symptom-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 501px) {
  .mobile-symptoms-carousel {
    display: none;
  }
}

@media (max-width: 500px) {
  .symptoms-list {
    display: none;
  }
}

/*--------------- Symptom Cards --------------------------*/

.symptoms-container {
  max-width: 1048px;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(524px, 1fr) minmax(524px, 2fr)
  );
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1048px) {
  .symptoms-container {
    grid-template-columns: unset;
    max-width: 524px;
  }
}

.symptoms-card {
  height: 600px;
  width: 500px;
  margin: 12px;
}

.symptoms-image {
  position: relative;
  overflow-y: hidden;
  height: 500px;
  width: 500px;
  background-color: palevioletred;
  border-bottom: 2px solid #e40d7e;
}

.symptoms-title {
  max-width: 500px;
  padding: 12px 0px;
}

.symptoms-info {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 300ms;
  transform: translate3d(0, 100%, 0);
  background-color: #e40d7e;
}

.symptoms-image:hover .symptoms-info,
.symptoms-image:focus .symptoms-info,
.symptoms-image:active .symptoms-info {
  transform: translate3d(0, 0, 0);
}

.symptoms-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 12px;
  opacity: 100;
  transition: opacity 500ms 100ms;
}

.example-template .symptoms-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 540px) {
  .symptoms-container {
    display: block;
    width: 100%;
  }

  .symptoms-card {
    width: unset;
    height: unset;
  }

  .symptoms-image {
    width: unset;
    height: unset;
    padding-top: 100%;
  }

  #symptoms-suspect-image {
    max-width: 100%;
  }
}

#symptoms-suspect-image {
  margin-bottom: 32px;
}

@media (min-width: 540px) {
  #symptoms-suspect-image {
    max-width: 500px;
  }
}

/*---------------fundraise image--------------------*/

.fundraise-image-container {
  margin: 12px;
  margin-bottom: 24px;
}

.fundraise-image-background {
  position: relative;
  width: 200px;
  height: 230px;
  background-color: #f9eb1b;
}

.banner-image-circle {
  position: absolute;
  background-color: #fff;
  top: -12px;
  right: -12px;
  margin-bottom: 10px;
  width: 200px;
  height: 230px;
  object-fit: cover;
}

/*----------------Page Navigation------------------------------*/

.inpage-navigation {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.example-template .inpage-navigation p {
  color: #e40d7e;
  margin-bottom: 0.25em;
}

.example-template .inpage-navigation a {
  color: #e40d7e;
  text-decoration: none;
}

.example-template .inpage-navigation a:hover {
  text-decoration: underline;
}

/*--------------- Lymphoma Lowdown --------------------------*/

.lowdown-container {
  max-width: 1048px;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(524px, 1fr) minmax(524px, 2fr)
  );
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1048px) {
  .lowdown-container {
    grid-template-columns: unset;
    max-width: 524px;
  }
}

.lowdown-intro {
  padding-top: 18px;
  margin-left: auto;
  margin-right: auto;

  max-width: 1024px;
}

.lowdown-card {
  /* min-height: 500px; */
  /* width: 500px; */
  margin: 12px;
}

#running-challenge-card {
  padding-bottom: 24px;
}

.lowdown-image {
  height: 300px;
  /* width: 500px; */
  background-color: palevioletred;
  border-bottom: 2px solid #e40d7e;
}

.lowdown-title {
  /* width: 500px; */
  padding: 0px;
}

.lowdown-title h4 {
  margin: 0px;
}

.lowdown-info {
  min-height: 100px;
  /* width: 500px; */
  padding: 0px;
  font-weight: 400;
}

/*---------------- Local Events -----------------------*/

.local-events-container {
  max-width: 1048px;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(349px, 1fr) minmax(349px, 1fr)
  );
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1048px) {
  .local-events-container {
    grid-template-columns: unset;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .local-events-container {
    grid-template-columns: unset;
    /* max-width: 349px; */
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------- Your Story --------------------------*/
.story-container {
  max-width: 1048px;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(349px, 1fr) minmax(349px, 1fr) minmax(349px, 1fr)
  );
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1048px) {
  .story-container {
    grid-template-columns: repeat(
      auto-fit,
      minmax(349px, 1fr) minmax(349px, 1fr)
    );
    /* max-width: 325px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .story-container {
    grid-template-columns: unset;
    max-width: 349px;
    margin-left: auto;
    margin-right: auto;
  }
}

.story-card {
  border-bottom: 2px solid #e40d7e;
  position: relative;
  overflow-y: hidden;
  height: 325px;
  width: 325px;
  margin: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.story-info {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 24px;
  top: 0;
  left: 0;
  transition: transform 300ms;
  transform: translate3d(0, 100%, 0);
  background-color: #e40d7e;
}

.example-template .story-info p {
  color: #fff;
}

.story-card:hover .story-info,
.story-card:focus .story-info,
.story-card:active .story-info {
  transform: translate3d(0, 0, 0);
}

.story-card-info {
  padding: 24px;
}

#story-h4 {
  font-family: "Archive", Arial, sans-serif;
  color: #fff;
  font-size: 32px;
  margin-bottom: 0px;
}

/* .story-card:hover #story-h4 {
  color: #fff;
} */

.stories-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.stories-links a {
  margin-right: 24px;
  margin-bottom: 12px;
}

.example-template .stories-links h4 {
  margin-bottom: 0px;
}

.stories-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.stories-tags a {
  margin-right: 4px;
}

.first-section-info#blog-filter {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.stories-tags a,
.stories-tags a:visited {
  color: #fff;
}

.stories-tags.blog-tags {
  margin-left: 0;
}

#stories-filter-options {
  margin-bottom: 12px;
}

.blog-tag,
#blog-tag,
#blog-tag a:visited {
  background-color: #e40d7e;
  border: 2px solid #e40d7e;
  padding: 2px 8px;
  border-radius: 17px;
  margin: 0 2px 4px 2px;
  color: #fff;
  text-decoration: none;
}

#blog-tag a:hover {
  background-color: #fff;
  color: #e40d7e;
}

.blog-tag:hover,
.blog-tag:focus {
  background-color: #fff;
  color: #e40d7e;
}

/*----event card-------------*/

.event-card {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(192px, 1fr) minmax(192px, 2fr)
  );
  margin-bottom: 24px;
}

.event-card-image {
  background-color: lightseagreen;
  height: 100%;
  width: 100%;
  min-height: 200px;
}

.event-card-info {
  min-height: 150px;
  padding: 24px;
  background-color: #e40d7e;
}

.example-template .event-card-info h4,
.example-template .event-card-info p {
  color: #fff;
}

.example-template .event-card-info strong {
  color: #fff;
}

.event-card a {
  text-decoration: none;
  color: #e40d7e;
}

a .event-card-info {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1320px) {
  .event-card {
    grid-template-columns: unset;
  }
}

@media (max-width: 980px) {
  .event-card {
    grid-template-columns: repeat(
      auto-fit,
      minmax(192px, 1fr) minmax(192px, 2fr)
    );
  }
}

@media (max-width: 660px) {
  .event-card {
    grid-template-columns: unset;
  }
}

/*------------------- THIS IS CSS FOR THE FEB TEMPLATE EXAMPLE --------------------*/

.first-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

.second-section {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  background-color: #e40d7e;
}

.third-section {
  background-color: #089fe4;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

@media (max-width: 960px) {
  .third-section,
  .second-section,
  .first-section {
    grid-template-columns: unset;
  }
}

.image-block {
  background-color: yellow;
  height: 100%;
  min-height: 480px;
  width: 100%;
}

.first-section-info {
  padding: 48px;
  background-color: #fff;
}

.first-section-info#contained {
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}

.first-link,
.second-link {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(
    auto-fit,
    minmax(220px, 1fr) minmax(240px, 2fr)
  );
  padding: 32px;
  background-color: #e40d7e;
}

@media (max-width: 600px) {
  .first-link,
  .second-link {
    grid-template-columns: unset;
  }
}

.third-link,
.fourth-link,
.fifth-link {
  padding: 32px;
  margin-left: auto;
  margin-right: auto;

  text-align: center;
  background-color: #089fe4;
}

.link-info {
  margin: 32px;
}

.link-info h4 {
  font-family: "Archive", Arial, sans-serif;
  margin-bottom: 0.75em;
  font-size: 32px;
}

@media (max-width: 1320px) {
  .link-info h4,
  .link-info p,
  .link-info div,
  .first-link img,
  .second-link img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.example-template h4,
.instagram-feed-container h4 {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  margin-bottom: 0.75em;
  font-size: 32px;
  margin-top: 0.75em;
}

.example-template h5 {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  margin-bottom: 0.75em;
  font-size: 24px;
  margin-top: 0.75em;
}

.example-template p,
.second-section p,
.first-section-info p {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.example-template strong {
  color: #e40d7e;
}

.example-template a:hover,
.third-section a:hover,
.second-section a:hover {
  text-decoration: none;
}

.first-section-info a,
.first-section-info a:visited {
  color: #e40d7e;
}

.first-section-info a:hover {
  text-decoration: none;
}

.link-info h4 {
  color: #f9eb1b;
}

.link-info p {
  color: #fff;
}

/*----------------post content template---------*/

.post-content {
  padding-top: 48px;
}

/*----story posts archive----------*/

.story-posts {
  display: grid;
  grid-template-columns: minmax(480px, 1fr) minmax(480px, 1fr);
}

@media (max-width: 980px) {
  .story-posts {
    grid-template-columns: unset;
  }
}

.story-posts h4 {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  margin-bottom: 0.75em;
  font-size: 32px;
}

.stories-card {
  margin: 24px;
}

.feature-story-card {
  height: 100%;
}

.feature-story-image {
  height: 1fr;
}

.feature-story-info {
  min-height: 150px;
  padding: 24px;
  background-color: #089fe4;
}

/*---- events ----------*/

.event-bold {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  font-size: 18px;
}

.contact-form .wpforms-field-label,
.contact-form .wpforms-field-label span {
  font-family: "Archive", Arial, sans-serif !important;
  color: #e40d7e !important;
  font-size: 18px !important;
  font-weight: unset !important;
}

/*---------------Instagram Feed---------------------*/

.instagram-feed-container {
  padding: 48px;
}

.instagram-feed-container#instagram-homepage {
  padding-top: 0px;
}

.instagram-feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 740px) {
  .instagram-feed {
    grid-template-columns: unset;
  }
  /* .instagram-post {
    max-width: 300px;
  } */
}
/*-----------------Mailchimp----------------------*/

#mc_embed_signup {
  background-color: #1e1e1e;
}

#mc_embed_signup form {
  padding-left: 0px;
}

#mc_embed_signup .asterisk {
  color: #fff;
}

#mc_embed_signup #mailchimp-submit-button {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  padding: 12px 30px;
  border: 5px solid #089fe4;
  color: #089fe4;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: 150ms;
  cursor: pointer;
  border-radius: 0px;
  font-size: 1rem;
  line-height: 1.5;
}

#mc_embed_signup #mailchimp-submit-button:hover {
  background-color: #089fe4;
  color: #fff;
}
/*--------------- Footer --------------------------*/

.site-footer {
  background-color: #1e1e1e;
  color: white;
  font-size: 12px;
  padding-top: 24px;
  position: relative;
}

.site-footer .site-branding {
  width: 120px;
  margin-left: auto;
  top: -25px;
  right: 10%;
  z-index: 2;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:active {
  text-decoration: none;
}

.footer-subscribe-container {
    padding-bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.footer-links-container:first-child {
  padding-top: 25px;
}

.footer-subscribe-container:first-child {
  padding-top: 75px;
}

.footer-links-container {
  padding-bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-links {
  margin-bottom: 12px;
}

.footer-contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  width: 100%;
  padding-bottom: 12px;
}

@media (max-width: 770px) {
  .footer-links-container,
  .footer-contact-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-subscribe-container {
    grid-template-columns: unset;
  }
}
.footer-social-icons a {
  text-decoration: none;
  font-size: 32px;
  color: #fff;
}

.footer-social-icons a:hover,
.footer-social-icons a:visited:hover {
  color: #e40d7e;
}

.footer-social-icons a:visited {
  color: #fff;
}

.footer-links-head {
  font-family: "Archive", Arial, sans-serif;
  color: #e40d7e;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-link a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.footer-link a:visited {
  color: #fff;
}

.footer-links-container .footer-links .footer-link a:hover,
.footer-links-container .footer-links .footer-link a:active {
  text-decoration: underline;
  color: #fff;
}

.footer-contact .secondary-button {
  font-size: 14px;
}

.footer-links-container .footer-links .footer-contact a:hover {
  text-decoration: none;
}

.footer-social-media {
  margin-bottom: 12px;
}

.site-imprint {
  background-color: #232323;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Donorfy
--------------------------------------------------------------*/

#dfy { margin: 0px 0; background:#089fe4;  padding: 0;}
#dfy .controls li.active {background: #e40d7e;    border: 5px solid #e40d7e;    color: #ffffff; }
#dfy .container.d-flex.justify-content-around.align-items-center.flex-wrap-reverse {max-width: unset; padding: 0;}
#dfy, #dfy section { max-width: unset; width: 100%;}
#dfy .donateControl{position: relative; background: #089fe4; text-align:center;display:flex; flex-wrap: wrap; max-width: unset;}
#dfy .donateControl .donateFrame, #dfy .donateControl .donateFrame .donateLeft li, #dfy .donateControl .donateFrame .donateRight .description {display:none;}
#dfy .controls li:hover{background:#f9eb1b; color:#000000;}
#dfy .controls li {font-family: Archive; cursor:pointer; display:inline-block; text-align:center;  padding: 1.4em 2em 1.1em 2em;  margin: 0;     background: #078dc6;  border: 5px solid #089fe4;  color: #ffffff; font-size:18px;  text-decoration: none;  -webkit-transition: all .16s ease;transition: all .16s ease; flex: 0 0 210px;}
#dfy .controls li span { width: 100%; font-size:18px;}
#dfy .controls {position: absolute;  top: 50%;  z-index: 110;  margin: 41px 0 0 50px;  transform: translateY(-187%);}
#dfy .donateRight {  margin: 28px 0 0 0;}
#dfy .controls ul {margin:0 auto; padding: 0; display: flex; }
#dfy .donateControl .donateFrame.active, #dfy .donateControl .donateFrame .donateLeft li.active, #dfy .donateControl .donateFrame .donateRight .description.active {display:flex; max-width: unset;}
#dfy .donateControl .donateFrame li, #dfy .controls li {list-style-type:none;}
#dfy .controls li:before{display:none;}
#dfy .donateControl .donateFrame {width:100%; align-items: center;}
#dfy .donateControl .donateFrame .donateRight li span {text-transform: none; color: #fff;line-height: 35px;font-size: calc(35px + (30 - 21) * ((100vw - 768px) / (1600 - 768)));display: inline-block;}
#dfy .donateControl .donateFrame .donateLeft ul{ margin: 0 auto; display: flex;}
#dfy .donateControl .donateFrame .donateRight ul {justify-content: space-evenly;  max-width: unset; display:flex;}
#dfy .donateControl .donateFrame li p {line-height:23px;}
#dfy .donateControl .donateFrame li{align-items: center; width: 100%;}
#dfy .donateControl .donateFrame .donateLeft {order:2;}
#dfy .donateControl .donateFrame .donateLeft li.active { background-image: linear-gradient(-45deg, #e40d7e 25%, #f8e81b 25%, #f8e81b 50%, #e40d7e 50%, #e40d7e 75%, #f8e81b 75%, #f8e81b); background-size: 50px 50px; position: relative; top: 15px; left: -15px; margin: -15px 0 0 0;}
#dfy .donateControl .donateFrame .donateLeft li.active img{position: relative; top: -15px; left: 15px;}
#dfy .donateFrame .donateRight li.option {-webkit-transition: all .16s ease;transition: all .16s ease; background:#e40d7e; font-family: Archive;  position: relative; padding:1.4em 2em 1.2em 2em; cursor: pointer; width:100%;} 
#dfy .donateFrame .donateRight li.option.active {background:#089fe4;}
#dfy .donateControl .donateFrame > div {width:50%;}
#dfy .donateFrame .donateRight li.option:hover { background: #f8e81b;}
#dfy .donateFrame .donateRight li.option:hover span{ color:#000000!important; }
#dfy .donateControl .donateFrame .donateLeft ul {position:relative; padding:0; margin:0;}
#dfy .controlsRow .tagline {background:#000000; color:#ffffff; font-family: Archive; padding:10px;}
#dfy .controlsRow {text-align: center;   width: 50%;   bottom: 0;   max-width: 50%;   background: #f8e81b;   margin: 19px 0 0 50px;   position: absolute;   top: 50%;   z-index: 110;  transform: translateY(125%);  height: 110px;}
#dfy .controlsRow ul {width: 100%;float: none; padding: 25px; margin: 0 auto;}
#dfy .donateControl .donateFrame .donateRight li span span { display:block; font-size: 18px; line-height: 23px; padding: 0;}
#dfy .controlsRow #customAmount {font-size: 37px; width: 138px;  background: transparent;  border: 0;  padding: 0 0 0 8px;  color: #000000;  margin: 0px 0px 0 20px !important;   border-radius: 0;   min-height: 45px;   font-family:Archive;   height: 36px;   position: relative;   top: 4px;    left: -2px;}
#dfy .controlsRow #customAmount:focus-visible { outline: 0px solid blue;  border: none;}
#dfy .controlsRow .customSelect {list-style-type:none; position:relative; display: flex;}
#dfy .controlsRow .customSelect:before { display: none;}
#dfy .controlsRow .customSelect label { line-height: 20px;  position: relative;  bottom: -14px;  width: 201px;     color: #000000;  font-size: 16px;    text-align: left;    margin: 0;   font-weight: 500;}
#dfy .controlsRow .customSelect span { border-bottom: #000000 solid 5px;  display: block;  max-width: unset;  width: 160px;   text-align: left; bottom: 10px;  margin: 0 0 0 14px;  position: relative;}
#dfy .controlsRow .customSelect span::before { content: "\00A3"; position: absolute;  left: 0px;  color:#000000; font-weight: 900; line-height: 44px;   font-size: 38px;  bottom: -3px;}
#dfy .controlsRow .customSelect button, #donationForm form #submitButton { cursor: pointer;  display: inline-block;  text-align: center;  padding: 0.3em 2em 0.3em 2em;  margin: 0 0.2em!important;  background: #e40d7e;  color: #ffffff!important;  font-size: 18px!important;  font-weight: 790;  border: 0;  text-decoration: none;  -webkit-transition: all .16s ease;  transition: all .16s ease;  position: relative;  bottom: -10px;  height: 51px;  width: auto;}
#dfy .donateControl .donateFrame .donateRight ul.descriptions {background: #f8e81b; width:100%; position: relative; padding: 0px 25px 0px 25px; height:160px; margin:0 0 0 50px; z-index:100;}
#dfy .donateControl .donateFrame .donateRight .descriptions li span { font-size: calc(35px + (30 - 21) * ((100vw - 768px) / (1600 - 768))); background:#089fe4;  color: #ffffff; line-height: 52px;  padding: 4px 10px;  font-family: Archive;}
#dfy .donateControl .donateFrame .donateRight .descriptions li span.sub {font-size: 18px; color: #e40d7e;   background: #ffffff;   line-height: 30px;    position: absolute;    left: 40px;    bottom: -37px;    z-index: 500;}
#dfy .donateControl .donateFrame .donateRight .descriptions .withSuffix{   position: relative;    top: -30px;}
#dfy .donateControl .donateFrame .donateRight .descriptions li span span {font-size: 11px; line-height: 6px;}
#dfy .donateControl .donateFrame .donateRight .descriptions li p {color: #000000;  font-size: 16px;  text-align: left;   margin: 0;  padding: 0 2%;  font-weight: 500;}
#dfy .donateControl .donateFrame .donateRight ul.options { background: #e40d7e; margin:0 0 0 50px; z-index: 100; padding: 25px; width:100%;  position: relative;}
#dfy .donateControl .donateFrame .donateRight .description table td:first-child {position: relative;  width: 201px; text-align: left; display:none;}
#dfy .cta-button { margin-left: auto; margin-right: 0;  margin-left: auto;  margin-top: -80px;  margin-bottom: 0; position:relative; top: 55px;}
#dfy .banner-donate-button:hover {background:#089fe4; color: #ffffff;}
#dfy .banner-donate-button{ border: 5px solid #089fe4;  color: #089fe4;}
#dfy .banner-donate-button:before ,#dfy .banner-donate-button:after { background: #089fe4;}
#dfy p.dud {color: #ffffff; margin: 0 0 20px 0; font-weight: 500;  padding: 0px 25px 0px 0px;  max-width: 680px;  text-align: left;}
a.rollUp {   margin: 80px 0;    display: block;}
#dfydata > .container, #dfydata .block .container { max-width: unset;    width: 100%;}
#dfydata {width:100%;position: relative;}
#dfydata .col-md-4 {   float: left;   width: 50%;    max-width: unset;}
#dfydata .container.justify-content-around {justify-content: flex-start !important;}
#dfydata .block{ width: 100%;}
#dfydata #bill {z-index:200;font-size: 14px; background:#f8e81b;display: flex; color:#fff; align-items: flex-start;	position: relative; justify-content: center;	 position:absolute; right:0;}
#dfydata #bill p {margin:0;font-family: "Roboto", sans-serif; font-weight:bold;}
#dfydata #bill em {font-family: "Archive", Arial, sans-serif; font-size: calc(35px + (30 - 21) * ((100vw - 768px) / (1600 - 768))); font-style:normal; color:#fff; background:#089fe4;padding: 0px 15px;display: inline-block;margin: 20px 5px;}
#dfydata #bill em span {font-size: 16px; display: block; font-style: normal; position: relative; top: -10px; color:#fff;}
#dfydata #bill .bill { padding: 30px 80px;text-align:center;}
#dfydata #bill a {color:#e40d7e; text-decoration:underline;display:block;text-transform:uppercase; font-size:12px;}
#dfydata #bill a:hover {text-decoration:none;}
#dfydata section .row {overflow:hidden;}
#dfydata section { position: relative; display: inline-block;}
#dfydata form {padding: 0; width: 75%;}

#dfydata .row.heading{margin:0 0 40px 0; position:relative;}
#dfydata .person-details {background-color: #e40d7e;padding: 70px 50px;}
#dfydata .col-md-6, #dfydata .col-md-4, #dfydata .col-md-12 { padding: 0;}

#dfydata h3 {position:relative; color: #ffffff; font-size:24px;  font-style:normal; font-weight:500; font-family: "Archive", Arial, sans-serif;}
#dfydata #DeviceHeader, #dfydata #PaypalHeader{font-family: "Roboto", sans-serif; color: #e40d7e;   font-size: 18px;    font-weight: bold;    text-transform: uppercase;}
#dfydata section.about {margin:0 0 30px 0;}
#dfydata .block.content-blocks.full-width {text-align:left;}
#dfydata .block.intro p {padding:0;}
#dfydata .row { display: block; width: 100%; clear: both; margin:0 0 11px 0;}
#dfydata input, #dfydata select, #dfydata textarea, #dfydata select, .inputFix, textarea { padding: 0px 5px; border-radius: 0; width: 90%; height: 51px; background: #ffffff; border:0;  font-size: 1em !important;  color: #000000 !important;}
#dfydata .taggroup input {height: 15px;   width: 15px;}
#dfydata .shortfieldfirst{ width: 100px!important;}
#dfydata .col-md-2 {float:left; width:48%; padding:0px 18px 11px 0;}
#dfydata  .radiogroup .col-md-2 { padding:0px 18px 0px 0;}
#dfydata .radiogroup{padding: 30px 0;} 
#dfydata .col-md-4 {float:left; width:48%;}

#dfydata img.DirectDebitLogo {  margin: 0 0 30px 0;}
#dfydata .expdate input, #dfydata .shortfield { width: 50%!important;}
#dfydata .radiogroup label.error {padding:0!important;}
#dfydata label.error {    background: #ff0000;   box-shadow: none;   color: #ffffff!important;   padding: 8px;   display: inline-block; font-family: "Roboto", sans-serif;}
#dfydata .error {box-shadow: none;}
#dfydata label {padding:5px 0; display: block;color: #ffffff; font-family: "Roboto", sans-serif;}
#dfydata .commsgroup input[type=radio], #dfydata input[type=radio] { width: 15px; height:15px; position:relative;top: 1px; margin: 0 7px;}
#dfydata .newslettergroup input[type=radio] {width: 15px; height:15px; position:relative;top: -1px; margin: 0 7px;}
#dfydata .newslettergroup span { width: auto; margin: 0 12px 0 0; display: inline-block;}
#dfydata .container.contact, #dfydata .container.payment{ margin: 40px auto;}
#dfydata .radiogroup input, #dfydata  .taggroup input { margin: 0 12px 0 0; position: relative; top: -2px;}
#dfydata .taggroup label {width:100%; display:inline-block;}
#dfydata .radiogroup span {margin: 0 12px 0 0;}
#dfydata .inputFix { padding: 16px 12px 12px 12px;}
#dfydata .container.giftaid, #dfydata .container.payment { border: 3px #000000 solid; padding: 15px;  margin: 15px 0; line-height:20px;}
#dfydata img.giftAidLogo {width: 150px;   margin: 0px 0px 20px;} 
#dfydata .container.consent, #dfydata .container.contact {padding:36px 30px 20px 30px; border-radius: 50px; background:#ebebeb;}
#dfydata .grey{background:#ebebeb; padding: 15px;}
#dfydata small { padding: 0 30px; display: block;}
#dfydata .commsgroup { padding: 20px 0 0px; display: flex; column-gap: 90px; row-gap: 30px; flex-flow: row wrap; }
#dfydata #PleaseWait {padding:12px;}

#dfydata .commsgroup div { display: flex; align-items: center; justify-content: space-between; column-gap: 20px}

#dfydata .commsgroup div label {margin: 0; padding: 0;}
#dfydata .commsgroup div input {width:30px; height: 30px; border-width:0px;}
#dfydata textarea {height:auto;}
#dfydata section.contact-details p {margin: 10px 0 0 0;}
#dfydata section.contact-details .row { padding: 0%;}
#dfydata section.contact-details{background:#089fe4; padding: 70px 50px;}
#dfydata section.giftaid .container{padding:0;}
#dfydata section.giftaid .row {display:flex; margin:0; align-items:stretch;}
#dfydata section.giftaid .col-md-6:first-child {padding-top: 70px;padding-bottom: 70px;background: #e40d7e;}
#dfydata section.giftaid .col-md-6:last-child {background: #000; padding-top:40px;padding-bottom: 40px;}
#dfydata section.giftaid .col-md-6:last-child p {font-size: 14px; margin-bottom: 0px;}
#dfydata section.giftaid .col-md-6 {padding-left: 50px;padding-right:50px;}
#dfydata section.giftaid h3 {margin-bottom: 30px;}
#dfydata .gagroup {display:flex; align-items: center;column-gap: 50px;}
#dfydata .gagroup label {margin-bottom: 0px;}
#dfydata  input#GiftAid {  height: 20px; width: 20px;}
#dfydata section.contact-details h3, #dfydata section.contact-details p, #dfydata section.contact-details label, #dfydata section.giftaid h3, #dfydata section.giftaid p, #dfydata section.giftaid label,#dfydata section.giftaid small, #dfydata .commsgroup span{color:#ffffff;}
#dfydata .customQs {background: #f8e81b;margin-bottom: 60px;}
#dfydata section.customQs .row {display:flex; margin:0; align-items:stretch;}
#dfydata section.customQs .col-md-6 {padding: 70px 50px;}
#dfydata section.customQs .col-md-6 .col-md-6{max-width:40%;}
#dfydata section.customQs h3 {color: #089fe4;}
#dfydata section.customQs .col-md-6:first-child label {color: #000;font-weight:bold;}
#dfydata #Comment {width: 100%;}
#dfydata section.customQs .paymentFieldsinner .row {display:flex;align-items:center; }
#dfydata section.customQs .paymentFields h4 {font-family: "Roboto", sans-serif;font-size: 18px;font-weight: bold; text-transform: uppercase;}
#dfydata section.customQs .col-md-6.no-padding {padding:0;}
#dfydata section.customQs .paymentFieldsinner {display:block;width:100%;  margin: 0 0 25px 0;}
#dfydata section.customQs .paymentFields label {color: #000;font-weight:bold;}
#dfydata section.about, #dfydata section.payment-details {flex: 0 0 48%;margin: 0 2% 0 0;}
#dfydata .row.commit, #dfydata .row.commit div {overflow:visible;}
#dfydata #submitButton {cursor:pointer; position: relative; font-family: "Roboto", sans-serif; background: #fff; width: fit-content; padding: 20px 30px; border: 5px solid #089fe4;color: #089fe4!important;font-weight: bold;text-transform: uppercase;text-align: center;z-index: 2;transition: 150ms;display:inline-block;height: auto;}
#dfydata #submitButtonContainer {position: relative; overflow: visible;}
#dfydata #submitButtonContainer:before {position: absolute; bottom: -10px; content: ""; z-index: 1;background: #089fe4;top: 10px;left: -15px;height: 100%;width: 15px;transition: 150ms;display:block;}
#dfydata #submitButtonContainer:hover:before {top: 0;left:0;width:0}
#dfydata #submitButtonContainer:hover:after {height: 0; bottom:0;left:0;}
#dfydata #submitButtonContainer:after {position: absolute;width: 100%;max-width: 100%;top: 100%;bottom: -10px;content: "";z-index: 1;width: 100%;background: #089fe4;right: 0px;left: -15px;height: 15px;transition: 150ms;display:block;}
#dfydata #submitButton:hover{background: #089fe4;color:#ffffff!important;}
#dfydata .payment-details .col-md-4.expdate{display: flex;}
#dfydata .payment-details .col-md-4 { width: 100% !important; margin:0 0 30px 0;}
#dfydata .payment-details .col-md-2 { padding: 0px 18px 11px 0; flex: 0 0 50%;}
#dfydata .payment-details .inputFix {height:auto;}
#dfydata .ErrorContainer {padding:25px 0;}
#dfydata {padding-top:20px;}
#dfy.thanks {display:none;}
#dfy.thanks, #dfy.thanks .donateControl { background:#ffffff;}
#dfy.thanks .donateControl .donateFrame .donateRight ul {   justify-content: space-evenly;    max-width: unset;    display: inline-block;    text-align: left;    color: #ffffff;}
#dfy.thanks .donateControl .donateFrame .donateRight h2 {  font-family: "Archive", Arial, sans-serif;  color: #ffffff;  margin-bottom: 0.75em;  font-size: 32px;}
#dfy.thanks .donateControl .donateFrame .donateRight p, #dfy.thanks .donateControl .donateFrame .donateRight a { color: #ffffff; }
#dfy.thanks .donateControl .donateFrame .donateRight li {float: left;  display: inline;   width: auto;}
#dfy.thanks .donateControl .donateFrame .donateRight ul.options {    background: #ffffff;} #dfy.thanks .donateControl .donateFrame .donateRight ul.options p{ color:#404040;}


@media (max-width: 1800px) {
#dfydata .col-md-4 {max-width: 48%;}
}
@media (max-width: 1745px) {
#dfy .controls li.dud {     font-size: 12px;    flex: 0 0 330px;   top: 8px;}
}
@media (max-width: 1458px) {
	
	#dfy .controls{    margin:50px 0 0 50px;}
	#dfy .donateRight {  margin: 76px 0 0 0;}
	#dfy .controlsRow{margin: 31px 0 0 50px;}
	#dfy p.dud {  margin:0 0 10px 0; padding: 0px 0 0px 0px; max-width: 504px;     font-size: 14px;   line-height: 18px;}
	#dfy .donateControl .donateFrame .donateRight ul.options {    padding: 12px 25px;}
}


@media (max-width: 1570px) {
#dfy .controls li.dud {  flex: 1; position: absolute;  top: -82px;  width: 100%;  order: 1;}
#dfy .controls li {order: 2;}
}

@media (max-width: 1245px) {
	#dfy .controlsRow {  text-align: center;  width: 100%;  bottom: 0;   max-width: unset;   background: #f8e81b;   margin: 0 0 0 50px;   position: static;   top: 50%;   z-index: 110;   transform: unset;   height: auto;}
	#dfy .controls {  position: static;  top: 50%;  z-index: 110;  margin: 0 0 0 50px;   transform: unset;    width: 100%;}
	#dfy .donateControl .donateFrame{flex: 1 0 100%;  flex-wrap: wrap;}
	#dfy { padding: 20px 5% 50px 5%;}
	#dfy .controls,#dfy .donateControl .donateFrame .donateRight ul.options, #dfy .donateControl .donateFrame .donateRight ul.descriptions, #dfy .controlsRow {margin:0;}
	#dfy .donateControl .donateFrame > div {   width: 100%;}
	#dfy .donateControl .donateFrame .donateLeft ul {  position: relative;   padding: 0;  margin: 0 0 15px 0;}
#dfy .controlsRow{padding: 25px 0 0 0;}
#dfy .controls ul {  display: flex;    align-items: center;}
#dfy .controls li.dud {   flex: 1;  position: static;   top: -82px;    width: 100%;    order: 3;    padding: 0 0 0 17px;}
#dfy .donateRight {  margin:  0;}	
	#dfy p.dud { font-size: 1rem; line-height: 1.5;  margin: 0 0 30px 0;}
	#dfydata #bill {position:static; position: static;  display: block;  overflow: hidden;}
	#dfydata #bill .bill {padding: 0px 10px; display: flex;}
	#dfydata #bill .bill > div {  display: flex; flex:1; align-items: center; }
	#dfydata #bill .bill > div:first-child {  flex:1 0 33%;  }
	#dfydata #bill .bill > div:last-child {  flex: 1 0 66%;}
	#dfydata #bill p { flex:1;}
	#dfydata #bill a {display:inline;}
	#dfydata #bill a br {  display: none;}
	#dfydata form{width: 100%;}
	
}
@media (max-width: 1200px) {
	#dfydata .col-md-6, #dfydata .col-md-4, #dfydata .col-md-12 { width: 100% !important; max-width: 100%;}
}
@media (max-width: 990px) {
	#dfydata .commsgroup { column-gap: 30px; }
}
@media (max-width: 784px) {
	#dfy {  padding: 20px 15px;}
}

@media (max-width: 700px) {
	#dfy .controlsRow .customSelect {flex-wrap: wrap;}
	#dfy .cta-button {margin:0;  position: static;   flex: 0 0 100%;  width: 100%; display: flex;    align-items: center;    justify-content: center;}
	#dfy .controlsRow .customSelect label, #dfy .controlsRow .customSelect span {width:100%; position:static;}
	#dfy .controlsRow .customSelect span::before {bottom:unset; top: 21px;}
	#dfy .donateControl .donateFrame .donateRight .description table td:first-child {width: 171px;}
}

@media (max-width: 690px) {
	#dfydata {padding-top:0;}
#dfydata #bill .bill {  display: inline-block;     text-align: left;}
#dfydata #bill .bill > div:last-child {   padding: 0 0 10px 0;}
#dfydata section#bill, #dfydata section.person-details, #dfydata section.contact-details, #dfydata section.customQs, #dfydata section.giftaid .col-md-6 {   padding: 30px 17px!important;}
#dfydata input, #dfydata select, #dfydata textarea, #dfydata select, .inputFix, textarea {width:100%;}
#dfydata section.customQs .col-md-6 {padding:0;}
#dfydata section.customQs .row.heading { padding: 30px 0 0 0;}
#dfydata section.customQs .paymentFieldsinner .row {  display: inline-block;}
#dfy .controls li.dud {order:1; flex: 1 0 100%;     padding: 0 0 25px 0;   text-align: center;}
#dfy .controls li {  flex: 0 0 50%;}
#dfy .controls ul {   flex-wrap: wrap;}
#dfy .donateControl .donateFrame .donateRight ul.options {  padding: 5px 5px 5px 5px;  }
 #dfydata .container.justify-content-around {  padding: 0;}
}

@media (max-width: 500px) {

#dfy .controls{  padding: 5px 2px 5px 2px;}
#dfy .controls li { padding: 1.4em 0.4em 1.1em 0.4em;}
#dfy .controls li span {font-size: 15px;}
#dfy .donateFrame .donateRight li.option {padding:1.4em 0.4em 1.2em 0.4em;}
#dfy { padding: 6px 0px; 20px 0px;}
#dfy .donateControl .donateFrame .donateRight .description table td {   width: 100%;   display: block;}
#dfy .donateControl .donateFrame .donateRight ul.descriptions { height:auto; padding: 5px 5px 0px 5px;}
#dfy .controlsRow #customAmount {width:100%;}
#dfy .donateControl .donateFrame .donateRight .descriptions .withSuffix{padding: 45px 0 0 0;   margin: 0 0 22px 0;  margin: 0 0 22px 0;}
 #dfy p.dud {  margin: 0px 0 10px 0;  padding: 0px 5px 0px 5px;  }
 #dfy, #dfy section { margin:0 auto;}
 #dfy .donateControl .donateFrame .donateRight .description table td:first-child {  display: none;}
 #dfy .donateControl .donateFrame .donateRight ul.descriptions table {  margin: 0 0 5px 0;}
 #dfydata section#bill {  padding: 0 17px 5px 17px!important;}

#dfydata #bill .bill {  width: 100%;}
}

