.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;
}.po_coming_soon_active {
background:#4caf50 !important;
color:#fff !important;
}
.po_coming_soon_disabled{
background:#ed663fba !important;
}
.po_coming_soon_active a{
text-shadow:0px 0px 2px #4a4a4a;
color:#fff;
display: flex !important;
align-items: center !important;
}
.po_coming_soon_active a img{
width: 20px !important;
height: 20px !important;
margin-right: 10px !important;
}
.po_coming_soon_disabled > a{
display: flex !important;
align-items: center !important;
}
.po_coming_soon_disabled a img{
width: 20px !important;
height: 20px !important;
margin-right: 10px !important;
}
@media screen and (max-width: 999px) {
.po_coming_soon_disabled {
display: none !important;
}
}#wadm {
line-height: 1.2;
}
#wadm .wadm-artworks {
list-style-type: none;
padding: 0;
margin: 0;
}
#wadm p {
padding: 0;
margin: 0;
line-height: inherit;
}
#wadm .wadm-artworks .wadm-artwork a {
box-shadow: none; border-bottom: 0;
}
#wadm .wadm-artworks li.wadm-artwork {
max-width: 500px;
margin: 0 auto 10px auto;
position: relative;
padding: 0 0 55px 0;
list-style-type: none;
text-indent: 0;
}
@media (min-width: 768px) {
#wadm .wadm-artworks {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
#wadm .wadm-artworks li.wadm-artwork {
margin-bottom: 20px;
margin-left: 0; margin-right: 0;
-webkit-box-flex: 1;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
min-width: 0%; max-width: none;
}
#wadm .wadm-artworks:not(.per-column-1) li:only-child {
max-width: calc(33.333% - 20px);
}
#wadm .wadm-artworks li.wadm-artwork:not(:last-child) {
margin-right: 20px;
}
#wadm .wadm-artworks.per-column-4 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#wadm .wadm-artworks.per-column-4 li.wadm-artwork {
margin-right: 0;
-webkit-flex-basis: 48%;
-ms-flex: 0 1 48%;
flex-basis: 48%;
}
}
@media (min-width: 992px) {
#wadm .wadm-artworks.per-column-4 {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
#wadm .wadm-artworks.per-column-4 li.wadm-artwork {
-webkit-flex-basis: auto;
-ms-flex: 0 1 auto;
flex-basis: auto;
}
#wadm .wadm-artworks li.wadm-artwork:not(:last-child),
#wadm .wadm-artworks.per-column-4 li.wadm-artwork:not(:last-child) {
margin-right: 30px;
}
}
#wadm .wadm-artworks .wadm-artwork hr {
display: none;
} #wadm .wadm-artworks .wadm-artwork .wadm-artwork-art {
position: relative;
}
#wadm .wadm-artworks img {
max-width: 100%;
max-height: 400px;
width: auto;
height: auto;
margin: 0;
padding: 0;
} #wadm .wadm-artworks .wadm-artwork-meta {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
position: absolute;
width: 100%;
padding-top: 10px;
}
#wadm .wadm-artworks .wadm-artwork-title {
text-align: left;
font-size: 16px;
font-weight: normal;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%; min-width: 0;
width: auto;
}
#wadm .wadm-artworks .wadm-artwork-title a > * {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#wadm .wadm-artworks .wadm-artwork-title .secondary-item {
font-weight: 300;
font-size: 14px;
margin-top: 5px;
}
#wadm .wadm-artworks .wadm-artwork-price {
width: auto;
}
#wadm .wadm-artworks .wadm-artwork .wadm-artwork-price a {
text-align: right;
font-weight: 300;
font-size: 12px;
margin-top: 2px;
display: block;
}
#wadm .wadm-artworks .wadm-artwork .wadm-artwork-price a > span {
font-weight: bold;
font-size: 14px;
display: block;
margin-bottom: 7px;
white-space: nowrap; text-decoration: inherit;
}
#wadm .wadm-artworks .wadm-artwork .wadm-artwork-price .discount {
margin-right: 7px;
font-size: 130%;
font-weight: normal;
position: relative;
text-decoration: inherit;
margin-top: -3px;
display: inline-block;
}
#wadm .wadm-artworks .wadm-artwork .wadm-artwork-price .discount:before {
position: absolute;
content: '';
left: 0;
top: calc(50% - 1px);
right: 0;
border-top: 2px solid;
border-color: inherit;
transform: skewY(-10deg);
} .wadm-pagination {
text-align: center;
} #wadm .wadm-single-artwork {
margin-bottom: 1em;
}
#wadm .wadm-single-artwork .wadm-artwork-price {
margin-top: 0.5em;
text-align: right;
line-height: 20px;
}
#wadm .wadm-single-artwork .wadm-artwork-price a {
text-decoration: none;
border-bottom: 0;
}
#wadm .wadm-single-artwork .wadm-artwork-price-primary-line {
font-size: 16px;
}
#wadm .wadm-single-artwork .wadm-artwork-price-secondary-line {
color: #555;
font-size: 12px;
}.wpmenucart-icon-shopping-cart-0:before{font-family:WPMenuCart;speak:none;font-style:normal;font-weight:400;display:inline;width:auto;height:auto;line-height:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0;margin-right:.25em}.wpmenucart-icon-shopping-cart-0:before{content:"\f07a"}