/*
 Theme Name:   DigiBoost Theme Mitsubishi
 Theme URI:    https://www.digiboost.nl
 Description:  DigiBoost Theme Child
 Author:       DigiBoost
 Author URI:   https://www.digiboost.nl
 Template:     digiboost-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         digiboost
 Text Domain:  digiboost-theme-mitsubishi
*/


@font-face {
    /*font-family: "MMC-Regular";*/
    font-family: "MMC";
    src: url("assets/fonts/MMC-Regular.woff"), url("assets/fonts/MMC-Regular.woff2"), url("assets/fonts/MMC-Regular.ttf");
    font-weight: 400;
}
@font-face {
    /*font-family: "MMC-Medium";*/
    font-family: "MMC";
    src: url("assets/fonts/MMC-Medium.woff"), url("assets/fonts/MMC-Medium.woff2"), url("assets/fonts/MMC-Medium.ttf");
    font-weight: 700;
}
@font-face {
    /*font-family: "MMC-Bold";*/
    font-family: "MMC";
    src: url("assets/fonts/MMC-Bold.woff"), url("assets/fonts/MMC-Bold.woff2"), url("assets/fonts/MMC-Bold.ttf");
    font-weight: 900;
}

.hero-picture {
    background: #000;
}


body {
    font-family: 'MMC', sans-serif;
    font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'MMC', sans-serif;
    font-weight: 700;
}
strong {
    font-weight: 700;
}
.btn,
#wt-cli-accept-btn,
#wt-cli-privacy-save-btn {
    font-family: 'MMC', sans-serif;
    font-weight: 900;
    font-size: .875rem;
    padding: 14px 32px 16px 32px;
}



.logo img {
    height: 50px;
    width: auto;
}


@media (min-width: 1200px) {
    .site-header .container {
        justify-content: space-between;
        height: 90px;
    }
    .logo img {
        height: 64px;
        width: auto;
    }

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ED0000;
}

/* https://lingtalfi.com/bootstrap4-color-generator ------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #720000;
    background-color: #ffbaba;
    border-color: #ffa5a5;
}

.alert-primary hr {
    border-top-color: #ff8c8c;
}

.alert-primary .alert-link {
    color: #3f0000;
}

.badge-primary {
    color: #fff;
    background-color: #ED0000;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #ba0000;
}

.bg-primary {
    background-color: #ED0000 !important;
    color: #fff;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
    color: #fff;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ba0000 !important;
}

.border-primary {
    border-color: #ED0000 !important;
}

.btn-primary,
#wt-cli-accept-btn,
#wt-cli-privacy-save-btn {
    color: #fff;
    background-color: #ED0000;
    border-color: #ED0000;
}
.btn-primary:hover,
#wt-cli-accept-btn:hover,
#wt-cli-privacy-save-btn:hover {
    color: #fff;
    background-color: #c90000;
    border-color: #ba0000;
}
.btn-primary:focus, .btn-primary.focus,
#wt-cli-accept-btn:focus,
#wt-cli-privacy-save-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 0, 0, 0.5);
    background-color: #c90000;
    border-color: #ba0000;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ED0000;
    border-color: #ED0000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ba0000;
    border-color: #aa0000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 0, 0, 0.5);
}

.btn-outline-primary {
    color: #ED0000;
    background-color: transparent;
    border-color: #ED0000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ED0000;
    border-color: #ED0000;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 0, 0, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ED0000;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ED0000;
    border-color: #ED0000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 0, 0, 0.5);
}


.btn-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ED0000;
    border-color: #ED0000;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    box-shadow: none !important;
    background-color: #ED0000;
    border-color: #ED0000;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ED0000;
    border-color: #ED0000;
}

.list-group-item-primary {
    color: #720000;
    background-color: #ffa5a5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #720000;
    background-color: #ff8c8c;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #720000;
    border-color: #720000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #ffa5a5;
}

.table-hover .table-primary:hover {
    background-color: #ff8c8c;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ff8c8c;
}

.text-primary {
    color: #ED0000 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ba0000 !important;
}

.pac-item {
    font-family: 'MMC-Regular', sans-serif !important;
    font-weight: 400 !important;
}
.pac-item-query {
    font-family: 'MMC-Regular', sans-serif !important;
    font-weight: 400 !important;
}

.hero-text a {
    color: #fff;
}
.site-header {
    border-bottom: 1px solid #000;
}

.menu > ul > li:hover > a:after {
    background: #000;
}