/*!
Theme Name: Goodie
Theme URI: https://micawhitcliffe.xyz/
Author: Mica Whitcliffe
Author URI: https://micawhitcliffe.xyz/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reaal-good
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


:root{
    --black: rgb(26, 40, 43);
	--pink: rgb(243, 180, 255);
	--blue: rgb(15, 38, 152);
	--yellow: rgb(255, 245, 94);
	--orange: rgb(234, 60, 18);
	--brown: rgb(146, 58, 38);
	--beige: rgb(249, 247, 244);
	--grey: rgb(246, 247, 236);
	--darkgrey: rgb(215, 216, 205);


	--black-op: 26, 40, 43;
	--pink-op: 243, 180, 255;
	--blue-op: 15, 38, 152;
	--yellow-op: 255, 245, 94;
	--orange-op: 234, 60, 18;
	--brown-op: 146, 58, 38;
	--beige-op: 249, 247, 244;
	--grey-op: 246, 247, 236;
	--darkgrey-op: 215, 216, 205;


    
    --pad5:5vh;
    --pad20:20vh;
	--pad10:10vh;
	--pad15:15vh;

    --width:80vmax;
    
    --brdr: calc(var(--bs-gutter-x) * 1);
    --brdrs: calc(var(--brdr) / 2);
    --brdrsx: calc(var(--brdrs) / 2);
    
    --ease:all 0.25s ease;
    
    --bs-gutter-x: clamp(1.25rem, 1vw, 1.5rem);
}

.flex{display: flex;
flex-wrap: wrap;}

.rel{position: relative;}

[for="email-g2g"] {
    font-size: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: calc(var(--bs-gutter-x) * .5);;
    row-gap: calc(var(--bs-gutter-x) * .5);;
    column-gap: calc(var(--bs-gutter-x) * .5);;
}
/* @media (min-width: 576px){
	.entry-content section {
    max-width: 540px;
}
}


@media (min-width: 768px){
.entry-content section {
max-width: 720px;
}
}
@media (min-width: 992px){
.entry-content section {
max-width: 960px;
}
}
@media (min-width: 1200px){
.entry-content section {
max-width: 1140px;
}
}
@media (min-width: 1400px){
.entry-content section {
max-width: 58vw;
}
} 

.entry-content section {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

*/

a.no-dec{
    text-decoration: none;
}

.reaal-studio h6{
    display: inline-block;
}

.h-100{height: 100%;}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}




.border-border {
    background: #ffffff00;
    border-radius: var(--brdr);
    box-shadow: 1px 0px 0 2em #ffffff;
    height: calc(100vh - var(--bs-gutter-x) * 1.1);
    width: calc(100vw - var(--bs-gutter-x) * 1.1);
    position: fixed;
    top: calc(var(--bs-gutter-x) * .5);
    left: calc(var(--bs-gutter-x) * .5);
    z-index: 4;
    pointer-events: none;
}

.container-wide {
    width: var(--width);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.z-2{
    z-index: 2;
    position: relative;
}


.page-payment-confirmation .entry-title h1 {
    color: var(--wp--preset--color--vivid-green-cyan);
    text-align: center;
}


.paymaticc.entry-header {
    margin-bottom: -15vh;
}

.paymaticc  .entry-title{
    color: var(--black);
    text-align: center;
}

.home .entry-header .post-thumbnail {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(var(--bs-gutter-x) * .5);
    width: calc(100% - var(--bs-gutter-x) * 1);
}

.home header.entry-header {
    min-height: 80em;
    padding: 3em calc(var(--bs-gutter-x) * .5);
    margin-bottom: 0;
    height: 100%;
}

.home-title {
    text-align: center;
    color: #fff;
    justify-content: center;
    display: flex;
    padding-top: 18em;
    /* padding-left: 6em;
    padding-right: 6em; */
    padding-bottom: 2em;
}
.header-sub_front {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    align-content: end;
    padding-top: calc(var(--bs-gutter-x) * .5);
    color: #fff;
}




/* //////FACTS */

.fact-sub{
    padding-top: 2em;
}

.facts h2 {
    padding-bottom: 0;
}

.facts {
    text-align: center;
    z-index: -1;
}

.fact {
    margin-top: 2vh;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    will-change: transform; 
}

.fact-inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}




