/*
Theme Name: Eclipse Agency
Author: Surreal Industries
Version: 1.0.2
*/

body{
    padding:0px;
    margin:0px;
    font-family: "Poppins", sans-serif;
}

*, *:before, *:after{
    box-sizing:border-box;
}

#featured-image {
    height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.featured-info {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.featured-info h1 {
    color: #fff;
    margin-bottom: 10px;
}

.featured-info .breadcrumb {
    color: #ddd;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.blogContainer h1, .blogContainer h2, .blogContainer h3, .blogContainer h4, .blogContainer h5, .blogContainer h6{
    margin:35px 0px!important;
}
.blogContainer img{
    display:block;
    margin:35px 0px!important;
}
.breadcrumbs, .breadcrumbs a{
    color:white;
}
.breadcrumbs a:not(:last-child):after{
    content:'/';
    margin:0px 2px 0px 5px;
}

.container.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.content-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.blogContainer p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.post-meta {
    margin-bottom: 2rem;
    color: #666;
}

.post-meta span {
    margin-right: 1rem;
}

.related-posts {
    margin-top: 3rem;
}

.related-posts h3 {
    margin-bottom: 1.5rem;
}

.related-posts .post {
    margin-bottom: 1rem;
}

footer p{
    margin-bottom:0px!important;
}