/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: Custom child theme
Tags: two-columns,three-columns
Version: 3.3.1.1693124473
Updated: 2023-08-27 08:21:13
*/

/* Home Page
--------------------------------------------- */
.news-pro-home .site-content .content-area {
    width: 100%;
}

.home-top {
	background-color: #f3f3f3;
	border-bottom: 0px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
    padding: 0;
    margin:0;
}

/*.home-top .featured-content .entry-title {
	font-size: 30px;
	font-size: 3rem;
}*/

.home-middle-left {
	border-right: 0px solid #e3e3e3;
	float: left;
	padding: 2px 2px 0;
	width: 50%;
}

.home-middle-right {
	float: right;
	padding: 2px 2px 0;
	width: 50%;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}

.news-pro-home .content li, .sidebar li, .news-pro-home .featuredpost article header {
    color: #0f9d58;
}
.news-pro-home .content li, .sidebar li, .news-pro-home .featuredpost article header {
    border-bottom: 0;
    list-style-type: square;
    margin-left: 20px;
    margin-bottom: 5px;
    padding-bottom: 12px;
    word-wrap: break-word;
    padding: 1px;
	font-size: 16px;
    display: list-item;
    margin-bottom: 0;
}
.home-top .featured-content article{
    width: calc(50% - 0px);
    display: inline-block;
}
.news-pro-home .featuredpost article h4 {
	font-size: 16px;
}

.ads_cnt h3 {
    background: #0f9d58;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px;
	border-radius: 5px;
}
.ads_cnt ul {
    list-style: none;
    margin: 0;
}
.ads_cnt ul li {
    width: 50%;
    display: inline-block;
}

.widgettitle {
    color: #fdfdfd;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
    background-color: #0f9d58;
    border-radius: 5px;
    border-top: 0 solid #0788e4;
}

.news-pro-home .content .widget {
    padding-bottom: 0;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 0 10px;
    box-shadow: 1px 1px 2px 1px #00000017;
    border-radius: 5px;
}
.news-pro-home .content .widget {
    background: #fff;
}
.featured-content p {
    margin-bottom: 0;
    background-color: #fff;
    display: block;
    text-align: right;
}
p.more-from-category a {
    color: #fff;
    background-color: #0f9d58;
    border-bottom: 1px solid #aaa;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 0 .5rem;
}
.widget_recent_entries ul li a, .entry-title a {
    color: rgba(0,0,0,.84);
}
.widget_recent_entries ul li a:hover, .entry-title a:hover {
    color: #f08c1f !important;
}

/* Pagenation */
.nav-links{
    display: flex;
    justify-content: center;
	background: #f7f8f9;
}
.paging-navigation .nav-links a, .paging-navigation .nav-links span{
    min-width: 30px;
    padding: 0 1px;
    background: #0f9d58;
    color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
}
.nav-links>:first-child{

}
.nav-links span{
    
}
.nav-links span.page-numbers{
    /*background-color: #308d4614;*/
}
.nav-links span.page-numbers.current{
    background-color: #308d4614;
    color:#308d46;
    font-weight: normal;
}
.separate-containers .site-main>:last-child {
    padding: 0px;
}

/* media css */
@media (max-width: 768px){
    .home-top .featured-content article, .home-middle-left, .home-middle-right{
        width:100%;
    }
}