/* ///FACT SPOTS & thumbs */
.fact-thumbs {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    z-index: 4;
}

.fact-thumb {
    position: absolute;
    width: 5vmax;
    height: 5vmax;
}


.fact-spots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.fact-spot {
    position: absolute;
    width: 5vmax;
    height: 5vmax;
    /* border-radius: 100em; */
}

/* .fact-spot.pink {
    background: var(--pink);
}

.fact-spot.yellow {
    background: var(--yellow);
}

.fact-spot.blue {
    background: var(--blue);
}

.fact-spot.brown {
    background: var(--brown);
}

.fact-spot.orange {
    background: var(--orange);
} */







.help-image img {
height: 100%;
object-fit: cover;
width: 100%;
opacity: 0.7;
display: flex;

    
}


.help-image {
background-color:var(--black);
border-radius: var(--brdrsx) 0 0 var(--brdrsx);
overflow: hidden;
position: relative;
background: rgb(0 0 0);
width: 40%;
}

.help-block {
    border: 2px solid var(--black);
    border-radius: var(--brdrs);
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 20vh;
    height: 100%;
}

.help-block-info{
    padding: calc(var(--bs-gutter-x) * .5);
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.help-pages .col-md-4 {
    justify-content: stretch;
    display: flex;
    flex-wrap: wrap;
}

.help-pages.row {
    margin-top: -10%;
}




.entry-content{
	position: relative;
}

.side-sticker.left {
    position: absolute;
    left: 0;
    width: 5vw;
    top: 35%;
    z-index: 2;
}

.side-sticker.right {
    position: absolute;
    right: 0;
    width: 5vw;
    top: 66%;
    z-index: 2;
}

.page-about-us .side-sticker.right, .page-give .side-sticker.right {
    display: none;
}

/* //ADVICE PAGE */

.page-advice .split-section h3 {
    margin-top: var(--pad10);
}
.blue-notice {
    background: var(--blue);
    border-radius: var(--brdrs);
    color: #ffffff;
	margin-top: var(--pad10);
	margin-bottom: var(--pad5);
}

.blue-notice .wp-block-group__inner-container {
    padding: 2em 6%;
}

.blue-notice .wp-block-columns.is-layout-flex.wp-container-6.wp-block-columns-is-layout-flex {
    margin-bottom: 0;
}

.advice-button .wp-block-button__link {
    background: #ffffff;
    padding: 1em;
    text-align: center;
    border: 1px solid var(--darkgrey);
    box-shadow: none;
	margin-left: 0;
    width: auto;
}

.advice-button .wp-block-button__link:hover{
	border-width: 1px;
}

.advice-button img {
    display: none;
}

.advice-button {
    padding: .5em;
}

.page-advice .help-with .a-btn {
    background: var(--grey);
    font-weight: 800;
    padding: 0.5em 1em 1em 1em;
    border-radius: var(--brdrsx);
	display: inline-block;
}




/* ///DONATE FORM */

/* .wpf_form_group input::placeholder {
    color: red;
    
} */


.form-section span.wpcf7-list-item-label {
    font-size: 0;
}


.wpf_form_wrapper form.wpf_label_top .wpf_form_group {
    margin-bottom: 4em !important;
}

.thanks- {
    text-align: center;
    padding-bottom: 3em ;
}

span.wpf_calc_payment_total {
    font-weight: 800;
}


.wpf_form_wrapper {
    padding: 1em;
    border-radius: var(--brdrs);
    background-color: var(--pink);
		background-image: url(inc/cracked/cracked-thick-white.svg);
		background-repeat: repeat;
		background-size: 200%;
		background-position: center;

}

.mica {
    background: white;
    padding: 3em;
    border-radius: var(--brdrsx);
	padding-bottom: 1em;
}

.wpf_form_wrapper form.wpf_label_top .wpf_form_group .wpf_form_control {
    border-radius: 0;
    border: 1px solid var(--black);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    color: var(--black);
    margin-bottom: 5em;
}



.wpf_input_label {
    font-size: clamp(1.1em, calc(var(--h1) / 11.3636363636), 0.9vw);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 0.25em;
}

form#wpf_form_id_380 .wpf_input-group-text.wpf_input-group-text-prepend {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid var(--black);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    color: var(--black);
    font-weight: 800;
    padding-right: 5px;
	font-size: clamp( 1.15em, 1.15em, 0.5vw);
line-height: 1.3;
}

