.elementor-75710 .elementor-element.elementor-element-21670979{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-75710 .elementor-element.elementor-element-770c696f{width:100%;max-width:100%;}.elementor-75710 .elementor-element.elementor-element-770c696f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-75710 .elementor-element.elementor-element-770c696f.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-770c696f *//* Divider */
.divider {
    border: 0;
    border-top: 1px solid #ddd;
}
.prayer-divider {
    border: 0;
    border-top: 1px solid #ddd;
}

/* Main Content Container */
.project-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    font-family: "lato";
}

.project-title-header-row {
    display: flex;
}

/* Info Section */
.project-info {
    display: flex;
    width: 70%;
    gap: 5%;
}



/* Right Column */
.project-details {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}






/* ----- LEFT COLUMN CONTENT ----- */

/* Left Container */
.project-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1rem;
}


/* Texts Cotainer */
.project-texts {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    gap: 6px;
}
.bread-link,
.bread-link-active {
    margin: 0;
}
.bread-link a {
    color: #7D7E81;
    margin: 0;
}
.bread-link a:hover {
    color: #4A4B4C;
}
.bread-link-active {
    color: #f47b20;
    font-weight: 600;
    margin: 0;
    pointer-events: none;
}



/* Tags */
.project-title .tag-featured {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.tag-featured {
    background: linear-gradient(135deg,rgba(251, 176, 66, 1) 0%, rgba(239, 66, 55, 1) 100%);
    background-clip: text;
    color: transparent;
}
.tag-featured img {
    height: 10px;
    width: 10px
}


/* Title */
.project-title {
    margin: 0;
    font-weight: 600;
    line-height: 1;
}


/* Image */
.project-header-container {
    background: linear-gradient(135deg,rgba(222, 223, 224, 1) 0%, rgba(171, 173, 176, 1) 100%);
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
}
.project-header {
    width: 1200px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.project-image-container {
    background: linear-gradient(135deg,rgba(222, 223, 224, 1) 0%, rgba(171, 173, 176, 1) 100%);
    padding: 0;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.project-image {
    display: flex;
}
.project-photo {
    width: auto;
    height: 350px !important;
}


/* General Content */
.project-text {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.project-text h5 {
    margin: 0;
    font-weight: 600;
}
.project-text p {
    margin-bottom: 0;
    text-align: justify;
}


/* Dates Box */
.project-dates {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 1.5rem 0;
}
.project-dates-title {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    font-weight: 670;
}
.project-dates-title p {
    margin: 0;
}
.icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.project-dates-details p {
    margin: 0;
}
.project-dates-details-tag {
    font-weight: 400;
}


/* Prayer Request */
.prayer-requests {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 1.5rem 0;
}
.prayer-request-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.prayer-request-title p{
    margin: 0;
}
.prayer-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.prayer-list li {
    position: relative;
    padding-left: 1.2em;    
    margin-bottom: 0.5em;   
    line-height: 1.2;  
}
.prayer-list li::before {
    content: "•";           
    position: absolute;
    left: 0;
    color: #F89626;
    font-weight: bold;
}

/* ------------------------- */





/* ----- RIGHT COLUMN CONTENT ----- */

/* Contact Box */
.project-contact {
    padding: 16px;
    background: #F7F7F7;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
}
.project-contact-mobile {
    display: none;
}
.project-contact-btn {
    display: flex;
    gap: 8px;
    color: white !important;
    font-family: lato;
    font-weight: 600;
    width: 100%;
    background: #F89626;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    margin-bottom: 16px;
    justify-content: center;
}

.project-contact-btn:hover {
    background: #F47B20;
}
.project-contact-text {
    font-weight: 600 !important;
    color: #F89626 !important;
}


/* Project Info Boxes */
.project-location,
.project-cost,
.project-other-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #F7F7F7;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    padding: 16px;
    text-align: left;
}
.project-cost {
    text-align: center;
}
.project-location hr.divider {
    margin: 4px 0;
}


/* Headings and Paragraphs */
.project-details h5 {
    margin: 0 0 12px 0;
    font-weight: 600;
}
.project-details p {
    margin-bottom: 4px;
}


/* Message Footer */
.message-footer {
    border-top: solid 1px #DDDDDD;
    display: flex;
    width: 70%;
    padding: 2rem 0;
    justify-content: center;
}

/* ------------------------- */





/* Responsive Styles */

/* Tablet */
@media screen and (max-width: 1100px) {
    .project-content-container {
        gap: 2rem;
    }
    .project-info {
        width: 90%;
        flex-direction: column;
        justify-content: center;
    }
    .message-footer {
        width: 90%;
    }
    .project-content,
    .project-details {
        width: 100%;
    }
    .project-dates {
        width: 100%;
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    .project-content {
        gap: 2.5rem;
    }
    .project-texts {
        gap: 2rem;
    }
    .project-photo {
        width: auto;
        height: 250px !important;
        object-fit: cover;
    }
    .breadcrumbs {
        flex-wrap: wrap;
    }
    .bread-link,
    .bread-link-active {
        white-space: nowrap;
    }
    .project-contact {
        display: none;
    }
    .project-contact-mobile {
        display: block;
        padding: 16px;
        background: #F7F7F7;
        border: solid 1px #EBEBEB;
        border-radius: 10px;
    }
}/* End custom CSS */