File: /disk001/machen/www/support/wp-content/themes/wp-moose/dist/css/woocommerce.css
/*!
* Base
*/
/*! tailwindcss v3.0.11 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: currentColor; /* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
-o-tab-size: 4;
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0; /* 1 */
line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: inherit; /* 1 */
color: inherit; /* 1 */
margin: 0; /* 2 */
padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; /* 1 */
background-color: transparent; /* 2 */
background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
border-radius: 0px;
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
--tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #6b7280;
opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #6b7280;
opacity: 1;
}
input::placeholder,textarea::placeholder {
color: #6b7280;
opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-date-and-time-value {
min-height: 1.5em;
}
select {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
[multiple] {
background-image: initial;
background-position: initial;
background-repeat: unset;
background-size: initial;
padding-right: 0.75rem;
-webkit-print-color-adjust: unset;
color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
-webkit-print-color-adjust: exact;
color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
flex-shrink: 0;
height: 1rem;
width: 1rem;
color: #2563eb;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
--tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
border-radius: 0px;
}
[type='radio'] {
border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 2px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
[type='checkbox']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
border-color: transparent;
background-color: currentColor;
}
[type='checkbox']:indeterminate {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
border-color: transparent;
background-color: currentColor;
}
[type='file'] {
background: unset;
border-color: inherit;
border-width: 0;
border-radius: 0;
padding: 0;
font-size: unset;
line-height: inherit;
}
[type='file']:focus {
outline: 1px auto -webkit-focus-ring-color;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
text-rendering: optimizeLegibility;
}
.entry-content .has-drop-cap::first-letter {
font-weight: 400;
float: left;
margin: 0px 12px 0 0;
font-size: 80px;
line-height: 65px;
text-align: center;
font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
text-transform: uppercase;
}
:root {
scroll-behavior: smooth;
--wp-moose-btn-rounded: 4px;
--wp-moose-btn-border-width: 2px;
--wp-moose-btn-shadow-active: 0px 8px 12px -6px;
--wp-moose-secondary-color: 250, 195, 17;
--wp-moose-secondary-focus: 255, 188, 79;
--wp-moose-secondary-content: 255, 255, 255;
--wp-moose-accent-color: 24, 24, 48;
--wp-moose-accent-focus: 27, 46, 88;
--wp-moose-accent-content: 255, 255, 255;
--wp-moose-neutral-color: 29, 39, 51;
--wp-moose-neutral-focus: 43, 56, 72;
--wp-moose-neutral-content: 255, 255, 255;
--wp-moose-base-color: 255, 255, 255;
--wp-moose-base-content: 30, 41, 59;
--wp-moose-base-100: 241, 245, 249;
--wp-moose-base-200: 226, 232, 240;
}
.form-controls.form-primary input[type=submit] {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.form-controls.form-primary input[type=submit]:hover, .form-controls.form-primary input[type=submit]:focus, .form-controls.form-primary input[type=submit].btn-focus, .form-controls.form-primary input[type=submit]-focus, .form-controls.form-primary input[type=submit].btn-active, .form-controls.form-primary input[type=submit]-active {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
}
.form-controls.form-primary input[type=submit]:focus, .form-controls.form-primary input[type=submit].btn-focus, .form-controls.form-primary input[type=submit]-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-outline.form-controls.form-primary input[type=submit] {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.btn-outline.form-controls.form-primary input[type=submit]:hover, .btn-outline.form-controls.form-primary input[type=submit]:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.form-controls.form-primary input[type=submit]-disabled, .form-controls.form-primary input[type=submit]-disabled:hover, .form-controls.form-primary input[type=submit]-disabled.btn-active, .form-controls.form-primary input[type=submit][disabled], .form-controls.form-primary input[type=submit][disabled]:hover, .form-controls.form-primary input[type=submit][disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.form-controls.form-primary input[type=submit]-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-controls.form-primary input[type=submit]-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.form-controls.form-primary input[type=submit]-group > .btn-active, .form-controls.form-primary input[type=submit]-group > .btn:hover {
box-shadow: none;
}
.form-controls.form-primary input[type=submit]-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.form-controls.form-primary input[type=submit]-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.form-controls.form-primary input[type=submit]-group > input[type="radio"]:checked.btn, .form-controls.form-primary input[type=submit]-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.form-controls.form-primary input[type=submit], .btn-group > .form-controls.form-primary input[type=submit].btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.form-controls.form-primary input[type=submit]-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.form-controls.form-primary input[type=submit].btn-outline, .btn-group > .form-controls.form-primary input[type=submit].btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.form-controls.form-secondary input[type=submit] {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
.form-controls.form-secondary input[type=submit]-disabled, .form-controls.form-secondary input[type=submit]-disabled:hover, .form-controls.form-secondary input[type=submit]-disabled.btn-active, .form-controls.form-secondary input[type=submit][disabled], .form-controls.form-secondary input[type=submit][disabled]:hover, .form-controls.form-secondary input[type=submit][disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.form-controls.form-secondary input[type=submit]-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-controls.form-secondary input[type=submit]-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.form-controls.form-secondary input[type=submit]-group > .btn-active, .form-controls.form-secondary input[type=submit]-group > .btn:hover {
box-shadow: none;
}
.form-controls.form-secondary input[type=submit]-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.form-controls.form-secondary input[type=submit]-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.form-controls.form-secondary input[type=submit]-group > input[type="radio"]:checked.btn, .form-controls.form-secondary input[type=submit]-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.form-controls.form-secondary input[type=submit], .btn-group > .form-controls.form-secondary input[type=submit].btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.form-controls.form-secondary input[type=submit]-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.form-controls.form-secondary input[type=submit].btn-outline, .btn-group > .form-controls.form-secondary input[type=submit].btn-active.btn-outline {
background-color: rgb(var(--wp-moose-secondary-color));
border-color: rgb(var(--wp-moose-secondary-color));
color: rgb(var(--wp-moose-secondary-content));
}
.form-controls.form-accent input[type=submit] {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
.form-controls.form-accent input[type=submit]-disabled, .form-controls.form-accent input[type=submit]-disabled:hover, .form-controls.form-accent input[type=submit]-disabled.btn-active, .form-controls.form-accent input[type=submit][disabled], .form-controls.form-accent input[type=submit][disabled]:hover, .form-controls.form-accent input[type=submit][disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.form-controls.form-accent input[type=submit]-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-controls.form-accent input[type=submit]-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.form-controls.form-accent input[type=submit]-group > .btn-active, .form-controls.form-accent input[type=submit]-group > .btn:hover {
box-shadow: none;
}
.form-controls.form-accent input[type=submit]-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.form-controls.form-accent input[type=submit]-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.form-controls.form-accent input[type=submit]-group > input[type="radio"]:checked.btn, .form-controls.form-accent input[type=submit]-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.form-controls.form-accent input[type=submit], .btn-group > .form-controls.form-accent input[type=submit].btn-active {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.form-controls.form-accent input[type=submit]-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.form-controls.form-accent input[type=submit].btn-outline, .btn-group > .form-controls.form-accent input[type=submit].btn-active.btn-outline {
border-color: rgb(var(--wp-moose-accent-color));
}
.form-controls.form-neutral input[type=submit] {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
.form-controls.form-neutral input[type=submit]-disabled, .form-controls.form-neutral input[type=submit]-disabled:hover, .form-controls.form-neutral input[type=submit]-disabled.btn-active, .form-controls.form-neutral input[type=submit][disabled], .form-controls.form-neutral input[type=submit][disabled]:hover, .form-controls.form-neutral input[type=submit][disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.form-controls.form-neutral input[type=submit]-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-controls.form-neutral input[type=submit]-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.form-controls.form-neutral input[type=submit]-group > .btn-active, .form-controls.form-neutral input[type=submit]-group > .btn:hover {
box-shadow: none;
}
.form-controls.form-neutral input[type=submit]-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.form-controls.form-neutral input[type=submit]-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.form-controls.form-neutral input[type=submit]-group > input[type="radio"]:checked.btn, .form-controls.form-neutral input[type=submit]-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.form-controls.form-neutral input[type=submit], .btn-group > .form-controls.form-neutral input[type=submit].btn-active {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.form-controls.form-neutral input[type=submit]-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.form-controls.form-neutral input[type=submit].btn-outline, .btn-group > .form-controls.form-neutral input[type=submit].btn-active.btn-outline {
border-color: rgb(var(--wp-moose-neutral-color));
}
button:focus, a:focus {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-color), var(--tw-text-opacity));
outline-style: dashed;
outline-color: rgb(var(--wp-moose-primary-color));
}
.alignleft {
float: left;
margin: 0px;
margin-right: 24px;
margin-bottom: 24px;
}
.alignright {
float: right;
margin: 0px;
margin-left: 24px;
margin-bottom: 24px;
}
.aligncenter {
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: 24px;
margin-bottom: 24px;
display: block;
}
.alignnone {
margin-left: auto;
margin-right: auto;
margin-top: 24px;
margin-bottom: 24px;
display: block;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
*, ::before, ::after {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/*!
* Components
*/
.container {
width: 100%;
}
@media (min-width: 576px) {
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 992px) {
.container {
max-width: 992px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.prose {
color: var(--tw-prose-body);
max-width: 65ch;
}
.prose [class~="lead"] {
color: var(--tw-prose-lead);
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.prose a {
color: var(--tw-prose-links);
text-decoration: underline;
font-weight: 500;
}
.prose strong {
color: var(--tw-prose-bold);
font-weight: 600;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
}
.prose ol[type="A"] {
list-style-type: upper-alpha;
}
.prose ol[type="a"] {
list-style-type: lower-alpha;
}
.prose ol[type="A" s] {
list-style-type: upper-alpha;
}
.prose ol[type="a" s] {
list-style-type: lower-alpha;
}
.prose ol[type="I"] {
list-style-type: upper-roman;
}
.prose ol[type="i"] {
list-style-type: lower-roman;
}
.prose ol[type="I" s] {
list-style-type: upper-roman;
}
.prose ol[type="i" s] {
list-style-type: lower-roman;
}
.prose ol[type="1"] {
list-style-type: decimal;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
}
.prose ol > li::marker {
font-weight: 400;
color: var(--tw-prose-counters);
}
.prose ul > li::marker {
color: var(--tw-prose-bullets);
}
.prose hr {
border-color: var(--tw-prose-hr);
border-top-width: 1px;
margin-top: 3em;
margin-bottom: 3em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: var(--tw-prose-quotes);
border-left-width: 0.25rem;
border-left-color: var(--tw-prose-quote-borders);
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
content: open-quote;
}
.prose blockquote p:last-of-type::after {
content: close-quote;
}
.prose h1 {
color: var(--tw-prose-headings);
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.prose h1 strong {
font-weight: 900;
}
.prose h2 {
color: var(--tw-prose-headings);
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
.prose h2 strong {
font-weight: 800;
}
.prose h3 {
color: var(--tw-prose-headings);
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.prose h3 strong {
font-weight: 700;
}
.prose h4 {
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
.prose h4 strong {
font-weight: 700;
}
.prose figure > * {
margin-top: 0;
margin-bottom: 0;
}
.prose figcaption {
color: var(--tw-prose-captions);
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
.prose code {
color: var(--tw-prose-code);
font-weight: 600;
font-size: 0.875em;
}
.prose code::before {
content: "`";
}
.prose code::after {
content: "`";
}
.prose a code {
color: var(--tw-prose-links);
}
.prose pre {
color: var(--tw-prose-pre-code);
background-color: var(--tw-prose-pre-bg);
overflow-x: auto;
font-weight: 400;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-right: 1.1428571em;
padding-bottom: 0.8571429em;
padding-left: 1.1428571em;
}
.prose pre code {
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.prose pre code::before {
content: none;
}
.prose pre code::after {
content: none;
}
.prose table {
width: 100%;
table-layout: auto;
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
.prose thead {
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-th-borders);
}
.prose thead th {
color: var(--tw-prose-headings);
font-weight: 600;
vertical-align: bottom;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose tbody tr {
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-td-borders);
}
.prose tbody tr:last-child {
border-bottom-width: 0;
}
.prose tbody td {
vertical-align: baseline;
padding-top: 0.5714286em;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose {
--tw-prose-body: #374151;
--tw-prose-headings: #111827;
--tw-prose-lead: #4b5563;
--tw-prose-links: #111827;
--tw-prose-bold: #111827;
--tw-prose-counters: #6b7280;
--tw-prose-bullets: #d1d5db;
--tw-prose-hr: #e5e7eb;
--tw-prose-quotes: #111827;
--tw-prose-quote-borders: #e5e7eb;
--tw-prose-captions: #6b7280;
--tw-prose-code: #111827;
--tw-prose-pre-code: #e5e7eb;
--tw-prose-pre-bg: #1f2937;
--tw-prose-th-borders: #d1d5db;
--tw-prose-td-borders: #e5e7eb;
--tw-prose-invert-body: #d1d5db;
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: #9ca3af;
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: #9ca3af;
--tw-prose-invert-bullets: #4b5563;
--tw-prose-invert-hr: #374151;
--tw-prose-invert-quotes: #f3f4f6;
--tw-prose-invert-quote-borders: #374151;
--tw-prose-invert-captions: #9ca3af;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: #d1d5db;
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: #4b5563;
--tw-prose-invert-td-borders: #374151;
font-size: 1rem;
line-height: 1.75;
}
.prose p {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose img {
margin-top: 2em;
margin-bottom: 2em;
}
.prose video {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figure {
margin-top: 2em;
margin-bottom: 2em;
}
.prose h2 code {
font-size: 0.875em;
}
.prose h3 code {
font-size: 0.9em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose ol > li {
padding-left: 0.375em;
}
.prose ul > li {
padding-left: 0.375em;
}
.prose > ul > li p {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose hr + * {
margin-top: 0;
}
.prose h2 + * {
margin-top: 0;
}
.prose h3 + * {
margin-top: 0;
}
.prose h4 + * {
margin-top: 0;
}
.prose thead th:first-child {
padding-left: 0;
}
.prose thead th:last-child {
padding-right: 0;
}
.prose tbody td:first-child {
padding-left: 0;
}
.prose tbody td:last-child {
padding-right: 0;
}
.prose > :first-child {
margin-top: 0;
}
.prose > :last-child {
margin-bottom: 0;
}
.prose-moose {
--tw-prose-body: rgb(var(--wp-moose-base-content));
--tw-prose-headings: rgb(var(--wp-moose-base-content));
--tw-prose-lead: rgb(var(--wp-moose-base-content));
--tw-prose-bold: rgb(var(--wp-moose-base-content));
--tw-prose-counters: rgb(var(--wp-moose-primary-color));
--tw-prose-bullets: rgb(var(--wp-moose-primary-color));
--tw-prose-hr: rgb(var(--wp-moose-base-200));
--tw-prose-quotes: rgb(var(--wp-moose-base-content));
--tw-prose-quote-borders: rgb(var(--wp-moose-base-200));
--tw-prose-captions: rgb(var(--wp-moose-base-content));
--tw-prose-code: rgb(var(--wp-moose-accent-color));
--tw-prose-pre-code: rgb(var(--wp-moose-accent-content));
--tw-prose-pre-bg: rgb(var(--wp-moose-accent-color));
--tw-prose-th-borders: rgb(var(--wp-moose-base-200));
--tw-prose-td-borders: rgb(var(--wp-moose-base-100));
}
.link {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.link:hover {
text-decoration-thickness: 2px;
}
.link:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.link-hover-primary:hover, .link-hover-primary:focus {
color: rgb(var(--wp-moose-primary-color));
}
.link-ltr, .link-rtl, .link-ctt {
text-decoration: none;
position: relative;
}
.link-ltr:hover::after, .link-ltr:focus::after, .link-rtl:hover::after, .link-rtl:focus::after, .link-ctt:hover::after, .link-ctt:focus::after {
transform: scaleX(1);
}
.link-ltr::after, .link-rtl::after, .link-ctt::after {
content: '';
transition-property: transform;
transition-duration: 300ms;
background-color: currentColor;
position: absolute;
height: 0.125rem;
width: 100%;
bottom: 0;
left: 0;
transform: scaleX(0);
}
.link-ltr::after {
transform-origin: bottom left;
}
.badge {
display: inline-block;
padding: var(--wp-moose-badge-spacing, 0.125em 0.625em);
border-radius: 0.375rem;
font-size: 0.75rem;
line-height: 1rem;
}
.badge-pill {
border-radius: 9999px;
}
.badge-ghost {
background-color: rgb(var(--wp-moose-base-100));
color: rgb(var(--wp-moose-base-content));
}
.badge-ghost:focus {
outline: var(--wp-moose-badge-outline-focus, 1px dashed) rgb(var(--wp-moose-base-200));
outline-offset: var(--wp-moose-badge-outline-offset-focus, 1px);
}
.badge-primary:focus {
outline: var(--wp-moose-badge-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-badge-outline-offset-focus, 1px);
}
.badge-primary {
background-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.badge-primary.badge-outline {
background-color: transparent;
color: rgb(var(--wp-moose-primary-color));
}
.btn {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
.btn-primary {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.btn-focus, .btn-primary-focus, .btn-primary.btn-active, .btn-primary-active {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
}
.btn-primary:focus, .btn-primary.btn-focus, .btn-primary-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-ghost, .btn-link {
background-color: transparent;
border-color: transparent;
}
.btn-ghost {
color: currentColor;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost.btn-focus, .btn-ghost-focus, .btn-ghost.btn-active, .btn-ghost-active {
background-color: rgb(var(--wp-moose-base-100));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-base-200), 0.5);
}
.btn-ghost:focus, .btn-ghost.btn-focus, .btn-ghost-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-base-200));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-link {
color: rgb(var(--wp-moose-primary-color));
}
.btn-link:hover, .btn-link:focus, .btn-link.btn-focus, .btn-link-focus, .btn-link.btn-active, .btn-link-active {
text-decoration: underline;
box-shadow: none;
}
.btn-link:focus, .btn-link.btn-focus, .btn-link-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-color));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-outline {
background-color: transparent;
color: rgb(var(--wp-moose-base-content));
}
.btn-outline.btn-primary {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.btn-disabled, .btn-disabled:hover, .btn-disabled.btn-active, .btn[disabled], .btn[disabled]:hover, .btn[disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.btn-group {
display: flex;
flex-wrap: wrap;
}
.btn-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.btn-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.btn-group > .btn-active, .btn-group > .btn:hover {
box-shadow: none;
}
.btn-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.btn-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.btn-group > input[type="radio"]:checked.btn, .btn-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.btn-primary, .btn-group > .btn-primary.btn-active, .btn-group > input[type="radio"]:checked.btn-secondary, .btn-group > .btn-secondary.btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.btn-group > input[type="radio"]:checked.btn-accent, .btn-group > .btn-accent.btn-active, .btn-group > input[type="radio"]:checked.btn-neutral, .btn-group > .btn-neutral.btn-active {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-group > .btn-link.btn-active {
color: rgb(var(--wp-moose-accent-color));
}
.btn-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.btn-primary.btn-outline, .btn-group > .btn-primary.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-group > input[type="radio"]:checked.btn-secondary.btn-outline, .btn-group > .btn-secondary.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-secondary-color));
border-color: rgb(var(--wp-moose-secondary-color));
color: rgb(var(--wp-moose-secondary-content));
}
.btn-group > input[type="radio"]:checked.btn-accent.btn-outline, .btn-group > .btn-accent.btn-active.btn-outline {
border-color: rgb(var(--wp-moose-accent-color));
}
.btn-group > input[type="radio"]:checked.btn-neutral.btn-outline, .btn-group > .btn-neutral.btn-active.btn-outline {
border-color: rgb(var(--wp-moose-neutral-color));
}
.navbar {
padding: var(--wp-moose-navbar-spacing, 1rem 0);
}
.navbar > *:not(.not-flex) {
display: flex;
align-items: center;
}
.navbar-start {
justify-content: flex-start;
}
.navbar-end {
justify-content: flex-end;
}
.navbar .site-brand img {
height: 42px;
max-width: 120px;
}
.navbar-menu-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
transition: 0.3s ease;
position: relative;
border: 1px solid;
border-radius: 1px;
background: currentColor;
}
.navbar-menu-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.navbar-menu-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
transform: rotate(45deg);
top: 6px;
}
.navbar-menu-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
width: 0;
opacity: 0;
}
.navbar-menu-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
transform: rotate(-45deg);
top: -6px;
}
.navbar-menu-toggle[aria-expanded=false] .icon-bar:nth-child(1), .navbar-menu-toggle[aria-expanded=false] .icon-bar:nth-child(2), .navbar-menu-toggle[aria-expanded=false] .icon-bar:nth-child(3) {
top: 0;
transform-origin: left center;
}
.navbar-primary {
background-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.navbar .menu.menu-links.menu-primary > .menu-item > a, .navbar .menu.menu-links.menu-primary.menu-vertical .menu-item > a, .navbar .menu.menu-underline.menu-primary > .menu-item > a, .navbar .menu.menu-underline.menu-primary.menu-vertical .menu-item > a {
opacity: 0.65;
color: rgb(var(--wp-moose-primary-content));
}
.navbar .menu.menu-links.menu-primary > .current-menu-item > a, .navbar .menu.menu-links.menu-primary > .menu-item > a:hover, .navbar .menu.menu-links.menu-primary > .menu-item > a:focus, .navbar .menu.menu-links.menu-primary.menu-vertical .current-menu-item > a, .navbar .menu.menu-links.menu-primary.menu-vertical .menu-item > a:hover, .navbar .menu.menu-links.menu-primary.menu-vertical .menu-item > a:focus, .navbar .menu.menu-underline.menu-primary > .current-menu-item > a, .navbar .menu.menu-underline.menu-primary > .menu-item > a:hover, .navbar .menu.menu-underline.menu-primary > .menu-item > a:focus, .navbar .menu.menu-underline.menu-primary.menu-vertical .current-menu-item > a, .navbar .menu.menu-underline.menu-primary.menu-vertical .menu-item > a:hover, .navbar .menu.menu-underline.menu-primary.menu-vertical .menu-item > a:focus {
opacity: 1;
color: rgb(var(--wp-moose-primary-content));
}
.navbar .menu.menu-bordered.menu-primary > .current-menu-item > a, .navbar .menu.menu-bordered.menu-primary > .menu-item > a:hover, .navbar .menu.menu-bordered.menu-primary > .menu-item > a:focus, .navbar .menu.menu-bordered.menu-primary.menu-vertical .current-menu-item > a, .navbar .menu.menu-bordered.menu-primary.menu-vertical .menu-item > a:hover, .navbar .menu.menu-bordered.menu-primary.menu-vertical .menu-item > a:focus {
border-color: rgb(var(--wp-moose-primary-content));
color: rgb(var(--wp-moose-primary-content));
}
.navbar .menu.menu-links.menu-ghost > .current-menu-item > a, .navbar .menu.menu-links.menu-ghost > .menu-item > a:hover, .navbar .menu.menu-links.menu-ghost > .menu-item > a:focus, .navbar .menu.menu-links.menu-ghost.menu-vertical .current-menu-item > a, .navbar .menu.menu-links.menu-ghost.menu-vertical .menu-item > a:hover, .navbar .menu.menu-links.menu-ghost.menu-vertical .menu-item > a:focus, .navbar .menu.menu-underline.menu-ghost > .current-menu-item > a, .navbar .menu.menu-underline.menu-ghost > .menu-item > a:hover, .navbar .menu.menu-underline.menu-ghost > .menu-item > a:focus, .navbar .menu.menu-underline.menu-ghost.menu-vertical .current-menu-item > a, .navbar .menu.menu-underline.menu-ghost.menu-vertical .menu-item > a:hover, .navbar .menu.menu-underline.menu-ghost.menu-vertical .menu-item > a:focus {
opacity: 1;
color: rgb(var(--wp-moose-primary-color));
}
.navbar .menu.menu-bordered.menu-ghost > .current-menu-item > a, .navbar .menu.menu-bordered.menu-ghost > .menu-item > a:hover, .navbar .menu.menu-bordered.menu-ghost > .menu-item > a:focus, .navbar .menu.menu-bordered.menu-ghost.menu-vertical .current-menu-item > a, .navbar .menu.menu-bordered.menu-ghost.menu-vertical .menu-item > a:hover, .navbar .menu.menu-bordered.menu-ghost.menu-vertical .menu-item > a:focus {
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-color));
}
.menu {
letter-spacing: -0.0277em;
align-items: center;
}
.menu .menu-item, .menu .menu-item a {
position: relative;
}
.menu .menu-item a:focus {
outline: var(--wp-moose-outline, 1px dashed);
}
.menu .sub-menu {
list-style: none;
margin: 0;
}
.menu-horizontal {
display: flex;
}
.menu-horizontal > .menu-item {
padding: var(--wp-moose-horizontal-menu-item-spacing, 0 0.375em);
}
.menu-horizontal > .menu-item-has-children > a::after, .menu-horizontal > .menu-item-has-children .menu-item-has-children::after {
font-size: 0.6em;
padding-left: 4px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
}
.menu-horizontal > .menu-item-has-children .menu-item-has-children {
display: flex;
align-items: center;
}
.menu-horizontal .sub-menu {
opacity: 0;
padding: 0.25em 0;
position: absolute;
right: 9999em;
top: 100%;
margin-top: 1em;
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6em);
width: 10em;
border-radius: 0.25em;
box-shadow: 0px 0px 1.5em 0px rgba(0, 0, 0, 0.1);
background-color: rgb(var(--wp-moose-base-color));
color: rgb(var(--wp-moose-base-content));
z-index: 50;
}
.menu-horizontal .sub-menu::before {
content: "";
display: block;
position: absolute;
top: -1em;
left: 0;
width: 100%;
height: 1em;
}
.menu-horizontal .sub-menu::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
right: 1.8em;
border: 0.5em solid transparent;
border-bottom-color: rgb(var(--wp-moose-base-color));
}
.menu-horizontal .sub-menu .sub-menu::after {
border-bottom-color: transparent;
border-left-color: rgb(var(--wp-moose-base-color));
}
.menu-horizontal .sub-menu .menu-item {
transition: all 200ms;
padding: 0.4em 1em;
text-align: left;
}
.menu-horizontal .sub-menu .menu-item a:hover, .menu-horizontal .sub-menu .menu-item a:focus {
color: rgb(var(--wp-moose-primary-color));
text-decoration: underline;
}
.menu-horizontal .sub-menu a {
display: block;
width: 100%;
font-size: 0.875em;
}
.menu-horizontal .menu-item-has-children:hover > .sub-menu,.menu-horizontal .menu-item-has-children:focus > .sub-menu,.menu-horizontal .menu-item-has-children:focus-within > .sub-menu {
right: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.menu-horizontal .sub-menu .sub-menu {
top: 0;
margin-top: 0;
}
.menu-horizontal .sub-menu .sub-menu::before {
right: -1em;
left: auto;
top: 0;
height: 100%;
width: 1em;
}
.menu-horizontal .sub-menu .sub-menu::after {
bottom: auto;
right: -1em;
top: 0.5em;
}
.menu-horizontal .sub-menu .menu-item-has-children:hover > .sub-menu,.menu-horizontal .sub-menu .menu-item-has-children:focus > .sub-menu,.menu-horizontal .sub-menu .menu-item-has-children:focus-within > .sub-menu {
right: calc(100% + 1em);
}
.menu-horizontal.menu-left {
justify-content: start;
}
.menu-horizontal.menu-right {
justify-content: end;
}
.menu-horizontal.menu-center {
justify-content: center;
}
.menu-horizontal.menu-dropdown-right .sub-menu::after {
right: auto;
left: 1.8em;
}
.menu-horizontal.menu-dropdown-right .menu-item-has-children:hover > .sub-menu,.menu-horizontal.menu-dropdown-right .menu-item-has-children:focus > .sub-menu,.menu-horizontal.menu-dropdown-right .menu-item-has-children:focus-within > .sub-menu {
right: auto;
left: 0;
}
.menu-horizontal.menu-dropdown-right .sub-menu .menu-item-has-children:hover > .sub-menu,.menu-horizontal.menu-dropdown-right .sub-menu .menu-item-has-children:focus > .sub-menu,.menu-horizontal.menu-dropdown-right .sub-menu .menu-item-has-children:focus-within > .sub-menu {
left: calc(100% + 1em);
}
.menu-horizontal.menu-dropdown-right .sub-menu .sub-menu::before {
left: -1em;
right: auto;
}
.menu-horizontal.menu-dropdown-right .sub-menu .sub-menu::after {
right: auto;
left: -1em;
border-left-color: transparent;
border-right-color: rgb(var(--wp-moose-base-color));
}
.menu-vertical .menu-item {
padding: var(--wp-moose-vertical-menu-item-spacing, 0.5em 0);
}
.menu-vertical .menu-item > a {
display: block;
}
.menu-vertical .sub-menu {
padding-left: 1em;
}
.menu-vertical .sub-menu .sub-menu::after {
left: -1em;
}
.menu-segment.menu-vertical .menu-item > a::after, .menu-segment.menu-horizontal > .menu-item:not(:last-of-type)::after {
content: "";
display: block;
position: absolute;
background-color: currentColor;
opacity: 0.35;
}
.menu-segment.menu-vertical .menu-item > a::after {
width: 100%;
height: 1px;
bottom: 0;
}
.menu-segment.menu-horizontal > .menu-item::after {
width: 1px;
height: 0.8em;
right: 0;
top: 50%;
margin-top: -0.4em;
}
.menu-underline > .menu-item > a, .menu-underline.menu-vertical .menu-item > a {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.menu-underline > .menu-item > a:hover, .menu-underline.menu-vertical .menu-item > a:hover {
text-decoration-thickness: 2px;
}
.menu-underline > .menu-item > a:focus, .menu-underline.menu-vertical .menu-item > a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.menu-underline > .menu-item > a, .menu-underline.menu-vertical .menu-item > a {
-webkit-text-decoration-line: none;
text-decoration-line: none;
padding: var(--wp-moose-underline-menu-spacing, 0 0.5em);
}
.menu-underline > .current-menu-item > a, .menu-underline > .menu-item > a:hover, .menu-underline > .menu-item > a:focus, .menu-underline.menu-vertical .current-menu-item > a, .menu-underline.menu-vertical .menu-item > a:hover, .menu-underline.menu-vertical .menu-item > a:focus {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
text-decoration-thickness: 2px;
}
.menu-links > .menu-item > a, .menu-links.menu-vertical .menu-item > a {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.menu-links > .menu-item > a:hover, .menu-links.menu-vertical .menu-item > a:hover {
text-decoration-thickness: 2px;
}
.menu-links > .menu-item > a:focus, .menu-links.menu-vertical .menu-item > a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.menu-links > .menu-item > a, .menu-links.menu-vertical .menu-item > a {
-webkit-text-decoration-line: none;
text-decoration-line: none;
padding: var(--wp-moose-links-menu-spacing, 0 0.5em);
}
.menu-horizontal.menu-bordered > .menu-item > a, .menu-vertical.menu-bordered .menu-item > a {
padding: var(--wp-moose-bordered-menu-spacing, 0.25em 0.75em);
border-color: transparent;
border-style: solid;
}
.menu-horizontal.menu-bordered > .menu-item > a:hover, .menu-horizontal.menu-bordered > .menu-item > a:focus, .menu-vertical.menu-bordered .menu-item > a:hover, .menu-vertical.menu-bordered .menu-item > a:focus {
color: rgb(var(--wp-moose-base-content));
border-color: rgba(var(--wp-moose-base-content), 0.5);
}
.menu-horizontal.menu-bordered > .menu-item > a {
border-bottom-width: 2px;
border-left-width: 0;
}
.menu-vertical.menu-bordered .menu-item > a {
border-left-width: 2px;
border-bottom-width: 0;
}
.menu-pills > .menu-item > a, .menu-vertical.menu-pills .menu-item > a {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
.menu-pills > .menu-item > a-disabled, .menu-pills > .menu-item > a-disabled:hover, .menu-pills > .menu-item > a-disabled.btn-active, .menu-pills > .menu-item > a[disabled], .menu-pills > .menu-item > a[disabled]:hover, .menu-pills > .menu-item > a[disabled].btn-active, .menu-vertical.menu-pills .menu-item > a-disabled, .menu-vertical.menu-pills .menu-item > a-disabled:hover, .menu-vertical.menu-pills .menu-item > a-disabled.btn-active, .menu-vertical.menu-pills .menu-item > a[disabled], .menu-vertical.menu-pills .menu-item > a[disabled]:hover, .menu-vertical.menu-pills .menu-item > a[disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.menu-pills > .menu-item > a-group > input[type="radio"].btn, .menu-vertical.menu-pills .menu-item > a-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.menu-pills > .menu-item > a-group > input[type="radio"].btn:before, .menu-vertical.menu-pills .menu-item > a-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.menu-pills > .menu-item > a-group > .btn-active, .menu-pills > .menu-item > a-group > .btn:hover, .menu-vertical.menu-pills .menu-item > a-group > .btn-active, .menu-vertical.menu-pills .menu-item > a-group > .btn:hover {
box-shadow: none;
}
.menu-pills > .menu-item > a-group > .btn:not(:first-child), .menu-vertical.menu-pills .menu-item > a-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.menu-pills > .menu-item > a-group > .btn:not(:last-child), .menu-vertical.menu-pills .menu-item > a-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.menu-pills > .menu-item > a-group > input[type="radio"]:checked.btn, .menu-pills > .menu-item > a-group > .btn.btn-active, .menu-vertical.menu-pills .menu-item > a-group > input[type="radio"]:checked.btn, .menu-vertical.menu-pills .menu-item > a-group > .btn.btn-active {
box-shadow: none;
}
.menu-pills > .menu-item > a-group > .btn-outline.btn:not(:first-child), .menu-vertical.menu-pills .menu-item > a-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.menu-vertical.menu-pills .menu-item > a {
display: block;
text-align: left;
}
.menu-ghost.menu-pills > .menu-item > a, .menu-ghost.menu-pills.menu-vertical .menu-item > a {
background-color: transparent;
border-color: transparent;
color: currentColor;
}
.menu-ghost.menu-pills > .menu-item > a:hover, .menu-ghost.menu-pills > .menu-item > a:focus, .menu-ghost.menu-pills > .menu-item > a.btn-focus, .menu-ghost.menu-pills > .menu-item > a-focus, .menu-ghost.menu-pills > .menu-item > a.btn-active, .menu-ghost.menu-pills > .menu-item > a-active, .menu-ghost.menu-pills.menu-vertical .menu-item > a:hover, .menu-ghost.menu-pills.menu-vertical .menu-item > a:focus, .menu-ghost.menu-pills.menu-vertical .menu-item > a.btn-focus, .menu-ghost.menu-pills.menu-vertical .menu-item > a-focus, .menu-ghost.menu-pills.menu-vertical .menu-item > a.btn-active, .menu-ghost.menu-pills.menu-vertical .menu-item > a-active {
background-color: rgb(var(--wp-moose-base-100));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-base-200), 0.5);
}
.menu-ghost.menu-pills > .menu-item > a:focus, .menu-ghost.menu-pills > .menu-item > a.btn-focus, .menu-ghost.menu-pills > .menu-item > a-focus, .menu-ghost.menu-pills.menu-vertical .menu-item > a:focus, .menu-ghost.menu-pills.menu-vertical .menu-item > a.btn-focus, .menu-ghost.menu-pills.menu-vertical .menu-item > a-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-base-200));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.menu-ghost.menu-pills > .current-menu-item > a, .menu-ghost.menu-pills.menu-vertical .current-menu-item > a {
background-color: rgb(var(--wp-moose-base-100));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-base-200), 0.5);
}
.menu-links.menu-primary > .current-menu-item > a, .menu-links.menu-primary > .menu-item > a:hover, .menu-links.menu-primary > .menu-item > a:focus, .menu-links.menu-primary.menu-vertical .current-menu-item > a, .menu-links.menu-primary.menu-vertical .menu-item > a:hover, .menu-links.menu-primary.menu-vertical .menu-item > a:focus {
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-focus));
}
.menu-underline.menu-primary.menu-horizontal > .menu-item > a, .menu-underline.menu-primary.menu-vertical .menu-item > a {
color: rgb(var(--wp-moose-primary-color));
}
.menu-underline.menu-primary.menu-horizontal > .menu-item > a:hover, .menu-underline.menu-primary.menu-horizontal > .menu-item > a:focus, .menu-underline.menu-primary.menu-vertical .menu-item > a:hover, .menu-underline.menu-primary.menu-vertical .menu-item > a:focus {
color: rgb(var(--wp-moose-primary-focus));
}
.menu-bordered.menu-primary > .current-menu-item > a, .menu-bordered.menu-primary > .menu-item > a:hover, .menu-bordered.menu-primary > .menu-item > a:focus, .menu-bordered.menu-primary.menu-vertical .current-menu-item > a, .menu-bordered.menu-primary.menu-vertical .menu-item > a:hover, .menu-bordered.menu-primary.menu-vertical .menu-item > a:focus {
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-focus));
}
.menu-pills.menu-primary > .current-menu-item > a, .menu-pills.menu-primary > .menu-item > a:hover, .menu-pills.menu-primary > .menu-item > a:focus, .menu-pills.menu-primary.menu-vertical .current-menu-item > a, .menu-pills.menu-primary.menu-vertical .menu-item > a:hover, .menu-pills.menu-primary.menu-vertical .menu-item > a:focus {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
outline-color: rgb(var(--wp-moose-primary-color));
}
.tabs {
display: flex;
flex-wrap: wrap;
}
.tabs .tab {
cursor: pointer;
display: inline-block;
font-size: 0.875rem;
padding: var(--wp-moose-tab-spacing-md, 0.5rem 1.25rem);
transition: all 200ms;
text-decoration: none;
color: rgb(var(--wp-moose-base-content));
}
.tabs .tab-disabled {
cursor: not-allowed;
}
.tabs-bordered .tab {
margin-bottom: -1px;
text-align: center;
border-bottom-width: 2px;
border-color: transparent;
color: rgba(var(--wp-moose-base-content), 0.5);
}
.tabs-bordered .tab:hover, .tabs-bordered .tab:focus {
color: rgb(var(--wp-moose-base-content));
border-color: rgba(var(--wp-moose-base-content), 0.5);
}
.tabs-pills .tab {
border-radius: 0.5rem;
margin-right: 0.5rem;
}
.tabs-pills .tab:hover {
background-color: rgb(var(--wp-moose-base-100));
}
.tabs.tabs-bordered.tabs-primary .tab-active, .tabs.tabs-bordered.tabs-primary .tab-active:hover {
border-bottom-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-color));
}
.tabs.tabs-pills.tabs-primary .tab-active, .tabs.tabs-pills.tabs-primary .tab-active:hover {
background-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.card {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
}
.card .card-image, .card .card-image img {
display: block;
}
.card img.card-image, .card .card-image img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.card-title {
margin-bottom: 0.625rem;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
}
@media (min-width: 992px) {
.card-title {
font-size: 1.5rem;
line-height: 2rem;
}
}
.card-body {
display: flex;
flex: 1 1 auto;
flex-direction: column;
padding: var(--wp-moose-card-spacing, 1.25rem);
}
.card-metas {
margin-bottom: 0.5rem;
font-size: 0.75rem;
line-height: 1rem;
}
.card-text {
margin-bottom: 0.75rem;
}
.card.card-overlay::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(var(--wp-moose-neutral-color), var(--wp-moose-card-overlay-opacity, 0.5));
z-index: 1;
}
.card.card-overlay .card-image {
position: absolute;
width: 100%;
height: 100%;
}
.card.card-overlay .card-body {
z-index: 1;
position: relative;
}
.card.card-overlay .card-body, .card.card-overlay .card-title a, .card.card-overlay .card-metas a {
color: rgb(var(--wp-moose-neutral-content));
}
.card.card-overlay-primary::before {
background-color: rgba(var(--wp-moose-primary-color), var(--wp-moose-card-overlay-opacity, 0.5));
}
.card.card-overlay-primary .card-body, .card.card-overlay-primary .card-title a, .card.card-overlay-primary .card-metas a {
color: rgb(var(--wp-moose-primary-content));
}
.card.card-vertical .card-image, .card.card-vertical-reverse .card-image {
width: 100%;
}
.card.card-vertical {
flex-direction: column;
}
.card.card-vertical-reverse {
flex-direction: column-reverse;
}
.card.card-horizontal .card-image, .card.card-horizontal-reverse .card-image {
min-width: 35%;
max-width: 35%;
}
.card.card-horizontal {
flex-direction: row;
align-items: stretch;
}
.card.card-horizontal-reverse {
flex-direction: row-reverse;
align-items: stretch;
}
.form-controls label {
margin-bottom: 0.5rem;
display: block;
}
.form-controls [type='text'], .form-controls [type='email'], .form-controls [type='url'], .form-controls [type='password'], .form-controls [type='number'], .form-controls [type='date'], .form-controls [type='datetime-local'], .form-controls [type='month'], .form-controls [type='search'], .form-controls [type='tel'], .form-controls [type='time'], .form-controls [type='week'], .form-controls [multiple], .form-controls textarea, .form-controls select {
margin-top: 0.25rem;
display: block;
border-radius: 0.375rem;
}
.form-controls.form-default [type='text'], .form-controls.form-default [type='email'], .form-controls.form-default [type='url'], .form-controls.form-default [type='password'], .form-controls.form-default [type='number'], .form-controls.form-default [type='date'], .form-controls.form-default [type='datetime-local'], .form-controls.form-default [type='month'], .form-controls.form-default [type='search'], .form-controls.form-default [type='tel'], .form-controls.form-default [type='time'], .form-controls.form-default [type='week'], .form-controls.form-default [multiple], .form-controls.form-default textarea, .form-controls.form-default select {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-200), var(--tw-border-opacity));
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-controls.form-default.form-primary [type='text']:focus, .form-controls.form-default.form-primary [type='email']:focus, .form-controls.form-default.form-primary [type='url']:focus, .form-controls.form-default.form-primary [type='password']:focus, .form-controls.form-default.form-primary [type='number']:focus, .form-controls.form-default.form-primary [type='date']:focus, .form-controls.form-default.form-primary [type='datetime-local']:focus, .form-controls.form-default.form-primary [type='month']:focus, .form-controls.form-default.form-primary [type='search']:focus, .form-controls.form-default.form-primary [type='tel']:focus, .form-controls.form-default.form-primary [type='time']:focus, .form-controls.form-default.form-primary [type='week']:focus, .form-controls.form-default.form-primary [multiple]:focus, .form-controls.form-default.form-primary textarea:focus, .form-controls.form-default.form-primary select:focus {
border-color: rgba(var(--wp-moose-primary-color), 0.7);
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
--tw-ring-color: rgba(var(--wp-moose-primary-focus), 0.3);
}
.form-controls.form-solid [type='text'], .form-controls.form-solid [type='email'], .form-controls.form-solid [type='url'], .form-controls.form-solid [type='password'], .form-controls.form-solid [type='number'], .form-controls.form-solid [type='date'], .form-controls.form-solid [type='datetime-local'], .form-controls.form-solid [type='month'], .form-controls.form-solid [type='search'], .form-controls.form-solid [type='tel'], .form-controls.form-solid [type='time'], .form-controls.form-solid [type='week'], .form-controls.form-solid [multiple], .form-controls.form-solid textarea, .form-controls.form-solid select {
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-200), var(--tw-bg-opacity));
}
.form-controls.form-solid.form-primary [type='text']:focus, .form-controls.form-solid.form-primary [type='email']:focus, .form-controls.form-solid.form-primary [type='url']:focus, .form-controls.form-solid.form-primary [type='password']:focus, .form-controls.form-solid.form-primary [type='number']:focus, .form-controls.form-solid.form-primary [type='date']:focus, .form-controls.form-solid.form-primary [type='datetime-local']:focus, .form-controls.form-solid.form-primary [type='month']:focus, .form-controls.form-solid.form-primary [type='search']:focus, .form-controls.form-solid.form-primary [type='tel']:focus, .form-controls.form-solid.form-primary [type='time']:focus, .form-controls.form-solid.form-primary [type='week']:focus, .form-controls.form-solid.form-primary [multiple]:focus, .form-controls.form-solid.form-primary textarea:focus, .form-controls.form-solid.form-primary select:focus {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-primary-color), var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-color), var(--tw-bg-opacity));
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-controls.form-underline [type='text'], .form-controls.form-underline [type='email'], .form-controls.form-underline [type='url'], .form-controls.form-underline [type='password'], .form-controls.form-underline [type='number'], .form-controls.form-underline [type='date'], .form-controls.form-underline [type='datetime-local'], .form-controls.form-underline [type='month'], .form-controls.form-underline [type='search'], .form-controls.form-underline [type='tel'], .form-controls.form-underline [type='time'], .form-controls.form-underline [type='week'], .form-controls.form-underline [multiple], .form-controls.form-underline textarea, .form-controls.form-underline select {
margin-top: 0px;
border-radius: 0px;
border-width: 0px;
border-bottom-width: 2px;
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-200), var(--tw-border-opacity));
background-color: transparent;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.form-controls.form-underline.form-primary [type='text']:focus, .form-controls.form-underline.form-primary [type='email']:focus, .form-controls.form-underline.form-primary [type='url']:focus, .form-controls.form-underline.form-primary [type='password']:focus, .form-controls.form-underline.form-primary [type='number']:focus, .form-controls.form-underline.form-primary [type='date']:focus, .form-controls.form-underline.form-primary [type='datetime-local']:focus, .form-controls.form-underline.form-primary [type='month']:focus, .form-controls.form-underline.form-primary [type='search']:focus, .form-controls.form-underline.form-primary [type='tel']:focus, .form-controls.form-underline.form-primary [type='time']:focus, .form-controls.form-underline.form-primary [type='week']:focus, .form-controls.form-underline.form-primary [multiple]:focus, .form-controls.form-underline.form-primary textarea:focus, .form-controls.form-underline.form-primary select:focus {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-primary-color), var(--tw-border-opacity));
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.switch, input[type="checkbox"].switch, input[type="radio"].switch {
--wp-moose-focus-shadow: 0 0 0;
--wp-moose-handle-offset: 1.5rem;
--wp-moose-switch-background: rgb(var(--wp-moose-base-color));
color: rgb(var(--wp-moose-base-200));
height: 1.5rem;
width: 3rem;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 9999px;
border-width: 1px;
border-color: currentColor;
background-color: currentColor;
transition-duration: 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition: background, box-shadow .2s ease-in-out;
box-shadow: calc( var(--wp-moose-handle-offset) * -1 ) 0 0 2px var(--wp-moose-switch-background) inset, 0 0 0 2px var(--wp-moose-switch-background) inset, var(--wp-moose-focus-shadow);
}
.switch:focus, .switch:focus-visible, input[type="checkbox"].switch:focus, input[type="checkbox"].switch:focus-visible, input[type="radio"].switch:focus, input[type="radio"].switch:focus-visible {
outline: none;
--wp-moose-focus-shadow: 0 0 0 2px rgb(var(--wp-moose-base-color)), 0 0 0 4px rgb(var(--wp-moose-base-content));
}
.switch:checked, .switch[checked=true], input[type="checkbox"].switch:checked, input[type="checkbox"].switch[checked=true], input[type="radio"].switch:checked, input[type="radio"].switch[checked=true] {
--tw-border-opacity: 1;
--tw-bg-opacity: 1;
color: rgb(var(--wp-moose-base-content));
border-color: currentColor;
background-color: currentColor;
background-image: none;
box-shadow: var(--wp-moose-handle-offset) 0 0 2px var(--wp-moose-switch-background) inset, 0 0 0 2px var(--wp-moose-switch-background) inset, var(--wp-moose-focus-shadow);
}
[dir=rtl] .switch:checked, [dir=rtl] .switch[checked=true], [dir=rtl] input[type="checkbox"].switch:checked, [dir=rtl] input[type="checkbox"].switch[checked=true], [dir=rtl] input[type="radio"].switch:checked, [dir=rtl] input[type="radio"].switch[checked=true] {
box-shadow: calc( var(--wp-moose-handle-offset) * 1 ) 0 0 2px var(--wp-moose-switch-background) inset, 0 0 0 2px var(--wp-moose-switch-background) inset, var(--wp-moose-focus-shadow);
}
.navbar {
/* Navbar toggle */
}
.navbar .site-brand img {
max-width: 120px;
height: 42px;
}
.navbar-ghost {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-color), var(--tw-bg-opacity));
}
.navbar .navbar-toggle {
border: 0;
overflow: auto;
padding: 9px 10px;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
background: transparent;
}
.navbar .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
transition: 0.3s ease;
position: relative;
border: 1px solid;
border-radius: 1px;
background: currentColor;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
transform: rotate(45deg);
top: 6px;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
width: 0;
opacity: 0;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
transform: rotate(-45deg);
top: -6px;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(1) {
top: 0;
transform-origin: left center;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(2) {
top: 0;
transform-origin: left center;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(3) {
top: 0;
transform-origin: left center;
}
.is-sticky .navbar {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.navbar-transparent {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-color), var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
@media (min-width: 992px) {
.navbar-transparent {
background-color: transparent;
}
.navbar-transparent {
color: rgb(255 255 255 / 0.7);
}
}
.navbar-transparent .wp-moose-transparent-reverse-logo, .navbar-transparent .wp-moose-custom-logo {
display: block;
}
@media (min-width: 992px) {
.navbar-transparent .wp-moose-transparent-reverse-logo, .navbar-transparent .wp-moose-custom-logo {
display: none;
}
}
.navbar-transparent .wp-moose-transparent-logo {
display: none;
}
@media (min-width: 992px) {
.navbar-transparent .wp-moose-transparent-logo {
display: block;
}
}
.navbar .menu-transparent.menu-vertical .menu-item > a:focus, .navbar .menu-transparent.menu-vertical .menu-item > a:hover, .navbar .menu-transparent.menu-vertical .current-menu-item > a, .navbar .menu-transparent > .menu-item > a:hover, .navbar .menu-transparent > .menu-item > a:focus, .navbar .menu-transparent > .current-menu-item > a {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-primary-color), var(--tw-border-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-color), var(--tw-text-opacity));
}
.navbar .menu-transparent.menu-pills.menu-vertical .menu-item > a:focus, .navbar .menu-transparent.menu-pills.menu-vertical .menu-item > a:hover, .navbar .menu-transparent.menu-pills.menu-vertical .current-menu-item > a {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-100), var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
.navbar .menu-transparent.menu-pills > .menu-item > a:hover, .navbar .menu-transparent.menu-pills > .menu-item > a:focus, .navbar .menu-transparent.menu-pills > .current-menu-item > a {
border-color: transparent;
background-color: rgb(255 255 255 / 0.2);
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar .btn-transparent:hover, .navbar .btn-transparent:focus {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-100), var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
@media (min-width: 992px) {
.navbar .btn-transparent:hover, .navbar .btn-transparent:focus {
border-color: transparent;
}
.navbar .btn-transparent:hover, .navbar .btn-transparent:focus {
background-color: rgb(255 255 255 / 0.2);
}
.navbar .btn-transparent:hover, .navbar .btn-transparent:focus {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
.navbar-custom {
background-color: var(--wp-moose-custom-navbar-mobile-background);
}
@media (min-width: 992px) {
.navbar-custom {
background-color: var(--wp-moose-custom-navbar-background);
}
}
.navbar-custom {
color: var(--wp-moose-custom-navbar-color);
}
.navbar-custom .nav-search-button {
color: var(--wp-moose-custom-menu-link-color);
border-color: transparent;
background-color: transparent;
}
.navbar-custom .nav-search-button:hover,
.navbar-custom .nav-search-button:focus {
color: var(--wp-moose-custom-menu-link-active-color);
border-color: var(--wp-moose-custom-menu-link-active-border-color);
background-color: var(--wp-moose-custom-menu-link-active-background);
box-shadow: none;
}
.navbar .menu-custom.menu-vertical .menu-item > a, .navbar .menu-custom > .menu-item > a {
color: var(--wp-moose-custom-menu-link-color);
}
.navbar .menu-custom.menu-vertical .menu-item > a:focus, .navbar .menu-custom.menu-vertical .menu-item > a:hover, .navbar .menu-custom.menu-vertical .current-menu-item > a, .navbar .menu-custom > .menu-item > a:hover, .navbar .menu-custom > .menu-item > a:focus, .navbar .menu-custom > .current-menu-item > a {
color: var(--wp-moose-custom-menu-link-active-color);
border-color: var(--wp-moose-custom-menu-link-active-border-color);
background-color: var(--wp-moose-custom-menu-link-active-background);
}
.is-sticky .navbar-transparent {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-color), var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
.is-sticky .navbar-transparent .wp-moose-transparent-reverse-logo, .is-sticky .navbar-transparent .wp-moose-custom-logo {
display: block;
}
.is-sticky .navbar-transparent .wp-moose-transparent-logo {
display: none;
}
.is-sticky .navbar-transparent .menu.menu-pills.menu-vertical .menu-item > a:focus, .is-sticky .navbar-transparent .menu.menu-pills.menu-vertical .menu-item > a:hover, .is-sticky .navbar-transparent .menu.menu-pills.menu-vertical .current-menu-item > a, .is-sticky .navbar-transparent .menu.menu-pills > .menu-item > a:hover, .is-sticky .navbar-transparent .menu.menu-pills > .menu-item > a:focus, .is-sticky .navbar-transparent .menu.menu-pills > .current-menu-item > a {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
.is-sticky .navbar-transparent .btn-transparent:hover, .is-sticky .navbar-transparent .btn-transparent:focus {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-100), var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
.is-sticky .navbar-custom {
background-color: var(--wp-moose-custom-sticky-background);
}
.prose.prose-moose a:not(.wp-block-button__link) {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.prose.prose-moose a:not(.wp-block-button__link):hover {
text-decoration-thickness: 2px;
}
.prose.prose-moose a:not(.wp-block-button__link):focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.prose.prose-moose a:not(.wp-block-button__link):hover, .prose.prose-moose a:not(.wp-block-button__link):focus {
color: rgb(var(--wp-moose-primary-color));
}
.no-sidebar .prose.prose-moose .alignwide {
width: 100%;
max-width: 100%;
margin-right: 0 !important;
margin-left: 0 !important;
}
.no-sidebar .prose.prose-moose .alignfull {
width: 100vw;
max-width: 100vw;
overflow: hidden;
margin-left: calc(50% - 50vw) !important;
}
@media (min-width: 992px) {
.no-sidebar .prose.prose-moose .alignwide {
width: 125%;
max-width: 125%;
margin: 40px -12.5% !important;
}
}
.navigation.post-navigation {
border-top-width: 1px;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-100), var(--tw-border-opacity));
padding-top: 24px;
padding-bottom: 24px;
}
.navigation.post-navigation .nav-links {
display: flex;
justify-content: space-between;
}
.navigation.post-navigation .nav-links a {
display: inline-block;
font-family: "Source Sans Pro", sans-serif;
letter-spacing: 0.2px;
line-height: 1.6;
overflow-wrap: break-word;
width: 100%;
}
.navigation.post-navigation .nav-links .nav-previous a {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.navigation.post-navigation .nav-links .nav-previous a:hover {
text-decoration-thickness: 2px;
}
.navigation.post-navigation .nav-links .nav-previous a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.navigation.post-navigation .nav-links .nav-previous a {
text-decoration: none;
position: relative;
}
.navigation.post-navigation .nav-links .nav-previous a:hover::after, .navigation.post-navigation .nav-links .nav-previous a:focus::after {
transform: scaleX(1);
}
.navigation.post-navigation .nav-links .nav-previous a::after {
content: '';
transition-property: transform;
transition-duration: 300ms;
background-color: currentColor;
position: absolute;
height: 0.125rem;
width: 100%;
bottom: 0;
left: 0;
transform: scaleX(0);
transform-origin: bottom left;
}
.navigation.post-navigation .nav-links .nav-next a {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.navigation.post-navigation .nav-links .nav-next a:hover {
text-decoration-thickness: 2px;
}
.navigation.post-navigation .nav-links .nav-next a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.navigation.post-navigation .nav-links .nav-next a {
text-decoration: none;
position: relative;
}
.navigation.post-navigation .nav-links .nav-next a:hover::after, .navigation.post-navigation .nav-links .nav-next a:focus::after {
transform: scaleX(1);
}
.navigation.post-navigation .nav-links .nav-next a::after {
content: '';
transition-property: transform;
transition-duration: 300ms;
background-color: currentColor;
position: absolute;
height: 0.125rem;
width: 100%;
bottom: 0;
left: 0;
transform: scaleX(0);
transform-origin: bottom right;
}
.comments-area ol {
list-style: none;
}
.comments-area .comment-list > .comment:first-child > .comment-body {
margin-top: 0;
}
.comments-area .comment-list .comment .comment-body {
position: relative;
overflow-wrap: break-word;
margin-bottom: 12px;
border-bottom-width: 2px;
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-100), var(--tw-border-opacity));
padding: 12px;
}
.comments-area .comment-list > .comment:first-child > .comment-body {
margin-top: 0;
}
.comments-area .comment-list .bypostauthor > article .fn::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
content: "\f5ac";
/* icon: pen-fancy */
margin-right: 8px;
font-size: 12px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.comments-area .comment-list .children {
padding-left: 24px;
}
.comments-area .comment-list .comment-meta::after {
display: block;
content: "";
clear: both;
}
.comments-area .comment-list .comment-meta .comment-author img {
width: 46px !important;
height: 46px !important;
float: left;
margin: 0px;
margin-right: 2rem;
display: block;
border-radius: 9999px;
padding: 0px;
}
.comments-area .comment-list .comment-meta .comment-author .says {
display: none;
}
.comments-area .comment-list .comment-meta .comment-author .fn {
display: inline-block;
font-weight: 700;
}
.comments-area .comment-list .comment-meta .comment-author .fn .url {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.comments-area .comment-list .comment-meta .comment-author .fn .url:hover {
text-decoration-thickness: 2px;
}
.comments-area .comment-list .comment-meta .comment-author .fn .url:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.comments-area .comment-list .comment-meta .comment-author .fn .url:hover, .comments-area .comment-list .comment-meta .comment-author .fn .url:focus {
color: rgb(var(--wp-moose-primary-color));
}
.comments-area .comment-list .comment-meta .comment-author .fn .url {
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
.comments-area .comment-list .comment-meta .comment-metadata {
font-size: 0.75rem;
line-height: 1rem;
}
.comments-area .comment-list .comment-meta .comment-metadata a {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.comments-area .comment-list .comment-meta .comment-metadata a:hover {
text-decoration-thickness: 2px;
}
.comments-area .comment-list .comment-meta .comment-metadata a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.comments-area .comment-list .comment-meta .comment-metadata a:hover, .comments-area .comment-list .comment-meta .comment-metadata a:focus {
color: rgb(var(--wp-moose-primary-color));
}
.comments-area .comment-list .comment-meta .edit-link {
margin-left: 10px;
}
.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
margin-top: 24px;
display: block;
font-size: 0.875rem;
line-height: 1.25rem;
}
.comments-area .comment-list .comment-content {
margin-top: 12px;
color: rgba(var(--wp-moose-base-content), 0.8);
}
.comments-area .comment-list .comment-content p {
margin: 0;
}
.comments-area .comment-list .reply {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.comments-area .comment-list .reply:hover {
text-decoration-thickness: 2px;
}
.comments-area .comment-list .reply:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.comments-area .comment-list .reply:hover, .comments-area .comment-list .reply:focus {
color: rgb(var(--wp-moose-primary-color));
}
.comments-area .comment-list .reply {
margin-top: 12px;
display: inline-block;
font-size: 0.875rem;
line-height: 1.25rem;
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
.comments-area .comment-list .reply::before {
content: "\f30a";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.comments-area .comment-list .reply .comment-reply-link {
padding-left: 8px;
}
.comments-area .comment-form > p {
margin-bottom: 24px;
}
.comments-area .comment-respond .comment-reply-title {
margin-bottom: 12px;
font-size: 1.125rem;
line-height: 1.75rem;
}
.comments-area .comment-respond .comment-reply-title small {
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.comments-area .comment-respond .comment-reply-title small:hover {
text-decoration-thickness: 2px;
}
.comments-area .comment-respond .comment-reply-title small:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.comments-area .comment-respond .comment-reply-title small:hover, .comments-area .comment-respond .comment-reply-title small:focus {
color: rgb(var(--wp-moose-primary-color));
}
.comments-area .comment-respond .comment-reply-title small {
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
}
.comments-area .comment-respond .logged-in-as {
margin-bottom: 12px;
}
.comments-area .comment-respond .comment-notes {
font-size: 0.875rem;
line-height: 1.25rem;
}
.comments-area .comment-respond .form-submit {
padding-top: 12px;
padding-bottom: 12px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
display: inline-block;
font-size: 0.875rem;
line-height: 1.25rem;
}
.wp-moose-preloader-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-color), var(--tw-bg-opacity));
}
.wp-moose-preloader-wrap > div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.cssload-loader {
position: relative;
left: calc(50% - 30px);
width: 61px;
height: 61px;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
perspective: 760px;
}
.cssload-inner {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.cssload-inner.cssload-one {
left: 0%;
top: 0%;
animation: cssload-rotate-one 1.15s linear infinite;
-o-animation: cssload-rotate-one 1.15s linear infinite;
-ms-animation: cssload-rotate-one 1.15s linear infinite;
-webkit-animation: cssload-rotate-one 1.15s linear infinite;
-moz-animation: cssload-rotate-one 1.15s linear infinite;
border-bottom: 3px solid;
}
.cssload-inner.cssload-two {
right: 0%;
top: 0%;
animation: cssload-rotate-two 1.15s linear infinite;
-o-animation: cssload-rotate-two 1.15s linear infinite;
-ms-animation: cssload-rotate-two 1.15s linear infinite;
-webkit-animation: cssload-rotate-two 1.15s linear infinite;
-moz-animation: cssload-rotate-two 1.15s linear infinite;
border-right: 3px solid;
}
.cssload-inner.cssload-three {
right: 0%;
bottom: 0%;
animation: cssload-rotate-three 1.15s linear infinite;
-o-animation: cssload-rotate-three 1.15s linear infinite;
-ms-animation: cssload-rotate-three 1.15s linear infinite;
-webkit-animation: cssload-rotate-three 1.15s linear infinite;
-moz-animation: cssload-rotate-three 1.15s linear infinite;
border-top: 3px solid;
}
.cssload-inner.cssload-one, .cssload-inner.cssload-two, .cssload-inner.cssload-three {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-content), var(--tw-border-opacity));
}
@keyframes cssload-rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-color), var(--tw-text-opacity));
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
outline-color: rgb(var(--wp-moose-primary-color));
border-radius: 3px;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
display: block;
font-weight: bold;
height: auto;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
.wp-moose-hero-shape-divider {
position: absolute;
bottom: -1px;
width: 100%;
z-index: 1;
overflow: hidden;
}
.wp-moose-hero-shape-divider[data-negative=false] {
transform: rotate(180deg);
}
.wp-moose-hero-shape-divider .wp-moose-shape-fill {
fill: rgb(var(--wp-moose-base-100));
}
.wp-moose-hero-shape-divider svg {
display: block;
position: relative;
left: 50%;
}
.form-controls [type=text],
.form-controls [type=email],
.form-controls [type=url],
.form-controls [type=password],
.form-controls [type=number],
.form-controls [type=date],
.form-controls [type=datetime-local],
.form-controls [type=month],
.form-controls [type=search],
.form-controls [type=tel],
.form-controls [type=time],
.form-controls [type=week],
.form-controls [multiple],
.form-controls textarea,
.form-controls select {
width: 100%;
}
.widgets ul,
.widgets ol {
margin: 0;
padding: 0;
list-style: outside none none;
}
.widgets .widget-title {
margin: 0px;
margin-bottom: 12px;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
}
.widgets.widget_archive ul li, .widgets.widget_categories ul li, .widgets.widget_pages ul li, .widgets.widget_meta ul li, .widgets.widget_recent_comments ul li, .widgets.widget_recent_entries ul:not(.is-grid) li, .widgets.widget_rss ul li, .widgets.widget_tag_cloud ul li,
.widgets .wp-block-latest-posts:not(.is-grid) li {
position: relative;
padding: 0.4rem 0 0.4rem 1.4rem;
}
.widgets.widget_archive ul li a, .widgets.widget_categories ul li a, .widgets.widget_pages ul li a, .widgets.widget_meta ul li a, .widgets.widget_recent_comments ul li a, .widgets.widget_recent_entries ul:not(.is-grid) li a, .widgets.widget_rss ul li a, .widgets.widget_tag_cloud ul li a,
.widgets .wp-block-latest-posts:not(.is-grid) li a {
position: static;
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.widgets.widget_archive ul li a:hover, .widgets.widget_categories ul li a:hover, .widgets.widget_pages ul li a:hover, .widgets.widget_meta ul li a:hover, .widgets.widget_recent_comments ul li a:hover, .widgets.widget_recent_entries ul:not(.is-grid) li a:hover, .widgets.widget_rss ul li a:hover, .widgets.widget_tag_cloud ul li a:hover, .widgets .wp-block-latest-posts:not(.is-grid) li a:hover {
text-decoration-thickness: 2px;
}
.widgets.widget_archive ul li a:focus, .widgets.widget_categories ul li a:focus, .widgets.widget_pages ul li a:focus, .widgets.widget_meta ul li a:focus, .widgets.widget_recent_comments ul li a:focus, .widgets.widget_recent_entries ul:not(.is-grid) li a:focus, .widgets.widget_rss ul li a:focus, .widgets.widget_tag_cloud ul li a:focus, .widgets .wp-block-latest-posts:not(.is-grid) li a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.widgets.widget_archive ul li a:hover, .widgets.widget_archive ul li a:focus, .widgets.widget_categories ul li a:hover, .widgets.widget_categories ul li a:focus, .widgets.widget_pages ul li a:hover, .widgets.widget_pages ul li a:focus, .widgets.widget_meta ul li a:hover, .widgets.widget_meta ul li a:focus, .widgets.widget_recent_comments ul li a:hover, .widgets.widget_recent_comments ul li a:focus, .widgets.widget_recent_entries ul:not(.is-grid) li a:hover, .widgets.widget_recent_entries ul:not(.is-grid) li a:focus, .widgets.widget_rss ul li a:hover, .widgets.widget_rss ul li a:focus, .widgets.widget_tag_cloud ul li a:hover, .widgets.widget_tag_cloud ul li a:focus, .widgets .wp-block-latest-posts:not(.is-grid) li a:hover, .widgets .wp-block-latest-posts:not(.is-grid) li a:focus {
color: rgb(var(--wp-moose-primary-color));
}
.widgets.widget_archive ul li a, .widgets.widget_categories ul li a, .widgets.widget_pages ul li a, .widgets.widget_meta ul li a, .widgets.widget_recent_comments ul li a, .widgets.widget_recent_entries ul:not(.is-grid) li a, .widgets.widget_rss ul li a, .widgets.widget_tag_cloud ul li a, .widgets .wp-block-latest-posts:not(.is-grid) li a {
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
.widgets.widget_archive ul li:not(.menu-item-has-children)::before, .widgets.widget_categories ul li:not(.menu-item-has-children)::before, .widgets.widget_pages ul li:not(.menu-item-has-children)::before, .widgets.widget_meta ul li:not(.menu-item-has-children)::before, .widgets.widget_recent_comments ul li:not(.menu-item-has-children)::before, .widgets.widget_recent_entries ul:not(.is-grid) li:not(.menu-item-has-children)::before, .widgets.widget_rss ul li:not(.menu-item-has-children)::before, .widgets.widget_tag_cloud ul li:not(.menu-item-has-children)::before,
.widgets .wp-block-latest-posts:not(.is-grid) li:not(.menu-item-has-children)::before {
content: "\f02b";
display: inline-block;
font-size: 0.6rem;
left: 0;
position: absolute;
top: 0.8rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.widgets.widget_archive ul li:not(.menu-item-has-children) > a, .widgets.widget_categories ul li:not(.menu-item-has-children) > a, .widgets.widget_pages ul li:not(.menu-item-has-children) > a, .widgets.widget_meta ul li:not(.menu-item-has-children) > a, .widgets.widget_recent_comments ul li:not(.menu-item-has-children) > a, .widgets.widget_recent_entries ul:not(.is-grid) li:not(.menu-item-has-children) > a, .widgets.widget_rss ul li:not(.menu-item-has-children) > a, .widgets.widget_tag_cloud ul li:not(.menu-item-has-children) > a,
.widgets .wp-block-latest-posts:not(.is-grid) li:not(.menu-item-has-children) > a {
padding-right: 0.4rem;
}
.widgets.widget_archive ul li:not(.menu-item-has-children) > a::after, .widgets.widget_categories ul li:not(.menu-item-has-children) > a::after, .widgets.widget_pages ul li:not(.menu-item-has-children) > a::after, .widgets.widget_meta ul li:not(.menu-item-has-children) > a::after, .widgets.widget_recent_comments ul li:not(.menu-item-has-children) > a::after, .widgets.widget_recent_entries ul:not(.is-grid) li:not(.menu-item-has-children) > a::after, .widgets.widget_rss ul li:not(.menu-item-has-children) > a::after, .widgets.widget_tag_cloud ul li:not(.menu-item-has-children) > a::after,
.widgets .wp-block-latest-posts:not(.is-grid) li:not(.menu-item-has-children) > a::after {
content: "\f054";
font-size: 0.6rem;
margin-top: 0.3rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 0px;
display: inline-block;
}
.widgets.widget_archive ul li:not(.menu-item-has-children) .sub-menu, .widgets.widget_categories ul li:not(.menu-item-has-children) .sub-menu, .widgets.widget_pages ul li:not(.menu-item-has-children) .sub-menu, .widgets.widget_meta ul li:not(.menu-item-has-children) .sub-menu, .widgets.widget_recent_comments ul li:not(.menu-item-has-children) .sub-menu, .widgets.widget_recent_entries ul:not(.is-grid) li:not(.menu-item-has-children) .sub-menu, .widgets.widget_rss ul li:not(.menu-item-has-children) .sub-menu, .widgets.widget_tag_cloud ul li:not(.menu-item-has-children) .sub-menu,
.widgets .wp-block-latest-posts:not(.is-grid) li:not(.menu-item-has-children) .sub-menu {
padding-left: 1rem;
}
.widgets.widget_archive ul li::before {
content: "\f0c6" !important;
font-size: 13px;
top: 9px;
}
.widgets.widget_categories ul li::before {
content: "\f07c" !important;
}
.widgets.widget_pages ul li::before {
content: "\f15b" !important;
}
.widgets.widget_meta ul li::before {
content: "\f0c1" !important;
}
.widgets.widget_recent_comments ul li::before {
content: "\f086" !important;
}
.widgets .wp-block-latest-posts:not(.is-grid) li::before, .widgets.widget_recent_entries ul:not(.is-grid) li::before {
content: "\f781" !important;
}
.widgets.widget_rss ul li::before {
content: "\f09e" !important;
}
.widgets.widget_tag_cloud ul li::before {
content: "\f0c2" !important;
}
.wp-block-search,
.woocommerce-product-search {
position: relative;
}
.wp-block-search label,
.woocommerce-product-search label {
display: inline-block;
}
.wp-block-search .wp-block-search__inside-wrapper,
.woocommerce-product-search .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search input[type=search], .wp-block-search .wp-block-search__input, .woocommerce-product-search input[type=search], .woocommerce-product-search .wp-block-search__input {
margin: 0px;
}
.wp-block-search button[type=submit], .wp-block-search .wp-block-search__button, .woocommerce-product-search button[type=submit], .woocommerce-product-search .wp-block-search__button {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.wp-block-search button[type=submit]:hover, .wp-block-search button[type=submit]:focus, .wp-block-search button[type=submit].btn-focus, .wp-block-search button[type=submit]-focus, .wp-block-search button[type=submit].btn-active, .wp-block-search button[type=submit]-active, .wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button.btn-focus, .wp-block-search .wp-block-search__button-focus, .wp-block-search .wp-block-search__button.btn-active, .wp-block-search .wp-block-search__button-active, .woocommerce-product-search button[type=submit]:hover, .woocommerce-product-search button[type=submit]:focus, .woocommerce-product-search button[type=submit].btn-focus, .woocommerce-product-search button[type=submit]-focus, .woocommerce-product-search button[type=submit].btn-active, .woocommerce-product-search button[type=submit]-active, .woocommerce-product-search .wp-block-search__button:hover, .woocommerce-product-search .wp-block-search__button:focus, .woocommerce-product-search .wp-block-search__button.btn-focus, .woocommerce-product-search .wp-block-search__button-focus, .woocommerce-product-search .wp-block-search__button.btn-active, .woocommerce-product-search .wp-block-search__button-active {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
}
.wp-block-search button[type=submit]:focus, .wp-block-search button[type=submit].btn-focus, .wp-block-search button[type=submit]-focus, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button.btn-focus, .wp-block-search .wp-block-search__button-focus, .woocommerce-product-search button[type=submit]:focus, .woocommerce-product-search button[type=submit].btn-focus, .woocommerce-product-search button[type=submit]-focus, .woocommerce-product-search .wp-block-search__button:focus, .woocommerce-product-search .wp-block-search__button.btn-focus, .woocommerce-product-search .wp-block-search__button-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-outline.wp-block-search button[type=submit], .btn-outline.wp-block-search .wp-block-search__button, .btn-outline.woocommerce-product-search button[type=submit], .btn-outline.woocommerce-product-search .wp-block-search__button {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.btn-outline.wp-block-search button[type=submit]:hover, .btn-outline.wp-block-search button[type=submit]:focus, .btn-outline.wp-block-search .wp-block-search__button:hover, .btn-outline.wp-block-search .wp-block-search__button:focus, .btn-outline.woocommerce-product-search button[type=submit]:hover, .btn-outline.woocommerce-product-search button[type=submit]:focus, .btn-outline.woocommerce-product-search .wp-block-search__button:hover, .btn-outline.woocommerce-product-search .wp-block-search__button:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.wp-block-search button[type=submit]-disabled, .wp-block-search button[type=submit]-disabled:hover, .wp-block-search button[type=submit]-disabled.btn-active, .wp-block-search button[type=submit][disabled], .wp-block-search button[type=submit][disabled]:hover, .wp-block-search button[type=submit][disabled].btn-active, .wp-block-search .wp-block-search__button-disabled, .wp-block-search .wp-block-search__button-disabled:hover, .wp-block-search .wp-block-search__button-disabled.btn-active, .wp-block-search .wp-block-search__button[disabled], .wp-block-search .wp-block-search__button[disabled]:hover, .wp-block-search .wp-block-search__button[disabled].btn-active, .woocommerce-product-search button[type=submit]-disabled, .woocommerce-product-search button[type=submit]-disabled:hover, .woocommerce-product-search button[type=submit]-disabled.btn-active, .woocommerce-product-search button[type=submit][disabled], .woocommerce-product-search button[type=submit][disabled]:hover, .woocommerce-product-search button[type=submit][disabled].btn-active, .woocommerce-product-search .wp-block-search__button-disabled, .woocommerce-product-search .wp-block-search__button-disabled:hover, .woocommerce-product-search .wp-block-search__button-disabled.btn-active, .woocommerce-product-search .wp-block-search__button[disabled], .woocommerce-product-search .wp-block-search__button[disabled]:hover, .woocommerce-product-search .wp-block-search__button[disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.wp-block-search button[type=submit]-group > input[type="radio"].btn, .wp-block-search .wp-block-search__button-group > input[type="radio"].btn, .woocommerce-product-search button[type=submit]-group > input[type="radio"].btn, .woocommerce-product-search .wp-block-search__button-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wp-block-search button[type=submit]-group > input[type="radio"].btn:before, .wp-block-search .wp-block-search__button-group > input[type="radio"].btn:before, .woocommerce-product-search button[type=submit]-group > input[type="radio"].btn:before, .woocommerce-product-search .wp-block-search__button-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.wp-block-search button[type=submit]-group > .btn-active, .wp-block-search button[type=submit]-group > .btn:hover, .wp-block-search .wp-block-search__button-group > .btn-active, .wp-block-search .wp-block-search__button-group > .btn:hover, .woocommerce-product-search button[type=submit]-group > .btn-active, .woocommerce-product-search button[type=submit]-group > .btn:hover, .woocommerce-product-search .wp-block-search__button-group > .btn-active, .woocommerce-product-search .wp-block-search__button-group > .btn:hover {
box-shadow: none;
}
.wp-block-search button[type=submit]-group > .btn:not(:first-child), .wp-block-search .wp-block-search__button-group > .btn:not(:first-child), .woocommerce-product-search button[type=submit]-group > .btn:not(:first-child), .woocommerce-product-search .wp-block-search__button-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.wp-block-search button[type=submit]-group > .btn:not(:last-child), .wp-block-search .wp-block-search__button-group > .btn:not(:last-child), .woocommerce-product-search button[type=submit]-group > .btn:not(:last-child), .woocommerce-product-search .wp-block-search__button-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.wp-block-search button[type=submit]-group > input[type="radio"]:checked.btn, .wp-block-search button[type=submit]-group > .btn.btn-active, .wp-block-search .wp-block-search__button-group > input[type="radio"]:checked.btn, .wp-block-search .wp-block-search__button-group > .btn.btn-active, .woocommerce-product-search button[type=submit]-group > input[type="radio"]:checked.btn, .woocommerce-product-search button[type=submit]-group > .btn.btn-active, .woocommerce-product-search .wp-block-search__button-group > input[type="radio"]:checked.btn, .woocommerce-product-search .wp-block-search__button-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.wp-block-search button[type=submit], .btn-group > .wp-block-search button[type=submit].btn-active, .btn-group > input[type="radio"]:checked.wp-block-search .wp-block-search__button, .btn-group > .wp-block-search .wp-block-search__button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce-product-search button[type=submit], .btn-group > .woocommerce-product-search button[type=submit].btn-active, .btn-group > input[type="radio"]:checked.woocommerce-product-search .wp-block-search__button, .btn-group > .woocommerce-product-search .wp-block-search__button.btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.wp-block-search button[type=submit]-group > .btn-outline.btn:not(:first-child), .wp-block-search .wp-block-search__button-group > .btn-outline.btn:not(:first-child), .woocommerce-product-search button[type=submit]-group > .btn-outline.btn:not(:first-child), .woocommerce-product-search .wp-block-search__button-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.wp-block-search button[type=submit].btn-outline, .btn-group > .wp-block-search button[type=submit].btn-active.btn-outline, .btn-group > input[type="radio"]:checked.wp-block-search .wp-block-search__button.btn-outline, .btn-group > .wp-block-search .wp-block-search__button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce-product-search button[type=submit].btn-outline, .btn-group > .woocommerce-product-search button[type=submit].btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce-product-search .wp-block-search__button.btn-outline, .btn-group > .woocommerce-product-search .wp-block-search__button.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.wp-block-search button[type=submit], .wp-block-search .wp-block-search__button, .woocommerce-product-search button[type=submit], .woocommerce-product-search .wp-block-search__button {
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
height: 100%;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.widget_tag_cloud a, .wp-block-tag-cloud a, .widget_product_tag_cloud a {
margin-bottom: 0.5rem;
display: inline-block;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
padding-left: 12px;
padding-right: 12px;
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
/* Widget: Calendar -------------------------- */
.widget_calendar table, .wp-block-calendar table {
margin: 0;
width: 100%;
}
.widget_calendar table th, .wp-block-calendar table th {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
}
.widget_calendar td,
.widget_calendar th, .wp-block-calendar td,
.wp-block-calendar th {
line-height: 3;
padding: 0;
text-align: center;
}
.widget_calendar caption, .wp-block-calendar caption {
font-weight: 700;
}
.widget_calendar tbody a, .wp-block-calendar tbody a {
display: block;
font-weight: 600;
text-decoration: none;
}
.gallery {
margin-bottom: 10px;
overflow: hidden;
list-style: none !important;
display: flex;
flex-wrap: wrap;
}
.gallery-item {
position: relative;
}
.gallery-item img {
width: 100%;
}
.gallery-item * {
display: block;
height: 100%;
}
.wp-block-gallery .blocks-gallery-item figcaption {
overflow: hidden;
}
@layer base {
.wp-block-gallery .blocks-gallery-caption {
text-align: center;
}
}
.wp-block-gallery .blocks-gallery-caption {
text-align: center;
font-size: 0.875rem;
line-height: 1.25rem;
}
.wp-block-gallery a::before,
.wp-block-gallery a::after {
display: none;
}
.wp-caption {
position: relative;
}
.gallery-caption,
.wp-caption-text {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: hidden;
padding: 70% 0.77em 0.7em;
color: #fff;
text-align: center;
font-size: 0.8em;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
box-sizing: border-box;
margin: 0;
}
body:not(.elementor-page) .gallery-item {
display: inline-block;
vertical-align: top;
padding: 0 !important;
margin-right: 5px;
margin-bottom: 5px;
text-align: center;
}
.gallery-columns-1 .gallery-item {
float: none !important;
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: calc((100% - 5px) / 2 - 1px);
}
.gallery-columns-3 .gallery-item {
width: calc((100% - 10px) / 3 - 1px);
}
.gallery-columns-4 .gallery-item {
width: calc((100% - 15px) / 4 - 1px);
}
.gallery-columns-5 .gallery-item {
width: calc((100% - 20px) / 5 - 1px);
}
.gallery-columns-6 .gallery-item {
width: calc((100% - 25px) / 6 - 1px);
}
.gallery-columns-7 .gallery-item {
width: calc((100% - 30px) / 7 - 1px);
}
.gallery-columns-8 .gallery-item {
width: calc((100% - 35px) / 8 - 1px);
}
.gallery-columns-9 .gallery-item {
width: calc((100% - 40px) / 9 - 1px);
}
.gallery-columns-2 .gallery-item:nth-child(2n+2),
.gallery-columns-3 .gallery-item:nth-child(3n+3),
.gallery-columns-4 .gallery-item:nth-child(4n+4),
.gallery-columns-5 .gallery-item:nth-child(5n+5),
.gallery-columns-6 .gallery-item:nth-child(6n+6),
.gallery-columns-7 .gallery-item:nth-child(7n+7),
.gallery-columns-8 .gallery-item:nth-child(8n+8),
.gallery-columns-9 .gallery-item:nth-child(9n+9) {
margin-right: 0 !important;
}
.gallery-columns-2 .gallery-item:nth-child(2n+2) + li,
.gallery-columns-3 .gallery-item:nth-child(3n+3) + li,
.gallery-columns-4 .gallery-item:nth-child(4n+4) + li,
.gallery-columns-5 .gallery-item:nth-child(5n+5) + li,
.gallery-columns-6 .gallery-item:nth-child(6n+6) + li,
.gallery-columns-7 .gallery-item:nth-child(7n+7) + li,
.gallery-columns-8 .gallery-item:nth-child(8n+8) + li,
.gallery-columns-9 .gallery-item:nth-child(9n+9) + li {
clear: both;
}
.widget_rss .widget-title a.rsswidget:first-of-type {
display: none;
}
.widget_rss li {
margin-bottom: 12px;
}
.wp-block-buttons {
-moz-column-gap: 24px;
column-gap: 24px;
}
.wp-block-button .wp-block-button__link {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link.btn-focus, .wp-block-button .wp-block-button__link-focus, .wp-block-button .wp-block-button__link.btn-active, .wp-block-button .wp-block-button__link-active {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
}
.wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link.btn-focus, .wp-block-button .wp-block-button__link-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-outline.wp-block-button .wp-block-button__link {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.btn-outline.wp-block-button .wp-block-button__link:hover, .btn-outline.wp-block-button .wp-block-button__link:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.wp-block-button .wp-block-button__link-disabled, .wp-block-button .wp-block-button__link-disabled:hover, .wp-block-button .wp-block-button__link-disabled.btn-active, .wp-block-button .wp-block-button__link[disabled], .wp-block-button .wp-block-button__link[disabled]:hover, .wp-block-button .wp-block-button__link[disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.wp-block-button .wp-block-button__link-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wp-block-button .wp-block-button__link-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.wp-block-button .wp-block-button__link-group > .btn-active, .wp-block-button .wp-block-button__link-group > .btn:hover {
box-shadow: none;
}
.wp-block-button .wp-block-button__link-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.wp-block-button .wp-block-button__link-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.wp-block-button .wp-block-button__link-group > input[type="radio"]:checked.btn, .wp-block-button .wp-block-button__link-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.wp-block-button .wp-block-button__link, .btn-group > .wp-block-button .wp-block-button__link.btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.wp-block-button .wp-block-button__link-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.wp-block-button .wp-block-button__link.btn-outline, .btn-group > .wp-block-button .wp-block-button__link.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.wp-block-button .wp-block-button__link {
font-weight: 400;
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.btn-focus, .wp-block-button.is-style-outline .wp-block-button__link-focus, .wp-block-button.is-style-outline .wp-block-button__link.btn-active, .wp-block-button.is-style-outline .wp-block-button__link-active {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
}
.wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.btn-focus, .wp-block-button.is-style-outline .wp-block-button__link-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent;
color: rgb(var(--wp-moose-base-content));
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-primary {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.btn-outline.wp-block-button.is-style-outline .wp-block-button__link {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.btn-outline.wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-outline.wp-block-button.is-style-outline .wp-block-button__link:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.btn-outline.wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-outline.wp-block-button.is-style-outline .wp-block-button__link:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.wp-block-button.is-style-outline .wp-block-button__link-disabled, .wp-block-button.is-style-outline .wp-block-button__link-disabled:hover, .wp-block-button.is-style-outline .wp-block-button__link-disabled.btn-active, .wp-block-button.is-style-outline .wp-block-button__link[disabled], .wp-block-button.is-style-outline .wp-block-button__link[disabled]:hover, .wp-block-button.is-style-outline .wp-block-button__link[disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.wp-block-button.is-style-outline .wp-block-button__link-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wp-block-button.is-style-outline .wp-block-button__link-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.wp-block-button.is-style-outline .wp-block-button__link-group > .btn-active, .wp-block-button.is-style-outline .wp-block-button__link-group > .btn:hover {
box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.wp-block-button.is-style-outline .wp-block-button__link-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.wp-block-button.is-style-outline .wp-block-button__link-group > input[type="radio"]:checked.btn, .wp-block-button.is-style-outline .wp-block-button__link-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.wp-block-button.is-style-outline .wp-block-button__link, .btn-group > .wp-block-button.is-style-outline .wp-block-button__link.btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.btn-group > .wp-block-button.is-style-outline .wp-block-button__link.btn:not(:first-child) {
border-left-width: 0px;
}
.wp-block-button.is-style-outline .wp-block-button__link-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.wp-block-button.is-style-outline .wp-block-button__link.btn-outline, .btn-group > .wp-block-button.is-style-outline .wp-block-button__link.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-group > input[type="radio"]:checked.btn-primary.wp-block-button.is-style-outline .wp-block-button__link, .btn-group > .btn-primary.btn-active.wp-block-button.is-style-outline .wp-block-button__link {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-group > input[type="radio"]:checked.wp-block-button.is-style-outline .wp-block-button__link.btn-outline, .btn-group > .wp-block-button.is-style-outline .wp-block-button__link.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-group > input[type="radio"]:checked.btn-primary.wp-block-button.is-style-outline .wp-block-button__link, .btn-group > .btn-primary.btn-active.wp-block-button.is-style-outline .wp-block-button__link {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.btn-group > input[type="radio"]:checked.btn-secondary.wp-block-button.is-style-outline .wp-block-button__link, .btn-group > .btn-secondary.btn-active.wp-block-button.is-style-outline .wp-block-button__link {
background-color: rgb(var(--wp-moose-secondary-color));
border-color: rgb(var(--wp-moose-secondary-color));
color: rgb(var(--wp-moose-secondary-content));
}
.btn-group > input[type="radio"]:checked.btn-accent.wp-block-button.is-style-outline .wp-block-button__link, .btn-group > .btn-accent.btn-active.wp-block-button.is-style-outline .wp-block-button__link {
border-color: rgb(var(--wp-moose-accent-color));
}
.btn-group > input[type="radio"]:checked.btn-neutral.wp-block-button.is-style-outline .wp-block-button__link, .btn-group > .btn-neutral.btn-active.wp-block-button.is-style-outline .wp-block-button__link {
border-color: rgb(var(--wp-moose-neutral-color));
}
.wp-block-button.is-style-outline .wp-block-button__link {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-color), var(--tw-text-opacity));
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-content), var(--tw-text-opacity));
}
/*!
* Utilities
*/
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.top-0 {
top: 0px;
}
.right-0 {
right: 0px;
}
.left-0 {
left: 0px;
}
.bottom-double-gutter {
bottom: 48px;
}
.left-double-gutter {
left: 48px;
}
.right-double-gutter {
right: 48px;
}
.right-10 {
right: 2.5rem;
}
.top-10 {
top: 2.5rem;
}
.z-\[1\] {
z-index: 1;
}
.z-50 {
z-index: 50;
}
.z-10 {
z-index: 10;
}
.z-\[999\] {
z-index: 999;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.clear-both {
clear: both;
}
.m-0 {
margin: 0px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mx-half-gutter {
margin-left: 12px;
margin-right: 12px;
}
.-mx-half-gutter {
margin-left: -12px;
margin-right: -12px;
}
.my-gutter {
margin-top: 24px;
margin-bottom: 24px;
}
.mb-gutter {
margin-bottom: 24px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-half-gutter {
margin-bottom: 12px;
}
.mt-20 {
margin-top: 5rem;
}
.mr-1\.5 {
margin-right: 0.375rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-60 {
margin-bottom: 15rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-60 {
margin-top: 15rem;
}
.mt-gutter {
margin-top: 24px;
}
.mr-gutter {
margin-right: 24px;
}
.ml-gutter {
margin-left: 24px;
}
.mt-0 {
margin-top: 0px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-full {
height: 100%;
}
.h-\[60px\] {
height: 60px;
}
.min-h-screen {
min-height: 100vh;
}
.min-h-\[68px\] {
min-height: 68px;
}
.w-full {
width: 100%;
}
.w-\[60px\] {
width: 60px;
}
.max-w-screen-md {
max-width: 768px;
}
.max-w-prose {
max-width: 65ch;
}
.max-w-md {
max-width: 28rem;
}
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.transform {
transform: var(--tw-transform);
}
.resize {
resize: both;
}
.list-none {
list-style-type: none;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-stretch {
align-items: stretch;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.rounded-full {
border-radius: 9999px;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-l-none {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.border {
border-width: 1px;
}
.border-t {
border-top-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-base-200 {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-200), var(--tw-border-opacity));
}
.border-base-100 {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-100), var(--tw-border-opacity));
}
.border-primary-focus {
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-primary-focus), var(--tw-border-opacity));
}
.bg-base-100 {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-100), var(--tw-bg-opacity));
}
.bg-base {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-base-color), var(--tw-bg-opacity));
}
.bg-primary {
--tw-bg-opacity: 1;
background-color: rgba(var(--wp-moose-primary-color), var(--tw-bg-opacity));
}
.bg-cover {
background-size: cover;
}
.bg-center {
background-position: center;
}
.p-half-gutter {
padding: 12px;
}
.p-gutter {
padding: 24px;
}
.py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.px-half-gutter {
padding-left: 12px;
padding-right: 12px;
}
.py-half-gutter {
padding-top: 12px;
padding-bottom: 12px;
}
.py-gutter {
padding-top: 24px;
padding-bottom: 24px;
}
.pt-gutter {
padding-top: 24px;
}
.pt-36 {
padding-top: 9rem;
}
.pb-48 {
padding-bottom: 12rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pt-16 {
padding-top: 4rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.font-serif {
font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.font-bold {
font-weight: 700;
}
.font-light {
font-weight: 300;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.italic {
font-style: italic;
}
.text-primary {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-color), var(--tw-text-opacity));
}
.text-base-content {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-base-content), var(--tw-text-opacity));
}
.text-primary-content {
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-content), var(--tw-text-opacity));
}
.underline {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.no-underline {
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
.opacity-75 {
opacity: 0.75;
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-primary {
outline-color: rgb(var(--wp-moose-primary-color));
}
.filter {
filter: var(--tw-filter);
}
.transition-colors {
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-200 {
transition-duration: 200ms;
}
.btn-sm {
font-size: 0.875rem;
padding: var(--wp-moose-btn-spacing-sm, 0.25rem 0.75rem);
}
.btn-md {
font-size: 0.875rem;
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
}
.btn-lg {
font-size: 1.125rem;
padding: var(--wp-moose-btn-spacing-lg, 0.75rem 2.25rem);
}
.menu-xs > .menu-item, .menu-xs > .menu-item > a, .menu-xs.menu-vertical .menu-item > a {
font-size: 0.875rem;
}
.menu-xs.menu-pills > .menu-item > a, .menu-xs.menu-vertical.menu-pills .menu-item > a {
font-size: 0.75rem;
padding: var(--wp-moose-btn-spacing-xs, 0.15rem 0.5rem);
}
.menu-sm > .menu-item, .menu-sm > .menu-item > a, .menu-sm.menu-vertical .menu-item > a {
font-size: 1rem;
}
.menu-sm.menu-pills > .menu-item > a, .menu-sm.menu-vertical.menu-pills .menu-item > a {
font-size: 0.875rem;
padding: var(--wp-moose-btn-spacing-sm, 0.25rem 0.75rem);
}
.menu-md > .menu-item, .menu-md > .menu-item > a, .menu-md.menu-vertical .menu-item > a {
font-size: 1.125rem;
}
.menu-md.menu-pills > .menu-item > a, .menu-md.menu-vertical.menu-pills .menu-item > a {
font-size: 0.875rem;
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
}
.menu-lg > .menu-item, .menu-lg > .menu-item > a, .menu-lg.menu-vertical .menu-item > a {
font-size: 1.25rem;
}
.menu-lg.menu-pills > .menu-item > a, .menu-lg.menu-vertical.menu-pills .menu-item > a {
font-size: 1.125rem;
padding: var(--wp-moose-btn-spacing-lg, 0.75rem 2.25rem);
}
.menu-xl > .menu-item, .menu-xl > .menu-item > a, .menu-xl.menu-vertical .menu-item > a {
font-size: 1.5rem;
}
.menu-xl.menu-pills > .menu-item > a, .menu-xl.menu-vertical.menu-pills .menu-item > a {
font-size: 1.25rem;
padding: var(--wp-moose-btn-spacing-xl, 0.875rem 3rem);
}
.tabs-xs .tab {
font-size: 0.75rem;
padding: var(--wp-moose-tabs-spacing-xs, 0.25rem 0.875rem);
}
.tabs-sm .tab {
font-size: 0.875rem;
padding: var(--wp-moose-tabs-spacing-sm, 0.375rem 1rem);
}
.tabs-md .tab {
font-size: 1rem;
padding: var(--wp-moose-tabs-spacing-md, 0.5rem 1.25rem);
}
.tabs-lg .tab {
font-size: 1.125rem;
padding: var(--wp-moose-tabs-spacing-lg, 0.625rem 2rem);
}
.clearfix::after {
display: block;
content: "";
clear: both;
}
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce .page-content .widget_price_filter .button,
.woocommerce .page-content .woocommerce-message .button,
.woocommerce .page-content a.button.alt,
.woocommerce .page-content button.button.alt,
.woocommerce .page-content .woocommerce-message .button,
.woocommerce .woocommerce-page .page-content .woocommerce-message .button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
font-weight: normal;
display: inline-block;
transition: all ease-in-out 200ms;
font-size: 0.875rem;
text-align: center;
text-decoration: none;
border-width: var(--wp-moose-btn-border-width, 2px);
border-style: solid;
border-radius: var(--wp-moose-btn-rounded, 0);
padding: var(--wp-moose-btn-spacing-md, 0.5rem 1.5rem);
cursor: pointer;
background-color: transparent;
border-color: transparent;
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.btn-focus, .woocommerce #respond input#submit-focus, .woocommerce #respond input#submit.btn-active, .woocommerce #respond input#submit-active, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt.btn-focus, .woocommerce #respond input#submit.alt-focus, .woocommerce #respond input#submit.alt.btn-active, .woocommerce #respond input#submit.alt-active, .woocommerce .page-content .widget_price_filter .button:hover, .woocommerce .page-content .widget_price_filter .button:focus, .woocommerce .page-content .widget_price_filter .button.btn-focus, .woocommerce .page-content .widget_price_filter .button-focus, .woocommerce .page-content .widget_price_filter .button.btn-active, .woocommerce .page-content .widget_price_filter .button-active, .woocommerce .page-content .woocommerce-message .button:hover, .woocommerce .page-content .woocommerce-message .button:focus, .woocommerce .page-content .woocommerce-message .button.btn-focus, .woocommerce .page-content .woocommerce-message .button-focus, .woocommerce .page-content .woocommerce-message .button.btn-active, .woocommerce .page-content .woocommerce-message .button-active, .woocommerce .page-content a.button.alt:hover, .woocommerce .page-content a.button.alt:focus, .woocommerce .page-content a.button.alt.btn-focus, .woocommerce .page-content a.button.alt-focus, .woocommerce .page-content a.button.alt.btn-active, .woocommerce .page-content a.button.alt-active, .woocommerce .page-content button.button.alt:hover, .woocommerce .page-content button.button.alt:focus, .woocommerce .page-content button.button.alt.btn-focus, .woocommerce .page-content button.button.alt-focus, .woocommerce .page-content button.button.alt.btn-active, .woocommerce .page-content button.button.alt-active, .woocommerce .page-content .woocommerce-message .button:hover, .woocommerce .page-content .woocommerce-message .button:focus, .woocommerce .page-content .woocommerce-message .button.btn-focus, .woocommerce .page-content .woocommerce-message .button-focus, .woocommerce .page-content .woocommerce-message .button.btn-active, .woocommerce .page-content .woocommerce-message .button-active, .woocommerce .woocommerce-page .page-content .woocommerce-message .button:hover, .woocommerce .woocommerce-page .page-content .woocommerce-message .button:focus, .woocommerce .woocommerce-page .page-content .woocommerce-message .button.btn-focus, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-focus, .woocommerce .woocommerce-page .page-content .woocommerce-message .button.btn-active, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button.btn-focus, .woocommerce a.button-focus, .woocommerce a.button.btn-active, .woocommerce a.button-active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt.btn-focus, .woocommerce a.button.alt-focus, .woocommerce a.button.alt.btn-active, .woocommerce a.button.alt-active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button.btn-focus, .woocommerce button.button-focus, .woocommerce button.button.btn-active, .woocommerce button.button-active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt.btn-focus, .woocommerce button.button.alt-focus, .woocommerce button.button.alt.btn-active, .woocommerce button.button.alt-active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button.btn-focus, .woocommerce input.button-focus, .woocommerce input.button.btn-active, .woocommerce input.button-active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt.btn-focus, .woocommerce input.button.alt-focus, .woocommerce input.button.alt.btn-active, .woocommerce input.button.alt-active {
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
color: rgb(var(--wp-moose-primary-content));
box-shadow: var(--wp-moose-btn-shadow-active, none) rgba(var(--wp-moose-primary-color), 0.5);
}
.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.btn-focus, .woocommerce #respond input#submit-focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt.btn-focus, .woocommerce #respond input#submit.alt-focus, .woocommerce .page-content .widget_price_filter .button:focus, .woocommerce .page-content .widget_price_filter .button.btn-focus, .woocommerce .page-content .widget_price_filter .button-focus, .woocommerce .page-content .woocommerce-message .button:focus, .woocommerce .page-content .woocommerce-message .button.btn-focus, .woocommerce .page-content .woocommerce-message .button-focus, .woocommerce .page-content a.button.alt:focus, .woocommerce .page-content a.button.alt.btn-focus, .woocommerce .page-content a.button.alt-focus, .woocommerce .page-content button.button.alt:focus, .woocommerce .page-content button.button.alt.btn-focus, .woocommerce .page-content button.button.alt-focus, .woocommerce .page-content .woocommerce-message .button:focus, .woocommerce .page-content .woocommerce-message .button.btn-focus, .woocommerce .page-content .woocommerce-message .button-focus, .woocommerce .woocommerce-page .page-content .woocommerce-message .button:focus, .woocommerce .woocommerce-page .page-content .woocommerce-message .button.btn-focus, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-focus, .woocommerce a.button:focus, .woocommerce a.button.btn-focus, .woocommerce a.button-focus, .woocommerce a.button.alt:focus, .woocommerce a.button.alt.btn-focus, .woocommerce a.button.alt-focus, .woocommerce button.button:focus, .woocommerce button.button.btn-focus, .woocommerce button.button-focus, .woocommerce button.button.alt:focus, .woocommerce button.button.alt.btn-focus, .woocommerce button.button.alt-focus, .woocommerce input.button:focus, .woocommerce input.button.btn-focus, .woocommerce input.button-focus, .woocommerce input.button.alt:focus, .woocommerce input.button.alt.btn-focus, .woocommerce input.button.alt-focus {
outline: var(--wp-moose-btn-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-btn-outline-offset-focus, 1px);
}
.btn-outline.woocommerce #respond input#submit, .btn-outline.woocommerce #respond input#submit.alt, .btn-outline.woocommerce .page-content .widget_price_filter .button, .btn-outline.woocommerce .page-content .woocommerce-message .button, .btn-outline.woocommerce .page-content a.button.alt, .btn-outline.woocommerce .page-content button.button.alt, .btn-outline.woocommerce .page-content .woocommerce-message .button, .btn-outline.woocommerce .woocommerce-page .page-content .woocommerce-message .button, .btn-outline.woocommerce a.button, .btn-outline.woocommerce a.button.alt, .btn-outline.woocommerce button.button, .btn-outline.woocommerce button.button.alt, .btn-outline.woocommerce input.button, .btn-outline.woocommerce input.button.alt {
color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
}
.btn-outline.woocommerce #respond input#submit:hover, .btn-outline.woocommerce #respond input#submit:focus, .btn-outline.woocommerce #respond input#submit.alt:hover, .btn-outline.woocommerce #respond input#submit.alt:focus, .btn-outline.woocommerce .page-content .widget_price_filter .button:hover, .btn-outline.woocommerce .page-content .widget_price_filter .button:focus, .btn-outline.woocommerce .page-content .woocommerce-message .button:hover, .btn-outline.woocommerce .page-content .woocommerce-message .button:focus, .btn-outline.woocommerce .page-content a.button.alt:hover, .btn-outline.woocommerce .page-content a.button.alt:focus, .btn-outline.woocommerce .page-content button.button.alt:hover, .btn-outline.woocommerce .page-content button.button.alt:focus, .btn-outline.woocommerce .page-content .woocommerce-message .button:hover, .btn-outline.woocommerce .page-content .woocommerce-message .button:focus, .btn-outline.woocommerce .woocommerce-page .page-content .woocommerce-message .button:hover, .btn-outline.woocommerce .woocommerce-page .page-content .woocommerce-message .button:focus, .btn-outline.woocommerce a.button:hover, .btn-outline.woocommerce a.button:focus, .btn-outline.woocommerce a.button.alt:hover, .btn-outline.woocommerce a.button.alt:focus, .btn-outline.woocommerce button.button:hover, .btn-outline.woocommerce button.button:focus, .btn-outline.woocommerce button.button.alt:hover, .btn-outline.woocommerce button.button.alt:focus, .btn-outline.woocommerce input.button:hover, .btn-outline.woocommerce input.button:focus, .btn-outline.woocommerce input.button.alt:hover, .btn-outline.woocommerce input.button.alt:focus {
color: rgb(var(--wp-moose-primary-content));
background-color: rgb(var(--wp-moose-primary-focus));
border-color: rgb(var(--wp-moose-primary-focus));
}
.woocommerce #respond input#submit-disabled, .woocommerce #respond input#submit-disabled:hover, .woocommerce #respond input#submit-disabled.btn-active, .woocommerce #respond input#submit[disabled], .woocommerce #respond input#submit[disabled]:hover, .woocommerce #respond input#submit[disabled].btn-active, .woocommerce #respond input#submit.alt-disabled, .woocommerce #respond input#submit.alt-disabled:hover, .woocommerce #respond input#submit.alt-disabled.btn-active, .woocommerce #respond input#submit.alt[disabled], .woocommerce #respond input#submit.alt[disabled]:hover, .woocommerce #respond input#submit.alt[disabled].btn-active, .woocommerce .page-content .widget_price_filter .button-disabled, .woocommerce .page-content .widget_price_filter .button-disabled:hover, .woocommerce .page-content .widget_price_filter .button-disabled.btn-active, .woocommerce .page-content .widget_price_filter .button[disabled], .woocommerce .page-content .widget_price_filter .button[disabled]:hover, .woocommerce .page-content .widget_price_filter .button[disabled].btn-active, .woocommerce .page-content .woocommerce-message .button-disabled, .woocommerce .page-content .woocommerce-message .button-disabled:hover, .woocommerce .page-content .woocommerce-message .button-disabled.btn-active, .woocommerce .page-content .woocommerce-message .button[disabled], .woocommerce .page-content .woocommerce-message .button[disabled]:hover, .woocommerce .page-content .woocommerce-message .button[disabled].btn-active, .woocommerce .page-content a.button.alt-disabled, .woocommerce .page-content a.button.alt-disabled:hover, .woocommerce .page-content a.button.alt-disabled.btn-active, .woocommerce .page-content a.button.alt[disabled], .woocommerce .page-content a.button.alt[disabled]:hover, .woocommerce .page-content a.button.alt[disabled].btn-active, .woocommerce .page-content button.button.alt-disabled, .woocommerce .page-content button.button.alt-disabled:hover, .woocommerce .page-content button.button.alt-disabled.btn-active, .woocommerce .page-content button.button.alt[disabled], .woocommerce .page-content button.button.alt[disabled]:hover, .woocommerce .page-content button.button.alt[disabled].btn-active, .woocommerce .page-content .woocommerce-message .button-disabled, .woocommerce .page-content .woocommerce-message .button-disabled:hover, .woocommerce .page-content .woocommerce-message .button-disabled.btn-active, .woocommerce .page-content .woocommerce-message .button[disabled], .woocommerce .page-content .woocommerce-message .button[disabled]:hover, .woocommerce .page-content .woocommerce-message .button[disabled].btn-active, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-disabled, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-disabled:hover, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-disabled.btn-active, .woocommerce .woocommerce-page .page-content .woocommerce-message .button[disabled], .woocommerce .woocommerce-page .page-content .woocommerce-message .button[disabled]:hover, .woocommerce .woocommerce-page .page-content .woocommerce-message .button[disabled].btn-active, .woocommerce a.button-disabled, .woocommerce a.button-disabled:hover, .woocommerce a.button-disabled.btn-active, .woocommerce a.button[disabled], .woocommerce a.button[disabled]:hover, .woocommerce a.button[disabled].btn-active, .woocommerce a.button.alt-disabled, .woocommerce a.button.alt-disabled:hover, .woocommerce a.button.alt-disabled.btn-active, .woocommerce a.button.alt[disabled], .woocommerce a.button.alt[disabled]:hover, .woocommerce a.button.alt[disabled].btn-active, .woocommerce button.button-disabled, .woocommerce button.button-disabled:hover, .woocommerce button.button-disabled.btn-active, .woocommerce button.button[disabled], .woocommerce button.button[disabled]:hover, .woocommerce button.button[disabled].btn-active, .woocommerce button.button.alt-disabled, .woocommerce button.button.alt-disabled:hover, .woocommerce button.button.alt-disabled.btn-active, .woocommerce button.button.alt[disabled], .woocommerce button.button.alt[disabled]:hover, .woocommerce button.button.alt[disabled].btn-active, .woocommerce input.button-disabled, .woocommerce input.button-disabled:hover, .woocommerce input.button-disabled.btn-active, .woocommerce input.button[disabled], .woocommerce input.button[disabled]:hover, .woocommerce input.button[disabled].btn-active, .woocommerce input.button.alt-disabled, .woocommerce input.button.alt-disabled:hover, .woocommerce input.button.alt-disabled.btn-active, .woocommerce input.button.alt[disabled], .woocommerce input.button.alt[disabled]:hover, .woocommerce input.button.alt[disabled].btn-active {
border-color: transparent;
opacity: 0.65;
pointer-events: none;
}
.woocommerce #respond input#submit-group > input[type="radio"].btn, .woocommerce #respond input#submit.alt-group > input[type="radio"].btn, .woocommerce .page-content .widget_price_filter .button-group > input[type="radio"].btn, .woocommerce .page-content .woocommerce-message .button-group > input[type="radio"].btn, .woocommerce .page-content a.button.alt-group > input[type="radio"].btn, .woocommerce .page-content button.button.alt-group > input[type="radio"].btn, .woocommerce .page-content .woocommerce-message .button-group > input[type="radio"].btn, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > input[type="radio"].btn, .woocommerce a.button-group > input[type="radio"].btn, .woocommerce a.button.alt-group > input[type="radio"].btn, .woocommerce button.button-group > input[type="radio"].btn, .woocommerce button.button.alt-group > input[type="radio"].btn, .woocommerce input.button-group > input[type="radio"].btn, .woocommerce input.button.alt-group > input[type="radio"].btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.woocommerce #respond input#submit-group > input[type="radio"].btn:before, .woocommerce #respond input#submit.alt-group > input[type="radio"].btn:before, .woocommerce .page-content .widget_price_filter .button-group > input[type="radio"].btn:before, .woocommerce .page-content .woocommerce-message .button-group > input[type="radio"].btn:before, .woocommerce .page-content a.button.alt-group > input[type="radio"].btn:before, .woocommerce .page-content button.button.alt-group > input[type="radio"].btn:before, .woocommerce .page-content .woocommerce-message .button-group > input[type="radio"].btn:before, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > input[type="radio"].btn:before, .woocommerce a.button-group > input[type="radio"].btn:before, .woocommerce a.button.alt-group > input[type="radio"].btn:before, .woocommerce button.button-group > input[type="radio"].btn:before, .woocommerce button.button.alt-group > input[type="radio"].btn:before, .woocommerce input.button-group > input[type="radio"].btn:before, .woocommerce input.button.alt-group > input[type="radio"].btn:before {
content: attr(data-title);
}
.woocommerce #respond input#submit-group > .btn-active, .woocommerce #respond input#submit-group > .btn:hover, .woocommerce #respond input#submit.alt-group > .btn-active, .woocommerce #respond input#submit.alt-group > .btn:hover, .woocommerce .page-content .widget_price_filter .button-group > .btn-active, .woocommerce .page-content .widget_price_filter .button-group > .btn:hover, .woocommerce .page-content .woocommerce-message .button-group > .btn-active, .woocommerce .page-content .woocommerce-message .button-group > .btn:hover, .woocommerce .page-content a.button.alt-group > .btn-active, .woocommerce .page-content a.button.alt-group > .btn:hover, .woocommerce .page-content button.button.alt-group > .btn-active, .woocommerce .page-content button.button.alt-group > .btn:hover, .woocommerce .page-content .woocommerce-message .button-group > .btn-active, .woocommerce .page-content .woocommerce-message .button-group > .btn:hover, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > .btn-active, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > .btn:hover, .woocommerce a.button-group > .btn-active, .woocommerce a.button-group > .btn:hover, .woocommerce a.button.alt-group > .btn-active, .woocommerce a.button.alt-group > .btn:hover, .woocommerce button.button-group > .btn-active, .woocommerce button.button-group > .btn:hover, .woocommerce button.button.alt-group > .btn-active, .woocommerce button.button.alt-group > .btn:hover, .woocommerce input.button-group > .btn-active, .woocommerce input.button-group > .btn:hover, .woocommerce input.button.alt-group > .btn-active, .woocommerce input.button.alt-group > .btn:hover {
box-shadow: none;
}
.woocommerce #respond input#submit-group > .btn:not(:first-child), .woocommerce #respond input#submit.alt-group > .btn:not(:first-child), .woocommerce .page-content .widget_price_filter .button-group > .btn:not(:first-child), .woocommerce .page-content .woocommerce-message .button-group > .btn:not(:first-child), .woocommerce .page-content a.button.alt-group > .btn:not(:first-child), .woocommerce .page-content button.button.alt-group > .btn:not(:first-child), .woocommerce .page-content .woocommerce-message .button-group > .btn:not(:first-child), .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > .btn:not(:first-child), .woocommerce a.button-group > .btn:not(:first-child), .woocommerce a.button.alt-group > .btn:not(:first-child), .woocommerce button.button-group > .btn:not(:first-child), .woocommerce button.button.alt-group > .btn:not(:first-child), .woocommerce input.button-group > .btn:not(:first-child), .woocommerce input.button.alt-group > .btn:not(:first-child) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.woocommerce #respond input#submit-group > .btn:not(:last-child), .woocommerce #respond input#submit.alt-group > .btn:not(:last-child), .woocommerce .page-content .widget_price_filter .button-group > .btn:not(:last-child), .woocommerce .page-content .woocommerce-message .button-group > .btn:not(:last-child), .woocommerce .page-content a.button.alt-group > .btn:not(:last-child), .woocommerce .page-content button.button.alt-group > .btn:not(:last-child), .woocommerce .page-content .woocommerce-message .button-group > .btn:not(:last-child), .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > .btn:not(:last-child), .woocommerce a.button-group > .btn:not(:last-child), .woocommerce a.button.alt-group > .btn:not(:last-child), .woocommerce button.button-group > .btn:not(:last-child), .woocommerce button.button.alt-group > .btn:not(:last-child), .woocommerce input.button-group > .btn:not(:last-child), .woocommerce input.button.alt-group > .btn:not(:last-child) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.woocommerce #respond input#submit-group > input[type="radio"]:checked.btn, .woocommerce #respond input#submit-group > .btn.btn-active, .woocommerce #respond input#submit.alt-group > input[type="radio"]:checked.btn, .woocommerce #respond input#submit.alt-group > .btn.btn-active, .woocommerce .page-content .widget_price_filter .button-group > input[type="radio"]:checked.btn, .woocommerce .page-content .widget_price_filter .button-group > .btn.btn-active, .woocommerce .page-content .woocommerce-message .button-group > input[type="radio"]:checked.btn, .woocommerce .page-content .woocommerce-message .button-group > .btn.btn-active, .woocommerce .page-content a.button.alt-group > input[type="radio"]:checked.btn, .woocommerce .page-content a.button.alt-group > .btn.btn-active, .woocommerce .page-content button.button.alt-group > input[type="radio"]:checked.btn, .woocommerce .page-content button.button.alt-group > .btn.btn-active, .woocommerce .page-content .woocommerce-message .button-group > input[type="radio"]:checked.btn, .woocommerce .page-content .woocommerce-message .button-group > .btn.btn-active, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > input[type="radio"]:checked.btn, .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > .btn.btn-active, .woocommerce a.button-group > input[type="radio"]:checked.btn, .woocommerce a.button-group > .btn.btn-active, .woocommerce a.button.alt-group > input[type="radio"]:checked.btn, .woocommerce a.button.alt-group > .btn.btn-active, .woocommerce button.button-group > input[type="radio"]:checked.btn, .woocommerce button.button-group > .btn.btn-active, .woocommerce button.button.alt-group > input[type="radio"]:checked.btn, .woocommerce button.button.alt-group > .btn.btn-active, .woocommerce input.button-group > input[type="radio"]:checked.btn, .woocommerce input.button-group > .btn.btn-active, .woocommerce input.button.alt-group > input[type="radio"]:checked.btn, .woocommerce input.button.alt-group > .btn.btn-active {
box-shadow: none;
}
.btn-group > input[type="radio"]:checked.woocommerce #respond input#submit, .btn-group > .woocommerce #respond input#submit.btn-active, .btn-group > input[type="radio"]:checked.woocommerce #respond input#submit.alt, .btn-group > .woocommerce #respond input#submit.alt.btn-active, .btn-group > input[type="radio"]:checked.woocommerce .page-content .widget_price_filter .button, .btn-group > .woocommerce .page-content .widget_price_filter .button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce .page-content .woocommerce-message .button, .btn-group > .woocommerce .page-content .woocommerce-message .button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce .page-content a.button.alt, .btn-group > .woocommerce .page-content a.button.alt.btn-active, .btn-group > input[type="radio"]:checked.woocommerce .page-content button.button.alt, .btn-group > .woocommerce .page-content button.button.alt.btn-active, .btn-group > input[type="radio"]:checked.woocommerce .page-content .woocommerce-message .button, .btn-group > .woocommerce .page-content .woocommerce-message .button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce .woocommerce-page .page-content .woocommerce-message .button, .btn-group > .woocommerce .woocommerce-page .page-content .woocommerce-message .button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce a.button, .btn-group > .woocommerce a.button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce a.button.alt, .btn-group > .woocommerce a.button.alt.btn-active, .btn-group > input[type="radio"]:checked.woocommerce button.button, .btn-group > .woocommerce button.button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce button.button.alt, .btn-group > .woocommerce button.button.alt.btn-active, .btn-group > input[type="radio"]:checked.woocommerce input.button, .btn-group > .woocommerce input.button.btn-active, .btn-group > input[type="radio"]:checked.woocommerce input.button.alt, .btn-group > .woocommerce input.button.alt.btn-active {
background-color: rgb(var(--wp-moose-accent-color));
border-color: rgb(var(--wp-moose-accent-color));
color: rgb(var(--wp-moose-accent-content));
}
.woocommerce #respond input#submit-group > .btn-outline.btn:not(:first-child), .woocommerce #respond input#submit.alt-group > .btn-outline.btn:not(:first-child), .woocommerce .page-content .widget_price_filter .button-group > .btn-outline.btn:not(:first-child), .woocommerce .page-content .woocommerce-message .button-group > .btn-outline.btn:not(:first-child), .woocommerce .page-content a.button.alt-group > .btn-outline.btn:not(:first-child), .woocommerce .page-content button.button.alt-group > .btn-outline.btn:not(:first-child), .woocommerce .page-content .woocommerce-message .button-group > .btn-outline.btn:not(:first-child), .woocommerce .woocommerce-page .page-content .woocommerce-message .button-group > .btn-outline.btn:not(:first-child), .woocommerce a.button-group > .btn-outline.btn:not(:first-child), .woocommerce a.button.alt-group > .btn-outline.btn:not(:first-child), .woocommerce button.button-group > .btn-outline.btn:not(:first-child), .woocommerce button.button.alt-group > .btn-outline.btn:not(:first-child), .woocommerce input.button-group > .btn-outline.btn:not(:first-child), .woocommerce input.button.alt-group > .btn-outline.btn:not(:first-child) {
border-left-width: 0px;
}
.btn-group > input[type="radio"]:checked.woocommerce #respond input#submit.btn-outline, .btn-group > .woocommerce #respond input#submit.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce #respond input#submit.alt.btn-outline, .btn-group > .woocommerce #respond input#submit.alt.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce .page-content .widget_price_filter .button.btn-outline, .btn-group > .woocommerce .page-content .widget_price_filter .button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce .page-content .woocommerce-message .button.btn-outline, .btn-group > .woocommerce .page-content .woocommerce-message .button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce .page-content a.button.alt.btn-outline, .btn-group > .woocommerce .page-content a.button.alt.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce .page-content button.button.alt.btn-outline, .btn-group > .woocommerce .page-content button.button.alt.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce .page-content .woocommerce-message .button.btn-outline, .btn-group > .woocommerce .page-content .woocommerce-message .button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce .woocommerce-page .page-content .woocommerce-message .button.btn-outline, .btn-group > .woocommerce .woocommerce-page .page-content .woocommerce-message .button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce a.button.btn-outline, .btn-group > .woocommerce a.button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce a.button.alt.btn-outline, .btn-group > .woocommerce a.button.alt.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce button.button.btn-outline, .btn-group > .woocommerce button.button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce button.button.alt.btn-outline, .btn-group > .woocommerce button.button.alt.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce input.button.btn-outline, .btn-group > .woocommerce input.button.btn-active.btn-outline, .btn-group > input[type="radio"]:checked.woocommerce input.button.alt.btn-outline, .btn-group > .woocommerce input.button.alt.btn-active.btn-outline {
background-color: rgb(var(--wp-moose-primary-color));
border-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.woocommerce .wc-proceed-to-checkout .button.checkout-button {
font-size: 1.125rem;
padding: var(--wp-moose-btn-spacing-lg, 0.75rem 2.25rem);
width: 100%;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce .price {
font-size: 0.875rem;
line-height: 1.25rem;
--tw-text-opacity: 1;
color: rgba(var(--wp-moose-primary-color), var(--tw-text-opacity));
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce .price del {
opacity: 0.5;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce .price ins {
margin-left: 0.3rem;
}
.woocommerce ul.products li.product .onsale, .woocommerce div.product .onsale {
display: inline-block;
padding: var(--wp-moose-badge-spacing, 0.125em 0.625em);
border-radius: 0.375rem;
font-size: 0.75rem;
line-height: 1rem;
text-align: center;
line-height: 2em;
width: 2em;
height: 2em;
padding: 0;
border-radius: 9999px;
}
.woocommerce ul.products li.product .onsale:focus, .woocommerce div.product .onsale:focus {
outline: var(--wp-moose-badge-outline-focus, 1px dashed) rgb(var(--wp-moose-primary-focus));
outline-offset: var(--wp-moose-badge-outline-offset-focus, 1px);
}
.woocommerce ul.products li.product .onsale, .woocommerce div.product .onsale {
background-color: rgb(var(--wp-moose-primary-color));
color: rgb(var(--wp-moose-primary-content));
}
.woocommerce ul.products li.product .onsale.badge-outline, .woocommerce div.product .onsale.badge-outline {
background-color: transparent;
color: rgb(var(--wp-moose-primary-color));
}
.woocommerce ul.products li.product .onsale.badge-xs, .woocommerce ul.products li.product .onsale.badge-sm, .woocommerce ul.products li.product .onsale.badge-md, .woocommerce ul.products li.product .onsale.badge-lg, .woocommerce ul.products li.product .onsale.badge-xl, .woocommerce div.product .onsale.badge-xs, .woocommerce div.product .onsale.badge-sm, .woocommerce div.product .onsale.badge-md, .woocommerce div.product .onsale.badge-lg, .woocommerce div.product .onsale.badge-xl {
line-height: 2em;
}
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .onsale {
min-width: 3rem;
min-height: 3rem;
line-height: 3rem;
}
.woocommerce-account h1, .woocommerce-account h2, .woocommerce-account h3, .woocommerce-account h4, .woocommerce-account h5, .woocommerce-account h6 {
margin-top: 0px;
margin-bottom: 12px;
}
.woocommerce-account em {
font-size: 0.75rem;
line-height: 1rem;
}
.woocommerce-account fieldset {
margin-top: 24px;
margin-bottom: 24px;
border-radius: 0.25rem;
border-width: 1px;
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-200), var(--tw-border-opacity));
padding: 12px;
}
.woocommerce-account legend {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
padding-right: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin: 0px;
padding: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
list-style-type: none;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgba(var(--wp-moose-base-200), var(--tw-border-opacity));
padding-top: 12px;
padding-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link:first-of-type {
border-top-width: 1px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
display: block;
line-height: 1;
opacity: 0.85;
cursor: pointer;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
text-decoration-thickness: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:focus {
text-decoration-thickness: 2px;
outline: var(--wp-moose-link-outline-focus, 1px dashed);
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .woocommerce-MyAccount-navigation-link a:focus {
color: rgb(var(--wp-moose-primary-color));
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
-webkit-text-decoration-line: none;
text-decoration-line: none;
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .woocommerce-MyAccount-navigation-link a:hover::after {
opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a::before {
display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a::after {
content: "\f15c";
float: right;
opacity: 0.5;
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 1.5rem;
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::after {
content: "\f3fd";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::after {
content: "\f07a";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::after {
content: "\f1c6";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--address a::after {
content: "\f3c5";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::after {
content: "\f2bd";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::after {
content: "\f2f5";
}
.last\:mb-0:last-child {
margin-bottom: 0px;
}
@media (min-width: 576px) {
.card.sm\:card-horizontal .card-image, .card.card-horizontal-reverse .card-image {
min-width: 35%;
max-width: 35%;
}
.card.card-horizontal .card-image, .card.sm\:card-horizontal-reverse .card-image {
min-width: 35%;
max-width: 35%;
}
.card.sm\:card-horizontal {
flex-direction: row;
align-items: stretch;
}
.card.sm\:card-horizontal-reverse {
flex-direction: row-reverse;
align-items: stretch;
}
}
@media (min-width: 992px) {
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
}