/*************************************
HEAD
*************************************/

/* Removes Featured BADGE from articles and blog */
.article-details .featured-article-badge,
.article-list .article .featured-article-badge,
/* Removes Social Share buttons in articles*/
.article-details .article-ratings-social-share {
  display: none !important;
  visibility: hidden; }

/* Hide breadcrumb icon */
.breadcrumb .divider.icon-location.icon-fw {display: none;}

/* Burger menu fixes */
.burger-icon { width: 35px; } 
.burger-icon > span {height: 4px; }

/* Fix burhermenu off screen */
.offcanvas-menu {
  right: 100px;
}

/* Add text after burgermenu */
#offcanvas-toggler::after {
  content: "MENY"; 
  padding-left: 5px; 
  color: #111; 
  margin-top: -3px; }

/* Burgermenu spacing */
.offcanvas-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  padding: 15px 0px; }

/* Center logo */
.logo .logo-image {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Fix MEGA menu */
.sp-megamenu-parent li a {
  line-height: 70px;
  font-size: 16px;}

/* Center MEGA menu */
#sp-menu .sp-megamenu-wrapper {
    justify-content: center !important; }

/* Reduce space between Header and Article */
.com-content #sp-main-body {
  padding: 20px 0; }

/* Remove border on front page */
.article-list .article {
  border: none; }
