.secondary-navigation {
    max-width: 85%;
    width: 85%;
}

.secondary-navigation > div > ul > li:nth-of-type(4) {
    clear: none;
      margin-left:10px;
      padding-left:30px;
      border-left: 1px solid rgba(0,0,0,0.1);
}
.homeicon {
background-image: url('https://bushcraftadventures.co.uk/wp-content/uploads/2018/01/Bushcraft-Adventures-Logo-Smallest-1-e1515849463864.png');
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
}
/* change nav background */
.main-navigation {background: #3c3f41;}
.main-navigation a {
	color: white;
}
#site-header-cart a {
	color:white;
}

/* change menu font color */
.main-navigation .container > div > ul > li > a {color: white;}

/* reduce white space of the header area */
#masthead .header-inner {
  padding-bottom: 12px;
  padding-top: 12px;
}

/* reduce size of logo */
.site-logo-link img {
  height: 120px;
}

/* adjust the position of the menu */
#secondary-navigation {
  margin-top: 45px;
}

/*Change colour of overlay on slider 11149709-hc*/ #featured-content .featured-slide .hentry.has-post-thumbnail .inner-hentry:before { background-color: #ce9504}

/* Center logo and menu - mm - 14565303 -HC */
.site-branding.th-stack--sm.th-w-full {
    float: left;
    width: 120px;
}

/* Keep all menu items in one oine MRFX-ZEN-3455390 */
.secondary-navigation > .menu > li:nth-of-type(3n+1) {
  display:inline-block;
  clear:none !important;
      float: left;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    margin-left: 32px;
    padding-left: 32px;
    position: relative;
}


#secondary-navigation > .menu > li:nth-of-type(3n+1):before {
    border-left: 1px solid rgba(0,0,0,0.1);
    bottom: 1rem;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    display:block;
}

/* Make Primarhy Navigation more compact MRFX-ZEN-3455390 */
#site-navigation.main-navigation .container > .menu > li {
	margin:0 2px;
}
.main-navigation .container > .menu > li > a {
	font-size:15px
}