/*!
 * Hostreck Frontend SCSS/CSS
 *
 * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
 * @package:     Hostreck
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2025, Hostreck
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Hostreck CSS Variables
 */
/**
 * Clearfix
 */
.hostreck-clearfix {
  *zoom: 1;
}
.hostreck-clearfix::before, .hostreck-clearfix::after {
  content: " ";
  display: table;
}
.hostreck-clearfix::after {
  clear: both;
}

/**
 * Box Sizing
 * https://github.com/timrogers/sass-box-sizing-mixin
 */
/**
 * CSS3 Easing
 */
.hostreck-item-label {
  padding: 0.2em 0.4em 0.3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.hostreck-item-label:hover {
  color: #fff;
  text-decoration: none;
}

.hostreck-item-label-gray {
  background-color: #929292;
}

.hostreck-item-label-orange {
  background-color: #ffba00;
}

.hostreck-item-label {
  padding: 0.2em 0.4em 0.3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.hostreck-item-label:hover {
  color: #fff;
  text-decoration: none;
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2025 Kushagra Gour */
[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*!
 * Float Labels
 *
 * @version: 3.2.0
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://geminilabs.github.io/float-labels.js
 * @license: MIT
 */
[id*=hostreck-form].hostreck-fl-form .hostreck-fl-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[id*=hostreck-form].hostreck-fl-form input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form textarea.hostreck-fl-textarea {
  width: 100%;
  outline: 0;
  font-size: 16px;
  line-height: normal;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
[id*=hostreck-form].hostreck-fl-form input.hostreck-fl-input:-moz-placeholder,
[id*=hostreck-form].hostreck-fl-form select.hostreck-fl-select:-moz-placeholder,
[id*=hostreck-form].hostreck-fl-form textarea.hostreck-fl-textarea:-moz-placeholder {
  color: #757575;
}
[id*=hostreck-form].hostreck-fl-form input.hostreck-fl-input::-moz-placeholder,
[id*=hostreck-form].hostreck-fl-form select.hostreck-fl-select::-moz-placeholder,
[id*=hostreck-form].hostreck-fl-form textarea.hostreck-fl-textarea::-moz-placeholder {
  color: #757575;
}
[id*=hostreck-form].hostreck-fl-form input.hostreck-fl-input:-ms-input-placeholder,
[id*=hostreck-form].hostreck-fl-form select.hostreck-fl-select:-ms-input-placeholder,
[id*=hostreck-form].hostreck-fl-form textarea.hostreck-fl-textarea:-ms-input-placeholder {
  color: #757575;
}
[id*=hostreck-form].hostreck-fl-form input.hostreck-fl-input::-webkit-input-placeholder,
[id*=hostreck-form].hostreck-fl-form select.hostreck-fl-select::-webkit-input-placeholder,
[id*=hostreck-form].hostreck-fl-form textarea.hostreck-fl-textarea::-webkit-input-placeholder {
  color: #757575;
}

[id*=hostreck-form].hostreck-fl-form select.hostreck-fl-select {
  position: relative;
  color: #757575;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-is-active input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form .hostreck-fl-is-active select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form .hostreck-fl-is-active textarea.hostreck-fl-textarea {
  color: #333;
  background-color: inherit;
  border-color: #ccc;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-has-focus input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form .hostreck-fl-has-focus select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form .hostreck-fl-has-focus textarea.hostreck-fl-textarea {
  background-color: inherit;
  border-color: #ccc;
}

[id*=hostreck-form].hostreck-fl-form label.hostreck-fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #757575;
  border-radius-top-left: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-is-active label.hostreck-fl-label {
  opacity: 1;
  visibility: visible;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-has-focus label.hostreck-fl-label {
  color: #1976D2;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-is-required:before {
  opacity: 1;
  content: "*";
  display: block;
  position: absolute;
  top: 1px;
  right: 18px;
  font-size: 16px;
  line-height: 1.75;
  color: #D32F2F;
  transition: all 0.2s ease-in-out;
  padding: 6px 0 0;
  z-index: 1;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-is-required.hostreck-fl-is-active:before {
  opacity: 0;
}

[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 textarea.hostreck-fl-textarea {
  padding: 6px 12px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 select.hostreck-fl-select {
  height: 44px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 .hostreck-fl-is-active input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 .hostreck-fl-is-active select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 .hostreck-fl-is-active textarea.hostreck-fl-textarea {
  padding: 6px 12px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 label.hostreck-fl-label {
  top: 1px;
  left: 10px;
  background-color: transparent;
  padding: 12px 3px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 label.hostreck-fl-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: inherit;
  z-index: -1;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 .hostreck-fl-is-active label.hostreck-fl-label {
  top: -9px;
  padding: 3px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-1 .hostreck-fl-is-active label.hostreck-fl-label:before {
  top: 9px;
}

[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 textarea.hostreck-fl-textarea {
  padding: 12px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 select.hostreck-fl-select {
  height: 56px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 .hostreck-fl-is-active input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 .hostreck-fl-is-active select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 .hostreck-fl-is-active textarea.hostreck-fl-textarea {
  padding: 18px 12px 6px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 label.hostreck-fl-label {
  top: 1px;
  left: 10px;
  padding: 6px 3px 3px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-2 .hostreck-fl-is-required:before {
  padding-top: 12px;
}

[id*=hostreck-form].hostreck-fl-form .hostreck-fl-wrap-select:after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 6px;
  height: calc(100% - 2px);
  width: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#757575' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>") no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  z-index: 2;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1000004;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1000003;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000005;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Hostreck Frontend Fonts SCSS
 *
 * Fonts are from icomoon and the src paths need to be relative to template directory.
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
@font-face {
  font-family: "hostreck-icomoon";
  src: url("../fonts/icomoon.eot?kdnr3d");
  src: url("../fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?kdnr3d") format("woff"), url("../fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hostreck";
  src: url("../fonts/hostreck.eot");
  src: url("../fonts/hostreck.eot?#iefix") format("embedded-opentype"), url("../fonts/hostreck.woff") format("woff"), url("../fonts/hostreck.ttf") format("truetype"), url("../fonts/hostreck.svg#hostreck") format("svg");
  font-weight: normal;
  font-style: normal;
}
.hostreck-icon:before {
  font-style: normal;
}

[class^=hostreck-icon-],
[class*=" hostreck-icon-"] {
  font-family: "hostreck-icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=hostreck-brand-icon-] {
  font-family: "hostreck";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hostreck-brand-icon-logo:before {
  content: "H";
}

.hostreck-icon-lamp:before {
  content: "\e603";
}

.hostreck-icon-heart:before {
  content: "\e604";
}

.hostreck-icon-question:before {
  content: "\e602";
}

.hostreck-icon-info:before {
  content: "\e601";
}

.hostreck-icon-new-tab:before {
  content: "\ea7e";
}

.hostreck-icon-alert:before {
  content: "\f02d";
}

.hostreck-icon-help:before {
  content: "\e606";
}

.hostreck-icon-spinner:before {
  content: "\e605";
}

.hostreck-icon-spinner2:before, .hostreck-button-with-loader span.hostreck-loading-animation:before, form[id*=hostreck-form] .hostreck-loading-animation:before {
  content: "\e607";
}

.hostreck-icon-plus:before {
  content: "\e040";
}

.hostreck-icon-minus:before {
  content: "\e041";
}

.hostreck-icon-locked:before, [id*=hostreck_secure_site_wrapper] span.padlock:before {
  content: "\e600";
}

.dashicons-hostreck:before {
  font-family: "hostreck";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "H";
}

.fa-spin, .hostreck-button-with-loader span.hostreck-loading-animation, form[id*=hostreck-form] .hostreck-loading-animation {
  animation: spin 1000ms infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Hostreck Frontend Receipt SCSS
 *
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.hostreck_receipt_page {
  background-color: #fff;
  color: #141412;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}
body.hostreck_receipt_page #hostreck_receipt_wrapper {
  width: 660px;
  margin: 0 auto;
  padding: 50px 0;
}
body.hostreck_receipt_page table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
}
body.hostreck_receipt_page td, body.hostreck_receipt_page th {
  display: table-cell;
  text-align: left;
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  font-weight: normal;
}
body.hostreck_receipt_page th {
  font-weight: bold;
  text-transform: uppercase;
}
body.hostreck_receipt_page h3 {
  font-size: 22px;
  margin: 40px 0 5px;
  clear: both;
  display: block;
  font-weight: bold;
}

table#hostreck_donation_receipt_products,
table#hostreck_donation_receipt {
  width: 100%;
}

table#hostreck_donation_receipt td, table#hostreck_donation_receipt th, table#hostreck_donation_receipt td, table#hostreck_donation_receipt th {
  text-align: left;
}
table#hostreck_donation_receipt .hostreck-receipt-thead-text {
  font-size: 18px;
  text-align: center;
  display: block;
}
table#hostreck_donation_receipt .hostreck-receipt-thead-text > span {
  font-size: 16px;
}
table#hostreck_donation_receipt li {
  margin: 0 0 8px 10px;
}
table#hostreck_donation_receipt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table#hostreck_donation_receipt .hostreck_receipt_payment_status.pending,
table#hostreck_donation_receipt .hostreck_receipt_payment_status.revoked,
table#hostreck_donation_receipt .hostreck_receipt_payment_status.failed {
  color: #f73f2e;
}
table#hostreck_donation_receipt span.donation-level-text-wrap {
  font-style: italic;
  display: block;
}

[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck textarea.hostreck-fl-textarea {
  line-height: inherit;
  padding: 12px;
  background-color: #FFF;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=text],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=email],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=password],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=search],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=email],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=tel],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=url],
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck input.hostreck-fl-input[type=number] {
  height: auto;
  min-height: 50px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck select.hostreck-fl-select {
  line-height: inherit;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck .hostreck-fl-is-active input.hostreck-fl-input,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck .hostreck-fl-is-active select.hostreck-fl-select,
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck .hostreck-fl-is-active textarea.hostreck-fl-textarea {
  padding: 20px 12px 4px;
  transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck label.hostreck-fl-label {
  top: 1px;
  left: 13px;
  right: 0;
  padding: 6px 0 0;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck .hostreck-fl-is-required:before {
  padding-top: 12px;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck label.hostreck-fl-label .hostreck-required-indicator {
  display: none;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck label.hostreck-fl-label .hostreck-tooltip {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
[id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck label.hostreck-fl-label .hostreck-tooltip::before {
  content: unset;
}

/**
 * Hostreck Frontend Forms SCSS
 *
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*------------------------------------
Layout
--------------------------------------*/
.hostreck-clearfix {
  *zoom: 1;
}
.hostreck-clearfix::before, .hostreck-clearfix::after {
  content: " ";
  display: table;
}
.hostreck-clearfix::after {
  clear: both;
}

[id*=hostreck-form] .hostreck-hidden {
  display: none;
}
[id*=hostreck-form] fieldset {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  border: 0;
}
[id*=hostreck-form] .hostreck-form-title {
  padding: 0;
  margin: 0 0 15px;
}
[id*=hostreck-form] div#hostreck-sidebar-left {
  width: 38%;
  float: left;
}
[id*=hostreck-form] div.images {
  margin: 0 0 15px;
}
[id*=hostreck-form] div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
[id*=hostreck-form] .hostreck-custom-amount-text {
  clear: both;
}
[id*=hostreck-form] div.summary {
  width: 58%;
  float: right;
}
[id*=hostreck-form] div.summary.hostreck-full-width {
  width: 100%;
  float: none;
}
[id*=hostreck-form] .hostreck_form select.hostreck-select.required {
  color: #000;
}
[id*=hostreck-form] div.hostreck-form-content-wrap {
  margin: 0 0 20px;
}
[id*=hostreck-form] div.hostreck-form-content-wrap.hostreck_post_form-content {
  margin: 20px 0 0 0;
}
[id*=hostreck-form].hostreck-display-modal form .hostreck_notices {
  display: none;
}
[id*=hostreck-form].hostreck-display-reveal .hostreck-btn, [id*=hostreck-form].hostreck-display-modal .hostreck-btn {
  margin: 0 0 15px;
}
[id*=hostreck-form].hostreck-display-reveal #hostreck-payment-mode-select,
[id*=hostreck-form].hostreck-display-reveal #hostreck_purchase_form_wrap, [id*=hostreck-form].hostreck-display-modal #hostreck-payment-mode-select,
[id*=hostreck-form].hostreck-display-modal #hostreck_purchase_form_wrap {
  display: none;
}
[id*=hostreck-form] .cc-address {
  margin-bottom: 15px;
}

/*------------------------------------
Single Forms
--------------------------------------*/
.single-hostreck_forms.et_right_sidebar #main-content .container::before {
  display: none;
}
.single-hostreck_forms .hostreck_forms {
  *zoom: 1;
  max-width: 1230px;
  margin: 50px auto;
}
.single-hostreck_forms .hostreck_forms::before, .single-hostreck_forms .hostreck_forms::after {
  content: " ";
  display: table;
}
.single-hostreck_forms .hostreck_forms::after {
  clear: both;
}

/*------------------------------------
Gravatar List
--------------------------------------*/
#hostreck-purchase-gravatars .hostreck-gravatars-title {
  margin: 0 0 15px;
}
#hostreck-purchase-gravatars .hostreck-purchase-gravatars-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hostreck-purchase-gravatars .hostreck-purchase-gravatars-list li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

/*------------------------------------
Base Form Styles
--------------------------------------*/
form[id*=hostreck-form],
#hostreck-recurring-form,
form.hostreck-form {
  margin: 0 0 25px;
  padding: 0;
}
form[id*=hostreck-form] .hostreck-hidden,
#hostreck-recurring-form .hostreck-hidden,
form.hostreck-form .hostreck-hidden {
  display: none;
}
@media (min-width: 481px) {
  form[id*=hostreck-form] .hostreck-title-prefix-wrap .form-row-first,
  form[id*=hostreck-form] .hostreck-title-prefix-wrap .form-row-last,
  #hostreck-recurring-form .hostreck-title-prefix-wrap .form-row-first,
  #hostreck-recurring-form .hostreck-title-prefix-wrap .form-row-last,
  form.hostreck-form .hostreck-title-prefix-wrap .form-row-first,
  form.hostreck-form .hostreck-title-prefix-wrap .form-row-last {
    float: left;
    width: 40%;
  }
  form[id*=hostreck-form] .hostreck-title-prefix-wrap .form-row-title,
  #hostreck-recurring-form .hostreck-title-prefix-wrap .form-row-title,
  form.hostreck-form .hostreck-title-prefix-wrap .form-row-title {
    float: left;
    width: 15%;
  }
}
form[id*=hostreck-form] .hostreck-tooltip,
#hostreck-recurring-form .hostreck-tooltip,
form.hostreck-form .hostreck-tooltip {
  margin: 0 3px;
  padding: 0;
  font-size: 14px;
  transition: 0.2s all linear;
  color: rgba(51, 51, 51, 0.5);
}
form[id*=hostreck-form] .hostreck-tooltip:hover,
#hostreck-recurring-form .hostreck-tooltip:hover,
form.hostreck-form .hostreck-tooltip:hover {
  color: #333;
}
form[id*=hostreck-form] h3.hostreck-section-break,
form[id*=hostreck-form] h4.hostreck-section-break,
form[id*=hostreck-form] .hostreck-section-break,
form[id*=hostreck-form] legend,
#hostreck-recurring-form h3.hostreck-section-break,
#hostreck-recurring-form h4.hostreck-section-break,
#hostreck-recurring-form .hostreck-section-break,
#hostreck-recurring-form legend,
form.hostreck-form h3.hostreck-section-break,
form.hostreck-form h4.hostreck-section-break,
form.hostreck-form .hostreck-section-break,
form.hostreck-form legend {
  background-color: transparent;
  font-size: 1.15em;
  font-weight: bold;
  margin: 10px 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
form[id*=hostreck-form] h3.hostreck-section-break span.sub-text,
form[id*=hostreck-form] h4.hostreck-section-break span.sub-text,
form[id*=hostreck-form] .hostreck-section-break span.sub-text,
form[id*=hostreck-form] legend span.sub-text,
#hostreck-recurring-form h3.hostreck-section-break span.sub-text,
#hostreck-recurring-form h4.hostreck-section-break span.sub-text,
#hostreck-recurring-form .hostreck-section-break span.sub-text,
#hostreck-recurring-form legend span.sub-text,
form.hostreck-form h3.hostreck-section-break span.sub-text,
form.hostreck-form h4.hostreck-section-break span.sub-text,
form.hostreck-form .hostreck-section-break span.sub-text,
form.hostreck-form legend span.sub-text {
  font-style: italic;
  font-weight: normal;
}
form[id*=hostreck-form] .form-row,
#hostreck-recurring-form .form-row,
form.hostreck-form .form-row {
  *zoom: 1;
  box-sizing: border-box;
  margin: 0 0 15px;
  overflow: visible;
  padding: 0;
}
form[id*=hostreck-form] .form-row::before, form[id*=hostreck-form] .form-row::after,
#hostreck-recurring-form .form-row::before,
#hostreck-recurring-form .form-row::after,
form.hostreck-form .form-row::before,
form.hostreck-form .form-row::after {
  content: " ";
  display: table;
}
form[id*=hostreck-form] .form-row::after,
#hostreck-recurring-form .form-row::after,
form.hostreck-form .form-row::after {
  clear: both;
}
form[id*=hostreck-form] .form-row:last-child,
#hostreck-recurring-form .form-row:last-child,
form.hostreck-form .form-row:last-child {
  margin-bottom: 15px;
}
form[id*=hostreck-form] .form-row label,
#hostreck-recurring-form .form-row label,
form.hostreck-form .form-row label {
  display: block;
  margin: 0 0 5px;
  position: relative;
  line-height: 1.7;
}
form[id*=hostreck-form] .form-row label.checkbox,
#hostreck-recurring-form .form-row label.checkbox,
form.hostreck-form .form-row label.checkbox {
  display: inline;
}
form[id*=hostreck-form] .form-row select,
form[id*=hostreck-form] .form-row textarea,
form[id*=hostreck-form] .form-row input[type=text],
form[id*=hostreck-form] .form-row input[type=tel],
form[id*=hostreck-form] .form-row input[type=email],
form[id*=hostreck-form] .form-row input[type=password],
form[id*=hostreck-form] .form-row input[type=url],
form[id*=hostreck-form] .form-row .hostreck-input-field-wrapper,
#hostreck-recurring-form .form-row select,
#hostreck-recurring-form .form-row textarea,
#hostreck-recurring-form .form-row input[type=text],
#hostreck-recurring-form .form-row input[type=tel],
#hostreck-recurring-form .form-row input[type=email],
#hostreck-recurring-form .form-row input[type=password],
#hostreck-recurring-form .form-row input[type=url],
#hostreck-recurring-form .form-row .hostreck-input-field-wrapper,
form.hostreck-form .form-row select,
form.hostreck-form .form-row textarea,
form.hostreck-form .form-row input[type=text],
form.hostreck-form .form-row input[type=tel],
form.hostreck-form .form-row input[type=email],
form.hostreck-form .form-row input[type=password],
form.hostreck-form .form-row input[type=url],
form.hostreck-form .form-row .hostreck-input-field-wrapper {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  outline: none;
  color: #333;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.5em;
}
form[id*=hostreck-form] .form-row select:focus,
form[id*=hostreck-form] .form-row textarea:focus,
form[id*=hostreck-form] .form-row input[type=text]:focus,
form[id*=hostreck-form] .form-row input[type=tel]:focus,
form[id*=hostreck-form] .form-row input[type=email]:focus,
form[id*=hostreck-form] .form-row input[type=password]:focus,
form[id*=hostreck-form] .form-row input[type=url]:focus,
form[id*=hostreck-form] .form-row .hostreck-input-field-wrapper:focus,
#hostreck-recurring-form .form-row select:focus,
#hostreck-recurring-form .form-row textarea:focus,
#hostreck-recurring-form .form-row input[type=text]:focus,
#hostreck-recurring-form .form-row input[type=tel]:focus,
#hostreck-recurring-form .form-row input[type=email]:focus,
#hostreck-recurring-form .form-row input[type=password]:focus,
#hostreck-recurring-form .form-row input[type=url]:focus,
#hostreck-recurring-form .form-row .hostreck-input-field-wrapper:focus,
form.hostreck-form .form-row select:focus,
form.hostreck-form .form-row textarea:focus,
form.hostreck-form .form-row input[type=text]:focus,
form.hostreck-form .form-row input[type=tel]:focus,
form.hostreck-form .form-row input[type=email]:focus,
form.hostreck-form .form-row input[type=password]:focus,
form.hostreck-form .form-row input[type=url]:focus,
form.hostreck-form .form-row .hostreck-input-field-wrapper:focus {
  background-color: #fff;
}
form[id*=hostreck-form] .form-row select.required,
form[id*=hostreck-form] .form-row textarea.required,
form[id*=hostreck-form] .form-row input[type=text].required,
form[id*=hostreck-form] .form-row input[type=tel].required,
form[id*=hostreck-form] .form-row input[type=email].required,
form[id*=hostreck-form] .form-row input[type=password].required,
form[id*=hostreck-form] .form-row input[type=url].required,
form[id*=hostreck-form] .form-row .hostreck-input-field-wrapper.required,
#hostreck-recurring-form .form-row select.required,
#hostreck-recurring-form .form-row textarea.required,
#hostreck-recurring-form .form-row input[type=text].required,
#hostreck-recurring-form .form-row input[type=tel].required,
#hostreck-recurring-form .form-row input[type=email].required,
#hostreck-recurring-form .form-row input[type=password].required,
#hostreck-recurring-form .form-row input[type=url].required,
#hostreck-recurring-form .form-row .hostreck-input-field-wrapper.required,
form.hostreck-form .form-row select.required,
form.hostreck-form .form-row textarea.required,
form.hostreck-form .form-row input[type=text].required,
form.hostreck-form .form-row input[type=tel].required,
form.hostreck-form .form-row input[type=email].required,
form.hostreck-form .form-row input[type=password].required,
form.hostreck-form .form-row input[type=url].required,
form.hostreck-form .form-row .hostreck-input-field-wrapper.required {
  color: #333;
}
form[id*=hostreck-form] .form-row .hostreck-input-field-wrapper iframe,
#hostreck-recurring-form .form-row .hostreck-input-field-wrapper iframe,
form.hostreck-form .form-row .hostreck-input-field-wrapper iframe {
  margin-bottom: 0;
}
form[id*=hostreck-form] .form-row-title,
form[id*=hostreck-form] .form-row-first,
#hostreck-recurring-form .form-row-title,
#hostreck-recurring-form .form-row-first,
form.hostreck-form .form-row-title,
form.hostreck-form .form-row-first {
  margin-right: 2.5%;
}
form[id*=hostreck-form] .form-row-first,
form[id*=hostreck-form] .form-row-last,
#hostreck-recurring-form .form-row-first,
#hostreck-recurring-form .form-row-last,
form.hostreck-form .form-row-first,
form.hostreck-form .form-row-last {
  float: left;
  width: 48.5%;
}
form[id*=hostreck-form] .form-row-last,
#hostreck-recurring-form .form-row-last,
form.hostreck-form .form-row-last {
  float: right;
}
form[id*=hostreck-form] .form-row-wide,
#hostreck-recurring-form .form-row-wide,
form.hostreck-form .form-row-wide {
  *zoom: 1;
  clear: both;
}
form[id*=hostreck-form] .form-row-wide::before, form[id*=hostreck-form] .form-row-wide::after,
#hostreck-recurring-form .form-row-wide::before,
#hostreck-recurring-form .form-row-wide::after,
form.hostreck-form .form-row-wide::before,
form.hostreck-form .form-row-wide::after {
  content: " ";
  display: table;
}
form[id*=hostreck-form] .form-row-wide::after,
#hostreck-recurring-form .form-row-wide::after,
form.hostreck-form .form-row-wide::after {
  clear: both;
}
form[id*=hostreck-form] .form-row-two-thirds,
#hostreck-recurring-form .form-row-two-thirds,
form.hostreck-form .form-row-two-thirds {
  float: left;
  width: 65.75%;
}
form[id*=hostreck-form] .form-row-two-thirds.form-row-first,
#hostreck-recurring-form .form-row-two-thirds.form-row-first,
form.hostreck-form .form-row-two-thirds.form-row-first {
  margin-left: 0;
}
form[id*=hostreck-form] .form-row-one-third,
#hostreck-recurring-form .form-row-one-third,
form.hostreck-form .form-row-one-third {
  float: left;
  width: 31.25%;
  margin-left: 3%;
}
form[id*=hostreck-form] .form-row-one-third.form-row-first,
#hostreck-recurring-form .form-row-one-third.form-row-first,
form.hostreck-form .form-row-one-third.form-row-first {
  margin-left: 0;
}
@media (max-width: 480px) {
  form[id*=hostreck-form] .form-row-responsive,
  #hostreck-recurring-form .form-row-responsive,
  form.hostreck-form .form-row-responsive {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
form[id*=hostreck-form] .hostreck-error,
form[id*=hostreck-form] .hostreck-required-indicator,
#hostreck-recurring-form .hostreck-error,
#hostreck-recurring-form .hostreck-required-indicator,
form.hostreck-form .hostreck-error,
form.hostreck-form .hostreck-required-indicator {
  color: #a00;
}
form[id*=hostreck-form] .card-expiration > select,
#hostreck-recurring-form .card-expiration > select,
form.hostreck-form .card-expiration > select {
  width: 44%;
  margin: 0;
}
form[id*=hostreck-form] .card-expiration > span.exp-divider,
#hostreck-recurring-form .card-expiration > span.exp-divider,
form.hostreck-form .card-expiration > span.exp-divider {
  display: inline;
  text-align: center;
}
form[id*=hostreck-form] .card-expiration select.card-expiry-year,
#hostreck-recurring-form .card-expiration select.card-expiry-year,
form.hostreck-form .card-expiration select.card-expiry-year {
  float: right;
}
form[id*=hostreck-form] .hostreck-disabled,
form[id*=hostreck-form] [disabled],
#hostreck-recurring-form .hostreck-disabled,
#hostreck-recurring-form [disabled],
form.hostreck-form .hostreck-disabled,
form.hostreck-form [disabled] {
  cursor: not-allowed;
}

/*---------------------------------
Form Price & Amount
-----------------------------------*/
form[id*=hostreck-form] #hostreck-company-radio-list-wrap ul.hostreck-company-radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form[id*=hostreck-form] #hostreck-company-radio-list-wrap ul.hostreck-company-radio-list li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
}
form[id*=hostreck-form] #hostreck-company-radio-list-wrap ul.hostreck-company-radio-list li label {
  cursor: pointer;
  display: inline;
  margin: 0;
}

/*---------------------------------
Form Price & Amount
-----------------------------------*/
form[id*=hostreck-form] .hostreck-donation-amount {
  margin: 0 0 15px;
}
form[id*=hostreck-form] .hostreck-donation-amount .hostreck-currency-symbol {
  background-color: rgb(242.1, 242.1, 242.1);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  margin: 0;
  padding: 0 12px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  box-sizing: border-box;
  float: left;
}
form[id*=hostreck-form] .hostreck-donation-amount .hostreck-currency-symbol.hostreck-currency-position-before {
  border-left: 1px solid #ccc;
  border-right: none;
}
form[id*=hostreck-form] .hostreck-donation-amount .hostreck-currency-symbol.hostreck-currency-position-after {
  border-left: none;
  border-right: 1px solid #ccc;
}
form[id*=hostreck-form] .hostreck-donation-amount #hostreck-amount,
form[id*=hostreck-form] .hostreck-donation-amount #hostreck-amount-text {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
  min-width: 125px;
  float: left;
}
form[id*=hostreck-form] .hostreck-donation-amount #hostreck-amount.invalid-amount,
form[id*=hostreck-form] .hostreck-donation-amount #hostreck-amount-text.invalid-amount {
  border: 1px solid red;
}
form[id*=hostreck-form] .hostreck-donation-amount input.hostreck-amount-top {
  width: 125px;
}
form[id*=hostreck-form] .hostreck-donation-amount span.hostreck-final-total-amount {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
  cursor: not-allowed;
  background: #fff;
  float: left;
}
form[id*=hostreck-form] #hostreck_terms_agreement legend {
  display: none;
}
form[id*=hostreck-form] #hostreck_terms_agreement label {
  display: inline-block;
}
form[id*=hostreck-form] #hostreck-final-total-wrap {
  margin: 10px 0 25px;
  padding: 0;
  *zoom: 1;
}
form[id*=hostreck-form] #hostreck-final-total-wrap::before, form[id*=hostreck-form] #hostreck-final-total-wrap::after {
  content: " ";
  display: table;
}
form[id*=hostreck-form] #hostreck-final-total-wrap::after {
  clear: both;
}
form[id*=hostreck-form] #hostreck-final-total-wrap .hostreck-donation-total-label {
  background-color: rgb(242.1, 242.1, 242.1);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  margin: 0;
  padding: 0 12px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  box-sizing: border-box;
  float: left;
  border: 1px solid #ccc;
}
@media (max-width: 480px) {
  form[id*=hostreck-form] #hostreck-final-total-wrap .hostreck-donation-total-label {
    display: block;
    float: none;
  }
}
form[id*=hostreck-form] #hostreck-final-total-wrap .hostreck-final-total-amount {
  font-size: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
  border-left: none;
  float: left;
}
@media (max-width: 480px) {
  form[id*=hostreck-form] #hostreck-final-total-wrap .hostreck-final-total-amount {
    border: 1px solid #ccc;
    border-top: 0;
    display: block;
    float: none;
  }
}

.hostreck-display-button-only > *:not(.hostreck-btn-modal) {
  display: none;
}

/*---------------------------------
Radio Lists
-----------------------------------*/
form[id*=hostreck-form] input[type=radio] {
  margin: 0 0.5em 0 0;
}
form[id*=hostreck-form] #hostreck-donation-level-radio-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  clear: both;
}
form[id*=hostreck-form] #hostreck-donation-level-radio-list > li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
form[id*=hostreck-form] #hostreck-donation-level-radio-list > li label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
form[id*=hostreck-form] #hostreck-donation-level-radio-list > li input[type=radio] {
  margin: 0 0.5em 0 0;
  outline: none;
  width: auto;
}
form[id*=hostreck-form] #hostreck-gateway-radio-list {
  *zoom: 1;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
form[id*=hostreck-form] #hostreck-gateway-radio-list::before, form[id*=hostreck-form] #hostreck-gateway-radio-list::after {
  content: " ";
  display: table;
}
form[id*=hostreck-form] #hostreck-gateway-radio-list::after {
  clear: both;
}
form[id*=hostreck-form] #hostreck-gateway-radio-list > li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 480px) {
  form[id*=hostreck-form] #hostreck-gateway-radio-list > li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 0;
  }
}
form[id*=hostreck-form] #hostreck-gateway-radio-list > li label.hostreck-gateway-option {
  cursor: pointer;
  display: inline;
  margin: 0;
}
form[id*=hostreck-form] #hostreck-gateway-radio-list > li input[type=radio] {
  margin: 0 0.25em 0 0;
  outline: none;
  width: auto;
  display: inline;
}

/*---------------------------------
Checkboxes
-----------------------------------*/
form[id*=hostreck-form] input[type=checkbox] {
  margin: 0 0.25em 0 0;
}

div[data-field-type=checkbox] {
  display: flex;
}
div[data-field-type=checkbox] label {
  order: 2;
}
div[data-field-type=checkbox] input[type=checkbox] {
  order: 1;
}

/*---------------------------------
Donation Level: Dropdown/Select
-----------------------------------*/
form[id*=hostreck-form] select.hostreck-select-level {
  outline: none;
  border-radius: 0;
  min-width: 155px;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  display: block;
  clear: both;
  color: #333;
  background-color: #fdfdfd;
  padding: 0.5em;
  max-width: 100%;
}

/*---------------------------------
Buttons
-----------------------------------*/
#hostreck-donation-level-button-wrap {
  *zoom: 1;
  margin: 0 0 15px;
  padding: 0;
  clear: both;
  list-style: none;
}
#hostreck-donation-level-button-wrap::before, #hostreck-donation-level-button-wrap::after {
  content: " ";
  display: table;
}
#hostreck-donation-level-button-wrap::after {
  clear: both;
}
#hostreck-donation-level-button-wrap > li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  margin: 0 5px 5px 0;
}

