/*
Theme Name: Ayala Foundation Incorporated
Author: Vivid House
Description: Custom theme for the AFI group. 2021
*/

.btn-orange {
    color: #fff;
    background-color: #f55e1d;
    border-color: #f55e1d;
}

.btn-orange:hover {
    color: #fff;
    background-color: #e44b0a;
    border-color: #d54609;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 94, 29, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #f55e1d;
    border-color: #f55e1d;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #d54609;
    border-color: #c64208;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 94, 29, 0.5);
}

.btn-outline-orange {
    color: #f55e1d;
    background-color: transparent;
    border-color: #f55e1d;
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #f55e1d;
    border-color: #f55e1d;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 94, 29, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #f55e1d;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #f55e1d;
    border-color: #f55e1d;
}

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