/*
 * Theme Name:  Recap Child
 * Theme URI:   https://recap.codesupply.co/
 * Description: Recap Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    recap
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


.cs-site::after {
    /* content: "";
    background: url(https://uxcafe.com.ar/assets/img/image-bg-t.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1; */
}

.cs-header__logo {
    max-width: 138px;
    margin-bottom: 6px;
}

.cs-header__inner-desktop, .cs-header__inner-mobile:after {
    border-radius: 100px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 15, 0.07);
}


.cs-header__inner-desktop:after {
    border-radius: 100px;
}

.cs-header-smart-visible .cs-header__inner-desktop:after {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgb(250 250 252 / 43%);
}

.cs-scroll-sticky .cs-header__inner-desktop {
    margin-left: -2rem;
    margin-right: -2rem;
}

[data-scheme=dark].cs-header-smart-visible .cs-header__inner-desktop:after {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgb(72 72 72 / 43%);
}

.single .cs-metabar-enabled.cs-sidebar-disabled .cs-entry__container {
    grid-template-columns: minmax(228px, 0fr) minmax(0, 2fr);
}

.cs-entry {
    box-shadow: 0 2px 3px 1px rgba(var(--cs-light-primary-color-rgb), 0.07);
}

.cs-entry__content-wrap {
    max-width: 100%;
}

