/*
Theme Name: Zero Hour v2.1
Theme URI: https://codesauce.co.uk/
Author: Codesauce
Author URI: https://codesauce.co.uk/
Description: Custom website built by Codesauce
Version: 2.1
*/

:root {

    --greencolor: #80D9A9;
    --orangecolor: #F9604E;
    --blackcolor: #000000;
    --whitecolor: #FFFFFF;
    --transparentcolor: #0000;
    --backgroundcolor: #ECEEE3;

    --boxshadow: 0 0.5rem 0.75rem -0.25rem rgb(39 48 54 / 5%);

    --borderradius: 4px;
    --bordercolor: #f3f4f5;

    --positiverem: 0.9375rem;
    --negativerem: -0.9375rem;

    --fontsizelarge: 1.25rem;
    --fontsizemedium: 1rem;
    --fontsizesmall: 0.75rem;

    --defaultfont: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --antonfont: "Anton", sans-serif;

}

@font-face {
  font-display: swap;
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/zh/fonts/anton-v23-latin-regular.eot');
  src: url('/wp-content/themes/zh/fonts/anton-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/zh/fonts/anton-v23-latin-regular.woff2') format('woff2'),
       url('/wp-content/themes/zh/fonts/anton-v23-latin-regular.woff') format('woff'),
       url('/wp-content/themes/zh/fonts/anton-v23-latin-regular.ttf') format('truetype'),
       url('/wp-content/themes/zh/fonts/anton-v23-latin-regular.svg#Anton') format('svg');
}

html {
	font-family: var(--defaultfont);
    background: var(--backgroundcolor) !important;
	scroll-behavior: smooth;
}

body {
	font-family: var(--defaultfont);
    background: var(--backgroundcolor) !important;
}

header,
footer {
	z-index: 1;
	position: relative;
}

.layout {
	background: var(--backgroundcolor) !important;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sitemap {
	padding: 5rem 0;
	background: #000000;
	color: #ffffff !important;
}

.sitemap h1 {
	font-size: 1.8rem;
	text-align: left;
	color: #ffffff !important;
	margin-bottom: 2.5rem;
}

.sitemap a {
	color: #ffffff !important;
}

.sitemap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sitemap h2 {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 1em 0;
	clear: both;
	color: #fff !important;
}

.sitemap h3 {
	font-size: 1rem;
	line-height: 1;
	margin: 0 0 1em 0;
	clear: both;
	color: #fff !important;
}

.grid-container {
	max-width: 85rem;
}

h1.h1,
h2.h1,
h1.title,
h2.title {
    font-family: var(--antonfont);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.btn {
    box-shadow: 0 0.5rem 0.75rem -0.25rem rgb(39 48 54/5%);
}

.sitemap-list {
	margin-top: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
	line-height: 1.66666;
	margin-bottom: 1rem;
}

li {
	line-height: 1.66666;
}

a {
	color: var(--orangecolor);
}

a:hover,
a:focus {
	color: var(--blackcolor);
}

.smaller-padding {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	transition: none !important;
}

.chevron::after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 9px;
    width: 9px;
    right: -2%;
    top: -1px;
    bottom: 0;
    position: relative;
    transform: rotate(45deg);
}

.sm-chevron::after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
	right: 5%;
	top: 0;
	bottom: 0;
	position: relative;
	transform: rotate(45deg);
	float: right;
}

lowercase {
    text-transform: lowercase;
}

/* ******************************************************************
Side Share
****************************************************************** */

.share {
    position: fixed;
    left: 1%;
    bottom: 1%;
    z-index: 999999999;
}

.share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.share a {
    float: left;
}

.share li {
    width: 50px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table;
    opacity: 0.5;
    cursor: pointer;
}

.share li:hover {
    opacity: 1;
}

.share li.twitter {
    background: #1DA1F2;
}

.share li.facebook {
    background: #4267B2;
}

.share img {
    width: 25px;
    padding-bottom: 1px;
    padding-right: 2px;
}

/* ******************************************************************
Header
****************************************************************** */

.socialmedia  {
	font-weight: 400;
	font-size: 1.5rem;
    margin-left: 3px;
}

