/*Desktop*/
/* @media (min-width: 1024px){ */
    /* Consolidate all headings color */
    .single-post .entry-content h1, 
    .single-post .entry-content h2, 
    .single-post .entry-content h3,
    .single-post .entry-content h4, 
    .single-post .entry-content h5, 
    .collection-description h1,
    .collection-description h2, 
    .collection-description h3, 
    .collection-description h4,
    .collection-description h5, 
    .single-resources .entry-content h2,
    .single-resources .entry-content h1, 
    .single-resources .entry-content h3,
    .single-resources .entry-content h4, 
    .single-post .right-sidebar .author span.h5,
    .single-post .right-sidebar .organisation span.h5, 
    .single-resources .right-sidebar h5,
    .single-resources .right-sidebar span.h5, 
    .single-books .left-sidebar .author span.h5,
    .single-community_profile article p,
    .single-community_profile article h1,
    .single-community_profile article h2,
    .single-community_profile article h3,
    .single-community_profile article h4,
    .single-community_profile article h5,
    .single-community_profile article h6,
    .single-books article p,
    .single-books article h1,
    .single-books article h2,
    .single-books article h3,
    .single-books article h4,
    .single-books article h5,
    .single-books article h6 {
        color: #231E4B;
    }
    .single-post .right-sidebar .author span.h5,
    .single-post .right-sidebar .organisation span.h5, 
    .single-resources .right-sidebar h5,
    .single-resources .right-sidebar span.h5, 
    .single-books .left-sidebar .author span.h5 {
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        color: #231E4B;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    /* Consolidate font-size and line-height where applicable */
    .single-post .entry-content h1, 
    .collection-description h1, 
    .single-resources .entry-content h1,
    .single-books article h1,
    .single-community_profile article h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .single-post .entry-content h2, 
    .collection-description h2, 
    .single-resources .entry-content h2,
    .single-books article h2,
    .single-community_profile article h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.4em;
		margin-top: 20px
    }
    .single-post .entry-content h3, 
    .collection-description h3, 
    .single-resources .entry-content h3,
    .collection-description h3.bold, 
    .single-resources .entry-content h3.bold,
    .single-post .entry-content h3.bold,
    .single-books article h3,
    .single-community_profile article h3 {
        font-size: 25px;
   		font-weight: 600;
    	line-height: 1.4em;
    	margin-top: 40px; 
    }
    .single-post .entry-content h4, 
    .collection-description h4, 
    .single-resources .entry-content h4,
    .single-books article h4 {
        font-size: 22px;
        font-weight: 700;
		line-height: 1.4em;
    }

    /* Bold styles for specific headers */
    .collection-description h1, 
    .single-resources .entry-content h1, 
    .single-post .entry-content h1,
    .collection-description h3.bold, 
    .single-resources .entry-content h3.bold, 
    .single-post .entry-content h3.bold,
    .collection-description h4, 
    .single-resources .entry-content h4, 
    .single-post .entry-content h4,
    .single-resources .right-sidebar h5, 
    .single-resources .right-sidebar span.h5, 
    .single-books .left-sidebar .author span.h5,
    .single-post .right-sidebar .author span.h5, 
    .single-post .right-sidebar .organisation span.h5 {
        font-weight: bold;
    }
    .right-sidebar span.h5 {
        display: block;
    }
    /* Common font styles for paragraphs, list items, and subtitles */
    /*basic page start*/
    .main-content p,
    .main-content ul,
    .basicpage p {
    color: #000000;
    font-size: 18px;
    line-height: initial;
    font-weight: 400!important;
    padding-bottom:20px;
    margin-bottom: 0;
    }
    
    .basicpage h2 {
    color:#231E4B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
    .main-content h3,
    .basicpage {
    font-size: 18px;
    font-weight: bold;
    }
    /*basic page end*/
    .single-post .entry-content p, 
    .single-post .entry-content ol, 
    .single-resources .entry-content p,
    .single-books .type-books p,
    .single-books article p, 
    .collection-description p,
    .single-resources .entry-content ul,
    .single-resources .entry-content ol,
    .single-books article ul,
    .single-books article ol,
    .single-community_profile article ul,
    .single-community_profile article ol,
    .single-community_profile article p  {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px;
        padding-bottom:0;
        color: #000000;
    }
    .single-resources .entry-content ul li,
    .single-post .entry-content ul li,
    .collection-description ul li,
    .single-resources .entry-content ol li,
    .single-post .entry-content ol li,
    .collection-description ol li,
    .single-books article ul li,
    .single-books article ol li,
    .single-community_profile article ol li,
    .single-community_profile article ul li,
    .et_pb_text_inner ul li,
    .et_pb_text_inner ol li {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        color: #000000;
    }
    .single-resources .entry-content ul,
    .single-post .entry-content ul,
    .collection-description ul,
    .single-books article ul,
    .single-community_profile article ul,
    .et_pb_text_inner ul {
        padding-left: 40px!important;
    }
    .single-resources .entry-content ol,
    .single-post .entry-content ol,
    .collection-description ol,
    .single-books article ol,
    .single-community_profile article ol,
    .et_pb_text_inner ol {
        padding-left: 20px;
    }
    .single-resources .entry-content ul li,
    .single-post .entry-content ul li,
    .collection-description ul li,
    .single-books article ul li,
    .single-community_profile article ul li,
    .et_pb_text_inner ul li {
        list-style-type: disc;
        
    }
    /* .single-resources .entry-content , 
    .single-resources .entry-content ol, 
    .single-resources .entry-content ul,
    .single-resources .entry-content li {
    font-size:18px;
    font-weight: 400;
    color: #231E4B;
    } */
    
    .single-post .subtitle, 
    .single-books .subtitle {
        color: #ffffff;
        font-size: 28px;
    }

    /* List styles */
    .collection-description ul {
        list-style: disc;
        padding-left: 1em;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .collection-description ol {
        margin-bottom: 40px;
    }
    
    .single-post .entry-content ol li, 
    .collection-description ol li,
    .single-community_profile article ol li {
        margin-left: 20px;
        list-style: decimal;
    }

    /* Entry content specific padding and additional properties */
    .single-post .entry-content {
        padding-right: 20%;
        padding-top: 35px;
    }
/* } */
/*ipad start*/
@media (max-width: 1024px) {
    .single-post .entry-content h2, 
    .collection-description h2, 
    .single-resources .entry-content h2, 
    .single-books article h2, 
    .single-community_profile article h2 {
        font-size: 32px;
        line-height: normal;
    }
    .single-post .entry-content h3, 
    .collection-description h3, 
    .single-resources .entry-content h3, 
    .collection-description h3.bold, 
    .single-resources .entry-content h3.bold, 
    .single-post .entry-content h3.bold, 
    .single-books article h3, 
    .single-community_profile article h3 {
        font-size: 28px;
        line-height: normal;
    }
    .single-post .entry-content p, 
    .single-post .entry-content ol,
    .single-post .entry-content li, 
    .single-resources .entry-content p,
    .single-resources .entry-content li, 
    .single-books .type-books p, 
    .single-books article p,
    .single-books article li, 
    .collection-description p,
    .collection-description li, 
    .single-resources .entry-content ul, 
    .single-resources .entry-content ol, 
    .single-books article ul, 
    .single-books article ol,
    .single-books article li, 
    .single-community_profile article ul, 
    .single-community_profile article ol, 
    .single-community_profile article p,
    .single-community_profile article li,
    .single-resources .entry-content ul li, 
    .single-post .entry-content ul li, 
    .collection-description ul li, 
    .single-resources .entry-content ol li, 
    .single-post .entry-content ol li, 
    .collection-description ol li, 
    .single-books article ul li, 
    .single-books article ol li, 
    .single-community_profile article ol li, 
    .single-community_profile article ul li  {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
/*ipad end*/

/*mobile start*/
@media (max-width: 768px) {
    .single-post .entry-content h2, 
    .collection-description h2, 
    .single-resources .entry-content h2, 
    .single-books article h2, 
    .single-community_profile article h2 {
        font-size: 26px;
        line-height: normal;
    }
    .single-post .entry-content h3, 
    .collection-description h3, 
    .single-resources .entry-content h3, 
    .collection-description h3.bold, 
    .single-resources .entry-content h3.bold, 
    .single-post .entry-content h3.bold, 
    .single-books article h3, 
    .single-community_profile article h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .single-post .entry-content p, 
    .single-post .entry-content ol,
    .single-resources .entry-content p,
    .single-books .type-books p, 
    .single-books article p,
    .single-books article li, 
    .collection-description p,
    .single-resources .entry-content ul, 
    .single-resources .entry-content ol, 
    .single-books article ul, 
    .single-books article ol,
    .single-community_profile article ul, 
    .single-community_profile article ol, 
    .single-community_profile article p
    .collection-description ul {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .single-community_profile article table strong,
    .single-community_profile article table,
    .single-community_profile article table tr,
    .single-community_profile article table td,
    .single-community_profile article table p,
    .single-community_profile .right-sidebar p {
        font-size: 14px;
    }
    .single-community_profile article li,
    .single-resources .entry-content ul li, 
    .single-post .entry-content ul li, 
    .collection-description ul li, 
    .single-resources .entry-content ol li, 
    .single-post .entry-content ol li, 
    .collection-description ol li, 
    .single-books article ul li, 
    .single-books article ol li, 
    .single-community_profile article ol li, 
    .single-community_profile article ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
/*mobile end*/
