/**
 * @file
 * Subtheme specific CSS.
 */

h1.title {
    text-align: center;
    margin-top: 1rem;
}
.node--type-etichetta {
    .field--name-field-immagine {
        float: none;
        width: 100%;
        justify-content: center;
        display: flex;
    }
}
.block p {
    color: black;
    font-size: 1rem;
}
.block p a {
    color: black!important;
    font-size: 1rem;
}

.block h2 {
    text-align: center;
    color: black;
}
.site-footer .site-footer__bottom, .site-footer .region-footer-fifth {
    margin-top: 0;
}
#footer .block .fa {
    vertical-align: text-bottom;
}
.paragraph h3, .label {
    color: #6C6145;
    letter-spacing: 0;
    letter-spacing: 0;
}
.table th, .table td, .label {
    font-size: 1rem;
}
table > :not(caption) > * > *
.table.table-pomario > tr {
    background: white;
}
.field--name-field-ingredienti-vino .field__label, .field--name-field-raccolta .h3 {
    text-transform: uppercase;
    color: #6C6145;
    font-size: calc(1.2rem + .6vw);
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 1rem;
}
.field--name-field-ingredienti-vino .field__item {
    text-transform: uppercase;
}
.field--name-field-ingredienti .field__items {
    display: inline-flex;
    flex-wrap: wrap;
}
.field--name-field-ingredienti .field__items .field__item:last-of-type .comma {
    display: none;
}
.field--name-field-ingredienti .field__label {
  font-weight: bold;
  color: #6C6145;
}
.box-inline .box {
    border: 1px solid #6C6145;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.box-inline .box .box-title  {
    background: #E0DBCE;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
}
.box-field {
    border-bottom: 1px solid #E0DBCE;
    padding: 3px 0;
}
.box-field .field__label  {
    font-weight: 600;
}
.box-field .field--type-string  {
    display: flex;
    justify-content: space-between;
    margin: 0 8px;
}
.user-logged-in .nav-item .nav-link {
    color: black;
}
.border-field {
    border-bottom: 1px solid #6C6145;
}
@media (min-width: 1200px) {
    .field--name-field-ingredienti,  .field--name-field-qrcode {

        float: none!important;
    }
}