@media (max-width: 768px) {
.has-ollie-fs-tablet {
font-size: var(--ollie-fs-tablet, inherit) !important;
}
.has-ollie-padding-top-tablet { padding-top: var(--ollie-padding-top-tablet) !important; }
.has-ollie-padding-right-tablet { padding-right: var(--ollie-padding-right-tablet) !important; }
.has-ollie-padding-bottom-tablet { padding-bottom: var(--ollie-padding-bottom-tablet) !important; }
.has-ollie-padding-left-tablet { padding-left: var(--ollie-padding-left-tablet) !important; }
.has-ollie-margin-top-tablet { margin-top: var(--ollie-margin-top-tablet) !important; }
.has-ollie-margin-right-tablet { margin-right: var(--ollie-margin-right-tablet) !important; }
.has-ollie-margin-bottom-tablet { margin-bottom: var(--ollie-margin-bottom-tablet) !important; }
.has-ollie-margin-left-tablet { margin-left: var(--ollie-margin-left-tablet) !important; } .has-ollie-gap-tablet.is-layout-flex,
.has-ollie-gap-tablet.is-layout-grid {
gap: var(--ollie-gap-tablet) !important;
}
.has-ollie-gap-tablet.is-layout-flow > *,
.has-ollie-gap-tablet.is-layout-constrained > * {
margin-block-start: var(--ollie-gap-tablet) !important;
}
.has-ollie-gap-tablet.is-layout-flow > :first-child,
.has-ollie-gap-tablet.is-layout-constrained > :first-child {
margin-block-start: 0 !important;
}
.has-ollie-mh-tablet { min-height: var(--ollie-mh-tablet) !important; }
.has-ollie-ta-tablet { text-align: var(--ollie-ta-tablet) !important; }
} @media (max-width: 480px) {
.has-ollie-fs-mobile {
font-size: var(--ollie-fs-mobile, inherit) !important;
}
.has-ollie-padding-top-mobile { padding-top: var(--ollie-padding-top-mobile) !important; }
.has-ollie-padding-right-mobile { padding-right: var(--ollie-padding-right-mobile) !important; }
.has-ollie-padding-bottom-mobile { padding-bottom: var(--ollie-padding-bottom-mobile) !important; }
.has-ollie-padding-left-mobile { padding-left: var(--ollie-padding-left-mobile) !important; }
.has-ollie-margin-top-mobile { margin-top: var(--ollie-margin-top-mobile) !important; }
.has-ollie-margin-right-mobile { margin-right: var(--ollie-margin-right-mobile) !important; }
.has-ollie-margin-bottom-mobile { margin-bottom: var(--ollie-margin-bottom-mobile) !important; }
.has-ollie-margin-left-mobile { margin-left: var(--ollie-margin-left-mobile) !important; } .has-ollie-gap-mobile.is-layout-flex,
.has-ollie-gap-mobile.is-layout-grid {
gap: var(--ollie-gap-mobile) !important;
}
.has-ollie-gap-mobile.is-layout-flow > *,
.has-ollie-gap-mobile.is-layout-constrained > * {
margin-block-start: var(--ollie-gap-mobile) !important;
}
.has-ollie-gap-mobile.is-layout-flow > :first-child,
.has-ollie-gap-mobile.is-layout-constrained > :first-child {
margin-block-start: 0 !important;
}
.has-ollie-mh-mobile { min-height: var(--ollie-mh-mobile) !important; }
.has-ollie-ta-mobile { text-align: var(--ollie-ta-mobile) !important; }
}*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
b,
strong {
font-weight: var(--wp--custom--font-weight--semi-bold);
}
ol,
ul {
padding: 0;
}
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);
}
div[class*="wp-block-"] figcaption {
color: var(--wp--preset--color--secondary);
font-size: var(--wp--preset--font-size--x-small);
margin-bottom: 0;
margin-top: 20px;
text-align: center;
}
img,
figure {
max-width: 100%;
height: auto;
} input,
button,
textarea,
select {
font: inherit;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
-webkit-appearance: none;
appearance: none;
}
input:not([type="submit"]),
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--main);
border-radius: 5px;
border: solid 1px var(--wp--preset--color--main-accent);
padding: .5em 1em;
font-size: var(--wp--preset--font-size--small);
}
input:focus-visible,
textarea:focus-visible {
outline-color: var(--wp--preset--color--primary);
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
label {
width: 100%;
display: block;
}
::placeholder {
color: var(--wp--preset--color--secondary);
font-size: var(--wp--preset--font-size--small);
opacity: 0.75;
} a.more-link {
display: block;
} *:not(.wp-block-code) > code {
background-color: var(--wp--preset--color--tertiary);
font-weight: var(--wp--custom--font-weight--medium);;
padding: 3px 5px;
position: relative;
border-radius: 3px;
} .single .wp-block-group .wp-block-post-terms,
.blog .wp-block-group .wp-block-post-terms {
margin-bottom: -8px !important;
} .wp-block-term-description p:last-child {
margin-bottom: 0;
} .remove-border-and-padding .wp-block-post-template li:last-child .wp-block-separator {
display: none;
} .single .wp-block-group:has(> .post-meta:empty) {
display: none;
}
.wp-block-group:empty:has(+ .comment-respond) {
display: none;
}
.row-logos > figure {
flex-shrink: 1 !important;
}
@media (max-width: 781px) {
.ollie-hide-on-mobile {
display: none;
}
.ollie-unstick-mobile {
position: static;
}
}.overflow-visible {
overflow: visible;
} @media only screen and (max-width: 600px) {
.marginaali {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
} @media only screen and (min-width: 600px) {
.marginaali {
margin-left: 1rem;
margin-right: 1rem;
}
.drop {
margin-bottom: -120px !important;
}
} @media only screen and (min-width: 768px) {
} @media only screen and (min-width: 992px) {
.marginaali {
margin-left: 2rem;
margin-right: 2rem;
}
.drop {
margin-bottom: -80px !important;
}
} @media only screen and (min-width: 1200px) {
}*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
b,
strong {
font-weight: var(--wp--custom--font-weight--semi-bold);
}
ol,
ul {
padding: 0;
}
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);
}
div[class*="wp-block-"] figcaption {
color: var(--wp--preset--color--secondary);
font-size: var(--wp--preset--font-size--x-small);
margin-bottom: 0;
margin-top: 20px;
text-align: center;
}
img,
figure {
max-width: 100%;
height: auto;
} input,
button,
textarea,
select {
font: inherit;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
-webkit-appearance: none;
appearance: none;
}
input:not([type="submit"]),
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--main);
border-radius: 5px;
border: solid 1px var(--wp--preset--color--main-accent);
padding: .5em 1em;
font-size: var(--wp--preset--font-size--small);
}
input:focus-visible,
textarea:focus-visible {
outline-color: var(--wp--preset--color--primary);
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
label {
width: 100%;
display: block;
}
::placeholder {
color: var(--wp--preset--color--secondary);
font-size: var(--wp--preset--font-size--small);
opacity: 0.75;
} a.more-link {
display: block;
} *:not(.wp-block-code) > code {
background-color: var(--wp--preset--color--tertiary);
font-weight: var(--wp--custom--font-weight--medium);;
padding: 3px 5px;
position: relative;
border-radius: 3px;
} .single .wp-block-group .wp-block-post-terms,
.blog .wp-block-group .wp-block-post-terms {
margin-bottom: -8px !important;
} .wp-block-term-description p:last-child {
margin-bottom: 0;
} .remove-border-and-padding .wp-block-post-template li:last-child .wp-block-separator {
display: none;
} .single .wp-block-group:has(> .post-meta:empty) {
display: none;
}
.wp-block-group:empty:has(+ .comment-respond) {
display: none;
}
.row-logos > figure {
flex-shrink: 1 !important;
}
@media (max-width: 781px) {
.ollie-hide-on-mobile {
display: none;
}
.ollie-unstick-mobile {
position: static;
}
}