/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.filters-container {
    display: flex; /* Usa flexbox para alinear elementos en una fila */
    gap: 15px; /* Añade espacio entre los elementos */
    justify-content: space-between; /* Distribuye uniformemente los elementos */
    margin-bottom: 20px; /* Añade un margen inferior para separar los filtros de la tabla */
}

.filter-input,
.filter-select {
    flex: 1; /* Hace que todos los elementos ocupen el mismo espacio */
    max-width: 30%; /* Limita cada filtro a un máximo de 30% del contenedor */
}
/* Ocultar la fecha de publicación en el widget de entradas recientes */
.recent-posts-info {
    display: none!important;
}

.home .page-header-title{
    display:none
}
#site-header{
    border:none
}

.container {
    margin: 20px auto;
    width: auto;
}
.heading {
    font-size: 1.2em;
    margin: 20px 0;
}
.image {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    animation-duration: 1s;
    animation-fill-mode: both;
}
