/*
 Theme Name:   WebpressHub.net
 Theme URI:    https://webpresshub.net/readymade-designs/
 Description:  Its a GeneratePress child theme for News Website Templeate By WebpressHub.net
 Author:       WebpressHub.net
 Author URI:   https://WebpressHub.net/
 Template:     generatepress
 Version:      0.1
*/

.post .elementor-post__read-more{
	margin-top: 10px !important;
    background-color: var(--e-global-color-110ad98);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
	width:100% !important;
	display:flex;
align-items:center;
justify-content:center;
}

.elementor-post__text {
    display: flex;                   
    flex-direction: column;         
    justify-content: space-between;
    height: 100%;                   
}
.elementor-post__read-more-wrapper {
    margin-top: auto;               
}

.elementor-pagination {
    display: flex;
    justify-content: center; /* Center the pagination */
    margin: 20px 0; /* Space above and below the pagination */
}

.page-numbers {
    color: black; /* Text color */
    font-size: 16px; /* Font size */
    text-decoration: none; /* Remove underline */
    padding: 10px 15px; /* Padding for a larger clickable area */
    border: 1px solid black; /* Border color */
    margin: 0 5px; /* Space between buttons */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

.page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.1); /* Light background on hover */
}

.page-numbers.next {
    background-color: var(--e-global-color-110ad98); /* Background color for the Next button */
	border: 1px solid white;
    color: white; /* Text color for the Next button */
}

.page-numbers.next:hover {
    background-color: var(--e-global-color-110ad98); /* Darker background color on hover for the Next button */
}






#Content h2 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-110ad98);
    padding: 10px 15px;
    border-radius: 8px;
}
#Content h3 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-110ad98);
    padding: 10px 15px;
    border-radius: 8px;
}
#Content h4 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-110ad98);
    padding: 10px 15px;
    border-radius: 8px;
}
#Content h5 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-110ad98);
    padding: 10px 15px;
    border-radius: 8px;
}
.wp-block-heading span {
    color: white !important;
}