/*** MENU ***/
.header-wrapper:not(.stuck) .hide-for-medium .nav-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-wrapper:not(.stuck) .hide-for-medium .icon-menu {
    font-size: 3.5rem;
    line-height: 1;
}

.header-wrapper:not(.stuck) .hide-for-medium .menu-title {
    font-weight: normal;
    margin: 0;
    font-size: 85%;
}

/* /header */


/*** HOME ***/
a.button.open-video.icon.circle.is-outline.is-xlarge {
    border: 0 !important;
}

/*** FOOTER ***/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-top: -45px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 1% !important;
}

input#work-us-btn {
    color: black;
    background-color: white;
    border: 2px solid;
    margin-top: -45px;
}


.social-icons.follow-icons.full-width.text-right {
    color: #000;
}

div#cookie-law-info-bar {
    height: 120px;
    width: 100%;
    padding: 25px 80px 0 80px !important;
}

.cli-bar-message {
    width: 100% !important;
}

.cli-bar-message-one {
    padding-bottom: 10px;
}


/*** MOBILE ***/
@media (max-width: 48em){
    div#cookie-law-info-bar {
        height: 30% !important;
        width: 100%;
        padding: 25px 20px 0 20px !important;
    }
}