/*
Theme Name: Linguasur 2022
Theme URI: https://linguasur.com.ar/
Description: Linguasur 2022 - Child theme para OceanWP WordPress theme.
Author: Luli Rosset
Author URI: https://lulirosset.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

table.ficha-publicacion{
    border: none;
}
table.ficha-publicacion tr{
    border-bottom: 1px solid #444;
}
table.ficha-publicacion .titulo{
    font-weight: bold;
    width: auto;
    max-width: 50%;
}
table.ficha-publicacion .texto{
    background: #fc0;
    width: auto;
    max-width: 50%;
}
.btn{
    display: inlin-block;
    padding: 6px 12px;
    border:  2px solid #fff;
    border-radius: 3px;
}
.btn.btn-descarga{
    border: 2px solid #5d88bc;
    background: #5d88bc;
    color: #fff;
}
.btn.btn-descarga:hover, .btn.btn-descarga:active{
    border: 2px solid #5d88bc;
    background: #fff;
    color: #5d88bc;
}
.btn .dashicons{
    margin-right: 2px;
    padding: 6px 0;
}
.filesize{
    font-size: 0.8em;
    padding: 5px 0 15px;
}

h4.titulo-autor{
    margin-bottom: 10px;
}
.anio-publicacion{
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
h4.titulo-detalles{
    font-size: 1.6em;
    border-bottom: 1px solid #D5DEE8;
    padding-bottom: 10px;
}
p.anio_lista{
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
}
p.autores_lista{
    font-size: 0.9em;
    font-weight: normal;
}
#scroll-top{
    right: 20px;
    margin-right: 20px;
}
p.item-enlaces{
    display: block;
    width: 100%;
    clear: both;
}
span.dashicons.dashicons-external{
    padding-top: 3px;
}
a.enlaces{
}
#searchform-overlay form input, #searchform-overlay form label, #icon-searchform-overlay form input, #icon-searchform-overlay form label{
    font-size: 20px;
}
.home #content ul,
.single-publicaciones ul{
    padding: 0 0 2em 0;
    margin: 0;
}
.home #content li,
.single-publicaciones li{
    list-style-type: none;
    list-style-position: inside;

}
.post-in-category-novedades .background-image-page-header{
    background-image: none;
}
body{
  display:flex;
   flex-direction:column;
  min-height:100vh;
}
.wrapper-flex{
  flex:1;
}