input#wpf_input_380_custom_payment_input {
    font-weight: 800;
}


.wpf_form_group.wpf_form_submissions {
    margin-top: 1em !important;
}

button#stripe_form_submit_380 {
    background: #fff;
    text-shadow: none;
    color: var(--black);
    border: 0px;
    border-radius: var(--brdrsx);
    box-shadow: none;
    width: 100%;
    height: 100%;
	margin-bottom: 0;
}


/* //PAGE HEADER */
  .post-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0.7;
    display: flex;

}


.post-thumbnail {
    height: 100%;
    border-radius: var(--brdr);
    overflow: hidden;
    position: relative;
    background: rgb(0 0 0);
    width: 100%;
}

header.entry-header {
    position: relative;
    margin-bottom: var(--pad15);
    overflow: hidden;
    height: calc(100vh - calc(var(--bs-gutter-x) * 1));
    margin-top: calc(var(--bs-gutter-x) * .5);
    width: 100%;
}


.entry-title {
    height: 100%;
    padding: calc(var(--bs-gutter-x) * .5);
    z-index: 2;
    position: absolute;
    color: #ffffff;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.sticker-header {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	background-image: url(inc/cracked/cracked-skinny.svg);
    background-repeat: repeat;
    background-size: 200%;
    background-position: center;
    left: 0;
    top: 0;
}

.sticker-header-sticker.single-sticker img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

.single-sticker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
}

.sticker-header .azul-sticker {
    right: 13%;
    top: 14%;
    transform: rotate(-45deg);
}

.sticker-header .amarillo-sticker {
    right: 15%;
    top: 19%;
    transform: rotate(28deg);
}

.sticker-header .naranja-sticker {
    left: 11%;
    top: 9%;
    transform: rotate(22deg);
}

.sticker-header_lower {
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
    margin-top: -15vh;
    height: var(--pad15);
}

.sticker-header_lower .rosa-sticker {
    left: 8%;
    top: -20%;
    transform: rotate(22deg);
}

.sticker-header_lower .marron-sticker {
    left: 20%;
    top: -7%;
    transform: rotate(260deg);
}

.sticker-header_lower .azul-sticker {
    left: 5%;
    top: -50%;
    transform: rotate(-45deg);
}


/* //footer */

.socials  {
    width: 1.5em;
    display: inline-block;
	margin-right: 1em;
}

.socials:nth-last-of-type(1) {
    margin-right: 0;
}

.socials img {
    width: 100%;
    height: 100%;
    display: flex;
}

.subscribe_left, .contact_right, .contact_left {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.subscribe_left h3 {
    margin-top: -0.25em;
}

.footer-boxxy.footer-info {
    padding-bottom: 0;
}

.footer-qoute_inside {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer-qoute_outer{
	padding-right: 0 !important;
	position: relative;
	overflow: hidden;
}

.single-sticker {
	width: 4.5vmax;
	position: absolute;
}

.footer-qoute_outer-sticker {
	
    bottom: 0;
    margin-bottom: -2em;
    transform: rotate(45deg);
    left: 3vw;
	
}


.footer-qoute h2 {
    font-family: 'EDNimpkish-Regular', Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: .9;
	text-align: center;
	padding-bottom: 0;
}


.footer-boxxy {
    border-radius: var(--brdr);
    padding: 2em;
	min-height: calc(30vmin - var(--bs-gutter-x) * .25);
}
.footer-qoute{
	background: var(--pink);
	border: 2px solid var(--pink);
	height: 100%;
	min-height: 50vmin;
    display: flex;
    flex-wrap: wrap;
	overflow: hidden;
    background-image: url(inc/cracked/cracked-thick-white.svg);
    background-repeat: repeat;
    background-size: 200%;
    background-position: center;
}

.footer-qoute_inside button {
    margin-top: var(--pad5);
}

.footer-subscribe {
    background: var(--black);
	color:#ffffff;
	border: 2px solid var(--black);
	margin-bottom: calc(var(--bs-gutter-x) * .25);
	overflow: hidden;
    background-image: url(inc/cracked/cracked-skinny.svg);
    background-repeat: repeat;
    background-size: 200%;
    background-position: center;
	min-height: 30vh;
	position: relative;

}

.ajax-loader {
    position: absolute;
    right: 2em;
    bottom: 2em;
    width: 4em;
}



.footer-info {
    background: #ffffff;
    border: 2px solid var(--black);
    margin-top: calc(var(--bs-gutter-x) * .25);
}


.site-footer{
	padding-bottom: calc(var(--bs-gutter-x) * .65);
}

footer#colophon {
    padding-left: 1em;
    padding-right: 1em;
}


.help-stickers {
    text-align: center;
    margin-bottom: var(--pad10);
}
.help-stickers  img{
height: 100%;
    object-fit: contain;
    display: flex;
    width: 100%;
}


.before-footer {
    padding-top:var(--pad5);
}


/* //subscribe footer */

.ajax-loader {
    position: absolute;
    right: 2em;
    height: 2em;
    bottom: 2em;
}

.ajax-loader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subscribe-form .wpcf7 input::placeholder {
    color: #ffffff;
}
button#sub {
    background: rgb(26 40 43 / 0%);
    border: 2px solid rgb(255 255 255);
    border-top: 0;
    border-left: 0;
    border-right: 0;
	width: 1.5em;
	align-self: start;
    padding: 3px;
	text-align: right;
	height: 100%;
}

