	
/*
Theme Name: Memberlite child
Theme URI: http://example.com/memberlite-child
Description: A child theme for the Your Theme parent theme
Author: Ebizon
Author URI: http://example.com
Template: memberlite
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../memberlite/style.css");

.custom-wrapper table.ff_repeater_table tr, .custom-wrapper table.ff_repeater_table, .custom-wrapper table.ff_repeater_table td{
    width: 100%!important;
}
.custom-wrapper table.ff_repeater_table thead{
    display: none;
}
.custom-wrapper table.ff_repeater_table tbody td{
    display: block;
}
.custom-wrapper{
    display: flex;
}


.breaking-news-menu-container {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
}

.breaking-news-menu {
    list-style-type: none;
    padding: 0;
}

.breaking-news-menu li {
    margin-bottom: 10px;
}

.breaking-news-menu li a {
    font-size: 16px;
    font-weight: bold;
    color: black; /* Red color for breaking news */
}


.site-content .row{

    display: grid;

    grid-template-columns: 9fr 3fr;

    gap: 20px

}

.site-content .row::before, .site-content .row::after{

    display: none;

}

.site-content .row{
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 20px
}
.site-content .row::before, .site-content .row::after{
    display: none;
}
.breaking-news-menu-container{
    height: max-content
}
.breaking-news-menu-container a{
    cursor: pointer;
}
.breaking-news-menu-container a:hover{
    color: #000!important;
}
 