.socialmedia ul.sm {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    max-width: 300px;
    width: 100%;
}

.header-social .socialmedia ul {
    float: right;
    text-align: right;
    line-height: 1;
}

.socialmedia ul li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 37px;
}

.socialmedia ul li.followers {
    width: 70px;
}

.socialmedia ul li a {
	color: #ffffff;
}

.socialmedia ul li a:hover  {
    opacity: .75;
}

.socialmedia .number {
    font-weight: 700;
    display: grid;
    align-items: center;
    border-radius: 10px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    border: 1.5px solid;
}


/* ******************************************************************
Header
****************************************************************** */

#wpadminbar {
	z-index: 9999999999;
}

header {
	background: #000000;
	z-index: 99999;
}

.header-top {
    align-items: center;
    align-content: center;
}

.header-left-mobile svg {
	color: #ffffff;
}

.header-menu ul.hm {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.header-menu>ul.hm>li {
    float: left;
    margin-top: 0;
    line-height: 50px;
    width: 100%;
    text-align: center;
}

.header-menu>ul.hm>li>a {
	color: #fff;
	margin: 0;
	width: 100%;
	font-size: 1.1rem;
	text-align: right;
}

/* Dropdown Button */
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown::after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    left: 5px;
    top: -2px;
    position: relative;
    transform: rotate(133deg);
    color: #fff;
}

