@charset "UTF-8";
.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
  .column-row {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 1.875rem;
}
.column-row .column-item {
margin: 0;
flex-basis: 100%;
}
@media only screen and (min-width: 35rem) {
.column-row-even .column-item {
flex-basis: calc((100% - 1.875rem) / 2);
width: calc((100% - 1.875rem) / 2);
}
}
@media only screen and (min-width: 81.25rem) {
.column-row-even .column-item {
flex-basis: calc((100% - 5.625rem) / 4);
width: calc((100% - 5.625rem) / 4);
}
}
@media only screen and (min-width: 48rem) {
.column-row-odd .column-item {
flex-basis: calc((100% - 3.75rem) / 3);
width: calc((100% - 3.75rem) / 3);
}
}
@media only screen and (min-width: 40rem) {
.column-row-max-2 .column-item {
flex-basis: calc((100% - 1.875rem) / 2);
width: calc((100% - 1.875rem) / 2);
}
}
@media only screen and (min-width: 40rem) {
.column-row-max-3 .column-item {
flex-basis: calc((100% - 1.875rem) / 2);
width: calc((100% - 1.875rem) / 2);
}
}
@media only screen and (min-width: 81.25rem) {
.column-row-max-3 .column-item {
flex-basis: calc((100% - 3.75rem) / 3);
width: calc((100% - 3.75rem) / 3);
}
}
@media only screen and (min-width: 40rem) {
.column-row-max-4 .column-item {
flex-basis: calc((100% - 1.875rem) / 2);
width: calc((100% - 1.875rem) / 2);
}
}
@media only screen and (min-width: 64rem) {
.column-row-max-4 .column-item {
flex-basis: calc((100% - 3.75rem) / 3);
width: calc((100% - 3.75rem) / 3);
}
}
@media only screen and (min-width: 81.25rem) {
.column-row-max-4 .column-item {
flex-basis: calc((100% - 5.625rem) / 4);
width: calc((100% - 5.625rem) / 4);
}
}
@media only screen and (min-width: 40rem) {
.column-row-max-5 .column-item {
flex-basis: calc((100% - 1.875rem) / 2);
width: calc((100% - 1.875rem) / 2);
}
}
@media only screen and (min-width: 64rem) {
.column-row-max-5 .column-item {
flex-basis: calc((100% - 3.75rem) / 3);
width: calc((100% - 3.75rem) / 3);
}
}
@media only screen and (min-width: 81.25rem) {
.column-row-max-5 .column-item {
flex-basis: calc((100% - 5.625rem) / 4);
width: calc((100% - 5.625rem) / 4);
}
}
@media only screen and (min-width: 100rem) {
.column-row-max-5 .column-item {
flex-basis: calc((100% - 7.5rem) / 5);
width: calc((100% - 7.5rem) / 5);
}
}
@keyframes animationBg {
0% {
background-color: #e9ebed;
}
50% {
background-color: #f7f8f8;
}
100% {
background-color: #e9ebed;
}
}
.animation-background {
background-color: #e9ebed;
animation-name: animationBg;
animation-duration: 0.95s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
@keyframes animation-spin {
100% {
transform: rotate(360deg);
}
}
.animation-rotate {
animation: animation-spin 0.8s linear infinite;
}
@keyframes animation-pulse {
0% {
opacity: 30%;
}
50% {
opacity: 50%;
}
100% {
opacity: 30%;
}
}
.animation-pulse, .preloader-bg {
animation-name: animation-pulse;
animation-duration: 0.95s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
@keyframes animation-jump {
0% {
padding-top: 0;
}
50% {
padding-top: 1rem;
}
100% {
padding-top: 0;
}
}
.animation-jump, .preloader-fa i {
animation-name: animation-jump;
animation-duration: 0.65s;
animation-timing-function: cubic-bezier(1, 1.44, 0.5, 3);
animation-iteration-count: infinite;
}     html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1, .no-results .page-title {
font-size: 2em;
margin: 0.67em 0;
}  hr {
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;
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 {
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] {
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;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #182430;
font-family: "DM sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.875rem;
}
@media only screen and (min-width: 62rem) {
body,
button,
input,
select,
optgroup,
textarea {
font-size: 1.125rem;
line-height: 2.25rem;
}
}
h1, .no-results .page-title,
h2,
body.archive:not(.author) .page-title,
.post .entry-title,
body.search .page-title,
h3,
.comment-reply-title,
.comments-title,
.post.archive-result .entry-title,
h4,
.blog-grid .entry-header h2,
.blog-grid .entry-header .post .entry-title,
.post .blog-grid .entry-header .entry-title,
.search-grid .entry-title__search,
h5,
h6 {
clear: both;
}
h1, .no-results .page-title, h2, body.archive:not(.author) .page-title, .post .entry-title, body.search .page-title {
margin-top: 1.875rem;
margin-bottom: 1.875rem;
line-height: 175%;
}
h3, .comment-reply-title, .comments-title, .post.archive-result .entry-title, h4, .blog-grid .entry-header h2, .blog-grid .entry-header body.archive:not(.author) .page-title, body.archive:not(.author) .blog-grid .entry-header .page-title, .blog-grid .entry-header body.search .page-title, body.search .blog-grid .entry-header .page-title, .blog-grid .entry-header .post .entry-title, .post .blog-grid .entry-header .entry-title, .search-grid .entry-title__search, h5, h6 {
margin-top: 0.9375rem;
margin-bottom: 0.9375rem;
line-height: 1.5em;
}
h1, .no-results .page-title {
font-size: 2.5rem;
}
h2, body.archive:not(.author) .page-title, .post .entry-title, body.search .page-title {
font-size: 1.5rem;
}
h3, .comment-reply-title, .comments-title, .post.archive-result .entry-title {
font-size: 1.25em;
}
h4, .blog-grid .entry-header h2, .blog-grid .entry-header body.archive:not(.author) .page-title, body.archive:not(.author) .blog-grid .entry-header .page-title, .blog-grid .entry-header body.search .page-title, body.search .blog-grid .entry-header .page-title, .blog-grid .entry-header .post .entry-title, .post .blog-grid .entry-header .entry-title, .search-grid .entry-title__search {
font-size: 1.125em;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
@media only screen and (min-width: 62rem) {
h1, .no-results .page-title {
font-size: 3.75rem;
}
h2, body.archive:not(.author) .page-title, .post .entry-title, body.search .page-title {
font-size: 2.1875rem;
}
h3, .comment-reply-title, .comments-title, .post.archive-result .entry-title {
font-size: 1.5rem;
}
}
p {
margin-top: 1.875rem;
margin-bottom: 1.875rem;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.875rem;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #d3d7da;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #9ca4ab;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} @font-face {
font-display: swap; font-family: "DM Sans";
font-style: normal;
font-weight: 400;
src: url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-regular.eot); src: url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-regular.eot?#iefix) format("embedded-opentype"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-regular.woff2) format("woff2"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-regular.woff) format("woff"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-regular.ttf) format("truetype"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-regular.svg#DMSans) format("svg"); } @font-face {
font-display: swap; font-family: "DM Sans";
font-style: normal;
font-weight: 700;
src: url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-700.eot); src: url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-700.eot?#iefix) format("embedded-opentype"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-700.woff2) format("woff2"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-700.woff) format("woff"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-700.ttf) format("truetype"), url(//moraatelier.com/wp-content/themes/mora/dist/fonts/dm-sans-v11-latin-700.svg#DMSans) format("svg"); } body {
background: white;
}
body.overflow {
overflow: hidden;
}
@media only screen and (min-width: 62rem) {
.site-main {
padding-top: 1.875rem;
}
}
.site-header__wrapper,
.site-main, .comment-navigation,
.site-widgets__wrapper, .site-footer__widgets,
.site-footer .site-info__wrapper,
.entry-quote__wrapper {
width: calc(100% - 3.75rem);
margin-left: auto;
margin-right: auto;
max-width: 450px;
}
@media screen and (min-width: 48rem) {
.site-header__wrapper,
.site-main, .comment-navigation,
.site-widgets__wrapper, .site-footer__widgets,
.site-footer .site-info__wrapper,
.entry-quote__wrapper {
max-width: 60vw;
}
}
@media screen and (min-width: 62rem) {
.site-header__wrapper,
.site-main, .comment-navigation,
.site-widgets__wrapper, .site-footer__widgets,
.site-footer .site-info__wrapper,
.entry-quote__wrapper {
max-width: 70vw;
}
}
article.page .entry-content {
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 62rem) {
article.page .entry-content {
max-width: calc(75rem * 0.6);
}
}
@media only screen and (min-width: 62rem) {
.site-main-wide article.page .entry-content,
.site-main.contact article.page .entry-content,
.site-main.realisations article.page .entry-content {
max-width: calc(calc(75rem * 0.6)*1.25);
}
}
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
.site {
flex: 1 0 auto;
}
.site-footer {
flex-shrink: 0;
}
.site-header {
position: sticky;
top: -1px;
height: 120px;
transition: all 0.2s ease-out;
z-index: 999;
}
.site-header__wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
@media screen and (max-width: 62rem) {
.site-header.sticky {
height: 60px;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-color: rgba(255, 255, 255, 0.98);
-webkit-box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, 0.3);
}
.site-header.sticky .custom-logo-link img {
max-width: calc(180px*0.5);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header.sticky .menu-toggle {
top: -60px;
height: 60px;
}
}
@media only screen and (min-width: 62rem) {
.site-header {
position: relative;
margin: 3.75rem auto;
}
}
.site-branding {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.custom-logo-link {
width: 70%;
margin: auto;
z-index: 1000;
}
.custom-logo-link:focus, .custom-logo-link :focus-visible, .custom-logo-link:active {
outline: none;
}
.custom-logo-link img {
display: block;
max-width: 117px;
margin-left: auto;
margin-right: auto;
transition: none;
outline: none !important;
}
.custom-logo-link img.invert {
filter: invert(1) contrast(100);
}
@media only screen and (min-width: 62rem) {
.custom-logo-link img {
width: 180px !important;
max-width: 180px;
}
}
.main-navigation {
flex-grow: 1;
}
.site-footer {
font-size: 0.9375rem;
line-height: 1.875rem;
padding: 1.875rem 0;
background-color: #182430;
color: white;
}
.site-footer__widgets {
padding: 0;
}
.site-footer__widgets a:hover {
color: #324a63;
}
.site-footer .column-item {
text-align: center;
}
.site-footer p, .site-footer figure, .site-footer ul {
margin-top: 0.9375rem;
margin-bottom: 0.9375rem;
}
.site-footer figure {
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 48rem) {
.site-footer .column-1 {
flex-basis: 20%;
}
.site-footer .column-2, .site-footer .column-3 {
flex-grow: 1;
}
.site-footer .column-item {
text-align: initial;
}
.site-footer .wp-block-image {
text-align: left;
}
}
@media only screen and (min-width: 62rem) {
.site-footer .column-item {
border-right: 1px solid #293e52;
}
}
.site-info {
color: #8BA995;
padding-top: 3.75rem;
text-align: center;
}
.site-info a {
text-decoration: underline;
}
.site-info a:hover {
text-decoration: none;
}
.site-info .separator {
display: none;
}
.site-info .separator, .site-info .nabiu {
color: white;
opacity: 0.2;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-info .separator:hover, .site-info .nabiu:hover {
opacity: 1;
}
.site-info .nabiu {
display: block;
}
@media only screen and (min-width: 62rem) {
.site-info .separator {
display: inline-block;
}
.site-info .nabiu {
display: inline-block;
}
}
.footer-icon {
color: #d3d7da;
margin-right: 0.46875rem;
}
hr {
background-color: #d3d7da;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ul.menu {
list-style: none;
margin-left: 0;
padding-left: 0;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
vertical-align: bottom;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
.wp-block-quote {
font-size: 1.3em;
margin: 1.875rem 0;
}
.wp-block-quote p {
line-height: 160%;
}
.wp-block-quote p:first-child {
margin-top: 0;
}
.wp-block-quote p:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 782px) {
.wp-block-quote {
font-size: 1.33em;
margin: calc(1.875rem*2) calc(-1.875rem*2.25) calc(1.875rem*2);
}
.wp-block-quote p {
line-height: 175%;
}
}
@media screen and (max-width: 35rem) {
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
width: 100%;
}
}
@media screen and (min-width: 35rem) and (max-width: 62rem) {
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
}
}
.hidden {
display: none;
}
.mora-list-soumission {
margin: 2.8125rem 0 5.625rem;
padding: 0;
list-style: none;
}
.mora-list-soumission li {
background-color: #e8eeea;
padding: 1.875rem;
margin-bottom: 0.9375rem;
}
.mora-force-break br {
display: block;
}
@media only screen and (min-width: 62rem) {
.mora-force-break br {
display: none;
}
}
.mora-list-contact {
margin: 3.75rem 0;
flex-wrap: wrap !important;
gap: 0 !important;
}
.mora-list-contact > div {
text-align: center;
padding: 2.8125rem;
background-color: #e8eeea;
border-bottom: 3px solid #8BA995;
}
.mora-list-contact > div:before {
display: block;
margin: 0.9375rem 0 1.875rem;
content: "\f2b6";
font-family: "Font Awesome 6 Free";
color: #8BA995;
font-size: 280%;
font-weight: 700;
}
@media only screen and (min-width: 782px) {
.mora-list-contact {
border-top: 1px solid #d3d7da;
border-bottom: 1px solid #d3d7da;
}
.mora-list-contact > div {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border-bottom: none;
}
.mora-list-contact > div:before {
font-size: 200%;
}
}
.mora-list-contact .mora-address:before {
content: "\f3c5";
}
.mora-list-contact .mora-contact:before {
content: "\f2b9";
}
.mora-list-contact .mora-schedule:before {
content: "\f017";
}
.mora-bio img {
width: 320px;
height: 320px;
object-fit: cover;
border-radius: 50%;
overflow: hidden;
} a {
color: #67a47c;
text-decoration: none;
transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:visited {
color: #67a47c;
}
a:hover, a:focus, a:active {
color: #8BA995;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
padding: 0.9375rem 3.75rem;
border-radius: 4.6875rem;
background: #8BA995;
color: white;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor: pointer;
border: 2px solid #6e937a;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
background-color: #6e937a;
}
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
color: white;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
border-color: #e965bd;
outline: 0.1875rem solid #a8bfb0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #808a94;
border: 0.0625rem solid #d3d7da;
border-radius: 4.6875rem;
padding: 0.9375rem 1.875rem;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #808a94;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
border: 0.0625rem solid #8BA995;
outline: none;
-webkit-box-shadow: 0 0 0.3125rem 0.125rem rgba(110, 147, 122, 0.3);
-moz-box-shadow: 0 0 0.3125rem 0.125rem rgba(110, 147, 122, 0.3);
box-shadow: 0 0 0.3125rem 0.125rem rgba(110, 147, 122, 0.3);
}
textarea {
padding: 1.875rem;
border-radius: 1.640625rem 1.640625rem 0 1.640625rem;
}
select {
padding: 0.9375rem;
} select { appearance: none;
outline: 0;
font: inherit; height: 2.8125rem;
padding: 0 1.875rem 0 0.9375rem;
background: url(//moraatelier.com/wp-content/themes/mora/dist/images/ui/caret-down_gray.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
background-size: 0.9375rem;
border: 0.0625rem solid #808a94;
border-radius: 4.6875rem;
background-color: rgba(156, 164, 171, 0.5);
cursor: pointer;   }
select option {
color: inherit;
}
select:hover {
box-shadow: 0 0 0.1875rem 0.0625rem rgba(0, 0, 0, 0.2);
}
select:focus {
outline: none;
}
select::-ms-expand {
display: none;
}
textarea {
width: 100%;
}   .main-navigation {
position: relative;
z-index: 999;
}
.main-navigation .main-menu {
display: flex;
flex-direction: column;
justify-content: center;
position: fixed;
top: 0;
left: -999rem;
opacity: 0;
padding-top: 1.875rem;
background-color: #6e937a;
width: 100%;
height: 100%;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, left 0s 0.15s;
}
.main-navigation ul {
width: 100%;
padding: 1.875rem;
margin: 0;
text-align: center;
list-style: none;
line-height: 1;
transform: translateY(-1rem);
transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-navigation ul.sub-menu {
padding-top: 1.40625rem;
padding-bottom: 0;
opacity: 0.35;
margin: 0;
}
.main-navigation ul.sub-menu a {
display: block;
white-space: nowrap;
}
.main-navigation li {
position: relative;
padding: 1.40625rem;
}
.main-navigation li.menu-item-has-children {
padding-bottom: 0;
}
.main-navigation a {
color: white;
font-size: 1.25rem;
} .menu-toggle {
z-index: 99;
}
.menu-toggle {
display: flex;
gap: 3.9px;
flex-direction: column;
justify-content: center;
align-items: flex-end;
position: absolute;
top: -120px;
right: 0;
height: 120px;
width: 1.5rem;
padding: 0 !important;
background-color: transparent;
border: none;
cursor: pointer;
}
.menu-toggle .text {
display: none;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
outline: none;
}
.menu-toggle .bar {
height: 3px;
width: 100%;
background-color: #182430;
border-radius: 3px;
-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-toggle:hover {
background-color: transparent;
}
.main-navigation.toggled .menu-toggle span {
background-color: white;
}
.main-navigation.toggled .menu-toggle span:first-child {
width: 70%;
}
.main-navigation.toggled .menu-toggle span:nth-child(3) {
width: 30%;
}
.main-navigation.toggled .main-menu {
left: 0;
opacity: 1;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-navigation.toggled ul {
transform: translateY(0);
transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 62rem) {
.menu-toggle {
display: none;
}
.main-navigation {
padding: 0.9375rem 0;
margin-top: 3.75rem;
}
.main-navigation div[class^=menu], .main-navigation ul, .main-navigation a {
height: 100%;
}
.main-navigation .main-menu {
position: relative;
opacity: 1;
left: 0;
top: 0;
background-color: transparent;
padding: 0;
}
.main-navigation ul {
display: flex;
justify-content: center;
gap: 1.40625rem;
padding: 0;
transform: none;
}
.main-navigation ul.sub-menu {
position: absolute;
top: 100%;
left: -120vw;
display: block;
width: auto;
padding-top: 0.9375rem;
text-align: left;
opacity: 0;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), left 0s 0.5s;
}
.main-navigation ul.sub-menu li a {
padding: 0.9375rem 1.875rem;
background-color: #8BA995;
color: white;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border-bottom: 2px solid white;
border-radius: 4.6875rem;
}
.main-navigation ul.sub-menu li a:hover {
background-color: #6e937a;
}
.main-navigation ul.sub-menu li:last-child a {
border-bottom: none;
}
.main-navigation ul .menu-item-has-children:hover .sub-menu {
opacity: 1;
left: -0.9375rem;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-navigation li {
padding: 0;
}
.main-navigation a {
display: flex;
flex-direction: column;
justify-content: center;
white-space: nowrap;
color: #8BA995;
padding: 0 0.9375rem;
font-size: 1.125rem;
}
.main-navigation a:hover {
color: #182430;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #182430 !important;
}
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
margin: 5.625rem 0;
gap: 1.875rem;
}
.comment-navigation .nav-subtitle,
.posts-navigation .nav-subtitle,
.post-navigation .nav-subtitle {
color: #9ca4ab;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous,
.posts-navigation .nav-next,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .nav-previous {
border-top: 1px solid #d3d7da;
border-bottom: 1px solid #d3d7da;
}
.comment-navigation .nav-next a, .comment-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
display: block;
height: 100%;
padding: 1.875rem 0;
transition: opacity, background, cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.2s;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex-basis: calc((100% - 1.875rem) / 2);
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
margin-left: -0.46875rem;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex-basis: calc((100% - 1.875rem) / 2);
}
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
margin-right: -0.46875rem;
}
.social-navigation ul {
display: flex;
justify-content: center;
height: 100%;
gap: 0.46875rem;
padding: 1.875rem;
margin: 0;
background-color: white;
}
.social-navigation li, .social-navigation a, .social-navigation a:before {
height: 100%;
}
.social-navigation a {
font-size: 0;
display: flex;
}
.social-navigation a:before {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-size: 1rem;
background-color: #8BA995;
color: white;
border-radius: 50%;
width: 2.8125rem;
height: 2.8125rem;
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
border: 1px solid #6e937a;
}
.social-navigation a:hover:before {
background-color: #6e937a;
}
.social-navigation a[href*=contact] {
font-size: "DM sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.social-navigation a[href*=contact]:before {
content: "\f075";
font-family: "Font Awesome 6 Free";
font-weight: 700;
}
.social-navigation a[href*=facebook]:before {
content: "\f39e";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=twitter]:before {
content: "\f099";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=instagram]:before {
content: "\f16d";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=pinterest]:before {
content: "\f231";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=linkedin]:before {
content: "\f0e1";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=behance]:before {
content: "\f1b4";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=dribble]:before {
content: "\f17d";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=skype]:before {
content: "\f17e";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=youtube]:before {
content: "\f167";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=vimeo]:before {
content: "\f27d";
font-family: "Font Awesome 6 Brands";
}
.social-navigation a[href*=facebook]:before {
content: "\f39e";
font-family: "Font Awesome 6 Brands";
}
@media only screen and (min-width: 62rem) {
.social-navigation ul {
justify-content: flex-end;
background-color: transparent;
}
.social-navigation a:before {
font-size: 1.125rem;
width: 3.1875rem;
height: 3.1875rem;
box-shadow: none;
}
}
.pagination-numbers, .pagination nav.pagination {
display: flex;
justify-content: center;
margin: 3.75rem auto;
height: 2.8125rem;
}
.pagination-numbers a, .pagination-numbers span, .pagination nav.pagination a, .pagination nav.pagination span {
display: inline-flex;
justify-content: center;
margin: 0 0.09375rem;
width: 50px;
height: 50px;
align-items: center;
border-radius: 50px;
}
.pagination-numbers a, .pagination nav.pagination a {
background-color: #8BA995;
color: white;
transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagination-numbers a:hover, .pagination nav.pagination a:hover {
background-color: #a8bfb0;
}
.pagination-numbers a.next, .pagination-numbers a.prev, .pagination nav.pagination a.next, .pagination nav.pagination a.prev {
color: #d3d7da;
background-color: rgba(233, 235, 237, 0.5);
}
.pagination-numbers a.next:hover, .pagination-numbers a.prev:hover, .pagination nav.pagination a.next:hover, .pagination nav.pagination a.prev:hover {
background-color: #dbdee1;
}
.pagination-numbers span, .pagination nav.pagination span {
color: #d3d7da;
background-color: rgba(233, 235, 237, 0.5);
}
body.search .page-title {
text-align: center;
}
body.search .page-title span, body.search .page-title i {
color: #a8bfb0;
}
body.search section {
padding: 0;
margin: 0;
}
.search-form {
display: flex;
gap: 0.9375rem;
flex-direction: column;
margin: 1.875rem 0;
}
.search-form > * {
flex-basis: 100%;
}
.search-form input {
padding: 1.40625rem;
line-height: 1;
width: 100%;
}
@media only screen and (min-width: 35rem) {
.search-form {
flex-direction: row;
width: 100%;
max-width: 48rem;
}
.search-form input {
width: 100%;
}
.search-form label {
flex-basis: 70%;
max-width: 56.25rem;
}
.search-form .search-submit {
flex-basis: 30%;
}
}
.search-grid {
padding-top: 3.75rem;
}
.search-grid article {
background-color: #f2f3f4;
padding: 1.875rem;
}
.search-grid article:hover {
border-color: #8BA995 !important;
}
.search-grid article:hover .entry-icon {
color: #8BA995;
}
.search-grid article:hover .entry-content {
color: #9ca4ab;
}
.search-grid article a {
display: block;
}
.search-grid article, .search-grid article.post, .search-grid article.page, .search-grid article.project, .search-grid article.product {
border-bottom: 4px solid #e9ebed;
padding-bottom: 1.875rem;
margin-bottom: 0;
}
.search-grid .entry-icon {
color: #d3d7da;
transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-grid .entry-icon i {
margin-left: 0.46875rem;
}
.search-grid .entry-title__search {
margin-top: 0.9375rem;
color: #9ca4ab;
}
.search-grid .entry-content {
color: #182430;
transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-grid .entry-content p:first-child {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.search-grid .entry-content p:not(:first-child) {
display: none;
}
.no-results .page-title {
text-align: center;
}
.no-results .page-title i {
opacity: 0.5;
margin-right: 0.9375rem;
}
.no-results .page-content {
text-align: center;
}
.no-results .page-content form {
margin: auto;
}
body.author .no-results .page-header {
margin-top: 5.625rem;
}
.site-search {
display: none;
height: 100%;
margin-right: -1.40625rem;
}
.site-search__trigger {
justify-content: center;
flex-direction: column;
height: 100%;
background-color: transparent;
padding: 0 1.40625rem;
display: flex;
color: #8BA995;
}
.site-search__trigger:hover {
background-color: inherit;
opacity: 0.5;
}
.site-search__trigger:focus, .site-search__trigger:focus-visible {
outline: none;
}
.site-search__form {
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(139, 169, 149, 0.95);
z-index: 999;
}
.site-search__form-wrapper {
display: flex;
align-content: center;
justify-content: center;
margin: auto;
height: 100%;
align-items: center;
}
.site-search .search-form .search-field:focus-visible {
border: 1px solid #8BA995;
outline: none;
-webkit-box-shadow: 0px 0px 8px 2px rgba(110, 147, 122, 0.9);
-moz-box-shadow: 0px 0px 8px 2px rgba(110, 147, 122, 0.9);
box-shadow: 0px 0px 8px 2px rgba(110, 147, 122, 0.9);
}
.site-search .search-form .search-submit {
background-color: #6e937a;
}
@media only screen and (min-width: 62rem) {
.site-search {
display: flex;
}
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.entry-social {
position: fixed;
bottom: 0;
left: 0;
z-index: 998;
width: 100%;
opacity: 0;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.entry-social.active {
opacity: 1;
}
.entry-social.active-mobile {
opacity: 1;
}
@media only screen and (min-width: 62rem) {
.entry-social {
width: auto;
left: unset;
right: 2.4375rem;
}
.entry-social.active-mobile {
opacity: 0;
}
.entry-social.active {
opacity: 1 !important;
}
}
.entry-footer {
clear: both;
}
.page-links {
clear: both;
}
.site-main.contact .entry-content h2:first-of-type, .site-main.contact .entry-content body.archive:not(.author) .page-title:first-of-type, body.archive:not(.author) .site-main.contact .entry-content .page-title:first-of-type, .site-main.contact .entry-content .post .entry-title:first-of-type, .post .site-main.contact .entry-content .entry-title:first-of-type, .site-main.contact .entry-content body.search .page-title:first-of-type, body.search .site-main.contact .entry-content .page-title:first-of-type, .site-main.contact .entry-content h3:first-of-type, .site-main.contact .entry-content .comment-reply-title:first-of-type, .site-main.contact .entry-content .comments-title:first-of-type {
text-align: center;
}
.site-main.contact .entry-content > h3:first-of-type, .site-main.contact .entry-content > .comment-reply-title:first-of-type, .site-main.contact .entry-content > .comments-title:first-of-type, .site-main.contact .post.archive-result .entry-content > .entry-title:first-of-type, .post.archive-result .site-main.contact .entry-content > .entry-title:first-of-type {
font-weight: 400;
margin-top: -0.46875rem;
}
article.page.no-thumbnail {
margin-top: 0;
}
article.page .entry-title {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
background-color: #8BA995;
margin-bottom: 1.875rem;
}
article.page .entry-title h1, article.page .entry-title .no-results .page-title, .no-results article.page .entry-title .page-title {
text-align: center;
margin: 0;
padding: 1.875rem;
color: white;
font-size: 2.1875rem;
}
article.page .entry-thumbnail {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
}
article.page .entry-thumbnail {
margin-bottom: 1.875rem;
}
article.page .entry-thumbnail__wrapper {
display: flex;
justify-content: center;
}
article.page .entry-thumbnail img {
object-fit: contain;
min-height: 200px;
max-height: 100%;
max-width: 1400px;
overflow: hidden;
}
article.page .entry-thumbnail img.thumbnail-desktop {
display: none;
}
article.page .entry-thumbnail img.thumbnail-mobile {
display: block;
max-height: 300px;
}
article.page .entry-content h2, article.page .entry-content body.archive:not(.author) .page-title, body.archive:not(.author) article.page .entry-content .page-title, article.page .entry-content .post .entry-title, .post article.page .entry-content .entry-title, article.page .entry-content body.search .page-title, body.search article.page .entry-content .page-title {
margin-top: 2.8125rem;
margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 35rem) {
article.page .entry-content {
text-align: left;
}
}
@media only screen and (min-width: 48rem) {
article.page .entry-thumbnail__wrapper {
padding: 1.875rem;
}
article.page .entry-thumbnail img {
min-height: 320px;
}
article.page .entry-thumbnail img.wp-post-image {
display: block;
}
article.page .entry-thumbnail img.thumbnail-mobile {
display: none;
}
}
@media only screen and (min-width: 782px) {
article.page .entry-content {
text-align: initial;
}
article.page .entry-content h2, article.page .entry-content body.archive:not(.author) .page-title, body.archive:not(.author) article.page .entry-content .page-title, article.page .entry-content .post .entry-title, .post article.page .entry-content .entry-title, article.page .entry-content body.search .page-title, body.search article.page .entry-content .page-title {
margin-top: 3.75rem;
margin-bottom: 1.40625rem;
}
article.page .entry-content figure {
margin-top: 1.875rem;
margin-bottom: 1.875rem;
}
article.page .entry-title {
margin-bottom: 3.75rem;
}
}
@media only screen and (min-width: 62rem) {
article.page .entry-title h1, article.page .entry-title .no-results .page-title, .no-results article.page .entry-title .page-title {
font-size: 3.75rem;
padding: 4.6875rem;
}
article.page .entry-thumbnail {
margin-bottom: 4.6875rem;
}
article.page .entry-thumbnail img {
max-height: 380px;
}
}
@media only screen and (min-width: 81.25rem) {
article.page .entry-thumbnail img {
max-height: unset;
}
}
.site-main__illo, .site-main__cta {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
display: flex;
justify-content: center;
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.site-main__illo img {
width: 80%;
max-width: 320px;
}
.site-main__cta {
background-color: #8BA995;
padding: 3.75rem 1.875rem;
margin-bottom: 0;
}
.site-main__cta a {
color: white;
padding: 0.9375rem 3.75rem;
border: 2px solid white;
border-radius: 4.6875rem;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-main__cta a i {
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
margin-left: 0.9375rem;
}
.site-main__cta a:hover {
border-color: #a8bfb0;
}
.site-main__cta a:hover i {
margin-left: 1.125rem;
}
.site-main.contact .entry-thumbnail__wrapper {
background-color: #bbcfc3;
}
.site-main.soumission .entry-thumbnail__wrapper, .site-main.sur-mesure .entry-thumbnail__wrapper {
background-color: #d1b0a9;
}
.site-main.services .entry-thumbnail__wrapper, .site-main.rembourrage .entry-thumbnail__wrapper {
background-color: #d9c998;
}
.site-main.a-propos .entry-social {
display: none !important;
}
.site-main.a-propos .entry-thumbnail {
margin: 0;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
width: 100%;
}
.site-main.a-propos .entry-thumbnail__wrapper {
padding: 120px 1.875rem;
overflow: hidden;
}
.site-main.a-propos .entry-content {
position: relative;
}
.site-main.a-propos .entry-content:before {
display: block;
content: "";
height: calc(100vh - 120px);
}
@media only screen and (min-width: 40rem) {
.site-main.a-propos .entry-thumbnail img {
min-width: 100%;
}
}
@media only screen and (min-width: 48rem) {
.site-main.a-propos .entry-thumbnail {
padding-top: 1vh;
}
}
@media only screen and (min-width: 62rem) {
.site-main.a-propos {
padding-top: 0;
}
.site-main.a-propos .entry-thumbnail {
justify-content: flex-end;
}
.site-main.a-propos .entry-thumbnail img {
height: 150%;
max-height: 650px;
}
.site-main.a-propos .entry-content:before {
height: calc(100vh - 120px - s);
}
}
@media only screen and (min-width: 81.25rem) {
.site-main.a-propos .entry-thumbnail {
padding-top: 180px;
}
.site-main.a-propos .entry-thumbnail img {
max-height: 780px;
margin-bottom: 2.8125rem;
}
}
@media screen and (max-height: 375px) {
.site-main.a-propos .entry-thumbnail {
height: 120vh;
}
.site-main.a-propos .entry-thumbnail__wrapper {
padding: 120px 0 0 0;
}
.site-main.a-propos .mora-intro-link {
display: none;
}
.site-main.a-propos .entry-content:before {
height: calc(140vh - 120px);
}
}
.site-main .mora-intro-link {
position: absolute;
bottom: 5.625rem;
z-index: 1;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 0;
}
@keyframes intro-animation-pulse {
0% {
transform: translateY(10px);
}
10% {
transform: translateY(0px);
}
100% {
transform: translateY(0px);
}
}
.site-main .mora-intro-link:before {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 3.75rem;
height: 3.75rem;
color: white;
font-size: 30px;
font-weight: 700;
background-color: #8BA995;
content: "\f078";
font-family: "Font Awesome 6 Free";
z-index: -1;
animation: intro-animation-pulse 5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-main .mora-intro-link:hover::before {
background-color: #6e937a;
}
@media only screen and (min-width: 62rem) {
.site-main .mora-intro-link {
bottom: 3.75rem;
}
}
.site-main.realisations, .site-main.realisations article.page .entry-content {
width: calc(100% - 3.75rem);
max-width: 75rem;
}
.site-main.realisations .entry-quote {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
background-color: #e8eeea;
margin-bottom: 3.75rem;
}
.site-main.realisations .entry-quote__wrapper {
display: flex;
flex-direction: column;
justify-content: center;
padding: 1.875rem;
max-width: 900px;
margin: auto;
}
.site-main.realisations .entry-quote img {
margin: 0.9375rem auto 1.875rem;
max-width: 250px;
}
.site-main.realisations .quote p {
margin: 0 auto;
font-size: 120%;
line-height: 170%;
max-width: 450px;
}
@media only screen and (min-width: 64rem) {
.site-main.realisations .quote p {
max-width: calc(75rem * 0.71);
}
}
@media only screen and (min-width: 62rem) {
.site-main.realisations .entry-quote__wrapper {
flex-direction: row;
align-items: center;
gap: 1.875rem;
}
.site-main.realisations img {
flex-basis: 30%;
}
.site-main.realisations .quote {
flex-basis: 70%;
}
}
.site-main.contact .site-main__illo img {
max-width: 240px;
margin: auto;
}
.post .entry-meta {
margin: 1.875rem 0;
color: #d3d7da;
}
.post .entry-meta a {
color: #808a94;
}
.post .entry-meta__icon {
margin-right: 0.46875rem;
}
.post .comments-link i {
margin-right: 0.46875rem;
}
.post:not(.single) {
margin-bottom: 2.8125rem;
padding-bottom: 2.8125rem;
border-bottom: 0.0625rem solid #d3d7da;
}
.post .entry-footer .cat-links, .post .entry-footer .tags-links {
display: inline-flex;
flex-wrap: wrap;
gap: 0.65625rem;
margin-right: 0.9375rem;
}
.post .entry-footer .cat-links a, .post .entry-footer .tags-links a {
background-color: #e8eeea;
padding: 0 0.9375rem;
border-radius: 4.6875rem;
}
.post .entry-footer .cat-links a:hover, .post .entry-footer .tags-links a:hover {
background-color: rgba(232, 238, 234, 0.75);
}
.post .entry-footer .cat-links a, .post .entry-footer .tags-links a, .post .entry-footer .comments-link a {
font-size: 80%;
}
.blog-grid .post {
position: relative;
margin: 0;
padding: 0;
border: none;
}
.blog-grid .post:hover .entry-header h2, .blog-grid .post:hover .entry-header body.archive:not(.author) .page-title, body.archive:not(.author) .blog-grid .post:hover .entry-header .page-title, .blog-grid .post:hover .entry-header body.search .page-title, body.search .blog-grid .post:hover .entry-header .page-title, .blog-grid .post:hover .entry-header .entry-title, .blog-grid .post:hover .entry-header span {
opacity: 0;
transform: translateY(3rem);
}
.blog-grid .post:hover .entry-header:before {
opacity: 0;
}
.blog-grid .post:hover .post-thumbnail:before {
opacity: 0;
}
.blog-grid .entry-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog-grid .entry-header {
position: absolute;
display: flex;
flex-direction: column;
justify-content: flex-end;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1.875rem;
overflow: hidden;
font-size: 0.8em;
z-index: 1;
}
.blog-grid .entry-header:before {
display: block;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #8BA995;
background: linear-gradient(-180deg, rgba(110, 147, 122, 0) 0%, rgba(110, 147, 122, 0.5) 60%, rgba(128, 138, 148, 0.75) 100%);
opacity: 1;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-grid .entry-header h2, .blog-grid .entry-header body.archive:not(.author) .page-title, body.archive:not(.author) .blog-grid .entry-header .page-title, .blog-grid .entry-header body.search .page-title, body.search .blog-grid .entry-header .page-title, .blog-grid .entry-header .post .entry-title, .post .blog-grid .entry-header .entry-title, .blog-grid .entry-header span {
transform: translateY(0);
color: white;
opacity: 1;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-grid .entry-header h2, .blog-grid .entry-header body.archive:not(.author) .page-title, body.archive:not(.author) .blog-grid .entry-header .page-title, .blog-grid .entry-header body.search .page-title, body.search .blog-grid .entry-header .page-title, .blog-grid .entry-header .post .entry-title, .post .blog-grid .entry-header .entry-title {
margin: 0;
}
.blog-grid .entry-thumbnail {
position: relative;
height: 100%;
}
.blog-grid .entry-thumbnail:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #6e937a;
opacity: 0.2;
mix-blend-mode: multiply;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-grid .entry-thumbnail img {
object-fit: cover;
height: 100%;
}
@media only screen and (min-width: 48rem) {
.blog-grid {
display: flex;
flex-wrap: wrap;
}
.blog-grid .post {
flex-basis: 50%;
height: calc(((100vw - 3.75rem)/2)*0.75);
max-height: 300px;
}
}
@media only screen and (min-width: 62rem) {
.blog-grid .post {
height: calc(((calc(75rem * 0.75) - 7.5rem)/2)*0.75);
max-height: 750px;
}
}
@media only screen and (min-width: 75rem) {
.blog-grid .post {
height: calc(((calc(75rem * 0.9) - 7.5rem)/2)*0.75);
}
}
@media only screen and (min-width: 81.25rem) {
.blog-grid .post {
flex-basis: 33.3333333333%;
height: calc(((calc(75rem * 1) - 7.5rem)/3)*0.75);
}
}
@media only screen and (min-width: 90rem) {
.blog-grid .post {
flex-basis: 33.3333333333%;
height: calc(((75rem - 7.5rem)/3)*0.75);
}
}
.single-post .site-main {
margin-top: 0;
}
.single-post .post, .single-post .post-navigation, .single-post .comments-area {
max-width: 56.25rem;
margin-left: auto;
margin-right: auto;
}
.single-post .entry-header {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
height: calc(100vh - 120px);
}
.single-post .entry-header .entry-author {
display: flex;
justify-content: center;
align-items: center;
gap: 0.9375rem;
}
.single-post .entry-header .entry-author .author-thumb {
height: 60px;
width: 60px;
display: inline-block;
border-radius: 50%;
overflow: hidden;
}
.single-post .entry-info {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
text-align: center;
padding-left: 1.875rem;
padding-right: 1.875rem;
z-index: 1;
}
.single-post .entry-title, .single-post .entry-meta, .single-post .entry-author {
margin-left: auto;
margin-right: auto;
max-width: calc(75rem * 1);
}
.single-post .entry-info, .single-post .entry-info h1, .single-post .entry-info .no-results .page-title, .no-results .single-post .entry-info .page-title {
color: white;
}
.single-post .entry-info a {
color: #b7e3c6;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-post .entry-info a:hover {
color: white;
}
.single-post .entry-meta .bullet:before {
content: "•";
display: inline-block;
margin-left: 0.9375rem;
margin-right: 0.9375rem;
font-weight: 700;
}
.single-post .entry-more {
position: absolute;
bottom: 1.875rem;
z-index: 1;
width: 100%;
text-align: center;
}
.single-post .entry-more a {
display: block;
background-color: transparent;
padding: 0;
color: white;
opacity: 0.2;
font-size: 250%;
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transform: translateY(-0.5rem);
}
.single-post .entry-more a:hover {
opacity: 1;
transform: none;
}
.single-post .entry-thumbnail {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
height: 100%;
overflow: hidden;
background: #8BA995;
background: linear-gradient(-180deg, #8ba995 0%, #182430 100%);
}
.single-post .entry-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.2;
}
.single-post .entry-content {
margin-top: 3.75rem;
}
body.archive:not(.author) .page-header {
text-align: center;
}
body.archive:not(.author) .page-title {
align-items: center;
}
body.archive:not(.author) .page-title, body.archive:not(.author) .archive-description {
max-width: 48rem;
margin-left: auto;
margin-right: auto;
}
body.archive:not(.author) .archive-description p {
margin-bottom: 0;
}
body.archive:not(.author) .page-icon {
margin-right: 0.9375rem;
font-size: 0.6em;
vertical-align: 0.15em;
}
body.page-template-page-welcome header {
display: none;
}
.site-main.page-welcome {
max-width: 100%;
width: 100%;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
text-align: center;
}
.site-main.page-welcome .logo {
max-width: 200px;
margin: 0 auto 3.75rem;
}
.site-main.page-welcome section {
max-width: 900px;
margin: 0 auto;
padding: 0 3.75rem;
}
.site-main.page-welcome h2, .site-main.page-welcome body.search .page-title, body.search .site-main.page-welcome .page-title, .site-main.page-welcome .post .entry-title, .post .site-main.page-welcome .entry-title, .site-main.page-welcome body.archive:not(.author) .page-title, body.archive:not(.author) .site-main.page-welcome .page-title {
font-size: 1.5rem;
margin-bottom: 0.9375rem;
}
.site-main.page-welcome h3, .site-main.page-welcome .comment-reply-title, .site-main.page-welcome .comments-title, .site-main.page-welcome .post.archive-result .entry-title, .post.archive-result .site-main.page-welcome .entry-title {
margin-bottom: 0;
}
.site-main.page-welcome p {
margin: 0.9375rem 0;
}
.site-main.page-welcome h2 br, .site-main.page-welcome body.search .page-title br, body.search .site-main.page-welcome .page-title br, .site-main.page-welcome .post .entry-title br, .post .site-main.page-welcome .entry-title br, .site-main.page-welcome body.archive:not(.author) .page-title br, body.archive:not(.author) .site-main.page-welcome .page-title br {
display: none;
}
.site-main.page-welcome .build {
color: #8BA995;
font-size: 170%;
}
.site-main.page-welcome section.contact {
margin-top: 1.875rem;
border-top: 1px solid #d3d7da;
border-bottom: 1px solid #d3d7da;
margin-bottom: 0;
width: 100%;
}
.site-main.page-welcome section.address {
background-color: #f2f3f4;
width: 100%;
}
.site-main.page-welcome section.address p {
font-style: normal;
}
.site-main.page-welcome section.footer {
width: 100%;
max-height: 500px;
background-size: 500px;
background-position: bottom center;
background-repeat: no-repeat;
flex-grow: 1;
overflow: hidden;
}
@media only screen and (min-width: 35rem) {
.site-main.page-welcome h2 br, .site-main.page-welcome body.search .page-title br, body.search .site-main.page-welcome .page-title br, .site-main.page-welcome .post .entry-title br, .post .site-main.page-welcome .entry-title br, .site-main.page-welcome body.archive:not(.author) .page-title br, body.archive:not(.author) .site-main.page-welcome .page-title br {
display: block;
}
}
@media only screen and (min-width: 62rem) {
.site-main.page-welcome h2, .site-main.page-welcome body.search .page-title, body.search .site-main.page-welcome .page-title, .site-main.page-welcome .post .entry-title, .post .site-main.page-welcome .entry-title, .site-main.page-welcome body.archive:not(.author) .page-title, body.archive:not(.author) .site-main.page-welcome .page-title {
font-size: 2.5rem;
}
}
.error-404 {
text-align: center;
margin-top: 1.875rem;
}
.error-404 form {
margin-left: auto;
margin-right: auto;
}
.error-404 h1, .error-404 .no-results .page-title, .no-results .error-404 .page-title {
font-size: 3em;
}
.error-404 h2, .error-404 body.search .page-title, body.search .error-404 .page-title, .error-404 .post .entry-title, .post .error-404 .entry-title, .error-404 body.archive:not(.author) .page-title, body.archive:not(.author) .error-404 .page-title {
font-size: 1.5em;
margin-bottom: 1.875rem;
}
.error-404 .widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.error-404 .widget ul li {
padding-bottom: 0.46875rem;
}
@media only screen and (min-width: 62rem) {
.error-404 {
margin-top: 6.5625rem;
}
}
.entry-author:not(.entry-author__header) {
margin: 3.75rem 0 3.75rem;
border-top: 0.0625rem solid #d3d7da;
padding-top: 3.75rem;
}
.author-image {
width: 7.5rem;
height: 7.5rem;
border-radius: 3.75rem;
overflow: hidden;
margin: auto;
}
.author-image-placeholder {
color: white;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: column;
background-color: #e9ebed;
height: 100%;
}
.author-image-placeholder i {
display: flex;
justify-content: center;
font-size: 3em;
font-weight: 700;
}
.author-image img {
object-fit: cover;
width: 100%;
height: 100%;
}
.author-content {
text-align: center;
}
.author-excerpt {
max-width: 31.25rem;
margin: auto;
}
.author-excerpt, .author-link {
font-size: 0.85em;
}
.author-link {
margin-top: 1.875rem;
}
@media only screen and (min-width: 62rem) {
.author-image {
float: left;
margin-top: 0.46875rem;
}
.author-content {
padding-left: 9.375rem;
}
.author-content {
text-align: left;
}
.author-name h4, .author-name .search-grid .entry-title__search, .search-grid .author-name .entry-title__search, .author-name .blog-grid .entry-header h2, .blog-grid .entry-header .author-name h2, .author-name .blog-grid .entry-header body.search .page-title, .blog-grid .entry-header body.search .author-name .page-title, .author-name body.search .blog-grid .entry-header .page-title, body.search .blog-grid .entry-header .author-name .page-title, .author-name .blog-grid .entry-header .post .entry-title, .blog-grid .entry-header .post .author-name .entry-title, .author-name .post .blog-grid .entry-header .entry-title, .post .blog-grid .entry-header .author-name .entry-title, .author-name .blog-grid .entry-header body.archive:not(.author) .page-title, .blog-grid .entry-header body.archive:not(.author) .author-name .page-title, .author-name body.archive:not(.author) .blog-grid .entry-header .page-title, body.archive:not(.author) .blog-grid .entry-header .author-name .page-title {
margin: 0 0 0.46875rem 0;
display: inline-block;
}
.author-excerpt {
max-width: 100%;
}
} .bypostauthor {
display: block;
}
.comments-title {
padding-top: 3.75rem;
margin-bottom: 3.75rem;
}
.comments-title span {
color: #9ca4ab;
}
.comments-area ol {
list-style: none;
}
.comment-list {
margin: 0;
padding: 0;
}
.comment-body {
margin-bottom: 2.8125rem;
padding-bottom: 1.875rem;
position: relative;
border-bottom: 1px solid #d3d7da;
}
.comment-author {
display: flex;
align-items: center;
}
.comment-author .avatar {
border-radius: 50%;
margin-right: 0.9375rem;
}
.comment-metadata {
margin-top: 0.9375rem;
}
.comment-metadata a {
color: #9ca4ab;
}
.comment-metadata a:hover {
color: #8BA995;
}
.comment-awaiting-moderation {
color: #a8bfb0;
flex-basis: 40%;
flex-grow: 1;
margin-left: 1.875rem;
}
.comment .says {
display: none;
}
.comment-content p {
margin-bottom: 0.46875rem;
}
.comment-content a {
word-wrap: break-word;
}
.comment .reply {
margin-top: 1.875rem;
}
.comment .reply a {
background-color: #e8eeea;
padding: 0.234375rem 0.9375rem;
border-radius: 4.6875rem;
font-size: 90%;
}
.comment-respond input, .comment-respond textarea {
margin-top: 0.9375rem;
}
.comment-reply-title {
padding-top: 3.75rem;
}
.comment-reply-title small {
margin-left: 0.9375rem;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-cookies-consent {
display: flex;
}
.comment-form-author, .comment-form-email, .comment-form-url {
flex-direction: column;
}
.comment-form-cookies-consent {
align-items: center;
gap: 0.9375rem;
}
.comment-form-cookies-consent input {
margin-top: 0;
}
@media only screen and (min-width: 62rem) {
.comment .reply {
position: absolute;
top: 0;
right: 0;
margin: 0;
}
.comment-meta {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0.9375rem;
}
.comment-metadata {
margin-top: 0;
}
.comment-content {
margin-top: 1.875rem;
}
} .widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img {
vertical-align: bottom;
} .wp-caption {
margin-bottom: 1.875rem;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
figcaption {
font-size: 0.9em;
color: #d3d7da;
}
figcaption:before {
content: "\f03e";
font-family: "Font Awesome 6 Free";
margin-right: 0.9375rem;
font-size: 1.2em;
vertical-align: -0.125em;
}
.wp-block-image figcaption, .wp-block-gallery figcaption {
text-align: left !important;
}
.wp-block-image.alignfull figcaption, .wp-block-gallery.alignfull figcaption {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}  .grid {
opacity: 0;
transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.grid.is-ready {
opacity: 1;
}
.grid-gutter {
width: 0px;
}
.grid-sizer, .grid-item {
width: 100%;
}
@media only screen and (min-width: 40rem) {
.grid-sizer, .grid-item {
width: calc((100% - 0px) / 2);
}
}
@media only screen and (min-width: 62rem) {
.grid-sizer, .grid-item {
width: calc((100% - 0px) / 3);
}
}
.grid-item {
margin-bottom: 0px;
} .isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.grid-filters {
margin-bottom: 1.875rem;
}
.grid-filters ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 0.9375rem;
padding: 0;
margin: 0;
list-style: none;
}
.grid-filters ul i {
color: #d3d7da;
margin-right: 0.46875rem;
}
.grid-filters ul a {
display: block;
transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #d3d7da;
outline: none;
position: relative;
}
.grid-filters ul a:hover {
color: #8BA995;
}
.grid-filters ul a.selected {
color: #8BA995;
}
@media only screen and (min-width: 62rem) {
.grid-filters {
margin-bottom: 3.75rem;
}
} .preloader-bounce {
width: 7rem;
display: flex;
justify-content: space-around;
margin: 1.875rem auto;
padding: 9.375rem 0;
}
.preloader-bounce div {
width: 0.84375rem;
height: 0.84375rem;
background: #9ca4ab;
border-radius: 50%;
animation: animation-bounce 0.4s cubic-bezier(0.24, 0.83, 0.69, 1.01) infinite alternate;
}
.preloader-bounce div:nth-child(2) {
animation-delay: 0.1s;
}
.preloader-bounce div:nth-child(3) {
animation-delay: 0.2s;
}
.preloader-bounce div:nth-child(4) {
animation-delay: 0.3s;
}
@keyframes animation-bounce {
from {
transform: translateY(0);
background-color: #808a94;
opacity: 1;
}
to {
transform: translateY(-6.09375rem);
background-color: #9ca4ab;
opacity: 0.5;
}
}
.preloader-fa {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin: auto;
padding: 5.625rem 0;
font-size: 4em;
color: #9ca4ab;
}
.preloader-fa i {
position: absolute;
width: 100vw;
margin-left: -50vw;
left: 50%;
}
.preloader-bg {
content: "\f03e";
font-family: "Font Awesome 6 Free";
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
font-size: 1.5em;
color: #9ca4ab;
background-color: #e9ebed;
z-index: -1;
} .share-link {
padding: 0.65625rem;
}
.share-link i:before {
color: #8BA995;
transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.share-link:first-child {
margin-left: -0.65625rem;
}
.share-link:hover i:before {
color: #8BA995;
}  .wpcf7-form {
display: flex;
flex-wrap: wrap;
gap: 1.40625rem;
width: calc(100% - 0.125rem);
margin-top: 1.875rem;
}
.wpcf7-form textarea {
height: 240px;
}
.wpcf7-form p {
flex-basis: 100%;
max-width: 100%;
margin: 0;
overflow: visible;
}
.wpcf7-form p input {
width: 100%;
}
.wpcf7-form p input[type=submit] {
width: auto;
margin: auto;
}
.wpcf7-form p > label {
display: none;
}
.wpcf7-form p.check {
display: flex;
}
.wpcf7-form p.check input {
width: auto;
margin-right: 0.46875rem;
}
@media only screen and (min-width: 62rem) {
.wpcf7-form p.column-half {
flex-basis: calc(50% - 0.703125rem);
}
.wpcf7-form p.column-full {
flex-basis: 100%;
}
}
.wpcf7-form.sent p, .wpcf7-form.sent div:not(.wpcf7-response-output) {
display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
margin-top: 1.875rem;
}
.wpcf7-form span.info {
display: block;
color: #9ca4ab;
margin-bottom: 1.875rem;
}
.wpcf7-form input[type=checkbox] {
width: 1.21875rem;
height: 1.21875rem;
margin-right: 0.9375rem;
}
.codedropz-upload-handler {
border: 1px dashed #9ca4ab;
background-color: #f2f3f4;
border-radius: 1.640625rem;
}
.codedropz-upload-inner {
font-size: 1rem;
}
.codedropz-upload-inner h4, .codedropz-upload-inner .search-grid .entry-title__search, .search-grid .codedropz-upload-inner .entry-title__search, .codedropz-upload-inner .blog-grid .entry-header h2, .blog-grid .entry-header .codedropz-upload-inner h2, .codedropz-upload-inner .blog-grid .entry-header body.search .page-title, .blog-grid .entry-header body.search .codedropz-upload-inner .page-title, .codedropz-upload-inner body.search .blog-grid .entry-header .page-title, body.search .blog-grid .entry-header .codedropz-upload-inner .page-title, .codedropz-upload-inner .blog-grid .entry-header .post .entry-title, .blog-grid .entry-header .post .codedropz-upload-inner .entry-title, .codedropz-upload-inner .post .blog-grid .entry-header .entry-title, .post .blog-grid .entry-header .codedropz-upload-inner .entry-title, .codedropz-upload-inner .blog-grid .entry-header body.archive:not(.author) .page-title, .blog-grid .entry-header body.archive:not(.author) .codedropz-upload-inner .page-title, .codedropz-upload-inner body.archive:not(.author) .blog-grid .entry-header .page-title, body.archive:not(.author) .blog-grid .entry-header .codedropz-upload-inner .page-title {
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
}
.dnd-upload-status {
gap: 0.9375rem;
margin-top: 1.875rem;
}
.dnd-upload-status .dnd-upload-image {
min-width: 3.75rem;
width: 3.75rem;
max-width: 3.75rem;
height: 3.75rem;
flex-grow: 1;
background-color: #f2f3f4;
border: none;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: none;
width: 100%;
height: 100%;
}
.dnd-upload-status .dnd-upload-image span.file:after {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
content: "\f15b";
font-family: "Font Awesome 6 Free";
color: #9ca4ab;
font-size: 150%;
}
.dnd-upload-status .dnd-upload-details {
flex-grow: 0;
padding: 0;
width: calc(100% - 3.75rem);
}
.dnd-upload-status .dnd-upload-details .name {
max-width: 100px;
text-overflow: ellipsis;
color: #8BA995;
padding: 0 0 0.234375rem;
}
.dnd-upload-status .dnd-upload-details .name em {
font-weight: 400;
font-style: normal;
color: #9ca4ab;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
height: 1.40625rem;
background-color: #d3d7da;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #8BA995;
}
.dnd-upload-status .dnd-upload-details .remove-file {
top: 0;
}
.dnd-upload-status .dnd-upload-details .remove-file span::after {
content: "\f057";
font-family: "Font Awesome 6 Free";
background-image: none;
}
.dnd-upload-status .dnd-upload-details span.has-error {
color: #dc3232;
}
@media only screen and (min-width: 48rem) {
.dnd-upload-status .dnd-upload-details .name {
max-width: 100%;
}
}
.dnd-upload-counter {
right: 1.40625rem;
bottom: 0.46875rem;
}
.wpcf7-checkbox {
display: flex;
flex-direction: column;
gap: 0.234375rem;
overflow: hidden;
border-radius: 0.5859375rem;
margin: 1.875rem 0 0.46875rem;
}
.wpcf7-checkbox .wpcf7-list-item > label {
background-color: #f2f3f4;
padding: 0.9375rem 1.875rem;
display: flex;
align-items: center;
gap: 0.46875rem;
}
.wpcf7-checkbox .wpcf7-list-item > label input {
max-width: 0.9375rem;
}
.wpcf7-checkbox .wpcf7-list-item > label input:checked + span {
color: #8BA995;
}
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
clip-path: inset(50%);
height: 0.0625rem;
width: 0.0625rem;
margin: -0.0625rem;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 1.875rem;
border: 0.0625rem solid #00a0d2; background-color: rgba(0, 160, 210, 0.2);
width: 100%;
}
.wpcf7 form .wpcf7-response-output:before {
content: "\f05a";
font-family: "Font Awesome 6 Free";
margin-right: 0.9375rem;
font-weight: 700;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #67a47c; background-color: rgba(103, 164, 124, 0.2);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; background-color: rgba(255, 185, 0, 0.2);
}
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; background-color: rgba(245, 110, 40, 0.2);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; background-color: rgba(255, 185, 0, 0.2);
}
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-weight: normal;
display: block;
margin-top: 0.9375rem;
}
.wpcf7-not-valid-tip:before {
content: "\f05a";
font-family: "Font Awesome 6 Free";
margin-right: 0.9375rem;
font-weight: 700;
}
.wpcf7-list-item {
display: inline-block;
margin-left: 0;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
display: none;
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #182430;
opacity: 0.75;
width: 1.875rem;
height: 1.875rem;
border: none;
border-radius: 100%;
top: 0;
margin-top: 1.875rem;
position: relative;
}
.wpcf7-spinner:before {
content: "";
position: absolute;
background-color: #d3d7da;
top: 0.46875rem;
left: 0.46875rem;
width: 0.46875rem;
height: 0.46875rem;
border: none;
border-radius: 100%;
transform-origin: 0.46875rem 0.46875rem;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.wpcf7 input[type=file] {
cursor: pointer;
}
.wpcf7 input[type=file]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
background-color: #d3d7da;
border-color: #c5cace;
outline: none;
}
.wpcf7 .wpcf7-submit:disabled:hover, .wpcf7 .wpcf7-submit:disabled:active, .wpcf7 .wpcf7-submit:disabled:focus {
outline: none;
}
.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
direction: ltr;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 99;
border: 0.0625rem solid #dc3232;
background: #fff;
padding: 0.2em 0.8em;
width: 24em;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
} #baguetteBox-overlay {
z-index: 1001;
background-color: rgba(255, 255, 255, 0.97) !important;
}
#baguetteBox-overlay .full-image img {
max-width: calc(100% - 3.75rem);
}
#baguetteBox-overlay .baguetteBox-button {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
width: 3.75rem;
height: 3.75rem;
border-radius: 50%;
background-color: #d3d7da;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#baguetteBox-overlay .baguetteBox-button svg {
position: relative;
transform: scale(0.65);
margin: auto;
}
#baguetteBox-overlay .baguetteBox-button polyline, #baguetteBox-overlay .baguetteBox-button g {
stroke: #808a94;
stroke-width: 4px;
stroke-linecap: round;
}
#baguetteBox-overlay .baguetteBox-button:active {
outline: none;
}
#baguetteBox-overlay .baguetteBox-button:active polyline {
stroke: #9ca4ab;
}
#baguetteBox-overlay .baguetteBox-button:hover {
opacity: 0.5;
}
#baguetteBox-overlay .baguetteBox-button#close-button {
top: 1.875rem;
right: 1.875rem;
}
#baguetteBox-overlay .baguetteBox-button#next-button, #baguetteBox-overlay .baguetteBox-button#previous-button {
display: flex;
flex-direction: column;
justify-content: center;
}
#baguetteBox-overlay .baguetteBox-button#next-button svg, #baguetteBox-overlay .baguetteBox-button#previous-button svg {
position: relative;
margin: auto;
}
#baguetteBox-overlay .baguetteBox-button#next-button svg polyline, #baguetteBox-overlay .baguetteBox-button#previous-button svg polyline {
transform: scale(0.7);
stroke-width: 5px;
}
#baguetteBox-overlay .baguetteBox-button#next-button svg {
margin-left: 13px;
margin-top: 6px;
}
#baguetteBox-overlay .baguetteBox-button#previous-button svg {
margin-left: 11px;
margin-top: 6px;
}
@media only screen and (min-width: 48rem) {
#baguetteBox-overlay .full-image img {
max-width: calc(100% - 15rem);
max-height: calc(100% - 7.5rem);
box-shadow: none;
}
} #moove_gdpr_save_popup_settings_button {
left: 1.875rem !important;
bottom: 24px !important;
color: #8BA995 !important;
cursor: pointer !important;
background-color: transparent !important;
}
#moove_gdpr_save_popup_settings_button .moovegdpr-advanced::before {
content: "\f564" !important;
font-family: "Font Awesome 6 Free" !important;
font-weight: 700 !important;
background-color: white;
padding: 10px;
border-radius: 50%;
}
#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text {
display: none !important;
}
#moove_gdpr_save_popup_settings_button:hover .gdpr-icon {
color: #a8bfb0;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_icon {
font-size: 24px !important;
}
@media only screen and (min-width: 64rem) {
#moove_gdpr_save_popup_settings_button {
left: 60px !important;
}
}
@media only screen and (min-width: 90rem) {
#moove_gdpr_save_popup_settings_button {
left: 40px !important;
}
}
#moove_gdpr_cookie_modal,
#moove_gdpr_cookie_info_bar,
.gdpr_cookie_settings_shortcode_content {
font-family: "DM sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
padding: 0;
margin-bottom: 10px !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
min-height: 75px !important;
height: 100% !important;
}
@media only screen and (min-width: 62rem) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
min-height: 125px !important;
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
background-color: #8BA995 !important;
border: none !important;
color: #182430 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
padding: 20px !important;
min-height: 175px;
}
@media only screen and (min-width: 48rem) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
padding: 20px 60px !important;
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
text-align: center;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
float: none !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
color: #8BA995 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
background-color: #8BA995 !important;
border-color: #6e937a !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
color: #a8bfb0 !important;
}
#moove_gdpr_cookie_modal #moove-gdpr-menu {
width: 100% !important;
}
#moove_gdpr_cookie_info_bar {
padding: 2.8125rem 1.875rem !important;
background-color: #42594a !important;
z-index: 9999999 !important;
border: 1px solid #8BA995 !important;
}
@media only screen and (min-width: 62rem) {
#moove_gdpr_cookie_info_bar {
max-width: 500px;
bottom: 1.875rem !important;
left: 1.875rem !important;
-webkit-box-shadow: 0 0 15px 0px rgba(66, 89, 74, 0.8);
-moz-box-shadow: 0 0 15px 0px rgba(66, 89, 74, 0.8);
box-shadow: 0 0 15px 0px rgba(66, 89, 74, 0.8);
border-radius: 2.34375rem;
}
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
text-align: center !important;
padding: 0 !important;
flex-direction: column;
gap: 1.875rem;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
color: #8BA995;
text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
background-color: #8BA995 !important;
color: white !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
opacity: 0.5 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
justify-content: center;
padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice:before {
display: block !important;
content: "\f564";
margin-bottom: 0.9375rem;
font-family: "Font Awesome 6 Free" !important;
font-size: 200%;
font-weight: 700;
color: #8BA995;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
display: inline-block !important;
line-height: 1.875rem !important;
}
@media only screen and (min-width: 48rem) {
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
display: block;
}
}
@media screen and (max-width: 767px) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
padding: 1.875rem !important;
}
}
@media screen and (min-width: 767px) {
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice:before {
font-size: 200%;
}
}
.cookies-block {
display: none;
}
.cookies-notice {
margin: 3.75rem auto;
padding: 1.875rem 3.75rem;
border-bottom: 5px solid rgba(139, 169, 149, 0.5);
color: #8BA995;
background-color: rgba(255, 215, 0, 0.2);
}
.cookies-notice__content {
max-width: 550px;
margin: auto;
text-align: center;
font-size: 110%;
}
.cookies-notice__content a {
color: #90a98b;
}
.cookies-notice__content i {
margin-bottom: 0.5em;
font-size: 300%;
display: block;
}
.wp-block-embed__wrapper:before {
display: none !important;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #808a94;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .dev-box {
background-color: gold;
position: fixed;
bottom: 1.875rem;
left: 1.875rem;
color: #182430;
padding: 1.875rem;
border-radius: 4.6875rem;
}
.dev-box.disabled {
display: none;
}
.entry-footer .edit-link {
display: none;
z-index: 99;
}
@media only screen and (min-width: 62rem) {
.entry-footer .edit-link {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
bottom: 3.75rem;
left: 3.75rem;
padding: 0 1.875rem;
border-radius: 9.375rem;
background-color: #e965bd;
color: white;
overflow: hidden;
cursor: pointer;
-webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-ms-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.entry-footer .edit-link a {
color: inherit;
width: 100%;
height: 100%;
display: inline-block;
padding: 0.9375rem;
}
.entry-footer .edit-link i {
margin-right: 0.9375rem;
}
}
.site-main.test-color {
margin-top: 1.875rem;
}
.site-main.test-color div {
height: 200px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.site-main.test-color div.color-corp {
background-color: #8BA995;
}
.site-main.test-color div.color-corp-dark {
background-color: #6e937a;
}
.site-main.test-color div.color-corp-light {
background-color: #a8bfb0;
}
.site-main.test-color div.color-corp-black {
background-color: #182430;
}
.site-main.test-color div.color-corp-gray {
background-color: #9ca4ab;
}
.site-main.test-color div.color-corp-gray-dark {
background-color: #808a94;
}
.site-main.test-color div.color-corp-gray-light {
background-color: #d3d7da;
color: #9ca4ab;
}
.site-main.test-color div.color-corp-gray-shine {
background-color: #e9ebed;
color: #9ca4ab;
}
.site-main.test-color div.color-corp-dark {
background-color: #6e937a;
}
.site-main.test-color div.color-corp-dev {
background-color: #e965bd;
}
.site-main.test-color div.color-corp-secondary {
background-color: #e965bd;
flex-basis: 50%;
flex-grow: 0;
}
.site-main.test-color section {
display: flex;
margin-bottom: 1.875rem;
gap: 1.875rem;
color: white;
}
.site-main.test-color section div {
flex-grow: 1;
}
.site-main.test-color section.secondary\&elements div {
height: auto;
flex-basis: 33%;
}
.site-main.test-color section.secondary\&elements button {
max-width: 200px;
margin-bottom: 0.9375rem;
}
.site-main.test-color section.secondary\&elements .buttons {
justify-content: flex-start;
}
.site-main.test-color section.secondary\&elements .form form {
width: 100%;
color: #182430;
text-align: left;
}
.site-main.test-color section.secondary\&elements .form form input {
width: 100%;
margin-bottom: 1.875rem;
}
.site-main.test-color section.secondary\&elements .form form label {
padding: 0.9375rem 0;
margin: 0;
display: none;
}
.site-main.test-color section.secondary\&elements .form form input[type=submit] {
margin-bottom: 0;
}
.site-main.test-color .content, .site-main.test-color .content .entry-content {
display: block;
height: auto;
text-align: left;
}