/* @group Site Nav
------------------------------------ */
@media only screen
and (min-width : 961px) {
    .single .site-nav .icon-main-logo {
        font-size: 4rem;
    }
    .single .site-nav .check {
        display: none;
    }
}
/* @end */


/* @group Single Categories
------------------------------------ */
.single-categories .col-auto {
    padding: 0;
    width: 100%;
}
.single-categories ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: .9rem;
    row-gap: 1.5rem;
    padding: 2rem 2rem 3.3rem;
}
.single-categories ul li::before {
    content: none!important;
}
.single-categories ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    padding: .55rem 2.4rem;
    border-radius: .8rem;
    background-color: var(--dorado);
    color: var(--crema-claro);
}
@media only screen
and (min-width : 961px) {
    .single-categories {
        position: fixed;
        z-index: calc(var(--z-index-site-nav) + 1);
        top: 0;
        width: 100%;
        pointer-events: none;
        transition: opacity .4s ease-in-out;
    }
    .single-categories.hide {
        opacity: 0;
    }
    .single-categories ul {
        justify-content: flex-start;
        row-gap: 1rem;
        padding: 4.3rem 0 0;
        width: 100%;
    }
    .single-categories ul li a {
        pointer-events: all;
        padding: .55rem 3.6rem;
    }
    .single-categories ul li a:hover {
        background-color: var(--marron);
    }
    .single-categories.hide ul li a {
        pointer-events: none;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-categories ul li:first-of-type {
        padding: 0 6rem;
    }
}
/* @end Single Categories
------------------------------------ */





/* @egroup Single BreadCrumbs
------------------------------------ */
.single-breadcrumbs a {
    text-decoration: none;
}
.single-breadcrumbs span {
    font-weight: var(--font-weight-regular);
    font-size: 1.3rem;
    line-height: 1.5em;
    letter-spacing: .02em;
}
@media only screen
and (min-width : 961px) {
    .single-breadcrumbs {
        margin-top: 9.8rem;
        margin-bottom: 4rem;
        padding-top: 2.4rem;
        padding-bottom: 1.2rem;
    }
    .single-breadcrumbs a:hover {
        color: var(--dorado);
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}
/* @end Single Breadcrumbs
------------------------------------ */




/* @group Single Content 
------------------------------------ */
.single-content {
    margin-bottom: 9.8rem;
}
.single-content .header {
    margin-bottom: 3.2rem;
}
.single-content .header h1 {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 4rem;
    line-height: 1.1em;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.single-content .header .tags {
    list-style-type: none;
    padding: 0;
    margin-bottom: 1.15rem;
    display: flex;
    column-gap: 2rem;
    row-gap: 1rem;
}
.single-content .header .tags li {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.single-content .header .tags li::before {
    content: none;
}
.single-content .header .social-box {
    margin-top: 3.2rem;
}
.single-content .header .social-box .date,
.single-content .header .social-box .icons span {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block; 
}
.single-content .header .social-box .date {
    margin: 0 0 3rem;
}
.single-content .header .social-box .icons {
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
}
.single-content .header .social-box ul {
    padding: 0;
}
.single-content .header .social-box ul li {
    display: inline-block;
}
.single-content .header .social-box ul li::before {
    content: none!important;
}
.single-content .header .social-box ul li:not(:last-of-type) {
    margin-right: 1rem;
}
.single-content .header .social-box ul li a {
    text-decoration: none;
}
.single-content .header .social-box ul li a i {
    font-size: 2.5rem;
    pointer-events: none;
}
.single-content .header .social-box ul li a .icon-x {
    font-size: 2rem;
}
.single-content .header .social-box ul li a .icon-email {
    border-left: 1px solid var(--marron-o-80);
    padding-left: 1rem;
}
.single-content .featured-image .img-box {
    height: 21.1rem;
    margin: 0 0 3.2rem;
}
.single-content .excerpt p {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.54em;
}
.single-content .content {
    margin-top: 4.5rem;
}
.single-content .content img {
    width: 100%;
    height: auto;
}
.single-content .content > ul,
.single-content .content > ol,
.single-content .content > p,
.single-content .content > [class^="wp-block-"] {
    margin-bottom: 2.4rem;
}
@media only screen
and (min-width : 961px) {
    .single-content {
        margin-bottom: 13rem;
    }
    .single-content .header {
        margin-bottom: 4rem;
    }
    .single-content .header h1 {
        font-weight: var(--font-pragmatica-weight-light);
        font-size: 5.8rem;
        line-height: 1.13em;
    }
    .single-content .header .social-box {
        margin-top: 4rem;
        display: flex;
        align-items: center;
        column-gap: 3rem;
        justify-content: space-between;
    } 
    .single-content .header .social-box .date {
        margin: 0;
    }
    .single-content .header .social-box a:hover {
        color: var(--dorado);
    }
    .single-content .featured-image .img-box {
        height: 78.1rem;
        margin: 0 0 4rem;
    }
    .single-content .content {
        margin-top: 13rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-content .content,
    .single-content .header,
    .single-content .featured-image  {
        padding: 0 1.6rem;
    }
    .single-content .excerpt {
        padding: 0 3.8rem;
    }
}
/* @end Single Content 
------------------------------------ */




/* @group Single - Related Posts
------------------------------------ */
.single-related-posts {
    margin-bottom: 19.4rem;
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
}
.single-related-posts a {
    text-decoration: none;
}
.single-related-posts .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.4rem;
    text-transform: uppercase;
}
.single-related-posts .title h2 {
    font-size: 4rem;
    line-height: 1.1em;
    letter-spacing: .05em;
}
.single-related-posts .title a {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0;
}
.single-related-posts .posts .splide__slide .img-box {
    height: 16.4rem;
    margin: 0 0 1.2rem;
}
.single-related-posts .posts .splide__slide .date {
    display: block;
    margin: 0 0 .8rem;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
}
.single-related-posts .posts .splide__slide p {
    font-size: 2.1rem;
    line-height: 1.33em;
    letter-spacing: .05em;
}
.single-related-posts .posts .splide__pagination {
    position: static;
    margin-top: 6rem;
}
.single-related-posts .posts .splide__pagination .splide__pagination__page {
    margin: 0 .6rem;
    background-color: var(--marron);
    opacity: 1;
}
.single-related-posts .posts .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--dorado);
}
@media only screen
and (min-width : 961px) {
    .single-related-posts {
        margin-bottom: 13rem;
    }
    .single-related-posts a:hover {
        color: var(--dorado);
    }
    .single-related-posts .title {
        margin-bottom: 4rem;
    }
    .single-related-posts .title h2 {
        font-size: 4.2rem;
        letter-spacing: 0;
    }
    .single-related-posts .posts .splide__list {
        display: flex!important;
        column-gap: 7.2rem;
        row-gap: 4rem;
        flex-wrap: wrap;
    }
    .single-related-posts .posts .splide__list .splide__slide {
        flex: 0 1 calc(25% - 5.5rem);
    } 
    .single-related-posts .posts .splide__slide .img-box img {
        scale: 1;
        transition: scale .4s ease;
    } 
    .single-related-posts .posts .splide__slide:hover .img-box img {
        scale: 1.05;
    } 
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-related-posts .title {
        padding: 0 2rem;
    }
    .single-related-posts .posts {
        padding: 0 0 0 2rem;
    }
    .single-related-posts .posts .splide__track {
        padding-right: 10rem!important;
    }
}
/* @end Single - Related Posts 
------------------------------------ */


@media print {
    .single .site-nav,
    .single .site-footer,
    .single .single-related-posts,
    .single .popup-form,
    .single .fixed-menu {
      display: none !important;
    }
}