.header-menu>ul>li:hover {
    background: #353535;
    box-shadow: 0 0.5rem 0.75rem -0.25rem rgb(39 48 54/5%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #353535;
	width: 100%;
	z-index: 1;
    box-shadow: 0 0.5rem 0.75rem -0.25rem rgb(39 48 54/5%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-content a {
    color: #ffffff !important;
    padding: 0 0 0 0;
    text-decoration: none;
    display: block;
	font-size: 90%;
}

.dropdown-content a:hover {
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.dropdown img.menu_icon.notlazy {
    width: 22px;
    vertical-align: sub;
    line-height: 1;
}

a.orangeMenu {
    background: var(--orangecolor);
    color: var(--blackcolor) !important;
    font-weight: 700;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* ******************************************************************
Menu.css
****************************************************************** */

.mobile-menu {
	position: fixed;
	padding: 0;
	top: 0 !important;
	background: #000000;
	color: #ffffff;
	z-index: 999999999999999999999999999999;
	height: 100%;
	min-height: 100%;
}

.mobile-menu header {
	background: #000000;
	position: relative;
}

.mobile-menu .mobile-menu-nav {
	display: flex;
	justify-content: center;
}

.mobile-menu .mobile-menu-nav ul {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
	list-style: none;
}

.mobile-menu .mobile-menu-nav ul li {
	text-align: center;
}

.mobile-menu .mobile-menu-nav ul li a {
	font-size: 2rem;
	line-height: 4rem;
	color: #fff;
}

.mobile-menu .menu-open {
	float: right;
	line-height: 50px;
	font-size: 2rem;
	color: #fff;
}

.mobile-menu .menu-close {
	float: right;
	line-height: 50px;
	font-size: 3rem;
	color: #fff;
}

/* ******************************************************************
Buttons.css
****************************************************************** */

.btn {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	border: 0 !important;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center !important;
}

.btn:hover {
	opacity: .75;
	color: #ffffff;
}

.btn-header {
    width: 47%;
    float: left;
    line-height: 2.5;
}

.btn-header-join {
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    background: transparent;
    margin-right: 5%;
    border-radius: 10px;
}

.btn-header-donate {
    color: var(--blackcolor) !important;
    border: 2px solid var(--greencolor) !important;
    background: var(--greencolor);
    border-radius: 10px;
}

.btn-header-back {
    color: #fff;
    border: 2px solid #fff !important;
    background: transparent;
    border-radius: 10px;
}

.btn-universal {
	color: #fff;
	background-color: #F9604E;
	padding: 0.5rem 2rem;
	text-align: center !important;
}

.btn-green {
	color: #000;
	background-color: #F9604E;
	padding: 0.5rem 2rem;
	text-align: center !important;
}

.btn-green:hover {
	color: #000;
}

.btn-reviews {
	color: #fff;
	background-color: #F9604E;
	padding: 0.5rem 2rem;
	text-align: center !important;
	display: inline-block;
}

/* ******************************************************************
Clearfix.css
****************************************************************** */

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/* ******************************************************************
Footer
****************************************************************** */

.footer-share {
    background: #000;
    color: #fff;
    border-radius: 0;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    margin: 0 0 0 0;
    padding: 5rem 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #202020;
}

.footer-share h2 {
    font-weight: 700;
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

.footer-share .sharecard {
    border: none;
    background: #000;
    color: #fff;
    border-radius: 0;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.footer-share .sharecard .btn-quickshare {
    width: fit-content;
    background: #80daa9;
    color: #fff;
    padding: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

.footer-share .sharecard .btn-quickshare-twitter {
	background: #1DA1F2;
}

.footer-share .sharecard .btn-quickshare-facebook {
	background: #4267B2;
}

.footer-share .sharecard .btn-quickshare-whatsapp {
	background: #25D366;
}

.footer-share .sharecard .btn-quickshare-linkedin {
	background: #0A66C2;
}

footer {
	background: #000000;
	color: #ffffff;
	width: 100%;
	padding-top: 7.5em;
	padding-bottom: 7.5em;
	text-align: left;
	font-size: 1rem;
}

.footer-section {
    margin-bottom: 1.5rem;
}

footer a {
	margin: 0 0 5px 0;
	font-weight: 700;
	color: #ffffff !important;
	width: 100%;
	text-align: left;
	float: left;
	display: contents;
}

footer p {
	color: #ffffff;
    margin: 0;
}

footer ul {
	list-style: none;
	margin: 0;
}

footer img.footer-logo {
	max-width: 300px;
	width: 100%;
}

/* **************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
Donate Page / WP Simple Pay
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*************************************************************************** */

body.page-template-page-donate {
    background: #000000 !important;
}

.page-template-page-donate footer p {
    text-align: center;
    font-size: 13px !important;
    opacity: 0.6;
}

#donate {
    margin: 7.5rem 0;
}

#donatetext h1 {
    color: #fff;
    line-height: 1;
    margin: 0 0 2.5rem 0;
    font-family: var(--antonfont);
    text-transform: uppercase;
}

#donatetext p {
    color: #fff;
    line-height: 1.666666;
    margin: 0 0 1.66666rem 0;
    font-size: 1.5rem;
}

#donatetext h1 span {
    color: #F9604E;
}

/* ************** */

#donateform .simpay-embedded-heading.simpay-styled {
    margin: 0;
}

#donateform h3.simpay-form-title {
    display: none;
}

#donateform form {
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
}

#donateform form h5 {
    margin-top: 4rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

#donateform form div#\31 3 h5 {
    margin-top: 2rem !important;
}

#donateform .simpay-form-control .simpay-checkbox-wrap {
    display: flex;
    align-items: center;
}

#donateform .simpay-styled .simpay-form-control .simpay-checkbox-wrap label {
    line-height: 1;
}

#donateform .simpay-styled .simpay-multi-plan-list-group label,
#donateform .simpay-styled .simpay-multi-plan-buttons-group label {
    color: #212529;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700 !important;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: none;
    padding: 25px 0;
    display: block;
    position: relative;
    background: #e7e7e7;
    border: none;
}

#donateform .simpay-styled .simpay-multi-plan-list-group input[type=radio]:checked+label,
#donateform .simpay-styled .simpay-multi-plan-buttons-group input[type=radio]:checked+label {
    background: #80daa9 !important;
    color: #fff !important;
}

#donateform .simpay-custom-amount-container .simpay-custom-amount-wrap {
    display: block;
}

#donateform input#simpay-form-7044-field-4 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#donateform span.simpay-currency-symbol.simpay-currency-symbol-left {
    background: #000000 !important;
    color: #fff !important;
    width: 10%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 20px !important;
    font-weight: 700 !important;
    float: left;
    border: none !important;
    box-shadow: none !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

