/*
Theme Name: FSE Church Lite
Theme URI: https://www.themescarts.com/products/fse-church-lite
Author: themescarts
Author URI: https://www.themescarts.com/
Description: FSE Church Lite Theme is a full-site editing theme designed around the block-based site editing interface. It provides a structured layout for presenting information about services, events, announcements, and community activities. The theme supports customizable templates and template parts, allowing site elements such as headers, footers, and page layouts to be adjusted through the editor. Its block-based design allows content sections to be arranged and modified without editing theme files. Users can work with predefined patterns to create pages with consistent layouts and organize text, images, buttons, and other content elements. Navigation menus, typography, colors, and other visual settings can be configured through the available site editing options. The FSE Church Lite Theme can be used to organize information such as worship schedules, event details, ministry updates, contact information, and service announcements. Its layout structure also supports pages for displaying images, written content, and featured activities. FSE Church Lite focuses on site-wide editing and reusable design components, providing a consistent framework for managing different sections of a website.
Requires at least: 6.1
Tested up to: 7.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: fse-church-lite
Template: fse-church
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-patterns, block-styles, editor-style, wide-blocks, template-editing, style-variations, grid-layout, full-width-template, footer-widgets, featured-images, full-site-editing, featured-image-header, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, post-formats, sticky-post, threaded-comments, translation-ready, theme-options, rtl-language-support, education, portfolio, food-and-drink

FSE Church Lite WordPress Theme, Copyright 2026 themescarts
FSE Church Lite is distributed under the terms of the GNU GPL

*/

.welcome-section .welcome-left-box{
    position: relative;
}
.welcome-section .welcome-left-box .welcome-btm-box{
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 165px;
}
.welcome-section .welcome-left-box .welcome-left-img{
    width: 90%;
}
.welcome-section .welcome-left-box .welcome-left-img img{
    width: 100% !important;
    object-fit: cover;
}
.welcome-section .welcome-right-box .welcome-info-list li{
    position: relative;
}
.welcome-section .welcome-right-box .welcome-info-list{
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.welcome-section .welcome-right-box .welcome-info-list li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(./images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: var(--wp--preset--color--extra-primary);
    height: 22px;
    width: 22px;
    border-radius: 5px;
}

/* Media */
@media screen and (max-width:767px){
    .welcome-section .welcome-right-box{
        text-align: center;
    }
    .welcome-section .welcome-right-box .welcome-info-list{
        flex-direction: column;
        justify-content: center;
    }
    .welcome-section .welcome-right-box .welcome-info-list li {
        width: fit-content;
        margin: 0 auto;
    }
    .welcome-section .welcome-right-box .welcome-btn{
        justify-content: center;
    }
    .welcome-section .welcome-right-box .welcome-title{
        font-size: 24px !important;
    }
    .welcome-section .welcome-left-img img{
        height: 300px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .welcome-section .welcome-boxes{
        flex-wrap: nowrap !important;
        gap: 10px;
    }
    .welcome-section .welcome-boxes:not(.is-not-stacked-on-mobile)>.welcome-left-box{
        flex-basis: 45% !important;
    }
    .welcome-section .welcome-boxes:not(.is-not-stacked-on-mobile)>.welcome-right-box{
        flex-basis: 55% !important;
    }
    .welcome-section .welcome-right-box .welcome-title{
        font-size: 24px;
    }
    .welcome-section .welcome-right-box .welcome-title,
    .welcome-section .welcome-right-box p,
    .welcome-section .welcome-right-box .welcome-info-list{
        margin-top: 14px !important;
    }
}
