.ec-news-thumbnail {
    width: 95%;
    height: 380px;
    object-fit: cover !important;
}

.ec-news-thumbnail img {
    height: 100%;
}

.ec-news-card {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.ec-news-content {
    background-color: #e5e3dfcc;
    padding: 90px 30px 30px 30px;
    margin-top: -60px;
}

.ec-news-content h3 {
    font-size: 1.5rem;
    color: var(--e-global-color-primary);
}

.ec-news-button {
    margin-top: 30px;
}

.ec-news-button button,
.ec-hero-box button {
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1.125 !important;
    font-weight: 500 !important;
    font-size: 1rem;
}

.ec-news-button button {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.ec-hero-box button {
    border-color: white !important;
    color: white !important;
}

.ec-news-button button:hover {
    border-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-secondary) !important;
    background-color: white !important;
}

.ec-hero-box button:hover {
    background-color: transparent !important;
    border-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-secondary) !important;
}

.ec-news-date {
    width: 90px;
    color: var(--e-global-color-primary);
    text-align: left;
    padding-top: 25px;
    line-height: 1.2rem;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .ec-news-date .day {
        font-size: 2.2rem !important;
    }
}

.ec-news-date .day {
    font-size: 3rem;
    margin-bottom: 25px;
}

.ec-news-date .month {
    color: var(--e-global-color-secondary);
}

.ec-news-date .year {
    color: black;
}

.ec-hero-container {
    width: 100%;
    height: 864px;
}

.ec-hero-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ec-hero-container p {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    right: 0;
    width: 420px;
}

@media (max-width: 1024px) {
    .ec-hero-container p {
        display: none;
    }
}

@media (max-width: 767px) {
    .ec-hero-container {
        height: 500px !important;
    }
}

.ec-hero-box-container,
.ec-hero-text-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ec-hero-box {
    width: 500px;
    color: white !important;
    position: absolute;
    bottom: -60px;
    z-index: 10;
    padding: 30px 30px 120px 30px;
    margin: 10px;
}

.ec-hero-box p {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ec-hero-box h2 {
    font-size: 3.25rem;
    font-weight: 400;
    line-height: 3.8rem;
    padding-bottom: 30px;
}

.ec-hero-box button {
    padding: 12px 24px;
}

@media (max-width: 767px) {
    .ec-hero-box {
        position: relative;
        width: 100%;
        top: -30px;
        padding-top: 60px;
        padding-bottom: 30px;
        left: 0;
        margin: 0;
    }
    .ec-hero-box h2 {
        font-size: 2.6rem !important;
    }
}

.elementor-widget-ec-post-archive-yearly ul, 
.elementor-widget-wp-widget-categories ul {
    margin: 0;
    padding: 0;
}

.elementor-widget-ec-post-archive-yearly li,
.elementor-widget-wp-widget-categories li {
    list-style: none;
}

.elementor-widget-ec-post-archive-yearly .elementor-widget-container {
    display: flex;
}

.elementor-widget-ec-post-archive-yearly .elementor-widget-container li a {
    padding-right: 20px;
    color: black;
}

.elementor-widget-ec-post-archive-yearly .elementor-widget-container li a[aria-current="page"] {
 font-weight: bold;
}

.filter-caption {
    background-color: var(--e-global-color-primary);
    color: white;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    font-size: var(--e-global-typography-f93f0af-font-size );
    text-transform: var(--e-global-typography-f93f0af-text-transform );
    line-height: var(--e-global-typography-f93f0af-line-height );
    letter-spacing: var(--e-global-typography-f93f0af-letter-spacing );
    word-spacing: var(--e-global-typography-f93f0af-word-spacing );
}

.filter-options {
    border: 1px solid #A3A7AD;
    color: #A3A7AD;
    font-size: var(--e-global-typography-f93f0af-font-size );
    text-transform: var(--e-global-typography-f93f0af-text-transform );
    line-height: var(--e-global-typography-f93f0af-line-height );
    letter-spacing: var(--e-global-typography-f93f0af-letter-spacing );
    word-spacing: var(--e-global-typography-f93f0af-word-spacing );
    text-align: center;
    border-radius: 0 !important;
    padding: 5px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg width="8" height="5" viewBox="0 0 8 5" fill="%23A3A7AD" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="%23A3A7AD"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}