/* Custom CSS - last updated 26-03-2023 - Jeff Hoffman @ Hoffman Web Solutions & Marketing */

/* Top bar */
.t4-topbar { padding-bottom: 0.7rem; }

/* Header section */
#t4-header { background-color: white; }

/* Logo & Navigation */
.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Mobile menu only */
#t4-megamenu-mainmenu.t4-megamenu.navbar-collapse.slide.animate-mobile.collapse.show ul.nav.navbar-nav.level0 li.nav-item:not(:last-child) { border-bottom: 1px solid #eee;}



/* Hero Section */
#t4-sideshow.t4-sideshow.t4-palette-blue {
  background-color: white;
}


/* Content */
/* Created a template override to fix the 'no-sidebar' text centering issue - the below code is not needed, but leaving it here for reference */
/*.com-content-article.item-page.no-sidebar .container .top-article-info .desc-article { text-align: initial;}*/

/* Category Bog */
.com-content-category-blog__items.blog-items #item-container.items-row .item .item-inner .item-content {
  border: 1px solid #ededed;
  padding: 15px;
}

/*Features 2 */
.acm-features.style-2 .features-item-inner {
    padding: 480px 480px;
}


