/*!
Theme Name: Asher and Emma's Wedding
Theme URI: http://www.asherandemma.wedding/
Author: Asher Stoppard
Author URI: https://www.asherstoppard.com/
Description: Description
Version: 0.1.0
Tested up to: 5.4
Requires PHP: 5.6
 */

.material-symbols-outlined {
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    padding: 0;
    margin: 0;
}

table {
    border-left: 1px solid silver;
    border-top: 1px solid silver;
}

td {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 0.5rem;
}

thead {
    background: silver;
}


body {
    font-family: 'Outfit', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.aew-splash-actions {
    width: 25rem;
    margin: 2rem auto 0;
}

.aew-splash-actions a {
    display: block;
}

.aew-full-name,
.aew-attendance,
.aew-dietary-requirements {
    width: 100%;
}

.aew-splash-actions .aew-button-primary {
    margin-bottom: 0.5rem;
}

.aew-splash-content img {
    width: 12.5rem;
}

.aew-button {
    display: inline-block;
    padding: 0.75rem 1rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: 0.5s ease-in-out;
}

.aew-button-primary {
    background: white;
    border: 2px solid white;
    color: black;
}

.aew-button-outline {
    border: 2px solid white;
    color: white;
}

.aew-header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 1rem 2rem;
    display: flex;
    height: 8rem;
    align-items: center;
    text-align: center;
    transition: 0.3s ease-in-out;
    z-index: 99;
}

.aew-logo {
    position: fixed;
    left: 50%;
    top: 1rem;
    transform: translate(-50%, 0);
    width: 6rem;
    height: 6rem;
    z-index: 102;
}

.aew-footer-logo {
    width: 6rem;
    height: 6rem;
}

.aew-header-content {
    display: block;
    text-align: center;
    width: 100%;
}

.aew-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.aew-navigation li li {
    display: none;
}

.aew-navigation li a {
    position: relative;
    display: inline-block;
    align-items: center;
    color: black;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 1rem;
}

.aew-navigation li a:hover {
    border: 1px solid black;
}

a.aew-rsvp-header {
    position: fixed;
    top: 0;
    right: 0;
}

.aew-button {
    display: inline-flex;
    padding: 0.75rem 2rem;
    border: 1px solid;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    align-items: center;
    gap: 0.5rem;
}

.aew-button span {
    font-size: 1rem;
}

.aew-rsvp {
    background: black;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.aew-rsvp span {
    font-size: 1rem;
}

.aew-rsvp,
.aew-menu-trigger {
    border-color: white;
    color: white;
}

a.aew-rsvp {
    background: white;
    color: black;
}

.aew-navigation-left {
    display: flex;
    grid-gap: 2rem;
    text-transform: uppercase;
    position: fixed;
    top: 3.2rem;
    right: calc(50% + 48px + 2rem);
}

.aew-navigation-right {
    display: flex;
    grid-gap: 2rem;
    text-transform: uppercase;
    position: fixed;
    top: 3.2rem;
    left: calc(50% + 48px + 2rem);
}

.aew-navigation a {
    position: relative;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    padding: 0.4rem 0;
    font-size: 0.8rem;
}

.aew-header a.aew-rsvp {
    color: black;
}

.aew-navigation a {
    color: white;
    transition: 0.75s ease-in-out;
}

#Layer_1 .cls-1 {
    transition: 0.75s ease-in-out;
}

.aew-header-condensed #Layer_1 .cls-1 {
    fill: black !important;
}

.aew-header-condensed .aew-navigation a {
    color: black;
}

.aew-header-condensed .aew-navigation .aew-rsvp {
    background: black;
    color: white;
    border-color: black;
}

.aew-header-condensed .aew-navigation a:after {
    background: black;
}

.aew-navigation a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.aew-navigation a:hover:after {
    width: 100%;
    opacity: 1;
}

.aew-navigation a.aew-rsvp {
    position: fixed;
    top: 2.7rem;
    right: 2rem;
    padding: 0.75rem 2rem;
}

li.aew-featured-navigation-item a {
    border: 1px solid black;
    background: black;
    color: white;
}

.aew-header-condensed {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.aew-splash iframe {
    width: 100%;
    height: 100vh;
}

.aew-menu {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    transition: 0.75s ease-in-out;
    z-index: 101;
}

.aew-menu.js-active {
    left: 0;
    opacity: 1;
}

.aew-menu-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

.aew-menu-container a {
    display: block;
    font-size: 3rem;
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.aew-featured-heading {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-weight: 200;
}

.aew-menu-close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    font-weight: 600;
    appearance: none;
    border: none;
    background: none;
    font-family: 'Outfit';
}

.aew-inner-header {
    text-align: center;
    padding: 4rem 2rem;
    background: #eceff1;
}

.aew-inner-header h1 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.aew-section {
    padding: 2rem;
}

.aew-splash-video-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.home .aew-splash-video-container {
    height: 100vh;
}

.aew-splash-video-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}

