/*
Theme Name: SmartMag RoboWire
Theme URI: https://therobowire.com
Description: SmartMag child theme for TheRoboWire.com
Author: TheRoboWire
Template: smart-mag
Version: 1.2
*/

/* Override SmartMag default teal with TheRoboWire blue */
:root {
    --c-main: #0066FF !important;
    --c-main-rgb: 0, 102, 255 !important;
}

/* Logo visibility */
.custom-logo-link img,
.site-logo img,
.td-logo img,
img.custom-logo {
    max-height: 50px;
    width: auto;
    display: block !important;
}

/* Dark header */
.main-head,
.main-head .nav-wrap {
    background: #0f0f1a !important;
}

/* Footer */
.main-footer,
.lower-footer {
    background: #0f0f1a;
}

/* Buttons */
.button,
input[type="submit"],
.wp-block-button__link {
    background: var(--c-main) !important;
    border-color: var(--c-main) !important;
}
