html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
:root {
--bg-color: #fff;
}
html {
font-size: 16px;
}
body {
font-family: "Open Sans", serif;
font-weight: 400;
background-color: var(--bg-color);
margin: 0;
padding: 0;
overflow-y: scroll;
}
body.menu-is-open {
overflow-y: hidden;
}
main {
margin: 110px auto 0;
}
h1,
h2 {
font-size: 2.5rem;
font-weight: 300;
}
h3 {
font-size: 1rem;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.site-title {
text-align: center;
padding: 0 1.125rem;
word-break: break-word;
}
@media only screen and (min-width: 1024px) {
.site-title {
padding: 0 45px;
}
}
.special-link, .wpforms-form .wpforms-submit {
position: relative;
padding: 15px 0;
}
.special-link:after, .wpforms-form .wpforms-submit:after {
content: "";
border-bottom: 2px solid black;
width: 1.5em;
height: 100%;
left: 0;
top: -10px;
position: absolute;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
pointer-events: none;
}
.special-link:hover, .wpforms-form .wpforms-submit:hover {
cursor: pointer;
text-decoration: none;
}
.special-link:hover:after, .wpforms-form .wpforms-submit:hover:after {
width: 100%;
} @font-face {
font-display: swap; font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: url(//makeup-artistin.de/wp-content/themes/anders-2023/assets/fonts/open-sans-v35-latin-300.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: url(//makeup-artistin.de/wp-content/themes/anders-2023/assets/fonts/open-sans-v35-latin-regular.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Open Sans";
font-style: normal;
font-weight: 700;
src: url(//makeup-artistin.de/wp-content/themes/anders-2023/assets/fonts/open-sans-v35-latin-700.woff2) format("woff2"); }
.site-header {
background-color: #fff;
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
}
.site-header:not(.menu-is-open) .logo-container {
width: 350px;
}
.site-header:not(.menu-is-open) .nav-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
height: 110px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: height 0.2s ease;
transition: height 0.2s ease;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.site-header:not(.menu-is-open) .main-nav {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
max-width: 1000px;
}
.site-header:not(.menu-is-open) ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-header:not(.menu-is-open) .menu-item a {
padding: 15px;
}
.site-header:not(.menu-is-open) .menu-item a:hover {
text-decoration: none;
}
.site-header:not(.menu-is-open) .menu-item:after {
content: "";
border-bottom: 2px solid black;
width: 0;
height: 100%;
left: 15px;
top: 5px;
position: absolute;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
pointer-events: none;
}
.site-header:not(.menu-is-open) .menu-item.current-menu-item:after {
width: 1.5em;
}
.site-header:not(.menu-is-open) .menu-item:hover:after {
width: calc(100% - 30px);
}
.site-header ul {
margin: 0;
padding: 0;
}
.site-header .menu-item {
list-style: none;
text-transform: lowercase;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.logo {
width: 250px;
height: auto;
margin: 0 50px;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}
body.scrolled .site-header .logo {
width: 200px;
}
body.scrolled .site-header :not(.menu-is-open) .nav-container {
height: 60px;
}
@media only screen and (max-width: 1023.98px) {
.menu-is-open {
background-color: #fff;
inset: 0;
height: 100vh;
overflow-y: scroll;
}
.menu-is-open .nav-container {
text-align: center;
}
.menu-is-open .logo-container {
height: 110px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.menu-is-open .logo {
margin: 20px 0;
}
.menu-is-open .menu-item {
margin: 25px 0;
}
.menu-is-open .current-menu-item a {
text-decoration: underline;
}
.site-header:not(.menu-is-open) .logo-container {
text-align: center;
}
.site-header:not(.menu-is-open) .nav-container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-header:not(.menu-is-open) .main-nav {
display: none;
}
}
.menu-button {
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 20px;
margin: 10px;
padding: 10px;
display: none;
}
.menu-is-open .menu-button {
background-color: transparent;
}
.menu-icon {
width: 24px;
height: 4px;
background-color: black;
-webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.menu-icon:nth-child(1) {
-webkit-transform-origin: 0 100% 0;
transform-origin: 0 100% 0;
}
.menu-is-open .menu-icon:nth-child(1) {
-webkit-transform: translate(0px, -1px) rotate(45deg);
transform: translate(0px, -1px) rotate(45deg);
}
.menu-icon:nth-child(2) {
margin-top: 4px;
}
.menu-is-open .menu-icon:nth-child(2) {
display: none;
}
.menu-icon:nth-child(3) {
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
margin-top: 4px;
}
.menu-is-open .menu-icon:nth-child(3) {
-webkit-transform: translate(0px, 9px) rotate(-45deg);
transform: translate(0px, 9px) rotate(-45deg);
}
@media only screen and (max-width: 1023.98px) {
.menu-button {
display: block;
}
}
.footer-nav {
text-transform: lowercase;
margin: 4rem auto 2rem;
font-size: 0.875rem;
}
@media only screen and (min-width: 719.99px) {
.footer-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
}
.footer-nav ul {
padding: 0;
}
.footer-nav .menu-item {
list-style: none;
display: inline-block;
margin: 1.5em;
}
@media only screen and (max-width: 719.99px) {
.footer-nav .menu-item {
display: block;
}
}
.footer-nav .copyright {
margin: 1.5em;
}
@media only screen and (max-width: 719.99px) {
.footer-nav .social-nav,
.footer-nav .nav-menu,
.footer-nav .copyright,
.footer-nav .menu {
text-align: center;
margin: 2rem 0;
}
}
@media only screen and (min-width: 1024px) {
.page-template .social-nav,
.page-template-default .social-nav {
position: fixed;
right: -1em;
top: 20rem;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: right top;
transform-origin: right top;
}
}
@media only screen and (min-width: 720px) {
body:not(.menu-is-open) .footer-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.page-content,
.post-content {
line-height: 1.75;
max-width: calc(1290px + 2em);
margin: calc(110px + 3em) auto 0;
}
.page-content p,
.post-content p {
margin: 2em 0;
}
.page-content .content p {
margin: 1em;
max-width: 1000px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
.page-content .content p {
margin-left: auto;
margin-right: auto;
padding: 0 45px;
}
}
@media only screen and (max-width: 1023.98px) {
.page-content .content p {
text-align: center;
}
}
.post-content {
text-align: center;
}
@media only screen and (min-width: 1024px) {
.content {
padding: 0 2.5em;
}
}
.workshops-container {
padding: 1em;
max-width: 1280px;
text-align: center;
}
@media only screen and (min-width: 720px) {
.workshops-container {
text-align: left;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 7vw;
}
}
@media only screen and (min-width: 1280px) {
.workshops-container {
gap: 100px;
}
}
@media only screen and (min-width: 720px) {
.workshop {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 405px;
}
}
.workshop-titel {
margin: 0;
}
.workshop-inhalt p {
margin: 0 0 2em 0;
}
.workshop-preis {
font-weight: 700;
margin-bottom: 2em;
}
.workshop-link,
.home-link {
margin: 2em 0;
}
@media only screen and (min-width: 720px) {
.post-previews {
display: -ms-grid;
display: grid;
width: 100%;
margin: 110px auto 0;
grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
gap: 0;
}
}
.post-previews .overlay {
background-color: rgb(0, 0, 0);
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
pointer-events: none;
}
.post-preview {
overflow: hidden;
position: relative;
}
.post-preview .title-container {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 5em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: white;
z-index: 2;
opacity: 0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
text-align: center;
word-break: break-word;
}
.post-preview .preview-title {
font-weight: 300;
font-size: 1.25em;
}
.post-preview:hover .overlay {
opacity: 0.75;
}
.post-preview:hover .title-container {
opacity: 1;
}
.project-gallery {
margin: 2em 0;
}
.project-gallery {
margin-top: 2em;
padding: 0 1em;
}
.project-gallery li {
margin: 1em 0;
list-style: none;
}
@media only screen and (min-width: 1024px) {
.project-gallery {
margin-top: 2em;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.project-gallery li {
margin: 0;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.project-gallery li.portrait {
max-width: 640px;
}
.project-gallery li.landscape {
max-width: 1290px;
}
}
.error {
text-align: center;
}
.gallery {
padding: 0;
margin: 1em;
max-width: 1000px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery br {
display: none;
}
@media only screen and (min-width: 1024px) {
.gallery {
margin: 1em auto;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1px 1fr 1px 1fr;
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: auto 1px 30px 1px auto 1px 20px 1px auto;
grid-template-rows: auto 30px auto 20px auto;
gap: 1px;
max-width: 1000px;
}
.gallery > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.gallery > *:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.gallery > *:nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 5;
}
.gallery > *:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-column: 1;
}
.gallery > *:nth-child(5) {
-ms-grid-row: 3;
-ms-grid-column: 3;
}
.gallery > *:nth-child(6) {
-ms-grid-row: 3;
-ms-grid-column: 5;
}
.gallery > *:nth-child(7) {
-ms-grid-row: 5;
-ms-grid-column: 1;
}
.gallery > *:nth-child(8) {
-ms-grid-row: 5;
-ms-grid-column: 3;
}
.gallery > *:nth-child(9) {
-ms-grid-row: 5;
-ms-grid-column: 5;
}
.gallery > *:nth-child(10) {
-ms-grid-row: 7;
-ms-grid-column: 1;
}
.gallery > *:nth-child(11) {
-ms-grid-row: 7;
-ms-grid-column: 3;
}
.gallery > *:nth-child(12) {
-ms-grid-row: 7;
-ms-grid-column: 5;
}
.gallery > *:nth-child(13) {
-ms-grid-row: 9;
-ms-grid-column: 1;
}
.gallery > *:nth-child(14) {
-ms-grid-row: 9;
-ms-grid-column: 3;
}
.gallery > *:nth-child(15) {
-ms-grid-row: 9;
-ms-grid-column: 5;
}
.gallery .gallery-item {
margin: 0;
}
.gallery .gallery-item:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-row-span: 2;
grid-row: 1/span 2;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1/span 3;
text-align: center;
}
.gallery .gallery-item:nth-child(2) {
-ms-grid-row: 2;
-ms-grid-row-span: 3;
grid-row: 2/span 3;
z-index: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1/span 3;
text-align: right;
}
.gallery .gallery-item:nth-child(3) {
-ms-grid-row: 4;
-ms-grid-row-span: 2;
grid-row: 4/span 2;
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1/span 2;
text-align: left;
}
}
.workshop-image {
margin-bottom: 2em;
}
.workshop-image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
img.aligncenter {
display: block;
margin: 0 auto;
}
.logo svg {
width: 250px;
}
.post-content img,
.post-content video {
max-width: 100%;
height: auto;
}
.post-preview img {
display: block;
width: 100%;
height: auto;
-webkit-transition: scale 2s ease;
transition: scale 2s ease;
scale: 1;
}
.post-preview:hover img {
scale: 1.1;
}
.project-gallery img,
.project-gallery video {
display: block;
}
.gallery img {
max-width: 100%;
height: auto;
display: block;
margin: 1em auto;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) {
.gallery img {
display: inline;
margin: 0;
max-width: 100%;
height: auto;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
}
.loading-overlay {
position: fixed;
inset: 0;
background-color: #fff;
padding: 2rem;
-webkit-transition: opacity 1s, z-index 0s 1s;
transition: opacity 1s, z-index 0s 1s;
opacity: 0;
z-index: -1;
}
.overlay-visible .loading-overlay {
-webkit-transition: opacity 1s;
transition: opacity 1s;
z-index: 99999;
opacity: 1;
overflow-y: hidden;
}
.overlay-content {
background-color: #000;
height: 100%;
background-size: cover;
background-position: top center;
position: relative;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
justify-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.overlay-content .aa-logo {
min-height: 80px;
height: 12vh;
}
.overlay-content .aa-logo-icon {
fill: #fff;
}
.overlay-content .aa-logo-letter {
display: none;
}
.overlay-header {
font-weight: 300;
text-align: center;
color: #fff;
}
.overlay-title {
font-size: 3.5rem;
}
@media only screen and (max-width: 960px) {
.overlay-title {
font-size: 2rem;
}
}
.overlay-subtitle {
font-size: 1.3rem;
font-weight: 400;
margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
.overlay-subtitle {
font-size: 1rem;
}
}
.loading-bar {
height: 1px;
width: 100%;
background-color: #fff;
-webkit-animation: loading-bar 2.5s linear forwards;
animation: loading-bar 2.5s linear forwards;
-ms-grid-column-align: left;
justify-self: left;
margin: 3vh 0 2vh;
}
@-webkit-keyframes loading-bar {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes loading-bar {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@-webkit-keyframes fade-out {
0% {
opacity: 100%;
}
100% {
opacity: 0;
}
}
@keyframes fade-out {
0% {
opacity: 100%;
}
100% {
opacity: 0;
}
}
.wpforms-container {
max-width: 1000px;
margin-block: 3em;
margin-inline: auto;
}
@media only screen and (max-width: 719.99px) {
.wpforms-container .wpforms-layout-column-50 {
width: 100% !important;
}
.wpforms-container .wpforms-layout-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.wpforms-confirmation-container {
text-align: center;
}
.wpforms-form {
margin: 1em;
--theme-color: #000;
--error-color: #a94442;
}
.wpforms-form em.wpforms-error {
color: var(--error-color);
}
.wpforms-form .wpforms-field input[type=text],
.wpforms-form .wpforms-field input[type=number],
.wpforms-form .wpforms-field input[type=email],
.wpforms-form .wpforms-field input[type=tel],
.wpforms-form .wpforms-field select,
.wpforms-form .wpforms-field textarea {
padding: 0.75em;
border: 1px solid var(--theme-color);
}
.wpforms-form .wpforms-field input[type=text].wpforms-error,
.wpforms-form .wpforms-field input[type=number].wpforms-error,
.wpforms-form .wpforms-field input[type=email].wpforms-error,
.wpforms-form .wpforms-field input[type=tel].wpforms-error,
.wpforms-form .wpforms-field select.wpforms-error,
.wpforms-form .wpforms-field textarea.wpforms-error {
border-color: var(--error-color);
}
.wpforms-form .wpforms-field select {
background: none;
}
.wpforms-form .wpforms-field-content p {
padding-inline: 0;
margin-block: 0;
}
.wpforms-form .wpforms-field-gdpr-checkbox ul {
padding: 0;
list-style: none;
}
.wpforms-form .wpforms-field-gdpr-checkbox input {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
cursor: pointer;
}
.wpforms-form .wpforms-field-gdpr-checkbox input:focus-visible {
outline: none;
}
.wpforms-form .wpforms-field-gdpr-checkbox input:focus-visible + label::before {
outline-width: 2px;
outline-style: solid;
}
.wpforms-form .wpforms-field-gdpr-checkbox input:checked + label::before {
background-color: var(--theme-color);
}
.wpforms-form .wpforms-field-gdpr-checkbox input:checked + label::after {
content: "";
display: block;
position: absolute;
top: 1px;
left: 7px;
width: 6px;
height: 12px;
border: solid #fff;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 1;
}
.wpforms-form .wpforms-field-gdpr-checkbox em.wpforms-error {
padding-left: 2rem;
}
.wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
position: relative;
cursor: pointer;
padding-left: 2rem;
display: block;
}
.wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline::before {
margin-top: 3px;
content: "";
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 1px solid var(--theme-color);
padding: 10px;
display: inline-block;
position: absolute;
left: 0;
cursor: pointer;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline::after {
margin-top: 3px;
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.wpforms-form .wpforms-submit-container {
text-align: center;
}
.wpforms-form .wpforms-submit {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
line-height: 1.75 !important;
}
.ui-timepicker-wrapper {
--theme-color: #000;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
padding: 0.75em;
}
.ui-timepicker-wrapper li.ui-timepicker-selected,
.ui-timepicker-wrapper .ui-timepicker-list li:hover,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover {
background-color: var(--theme-color);
}