.aew-splash-video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.aew-name {
    font-family: 'STIX Two Text', serif;
    text-transform: uppercase;
    letter-spacing: 1em;
}

.aew-name strong {
    font-size: 4rem;
    display: block;
    font-weight: 400;
}

.aew-and {
    /*font-family: 'Signatie', sans-serif;*/
    font-size: 1.75rem;
    margin: 0 0.5rem 0 0;
}

.aew-splash-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 3;
    text-align: center;
}

.aew-names {
    display: block;
    grid-gap: 2rem;
    align-items: center;
}

.aew-countdown {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.5);
    /*display: flex;*/
    grid-gap: 2rem;
    justify-content: center;
    align-items: center;
    z-index: 4;
    color: white;
    width: 100%;
    text-align: center;
    margin: 0;
}

.aew-countdown span {
    width: 7rem;
    letter-spacing: 0.25em;
}

.aew-countdown strong {
    font-family: 'STIX Two Text', serif;
    display: block;
    font-size: 2rem;
}

.aew-inner-navigation {
    position: sticky;
    top: 8rem;
    display: flex;
    align-items: center;
    grid-gap: 2rem;
    list-style-type: none;
    padding: 0 2rem;
    height: 3.5rem;
    backdrop-filter: blur(15px);
    background: rgba(0,0,0,0.25);
    z-index: 9999;
    margin-top: -3.5rem;
    color: white;
}

.aew-inner-navigation a {
    color: white;
    text-decoration: none;
}

.aew-inner-navigation.js-scrolling {
    background: rgba(0,0,0,0.1);
    color: black;
}

.aew-inner-navigation.js-scrolling a {
    color: black;
}

.aew-inner-navigation-root {
    font-weight: 700;
}

.aew-footer {
    display: flex;
    align-items: center;
    gap: 4rem;
    background: black;
    color: white;
    padding: 6rem 2rem;
}

.aew-footer .aew-logo {
    position: static;
    transform: none;
}

.aew-footer nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.aew-footer nav a:not(.aew-button) {
    color: white;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.aew-featured-section {
    display: flex;
}

.aew-featured-image {
    width: 50vw;
    height: 50vw;
    min-width: 50vw;
}

.aew-featured-image img {
    width: 50vw;
    height: 50vw;
    object-fit: cover;
}

.aew-featured-content {
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aew-featured-content h2 {
    margin-top: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
}

.aew-featured-content p {
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.aew-featured-section-reverse .aew-featured-content {
    order: 1;
}

.aew-featured-section-reverse .aew-featured-image {
    order: 2;
}

.aew-input input,
.aew-textarea textarea {
    border: 1px solid #cfd8dc;
    padding: 0.5rem 1rem;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 1rem;
    width: 100%;
}

.aew-input label,
.aew-textarea label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .aew-input-row {
        display: flex;
        gap: 4rem;
    }

    .aew-full-name,
    .aew-attendance {
        width: 30%;
    }

    .aew-dietary-requirements {
        width: 40%;
    }

    .aew-names {
        display: flex;
    }
}

.aew-attendance p {
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.aew-guests .aew-guest:last-of-type {
    border-bottom: none;
}

.aew-guest {
    padding: 2rem 0;
    border-bottom: 1px solid #eceff1;
    display: none;
}

.aew-guest h2 {
    margin: 0;
    font-family: 'STIX Two Text', serif;
}

.aew-add-another-guest {
    background: white;
    border-color: black;
    text-align: center;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    transition: 0.5s ease-in-out;
    color: black;
}

.aew-add-another-guest:hover {
    background: black;
    color: white;
}

.aew-alert {
    background: #eceff1;
    border-left: 2px solid #cfd8dc;
    padding: 1.5rem;
}

.aew-smallprint {
    color: #607d8b;
}

.aew-add-another-guest span {
    font-size: 1rem;
}

.aew-button-primary {
    background: black;
    color: white;
    border-color: black;
}

.aew-button-secondary {
    background: white;
    color: black;
    border-color: white;
}

.aew-button-ghost {
    border-color: black;
    color: black;
}

.aew-button-primary:hover,
.aew-button-primary:focus,
.aew-button-ghost:hover,
.aew-button-ghost:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}

.aew-button-secondary:hover,
.aew-button-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.aew-button-destructive {
    border-color: #f44336;
    color: #f44336;
    background: transparent;
}

.aew-button-destructive:hover,
.aew-button-destructive:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(244, 67, 54, 0.5);
}

.aew-guest-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.aew-guest-title .aew-button {
    margin-left: auto;
}

.aew-button.aew-button-small {
    padding: 0.5rem 1rem;
}

.aew-radios {
    padding-top: 0.5rem;
}

.aew-radios label {
    margin: 0 2rem 0 0;
}

.aew-splash-video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.aew-alert-success {
    background: #e8f5e9;
    color: #4caf50;
    font-size: 1rem;
}

.aew-alert-success strong {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
}

.aew-alert-success span {
    font-size: 1.2rem;
}