/* 
Theme Name:      eneratePress Child
Description:     eneratePress Child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:          BE
Template:        generatepress
Version:         1.2.0
Text Domain:     eneratepress-child
*/


/*
    Add your custom styles here
*/

/*4-feb*/
.postslidecontainer {
    max-width: 600px;
    margin: 50px auto;
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
.postslidecontainer img {
    width: 100%;
    border-radius: 50px 0px 50px 0px;
    margin-bottom: 25px;
}
.postslidecontainer h1{
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2.5rem;
    letter-spacing: -.025em;
}
.postslidecontainer h2, .postslidecontainer h3, .postslidecontainer h4, .postslidecontainer h5, .postslidecontainer h6 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    letter-spacing: 0;
}
.postslidecontainer p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    letter-spacing: 0;
    margin: 0px;
    margin-bottom: 25px;
}
button.nxt {
    color: #fff;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    background: #efa70b;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 2.25rem;
    letter-spacing: 0;
}
.adunits {
    text-align: center;
    margin: 10px auto;
}
/*4-feb*/

.home .site-content{
    display: block;
}
.inside-header {
    padding: 5px;
}
header#masthead.stickyhead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgb(255 255 255 / 47%);
    backdrop-filter: saturate(50%) blur(6px);
}
.main-navigation.sub-menu-right {
    background: none;
}

.herolatestpost .wrap {
    padding: 80px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px 0px 60px 0px;
}
.herolatestpost .inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
padding-bottom:50px;
    backdrop-filter: saturate(50%) blur(6px);
    background: #ffffff9c;
    border-radius: 30px 0px 30px 0px;
    position: relative;
    max-width: 800px;
    margin: auto;
}
.herolatestpost {
    margin-top: 50px;
    width: 100%;
}
.herolatestpost .meta span {
    font-size: 14px;
    color: #000;
}
.herolatestpost a {
    text-decoration: none;
    text-align: center;
}
.herolatestpost h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 20px auto;
}
.herolatestpost .readmore {
    color: #000;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 0px 25px;
    border-radius: 20px 0px 20px 0px;
}
.latestpostgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 50px 0px;
}
.article-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px 0px 20px 0px;
}
.article-post a {
    text-decoration: none;
}
.metadata {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.metadata span {
    color: #000;
    font-size: 14px;
}
.article-post h2 {
    color: #000;
    font-size: 24px;
    margin: 10px auto;
    font-weight: 700;
}
.readpost {
    width: fit-content;
    background: #c7c7c7;
    padding: 4px 20px;
    color: #000;
    font-size: 14px;
    border-radius: 20px 0px 20px 0px;
}
.buttonwrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.buttonwrap a {
    background: #000;
    padding: 10px 25px;
    border-radius: 20px 0px 20px 0px;
    color: #fff;
    text-decoration: none;
    border: solid 1px #000;
}
.copyright-bar {
    display: none;
}
.footerbottomwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 50px;
}
.link {
    display: flex;
    align-items: center;
    gap: 20px;
}



@media only screen and (max-width: 700px) {
    .postslidecontainer h1{
        font-size: 1.875rem;
        font-weight: 800;
        line-height: 2.25rem;
        letter-spacing: -.025em;
        margin-bottom: 1.25rem;
        padding-bottom: 3.25rem;
    }
    .postslidecontainer h2, .postslidecontainer h3, .postslidecontainer h4, .postslidecontainer h5, .postslidecontainer h6 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
        letter-spacing: 0;
    }
    .postslidecontainer p {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 2.25rem;
        letter-spacing: 0;
    }
    p.postcontent {
        display: none;
    }
    .postslidecontainer{
        padding: 20px;
        margin: 0px auto;
        
    }
    .latestpostgrid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0px;
        padding: 10px;
    }
    .footerbottomwrap {
        flex-direction: column;
    }
}