body, p {
    font-family: 'Calibri Serif';
    color: #666666;;
}
h1, h2, h3, h4 {
    font-family: 'Droid Serif';
}
a {
    color: #f00;
}
img {
    max-width: 100%;
    height: auto;
}

.body-innerwrapper {
    margin: 30px 0;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.module {
    margin-top: 20px;
}


#sp-top-bar-wrapper {
    background: #000;
    padding: 10px 20px 0;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
  background: #ffffff;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sp-header-wrapper .logo-wrapper {
    padding: 20px 0;
}

#menu
{
  border-bottom: 5px solid #f00;
  background: #2c2c2c;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sp-main-menu ul.level-0 > li:hover, #sp-main-menu ul.level-0 > li.active {
    background: #f00;
}

#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  line-height: 52px;
}
#sp-main-menu ul > li >a {
    text-decoration: none;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid rgba(255,255,255,0.3);
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: #000;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms, opacity 500ms;
  -moz-transition: visibility 500ms, opacity 500ms;
  -o-transition: visibility 500ms, opacity 500ms;
  transition: visibility 500ms, opacity 500ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
.sp-submenu .sp-submenu-wrap {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.sp-submenu .sp-submenu-wrap {
    background-color: rgba(255, 0, 0, 0.9) !important;
}
.sp-submenu .megacol {
  float: left;
}

.sp-submenu-inner {
    overflow: hidden;
    white-space: nowrap;
}

.megacol {
    float: left;
}

.sp-submenu .megacol >ul.sp-menu {
  padding: 5px 15px !important;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}

/* Parent must be positioning context */
#sp-main-menu li.menu-item.parent {
    position: relative;
}

/* Submenu base */
#sp-main-menu .sp-submenu {
    position: absolute;
    top: 100%;      /* fallback */
    left: 0;
    z-index: 999;
}
#main-body { padding: 20px; }

#sp-slide1 {
    padding: 20px 0 0 20px;
}

#sp-slide2 {
    padding: 20px 20px 0 20px;
}

#sp-content-top {
    background: #ffffff;
    padding: 15px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ps-0-force {
    padding-left: 0 !important;
}

#bottom {
    background: #191919;
    color: #9E9E9E;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom h3.header {
    font-size: 18px;
    color: #fff;
}

.title.default h3.header {
    border-bottom: 1px solid #2b2b2b;
}

.title.default h3.header span:before {
    background: #f00;
}

.title h3.header span:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 0;
    width: 100%;
    height: 3px;
}

.title.default h3.header span:after {
    border-color: #f00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.title-solid h3.header {
    border-bottom: 3px solid #292929;
    color: #fff;
    font-size: 18px;
    padding: 3px 0;
}

.title-solid h3.header span {
    background: #292929;
    position: relative;
    overflow: hidden;
    padding: 5px 15px 5px 20px;
}

.title-solid h3.header span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 25px 15px;
    border-style: solid;
    border-color: #fff #030303 #030303 #fff;
    background: #030303;
    display: block;
    width: 0;
}

.title-solid.green h3.header {
    border-bottom: 3px solid #8FCA3E;
}

.title-solid.green h3.header span {
    background: #8FCA3E;
}

.title-solid.green h3.header span:before {
    border-color: #fff #74a72e #74a72e #fff;
    background: #74a72e;
}

.title-solid.red h3.header {
    border-bottom: 3px solid #E24F43;
}

.title-solid.red h3.header span {
    background: #E24F43;
}

.title-solid.red h3.header span:before {
    border-color: #fff #E24F43 #E24F43 #fff;
    background: #E24F43;
}

.title-solid.blue h3.header {
    border-bottom: 3px solid #3A80E4;
}

.title-solid.blue h3.header span {
    background: #3A80E4;
}

.title-solid.blue h3.header span:before {
    border-color: #fff #3A80E4 #3A80E4 #fff;
    background: #3A80E4;
}

.title-solid.darkblue h3.header {
    border-bottom: 3px solid #23568A;
}

.title-solid.darkblue h3.header span {
    background: #23568A;
}

.title-solid.darkblue h3.header span:before {
    border-color: #fff #23568A #23568A #fff;
    background: #23568A;
}

.title-solid.brown h3.header {
    border-bottom: 3px solid #E67E22;
}

.title-solid.brown h3.header span {
    background: #E67E22;
}

.title-solid.brown h3.header span:before {
    border-color: #fff #E67E22 #E67E22 #fff;
    background: #E67E22;
}


.title.default h3.header span:after {
    bottom: -20px;
    top: auto;
}

.title h3.header {
    border-bottom: 1px solid #c4c4c4;
    font-size: 18px;
    padding: 0 0 10px;
}

.title.default h3.header span {
    position: relative;
}

.title h3.header span:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    top: 21px;
    left: 15px;
    border-width: 5px;
    border-style: solid;
}

.title h3.header span:before {
    background: #f00;
}

.title h3.header span:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f00 rgba(0, 0, 0, 0);
}

.ts-featured .header {
    padding: 10px !important;
}

#sp-footer-wrapper {
    padding: 0 !important;
}