.hostreck_terms_links {
  float: right;
}

/*---------------------------------
CC Validation
-----------------------------------*/
[id*=hostreck_secure_site_wrapper] {
  padding: 4px 4px 15px 0;
  font-size: 16px;
  line-height: 20px;
}
[id*=hostreck_secure_site_wrapper] span.padlock {
  font-family: "hostreck-icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
}
[id*=hostreck_secure_site_wrapper] span.padlock ::before {
  display: inline-block;
}

#hostreck_purchase_form_wrap input.hostreck-input.card-number.valid,
#hostreck_purchase_form_wrap input.hostreck-input.card-cvc.valid,
#hostreck_purchase_form_wrap input.hostreck-input.card-expiry.valid {
  background-image: url("../images/tick.png");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 16px;
}
#hostreck_purchase_form_wrap input.hostreck-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry),
#hostreck_purchase_form_wrap input.hostreck-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),
#hostreck_purchase_form_wrap input.hostreck-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry) {
  background-position: right 55px top 50%;
}
#hostreck_purchase_form_wrap span.card-type {
  position: absolute;
  top: -2px;
  right: 0;
  width: 37px;
  height: 26px;
  background-size: 37px 26px !important;
}
#hostreck_purchase_form_wrap .fl-wrap span.card-type {
  top: calc(0.5em + 6px);
  right: 11px;
}
#hostreck_purchase_form_wrap span.card-type.off {
  display: none;
}
#hostreck_purchase_form_wrap span.card-type.visa {
  background: url("../images/visa.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.mastercard {
  background: url("../images/mastercard.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.discover {
  background: url("../images/discover.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.amex {
  background: url("../images/amex.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.maestro {
  background: url("../images/maestro.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.dinersclub {
  background: url("../images/diners-club.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.jcb {
  background: url("../images/jcb.svg") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.dankort {
  background: url("../images/dankort.png") no-repeat;
}
#hostreck_purchase_form_wrap span.card-type.unionpay {
  background: url("../images/unionpay.svg") no-repeat;
}

/*---------------------------------
Loading Animation
-----------------------------------*/
/* Loading Elipsis */
form[id*=hostreck-form] p.hostreck-loading-text,
form[id*=hostreck-form] span.hostreck-loading-text {
  display: none;
  float: right;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  font-style: italic;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}
form[id*=hostreck-form] .hostreck-loading-animation {
  font-family: "hostreck-icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  height: 16px;
  width: 16px;
  line-height: 1;
  font-size: 16px;
  margin: 0 5px 0 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
}
form[id*=hostreck-form] .hostreck-payment-mode-label .hostreck-loading-text {
  float: right;
}

/*---------------------------------
User Login
-----------------------------------*/
/*
 * User Login within Donation Form
 * (visible when Form Display > Login is enabled)
 */
[id*=hostreck-form] .hostreck-login-account-wrap {
  margin: 0 0 15px;
  position: relative;
}
[id*=hostreck-form] .hostreck-login-account-wrap .hostreck-login-message {
  text-align: right;
  margin: 0;
  padding: 0;
}
[id*=hostreck-form] .hostreck-login-account-wrap .hostreck-loading-text {
  position: absolute;
  right: 0;
  top: 0.25em;
}
[id*=hostreck-form] fieldset[id^=hostreck-login-fields] {
  margin: 0 0 15px;
}
[id*=hostreck-form] .hostreck-new-account-link {
  margin: 0 0 15px;
  padding: 0;
}
[id*=hostreck-form] .hostreck_login_forgot_password {
  float: right;
}

[id^=hostreck-user-login-submit] input.hostreck-cancel-login,
.hostreck-submit-button-wrap input.hostreck-cancel-login {
  margin-left: 5px;
}
[id^=hostreck-user-login-submit] span.hostreck-loading-animation,
.hostreck-submit-button-wrap span.hostreck-loading-animation {
  margin: 0 0 0 0.5em;
  display: none;
}
[id^=hostreck-user-login-submit] .hostreck-submit,
.hostreck-submit-button-wrap .hostreck-submit {
  float: left;
}

.hostreck-user-login-fields-container::after {
  display: block;
  content: "";
  clear: both;
}

/* Login Shortcode Form */
#hostreck-login-form legend,
#hostreck-login-form div.hostreck-login,
#hostreck-register-form legend,
#hostreck-register-form div.hostreck-login {
  line-height: 2;
  margin-bottom: 15px;
}
#hostreck-login-form label,
#hostreck-register-form label {
  min-width: 100px;
  display: inline-block;
}

/*---------------------------------
Modal - Magnific Popup
-----------------------------------*/
div.hostreck-form-wrap.mfp-hide {
  display: block !important;
}

div.mfp-content fieldset p,
div.mfp-content fieldset ol,
div.mfp-content fieldset ul {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
div.mfp-content form[id*=hostreck-form] .hostreck_notices {
  display: block !important;
}

/*---------------------------------
Basic Button Style
-----------------------------------*/
.hostreck-btn {
  background: #EDEDED;
  border: 1px solid #ccc;
  color: #333;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1.2em;
  font-size: 1em;
}
.hostreck-btn:hover {
  background: #dbdbdb;
}

/*---------------------------------
Profile Editor Form
-----------------------------------*/
#hostreck_profile_editor_form legend {
  width: auto;
  padding: 0 5px 5px 5px;
  border-bottom: 0;
}

/*---------------------------------
Email Access Form
-----------------------------------*/
form#hostreck-email-access-form div.g-recaptcha,
form#hostreck-email-access-form input#hostreck-email {
  margin: 0 0 15px;
}
form#hostreck-email-access-form input#hostreck-email {
  width: 305px;
}

/*---------------------------------
Responsiveness
-----------------------------------*/
@media (max-width: 768px) {
  [id*=hostreck-form] div.images,
  [id*=hostreck-form] div.summary {
    width: 100%;
    float: none;
  }
  [id*=hostreck-form] div#hostreck-sidebar-left {
    width: 100%;
    float: none;
  }
}
/*---------------------------------
Section Breaks
-----------------------------------*/
.hostreck-form-wrap .hostreck-form h3.hostreck-section-break,
.hostreck-form-wrap .hostreck-form h4.hostreck-section-break {
  margin: 10px 0 0;
}

