????JFIF??x?x????'
Server IP : 104.21.16.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./dchs84reunion.com/wp-content/plugins/everest-forms/assets/css/ |
Upload File : |
/** * everest-forms.scss * Governs the general look and feel of EverestForms sections of sites using themes that do not * integrate with EverestForms specifically. */ /** * Imports */ @import 'mixins/mixins'; @import 'variables/variables'; @import 'animation'; @import 'fonts'; @import 'clearings'; /** * Global styles */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; } /** * Utility classes */ .clear { clear: both; } /** * Main EverestForms styles */ .everest-forms { *, *::before, *::after { outline: none; box-sizing: border-box; } ul { margin-left: 0; } .blockUI.blockOverlay { position: relative; @include loader(); } .clear { height: auto; width: auto; visibility: visible; } .loader { @include loader(); } .evf-container { margin-bottom: 30px; } .everest-forms-progress-bar { background: $color_gray-lighten; border-radius: 2px; .everest-forms-progress-bar-indicator { height: 4px; background: $green; border-radius: 2px; } } label { display: block; line-height: 1.7; margin: 0 0 10px 0; color: $color_gray-base; font-size: $font_size-label; .required { color: $red; font-weight: 700; border: 0 !important; text-decoration: none; } &.evf-field-label { font-weight: 600; } &.evf-error { color: $red; font-weight: 400; } &.everest-forms-field-sublabel { font-size: 12px; font-weight: 400; line-height: 1.5; margin: 0 0 10px 0; } &.evf-privacy-policy-consent-message { display: inline; margin-bottom: 0; } } input[type='text'], input[type='date'], input[type='date'], input[type='datetime-local'], input[type='email'], input[type='file'], input[type='image'], input[type='month'], input[type='number'], input[type='password'], input[type='range'], input[type='search'], input[type='tel'], input[type='time'], input[type='url'], input[type='week'], select, textarea, .StripeElement, canvas.evf-signature-canvas { width: 100%; height: auto; font-size: 14px; outline: none; box-shadow: none; margin-bottom: 10px; padding: 6px 12px; color: $color_gray-base; border: 1px solid $color_gray-light; margin-left: 0; margin-right: 0; } input[type='checkbox'], input[type='radio'] { &::after, &::before { display: none; } &:checked::before { display: none; } } select { background-image: none; } .select2-container { margin-bottom: 10px; .select2-selection { &.select2-selection--single { height: auto; } &.select2-selection--multiple { .select2-selection__rendered { display: block; li { margin: 4px 0; .select2-search__field { padding-left: 4px; } } .select2-selection__choice { margin-right: 4px; } } } } } input, textarea { &:focus { outline: none; border: 1px solid $blue; } } .everest-form { &::after { content: ''; clear: both; display: table; } } .everest-forms-field-row { &::before, &::after { content: ''; clear: both; display: table; } &:last-child { .everest-forms-field-sublabel { margin-bottom: 0; } } } .evf-title-container { .everest-forms--title { font-size: 26px; margin: 0 0 10px 0; } .everest-forms--description { margin: 0 0 10px 0; } } .evf-field-container, .evf-honeypot-container, .evf-submit-container { padding-left: 15px; padding-right: 15px; } .evf-field-container { .evf-frontend-row { // Prevents style conflict on entries list-table. &:not(.wp-list-table) { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; select { appearance: menulist; } } .everest-forms-one-half { width: 48%; float: left; margin-left: 4%; &:first-child { margin-left: 0; } } .everest-forms-first { margin-left: 0; } .evf-frontend-grid { width: 100%; padding-left: 15px; padding-right: 15px; .evf-field { display: block; margin-bottom: 10px; &.evf-field-hidden { display: none; } .evf-label-hide, .everest-forms-sublabel-hide { display: none; } .validate-required { canvas { &.evf-signature-canvas { border-color: $red; } } } ul:not(.select2-selection__rendered) { margin-bottom: 10px; padding: 0; list-style: none; li { margin: 0; display: block; label, input { margin: 0; } input[type='checkbox'], input[type='radio'] { padding: 0; margin-top: 4px; margin-right: 8px; width: 20px; } } } &.evf-field-title { h3 { margin: 25px 0; font-size: 16px; line-height: 1.5; } } &.everest-forms-invalid { > label { color: $red; } .select2-container, input.evf-error, select.evf-error, textarea, .evf-signature-canvas { border-color: $red; } input { &.evf-error { border-color: $red; ~ .everest-forms-field-sublabel { color: $red; } } } } &.everest-forms-validated { select, textarea, input.input-text, .select2-container, .evf-signature-canvas { border-color: $green; } } ::-webkit-input-placeholder { line-height: normal; } :-moz-placeholder { line-height: normal; } :-ms-input-placeholder { line-height: normal; } &.evf-field-radio, &.evf-field-checkbox, &.evf-field-payment-multiple, &.evf-field-payment-checkbox { ul { li { display: flex; margin-bottom: 5px; flex-wrap: wrap; &.everest-forms-image-choices-item { input { margin-top: 0; } } .everest-forms-field-label-inline { width: calc(100% - 28px); } &.everest-forms-image-choices-item .everest-forms-field-label-inline { width: 100%; display: flex; flex-wrap: wrap; } .everest-forms-image-choices-image { margin-right: 10px; } } &.everest-forms-image-choices label { cursor: pointer; } } &.everest-forms-list-inline ul li { vertical-align: top; display: inline-flex; margin-right: 20px; } &.everest-forms-list-2-columns, &.everest-forms-list-3-columns { ul { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; li { width: 100%; padding-left: 15px; padding-right: 15px; .everest-forms-image-choices-image { margin-bottom: 10px; } } } } &.everest-forms-list-2-columns { @media (min-width: 768px) { li { flex: 0 0 50%; max-width: 50%; &:nth-child(1n + 3) { margin-top: 10px; @media screen and (max-width: 768px) { margin-top: 0; } } } } } &.everest-forms-list-3-columns { @media (min-width: 768px) { li { flex: 0 0 33.33333%; max-width: 33.33333%; &:nth-child(1n + 4) { margin-top: 10px; } } } } } &.evf-field-captcha { .everest-forms-captcha-equation { font-size: 16px; } .everest-forms-captcha-question { margin: 0 0 4px 0; } .everest-forms-captcha-math input { width: 70px; margin: 0 0 0 5px; display: inline-block; vertical-align: inherit; } } .iti { &.iti--allow-dropdown { & + .evf-error { margin-top: 10px; } } } } } .evf-grid-1 { width: 100%; } .evf-grid-2 { width: 50%; } .evf-grid-3 { width: 33.33%; } .evf-grid-4 { width: 25%; } input { &[type='checkbox'], &[type='radio'] { box-shadow: none; } &[type='checkbox'] { appearance: checkbox; } &[type='radio'] { appearance: radio; } &[type='checkbox']:checked { background-color: $blue; &::before { color: $color-white; background-color: transparent; } } &[type='radio']:checked { &::before { background-color: $blue; } } &::placeholder { color: $color_gray-light; } } textarea { width: 100%; max-width: 100%; min-width: 100%; height: 120px; &::placeholder { color: $color_gray-light; } } .evf-field-description, .everest-forms-field-limit-text { line-height: 1.7; margin-bottom: 10px; font-size: $font_size-label; } } } input[type='submit'], button[type='submit'], a.button:not(.button-large), button.button:not(.button-large), .everest-forms-part-button { color: #555; height: auto; cursor: pointer; background: none; box-shadow: none; font-size: inherit; font-weight: 400; line-height: 1.5; padding: 10px 15px; border-radius: 3px; border: 1px solid #ccc; background-color: #f7f7f7; &:hover, &:active { outline: none; color: #23282d; background-color: #eee; } &:disabled { opacity: 0.5; cursor: not-allowed; &:hover { color: #555; background-color: #f7f7f7; } } } .layout-two { label { margin-bottom: 0; } .evf-field-checkbox, .evf-field-radio { label { margin-bottom: 20px; } } input, select, textarea, canvas.evf-signature-canvas { border-radius: 0; border-top: none transparent; border-right: none transparent; border-left: none transparent; border-bottom: 1px solid $color_gray-light; padding: 10px 0; &:focus { outline: none; border-top: none transparent; border-right: none transparent; border-left: none transparent; } } textarea { height: 100px; } } /** * Notices. */ .everest-forms-notice { padding: 1em 3em; margin: 0 0 2em; position: relative; background-color: $blue; color: $color-white; border-radius: 5px; @include clearfix(); &::before { font-family: dashicons; content: '\f348'; position: absolute; top: 1em; left: 1.5em; color: inherit; } .button { float: right; } p { margin-bottom: 0; } a { color: $color-white; } li { list-style: none outside !important; // Required for default theme compatibility padding-left: 0 !important; // Required for default theme compatibility margin-left: 0 !important; // Required for default theme compatibility } &.everst-forms-form-disable-notice { color: $color_gray-base; background: lighten($orange, 47%); border: 1px solid adjust-color($orange, $saturation: -15%, $lightness: +20%); } } .everest-forms-notice--info { padding: 1em 1.6em; color: $color_gray-base; background: lighten($blue, 47%); border: 1px solid adjust-color($blue, $saturation: -15%, $lightness: +20%); &::before { visibility: hidden; } .everest-forms-notice--actions { margin-top: 10px; a.button { float: left; line-height: 1; cursor: pointer; margin-right: 7px; padding: 0.618em 1em; box-shadow: none; text-shadow: none; text-decoration: none; background-image: none; color: $color_gray-base; background-color: $color_gray-light-skin; &:focus { outline: none; } } } } .everest-forms-notice--success { background-color: $green; &::before { content: '\f147'; } } .everest-forms-notice--warning { background-color: $orange; } .everest-forms-notice--error { background-color: $red; &::before { content: '\f534'; color: inherit; } .everest-forms-notice-list { margin: 0; list-style: none outside; .everest-forms-notice-list__item { margin-bottom: 0.5em; } .everest-forms-notice-list__item:last-child { margin-bottom: 0; } } } } /** * Gutenberg Block */ .edit-post-visual-editor { .everest-form-gutenberg-form-selector-wrap { align-items: center; .components-placeholder__label { margin-bottom: 0; svg { width: 75px; height: 75px; color: #7e3bd0; } } .components-placeholder__instructions { color: #23282d; font-size: 1.3em; font-weight: 600; } .components-placeholder__fieldset { .components-base-control { width: 100%; text-align: center; } } } } div.evf-gutenberg-form-selector .evf-frontend-row input:disabled, div.evf-gutenberg-form-selector .evf-frontend-row textarea:disabled, div.evf-gutenberg-form-selector .evf-frontend-row select:disabled, div.evf-gutenberg-form-selector .evf-frontend-row button[type='submit']:disabled { cursor: not-allowed; } /** * Anti-spam Honeypot and reCAPTCHA Area */ .evf-honeypot-container { display: none !important; position: absolute !important; left: -9000px !important; } .evf-recaptcha-container { clear: both; margin-bottom: 30px; .evf-error { margin-top: 15px; margin-bottom: 0; font-weight: 300; line-height: 1.7; padding: 7px 10px; border-radius: 3px; display: inline-block; color: darken($red, 10%); border: 1px solid $red; background-color: lighten($red, 35%); } &.recaptcha-hidden { margin: 0; } } /** * Date time design */ .evf-field-date-time { .date-time-container { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: nowrap; margin: 0 -5px; @media (max-width: 767px) { justify-content: space-between; margin: 0; } input.date-dropdown-field { width: 100%; margin: 0 5px; } .date-time-space-filler { width: 20px; @media (max-width: 767px) { width: 100%; } } select { margin: 0 5px 0 5px; width: calc(100% - 66.6%); @media (max-width: 767px) { width: calc(33.33% - 10px); margin: 0; } } } } /* Small devices */ @media only screen and (max-width: 600px) { .evf-container { .evf-field { > * { max-width: 100%; } &:not(.evf-field-phone) { overflow-x: hidden; } &.evf-field, &.evf-field-likert { overflow: auto; } } } } @media screen and (min-width: 768px) { .everest-forms { .evf-field-container { .evf-frontend-row { .evf-frontend-grid { &.evf-grid-2 { flex: 0 0 50%; max-width: 50%; } } } } } } @media screen and (max-width: 768px) { .everest-forms { .evf-field-container { .evf-frontend-row { flex-direction: column; margin: 0; .evf-frontend-grid { padding: 0; &:last-child { margin-bottom: 0; } &.evf-grid-2, &.evf-grid-3, &.evf-grid-4 { width: 100%; max-width: 100%; } } } } .evf-recaptcha-container { margin: 25px 0; } } } .wp-admin { .evf-field-repeater-fields { display: block !important; } } /* * Hide the form fields upon successful submission. * Perhaps more robust: .everest-forms.amp-form-submit-success > *:not([submit-success]) { display:none } */ .amp-form-submit-success .evf-field-container, .amp-form-submit-success .evf-submit-container { display: none; } /* For shortcode embed */ @keyframes everest-forms-heartbeat { 0% { box-shadow: 0 0 0 0 rgba(140, 90, 202, 0.6) } 100% { box-shadow: 0 0 0 10px rgba(223, 119, 57, 0); } } span.everest-forms-shortcode-form-embed-dot { display: inline-block; width: 12px; height: 12px !important; padding: 0 !important; border: 0 !important; border-radius: 50%; background-color: #8c5aca; animation: everest-forms-heartbeat 1.5s infinite !important; margin: 3px 10px; } .wp-editor-tools span.everest-forms-shortcode-form-embed-dot { margin-top: 9px; } .everest-forms-shortcode-form-embed-theme-tooltip { display: none; } .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip { z-index: 100100 !important; } .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top { .tooltipster-box { margin-bottom: 18px; } .tooltipster-arrow { bottom: 8px; } .tooltipster-arrow-background { top: 0; } } .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right { .tooltipster-box { margin-left: 18px; } .tooltipster-arrow { left: 8px; } } .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip { .tooltipster-box { max-width: 260px; background: white; border: none; border-radius: 4px; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); } .tooltipster-box .tooltipster-content { color: #444444; padding: 16px 20px 18px; text-align: center; div *:first-child { margin-top: 0 !important; } h3 { font-size: 16px; letter-spacing: 0px; line-height: 18px; margin: 0; color: #23282C; } p { font-size: 14px; letter-spacing: 0px; line-height: 18px; margin: 10px 0 0; color: #444444; } a { color: #1D7BAC; } .everest-forms-shortcode-form-embed-theme-done-btn { border-radius: 3px; cursor: pointer; text-decoration: none; text-align: center; vertical-align: middle; white-space: nowrap; box-shadow: none; font-size: 14px; font-weight: 600; letter-spacing: 0px; padding: 7px 18px; border: none; background-color: #8c5aca; color: #ffffff; display: block; margin: 15px auto 0; &:hover { background-color: #8c5aca; } &:disabled { cursor: default; opacity: 0.5; &:hover { background-color: #8c5aca; } } } } .tooltipster-arrow-border { border: none; } .tooltipster-top { .tooltipster-arrow-background { border-top-color: white; } } .tooltipster-right { .tooltipster-arrow-background { border-right-color: white; } } .tooltipster-bottom { .tooltipster-arrow-background { border-bottom-color: white; } } } .block-editor-page { .edit-post-layout { .components-notice-list > div { padding-left: 50px; } } .everest-forms-shortcode-form-embed-dot { position: absolute; top: 75px; left: 20px; z-index: 9999; } .everest-forms-shortcode-form-embed-theme { width: 260px !important; z-index: 99980 !important; margin-top: 5px; .tooltipster-box { margin-top: 10px; } .everest-forms-shortcode-form-embed-theme-tooltips-red-arrow { position: absolute; display: block; width: 15px; height: 42px; top: -65px; left: 145px; background-image: url(../images/icons/red-arrow.svg); background-size: 15px 42px; background-repeat: no-repeat; } } } .block-editor-page.is-fullscreen-mode { .edit-post-layout { .components-notice-list > div { padding-left: 125px; } } .everest-forms-shortcode-form-embed-dot { left: 75px; } .everest-forms-shortcode-form-embed-theme { .everest-forms-shortcode-form-embed-theme-tooltips-red-arrow { left: 105px; } } } // Confirmation table style. .everest_forms_preview_confirmation_table { width: 100%; margin-top: 20px; border: 1px solid #ddd; box-sizing: border-box; display: flex; flex-wrap: wrap; } .everest_forms_preview_confirmation_table_label { width: 100%; padding: 5px 10px; box-sizing: border-box; border-top: 1px solid #ddd; font-weight: bold; } .everest_forms_preview_confirmation_table_value { width: 100%; padding: 5px 10px; box-sizing: border-box; border-top: 1px solid #ddd; border-left: 1px solid #ddd; &:first-child { border-left: none; } } // Confirmation Compact style. .everest_forms_preview_confirmation_compact { display: flex; flex-wrap: wrap; width: 100%; box-sizing: border-box; .everest_forms_preview_confirmation_compact_label { flex: 0 0 30%; padding: 10px; font-weight: 600; box-sizing: border-box; } .everest_forms_preview_confirmation_compact_value { flex: 0 0 70%; padding: 10px; box-sizing: border-box; } .everest_forms_preview_confirmation_compact_label:last-child, .everest_forms_preview_confirmation_compact_value:last-child { border-bottom: none; } .everest_forms_preview_confirmation_compact_value { word-break: break-all; } } // Confirmation Basic style $color_1: #333; $background-color_1: #f9f9f9; .everest_forms_preview_confirmation_basic { border: 1px solid #ddd; border-radius: 5px; padding: 20px; background-color: $background-color_1; } .everest_forms_preview_confirmation_basic_label { margin-bottom: 10px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding-bottom: 10px; span { color: $color_1; } } .everest_forms_preview_confirmation_basic_label:last-child { border-bottom: none; }