You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1382 lines
130 KiB
CSS
1382 lines
130 KiB
CSS
7 months ago
|
.wpforms-container .wpforms-form .wpforms-error-alert {
|
||
|
border: 1px solid #cccccc;
|
||
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||
|
padding: 10px 15px;
|
||
|
font-size: 14px;
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-form .wpforms-error-alert {
|
||
|
color: #b94a48;
|
||
|
background-color: #f2dede;
|
||
|
border-color: #eed3d7;
|
||
|
}
|
||
|
|
||
|
/* hCAPTCHA Area
|
||
|
----------------------------------------------------------------------------- */
|
||
|
div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
|
||
|
border-style: none;
|
||
|
}
|
||
|
|
||
|
/* Cloudflare Turnstile iframe content alignment fix.
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-is-turnstile iframe {
|
||
|
margin-left: -2px !important;
|
||
|
}
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Base - basic bare bones styling
|
||
|
========================================================================== */
|
||
|
/* Errors, Warnings, etc
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-error-container,
|
||
|
.wpforms-container noscript.wpforms-error-noscript {
|
||
|
color: #990000;
|
||
|
}
|
||
|
|
||
|
.wpforms-container label.wpforms-error {
|
||
|
display: block;
|
||
|
color: #990000;
|
||
|
font-size: 0.9em;
|
||
|
float: none;
|
||
|
cursor: default;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field input.wpforms-error,
|
||
|
.wpforms-container .wpforms-field input.user-invalid,
|
||
|
.wpforms-container .wpforms-field textarea.wpforms-error,
|
||
|
.wpforms-container .wpforms-field textarea.user-invalid,
|
||
|
.wpforms-container .wpforms-field select.wpforms-error,
|
||
|
.wpforms-container .wpforms-field select.user-invalid,
|
||
|
.wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
|
||
|
border: 1px solid #cc0000;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-credit-card-expiration label.wpforms-error,
|
||
|
.wpforms-container .wpforms-field-credit-card-code label.wpforms-error {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/* Page Indicator themes
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-page-indicator {
|
||
|
margin: 0 0 20px 0;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/** Circles theme **/
|
||
|
.wpforms-container .wpforms-page-indicator.circles {
|
||
|
border-top: 1px solid #dfdfdf;
|
||
|
border-bottom: 1px solid #dfdfdf;
|
||
|
padding: 15px 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page {
|
||
|
float: left;
|
||
|
margin: 0 20px 0 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
|
||
|
height: 40px;
|
||
|
width: 40px;
|
||
|
border-radius: 50%;
|
||
|
display: inline-block;
|
||
|
margin: 0 10px 0 0;
|
||
|
line-height: 40px;
|
||
|
text-align: center;
|
||
|
background-color: #ddd;
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
/* Connector theme */
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
|
||
|
float: left;
|
||
|
text-align: center;
|
||
|
line-height: 1.2;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
|
||
|
display: block;
|
||
|
text-indent: -9999px;
|
||
|
height: 6px;
|
||
|
background-color: #ddd;
|
||
|
margin: 0 0 16px 0;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
|
||
|
position: absolute;
|
||
|
top: 100%;
|
||
|
left: 50%;
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
margin-left: -5px;
|
||
|
border-style: solid;
|
||
|
border-width: 6px 5px 0 5px;
|
||
|
border-color: transparent transparent transparent transparent;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
|
||
|
display: inline-block;
|
||
|
padding: 0 15px;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
/* Progress theme */
|
||
|
.wpforms-container .wpforms-page-indicator.progress {
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
background-color: #ddd;
|
||
|
height: 18px;
|
||
|
border-radius: 10px;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
margin: 5px 0 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
|
||
|
height: 18px;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
/* Notices
|
||
|
----------------------------------------------------------------------------- */
|
||
|
div.wpforms-container .wpforms-notice {
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #ddd;
|
||
|
border-left-width: 12px;
|
||
|
color: #333;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.5;
|
||
|
margin-bottom: 30px;
|
||
|
padding: 20px 36px 20px 26px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete {
|
||
|
-webkit-touch-callout: none;
|
||
|
-webkit-user-select: none;
|
||
|
-moz-user-select: none;
|
||
|
-ms-user-select: none;
|
||
|
user-select: none;
|
||
|
-moz-appearance: none;
|
||
|
-webkit-appearance: none;
|
||
|
background-color: rgba(10, 10, 10, 0.2);
|
||
|
border: none;
|
||
|
border-radius: 290486px;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
height: 20px;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
outline: none;
|
||
|
vertical-align: top;
|
||
|
width: 20px;
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
top: 10px;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete:before,
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete:after {
|
||
|
background-color: #fff;
|
||
|
content: "";
|
||
|
display: block;
|
||
|
left: 50%;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
||
|
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
||
|
-webkit-transform-origin: center center;
|
||
|
transform-origin: center center;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete:before {
|
||
|
height: 2px;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete:after {
|
||
|
height: 50%;
|
||
|
width: 2px;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete:hover,
|
||
|
div.wpforms-container .wpforms-notice .wpforms-delete:focus {
|
||
|
background-color: rgba(10, 10, 10, 0.3);
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice a {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice p {
|
||
|
margin: 0 0 20px 0;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-notice p:last-of-type {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-info {
|
||
|
border-color: #3273dc;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-success {
|
||
|
border-color: #23d160;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-warning {
|
||
|
border-color: #ffdd57;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-error {
|
||
|
border-color: #ff3860;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
|
||
|
border: 2px solid;
|
||
|
margin-right: 20px;
|
||
|
padding: 5px;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,
|
||
|
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,
|
||
|
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
|
||
|
background-color: #3273dc;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
|
||
|
background-color: #23d160;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
|
||
|
background-color: #ffdd57;
|
||
|
color: inherit;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,
|
||
|
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
|
||
|
background-color: #ff3860;
|
||
|
}
|
||
|
|
||
|
/* Preview notice.
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-preview-notice-links {
|
||
|
line-height: 2.4;
|
||
|
}
|
||
|
|
||
|
/* Form Header area
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-title {
|
||
|
font-size: 26px;
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-description {
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
|
||
|
/* Form Footer area
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-submit-container {
|
||
|
padding: 10px 0 0 0;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-submit-spinner {
|
||
|
margin-left: 0.5em;
|
||
|
}
|
||
|
|
||
|
/* Misc
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container {
|
||
|
margin-bottom: 26px;
|
||
|
}
|
||
|
|
||
|
/* Honeypot Area */
|
||
|
.wpforms-container .wpforms-field-hp {
|
||
|
display: none !important;
|
||
|
position: absolute !important;
|
||
|
left: -9000px !important;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field.wpforms-field-hidden {
|
||
|
display: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-screen-reader-element {
|
||
|
position: absolute !important;
|
||
|
clip: rect(0, 0, 0, 0);
|
||
|
height: 1px;
|
||
|
width: 1px;
|
||
|
border: 0;
|
||
|
overflow: hidden;
|
||
|
word-wrap: normal !important;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Hide the form fields upon successful submission. This may not be the best approach.
|
||
|
* Perhaps more robust: .wpforms-form.amp-form-submit-success > *:not([submit-success]) { display:none }
|
||
|
*/
|
||
|
.amp-form-submit-success .wpforms-field-container,
|
||
|
.amp-form-submit-success .wpforms-submit-container {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* Gutenberg Block
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap h3 {
|
||
|
width: 100%;
|
||
|
margin: 10px 0 5px;
|
||
|
font-weight: 700;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|
||
|
.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap img {
|
||
|
margin-right: 25px;
|
||
|
width: initial;
|
||
|
}
|
||
|
|
||
|
.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap .components-base-control {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
div.wpforms-gutenberg-form-selector .wpforms-form input:disabled,
|
||
|
div.wpforms-gutenberg-form-selector .wpforms-form textarea:disabled,
|
||
|
div.wpforms-gutenberg-form-selector .wpforms-form select:disabled,
|
||
|
div.wpforms-gutenberg-form-selector .wpforms-form button[type=submit]:disabled {
|
||
|
cursor: not-allowed;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner,
|
||
|
div.wpforms-container .wpforms-form .choices.is-open .choices__list--dropdown {
|
||
|
border-radius: 0 0 2px 2px;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,
|
||
|
div.wpforms-container .wpforms-form .choices.is-open .choices__inner {
|
||
|
border-radius: 2px 2px 0 0;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-form .choices .choices__inner {
|
||
|
border-radius: 2px;
|
||
|
min-height: 35px;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-form .choices .choices__inner .choices__list--single {
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
div.wpforms-container .wpforms-form .choices .choices__inner .choices__list--multiple .choices__item {
|
||
|
line-height: 1.3;
|
||
|
}
|
||
|
|
||
|
/* RTL support
|
||
|
----------------------------------------------------------------------------- */
|
||
|
/* Phone US format */
|
||
|
body.rtl .wpforms-field-phone input[type=tel] {
|
||
|
direction: ltr;
|
||
|
unicode-bidi: embed;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
body.rtl .wpforms-container .wpforms-first {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
body.rtl .wpforms-container .wpforms-first + .wpforms-one-half {
|
||
|
margin-right: 4%;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Base - basic bare bones styling
|
||
|
========================================================================== */
|
||
|
.wpforms-clear:before {
|
||
|
content: " ";
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
.wpforms-clear:after {
|
||
|
clear: both;
|
||
|
content: " ";
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul,
|
||
|
.wpforms-container ul li {
|
||
|
background: none;
|
||
|
border: 0;
|
||
|
margin: 0;
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
/* Basic Field properties
|
||
|
----------------------------------------------------------------------------- */
|
||
|
/* Field sizes - medium */
|
||
|
.wpforms-container input.wpforms-field-medium,
|
||
|
.wpforms-container select.wpforms-field-medium,
|
||
|
.wpforms-container .wpforms-field-row.wpforms-field-medium {
|
||
|
max-width: 60%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container textarea.wpforms-field-medium {
|
||
|
height: 120px;
|
||
|
}
|
||
|
|
||
|
/* Field sizes - small */
|
||
|
.wpforms-container input.wpforms-field-small,
|
||
|
.wpforms-container select.wpforms-field-small,
|
||
|
.wpforms-container .wpforms-field-row.wpforms-field-small {
|
||
|
max-width: 25%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container textarea.wpforms-field-small {
|
||
|
height: 70px;
|
||
|
}
|
||
|
|
||
|
/* Field sizes - medium */
|
||
|
.wpforms-container input.wpforms-field-large,
|
||
|
.wpforms-container select.wpforms-field-large,
|
||
|
.wpforms-container .wpforms-field-row.wpforms-field-large {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container textarea.wpforms-field-large {
|
||
|
height: 220px;
|
||
|
}
|
||
|
|
||
|
/* Field container*/
|
||
|
.wpforms-container .wpforms-field {
|
||
|
padding: 10px 0;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* Field description */
|
||
|
.wpforms-container .wpforms-field-description,
|
||
|
.wpforms-container .wpforms-field-limit-text {
|
||
|
font-size: 0.85em;
|
||
|
margin: 5px 0 0 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-description.wpforms-disclaimer-description {
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #ddd;
|
||
|
padding: 15px 15px 0;
|
||
|
height: 125px;
|
||
|
overflow-y: scroll;
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p {
|
||
|
margin: 0 0 15px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-description-before,
|
||
|
.wpforms-container .wpforms-field-description.before {
|
||
|
font-size: 0.85em;
|
||
|
margin: 0 0 5px 0;
|
||
|
}
|
||
|
|
||
|
/* Labels and sub-labels */
|
||
|
.wpforms-container .wpforms-field-label {
|
||
|
display: block;
|
||
|
font-weight: 700;
|
||
|
float: none;
|
||
|
word-break: break-word;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-sublabel {
|
||
|
display: block;
|
||
|
font-size: 0.85em;
|
||
|
float: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-label-inline {
|
||
|
display: inline;
|
||
|
vertical-align: baseline;
|
||
|
font-weight: 400;
|
||
|
word-break: break-word;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-label.wpforms-label-hide,
|
||
|
.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide {
|
||
|
position: absolute;
|
||
|
top: -99999px;
|
||
|
left: -99999px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-required-label {
|
||
|
color: #ff0000;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
/* Rows (multi-line fields: address, credit card, etc)
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-field-row {
|
||
|
margin-bottom: 8px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field .wpforms-field-row:last-of-type {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-row:before {
|
||
|
content: " ";
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-row:after {
|
||
|
clear: both;
|
||
|
content: " ";
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-form .wpforms-field-address .wpforms-one-half:only-child {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
/* Columns
|
||
|
----------------------------------------------------------------------------- */
|
||
|
/* User column classes */
|
||
|
.wpforms-container .wpforms-five-sixths,
|
||
|
.wpforms-container .wpforms-four-sixths,
|
||
|
.wpforms-container .wpforms-four-fifths,
|
||
|
.wpforms-container .wpforms-one-fifth,
|
||
|
.wpforms-container .wpforms-one-fourth,
|
||
|
.wpforms-container .wpforms-one-half,
|
||
|
.wpforms-container .wpforms-one-sixth,
|
||
|
.wpforms-container .wpforms-one-third,
|
||
|
.wpforms-container .wpforms-three-fourths,
|
||
|
.wpforms-container .wpforms-three-fifths,
|
||
|
.wpforms-container .wpforms-three-sixths,
|
||
|
.wpforms-container .wpforms-two-fourths,
|
||
|
.wpforms-container .wpforms-two-fifths,
|
||
|
.wpforms-container .wpforms-two-sixths,
|
||
|
.wpforms-container .wpforms-two-thirds {
|
||
|
float: left;
|
||
|
margin-left: 4%;
|
||
|
clear: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-one-half,
|
||
|
.wpforms-container .wpforms-three-sixths,
|
||
|
.wpforms-container .wpforms-two-fourths {
|
||
|
width: 48%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-one-third,
|
||
|
.wpforms-container .wpforms-two-sixths {
|
||
|
width: 30.6666666667%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-four-sixths,
|
||
|
.wpforms-container .wpforms-two-thirds {
|
||
|
width: 65.3333333333%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-one-fourth {
|
||
|
width: 22%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-three-fourths {
|
||
|
width: 74%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-one-fifth {
|
||
|
width: 16.8%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-two-fifths {
|
||
|
width: 37.6%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-three-fifths {
|
||
|
width: 58.4%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-four-fifths {
|
||
|
width: 79.2%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-one-sixth {
|
||
|
width: 13.3333333333%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-five-sixths {
|
||
|
width: 82.6666666667%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-first {
|
||
|
clear: both !important;
|
||
|
margin-left: 0 !important;
|
||
|
}
|
||
|
|
||
|
/* User list column classes */
|
||
|
.wpforms-container .wpforms-checkbox-2-columns ul,
|
||
|
.wpforms-container .wpforms-multiplechoice-2-columns ul,
|
||
|
.wpforms-container .wpforms-list-2-columns ul,
|
||
|
.wpforms-container .wpforms-checkbox-3-columns ul,
|
||
|
.wpforms-container .wpforms-multiplechoice-3-columns ul,
|
||
|
.wpforms-container .wpforms-list-3-columns ul {
|
||
|
display: -ms-flex;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-flex-wrap: wrap;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-checkbox-2-columns ul li,
|
||
|
.wpforms-container .wpforms-multiplechoice-2-columns ul li,
|
||
|
.wpforms-container .wpforms-list-2-columns ul li {
|
||
|
width: 50%;
|
||
|
display: block;
|
||
|
padding-right: 26px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-checkbox-3-columns ul li,
|
||
|
.wpforms-container .wpforms-multiplechoice-3-columns ul li,
|
||
|
.wpforms-container .wpforms-list-3-columns ul li {
|
||
|
width: 33.3333%;
|
||
|
display: block;
|
||
|
padding-right: 26px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-inline ul li {
|
||
|
display: inline-block;
|
||
|
margin-right: 20px;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
/* Legacy, for BC */
|
||
|
.wpforms-container .wpforms-first-half {
|
||
|
float: left;
|
||
|
width: 48%;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-last-half {
|
||
|
float: right;
|
||
|
width: 48%;
|
||
|
clear: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-first-third {
|
||
|
float: left;
|
||
|
width: 30.666666667%;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-middle-third {
|
||
|
float: left;
|
||
|
width: 30.666666667%;
|
||
|
margin-left: 4%;
|
||
|
clear: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-last-third {
|
||
|
float: right;
|
||
|
width: 30.666666667%;
|
||
|
clear: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-last {
|
||
|
float: right !important;
|
||
|
margin-right: 0 !important;
|
||
|
clear: none;
|
||
|
}
|
||
|
|
||
|
/* Preset Layouts
|
||
|
----------------------------------------------------------------------------- */
|
||
|
/* Single line */
|
||
|
.wpforms-container.inline-fields {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.wpforms-container.inline-fields .wpforms-field-container {
|
||
|
display: table;
|
||
|
width: calc(100% - 160px);
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.wpforms-container.inline-fields .wpforms-field {
|
||
|
display: table-cell;
|
||
|
padding-right: 2%;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.wpforms-container.inline-fields .wpforms-submit-container {
|
||
|
float: right;
|
||
|
width: 160px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container.inline-fields .wpforms-submit {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container.inline-fields input.wpforms-field-medium,
|
||
|
.wpforms-container.inline-fields select.wpforms-field-medium,
|
||
|
.wpforms-container.inline-fields .wpforms-field-row.wpforms-field-medium {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Set Styles
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container input[type=date],
|
||
|
.wpforms-container input[type=datetime],
|
||
|
.wpforms-container input[type=datetime-local],
|
||
|
.wpforms-container input[type=email],
|
||
|
.wpforms-container input[type=month],
|
||
|
.wpforms-container input[type=number],
|
||
|
.wpforms-container input[type=password],
|
||
|
.wpforms-container input[type=range],
|
||
|
.wpforms-container input[type=search],
|
||
|
.wpforms-container input[type=tel],
|
||
|
.wpforms-container input[type=text],
|
||
|
.wpforms-container input[type=time],
|
||
|
.wpforms-container input[type=url],
|
||
|
.wpforms-container input[type=week],
|
||
|
.wpforms-container select,
|
||
|
.wpforms-container textarea {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
-webkit-box-sizing: border-box;
|
||
|
-moz-box-sizing: border-box;
|
||
|
float: none;
|
||
|
font-family: inherit;
|
||
|
}
|
||
|
|
||
|
.wpforms-container input[type=checkbox],
|
||
|
.wpforms-container input[type=radio] {
|
||
|
width: 13px;
|
||
|
height: 13px;
|
||
|
margin: 2px 10px 0 3px;
|
||
|
display: inline-block;
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
|
||
|
.wpforms-container amp-img > img {
|
||
|
position: absolute;
|
||
|
/* Override position:static from previous rule, to prevent breaking AMP layout. */
|
||
|
}
|
||
|
|
||
|
/* reCAPTCHA Area
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-recaptcha-container {
|
||
|
padding: 10px 0 20px 0;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
/* Date/time field
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-field-date-time-date-sep {
|
||
|
display: inline-block;
|
||
|
padding: 0 5px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-date-time-date-year,
|
||
|
.wpforms-container .wpforms-field-date-time-date-day,
|
||
|
.wpforms-container .wpforms-field-date-time-date-month {
|
||
|
display: inline-block;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
/* Rating field
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-field-rating-item {
|
||
|
padding: 0 6px 0 0;
|
||
|
margin: 0;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-rating svg {
|
||
|
cursor: pointer;
|
||
|
-webkit-transform: perspective(1px) translateZ(0);
|
||
|
transform: perspective(1px) translateZ(0);
|
||
|
box-shadow: 0 0 1px transparent;
|
||
|
opacity: 0.60;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-rating-item.selected svg,
|
||
|
.wpforms-container .wpforms-field-rating-item.hover svg,
|
||
|
.wpforms-container .wpforms-field-rating-item input:focus + svg {
|
||
|
-webkit-transform: scale(1.3);
|
||
|
transform: scale(1.3);
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
/* Date/time field
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-field-date-time-date-sep {
|
||
|
display: inline-block;
|
||
|
padding: 0 5px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-date-time-date-year,
|
||
|
.wpforms-container .wpforms-field-date-time-date-day,
|
||
|
.wpforms-container .wpforms-field-date-time-date-month {
|
||
|
display: inline-block;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-datepicker-wrap {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear {
|
||
|
position: absolute;
|
||
|
background-image: url(../images/times-solid-white.svg);
|
||
|
background-position: 50% 50%;
|
||
|
background-repeat: no-repeat;
|
||
|
background-color: #cccccc;
|
||
|
background-size: 8px;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
cursor: pointer;
|
||
|
display: block;
|
||
|
border-radius: 50%;
|
||
|
right: 10px;
|
||
|
top: 50%;
|
||
|
margin-top: -8px;
|
||
|
transition: all 0.3s;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-datepicker-wrap .wpforms-field-small + .wpforms-datepicker-clear {
|
||
|
right: calc( 75% + 10px);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-datepicker-wrap .wpforms-field-medium + .wpforms-datepicker-clear {
|
||
|
right: calc( 40% + 10px);
|
||
|
}
|
||
|
|
||
|
/* Rating field
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-field-rating-item {
|
||
|
padding: 0 6px 0 0;
|
||
|
margin: 0;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-rating svg {
|
||
|
cursor: pointer;
|
||
|
-webkit-transform: perspective(1px) translateZ(0);
|
||
|
transform: perspective(1px) translateZ(0);
|
||
|
box-shadow: 0 0 1px transparent;
|
||
|
opacity: 0.60;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-rating-item.selected svg,
|
||
|
.wpforms-container .wpforms-field-rating-item.hover svg,
|
||
|
.wpforms-container .wpforms-field-rating-item input:focus + svg {
|
||
|
-webkit-transform: scale(1.3);
|
||
|
transform: scale(1.3);
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
/* Image choices
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container ul.wpforms-image-choices label:not(.wpforms-error) {
|
||
|
cursor: pointer;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-image-choices label input {
|
||
|
top: 50%;
|
||
|
}
|
||
|
|
||
|
/* Modern style */
|
||
|
.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
|
||
|
margin: 5px 5px 5px 5px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern img {
|
||
|
display: inline-block;
|
||
|
margin: 0 auto;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error) {
|
||
|
background-color: #fff;
|
||
|
display: inline-block;
|
||
|
margin: 0 auto;
|
||
|
cursor: pointer;
|
||
|
border: 1px solid #fff;
|
||
|
border-radius: 3px;
|
||
|
padding: 20px 20px 18px 20px;
|
||
|
transition: all 0.5s;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):hover {
|
||
|
border: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern .wpforms-selected label {
|
||
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image:after {
|
||
|
content: "\2714";
|
||
|
font-size: 22px;
|
||
|
line-height: 32px;
|
||
|
color: #fff;
|
||
|
background: green;
|
||
|
opacity: 0;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
margin: -16px 0 0 -16px;
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
border-radius: 50%;
|
||
|
transition: all 0.5s;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image {
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-label {
|
||
|
display: block;
|
||
|
margin-top: 12px;
|
||
|
}
|
||
|
|
||
|
/* Classic */
|
||
|
.wpforms-container .wpforms-list-inline .wpforms-image-choices-classic li {
|
||
|
margin: 0 10px 10px 0 !important;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-classic img {
|
||
|
display: inline-block;
|
||
|
margin: 0 auto;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error) {
|
||
|
background-color: #fff;
|
||
|
display: inline-block;
|
||
|
margin: 0 auto;
|
||
|
cursor: pointer;
|
||
|
border: 2px solid #fff;
|
||
|
padding: 10px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):hover {
|
||
|
border-color: #ddd;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-image {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-classic .wpforms-selected label {
|
||
|
border-color: #666 !important;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-label {
|
||
|
display: block;
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
|
||
|
/* Icon choices
|
||
|
----------------------------------------------------------------------------- */
|
||
|
/* Base styles */
|
||
|
.wpforms-container ul.wpforms-icon-choices,
|
||
|
.wpforms-container ul.wpforms-icon-choices * {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 100%;
|
||
|
padding: 0;
|
||
|
margin: 8px 0 -20px 0;
|
||
|
/* Style: Default */
|
||
|
/* Style: Modern */
|
||
|
/* Style: Classic */
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices + .wpforms-field-description,
|
||
|
.wpforms-container ul.wpforms-icon-choices + .wpforms-error {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices li {
|
||
|
min-width: 120px;
|
||
|
padding-right: 0;
|
||
|
margin: 0 0 20px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices label {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
margin: 0;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices .wpforms-icon-choices-icon {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices svg {
|
||
|
margin: 0 auto;
|
||
|
fill: var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-none svg {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default li, .wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
|
||
|
margin: 0 0 22px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default label {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon {
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
margin-bottom: 10px;
|
||
|
padding: 15px 20px 45px 20px;
|
||
|
background-color: #ffffff;
|
||
|
box-shadow: 0 0 0 1px #cccccc;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg {
|
||
|
position: relative;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg {
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
z-index: 0;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
border-radius: 6px;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon {
|
||
|
background-color: transparent;
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg {
|
||
|
background-color: var(--wpforms-icon-choices-color);
|
||
|
opacity: .1;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li label {
|
||
|
background-color: #ffffff;
|
||
|
box-shadow: 0 0 0 1px #cccccc;
|
||
|
border-radius: 6px;
|
||
|
height: 100%;
|
||
|
padding: 20px 20px 15px 20px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color), 0 2px 10px rgba(0, 0, 0, 0.15);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
|
||
|
background-color: #ffffff;
|
||
|
height: 100%;
|
||
|
padding: 20px 20px 15px 20px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover {
|
||
|
box-shadow: 0 0 0 1px #999999;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label {
|
||
|
box-shadow: 0 0 0 1px #999999;
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-radio .wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,
|
||
|
.wpforms-container .wpforms-field-payment-multiple .wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
z-index: 2;
|
||
|
bottom: 15px;
|
||
|
left: calc( 50% - 8px);
|
||
|
display: block;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
background-color: #ffffff;
|
||
|
box-shadow: 0 0 0 1px #cccccc;
|
||
|
border-radius: 50%;
|
||
|
margin: 15px auto 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-radio .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
|
||
|
.wpforms-container .wpforms-field-payment-multiple .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-radio .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
|
||
|
.wpforms-container .wpforms-field-payment-multiple .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
z-index: 2;
|
||
|
bottom: calc( 15px + 4px);
|
||
|
left: calc( 50% - 4px);
|
||
|
display: block;
|
||
|
width: 8px;
|
||
|
height: 8px;
|
||
|
background-color: var(--wpforms-icon-choices-color);
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-checkbox .wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,
|
||
|
.wpforms-container .wpforms-field-payment-checkbox .wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
z-index: 2;
|
||
|
bottom: 15px;
|
||
|
left: calc( 50% - 8px);
|
||
|
display: block;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
background-color: #ffffff;
|
||
|
box-shadow: 0 0 0 1px #cccccc;
|
||
|
border-radius: 3px;
|
||
|
margin: 15px auto 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-checkbox .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
|
||
|
.wpforms-container .wpforms-field-payment-checkbox .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before {
|
||
|
box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-field-checkbox .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
|
||
|
.wpforms-container .wpforms-field-payment-checkbox .wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after {
|
||
|
content: "";
|
||
|
box-sizing: border-box;
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
z-index: 2;
|
||
|
bottom: 23px;
|
||
|
left: calc( 50% - 6px);
|
||
|
width: 6px;
|
||
|
height: 10px;
|
||
|
border-style: solid;
|
||
|
border-color: var(--wpforms-icon-choices-color);
|
||
|
border-width: 0 2px 2px 0;
|
||
|
transform-origin: bottom left;
|
||
|
transform: rotate(45deg);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices,
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices,
|
||
|
.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices {
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li,
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li,
|
||
|
.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices li {
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, .wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,
|
||
|
.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,
|
||
|
.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
|
||
|
margin-right: 22px;
|
||
|
margin-bottom: 22px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li {
|
||
|
width: calc( 100% / 2 - 20px / 2);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n) {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, .wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
|
||
|
width: calc( 100% / 2 - 22px / 2);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li {
|
||
|
width: calc( 100% / 3 - 20px * 2 / 3);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n) {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, .wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
|
||
|
width: calc( 100% / 3 - 22px * 2 / 3);
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices li {
|
||
|
width: auto;
|
||
|
max-width: calc( 100% / 4 - 20px);
|
||
|
}
|
||
|
|
||
|
/* Rich Text field
|
||
|
----------------------------------------------------------------------------- */
|
||
|
.wpforms-container .wpforms-form textarea.wpforms-field-small.wp-editor-area {
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-form textarea.wpforms-field-medium.wp-editor-area {
|
||
|
height: 250px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-form textarea.wpforms-field-large.wp-editor-area {
|
||
|
height: 400px;
|
||
|
}
|
||
|
|
||
|
.wpforms-container .wpforms-form textarea.wp-editor-area:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 600px) {
|
||
|
.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
.wpforms-container .wpforms-form .wpforms-field > * {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
.wpforms-container .wpforms-mobile-full {
|
||
|
width: 100%;
|
||
|
margin-left: 0;
|
||
|
float: none;
|
||
|
}
|
||
|
.wpforms-container .wpforms-checkbox-2-columns ul li,
|
||
|
.wpforms-container .wpforms-multiplechoice-2-columns ul li,
|
||
|
.wpforms-container .wpforms-list-2-columns ul li,
|
||
|
.wpforms-container .wpforms-checkbox-3-columns ul li,
|
||
|
.wpforms-container .wpforms-multiplechoice-3-columns ul li,
|
||
|
.wpforms-container .wpforms-list-3-columns ul li {
|
||
|
float: none;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page {
|
||
|
float: none;
|
||
|
display: block;
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
|
||
|
width: 100% !important;
|
||
|
padding: 5px 10px;
|
||
|
}
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
|
||
|
display: none;
|
||
|
}
|
||
|
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
.wpforms-container.inline-fields .wpforms-field-container,
|
||
|
.wpforms-container.inline-fields .wpforms-field {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.wpforms-container.inline-fields .wpforms-submit-container {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzL2Nzcy93cGZvcm1zLWJhc2UuY3NzIiwic291cmNlcyI6WyJhc3NldHMvc2Nzcy93cGZvcm1zLWJhc2Uuc2NzcyIsImFzc2V0cy9zY3NzL3BhcnRpYWxzL19jb21tb24uc2NzcyIsImFzc2V0cy9zY3NzL3BhcnRpYWxzL19iYXNlLnNjc3MiLCJhc3NldHMvc2Nzcy9wYXJ0aWFscy9fZmllbGRzLWJhc2Uuc2NzcyIsImFzc2V0cy9zY3NzL3BhcnRpYWxzL19yZXNwb25zaXZlLWJhc2Uuc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBXUEZvcm1zIEJhc2UgZnJvbnRlbmQgc3R5bGVzLlxuLy9cbi8vIEBzaW5jZSAxLjYuMC4xXG5cbkBpbXBvcnQgXCJwYXJ0aWFscy9jb21tb25cIjtcbkBpbXBvcnQgJ3BhcnRpYWxzL2Jhc2UnO1xuQGltcG9ydCAncGFydGlhbHMvZmllbGRzLWJhc2UnO1xuQGltcG9ydCBcInBhcnRpYWxzL3Jlc3BvbnNpdmUtYmFzZVwiO1xuIiwiLy8gV1BGb3JtcyBmcm9udGVuZCBzdHlsZXMuXG4vL1xuLy8gQ29tbW9uIHBhcnQgZm9yIEJhc2UgYW5kIEZ1bGwgc3R5bGVzLlxuLy9cbi8vIEBzaW5jZSAxLjcuNVxuXG4ud3Bmb3Jtcy1jb250YWluZXIgLndwZm9ybXMtZm9ybSB7XG5cdCV3cGZvcm1zLWJhc2UtYWxlcnQge1xuXHRcdGJvcmRlcjogMXB4IHNvbGlkICNjY2NjY2M7XG5cdFx0dGV4dC1zaGFkb3c6IDAgMXB4IDAgcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjUpO1xuXHRcdHBhZGRpbmc6IDEwcHggMTVweDtcblx0XHRmb250LXNpemU6IDE0cHg7XG5cdFx0bWFyZ2luOiAwIDAgMTBweCAwO1xuXHR9XG5cblx0LndwZm9ybXMtZXJyb3ItYWxlcnQge1xuXHRcdEBleHRlbmQgJXdwZm9ybXMtYmFzZS1hbGVydDtcblxuXHRcdGNvbG9yOiAjYjk0YTQ4O1xuXHRcdGJhY2tncm91bmQtY29sb3I6ICNmMmRlZGU7XG5cdFx0Ym9yZGVyLWNvbG9yOiAjZWVkM2Q3O1xuXHR9XG59XG5cblxuLyogaENBUFRDSEEgQXJlYVxuLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbmRpdltzdHlsZSo9XCJ6LWluZGV4OiAyMTQ3NDgzNjQ3XCJdIHtcblx0ZGl2W3N0eWxlKj1cImJvcmRlci13aWR0aDogMTFweFwiXVtzdHlsZSo9XCJwb3NpdGlvbjogYWJzb2x1dGVcIl1bc3R5bGUqPVwicG9pbnRlci1ldmVudHM6IG5vbmVcIl0ge1xuXHRcdGJvcmRlci1zdHlsZTogbm9uZTtcblx0fVxufVxuXG4vKiBDbG91ZGZsYXJlIFR1cm5zdGlsZSBpZnJhbWUgY29udGVudCBhbGlnbm1lbnQgZml4LlxuLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbi53cGZvcm1zLWlzLXR1cm5zdGlsZSBpZnJhbWUge1xuXHRtYXJnaW4tbGVmdDogLTJweCAhaW1wb3J0YW50O1xufVxuIiwiLyogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbiAgIEJhc2UgLSBiYXNpYyBiYXJlIGJvbmVzIHN0eWxpbmdcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qIEVycm9ycywgV2FybmluZ3MsIGV0Y1xuLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbi53cGZvcm1zLWNvbnRhaW5lciAud3Bmb3Jtcy1lcnJvci1jb250YWluZXIsXG4ud3Bmb3Jtcy1jb250YWluZXIgbm9zY3JpcHQud3Bmb3Jtcy1lcnJvci1ub3NjcmlwdCB7XG5cdGNvbG9yOiAjOTkwMDAwO1xufVxuXG4ud3Bmb3Jtcy1jb250YWluZXIgbGFiZWwud3Bmb3Jtcy1lcnJvciB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRjb2xvcjogIzk5MDAwMDtcblx0Zm9udC1zaXplOiAwLjllbTtcblx0ZmxvYXQ6IG5vbmU7XG5cdGN1cnNvcjogZGVmYXVsdDtcbn1cblxuLndwZm9ybXMtY29udGFpbmVyIC53cGZvcm1zLWZpZWxkIGlucHV0LndwZm9ybXMtZXJyb3IsXG4ud3Bmb3Jtcy1jb250YWluZXIgLndwZm9ybXMtZmllbGQgaW5wdXQudXNlci1pbnZhbGlkLFxuLndwZm9ybXMtY29udGFpbmVyIC53cGZvcm1zLWZpZWxkIHRleHRhcmVhLndwZm9ybXMtZXJyb3IsXG4ud3Bmb3Jtcy1jb250YWluZXIgLndwZm9ybXMtZmllbGQgdGV4dGFyZWEudXNlci1pbnZhbGlkLFxuLndwZm9ybXMtY29udGFpbmVyIC53cGZvcm1zLWZpZWxkIHNlbGVjdC53cGZvcm1zLWVycm9yLFxuLndwZm9ybXMtY29udGFpbmVyIC53cGZvcm1zLWZpZWxkIHNlbGVjdC51c2VyLWludmFsaWQsXG4ud3Bmb3Jtcy1jb250YWluZXIgLndwZm9ybXMtZmllbGQud3Bmb3Jtcy1oYXMtZXJyb3IgLmNob2ljZXNfX2lubmVyIHtcblx0Ym9yZGVyOiAxcHggc29saWQgI2NjMDAwMDtcbn1cblxuLndwZm9ybXMtY29udGFpbmVyIC53cGZvcm1zLWZpZWxkLWNyZWRpdC1jYXJkLWV4cGlyYXRpb24gbGFiZWwud3Bmb3Jtcy1lcnJvcixcbi53cGZvcm1zLWNvbnRhaW5lciAud3Bmb3Jtcy1maWVsZC1jcmVkaXQtY2FyZC1jb2RlIGxhYmVsLndwZm9ybXMtZXJyb3Ige1xuXHRkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG59XG5cbi8qIFBhZ2UgSW5kaWNhdG9yIHRoZW1lc1xuLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cblxuLndwZm9ybXMtY29udGFpbmVyIC53cGZvcm1zLXBhZ2UtaW5kaWNhdG9yIHtcblx0bWFyZ2luOiAwIDAgMjBweCAwO1xuXHRvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4vKiogQ2lyY2xlcyB0aGVtZSAqKi9cbi53cGZvcm1zLWNvbnRhaW5lciAud3Bmb3Jtcy1wYWdlLWluZGljYXRvci5jaXJjbGVzIHtcblx0Ym9yZGVyLXRvcDogMXB4IHNvbGlkICNkZmRmZGY7XG5cdGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZGZkZmRmO1xuXHRwYWRkaW5nOiAxNXB4IDEwcHg7XG59XG5cbi53cGZvcm1zLWNvbnRh
|