/*
Theme Name:     Newspaper 7 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:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

@media(min-width: 768px){
    #m-site-id, .menu-item-91511, .menu-item-91513, .menu-item-91515{
        display: none;
    }
}

.sf-menu > li.menu-item-91509 > a {
    padding-left: 0;
    background-color: transparent !important;
}

div.td-post-next-prev-content > span {
    color: rgb(34,34,34);
    font-size: 15px;
    font-weight: bold;
}

span.prev-post:before{
    content: '←';
    margin-right: 5px;
    box-sizing: border-box;
}
span.next-post:after{
    content: '→';
    margin-left: 5px;
    box-sizing: border-box;
}

/* Wordpress Popular Posts CSS override*/

.popular-posts h2.widget-head{
    margin: 0 0 1em 0 !important;
    color: rgb(50,50,50);
    font-size: 1.5em;
    font-weight: 700;
}

.wpp-thumbnail {
    margin: 1em 14px 4px 0;
    display: block
}
.wpp-post-title {
    margin: 1em 0 0.25em 0;
    color: rgb(50,50,50) !important;
    font-size: 18px;
    line-height: 12px;
}
a.wpp-post-title:hover, a.wpp-post-title:active, a.wpp-post-title {
    text-decoration: none;
    color: rgb(50,50,50);
    cursor: pointer;
}

a.wpp-post-title:hover{
    text-decoration: none;
    color: rgb(240,0,0) !important;

}

ul.wpp-list.wpp-list-with-thumbnails > li{
    margin-left: 0;
}

/**/