.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;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}@font-face {
font-family: 'Bahnschrift';
src: url(//www.digarriinteriorismo.com/wp-content/themes/digarri/assets/fonts/bahnschrift/bahnschrift.woff) format('woff');
font-style: normal;
font-display: swap;
}
:root {
--black: #242424;
--bone: #FAF8F7;
--white: #ffffff;
--grey: #979797;
--sand: #AE8250;
--font: 'Bahnschrift', system-ui, sans-serif;
--font-light: 300;
--line-height-base: 1.6;
--mini-font: 14px;
}
body,p,
h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6), .site-title, .site-title a {
font-family: var(--font);
font-weight: var(--font-light);
line-height: var(--line-height-base);
color: var(--black);
font-style: normal;
font-size: var(--mini-font);
letter-spacing: 0.10em;
}
::placeholder, select {
font-family: var(--font);
font-weight: var(--font-light);
line-height: var(--line-height-base);
color: var(--grey);
font-style: normal;
font-size: var(--mini-font);
letter-spacing: 0.10em;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font);
font-weight: var(--font-light);
letter-spacing: 4px;
}
h1 {
font-size: 16px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 16px;
}
strong {
font-weight: var(--font-light) !important;
}
a,
.elementor a {
color: var(--black);
text-decoration: underline;
}
a:hover,
.elementor a:hover {
color: var(--sand);
text-decoration: underline;
}
.bg-bone {
background-color: var(--bone);
}
.ast-separate-container #primary {
margin: 0;
}
.padding-m {
padding: 80px 0px;
}
.decorated-title-section h2 {
font-size: 16px;
border-bottom: 1px solid var(--sand);
margin-bottom: 5px;
padding-bottom: 5px;
}
.home-features-wrapper p {
font-weight: 300;
}
.home-features-description h3 {
margin-bottom: 5px;
}
.button-clear.elementor-widget.elementor-widget-button > a,
input[type="submit"] {
border: 1px solid var(--sand);
background-color: var(--white);
color: var(--black);
padding: 10px 40px;
}
.button-clear.elementor-widget.elementor-widget-button > a:hover,
input[type="submit"]:hover {
background-color: var(--sand);
color: var(--white);
border: 1px solid var(--sand);
}
span.form-required-field {
color: var(--sand);
}
.form-wrapper .form-row {
width: 100%;
gap: 20px;
display: flex;
}
.form-input-wrapper {
width: 100%;
}
.form-input-wrapper .wpcf7-textarea  {
height: 150px !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
border-color: var(--grey)
}
.project-main-container {
width: 100%;
}
.project-main-container h1 {
margin-bottom: 30px;
}
.project-filter {
border-bottom: 1px solid var(--sand);
padding-bottom: 10px;
display: flex;
margin: 0;
}
ul.project-filter  {
list-style: none;
}
.project-filter li a {
margin-right: 30px;
text-decoration: none;
}
.project-filter li.active > a {
color: var(--sand);
font-weight: 900;
}
.project-gallery {
margin-top: 80px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.project-item {
margin-bottom: 40px;
overflow: hidden;
}
.project-item img {
width: 100%;
height: 330px;
display: block;
object-fit: cover;
transition: transform 0.8s ease;
}
.project-item:hover img {
transform: scale(1.08);
}
.project-item a {
text-decoration: none;
}
.project-item h3 {
margin-top: 20px;
}
.project-item a span {
color: var(--grey);
font-size: 14px;
cursor: pointer;
}
.project-item *:hover {
color: var(--sand);
}
.single-project-container {
width: 100%;
margin-top: 80px;
margin-bottom: 160px;
}
.single-project-grid {
display: flex;
gap: 20px;
}
.single-project-gallery {
width: 66.66%;
}
.single-project-sidebar {
width: 33.33%;
height: fit-content;
}
.single-project-container .project-title {
border-bottom: 1px solid var(--sand);
padding-bottom: 10px;
margin-bottom: 40px;
}
.project-logo > img {
margin-bottom: -80px;
}
.project-back-button {
margin-top: 60px;
}
h2.quote {
font-size: 32px;
font-weight: var(--font-light);
}
@media (max-width: 1024px) {
.project-gallery {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.padding-s-mobile {
padding: 25px;
}
.single-project-grid {
display: flex;
flex-direction: column-reverse;
}
.single-project-gallery,
.single-project-sidebar {
width: 100%;
}
.project-gallery {
grid-template-columns: 1fr;
}
}