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

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

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

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
    font-size: 14px;
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}


/* ================================
   EvansHost.com Color Override
   Change yellow accents to orange
================================ */

/* Main yellow elements */
.bg-yellow,
.btn-default-yellow-fill,
.btn-default-yellow-fill:hover,
.btn-default-yellow-fill:focus,
.btn-default-yellow-fill:active,
.btn-default-yellow,
.btn-default-yellow:hover,
.btn-default-yellow:focus,
.btn-default-yellow:active {
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
    color: #ffffff !important;
}

/* Darker orange hover */
.btn-default-yellow-fill:hover,
.btn-default-yellow:hover {
    background-color: #e66e00 !important;
    border-color: #e66e00 !important;
    color: #ffffff !important;
}

/* Yellow text to orange */
.c-yellow,
.c-yellow:hover,
.text-yellow,
.text-yellow:hover,
.golink,
.golink:hover,
.golink-dark,
.golink-dark:hover,
a:hover,
a:focus {
    color: #ff7a00 !important;
}

/* Yellow borders to orange */
.border-yellow,
.bb-yellow,
.cd-filter-block input[type=checkbox]:checked + label::before,
.cd-filter-block input[type=radio]:checked + label::before {
    border-color: #ff7a00 !important;
}

/* Yellow gradient sections to orange */
.sec-grad-yellow-to-grey-left {
    background: linear-gradient(90deg, #ff7a00 70%, #d9dde4 10%) !important;
}

.sec-grad-yellow-to-grey-right {
    background: linear-gradient(90deg, #d9dde4 70%, #ff7a00 10%) !important;
}

.sec-grad-yellow-to-white-right {
    background: linear-gradient(90deg, #ffffff 70%, #ff7a00 10%) !important;
}

.sec-grad-yellow-to-black-right {
    background: linear-gradient(90deg, #15212a 70%, #ff7a00 10%) !important;
}

.sec-grad-black-to-yellow-left {
    background: linear-gradient(90deg, #ff7a00 30%, #15212a 0%) !important;
}

/* Menu, dropdown, footer and client area hover links */
.dropdown-menu.show a:hover,
.nav-menu .main-menu a:hover,
.nav-menu .main-menu a:active,
.nav-menu .main-menu a:focus,
.nav-menu .main-menu > .menu-item a:hover,
.nav-menu .main-menu > .menu-item a:active,
.nav-menu .main-menu .menu-item .menu-large .menu-item a:hover,
.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover,
.megamenu .service-list .service.special .media-body a:hover,
.megamenu .service-list .service .media-body a:hover,
.megamenu-list .service-list .service .media-body a:hover,
.footer .soc-icons a:hover,
.footer .soc-icons a:hover i,
.footer .contact a:hover,
.footer .contact a:hover i,
.footer .footer-menu .menu-item a:hover,
.blog .media .media-heading a:hover,
.blog .wrap-blog .heading.blog a:hover,
.blog .wrap-blog .text-blog a:hover,
.blog .sidebar .search-group a:hover,
.blog .sidebar .tags .tag a:hover,
.soc-icons-apply a:hover,
.soc-icons-apply span:hover {
    color: #ff7a00 !important;
}

/* WHMCS buttons and selected states */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
    color: #ffffff !important;
}

/* Darker orange for button hover */
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover {
    background-color: #e66e00 !important;
    border-color: #e66e00 !important;
}

/* Cart/order form selected tabs */
.cd-tab-filter a.selected,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
    color: #ffffff !important;
}

/* Accept cookies button */
.gdprcookie-buttons button {
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
    color: #ffffff !important;
}

.gdprcookie-buttons button:hover {
    background-color: #e66e00 !important;
    border-color: #e66e00 !important;
    color: #ffffff !important;
}

/* Cookie checkbox selected labels */
.gdprcookie-types ul li input:checked ~ label {
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
    color: #ffffff !important;
}

/* Back to top button */
.cd-top {
    background: #ff7a00 !important;
    background-color: #ff7a00 !important;
}

.cd-top:hover,
.no-touch .cd-top:hover {
    background: #e66e00 !important;
    background-color: #e66e00 !important;
    opacity: 1 !important;
}

.cd-top i {
    color: #ffffff !important;
}

/* Loader dots */
.double-bounce1,
.double-bounce2 {
    background-color: #ff7a00 !important;
}

/* Form focus states */
.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: #ff7a00 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.15) !important;
}
