/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.0.1747250097
Updated: 2025-05-14 19:14:57

*/

body{
	background: white !important;
}

.footer_menu li {
    width: fit-content;
}
.entry-title {
    padding: 10px;
    background: #F3F3F3;
    border-left: 4px solid blue !important;
}

.ast-container{
	background: #FFFFFF;
}
.footer{
		background: #FFFFFF !important;
}
.entry-meta {
    display: none;
}

.entry-content p {
    margin-bottom: 10px;
}


.custom-post-table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.custom-post-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
}

.custom-post-table th,
.custom-post-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

/* Number column styles */
.custom-post-table td:first-child,
.custom-post-table th:first-child {
    background-color: #F3F3F3;
    text-align: center;
}

/* Header styles */
.custom-post-table th {
    background-color: #f9f9f9;
    font-weight: bold;
}

/* Link styles */
.custom-post-table a {
    color: #333;
    text-decoration: underline;
}

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

.custom-post-table thead tr th:nth-child(2){
	text-align:start !important;
}

.custom-post-table thead tr th:nth-child(3){
	text-align:start !important;
}
.custom-post-table thead tr th {
    background: white !important;
}
.custom-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.custom-pagination .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
}

.custom-pagination .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
}


.elementor-field-required label:after {
    content: "(*)";
    color: red !important;
    top: 0;
    font-size: 14px;
}

#main article {
    background: unset;
    padding: unset;
}

.ast-container {
    max-width: 1320px;
}



/* teams shortcode  */


.team-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.team-block {
    display: flex;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    max-width: 32%;
    box-sizing: border-box;
    border-radius: 8px;
    align-items: center;
    background: #fff;
    position: relative;
    flex-direction: row;
}

.team-left {
    flex: 0 0 80px;
    margin-right: 15px;
}

.team-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}

.team-right {
    flex: 1;
}

.team-right p {
    margin: 5px 0;
    font-size: 14px;
}

.more-info-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.team-more-link {
    background-color: transparent;
    color: #21459a;
    border: 1px solid #21459a;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
}

.team-more-link:hover {
    background-color: #21459a;
    color: #fff;
}

/* google translate */

.gtranslate_wrapper a:first-child {border-right: 1px solid black;padding-right: 11px;}
.glink.nturl.notranslate.gt-current-lang{
	color: #21459A;
}

.gtranslate_wrapper a {
    color: black;
    padding-left: 10px;
    font-size: 24px !important;
}


@media (max-width: 1024px) {
    .team-block {
        max-width: 48%;
    }
}
@media (max-width: 768px) {
    .team-block {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .more-info-button {
        position: static;
        margin-top: 10px;
    }
	.gtranslate_wrapper a {
  
    font-size: 20px !important;
	}
}
