:root {
    --c-primary: #68933a;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    font-family: 'Montserrat', arial, sans serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

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

h3 {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

#masthead {
    margin-bottom: 0;
    border-bottom: 11px solid var(--c-primary);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.navbar {
    padding: 0;
}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.5rem;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}

#logo-pic {
    display: none;
}

#logotestuale {
    font-family: 'Segoe Script Regular', 'Montserrat', sans-serif;
}

.navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

body header.navbar-light .navbar-nav>li>a:hover,
body header.navbar-light .navbar-nav>li.active>a {
    color: #678642;
}

#logo-pic img {
    max-width: 250px;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: initial;
    left: 5%;
    z-index: 10;
    padding: 10px 0;
    color: #000;
}

.carousel-indicators {
    bottom: 82px;
}

.background {
    font: 400 20px / 22px 'Montserrat';
}

#sliderHome .carousel-inner {
    padding-bottom: 98px;
}

.slider-titles {
    font-size: 18px;
    line-height: 22px;
}

.slider-titles strong {
    font-family: 'Segoe Script Regular', 'Montserrat', sans-serif;
}

.carousel-caption p {
    font-size: 14px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    position: absolute;
    top: 26vw;
}

#banner2 {
    padding: 0;
    margin: 0 auto;
    background-image: url('/assets/img/111/home/banner2-sfondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.shadow-nero {
    background-color: rgba(0, 0, 0, 0.3);
}

#banner2 article {
    color: #fff;
    padding: 0;
}

#banner2 h2 {
    color: #fff;
    text-shadow: 0 0 7px #000;
    margin-top: 24px;
    margin-bottom: 15px;
    font: 600 22px / 25px 'Montserrat';
    padding: 10px 0;
    line-height: 1.25;
}

#banner2 p {
    color: #fff;
    font: 600 14px / 25px 'Montserrat';
    text-shadow: 0 0 7px #000;
}

.btn-orto {
    line-height: 3;
    text-transform: uppercase;
}

.btn-primary,
.btn-primary:focus {
    background-color: #fff;
    border-color: var(--c-primary);
    color: #000;
}

.btn-primary:hover {
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 134, 66, .5);
}

#banner2 .btn-primary:not(.btn-contattaci2) {
    border-color: #000;
}

.btn-contattaci2,
.btn-contattaci2:focus {
    background-color: var(--c-primary);
    border-color: var(--c-primary);
    color: #fff;
}

.card-front-page {
    margin: auto;
}

#footer-contatti {
    background-color: var(--c-primary);
    margin-bottom: 50px;
}

.cont h2 {
    padding: 15px;
    margin: 0px;
}

footer {
    font-size: 90%;
}

.copyright a,
footer a {
    color: #000;
}

.schedagallery {
    padding-top: 10px;
    padding-bottom: 10px;
}

.titolo-contatti,
.titolo-ricette {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 15px;
}

.entry-content {
    margin: 1.5em 0 0;
}

.hr-nero {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 0;
    opacity: 1;
}

#form-contatti h2 {
    font: 600 22px / 25px 'Montserrat';
    padding: 10px 0;
    line-height: 1.25;
}