#donateform .simpay-styled .simpay-custom-amount-container [type=text].simpay-custom-amount-input-symbol-left,
#donateform .simpay-styled .simpay-custom-amount-container [type=tel].simpay-custom-amount-input-symbol-left,
#donateform .simpay-styled .simpay-custom-amount-container [type=number].simpay-custom-amount-input-symbol-left {
    background: #e7e7e7;
    width: 90% !important;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: 700;
    border: none !important;
}

#donateform .simpay-styled .simpay-form-control input[type=date],
#donateform .simpay-styled .simpay-form-control input[type=time],
#donateform .simpay-styled .simpay-form-control input[type=datetime-local],
#donateform .simpay-styled .simpay-form-control input[type=week],
#donateform .simpay-styled .simpay-form-control input[type=month],
#donateform .simpay-styled .simpay-form-control input[type=text],
#donateform .simpay-styled .simpay-form-control input[type=email],
#donateform .simpay-styled .simpay-form-control input[type=url],
#donateform .simpay-styled .simpay-form-control input[type=password],
#donateform .simpay-styled .simpay-form-control input[type=search],
#donateform .simpay-styled .simpay-form-control input[type=tel],
#donateform .simpay-styled .simpay-form-control input[type=number],
#donateform .simpay-styled .simpay-form-control select,
#donateform .simpay-styled .simpay-form-control textarea,
#donateform .simpay-styled .simpay-form-control .simpay-sepa-debit-wrap,
#donateform .simpay-styled .simpay-form-control .simpay-p24-wrap,
#donateform .simpay-styled .simpay-form-control .simpay-fpx-wrap,
#donateform .simpay-styled .simpay-form-control .simpay-ideal-wrap,
#donateform .simpay-styled .simpay-form-control .simpay-card-wrap {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 1px !important;
    padding: 0.4375em !important;
    background: #e7e7e7;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    height: 70px;
    min-height: 70px;
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#donateform ::placeholder,
#donateform .ElementsApp .InputElement::placeholder,
#donateform .ElementsApp .InputElement::-webkit-input-placeholder,
#donateform div#placeholder,
#donateform .InputContainer .InputElement::placeholder {
    color: #91969b !important;
}

#donateform .simpay-text-label.simpay-label-wrap label,
#donateform .simpay-email-label.simpay-label-wrap label,
#donateform .simpay-address-label.simpay-label-wrap label {
    margin: 0 0 0 15px !important;
    background: black;
    color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 2px 10px;
    font-weight: 700 !important;
}

#donateform legend.simpay-address-billing-container-label.simpay-label-wrap{
    display: none;
}

#donateform button {
    color: #fff;
    background-color: #80daa9;
    border-color: #80daa9;
    width: 100%;
    font-weight: 700;
    font-size: 1.5rem !important;
    padding: 1rem 0 !important;
    height: 70px;
    line-height: 35px;
}



/* **************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
ZAPIER Form: PHP to NationBuilder - see plugin
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*************************************************************************** */

form#zh-wp-to-crm-form-plugin-form {
    margin: 2rem auto 2rem auto;
    padding: 1rem;
    max-width: 450px;
}

form#zh-wp-to-crm-form-plugin-form .progress {
    height: 2rem !important;
    margin-bottom: 1rem !important;
    border-radius: 0 !important;
    background-color: #e7e7e7 !important;
    width: 100% !important;
    line-height: 2 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

form#zh-wp-to-crm-form-plugin-form .progress-meter, .progress.primary .progress-meter {
    background: rgb(128,217,169) !important;
    background: -moz-linear-gradient(270deg, rgba(128,217,169,1) 0%, rgba(87,177,128,1) 100%) !important;
    background: -webkit-linear-gradient(270deg, rgba(128,217,169,1) 0%, rgba(87,177,128,1) 100%) !important;
    background: linear-gradient(270deg, rgba(128,217,169,1) 0%, rgba(87,177,128,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80d9a9",endColorstr="#57b180",GradientType=1) !important;
}

form#zh-wp-to-crm-form-plugin-form p.alert {
    line-height: 1;
    font-weight: 700;
    background: #F9604E !important;
    color: #fff;
    padding: 1rem;
    text-align: left;
    margin: 0 0 1rem 0;
    border-radius: 10px;
}

