/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* SINGLE PAGE LUME */
#slider {margin-bottom:0px !important}
#slider .flex-direction-nav{ display: none !important;}
#slider img {
    width:auto !important;
    height:auto !important;
    margin:auto;
    display: block;
}
@media screen and (min-width: 680px) {

    #slider img {
        width:auto !important;
        height:450px !important;
        margin:auto;
        display: block;
    }
}
#carousel li {
    opacity: 0.3 !important;
}
#carousel li.flex-active-slide {
    opacity: 1 !important;
}

/* ARCHIVIO LUMI */

.searchandfilter li {
    display: inline !important;
}




/* SINGLE RICETTA */
.step_counter{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    background: var(--awb-color3);
    border-radius: 100px;
    font-weight: 800;
}