.event-show .top-section {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 2.5rem;
    row-gap: 2.5rem;
}

.event-show .top-section .cmp-image > .right {
    max-width: 100% !important;
}

.event-show .section-title h1 .info {
    display: block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.event-show .section-title h1 .info:empty {
    display: none;
}

.event-show .cnt-type-label {
    text-align: left;
    margin-bottom: 10px;
}

.event-show .type-label.label {
    position: static;
    display: inline-block;
}

.event-show .type-label.label:empty {
    display: none;
}

.event-show .event-gallery {
    margin-top: 2.5rem;
}

.event-show .event-gallery:empty {
    display: none;
}

.event-show .dates.cmp strong {
    font-size: 1.5rem;
}

.event-show .dates ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.event-show .dates li {
    vertical-align: middle;
    padding: 8px 0;
    color: #EB5D48;
    display: table-row;
}

.event-show .dates li span {
    vertical-align: middle;
    display: table-cell;
}

.event-show .dates li.archive {
    color: #666;
}

.event-show .dates li.archive button,
.event-show .dates li.archive a.button {
    color: #666;
    border-color: #666;
}

.event-show .dates li.archive button:hover,
.event-show .dates li.archive a.button:hover {
    color: #fff;
    border-color: #EB5D48;
}

/*.event-show .dates li span:first-child {*/
/*    padding-right: 30px;*/
/*}*/

.event-show .dates li > span:last-child {
    min-width: 170px;
}

.event-show .dates li a.button,
.event-show .dates li .entry-info {
    float: right;
    margin: 5px 0 5px 30px;
    vertical-align: middle;
}

.event-show .dates li .entry-info,
.article-list .entry-info {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    line-height: 40px;
    padding: 0 5px;
    min-width: 124px;
    box-sizing: border-box;
    color: #F59F4B;
    border: 4px solid #F59F4B;
    background: transparent;
    cursor: pointer;
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.article-list .entry-info {
    height: auto;
    line-height: 1.5;
    white-space: break-spaces;
}

.back-section,
.event-show .back-section {
    margin-top: 4.6875rem;
    text-align: center;
}

.event-show #cnt-resp-event-image {
    display: none;
}

.event-show #cnt-resp-event-image .cmp.cmp-image .right {
    float: none;
    margin: 3rem 0 2rem 0;
    text-align: center;
}

/* ----- */
@media only screen and (max-width: 1200px) {
    .event-show .top-section {
        display: block;
    }

    .event-show .top-section > div:last-child {
        display: none;
    }

    .event-show #cnt-resp-event-image {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .event-show .dates li .entry-info,
    .article-list .entry-info {
        height: 40px;
        line-height: 34px;
        min-width: 110px;
        padding: 0 10px;
        font-size: 16px;
        border-width: 3px;
    }
}

@media only screen and (max-width: 600px) {
    .section-title h1,
    .section-title h2,
    .section-title .title {
        padding-right: 0;
        padding-bottom: 45px;
        min-width: 225px;
        background-position: left bottom;
    }
}

@media only screen and (max-width: 560px) {
    .event-show .dates li .entry-info,
    .article-list .entry-info {
        height: 34px;
        line-height: 28px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .event-show .dates li {
        display: block;
        margin-bottom: 1rem;
    }

    .event-show .dates li span:first-child {
        display: block;
        width: 100%;
    }

    .event-show .dates li span {
        text-align: left;
    }

    .event-show .dates li a.button,
    .event-show .dates li .entry-info {
        float: none;
        margin-left: 0;
    }
}
