/*
Theme Name: jainamonlineclasses
Theme URI: https://example.com/jainamonlineclasses
Author: (converted from static site)
Author URI: https://example.com
Description: A WordPress theme converted from the static j26 site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jainamonlineclasses
Tags: responsive, accessibility-ready, custom-menu, featured-images, rtl
*/

/* Import base theme stylesheet */
@import url("assets/css/style.css");
#myHeader {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;  /* important */
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
}

/* LOGO */
.header-left1-old {
    flex: 0 0 auto;
    max-width: 230px;
    margin-right: 40px;          /* brings menu close */
}

.header-left1-old img {
    width: 100%;
    height: auto;
    max-height: 50px;
}

/* MENU */
.header-right {
    flex: 1;
}

.header-right nav ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*roli */
.page-template-default {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #000;	  
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    line-height: 1.7;
}
.wp-block-list ul{margin : 10px !important; }
.wp-block-list ol{ margin : 10px; }
.wp-block-heading h2 {
    font-size: 24px; 
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
        
/* .container p, ul li { color: #000; } */
.container ul li { font-size: 16px; }
.bg-grey { background-color: #f6f6f6; }     
 .container:not(.py0) {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
/*     background: #fff; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
} 
.wp-block-heading h1, .wp-block-heading h2, .wp-block-heading h3 {
    color: #000;
    margin-top: 20px;
    font-weight:bold !important;
}
.container p { margin-bottom: 15px; }
.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
.wp-block-page-list ul li{
    color: #000;
    margin-top: 20px;
    font-weight:bold !important;
    font-size: 24px;
}
.page-list li{	
     max-width: 900px;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.page-list a{
    color: #000;
    margin-top: 20px;
}
.page-list a:focus, .page-list a:hover{
	 color: #23527c;
    text-decoration: underline;
}
.blog-meta{
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
/* end roli */