/* Sidebar Events Styling */
.sidebar-events {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sidebar-events h3 {
    font-size: 1.5em;
    margin-bottom: 0px !important;
}

.sidebar-events ul {
    list-style-type: none;
    padding: 0;
}

.sidebar-events li {
    margin-bottom: 15px;
}

.sidebar-events li a {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.sidebar-events li a:hover {
    text-decoration: underline;
}

.sidebar-events li p {
    margin: 5px 0;
    color: #666;
}

.sidebar-content-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-color: #011935db;
    color: #fff;
    height: max-content;
    padding: 20px;
    border-radius: 8px;
    padding-top: 30px;
    padding-bottom: 50px;
}
/*  .sidebar-content-container .breaking-news-section{
    order: 1;
}
.sidebar-content-container .sidebar-events{
    order: 3;
}
.sidebar-content-container .sidebar-login-prompt{
    order: 2;
}  */
.sidebar-content-container .sidebar-user-info{
	order: -1;
}
.sidebar-content-container h3{
    margin-top: 0;
	margin-bottom:0 !important;
}
.sidebar-content-container .breaking-news-menu-container{
    background-color: #fff;
}
.sidebar-content-container .breaking-news-menu-container a{
    text-decoration: none;
}
.sidebar-content-container .breaking-news-menu-container a:hover{
    text-decoration: underline;
}
.sidebar-content-container .sidebar-login-prompt p{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 0;
}
.sidebar-content-container .sidebar-login-prompt a{
    color: red;
}
.sidebar-content-container .sidebar-login-prompt a:hover{
    text-decoration: none;
}
.sidebar-content-container .sidebar-events {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}
.sidebar-content-container .sidebar-events ul{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 0;
}
.sidebar-content-container .sidebar-events ul a{
    color: red;
    text-decoration: underline;
}
.sidebar-content-container .sidebar-events ul a:hover{
    text-decoration: none;
}
.sidebar-content-container .breaking-news-menu li a {
    color: black;
    font-weight: 500;
    text-decoration: underline!important;
}
.sidebar-content-container .breaking-news-menu li a:hover{
    text-decoration: none!important;
    color: black!important;
}
.site-content .row {
    gap: 25px!important;
}


.sidebar-user-info p{
    background-color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 0;
    border-radius: 0;
}
.sidebar-user-info a{
    color: red;
}
.sidebar-user-info a:hover{
    text-decoration: none;
}
.sidebar-user-info p:nth-child(2){
    padding-top: 15px!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sidebar-user-info p:nth-child(5){
    padding-bottom: 15px!important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.site-content{
    max-width: 1300px!important;
    margin: 0px auto!important
}



.custom-login-form, .forgot-password-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-login-form input,
.forgot-password-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-login-form button,
.forgot-password-form button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.custom-login-form button:hover,
.forgot-password-form button:hover {
    background-color: #005177;
}

.main-navigation.row .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
}

/* .main-navigation ul.sub-menu a{
    width: max-content;
    padding-right: 10px!important;
} */

/* Form container styling */
.user-form-container {
    width: 100%;           /* Full width of the parent container */
    max-width: 800px;      /* Maximum width to prevent stretching */
    margin: 50px auto;     /* Center it horizontally with margin on top/bottom */
    padding: 30px;         /* Padding inside the container */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; /* Ensures padding and border are included in width/height */
    overflow: hidden;      /* Prevents content overflow */
    max-height: 70%;          /* Ensures it doesn't take extra height */
	margin-top :0;
}

/* Form title */
.form-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px; /* Added margin for spacing */
}

/* Message for users not logged in */
.login-message {
    text-align: center;
    color: #ff6347; /* Tomato red */
    font-size: 1.2rem;
}

/* User update form styling */
.user-update-form {
    display: flex;
    flex-direction: column;
    gap: 20px;  /* Added gap between form elements */
}

/* Form label */
.form-label {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

/* Form input fields */
.form-input {
    width: 100%;
    padding: 12px;  /* Increased padding for better spacing inside inputs */
    margin-bottom: 15px;  /* Consistent margin between inputs */
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.form-input:focus {
    border-color: #4CAF50;
    outline: none;
    background-color: #fff;
}

/* Submit button styling */
.form-submit-button {
    width: 100%;
    padding: 14px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.form-submit-button:hover {
    background-color: #45a049;
}
#menu-top-menu .sub-menu .sub-menu{
	top:0px !important;
}
/*sidebar*/
/* General container styles */
.sidebar-content-container {
    padding: 20px;
	margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Heading styles for better visibility */
.sidebar-content-container .upcoming-events-heading h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px !important;
    color: #fff; /* Default color for headings */
}
.sidebar-content-container .breaking-news-heading{
	color: #011935db;
}
/* Section with white background and padding */
.sidebar-content-container > .breaking-news-section,
.sidebar-content-container > .sidebar-events,
.sidebar-content-container > .sidebar-user-info,
.sidebar-content-container > .sidebar-login-prompt,
.sidebar-content-container > .well {
    background-color: #fff; /* White background for sections */
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 0px; /* Add space between sections */
}

/* Breaking News Section */
.breaking-news-section h3 {
    font-size: 1.5em;
	margin: 0px !important;
}

/* Upcoming Events Section - Heading with unique class */
.upcoming-events-heading {
    font-size: 1.5em;
    margin: 0px !important;
/*     color: #fff; /* White color for the Upcoming Events heading */ 
}

/* Upcoming Events List Styling */
.sidebar-events ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-events ul li {
    margin-bottom: 10px;
}

/* Individual event link styles */
.sidebar-events a {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.sidebar-events a:hover {
    text-decoration: underline;
}

/* Registered User Login Section */
.sidebar-user-info h3,
.sidebar-login-prompt h3 {
    font-size: 1.5em;
    margin: 0px !important;
    color: #011935db; /* Updated heading color */
}

/* User info section specific styles */
.sidebar-user-info p {
    margin: 5px 0;
}

/* Login prompt section styles */
.sidebar-login-prompt a {
    color: #0073aa;
    text-decoration: none;
}

.sidebar-login-prompt a:hover {
    text-decoration: underline;
}

/* Propagation Section */
.well h3 {
    font-size: 1.5em;
    margin: 0px !important;
    color: #011935db; /* Updated heading color */
}

/* Custom Solar-Terrestrial Widget Styling */
.custom {
    text-align: center;
    margin-top: 15px;
}

.custom a {
    text-decoration: none;
}

.custom img {
    max-width: 100%;
    height: auto;
}
.sidebar-content-container p{
	margin-bottom:0 !important;
	text-align:left;
}
.sidebar-content-container .well .custom p{
	text-align:unset;
}

/* Tablet / Medium Screens (max-width: 1300px) */
@media (max-width: 1300px) {
  .site-content .row {
    grid-template-columns: 8fr 4fr !important; /* 8:4 ratio */
    padding: 25px !important; /* Padding with !important */
  }
}

/* Mobile View - Stack content and sidebar on small screens (max-width: 750px) */
@media (max-width: 850px) {
  .site-content .row {
    grid-template-columns: 1fr !important; /* Stack columns */
    padding: 25px !important; /* Padding with !important */
  }
}
@media (max-width: 850px) {
  footer .footer-widgets .row {
    grid-template-columns: 2fr 2fr !important; /* Stack columns */
  }
}
@media (max-width: 450px) {
  #page {
    font-size:small;
  }
}
	
  
  .pagination {
    display: inline-block;
}

.pagination a, .pagination span {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #f1f1f1;
}

.pagination .current {
    font-weight: bold;
}
	
/* calendar styles - the date picker becomes color white on hover */

.tribe-common-c-btn__clear:hover{
   color: #000!important;
}
	

.postid-181 .entry-content table a{
    display: block;
    text-align: center;
}
.postid-181 .entry-content table img{
    width: 100%!important;
    object-fit :contain;
}
	
.tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear:hover {
    color:black !important;
    border-radius:5% !important;
    padding: 0px 2px !important;
}
.entry-content span[style="color: #ff0000;"]{
    display: block !important;
}

.postid-181 .entry-content table a{
    display: block;
    text-align: center;
}
.postid-181 .entry-content table img{
    width: 100%!important;
    object-fit :contain;
}

.postid-327 .entry-content a, .postid-327 .entry-content span, .postid-327 .entry-content strong, .postid-94 .entry-content span{
    display: block;
}
.xcrud-container .row{
    grid-template-columns: 1fr;
    gap: 0!important;
    margin-left: 0;
    margin-right: 0;
    padding: 10px
}
.xcrud-container h2{
    padding: 10px !important;
}
ul.custom-post-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.custom-post-list li::before{
    background-image: url('/wp-content/uploads/2025/01/folder_documents.png');
    content: '';
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -5px
}
.custom-post-list li{
    position: relative;
    padding-left: 55px;
    margin-top: 0px!important;
}
@media(max-width:767px){ ul.custom-post-list{
    flex-direction: column!important;
    padding-left: 0;
    gap: 20px
}}
div#pagination-controls {
    margin-top: 50px;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}
div#pagination-controls button{
    padding: 4px 16px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #011935db;
    color: #011935db;
    box-shadow: none;
}
div#pagination-controls button:hover, div#pagination-controls .active{
    background-color: #011935db;
    color: #fff;
}
div#pagination-controls .prev-btn::before{
    content: '<<'!important;
    margin-right: 5px;
}
div#pagination-controls .next-btn::after{
    content: '>>';
    margin-left: 5px;
}
@media(max-width:767px){ .sidebar-content-container {
    min-width: 100%;
}
.site-content .row{
    padding: 15px!important;
}
.sidebar-content-container p, .sidebar-content-container ul ,.sidebar-content-container .breaking-news-menu-container{
    padding: 0!important;
    word-break: break-word;
}
.site-content{
    padding-top: 10px;
}
.hentry{
    margin-bottom: 10px;
}}
.mobile-navigation-bar {
    display: none
}
@media(max-width:1024px){ .main-navigation.row{
    display: none;
}}
div#rmp-container-2358 {
    max-width: 100%;
    background-color: #011935;
}
#rmp-menu-wrap-2358{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px
}
#rmp_menu_trigger-2358 {
    box-shadow: none;
    width: 100%;
}
div#rmp-container-2358 li a{
    color: #fff!important;
    font-size: 16px!important;
}
.dashicons-arrow-up-alt2:before, .dashicons-arrow-down-alt2:before{
    color :#fff;
}
#rmp_menu_trigger-2358 .responsive-menu-pro-inner, #rmp_menu_trigger-2358 .responsive-menu-pro-inner::before, #rmp_menu_trigger-2358 .responsive-menu-pro-inner::after{
    background-color :#fff!important;
    width: 25px;
}
button#rmp_menu_trigger-2358 {
    text-align: right;
    background-color: #011935;
    right: 0!important;
    top: 0!important;
    border-radius: 0!important;
    padding: 0px 20px;
}
.rmp_menu_trigger.is-active .responsive-menu-pro-inner, .rmp_menu_trigger.is-active .responsive-menu-pro-inner::before, .rmp_menu_trigger.is-active .responsive-menu-pro-inner::after{
    background-color :#fff!important;
    width: 20px!important;
}
@media(max-width:1024px){ .site{
    margin-top: 55px;
}}
.postid-328 p, .postid-380 p, .postid-474 p, .postid-478 p, .postid-476 p, .postid-480 p, .postid-482 p, .postid-486 p, .postid-489 p, .postid-495 p, .postid-496 p, .postid-510 p, .postid-512 p, .postid-513 p, .postid-517 p, .postid-529 p, .postid-531 p, .postid-532 p, .postid-92 p, .postid-93 p, .postid-388 p, .postid-387 p{
    margin-bottom: 14px;
}
.postid-387 table{
    margin-bottom: 20px
}
.postid-387 table:last-child{
    margin-bottom: 60px;
}
.bars-title{
	padding-bottom: 20px;
}
.byline, .updated {
    display: block !important;
}
	.tribe-events-meta-group{
    width: 100% !important;
    flex: 0 0 100%;
}
.tribe-events-meta-group dl{
    border: 0 !important;
}
.tribe-events-meta-group .tribe-events-single-section-title{
    border: 0;
    font-size: 24px;
}
.tribe-events-meta-group abbr{
    border: 0;
    text-decoration: none;
    cursor: default;
}
.tribe-events-meta-group dt{
    border: 0;
}



