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

    JSHosting Nexus Migration Theme
    Migrated from Twenty-One Custom Theme

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

@import url(https://www.jshosting.co.uk/fontfile/font.css);

@font-face {
    font-family: "NexaW01-Thin";
    src: url("/fontfile/a79f38455df86762ce31fc6d431ab82b.eot");
    src:
        url("/fontfile/a79f38455df86762ce31fc6d431ab82b.eot?#iefix") format("embedded-opentype"),
        url("/fontfile/a79f38455df86762ce31fc6d431ab82b.woff2") format("woff2"),
        url("/fontfile/a79f38455df86762ce31fc6d431ab82b.woff") format("woff"),
        url("/fontfile/a79f38455df86762ce31fc6d431ab82b.ttf") format("truetype"),
        url("/fontfile/a79f38455df86762ce31fc6d431ab82b.svg#NexaW01-Thin") format("svg");
}

/* =====================================================
   BRAND VARIABLES
===================================================== */

:root {

    /* BRAND RED PALETTE */
    --primary-50: #fff1f2;
    --primary-100: #ffe4e6;
    --primary-200: #fecdd3;
    --primary-300: #fda4af;
    --primary-400: #fb7185;
    --primary-500: #f14444;
    --primary-600: #dc3545;
    --primary-700: #cc2434;
    --primary-800: #a61b28;
    --primary-900: #820404;
    --primary-950: #5f0000;

    /* MAIN BRAND COLORS */
    --primary: var(--primary-600);
    --primary-lifted: var(--primary-700);
    --primary-accented: var(--primary-900);

    /* DARK GREY SYSTEM */
    --secondary: #595959;
    --secondary-lifted: #4a4a4a;
    --secondary-accented: #303236;

    /* TEXT */
    --text: #333333;
    --text-muted: #666666;
    --text-inverted: #ffffff;

    /* BACKGROUNDS */
    --bg: #ffffff;
    --bg-muted: #fbdddd;
    --bg-lifted: #f8f8f8;
    --bg-inverted: #303236;

    /* BORDERS */
    --border: #d9d9d9;
    --border-accented: #595959;

    /* ROUNDING */
    --rounding-sm: 0.35rem;
    --rounding-md: 0.55rem;
    --rounding-lg: 0.85rem;
}

/* =====================================================
   OLD JSHOSTING VISUAL RESTORATION
===================================================== */

/* MAIN PAGE BACKGROUND */
body {
    background: #fbdddd !important;
    color: #333;
}

/* CONTENT WRAPPERS */
.main-content,
#main-body,
.primary-bg-color {
    background: #fbdddd !important; 
}

/* HEADER RESTORE */
header.header {
    background: #ffffff;
    border-bottom: 3px solid #dc3545;
}

/* TOPBAR */
header.header .topbar {
    background: linear-gradient(-45deg, #820404, #ec4d4d);
}

/* NAVIGATION */
.navbar-main,
.navbar,
.navbar-default {
    background: #ffffff;
}

/* SIDEBAR LINKS */
.sidebar a,
.cart-sidebar a {
    color: #595959;
}


/* CART TOTALS */

.list-group-item.list-group-item-action:hover {
    color: #ffffff !important;
}
.kb-article-item small {
    display: block;
    padding-left: 25px;
    color: #000000;
}
/* PRODUCT CARDS */
.product,
.product-group,
.package,
.card {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

/* PRODUCT HEADER */
.product-header,
.package-header,
.card-header {
    background: linear-gradient(-45deg, #820404, #ec4d4d);
    color: #fff;
}

/* DOMAIN SEARCH AREA */
.home-domain-search {
    background: linear-gradient(-45deg, #820404, #ec4d4d) !important;
    color: #fff;
    padding: 50px 0;
}

/* DOMAIN SEARCH INPUT */
.home-domain-search input.form-control {
    background: #fff;
    border: 2px solid #dc3545;
    color: #333;
    font-weight: 900;
}

/* TABLES */
.table thead th,
.table th {
    background: #595959;
    color: #fff;
    border-color: #4a4a4a;
}

/* ANNOUNCEMENTS / KB */
.kb-article-item,
.announcement-single {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

/* CLIENT HOME PANELS */
.client-home-cards .card {
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* TILES */
.tiles .tile {
    background: #fff;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.tiles .tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* FOOTER */
footer.footer,
footer#footer {
    background: #303236;
    color: rgba(255,255,255,0.8);
}

/* FOOTER LINKS */
footer a {
    color: #ec4d4d;
}

footer a:hover {
    color: #ffffff;
}

/* DROPDOWNS */
.dropdown-menu {
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* FORM LABELS */
label {
    font-weight: 900;
}

/* INPUTS */
.form-control {
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* FOCUS STATES */
.form-control:focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

/* ALERTS */
.alert-info {
    background: #ffe5e5;
    border-color: #dc3545;
    color: #820404;
}

/* LOGIN / REGISTER PANELS */
.logincontainer .card,
#registration .card {
    border-radius: 12px;
    overflow: hidden;
}

/* =====================================================
   GLOBAL TYPOGRAPHY
===================================================== */

body,
button,
input,
select,
textarea {
    font-family: "NexaW01-Thin", sans-serif;
    font-weight: 900;
}

body {
    font-size: 16px;
    background: var(--bg-muted);
    color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 800;
}

a {
    color: var(--primary);
    font-weight: 900;
    transition: all 0.2s ease;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
}

/* =====================================================
   HEADER
===================================================== */

header.header .topbar {
    background: linear-gradient(-45deg, #820404, #ec4d4d);
    color: rgba(255,255,255,.8);
}

header.header .navbar-nav a {
    font-size: 16px;
    font-weight: 900;
    color: #dc3545 !important;
    transition: color .2s ease;
}

/* MAIN MENU LINKS */
header.header .navbar-nav > li > a:hover,
header.header .navbar-nav > li.active > a,
header.header .navbar-nav > li.active > a:hover {
    color: #dc3545 !important;
    text-decoration: underline;
}

/* DROPDOWN MENU ITEMS */
header.header .dropdown-menu a:hover,
header.header .dropdown-menu .active > a,
header.header .dropdown-menu .active > a:hover {
    color: #ffffff !important;
    background-color: #595959;
    text-decoration: none;
}
header.header .search .btn {
    color: #fff !important;
}

/* =====================================================
   BUTTONS
===================================================== */

/* PRIMARY BUTTONS */
.btn-primary,
.btn-info,
.btn-default {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: none;
}

/* HOVER / ACTIVE / FOCUS */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #595959 !important;
    border-color: #595959 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* DISABLED */
.btn-primary.disabled,
.btn-primary:disabled,
.btn-info.disabled,
.btn-info:disabled {
    background-color: #ff00009e !important;
    border-color: #ff000069 !important;
    color: #ffffff !important;
    opacity: 1;
}

/* OUTLINE BUTTONS */
.btn-outline-primary {
    color: #dc3545 !important;
    background: transparent !important;
	border: 1px solid #dc3545 !important;
}

/* OUTLINE HOVER */
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #ffffff !important;
}

/* REMOVE BOOTSTRAP WHITE STATES */
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #ffffff !important;
}

/* FORCE TEXT COLOR */
.btn-primary *,
.btn-info *,
.btn-default * {
    color: inherit !important;
}
body .sidebar .btn-success {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #ffffff !important;
}

body .sidebar .btn-success:hover,
body .sidebar .btn-success:focus,
body .sidebar .btn-success:active {
    background: #595959 !important;
    border-color: #595959 !important;
    color: #ffffff !important;
}
/* =====================================================
   CARDS & PANELS
===================================================== */

.card,
.panel,
.tile {
    border-radius: var(--rounding-md);
    overflow: hidden;
}

.card-header {
    background: linear-gradient(-45deg, #820404, #ec4d4d);
    color: #fff;
    font-weight: 800;
    border: 0;
}

/* =====================================================
   SIDEBARS & LISTS
===================================================== */

.list-group-item.active,
.sidebar .list-group-item.active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}
.sidebar .card-sidebar .panel-title{
	color:#fff !important;
}
.list-group-item:hover {
    background: var(--secondary);
    color: #fff;
}

.sidebar .card-header {
	color:#fff !important;
}

/* =====================================================
   DROPDOWNS
===================================================== */

.dropdown-item:hover {
    background: var(--secondary);
    color: #fff;
}

/* =====================================================
   BREADCRUMBS
===================================================== */

.master-breadcrumb,
.master-breadcrumb .breadcrumb {
    background: var(--secondary);
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
    color: #fff !important;
}

/* =====================================================
   ORDER FORM
===================================================== */

#order-standard_cart label {
    font-weight: 900;
    font-size: 16px;
    color: var(--secondary);
}

#order-standard_cart .sub-heading {
    height: 0;
    border-top: 2.5px solid var(--secondary);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading span {
    display: inline-block;
    position: relative;
    top: -11px;
    padding: 0 17px;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
}

/* =====================================================
   DOMAIN SEARCH
===================================================== */

.home-domain-search {
    background: linear-gradient(-45deg, #820404, #ec4d4d) !important;
    color: #fff;
}

/* =====================================================
   FORMS
===================================================== */

.form-control {
    font-weight: 900;
    border-radius: var(--rounding-sm);
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.2);
}

/* =====================================================
   BADGES
===================================================== */

.badge-success,
.badge-info {
    background: var(--primary);
    color: #fff;
}

/* =====================================================
   ICONS & TILES
===================================================== */

.tiles .tile i {
    color: var(--primary);
}

/* =====================================================
   CLIENT AREA
===================================================== */

.client-home-cards .card-body {
    max-height: 170px;
    overflow: auto;
}

/* =====================================================
   TABLES
===================================================== */

table th,
#vpsnetcont table tr th {
    background: var(--secondary);
    color: #fff;
    text-align: center;
}

