#hp-as,
#hp-suam {
    overflow: hidden;
}
#blog-single {
    position: relative;
    background-color: #000000;
}
.sblog-under-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-title h1,
.site-title h2 {
    font-family: var(--font-family-title);
    font-size: 90px;
    font-size: 5.625vw;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}
.sblog-filter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.sblog-filter-form select {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding-right: 20px;
}
.sblog-filter-form select option {
    color: #000000;
}
#breadcrumbs {
    padding: 40px 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #8c8c8c;
    font-weight: 400;
    text-transform: uppercase;
}
#breadcrumbs a {
    font-weight: 250;
}
.sblog-container {
    /*padding: 0 5%;*/
}
.sblog-content {
    /*max-width: calc(100% - 30px);*/
    width: 1140px;
    max-width: 100%;
    margin: auto;
}
.sblog-title-container {
    /* transform: translateY(-45%);
    transform: translateY(-47.5%); */
}
.sblog-select {
    position: relative;
}
.arrow-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}
.sblog-context {
    margin-top: 0;
    padding-bottom: 0;
}
.sblog-par {
    padding-bottom: 42px;
}
.sblog-par-title h4 {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 18px;
}
.head-title h4 {
    font-size: 30px;
}
.sblog-par-description p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}
.sblog-par-description a {
    text-decoration: underline;
}
.sblog-description-image {
    position: relative;
    margin: 30px auto 0;
    width: fit-content;
}
.sblog-description-image canvas {
    display: block;
    background-size: cover;
}
.sblog-description-image span {
    font-size: 15px;
    line-height: 35px;
    color: #cccccc;
    font-weight: 300;
    text-align: center;
    display: block;
}
.sblog-context h1{
    font-size: 36px;
    /*line-height: 53px;*/
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 25px !important;
}
.sblog-context h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 25px !important;
}
.sblog-context h3{
    color: #ffffff;
    font-size: 26px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.sblog-context h4{
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 15px;
}
.sblog-context h1,
.sblog-context h2,
.sblog-context h3,
.sblog-context h4 {
    padding-top: 25px;
}
.sblog-context p{
    margin: 0 0 15px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.sblog-context p:has(img) {
    margin: 0 0 15px;
}

.sblog-context .wp-caption img,
.sblog-context p img {
    /* margin-top: 25px; */
    padding-top: 25px;
}

.sblog-context p iframe {
    margin-top: 15px;
    max-width: 100%;
    width: 80%;
}
.sblog-context p:has(iframe) {
    line-height: normal;
    font-size: 0;
    text-align: center;
}

.sblog-context table{
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.02em;
    display: block;
    overflow-x: auto;
}

.sblog-context table:not(:last-child){
    margin-bottom: 15px;
}

.sblog-context table td,
.sblog-context table th{
    border: 1px solid;
    padding: 10px 15px;
}

.sblog-context a{
    text-decoration: underline;
    color: #d6d6d6;
}
.sblog-context ul,
.sblog-context ol
{
    color: #ffffff;
    list-style: disc outside;
    margin: 0 0 15px 30px;
}
.sblog-context ol
{
    list-style: auto;
}
.sblog-context ul li,
.sblog-context ol li
{
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
}
.sblog-context ul:has(ul,ol) strong,
.sblog-context ol:has(ul,ol) strong {
    margin-bottom: 10px;
    display: block;
}
.sblog-context img{
    max-width: max-content; /* THIS WAS REQUESTED BY THE CLIENT - THEY JUST WANTED THE IMAGE RESOLUTION THE SAME ON WHAT THEY UPLOADED*/
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
}
.sblog-context .wp-caption {
    background-color: transparent !important;
     /* width: 80% !important; */
     margin: 0 auto;
}
.sblog-context .wp-caption p:not(.wp-caption-text) {
    display: none;
}
.sblog-filters {
    display: flex;
    align-items: center;
    margin-top: -15px;
}
.sblog-filters .category {
    /*float: right;*/
    position: relative;
    color: #fff;
}
.sblog-filters .category.mata-tags {
    /* margin-right: 35px; */
}
.sblog-filters .category .cat-btn {
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding-right: 20px;
}
.sblog-filters .category .cat-btn .arrow-down {
    display: block;
}
.sblog-filters .category .cat-wrapper {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 21
}
.sblog-filters .category:hover .cat-wrapper {
    display: block
}
body:not(.home) #breadcrumbs a{
    font-weight: 300;
}
#breadcrumbs span.page-last {
    font-weight: 500;
}
.sblog-filters .category .cat-wrapper ul {
    /* padding: 7px; */
    min-width: 180px;
    /* background: #2c2c2c; */
}
.sblog-filters .category .cat-wrapper ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background-color: #2c2c2c;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.sblog-filters .category .cat-wrapper ul li:last-child {
    border-bottom: 0
}
.sblog-filters .category .cat-wrapper ul li a {
    display: block;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.category.meta-categories {
    display: none;
}

.sblog-filters .category .cat-wrapper ul li:hover {
    background-color: #fff;
}
.sblog-filters .category .cat-wrapper ul li:hover a {
    color: #000;
}
.sblog-filters .category .cat-wrapper ul li a:hover {
    text-decoration: none;
    color: #000;
    background: rgba(255, 255, 255, 0.8)
}
@media only screen and (max-width: 1440px) {
    .sblog-description-image {
        width: 100%;
    }
    .sblog-description-image canvas {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 992px) {
    #blog-single {
        margin-top: -105px;
    }
    .sblog-title h1,
    .sblog-title h2 {
        font-size: 70px;
        line-height: 65px;
/*        line-height: 0.928571428571429;*/
        color: #ffffff;
        font-weight: 900;
    }
    .sblog-under-title {
        margin-top: -10px;
    }
    .sblog-title-container {
        /* transform: translateY(-70px); */
    }
    .sblog-title-container.small-title {
        /* transform: translateY(-70px); */
    }
        .sblog-title.small-title h1,
        .sblog-title.small-title h2 {
            font-size: 60px;
        }
}
@media only screen and (max-width: 991px) {


    .sblog-title h1,
    .sblog-title h2 {
        font-size: 60px;
        line-height: 1.1;
    }

    .sblog-under-title {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .sblog-par-title h4,
    .sblog-par-description p {
        text-align: center;
    }

    body:not(.home) #breadcrumbs, body:not(.home) .custom-bc #breadcrumbs {
        margin: 30px 0 !important;
    }

    #breadcrumbs {
        line-height: normal;
    }
    .sblog-filters {
        margin: 0 0 25px auto;
    }
    .sblog-title-container {
        transform: translateY(0);
    }
    .sblog-context {
        margin-top: 0;
    }
    /*.sblog-filters .category .cat-wrapper {
        right: auto;
        transform: translateX(-50%);
        left: 50%;
    }*/




    .sblog-context p{
        font-size: 15px;
    }








}
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
    .sblog-title h1,
    .sblog-title h2 {
        font-size: 36px;
    }
}
