/*!
 * Witt's Local Styles
 * Copyright 2008-2017 Punchmark
 */

 /* ===== Header ===== */

 @media (max-width: 500px) {
    /* header a#logo {
        padding: 0 !important;
    } */
    header .content-toolbar .content-toolbar-inner>ul>li+li {
        margin-left: 5px !important;
    }
}

header a#logo {
    min-width: unset !important;
    width: 120px !important;
    max-width: 120px !important;
}

header a#logo img {
    max-height: none !important;
}

@media (min-width: 768px) {
    header a#logo {
        min-width: unset !important;
        width: 165px !important;
        max-width: 165px !important;
    }
}

@media (min-width: 1200px) {
    header a#logo {
        min-width: unset !important;
        width: 175px !important;
        max-width: 175px !important;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    header a#logo img {
        max-height: 100% !important;
        width: auto !important;
    }
}

/* ======= Footer ======= */

footer h6, footer .h6 {
    font-weight: 400 !important;
}

footer .required-links li a:hover, footer .required-links li a:focus {
    text-decoration: underline;
}

/* ======== General ======== */

.btn-primary {
    border-color: #151515 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border-color: #151515 !important;
}


nav.navbar .nav-item.holiday-red > .nav-link {
    color: red !important;
    font-weight: bolder !important;
  }