/*
 * Front page template
 */

.home main > .main-wrapper {
    /* position: absolute;*/
    width: 100%;
    transition: all 0.3s ease-out;
    position: sticky;
    bottom: 60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home main > .main-wrapper {
        position: relative;
        bottom: auto;
    }
}

.home.cdt-front-page-active-map main > .main-wrapper {
    margin: 0 0 -60px;
    bottom: 0;
    position: relative;
}

.home main > .main-wrapper > .entry-content {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
}

.home main {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 110px;
    width: 876px;
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.3s ease-out;
    min-height: 1000px;
}

.home.cdt-front-page-active-map main {
    width: 1120px;
    padding-bottom: 0;
    padding-top: 300px;
}

/* News */

.cdt-frontpage-msg-wrapper {
    display: flex;
    transition: all 0.3s ease-out;
    width: 876px;
    margin: 20px auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cdt-frontpage-msg-wrapper {
        height: auto !important;
    }
}

.cdt-front-page-active-map .cdt-frontpage-msg-wrapper {
    height: 0 !important;
    transform: scaleY(0);
    overflow: hidden;
}

.cdt-frontpage-news,
.cdt-frontpage-status {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 19px;
    transition: all 0.3s ease-out;
}

.cdt-frontpage-news {
    flex: 1 auto;
}

.cdt-frontpage-status {
    flex: 0 1 auto;
    margin-right: 5px;
    width: 290px;
}

.cdt-frontpage-news > h2,
.cdt-frontpage-status > h2 {
    position: relative;
    margin: 0 0 -40px;
    font-family: "Teko", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--blue-primary-color);
    z-index: 10;
}

.cdt-frontpage-status > h2 {
    color: var(--red-primary-color);
}

.cdt-frontpage-news-list,
.cdt-frontpage-status-list {
    display: flex;
}

.cdt-frontpage-news-list > .post,
.cdt-frontpage-status-list > .cdt-status {
    display: flex;
    flex: 1;
    padding: 40px 0 8px;
    flex-direction: column;
}

.cdt-frontpage-news-list > .post:not(:last-child),
.cdt-frontpage-status-list > .cdt-status:not(:last-child) {
    margin-right: 11px;
    padding-right: 11px;
    border-right: 1px solid var(--blue-primary-color);
}

.cdt-frontpage-news-date,
.cdt-frontpage-status-date {
    display: block;
    margin-top: 14px;
}

.cdt-frontpage-news-list > .post h3,
.cdt-frontpage-status-list > .cdt-status h3 {
    margin: 0;
    font-size: 1em;
}

.cdt-frontpage-news-list > .post p,
.cdt-frontpage-status-list > .cdt-status p {
    margin: 0.5em 0;
    font-size: 0.875em;
}

.cdt-frontpage-news-content,
.cdt-frontpage-status-content {
    flex: 1 auto;
}

.cdt-frontpage-news-more .wps-svg,
.cdt-frontpage-status-more .wps-svg {
    color: var(--grey-color);
    text-decoration: none;
    font-weight: 600;
}

.cdt-frontpage-news-more .wps-svg:hover,
.cdt-frontpage-status-more .wps-svg:hover {
    color: var(--black-color);
}

.cdt-frontpage-news-more .wps-svg path,
.cdt-frontpage-status-more .wps-svg path {
    transition: all 0.3s ease-out;
}

.cdt-frontpage-news-more .wps-svg:hover path,
.cdt-frontpage-status-more .wps-svg:hover path {
    fill: var(--red-primary-color);
}

.cdt-frontpage-news-more .wps-svg .wps-svg-icon,
.cdt-frontpage-status-more .wps-svg .wps-svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.cdt-frontpage-news-more .wps-svg .wps-svg-label,
.cdt-frontpage-status-more .wps-svg .wps-svg-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 0.75em;
}

/* Maps */

.cdt-frontpage-maps-wrapper {
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 19px;
    transition: all 0.3s ease-out;
}

.cdt-front-page-active-map .cdt-frontpage-maps-wrapper {
    background-color: transparent;
    padding-bottom: 0;
}

.cdt-frontpage-maps-sidebar {
    flex: 0 1 auto;
    width: 285px;
    margin-right: 20px;
    padding: 60px 20px 0;
    transition: all 0.3s ease-out;
}