@media (min-width: 768px) {
    .single .entry-content {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-entry__footer {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-entry__comments {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}


.cs-entry-tile .cs-overlay-background:after {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
    -webkit-backdrop-filter: blur(2.2px);
    backdrop-filter: blur(2.2px);
}

.cs-post-tiles .cs-post-tiles__grid .cs-entry.cs-entry-standard .cs-entry__content {
    padding: 1rem;
    z-index: 0;
}

.cs-entry__post-meta-footer {
    padding: 1rem;
}

@media (min-width: 576px) {
    .cs-entry__content {
        padding: 2rem 1.2rem 1.5rem;
    }

}

.cs-entry:not(.cs-entry-tile):not(.cs-entry-compact):not(.cs-post-slider__type-1-item):not(.cs-entry-horizontal):not(.cs-entry__prev-next) {
    border: none;
}



@media (min-width: 1320px) {

    .cs-posts-area__home.cs-posts-area__grid {
        --cs-posts-area-grid-row-gap: 32px;
    }
}


.cs-entry__metabar-toc ul>li {
    font-family: Roboto, sans-serif;
    font-weight: normal;
}

.cs-entry__metabar-toc ul>li a.active {
    font-weight: 600;
}



.cs-main-content .entry-content h1.wp-block-heading+*,
.cs-main-content .entry-content h2.wp-block-heading+*,
.cs-main-content .entry-content h3.wp-block-heading+*,
.cs-main-content .entry-content h4.wp-block-heading+*,
.cs-main-content .entry-content h5.wp-block-heading+*,
.cs-main-content .entry-content h6.wp-block-heading+*,
.cs-main-content .entry-summary h1.wp-block-heading+*,
.cs-main-content .entry-summary h2.wp-block-heading+*,
.cs-main-content .entry-summary h3.wp-block-heading+*,
.cs-main-content .entry-summary h4.wp-block-heading+*,
.cs-main-content .entry-summary h5.wp-block-heading+*,
.cs-main-content .entry-summary h6.wp-block-heading+* {
    margin-top: 14px;
}


.cs-main-content .entry-content>*,
.cs-main-content .entry-content .wp-block-column>*,
.cs-main-content .entry-content .wp-block-media-text__content>*,
.cs-main-content .entry-summary>*,
.cs-main-content .entry-summary .wp-block-column>*,
.cs-main-content .entry-summary .wp-block-media-text__content>* {
    margin-bottom: 14px;
}

.cs-footer__logo:has(img) {
    max-width: 200px;
}

.cs-footer-marquee__item {
    font-weight: 100;
    letter-spacing: -2px;
}

.cs-load-more {
    padding: 16px;
    height: 40px;
    border-radius: 100px;
    line-height: 1;
    border: 2px solid #000;
}

.cs-posts-area__pagination .cs-load-more:before {
    border-radius: 100px;
}

.cs-button,
.cs-button:before {
    border-radius: 100px;
}

.cs-subscribe__form input {
    border-radius: 100px;
}


.cs-entry__metabar-reading_time__fill {
    background-color: #000000;
}

.cs-entry__metabar {
    max-width: 200px;
}

/* ===== Custom Post Slider (Type 3) ===== */
.cs-home-post-slider--uxc .uxc-carousel {
    --slide-stagger: 90ms;
    --slide-start: 260ms;

    width: 100%;
    border-radius: 28px;
    padding: clamp(8px, 2.6vw, 34px);
    overflow: hidden;
}

body[data-scheme=light] .cs-home-post-slider--uxc .uxc-carousel {
    background: rgba(var(--cs-light-primary-color-rgb), 0.03);
}


body[data-scheme=dark] .cs-home-post-slider--uxc .uxc-carousel{
    background: rgba(var(--cs-dark-primary-color-rgb), 0.02);
}

.cs-home-post-slider--uxc .uxc-carousel__viewport {
    overflow: visible;
    padding: 12px 6px 6px 6px;
}

.cs-home-post-slider--uxc .uxc-carousel__track {
    display: flex;
    align-items: stretch;
}

.cs-home-post-slider--uxc .swiper-wrapper {
    align-items: stretch;
}

.cs-home-post-slider--uxc .swiper-slide {
    height: auto;
}

.cs-home-post-slider--uxc .uxc-slide {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(var(--cs-color-overlay), 0.06);
    box-shadow: 0 2px 3px 1px rgba(var(--cs-light-primary-color-rgb), 0.07);
    text-decoration: none;
    color: var(--cs-color-primary);
    height: 100%;
}

@media (min-width: 721px) {
    .cs-home-post-slider--uxc .uxc-slide {
        width: min(100%, 500px);
        max-width: 500px;
    }


}

.cs-home-post-slider--uxc .uxc-slide__media {
    height: 290px;
    flex: 0 0 auto;
    /* background-color: var(--cs-color-contrast-900); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-home-post-slider--uxc .uxc-slide__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 120px;
    padding: 24px 24px 34px;
    background: var(--cs-layout-background);
    color: var(--cs-color-primary);
}

.cs-home-post-slider--uxc .uxc-slide__title {
    margin: 0 0 6px 0;
    font-size: var(--cs-entry-title-font-size, 1.625rem);
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs-home-post-slider--uxc .uxc-slide__text {
    margin: 0;
    font-family: var(--cs-font-entry-excerpt-family), sans-serif;
        font-size: var(--cs-font-entry-excerpt-size);
        font-weight: var(--cs-font-entry-excerpt-weight);
        font-style: var(--cs-font-input-style);
        line-height: var(--cs-font-entry-excerpt-line-height);
        letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
    color: var(--cs-color-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs-home-post-slider--uxc .uxc-carousel__ui {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.cs-home-post-slider--uxc .uxc-controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cs-home-post-slider--uxc .uxc-pager {
    position: relative;
    top: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--cs-layout-background);
    border: 1px solid var(--cs-color-border);
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(var(--cs-color-overlay), 0.15) inset; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;
    height: 42px;
    width: max-content;
}

.cs-home-post-slider--uxc .uxc-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(var(--cs-color-primary-rgb), 0.35);
    transition: width 520ms cubic-bezier(0.16, 1, 0.3, 1),
        background-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
        opacity 520ms cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.cs-home-post-slider--uxc .uxc-dot::before {
    display: none;
}

.cs-home-post-slider--uxc .uxc-dot.swiper-pagination-bullet-active {
    width: 24px;
    background: rgba(var(--cs-color-primary-rgb), 0.2);
}

.cs-home-post-slider--uxc .uxc-dot.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 5px;
    border-radius: 999px;
    background: rgba(var(--cs-color-primary-rgb), 0.9);
    transform: translate3d(0, -50%, 0) scaleX(var(--dot-progress, 0));
    transform-origin: left center;
}

.cs-home-post-slider--uxc .uxc-play {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--cs-color-border);
    background: var(--cs-layout-background);
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(var(--cs-color-overlay), 0.15) inset; */
    transition: transform 180ms ease-out, box-shadow 180ms ease-out;
    color: var(--cs-color-primary);
}

.cs-home-post-slider--uxc .uxc-play::before {
    display: none;
}

.cs-home-post-slider--uxc .uxc-play:disabled {
    cursor: default;
    opacity: 0.6;
}
.cs-home-post-slider--uxc .uxc-play:hover{
  background-color: #f1f1f1;
}

.cs-home-post-slider--uxc .uxc-play__icon {
    width: 0;
    height: 0;
    border-left: 10px solid rgba(var(--cs-color-primary-rgb), 0.72);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 2px;
}

.cs-home-post-slider--uxc .uxc-play.is-playing .uxc-play__icon {
    width: 14px;
    height: 14px;
    border: none;
    margin-left: 0;
    position: relative;
}

.cs-home-post-slider--uxc .uxc-play .svg-icon {
    width: 44px;

    fill: currentColor;
    display: none;
}

.cs-home-post-slider--uxc .uxc-play .play-icon {
    display: block;
}

.cs-home-post-slider--uxc .uxc-play.is-playing .play-icon {
    display: none;
}

.cs-home-post-slider--uxc .uxc-play.is-playing .pause-icon {
    display: block;
}

.cs-home-post-slider--uxc .uxc-play.is-restart .play-icon,
.cs-home-post-slider--uxc .uxc-play.is-restart .pause-icon {
    display: none;
}

.cs-home-post-slider--uxc .uxc-play.is-restart .replay-icon {
    display: block;
}

.cs-home-post-slider--uxc .uxc-play__icon,
.cs-home-post-slider--uxc .uxc-play.is-playing .uxc-play__icon,
.cs-home-post-slider--uxc .uxc-play.is-restart .uxc-play__icon {
    display: none;
}

.cs-home-post-slider--uxc .uxc-play.is-playing .uxc-play__icon::before,
.cs-home-post-slider--uxc .uxc-play.is-playing .uxc-play__icon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: rgba(var(--cs-color-primary-rgb), 0.72);
}

.cs-home-post-slider--uxc .uxc-play.is-playing .uxc-play__icon::before {
    left: 0;
}

.cs-home-post-slider--uxc .uxc-play.is-playing .uxc-play__icon::after {
    right: 0;
}

.cs-home-post-slider--uxc .uxc-play.is-restart .uxc-play__icon {
    width: 18px;
    height: 18px;
    border: 0;
    margin-left: 0;
    display: block;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpath d=\"M4 12a8 8 0 0 0 12 6\"/%3E%3Cpath d=\"M20 12a8 8 0 0 0-12-6\"/%3E%3Cpath d=\"M7 4H4v3\"/%3E%3Cpath d=\"M17 20h3v-3\"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-home-post-slider--uxc .uxc-play.is-restart .uxc-play__icon::before,
.cs-home-post-slider--uxc .uxc-play.is-restart .uxc-play__icon::after {
    content: none;
}

.wp-block-separator:not(.is-style-dots) {
    border-bottom: 1px solid #c5c5c5;
}

b,
strong {
    font-weight: 600;
}

.cs-entry__thumbnail {
    border-top: 1px solid rgba(242, 242, 242, 0.8);
}


.cs-entry__overlay .cs-entry__title {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.627);
}


.cs-categories__item-thumbnail {
    box-shadow: 0 2px 3px 1px rgba(var(--cs-light-primary-color-rgb), 0.07);
}

.cs-home-about__info {
    max-width: 800px;
}

.cs-home-about__description {
    max-width: 100%;
}

.cs-categories-container:not(:last-child) {
    margin-bottom: 2rem;
}

.cs-categories-container {
    margin-top: 2rem;
}

.cs-home-post-slider {
    margin-bottom: 4rem;
}

.cs-post-slider__button {
    opacity: 1;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.125rem;
}

.cs-post-slider.cs-post-slider-type-2 .cs-entry__content {
    border-left: 1px solid rgba(242, 242, 242, 0.8);
}

.cs-post-slider__pagination .swiper-pagination-bullet-active .circle-progress {
    stroke: #000000;
}

.cs-home-about__author-left,
.cs-home-about__author:has(.cs-home-about__author-left):has(.cs-home-about__author-right) .cs-home-about__author-right:before {
    display: none
}


.cs-categories__item-title a {
    text-align: center;
    justify-content: center;
    font-size: 1.2rem;
    font-family: 'Open Sans';
}


button {
    font-family: 'Open Sans';
}

.entry-content>blockquote:not(.is-style-plain) {
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    box-shadow: none;
    background: #eaeaea;
    border-left: 6px solid;
    padding: 1.5rem;
}

.single .entry-content>p:first-child:first-letter{

    float: left;
    margin-right: 10px;
    font-size: 3rem;
    line-height: 1
}


.cs-entry__metabar .cs-entry__post-meta .cs-meta-author-link {
    align-items: flex-start;
}

.cs-entry__post-meta .cs-meta-author {
    padding-left: 14px;
}

.cs-entry__metabar .cs-entry__post-meta {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--cs-palette-color-gray-100);
    margin-bottom: 16px;
}

.cs-entry__metabar .cs-entry__post-meta .cs-meta-date:last-child:not(:first-child) {
    margin-left: 54px;
    margin-top: -38px;
    font-size: 12px;
}

.cs-entry__header .cs-entry__title {
    margin: auto;
    text-align: center;
}

.cs-entry__header .cs-entry__subtitle {
    text-align: center;
}

.cs-entry__header-featured .cs-share {
    margin: 0 auto;
}

.cs-entry__header-inner .cs-entry__post-meta .cs-meta-category {
    align-items: center;
    margin: auto;
}

.cs-entry__metabar-reading_time {
    border-radius: 12px
}

.cs-entry__metabar-toc:not(:first-child) {
    margin-top: 1rem;
}

.cs-entry__metabar-toc__nav{
    padding: 0 14px;
}







@media (min-width: 992px) {

    .home .cs-main-content {
        margin-top: 2rem;
    }

    .page .cs-entry__container {
        display: grid;
        grid-template-columns: minmax(0, 720px);
        justify-content: center;
    }

    .cs-entry__header-featured .cs-entry__header-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
            .cs-home-post-slider--uxc .swiper-wrapper {
                    max-width: 400px;
                }

    .cs-categories-container:not(:last-child) {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .cs-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cs-post-tiles {
        margin-top: 0rem;
    }

    .cs-entry-tile {
        height: calc(100vh - 190px);
    }
}
