.tags-links {
    display: none;
}
/* GeneratePress Site CSS */

.inside-article,
.sidebar .widget,
.comments-area {
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

    /* Featured widget */
    .sidebar .widget:first-child {
        background-color: #e86000;
        color: #fff;
    }

        .sidebar .widget:first-child .widget-title,
        .sidebar .widget:first-child a:not(.button) {
            color: #fff;
        }

    .sidebar .widget li {
        margin-bottom: 15px;
    }

.button.light {
    background: #fff;
    color: #000;
}

    .button.light:hover {
        background: #fafafa;
        color: #222;
    }

.separate-containers .page-header {
    background: transparent;
    padding: 20px 0;
}

.page-header h1 {
    font-size: 30px;
}

@media (max-width: 768px) {
    .post-image img {
        max-width: 100%;
    }
}
/* End GeneratePress Site CSS */

#jp-relatedposts {
    display: none !important;
}

.sidebar .widget:first-child {
    background-color: #3a3a3a;
    color: #fff;
}


.btn-shrt:hover {
    background-color: black !important;
    color: whitesmoke !important;
}

p {
    font-size: 18px !important;
    line-height: 1.5em !important;
}
