/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/*
 * Custom Style Sheet - Use this file to style your content
 */
#logo{ width: 100%; text-align: center; }

/* Se modifica el menú para los elementos de más profundidad */
.level4 { padding-left: 10px; }

/* Se modifica un poco el estilo de las galerias para que tengan sombra y se separa la parte inferior del botón de leer más. */
.sprocket-mosaic-item { box-shadow: 3px 3px 5px #CCC; padding: 0 0 10px; }
.roksprocket-ellipsis{ display: none; }
.sprocket-lists-portrait-pagination li{
    margin: 2px;
    text-align: center;
    line-height: 27px;
    height: 28px;
    padding: 0 5px !important;
    border: 1px solid #4C8009 !important;
    color: #009A8C;
    background-color: #f4f4f4 !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -10px 8px rgba(0, 0, 0, 0.05) inset, 0 12px 8px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255,255,255,0.3) inset;
    width: 15px;
    border-radius: 3px;
}
.sprocket-lists-portrait-pagination li span{ display: contents; }
.sprocket-lists-portrait-pagination li.active {
    margin: 2px;
    text-align: center;
    line-height: 27px;
    height: 28px;
    padding: 0 5px !important;
    border: 1px solid #4C8009 !important;
    color: white;
    background-color: #009A8C !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -10px 8px rgba(0, 0, 0, 0.05) inset, 0 12px 8px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255,255,255,0.3) inset;
    width: 15px;
    border-radius: 3px;
}
