/*
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;
}

/*Link style stuff*/

div.td-post-content a{ text-decoration: underline }
div.td-post-content a:hover{ text-decoration: none }

/*AdSense Auto Ads margin stuff*/
.google-auto-placed + p{
    margin-top: 26px;
}
.google-auto-placed + .td-pb-article-list{
    margin-top: 36px;
}
ul.wpp-list-with-thumbnails > li + li.google-auto-placed{
    margin-top: 1em !important;
}

/* WPForms styling */

div.wpforms-dml-wrapper div.wpforms-title {
    background-color: #edeff0;
    padding: 12px;
    text-align: center;
}
.wpforms-dml-wrapper .wpforms-submit-container {
    text-align: center;
}
div.wpforms-dml-wrapper .wpforms-form button[type=submit].wpforms-dml-submit{
    background-color: #595d64;
    color: white;
    border-radius: 5px;
}

/* Blockquote styling */
.td-page-content blockquote, .td-post-content blockquote {
    border-left: 5px solid #ccc;
    padding: 0 0 0 30px;
    margin: 30px 0;
}
.td-page-content blockquote p, .td-post-content blockquote p {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    text-align: inherit;
    text-transform: inherit;
    color: inherit;
    font-style: inherit;
}

/* Comments button */

div.sepcombtn {
    background: #aa1801;
    padding: 20px 5px 20px 5px;
    text-align: center;
    border-radius: 3px;
    color: white;
    width: 100%;
    display: block;
    margin-bottom: 19px;
    box-shadow: 1px 1px 3px grey;
}
div.sepcombtn > span#join {
    position: relative;
    left: 19px;
}
div.sepcombtn > span#join::before {
    content: '\f075';
    font-family: FontAwesome;
    position: absolute;
    left: -35px;
    font-size: 25px;
}