/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/foxy/
 Description:    USBenefit Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@charset "utf-8";
@import "../Divi/style.css";

.home-bio-section .et_pb_column.et_pb_column_1_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough {
    margin-right: 3%;
}

.latest-event-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.latest-event-column {
    width: calc(33.333% - 30px);
    box-sizing: border-box;
    background: #fff;
}

.latest-event-img img {
    width: 100%;
    height: auto;
}

.latest-event-title h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px;
    text-align: center;
    padding-bottom: 0;
}

.latest-video-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.latest-video-column {
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
}

.latest-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.latest-gallery-column {
    width: 32%;
    box-sizing: border-box;
}

.latest-gallery-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#footer-info {
    /* text-align: center;
    float: none; */
}


.upcoming-program {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.heading-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-title {
    font-weight: 600;
    font-size: 25px;
    color: #333;
    margin-bottom: 0;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 65%;
    width: 60px;
    height: 2px;
    background-color: #333;
    transform: translateY(-50%);
}

.view-more-btn {
    background-color: #aa7c0f;
    /* Button color */
    color: white;
    padding: 0.3em 1em;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-left: auto;
    font-size: 18px;
    /* Align the button to the right */
}

.view-more-btn:hover {
    background-color: #b36d1b;
    /* Darker button color on hover */
}

.download-section {
    text-align: left;
    padding: 30px 15px;
}

.download-section h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.store-buttons {
    display: flex;
    justify-content: left;
    gap: 30px;
    flex-wrap: wrap;
    /* Optional: keeps it responsive */
}

.store-badge {
    cursor: pointer;
}

.biography-two-columns {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.biography-two-columns .column {
    flex: 1;
    min-width: 250px;
}

.biography-two-columns ul {
    padding-left: 20px;
    margin: 0;
}

.biography-two-columns li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.biography h1 {
    font-size: 35px;
    font-weight: 600;
}

.biography h2 {
    font-size: 23px;
    padding-bottom: 20px;
    padding-top: 15px;
    font-weight: 600;
}

.biography h3 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    font-weight: 600;
}

.latest-single-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.latest-single-column {
    flex: 0 0 calc(33.33% - 13.33px);
    box-sizing: border-box;
    background: #fff;
}

.latest-single-title h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px;
    text-align: center;
    padding-bottom: 0;
}

.et_pb_scroll_top.et-pb-icon {
    background: #aa7c0f;
}

.above-footer h3 {
    font-weight: 500;
    color: #333;
    font-size: 30px;
    text-align: center;
}

.above-footer p {
    font-weight: 400;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.above-footer p a {
    color: #333;
}

.et-social-youtube::before {
    content: "\e0ba";
    font-family: 'ETmodules';
    display: inline-block;
    font-size: 26px;
    position: relative;
    text-align: center;
    color: #333;
}

@media (max-width: 767px) {
    .latest-gallery-column {
        width: 100%;
    }

    .latest-video-column {
        flex: 1 1 100%;
    }

    .latest-event-column,
    .latest-single-column {
        flex: 1 1 100%;
    }

    .latest-event-wrapper {
        flex-wrap: wrap;
    }

    .mobile_menu_bar:before,
    .mobile_menu_bar:after,
    #top-menu li.current-menu-ancestor>a,
    #top-menu li.current-menu-item>a {
        color: #aa7c0f;
    }

    .et_mobile_menu {
        border-top: 3px solid #aa7c0f;
    }

    .above-footer p {
        font-size: 15px;
    }
}