.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;
}.stonedesigner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#controls {
margin-bottom: 20px;
text-align: center;
width: 28%
}
#background-thumbs {
display: flex;
flex-wrap: nowrap; overflow-x: auto; margin-bottom: 15px;
gap: 10px;
padding: 5px 0;
}
#background-thumbs img {
height: 80px; width: auto;
border: 2px solid transparent;
border-radius: 4px;
flex-shrink: 0; cursor: pointer;
}
#background-thumbs img:hover {
border-color: #333;
}
canvas {
border: 1px solid #ccc;
}
.controls-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 30px;
flex-wrap: wrap;
}
.control-section {
display: flex;
flex-direction: column;
gap: 12px;
background: white;
padding: 1em;
}
.price-section {
background: lightyellow;
padding: 1em;
}
.control-section.right {
align-items: flex-end;
justify-content: flex-start;
}
.inline-group {
display: flex;
gap: 10px;
align-items: center;
}
h3 {
margin: 0;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding-bottom: 4px;
}
label {
font-weight: bold;
margin-bottom: 4px;
}
input[type="text"], select {
padding: 6px;
font-size: 16px;
width: 100px;
}
input[type="color"] {
width: 50px;
height: 34px;
padding: 0;
border: none;
}
button {
padding: 10px;
font-size: 14px;
background-color: #0078D4;
color: white !important;
font-weight: bold !important;
border: none;
cursor: pointer;
border-radius: 4px;
}
button:hover {
background-color: #005a9e;
}
#zoomSlider {
width: 150px;
margin: 0 10px;
}
#priceOutput {
font-weight: bold;
font-size: 1.2em;
}
.price-message {
margin-top: 6px;
font-size: 1.1em;
color: #333;
}
.price-message.error {
color: #a00;
} .buy-now {
margin-left: 10px;
background: green;
color: #fff;
border: none;
border-radius: 4px;
padding: 8px 14px;
cursor: pointer;
}
.buy-now:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.dimensions {
display: flex;
justify-content: space-between;
}
.dimension-input {
width: 100px !important;
}
.align-left {
text-align: left;
}
.price-section {
background: lightyellow;
padding: 1em;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: nowrap;
}
.canvas-container {
width: 100% !important; max-width: 800px;
margin: 20px 0 2em;
}
button#delete {
background: red;
}
#stone-canvas {
width: 100%;
height: auto;
max-width: 800px;
display: block;
}
.canvas-section {
width: 70%;
max-width: 800px;
}
@media (max-width: 768px) {
.canvas-section {
width: 100%;
}
#controls {
width: 100%;
}
.dimensions {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.inline-group {
width: 100%;
margin: 10px 0 0 0;
justify-content: center;
}
}
.stoneds-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin: 30px 0;
}
.stoneds-item {
background: #fff;
border: 1px solid #ddd;
text-align: center;
padding: 15px;
border-radius: 4px;
transition: box-shadow 0.2s ease;
}
.stoneds-item:hover {
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.stoneds-thumb {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
margin-bottom: 10px;
}
.stoneds-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.stoneds-price {
color: #555;
margin-top: 5px;
}