.cdt-front-page-active-map .cdt-frontpage-maps-sidebar {
    background-color: var(--light-blue-color);
    margin-top: -65px;
    padding: 60px 20px 100px;
    transition: all 0.3s ease-out, background-color 0.3s ease-out 0.3s;
}

.cdt-frontpage-maps-sidebar-icon {
    transition: all 0.3s ease-out;
    margin-bottom: -100px;
}

.cdt-front-page-active-map .cdt-frontpage-maps-sidebar-icon {
    margin-bottom: 0;
}

.cdt-frontpage-maps-sidebar-nav .cdt-widget-area {
    margin-top: 60px;
}

.cdt-frontpage-maps-sidebar-nav {
    position: sticky;
    top: 160px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cdt-frontpage-maps-sidebar-nav {
        position: relative;
        top: auto;
    }
}

.cdt-frontpage-maps-sidebar-nav-nw,
.cdt-frontpage-maps-sidebar-nav-ow {
    transition: opacity 0.3s ease-out 0.3s;
    overflow: hidden;
}

.cdt-front-page-active-map-nw .cdt-frontpage-maps-sidebar-nav-ow,
.cdt-front-page-active-map-ow .cdt-frontpage-maps-sidebar-nav-nw {
    transition: opacity 0.3s ease-out;
}

body:not(.cdt-front-page-active-map-nw) .cdt-frontpage-maps-sidebar-nav-nw,
body:not(.cdt-front-page-active-map-ow) .cdt-frontpage-maps-sidebar-nav-ow {
    height: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.cdt-frontpage-maps-content {
    flex: 1;
}

.cdt-frontpage-maps-header {
    transition: all 0.3s ease-out;
    padding-bottom: 60px;
}

.cdt-front-page-active-map .cdt-frontpage-maps-header {
    padding-bottom: 0;
}

.cdt-frontpage-maps-header-title {
    transition: all 0.3s ease-out;
    height: 0;
}

.cdt-front-page-active-map .cdt-frontpage-maps-header-title {
    height: 60px;
}

.cdt-frontpage-maps-header-title h2 {
    color: var(--blue-primary-color);
    font-size: 2.5em;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 400;
    transform: translateX(-285px);
    transition: all 0.3s ease-out;
}

.cdt-front-page-active-map .cdt-frontpage-maps-header-title h2 {
    font-size: 3.75em;
    transform: none;
}

.cdt-frontpage-maps-header-buttons {
    display: flex;
    position: absolute;
    right: 100%;
    bottom: -20px;
    transform: translate(100%, -100%);
    transition: all 0.3s ease-out;
    width: 480px;
}

.cdt-front-page-active-map .cdt-frontpage-maps-header-buttons {
    bottom: 100%;
    right: 0;
    transform: translate(0, 100%);
}

.cdt-frontpage-maps-header-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 220px;
    background-color: var(--blue-primary-color);
    color: var(--white-color);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-out;
    outline: none;
}

.cdt-frontpage-maps-header-buttons button svg {
    vertical-align: middle;
    margin-right: 10px;
}

.cdt-frontpage-maps-header-buttons button:first-child {
    margin-right: 40px;
}

.cdt-frontpage-maps-header-buttons button:hover,
.cdt-front-page-active-map-ow .cdt-frontpage-maps-header-buttons .cdt-frontpage-maps-header-buttons-ow,
.cdt-front-page-active-map-nw .cdt-frontpage-maps-header-buttons .cdt-frontpage-maps-header-buttons-nw {
    background-color: var(--red-primary-color);
}

.cdt-frontpage-maps-maplist-nw,
.cdt-frontpage-maps-maplist-ow {
    transition: opacity 0.3s ease-out 0.3s;
    overflow: hidden;
    padding: 0 8px;
    width: calc(100% + 16px);
    margin-left: -8px;
}

.cdt-front-page-active-map-nw .cdt-frontpage-maps-maplist-ow,
.cdt-front-page-active-map-ow .cdt-frontpage-maps-maplist-nw {
    transition: opacity 0.3s ease-out;
}