#sub img {
    width: 100%;
    transition: var(--ease);
    height: 100%;
}


.subscribe-form span input[type="email"] {
	background: rgb(26 40 43 / 0%);
	border-bottom: 2px solid #ffffff;
	width: 100%;
	border-right: 0;
	padding-right: 0;
    padding-left: 0;
	border-radius: 0;
	height: 100%;
	color: #ffffff;
    border-top: 0;
    border-left: 0;
}

.subscribe-form span.wpcf7-form-control-wrap {
    width: calc(100% - 1.5em);
	height: 100%;
}

.sub-wrap {
    display: flex;
	align-items: end;
    flex-wrap: wrap;
	height: 3em;
}

.subscribe-form span input[type="email"]:focus-visible {
    background: #ffffff0d;
    outline: 2px solid var(--pink);
}





.wp-block-buttons.is-content-justification-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}


.split-section:nth-child(2){
	position: relative;
}


img.odd-shape-top-sticker {
	position: absolute;
    left: 2vw;
    width: 8vw;
    top: -3em;
    z-index: 2;
}

img.odd-shape-bottom-sticker {
    position: absolute;
    width: 4.5vw;
    left: 4vw;
    bottom: -4vw;
    transform: rotate(20deg);
}


.wp-block-spacer.we-know {
    height: 100% !important;
}


div#we-know {
    margin-top: var(--pad10);
}

#we-know {
    display: block;
    position: relative;
    width: calc(-1.5rem + 100vw);
    left: -21vw;
}

#we-know .wp-block-group__inner-container:not(.pook .wp-block-group__inner-container) {
    background: var(--yellow);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	padding: 3em 0;
}


.odd-shape {
    height: 100%;
    display: flex;
    width: 100%;
}

.odd-shape .shape-top, .odd-shape .shape-bottom{
	display: flex;
	width: 100%;
	object-fit: cover;
}




.team-photos{
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;
		margin-top: calc(-1 * var(--bs-gutter-y));
		margin-right: calc(-.5 * var(--bs-gutter-x));
		margin-left: calc(-.5 * var(--bs-gutter-x));
	
}

.team-photos>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}


.team-photos figure {
    background: #ffffff;
    border-radius: var(--brdrs);
}

.has-background {
    background-color: rgb(255 255 255 / 0%) !important;
}




.split-section-group {
    padding: var(--pad5) 0;
    border-top: 2px solid var(--black);
    margin-bottom: 0;
}

.split-section:nth-child(2) {
    padding-top: var(--pad5);
}


.split-section-title p {
    text-transform: capitalize;
}


.wp-block-button {
    position: relative;
}


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




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


img.arrow-button {
    position: absolute;
    width: 0.8em;
    right: 0.5em;
    top: 0.5em;
	transition: var(--ease);
}





button{cursor: pointer; position: relative;	font-family: area-normal, sans-serif;}

input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


