.elementor-kit-5903{--e-global-color-primary:#7F3F98;--e-global-color-secondary:#444444;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BFD834;--e-global-color-b0fdba8:#000000;--e-global-color-2df9c17:#FFFFFF;--e-global-color-d513cb6:#CCCCCC;--e-global-color-ebca740:#222222;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5903 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:300px;max-width:300px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-branding .site-logo img{width:150px;max-width:150px;}}/* Start custom CSS *//* to style the featured posts (hero story and founder's spotlight) left and right columns on homepage */

.left-section, .right-section {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    min-height: 27em; /* Ensure equal height */
}

.left-section {
    background-color: #503f57;
    color: #fff;
}

.right-section {
    background-color: #f9f3e7;
    color: #333;
}

.left-featured-post, .right-featured-post {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left-post-content, .right-post-content {
    flex: 1 1 50%;
    margin-bottom: 30px;
    margin-right: 10px;
}

/* Update styles for the new h2 and h3 elements */
.left-post-content h3 a, .right-post-content h3 a, .small-post-content h3 a {
    font-weight: bold;
    line-height: 1.4em;
}

.left-post-content h2 a, .right-post-content h2 a, .small-post-content h2 a {
    font-weight: bold;
    line-height: 1.4em;
}

.left-post-content h3 a {
    color: #fff;
    font-size: 16px;
}

.left-post-content h2 a {
    color: #fff;
    font-size: 28px;
}

/* Adjusted font size for the Right Section title */
.right-post-content h3 a {
    color: #666;
    font-size: 14px;
}

.right-post-content h2 a {
    color: #333;
    font-size: 16px; /* Reduced from 18px to 16px */
}

/* Adjusted font size for the Small Section title */
.small-post-content h3 a {
    color: #777;
    font-size: 12px;
}

.small-post-content h2 a {
    color: #000;
    font-size: 14px; /* Reduced from 16px to 14px */
}

/* This was missing, adding it back */
.small-post-content h6 {
    padding-bottom: 4px;
}

a.small-category-link {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.small-truncate-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0;
}

/* Paragraph and excerpt styles remain the same */
.left-post-content p {
    color: #ddd;
    font-size: 14px; /* Customize as needed */
    margin-bottom: 20px;
}

.right-post-content p {
    color: #777;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.6em;
}

.left-post-thumbnail, .right-post-thumbnail {
    flex: 1 1 50%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.left-post-thumbnail::before, .right-post-thumbnail::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%; /* 4:3 aspect ratio */
}

.left-post-thumbnail img, .right-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    display: flex;
    align-items: center;
}

.author-name a {
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.author-avatar {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.author-avatar img {
    border-radius: 50%;
}

.left-truncate-title, .left-truncate-excerpt, .right-truncate-title, .right-truncate-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-truncate-title {
    margin: 0 0 !important;
    -webkit-line-clamp: 4; /* Number of lines to show */
}

.left-truncate-excerpt {
    -webkit-line-clamp: 2; /* Number of lines to show */
    max-height: 3.6em; /* Adjust the height to ensure 2 lines */
}

.right-truncate-title {
    margin: 0 0 !important;
    -webkit-line-clamp: 4; /* Number of lines to show */
}

.right-truncate-excerpt {
  font-size: 12px;
	line-height: 1.6em;
	-webkit-line-clamp: 4; /* Number of lines to show */
    max-height: 7.2em; /* Adjust the height to ensure 4 lines */
}

p.left-elapsed-time, p.right-elapsed-time {
    color: #aaa; /* Customize as needed */
    font-size: 12px; /* Customize as needed */
}

@media (max-width: 768px) {
    .left-section, .right-section {
        flex-direction: column;
        min-height: auto; /* Adjust for mobile */
    }
    .left-section .left-featured-post {
        flex-direction: column;
    }
    .left-section .left-post-thumbnail {
        order: -1;
        margin-bottom: 10px;
    }
}

/* to style the 1/4th size featured post module on the homepage */
.small-section {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.small-featured-post {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small-post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    padding-top: 75%; /* 4:3 aspect ratio */
}

.small-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-post-content {
    padding: 10px 0;
    flex-grow: 1;
}

.small-post-content .time-lapsed {
    color: #888;
    font-size: 11px;
}

@media (max-width: 768px) {
    .small-section {
        width: 100%;
    }
}





/* Popup for search opens on click of the search icon on mobile *//* End custom CSS */