/*
Theme Name: Generatepress Child
Description: A Child Theme of Generatepress
Author: OddBasket
Template: generatepress
*/

@import url(../generatepress/style.css);

body
{
    background-color: #f0f0f0;
}

#masthead
{
    height: 114px !important;
}

.inside-article img
{
	margin-bottom: -10px;
}

.commentdate
{
    color: #9a9a9a;
}

.entry-meta, .wp-block-search__label, .post-image, .featured-image, .comments-title, .page-header, #text-28, .friendsshort, .logo2
{
    display: none;
}

h1.entry-title, h2.entry-title
{
    font-size: 28px;
}

.content-area
{
    max-width: 720px;
}

.widget-area
{
    max-width: 500px;
}

.read-more-container
{
    text-align: center;
}

.inside-navigation
{
    margin-right: 65px;
}

.widget-title
{
    font-size: 28px;
    margin-bottom: 25px;
}

#email, #url
{
    display: none !important;
}

#text-27, #block-2
{
    padding: 20px;
}

#text-19
{
    padding: 0px;
    background-color: #f0f0f0;
}

#text-26
{
    padding: 0px;
    background-color: #f0f0f0;
}

.entry-content, .entry-summary
{
    margin: -20px;
}

#comments
{
    margin: -20px;
    margin-top: -10px;
}

.comment
{
    margin-top: -40px;
}

.comment-meta
{
    margin-bottom: -25px;
    margin-top: -40px;
}

.comment-content
{
    border: 0px;
    margin-top: 0px;
    margin-left: -30px;
}

.comment-content p
{
    margin-bottom: 9px;
}

.depth-2
{
    margin-left: -30px;
}

.read-more-container
{
    margin-top: -10px;
}

.entry-title
{
    margin-top: -20px;
    margin-bottom: -15px;
    margin-left: -20px;
    margin-right: -20px;
}

.logo1
{
	display: block;
    margin-left: -36px;
}

@media screen and (max-width: 770px)
{
    .entry-content, .entry-title, .entry-summary
    {
        margin: -10px;
    } 
    .logo1, #text-26, .friendsfull
    {
        display: none;
    }
    .logo2
    {
        display: block;
        margin-left: -10px;
    }
    #comments
    {
        margin: -10px;
        margin-top: 5px;
    }
    #text-28
    {
        display: block;
        padding: 0px;
        background-color: #f0f0f0;     
    }
    .friendsshort
    {
        display: block;
    }
    #masthead
    {
        height: auto !important;
    }
}