@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.pdfprnt-top-left,
.pdfprnt-bottom-left,
.pdfprnt-top-bottom-left,
.pdfprnt-left {
text-align: left;
padding: 5px;
}
.pdfprnt-top-right,
.pdfprnt-bottom-right,
.pdfprnt-top-bottom-right,
.pdfprnt-right {
text-align: right;
padding: 5px;
}
.pdfprnt-top-left:before,
.pdfprnt-bottom-left:before,
.pdfprnt-top-right:before,
.pdfprnt-bottom-right:before,
.pdfprnt-top-bottom-left:before,
.pdfprnt-top-bottom-right:before,
.pdfprnt-left:before,
.pdfprnt-right:before {
content: "";
clear: both;
display: table;
}
.pdfprnt-top-left a,
.pdfprnt-bottom-left a,
.pdfprnt-top-right a,
.pdfprnt-bottom-right a,
.pdfprnt-top-bottom-right a,
.pdfprnt-top-bottom-left a,
.pdfprnt-left a,
.pdfprnt-right a {
padding: 0 5px;
box-shadow: none !important;
border: none !important;
outline: none !important;
}
.pdfprnt-top-left a img,
.pdfprnt-bottom-left a img,
.pdfprnt-top-right a img,
.pdfprnt-bottom-right a img,
.pdfprnt-top-bottom-right a img,
.pdfprnt-top-bottom-left a img,
.pdfprnt-left a img,
.pdfprnt-right a img {
display: inline !important;
}
.pdfprnt-button {
display: inline-block;
padding: 0 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.entry-content .pdfprnt-buttons > a > img,
.entry-content .pdfprnt-buttons > a > span {
display: inline-block;
}
.pdfprnt-button img,
.pdfprnt-button-title {
display: inline-block !important;
vertical-align: middle;
padding: 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{border-radius:.25em;color:#fff;font-size:11px;line-height:1;padding:.2em .4em .3em;text-align:center;vertical-align:baseline;white-space:nowrap}.give-item-label:hover{color:#fff;text-decoration:none} [class*=hint--]{display:inline-block;position:relative}[class*=hint--]:after,[class*=hint--]:before{opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transition:.3s ease;transition-delay:0s;visibility:hidden;z-index:1000000}[class*=hint--]:hover:after,[class*=hint--]:hover:before{opacity:1;transition-delay:.1s;visibility:visible}[class*=hint--]:before{background:0 0;border:6px solid transparent;content:"";position:absolute;z-index:1000001}[class*=hint--]:after{background:#383838;box-shadow:4px 4px 8px rgba(0,0,0,.3);color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;line-height:12px;padding:8px 10px;text-shadow:0 -1px 0 #000;white-space:nowrap}[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{left:calc(50% - 6px);margin-bottom:-11px}.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{left:50%;top:100%}.hint--bottom:before{left:calc(50% - 6px);margin-top:-11px}.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-bottom:-6px;margin-left:-11px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{bottom:50%;left:100%}.hint--right:hover:after,.hint--right:hover:before{transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-bottom:-6px;margin-right:-11px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{bottom:50%;right:100%}.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{left:calc(50% - 6px);margin-bottom:-11px}.hint--top-left:after{margin-left:12px;transform:translateX(-100%)}.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{left:calc(50% - 6px);margin-bottom:-11px}.hint--top-right:after{margin-left:-12px;transform:translateX(0)}.hint--top-right:hover:after,.hint--top-right:hover:before{transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{left:50%;top:100%}.hint--bottom-left:before{left:calc(50% - 6px);margin-top:-11px}.hint--bottom-left:after{margin-left:12px;transform:translateX(-100%)}.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{left:50%;top:100%}.hint--bottom-right:before{left:calc(50% - 6px);margin-top:-11px}.hint--bottom-right:after{margin-left:-12px;transform:translateX(0)}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{word-wrap:break-word;line-height:1.4em;white-space:normal}.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 .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)} [id*=give-form].give-fl-form .give-fl-wrap{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}[id*=give-form].give-fl-form input.give-fl-input,[id*=give-form].give-fl-form select.give-fl-select,[id*=give-form].give-fl-form textarea.give-fl-textarea{background-color:inherit;border:1px solid #ccc;border-radius:0;box-sizing:border-box;font-size:16px;line-height:normal;margin-bottom:0;outline:0;transition:all .2s ease-in-out;width:100%}[id*=give-form].give-fl-form input.give-fl-input:-moz-placeholder,[id*=give-form].give-fl-form input.give-fl-input::-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-moz-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input:-ms-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-ms-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input::-webkit-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-webkit-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-webkit-input-placeholder{color:#757575}[id*=give-form].give-fl-form select.give-fl-select{-webkit-appearance:none;-moz-appearance:none;color:#757575;cursor:pointer;position:relative}[id*=give-form].give-fl-form .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form .give-fl-is-active textarea.give-fl-textarea{background-color:inherit;border-color:#ccc;color:#333}[id*=give-form].give-fl-form .give-fl-has-focus input.give-fl-input,[id*=give-form].give-fl-form .give-fl-has-focus select.give-fl-select,[id*=give-form].give-fl-form .give-fl-has-focus textarea.give-fl-textarea{background-color:inherit;border-color:#ccc}[id*=give-form].give-fl-form label.give-fl-label{border-radius-top-left:0;color:#757575;display:block;font-size:12px;font-weight:700;left:0;line-height:1;opacity:0;position:absolute;top:-12px;transition:all .2s ease-in-out;visibility:hidden;z-index:1}[id*=give-form].give-fl-form .give-fl-is-active label.give-fl-label{opacity:1;visibility:visible}[id*=give-form].give-fl-form .give-fl-has-focus label.give-fl-label{color:#1976d2}[id*=give-form].give-fl-form .give-fl-is-required:before{color:#d32f2f;content:"*";display:block;font-size:16px;line-height:1.75;opacity:1;padding:6px 0 0;position:absolute;right:18px;top:1px;transition:all .2s ease-in-out;z-index:1}[id*=give-form].give-fl-form .give-fl-is-required.give-fl-is-active:before{opacity:0}[id*=give-form].give-fl-form.give-fl-style-1 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select{height:44px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label{background-color:transparent;left:10px;padding:12px 3px;top:1px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label:before{background-color:inherit;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:19px;z-index:-1}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label{padding:3px;top:-9px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label:before{top:9px}[id*=give-form].give-fl-form.give-fl-style-2 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 textarea.give-fl-textarea{padding:12px}[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select{height:56px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active textarea.give-fl-textarea{padding:18px 12px 6px}[id*=give-form].give-fl-form.give-fl-style-2 label.give-fl-label{left:10px;padding:6px 3px 3px;top:1px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form .give-fl-wrap-select:after{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;content:"";display:block;height:calc(100% - 2px);position:absolute;right:6px;top:1px;width:15px;z-index:2}.mfp-bg{background:#0b0b0b;opacity:.8;overflow:hidden;z-index:1000001}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:1000002}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:1000005}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{-webkit-tap-highlight-color:rgba(0,0,0,0);height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset transparent;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.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-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{word-wrap:break-word;color:#f3f3f3;line-height:18px;padding-right:36px;text-align:left}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.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{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgba(0,0,0,.6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:give-icomoon;font-style:normal;font-weight:400;src:url(//almanatura.com/wp-content/plugins/give/assets/dist/fonts/icomoon.eot?kdnr3d);src:url(//almanatura.com/wp-content/plugins/give/assets/dist/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(//almanatura.com/wp-content/plugins/give/assets/dist/fonts/icomoon.woff?kdnr3d) format("woff"),url(//almanatura.com/wp-content/plugins/give/assets/dist/fonts/icomoon.svg?kdnr3d#icomoon) format("svg")}.give-icon:before{font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:give-icomoon;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-button-with-loader span.give-loading-animation:before,.give-icon-spinner2:before,form[id*=give-form] .give-loading-animation:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before,[id*=give_secure_site_wrapper] span.padlock:before{content:"\e600"}.dashicons-give:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e800";font-family:give-icomoon;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.fa-spin,.give-button-with-loader span.give-loading-animation,form[id*=give-form] .give-loading-animation{animation:spin 1s linear infinite}body.give_receipt_page{background-color:#fff;color:#141412;font-family:Helvetica,sans-serif;font-size:12px;margin:0}body.give_receipt_page #give_receipt_wrapper{margin:0 auto;padding:50px 0;width:660px}body.give_receipt_page table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;display:table;font-size:14px;line-height:2;margin:0 0 20px;width:100%}body.give_receipt_page td,body.give_receipt_page th{border-top:1px solid #ededed;display:table-cell;font-weight:400;padding:6px 10px 6px 0;text-align:left}body.give_receipt_page th{font-weight:700;text-transform:uppercase}body.give_receipt_page h3{clear:both;display:block;font-size:22px;font-weight:700;margin:40px 0 5px}table#give_donation_receipt,table#give_donation_receipt_products{width:100%}table#give_donation_receipt td,table#give_donation_receipt th{text-align:left}table#give_donation_receipt .give-receipt-thead-text{display:block;font-size:18px;text-align:center}table#give_donation_receipt .give-receipt-thead-text>span{font-size:16px}table#give_donation_receipt li{margin:0 0 8px 10px}table#give_donation_receipt ul{list-style:none;margin:0;padding:0}table#give_donation_receipt .give_receipt_payment_status.failed,table#give_donation_receipt .give_receipt_payment_status.pending,table#give_donation_receipt .give_receipt_payment_status.revoked{color:#f73f2e}table#give_donation_receipt span.donation-level-text-wrap{display:block;font-style:italic}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give textarea.give-fl-textarea{background-color:#fff;line-height:inherit;padding:12px}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url]{height:auto;min-height:50px}[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select{line-height:inherit}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea{padding:20px 12px 4px;transition:padding .2s ease-in-out,border .2s ease-in-out}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{left:13px;padding:6px 0 0;right:0;top:1px}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-required-indicator{display:none}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip{height:100%;margin:0;position:absolute;top:0;width:100%;z-index:1}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip:before{content:unset}.give-clearfix{*zoom:1}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}.give-clearfix:after{clear:both}[id*=give-form] .give-hidden{display:none}[id*=give-form] fieldset{background-color:transparent;border:0;margin:0;padding:0}[id*=give-form] .give-form-title{margin:0 0 15px;padding:0}[id*=give-form] div#give-sidebar-left{float:left;width:38%}[id*=give-form] div.images{margin:0 0 15px}[id*=give-form] div.images img{box-shadow:none;display:block;height:auto;width:100%}[id*=give-form] .give-custom-amount-text{clear:both}[id*=give-form] div.summary{float:right;width:58%}[id*=give-form] div.summary.give-full-width{float:none;width:100%}[id*=give-form] .give_form select.give-select.required{color:#000}[id*=give-form] div.give-form-content-wrap{margin:0 0 20px}[id*=give-form] div.give-form-content-wrap.give_post_form-content{margin:20px 0 0}[id*=give-form].give-display-modal form .give_notices{display:none}[id*=give-form].give-display-modal .give-btn,[id*=give-form].give-display-reveal .give-btn{margin:0 0 15px}[id*=give-form].give-display-modal #give-payment-mode-select,[id*=give-form].give-display-modal #give_purchase_form_wrap,[id*=give-form].give-display-reveal #give-payment-mode-select,[id*=give-form].give-display-reveal #give_purchase_form_wrap{display:none}[id*=give-form] .cc-address{margin-bottom:15px}.single-give_forms.et_right_sidebar #main-content .container:before{display:none}.single-give_forms .give_forms{*zoom:1;margin:50px auto;max-width:1230px}.single-give_forms .give_forms:after,.single-give_forms .give_forms:before{content:" ";display:table}.single-give_forms .give_forms:after{clear:both}#give-purchase-gravatars .give-gravatars-title{margin:0 0 15px}#give-purchase-gravatars .give-purchase-gravatars-list{list-style:none;margin:0;padding:0}#give-purchase-gravatars .give-purchase-gravatars-list li{display:inline-block;list-style-type:none;margin:0 5px 0 0;padding:0}#give-recurring-form,form.give-form,form[id*=give-form]{margin:0 0 25px;padding:0}#give-recurring-form .give-hidden,form.give-form .give-hidden,form[id*=give-form] .give-hidden{display:none}@media (min-width:481px){#give-recurring-form .give-title-prefix-wrap .form-row-first,#give-recurring-form .give-title-prefix-wrap .form-row-last,form.give-form .give-title-prefix-wrap .form-row-first,form.give-form .give-title-prefix-wrap .form-row-last,form[id*=give-form] .give-title-prefix-wrap .form-row-first,form[id*=give-form] .give-title-prefix-wrap .form-row-last{float:left;width:40%}#give-recurring-form .give-title-prefix-wrap .form-row-title,form.give-form .give-title-prefix-wrap .form-row-title,form[id*=give-form] .give-title-prefix-wrap .form-row-title{float:left;width:15%}}#give-recurring-form .give-tooltip,form.give-form .give-tooltip,form[id*=give-form] .give-tooltip{color:rgba(51,51,51,.5);font-size:14px;margin:0 3px;padding:0;transition:all .2s linear}#give-recurring-form .give-tooltip:hover,form.give-form .give-tooltip:hover,form[id*=give-form] .give-tooltip:hover{color:#333}#give-recurring-form .give-section-break,#give-recurring-form h3.give-section-break,#give-recurring-form h4.give-section-break,#give-recurring-form legend,form.give-form .give-section-break,form.give-form h3.give-section-break,form.give-form h4.give-section-break,form.give-form legend,form[id*=give-form] .give-section-break,form[id*=give-form] h3.give-section-break,form[id*=give-form] h4.give-section-break,form[id*=give-form] legend{background-color:transparent;border-bottom:1px solid rgba(0,0,0,.1);font-size:1.15em;font-weight:700;margin:10px 0 15px;padding:0 0 5px;width:100%}#give-recurring-form .give-section-break span.sub-text,#give-recurring-form h3.give-section-break span.sub-text,#give-recurring-form h4.give-section-break span.sub-text,#give-recurring-form legend span.sub-text,form.give-form .give-section-break span.sub-text,form.give-form h3.give-section-break span.sub-text,form.give-form h4.give-section-break span.sub-text,form.give-form legend span.sub-text,form[id*=give-form] .give-section-break span.sub-text,form[id*=give-form] h3.give-section-break span.sub-text,form[id*=give-form] h4.give-section-break span.sub-text,form[id*=give-form] legend span.sub-text{font-style:italic;font-weight:400}#give-recurring-form .form-row,form.give-form .form-row,form[id*=give-form] .form-row{*zoom:1;box-sizing:border-box;margin:0 0 15px;overflow:visible;padding:0}#give-recurring-form .form-row:after,#give-recurring-form .form-row:before,form.give-form .form-row:after,form.give-form .form-row:before,form[id*=give-form] .form-row:after,form[id*=give-form] .form-row:before{content:" ";display:table}#give-recurring-form .form-row:after,form.give-form .form-row:after,form[id*=give-form] .form-row:after{clear:both}#give-recurring-form .form-row:last-child,form.give-form .form-row:last-child,form[id*=give-form] .form-row:last-child{margin-bottom:15px}#give-recurring-form .form-row label,form.give-form .form-row label,form[id*=give-form] .form-row label{display:block;line-height:1.7;margin:0 0 5px;position:relative}#give-recurring-form .form-row label.checkbox,form.give-form .form-row label.checkbox,form[id*=give-form] .form-row label.checkbox{display:inline}#give-recurring-form .form-row .give-input-field-wrapper,#give-recurring-form .form-row input[type=email],#give-recurring-form .form-row input[type=password],#give-recurring-form .form-row input[type=tel],#give-recurring-form .form-row input[type=text],#give-recurring-form .form-row input[type=url],#give-recurring-form .form-row select,#give-recurring-form .form-row textarea,form.give-form .form-row .give-input-field-wrapper,form.give-form .form-row input[type=email],form.give-form .form-row input[type=password],form.give-form .form-row input[type=tel],form.give-form .form-row input[type=text],form.give-form .form-row input[type=url],form.give-form .form-row select,form.give-form .form-row textarea,form[id*=give-form] .form-row .give-input-field-wrapper,form[id*=give-form] .form-row input[type=email],form[id*=give-form] .form-row input[type=password],form[id*=give-form] .form-row input[type=tel],form[id*=give-form] .form-row input[type=text],form[id*=give-form] .form-row input[type=url],form[id*=give-form] .form-row select,form[id*=give-form] .form-row textarea{background-color:#fdfdfd;border:1px solid #ccc;border-radius:0;box-sizing:border-box;color:#333;margin:0;outline:none;padding:.5em;width:100%}#give-recurring-form .form-row .give-input-field-wrapper:focus,#give-recurring-form .form-row input[type=email]:focus,#give-recurring-form .form-row input[type=password]:focus,#give-recurring-form .form-row input[type=tel]:focus,#give-recurring-form .form-row input[type=text]:focus,#give-recurring-form .form-row input[type=url]:focus,#give-recurring-form .form-row select:focus,#give-recurring-form .form-row textarea:focus,form.give-form .form-row .give-input-field-wrapper:focus,form.give-form .form-row input[type=email]:focus,form.give-form .form-row input[type=password]:focus,form.give-form .form-row input[type=tel]:focus,form.give-form .form-row input[type=text]:focus,form.give-form .form-row input[type=url]:focus,form.give-form .form-row select:focus,form.give-form .form-row textarea:focus,form[id*=give-form] .form-row .give-input-field-wrapper:focus,form[id*=give-form] .form-row input[type=email]:focus,form[id*=give-form] .form-row input[type=password]:focus,form[id*=give-form] .form-row input[type=tel]:focus,form[id*=give-form] .form-row input[type=text]:focus,form[id*=give-form] .form-row input[type=url]:focus,form[id*=give-form] .form-row select:focus,form[id*=give-form] .form-row textarea:focus{background-color:#fff}#give-recurring-form .form-row .give-input-field-wrapper.required,#give-recurring-form .form-row input[type=email].required,#give-recurring-form .form-row input[type=password].required,#give-recurring-form .form-row input[type=tel].required,#give-recurring-form .form-row input[type=text].required,#give-recurring-form .form-row input[type=url].required,#give-recurring-form .form-row select.required,#give-recurring-form .form-row textarea.required,form.give-form .form-row .give-input-field-wrapper.required,form.give-form .form-row input[type=email].required,form.give-form .form-row input[type=password].required,form.give-form .form-row input[type=tel].required,form.give-form .form-row input[type=text].required,form.give-form .form-row input[type=url].required,form.give-form .form-row select.required,form.give-form .form-row textarea.required,form[id*=give-form] .form-row .give-input-field-wrapper.required,form[id*=give-form] .form-row input[type=email].required,form[id*=give-form] .form-row input[type=password].required,form[id*=give-form] .form-row input[type=tel].required,form[id*=give-form] .form-row input[type=text].required,form[id*=give-form] .form-row input[type=url].required,form[id*=give-form] .form-row select.required,form[id*=give-form] .form-row textarea.required{color:#333}#give-recurring-form .form-row .give-input-field-wrapper iframe,form.give-form .form-row .give-input-field-wrapper iframe,form[id*=give-form] .form-row .give-input-field-wrapper iframe{margin-bottom:0}#give-recurring-form .form-row-first,#give-recurring-form .form-row-title,form.give-form .form-row-first,form.give-form .form-row-title,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-title{margin-right:2.5%}#give-recurring-form .form-row-first,#give-recurring-form .form-row-last,form.give-form .form-row-first,form.give-form .form-row-last,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-last{float:left;width:48.5%}#give-recurring-form .form-row-last,form.give-form .form-row-last,form[id*=give-form] .form-row-last{float:right}#give-recurring-form .form-row-wide,form.give-form .form-row-wide,form[id*=give-form] .form-row-wide{*zoom:1;clear:both}#give-recurring-form .form-row-wide:after,#give-recurring-form .form-row-wide:before,form.give-form .form-row-wide:after,form.give-form .form-row-wide:before,form[id*=give-form] .form-row-wide:after,form[id*=give-form] .form-row-wide:before{content:" ";display:table}#give-recurring-form .form-row-wide:after,form.give-form .form-row-wide:after,form[id*=give-form] .form-row-wide:after{clear:both}#give-recurring-form .form-row-two-thirds,form.give-form .form-row-two-thirds,form[id*=give-form] .form-row-two-thirds{float:left;width:65.75%}#give-recurring-form .form-row-two-thirds.form-row-first,form.give-form .form-row-two-thirds.form-row-first,form[id*=give-form] .form-row-two-thirds.form-row-first{margin-left:0}#give-recurring-form .form-row-one-third,form.give-form .form-row-one-third,form[id*=give-form] .form-row-one-third{float:left;margin-left:3%;width:31.25%}#give-recurring-form .form-row-one-third.form-row-first,form.give-form .form-row-one-third.form-row-first,form[id*=give-form] .form-row-one-third.form-row-first{margin-left:0}@media (max-width:480px){#give-recurring-form .form-row-responsive,form.give-form .form-row-responsive,form[id*=give-form] .form-row-responsive{margin-left:0;margin-right:0;width:100%}}#give-recurring-form .give-error,#give-recurring-form .give-required-indicator,form.give-form .give-error,form.give-form .give-required-indicator,form[id*=give-form] .give-error,form[id*=give-form] .give-required-indicator{color:#a00}#give-recurring-form .card-expiration>select,form.give-form .card-expiration>select,form[id*=give-form] .card-expiration>select{margin:0;width:44%}#give-recurring-form .card-expiration>span.exp-divider,form.give-form .card-expiration>span.exp-divider,form[id*=give-form] .card-expiration>span.exp-divider{display:inline;text-align:center}#give-recurring-form .card-expiration select.card-expiry-year,form.give-form .card-expiration select.card-expiry-year,form[id*=give-form] .card-expiration select.card-expiry-year{float:right}#give-recurring-form .give-disabled,#give-recurring-form [disabled],form.give-form .give-disabled,form.give-form [disabled],form[id*=give-form] .give-disabled,form[id*=give-form] [disabled]{cursor:not-allowed}form[id*=give-form] #give-company-radio-list-wrap ul.give-company-radio-list{list-style:none;margin:0;padding:0}form[id*=give-form] #give-company-radio-list-wrap ul.give-company-radio-list li{display:inline-block;margin-left:0;margin-right:15px}form[id*=give-form] #give-company-radio-list-wrap ul.give-company-radio-list li label{cursor:pointer;display:inline;margin:0}form[id*=give-form] .give-donation-amount{margin:0 0 15px}form[id*=give-form] .give-donation-amount .give-currency-symbol{background-color:#f2f2f2;border-bottom:1px solid #ccc;border-top:1px solid #ccc;box-sizing:border-box;color:#333;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before{border-left:1px solid #ccc;border-right:none}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after{border-left:none;border-right:1px solid #ccc}form[id*=give-form] .give-donation-amount #give-amount,form[id*=give-form] .give-donation-amount #give-amount-text{background:#fff;border:1px solid #ccc;border-radius:0;box-sizing:border-box;float:left;font-size:18px;height:35px;line-height:35px;margin:0;min-width:125px;padding:0 12px}form[id*=give-form] .give-donation-amount #give-amount-text.invalid-amount,form[id*=give-form] .give-donation-amount #give-amount.invalid-amount{border:1px solid red}form[id*=give-form] .give-donation-amount input.give-amount-top{width:125px}form[id*=give-form] .give-donation-amount span.give-final-total-amount{background:#fff;border:1px solid #ccc;border-radius:0;box-sizing:border-box;cursor:not-allowed;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}form[id*=give-form] #give_terms_agreement legend{display:none}form[id*=give-form] #give_terms_agreement label{display:inline-block}form[id*=give-form] #give-final-total-wrap{*zoom:1;margin:10px 0 25px;padding:0}form[id*=give-form] #give-final-total-wrap:after,form[id*=give-form] #give-final-total-wrap:before{content:" ";display:table}form[id*=give-form] #give-final-total-wrap:after{clear:both}form[id*=give-form] #give-final-total-wrap .give-donation-total-label{background-color:#f2f2f2;border:1px solid #ccc;box-sizing:border-box;color:#333;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}@media (max-width:480px){form[id*=give-form] #give-final-total-wrap .give-donation-total-label{display:block;float:none}}form[id*=give-form] #give-final-total-wrap .give-final-total-amount{background:#fff;border:1px solid #ccc;border-left:none;border-radius:0;box-sizing:border-box;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}@media (max-width:480px){form[id*=give-form] #give-final-total-wrap .give-final-total-amount{border:1px solid #ccc;border-top:0;display:block;float:none}}.give-display-button-only>:not(.give-btn-modal){display:none}form[id*=give-form] input[type=radio]{margin:0 .5em 0 0}form[id*=give-form] #give-donation-level-radio-list{clear:both;list-style:none;margin:0 0 15px;padding:0}form[id*=give-form] #give-donation-level-radio-list>li{list-style-image:none;list-style-type:none;margin:0;padding:0}form[id*=give-form] #give-donation-level-radio-list>li label{cursor:pointer;display:inline-block;margin:0}form[id*=give-form] #give-donation-level-radio-list>li input[type=radio]{margin:0 .5em 0 0;outline:none;width:auto}form[id*=give-form] #give-gateway-radio-list{*zoom:1;list-style:none;margin:0 0 15px;padding:0}form[id*=give-form] #give-gateway-radio-list:after,form[id*=give-form] #give-gateway-radio-list:before{content:" ";display:table}form[id*=give-form] #give-gateway-radio-list:after{clear:both}form[id*=give-form] #give-gateway-radio-list>li{list-style-image:none;list-style-type:none;margin:0;padding:0}@media (min-width:480px){form[id*=give-form] #give-gateway-radio-list>li{display:inline-block;margin-left:0;margin-right:15px}}form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option{cursor:pointer;display:inline;margin:0}form[id*=give-form] #give-gateway-radio-list>li input[type=radio]{display:inline;margin:0 .25em 0 0;outline:none;width:auto}form[id*=give-form] input[type=checkbox]{margin: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}form[id*=give-form] select.give-select-level{background-color:#fdfdfd;border:1px solid #ccc;border-radius:0;clear:both;color:#333;display:block;margin:0 0 15px;max-width:100%;min-width:155px;outline:none;padding:.5em}#give-donation-level-button-wrap{*zoom:1;clear:both;list-style:none;margin:0 0 15px;padding:0}#give-donation-level-button-wrap:after,#give-donation-level-button-wrap:before{content:" ";display:table}#give-donation-level-button-wrap:after{clear:both}#give-donation-level-button-wrap>li{float:left;list-style-image:none;list-style-type:none;margin:0 5px 5px 0}.give_terms_links{float:right}[id*=give_secure_site_wrapper]{font-size:16px;line-height:20px;padding:4px 4px 15px 0}[id*=give_secure_site_wrapper] span.padlock{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:give-icomoon;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;line-height:20px;text-transform:none}[id*=give_secure_site_wrapper] span.padlock :before{display:inline-block}#give_purchase_form_wrap input.give-input.card-cvc.valid,#give_purchase_form_wrap input.give-input.card-expiry.valid,#give_purchase_form_wrap input.give-input.card-number.valid{background-image:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/tick.png);background-position:right 10px top 50%;background-repeat:no-repeat;background-size:16px}#give_purchase_form_wrap input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry){background-position:right 55px top 50%}#give_purchase_form_wrap span.card-type{background-size:37px 26px!important;height:26px;position:absolute;right:0;top:-2px;width:37px}#give_purchase_form_wrap .fl-wrap span.card-type{right:11px;top:calc(.5em + 6px)}#give_purchase_form_wrap span.card-type.off{display:none}#give_purchase_form_wrap span.card-type.visa{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/visa.svg) no-repeat}#give_purchase_form_wrap span.card-type.mastercard{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/mastercard.svg) no-repeat}#give_purchase_form_wrap span.card-type.discover{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/discover.svg) no-repeat}#give_purchase_form_wrap span.card-type.amex{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/amex.svg) no-repeat}#give_purchase_form_wrap span.card-type.maestro{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/maestro.svg) no-repeat}#give_purchase_form_wrap span.card-type.dinersclub{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/diners-club.svg) no-repeat}#give_purchase_form_wrap span.card-type.jcb{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/jcb.svg) no-repeat}#give_purchase_form_wrap span.card-type.dankort{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/dankort.png) no-repeat}#give_purchase_form_wrap span.card-type.unionpay{background:url(//almanatura.com/wp-content/plugins/give/assets/dist/images/unionpay.svg) no-repeat}form[id*=give-form] p.give-loading-text,form[id*=give-form] span.give-loading-text{display:none;float:right;font-size:16px;font-style:italic;font-weight:400;height:16px;line-height:20px;margin:0;padding:0;width:16px}form[id*=give-form] .give-loading-animation{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;background-repeat:no-repeat;background-size:20px 20px;float:left;font-family:give-icomoon;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;margin:0 5px 0 0;text-transform:none;width:16px}form[id*=give-form] .give-payment-mode-label .give-loading-text{float:right}[id*=give-form] .give-login-account-wrap{margin:0 0 15px;position:relative}[id*=give-form] .give-login-account-wrap .give-login-message{margin:0;padding:0;text-align:right}[id*=give-form] .give-login-account-wrap .give-loading-text{position:absolute;right:0;top:.25em}[id*=give-form] fieldset[id^=give-login-fields]{margin:0 0 15px}[id*=give-form] .give-new-account-link{margin:0 0 15px;padding:0}[id*=give-form] .give_login_forgot_password{float:right}.give-submit-button-wrap input.give-cancel-login,[id^=give-user-login-submit] input.give-cancel-login{margin-left:5px}.give-submit-button-wrap span.give-loading-animation,[id^=give-user-login-submit] span.give-loading-animation{display:none;margin:0 0 0 .5em}.give-submit-button-wrap .give-submit,[id^=give-user-login-submit] .give-submit{float:left}.give-user-login-fields-container:after{clear:both;content:"";display:block}#give-login-form div.give-login,#give-login-form legend,#give-register-form div.give-login,#give-register-form legend{line-height:2;margin-bottom:15px}#give-login-form label,#give-register-form label{display:inline-block;min-width:100px}div.give-form-wrap.mfp-hide{display:block!important}div.mfp-content fieldset ol,div.mfp-content fieldset p,div.mfp-content fieldset ul{line-height:1.4;margin-bottom:1.2em}div.mfp-content form[id*=give-form] .give_notices{display:block!important}.give-btn{background:#ededed;border:1px solid #ccc;color:#333;cursor:pointer;font-size:1em;line-height:1.2em;padding:8px 10px}.give-btn:hover{background:#dbdbdb}#give_profile_editor_form legend{border-bottom:0;padding:0 5px 5px;width:auto}form#give-email-access-form div.g-recaptcha,form#give-email-access-form input#give-email{margin:0 0 15px}form#give-email-access-form input#give-email{width:305px}@media (max-width:768px){[id*=give-form] div#give-sidebar-left,[id*=give-form] div.images,[id*=give-form] div.summary{float:none;width:100%}}.give-form-wrap .give-form h3.give-section-break,.give-form-wrap .give-form h4.give-section-break{margin:10px 0 0}.give-do-validate input.error{border-color:red!important}.give-button-with-loader span.give-loading-animation{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;background-repeat:no-repeat;background-size:20px 20px;display:none;float:right;font-family:give-icomoon;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;margin:0 0 0 5px;position:relative;text-transform:none;top:3px;width:16px}.give-active span.give-loading-animation{display:inline}@media (min-width:481px){html[dir=rtl] form.give-form .give-title-prefix-wrap .form-row-first,html[dir=rtl] form.give-form .give-title-prefix-wrap .form-row-last,html[dir=rtl] form.give-form .give-title-prefix-wrap .form-row-title{float:right!important}}html[dir=rtl] form.give-form .form-row-first,html[dir=rtl] form.give-form .form-row-title{margin-left:2.5%;margin-right:0!important}html[dir=rtl] form.give-form .form-row-first,html[dir=rtl] form.give-form .form-row-last{float:right!important}html[dir=rtl] form.give-form .form-row-last{float:left!important}html[dir=rtl] form.give-form .form-row-two-thirds{float:right!important}html[dir=rtl] form.give-form .form-row-two-thirds.form-row-first{margin-right:0!important}html[dir=rtl] form.give-form .form-row-one-third{float:right!important;margin-left:0!important;margin-right:3%}html[dir=rtl] form.give-form .form-row-one-third.form-row-first{margin-right:0!important}html[dir=rtl] form.give-form .card-expiration select.card-expiry-year{float:left!important}.give-form-grid{display:flex;height:100%}.give-form-grid-media{border-radius:2px;min-width:40%;position:relative}.give-form-grid-media img{border-radius:2px;min-width:100%;-o-object-fit:cover;object-fit:cover}.give-form-grid-media__tags{align-items:center;border-radius:2px;bottom:0;display:flex;gap:10px;left:0;padding:10px 16px;position:absolute;right:0}.give-form-grid-media__tags>span{border-radius:5px;font-size:max(.975rem,15.6px);font-weight:600;padding:4px 10px}.give-form-grid-container{display:flex;flex-direction:column;flex-grow:1;width:100%}#row-media{max-width:40%;min-width:40%}#row-media img{border-radius:2px;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.give-form-grid-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:18px}.give-form-grid-content .give-form-grid-media__tags_no_image{background:none;border-radius:2px;display:flex;gap:10px;margin-bottom:12px}.give-form-grid-content .give-form-grid-media__tags_no_image>span{border-radius:5px;font-size:max(.975rem,15.6px);font-weight:600;padding:4px 10px}.give-form-grid-content>h3{font-size:max(1.375rem,22px)!important;font-weight:700!important;margin:0!important}.give-form-grid-content>p{font-size:1rem;font-weight:400}.give-form-grid-content>button{background-color:transparent!important;border:none;cursor:pointer;font-size:max(1rem,16px);font-weight:400;padding:0!important;text-decoration:underline;text-underline-offset:5px}.give-form-grid-btn{align-items:center;background-color:var(--give-primary-color);border:.125rem solid var(--give-primary-color);border-radius:.4rem;color:#fff;font-family:inherit;font-size:max(1rem,16px);font-weight:600;justify-content:center;line-height:1.2;padding:1rem;text-align:center;transition-duration:.2s;transition-property:background-color,color;transition-timing-function:ease-in}.give-form-grid-progress{background:#f6f6f6;padding:10px 20px}.form-grid-raised{background:#f6f6f6;display:flex;justify-content:space-between}.form-grid-raised__details{display:flex;flex-direction:column;font-size:1rem}.form-grid-raised__details>span:first-child{font-size:1rem;font-weight:700!important}.form-grid-raised__details>span:last-child{font-size:max(.875rem,14px);font-weight:400}.form-grid-raised__details_donations{text-align:right}.give-form-grid-progress-bar{margin:12px 0}.give-form-grid-progress-bar .give-progress-bar{background:#d9dfdb;border-radius:25px;box-shadow:inset 0 2px 2px -1px rgba(0,0,0,.11);height:12px;position:relative}.give-form-grid-progress-bar .give-progress-bar>span{border-radius:20px;display:block;height:100%;overflow:hidden;position:relative}.give-embed-form-wrapper{position:relative;width:100%!important}.give-embed-form-wrapper .iframe-loader{height:100%;pointer-events:none;position:absolute;top:0;width:100%}.give-embed-form-wrapper iframe{width:100%!important}.give-embed-form-wrapper.is-hide{left:-9999px;position:fixed}.give-embed-form-wrapper.modal{height:100%!important;left:0;margin:0!important;max-width:none!important;overflow:hidden auto;padding:0!important;position:fixed;top:0;width:100%!important;z-index:999999}.give-embed-form-wrapper.modal .modal-inner-wrap{position:absolute;top:0;width:100%;z-index:1}.give-embed-form-wrapper.modal .modal-content{margin:35px auto auto;max-width:572px;position:relative;width:100%}.give-embed-form-wrapper.modal .close-btn-wrap{margin-top:15px}.give-embed-form-wrapper.modal .close-btn{background:#000;border-radius:24px;color:#fff!important;font-size:.5em;font-weight:700;opacity:.3;outline:none;padding:2px 10px;position:absolute;right:9px;text-decoration:none;top:-14px}.give-embed-form-wrapper.modal .close-btn:hover{opacity:.8}.give-embed-form-wrapper.modal .close-btn span{font-size:1.5em;line-height:.7em;margin-left:3px}.give-embed-form-wrapper.modal:after{background-color:rgba(0,0,0,.8);bottom:0;content:"";display:block;left:0;overflow:hidden;position:fixed;right:0;top:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.js-give-grid-modal-launcher+div.js-give-embed-form-modal-launcher-wrap{display:none}.give_notices{position:relative}.give_notices .notice-dismiss{background:0 0;border:none;color:#72777c;cursor:pointer;margin:0;max-width:28px!important;padding:5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.give_notices .notice-dismiss:before{speak:none;-webkit-font-smoothing:antialiased;background:0 0;color:#72777c;content:"\f153";display:block;font:400 16px/20px dashicons;height:20px;text-align:center;width:20px}.give_notices .notice-dismiss:hover{background-color:transparent}.give_notices .notice-dismiss:hover:before{color:#dc3232}.give_error,.give_success,.give_warning{background:#f9f9f9;border-left:4px solid;box-shadow:0 1px 1px rgba(0,0,0,.125);clear:both;margin:15px 0;padding:1em 1.5em 1em 2em;position:relative}.give_error>p,.give_success>p,.give_warning>p{color:#333;margin:0!important}.give_error:before,.give_success:before,.give_warning:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:100%;color:#fff;font-family:give-icomoon;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:30px;left:-17px;line-height:1;line-height:30px;margin-top:-15px;position:absolute;text-align:center;text-shadow:1px 1px rgba(0,0,0,.5);text-transform:none;top:50%;width:30px}.give_error{border-color:#a00}.give_error:before{background-color:#a00;content:"\f02d"}.give_success{border-color:#7ad03a}.give_success:before{background-color:#7ad03a;content:"\e601"}.give_warning{border-color:#ffba00}.give_warning:before{background-color:#ffba00;content:"\f02d"}.twentythirteen .give_forms{padding:40px 0}.twentyfourteen .tfgive{margin:0 auto;max-width:474px;padding:12px 10px 0}.twentyfourteen .tfgive .give_forms .entry-summary{margin:0 0 1.618em!important;padding:0!important}.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfgive .give_forms .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfgive{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfgive{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfgive{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfgive{margin-right:54px}.full-width .twentyfourteen .tfgive{margin-right:auto}}.twentyfifteen .t15give{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15);margin-bottom:7.6923%;padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%}.twentyfifteen .t15give .page-title{margin-left:0}.twentyfifteen .t15give div.summary{padding:0}@media screen and (min-width:38.75em){.twentyfifteen .t15give{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15give{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.avada-row>div.give-wrap #content{width:100%}.components-base-control__field input[type=text]:focus{box-shadow:none!important}.give-goal-progress{clear:both;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.give-goal-progress .income{color:#333;font-size:46px;letter-spacing:-1px;line-height:48px}.give-goal-progress .raised{margin-bottom:15px}.give-goal-progress .progress-bar{background:none;padding-bottom:10px;width:100%}.give-goal-progress .give-progress-bar{background:#eee;border-radius:25px;height:20px;overflow:hidden;position:relative;width:100%}.give-goal-progress .give-progress-bar>span{background:none;border-radius:20px;display:block;height:100%;overflow:hidden;position:relative}table.give-table{background:#eaebec;border:1px solid #e0e0e0;border-top:none;border-bottom:none;color:#666;font-size:14px;margin:20px 0;text-shadow:1px 1px 0 #fff;width:100%}table.give-table thead{font-weight:700}table.give-table thead th:first-child{border-left:none;text-align:left}table.give-table th{background:#f6f6f6;border:1px solid #e0e0e0;border-top-color:#e8e8e8;border-right:none;font-weight:700;padding:21px 25px;text-align:center}table.give-table tbody tr{text-align:center}table.give-table tbody tr td{background:#fff;border:1px solid #e0e0e0;border-top-color:#fff;border-right:none;padding:18px;text-align:center}table.give-table tbody tr td:first-child{border-left:0;text-align:left}table.give-table tbody tr:nth-child(2n) td{background:#fcfcfc}body.give-twentysixteen div.entry-summary{margin:0}body.give-twentysixteen button.give-btn{color:#333}body.give-twentysixteen .give-submit{color:#fff}body.give-twentysixteen fieldset#give_terms_agreement{padding-left:0}body.give-twentyseventeen.colors-dark div#give_purchase_form_wrap span.give-final-total-amount,body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,body.give-twentyseventeen.colors-dark div.give_notices p{color:#000}body.give-twentyseventeen.colors-dark form[id*=give] fieldset{background-color:transparent}body.give-twentynineteen .give-form .give-btn:focus{color:#fff}body.theme-twentytwenty .give-wrap{margin:60px auto;max-width:1200px}html[class*=avia] body#top form[id*=give-form] input.give-amount-top{border:1px solid #ccc;border-left:none;width:unset}html[class*=avia] body#top [id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{left:7px}html[class*=avia] body#top [id*=give-form].give-fl-form div.give-fl-is-active input{padding:8px 6px 0}.give-donation-history .give-table{table-layout:auto}.give-donation-history .give-table .give-security-column{float:left}.give-donation-history .give-table .give-security-column.give-security-description-wrap{font-size:12px;font-style:italic;padding:16px 13px;width:75%}.give-donation-history .give-table .give-security-column.give-security-button-wrap{padding:25px 5px;width:25%}.give-donation-history .give-table .give-security-column.give-security-button-wrap span{display:none;padding:0 20px}.give_user_history_main .give-mobile-title{display:none}@media screen and (max-width:480px){#give_user_history thead{display:none}#give_user_history tbody{border-top:1px solid #e0e0e0}#give_user_history tr{background:#fff;padding:.5rem 0}#give_user_history tr:nth-child(2n){background-color:#fafafa}#give_user_history td{background-color:transparent;border:none;padding-bottom:0;padding-top:0}#give_user_history td,#give_user_history tr{border-left:none;display:block;text-align:left}#give_user_history .give-mobile-title{display:inline-block;font-weight:700;min-width:6em}}.give-modal{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;height:100%;left:0;outline:none!important;overflow:hidden;top:0;-webkit-transform:translateZ(0);width:100%;z-index:2148482499}.give-modal form[id*=give-form],.give-modal form[id*=give-form] .give-submit{margin-bottom:0}.give-modal form[id*=give-form] .give-payment-mode-label{margin-top:0;padding-top:0}@media (max-width:580px){.give-modal form[id*=give-form] .give-input{font-size:16px}}.give-modal .mfp-content{background:#fff;box-sizing:border-box;margin:40px auto;max-width:650px;padding:20px;position:relative;width:auto;z-index:2148482599}.give-modal .mfp-content [id*=give-form] #give-payment-mode-select,.give-modal .mfp-content [id*=give-form] #give_purchase_form_wrap,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-amount,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-levels-wrap{display:block}.give-modal .mfp-content .mfp-close:hover{background-color:transparent}.give-modal form.give-form button.mfp-close{display:block!important;position:absolute}.give-modal .mfp-container:after{display:none}.give-modal .mfp-content{transform:translateY(-100px);vertical-align:middle}.give-modal.mfp-bg,.give-modal .mfp-content{opacity:0;transition:all .2s}.give-modal.mfp-ready .mfp-content{opacity:1;transform:translateY(0)}.give-modal.mfp-ready.mfp-bg{opacity:.8}.give-modal.mfp-removing .mfp-content{opacity:0;transform:translateY(-50px)}.give-modal.mfp-removing.mfp-bg{opacity:0}.give-donation-grid-item-form{background-color:#fff;margin:0 auto;max-height:85vh;max-width:100%;overflow-y:auto;padding:1rem 1.5rem;position:relative;width:720px}.give-donation-grid-item-form #give_purchase_form_wrap{display:block!important}.give-donation-grid-item-form .give-btn-modal,.give-donation-grid-item-form .give-btn-reveal{display:none!important}.modal-fade-slide.give-modal .mfp-content{max-width:100%;padding:0}.modal-fade-slide .give-modal--slide{opacity:0;transform:translateY(-20px) perspective(600px) rotateX(0);transition:all .2s ease-out}.modal-fade-slide.mfp-ready .give-modal--slide{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--slide{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}.mfp-close:hover{background-color:transparent}.mfp-content .give-display-button-only .give-form-title{display:none}.mfp-content .give-display-button-only>:not(form),.mfp-content .give-display-button-only form>:not(.give-btn-modal){display:block}.give-donor{background:#fff;border:1px solid #e5e5e5;color:#00160a;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px;max-height:100%;padding:18px 0;position:relative;transition:all .2s ease-out;width:100%}.give-donor-container{display:flex;flex:1;flex-direction:column;padding:0 5%}.give-donor-container__image{align-items:center;align-self:center;background:#fff;border:1px solid #e5e5e5;border-radius:50%;display:flex;justify-content:center;margin-bottom:12px;overflow:hidden}.give-donor-container__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.give-donor-container__image__name_initial{position:absolute}.give-donor-container__image[data-anonymous-donation="0"] img[src*="anonymous-user.svg"],.give-donor-container__image[data-anonymous-donation="1"] .give-donor-header__name_initial{visibility:hidden}.give-donor-container__image[data-anonymous-donation="0"][data-has-valid-gravatar="0"]{border:1px solid #e5e5e5}.give-donor-container-variation{display:flex;justify-content:space-between}.give-donor-container-variation__name{font-size:max(1.5rem,24px);font-weight:600;line-height:20px;margin:0 0 10px!important}.give-donor-container-variation__timestamp{color:#525252;font-size:max(.75rem,12px);margin:0 0 10px!important}.give-donor-wrapper{align-items:center;display:flex;flex:1;justify-content:center;word-break:normal!important}.give-donor-content{border-left:2px solid #219653;flex:1;font-weight:400;letter-spacing:0;line-height:20px;margin:12px 0;padding-left:16px;width:100%}.give-donor-content p{color:#00160a;font-size:max(.875rem,14px);font-style:italic;line-height:20px;margin:0!important;width:100%}.give-donor-content__excerpt .give-donor-content__read-more{cursor:pointer;white-space:nowrap}.give-donor-content__excerpt+.give-donor-content__comment{display:none}.give-donor-details{align-items:center;display:flex;justify-content:space-between}.give-donor-details__wrapper{display:flex;flex-direction:column;width:70%;word-break:normal!important}.give-donor-details__wrapper span:first-child{color:#00160a;font-size:max(1rem,16px)!important;font-weight:500!important;letter-spacing:0}.give-donor-details__wrapper span:last-child{color:#00160a;font-size:max(.8rem,12.8px);font-weight:400;letter-spacing:0;text-align:left}.give-donor-details__total{color:#219653;font-size:max(1.25rem,20px);font-weight:700;letter-spacing:0;line-height:24px;overflow-wrap:normal;text-align:right;word-break:normal!important}.give-donor-tribute{align-items:center;display:flex;margin-top:32px;min-height:32px;width:100%}.give-donor-tribute span svg{display:block;height:22px;margin:0 15px 0 32px;width:22px}.give-donor-tribute__message{color:#00160a;font-size:max(.75rem,12px);text-align:center}.give-donor-tribute__message span:last-child{font-weight:600}.give-donor-wall-modal p:last-child{margin-bottom:0}#give-processing-state-template{background:rgba(0,0,0,.8);bottom:0;display:none;flex-direction:column;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;text-align:center;top:0;z-index:9999999}#give-processing-state-template.active{display:flex}#give-processing-state-template div{align-self:center;color:#fff;font-size:26px;margin:0 0 0 10px}#give-processing-state-template h3{color:#fff;font-size:26px;line-height:1.25;margin:0;padding:0 0 5px}#give-processing-state-template p{color:#fff;font-size:16px;line-height:1.5;margin:0;padding:0}#give-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");height:60px;margin:0 0 20px;opacity:0;pointer-events:none;width:60px}#give-processing-state-template .loader.spinning{animation:load .6s linear infinite;opacity:1;transition:opacity .2s ease}@keyframes load{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.separator-with-text{align-items:center;display:flex;font-size:16px;font-style:italic;justify-content:center;padding:30px 0}.separator-with-text .dashed-line{border:1px solid #d4d4d4;flex-grow:1}.separator-with-text .label{color:#8d8e8e;font-size:14px;padding:0 6px}.give-multi-form-goal-block{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.306);display:flex;flex-direction:column;margin-bottom:20px}.give-multi-form-goal-block .wp-block-media-text{margin:24px!important}.give-multi-form-goal-block .give-multi-form-goal-block__image,.give-multi-form-goal-block .wp-block-media-text__media,.give-multi-form-goal-block .wp-block-media-text__media img{border-radius:6px!important}.give-multi-form-goal-block .wp-block-media-text .wp-block-media-text__content{padding:16px!important}.give-multi-form-goal-block__content{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:24px!important;min-height:250px}.give-multi-form-goal-block__content .give-multi-form-goal-block__text{display:flex;flex-direction:column;justify-content:center}.give-multi-form-goal-block__content .give-multi-form-goal-block__text h2{margin-bottom:var(--global--spacing-vertical)}.give-multi-form-goal-block__content .give-multi-form-goal-block__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.give-progress-bar-block__goal{border-top:1px solid #ebebeb;height:auto;padding:20px 16px}.give-progress-bar-block__progress{align-items:center;background:#f1f1f1;border-radius:20px;box-shadow:inset 0 1px 4px rgba(0,0,0,.095);display:flex;height:20px;overflow:hidden;position:relative}.give-progress-bar-block__progress .give-progress-bar-block__progress-bar{background:linear-gradient(180deg,#28c77b,#28c77b),linear-gradient(180deg,#fff,#ccc);background-blend-mode:multiply;border-radius:20px;height:100%;left:0;overflow:hidden;position:absolute;top:0}.give-progress-bar-block__stats{background:#f5f5f5;border-radius:0 0 8px 8px;border-top:1px solid #ebebeb;display:flex;flex-wrap:wrap;height:auto}.give-progress-bar-block__stat{align-items:center;border-right:1px solid #ebebeb;display:flex;flex:1 1 110px;flex-direction:column;font-weight:500;height:96px;justify-content:center}.give-progress-bar-block__stat:last-of-type{border-right:none}.give-progress-bar-block__stat>:first-child{color:#4c4c4c;font-size:24px;line-height:28px}.give-progress-bar-block__stat>:last-child{color:#6f6f6f;font-size:18px;line-height:1}.form-row .give-stripe-cc-field{background-color:#fdfdfd;border:1px solid #ccc;border-radius:0;box-sizing:border-box;color:#333;margin:0;outline:none;padding:.5em;width:100%}.give-stripe-cc-field.give-fl-input{background-color:#fff;height:auto;line-height:inherit;min-height:50px;padding:14px 10px}.give-stripe-cc-field-wrap .give-fl-is-active .give-fl-input{padding:20px 12px 4px;transition:padding .2s ease-in-out,border .2s ease-in-out}.give-stripe-cc-field-wrap .give-fl-label span{display:none}.give-stripe-single-cc-field-wrap{background-color:#fdfdfd;border:1px solid #ccc;height:40px;margin:0 0 15px;padding:10px}.give-form .give-stripe-cc-field.focus,.give-form .give-stripe-cc-field:focus{background-color:#fff}.give-stripe-checkout-modal{all:initial;align-items:center;background-color:rgba(0,0,0,.5);box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,sans-serif;height:100%;justify-content:center;left:0;opacity:0;overflow:scroll;position:fixed;top:0;transform:scale(1.1);transition:visibility 0s linear .25s,opacity .25s 0s,transform .25s;visibility:hidden;width:100%;z-index:100001!important}.give-stripe-checkout-modal.give-stripe-checkout-show-modal{opacity:1;transform:scale(1);transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s;visibility:visible}.give-stripe-checkout-modal .give-stripe-checkout-modal-content{background:#fff;border-radius:.5rem;margin:auto;max-width:500px;overflow:hidden;position:relative;width:96%}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header{background-color:#000;color:#fff;padding:20px;text-align:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-modal-close{background:none;border:none;color:#fff;cursor:pointer;font:inherit;margin:15px;outline:inherit;padding:0;position:absolute;right:0;top:0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header h3{color:#fff;font-size:18px;font-weight:600;margin:0 0 10px;text-transform:uppercase}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-form-title{color:#f5f5f5;font-size:18px;font-weight:600;margin:10px 0 0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-donor-email{color:#e5e5e5;font-size:14px;font-weight:400;margin:5px 0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-donation-amount{font-size:36px;font-weight:600}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body{display:block;overflow:hidden;padding:20px}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body hr{border:1px solid #e5e5e5;margin:20px 0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body .give-stripe-checkout-modal-else-part{font-size:14px;margin:-5px 0 20px;text-align:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body .give-stripe-single-cc-field-wrap{margin:0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer{background-color:#f5f5f5;padding:20px;text-align:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer .give-stripe-checkout-modal-btn-wrap{align-items:center;display:flex;justify-content:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer .give-stripe-checkout-modal-btn-wrap .sequoia-loader{bottom:20px}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer .give-stripe-checkout-modal-sequoia-donate-button{align-items:center;border:none;border-radius:4px;display:flex;filter:brightness(1);font-size:22px;justify-content:center;line-height:20px;min-width:236px;order:99!important;padding:20px 28px!important;transition:filter .2s ease}.give-wrap .give-grid{max-width:30rem}.give-wrap .give-grid__item{margin-bottom:1.5rem;width:100%}.give-wrap .give-grid__item>:last-child{margin-bottom:0}.give-wrap .give-wrap:before{clear:both;content:"";display:block}@media (min-width:30rem){.give-wrap .give-grid{display:flex;flex-flow:row wrap;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{display:flex;padding:0 .75rem}}@media (min-width:30rem) and (min-width:40rem){.give-wrap .give-grid--2 .give-grid__item,.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:50%}}@media (min-width:30rem) and (min-width:72rem){.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:33.3333333333%}}@media (min-width:30rem) and (min-width:90rem){.give-wrap .give-grid--4 .give-grid__item{width:25%}}@supports (display:grid){.give-wrap .give-grid{grid-gap:1.5rem;display:grid;grid-template-columns:1fr;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{display:flex;margin-bottom:0;padding:0;width:auto!important}@media (min-width:40rem){.give-wrap .give-grid--best-fit{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.give-wrap .give-grid--2,.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:72rem){.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(3,1fr)}}@media (min-width:90rem){.give-wrap .give-grid--4{grid-template-columns:repeat(4,1fr)}}}.give-wrap .give-card{background-color:#fff;border-radius:8px;box-shadow:0 0 8px hsla(0,0%,44%,.25);color:inherit;display:flex;flex-direction:column;text-decoration:none;transition:all .1s ease-out;width:100%}.give-wrap .give-card:active,.give-wrap .give-card:focus,.give-wrap .give-card:hover,.give-wrap .give-card:visited{border-color:#ccc;box-shadow:0 4px 12px rgba(0,0,0,.16)}.give-wrap .give-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%}.give-wrap .give-card__body{display:flex;flex-direction:column;flex-grow:1;order:2;padding:1.5rem}.give-wrap .give-card__body>:last-child{margin-bottom:0}.give-wrap .give-card__title{line-height:1.3;margin:0 0 .75rem;padding:0}.give-wrap .give-card__text{margin:0 0 1.5rem;padding:0}.give-wrap .give-card__progress{margin-top:auto;width:100%}.give-wrap .give-card__progress .raised,.give-wrap .give-card__progress>:last-child{margin-bottom:0}.give-wrap .give-card__progress .income{font-size:2em}.give-wrap .give-page-numbers{font-size:1.25em}#give-receipt .timeline-item{background:#fff}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:520px 0}}#give-receipt .placeholder-animation{margin:0 auto;max-width:650px}#give-receipt .animated-background{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:520px 100%;position:relative}#give-receipt .container{background-color:#eee;border:1px solid #eee;margin:0 auto;width:650px}#give-receipt .layer{display:flex}#give-receipt .layer.h1{height:28px}#give-receipt .layer.h2{height:22px}#give-receipt .layer.inline-radios{height:12px}#give-receipt .layer.label{height:8px}#give-receipt .layer-item.opaque{background:#fff}#give-receipt .layer-gap{background-color:#fff}#give-receipt .layer-gap.large{height:40px}#give-receipt .layer-gap.medium{height:20px}#give-receipt .layer-gap.small{height:10px}#give-receipt .layer-1 .layer-item:nth-child(odd){width:45%}#give-receipt .layer-1 .layer-item:nth-child(2n){width:55%}#give-receipt .layer-4 .layer-item:first-child{width:30%}#give-receipt .layer-4 .layer-item:nth-child(2){width:10%}#give-receipt .layer-4 .layer-item:nth-child(3){width:20%}#give-receipt .layer-4 .layer-item:nth-child(4){width:30%}#give-receipt .layer-4 .layer-item:nth-child(5){width:10%}#give-receipt .layer-5 .layer-item:first-child{width:40%}#give-receipt .layer-5 .layer-item:nth-child(2){width:5%}#give-receipt .layer-5 .layer-item:nth-child(3){width:15%}#give-receipt .layer-5 .layer-item:nth-child(4){width:40%}#give-receipt .layer-6 .layer-item:nth-child(odd){width:30%}#give-receipt .layer-6 .layer-item:nth-child(2n){width:70%}#give-receipt .layer-8 .layer-item:first-child{width:40%}#give-receipt .layer-8 .layer-item:nth-child(2){width:20%}#give-receipt .layer-8 .layer-item:nth-child(3){width:40%}.give-grid-ie-utility{margin:0 -12px}@supports (display:grid){.give-grid-ie-utility{margin:0}}.give-donation-submit>.give-donation-summary-section{margin-bottom:0}.give-donation-summary-section{font-family:Montserrat,serif;font-size:16px;font-style:normal;font-weight:600}.give-donation-summary-section svg{margin:0 5px;vertical-align:text-top}.give-donation-summary-section svg path{fill:var(--primary-color,#3ba2e0)}.give-donation-summary-section .heading{font-style:italic}.give-donation-summary-section .give-donation-summary-table-wrapper{background-color:#f9f9f9;color:#333;margin:20px -20px;padding:0 20px}.give-donation-summary-section .back-btn{background-color:transparent;border:0;color:var(--primary-color,#3ba2e0);cursor:pointer;font-size:12px;font-weight:500;line-height:23px;margin:0;padding:0;text-decoration:underline}.give-donation-summary-section .give-donation-summary-help-text{align-items:center;color:#8c8c8c;display:flex;gap:5px;margin:10px 0}.give-donation-summary-section .give-donation-summary-help-text .back-btn{font-size:inherit}.give-donation-summary-section table{border-collapse:collapse;width:100%}.give-donation-summary-section tbody{color:#444}.give-donation-summary-section tr{border-bottom:1px solid #f2f2f2}.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr{height:42px;padding:10px 0}.give-donation-summary-section th{text-align:left}.give-donation-summary-section td{font-size:15px;font-weight:500;line-height:18px}.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child{text-align:right}@media screen and (max-width:500px){.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr{height:26px}.give-donation-summary-section td,.give-donation-summary-section th{padding-top:15px;vertical-align:top}.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child{width:40%}.give-donation-summary-section .give-donation-summary-help-text{align-items:start}.give-donation-summary-section .give-donation-summary-help-text img{margin-top:3px}}
 * {
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
html {
line-height: 1.15;
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 32px;
text-align: center;
font-weight: 800;
line-height: 1.15
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: bolder
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
border-style: none
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: .35em .75em .625em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details {
display: block
}
summary {
display: list-item
}
template {
display: none
}
.hidden,
[hidden] {
display: none !important
}
*,
::after,
::before {
box-sizing: inherit
}
html {
box-sizing: border-box
}
body,
button,
input,
optgroup,
select,
textarea {
color: #38332e;
font-family: BasierSquare, sans-serif;
font-size: 16px;
line-height: 1.3
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both
}
p {
margin: 0;
margin-bottom: 1.5em
}
cite,
dfn,
em,
i {
font-style: italic
}
blockquote {
margin: 0 1.5em
}
address {
margin: 0 0 1.5em
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help
}
ins,
mark {
background: #fff9c0;
text-decoration: none
}
big {
font-size: 125%
}
body {
background: #f4f2f1;
overflow-x: hidden;
width: 100%;
max-width: 100%;
display: flex;
flex-flow: row;
justify-content: center
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em
}
ol,
ul {
margin: 0 0 1.5em 3em
}
ul {
list-style: disc
}
ol {
list-style: decimal
}
li>ol,
li>ul {
margin-bottom: 0;
margin-left: 1.5em
}
dt {
font-weight: 700
}
dd {
margin: 0 1.5em 1.5em
}
embed,
iframe,
object {
max-width: 100%
}
img {
height: auto;
max-width: 100%
}
figure {
margin: 1em 0
}
table {
margin: 0 0 1.5em;
width: 100%
}
a {
color: #38332e;
text-decoration: none
}
a:visited {
color: #38332e
}
a:active,
a:focus,
a:hover {
color: #a0968b
}
a:focus {
outline: thin dotted
}
a:active,
a:hover {
outline: 0
}
a.wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #8f0d57;
border-radius: 8px;
background: #8f0d57;
color: #fff;
padding: 17px 32px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
margin: 0 auto
}
a.wp-block-button__link:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ad1069;
background: #ad1069
}
a.wp-block-button__link:active,
a.wp-block-button__link:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #8f0d57;
outline: 0
}
@media screen and (min-width:768px) {
a.wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
font-size: 18px
}
}
label {
font-size: 16px;
font-weight: 800;
color: #a0968b;
letter-spacing: 2px;
display: inline-block;
margin-bottom: 7px
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea, select {
width: 100%;
height: 60px;
max-width: 100%;
background-color: transparent;
color: #38332e;
border: 1px solid #a0968b;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px 16px;
font-weight: 400;
font-size: 18px
}
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=range]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
color: #a0968b;
opacity: 1;
font-size: 18px;
font-style: italic;
font-weight: 400
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
color: #111
}
select {
border: 1px solid #a0968b
}
textarea {
width: 100%;
height: auto;
margin-bottom: 40px;
padding-top: 16px
}
.main-navigation {
display: flex;
width: 100%
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
margin-top: 130px;
padding-left: 0;
flex-flow: column
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999
}
.main-navigation ul ul ul {
left: -999em;
top: 0
}
.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
display: block;
left: auto
}
.main-navigation ul ul a {
width: 200px
}
.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
left: auto
}
.main-navigation ul li {
position: relative;
margin-bottom: 20px;
margin-left: 25px;
transition-property: background-color, color, border-color;
transition: all .3s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.main-navigation ul li:hover {
background-color: #e8e6e3
}
.main-navigation ul li a {
display: block;
text-decoration: none;
color: #766c60;
font-weight: 400;
font-size: 18px;
transition-duration: .3s;
padding: 4px 8px
}
.main-navigation ul li.link_featured {
border: 1px solid #766c60
}
.main-navigation ul li.link_featured a {
font-weight: 600
}
.current-menu-ancestor>a,
.current-menu-item>a,
.current_page_ancestor>a,
.current_page_item>a,
.current_page_parent>a {
font-weight: 800 !important
}
.menu-toggle {
display: block
}
button.menu-toggle {
width: 32px;
height: 32px;
min-width: 32px;
background: 0 0;
border: none;
background-image: url(//almanatura.com/montanera/assets/images/ico-mobil-menu-gri.svg);
background-repeat: no-repeat;
position: absolute;
right: 0;
top: 30px
}
.main-navigation.toggled {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
align-items: flex-start;
flex-flow: column;
overflow: hidden auto;
background-image: url(//almanatura.com/montanera/assets/images/img-fondo-menu-mobils.svg);
background-size: cover;
background-color: #f4f2f1
}
.main-navigation.toggled button.menu-toggle {
background-image: url(//almanatura.com/montanera/assets/images/close.svg)
}
.main-navigation.toggled ul {
display: flex !important
}
.menu-menu-social-container ul {
display: flex;
flex-flow: row;
justify-content: flex-start;
width: 100%;
max-width: 240px;
margin: 0;
padding: 0
}
.menu-menu-social-container ul li {
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #38332e;
margin-right: 25px
}
.menu-menu-social-container ul li::before {
font-size: 22px
}
.menu-menu-social-container ul li:hover::before {
color: #a0968b
}
.menu-menu-social-container ul li a {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
text-indent: 99px;
overflow: hidden
}
.main-navigation .menu-menu-social-container {
width: 100%;
max-width: 360px
}
.main-navigation .menu-menu-social-container ul {
display: none;
margin-top: 65px
}
.main-navigation .menu-menu-social-container ul li {
color: #8f0d57;
min-width: 80px;
max-width: 80px;
height: 65px;
background-image: url(//almanatura.com/montanera/assets/images/bubble-listas.svg);
background-size: 100% 100%;
background-repeat: no-repeat
}
.main-navigation .menu-menu-social-container ul li:hover {
background-color: transparent
}
@media screen and (min-width:1025px) {
button.menu-toggle {
right: 30px
}
}
@media screen and (min-width:1025px) {
.menu-toggle {
display: none
}
.main-navigation {
height: 96px;
flex-flow: column;
justify-content: center;
align-items: flex-end
}
.main-navigation ul {
display: flex;
flex-flow: row;
justify-content: flex-end;
width: 600px;
margin: 0
}
.main-navigation ul li {
width: auto;
height: 32px;
margin: 5px 0 0 35px
}
.main-navigation ul li a {
font-size: 16px
}
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
margin: 0 0 1.5em
}
.comment-navigation .nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
display: flex
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
flex: 1 0 50%
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
text-align: end;
flex: 1 0 50%
}
.sticky {
display: block
}
.post {
margin: 0 0 1.5em
}
.updated:not(.published) {
display: none
}
.page-links {
clear: both;
margin: 0 0 1.5em
}
.comment-content a {
word-wrap: break-word
}
.bypostauthor {
display: block
}
.widget {
margin: 0 0 1.5em
}
.widget select {
max-width: 100%
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0
}
.custom-logo-link {
display: inline-block;
z-index: 1500;
width: 150px;
min-width: 150px
}
@media screen and (min-width:1025px) {
.custom-logo-link {
width: 198px;
min-width: 198px
}
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption .wp-caption-text {
margin: .8075em 0
}
.wp-caption-text {
text-align: center
}
.gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr)
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr)
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr)
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr)
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr)
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr)
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr)
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr)
}
.gallery-caption {
display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none
}
.infinity-end.neverending .site-footer {
display: block
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important
}
.screen-reader-text:focus {
background-color: #f4f2f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
clip-path: none;
color: #38332e;
display: block;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
#primary[tabindex="-1"]:focus {
outline: 0
}
.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em
}
:target::before {
content: "";
display: block;
height: 96px;
margin-top: 96px
}
#page {
position: relative;
width: 100%;
max-width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-top: 175px;
overflow: hidden
}
main.site-main {
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
max-width: 100%;
overflow: visible
}
main.site-main header {
width: 100%;
margin-bottom: 54px
}
main.site-main header.page-header {
max-width: 1440px
}
body.error404 h1 {
font-size: 32px
}
body.error404 h2 {
width: 100%;
max-width: 100%;
padding: 1em 30px
}
header#masthead {
max-width: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
height: 96px;
display: flex;
justify-content: center;
transition-duration: .4s;
transition-delay: 0s;
transition-timing-function: ease-in;
transition-property: all
}
header#masthead.sticky {
background-color: #e8e6e3
}
header#masthead div.header-content {
width: 100%;
max-width: 1440px;
display: flex;
justify-content: flex-start;
padding: 0 30px
}
header#masthead div.header-content .site-branding {
min-height: 96px;
display: flex;
align-items: center
}
@media screen and (min-width:768px) {
header#masthead div.header-content {
padding: 0 60px
}
}
footer#colophon {
position: relative;
max-width: 1440px;
width: 100%;
display: flex;
flex-flow: row wrap;
padding: 60px 30px
}
footer#colophon aside {
padding: 20px 20px 0 0;
width: 100%;
min-width: 175px;
max-width: 380px
}
footer#colophon aside .widget {
margin: 0
}
footer#colophon aside h2.widget-title {
margin: 0;
margin-bottom: 30px;
color: #a0968b;
font-size: 14px;
letter-spacing: 2px;
font-weight: 800;
text-transform: uppercase
}
footer#colophon aside ul {
list-style: none;
padding: 0;
margin: 0
}
footer#colophon aside ul li {
margin-bottom: 20px
}
footer#colophon aside ul li a {
font-size: 18px
}
footer#colophon #footer-1 .wp-caption {
display: flex;
flex-flow: row-reverse;
text-align: right;
align-items: center
}
footer#colophon #footer-1 .wp-caption img {
width: auto;
max-height: 90px;
margin-left: 0
}
footer#colophon #footer-1 .wp-caption figcaption {
width: 100px;
max-width: 100%;
margin-right: 20px;
font-size: 16px;
line-height: 1.45;
color: #38332e;
text-align: right;
border-right-color: #38332e;
border-right-width: 1px;
border-right-style: solid;
padding-right: 15px
}
.shape-footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 860px;
z-index: -100;
background-image: url(//almanatura.com/montanera/assets/images/shape-blanco-footer-mobile.svg);
background-repeat: no-repeat;
background-position: left bottom
}
.shape-footer.grey {
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-footer-mobile.svg)
}
@media screen and (min-width:1440px) {
.shape-footer {
background-image: url(//almanatura.com/montanera/assets/images/shape-blanco-footer.svg);
background-position: center bottom;
background-size: 2830px 860px
}
.shape-footer.grey {
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-footer.svg)
}
}
@media screen and (min-width:768px) {
footer#colophon aside {
width: 50%;
padding-left: 30px
}
footer#colophon .logo_footer {
width: auto
}
}
@media screen and (min-width:885px) {
footer#colophon aside {
width: 25%
}
}
@media screen and (min-width:1180px) {
footer#colophon {
padding: 62px 30px
}
}
body.home header#masthead:not(.sticky) .main-navigation:not(.toggled) button.menu-toggle,
body.home header#masthead:not(.sticky) img.custom-logo {
filter: brightness(3)
}
body.home article.page {
margin-top: 580px
}
body.home article.page>header {
margin-bottom: 0
}
body.home h1 {
width: 875px;
max-width: 100%;
padding: 105px 30px 0 30px;
font-size: 36px;
line-height: 1.13
}
body.home h1 a,
body.home h1 a:hover {
color: #38332e
}
body.home h1 span.page-subtitle {
width: 100%;
margin-top: 10px;
font-size: 28px;
line-height: 1.2;
text-align: left
}
body.home .page-thumbnail {
position: absolute;
top: 0;
right: 0;
width: 100%;
min-height: 800px;
max-height: 100vh;
z-index: -1
}
body.home .page-thumbnail img {
position: relative;
width: 100%;
min-height: 800px;
max-height: 1200px;
object-fit: cover;
object-position: 20% top
}
body.home .entry-content {
overflow: hidden
}
body.home .entry-content .bcorp-home {
position: absolute;
width: 75px;
top: 530px;
right: 20px;
margin: auto
}
body.home .entry-content .home-ventajas {
margin-top: 150px
}
body.home .entry-content .home-ventajas h2 {
width: 647px;
max-width: 100%;
margin-left: 0;
margin-bottom: 40px
}
body.home .entry-content .home-ventajas p {
width: 421px;
max-width: 100%;
line-height: 1.56
}
body.home .entry-content .home-ventajas .wp-block-columns {
max-width: 880px;
margin: 0 auto;
margin-top: 80px
}
body.home .entry-content .home-ventajas .wp-block-column {
display: flex;
flex-flow: row wrap;
margin-bottom: 50px;
padding: 20px 0
}
body.home .entry-content .home-ventajas .wp-block-column h2 {
font-size: 18px;
text-align: center
}
body.home .entry-content .home-ventajas .wp-block-column .wp-block-image {
flex: 1 0 100%;
margin-bottom: 67px
}
body.home .entry-content .home-ventajas .wp-block-column figure {
display: flex;
flex-flow: column;
align-items: center;
width: 100%;
margin: 0
}
body.home .entry-content .home-ventajas .wp-block-column figcaption {
margin-top: 30px;
margin-bottom: 0;
padding: 0 50px;
text-align: center
}
body.home .entry-content .home-ejes {
margin-top: 95px
}
body.home .entry-content .home-ejes h2 {
font-weight: 800;
margin: 4px 0 24px 0
}
body.home .entry-content .home-ejes .alternate-columns-content {
background-image: url(//almanatura.com/montanera/assets/images/bubble-listas.svg);
background-repeat: no-repeat;
background-size: 160px 140px;
padding: 32px;
padding-right: 24px
}
body.home .entry-content .home-ejes .alternate-columns-content h3 {
margin: 0;
font-size: 18px
}
body.home .entry-content .home-ejes .alternate-columns-content h4 {
margin: 0;
margin-bottom: 9px;
font-size: 14px
}
body.home .entry-content .home-ejes .alternate-columns-content p {
margin: 60px 0 46px 0;
line-height: 1.6
}
body.home .entry-content .home-ejes p {
font-size: 18px
}
body.home .entry-content .home-somos {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-top: 140px;
margin-bottom: 80px
}
body.home .entry-content .home-somos>* {
flex: 1 0 100%;
margin: 0
}
body.home .entry-content .home-somos h2 {
max-width: 650px;
margin: 0 auto
}
body.home .entry-content .home-somos figure {
width: 56px;
margin: 80px auto 40px auto
}
body.home .entry-content .home-somos p {
font-size: 16px;
line-height: 1.56;
margin-bottom: 37px
}
body.home .entry-content .home-somos .wp-block-buttons {
display: flex;
justify-content: center;
margin-top: 9px
}
body.home .entry-content .home-galeria {
margin: 220px auto
}
body.home .entry-content .h-testimonios {
width: 510px;
max-width: 100%;
margin: 0 auto
}
body.home .entry-content .home-testimonios .next-slider,
body.home .entry-content .home-testimonios .prev-slider {
display: none
}
body.home .entry-content .home-partners {
margin-top: 50px
}
body.home .entry-content .home-partners>figure {
margin-bottom: 40px !important
}
body.home .entry-content .home-partners ul.blocks-gallery-grid {
justify-content: center
}
body.home .entry-content .home-partners ul.blocks-gallery-grid li.blocks-gallery-item {
width: 192px;
flex: 0 0 192px
}
body.home .entry-content .home-cta-aliados {
margin-bottom: 150px
}
body.home .entry-content .home-posts {
display: flex;
flex-flow: column;
align-items: center;
margin-bottom: 350px
}
body.home .entry-content .home-posts h3 {
margin-bottom: 100px
}
body.home .entry-content .home-posts h2.entry-title a {
font-size: 18px
}
body.home .entry-content .home-newsletter {
margin-top: 240px;
margin-bottom: 150px
}
body.home .entry-content .home-newsletter h2,
body.home .entry-content .home-newsletter p {
margin-bottom: 50px
}
body.home .entry-content article .entry-content>div:last-of-type {
margin-bottom: 450px
}
body.home .entry-content footer#colophon {
margin-top: -450px
}
@media screen and (min-width:768px) {
body.home .page-thumbnail,
body.home .page-thumbnail img {
min-height: 1062px;
object-position: center top
}
body.home article.page {
margin-top: 0
}
body.home article.page>header {
background: 0 0;
padding: 0 60px
}
body.home article.page>header h1 {
padding: 164px 0;
color: #fff;
font-size: 64px;
text-align: center
}
body.home article.page>header h1 a,
body.home article.page>header h1 a:hover {
color: #fff
}
body.home article.page>header h1 span.page-subtitle {
margin-top: 10px;
font-size: 36px;
font-weight: 700;
text-align: center
}
body.home .entry-content .bcorp-home {
position: relative;
top: 0
}
body.home .entry-content .home-ventajas p {
font-size: 18px
}
body.home .entry-content .home-ventajas .wp-block-columns h2 {
text-align: left;
font-size: 24px
}
body.home .entry-content .home-ventajas .wp-block-column {
padding: 20px
}
body.home .entry-content .home-ventajas .wp-block-column figure {
align-items: flex-start
}
body.home .entry-content .home-ventajas .wp-block-column figcaption {
max-width: 290px;
padding: 0;
text-align: left
}
body.home .entry-content .home-ejes .alternate-columns-content h3 {
font-size: 24px
}
body.home .entry-content .home-ejes .alternate-columns-content p {
font-size: 24px
}
body.home .entry-content .home-somos figure {
width: 79px;
margin-bottom: 80px
}
body.home .entry-content .home-somos p {
flex: 0 0 48%;
font-size: 18px;
margin-bottom: 61px
}
body.home .entry-content .home-posts h3 {
padding: 0 100px
}
body.home .entry-content .home-posts li {
width: 50% !important
}
}
@media screen and (min-width:1024px) {
body.home header#masthead:not(.sticky) .main-navigation ul li a:hover {
color: #38332e
}
body.home .entry-content .bcorp-home {
width: 1320px;
top: 100px;
right: 0
}
body.home .entry-content .bcorp-home figure {
display: block;
width: 75px;
margin: 0
}
body.home .entry-content .home-posts li {
width: 33% !important
}
}
@media screen and (min-width:1024px) {
body.home .home-posts h3 {
padding: 0
}
}
article.type-post {
width: 100%
}
article.type-post.post_featured {
width: 100%;
max-width: 1173px;
padding: 0 30px
}
article.type-post.post_featured .post-thumbnail {
width: 100%;
max-width: 1173px;
height: 220px;
margin-left: auto;
margin-right: auto;
-webkit-mask: url(//almanatura.com/montanera/assets/images/mask-featured-post.svg) no-repeat 50% 50%;
mask: url(//almanatura.com/montanera/assets/images/mask-featured-post.svg) no-repeat 50% 50%;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%
}
article.type-post.post_featured .post-thumbnail img {
height: auto
}
article.type-post.post_featured div.entry-excerpt,
article.type-post.post_featured footer.entry-footer,
article.type-post.post_featured header.entry-header {
width: 650px;
max-width: 100%;
padding-right: 20px;
padding-left: 11px;
margin-left: 0
}
article.type-post .post-thumbnail {
display: block;
padding: 0;
width: 304px;
height: 262px;
max-width: 100%;
margin-bottom: 30px;
-webkit-mask: url(//almanatura.com/montanera/assets/images/mask-normal-post.svg) no-repeat 50% 50%;
mask: url(//almanatura.com/montanera/assets/images/mask-normal-post.svg) no-repeat 50% 50%;
-webkit-mask-size: contain;
mask-size: contain
}
article.type-post .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition-duration: .5s;
transition-delay: 0s;
transition-timing-function: ease-in-out;
transition-property: all
}
article.type-post .post-thumbnail:hover img {
transform: scale(1.3, 1.3)
}
article.type-post header.entry-header {
margin: 0 auto;
margin-bottom: 25px
}
article.type-post header.entry-header h2.entry-title {
margin: 0;
font-size: inherit
}
article.type-post header.entry-header h2.entry-title a {
font-size: 24px;
font-weight: 800;
line-height: 1.3;
color: #8f0d57;
margin-bottom: 25px
}
article.type-post header.entry-header h2.entry-title a:hover {
color: #ad1069
}
article.type-post .entry-meta {
display: flex;
flex-flow: column;
font-weight: 800;
font-size: 14px;
color: #38332e;
margin-bottom: 14px;
letter-spacing: 2px;
text-transform: uppercase
}
article.type-post .entry-meta span.author a {
letter-spacing: normal
}
article.type-post div.entry-excerpt {
width: 650px;
max-width: 100%;
font-size: 18px;
line-height: 1.56;
margin-bottom: 40px
}
article.type-post div.entry-excerpt p {
margin: 0
}
article.type-post .entry-content {
width: 100%;
max-width: 875px;
font-size: 18px;
line-height: 1.56;
margin: 0 auto;
margin-bottom: 40px
}
article.type-post:hover .entry-meta span.author a {
color: #ad1069
}
form.search-form {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 60px 30px 0 30px;
text-align: center
}
form.search-form label {
width: 100%;
margin-right: 16px
}
form.search-form input.search-field {
background-image: url(//almanatura.com/montanera/assets/images/lupa-search.svg);
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: 16px;
padding-left: 58px
}
form.search-form input.search-submit {
width: 100%;
margin-top: 30px;
height: 60px
}
ul.top-categories {
width: 100%;
max-width: 1440px;
margin: 0 auto;
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-flow: row wrap;
padding: 30px;
margin-bottom: 150px
}
ul.top-categories li {
text-transform: uppercase;
color: #a0968b;
font-weight: 800;
font-size: 10px;
font-family: BasierSquare;
line-height: 1.4;
letter-spacing: 1.67px;
margin: 10px 5px;
border: 1px solid #a0968b;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px
}
ul.top-categories li a {
display: block;
padding: 8px 14px;
color: #a0968b
}
div.container-montanera_load_more {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
margin-top: 30px;
margin-bottom: 75px
}
div.container-montanera_load_more div.infinite-scroll-load-status {
margin-top: 30px
}
div.container-montanera_load_more div.infinite-scroll-load-status div {
display: none
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips {
font-size: 20px;
position: relative;
width: 4em;
height: 1em;
margin: 30px auto
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span {
display: block;
width: 1em;
height: 1em;
border-radius: .5em;
background: #38332e;
position: absolute;
animation-duration: .5s;
animation-timing-function: ease;
animation-iteration-count: infinite
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(1),
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(2) {
left: 0
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(3) {
left: 1.5em
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(4) {
left: 3em
}
@keyframes reveal {
from {
transform: scale(.001)
}
to {
transform: scale(1)
}
}
@keyframes slide {
to {
transform: translateX(1.5em)
}
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(1) {
animation-name: reveal
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(2),
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(3) {
animation-name: slide
}
div.container-montanera_load_more div.infinite-scroll-load-status .loader-ellips span:nth-child(4) {
animation-name: reveal;
animation-direction: reverse
}
@media screen and (min-width:640px) {
article.type-post {
width: 50%
}
}
@media screen and (min-width:768px) {
body.blog h1 {
font-size: 32px
}
header {
margin-bottom: 65px
}
article.type-post.post_featured {
padding: 0 60px
}
article.type-post.post_featured .post-thumbnail {
height: 350px
}
article.type-post.post_featured div.entry-excerpt,
article.type-post.post_featured footer.entry-footer,
article.type-post.post_featured header.entry-header {
padding: 0 40px
}
form.search-form {
padding: 60px 60px 0 60px
}
form.search-form label {
width: auto;
max-width: calc(100% - 147px)
}
form.search-form input.search-field {
width: 600px
}
form.search-form input.search-submit {
width: 126px;
margin-top: 0
}
ul.top-categories {
padding: 30px 60px
}
}
@media screen and (min-width:1025px) {
body.blog h1 {
font-size: 56px
}
header {
margin-bottom: 120px
}
article.type-post {
width: 31%
}
article.type-post.post_featured .post-thumbnail {
height: 544px
}
}
article.type-post.post_featured.post_single {
margin: 0 auto;
max-width: 100% !important
}
article.type-post.post_featured.post_single header.entry-header {
padding: 0 40px 0 25px;
margin-bottom: 115px
}
article.type-post.post_featured.post_single header.entry-header span.byline {
margin-top: 14px
}
article.type-post.post_featured.post_single header.entry-header span.byline span.author a {
letter-spacing: 2px !important;
display: inline-block
}
article.type-post.post_featured.post_single header.entry-header div.entry-excerpt {
font-size: 18px;
line-height: 1.56;
padding: 0
}
article.type-post.post_featured.post_single header.entry-header div.entry-share ul {
margin: 0;
padding: 0
}
article.type-post.post_featured.post_single header.entry-header div.entry-share li {
color: #a0968b
}
article.type-post.post_featured.post_single .parallax-shape {
width: calc(100% + 60px);
right: -30px;
left: -30px
}
article.type-post.post_featured.post_single div.entry-content h2,
article.type-post.post_featured.post_single div.entry-content h3,
article.type-post.post_featured.post_single div.entry-content h4,
article.type-post.post_featured.post_single div.entry-content h5 {
font-size: 35px;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
margin-top: 50px;
margin-bottom: 35px
}
article.type-post.post_featured.post_single div.entry-content a {
text-decoration: underline;
color: #766c60
}
article.type-post.post_featured.post_single div.entry-content figure {
width: 100%;
max-width: 100%;
margin: 20px 0;
padding-right: 0;
padding-left: 0
}
article.type-post.post_featured.post_single div.entry-content img {
border-radius: 20px 10px
}
article.type-post.post_featured.post_single div.entry-content ol,
article.type-post.post_featured.post_single div.entry-content ul:not(.wp-block-jetpack-slideshow_swiper-wrapper) {
padding: 0;
margin-left: 30px
}
article.type-post.post_featured.post_single div.entry-content ul {
list-style: none
}
article.type-post.post_featured.post_single div.entry-content li {
margin-bottom: 50px;
position: relative
}
article.type-post.post_featured.post_single div.entry-content li:before {
content: "";
background-image: url(//almanatura.com/montanera/assets/images/bubble-listas.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
display: block;
width: 74px;
height: 54px;
position: absolute;
top: -14px;
left: -55px;
overflow: visible;
z-index: -1
}
article.type-post.post_featured.post_single div.entry-content ul li:before {
left: -45px
}
article.type-post.post_featured.post_single div.entry-content .wp-block-jetpack-slideshow_swiper-wrapper li:before {
content: none;
position: inherit;
top: 0;
left: 0
}
article.type-post.post_featured.post_single footer.entry-footer {
width: 875px;
max-width: 100%;
margin: 0 auto;
padding-top: 40px
}
article.type-post.post_featured.post_single footer.entry-footer a.avatar {
display: block;
width: 96px;
height: 96px
}
article.type-post.post_featured.post_single footer.entry-footer a.avatar img {
-webkit-mask: url(//almanatura.com/montanera/assets/images/mask-avatar.svg) no-repeat center;
mask: url(//almanatura.com/montanera/assets/images/mask-avatar.svg) no-repeat center;
-webkit-mask-size: contain;
mask-size: contain
}
article.type-post.post_featured.post_single footer.entry-footer p.description {
font-size: 16px;
line-height: 1.5
}
article.type-post.post_featured.post_single footer.entry-footer p.description a {
text-decoration: underline
}
#comments {
width: 100%;
max-width: 875px;
padding: 220px 30px
}
#comments div#respond {
width: 670px;
max-width: 100%;
margin: 0 auto;
margin-bottom: 50px
}
#comments h3 {
margin-bottom: 45px;
font-size: 32px;
font-weight: 800;
line-height: 1.2
}
#comments form p.comment-notes {
display: none
}
#comments form p.form-submit {
display: flex;
justify-content: center;
width: 100%
}
#comments ol.comments-list,
#comments p.comments-title {
max-width: 875px;
margin: 0 auto
}
#comments ol.comment-list {
list-style: none;
margin: 0;
padding: 0
}
#comments ol.comment-list ol,
#comments ol.comment-list ul {
list-style: none
}
#comments ol.comment-list article.comment-body {
margin-bottom: 50px
}
#comments ol.comment-list footer.comment-meta {
position: relative
}
#comments ol.comment-list .comment-author.vcard {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px
}
#comments ol.comment-list img.avatar {
-webkit-mask: url(//almanatura.com/montanera/assets/images/mask-avatar.svg) no-repeat;
mask: url(//almanatura.com/montanera/assets/images/mask-avatar.svg) no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
margin-right: .5em
}
#comments ol.comment-list .says {
margin-left: .5em
}
#comments ol.comment-list .comment-metadata {
font-size: .75em;
margin-top: .75em;
position: absolute;
top: 35px;
left: 73px
}
#comments ol.comment-list .comment-metadata time {
display: block;
width: 6em;
height: 1em;
overflow: hidden
}
#comments ol.comment-list .comment-content a {
text-decoration: underline
}
@media screen and (min-width:768px) {
article.type-post.post_featured.post_single header.entry-header {
max-width: 100%;
width: 1173px;
padding-right: 40px;
padding-left: 40px;
margin-left: auto
}
article.type-post.post_featured.post_single header.entry-header div.entry-excerpt {
max-width: 100%;
width: 685px;
font-size: 24px
}
article.type-post.post_featured.post_single .parallax-shape {
width: calc(100% + 120px);
right: -60px;
left: -60px
}
article.type-post.post_featured.post_single div.post-author {
display: flex;
flex-flow: row
}
article.type-post.post_featured.post_single div.post-author .author-info {
width: 100%
}
article.type-post.post_featured.post_single footer.entry-footer a.avatar {
width: 128px;
height: 128px;
margin-right: 24px
}
#comments h3 {
font-size: 40px;
text-align: center
}
#comments form {
display: flex;
flex-flow: row wrap;
justify-content: space-between
}
#comments form .comment-form-author,
#comments form .comment-form-email {
width: 49%
}
#comments form .comment-form-comment {
width: 100%
}
}
@media screen and (min-width:1300px) {
div#comments {
margin-top: -100px
}
}
body.page:not(.home):not(.blog):not(.single-post) #page {
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-mobile.svg);
background-repeat: no-repeat;
background-position: top center;
background-size: 100%
}
body.page article.page {
width: 100%;
max-width: 100%
}
body.page:not(.home) .page-thumbnail {
position: relative;
text-align: center
}
body.page:not(.home) .page-thumbnail img {
width: 1020px;
object-fit: contain
}
body.page div.entry-content h2 {
max-width: 100%;
margin: 0 auto;
font-size: 24px;
line-height: 1.2
}
body.page div.entry-content .proposito-convertimos {
margin-top: 150px
}
body.page div.entry-content .proposito-convertimos h2,
body.page div.entry-content .proposito-convertimos p {
width: 650px;
max-width: 100%;
margin-left: 0
}
body.page div.entry-content .proposito-convertimos p {
margin-top: 40px;
font-size: 16px;
line-height: 1.5;
margin-bottom: 120px
}
body.page div.entry-content .proposito-buscamos {
margin-top: 225px;
margin-bottom: 100px;
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.56
}
body.page div.entry-content .proposito-buscamos p {
width: 520px;
max-width: 100%;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 70px
}
body.page div.entry-content .proposito-buscamos .proposito-buscamos-columnas p {
width: auto;
margin: 0;
padding: 20px 0;
line-height: 1.5
}
body.page div.entry-content .proposito-movimiento {
margin-top: 148px;
margin-bottom: 100px
}
body.page div.entry-content .proposito-movimiento h2 {
width: 533px;
margin-bottom: 80px;
margin-left: 0
}
body.page div.entry-content .proposito-movimiento .proposito-movimiento-columnas {
display: flex;
flex-flow: row wrap;
padding: 0 40px
}
body.page div.entry-content .proposito-movimiento .wp-block-image {
flex: 1 0 100%;
margin-bottom: 100px
}
body.page div.entry-content .proposito-movimiento figure {
width: 100%;
text-align: center;
margin: 0
}
body.page div.entry-content .proposito-movimiento figure figcaption {
width: 100%;
margin: 0;
margin-top: 30px;
font-size: 16px;
line-height: 1.5
}
body.page div.entry-content .proposito-hablan h2 {
margin-bottom: 75px
}
body.page div.entry-content .proposito-hablan p {
font-size: 18px;
line-height: 1.33;
margin-bottom: 40px
}
body.page div.entry-content .proposito-hablan figure {
width: 100%;
max-width: 422px;
margin: 0 auto;
text-align: center
}
body.page div.entry-content .proposito-hablan figcaption {
margin: 0;
margin-top: 10px
}
body.page div.entry-content .proposito-hablan figcaption strong {
display: inline-block;
margin-bottom: 3px
}
body.page div.entry-content .proposito-historia {
margin-top: 225px;
margin-bottom: 75px
}
body.page div.entry-content .proposito-historia h2 {
width: 534px;
max-width: 100%;
margin: 0 auto;
margin-bottom: 100px
}
body.page div.entry-content .proposito-equipo {
margin-top: 150px
}
body.page div.entry-content .proposito-equipo h2 {
width: 540px;
max-width: 100%;
margin-left: 0
}
body.page div.entry-content .proposito-contacta {
margin-top: 230px;
margin-bottom: 215px
}
body.page div.entry-content .proposito-contacta h2 {
margin-top: 9px;
margin-bottom: 40px
}
body.page div.entry-content .fundacion-imagenes-cabecera {
min-width: calc(100% + 300px);
position: relative;
left: 50%;
transform: translateX(-50%) !important;
opacity: 0
}
body.page div.entry-content .fundacion-imagenes-cabecera img {
-webkit-mask: url(//almanatura.com/montanera/assets/images/mask-fundacion.svg) no-repeat 50% 50%;
mask: url(//almanatura.com/montanera/assets/images/mask-fundacion.svg) no-repeat 50% 50%;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
object-fit: cover;
object-position: center 40%
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-left {
text-align: right
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-right {
text-align: left
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-larger img,
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-small img {
width: 420px;
height: 293px
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-hide {
display: none
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-left {
text-align: right
}
body.page div.entry-content .fundacion-sabesque {
margin-top: 215px;
margin-bottom: 172px
}
body.page div.entry-content .fundacion-sabesque h2 {
max-width: 650px;
margin: 8px auto 80px 0
}
body.page div.entry-content .fundacion-sabesque .wp-block-montanera-blocks-container-block {
padding: 0
}
body.page div.entry-content .fundacion-sabesque .wp-block-montanera-blocks-container-block p {
line-height: 1.56
}
body.page div.entry-content .fundacion-ejes {
margin-bottom: 182px
}
body.page div.entry-content .fundacion-ejes h2 {
max-width: 650px;
margin: 8px auto 30px auto
}
body.page div.entry-content .fundacion-ejes figure {
width: 100%;
margin: 0;
margin-top: 100px;
padding: 0 30px;
background-image: url(//almanatura.com/montanera/assets/images/bubble-listas.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 158px 129px
}
body.page div.entry-content .fundacion-ejes figure img {
margin: 36.5px 20px
}
body.page div.entry-content .fundacion-ejes figcaption {
width: 100%;
margin: 0;
margin-top: 15px;
padding-right: 42px;
font-size: 18px;
line-height: 1.56
}
body.page div.entry-content .fundacion-cambio h2,
body.page div.entry-content .fundacion-cambio p {
max-width: 534px;
margin: 0;
margin-bottom: 40px
}
body.page div.entry-content .fundacion-cambio .wp-block-montanera-blocks-container-block {
display: flex;
flex-flow: row wrap;
padding: 0
}
body.page div.entry-content .fundacion-cambio .wp-block-image {
flex: 0 0 100%;
margin-bottom: 60px;
padding: 40px 15px 20px 15px
}
body.page div.entry-content .fundacion-cambio figure {
width: 100%;
margin: 0;
text-align: center
}
body.page div.entry-content .fundacion-cambio figcaption {
margin: 0;
margin-top: 30px;
font-size: 18px;
line-height: 1.56
}
body.page div.entry-content .fundacion-cta .call_to_action.right {
padding-top: 175px;
}
body.page div.entry-content .fundacion-cta a:after {
content: none;
}
body.page div.entry-content .fundacion-cta p {
max-width: 100%;
margin-top: 39px;
font-size: 18px;
line-height: 1.67
}
body.page div.entry-content .fundacion-molino {
margin: 130px auto
}
body.page div.entry-content .fundacion-molino h2 {
max-width: 540px;
margin-bottom: 40px;
margin-left: 0
}
body.page div.entry-content .fundacion-molino p {
max-width: 540px;
font-size: 18px;
line-height: 1.56
}
body.page div.entry-content .fundacion-molino .wp-block-montanera-blocks-slider-gallery {
margin-top: 100px
}
body.page div.entry-content .fundacion-newsletter {
margin-bottom: 50px;
padding: 0 60px
}
body.page div.entry-content .fundacion-newsletter h2,
body.page div.entry-content .fundacion-newsletter p {
margin-bottom: 50px;
text-align: center
}
body.page div.entry-content .hablamos-cabecera {
margin-top: -94px
}
body.page div.entry-content .hablamos-cabecera p.has-text-align-center {
margin-top: 70px;
margin-bottom: 50px;
font-size: 16px;
line-height: 1.56
}
body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form {
width: 100%
}
body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form .row {
display: flex;
flex-flow: row wrap;
justify-content: space-between
}
body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form .row .col-6 {
flex: 0 0 100%
}
body.page div.entry-content .hablamos-faqs-titulo {
margin-top: 170px
}
body.page div.entry-content .hablamos-faqs-titulo h2 {
margin: 9px 0 70px 0
}
body.page div.entry-content .hablamos-mapa {
position: relative;
height: 1167px;
display: flex;
flex-flow: column;
margin-bottom: 150px;
padding: 150px 60px
}
body.page div.entry-content .hablamos-mapa h2,
body.page div.entry-content .hablamos-mapa p {
width: 647px;
max-width: 100%
}
body.page div.entry-content .hablamos-mapa h2 {
margin: 9px auto 40px 0
}
body.page div.entry-content .hablamos-mapa p {
font-size: 16px;
line-height: 1.67
}
body.page div.entry-content .hablamos-mapa p a {
font-weight: 800
}
body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui {
width: 160px;
height: 129px;
transition: .3s ease-in-out all;
background-image: url(//almanatura.com/montanera/assets/images/bubble-listas.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 158px 129px;
margin: 0 auto
}
body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px !important;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.14;
color: #8f0d57
}
body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui:hover {
transform: scale(1.2)
}
body.page div.entry-content .hablamos-mapa figure {
position: absolute;
top: -20px;
right: 0;
left: -230px;
z-index: -1000;
height: 1167px;
opacity: .8
}
body.page div.entry-content .hablamos-mapa figure:before {
content: "";
box-shadow: inset 0 50px 250px 150px #f4f2f1;
position: absolute;
top: 0;
width: 100%;
height: 100%
}
body.page div.entry-content .hablamos-mapa figure img {
width: 100%;
height: 100%;
object-fit: cover
}
body.page div.entry-content .avisolegal h5,
body.page div.entry-content .avisolegal p {
font-size: 18px
}
body.page div.entry-content .avisolegal h4 {
font-size: 20px;
line-height: 1.2
}
body.page-template-category-featured form.search-form {
text-align: center
}
body.page-template-category-featured .category_featured_posts-wrapper {
display: flex;
flex-flow: row wrap;
width: 100%;
max-width: 1440px;
margin-bottom: 235px;
padding: 0 30px
}
body.page-template-category-featured .category_featured_posts-wrapper>span {
width: 742px;
max-width: 100%;
margin: 20px auto;
color: #a0968b;
padding: 0 30px
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post {
display: flex;
flex-flow: row wrap;
justify-content: center;
flex: 1 0 50%;
max-width: 482px;
padding: 0 20px;
padding-top: 80px;
margin: 0 auto
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post .post-thumbnail {
width: 379px;
height: 274px;
max-width: 100%;
-webkit-mask: url(//almanatura.com/montanera/assets/images/mask-featured-category-post.svg) no-repeat 50% 50%;
mask: url(//almanatura.com/montanera/assets/images/mask-featured-category-post.svg) no-repeat 50% 50%;
-webkit-mask-size: 100% 95%;
mask-size: 100% 95%
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post .post-thumbnail:hover img {
transform: scale(1.1, 1.1)
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post header.entry-header {
width: 100%;
max-width: 568px;
padding-left: 15px
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post header.entry-header span {
font-size: 18px;
line-height: 1.56;
margin-top: 7px;
color: #38332e;
text-align: left
}
@media screen and (min-width:480px) {
body.page div.entry-content .fundacion-cambio .wp-block-image {
flex: 0 0 50%
}
}
@media screen and (min-width:600px) {
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-hide {
display: block
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-mobile-left {
text-align: left
}
}
@media screen and (max-width:768px) {
body.page div.entry-content .proposito-buscamos .proposito-buscamos-columnas .wp-block-column {
flex: 1 0 100% !important;
margin: 0 !important
}
}
@media screen and (min-width:768px) {
body.page:not(.home):not(.blog):not(.single-post) #page {
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-top-screen.svg);
background-size: contain
}
body.page:not(.home) .page-thumbnail {
padding: 0 60px
}
body.page:not(.home) .page-thumbnail img {
margin: 0 15%
}
body.page div.entry-content h2 {
font-size: 40px
}
body.page div.entry-content .proposito-convertimos p {
font-size: 24px;
line-height: 1.67
}
body.page div.entry-content .proposito-buscamos {
font-size: 18px
}
body.page div.entry-content .proposito-movimiento .proposito-movimiento-columnas {
padding: 0
}
body.page div.entry-content .proposito-movimiento .wp-block-image {
flex: 0 0 33%
}
body.page div.entry-content .proposito-movimiento figure {
text-align: left
}
body.page div.entry-content .proposito-movimiento figure figcaption {
font-size: 18px;
line-height: 1.56;
padding-right: 90px
}
body.page div.entry-content .proposito-hablan p {
font-size: 24px;
line-height: 1.66
}
body.page div.entry-content .proposito-historia {
padding-top: 75px
}
body.page div.entry-content .fundacion-ejes figure {
margin-left: -30px
}
body.page div.entry-content .fundacion-ejes figcaption {
padding-left: 30px;
padding-right: 60px
}
body.page div.entry-content .fundacion-cambio {
padding: 0 60px
}
body.page div.entry-content .fundacion-cambio .wp-block-image {
flex: 0 0 33%;
padding-right: 92px
}
body.page div.entry-content .fundacion-cambio figure {
text-align: left
}
body.page div.entry-content .fundacion-cta p {
width: 550px;
margin-top: 0;
margin-right: 9%;
padding-left: 0;
font-size: 24px
}
body.page div.entry-content .fundacion-cta .call_to_action>div {
width: 550px;
margin-top: 0;
margin-right: 9%;
margin-bottom: 25px;
margin-left: auto;
}
body.page div.entry-content .fundacion-molino {
margin-bottom: 0px
}
body.page div.entry-content .hablamos-cabecera {
margin-top: -19px;
padding: 0
}
body.page div.entry-content .hablamos-cabecera p.has-text-align-center {
font-size: 18px
}
body.page div.entry-content .hablamos-cabecera .wp-block-montanera-blocks-newsletter-form .row .col-6 {
flex: 0 0 49%
}
}
@media screen and (min-width:768px) and (min-width:1124px) {
body.page div.entry-content .hablamos-mapa {
justify-content: center;
margin-bottom: 0;
padding-top: 0
}
body.page div.entry-content .hablamos-mapa p {
font-size: 24px
}
body.page div.entry-content .hablamos-mapa .hablamos-estamosaqui {
position: absolute;
right: 250px;
margin-top: -100px
}
body.page div.entry-content .hablamos-mapa figure {
left: auto
}
}
@media screen and (min-width:768px) {
body.page-template-category-featured .category_featured_posts-wrapper>span {
padding: 0
}
}
@media screen and (min-width:1024px) {
body.page-template-category-featured .category_featured_posts-wrapper {
padding: 0 60px
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post {
flex: 1 0 100%;
max-width: 50%
}
body.page-template-category-featured .category_featured_posts-wrapper article.type-post .post-thumbnail {
width: 100%;
max-width: 568px;
height: 416px
}
body.page div.entry-content .fundacion-imagenes-cabecera {
min-width: 1538px;
margin-top: 150px
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-left:first-of-type {
margin-top: 135px
}
body.page div.entry-content .fundacion-imagenes-cabecera .fundacion-imagenes-cabecera-larger img {
width: 749px;
height: 523px
}
}
@media screen and (min-width:1440px) {
body.page:not(.home):not(.blog):not(.single-post) #page {
background-size: 100% 979px
}
}
h1 {
display: flex;
flex-flow: column;
width: 875px;
max-width: 100%;
margin: 0 auto;
padding: 0 60px;
color: #38332e
}
h1.archive-page-title {
display: block;
width: 100%;
padding: 0 30px;
font-size: 40px;
font-weight: 800;
text-align: left
}
h1 span.page-subtitle {
width: 750px;
max-width: 100%;
margin: auto;
margin-top: 40px;
font-size: 18px;
font-weight: 400;
line-height: 1.67
}
.parallax-anchor {
position: relative;
width: 100%
}
.parallax-shape {
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-blog-mobile.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
top: -200px;
width: 100%;
height: 2900px;
z-index: -100;
margin-left: auto;
margin-right: auto;
transition-duration: .3s
}
.parallax-shape.rellax {
top: -275px
}
.parallax-shape.blanco {
height: 1200px;
top: 0;
background-image: url(//almanatura.com/montanera/assets/images/shape-blanco-screen.svg);
background-size: cover;
background-position: top center
}
.parallax-shape.blanco2 {
height: 1205px;
top: -500px;
background-image: url(//almanatura.com/montanera/assets/images/shape-blanco2-screen.svg);
background-size: cover;
background-position: center
}
.parallax-shape.comments {
height: 1168px;
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-comments.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
figure.wp-block-embed-youtube {
position: relative;
display: block;
height: auto;
padding: 0;
overflow: hidden
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
padding-bottom: 56.25%
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: 100% !important;
border: 0
}
.encabezado-rosa {
margin: 0;
font-size: 14px !important;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.14;
color: #8f0d57
}
@media screen and (min-width:768px) {
.parallax-shape {
background-image: url(//almanatura.com/montanera/assets/images/shape-gris-screen.svg);
height: 1530px;
max-height: 1530px
}
h1.archive-page-title {
padding: 0 60px
}
h1 {
font-size: 56px;
padding: 0
}
h1 span.page-subtitle {
font-size: 24px
}
}
@media screen and (min-width:2120px) {
.parallax-shape.comments {
top: -450px
}
}
@media screen and (min-width:2120px) {
.parallax-shape.comments {
background-size: contain
}
.parallax-shape.blanco {
background-size: contain
}
}
.widget-montanera {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: center
}
.call_to_action-wrapper {
width: 100%;
position: relative
}
.call_to_action-wrapper .call_to_action {
width: 100%;
height: 385px;
position: relative;
background-image: url(//almanatura.com/montanera/assets/images/shape-cta-mobile.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 68px 30px 0 11px
}
.call_to_action-wrapper h3 {
margin-bottom: 40px;
margin-right: 38px;
padding-left: 5%;
font-size: 24px;
font-weight: 800;
color: #8f0d57
}
.call_to_action-wrapper p {
display: inline-block;
width: 55%;
padding-left: 5%
}
.call_to_action-wrapper a {
display: inline-block;
position: relative;
font-size: 16px;
font-weight: 500;
color: #8f0d57
}
.call_to_action-wrapper a::after {
content: "";
display: block;
position: absolute;
top: 0;
right: -32px;
width: 24px;
height: 100%;
background-image: url(//almanatura.com/montanera/assets/images/flecha-right.svg);
background-repeat: no-repeat;
transition-duration: .3s
}
.call_to_action-wrapper a:hover::after {
right: -48px
}
.call_to_action-wrapper .center {
background-position: center;
text-align: center;
margin-top: 50px
}
.call_to_action-wrapper .center * {
width: auto;
max-width: 66%;
margin-left: auto;
margin-right: auto;
padding: 0
}
.call_to_action-wrapper .right {
display: flex;
flex-flow: column
}
.call_to_action-wrapper .right p {
width: auto
}
@media screen and (min-width:768px) {
.call_to_action-wrapper .call_to_action {
height: 590px;
background-size: contain;
padding: 230px 0
}
.call_to_action-wrapper .call_to_action h3,
.call_to_action-wrapper .call_to_action p {
width: auto;
max-width: 750px
}
.call_to_action-wrapper .call_to_action.left {
background-image: url(//almanatura.com/montanera/assets/images/shape-cta-left.svg);
background-position: left
}
.call_to_action-wrapper .call_to_action.center {
height: 400px;
padding-top: 140px;
background-image: url(//almanatura.com/montanera/assets/images/shape-blanco2-screen.svg);
background-position: center
}
.call_to_action-wrapper .call_to_action.center h3 {
font-size: 32px
}
.call_to_action-wrapper .call_to_action.center h3,
.call_to_action-wrapper .call_to_action.center p {
width: 500px
}
.call_to_action-wrapper .call_to_action.right {
background-image: url(//almanatura.com/montanera/assets/images/shape-cta-right.svg);
background-position: right
}
.call_to_action-wrapper .call_to_action.right h3,
.call_to_action-wrapper .call_to_action.right p {
width: 100%;
margin-left: auto;
margin-right: 38px
}
}
@media screen and (min-width:1024px) {
.call_to_action-wrapper h3 {
max-width: 750px;
min-width: auto;
font-size: 40px
}
.call_to_action-wrapper .call_to_action.center * {
max-width: 650px
}
}
body.single .recent_posts-wrapper {
padding-bottom: 240px
}
.recent_posts-wrapper {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
max-width: 1440px;
width: 96vw;
padding: 0 30px !important;
}
.recent_posts-wrapper h3 {
width: 100%;
font-size: 32px;
font-weight: 800
}
.recent_posts-wrapper .type-post {
margin-bottom: 70px;
padding: 0 3% !important;
}
.recent_posts-wrapper footer.entry-footer {
padding: 0 !important
}
.recent_posts-wrapper p {
margin: 0
}
@media screen and (min-width:768px) {
.recent_posts-wrapper {
padding: 0 60px !important;
}
.recent_posts-wrapper h3 {
font-size: 40px;
text-align: center
}
}@font-face{font-family:BasierSquare;font-display:swap;font-weight:400;font-style:normal;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-Regular.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-Regular.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Regular.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Regular.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Regular.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Regular.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:400;font-style:italic;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-RegularItalic.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-RegularItalic.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-RegularItalic.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-RegularItalic.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-RegularItalic.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-RegularItalic.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:500;font-style:normal;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-Medium.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-Medium.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Medium.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Medium.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Medium.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Medium.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:500;font-style:italic;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-MediumItalic.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-MediumItalic.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-MediumItalic.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-MediumItalic.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-MediumItalic.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-MediumItalic.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:600;font-style:normal;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBold.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBold.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBold.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBold.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBold.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBold.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:600;font-style:italic;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBoldItalic.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBoldItalic.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBoldItalic.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBoldItalic.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBoldItalic.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-SemiBoldItalic.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:800;font-style:normal;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-Bold.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-Bold.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Bold.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Bold.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Bold.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-Bold.svg) format("svg")}@font-face{font-family:BasierSquare;font-display:swap;font-weight:800;font-style:italic;src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-BoldItalic.eot);src:url(https://almanatura.com/montanera/css/fonts/BasierSquare-BoldItalic.otf) format("otf"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-BoldItalic.woff2) format("woff2"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-BoldItalic.woff) format("woff"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-BoldItalic.ttf) format("truetype"),url(https://almanatura.com/montanera/css/fonts/BasierSquare-BoldItalic.svg) format("svg")}