:root {
    --wp--style--gallery-gap-default: 1.5em;
}

header .header-logo {
 position: absolute;
 /* z-index: calc(infinity + 1); */
 z-index: 99;
}

header .brxe-nav-menu  .bricks-mobile-menu-wrapper {
    /* z-index: calc(infinity + 2) !important; */
    z-index: 999 !important;
}

header .header-logo .bricks-site-logo {
 transition: all 0.5s ease;
}

header.scrolling .header-logo {
 position: relative;
 top: 0 !important;
 left: 0 !important;
}

header.scrolling .header-logo .bricks-site-logo {
    max-width: 234px;
}

header.on-scroll .bricks-site-logo {
 transition: all 0.5s ease;
}

header.on-scroll.scrolling .bricks-site-logo {
    max-width: 230px;
}

.reveal-box-wrapper:hover:after {
    display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 6px;
}

.reveal-box-wrapper:hover .reveal-box-title-container {
    display: none;
}

.reveal-box-wrapper:hover .reveal-box-title-container-hover {
    display: block;
}

.wp-block-image figure.aligncenter {
    display: block;
}

.wp-block-image figure.aligncenter img {
    display: block;
}

div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), 
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), 
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--secondary);
  color: var(--light);
}

#wpforms-1043 input.wpforms-field-medium, 
#wpforms-1043 select.wpforms-field-medium, 
#wpforms-1043 .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

#wpforms-1043.wpforms-container-full {
    margin-top: 0;
}

#wpforms-1043.wpforms-container-full .wpforms-form .wpforms-head-container {
    padding: 0;
}

#wpforms-1043.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-title {
    color: var(--secondary);
    font-size: var(--text-xl);
}

body .is-layout-flex.display-none {
  display: none !important;
}

.wp-block-button__link {
  color: var(--light) !important;
  background-color: var(--primary);
  border-radius: var(--radius-full);
  box-shadow: none;
  text-decoration: none;
  padding: var(--space-xs) var(--space-l);
  font-size: 1.125em;
  font-weight: 600;
  margin-top: var(--space-m)
}

.guten-button .wp-block-button__link {
  background: var(--primary);
  color: var(--light);
  text-decoration: none;
  font-weight: 600;
  padding: var(--space-xs) var(--space-l);
  border-radius: var(--radius-full);
}

.guten-button .wp-block-button__link:hover {
  background: var(--secondary);
}

.margin-none {
    margin: 0 !important;
}

.ctct-form-wrapper .input, 
.ctct-form-wrapper input:not([type=submit]), 
.ctct-form-wrapper select, 
.ctct-form-wrapper textarea {
    border-color: var(--dark-20);
    border-radius: var(--radius-xs);
}

.ctct-form-wrapper h3 {
    color: var(--primary);
    font-size: var(--text-xl);
    text-transform: capitalize;
}

.ctct-form-wrapper .ctct-form-description p {
    font-weight: 600;
    padding-bottom: var(--space-2xs);
}

.ctct-form-wrapper .ctct-submit {
    color: var(--light);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: var(--space-xs) var(--space-m);
    border-radius: var(--radius-xl);
}

.ctct-form-wrapper .ctct-submit:hover {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.ctct-form-wrapper .ctct-message {
    border: 1px solid;
    padding: var(--space-2xs) var(--space-3xs) var(--space-2xs) var(--space-s);
    margin-bottom: var(--space-xs);
    font-size: 0.875em;
    border-radius: var(--radius-xs);
}

.ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
    border-radius: 0;
    padding: 0;
    background: none;
    color: var(--danger);
}

.ctct-form-wrapper .ctct-disclosure {
    display: none;
}

.donation-btn a.wp-element-button {
    background-color: var(--secondary);
    border: 4px solid var(--primary);
    text-decoration: none;;
}

.donation-btn a.wp-element-button:hover {
    background-color: var(--secondary-d-1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.paypal-img-btn img {
    box-shadow: var(--shadow-s);
    border-radius: var(--radius-m);
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.paypal-img-btn img:hover{
    filter: invert(0.15);
    top: -6px;
}
