/**
* @author    Katalyst Solutions
* @copyright Copyright (C) 2016 katalystsolutions.com. All rights reserved.
* @license   Katalyst Solutions, LLC Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
    color: #d7443e;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-header-top {
    background-color: #d7443e;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-gotoplink {
    background-color: #d7443e;
}
#jsn-gotoplink:hover {
    background-color: #f8765b;
}
#jsn-footer a:hover {
    background-color: #000;/* #d7443e; */
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action:hover {
    background-color: #d7443e;
}
.contentheading,
.componentheading,
.subheading {
    color: #d7443e;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th,
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
    border-right: 1px solid #ef4631;
}
table.style-colorheader thead th.highlight {
    background-color: #de341f;
    color: #FFF;
    font-weight: bold;
}
table.style-colorheader thead {
    background: #f26b5a;
}
table.table-style tfoot th,
table.table-style tfoot td {
    border-bottom: none;
}
table.style-colorstripes thead th,
table.style-colorstripes tbody tr,
table.style-colorstripes tbody td {
    border-right: 1px solid #ef4631;
    border-bottom: 1px solid #ef4631;
}
table.style-colorstripes thead th {
    background-color: #f26b5a;
}
table.style-colorstripes thead th.highlight {
    background-color: #de341f;
}
table.style-colorstripes tbody tr {
    background-color: #f26b5a;
}
table.style-colorstripes tbody .highlight {
    background-color: #de341f;
}
table.style-colorstripes tbody tr.odd {
    background-color: #f68172;
}
table.style-colorstripes tbody tr.odd .highlight {
    background-color: #f45744;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
    background-color: #de341f;
}
table.style-colorstripes tbody tr:hover .highlight {
    background-color: #ef4631;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
    border-left: none;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
    background-color: #ef4631;
}
.sectiontableheader {
    background-color: #ef4631;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
    background-color: #de341f;
    color: #fff;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
#jsn-menu div.display-dropdown.jsn-modulecontainer:hover h3.jsn-moduletitle,
#jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active h3.jsn-moduletitle {
    color: #d7443e;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
    color: #d7443e;
}

/* for mega menu */
#jsn-menu div.display-dropdown.jsn-tpl-megamenu-container:hover h3.jsn-moduletitle,
#jsn-menu .jsn-tpl-megamenu-container.display-dropdown.jsn-dropdown-active h3.jsn-moduletitle {
    color: #d7443e;
}
div.jsn-tpl-megamenu-container ul.menu-mainmenu li:hover > a,
div.jsn-tpl-megamenu-container ul.menu-mainmenu li.active > a,
div.jsn-tpl-megamenu-container ul.menu-mainmenu ul li.active > a {
    color: #d7443e;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
    background-color: #d7443e;
    color:#fff;
    border-color:#d7443e;
}
/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
span.breadcrumbs span.current,
.breadcrumb li span + span {
    color: #d7443e;
}

/* ================ Custom ======================== */
.promo-alert {
    background-color: #d7443e;
    color: #ffffff;
}
