.post-thumbnail img,
.entry-thumbnail img,
.wp-post-image {
    border-radius: 16px;
}

/* Εξαφανίζει το τεράστιο κενό κάτω από το περιεχόμενο του άρθρου */
.site-main > article, .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Μαζεύει το κενό γύρω από τα κουμπιά share/like (Jetpack) */
#jp-post-flair, .sharedaddy, #sharedaddy {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Μαζεύει τα βέλη πλοήγησης (Επόμενο/Προηγούμενο) */
.post-navigation, .nav-links {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Αναγκάζει το γκρι footer να ανέβει προς τα πάνω */
.footer-wrapper, #colophon, .site-footer {
    margin-top: 0 !important;
    padding-top: 10px !important;
}





/* Αλλαγή φόντου σε πράσινο για το συγκεκριμένο module */
.featured-module-style2:nth-of-type(2) .module-title-style2 span {
    background: #2ecc71 !important;
    background-color: #2ecc71 !important;
}









/* Γενικό background */
body,
.site,
#page,
.site-content,
.content-area {
    background: #111 !important;
    color: #fff !important;
}

/* Κείμενα */
body,
p,
span,
li,
td,
h1,h2,h3,h4,h5,h6 {
    color: #fff !important;
}

/* Links */
a {
    color: #ffffff !important;
}

a:hover {
    color: #ff3b3b !important;
}

/* Άρθρα και widgets */
article,
.widget,
.post,
.entry-content,
.sidebar,
aside {
    background: #1a1a1a !important;
    color: #fff !important;
}

/* Header */
.site-header,
.header-wrap {
    background: #000 !important;
}

/* Μενού */
.main-navigation,
.main-menu,
.navbar {
    background: #111 !important;
}

.main-navigation a,
.main-menu a {
    color: #fff !important;
}

/* Footer */
.site-footer,
footer {
    background: #000 !important;
    color: #fff !important;
}

/* Search box */
input[type="search"],
input[type="text"] {
    background: #222 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}