/* Blog Page */
.blog-page .ed-section-header{
    padding: 0 20px;
}
.blog-page .ed-section-header .ed-section-content{
    background-color: #F6F4F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    row-gap: 20px;
}
.blog-page .ed-section-header h1{
    margin: 0;
}
.blog-page .ed-section-header .woocommerce-breadcrumb a{
    text-decoration: none;
    color: #000;
    font-weight: 800;
}

.blog-page .ed-section-posts{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0 auto;
}
.blog-page .ed-section-posts .ed-section-content{
    padding: 0 20px;
}
.blog-page .posts{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}
.blog-page .post{
    position: relative;
}
.blog-page .post a{
    text-decoration: none;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
}
.blog-page .post img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.blog-page .post-category{
    position: absolute;
    top: 230px;
    left: 40px;
    transform: translateY(-50%);
    background-color: #004975;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 2px;
}
.blog-page .post-content{
    background-color: #f6f4f0;
    padding: 40px;
}
.blog-page .post-text{
    font-size: 24px;
    font-weight: 300;
}
.blog-page .post-text h2{
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.blog-page .post-button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-page .ed-icon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #000;
}


.blog-page .ed-section-navigation{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0 auto;
}
.blog-page .ed-section-navigation .ed-section-content{
    padding: 0 20px;
}
.blog-page .ed-section-navigation .ed-section-content .pagination{
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.pagination .page-numbers {
    border: 1px solid var(--primary-color);
    width: 40px;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--primary-color);
}
.pagination .page-numbers.current{
    background-color: var(--primary-color);
    color: #fff;
}
.pagination .page-numbers:not(.current):hover{
    background-color: #3995cd;
    color: #fff;
}










/* Single Post */
.post .ed-section-header{
    padding: 0 20px;
}
.post .ed-section-header .ed-section-content{
    background-color: #F6F4F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}
.post .ed-section-header h1{
    margin: 0;
}
.post .ed-section-header .woocommerce-breadcrumb a{
    text-decoration: none;
    color: #000;
    font-weight: 800;
}
.post .ed-meta{
    max-width: 1000px;
}
.post .ed-meta .post-category{
    width: 100%;
    display: flex;
    justify-content: center;   
}
.post .ed-meta .category{
    background-color: #004975;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 2px;
}
.post .ed-meta .ed-title{
    font-family: "Sora";
    font-size: 50px;
    margin: 30px 0 0 0;
    text-align: center;
    font-weight: 300;
}
.post .ed-meta .ed-breadcrumbs{
    margin-top: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.post .ed-meta .ed-author{
    margin-top: 40px;   
}
.post .ed-image{
    width: 80%;
}
.post .ed-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.post .ed-section-text{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0 auto;
}
.post .ed-section-text .ed-section-content{
    padding: 0 20px;
    display: flex;
    justify-content: center;
    column-gap: 60px;
}
.post .ed-section-text .ed-section-content h1, .post .ed-section-text .ed-section-content h2, .post .ed-section-text .ed-section-content h3, .post .ed-section-text .ed-section-content h4, .post .ed-section-text .ed-section-content h5, .post .ed-section-text .ed-section-content h6{
    font-family: "Sora";
} 

.post .social-icons{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.post .social-icons .social {
    background-color: #ffdd60;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2000px;
}
.post .social-icons .social a{
    color: #000;
    font-size: 25px;
}


.post .ed-section-nav{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0 auto;
}
.post .ed-section-nav .ed-section-content{
    padding: 0 20px;
}
.post .ed-section-nav .nav-links{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.post .ed-section-nav .nav-links .ed-nav-link{
    background-color: #F6F4F0;
    padding: 20px;
    text-decoration: none;
    color: #1a1a1a;
    border-radius: 10px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.meta-nav{
    font-weight: 600;
    margin: 0;
}
.post-title{
    font-family: "Sora";
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}



@media screen and (max-width: 768px){
    .blog-page .ed-section-header .ed-section-content{
        padding: 20px 0;
    }
    .blog-page .posts{
        grid-template-columns: 1fr;
    }
    .blog-page .post-content{
        padding: 40px 20px
    }

    .post .ed-section-header .ed-section-content{
        padding: 50px 0;
    }
    .post .ed-meta .ed-title{
        font-size: 30px;
    }
    .post .ed-section-text .ed-section-content{
        flex-direction: column-reverse;
    }
    .post .ed-section-nav .nav-links{
        flex-direction: column;
        row-gap: 20px;
    }
    .post .ed-section-nav .nav-links .ed-nav-link:last-child{
        text-align: right;
    }
}