/* *****************************************************

    ** Custom Stylesheet – FuegoStream Theme **

***************************************************** */

/* SUPER OBVIOUS TEST */
body {
    border: 10px solid red !important;
}

/* ===== FuegoStream Dark Theme Overrides ===== */

/* GLOBAL BACKGROUND & TEXT */
html, body {
    background: #0c0b16 !important;
    color: #ffffff !important;
}

/* Main wrapper areas */
#wrapper,
#header,
#footer,
#main-body,
.main-content,
.content,
.main-container,
.page-content,
.container,
#order-standard_cart,
#order-standard_cart .view-cart-items {
    background: #0c0b16 !important;
    color: #ffffff !important;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    font-weight: 600;
}

/* LINKS */
a, a:hover, a:focus {
    color: #ff3d00 !important;
}

/* PRIMARY BUTTONS */
.btn-primary,
.btn-success,
.btn-checkout,
.btn-lg {
    background: linear-gradient(45deg, #e80000, #ff3d00, #7c00c6) !important;
    border: none !important;
    color: #ffffff !important;
}

/* GENERAL BUTTONS */
.btn,
.btn-default,
.btn-secondary {
    background: #1a1825 !important;
    border: 1px solid #333 !important;
    color: #ffffff !important;
}

/* NAVBAR */
.navbar,
.navbar-default {
    background: #0c0b16 !important;
    border-bottom: 1px solid #e80000 !important;
}

.navbar a,
.navbar-nav > li > a {
    color: #ffffff !important;
}

/* PANELS / BOXES */
.panel,
.panel-default {
    background: #1a1825 !important;
    border: 1px solid #333 !important;
    color: #ffffff !important;
}

.panel-heading {
    background: #0c0b16 !important;
    border-bottom: 1px solid #333 !important;
    color: #ffffff !important;
}

/* TABLES */
.table {
    color: #ffffff !important;
    background: #1a1825 !important;
}

.table > thead > tr {
    background: #e80000 !important;
    color: #ffffff !important;
}

/* FORMS & INPUTS */
.form-control,
input,
select,
textarea {
    background: #1a1825 !important;
    color: #ffffff !important;
    border: 1px solid #333 !important;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #e80000 !important;
    box-shadow: none !important;
}

/* ALERTS */
.alert-info,
.alert-success,
.alert-warning,
.alert-danger {
    background: #1a1825 !important;
    border: 1px solid #333 !important;
    color: #ffffff !important;
}
