﻿.wlcts__header {
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding: 0 16px;
    background-color: #ffffff;
}

    .wlcts__header.scroll {
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 0 80px;
        background-color: #ffffff;
        box-shadow: 0px 5px 22px -3px rgba(0,0,0,0.2);
        z-index: 11;
    }

.wlcts__logo__container {
    display: flex;
    padding: 1.6rem;
    justify-content: space-between;
    align-items: center;
}

    .wlcts__logo__container > a:hover, a:active, a:focus {
        text-decoration: none !important;
        box-shadow: none !important;
    }

    .wlcts__logo__container > a img {
        max-height: 48px;
    }

    .wlcts__logo__container > img:last-child {
        position: relative;
        top: 3rem;
        max-height: 10rem;
    }

    .wlcts__phone__booking {
        display: flex;
        align-items: center;
        padding: 1.6rem;
    }

    .wlcts__phone__booking p {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.4rem;
        text-align: right;
    }

    .wlcts__phone__booking a {
        color: #002e5d;
    }

@media screen and (min-width: 62.0625em) {
    .wlcts__logo__container {
        padding: 1.3rem 6.4rem;
    }

    .wlcts__phone__booking {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 6.2rem;
    }

        .wlcts__phone__booking p {
            font-size: 1.6rem;
        }
}

.hide {
    display: none;
}