form#zh-wp-to-crm-form-plugin-form h2 {
    text-align: left;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

form#zh-wp-to-crm-form-plugin-form p {
    text-align: left;
    line-height: 1.333;
}

form#zh-wp-to-crm-form-plugin-form label {
    text-align: left;
    font-weight: 700;
}

form#zh-wp-to-crm-form-plugin-form input {
    background: #e7e7e7 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    height: 50px !important;
}

form#zh-wp-to-crm-form-plugin-form ::placeholder {
    color: #91969b !important;
}

form#zh-wp-to-crm-form-plugin-form span {
    background: #e7e7e7;
    display: block;
    border-radius: 10px;
    font-size: 12px;
    text-align: left;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

form#zh-wp-to-crm-form-plugin-form span.notice {
    margin-top: 1.5rem !important;
}

form#zh-wp-to-crm-form-plugin-form .btn-submit {
    background: #80daa9 !important;
    width: 100% !important;
    margin: 1.5rem 0 1rem 0 !important;
    color: #fff !important;
    font-size: 1.5rem !important;
}








form#zh-wp-to-crm-form-plugin-form input.is-invalid {
    border: 1px solid #dc3545 !important;
}

form#zh-wp-to-crm-form-plugin-form input.is-valid {
    border: 1px solid #198754 !important;
}

form#zh-wp-to-crm-form-plugin-form .invalid-postcode,
form#zh-wp-to-crm-form-plugin-form .invalid-email {
    text-align: left;
    font-size: 80%;
    color: #dc3545;
}

form#zh-wp-to-crm-form-plugin-form .valid-postcode,
form#zh-wp-to-crm-form-plugin-form .valid-email {
    text-align: left;
    font-size: 80%;
    color: #198754;
}





form#zh-wp-to-crm-form-plugin-form .display_opt_in input#display_opt_in,
form#zh-wp-to-crm-form-plugin-form .email_opt_in input#email_opt_in {
    padding: 0;
    margin: 0;
    float: left;
    height: auto !important;
}

form#zh-wp-to-crm-form-plugin-form .display_opt_in,
form#zh-wp-to-crm-form-plugin-form .email_opt_in {
    margin-top: 0.75rem;
}

form#zh-wp-to-crm-form-plugin-form .display_opt_in label,
form#zh-wp-to-crm-form-plugin-form .email_opt_in label {
    text-align: left;
    font-weight: 400;
    float: left;
    line-height: 1;
    font-size: 14px;
}

form#zh-wp-to-crm-form-plugin-form .display_opt_in p#display_opt_in_notice,
form#zh-wp-to-crm-form-plugin-form .email_opt_in p#email_opt_in_notice {
    line-height: 1;
    font-weight: 700;
    background: #F9604E !important;
    color: #fff;
    padding: 1rem;
    text-align: left;
    margin: 1rem 0 0 0;
    font-size: 1rem;
    border-radius: 10px;
}





form#zh-wp-to-crm-form-plugin-form h4 {
    text-align: left;
    border-top: 1px solid;
    margin: 1rem 0 2rem 0;
    font-weight: 700;
    padding: 1rem 0 0 0;
}

/* **************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
Responsive
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*************************************************************************** */

/* **************************************************************************
Large - 1024px to 9999px
*************************************************************************** */

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

	/* Foundation */
	.large-0 {
		display: none !important;
	}

	/* Fonts */
	html {
		font-size: 15px;
	}

	label {
		font-size: 1.1rem;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	h5 {
		font-size: 1.5rem;
	}

	h6 {
		font-size: 1.5rem;
	}

	p {
		font-size: 1.25rem;
	}

	li {
		font-size: 1.25rem;
	}

	header {
	}

	.header-social img {
		width: 30px;
		height: 30px;
		vertical-align: bottom;
	}

    .default-page-type .grid-container.fluid .overlay h1 {
        font-size: 5rem;
    }

    #donatetext h1 {
        font-size: 7rem;
    }

    #donateform form {
        padding: 2rem;
    }

}