/******************** custom css *********************/
/* Header css */
.header-image {
    width: auto;
    height: 5vw;
    display: block;
	min-height: 60px;
}

.masthead .post_author_avatar, .masthead .masthead-post-byline p.entry-meta{
	display: none;
}

.masthead {
	display: none;
	background-color: #6EACDA;
/* 	color: #000; */
}

img.custom-logo {
    max-height: 180px !important;
}

.site-title a {
    margin-left: 31vw;
	color: #fff !important;
	font-size: 3vw;
}

p.site-description {
    margin-left: 58% !important;
    font-size: 2vw;
	color: #fff !important;
	font-weight: 600;
}

.site-branding {
	position: relative;
	padding: 20px;
	backdrop-filter: blur(3px);
	margin: 0;
	display: none;
}

.header-image-container{
	background-image: url(http://wpten-ten.ebizonstaging.com/wp-content/uploads/2024/11/background.jpg);
	background-size: cover;
    background-position: center;	
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-image-content{
	display: flex;
    /* justify-content: space-around; */
    align-items: center;
    gap: 1vw;
    padding: 0.5vw 2vw;
    backdrop-filter: blur(4px);
}

span.header-text {
    display: flex;
    flex-direction: column;
	font-size: clamp(1.2rem, 1.5vw, 1.5vw);
    font-weight: 700;
	color: #fff;
}

.header-text span:last-child{
	font-size: clamp(1rem, 1vw, 1vw);
	font-style: italic;
}

.site-header .row {
/* 	display: none; */
}

/* nav bar css */

ul#menu-top-menu-3 {
/*     display: flex;
    justify-content: space-around;
    align-items: center; */
}

ul#menu-top-menu-4 {
    padding: 0;
}

