/* HEADER */
.container-header {
    background: #050505 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* LOGO */
.navbar-brand img {
    max-height: 55px !important;
    width: auto !important;
}

/* MENU */
.container-header .mod-menu > li > a {
    color: #f3efe7 !important;
    font-size: 18px;
    padding: 8px 14px !important;
    transition: all 0.3s ease;
}

/* HOVER */
.container-header .mod-menu > li > a:hover {
    color: #c8a26a !important;
}

/* SEARCH */
.mod-finder {
    max-width: 320px;
}

.mod-finder input {
    border-radius: 6px 0 0 6px !important;
}

.mod-finder button {
    background: #a52d4b !important;
    border: none !important;
}