

body.wp-child-theme-NewCom.category-events article .post-inner.thin {
        display: block;
        padding-top: 0;
    }

body.wp-child-theme-NewCom.category-events #site-content article:not(:nth-child(8n)) {
        margin-right: 0;
    }


@media (min-width: 1920px) { /* >= 1920 */


.clear__64 {
height: 64px;
margin-bottom: 0;
}

.clear__20 {
height: 20px;
margin-bottom: 0;
}

body.category.category-events #site-content .archive-header {
        padding: 0;
        margin-bottom: 32px;
        background-repeat: no-repeat;
        background-size: contain;
        height: 800px;
        border-radius: 1000px;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        align-items: center;
        order: 1;
        width: 100%;
    }

body.wp-child-theme-NewCom.archive.category-events #site-content {
        margin: 24px auto 64px auto;
        max-width: 1800px;
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        flex-direction: column;
        gap: 32px;
    }

body.wp-child-theme-NewCom.category-events #site-content article {
        padding: 0;
        border: none;
        border-radius: 0;
        display: block;
        order: 2;
        width: calc(100%);
        margin-bottom: 0;
        background-color: transparent;
        height: 389px;
    }

.event__content__area {
gap: 20px;
height: 100%;
}

.eca__left {
border: 1px solid #F4F0E2;
background-color: #0E0E0E;
        border-radius: 40px;
        width: 587px;
        align-items: center;
        justify-content: center;
}

body.wp-child-theme-NewCom.category-events article figure.featured-media {
        margin-top: 0;
        /* order: 3; */
    }

    body.wp-child-theme-NewCom.category-events figure .section-inner img {
        border-radius: 0;
        width: 100%;
        margin: 0;
        filter: none;
    opacity: 1;
    max-height: 180px;
    }

.eca__right {
border: 1px solid #F4F0E2;
        border-radius: 40px;
width: calc(100% - 587px);
}

.ecar__info  {
flex-direction: column;
justify-content: space-between;
        padding: 40px 0 40px 40px;
        background-color: #0E0E0E;
        border-radius: 40px 0 0 40px;
width: calc(100% - 587px);
}

.ecar__title__area  {
flex-direction: column;
background-color: #F4F0E2;
width: 587px;
border-radius: 0 40px 40px 0;
justify-content: space-between;
}

.ecari__d__t__a {
flex-direction: column;
gap: 32px;
width: 392px;
}

.ecari__data {
font-weight: 400;
font-size: 40px;
line-height: 40px;
letter-spacing: 0%;
color: #FFC800;
}

.ecaria__name {
font-weight: 700;
font-size: 14px;
line-height: 16px;
letter-spacing: 0%;
text-transform: uppercase;
color: #FFC800;
margin-bottom: 12px;
}

.ecaria__value, .ecarit__value {
font-weight: 400;
font-size: 18px;
line-height: 22px;
letter-spacing: 0%;
color: #F4F0E2;
}

.ecarit__name {
font-weight: 700;
font-size: 14px;
line-height: 16px;
letter-spacing: 0%;
text-transform: uppercase;
color: #FFC800;
margin-bottom: 8px;
}

    body.wp-child-theme-NewCom #site-content article .link__detal {
        width: 100%;
        height: auto;
background-color: transparent;
        border-radius: 0;
        order: 2;
        margin-left: 0;
        background-image: none;
        cursor: pointer;
font-weight: 400;
font-size: 24px;
line-height: 28px;
letter-spacing: 0%;
color: #FF008E;
    }

.ecarta__tt {
flex-direction: column;
gap: 12px;
}

body.wp-child-theme-NewCom.category-events #site-content article .entry-header.has-text-align-center {
        order: initial;
        margin-bottom: 0;
    }

body.wp-child-theme-NewCom.category-events article header .section-inner {
        margin: 0;
        padding: 40px 40px 0 40px;
    }

body.wp-child-theme-NewCom.category-events article header h2.entry-title {
        font-weight: 400;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0%;
        color: #151515;
        text-transform: none;
        text-align: left;
    }

body.wp-child-theme-NewCom.category-events article header h2.entry-title a {
        color: #151515;
    }

body.wp-child-theme-NewCom.category-events article .post-inner.thin {
margin: 0 40px 0 40px;
    }
    
.ecarta__tt .post-inner.thin .entry-content p {
font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0%;
        color: #151515;
    }

.ecarta__img {
justify-content: flex-end;
}

.ecarta__img img {
border-radius: 0 0 40px 0;
}





} /* END >= 1920 */








@media (max-width: 1919px) { /* =< 1919 */


body.category.category-events #site-content .archive-header {
        padding: 0;
        margin-bottom: calc(1.68vw);
        background-repeat: no-repeat;
        background-size: contain;
        height: calc(41.99vw);
        border-radius: calc(52.49vw);
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        align-items: center;
        order: 1;
        width: 100%;
    }