/* .site-branding::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://freerangestock.com/sample/119665/global-network--connecting-the-globe--globalization.jpg);
    background-size: cover;
    background-position: center;
	filter: blur(3px);
	z-index: -1;
} */

/* General Footer Styling */
.site-footer {
/*     display: grid; */
/*     grid-template-rows: auto auto auto; */
/*     gap: 20px; */
    background-color: #222;
    color: #fff;
    padding: 20px 10px;
	align-items: center;
	justify-items: center;
}

.site-info div:first-child {
	display: none;
}

/* Top Row: Footer Navigation */
/* .footer-navigation {
    grid-row: 1;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.footer-navigation .footer-menu {
    display: flex;
    gap: 15px;
    list-style: none;
}

.footer-navigation .footer-menu li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-navigation .footer-menu li a:hover {
    color: #fff;
} */

/* Middle Row: Contact Info, Newsletter, Social Links */
/* .footer-middle-row {
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 200px;
	align-items: center;
	justify-items: center;
} */

/* Contact Column */
/* .footer-contact-info {
    text-align: left;
}

.footer-contact-info p {
    margin: 5px 0;
} */

/* Newsletter Column */
/* .footer-newsletter h3 {
    margin-bottom: 10px;
}

.footer-newsletter form {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.footer-newsletter input[type="email"] {
    padding: 8px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}

.footer-newsletter button {
    padding: 8px 12px;
    font-size: 14px;
    background-color: #555;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.footer-newsletter button:hover {
    background-color: #777;
} */

