.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 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;
}.sharing-image-list {
display: flex;
}
.sharing-image-list .preview-image {
max-height: 230px; display: flex;
flex-direction: column;
align-items: center;
position:relative;
}
.sharing-image-list .preview-image>img {
box-shadow: 0px 5px 16px rgba(17, 23, 38, 0.08);
}
.sharing-image-list .preview-image:not(:last-child) {
margin-right: 18px;
margin-bottom: 18px;
}
.sharing-image-list a.download-button {
position: absolute;
top: 63px;
}
.sharing-image-list a.download-button img, .single .post .entry-content .sharing-image-list a.download-button img {
filter: invert(1);
background: rgb(255 255 255 / .3);
padding: 7px 9px 9px;
box-sizing: border-box;
display: block;
height: 50px;
width: 50px;
border-radius: 100%;
}
.sharing-image-list .image-resolution {
font-size: 12px;
line-height: 1.5em;
text-align: center;
}
.single .post .entry-content .sharing-image-list a:active {
position: absolute;
top: 52px;
}
h4.download-color-palette-images {
margin-bottom: 12px;
text-align: center;
font-size: inherit;
border-bottom: 1px solid #ccc;
padding-bottom: 3px;
}
@media screen and (max-width: 800px) {
.sharing-image-list a.download-button img, .single .post .entry-content .sharing-image-list  a.download-button img {
transform: scale(.70);
}
.sharing-image-list a.download-button {
position: absolute;
top: 12px;
}
}*:hover {
transition: 0s;
}
.entry-content .palette {
display: flex;
aspect-ratio: 16 / 9;
border-radius: 9px;
font-family: sans-serif;
list-style: none;
padding: 0 !important;
margin: 0;
box-shadow: 0px 5px 16px rgba(17, 23, 38, 0.08);
}
.single .post .entry-content .palette img {
border-radius: 0px; 
background: none; 
}
.entry-content .palette li.color-block {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-weight: bold;
transition: color 0.3s ease, transform 0.3s ease, border-radius 0.2s ease;
cursor: pointer;
position: relative;
z-index: 1;
border: 0px #fff solid;
gap: 8px;
}
.copy-icon::before {
content: "✓";
position: absolute;
font-size: 10px;
padding: 0px 2px;
border-radius: 4px;
opacity: 0;
transition: opacity 0.3s ease;
white-space: nowrap;
pointer-events: none;
z-index: 10;
margin-top: 4px;
}
.copy-icon.show-confirmation::before {
opacity: 1;
}
span.hexcode {
opacity: .8;
}
.entry-content .palette li.color-block:hover {
color: rgba(0, 0, 0, 1);
transform: scale(1.02);
z-index: 2;
border-radius: 9px;
box-shadow: 0px 5px 16px rgba(17, 23, 38, 0.08);
}
.entry-content .palette li.color-block .color-actions {opacity: 0;}
.entry-content .palette li.color-block:hover .hexcode, .entry-content .palette li.color-block:hover .color-actions {
transform: scale(0.9803); opacity: 1;
} 
.entry-content .palette li.color-block .hexcode:hover {
background: rgb(0 0 0 / .1);
padding: 0px 6px;
border-radius: 4px;
color: #000;
}
.entry-content .palette li.color-block:first-child {
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
}
.entry-content .palette li.color-block:last-child {
border-top-right-radius: 9px;
border-bottom-right-radius: 9px;
}
.single .post .entry-content .entry-content .palette img {
border-radius: 0;
background: none;
}
li.color-block div {
position: static;
}
li.color-block:hover div {
}
span.entry-content .palette-description {
font-size: 15px;
font-style: italic;
color: #777;
text-align: center;
display: block;
margin-top: 9px;
} .color-picker-popup {
position: absolute;
z-index: 1000;
display: none;
}
.color-picker-modal {
background: #fff;
border-radius: 9px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
width: 280px;
overflow: hidden;
position: relative;
}
.color-picker-modal::before {
content: '';
position: absolute;
top: -8px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #fff;
z-index: 2;
}
.color-picker-modal::after {
content: '';
position: absolute;
top: -9px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #e0e0e0;
z-index: 1;
}
.color-picker-content {
padding: 12px;
}
.color-picker-main {
margin-bottom: 12px;
}
.color-picker-saturation {
width: 100%;
height: 120px;
background: linear-gradient(to top, #000, rgba(0,0,0,0)), linear-gradient(to right, #fff, rgba(255,255,255,0)), #ff0000;
position: relative;
border-radius: 6px;
cursor: crosshair;
margin-bottom: 8px;
}
.color-picker-saturation-cursor {
position: absolute;
width: 10px;
height: 10px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
transform: translate(-5px, -5px);
pointer-events: none;
}
.color-picker-hue {
width: 100%;
height: 10px;
background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
border-radius: 5px;
position: relative;
cursor: pointer;
}
.color-picker-hue-cursor {
position: absolute;
width: 14px;
height: 14px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
transform: translate(-7px, -2px);
pointer-events: none;
}
.color-picker-controls {
display: flex;
gap: 8px;
margin-bottom: 0;
align-items: center;
}
.hex-input-container {
flex: 1;
}
.hex-input, input[type="text"].hex-input {
width: 100%;
border: 1px solid #ddd;
border-radius: 4px;
font-family: monospace;
text-transform: uppercase;
font-weight: normal;
font-size: 16px;
padding: 9px;
}
.hex-input:focus {
outline: none;
border-color: #4CAF50;
}
.color-preview {
width: 40px;
height: 40px;
border-radius: 100%;
flex-shrink: 0;
} .hexcode {
cursor: pointer;
transition: opacity 0.2s ease;
}
.hexcode:hover {
opacity: 1 !important;
} .entry-content .palette {
position: relative;
}
.color-actions {
display: flex;
flex-direction: row;
gap: 4px;
align-items: center;
}
.color-actions div {
transition: background-color 0.2s ease;
width: 35px;
border-radius: 50%;
height: 35px;
display: flex
;
justify-content: center;
align-items: center;
}
.color-actions div:hover {
background: rgb(0 0 0 / .1);
}
.color-actions div img {width: 15px;} .color-block {
position: relative;
}
.plus-icon-left,
.plus-icon-right {
position: absolute !important;
top: 50%;
transform: translateY(-50%);
width: 24px !important;
height: 24px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 0;
transition: opacity 0.2s ease;
z-index: 10;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.plus-icon-left {
left: -12px;
}
.plus-icon-right {
right: -12px;
}
.color-block:hover .plus-icon-left,
.color-block:hover .plus-icon-right {
opacity: .5;
}
.plus-icon-left img,
.plus-icon-right img {
width: 14px;
height: 14px;
filter: none !important;
}
.plus-icon-left:hover,
.plus-icon-right:hover {
opacity: 1;
background: rgba(255, 255, 255, 1);
transform: translateY(-50%) scale(1.1);
} @media screen and (max-width: 800px) {
.plus-icon-left,
.plus-icon-right {
display: none;
}
}
@media screen and (max-width: 800px) {
.entry-content .palette {
flex-direction: column;
}
.entry-content .palette li {
padding: 9px 0;
}
.entry-content .palette li.color-block {flex-direction: row; justify-content: space-between;         padding: 18px;}
.entry-content .palette li.color-block:first-child {
border-top-left-radius: 9px;
border-bottom-left-radius: 0px;
border-top-right-radius: 9px;
}
.entry-content .palette li.color-block:last-child {
border-top-right-radius: 0px;
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
}
.entry-content .palette li.color-block .color-actions {
opacity: 1;
}
}body.grey {background: #fafafa !important;}
.submission-form, #loginform  {
background: #fff; 
max-width: 600px;
margin: auto;
border-radius: 8px;
box-sizing: border-box;
box-shadow: 0px 0px 8px #e0e0e0;
padding: 45px;
margin-top: 30px;
width: 90%;
text-align: center;
margin-bottom: 30px;
}
.submission-form.post-submission-form {
max-width: 900px;
}
.submission-form h2 {margin-top: 0px;}
.submission-form input[type='text'], .submission-form input[type='email'], .submission-form input[type='password'], .submission-form input[type='url'] {
padding: 9px;
border: 1px solid #e9edf3;
border-radius: 4px;
margin-right: 5px;
font-size: 14px;
text-decoration: none;
width: 100%;
text-align: center;
line-height: 1.8em;
box-sizing: border-box;
margin-bottom: 9px;
}
.submission-form textarea {
padding: 9px;
border: 1px solid #e9edf3;
border-radius: 4px;
margin-right: 5px;
font-size: 14px;
text-decoration: none;
width: 100%;
line-height: 1.8em;
box-sizing: border-box;
margin-bottom: 9px;
}
.submission-form input[type='submit'] {
display: block;
padding: 12px;
border-radius: 4px;
margin-right: 5px;
font-size: 14px;
text-decoration: none;
background: #fc6161;
border: 1px solid #fc6161;
color: #222;
width: 100%;
margin: 18px auto 0px;
clear: both;
}
.submission-form label span {font-size: 12px;}
.submissions-error {
background: #ffdbd2;
padding: 4px 9px;
border-radius: 4px;
font-size: 14px;
}
.submissions-success {
background:#D4F7DA;
padding: 4px 9px;
border-radius: 4px;
font-size: 14px;
}
.logout-link {
position: absolute;
top: 0;
right: 0;
padding: 18px;
font-size: 14px;
text-decoration: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
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: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
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 #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
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%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"], 
a.button {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
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: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
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: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.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;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
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;
font-size: 12px;
font-style: italic;
text-align: left;
}
.single .post .entry-content .wp-caption-text a, .single .post .entry-content .wp-caption-text a:visited {
color: #999;
} .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;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .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: #21759b;
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;
} html {
scroll-behavior: smooth;
}
body {
background: #f2f5f8 url(//designworklife.com/wp-content/themes/designworklife/inc/img/backgrounds/design%20work%20life%20background%20grey%20icons.png);
font-family: 'Rubik', Sans-serif;
}
:hover {transition: .3s}
img.icon {
height: 1.2em;
}
div#page {
background: linear-gradient(to bottom, white 350px, transparent 550px)
}
.home div#page {background: none;}
main {	padding: 0 ;
}
header#masthead {
max-height: 80px;
display: flex;
align-items: center;
padding: 9px 18px;
max-width: none;
margin: auto;
position: static;
border: 0px;
box-shadow: 0px 0px 18px rgb(0 0 0 / .05);
margin-bottom: 18px;
background: #fff;
}
.site-branding {
display: flex;
align-items: center;
}
a.custom-logo-link {
margin-top: 13px;
margin-right: 4px;
}
img.custom-logo {
width: 50px;
height: 21px;
max-width: 50px;
}
.name-and-description {display:flex; flex-direction: column;}
.site-title {
display: flex;
text-wrap: nowrap;
margin: 0px;
font-weight: bold;
}
.site-title a {
font-size: 16px;
text-decoration: none;
color: #322248;
}
p.site-description {
font-size: 14px;
line-height: 18px;
color: #605a60;
margin: 0px;
text-wrap: nowrap;
}
nav#site-navigation {
margin-left: auto;
width: auto;
}
ul.nav-menu li a {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
color: #605a60;
height: 50px;
display: flex;
align-items: center;
padding: 20px 0px 13px 0px;
letter-spacing: .8px;
border-bottom: 5px solid transparent;
margin: 0 15px;
text-align: center;
}
ul.nav-menu li a[href='https://designworklife.com/courses/']:after {
content: "new";
position: relative;
font-size: 10px;
background: #FF006E;
color: #fff;
padding: 3px 4px 1px 4px;
top: -9px;
border-radius: 19px;
left: 0px;
letter-spacing: normal;
}
ul.nav-menu li a:hover {
border-color: #FFBE0B;
color: #FFBE0B;
}
ul.nav-menu li:nth-child(2n) a:hover {
border-color:  #FB5607;
color:  #FB5607;
}
ul.nav-menu li:nth-child(3n) a:hover {
border-color: #FF006E;
color: #FF006E;
}
ul.nav-menu li:nth-child(4n) a:hover {
border-color: #8338EC;
color: #8338EC;
}
ul.nav-menu li:nth-child(5n) a:hover {
border-color: #3A86FF;
color: #3A86FF;
}
#primary-menu a[href="/?s="] {
font-size: 0px; width: 30px;
background: url(//designworklife.com/wp-content/themes/designworklife/inc/img/icons/magnifying-glass-solid.svg) center no-repeat;
background-size: 60%;
background-position: 5px 16px;
opacity: .65;
}
#primary-menu a[href="/?s="]:hover {
opacity: 1;
border-bottom-color: #000;
filter: invert(25%) sepia(61%) saturate(4258%) hue-rotate(256deg) brightness(94%) contrast(98%);
}
button, a.button, input[type='submit'] {
background: #8338EC;
border: 1px solid #8338EC;
outline: 0px;
padding: 18px 27px;
font-family: 'Rubik';
letter-spacing: 1px;
font-weight: 500;
border-radius: 5px;
color: #fff !important;
line-height: normal;
}
a.button:visited, a.button:hover, a.button:focus, .single .post .entry-content a.button {color: #fff !important; text-decoration: none;}
a.button {
position: relative;
display: inline-block; transition: transform 0.2s ease; }
a.button:hover {
transform: translateY(-2px); }
a.button:active {
transform: translateY(0px); }
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 {
outline: 0px;
padding: 18px 27px;
font-family: 'Rubik';
letter-spacing: 1px;
font-weight: 500;
border-radius: 5px;
line-height: normal;
box-sizing: border-box;
border: 1px solid #888;
background: #fff;
}
button.menu-toggle {
background: none;
border: none;
padding: 18px 0 18px 18px;
margin: 0px;
position: relative; 
z-index: 9999;
filter: invert(23%) sepia(90%) saturate(2431%) hue-rotate(255deg) brightness(93%) contrast(99%);
}
button.menu-toggle img.icon {height: .9em;}
.wrapper {
max-width: 1200px;
margin: auto;
}
.flex {
display: flex;
align-items: center;
flex-wrap: wrap;
}
ul.flex {	list-style: none;
margin: 0px; padding: 0px;}
.flex-column {
flex-direction: column;
}
.flex-column.flex-reverse {
flex-direction: column-reverse;
}
.page-header {max-width: 1200px; padding: 0 18px; margin: auto; text-align: center;}
.home main {
padding: 0 18px;
}
.flex {
align-items: stretch;
}
main .flex {gap: 18px;}
.search form { text-align: center;}
.search input[type=text] { text-align: center;}
.flex .card {
flex: 1 1 33%;
max-width: calc(33.3% - 18px);
box-sizing: border-box;
margin: 0px;
}
.card {
background: #fff;
box-sizing: border-box;
margin: 0 0 18px 0;
border-radius: 9px;
box-shadow: 0px 5px 16px rgba(17, 23, 38, 0.08); overflow: hidden;
}
.card a.post-thumbnail {
aspect-ratio: 16 / 9;
display: block;
overflow: hidden;
background: #e0e0e0;
}
.card a.post-thumbnail img {  width: 100%; height: 100%; object-fit: cover;}
.card header {margin: 0px 18px;}
.card .entry-title {
font-size: 22px;
text-decoration: none;
line-height: 1.3em;
display: inline-block;
font-weight: 500;
margin: 18px 0 12px 0;
}
.card .entry-title a {
text-decoration: none;
color: #322248;
}
.card .entry-title a:hover, .post-thumbnail:hover ~ .entry-header .entry-title a {
text-decoration: none;
color: #8338EC;
}
.card .entry-content {
font-size: 14px;
color: #807d84;
line-height: 1.8em;
padding: 0px 18px;
margin:0px;
}
.entry-meta {
display: flex;
align-items: center;
font-size: 13px;
margin-bottom: 12px;
}
span.author.vcard {
display: flex;
align-items: center;
}
.vcard img {
border-radius: 100%;
height: 27px;
width: 27px;
margin-right: 9px;
background: #e0e0e0;
}
.entry-meta a {
color: #222;
text-decoration: none;
}
.entry-meta a:hover {color: #FF006E; text-decoration: underline;}
.after-entry {
background: #FFBE0B url(//designworklife.com/wp-content/themes/designworklife/inc/img/backgrounds/design%20work%20life%20background%20yellow.png);
padding: 45px;
display: flex;
}
.after-entry>div {
flex: 1 1;
}
.author-box{margin: 0 36px 0 0;} 
.author-box .author-avatar img {
border-radius: 100%;
height: 63px;
}
.author-box .author-info h4 a {
text-decoration: none;
color: #404040;
}
.author-box .author-info h4, .author-box .author-info p {margin: 0 0 9px 0;}
.related-posts ul {
list-style: none;
margin: 0;
padding: 0;
}
.related-posts ul li a.thumbnail {
width: 120px;
display: block;
height: 65px;
overflow: hidden;
}
.related-posts ul li a.thumbnail img {
border-radius: 4px; 
}
.related-posts ul li {
display: flex;
margin-bottom: 18px;
}
.related-posts ul li span {
display: block;
max-width: 70%;
flex: 1 1 70%;
margin-left: 18px;
}
.related-posts ul li span h4 {
margin: 0 0 3px 0;
}
.related-posts ul li span p {
font-size: 12px;
margin: 0px;
}
.related-posts ul li span h4 a {
text-decoration: none;
color: #404040;
}
footer.entry-footer {
font-size: 14px;
padding: 18px;
}
.cat-links a {
border: 1px solid #cfcfcf;
padding: 5px 7px 4px;
border-radius: 6px;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: .5px;
color: #B4B4B4;
transition: background-color 0.3s, color 0.3s;
}
.cat-links a:hover {
border: 1px solid #FF006E;
}
.cat-links a.cat-purple:hover {
border-color: #8338EC;
color: #8338EC;
}
.cat-links a.cat-blue:hover {
border-color: #3A86FF;
color: #3A86FF;
}
.cat-links a.cat-yellow:hover {
border-color: #FFBE0B;
color: #FFBE0B;
}
.cat-links a.cat-orange:hover {
border-color: #FB5607;
color: #FB5607;
}
.cat-links {
display: flex; flex-wrap: wrap; gap: 5px; }
.cat-links a {
white-space: nowrap; } .single .post, .page .post {padding: 0px; background: #fff; }
.page article.post, .single article.post {
max-width: 1200px;
margin: auto;
border-radius: 9px;
overflow: hidden;
}
.page .post .entry-title, .single .post .entry-title {
font-size: 55px;
line-height: 1.1em;
color: #222;
margin: 0;
font-weight: 500;
}
.single .entry-header-container, .page .entry-header-container {align-items: flex-start;}
main .flex.entry-header-container {gap: 0px;}
.single .post-thumbnail {
max-width: calc(800px);
margin: auto;
}
.single .post-thumbnail {
flex: 1;
}
.single .post-thumbnail img {
background: #f5f5f5;
border-radius: 7px;
}
.single .post .entry-header, .page .post .entry-header {
background: #fff;
border-radius: 9px;
margin: 54px auto 0px auto;
flex: 1;
max-width: 800px;
width: 100%;
}
.single .post .entry-header.no-thumb {
margin-top: 0px;
}
.single .entry-meta {
margin: 18px 0;
}
.single span.cat-links {
margin-left: 9px;
}
.single .post .entry-content, .page .post .entry-content {
padding: 0;
font-size: 18px;
line-height: 2em;
max-width: 800px;
color: #545454;
margin: auto;
padding-bottom: 63px;
}
.single .post .entry-content ul, .single .post .entry-content ul, .single .post .entry-content ol, .single .post .entry-content ol {
margin: 0px;
padding: 0 27px;
}
.toc {
float: right;
margin: 0 0 0 27px;    box-shadow: 0px 5px 16px rgba(17, 23, 38, 0.08);
border: 1px solid #cfd3d8;
height: auto;
box-sizing: border-box;
display: block;
background: #f9fafc;
border-radius: 9px;
padding: 18px;
max-width: 340px;}
.toc h2 {
font-size: 16px;
margin: 0 0 5px 0;
line-height: 1em;
}
.single .post .entry-content .toc ul {
padding: 9px 18px 0px;
margin: 0px;
line-height: 1em;
}
.toc ul li {
padding: 4px 0px;
font-size: 14px;
}
span.affiliate-disclaimer {
font-size: 11px;
max-width: 300px;
display: block;
line-height: 1.2em;
color: #545454;
font-style: italic;
border-top: 1px solid #dce0e8;
padding-top: 9px;
}
a#see-more-link {
font-size: 14px;
display: block;
color: #222;
text-decoration: none;
}
#see-more-link span {
transform: scaleY(.5);
display: inline-block;
}
.promo {  height: auto;
box-sizing: border-box;
display: block;
background: #ffffff;
border-radius: 9px;
padding: 18px;
text-align: center;
position: relative;
z-index: 992;
}
.promo-text {padding: 18px;}
.promo h2 {margin: 0 0 9px 0}
.promo h2 span {color: #FF006E}
.promo p {
font-size: 14px;
margin: 0 0 9px 0;
line-height: 1.5em;
}
.promo form input[type=text] {
width: 100%;
box-sizing: border-box;
padding: 9px;
font-family: 'Rubik', sans-serif;
text-align: center;
margin-bottom: 9px;
}
.promo form input[type=submit], .single .post .entry-content .promo a.button, .single .post .entry-content .promo a.button:visited  {
display:block;
line-height: 1;
width: 100%;
padding: 13px 13px 14px 13px;
background: #FF006E;
border: 1px solid #c20758;
font-family: 'Rubik', sans-serif;
font-weight: 600;
color: #fff;
letter-spacing: .5px;
text-decoration:none;
}
.promo form input[type=submit]:hover {background: #c20758;}
.promo form input[type=submit]:active {position: relative; top: 2px;}
.promo .mc-success {    background: #c5f9c5;
padding: 18px;
border-radius: 5px;
color: #222;
line-height: 1.4em;}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #000;
opacity: .8;
z-index: 991;
}
.single .post .entry-content a {color: #3A86FF;}
.single .post .entry-content a:hover {color:#FF006E;}
.single .post .entry-content a:active {position: relative; top: 2px;}
.single .post .entry-content a:visited {color:#8338EC;}
.single #primary {padding-top: 0px;}
.single .post .entry-content p:first-of-type::first-letter {
font-size: 30px;
font-weight: bold;
color: #FF006E;
line-height: 1; }
.single .post .entry-content div p:first-of-type::first-letter {  font-size: inherit;
font-weight: normal;
color: inherit;
line-height: inherit; }
.single .post .entry-content img {border-radius: 9px; background: #f5f5f5;} .single header.entry-header {
max-width: 800px;
}
.single article {
max-width: 1200px;
margin: auto;
padding: 45px 180px;
}
.single .card {border: 0px; box-shadow: none}
.single .card .entry-title {
font-size: 45px;
line-height: 1.2em;
color: #222;
} .author .author-box {
background: #FFBE0B url(//designworklife.com/wp-content/themes/designworklife/inc/img/backgrounds/design%20work%20life%20background%20yellow.png);
padding: 18px;
border-radius: 9px;
margin: 0 0 27px;
}
.archive .wrapper {
padding: 0 18px;
} .pagination {
max-width: 1200px;
margin: auto;
text-align: center;
}
.pagination .dots {display:none;}
.pagination span, .pagination a {
display: inline-block;
padding: 9px;
min-width: 40px;
text-align: center;
text-decoration: none;
border: 1px solid #e0e0e0;
background: #fff;
border-radius: 9px;
margin-right: 9px;
color: #3A86FF;
}
.pagination span.current, .pagination a.current {
background: #3A86FF;
color: #f5f5f5;
border: #1f71f3 1px solid;
}
.pagination a:hover {
border: 1px solid #3A86FF;
}
.pagination a:active {
position: relative;
top: 2px;
}
.pagination a:nth-last-child(2) {display:none;} footer#colophon {
background: #401183 url(//designworklife.com/wp-content/themes/designworklife/inc/img/backgrounds/design%20work%20life%20background%20purple.png);
margin-top: 90px;
border-top: 1px solid #541da2;
padding: 45px 0;
color: #f5f5f5;
}
footer#colophon .flex {
align-items: center;
}
footer#colophon img.custom-logo {
width: 100px;
height: 41px;
max-width: 100px;
filter: drop-shadow(1px 3px 7px rgba(0, 0, 0, .6));
}
footer#colophon	.site-info {
display: flex;
align-items: center;
}
footer#colophon div:last-child {margin-left: auto;}
footer#colophon ul li {margin: 0 9px 0 0; display:block; font-size: 14px; }
footer#colophon a {color: #f5f5f5;}
footer#colophon a:hover {text-decoration: none;}
a.top-link {
position: fixed;
bottom: 9px;
right: 9px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
font-weight: bold;
background: #fff;
border-radius: 100%;
box-sizing: border-box;
height: 3em;
width: 3em;
display: flex;
align-items: center;
justify-content: center;
}
.sidenote {
border-radius: 9px;
padding: 18px;
box-shadow: 0 0px 6px rgba(17, 23, 38, 0.08);
border: 1px solid #cfd3d8;
font-size: 16px;
line-height: 27px;
}
.grecaptcha-badge {
display: none !important;
}
@media (max-width: 800px) { div#page {
background: #fff;
max-width: 100%;
overflow: hidden;
padding: 0px;
}	
main .flex.entry-header-container {gap: 9px;}
.flex {flex-direction: column;}
header#masthead {
padding: 18px;
}
.single .entry-meta {
margin: 9px 0 0 0;
}
a.custom-logo-link {
margin-top: 5px;
margin-right: 4px;
}
p.site-description {
display: none;
}
img.custom-logo {
width: 50px;
height: 21px;
max-width: 50px;
}
.main-navigation.toggled #primary-menu {
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background: #fff;
height: 100vh;
}
.toc {max-width: none;}
.flex .card {
flex: 1 1 100%;
box-sizing: border-box;
max-width: 100%;
width: 100%;
}
.single .post {box-shadow: none;}
.single .post .entry-header, .single .post .post-thumbnail {
max-width: 100%;
flex: 1 1 100%;
}
.single .post-thumbnail img {
border-radius: 9px;
}
.single .post .entry-header {
margin-top: 0px;
max-width: 100%;
}
.single .post .entry-title, .page .page .entry-title {
font-size: 36px;
margin-right: 0;
line-height: 1.2em;
}
.single article.post, .page article.post {
max-width: 1200px;
margin: auto;
border-radius: 0px;
border: none;
}
.page article.post {padding: 0 18px;}
.entry-header-container, .page article header {padding: 0 18px;}
.single .post .entry-content, .single .post .entry-content {
padding: 0px 18px;
font-size: 16px;
line-height: 1.8em;
}
.single .post .entry-meta {
flex-wrap: wrap;
}
.single span.cat-links {
margin: 12px 0 0 ;
width: 100%;
}
.flex-column.flex-reverse {flex-direction: column;}
.after-entry {
flex-direction: column;
padding: 27px;
}
.author-box {
margin: 0 0 36px 0;
text-align: center;
}
.pagination {
display: flex;
flex-wrap: wrap;
padding: 0 27px;
margin-bottom: 35px; 
}
.pagination a, .pagination span {margin-bottom: 9px; }
footer#colophon {margin-top: 0px;}
footer#colophon div:last-child {margin: 0}
.page header.entry-header , .page-header {padding: 0px;}
.single-tools header.entry-header {padding: 0 18px;}
.page article{
border: none;
box-shadow: none;
padding: 0 18px;
}	
.author .author-box {
border-radius: 0px;
}
.toc {
margin: 4px 0 0 0;
position: static;
float: none;
}
}
.paint {
--paint-color: #999999;
width: 110px;
height: 80px;
background: var(--paint-color);
background: radial-gradient(circle at 30% 30%, var(--paint-color) 40%, var(--paint-color) 100%);
border-radius: 79% 40% 70% 50% / 62% 60% 61% 60%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25), inset 0 -10px 10px rgba(0, 0, 0, 0.15), inset 0 10px 10px rgba(255, 255, 255, 0.08);
transition: background 0.3s ease;
position: relative;
display: inline-block;
}
table {
border-collapse: separate;
border-spacing: 0;
border: 1px solid #cfcfcf; border-radius: 9px;
width: 100%;
max-width: 800px;
margin: 0 auto;
background-color: white;
overflow: hidden; font-size: 14px;
line-height: 1.5em;
}
th, td {
border-right: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
padding: 9px;
text-align: left;
}
th:last-child,
td:last-child {
border-right: none;
}
tr:last-child td {
border-bottom: none;
}
th {
background-color: #f8f9fa;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #f8f9fa;
} @media (max-width: 768px) {
table, thead, tbody, th, td, tr {
display: block;
}
table {border: 0px; border-radius: 0px;}
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
tr {
border: 1px solid #cfcfcf;
border-radius: 6px;
margin-bottom: 10px;
background-color: white;
overflow: hidden;
}
td {
border: none !important;
border-bottom: 1px solid #eee !important;
position: relative;
padding-left: 35% !important;
padding-top: 8px;
padding-bottom: 8px;
text-align: left !important;
display: flex !important;
justify-content: end;
}
td:last-child {
border-bottom: none !important;
}
td:before {
content: attr(data-label) ": ";
position: absolute;
left: 6px;
width: 30%;
padding-right: 10px;
white-space: nowrap;
font-weight: bold;
color: #666;
}
td:nth-of-type(1) {
width: 100%;
padding: 8px;
padding-left: 8px !important;
justify-content: center;
background: #ff006e;
color: #fff;
font-weight: bold;
}
td:nth-of-type(1):before {
content: "";
}
}