*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-tab-size: 4;
tab-size: 4;
} body {
line-height: 150%;
margin: 0 !important;
padding: 0 !important;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h1,
h2,
h3 {
line-height: 115%;
}
h4,
h5,
h6 {
line-height: 120%;
}
::-moz-selection {
background: #fff5d1;
text-shadow: none;
}
::selection {
background: #fff5d1;
text-shadow: none;
}
::-webkit-input-placeholder {
opacity: 0.6;
font-size: 14px;
}
::-moz-placeholder {
opacity: 0.6;
font-size: 14px;
}
::-ms-input-placeholder {
opacity: 0.6;
font-size: 14px;
}
[placeholder]:focus::-webkit-input-placeholder {
transition: text-indent 0.4s 0.4s ease;
text-indent: -100%;
}
[placeholder]:focus::-moz-placeholder {
transition: text-indent 0.4s 0.4s ease;
text-indent: -100%;
}
[placeholder]:focus::-ms-input-placeholder {
transition: text-indent 0.4s 0.4s ease;
text-indent: -100%;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}  a,
a:focus {
transition: 150ms linear all; text-decoration: none !important; } a:hover,
.entry-content p>a:not(:where(header *, footer *, button *, .wp-block-button *)) {
text-decoration: underline !important;
} b,
strong {
font-weight: bold !important;
} ol,
ul {
padding: 0;
}
ul {
list-style: none;
}
ol:where(:not([class*="wp-block"])),
ol:where(.wp-block-list),
ul:where(:not([class*="wp-block"])),
ul:where(.wp-block-list) {
padding-inline-start: var(--wp--preset--spacing--medium);
} input,
button,
textarea,
select {
font: inherit;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
appearance: none;
transition: 150ms linear all; }
input[type="submit"]:hover {
text-decoration: underline !important;
}
select,
textarea,
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
color: var(--wp--preset--color--secondary);
border-radius: 5px;
border: solid 1px var(--wp--preset--color--tenopaqueblack);
padding: .5em 1em;
font-size: var(--wp--preset--font-size--small);
width: 100%;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
label {
width: 100%;
display: block;
} .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
color: #757575 !important; }
::placeholder {
color: #757575 !important; font-size: var(--wp--preset--font-size--small);
} div[class*="wp-block-"] figcaption {
color: var(--wp--preset--color--primary);
font-size: var(--wp--preset--font-size--x-small);
margin-bottom: 0;
margin-top: 20px;
text-align: center;
} pre,
code {
background-color: var(--wp--preset--color--tertiary);
color: var(--wp--preset--color--seventyfiveopaquewhite);
font-family: Menlo, Monaco, Consolas, monospace !important;
font-size: var(--wp--preset--font-size--x-small);
}
.wp-block-code code {
overflow-wrap: normal;
overflow-x: scroll;
white-space: pre;
}
*:not(.wp-block-code)>pre,
*:not(.wp-block-code)>code {
padding: 20px 25px;
position: relative;
border: none;
border-radius: 3px;
}
*:not(.wp-block-code)>code {
background-color: var(--wp--preset--color--light-grey);
border-radius: 3px;
color: var(--wp--preset--color--primary);
font-size: smaller;
font-weight: var(--wp--custom--font-weight--medium);
padding: 4px 6px;
position: relative;
} .wp-block-quote {
border-color: var(--wp--preset--color--primary-accent) !important;
font-weight: bold;
font-size: larger;
margin: 1.75em 0 1.75em !important;
padding-left: 1em;
}
.wp-block-quote cite {
opacity: 0.5;
font-weight: 400;
} ul[class*=columns-].wp-block-post-template .wp-block-post>.wp-block-group {
height: 100%;
} #respond {
background: var(--wp--preset--color--light-grey);
border-radius: 10px;
margin-top: 0 !important;
padding: 35px 50px;
}
.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
font-size: var(--wp--preset--font-size--large);
}
p.logged-in-as {
font-size: var(--wp--preset--font-size--small);
}
.comment {
border-top: 1px solid var(--wp--preset--color--tenopaqueblack);
padding-top: 25px;
}
.comment-reply-link {
background: var(--wp--preset--color--tertiary);
border-radius: 3px;
color: var(--wp--preset--color--white);
font-size: var(--wp--preset--font-size--xxx-small);
padding: 3px 5px;
}
.comment-awaiting-moderation {
color: 1px solid var(--wp--preset--color--secondary);
}
#commentform .required-field-message {
color: #ff0000;
font-size: var(--wp--preset--font-size--xxx-small);
float: right;
margin-top: 5px;
}
#commentform label,
.comment-notes,
.comment-form-cookies-consent {
font-size: var(--wp--preset--font-size--small);
}
.wp-block-post-comments-form input[type="submit"] {
font-weight: 600;
}
textarea#comment {
border: 1px solid var(--wp--preset--color--tenopaqueblack);
border-radius: 3px;
margin-top: 5px;
} .wp-block-tag-cloud a {
background-color: var(--wp--preset--color--tertiary) !important;
border-radius: 3px;
color: var(--wp--preset--color--white) !important;
font-size: var(--wp--preset--font-size--xxx-small) !important;
font-weight: 600;
padding: 3px 6px;
} a.more-link {
display: block;
}
.gdpr {
bottom: 15px;
position: fixed;
width: 100%;
z-index: 999;
} .no-block-spacing {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .vh-blocks-text-gradient {
-webkit-text-fill-color: transparent;
background: linear-gradient(45deg, #4f46e5, #7cd4fd, #f472b6);
background-clip: text;
box-decoration-break: clone;
color: #f472b6;
display: inline-block;
} .link {
display: inline-block;
line-height: 1;
outline: none;
position: relative;
text-decoration: none;
}
.effect {
line-height: 0.75;
overflow: hidden;
}
.effect:hover {
color: #cccccc;
}
.effect::after {
background: var(--wp--preset--color--secondary-accent) !important;
content: ' ';
height: 1px;
margin-top: 0;
position: absolute;
right: 1px;
top: 50%;
transform: translate3d(-100%, 0, 0);
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
width: 100%;
}
.effect:hover::after {
transform: translate3d(100%, 0, 0);
}
.effect::before {
color: var(--wp--preset--color--secondary-accent) !important;
content: attr(data-attr);
overflow: hidden;
position: absolute;
transition: width 0.4s 0.3s;
white-space: nowrap;
width: 0%;
z-index: 2;
}
.effect:hover::before {
width: 100%;
}
a.link.effect {
position: relative;
z-index: 999;
} .edit-site-page-patterns-dataviews .page-patterns-preview-field {
background: #e7ebee !important;
display: grid;
padding: 15px;
place-items: center;
} .is-content-justification-right {
float: left;
}
.vh-blocks-not-mobile {
visibility: hidden;
}
.vh-blocks-not-desktop {
visibility: visible;
} @media only screen and (min-width: 767px) {} @media only screen and (min-width: 1023px) {} @media only screen and (min-width: 1278px) {
.vh-blocks-not-mobile {
visibility: visible;
}
.vh-blocks-not-desktop {
visibility: hidden;
}
} @media only screen and (min-width: 1678px) {} @media only screen and (min-width: 1918px) {}