/* Social Links Column */
/* .footer-social-links ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
	margin: 0;
}

.footer-social-links a {
    color: #bbb;
    font-size: 18px;
    transition: color 0.3s;
}

.footer-social-links a:hover {
    color: #fff;
} */

/* Bottom Row: Copyright */
/* .footer-info {
    grid-row: 3;
    text-align: center;
    font-size: 14px;
    color: #bbb;
    margin-top: 20px;
}

.footer-contact-info a{
	color: #f0ad4e;
} */

.site-info .medium-2.small-12.columns {
    min-width: 200px;
}

/* general content css */
div#content {
    text-align: justify;
    margin: 0 20vw;
}

header.masthead {
    padding: 0;
}

.masthead-post-byline {
    margin: 0;
}

h1.entry-title {
    padding: 10px;
	margin: 0;
}

div#primary {
    padding: 0;
}

#site-navigation ul#menu-top-menu-3 {
    padding: 0;
}

/* styling for other pages */
div#primary {
    width: 100%;
}


/* remove comments and footer content */
div#comments {
    display: none;
}

footer.entry-footer {
    display: none;
}

/* login page css */
/* .pmpro {
    max-width: clamp(200px, 40vw, 400px);
	background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
	margin: 0 auto;
	border-radius: 10px;
} */

.welcome-text {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
}

p.welcome-sub-text {
    text-align: center;
    font-style: italic;
}

section#pmpro_login {
	border-radius: 10px;
}

.pmpro_card.pmpro_login_wrap {
    background: none !important;
}

.pmpro img {
    position: absolute;
    bottom: 280px;
    left: 255px;
    z-index: -1;
}

#pmpro_login {
	position: relative;
}

#pmpro_payment_information_fields .pmpro_card, #pmpro_billing_address_fields .pmpro_card {
    width: clamp(480px, 45vw, 650px);
/*     margin: 0 auto; */
}

div#secondary {
    display: none;
}
table.pmpro_table.pmpro_levels_table {
    width: 100% !important;
}

.pmpro_card {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1) !important;
}

/* table styling */
table {
    max-width: 1000px !important;
    overflow-x: auto !important;
}

.wp-block-table .has-fixed-layout {
    table-layout: auto;
}

/* General table styling */
table.has-fixed-layout {
	width: 100% !important;
  border-collapse: collapse !important; /* No space between cells */
  
  margin: 20px 0 !important;
  border: 1px solid #ddd !important; /* Light border for the entire table */
}

