/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/* Stile per il menu orizzontale */
#tag-menu  {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #e8e6e6;
    max-width: calc(1164px - 0px);
    margin: 0px auto;
    padding: 3px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tag-menu  li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
    margin: 0px;
}

#tag-menu  li:last-child {
    margin-right: 0;
}

#tag-menu  li a {
    font-family: open sans, open sans regular, sans-serif;
    font-size: 13px !important;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
}

/* Stile per il menu a tendina */
.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px;
    top: 28px;
    left: 0;
    z-index: 9999999;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}

.sub-menu li a:hover {
    background-color: #f5f5f5;
}

#tag-menu .menu-item-has-children {
    margin-left: 30px;
}


.entry-content,
.excerpt-content {
    margin-bottom: 56px;
}



.entry-content p,
.excerpt-content p {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px;
}

.entry-content .morelink {
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 10px;
    padding: 0px;
    font-size: 12px;
}

