/**
 * Theme Name:     Soleia
 * Author:         UrVenue
 * Template:       wp-uvtheme-master
 * Text Domain:	   soleia
 * Description:    Soleia - Child Theme
 */

.uv-splash-page {
    min-height: 100vh;
    color: #fff;
    position: relative;
    align-items: center;
    display: flex;
    padding: 42px;
}

.uv-splash-page::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/wp-content/uploads/2026/02/overlay.webp");
    background-position: center;
    z-index: 1;
}

.uv-splash-container {
    max-width: 584px;
    margin: 0 auto;
}

.uv-splash-container h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
}


.uv-splash-container h1::after {
    content: "..................................................................................................................";
    font-weight: 400;
    font-size: 6px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #9B9B9B;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.uv-splash-container p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    max-width: 414px;
    margin: 0 auto;
}

.uv-splash-container p a {
    color: #CFA54A;
    text-decoration: none;
}

.uv-splash-container p a:hover {
    text-decoration: underline;
}

.uv-splash-container p:first-of-type {
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.acf-innerblocks-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 84px);
}

.wp-block-group {
    margin-top: auto;
}

.uv-splash-page .legals p:has(a) {
    margin: 10px 0 0 !important;
    display: flex;
}

.uv-splash-page .legals p,
.uv-splash-page .legals p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    text-transform: none;
    text-decoration: none;

}

.uv-splash-page p a:hover {
    text-decoration: underline;
}

.legals .wp-block-group__inner-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.legals p {
    margin: 0;
}
.legals p:first-of-type {
    width: 100%;
}

.nf-form-cont {
    margin: 30px 0 5px;
}

.nf-form-cont label,
.nf-field-label,
.nf-form-fields-required {
    height: 0;
    visibility: hidden;
    margin: 0 !important;
}

.nf-form-cont input[type="email"] {
    height: 50px;
    padding: 0 20px;
}

nf-fields-wrap {
    display: flex;
    gap: 6px;
}

nf-field {
    width: 100%;
}

nf-field:has(input[type="submit"]) {
    width: 50px;
}

nf-field:has(input[type="submit"])>div {
    margin: 0;
}

.field-wrap input[type="submit"] {
    background-color: #CFA54A;
    border: none;
    border-radius: 4px;
    height: 50px;
    width: 50px !important;
    background-image: url("/wp-content/uploads/2026/02/submit.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.field-wrap input[type="submit"]:hover {
    background-color: #DCBB72;
}
.nf-error-msg{
	color: #fff!important;
}
@media (max-width: 600px) {
    .uv-splash-container h1 {
  font-size: 34px;
    }
    .uv-splash-container p:first-of-type {
        font-size: 22px;
    }
}