/*
Theme Name: Poseidon Child
Theme URI: https://themezee.com/themes/poseidon/
Template: poseidon
Author: ThemeZee
Author URI: https://themezee.com
Description: Poseidon is an elegant designed WordPress theme featuring a splendid fullscreen image slideshow. The clean typography and spacious white layout makes it great to share your stories. You can use the theme as simple blog or easily create a news website with the widget-based Magazine Homepage template.
Tags: two-columns,custom-background,custom-header,custom-logo,custom-menu,blog,news,editor-style,block-styles,rtl-language-support,featured-image-header,featured-images,flexible-header,custom-colors,full-width-template,sticky-post,threaded-comments,translation-ready,theme-options,one-column,left-sidebar,right-sidebar,three-columns
Version: 2.4.2.1786022516
Updated: 2026-08-06 10:21:56

*/

/* LomasUrbano - Subir 2px títulos widgets */
.widget-title, 
.widget .widget-title, 
h3.widget-title {
    font-size: 24px !important; /* estaba en 18px, ahora +2px */
}

/* LomasUrbano - Subir tamaño enlaces sidebar */
.widget ul li a,
.widget_archive ul li a,
.widget_categories ul li a {
    font-size: 20px !important;
    line-height: 1.9 !important;
}

/* LomasUrbano - Breadcrumb ya bajado en page.php */
#breadcrumbs {
    font-size: 12px !important;
    opacity: 0.6 !important;
    margin-top: 30px !important;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #888 !important;
}
#breadcrumbs a {
    color: #888 !important;
    text-decoration: none !important;
}

/* LomasUrbano - Título ficha +6px */
.single .entry-title,
.single h1.entry-title,
.single .post-title {
    font-size: 34px !important;
    line-height: 1.2 !important;
}