.immaginelistaricetta {
    padding-top: 55%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

a {
    text-decoration: none;
}

h5 {
    font: 600 18px / 20px 'Montserrat';
    line-height: 17.5px;
    color: #24292e;
    margin-top: 24px;
    margin-bottom: 15px;
}

.flex-1 {
    flex: 1;
}

.previewricetta h5 {
    margin: 0 0 15px;
}

.ricetta h1 {
    font: 300 35px / 35px 'Montserrat';
    margin-top: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ricetta .ingredienti {
    padding: 15px;
}

.ricetta h3,
.scopri h3 {
    font-weight: 600;
    margin-bottom: 9px;
}

.scopri h4 {
    font-size: 16px;
    line-height: 20px;
    color: #24292e;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 15px;
}

.bg-light.bg-light-custom {
    background-color: #faf5f1 !important;
}

.ricetta table {
    margin: 0 0 1.5em;
    width: 100%;
    border-spacing: 0;
}

.ricetta table tr:first-child td {
    border-top: none;
}

.ricetta table td:first-child {
    border-left: none;
    text-align: center;
}

.ricetta table td {
    line-height: 30px;
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #ccc;
}

.sociallink a,
.sociallink a:visited,
.sociallink a:link {
    color: #444;
    line-height: 30px;
    margin: 15px 0;
    text-transform: uppercase;
}

.sociallink i {
    font-size: 20px;
}

.bottonescopri-dentroricette {
    background-color: var(--c-primary);
    color: #fff;
}

.sfondo-categoria {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.sfondo-categoria h1 {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 10px 20px;
}

.border-orto::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -5px;
    background-color: var(--c-primary);
    left: 1%;
    width: 98%;
}

.fw-500 {
    font-weight: 500;
}

.text-primary {
    color: var(--c-primary) !important;
}

.favorite {
    z-index: 100;
    cursor: pointer;
    width: 35px;
    padding: .4em;
}

.conteggioCarrello {
    background: var(--c-primary);
    color: white;
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.avvisoCarrello {
    background: white;
    display: inline-block;
    width: 300px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #4b4b4b;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 10px;
    font-size: 12px;
    color: #000;
}

#carouselProdotto .carousel-indicators {
    bottom: 0;
}

#carouselProdotto .carousel-control-next-icon,
#carouselProdotto .carousel-control-prev-icon {
    position: initial;
    top: initial;
}

.image-wrapper {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    background: #eee;
    /* facoltativo */
}

.image-wrapper img:not(.favorite) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#dropdownMenuLingua {
    display: none;
}

.dropdown-menu-lingua {
    min-width: auto;
    border: 0;
    display: flex;
}

.dropdown-menu-lingua.show {
    display: flex;
}

.dropdown-toggle-lingua::after {
    display: none;
}

@media only screen and (min-width: 576px) {

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        position: absolute;
        top: 13vh;
    }
}

@media only screen and (min-width: 768px) {

    .btn-orto {
        line-height: normal;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-brand>a {
        font-size: 1.1rem;
    }

    #logo-pic {
        display: block;
    }

    .navbar-brand {
        margin: auto;
        padding-bottom: 10px;
        height: auto;
    }

    .navbar {
        flex-flow: wrap;
    }

    .navbar-expand-xl .navbar-collapse {
        width: 100%;
        flex-basis: auto;
        display: flex !important;
    }

    .navbar-nav {
        width: 100%;
        justify-content: space-between;
        max-width: 920px;
        margin: auto;
        flex-direction: row;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        position: initial;
        top: initial;
    }

    .carousel-caption {
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        font-size: 17px;
    }

    .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
    }

    .slider-titles {
        color: #fff;
        font-size: 22px;
        line-height: 32px;
    }

    .slider-titles strong {
        font-size: 35px;
        line-height: 43px;
    }

    #sliderHome .carousel-inner {
        padding-bottom: 0;
    }

    li.menu-item.nav-item {
        position: relative;
    }

    #main-nav li.active:before {
        -moz-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        width: 0.75em;
        height: 0.75em;
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -0.375em;
        background-color: var(--c-primary);
    }

    #banner2 {
        padding: 10vh;
        margin: 10vh auto;
    }

    #banner2 article {
        background-color: #fff;
        padding: 35px;
    }

    #banner2 .shadow-nero {
        background-color: transparent;
    }

    #banner2 h2,
    #banner2 p {
        color: #000;
        text-shadow: none;
    }

    #banner2 p {
        font-weight: 400;
    }

    .cont h2 {
        margin: 25px 0;
        padding: 25px;
    }

    .titolo-contatti,
    .titolo-ricette {
        font-size: 32px;
    }

    #dropdownMenuLingua {
        display: block;
    }

    .dropdown-menu-lingua {
        display: none;
        border: 1px solid rgba(0, 0, 0, .15);
    }

    .navbar-nav {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1200px) {
    .until-container-xl {
        max-width: 1140px !important;
    }
}