/*
 Theme Name:   GP News Pro
 Theme URI:    https://wplitetheme.com/gp-news-pro/
 Description:  GeneratePress Child theme for mobile responsive news blog website. Using this child theme you can easily create a news website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.3
*/

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.post-author img {
    border-radius: 50%;
}

.author-name {
    font-weight: 600;
}

.post-date {
    font-size: 13px;
    color: #777;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
}

.pagination a:hover {
    background: #f5f5f5;
}

.pagination .current {
    background: #222;
    color: #fff;
    border-color: #222;
}

/* WordPress post content font size */
.entry-content,
.post-content,
.page-content {
    font-size: 20px;
    line-height: 1.6;
}