/*
Theme Name: Som Novozámčan System
Theme URI: https://www.somnovozamcan.eu/kontakt/
Template: newsup
Author: SN Media
Author URI: https://www.somnovozamcan.eu
Description: Sme NovoZámocký spravodajský portál. Na našom webe nájdete tie najaktuálnejšie články o meste Nové Zámky. Zameriavame sa na Kultúru, Rozhovory, Politiku a Život v meste. Som Novozámčan bol založený v roku 2014, od roku 2014-2016 bol prevádzkovaný pod názvom Nature Television. Od konca roka 2016 až do 16.2.2019 sme boli RTTV Slovakia. Dnes sa voláme Som Novozámčan a prinášame vám informácie o všetkom, čo sa v meste deje.
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-header,custom-menu,editor-style,featured-images,footer-widgets,theme-options,threaded-comments,rtl-language-support,translation-ready,full-width-template,custom-logo,blog,news
Version: 5.5.4.1786819210
Updated: 2026-08-15 20:40:10

*/

/* --- HLAVNÉ FARBY PORTÁLU --- */
/* Zelená: #2eb516, Červená (hover): #b40000 */

/* Globálne odkazy a texty */
a, .theme-color { 
    color: #2eb516; 
}
a:hover, a:focus { 
    color: #b40000; 
}

/* Hlavné navigačné menu a lišta */
.navigation-bar, 
.navigation-bar-top {
    background-color: #2eb516 !important;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li a:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
    color: #ffffff !important;
}

/* Tlačidlá a vyhľadávanie */
.btn-theme, 
input[type="submit"], 
button[type="submit"],
.search-form .input-group-prepend .btn-theme,
.back-to-top a {
    background-color: #2eb516 !important;
    border-color: #2eb516 !important;
    color: #ffffff !important;
}
.btn-theme:hover, 
input[type="submit"]:hover, 
button[type="submit"]:hover,
.back-to-top a:hover {
    background-color: #b40000 !important;
    border-color: #b40000 !important;
}

/* Estetické prvky widgetov (štítky, nadpisy, blesk v top stories) */
.widget-title {
    border-left: 4px solid #2eb516 !important;
}
.post-img-wrap .entry-meta .cat-links a,
.post-img-wrap + .entry-header .entry-meta .cat-links a {
    background-color: #2eb516 !important;
}
.top-stories-bar .top-stories-label .flash-icon {
    background-color: #2eb516 !important;
}
.top-stories-bar .top-stories-label .flash-icon:before,
.top-stories-bar .top-stories-label .flash-icon:after {
    border: 1px solid #2eb516 !important;
}
::selection, ::-moz-selection {
    background: #2eb516;
    color: #fff;
}