/* Custom overrides for body background */
html body {
    background-color: #efeeef !important;
}

body.page-layout-1column,
body.page-layout-2columns-left,
body.page-layout-2columns-right,
body.page-layout-3columns {
    background-color: #efeeef !important;
}

/* Center logo */
header.page-header .header-area .logo {
    text-align: center !important;
}

header.page-header .header-area .logo img {
    margin: 0 auto !important;
}

/* Disabled: override from styles-m.css
@media only screen and (max-width: 639px) {
    .block-search {
        margin-top: 10px;
    }
} */
@media only screen and (max-width: 639px) {
    .block-search {
        margin-top: 0;
    }
}

/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
    header.page-header {
        padding-top: 116px;
        height: 116px !important;
    }
    header.page-header .header-area,
    header.page-header .header-content-search,
    header.page-header .header-content-nosearch {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        background-color: #161616 !important;
    }
}
