/*
Theme Name: Noya Ritual
Theme URI: https://ac-digital.it
Author: AC-Digital
Author URI: https://ac-digital.it
Description: Tema Noya
Version: 1.0.4
*/
@font-face {
    font-family: 'NeueMetanaMono';
    src: url('/wp-content/themes/noyaritual/fonts/NeueMetanaMono-Light.otf');
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'NeueMetanaMono', sans-serif;
    font-size: 14px;
    margin: 0;
    color: #fff;
    background-image: url('/wp-content/themes/noyaritual/img/SFONDO\ 3.png');
    /* background-image: url('/wp-content/themes/noyaritual/img/SFONDO\ 1.png'), url('/wp-content/themes/noyaritual/img/SFONDO\ 3.png'); */
    text-align: center;
    background-size: contain;
    background-position: top;
    background-repeat: repeat;
    background-color: #000;
    min-height: 100vh;
}

a {
    color: #fff;
}

a:hover {
    color: #ff7800;
}

* {
    box-sizing: border-box;
}

.text-primary {
    color: #ff7800;
}

.header {
    position: relative;
    height: auto;
}

.main-header-desktop {
    display: none;
    width: 100%;
    margin-bottom: 2rem;
}

.main-logo-desktop {
    display: none;
}

.main-header-mobile {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.main-logo-mobile {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: auto;
    padding-top: 1.5rem;
}

.logo {
    width: 100%;
    max-height: 50vh;
    max-width: 350px;
    height: auto;
    width: auto;
    margin: auto;
    display: none;
}

.date {
    font-weight: normal;
    font-size: 3.5rem;
}

.form-title {
    margin-top: 3rem;
}

.wpcf7 {
    width: 100%;
    position: relative;
}

form {
    width: calc(100% - 3rem);
    max-width: 620px;
    margin: 1.5rem auto;
    padding: 0;
    position: relative;
}

form p {
    margin: 0;
}

.form-container {
    width: 100%;
    padding: 1rem 2rem;
    border: 1px solid #ff7800;
    position: relative;
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    /* trucco per farlo durare */
}

input[type="text"],
input[type="number"],
input[type="email"] {
    margin-bottom: 1rem;
    padding: 1rem 0 1rem 1rem;
    border: none;
    border-bottom: 2px dotted #ff7800;
    background-color: transparent;
    color: #fff;
    width: 100%;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder {
    margin-left: -1rem;
    color: #ff7800;

}

form input[type="submit"] {
    background-color: #ff7800;
    box-shadow: none;
    border: none;
    color: #000;
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
        background-image: url('/wp-content/themes/noyaritual/img/SFONDO\ 3.png');
        background-size: contain;
        background-repeat: repeat;
    }

    .header {
        height: auto;
    }

    .main-header-mobile {
        display: none;
    }

    .main-logo-mobile {
        display: none;
    }

    .main-header-desktop {
        display: block;
    }

    .main-logo-desktop {
        display: block;
        position: relative;
        padding: 2rem 0;
        margin: auto;
        text-align: center;
        width: 150px;
        height: auto;
    }

    .logo {
        display: none;
    }
}

/* #counter {
    border: 1px solid #ff7800;
    color: #ff7800;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    display: inline-block;
    font-weight: bold;
    margin: 1rem auto 0rem auto;
} */
#counter {
    border: 1px solid #ff7800;
    color: #ff7800;
    font-size: 0.6rem;
    display: inline-flex;
    font-weight: bold;
    margin: 1rem auto 0rem auto;
    text-align: center;
}

#counter>div {
    padding: 1rem;
    width: 25%;
}

#counter>div>div:nth-child(1) {
    font-size: 2rem;
}

.btn {
    background-color: #ff7800;
    color: #000;
    padding: 1rem;
    text-decoration: none;
    margin: 1rem;
    display: inline-block;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #c76107;
    color: #000;
}

.font-1 {
    font-size: 17px;
    text-transform: uppercase;
}