/* Styling for the first row (title row) */
table.has-fixed-layout tr:first-child th {
  background-color: #333 !important; /* Darker background for the title row */
  color: white !important; /* White text */
  font-size: 1.5em !important; /* Slightly larger font for the title */
  text-align: center !important; /* Center text */
  padding: 15px !important;
  border: none !important; /* No border for the title row */
  font-weight: bold !important; /* Bold text for the title */
}

/* Styling for the second row (column headers) */
table.has-fixed-layout th {
  background-color: #37AFE1 !important; /* Green background */
  color: white !important; /* White text */
  padding: 12px 15px !important;
  text-align: left !important;
  font-weight: bold !important;
  border: 1px solid #ddd !important; /* Light border for headers */
}

/* Styling for table cells */
table.has-fixed-layout td {
  padding: 12px 15px !important;
  text-align: left !important;
  border: 1px solid #ddd !important; /* Border for each cell */
}

/* Alternate row colors */
table.has-fixed-layout tr:nth-child(even) {
  background-color: #f9f9f9 !important; /* Light gray for even rows */
}

/* Hover effect on rows */
table.has-fixed-layout tr:hover {
  background-color: #ddd !important; /* Light gray background on hover */
}

/* Optional: Adjust font size for readability */
table.has-fixed-layout td, table.has-fixed-layout th {
  font-size: 14px !important; /* Adjust font size for better readability */
}

/* Optional: Add a small border radius to corners */
table.has-fixed-layout {
  border-radius: 8px !important;
  overflow: hidden !important; /* To ensure rounded corners */
}

/* To ensure exactly 6 columns */
table.has-fixed-layout td:nth-child(7), table.has-fixed-layout th:nth-child(7) {
  display: none !important; /* Hide the 7th column */
}

/* nav bar design */
ul#menu-top-menu-1 {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.main-navigation a {
	font-size: clamp(12px, 1.5vw, 20px);
	padding: .9rem 0 !important;
}

/****************Sojal CSS********************/

.site-content{
    padding-top: 50px;
}

.header-image-container {
    min-height: 260px;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: none;
}
.header-image-container .header-image {
    height: 10vw;
}
.header-image-container span.header-text {
    font-size: 4rem
}
.header-image-container .header-image-content {
    backdrop-filter: inherit;
}
.header-image-container::before{
    content: '';
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
}
nav#site-navigation {
    background-color: #011935db;
}
.main-navigation li a {
    font-size: 1.8rem;
    padding: .9rem 0 !important;
	transition: all 0s;
    color: #fff;
}
.main-navigation .menu-item-has-children .sub-menu a{
    font-size: 1.6rem
}
.main-navigation{
    padding: 0;
    border: 0
}
nav#site-navigation {
    border: 0;
}
.main-navigation .sub-menu a{
    color: #414141;
    padding-left: 12px!important
}
.main-navigation .sub-menu a:hover{
    text-decoration: none!important;
}
.sub-menu{
    top: 4.85rem!important;
}
body{
    position: inherit!important;
}
footer .footer-widgets .row {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}
footer .row::before, footer .row::after{
    display: none;
}
footer .widget{
    width: 100%;
}
footer .widget a{
    display: block;
    font-size: 17px;
	cursor: pointer;
}
footer .widget b{
    font-size: 20px;
}
footer figure.wp-block-image.size-full {
    margin: 0
}
footer .widget img{
    width: 65%;
}
footer{
    padding: 0!important;
}
footer .site-info div:first-child {
    display: none;
}
footer .row.site-info p, footer .row.site-info a{
    text-align: center;
    color: #fff!important;
    font-size: 14px;
}
footer .row.site-info{
    padding-bottom: 40px;
    padding-top: 20px;
}
#glt-translate-trigger {
    bottom: 12px;
}

/* Sidebar Login Prompt */
.sidebar-login-prompt {
    padding: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 20px !important;
}

.sidebar-login-prompt h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
}

