body{
    background:#efefef;
}

/*
|--------------------------------------------------------------------------
| WRAPPER
|--------------------------------------------------------------------------
*/

.of-roost-wrapper{
    width:100%;
}

/*
|--------------------------------------------------------------------------
| CATEGORÍAS
|--------------------------------------------------------------------------
*/

.of-category-bar{
    display:flex;
    gap:12px;
    overflow-x:auto;
    margin-bottom:30px;
    padding:10px 0;
}

.of-category-btn{
    background:#000;
    color:#fff !important;
    padding:12px 20px;
    border-radius:100px;
    text-decoration:none !important;
    font-weight:bold;
    white-space:nowrap;
    transition:0.2s;
    display:inline-block;
}

.of-category-btn:hover{
    background:#111;
    color:#fff !important;
}

/*
|--------------------------------------------------------------------------
| TÍTULO CATEGORÍA
|--------------------------------------------------------------------------
*/

.of-category-title{
    margin-top:50px;
    margin-bottom:25px;
    font-size:36px !important;
    font-weight:900 !important;
    color:#222 !important;
    line-height:1.1;
}

/*
|--------------------------------------------------------------------------
| GRID
|--------------------------------------------------------------------------
*/

.of-roost-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/*
|--------------------------------------------------------------------------
| CARD
|--------------------------------------------------------------------------
*/

.of-roost-card{
    background:#000;
    border-radius:28px;
    overflow:hidden;
    color:#fff;
    position:relative;
    min-height:100%;
}

/*
|--------------------------------------------------------------------------
| IMAGEN
|--------------------------------------------------------------------------
*/

.of-roost-image{
    padding:30px;
    text-align:center;
}

.of-roost-image img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    margin:auto;
}

/*
|--------------------------------------------------------------------------
| CONTENIDO
|--------------------------------------------------------------------------
*/

.of-roost-content{
    padding:25px;
}

/*
|--------------------------------------------------------------------------
| TÍTULO PLATO
|--------------------------------------------------------------------------
*/

.of-roost-card h3,
.of-roost-card h3 a,
.of-roost-card .entry-title,
.of-roost-card .entry-title a{

    color:#ffffff !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    letter-spacing:1px !important;
    font-size:26px !important;
    line-height:1.1 !important;
    margin:0 0 15px 0 !important;
    padding:0 !important;
    text-decoration:none !important;
}

/*
|--------------------------------------------------------------------------
| DESCRIPCIÓN
|--------------------------------------------------------------------------
*/

.of-roost-description,
.of-roost-description p{

    color:#cccccc !important;
    line-height:1.5 !important;
    margin-bottom:20px !important;
    font-size:16px !important;
}

/*
|--------------------------------------------------------------------------
| PRECIO
|--------------------------------------------------------------------------
*/

.of-roost-price{

    color:red !important;
    font-size:32px !important;
    font-weight:900 !important;
    line-height:1 !important;
}

/*
|--------------------------------------------------------------------------
| TABLET
|--------------------------------------------------------------------------
*/

@media(max-width:1024px){

    .of-roost-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media(max-width:768px){

    .of-roost-grid{
        grid-template-columns:1fr;
    }

    .of-roost-card h3,
    .of-roost-card h3 a,
    .of-roost-card .entry-title,
    .of-roost-card .entry-title a{

        font-size:26px !important;
    }
    /* =====================================
BOTONES CATEGORIAS RECTANGULARES
===================================== */

/* contenedor */

.fb_filter_wrapper ul li{
border-radius:16px !important;
overflow:hidden !important;
}

/* botones */

.fb_filter_wrapper ul li a{
border-radius:16px !important;
min-height:62px !important;
padding:14px 20px !important;
}

/* desktop */

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

.fb_filter_wrapper ul li a{
border-radius:18px !important;
min-height:72px !important;
}

}

/* movil */

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

.fb_filter_wrapper ul li{
min-width:220px !important;
}

.fb_filter_wrapper ul li a{
border-radius:16px !important;
min-height:64px !important;
font-size:15px !important;
}

}

}