/*
Theme Name: Onyx Steel Theme
Theme URI: https://tandemcreate.com
Template: twentytwentyfive
Author: Tandem Create (Marty)
Author URI: https://tandemcreate.com
Description: Custom Theme for Onyx Steel
Tags: 
Version: 1.1.1
Updated: 2025-08-19 09:58:39

*/

/*
    Colours
    Menu BG : #000000
    gradient dark Start: #000000
    gradient dark end: #27272A
    Gray Background: #27272A
    block BG: #18181B
    black BG: #18181B
    Onyx Steel Red: #DC2626
    circle bg: #3F3F46
    reg BG: #D42525
    client gray: #7FA19A
    Dark Red: #462225
 */

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ui-sans-serif,
        system-ui,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.onyx-highlight {
    color: #DC2626;
}

#menu-header {
    white-space: nowrap;
}

.onyxsteel-get-quote {
    background-color: #DC2626;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.hoverable-block {
    border: #a7a7a7;
}

.hoverable-block:hover {
    border-color: #DC2626;
    /* cursor: pointer; */
}

.onyx-numbered-circle {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
}

.forminator-ui#forminator-module-133.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border: 1px solid rgb(82, 82, 91) !important;
    border-radius: 8px;
    background: rgb(63, 63, 70) !important;
}

::placeholder {
    color: #64748B !important;
}

.select2-selection__placeholder,
.select2-selection__rendered {
    color: #fff !important;
}

.forminator-icon-chevron-down,
.forminator-icon-chevron-up {
    color: #64748B !important;
}