body:not(.cdt-front-page-active-map-nw) .cdt-frontpage-maps-maplist-nw,
body:not(.cdt-front-page-active-map-ow) .cdt-frontpage-maps-maplist-ow {
    height: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.cdt-maps-archive-term:before {
    display: block;
    position: relative;
    content: "";
    height: 140px;
    margin-top: -140px;
}

.cdt-fronpage-excerpt-small {
    display: none;
}

.cdt-frontpage-maps-sidebar-title {
    display: none;
}

/* Responsive 1120px */

/*@media all and (max-width: 1120px),(-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cdt-front-page-active-map .cdt-frontpage-maps-content{
        flex: 1 auto;
    }
}*/

@media only screen and (max-width: 1120px) {
    .home main {
        padding-bottom: 60px;
        width: 590px;
        min-height: 0;
    }
    .home.cdt-front-page-active-map main {
        width: 100%;
        padding-top: 80px;
        overflow: hidden;
    }

    .home.cdt-front-page-active-map main > .main-wrapper {
        margin: 0 auto !important;
        width: 685px;
    }

    /* News */
    .cdt-frontpage-msg-wrapper {
        width: 590px;
        margin: 50px 0 10px;
    }
    .cdt-frontpage-news-list > .post:last-child {
        display: none;
    }
    .cdt-frontpage-news-list > .post:nth-child(2),
    .cdt-frontpage-status-list > .cdt-status:nth-child(2) {
        border-right: none;
    }
    .cdt-frontpage-status + .cdt-frontpage-news .cdt-frontpage-news-list > .post {
        border-right: none;
    }
    .cdt-fronpage-excerpt-small {
        display: block;
    }
    .cdt-fronpage-excerpt-large {
        display: none;
    }
    /* Sidebar */
    .cdt-front-page-active-map .cdt-frontpage-maps-wrapper {
        flex-direction: column;
        padding-top: 50px;
    }
    .cdt-frontpage-maps-sidebar {
        width: 240px;
        margin-right: 0;
    }
    .cdt-frontpage-maps-sidebar-icon svg {
        width: 190px;
    }
    .cdt-frontpage-maps-header-title h2 {
        transform: translateX(-240px);
    }
    .cdt-frontpage-maps-header-buttons {
        width: 305px;
    }
    .cdt-frontpage-maps-header-buttons button {
        width: 150px;
        font-size: 1em;
        height: 34px;
    }
    .cdt-frontpage-maps-header-buttons button svg {
        width: 24px;
        height: 24px;
    }
    .cdt-frontpage-maps-header-buttons button:first-child {
        margin-right: 5px;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-sidebar {
        background-color: transparent;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-sidebar {
        padding: 20px 0 0;
        width: 100%;
        margin-top: 0;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-sidebar .cdt-frontpage-maps-sidebar-icon svg {
        width: 95px;
        height: 70px;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-header-title {
        height: 0;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-header-title h2 {
        font-size: 40px;
        transform: translate(105px, -50px);
        width: calc(100% - 105px);
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-header-buttons {
        transform: translate(0, -40px);
    }
    /* Maps */
    .cdt-frontpage-maps-maplist-nw,
    .cdt-frontpage-maps-maplist-ow {
        width: 0;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-maplist-nw,
    .cdt-front-page-active-map .cdt-frontpage-maps-maplist-ow {
        width: 100%;
    }
    /* Sidebar nav */
    .cdt-frontpage-maps-sidebar-nav {
        display: none;
    }
    .cdt-frontpage-maps-sidebar-nav .custom-sidebar .menu {
        text-align: right;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-sidebar-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background-color: var(--light-blue-color);
        padding: 184px 44px 30px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        transform: translateX(-100%);
        transform-origin: left top;
        transition: all 0.2s ease-out;
        z-index: 1750;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-sidebar-nav.cdt-frontpage-maps-sidebar-nav-active {
        transform: none;
    }
    .cdt-frontpage-maps-sidebar-nav .cdt-widget-area {
        margin-top: 0;
    }
    .cdt-frontpage-maps-sidebar-title {
        display: block;
        position: absolute;
        left: 100%;
        top: 194px;
        transform-origin: left top;
        transform: rotate(-90deg) translateX(-100%);
        z-index: 550;
        background-color: var(--red-primary-color);
        color: var(--white-color);
        padding: 6px 54px;
        font-size: 0.75em;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
    }
    .cdt-frontpage-maps-sidebar-title:before {
        display: block;
        position: absolute;
        content: "";
        right: 25px;
        top: 0;
        height: 100%;
        width: 9px;
        background-image: url(/wp-content/themes/cdt/assets/svg/arrow-up.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transform: scaleY(-1);
        transition: all 0.2s ease-out;
    }
    .cdt-frontpage-maps-sidebar-nav-active .cdt-frontpage-maps-sidebar-title:before {
        transform: none;
    }
    .cdt-frontpage-maps-sidebar-close {
        display: block;
        position: absolute;
        top: 27px;
        right: 44px;
        height: 20px;
        width: 20px;
        cursor: pointer;
    }
    .cdt-frontpage-maps-sidebar-close:before,
    .cdt-frontpage-maps-sidebar-close:after {
        display: block;
        position: absolute;
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--blue-primary-color);
        top: 50%;
        margin-top: -1px;
    }
    .cdt-frontpage-maps-sidebar-close:before {
        transform: rotate(45deg);
    }
    .cdt-frontpage-maps-sidebar-close:after {
        transform: rotate(-45deg);
    }

    .cdt-front-page-active-map .cdt-frontpage-maps-content {
        flex: 1 auto;
    }
}

/* Responsive 676px */
@media only screen and (max-width: 646px) {
    .home.cdt-front-page-active-map main > .main-wrapper {
        width: 336px;
        max-width: 100%;
    }

    /* News */
    .cdt-frontpage-msg-wrapper {
        flex-direction: column;
        margin: 50px 0 40px;
        max-width: 100%;
        width: auto;
    }

    .cdt-frontpage-status {
        width: auto;
        margin: 0 0 5px;
    }

    .cdt-frontpage-news .cdt-frontpage-news-list > .post:not(:first-child) {
        display: none;
    }

    .cdt-frontpage-news-list > .post:not(:last-child),
    .cdt-frontpage-status-list > .cdt-status:not(:last-child) {
        border-right: none;
        padding-right: 0;
    }

    /* Maps */
    body:not(.cdt-front-page-active-map) .cdt-frontpage-maps-wrapper {
        flex-direction: column;
    }

    body:not(.cdt-front-page-active-map) .cdt-frontpage-maps-sidebar {
        padding: 0;
    }

    body:not(.cdt-front-page-active-map) .cdt-frontpage-maps-sidebar-icon {
        margin-bottom: 0;
        margin-top: -40px;
    }

    body:not(.cdt-front-page-active-map) .cdt-frontpage-maps-sidebar-icon svg {
        width: 96px;
        height: 72px;
    }

    .home:not(.cdt-front-page-active-map) main {
        padding-bottom: 0;
    }

    .cdt-front-page-active-map .cdt-frontpage-maps-wrapper {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .home:not(.cdt-front-page-active-map) .cdt-frontpage-maps-header-title h2 {
        transform: translate(105px, -60px);
        display: inline-block;
    }

    .home:not(.cdt-front-page-active-map) .main-wrapper > .entry-content {
        padding-bottom: 0;
    }

    .cdt-front-page-active-map .cdt-frontpage-maps-wrapper {
        padding-top: 100px;
    }
    .cdt-frontpage-maps-maplist-nw,
    .cdt-frontpage-maps-maplist-ow {
        padding: 0;
        margin: 0;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-maplist-nw,
    .cdt-front-page-active-map .cdt-frontpage-maps-maplist-ow,
    .cdt-front-page-active-map .cdt-frontpage-maps-header-content {
        padding-left: 19px;
        padding-right: 19px;
    }
    .cdt-maps-archive-single-map {
        width: 100%;
    }
    .cdt-maps-archive-term-title h2 {
        font-size: 28px;
    }
    .cdt-maps-archive-single-map:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .cdt-front-page-active-map .cdt-frontpage-maps-header-buttons {
        transform: translate(-50%, -100px);
        right: auto;
        left: 50%;
    }
    .cdt-frontpage-maps-header-buttons button:first-child {
        margin-right: 5px;
    }
    .cdt-frontpage-maps-header-buttons button {
        width: 150px;
    }
    .cdt-maps-archive-term::before {
        z-index: -1;
        height: 120px;
        margin-top: -120px;
    }
    /* Sidebar */
    .cdt-front-page-active-map .cdt-frontpage-maps-sidebar-nav {
        padding-top: 80px;
    }
    .cdt-frontpage-maps-content {
        flex: 1 auto;
    }
}
