@import url("./style-luxury-v25.css");

.field input,.field select,.field textarea,.comment-field input,.comment-field select,.comment-field textarea { width:100%; min-height:3.35rem; padding:.9rem 1rem; border:1px solid rgba(217,185,112,.28); border-radius:2px; outline:0; color:#f4eee2; background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015)); box-shadow:inset 0 1px rgba(255,255,255,.035),0 .6rem 1.4rem rgba(0,0,0,.09); font-family:Montserrat,sans-serif; font-size:.78rem; line-height:1.55; transition:border-color .28s ease,background .28s ease,box-shadow .28s ease,transform .28s ease; }
.field textarea,.comment-field textarea { min-height:8rem; resize:vertical; }
.field select,.comment-field select { appearance:none; padding-right:3rem; background-image:linear-gradient(45deg,transparent 50%,#dfbf7c 50%),linear-gradient(135deg,#dfbf7c 50%,transparent 50%),linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015)); background-position:calc(100% - 1.15rem) 50%,calc(100% - .85rem) 50%,0 0; background-size:.35rem .35rem,.35rem .35rem,100% 100%; background-repeat:no-repeat; }
.field input:hover,.field select:hover,.field textarea:hover,.comment-field input:hover,.comment-field select:hover,.comment-field textarea:hover { border-color:rgba(239,205,128,.58); }
.field input:focus,.field select:focus,.field textarea:focus,.comment-field input:focus,.comment-field select:focus,.comment-field textarea:focus { border-color:#eed18a; background-color:rgba(216,181,114,.09); box-shadow:0 0 0 4px rgba(216,181,114,.1),0 .9rem 1.8rem rgba(0,0,0,.16); transform:translateY(-1px); }
.field input::placeholder,.field textarea::placeholder,.comment-field input::placeholder,.comment-field textarea::placeholder { color:rgba(238,228,208,.38); }
.field select option,.comment-field select option { color:#f4eee2; background:#0b121a; }
.form-notice,.comment-form-status { position:relative; min-height:2.7rem; padding:.78rem 1rem .78rem 1.2rem; border-left:2px solid rgba(216,181,114,.65); color:rgba(244,238,226,.74); background:linear-gradient(90deg,rgba(216,181,114,.1),transparent); font-family:Montserrat,sans-serif; font-size:.69rem; line-height:1.65; }
.form-notice:empty,.comment-form-status:empty { display:none; }
.form-notice.is-success,.comment-form-status.is-success { border-left-color:#8dc9ad; color:#c3e8d5; background:linear-gradient(90deg,rgba(126,196,167,.13),transparent); }
.form-notice.is-error,.comment-form-status.is-error { border-left-color:#e4a195; color:#f0c0ba; background:linear-gradient(90deg,rgba(228,161,149,.13),transparent); }
@media (max-width:576px) { .field input,.field select,.field textarea,.comment-field input,.comment-field select,.comment-field textarea { min-height:3.15rem; padding:.82rem .85rem; font-size:.74rem; } }