/*---------------------------------
Form validation style
-----------------------------------*/
.hostreck-do-validate input.error {
  border-color: red !important;
}

/*---------------------------------
Button with Loader
-----------------------------------*/
.hostreck-button-with-loader span.hostreck-loading-animation {
  display: none;
  position: relative;
  top: 3px;
  float: right;
  font-family: "hostreck-icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 16px;
  width: 16px;
  line-height: 1;
  font-size: 16px;
  margin: 0 0 0 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.hostreck-active span.hostreck-loading-animation {
  display: inline;
}

/*---------------------------------
RTL styles
-----------------------------------*/
@media (min-width: 481px) {
  html[dir=rtl] form.hostreck-form .hostreck-title-prefix-wrap .form-row-first,
  html[dir=rtl] form.hostreck-form .hostreck-title-prefix-wrap .form-row-last {
    float: right !important;
  }
  html[dir=rtl] form.hostreck-form .hostreck-title-prefix-wrap .form-row-title {
    float: right !important;
  }
}
html[dir=rtl] form.hostreck-form .form-row-title,
html[dir=rtl] form.hostreck-form .form-row-first {
  margin-right: 0 !important;
  margin-left: 2.5%;
}
html[dir=rtl] form.hostreck-form .form-row-first,
html[dir=rtl] form.hostreck-form .form-row-last {
  float: right !important;
}
html[dir=rtl] form.hostreck-form .form-row-last {
  float: left !important;
}
html[dir=rtl] form.hostreck-form .form-row-two-thirds {
  float: right !important;
}
html[dir=rtl] form.hostreck-form .form-row-two-thirds.form-row-first {
  margin-right: 0 !important;
}
html[dir=rtl] form.hostreck-form .form-row-one-third {
  float: right !important;
  margin-right: 3%;
  margin-left: 0 !important;
}
html[dir=rtl] form.hostreck-form .form-row-one-third.form-row-first {
  margin-right: 0 !important;
}
html[dir=rtl] form.hostreck-form .card-expiration select.card-expiry-year {
  float: left !important;
}

/**
 * Safely use rem values in distributed code for unpredictable environments (e.g. for use inside a WordPress plugin).
 *
 * This does not support IE 11 and a few other outdated browser.
 * A Sass mixin could be used to provide a fallback value for this.
 *
 * @param {Number} $value
 * @return {String} e.g. for $value: 3 and $MIN_REM_SIZE: 16px => max(3rem, 48px)
 */
.hostreck-form-grid {
  display: flex;
  height: 100%;
}
.hostreck-form-grid-media {
  position: relative;
  min-width: 40%;
  border-radius: 2px;
}
.hostreck-form-grid-media img {
  min-width: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hostreck-form-grid-media__tags {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 2px;
  gap: 10px;
}
.hostreck-form-grid-media__tags > span {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: max(0.975rem, 15.6px);
  font-weight: 600;
}
.hostreck-form-grid-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#row-media {
  max-width: 40%;
  min-width: 40%;
}
#row-media img {
  width: 100%;
  min-height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hostreck-form-grid-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px;
}
.hostreck-form-grid-content .hostreck-form-grid-media__tags_no_image {
  display: flex;
  background: none;
  margin-bottom: 12px;
  border-radius: 2px;
  gap: 10px;
}
.hostreck-form-grid-content .hostreck-form-grid-media__tags_no_image > span {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: max(0.975rem, 15.6px);
  font-weight: 600;
}
.hostreck-form-grid-content > h3 {
  font-size: max(1.375rem, 22px) !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.hostreck-form-grid-content > p {
  font-size: 1rem;
  font-weight: 400;
}
.hostreck-form-grid-content > button {
  background-color: transparent !important;
  padding: 0 !important;
  border: none;
  font-size: max(1rem, 16px);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.hostreck-form-grid-btn {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 0.125rem solid var(--hostreck-primary-color);
  border-radius: 0.4rem;
  background-color: var(--hostreck-primary-color);
  color: #fff;
  text-align: center;
  font-family: inherit;
  font-size: max(1rem, 16px);
  font-weight: 600;
  line-height: 1.2;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}

.hostreck-form-grid-progress {
  background: #F6F6F6;
  padding: 10px 20px;
}

.form-grid-raised {
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
}
.form-grid-raised__details {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.form-grid-raised__details > span:first-child {
  font-weight: 700 !important;
  font-size: 1rem;
}
.form-grid-raised__details > span:last-child {
  font-size: max(0.875rem, 14px);
  font-weight: 400;
}
.form-grid-raised__details_donations {
  text-align: right;
}

.hostreck-form-grid-progress-bar {
  margin: 12px 0;
}
.hostreck-form-grid-progress-bar .hostreck-progress-bar {
  position: relative;
  height: 12px;
  border-radius: 25px;
  background: #D9DFDB;
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1098039216) inset;
}
.hostreck-form-grid-progress-bar .hostreck-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

/*---------------------------------
Embed Form aka IFrame Form
-----------------------------------*/
.hostreck-embed-form-wrapper {
  width: 100% !important;
  position: relative;
}
.hostreck-embed-form-wrapper .iframe-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.hostreck-embed-form-wrapper iframe {
  width: 100% !important;
}
.hostreck-embed-form-wrapper.is-hide {
  position: fixed;
  left: -9999px;
}
.hostreck-embed-form-wrapper.modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden auto;
}
.hostreck-embed-form-wrapper.modal .modal-inner-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hostreck-embed-form-wrapper.modal .modal-content {
  position: relative;
  margin: 35px auto auto;
  max-width: 572px;
  width: 100%;
}
.hostreck-embed-form-wrapper.modal .close-btn-wrap {
  margin-top: 15px;
}
.hostreck-embed-form-wrapper.modal .close-btn {
  background: black;
  color: white !important;
  border-radius: 24px;
  text-decoration: none;
  outline: none;
  font-size: 0.5em;
  position: absolute;
  right: 9px;
  top: -14px;
  font-weight: bold;
  padding: 2px 10px;
  opacity: 0.3;
}
.hostreck-embed-form-wrapper.modal .close-btn:hover {
  opacity: 0.8;
}
.hostreck-embed-form-wrapper.modal .close-btn span {
  margin-left: 3px;
  font-size: 1.5em;
  line-height: 0.7em;
}
.hostreck-embed-form-wrapper.modal::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

@keyframes spin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(359deg);
  }
}
/*---------------------------------
Embed Form aka IFrame Form
-----------------------------------*/
.js-hostreck-grid-modal-launcher + div.js-hostreck-embed-form-modal-launcher-wrap {
  display: none;
}

