/*
	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 */
/*
 Theme Name: Jannah Child
 Template: jannah
*/

/* Tipografia generale */
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Titoli e logo */
.logo-text,
h1, h2, h3, h4, h5, h6,
.the-subtitle {
    font-family: Arial, Helvetica, sans-serif;
}

/* Link standard */
a,
body .entry a,
.dark-skin body .entry a,
.comment-list .comment-content a {
    color: #3498db;
    text-decoration: none;
}

a:hover,
body .entry a:hover,
.dark-skin body .entry a:hover,
.comment-list .comment-content a:hover {
    color: #3498db;
    text-decoration: underline;
}

/* Link nei contenuti */
#content a:hover {
    text-decoration: underline !important;
}

/* Titoli dei post con underline animata */
a.post-title,
.post-title a {
    background-image: linear-gradient(to bottom, #000 0%, #000 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    color: #000;
}

.dark-skin a.post-title,
.dark-skin .post-title a {
    color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 98%);
}

/* Footer, se ti serve */
.fot {
    text-align: left;
}

/* Link globali: contenuto, sidebar, footer */
.entry a,
.widget a,
.site-footer a {
    color: #3498db;
    text-decoration: none;
}

.entry a:hover,
.widget a:hover,
.site-footer a:hover {
    color: #3498db;
    text-decoration: underline;
}