/*
 Theme Name:   The Sociable Theme
 Theme URI:    http://sociable.co
 Description:  Top News Child Theme
 Author:       Belmar Santanilla Gutiérrez
 Author URI:   http://santanilla.pw
 Template:     topnews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  the-sociable
*/

/* Pegamos el logo a la margen izquierda */
#nav-contain {
    margin-left: -20px;
}

/* Cambiamos el tamaño del slider Principal*/
#featured-multi-wrap {
    height: 600px;
}

#featured-multi-main{
    height: 600px;
}

#featured-multi-sub-wrap{
    height: 600px;
}

.featured-multi-sub{
    height: 299px;
}
/* El botón de read more se hace más ancho */
.read-share-overlay{
    width: 155px;
}

/* Encabezado Latest Blog (Home Page) */
h3.section-header span {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    line-height: 100%;
    padding: 10px 5% 10px 20px;
    text-transform: uppercase;
    width: 88%;
}
#home-content-in{
    margin-top: 40px;
}

/* Paginación */
.nav-links{
    padding: 10px 2.5%;
}

/* Modificando el tamaño de la fuente del menú*/
.main-nav .menu li a{
    font-size: 13px;
}

/* Modificando el tamaño de las imágenes del área de destacados */
.featured-multi-sub img {
    min-width: 400px;
    width: 100%;
    height: 100%;
}

#featured-multi-main-img img {
    min-width: 761px;
    width: 100%;
    height: 100%;
}