/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
.arthro-list {
    border-left: 4px solid #2a2a2a;
    padding: 14px 18px;
    background-color: #f9f9f9;
    margin: 20px 0;
    font-family: 'Zen Old Mincho', serif; /* χρήση της γραμματοσειράς */
    line-height: 1.7;
    font-size: 16px;
    color: #222;
}

.arthro-list p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Zen Old Mincho', serif;
}

.arthro-list ul {
    list-style-type: disc;
    padding-left: 22px;
}

.arthro-list ul li {
    margin-bottom: 8px;
}

.arthro-list ul li a {
    color: #004d73;
    text-decoration: none;
    font-family: 'Zen Old Mincho', serif;
    transition: color 0.3s, text-shadow 0.3s;
}

.arthro-list ul li a:hover {
    color: #b20000;
    text-shadow: 0 0 2px rgba(178, 0, 0, 0.3);
}
