/* Gear Anchors */
#gear-anchors .pp-advanced-menu .menu > li > a,
#gear-anchors .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {
font-family: Oswald, sans-serif;
font-weight: 400;
line-height: 1.2;
font-size: 16px;
border-radius: 3px;
}

#gear-anchors .pp-advanced-menu .menu > .menu-jump-to-section-label.menu-item > a {
pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: normal;
background-color: transparent;
border: none;
color: #221F1F;
}

.single-gear .fl-builder-row-template .gear-anchors {
  width: 100vw;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
	margin-top: 20px;
  margin-bottom: 20px;
}


.gear-anchors-fixed .pp-advanced-menu-horizontal,
.gear-anchors-fixed .pp-advanced-menu-mobile-toggle.hamburger-label {
background-color:#f1f1f1;
padding: 10px;
}

.menu-jump-to-section-label {
display: none !important;
}

/*
.gear-anchors-fixed {
  top: 130px;
}
.admin-bar .gear-anchors-fixed {
  top: 155px;
}
*/

@media screen and (min-width: 769px) {

  .single-gear .fl-builder-row-template .gear-anchors-fixed {
    width: 100vw;
    max-width: 100vw !important;
    position: fixed;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
      margin-top: 0;
    margin-bottom: 0;
    z-index: 10;
  }
  .gear-anchors-fixed {
    top: 130px;
  }
  .admin-bar .gear-anchors-fixed {
    top: 170px;
  }
  .menu-jump-to-section-label {
    display: inline-block !important;
  }

}

@media screen and (min-width: 961px) {

  .single-gear .fl-builder-row-template .gear-anchors-fixed {
    width: 100vw;
    max-width: 100vw !important;
    position: fixed;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
      margin-top: 0;
    margin-bottom: 0;
    z-index: 10;
  }
  .gear-anchors-fixed {
    top: 100px;
  }
  .admin-bar .gear-anchors-fixed {
    top: 130px;
  }
  .menu-jump-to-section-label {
    display: inline-block !important;
  }

}
/* Safari Only */
/*
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
    .gear-anchors-fixed {
	   top:100px;
    }
    .admin-bar .gear-anchors-fixed {
	   top:130px;
    }
  }
}
*/
/* Edge Only */
/*
@media screen and (-ms-high-contrast: none) {
  .gear-anchors-fixed {
	 top:100px;
  }
  .admin-bar .gear-anchors-fixed {
	 top:130px;
  }
}
*/
/*
#specs:target,
#status:target,
#thoughts:target,
#alternatives:target,
#deep:target,
#purchasing:target,
#research:target {
padding-top: 145px;
  margin-top: -145px;
}

body.logged-in #specs:target,
body.logged-in #status:target,
body.logged-in #thoughts:target,
body.logged-in #alternatives:target,
body.logged-in #deep:target,
body.logged-in #purchasing:target,
body.logged-in #research:target {
padding-top: 195px;
  margin-top: -195px;
}
*/