.wp-block-button__link, button:not(button#sub, button.wpf_submit_button) {
    background: var(--grey);
    border-radius: var(--brdrsx);
    color: var(--black);
    padding: 2em 0.5em 0.5em 0.5em;
    width: 10em;
    text-align: left;
    box-shadow: var(--black) -4px 4px;
    border: 2px solid var(--black);
    transition: var(--ease);
    margin-left: 4px;
	text-transform: capitalize;
	font-size: 1.15em;
    line-height: 1.3;
    font-weight: 800;
    font-style: normal;
    margin-bottom: .25em;
}

.wp-block-button__link:hover, button:hover:not(button#sub, button.wpf_submit_button) {
    box-shadow: var(--black) 0 0;
    border: 2px solid var(--black);
    transition: var(--ease);
    margin-left: 0;
}

.wp-block-button:hover img.arrow-button, button:hover img {
    transform: rotate(45deg);
    transition: var(--ease);
}

button.white {
    background: #ffffff !important;
}

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

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
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
	color: var(--black);
	font-size: 1rem;
	line-height: 1.2;
	font-family: area-normal, sans-serif;
	font-weight: 600;
	font-style: normal;
}

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

:root{
    --h1:20.625em;
}

h1{
    font-family: 'EDNimpkish-Regular', Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: .9;
    font-size: clamp(4em, var(--h1), 15vw);
	margin-bottom: 0;
}

h2{
    font-size: clamp(3em, calc(var(--h1) / 3.125), 4.15vw);
	line-height: 1.15;
	margin-bottom: 0;
	letter-spacing: -0.03em;
	padding-bottom: 1.5em;
}
h3, #stripe_form_submit_380, .gtg-form input[type="submit"]{
    font-size: clamp(2.3em,  calc(var(--h1) / 1.6), 2.5vw);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
	margin-bottom: 0.25em;
}



h4, #last-btns li, .advice-button .wp-block-button__link, .gtg-form :is( input[type="text"], input[type="email"], input[type="tel"]), .wpcf7-list-item-label, .gtg-form label {
    font-size: clamp(1.1em, calc(var(--h1) / 11.3636363636), 0.8vw);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 0.25em;
}
/* #last-btns li {
	font-weight: 800;
} */

h5, #site-navigation li, .wpf_form_wrapper form.wpf_label_top .wpf_form_group .wpf_form_control {
    font-size:clamp( 1em, 1.15em, 0.5vw);
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
    margin-bottom: .5em;
}

h5 br{
    height: 1em;
    content: "";
    display: block;
}

.split-section-body h5 {
     margin-bottom: 1.5em;
	 
}


h6 {
	font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
    margin-bottom: .5em;
}


p {
    font-size: clamp(1.25em,  calc(var(--h1) / 2.96296296296), 1.15vw);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
	margin-bottom: 1.5em;
	margin-top: 0;
}



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;
	-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 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
--------------------------------------------- */
a {
	color:inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
/* GOOD TO GIVE FORMS */

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    visibility: hidden;
    margin: 0;
    width: 0!important;
    display: none;
}

input[type=checkbox] + .wpcf7-list-item-label:hover {
    cursor: pointer;
}
input[type=checkbox] + .wpcf7-list-item-label:after {
    position: relative;
    display:flex;
    justify-content:center;
    align-items: center;
}

.wpcf7-list-item {
    margin: 0;
    width: 100%;
}


div#contact-form input[type=checkbox] + .wpcf7-list-item-label:after {
    color: rgb(200 201 187);
    content:"Apply";
}

div#contact-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content:"Apply";
    color:#000000;
}

input[type=checkbox] + .wpcf7-list-item-label:after {
    /* content: url(inc/icons/x-mark.svg); */
    content:"No";
    background:#ffffff;
    width:5em;
    height:3em;
    display:inline-flex;
    border:1px solid rgb(200 201 187);
    border-radius: var(--brdrsx);
    font-weight: 600;
    transition: var(--ease);
    font-size: 18px;
}

input[type=checkbox] + .wpcf7-list-item-label:hover:after {
    background: var(--grey);
}


input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    /* content: url(inc/icons/check-mark.svg); */
    content:"Yes";
    background:var(--yellow);
    color:#000000;
    align-items: center;
    border:1px solid var(--yellow);
    font-weight: 600;
}


span.wpcf7-list-item-label {
    font-weight: 800;
}


.wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label {
    font-weight: normal;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: rgb(255 255 255 / 70%);
    margin: 0 calc(var(--bs-gutter-x) * .5);
    border-radius: var(--brdrs);
    width: calc(100% - var(--bs-gutter-x) * 1 );
    border-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    padding: 0;
}


.gtg-form label {
    font-weight: 800;
}
.wpcf7-spinner {
    margin: auto;
    display: flex;

}
/* span.wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    width: 100%;
} */


#help-info .col-md-12 {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 1em;
    padding-top: 1em;
    display: flex;
    align-items: center;
}

.gtg-form {
    background: var(--grey);
    border-radius: var(--brdrs);
    padding-top: calc(var(--bs-gutter-x) * 0.001);
    background-image: url(inc/cracked/cracked-black.svg);
    background-repeat: repeat;
    background-size: 200%;
    background-position: center;

}

.gtg-form .col-md-6 {
    margin: 2em 0;
}

.form-section#message-info textarea {
    border-radius: var(--brdrsx);
}

.form-section#message-info {
padding-top: 2em;
}

.form-section#message-info h4{
    margin-bottom: 1em;
}

.form-section {
    background: #ffffff;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    margin: calc(var(--bs-gutter-x) * .5);
    border-radius: var(--brdrs);
}

div#notice-form  {
    background: var(--blue);
    border-radius: var(--brdrs);
    color: #ffffff;
    padding-bottom: 0;
}

#notice-form .row {
    padding: 2em 6%;
}


.gtg-form input[type="submit"] {
    font-weight: 800;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background: rgb(255 255 255 / 98%);
}


/* //DONATE  */
.white-button .wp-block-button__link {
    background: #ffffff;
    border: 2px solid var(--black);
}



.button-link {
    position: relative;
}

.button-link a {
    background: var(--grey);
    color: var(--black);
    border-radius: var(--brdrsx);
    padding: 40px 100px 10px 10px;
}

.gtg-form input::placeholder {
    color: var(--black);
}


input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--black);
	border-radius: 3px;
	background: #ffffff;
	color:  var(--black);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color:inherit;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color:inherit;
}
.gtg-form :is(
input[type="text"],
input[type="email"],
input[type="tel"])
{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 1.5;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 0;
}


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: var(--black);
    border: 1px solid #C3C4BB;
    border-radius: 0;
    padding: 0.5em;
    width: 100%;
}

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: var(--black);
}

select {
	border: 1px solid inherit;
}

textarea {
	width: 100%;
}

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

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

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

#site-navigation li {
    margin-bottom: 0;
    padding: 0 2em;
}

.give-menu img.arrow-button {
    width: 0.5em;

}


.sticky-side {
    right: calc(var(--bs-gutter-x) * .6);
    bottom: calc(var(--bs-gutter-x) * .6);
    min-width: 12vmax;
    z-index: 5;
    position: fixed;
}

.sticky-side p {
    margin-bottom: 0;
    width: 100%;
    font-weight: 800;
}

.sticky-services {
    background: #fffaac;
    border-radius: 0 0var(--brdrs)  var(--brdrs);
    padding: calc(var(--bs-gutter-x) * .5);
    height: 100%;
    color: var(--black);
    width: 100%;
    margin-bottom: calc(var(--bs-gutter-x) * .5);
    position: relative;
}

.sticky-services:before {
    content: "";
    display: block;
    width: 100%;
    height: 1.5em;
    background: var(--yellow);
    position: absolute;
    left: 0;
    top: -1.4em;
    border-radius:  var(--brdrs)  var(--brdrs) 0 0;
}

.sticky-give {
    background: var(--pink);
    border-radius: var(--brdrs);
    padding: calc(var(--bs-gutter-x) * .5);
    background-image: url(inc/cracked/cracked-super-thick-white.svg);
    background-repeat: repeat;
    background-size: 200%;
    background-position: center;
    height: 12vh;
    display: flex;
    flex-wrap: wrap;
    color: var(--black);
    width: 100%;
}

.sticky-services h4 {
    margin-top: 0.5em;
}




img.arrow-button-sticky {
    width: 0.8em;
    height: 0.8em;
    transition: var(--ease); 
}

.sticky-give_arrow {
    width: 100%;
    text-align: right;
}