.sidebar-login-prompt p {
    font-size: 1em !important;
    color: #555 !important;
    text-align: center !important;
    margin: 0 !important;
}

.sidebar-login-prompt a {
    color: #0073aa !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.sidebar-login-prompt a:hover {
    color: #005177 !important;
    text-decoration: underline !important;
}
.header-link{
  text-decoration:none;
}

/*----------------------- news section styling -------------------------*/
.news-title {
    font-size: 3em; 
    text-align: center;
    margin-bottom: 60px;
}

/* Season Section Styles */
.season-section {
    margin-bottom: 55px; 
}

.season-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.season-name {
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    color: #ff0000;
}

.download-btn {
    padding: 8px 12px;
    background-color: #37afe1;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.download-btn:hover {
    background-color: #2c91c0;
    transform: scale(1.05);
}

/* Information Table Styling */
.information-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 8px; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

/* Table Caption Styling */
.information-table caption {
    background-color: #777;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 15px;
    font-size: 1.2em;
}

/* Table Headers */
.information-table th,
.information-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

/* Header Background Color */
.information-table th {
    background-color: #f1f1f1;
    font-size: 1.1em;
    font-weight: bold;
}

/* Zebra Stripes for Table Rows */
.information-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover Effect for Table Rows */
.information-table tr:hover {
    background-color: #f1f1f1;
}

/* Table Data Styling */
.information-table td {
    font-size: 1em;
    color: #333;
}

/* Rounded Bottom Corners for Table */
.information-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.information-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

/* Horizontal Divider between Seasons */
.season-divider {
    border: none;
    border-top: 2px solid #ccc;
    margin-bottom: 100px;
}

/* No File Section Styling */
.no-file {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}


/*----------- Table container for responsiveness and scrollability------- */
#bars-award {
  position: relative;
  max-width: 52vw;
  overflow-x: auto;
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  z-index: 1;
}

/* Table styling */
table {
/*   width: 50%; */
  border-collapse: separate;
/*   border-spacing: 0 0 10px 0; */
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
  text-align: left;
	margin: 0;
}

/* Header styling */
table thead th {
  background-color: #37afe1;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
  border-left: 1px solid #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Body rows styling */
table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* First column border removal for headers */
table thead th:first-child {
  border-left: none;
}

/* Table body rows styling */
table tbody tr {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-left: 4px solid #37afe1;
}

/* Table body cells styling */
table tbody td {
  padding: 10px;
  border-left: 1px solid #ddd;
}

/* Remove border-left for the first column */
table tbody td:first-child {
  border-left: none;
}

/* Hover effect for rows */
table tbody tr:hover {
  background-color: #eaf6ff;
  color: #253952;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Scrollbar styling */
#bars-award::-webkit-scrollbar {
  height: 8px;
}

#bars-award::-webkit-scrollbar-thumb {
  background-color: #37afe1;
  border-radius: 4px;
}

#bars-award::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.bars-title {
	font-size: 3em;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {

    table {
        font-size: 12px; 
    }

    table thead th {
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    }

    table tbody td {
        padding: 8px; 
    }

    #bars-award {
        border-radius: 5px; 
    }
		
	#bars-award {
		max-width: 87vw;
	}
    
    .bars-title {
		font-size: 2em;
      	text-align: center;
      	margin-bottom: 30px;
    }
}
.site-footer {
    background-color: #011935 !important;
}
footer .row.site-info{
    display: none !important;
}
/* h1.key-h1 {
    font-size: 36px !important;
}
h2.key-h2{
    font-size: 30px !important;
    margin-top: 0;
} */
.font-size-fix *{
    font-size: 18px !important
}
	.user-form-container {
    max-height: inherit;
    align-self: self-start;
}
.social-media-container img{
    width: 35px;
    margin-top: 10px
}
.tribe-events-after-html {
    display: none;
}
body.logged-in .tribe-events-after-html{
    display: block;
}
.header-image-container{
	background-image: url(/wp-content/uploads/2024/11/background.jpg);
}