#sp-footer-wrapper #footer {
    background: #000;
    padding: 15px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sp-footer-wrapper #sp-footer2 ul.nav {
    float: right;
}

#sp-footer-wrapper ul {
    padding-top: 8px;
    list-style: none;
}

#sp-footer-wrapper ul li {
    display: inline-block;
    margin-left: 15px;
}

#sp-footer-wrapper #sp-footer2 ul.nav >li a {
    color: #444444;
}

#sp-footer-wrapper #sp-footer2 .sp-totop {
    float: right;
    margin-left: 15px;
    padding-top: 5px;
}

#sp-footer-wrapper #sp-footer2 .sp-totop small {
    display: none;
}

#sp-footer-wrapper #sp-footer2 .sp-totop i {
    background: #f00;
}

#sp-footer-wrapper #sp-footer2 .sp-totop i {
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 25px;
    text-align: center;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.icon-angle-up:before {
    content: "\f106";
}

#sp-footer-wrapper .copyright {
    display: block;
}

/* Clamp helpers */
.clamp-2,
.clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

/* ===== JRX Latest layout ===== */

.jrx-article-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* 50% IMAGE */
.jrx-article-image {
    flex: 0 0 50%;
}

.jrx-article-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 50% INTRO */
.jrx-article-intro {
    flex: 0 0 50%;
}

/* Optional spacing polish */
.jrx-latest-article {
    margin-bottom: 30px;
}

.jrx-category-title {
    margin: 40px 0 20px;
    font-size: 22px;
    font-weight: 600;
}

/* Mobile fallback */
@media (max-width: 768px) {
    .jrx-article-row {
        flex-direction: column;
    }

    .jrx-article-image,
    .jrx-article-intro {
        flex: 0 0 100%;
    }
}

.child-category-link {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
}

.child-category-link .title {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    transition: transform 0.3s ease;
}

.child-category-link .title:hover {
    color: #f00;
    transform: translateX(10px);
}

.child-categories.row>* {
    padding: 0px;
}

.topbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 9px !important;
}

#sp-menu-wrapper.menu-fixed {
    background: #f00;
}

.menu-fixed
{
    position: fixed !important;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    background-image: none;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

 
}

.menu-fixed #menu {
    border-bottom: none;
    background: none;
}

.menu-fixed ul.level-0 > li:hover, .menu-fixed ul.level-0 > li.active {
    background: #2c2c2c !important;
}

#sp-top-bar-wrapper #sp-top-bar2 {
    text-align: right;
    padding-right: 30px;
}

/* Container: allows many tags per row */
.simple-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* space between bricks */
}

/* Tag brick */
.simple-tags .tag-brick {
    display: inline-flex;      /* NOT block */
    width: auto;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 0px;
    white-space: nowrap; /* auto width, no wrap inside */
    transition:
        background-color 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease;
}

/* Hover state */
.simple-tags .tag-brick:hover {
    background-color: #f00;   /* red */
    border-color: #f00;
    color: #ffffff;
    text-decoration: none;
}

.mod-tabbedarticles .article-row {
    gap: 12px;
}

.mod-tabbedarticles .img-col {
    width: 30%;
}

.mod-tabbedarticles .img-col img {
    width: 100%;
    height: auto;
}

.mod-tabbedarticles .content-col {
    width: 70%;
}

.mod-tabbedarticles .title {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.mod-tabbedarticles .meta {
    font-size: 13px;
    opacity: 0.75;
}


.pc-item-minimal {
    text-align: center;
}

.pc-item-minimal img {
    width: 100%;
    height: auto;
}

.pc-item-cart {
    margin-top: 8px;
}


@media (max-width: 767px) {
    .responsive .container, .responsive .body-innerwrapper {
        width: auto;
    }
}

#mobile-menu {
  display: none;
  background: #111;
}

#mobile-menu.open {
  display: block;
}

/* Mobile menu base */
#mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-menu li {
  position: relative;
  border-bottom: 1px solid #333;
}

#mobile-menu a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
}



@media (max-width: 768px) {

  #mobile-menu {
    background: #111;
  }

  .mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-nav li {
    position: relative;
    border-bottom: 1px solid #333;
  }

  .mobile-nav a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
  }

  .mobile-nav ul {
    display: none;
    background: #1a1a1a;
  }

  .mobile-nav li.open > ul {
    display: block;
  }

  .mobile-toggle {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
  }
}

.search-dark {
  position: relative;
}

.search-dark .search-input {
  width: 100%;
  background: #000;
  color: #fff;
  border: 1px solid #333;
  padding: 8px 40px 8px 12px;
}

.search-dark .search-input::placeholder {
  color: #aaa;
}

.search-dark .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

.search-dark .search-btn:hover {
  color: #e53935;
}

/* Footer AcyMailing module */
.acy-footer input[type="email"],
.acy-footer input[type="text"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #333;
}

.acy-footer input::placeholder {
    color: #aaa;
}

.acy-footer button,
.acy-footer .acym_button {
    background-color: #c62828; /* red */
    color: #fff;
    border: none;
}

.acy-footer button:hover,
.acy-footer .acym_button:hover {
    background-color: #a81e1e;
}


