.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-60 {
    padding-block: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.my-60 {
    margin-block: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-30 {
    padding-block: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.my-30 {
    margin-block: 30px;
}

.post_layout_classic{
    margin-bottom: 30px;
}

.breadcrumbs_container {
    position: relative;
    overflow: hidden;
}

.breadcrumb-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.scheme_default .sc_layouts_row_fixed_on{
    background-color: #ffffff;
}

.blog-sidebar{
    position: static !important;
}

.blog-sidebar.blog-sidebar-right{
    float: right !important;
}

.blog-content,
.products-list{
    width: 740px;
    float: left;
}

.related_wrap .post_featured:before{
    display: none;
}

.copypress-custom-bg-1{
    background-image: url(../images/projects_bg.jpg);
}

li.filterall{
    opacity: 1;
    visibility: inherit;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.1, 0.999917);
    height: auto;
    width: 350px;
    display: block;
    top: 715px;
    left: 0;
    transform-origin: center center 0;
}

.esg-hayes-copypress-description {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 8px;
}

.esg-entry-media img{
    height: 200px;
    object-fit: cover;
}

.eg-hayes-copypress-element-0{
    cursor: pointer;
}

.footer_wrap .sc_content_container > div{
    text-align: start;
}


@media (min-width: 1263px) and (max-width: 1439px) {
    .blog-content,
    .products-list{
        width: 650px;
    }
}

@media (min-width: 1024px) and (max-width: 1262px) {
    .blog-content,
    .products-list{
        width: 610px;
    }
}

@media (min-width: 960px) and (max-width: 1023px) {
    .blog-content,
    .products-list{
        width: 600px;
    }
}

@media screen and (max-width: 960px) {
    .pt-30 {
        padding-top: 15px;
    }

    .pb-30 {
        padding-bottom: 15px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .mb-30 {
        margin-bottom: 15px;
    }

    .py-30 {
        padding-block: 15px;
    }

    .my-30 {
        margin-block: 15px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .py-60 {
        padding-block: 30px;
    }

    .my-60 {
        margin-block: 30px;
    }

    .post_layout_classic{
        margin-bottom: 15px;
    }

    .blog-sidebar{
        float: none !important;
    }
    .blog-content,
    .products-list{
        width: 100%;
        float: none;
    }

    li.filterall{
        width: 100%;
    }
}
