/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 04 2026 | 01:26:05 (pm)
/*
/******* Do not edit this file *******/

/* DTX-inspired dark navy theme with cyan tech accent */

html, body {
    background: #0B1C33;
}

#page {
    background: #0B1C33;
    box-shadow: none;
}

/* Header */
.site-header {
    background: #0B1C33;
    padding: 30px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-title a,
.site-title a:hover,
.site-title a:visited {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-shadow: 0 0 18px rgba(41, 182, 246, 0.45);
}

.site-description {
    color: #9FB0C8;
}

/* Navigation */
.main-navigation {
    background: #0F2545;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.main-navigation ul li a {
    color: #D7DCE3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-bottom: 3px solid transparent;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a {
    color: #ffffff;
    border-bottom: 3px solid #29B6F6;
    background: rgba(41, 182, 246, 0.08);
}

/* Body text */
body,
.entry-content,
.entry-content p,
.entry-content li {
    color: #D7DCE3;
}

/* Headings */
.entry-title,
.entry-title a {
    color: #ffffff;
    font-weight: 700;
    border-left: 5px solid #29B6F6;
    padding-left: 14px;
}

.entry-content strong {
    color: #ffffff;
}

/* Links */
a {
    color: #6FC3F7;
}

a:hover,
a:focus,
a:active {
    color: #29B6F6;
    text-decoration: underline;
}

/* Sidebar widgets as dark cards */
.widget-area .widget {
    background: #10233F;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 18px 20px;
    margin-bottom: 24px;
    color: #D7DCE3;
}

.widget-title {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: none;
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
}

.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: #29B6F6;
}

/* Search box */
.widget_search input[type="text"],
.search-form input[type="search"] {
    background: #0B1C33;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

.widget_search input[type="submit"],
input[type="submit"] {
    background: #29B6F6;
    color: #0B1C33;
    border: none;
    padding: 6px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.widget_search input[type="submit"]:hover,
input[type="submit"]:hover {
    background: #ffffff;
    color: #0B1C33;
}

/* Footer */
#colophon,
.site-footer {
    background: #08172B;
    color: #9FB0C8;
    border-top: 1px solid rgba(255,255,255,0.08);
}

#colophon a,
.site-footer a {
    color: #ffffff;
}