.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 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;
}.upcoming-events-list-item{display:block;margin:0 0 1rem;padding:0}.upcoming-events-list-item__title-text{font-size:1.125rem}.upcoming-events-list-button{display:block;width:100%;border:1px solid;padding:1rem;text-align:center;text-decoration:none;line-height:1}.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(//highpointbaptist.church/wp-content/plugins/give/assets/dist/fonts/icomoon.eot?kdnr3d);src:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/fonts/icomoon.woff?kdnr3d) format("woff"),url(//highpointbaptist.church/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(//highpointbaptist.church/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(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/visa.svg) no-repeat}#give_purchase_form_wrap span.card-type.mastercard{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/mastercard.svg) no-repeat}#give_purchase_form_wrap span.card-type.discover{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/discover.svg) no-repeat}#give_purchase_form_wrap span.card-type.amex{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/amex.svg) no-repeat}#give_purchase_form_wrap span.card-type.maestro{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/maestro.svg) no-repeat}#give_purchase_form_wrap span.card-type.dinersclub{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/diners-club.svg) no-repeat}#give_purchase_form_wrap span.card-type.jcb{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/jcb.svg) no-repeat}#give_purchase_form_wrap span.card-type.dankort{background:url(//highpointbaptist.church/wp-content/plugins/give/assets/dist/images/dankort.png) no-repeat}#give_purchase_form_wrap span.card-type.unionpay{background:url(//highpointbaptist.church/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-face {
font-family: 'Source Sans Pro';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold) format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold) format('svg');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight) format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular) format('svg');
font-weight: 400;
font-style: normal;
} @font-face {
font-family: 'Open Sans';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-light-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-light-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-light-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-light-webfont.svg#open_sanslight) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-regular-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-regular-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-regular-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.svg#open_sansextrabold) format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-semibold-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-semibold-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-semibold-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-bold-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-bold-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-bold-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
font-weight: 700;
font-style: normal;
} @font-face {
font-family: 'Ubuntu';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-b-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-b-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-b-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-b-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-b-webfont.svg#ubuntubold) format('svg');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-r-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-r-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-r-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-r-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-r-webfont.svg#ubunturegular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-l-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-l-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-l-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-l-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-l-webfont.svg#ubuntulight) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-m-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-m-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-m-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-m-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-m-webfont.svg#ubuntumedium) format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu Condensed';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-c-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-c-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-c-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-c-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/ubuntu-c-webfont.svg#ubuntu_condensedregular) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'Droid Sans';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/DroidSans-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/DroidSans-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/DroidSans-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/DroidSans-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/DroidSans-webfont.svg#droid_sansregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Yanone Kaffeesatz Regular';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Yanone Kaffeesatz Light';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Oswald Light';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Light-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Light-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Light-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Light-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Light-webfont.svg#OswaldLight) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Oswald';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.svg#OswaldBook) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'elusive';
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/elusive.eot);
src: url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/elusive.eot?#iefix) format('embedded-opentype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/elusive.woff) format('woff'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/elusive.ttf) format('truetype'),
url(//highpointbaptist.church/wp-content/themes/nirvana/fonts/elusive.svg?#elusive) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="crycon-"]:before, [class*=" crycon-"]:before {
font-family: "elusive";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: inherit;  margin-left: .2em;    cursor:inherit;
font-size:inherit;
} .crycon-author:before { content: '\e801'; } 
.crycon-category:before { content: '\e805'; } 
.crycon-category2:before { content: '\e817'; } 
.crycon-folder-close:before { content: '\e81c'; } 
.crycon-folder-open:before { content: '\e81d'; } 
.crycon-tag:before { content: '\e802'; } 
.crycon-bookmark:before { content: '\e810'; } 
.crycon-edit:before { content: '\e804'; } 
.crycon-comment:before { content: '\e800'; } 
.crycon-comments:before { content: '\e815';} 
.crycon-date:before { content: '\e82b'; } 
.crycon-time:before { content: '\e80d'; } 
.crycon-forward:before { content: '\e81b';-webkit-transform:rotate(180deg)  scale(-1, 1);-ms-transform:rotate(180deg)  scale(-1, 1);transform:rotate(180deg) scale(-1, 1);margin-left:5px;font-size:10px;
-moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } 
.crycon-reply:before { content: '\e81b';transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);margin-right:5px;font-size:10px;
-moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } .crycon-metas:before {
font-size: 13px;
line-height: 1;
cursor: default;
margin-right: 8px;
color: #555;
}
.crycon-time:before,.crycon-folder-close:before, .crycon-folder-open:before {font-size:14px; } 
.crycon-time:before {margin-top:1px; } 
.crycon-edit:before {margin-right:1px; } .crycon-status:before { content: '\e81a'; } 
.crycon-aside:before { content: '\e82a'; } 
.crycon-link:before { content: '\e818'; } 
.crycon-audio:before { content: '\e823'; } 
.crycon-video:before { content: '\e829'; } 
.crycon-image:before { content: '\e824'; } 
.crycon-gallery:before { content: '\e825'; } 
.crycon-quote:before { content: '\e80f'; } .crycon-search:before { content: '\e816'; } 
.crycon-down-dir:before { content: '\e803'; } 
.crycon-right-dir:before { content: '\e806'; } 
.crycon-angle-left:before { content: '\e807'; } 
.crycon-angle-right:before { content: '\e808'; } 
.crycon-angle-up:before { content: '\e809'; } 
.crycon-angle-down:before { content: '\e80a'; } 
.crycon-minus:before { content: '\e80b'; } 
.crycon-left-open:before { content: '\e80c'; } 
.crycon-up:before { content: '\e80e'; } 
.crycon-left-dir:before { content: '\e811'; } 
.crycon-up-open:before { content: '\e812'; } 
.crycon-ok:before { content: '\e813'; } 
.crycon-cancel:before { content: '\e814'; } 
.crycon-up-dir:before { content: '\e819'; } 
.crycon-right-open:before { content: '\e81e'; } 
.crycon-home:before { content: '\e81f'; } 
.crycon-menu:before { content: '\e820'; } 
.crycon-plus:before { content: '\e821'; } 
.crycon-down-open:before { content: '\e822'; } 
.crycon-down:before { content: '\e826'; } 
.crycon-left:before { content: '\e827'; } 
.crycon-right:before { content: '\e828'; } 
.crycon-star-empty:before { content: '\e82c'; } 
.crycon-star:before { content: '\e82d'; } 
.crycon-mail:before { content: '\e82e'; } 
.crycon-home-1:before { content: '\e82f'; } 
.crycon-attach:before { content: '\e830'; } 
.crycon-eye:before { content: '\e831'; } 
.crycon-eye-off:before { content: '\e832'; } 
.crycon-tags:before { content: '\e833'; } 
.crycon-flag:before { content: '\e834'; } 
.crycon-warning:before { content: '\e835'; } 
.crycon-location:before { content: '\e836'; } 
.crycon-trash:before { content: '\e837'; } 
.crycon-doc:before { content: '\e838'; } 
.crycon-phone:before { content: '\e839'; } 
.crycon-cog:before { content: '\e83a'; } 
.crycon-basket:before { content: '\e83b'; } 
.crycon-basket-circled:before { content: '\e83c'; } 
.crycon-wrench:before { content: '\e83d'; } 
.crycon-wrench-circled:before { content: '\e83e'; } 
.crycon-mic:before { content: '\e83f'; } 
.crycon-volume:before { content: '\e840'; } 
.crycon-volume-down:before { content: '\e841'; } 
.crycon-volume-off:before { content: '\e842'; } 
.crycon-headphones:before { content: '\e843'; } 
.crycon-lightbulb:before { content: '\e844'; } 
.crycon-resize-full:before { content: '\e845'; } 
.crycon-resize-full-alt:before { content: '\e846'; } 
.crycon-resize-small:before { content: '\e847'; } 
.crycon-resize-vertical:before { content: '\e848'; } 
.crycon-resize-horizontal:before { content: '\e849'; } 
.crycon-move:before { content: '\e84a'; } 
.crycon-zoom-in:before { content: '\e84b'; } 
.crycon-zoom-out:before { content: '\e84c'; } 
.crycon-arrows-cw:before { content: '\e84d'; } 
.crycon-desktop:before { content: '\e84e'; } 
.crycon-inbox:before { content: '\e84f'; } 
.crycon-cloud:before { content: '\e850'; } 
.crycon-book:before { content: '\e851'; } 
.crycon-certificate:before { content: '\e852'; } 
.crycon-tasks:before { content: '\e853'; } 
.crycon-thumbs-up:before { content: '\e854'; } 
.crycon-thumbs-down:before { content: '\e855'; } 
.crycon-help-circled:before { content: '\e856'; } 
.crycon-star-circled:before { content: '\e857'; } 
.crycon-bell:before { content: '\e858'; } 
.crycon-rss:before { content: '\e859'; } 
.crycon-trash-circled:before { content: '\e85a'; } 
.crycon-cogs:before { content: '\e85b'; } 
.crycon-cog-circled:before { content: '\e85c'; } 
.crycon-calendar-circled:before { content: '\e85d'; } 
.crycon-mic-circled:before { content: '\e85e'; } 
.crycon-volume-up:before { content: '\e85f'; } 
.crycon-print:before { content: '\e860'; } 
.crycon-edit-alt:before { content: '\e861'; } 
.crycon-edit-2:before { content: '\e862'; } 
.crycon-block:before { content: '\e863'; }html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: grayscale;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: normal;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
clear: none;
}
.entry-content h1 { font-size: 32px; }
.entry-content h2 { font-size: 28px; }
.entry-content h3 { font-size: 24px; }
.entry-content h4 { font-size: 20px; }
.entry-content h5 { font-size: 16px; }
.entry-content h6 { font-size: 12px; }
.entry-content blockquote {
display: table;
position: relative;
padding: 2em;
margin: 0 auto;
width: auto;
font-style: italic; }
.entry-content blockquote:before {
position: absolute;
left: 1em;
top: 0;
content: '\e80f';
font-family: 'elusive';
font-size: 1em;
color: rgba(0,0,0,.05);
z-index: 0;
}
.entry-content blockquote:after {
position: absolute;
right: 1em;
bottom: 0;
content: '\e80f';
font-family: 'elusive';
font-size: 1em;
color: rgba(0,0,0,.05);
z-index: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#content blockquote p {
margin-bottom: 0;
font-size: 1.2em;
}
del {
text-decoration: line-through;
} table {
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
} .entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
padding: 0;
list-style: none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 2em;
font-size: 1.2em;
}
.aligncenter[class^='wp-block']:not([class^='wp-block-cover']) {
display: table;
}
.wp-block-separator {
max-width: 25%;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots::before {
color: inherit;
}
.wp-block-button {
transition: .2s opacity;
}
.wp-block-button:hover {
opacity: 0.85;
}
.wp-block-pullquote {
text-align: inherit;
} #container {
float: none;
margin: 0;
width: 100%;
}
#content {
margin-bottom: 0;
}
.sidey {
display: block;
float: left;
}
#footer {
clear: both;
width: 100%;
} pre {
font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-content pre {
border-left: 10px solid;
padding: 1.3em;
white-space: nowrap;
line-height: 1.5;
overflow: auto;
}
.entry-content code {
}  div.menu,
#colophon,
#branding,
#main,
#header {
margin: 0 auto;
}
#forbottom {
clear: both;
display: block;
margin: 0 auto;
padding: 40px 0;
min-height: 400px;
}
#masthead {
background-position: 50% top;
background-repeat: repeat-x;
}
#branding {
display: block;
clear: both;
height: 75px;
padding: 0;
position: relative;
overflow: hidden;
margin: 0 auto;
}
a#logo {
display: inline;
height: 100%;
}
#linky {
background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
display: block;
width: 100%;
height: 100%;
} #footer-widget-area {
overflow: hidden;
}
.footerfour .widget-area {
float: left;
margin-right: 2%;
width: 23.5%;
}
.footerthree .widget-area {
float: left;
margin-right: 2%;
width: 32%;
}
.footertwo .widget-area {
float: left;
margin-right: 2%;
width: 49%;
}
.footerone .widget-area {
float: left;
width: 100%;
}
.footertwo #second,
.footerthree #third,
.footerfour #forth {
margin-right: 0;
}
#footer-widget-area #fourth {
margin-right: 0;
}
#site-generator {
float: right;
width: 220px;
}  html {
font-size: 17px;
line-height: 1.8;
}
hr {
border: 1px solid transparent;
clear: both;
height: 1px;
} .entry-content ul {
margin-left: 1.6em;
}
.entry-content ul[class^='wp-block'],
.entry-content [class^='wp-block'] ul {
margin-left: 0;
}
.entry-content ul li,
.entry-content ol li {
padding: 2px 0;
}
.entry-content ul {
list-style-type: disc;
}
.entry-content ol > li {
text-indent: 0;
}
.entry-content  li li {
margin-left: 1em;
}
ol {
list-style-type: decimal;
margin-left: 1.8em;
}
ol ol {
list-style-type: upper-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
ol ol ol ol {
list-style-type: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
}
dl {
margin: 0 0 24px 0;
}
dt {
font-weight: bold;
}
strong {
font-weight: bold;
}
cite,
em,
i {
font-style: italic;
}
big {
font-size: 131.25%;
}
ins {
text-decoration: none;
}
pre {
line-height: 1.5;
padding: 1.5em;
}
abbr,
acronym {
border-bottom: 1px dotted transparent;
cursor: help;
}
sup,
sub {
position: relative;
height: 0;
line-height: 1;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
max-width: 100%;
border: 1px solid transparent;
padding: 7px 5px;
font-family: inherit;
font-size: 1em;
background: transparent;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
input[type="submit"],
input[type="reset"] {
border: 1px solid transparent;
padding: 10px 15px;
cursor: pointer;
font-size: .9em;
}
input[type="file"] {
font-size: initial;
}
input:focus,
textarea:focus {
outline: none;
}
select option {
padding: .25em;
}
select optgroup,
select option {
font-family: inherit;
}
input::-moz-focus-inner{ border: 0;
padding: 0;
}
a:link,a:visited  {
text-decoration: none;
} .screen-reader-text {
position: absolute;
left: -9000px;
} #header {
background: none;
}
#site-title {
float: left;
font-size: 32px;
line-height: 1.1;
}
#site-title a {
text-decoration: none;
display: block;
font-weight: 300;
padding: 5px 0;
}
#site-description {
display: inline;
float: left;
font-size: 1.2em;
line-height: 1.5;
clear: both;
font-weight: 300;
}
#bg_image {
display: block;
margin: 0 auto;
}
#header-container {
display: block;
position: relative;
float: none;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
height: auto;
}
#branding #bg_image + #header-container {
position: absolute;
}
#header:after {
content: "";
display: table;
clear: both;
} #header-widget-area {
display: block;
position: absolute;
right: 0;
top: 5px;
overflow: hidden;
height: 100%;
width: 50%;
z-index: 251;
} #nav-toggle {
display: none;
}
#access {
display: block;
float: left;
margin: 0 auto;
width: 100%;
}
#access ul {
line-height: 1.6;
}
#access ul li.current_page_item,
#access ul li.current-menu-item {}
#access a {
display: block;
text-decoration: none;
font-size: 14px;
}
#access a > span {
display: block;
padding: 17px 18px;
text-transform: uppercase;
}
#access > .menu > ul {
margin-left: -10px;
}
#access > .menu > ul li > a:not(:only-child) > span:after {
font-family: "Elusive";
content: '\e80a';
position: absolute;
right: 9px;
top: 16px;
z-index: 5;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#access > .menu > ul ul > li a:not(:only-child) > span:after {
top: 11px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
#access > .menu li a:not(:only-child) > span {
padding-right: 18px;
}
#access > .menu > ul > li:hover > a:not(:only-child) > span:after {
top: 20px;
filter: alpha(opacity=0);
opacity: 0;
}
#access > .menu > ul ul > li:hover > a:not(:only-child) > span:after {
right:-20px;
opacity:0;
filter: alpha(opacity=0);
}
#access > .menu > ul > li > a:not(:only-child) > span {
padding-right: 24px;
}
#access ul li {
position: relative;
display: block;
float: left;
white-space: nowrap;
}
#access ul ul {
display: none;
position: absolute;
clear: both;
z-index: 260;
margin-left: 0;
min-width: 125%;
}
#access ul li a {
letter-spacing: 1px;
}
#access ul ul li { display: table;
position: relative;
margin: 0;
width: 100%; float: left;
clear: both;
}
#access ul ul li:last-child {}
#access ul ul ul li:last-child {}
#access ul ul li a span{
padding: 15px 18px;
}
#access ul ul ul {
position: absolute;
left: 100%;
top: 0;
margin: 0;
min-width: 150px;
}
#access ul ul ul li { width: 100%;
display: block;
float: none;
}
#access ul ul ul ul li { }
#access ul ul a,
#access ul ul ul a {
display: table;
float: none;
min-width: 150px;
width: 100%;
}
#access ul ul li:hover,
#access ul ul ul li:hover {}
#access li,
#access ul ul li {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#access ul ul :hover > a {}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{}
#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent {}
#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li a:hover {}
.nirvana-menu-center #access > .menu {
display: table;
margin: 0 auto;
float: none;
}
.nirvana-menu-center #access > .menu {
text-align: center;
}
.nirvana-menu-center #access > .menu > ul > li > a > span {
text-align: center;
}
.nirvana-menu-center #access > .menu > ul > li {
display: inline-block;
float: initial;
vertical-align: middle;
}
.nirvana-menu-center #access > .menu > ul > * {
text-align: initial;
}
.nirvana-menu-center #access > .menu > ul > li.menu-main-search {
margin-top: 0;
}
.nirvana-menu-right #access  ul.menu {
float: right;
}
.nirvana-menu-right #nav-toggle {
text-align: right;
}
.nirvana-menu-rightmulti #access ul li {
float: right;
}
.nirvana-menu-rightmulti #nav-toggle {
text-align: right;
}
.nirvana-menu-left #nav-toggle {
text-align: left;
} .topmenu {
display: inline;
float: right;
width: auto;
}
.topmenu ul {
margin-top: 7px;
}
.topmenu ul li {
display: block;
float: left;
line-height: 2.2;
}
.topmenu ul li a {
display: block;
margin: 0 3px;
padding: 0 10px;
letter-spacing: .4px;
font-size: 12px;
text-transform: uppercase;
border-radius: 2px;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.footermenu {
padding: 5px 0;
display: table;
margin: 0 auto;
}
.footermenu > ul {
float: left;
}
.footermenu ul li {
display: block;
float: left;
margin: 5px;
text-align: center;
white-space: nowrap;
border: 1px solid transparent;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.footermenu ul li a {
display: block;
padding: 5px 10px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
} #topbar {
display: block;
height: 42px;
width: 100%;
border-bottom: 1px solid transparent;
position: relative;
z-index: 270;
-webkit-transition:.2s opacity;
transition:.2s opacity;
}
#topbar:hover { filter: alpha(opacity=100);
opacity: 1;
}
#topbar-inner {
display: block;
margin: 0 auto;
}
body.nirvana-topbarfull #topbar-inner {
max-width: 95%;
}
body.nirvana-topbarhide #topbar {
display: none;
}
body.nirvana-topbarfixed #topbar {
position: fixed;
top: 0;
z-index: 300;
opacity: 0.8;
}
body.nirvana-topbarfixed #header-full {
margin-top: 42px;
}
body.nirvana-topbarfixed.admin-bar #topbar {
top: 32px;
} #main {
clear: both;
padding: 0;
margin-top: 20px;
}
#content {
font-size: inherit;
line-height: inherit;
}
.entry-meta a,
.widget-container a,
.footer2 a {
border-bottom: 1px dotted transparent;
-webkit-transition: .25s ease all;
transition: .25s ease all;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
font-size: 1em;
line-height: 1.5;
overflow: auto;
font-family: "Courier New", Courier, monospace;
}
#content code {
font-size: .9em;
}
#content dt,
#content th {
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
line-height: 1.5;
margin: 20px 0 0;
}
#content table {
border: 0;
margin: 0 0px 24px 0;
text-align: left;
width: 100%;
vertical-align: top;
}
#content tr {
vertical-align: top;
}
#content .alternate {}
#content tr th,
#content thead th {
padding: 9px 24px;
font-weight: 600;
}
#content tr td {
border-top: 1px solid transparent;
padding: 6px 24px;
}
#content tr td:last-child, #content tr th:last-child {
border-right: none;
}
#content tr.odd td {}
.page-header {
display: block;
float: none;
padding: 10px 0px;
}
body:not(.author) .page-header {
margin-bottom: 26px;
}
.page-header .category-archive-meta {
padding-top: 5px;
}
.page-title {
font-size: 1em;
font-weight: bold;
display: block;
border-bottom: 1px solid transparent;
}
.page-title-text {
display: inline-block;
border-bottom: 1px solid transparent;
padding: 3px 0 3px 6px;
margin-bottom: -1px;
}
.page-title span {
font-size: 1em;
font-style: italic;
font-weight: normal;
display: inline-block;
margin-bottom: -4px;
padding: 6px;
border-bottom: 1px solid transparent;
}
.page-title a:link,
.page-title a:visited {
text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
}
body:not(.author) .taxonomy-description {
padding: 14px 7px;
}
#content .entry-title {
font-weight: 300;
line-height: 1.2;
padding: 0;
margin: 0;
word-wrap: break-word;
}
.entry-title a {
font-weight: 300;
}
.entry-title a:link,
.entry-title a:visited {
color: inherit;
text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
display: block;
font-size: 12px;
clear: both;
overflow: hidden;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
margin: 4px 0 20px 0;
padding: 7px 4px;
}
h1.entry-title + .entry-meta {
margin-bottom: 30px;
}
div > footer.entry-meta {
border:0;
}
.entry-meta span,
.entry-utility span {
display: block;
float: left;
line-height: 28px;
margin-right: 15px;
font-size: 16px;
}
.entry-meta span a {
font-size: 16px;
}
.entry-meta time.updated {
display: none;
}
.entry-utility {
clear: both;
font-size: 16px;
}
.footer-tags {
display: block;
float: left;
font-size: 16px;
}
.entry-utility span.bl_bookmark {
float: none;
display: inline;
padding: 0;
}
.comments-link {
float: right;
line-height: 28px;
}
.comments-link * {
font-size: 15px;
}
.comments-link b {
font-weight: normal;
}
#content span.entry-format {
display: inline;
float: left;
font-size: .6em;
line-height: 2;
padding: 0 3px;
}
h3.entry-format > i:before {
cursor:default;
}
.entry-meta abbr,
.entry-utility abbr {
border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
border-bottom: 1px dotted transparent;
}
.entry-content,
.entry-summary {
clear: both;
padding-top: 8px;
word-wrap: break-word;
}
#content .entry-summary p:last-child {
margin-bottom: 12px;
}
.entry-content fieldset {
margin: 0 0 24px 0;
}
.entry-content fieldset legend {
font-weight: bold;
}
.entry-content sup,
.entry-content sub {
font-size: 10px;
}
.entry-content blockquote.left {
float: left;
margin-left: 0;
margin-right: 24px;
text-align: right;
width: 33%;
}
.entry-content blockquote.right {
float: right;
margin-left: 24px;
margin-right: 0;
text-align: left;
width: 33%;
}
.tag-links {
margin-left: 30px;
}
.page-link {
margin: 10px 0;
clear:both;
}
.page-link a,
.page-link > span > em {
font-weight: normal;
text-decoration: none;
padding: 0 10px;
border-right: 1px solid transparent;
}
.page-link em {
font-style:normal;
}
.page-link  a:last-child,
.page-link > span > em:last-child {
border-right: none;
}
.page-link a:hover {}
span.edit-link {
float: right;
display: block;
margin: 0 0 0 10px;
padding: 0;
font-size: 12px;
}
#author-info {
clear: both;
line-height: 1.5;
margin: -10px 0 24px 0;
overflow: hidden;
padding: 0 0 15px 0;
}
#author-info #author-avatar {
float: left;
height: 80px;
margin: 0 -100px 0 20px;
}
#author-info #author-description {
float: left;
margin: 15px 0 0 130px;
}
#entry-author-info {
clear: both;
line-height: 1.5;
margin: 30px 0;
overflow: hidden;
padding: 0 0 18px 0px;
border-top: 1px solid transparent;
}
#entry-author-info #author-avatar {
float: left;
height: 80px;
margin: 0 -100px 0 20px;
}
#author-avatar .avatar {
border-radius: 0 0 100% 100%;
}
#entry-author-info #author-description {
float: left;
margin: 0 0 0 130px;
}
#entry-author-info h2 {
font-size: 100%;
font-weight: bold;
margin: 0.75em 0 0.5em;
}
#author-link {
margin-top: 0.75em;
}
#content .video-player {
padding: 0;
}  .home #content .format-aside p,
.home #content .category-asides p {
line-height: 20px;
margin-bottom: 10px;
margin-top: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
padding-top: 0;
}
#content .format-aside .entry-title {
display: none;
}
#content .format-aside .entry-format {
font-size: 1.5em;
line-height: 1.5;
padding-top: 10px;
}
#content .format-aside .entry-content,
#content .format-aside .entry-summary {
clear: right;
}
#content .format-aside .author ,
#content .format-aside  .bl_categ {
display: none;
} .gallery {
margin-bottom: 20px;
margin-left: -4px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: table;
margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
text-align: center;
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-icon {
line-height: 0;
}
.gallery-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
max-height: 50%;
padding: 2px 8px;
margin: 0;
color: #fff;
font-size: 1em;
line-height: 1.3;
filter: alpha(opacity=0);
opacity: 0;
text-align: left;
cursor: default;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.gallery-item:hover .gallery-caption {
filter: alpha(opacity=1);
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .format-chat p {
font-family: Monaco, "Courier New", monospace;
} .format-quote blockquote,
.format-quote blockquote p {
font-family: Georgia, "Bitstream Charter", serif;
font-size: 1.1em;
} .format-status .entry-title { }
.status_content {
}
.format-status .avatar {
display: block;
width: auto;
float: left;
margin: 10px 10px 10px 0;
} .attachment .entry-content .entry-caption {
font-size: 140%;
margin-top: 24px;
} .post_thumbnail {
max-width: 100%;
height: auto;
}
.entry-content img {
max-width: 100%;
height: auto;
}
.sidey select {
max-width: 100%;
}
.sidey img {
max-width: 100%;
height: auto;
}
#content table img {
max-width: inherit;
vertical-align: top;
}
.alignleft,
img.alignleft,
.alignleft img {
float: left;
margin-right: 26px;
margin-top: 4px;
}
.alignright,
img.alignright,
.alignright img {
float: right;
margin-left: 34px;
margin-top: 4px;
}
.aligncenter,
img.aligncenter,
.aligncenter img {
clear: both;
margin-left: auto;
margin-right: auto;
}
img.aligncenter {
display: block;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 12px;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption img {
filter: alpha(opacity=99);
opacity: 0.99;
-webkit-transition:all .3s ease-in-out;
transition: all .3s ease-in-out;
}
img.alignleft:hover,
img.alignright:hover,
img.aligncenter:hover,
img.alignnone:hover,
.wp-caption img:hover {
filter: alpha(opacity=85);
opacity: 0.85;
}
.wp-caption {
margin-bottom: 20px;
text-align: center;
max-width: 100%;
position: relative;
}
.wp-caption img {
border: none;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
}
.wp-caption > a,
.wp-caption > a {
line-height: 0;
display: block;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-text {
bottom: 0;
margin-bottom:0;
padding: 10px 5px;
position: absolute;
text-align: center;
text-indent: 0;
width: 100%;
}
.wp-smiley {
margin: 0;
width: 1em;
background: none ;
border: 0;
vertical-align: middle;
-webkit-box-shadow: none;
box-shadow: none;
}
.attachment img { display: block;
margin: 0 auto;
max-width: 96%;
} .navigation {
overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
text-decoration: none;
}
.navigation a:active,
.navigation a:hover {}
.nav-previous a {
float: left;
width: 50%;
padding: 10px 1%;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}
.nav-next a {
float: right;
text-align: right;
width: 50%;
padding: 10px 1%;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}
.meta-nav-prev:before {
font-family: "elusive";
content: '\e827';
font-style: normal;
margin-right: 5px;
font-size: 9px;
}
.meta-nav-next:before {
font-family: "elusive";
content: '\e828';
font-style: normal;
margin-left: 5px;
font-size: 9px;
}
.single #nav-above {
display: block;
}
#nav-below {
margin-bottom: 20px;
margin-top: 5px;
display: block;
float: none;
clear: both;
} #comments {
padding: 10px 0;
clear: both;
}
#comments .navigation {
padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
font-size: 1.7em;
}
h3#comments-title {
margin-bottom: 1em;
line-height: 2;
border-bottom: 1px solid transparent;
}
h3#comments-title span {
display: inline-block;
padding: 0 30px;
font-weight: 300;
border-radius: 5px 5px 0 0;
}
.commentlist {
list-style: none;
margin: 0;
}
.commentlist li.comment {
margin: 0;
list-style: none;
line-height: 1.5;
}
.commentlist li.comment:hover {
}
.commentlist .comment-body {
padding: 10px 0;
overflow: hidden;
clear: both;
margin-bottom: 20px;
}
.commentlist li:last-child {
}
#comments .comment-body ul,
#comments .comment-body ol {
}
#comments .comment-body p:last-child {
margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
margin-bottom: 24px;
}
.commentlist ol {
list-style: decimal;
}
.avatar-container {
float: left;
position: relative;
height: 61px;
overflow: hidden;
}
.avatar-container:before {
content: "";
width: 100%;
height: 1px;
bottom: 0;
position: absolute;
}
.commentlist .avatar {
padding-bottom: 1px;
position: relative;
top: 5px;
border-radius: 5px 5px 0 0;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.comment > div:hover .avatar:nth-child(1) {
top: 0;
}
.comment-author {
display: inline-block;
line-height: 24px;
-webkit-transition: background .3s ease;
transition: background .3s ease;
}
.comment-details {
position: relative;
float: left;
padding: 7px 15px;
height: 61px;
border-bottom: 1px solid transparent;
}
.comment-author cite {
font-style: normal;
font-weight: normal;
font-size: 1.1em;
}
.comment-meta {
font-size: 0.9em;
}
.comment-meta a:link,
.comment-meta a:visited {
text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.commentlist .comment-await {
padding: 10px 0;
display: block;
clear: both;
}
.comment .reply a {
display: inline-block;
font-size: 15px;
padding: 0 15px;
line-height: 2.4;
border: 1px solid transparent;
width: auto;
text-align: right;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.comment .reply a:hover {}
.comment .reply a .crycon-reply:before {
margin-right: 10px;
position: relative;
left: 0;
top: 0;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.comment .reply a:hover .crycon-reply:before {
left: -4px;
top: -4px;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
@-webkit-keyframes reply-arrow {
0% { left: 0; }
50% { left: -10px; }
100% { left: 0; }
}
@keyframes reply-arrow {
0% { left: 0; }
50% { left: -10px; }
100% { left: 0; }
}
.commentlist .children {
background-image: none;
list-style: none;
margin: 0;
margin-left: 20px;
}
.commentlist .children li {
border: none;
background-image: none;
margin: 0;
text-indent: 0;
}
#content .nocomments, #content .nocomments2 {
margin-bottom: 0;
}
.hideme {
display:none;
}
#comments .pingback {
border-bottom: 1px solid transparent;
margin-bottom: 18px;
padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
margin-top: -6px;
}
#comments .pingback p {
display: block;
font-size: 12px;
line-height: 18px;
margin: 0;
}
#comments .pingback .url {
font-size: 13px;
font-style: italic;
} #respond {
margin: 0;
overflow: hidden;
position: relative;
}
#respond p {
margin: 0;
}
#respond .comment-notes {
margin-bottom: 0.2em;
font-size: 0.8em;
}
.form-allowed-tags {
line-height: 1;
}
.children #respond {
margin: 0 48px 0 0;
min-width: 400px;
}
h3#reply-title {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: 300;
}
#comments-list #respond {
margin: 0 0 18px 0;
}
#comments-list ul #respond {
margin: 0;
}
#cancel-comment-reply-link {
font-size: 12px;
font-weight: normal;
line-height: 1.5;
}
#respond .required {}
#commentform  {
max-width: 550px;
display: block;
}
#commentform > p {
font-size: 0.9em;
}
#respond label {
}
#respond input:not([type="checkbox"]):not([type="radio"]) {
width: 100%;
}
#respond .comment-form-comment label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
display:none;
}
#respond .comment-form-cookies-consent {
clear: both;
}
#respond .form-submit input[type="submit"],
#respond .form-submit input[type="reset"],
#respond .form-submit button {
width: auto;
}
.comment-form-comment textarea {
display: block;
float: none;
height: 150px;
width: 100%;
padding: 10px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
display: block;
float: none;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
display: block;
float: none;
}
#respond input:hover,
#respond textarea:hover {}
#respond .form-allowed-tags {
font-size: 12px;
line-height: 1.5;
width: 100%;
clear: both;
display: block;
float: none;
}
#respond .form-allowed-tags code {
font-size: 11px;
}
#respond .form-submit {
margin: 12px 0;
text-align: right;
clear: both;
}
#respond .form-submit input {
font-size: 15px;
width: auto;
}
#respond .form-submit input#submit {
border: 1px solid transparent;
-webkit-transition: background-color .2s ease;
transition: background-color .2s ease;
}
#respond .form-submit input#submit:hover {
cursor: pointer;
}
.button {
border: 1px solid transparent;
padding: 4px 7px;
-webkit-transition: background-color .2s ease;
transition: background-color .2s ease;
}
.file:hover,
.button:hover {
cursor:pointer;
} .widget-area ul,
.widget-area ul ul {
list-style: none;
list-style-image: none;
}
.widget-container {
padding: 5px;
margin: 0 0 20px 0;
}
.widget-container > * {
max-width: 100%;
}
.widget-container ul li {
display: block;
float: none;
margin-bottom: 0.5em;
}
.widget-title {
font-size: 16px;
text-align: left;
margin-bottom: 10px;
border-bottom: 1px solid transparent;
}
.widget-title span {
display: inline-block;
line-height: 2.2;
padding: 0 10px;
position: relative;
top: 1px;
border-bottom: 1px solid transparent;
}
#footer-widget-area a:hover {
text-decoration: underline;
}
.widget-area a:link,
.widget-area a:visited {
text-decoration: none;
word-wrap: break-word;
}
.widget-area a:active,
.widget-area a:hover {}
.widget-area .entry-meta {
font-size: 11px;
} .searchform {
display: block;
height: auto;
position: relative;
overflow: hidden;
max-width: 300px;
}
.contentsearch {
display: block;
float: none;
overflow: hidden;
margin-bottom: 20px;
margin-top: 20px;
padding: 10px;
}
.no-results .contentsearch {
padding: 0;
}
.searchform input[type="search"]  { display: block;
float: left;
font-size: 18px;
padding: 0 50px 0 10px;
height: 52px;
width: 100%;
line-height: 1;
}
.contentsearch .searchform input[type="search"] {
margin-left: 0;
}
.searchsubmit[type="submit"] {
font-family: "elusive";
display: block;
position: absolute;
right: 0;
top: 0;
height: 52px;
width: 52px;
padding: 0;
font-size: 17px;
vertical-align: middle;
background: transparent;
z-index: 4;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.searchform:after {
display: block;
position: absolute;
content: "";
right: 0;
top: 0;
z-index: 3;
width: 52px;
height: 100%;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
outline: 1px solid transparent;
}
.searchform:hover:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
outline: 1px solid transparent;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} .menu-header-search {
margin: 1px 10px;
width: 20px;
}
.menu-header-search .searchform {
position: absolute;
margin-top: 33px;
margin-left: -230px;
z-index: 10;
display: none;
filter: alpha(opacity=0);
opacity: 0;
}
.menu-header-search .searchform:after,
.menu-header-search .searchsubmit {
display: none;
}
.menu-header-search .searchform input[type="search"] {
font-size: 16px;
padding: 5px 30px 5px 10px;
width: 260px;
border: 0;
height: 3em;
line-height: 1;
}
i.search-icon {
position: absolute;
cursor: pointer;
z-index: 11;
-webkit-transition: .3s all ease;
transition: .3s all ease;
}
i.search-icon:before {
font-family: "Elusive";
content: '\e816';
display:	block;
font-style:	normal;
font-size:	inherit;
font-size: 12px;
line-height: 2.4;
} #access li.menu-main-search {
float: right;
margin-top: 4px;
max-width: 200px;
}
#access li.menu-main-search .searchform input[type="search"] {
height: 48px;
font-size: 17px;
}
#access li.menu-main-search .searchsubmit[type="submit"] {
height: 48px;
width: 48px;
}
li.menu-main-search  .searchform:after {
background-color: transparent;
}
li.menu-main-search .searchsubmit {
font-size: 15px;
top: 1px;
}
.nirvana-boxed .menu-main-search {
margin: 5px;
} li.menu-footer-search {
max-width: 120px;
}
li.menu-footer-search .searchform:after {
background-color: transparent;
}
li.menu-footer-search .searchform .s {
font-size: 13px;
line-height: 1.5;
height: auto;
border: none;
padding: 5px 10px;
}
li.menu-footer-search .searchform .s:hover {
background: none;
}
li.menu-footer-search .searchsubmit {
font-size: 13px;
line-height: 1.5;
height: auto;
width: auto;
right: 10px;
top: 5px;
} #wp-calendar {width:100%;}
#wp-calendar caption {
font-size: 14px;
font-weight: bold;
padding-bottom: 4px;
margin-left: 10px;
}
#wp-calendar thead {
font-size: 11px;
}
#wp-calendar tbody td {
padding: 3px 0 2px;
text-align: center;
border: 1px solid transparent;
}
#wp-calendar tbody td:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}
#wp-calendar tbody td a{
border: none;
background: none;
padding: 0;
margin: 0;
}
#wp- tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
text-align: right;
}
.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
width: 11px;
height: 11px;
} #main .widget-area ul {
margin-left: 0;
padding: 0;
}
#main .widget-area ul ul {
border: none;
margin-left: 10px;
padding: 10px 0 0 0;
} .yoyo .widget-title {
background: none;
padding: 0;
margin: 0;
} #footer-widget-area {
margin: 40px 0 30px 0;
}
#footer-widget-area a{} #footer {
margin-top: 20px;
margin-bottom: 0;
}
#footer a{
-webkit-transition: color .2s;
transition: color .2s;
}
#footer2 {
display: block;
padding: 35px 0 0;
overflow: visible;
width: 100%;
}
#footer2-inside {
display: block;
float: none;
margin: 0 auto;
}
#footer2:after {
content: "";
display: table;
clear: both;
}
#colophon {
margin: 0 30px;
overflow: hidden;
display: block;
float: none;
margin: 0 auto;
}
#site-copyright {
display: block;
float: none;
padding: 10px 0;
font-style: italic;
clear: both;
margin: 0 auto;
text-align: center;
font-size: 15px;
line-height: 1.5;
}
#footer a,#footer a:hover{
text-decoration: none;
}
img#wpstats {
display: block;
margin: 0 auto 10px;
} pre {
-webkit-text-size-adjust: 140%;
}
code {
-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
-webkit-text-size-adjust: 120%;
}
#site-description {
-webkit-text-size-adjust: none;
}  .socials {
float: right;
position: relative;
}
.socials a {
display: block;
float: left;
position: relative;
line-height: 0;
border-radius: 2px;
padding: 6px;
}
.socials a:hover {
border: 0;
}
.socials img {
position: relative;
z-index: 99;
} .socials .socials-hover {
display: block;
position: absolute;
left: 0;
top: 0;
width: 38px;
height: 38px;
border-radius: 2px;
outline: 1px solid transparent;
-webkit-transition: .3s all ease;
transition: .3s all ease;
}
.socials a:hover .socials-hover {
z-index: 100;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
outline: 1px solid transparent;
}
.socials a:hover img {
z-index: 101;
} #sheader {
float: left;
top: 5px;
}
#sheader a {
margin-right: -6px;
}
#sheader.socials a {
padding: 3px;
}
#sheader.socials .socials-hover {
width: 32px;
height: 32px;
} #smenul,
#smenur {
float: none;
margin: 0 auto;
display: table;
}
#smenul a,
#smenur a {
margin: 0 5px;
} #srights,
#slefts {
display: block;
position: fixed;
right: 0;
top: 40%;
height: auto;
width: 42px;
padding: 5px;
margin: 0;
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 99;
-webkit-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#slefts {
left: 0;
}
#srights:hover,
#slefts:hover {
filter: alpha(opacity=100);
opacity: 1;
}
#srights a,
#slefts a {
display: block;
float: none;
clear: both;
margin-top: -6px;
} #sfooter-full {
width: 100%;
display: block;
overflow: hidden;
clear: both;
float: none;
padding: 12px 0;
margin-top: 20px;
}
#sfooter {
float: none;
clear: both;
display: table;
margin: 0 auto;
text-align: center;
}
#sfooter a {
margin-right: 10px;
}
#sfooter.socials a {
padding: 0;
}
#sfooter.socials .socials-hover {
width: 28px;
height: 28px;
} article.post,
article.page {
display: block;
overflow: hidden;
margin: 0;
padding: 0;
margin-bottom: 36px;
}
div.post,
div.page,
.yoyo > li {
display: block;
overflow: hidden;
padding: 0;
margin-bottom: 36px;
}
.sticky h2.entry-title a {
padding: 2px 5px;
}
#toTop {
display: block;
width: auto;
height: auto;
position: fixed;
bottom: -50px;
right: 40px;
cursor: pointer;
padding: 14px;
font-size: 14px;
background: rgba(0,0,0,.06);
filter: alpha(opacity=0);
opacity: 0;
z-index: 251;
border: 1px solid rgba(255,255,255,.1);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,.28);
box-shadow: 0 0 1px rgba(0,0,0,.28);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#toTop:hover {}
.crycon-back2top:before {
content: '\e812';
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#toTop:hover .crycon-back2top:before {} .nirvana-image-none .entry-content img[class*='align'],
.nirvana-image-none .entry-content [class*='wp-block'][class*='align'] img,
.nirvana-image-none .entry-summary img[class*='align'],
.nirvana-image-none .entry-summary [class*='wp-block'][class*='align'] img {}
.nirvana-image-one .entry-content img[class*='align'],
.nirvana-image-one .entry-content [class*='wp-block'][class*='align'] img,
.nirvana-image-one .entry-summary img[class*='align'],
.nirvana-image-one .entry-summary [class*='wp-block'][class*='align'] img {
padding: 1px;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
}
.nirvana-image-two .entry-content img[class*='align'],
.nirvana-image-two .entry-content [class*='wp-block'][class*='align'] img,
.nirvana-image-two .entry-summary img[class*='align'],
.nirvana-image-two .entry-summary [class*='wp-block'][class*='align'] img {
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
padding: 0;
}
.nirvana-image-three .entry-content img[class*='align'],
.nirvana-image-three .entry-content [class*='wp-block'][class*='align'] img,
.nirvana-image-three .entry-summary img[class*='align'],
.nirvana-image-three .entry-summary [class*='wp-block'][class*='align'] img {
border: 1px solid #222;
padding: 0;
-webkit-box-shadow: 0 0 15px #ccc;
box-shadow: 0 0 15px #ccc;
}
.nirvana-image-four .entry-content img[class*='align'],
.nirvana-image-four .entry-content [class*='wp-block'][class*='align'] img,
.nirvana-image-four .entry-summary img[class*='align'],
.nirvana-image-four .entry-summary [class*='wp-block'][class*='align'] img {
padding: 10px;
border: 1px solid #DDD;
-webkit-box-shadow: 0 0 2px #CCC;
box-shadow: 0 0 2px #CCC;
}
.nirvana-image-five .entry-content img[class*='align'],
.nirvana-image-five .entry-content [class*='wp-block'][class*='align'] img,
.nirvana-image-five .entry-summary img[class*='align'],
.nirvana-image-five .entry-summary [class*='wp-block'][class*='align'] img {
border: 3px dashed #CCC;
}
.nirvana-image-one .entry-content img[class*='align']:hover,
.nirvana-image-one .entry-content [class*='wp-block'][class*='align'] img:hover,
.nirvana-image-one .entry-summary img[class*='align']:hover,
.nirvana-image-one .entry-summary [class*='wp-block'][class*='align'] img:hover {
background-color: #eee;
}
.nirvana-image-two .entry-content img[class*='align']:hover,
.nirvana-image-two .entry-content [class*='wp-block'][class*='align'] img:hover,
.nirvana-image-two .entry-summary img[class*='align']:hover,
.nirvana-image-two .entry-summary [class*='wp-block'][class*='align'] img:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.nirvana-image-three .entry-content img[class*='align']:hover,
.nirvana-image-three .entry-content [class*='wp-block'][class*='align'] img:hover,
.nirvana-image-three .entry-summary img[class*='align']:hover,
.nirvana-image-three .entry-summary [class*='wp-block'][class*='align'] img:hover {
-webkit-box-shadow: none;
box-shadow: none;
} .caption-simple #content .wp-caption .wp-caption-text {
position: inherit;
padding: 7px 5px;
font-style: italic;
}
.caption-dark #content .wp-caption .wp-caption-text {
padding: 20px 5px 10px;
color: #EEE;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(50%, rgba(0,0,0,.6)),  to(rgba(0,0,0,0.8)));
background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,.6) 50%,  rgba(0,0,0,0.8));
-webkit-text-shadow: 0 0 7px #000;
-moz-text-shadow: 0 0 7px #000;
text-shadow: 0 0 7px #000;
}
.caption-light #content  .wp-caption .wp-caption-text {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
color: #333;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)),  to(rgba(255,255,255,0.8)));
background: linear-gradient(to bottom, rgba(255,255,255,0.4),  rgba(255,255,255,0.8));
} #breadcrumbs {
display: block;
position: relative;
padding: 8px 0;
font-size: .8em;
}
#breadcrumbs-box {
display: block;
margin: 0 auto;
padding: 0 5px;
}
.crycon-homebread:before {
content: '\e81f';
font-size: 1em;
cursor: pointer;
}
#breadcrumbs a {}
#breadcrumbs a:hover {} .pagination {
display: table;
float: none;
margin: 20px auto;
text-align: center;
clear: both;
border: 1px solid transparent;
}
.pagination span,
.pagination a {
display: block;
position: relative;
float: left;
margin-right: 0;
padding: 15px 0;
width: 50px;
text-align: center;
font-size: .9em;
line-height: 20px;
text-decoration: none;
-webkit-transition: background .3s;
transition: background .3s;
}
.pagination span:first-child, .pagination a:first-child {
border-left: 0;
}
.pagination a:hover{}
.pagination .current{} a.continue-reading-link {
display: inline-block;
position: relative;
width: auto;
float: none;
padding: 4px 15px;
margin-top: 3px;
line-height: 2.5;
font-size: .8em;
letter-spacing: 1px;
text-transform: uppercase;
font-style: normal;
clear: both;
border: 2px solid transparent;
-webkit-transition: .25s all ease-in-out;
transition: .25s all ease-in-out;
}
.continue-reading-link  .crycon-right-dir:before {
margin-right: 0;
}
.continue-reading-link span {
position: relative;
z-index: 99;
}
a.continue-reading-link i.crycon-right-dir {
position: relative;
font-size: 13px;
z-index: 99;
-webkit-transition: color .5s ease-in;
transition: color .5s ease-in;
}
a.continue-reading-link:hover { }  .nivoSlider {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
.theme-default .nivoSlider img.nivo-main-image {
display: block;
position: relative;
width: 100%;
} .nivoSlider a.nivo-imageLink {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 6;
display: none;
} .nivo-slice {
display: block;
position: absolute;
z-index: 5;
height: 100%;
top: 0;
}
.nivo-box {
display: block;
position: absolute;
z-index: 5;
overflow: hidden;
}
.nivo-box img {
display: block;
} .nivo-caption {
display: none;
position: absolute;
left: 10%;
right: 10%;
top: 15%;
width: 80%;
z-index: 8;
margin: 0 auto;
padding: 10px;
overflow: hidden;
text-align:center;
border-radius: 0;
pointer-events: none;
}
.nivo-caption h2 {
display: inline;
width: auto;
margin-bottom: 10px;
line-height: 1.2;
letter-spacing: 3px;
padding: 5px;
font-weight: 700;
text-align: center;
position: relative;
-webkit-animation: myfirst .5s ease-out;
animation: myfirst .5s ease-out;
}
@-webkit-keyframes myfirst {
0% {
top: 50px;
filter: alpha(opacity=0);
opacity: 0;
display: none;
}
75% {
top: -10px;
filter: alpha(opacity=75);
opacity: .75;
display: block;
}
100% {
top: 0;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
}
@keyframes myfirst {
0% {
top: 50px;
filter: alpha(opacity=0);
opacity: 0;
display: none;
}
75% {
top: -10px;
filter: alpha(opacity=75);
opacity: .75;
display: block;
}
100% {
top: 0;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
}
h2.nivo-caption-mate {
-webkit-animation: myfirst2 .5s ease-out;
animation: myfirst2 .5s ease-out;
opacity: 0;
}
@-webkit-keyframes myfirst2 {
from {
top: 0px;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
to {
top: 50px;
filter: alpha(opacity=0);
opacity: 0;
display: none;
}
}
@keyframes myfirst2 {
from {
top: 0px;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
to {
top: 50px;
filter: alpha(opacity=0);
opacity: 0;
display: none;
}
}
.slide-text {
text-align: left;
line-height: 1.4;
letter-spacing: 1px;
font-weight: 300;
width: 80%;
display: block;
margin: 0 auto;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
@-webkit-keyframes mysecond {
0% {
top: -50px;
opacity: 0;
display: none;
}
75% {
top: 10px;
opacity: 1;
display: block;
}
100% {
top: 0px;
opacity: 1;
display: block;
}
}
@keyframes mysecond
{
0% {
top: -50px;
filter: alpha(opacity=0);
opacity: 0;
display: none;
}
75% {
top: 10px;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
100% {
top: 0px;
filter: alpha(opacity=100);
opacity: 1;
display: block;
}
}
.inline-slide-text {
position: relative;
filter: alpha(opacity=100);
opacity: 1;
display: inline;
-webkit-animation: mysecond .5s ease-in;
animation: mysecond .5s ease-in;
}
.theme-default .nivoSlider .slide-text a {
display: inline;
border-bottom: 1px dotted;
}
.nivo-html-caption {
display: none;
} .nivo-directionNav a {
position: absolute;
top: 40%;
z-index: 9;
cursor: pointer;
}
.nivo-prevNav {
left: 0px;
}
.nivo-nextNav {
right: 0px;
} .nivo-controlNav a {
cursor: pointer;
}
.nivo-controlNav a.active {
font-weight: bold;
} .theme-default .nivoSlider {
position: relative;
z-index: 100;
background: url(//highpointbaptist.church/wp-content/themes/nirvana/images/nivoslider/loading.gif) no-repeat 50% 50%;
margin-bottom: 50px;
}
.theme-default .nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}
.theme-default .nivoSlider a {
border: 0;
display: block;
}
.theme-default .nivo-controlNav {
display: table-cell;
position: absolute;
bottom: 20px;
left: 0;
right: 0;
height: 30px;
width: auto;
margin: 0 auto;
padding: 3px 20px 0;
text-align: center;
z-index: 250;
-webkit-transition: .2s all ease-in-out;
transition: .2s all ease-in-out;
}
.slider-bullets .nivo-controlNav a {
display: inline-block;
width: 11px;
height: 11px;
margin: 10px 5px 0;
opacity: .5;
text-indent: -9999px;
border-radius: 10px;
-webkit-transition: all .2s;
transition: all .2s;
}
.theme-default .nivo-controlNav:hover a{
filter: alpha(opacity=100);
opacity: 1;
}
.slider-bullets .nivo-controlNav a:hover {}
.slider-bullets .nivo-controlNav a.active {}
.slider-numbers .nivo-controlNav a {
display: inline-block;
padding: 2px 8px;
margin-right: 5px;
font-size: 12px;
border-radius: 4px;
-weblit-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
}
.slider-numbers .nivo-controlNav a:hover {}
.slider-numbers .nivo-controlNav a.active {}
.theme-default.slider-none .nivo-controlNav {
display: none;
}
.theme-default .nivo-directionNav a {
display: block;
width: 60px;
height: 70px; background: url(//highpointbaptist.church/wp-content/themes/nirvana/images/nivoslider/arrows.png) 15px 15px #fff  no-repeat;
text-indent: -9999px;
border: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.theme-default a.nivo-nextNav {
background-position: -82px 15px;
-webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.4);
box-shadow: -1px 0 2px rgba(0, 0, 0, 0.4);
}
.theme-default a.nivo-prevNav {
-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
}
.theme-default .nivo-directionNav a.nivo-prevNav:hover {
background-position: 10px 15px;
}
.theme-default .nivo-directionNav a.nivo-nextNav:hover {
background-position: -77px 15px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
} a.nivo-imageLink  {
background-color: #fff;
filter: alpha(opacity=0);
opacity: 0;
} .slider-wrapper {
display: block;
float: none;
position: relative;
clear: both;
left: 0;
width: 100%;
z-index:100;
}
#slider {
margin: 0 auto;
display: block;
float: none;
}
#pp-afterslider.entry-content {
padding-top: 0;
}
#pp-texttop,
#pp-textmiddle,
#pp-textbottom,
#front-columns-box,
.presentation-page #content {
display: block;
float: none;
clear: both;
padding: 75px 0;
}
#front-columns-box {
overflow: hidden;
}
#front-text1 h2,
#front-text2 h2,
#front-text5 h2,
#front-columns h2 {
display: block;
float: none;
margin: 0 auto;
text-align: center;
font-size: 45px;
line-height: 55px;
clear: both;
font-weight: 300;
}
#front-columns h2 {
margin-bottom: 80px;
}
#front-text1,
#front-text2,
#front-text5  {
display: block;
float: none;
padding: 0 0 80px;
margin: 0 auto;
}
#front-text3,
#front-text4,
#front-text6 {
margin: 0 auto;
overflow: hidden;
}
#front-text3 blockquote,
#front-text4 blockquote,
#front-text6 blockquote {
padding: 15px 0px;
width: inherit;
margin-bottom: 20px;
font-size: 1.5em;
line-height: 1.5;
text-align: justify;
}
#front-columns {
margin: 0 auto;
}
#front-columns > div,
#front-columns > li {
display: block;
height: auto;
float: left;
}
.column1 {
clear: both;
}
.column-image {
position: relative;
}
.column-image img {
display: block;
margin: 0 auto;
-webkit-backface-visibility: hidden;
}
.slider-text-separator {
display: block;
float: none;
clear: both;
margin: 30px auto 40px;
width: 120px;
height: 1px;
background: #FFF;
-webkit-box-shadow: 1px 1px 0px #333;
box-shadow: 1px 1px 0px #333;
}
.readmore  {
display: table;
float: none;
margin: 2.5em auto 0;
min-width: 125px;
border: 2px solid #fff;
}
.theme-default .nivoSlider .readmore  a {
font-size: 1.3em;
padding: .5em .7em;
display: block;
float: none;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
}
.readmore:hover {
background: #FFF;
}
.readmore:hover a {
color: #777;
-webkit-text-shadow: none;
-moz-text-shadow: none;
text-shadow: none;
}
.slider-navhover .nivo-directionNav a.nivo-prevNav {
left: -100px;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}
.slider-navhover:hover .nivo-directionNav  a.nivo-prevNav {
left: 30px;
}
.slider-navhover .nivo-directionNav a.nivo-nextNav {
right: -100px;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}
.slider-navhover:hover .nivo-directionNav  a.nivo-nextNav {
right: 30px;
} #cryout_ajax_more_trigger{
display: table;
float: none;
clear: both;
min-width: 160px;
padding: 12px 15px;
margin: 0 auto;
text-align: center;
cursor: pointer;
font-size: 14px;
border-radius: 2px;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition: background-color .2s ease-in-out;
transition: background-color .2s ease-in-out;
}
#cryout_ajax_more_trigger.cryout_click_loading {
background: url(//highpointbaptist.church/wp-content/themes/nirvana/images/loading.gif) transparent no-repeat center center;
text-indent: -9999px;
border: 0;
}
#cryout_ajax_more_trigger.cryout_click_loading:hover {
background-color: transparent;
} .presentation-page #main {
margin-top: 0;
}
.presentation-page #forbottom {
padding: 0;
max-width: 100%;
}
.presentation-page #container {
width: auto;
margin: 0 auto;
}
.presentation-page #footer {
margin-top: 0;
} #frontpage #slider a#slider-stopper {
display: none;
} #front-columns {
display: block;
width: auto;
float: none;
}
.widget-area div.ppcolumn {
position: relative;
}
.column-image {
width: 100%;
display: block;
overflow: hidden;
line-height: 0;
}
.column-image-inside {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 250;
padding: 0 30px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.column-image-inside-centered {
position: relative;
top: 42%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.safari .column-image-inside-centered {
top: 20%;
}
.column-image-inside:hover{
background: rgba(0,0,0,.7);
}
.column-header-image {
display: block;
width: 100%;
position: relative;
top: 30px;
text-align: center;
-webkit-transition: all .3s .3s ease-in-out;
transition: all .3s .3s ease-in-out;
}
.column-text-separator {
display: block;
float: none;
clear: both;
width: 10px;
height: 1px;
background: #FFF;
margin: 20px auto;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.column-text {
position: relative;
top: -30px;
font-size: .9em;
padding: 0 20px;
width: 100%;
overflow: hidden;
line-height: 1.3;
z-index: 251;
color: #EEE;
text-align: justify;
-webkit-transition: all .3s .3s ease-in-out;
transition: all .3s .3s ease-in-out;
}
.column-link {
position: absolute;
width: 100%;
height: 100%;
display: block;
}
.column-header-image,
.column-text-separator,
.column-text {
filter: alpha(opacity=0);
opacity: 0;
}
.column-image-inside:hover .column-header-image,
.column-image-inside:hover .column-text  {
filter: alpha(opacity=100);
opacity: 1;
top: 0;
}
.column-image-inside:hover .column-text-separator  {
filter: alpha(opacity=100);
opacity: 1;
width: 50px;
}
.column-image img {
width: 100%;
}
.coldisplay1 .column-image-inside-centered {
position: relative;
top: 0;
padding-top: 20px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.coldisplay1 .column-header-image,
.coldisplay1 .column-text-separator,
.coldisplay1 .column-text {
filter: alpha(opacity=90);
opacity: 0.9;
top: 0px;
}
.coldisplay1 .column-image-inside .column-text-separator {
width: 150px;
}
.coldisplay1 .column-image-inside:hover .column-text-separator {
width: 100%;
}
.coldisplay2 .column-image-inside {
position: relative;
}
.coldisplay2 .column-image-inside:hover {
background-color: transparent;
}
.coldisplay2 .column-image-inside-centered {
position: relative;
top: 0;
padding-top: 20px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.coldisplay2 .column-header-image,
.coldisplay2 .column-text {
filter: alpha(opacity=90);
opacity: 0.9;
top: 0px;
color: inherit;
}
.coldisplay2 .column-text {
padding: 10px 10px 20px 10px;
}
.coldisplay2 .column-text-separator {
display: none;
} header
,nav
,section
,article
,aside
,footer
,hgroup {
display: block;
}
.tinynav {
display: block;
float: none;
margin: 8px auto;
display: none;
min-width: 200px;
width: 100%;
padding: 10px;
}
.tinynav option {} .magazine-layout #content article.post,
.magazine-layout.search #content article {
float: left;
width: 47%;
padding: 0 0 10px;
}
.magazine-layout #content article:nth-of-type(2n+1) {
clear: both;
margin-right: 6%;
}
.magazine-layout .comments-link {
float: left;
}
.magazine-layout .entry-header .entry-meta {
margin-top: 5px;
}
.magazine-layout span.edit-link {
float: left;
margin-left: 0;
margin-right: 10px;
}
.magazine-layout .entry-header {
clear: both;
} .sharedaddy ul > li { background: none !important; text-indent: 0 !important; } .woocommerce .product .entry-summary {clear:none;} #content embed, #content iframe {max-width:100%;} .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product { width: 22.05%; }
body.woocommerce-page .entry-content .checkout ul > li, .woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li { list-style: none; }
body.woocommerce .page-title { display: inherit; margin-bottom: 20px; padding: 10px; font-weight: normal; }