/*

Theme Name: Strenghth for the Journey

Theme URI: https://karich.design

Description: Special Theme for Strenghth for the Journey

Author: Karich.Design

Author URI: https://karich.design

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/***************** The Main Colors *****************/
:root{
    --sftf-main: #293082;
    --sftf-second: #E9B824;
    --sftf-accent: #E62237;

}




/***************** Header Settings *****************/
.HeaderSlider{

    /* position: absolute;
    top: 0px;
    margin-top:-10px;
    z-index: -1; */

}

.sftj-header h1{
    font-size: 80px;
    text-transform: uppercase;
}

.site-branding{
    max-width: 20%;
}

.menu-header-menu-container li{
    font-family: var(--e-global-typography-accent-font-family);
    text-transform: uppercase;
}

.site-header{
    background-image: url("https://sftj.karich.design/wp-content/uploads/2023/11/header-Kopie5.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}



/***************** Footer Settings *****************/
.site-footer{
    /*background: rgb(1,100,2);
    background: linear-gradient(135deg, rgba(1,100,2,1) 13%, rgba(100,183,17,1) 14%, rgba(100,183,17,1) 38%, rgba(255,210,2,1) 39%, rgba(255,210,2,1) 64%, rgba(250,94,0,1) 65%, rgba(250,94,0,1) 85%, rgba(1,95,204,1) 86%);*/
    background-color: var(--sftf-second); 
    color: var(--sftf-main);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer .donate-button{
    background-color: none;
    color: var(--sftf-accent);
    border:solid 2px var(--sftf-accent);
    border-radius: 5px;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    transition: all 0.3s ease; /* Added transition property */
}

.site-footer .donate-button:hover{
    border-radius: 15px;
    background-color: var(--sftf-accent);
    color: #fff;
}

.site-footer .donate-wrapper{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.copy-footer{
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    position: relative;
    padding-top: 50px;
}

#menu-footer-menu a:hover{
    color: #fff;
}

.copy-footer a{

}

.copy-footer a:hover{
    color: #fff;
}




/***************** Blog Settings *****************/
/* Style for the post list with images */
.post-list-with-images {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.post-list-with-images li {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 25%; /* Each post takes up 25% of the container width */
    box-sizing: border-box; /* Ensure padding is included in the width */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align contents horizontally */
    text-align: center; /* Center align text */
}

.post-list-with-images h2 {
    font-size: 20px;
    margin: 10px 0;
}

.post-list-with-images small {
    font-size: 12px;
    color: #888;
}
