/*
Theme Name: Levi Child
Description: Child Theme del tema Twenty Twenty-Five
Author: Levi Schiavone
Author URI: http://www.evilalive.com/
Template: twentytwentyfive
Version: 0.1
*/
:root{

    --color-1:#aa9c31;
    
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



.wpageform {
    border-radius: 0.5em;
    overflow: hidden;
    max-width: 550px;
    margin: 0 auto;
}
.wpageform-el{}
.wpageform-el>p {
    display: flex;
    align-items: center;
    margin: 0;
}
.wpageform-el label{    color: #adaaaa;}
.wpageform-el p>span{width: 100%;}
.wpageform-el input{width: calc(100% - 2em)!important;}
.wpageform-el textarea{width: calc(100% - 2em)!important;height: 5em!important;}
.wpageform-el input, .wpageform-el textarea {
    border: 1px solid #00000005;
    border-radius: 0.3em;
    padding: 1em;
    font-family: 'Manrope';
    color: #888;
    font-size: 1em;
    background-color: #f5f5f5;
} 
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888888;font-weight:200;font-size:18px
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888888;font-weight:200;font-size:18px
}
:-ms-input-placeholder { /* IE 10+ */
color: #888888;font-weight:200;font-size:18px
}
:-moz-placeholder { /* Firefox 18- */
 color: #888888;font-weight:200;font-size:18px
}


.wpageform-el.wpageformhalf {    flex: 1 0 0;}
.wpageform-el.wpageformfull {
    flex: 1 0;
}

h1.wp-block-post-title {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 84px;
    text-align: center;
    color: #7e644238;
    letter-spacing: -5px;
}
@media (max-width: 792px){
   h1.wp-block-post-title {font-size: 17vw;letter-spacing: -0.5vw;}
}

header.wp-block-template-part {
    display: none;
}

h1.wp-block-post-title {
    display: none;
}

body.home {
    background-image: url('https://www.agricolarinaldi.it/wp-content/uploads/2025/10/homerinaldi.jpg');
    background-size: cover;
}

.splashlogo {
    text-align: center;
    width: 400px;
    /* min-width: 350px; */
    margin-bottom: 5em;
}

.splashlogo img {
    width: 100%;
}

main#wp--skip-link--target {
    /* padding: 0!important; */
    margin: 0!important;
}


.wpageform-row {
    display: flex;
    gap: 1em;
    margin-bottom: 1em;
    width: 100%;
}
form>div:nth-child(6){margin-bottom:0px!important}

.wpageform .wpcf7 {
    padding: 1em;
    background-color: #fff;
    font-size: 14px;
}

.wpageform-title {
    background-color: #483829;
    flex: 1;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.wpageform .wpcf7-acceptance {
    font-size: 14px;
}

.wpageform .wpcf7-submit {
    background-color: #181818;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 800;
}
.wpcf7 .wpcf7-submit:disabled{background-color:#555;color:#8f8f8f}

.wpageform-row>p {
    margin: 0;
}


footer.wp-block-template-part {
    display: none;
}

.splashhome a {
    color: #aa9c31;
    text-align: center;
    outline: none;
    text-decoration: none;
}

.splashhome {
    text-align: center;
}