/* **************************************************************************
Just smaller than large ;) - 1024px to 1120px
*************************************************************************** */

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

    .header-menu>ul>li>a {
        font-size: 1.1rem;
    }

    .default-page-type .grid-container.fluid .overlay h1 {
        font-size: 5rem;
    }

    #donatetext h1 {
        font-size: 7rem;
    }

    #donateform form {
        padding: 2rem;
    }

}

/* **************************************************************************
Medium - 640px to 1023px
*************************************************************************** */

@media only screen and (min-width: 640px) and (max-width: 1023px) {

	/* Foundation */
	.medium-0 {
		display: none !important;
	}

	/* Fonts */
	html {
		font-size: 15px;
	}

	label {
		font-size: 1.1rem;
	}

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	h5 {
		font-size: 1.5rem;
	}

	h6 {
		font-size: 1.5rem;
	}

	p {
		font-size: 1.1rem;
	}

	li {
		font-size: 1.1rem;
	}

	header {
	}

	.header-logo {
		text-align: center;
	}

	.header-logo img {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		text-align: center;
	}

    .header-menu {
        text-align: center;
    }

    .header-menu img {
        width: 40px;
        height: 40px;
        line-height: 50px;
        text-align: center;
    }

    .default-page-type .grid-container.fluid .overlay h1 {
        font-size: 5rem;
    }

    #donatetext h1 {
        font-size: 6.5rem;
    }

    #donatetext p {
        display: none;
    }

    #donateform form {
        padding: 2rem;
    }



    .footer-share h2 {
        font-weight: 700;
        font-size: 4rem;
        margin: 0 0 1rem 0;
    }

div#clicktweetcols {
    display: block !important;
}

}

/* **************************************************************************
Small - 0px to 639px
*************************************************************************** */

@media only screen and (min-width: 0px) and (max-width: 639px) {

	/* Foundation */
	.small-0 {
		display: none !important;
	}

	/* Fonts */
	html {
		font-size: 14px;
	}

	label {
		font-size: 1rem;
	}

	h1 {
		font-size: 1.7rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.2rem;
	}

	h4 {
		font-size: 1.2rem;
	}

	h5 {
		font-size: 1.2rem;
	}

	h6 {
		font-size: 1.2rem;
	}

	p {
		font-size: 1.2rem;
	}

	li {
		font-size: 1.2rem;
	}

	/* Header */
	header {
	}

	.header-logo {
		text-align: center;
	}

	.header-logo img {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		text-align: center;
	}

	.header-menu {
		text-align: center;
		line-height: 75px;
	}

	.header-menu img {
		width: 40px;
		height: 40px;
		line-height: 50px;
		text-align: center;
	}

	.chevron::after {
        display: none;
	}

    .page-id-6829 .content,
    .page-id-6829 .supportedby {
        text-align: left;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .default-page-type .grid-container.fluid .overlay h1 {
        font-size: 4rem;
    }

    #donatetext h1 {
        font-size: 4rem;
    }

    #donatetext p {
        display: none;
    }

    #donateform form {
        padding: 2rem 1.5rem;
    }



    .footer-share h2 {
        font-weight: 700;
        font-size: 3rem;
        margin: 0 0 2rem 0;
        line-height: 1;
    }

    .footer-share .sharecard {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-share .sharecard .btn-quickshare {
        width: 110px;
    }

div#clicktweetcols {
    display: block !important;
}


}

/* **************************************************************************
Very Small - 0px to 375px
*************************************************************************** */

@media only screen and (min-width: 0px) and (max-width: 375px) {

    .btn {
        font-size: 1rem;
    }

    header .grid-container .cell {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }

    .header-menu img {
        width: 30px;
        height: 30px;
        text-align: center;
    }

    .default-page-type .grid-container.fluid .overlay h1 {
        font-size: 3rem;
    }

    #donatetext h1 {
        font-size: 3.25rem;
    }

    #donatetext p {
        display: none;
    }

    #donateform form {
        padding: 2rem 1.5rem;
    }

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

    .socialmedia ul li {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 50px;
    }

    div#clicktweetcols {
        display: block !important;
    }


}