body.wp-child-theme-NewCom.archive.category-events #site-content {
        margin: calc(1.26vw) auto calc(3.36vw) auto;
        max-width: calc(94.49vw);
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        flex-direction: column;
        gap: calc(1.68vw);
    }

body.wp-child-theme-NewCom.category-events #site-content article {
        padding: 0;
        border: none;
        border-radius: 0;
        display: block;
        order: 2;
        width: calc(100%);
        margin-bottom: 0;
        background-color: transparent;
        height: calc(20.42vw);
    }

.event__content__area {
gap: calc(1.05vw);
height: 100%;
}

.eca__left {
border: 1px solid #F4F0E2;
background-color: #0E0E0E;
        border-radius: calc(2.1vw);
        width: calc(30.81vw);
        align-items: center;
        justify-content: center;
}

body.wp-child-theme-NewCom.category-events article figure.featured-media {
        margin-top: 0;
        /* order: 3; */
    }

    body.wp-child-theme-NewCom.category-events figure .section-inner img {
        border-radius: 0;
        width: 100%;
        margin: 0;
        filter: none;
    opacity: 1;
    max-height: calc(9.45vw);
    }

.eca__right {
border: 1px solid #F4F0E2;
        border-radius: calc(2.1vw);
width: calc(100% - 30.81vw);
}

.ecar__info  {
flex-direction: column;
justify-content: space-between;
        padding: calc(2.1vw) 0 calc(2.1vw) calc(2.1vw);
        background-color: #0E0E0E;
        border-radius: calc(2.1vw) 0 0 calc(2.1vw);
width: calc(100% - 30.81vw);
}

.ecar__title__area  {
flex-direction: column;
background-color: #F4F0E2;
width: calc(30.81vw);
border-radius: 0 calc(2.1vw) calc(2.1vw) 0;
justify-content: space-between;
}

.ecari__d__t__a {
flex-direction: column;
gap: calc(1.68vw);
width: calc(20.58vw);
}

.ecari__data {
font-weight: 400;
font-size: calc(2.1vw);
line-height: calc(2.1vw);
letter-spacing: 0%;
color: #FFC800;
}

.ecaria__name {
font-weight: 700;
font-size: calc(0.73vw);
line-height: calc(0.84vw);
letter-spacing: 0%;
text-transform: uppercase;
color: #FFC800;
margin-bottom: calc(0.63vw);
}

.ecaria__value, .ecarit__value {
font-weight: 400;
font-size: calc(0.94vw);
line-height: calc(1.15vw);
letter-spacing: 0%;
color: #F4F0E2;
}

.ecarit__name {
font-weight: 700;
font-size: calc(0.73vw);
line-height: calc(0.84vw);
letter-spacing: 0%;
text-transform: uppercase;
color: #FFC800;
margin-bottom: calc(0.42vw);
}

    body.wp-child-theme-NewCom #site-content article .link__detal {
        width: 100%;
        height: auto;
background-color: transparent;
        border-radius: 0;
        order: 2;
        margin-left: 0;
        background-image: none;
        cursor: pointer;
font-weight: 400;
font-size: calc(1.26vw);
line-height: calc(1.47vw);
letter-spacing: 0%;
color: #FF008E;
    }

.ecarta__tt {
flex-direction: column;
gap: calc(0.63vw);
}

body.wp-child-theme-NewCom.category-events #site-content article .entry-header.has-text-align-center {
        order: initial;
        margin-bottom: 0;
    }

body.wp-child-theme-NewCom.category-events article header .section-inner {
        margin: 0;
        padding: calc(2.1vw) calc(2.1vw) 0 calc(2.1vw);
    }

body.wp-child-theme-NewCom.category-events article header h2.entry-title {
        font-weight: 400;
        font-size: calc(2.1vw);
        line-height: calc(2.1vw);
        letter-spacing: 0%;
        color: #151515;
        text-transform: none;
        text-align: left;
    }

body.wp-child-theme-NewCom.category-events article header h2.entry-title a {
        color: #151515;
    }

body.wp-child-theme-NewCom.category-events article .post-inner.thin {
margin: 0 calc(2.1vw) 0 calc(2.1vw);
    }
    
body.wp-child-theme-NewCom.category-events article .ecarta__tt .post-inner.thin .entry-content p {
font-weight: 400;
        font-size: calc(0.94vw);
        line-height: calc(1.15vw);
        letter-spacing: 0%;
        color: #151515;
        width: auto;
    }

.ecarta__img {
justify-content: flex-end;
}

.ecarta__img img {
border-radius: 0 0 calc(2.1vw) 0;
}


} /* END =< 1919 */