/**
Theme Name: Astra Child
Author: Siruk
Author URI: https://siruk.io
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Header Search Area */

.header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    width: 100%;
}

.is-form-style.is-form-style-3 input.is-search-input {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.is-form-id-136 .is-search-icon {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.is-form-style input.is-search-submit, .is-search-icon {
    color: #fff;
    background: var(--ast-global-color-0);
}

/* Home */

.home-banner-text{
	background: rgba(255, 255, 255, 0.8);
    padding: 30px !important;
	max-width: 55% !important;
    border-radius: 12px !important;
}

@media (max-width: 768px){
	.home-banner-text{
		max-width: 100% !important;
	}
}


/* Home -  News & Events */

.home-news-one{
	display: flex;
	margin-bottom: 20px !important;
	background-color: var(--ast-global-color-4) !important;
    padding: 10px 15px!important;
    border-radius: 6px !important;
}

.home-news-one img{
	height: 30px !important;
}
.home-news-right{
	width: 90%;
    margin-left: 10px !important;
}

.home-news-post-title{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000 !important;
}

.wp-show-posts-inner{
	margin-bottom: 20px !important;
}

.home-news-right time{
	font-weight: 500 !important;
    color: #001E4A !important;
	font-size: 12px;
}

/* Fellowships */

.single-fellowship .entry-meta, .single-committee .entry-meta{
	display: none;
}

.single-fellowship .ast-article-single img{
	box-shadow: none !important;
   	-webkit-box-shadow: none !important;
}

/* Table */

.wp-block-table thead {
    background-color: var(--ast-global-color-0);
    color: #FFF !important;
}

.wp-block-table th {
	text-align: left !important;
}


/* Documents stylings */

/* General Container Styling */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Filter Section */
.filter-section {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between elements */
}

#nunna-eng-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#nunna-eng-filter select,
#nunna-eng-filter input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 200px;
}

/* Posts Grid */
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: space-between;
}

#nunna-eng-posts .card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#nunna-eng-posts .card-body {
    padding: 15px;
}

#nunna-eng-posts .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

#nunna-eng-posts .card-text {
    color: #555;
    margin-bottom: 15px;
}


/* Pagination */
.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #0073aa;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    pointer-events: none;
}

.pagination .page-numbers:hover {
    background-color: #005177;
    color: #fff;
}


/* Footer */

.site-above-footer-wrap h2{
	font-size: 4rem;
	color: #FFF !important;
}

@media screen and (max-width: 768px){
	.site-above-footer-wrap h2{
		font-size: 2rem;
		color: #FFF !important;
	}
}

.site-primary-footer-wrap .widget_nav_menu a{
	color: #000 !important;
}

.site-primary-footer-wrap .widget_nav_menu a:hover{
	color: var(--ast-global-color-0) !important;
}