.sticky-give_inside {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-content: end;
    height: auto;
}





.give-menu a {
    background: var(--pink);
    padding: 0.5em 2.5em 0.5em 0.5em;
    border-radius: var(--brdrsx);
	color:var(--black)
}

.subcribe-menu a{
    background: var(--black);
    padding: 0.5em;
    border-radius: var(--brdrsx);
    color:#ffffff
}



#last-btns ul#primary-menu {
    justify-content: end;
	padding: 0
}

#last-btns ul#primary-menu li {
    margin-left: calc(var(--bs-gutter-x) * .25);
	margin-top: auto;
    margin-bottom: auto;
}

img.custom-logo {
    max-width: 8em;
}

.main-navigation {
    display: inline-block;
    width: 100%;
}

ul#primary-menu {
    justify-content: space-around;
    padding: 0 calc(var(--bs-gutter-x) * 3);
}

.header-container {
    margin: auto;
    /* width: var(--width); */
    border-radius: var(--brdrs);
    padding: calc(var(--bs-gutter-x) * .25);
    -webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
    transform: translateZ(0);
    background: #b7b7b752;
}

header#masthead {
    position: fixed;
    z-index: 3;
    top: calc(var(--bs-gutter-x) * 1);
}

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

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

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

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

@media screen and (min-width: 37.5em) {

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



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

/* 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 {
    margin-left: calc(var(--bs-gutter-x) * .25);
    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;
}

/* 
@media (min-width: 576px){
    .container-wide{width: 100%} 
}


@media (min-width: 992px){
    .container-wide{
        width: 65vmax
    } 
}




@media (min-width: 1400px){
    .container-wide{width: 77vmax;}
}  */


/* @media (max-width: 576px){
    #we-know {
        left: -.75rem;
    }

    #we-know .wp-block-group__inner-container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    } */


@media (max-width: 768px){

    .container-fluid{
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
    } 

    .help-pages.row {
        margin-top: -50%;
    }

    .footer-qoute_outer {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        margin-bottom: 1.25em;
    }
}

@media (max-width: 992px){


    .container {
        padding: 0 !important;
    }

    .home .site-footer {
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }

    aside.sticky-side{
        display: none;
    }

    /* //HOME */
    .home-title {
        padding-top: 15vmax;
    }
    
    .home header.entry-header {
        min-height: 100%;
    }

    /* //help */



    .help-block {
        flex-direction: column;
    }
    
    .help-image {
        width: 100%;
        height: 15em;
        border-radius: var(--brdrs)  var(--brdrs) 0 0;
    }
    
    .help-block-info {
        width: 100%;
    }
    
    .help-pages .col-xl-4.col-sm-12 {
        margin-bottom: 2.5em;
    }


/* ////ABOUT  */



    .team-photos>* {
        padding: 0;
    }


    /* //footer */
    .footer-qoute_outer {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    
    
    .footer-subscribe {
        margin-bottom: 1em;
        text-align: center;
    }
    
    .footer-qoute_outer img, .subscribe_right {
        display: none;
    }

  }







@media (max-width: 576px) {
    #we-know {
        left: -0.8rem;
    }

    #we-know .wp-block-group__inner-container {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    
    .side-sticker {
        display: none;
    }
}


@media (min-width: 576px) and (max-width: 768px){
    #we-know {
        left: calc(0.7rem - 11vw);
    }
}


@media (min-width: 768px) and (max-width: 992px){
    #we-know {
        left: calc(0.7rem - 13vw);
    }
}


@media (min-width: 992px) and (max-width: 1200px){

    #we-know {
        left: -4vw;
    }
}


@media(min-width: 1200px) and (max-width: 1400px){
    #we-know {
        left: -8vw;
    }
}

@media (max-width: 768px) {
#we-know .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 31% !important;
}

.team-photos figure {
    margin-top: 0;
    margin-bottom: 0;
}


.split-section-body h5 {
    margin-bottom: 3em;
}

.split-section-title p {
    margin-bottom: 0;
}

.subscribe_left, .contact_right, .contact_left {
    width: 100%;
}

.entry-content {
    margin-top: 0;
}

.advice-button .wp-block-button__link {
    padding: 0.5em 1em;
    margin-bottom: 0;
}

.wp-block-button.advice-button {
    padding: 0;
}
}