/*---------------------------------
Notices, Warnings & Errors
-----------------------------------*/
.hostreck_notices {
  position: relative;
}

.hostreck_notices .notice-dismiss {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border: none;
  margin: 0;
  padding: 5px;
  background: 0 0;
  color: #72777c;
  cursor: pointer;
  max-width: 28px !important;
}
.hostreck_notices .notice-dismiss:before {
  background: 0 0;
  color: #72777c;
  content: "\f153";
  display: block;
  font: 400 16px/20px dashicons;
  speak: none;
  height: 20px;
  text-align: center;
  width: 20px;
  -webkit-font-smoothing: antialiased;
}
.hostreck_notices .notice-dismiss:hover {
  background-color: rgba(0, 0, 0, 0);
}
.hostreck_notices .notice-dismiss:hover:before {
  color: #dc3232;
}

.hostreck_error, .hostreck_success, .hostreck_warning {
  position: relative;
  margin: 15px 0;
  background: #F9F9F9;
  padding: 1em 1.5em 1em 2em;
  border-left: 4px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  clear: both;
}
.hostreck_error > p, .hostreck_success > p, .hostreck_warning > p {
  margin: 0 !important;
  color: #333;
}
.hostreck_error:before, .hostreck_success:before, .hostreck_warning:before {
  font-family: "hostreck-icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  font-size: 16px;
  margin-top: -15px;
  left: -17px;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.hostreck_error {
  border-color: #a00;
}
.hostreck_error:before {
  content: "\f02d";
  background-color: #a00;
}
.hostreck_success {
  border-color: #7ad03a;
}
.hostreck_success:before {
  background-color: #7ad03a;
  content: "\e601";
}
.hostreck_warning {
  border-color: #ffba00;
}
.hostreck_warning:before {
  background-color: #ffba00;
  content: "\f02d";
}

/**
 * Hostreck Layouts SCSS/CSS
 *
 * @description: This file provides layout styles for various themes such as the default WordPress themes and others if applicable; Most themes handle Hostreck's template system just fine ;)
 * @package:     Hostreck
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2025, Hostreck
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Twenty Thirteen specific styles
 */
.twentythirteen .hostreck_forms {
  padding: 40px 0;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfhostreck {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfhostreck .hostreck_forms .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfhostreck div.hostreck_forms.hentry.has-post-thumbnail {
  margin-top: 0;
}
.twentyfourteen .tfhostreck .hostreck_forms .images img {
  margin-bottom: 1em;
}

@media screen and (min-width: 673px) {
  .twentyfourteen .tfhostreck {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfhostreck {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfhostreck {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfhostreck {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfhostreck {
    margin-right: auto;
  }
}
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15hostreck {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15hostreck .page-title {
  margin-left: 0;
}
.twentyfifteen .t15hostreck div.summary {
  padding: 0;
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15hostreck {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15hostreck {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
/*----------------------------------------------
Avada
------------------------------------------------*/
.avada-row > div.hostreck-wrap #content {
  width: 100%;
}

/**
 * Hostreck Frontend Progress Bar SCSS
 *
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.components-base-control__field input[type=text]:focus {
  box-shadow: none !important;
}

.hostreck-goal-progress {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.hostreck-goal-progress .income {
  font-size: 46px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #333;
}
.hostreck-goal-progress .raised {
  margin-bottom: 15px;
}
.hostreck-goal-progress .progress-bar {
  width: 100%;
  background: none;
  padding-bottom: 10px;
}
.hostreck-goal-progress .hostreck-progress-bar {
  width: 100%;
  height: 20px;
  position: relative;
  background: #EEE;
  border-radius: 25px;
  overflow: hidden;
}
.hostreck-goal-progress .hostreck-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: none;
}

/**
 * Hostreck Frontend Tables SCSS
 *
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
table.hostreck-table {
  color: #666;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom: none;
  width: 100%;
}
table.hostreck-table thead {
  font-weight: bold;
}
table.hostreck-table thead th:first-child {
  text-align: left;
  border-left: none;
}
table.hostreck-table th {
  padding: 21px 25px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: none;
  background: #F6F6F6;
  text-align: center;
  font-weight: bold;
}
table.hostreck-table tbody tr {
  text-align: center;
}
table.hostreck-table tbody tr td {
  padding: 18px;
  border: none;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #FFF;
  text-align: center;
}
table.hostreck-table tbody tr td:first-child {
  text-align: left;
  border-left: 0;
}
table.hostreck-table tbody tr:nth-child(even) td {
  background: #fcfcfc;
}

/**
 * Hostreck Frontend Theme Compatibility
 *
 * @description: The following styles help Hostreck look good and fixes CSS conflicts with popular WordPress themes
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.hostreck-twentysixteen div.entry-summary {
  margin: 0;
}
body.hostreck-twentysixteen button.hostreck-btn {
  color: #333;
}
body.hostreck-twentysixteen .hostreck-submit {
  color: #FFF;
}
body.hostreck-twentysixteen fieldset#hostreck_terms_agreement {
  padding-left: 0;
}

body.hostreck-twentyseventeen.colors-dark div.hostreck-total-wrap input.hostreck-text-input,
body.hostreck-twentyseventeen.colors-dark div#hostreck_purchase_form_wrap span.hostreck-final-total-amount,
body.hostreck-twentyseventeen.colors-dark div.hostreck_notices p {
  color: black;
}
body.hostreck-twentyseventeen.colors-dark form[id*=hostreck] fieldset {
  background-color: transparent;
}

body.hostreck-twentynineteen .hostreck-form .hostreck-btn:focus {
  color: #FFF;
}

body.theme-twentytwenty .hostreck-wrap {
  max-width: 1200px;
  margin: 60px auto;
}

html[class*=avia] body#top form[id*=hostreck-form] input.hostreck-amount-top {
  width: unset;
  border: 1px solid #ccc;
  border-left: none;
}

html[class*=avia] body#top [id*=hostreck-form].hostreck-fl-form.hostreck-fl-style-hostreck label.hostreck-fl-label {
  left: 7px;
}

html[class*=avia] body#top [id*=hostreck-form].hostreck-fl-form div.hostreck-fl-is-active input {
  padding: 8px 6px 0px;
}

.hostreck-donation-history .hostreck-table {
  table-layout: auto;
}
.hostreck-donation-history .hostreck-table .hostreck-security-column {
  float: left;
}
.hostreck-donation-history .hostreck-table .hostreck-security-column.hostreck-security-description-wrap {
  width: 75%;
  padding: 16px 13px;
  font-size: 12px;
  font-style: italic;
}
.hostreck-donation-history .hostreck-table .hostreck-security-column.hostreck-security-button-wrap {
  width: 25%;
  padding: 25px 5px;
}
.hostreck-donation-history .hostreck-table .hostreck-security-column.hostreck-security-button-wrap span {
  display: none;
  padding: 0 20px;
}

.hostreck_user_history_main .hostreck-mobile-title {
  display: none;
}

@media screen and (max-width: 480px) {
  #hostreck_user_history thead {
    display: none;
  }
  #hostreck_user_history tbody {
    border-top: 1px solid #e0e0e0;
  }
  #hostreck_user_history tr {
    padding: 0.5rem 0;
    background: #fff;
  }
  #hostreck_user_history tr:nth-child(even) {
    background-color: #fafafa;
  }
  #hostreck_user_history td {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  #hostreck_user_history tr, #hostreck_user_history td {
    display: block;
    border-left: none;
    text-align: left;
  }
  #hostreck_user_history .hostreck-mobile-title {
    display: inline-block;
    font-weight: bold;
    min-width: 6em;
  }
}
/**
 * Hostreck Magnific Modal Custom SCSS
 *
 * @package     Hostreck
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2025, Hostreck
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.hostreck-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2148482499;
  overflow: hidden;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
.hostreck-modal form[id*=hostreck-form] {
  margin-bottom: 0;
}
.hostreck-modal form[id*=hostreck-form] .hostreck-submit {
  margin-bottom: 0;
}
.hostreck-modal form[id*=hostreck-form] .hostreck-payment-mode-label {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 580px) {
  .hostreck-modal form[id*=hostreck-form] .hostreck-input {
    font-size: 16px;
  }
}
.hostreck-modal .mfp-content {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 650px;
  margin: 40px auto;
  z-index: 2148482599;
}
.hostreck-modal .mfp-content [id*=hostreck-form] #hostreck-payment-mode-select,
.hostreck-modal .mfp-content [id*=hostreck-form] #hostreck_purchase_form_wrap,
.hostreck-modal .mfp-content [id*=hostreck-form].hostreck-display-button-only .hostreck-donation-amount,
.hostreck-modal .mfp-content [id*=hostreck-form].hostreck-display-button-only .hostreck-donation-levels-wrap {
  display: block;
}
.hostreck-modal .mfp-content .mfp-close:hover {
  background-color: transparent;
}
.hostreck-modal form.hostreck-form button.mfp-close {
  position: absolute;
  display: block !important;
}
.hostreck-modal .mfp-container::after {
  display: none;
}

.hostreck-modal {
  /* animate in */
  /* animate out */
}
.hostreck-modal .mfp-content {
  vertical-align: middle;
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.hostreck-modal.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.hostreck-modal.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.hostreck-modal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.hostreck-modal.mfp-removing .mfp-content {
  transform: translateY(-50px);
  opacity: 0;
}
.hostreck-modal.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Form Grid Magnific Popup CSS
 */
.hostreck-donation-grid-item-form {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 720px;
  background-color: #fff;
  padding: 1rem 1.5rem;
  max-height: 85vh;
  overflow-y: auto;
}
.hostreck-donation-grid-item-form #hostreck_purchase_form_wrap {
  display: block !important;
}
.hostreck-donation-grid-item-form .hostreck-btn-reveal,
.hostreck-donation-grid-item-form .hostreck-btn-modal {
  display: none !important;
}

.modal-fade-slide.hostreck-modal .mfp-content {
  padding: 0;
  max-width: 100%;
}

.modal-fade-slide .hostreck-modal--slide {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(0);
}

.modal-fade-slide.mfp-ready .hostreck-modal--slide {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

.modal-fade-slide.mfp-removing .hostreck-modal--slide {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(0);
}

.modal-fade-slide.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.modal-fade-slide.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.modal-fade-slide.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close:hover {
  background-color: rgba(0, 0, 0, 0);
}

/**
 * Display Style Button
 */
.mfp-content .hostreck-display-button-only .hostreck-form-title {
  display: none;
}
.mfp-content .hostreck-display-button-only > *:not(form) {
  display: block;
}
.mfp-content .hostreck-display-button-only form > *:not(.hostreck-btn-modal) {
  display: block;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
/**
 * Single donor with user image, details, and review text.
 *
 * 1. Card Container wraps the Image, Name, Content & Details. It displays above the tribute message.
 * 2. Content includes the donor comment
 * 4. Details include the forms title & amount given.
 */
/**
 * Safely use rem values in distributed code for unpredictable environments (e.g. for use inside a WordPress plugin).
 *
 * This does not support IE 11 and a few other outdated browser.
 * A Sass mixin could be used to provide a fallback value for this.
 *
 * @param {Number} $value
 * @return {String} e.g. for $value: 3 and $MIN_REM_SIZE: 16px => max(3rem, 48px)
 */
/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.hostreck-donor {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-height: 100%;
  padding: 18px 0;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #00160A;
  transition: all 0.2s ease-out;
  /* [1] */
  /* [2] */
  /* [3] */
}
.hostreck-donor-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 5%;
}
.hostreck-donor-container__image {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
}
.hostreck-donor-container__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.hostreck-donor-container__image__name_initial {
  position: absolute;
}
.hostreck-donor-container__image[data-anonymous-donation="0"] img[src*="anonymous-user.svg"], .hostreck-donor-container__image[data-anonymous-donation="1"] .hostreck-donor-header__name_initial {
  visibility: hidden;
}
.hostreck-donor-container__image[data-anonymous-donation="0"][data-has-valid-gravatar="0"] {
  border: 1px solid #e5e5e5;
}
.hostreck-donor-container-variation {
  display: flex;
  justify-content: space-between;
}
.hostreck-donor-container-variation__name {
  margin: 0 0 10px 0 !important;
  font-size: max(1.5rem, 24px);
  font-weight: 600;
  line-height: 20px;
}
.hostreck-donor-container-variation__timestamp {
  margin: 0 0 10px 0 !important;
  color: #525252;
  font-size: max(0.75rem, 12px);
}
.hostreck-donor-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: normal !important;
}
.hostreck-donor-content {
  flex: 1;
  width: 100%;
  line-height: 20px;
  margin: 12px 0;
  padding-left: 16px;
  border-left: 2px solid #219653;
  font-weight: 400;
  letter-spacing: 0;
}
.hostreck-donor-content p {
  width: 100%;
  color: #00160A;
  font-size: max(0.875rem, 14px);
  font-style: italic;
  line-height: 20px;
  margin: 0 !important;
}
.hostreck-donor-content__excerpt .hostreck-donor-content__read-more {
  cursor: pointer;
  white-space: nowrap;
}
.hostreck-donor-content__excerpt + .hostreck-donor-content__comment {
  display: none;
}
.hostreck-donor-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hostreck-donor-details__wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  word-break: normal !important;
}
.hostreck-donor-details__wrapper span:first-child {
  color: #00160A;
  font-size: max(1rem, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}
.hostreck-donor-details__wrapper span:last-child {
  color: #00160A;
  font-size: max(0.8rem, 12.8px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.hostreck-donor-details__total {
  color: #219653;
  font-size: max(1.25rem, 20px);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
  overflow-wrap: normal;
  word-break: normal !important;
}
.hostreck-donor-tribute {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  margin-top: 32px;
}
.hostreck-donor-tribute span svg {
  display: block;
  height: 22px;
  width: 22px;
  margin: 0 15px 0 32px;
}
.hostreck-donor-tribute__message {
  font-size: max(0.75rem, 12px);
  color: #00160A;
  text-align: center;
}
.hostreck-donor-tribute__message span:last-child {
  font-weight: 600;
}

.hostreck-donor-wall-modal p:last-child {
  margin-bottom: 0;
}

#hostreck-processing-state-template {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
#hostreck-processing-state-template.active {
  display: flex;
}
#hostreck-processing-state-template div {
  align-self: center;
  color: #fff;
  font-size: 26px;
  margin: 0 0 0 10px;
}
#hostreck-processing-state-template h3 {
  font-size: 26px;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.25;
  color: #fff;
}
#hostreck-processing-state-template p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #fff;
}
#hostreck-processing-state-template .loader {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 349 348' style='enable-background:new 0 0 349 348;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M25.1,204.57c-13.38,0-24.47-10.6-24.97-24.08C0.04,178.09,0,175.97,0,174C0,77.78,78.28-0.5,174.5-0.5 c13.81,0,25,11.19,25,25s-11.19,25-25,25C105.85,49.5,50,105.35,50,174c0,1.37,0.03,2.85,0.1,4.65c0.51,13.8-10.27,25.39-24.07,25.9 C25.72,204.56,25.41,204.57,25.1,204.57z'/%3E%3Cpath class='st0' d='M174.5,348.5c-13.81,0-25-11.19-25-25c0-13.81,11.19-25,25-25c68.65,0,124.5-55.85,124.5-124.5 c0-1.38-0.03-2.85-0.1-4.65c-0.51-13.8,10.26-25.4,24.06-25.91c13.83-0.53,25.4,10.26,25.91,24.06c0.09,2.39,0.13,4.51,0.13,6.49 C349,270.22,270.72,348.5,174.5,348.5z'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0;
  width: 60px;
  height: 60px;
  margin: 0 0 20px 0;
}
#hostreck-processing-state-template .loader.spinning {
  opacity: 1;
  transition: opacity 0.2s ease;
  animation: load 0.6s linear infinite;
}
@keyframes load {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(180deg);
  }
}

.separator-with-text {
  font-size: 16px;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.separator-with-text .dashed-line {
  border: 1px solid #d4d4d4;
  flex-grow: 1;
}
.separator-with-text .label {
  padding: 0 6px;
  font-size: 14px;
  color: #8d8e8e;
}

.hostreck-multi-form-goal-block {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.305862);
  border-radius: 8px;
  margin-bottom: 20px;
}
.hostreck-multi-form-goal-block .wp-block-media-text {
  margin: 24px !important;
}
.hostreck-multi-form-goal-block .wp-block-media-text__media,
.hostreck-multi-form-goal-block .wp-block-media-text__media img,
.hostreck-multi-form-goal-block .hostreck-multi-form-goal-block__image {
  border-radius: 6px !important;
}
.hostreck-multi-form-goal-block .wp-block-media-text .wp-block-media-text__content {
  padding: 16px !important;
}

.hostreck-multi-form-goal-block__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 16px;
  margin: 24px !important;
  min-height: 250px;
}
.hostreck-multi-form-goal-block__content .hostreck-multi-form-goal-block__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hostreck-multi-form-goal-block__content .hostreck-multi-form-goal-block__text h2 {
  margin-bottom: var(--global--spacing-vertical);
}
.hostreck-multi-form-goal-block__content .hostreck-multi-form-goal-block__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hostreck-progress-bar-block__goal {
  height: auto;
  padding: 20px 16px;
  border-top: 1px solid #ebebeb;
}

.hostreck-progress-bar-block__progress {
  height: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f1f1f1;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.09487);
}
.hostreck-progress-bar-block__progress .hostreck-progress-bar-block__progress-bar {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #28c77b 0%, #28c77b 100%), linear-gradient(180deg, #fff 0%, #ccc 100%);
  background-blend-mode: multiply;
  overflow: hidden;
}

.hostreck-progress-bar-block__stats {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  height: auto;
  border-top: 1px solid #ebebeb;
  border-radius: 0 0 8px 8px;
}

.hostreck-progress-bar-block__stat {
  display: flex;
  flex: 1 1 110px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #ebebeb;
  font-weight: 500;
  height: 96px;
}
.hostreck-progress-bar-block__stat:last-of-type {
  border-right: none;
}
.hostreck-progress-bar-block__stat > *:first-child {
  font-size: 24px;
  line-height: 28px;
  color: #4c4c4c;
}
.hostreck-progress-bar-block__stat > *:last-child {
  font-size: 18px;
  line-height: 1;
  color: #6f6f6f;
}

.form-row .hostreck-stripe-cc-field {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  outline: none;
  color: #333;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.5em;
}

.hostreck-stripe-cc-field.hostreck-fl-input {
  height: auto;
  min-height: 50px;
  line-height: inherit;
  padding: 14px 10px;
  background-color: #fff;
}

.hostreck-stripe-cc-field-wrap .hostreck-fl-is-active .hostreck-fl-input {
  padding: 20px 12px 4px;
  transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
}

.hostreck-stripe-cc-field-wrap .hostreck-fl-label span {
  display: none;
}

.hostreck-stripe-single-cc-field-wrap {
  border: 1px solid #ccc;
  background-color: #fdfdfd;
  padding: 10px;
  height: 40px;
  margin: 0 0 15px 0;
}

.hostreck-form .hostreck-stripe-cc-field.focus,
.hostreck-form .hostreck-stripe-cc-field:focus {
  background-color: #fff;
}

.hostreck-stripe-checkout-modal {
  all: initial;
  box-sizing: border-box;
  position: fixed;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 100001 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
.hostreck-stripe-checkout-modal.hostreck-stripe-checkout-show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content {
  position: relative;
  background: rgb(255, 255, 255);
  overflow: hidden;
  width: 96%;
  max-width: 500px;
  border-radius: 0.5rem;
  margin: auto;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-header {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-header .hostreck-stripe-checkout-modal-close {
  background: none;
  padding: 0;
  margin: 15px;
  font: inherit;
  outline: inherit;
  color: rgb(255, 255, 255);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-header .hostreck-stripe-checkout-form-title {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-header .hostreck-stripe-checkout-donor-email {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-header .hostreck-stripe-checkout-donation-amount {
  font-size: 36px;
  font-weight: 600;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-body {
  padding: 20px;
  display: block;
  overflow: hidden;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-body hr {
  margin: 20px 0;
  border: 1px solid #e5e5e5;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-body .hostreck-stripe-checkout-modal-else-part {
  margin: -5px 0 20px 0;
  text-align: center;
  font-size: 14px;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-body .hostreck-stripe-single-cc-field-wrap {
  margin: 0;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-footer {
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-footer .hostreck-stripe-checkout-modal-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-footer .hostreck-stripe-checkout-modal-btn-wrap .sequoia-loader {
  bottom: 20px;
}
.hostreck-stripe-checkout-modal .hostreck-stripe-checkout-modal-content .hostreck-stripe-checkout-modal-container .hostreck-stripe-checkout-modal-footer .hostreck-stripe-checkout-modal-sequoia-donate-button {
  order: 99 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px !important;
  border-radius: 4px;
  border: none;
  font-size: 22px;
  line-height: 20px;
  min-width: 236px;
  filter: brightness(1);
  transition: filter 0.2s ease;
}

.hostreck-wrap {
  /**
   * Hostreck Frontend Grid SCSS
   *
   * @package     Hostreck
   * @subpackage  SCSS/Frontend
   * @copyright   Copyright (c) 2025, Hostreck
   * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
  */
  /**
   * Hostreck Frontend Card SCSS
   *
   * @package     Hostreck
   * @subpackage  SCSS/Frontend
   * @copyright   Copyright (c) 2025, Hostreck
   * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
  */
  /**
   * Hostreck Frontend Page Numbers SCSS
   *
   * @package     Hostreck
   * @subpackage  SCSS/Frontend
   * @copyright   Copyright (c) 2025, Hostreck
   * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
  */
}
.hostreck-wrap .hostreck-grid {
  max-width: 30rem;
}
.hostreck-wrap .hostreck-grid__item {
  margin-bottom: 1.5rem;
  width: 100%;
}
.hostreck-wrap .hostreck-grid__item > :last-child {
  margin-bottom: 0;
}
.hostreck-wrap .hostreck-wrap:before {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 30rem) {
  .hostreck-wrap .hostreck-grid {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .hostreck-wrap .hostreck-grid__item {
    padding: 0 0.75rem;
    display: flex;
  }
}
@media (min-width: 30rem) and (min-width: 40rem) {
  .hostreck-wrap .hostreck-grid--2 .hostreck-grid__item, .hostreck-wrap .hostreck-grid--3 .hostreck-grid__item, .hostreck-wrap .hostreck-grid--4 .hostreck-grid__item {
    width: 50%;
  }
}
@media (min-width: 30rem) and (min-width: 72rem) {
  .hostreck-wrap .hostreck-grid--3 .hostreck-grid__item, .hostreck-wrap .hostreck-grid--4 .hostreck-grid__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 30rem) and (min-width: 90rem) {
  .hostreck-wrap .hostreck-grid--4 .hostreck-grid__item {
    width: 25%;
  }
}
@supports (display: grid) {
  .hostreck-wrap .hostreck-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .hostreck-wrap .hostreck-grid__item {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    width: auto !important;
  }
  @media (min-width: 40rem) {
    .hostreck-wrap .hostreck-grid--best-fit {
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
  }
  @media (min-width: 40rem) {
    .hostreck-wrap .hostreck-grid--2, .hostreck-wrap .hostreck-grid--3, .hostreck-wrap .hostreck-grid--4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 72rem) {
    .hostreck-wrap .hostreck-grid--3, .hostreck-wrap .hostreck-grid--4 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 90rem) {
    .hostreck-wrap .hostreck-grid--4 {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.hostreck-wrap .hostreck-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(112, 111, 111, 0.25);
  color: inherit;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.hostreck-wrap .hostreck-card:hover, .hostreck-wrap .hostreck-card:focus, .hostreck-wrap .hostreck-card:active, .hostreck-wrap .hostreck-card:visited {
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.hostreck-wrap .hostreck-card__media img {
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  order: 1;
  width: 100%;
}
.hostreck-wrap .hostreck-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  order: 2;
  padding: 1.5rem;
}
.hostreck-wrap .hostreck-card__body > :last-child {
  margin-bottom: 0;
}
.hostreck-wrap .hostreck-card__title {
  line-height: 1.3;
  margin: 0 0 0.75rem;
  padding: 0;
}
.hostreck-wrap .hostreck-card__text {
  margin: 0 0 1.5rem;
  padding: 0;
}
.hostreck-wrap .hostreck-card__progress {
  margin-top: auto;
  width: 100%;
}
.hostreck-wrap .hostreck-card__progress > :last-child {
  margin-bottom: 0;
}
.hostreck-wrap .hostreck-card__progress .raised {
  margin-bottom: 0;
}
.hostreck-wrap .hostreck-card__progress .income {
  font-size: 2em;
}
.hostreck-wrap .hostreck-page-numbers {
  font-size: 1.25em;
}

#hostreck-receipt .timeline-item {
  background: #fff;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 520px 0;
  }
}
#hostreck-receipt .placeholder-animation {
  max-width: 650px;
  margin: 0 auto;
}
#hostreck-receipt .animated-background {
  animation-duration: 0.85s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 520px 100%;
  position: relative;
}
#hostreck-receipt .container {
  margin: 0 auto;
  width: 650px;
  background-color: #eee;
  border: 1px solid #eee;
}
#hostreck-receipt .layer {
  display: flex;
}
#hostreck-receipt .layer.h1 {
  height: 28px;
}
#hostreck-receipt .layer.h2 {
  height: 22px;
}
#hostreck-receipt .layer.inline-radios {
  height: 12px;
}
#hostreck-receipt .layer.label {
  height: 8px;
}
#hostreck-receipt .layer-item.opaque {
  background: #fff;
}
#hostreck-receipt .layer-gap {
  background-color: #fff;
}
#hostreck-receipt .layer-gap.large {
  height: 40px;
}
#hostreck-receipt .layer-gap.medium {
  height: 20px;
}
#hostreck-receipt .layer-gap.small {
  height: 10px;
}
#hostreck-receipt .layer-1 .layer-item:nth-child(odd) {
  width: 45%;
}
#hostreck-receipt .layer-1 .layer-item:nth-child(even) {
  width: 55%;
}
#hostreck-receipt .layer-4 .layer-item:nth-child(1) {
  width: 30%;
}
#hostreck-receipt .layer-4 .layer-item:nth-child(2) {
  width: 10%;
}
#hostreck-receipt .layer-4 .layer-item:nth-child(3) {
  width: 20%;
}
#hostreck-receipt .layer-4 .layer-item:nth-child(4) {
  width: 30%;
}
#hostreck-receipt .layer-4 .layer-item:nth-child(5) {
  width: 10%;
}
#hostreck-receipt .layer-5 .layer-item:nth-child(1) {
  width: 40%;
}
#hostreck-receipt .layer-5 .layer-item:nth-child(2) {
  width: 5%;
}
#hostreck-receipt .layer-5 .layer-item:nth-child(3) {
  width: 15%;
}
#hostreck-receipt .layer-5 .layer-item:nth-child(4) {
  width: 40%;
}
#hostreck-receipt .layer-6 .layer-item:nth-child(odd) {
  width: 30%;
}
#hostreck-receipt .layer-6 .layer-item:nth-child(even) {
  width: 70%;
}
#hostreck-receipt .layer-8 .layer-item:nth-child(1) {
  width: 40%;
}
#hostreck-receipt .layer-8 .layer-item:nth-child(2) {
  width: 20%;
}
#hostreck-receipt .layer-8 .layer-item:nth-child(3) {
  width: 40%;
}

.hostreck-grid-ie-utility {
  margin: 0 -12px;
}

@supports (display: grid) {
  .hostreck-grid-ie-utility {
    margin: 0;
  }
}

/*# sourceMappingURL=hostreck.css.map*/