/* LESS VARS */
/* =============================================================================
   Webfonts Hoefler
   ========================================================================== */
/*
.font-text{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: normal;
    font-weight: 400;
}
.font-text-ital{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 400;
}
.font-text-bold{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: normal;
    font-weight: 700;
}
.font-text-bold-ital{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 700;
}


.font-sans-text{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
}
.font-sans-text-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 400;
}

.font-sans{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
}
.font-sans-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 700;
}
.font-sans-bold{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 800;
}

.font-sans-bold-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 800;
}

.font-sans-condensed-black {
	font-family: "Gotham XNarrow A", "Gotham XNarrow B";
	font-style: normal;
	font-weight: 900;
}
*/
/* =============================================================================
   Webfonts Adobe
   ========================================================================== */
.font-text {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-text-ital {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-text-bold {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-text-bold-ital {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-sans-text {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-sans-text-ital {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.font-sans {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-sans-ital {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-sans-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.font-sans-bold-ital {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.font-sans-condensed-black {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/*
@font-face {
    font-family: 'font_serif';
    src: url('../webfonts/v3/centri.woff') format('woff'),
         url('../webfonts/v3/centri.woff2') format('woff2'),
         url('../webfonts/v3/centri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font_med_sans';
    src: url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_bold_sans';
    src: url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'font_condensed';
  src: url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/norwester.woff') format('woff'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/norwester.woff') format('woff2'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/norwester.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ss_standard';
  src: url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/ss-standard.woff') format('woff'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/ss-standard.woff2') format('woff2'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/ss-standard.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.not-full-width {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
}
.topo-bg {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/topo-bg-5-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-lt {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/topo-bg-3-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-wt {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/topo-bg-5-white.png) top center repeat-y;
  background-size: 1480px;
}
.clear {
  content: "";
  display: table;
  clear: both;
}
.ulreset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*
body {
	.fluid-type(font-size, 600px, 900px, 12px, 28px);
}
pre {overflow: auto;}

*/
.master_excerpt {
  width: auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  font-size: 16px;
  line-height: 1.8em;
}
.master_excerpt a,
.master_excerpt a:visited {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
.master_excerpt a:hover,
.master_excerpt a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
.post {
  padding: 5% 0;
}
ul.gearlist li span,
ul.gearlist li strong {
  display: inline;
}
span.tooltip,
ul.gearlist li span.tooltip {
  position: relative;
  display: inline-block;
  float: none;
  color: #B0B0B0;
}
span.tooltip span.ss-icon,
ul.gearlist li span.tooltip span.ss-icon {
  color: #B0B0B0;
  font-size: 13px;
  line-height: 13px;
  cursor: help;
}
span.tooltip span.tooltiptext {
  visibility: hidden;
  width: 140px;
  color: #31312F;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  /* Position the tooltip */
  margin-top: -16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: 0px;
  z-index: 1;
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}
span.tooltip:hover span.tooltiptext {
  visibility: visible;
}
#main .content {
  padding: 10% 7% 7% 7%;
  text-align: left;
  margin: 0px auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  background: #1A1C18;
  color: #F2F1EE;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
#main .content p.branding {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #B0B0B0;
  padding: 0px 0px 12px 0px;
}
#main .content p.branding a {
  color: #B0B0B0;
}
#main .content p.branding a.logotype {
  display: none;
}
#main .content p.branding a span.red {
  color: #A23D3B;
}
#main .content p.branding a span.com {
  font-size: 9px;
}
#main .content p.branding a:hover {
  color: none;
}
#main .content p.branding span.ss-icon {
  font-size: .75em;
}
#main .content p.branding span.section {
  font-family: 'font_condensed';
  font-size: 14px;
}
#main .content p.excerpt {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
  padding: 10px 0;
}
#main .content div.comments {
  color: #848581;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
#main .content div.comments div.conversation {
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
  height: 22px;
  width: 24px;
  margin-top: -3px;
  float: left;
  position: relative;
  margin: 0 7px 0 0;
  background: #848581;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 59% 75%, 30% 100%, 30% 75%, 0% 75%);
}
#main .content div.comments div.conversation span {
  font-size: 10px;
  line-height: 10px;
  padding: 0;
  width: 24px;
  height: 22px;
  color: #1A1C18;
  display: block;
  text-align: center;
  margin-right: 3px;
}
#main .content div.inner {
  max-width: 1200px;
  margin: 0 auto;
}
#main .content div.inner > div {
  width: 100%;
}
#main .content h1 {
  line-height: 1em;
  color: #F2F1EE;
  text-align: left;
  letter-spacing: 0px;
  font-family: 'font_condensed';
  font-weight: normal;
  font-size: 44px;
  border-bottom: 0;
  margin: 0;
  padding: 0px 0px 8px 0px;
  max-width: none;
}
#main .content.pid_51217 p.branding span.ss-icon {
  display: none;
}
#main .content.pid_51217 p.branding span.section {
  display: none;
}
#main .content.pid_51217 p.comments {
  display: none;
}
#main .content.pid_51217 h1 {
  color: #1A1C18;
  font-size: 38px;
  padding: 8px 24px 4px 50px;
  background: #848581 url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/gear-index_icon.png) no-repeat;
  background-size: contain;
  background-color: #626360;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
}
ul.ref-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 10px 0px 20px 0px;
}
ul.ref-list > li {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  margin: 0 0 5px 0;
  padding: 0;
  background: #E8E8E5 no-repeat right 5px top 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.ref-list > li.tested {
  background-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/benchmark-lists-icon.png);
  background-size: 24px;
  background-color: #DDDEDA;
}
ul.ref-list > li img {
  float: left;
  width: 33%;
  height: auto;
  cursor: zoom-out;
}
ul.ref-list > li div.ref-info {
  float: left;
  padding: 2.2% 2.5% 1% 2.5%;
  width: 66%;
}
ul.ref-list > li div.ref-info h3 {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 18px;
  text-transform: none;
}
ul.ref-list > li div.ref-info ul {
  list-style-type: none;
  font-family: 'font_condensed';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
ul.ref-list > li div.ref-info ul span {
  color: #A23D3B;
}
ul.ref-list > li div.ref-info ul li {
  margin: 0 0 1% 0;
  padding: 0;
  height: auto;
  font-size: 14px;
  line-height: 14px;
}
ul.ref-list > li div.ref-info ul li:nth-child(1) {
  display: block;
}
ul.ref-list > li div.ref-info ul li:nth-child(n+3) {
  display: none;
}
ul.ref-list > li div.ref-info div.review {
  border: 1px solid #B0B0B0;
  display: none;
  text-align: center;
  font-family: 'font_condensed';
  text-transform: uppercase;
}
ul.ref-list > li div.ref-info div.review a {
  display: inline-block;
  box-shadow: none;
  color: #70D259;
  padding: 6px 12px 4px 12px;
  font-size: 16px;
  line-height: 16px;
}
ul.ref-list > li div.ref-info div.review a:hover {
  color: #A23D3B;
}
ul.ref-list > li div.ref-details {
  clear: both;
  display: none;
}
ul.ref-list > li a.ref-more {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: absolute;
  display: block;
  box-shadow: none;
}
ul.ref-list > li a.ref-more div.price {
  background: #A23D3B;
  padding: 4px 6px 2px 6px;
  display: inline;
  color: #F2F1EE;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: none;
  font-size: 14px;
}
ul.ref-list > li.ref-hover {
  background-color: #D0CFCD;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
ul.ref-list > li.ref-hover a.ref-more {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/more-btn-bg.png) no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 50px;
}
ul.ref-list > li.ref-hover a.ref-more div.price {
  display: inline;
}
ul.ref-list > li.ref-active {
  background: #F2F1EE;
  max-height: 5000px;
  margin: 25px 0 20px 0;
}
ul.ref-list > li.ref-active img {
  float: none;
  width: 100%;
  height: auto;
  display: block;
}
ul.ref-list > li.ref-active div.ref-info {
  float: none;
  width: 100%;
  padding: 20px 20px 0 0px;
}
ul.ref-list > li.ref-active div.ref-info div.review {
  display: inline-block;
}
ul.ref-list > li.ref-active div.ref-info ul li {
  font-size: 17px;
  line-height: 17px;
}
ul.ref-list > li.ref-active div.ref-info ul li:nth-child(n) {
  display: block;
}
ul.ref-list > li.ref-active div.ref-info h3 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
ul.ref-list > li.ref-active div.ref-details {
  float: none;
  width: 100%;
  padding: 20px 0 0 0px;
  clear: none;
  display: inline-block;
  line-height: 1.8em;
  font-size: 1em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
ul.ref-list > li.ref-active a.ref-more {
  display: none;
}
ul.ref-list > li.ref-active a.ref-close {
  display: block;
}
ul.ref-list > li a.ref-close {
  font-family: 'font_condensed';
  text-transform: uppercase;
  text-align: center;
  color: #A23D3B;
  font-size: 16px;
  box-shadow: none;
  display: block;
  padding: 10px 0;
  background: #DDDEDA;
  max-width: none;
  clear: both;
  display: none;
  margin-top: 22px;
}
ul.ref-list > li a.ref-close:hover {
  background: #A23D3B;
  color: #DDDEDA;
}
div.index-list {
  max-width: 1200px;
  margin: 0 auto;
}
div.index-list div {
  font-size: 1em;
  line-height: 1.4em;
}
div.index-list div p {
  padding: 0 1.5% 2% 1.5%;
}
div.index-list div h2 {
  font-size: 28px;
  font-weight: normal;
  padding: 6% 1.5% 1.5% 1.5%;
  clear: both;
}
div.index-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div.index-list ul li {
  padding: 1.5% 1.5% 1.5% 1.5%;
  margin: 0;
  width: 50%;
  float: left;
}
div.index-list ul li:nth-child(2n+1) {
  clear: left;
}
div.index-list ul li a {
  padding: 0;
  margin: 0;
  display: block;
  box-shadow: none;
}
div.index-list ul li a img {
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
}
div.index-list ul li a h3 {
  font-family: 'font_condensed';
  text-transform: uppercase;
  font-weight: normal;
  color: #A23D3B;
  font-size: 15px;
  box-shadow: none;
  padding: 0;
  margin: 5px 0 0 0;
}
div.index-list ul li:hover {
  background-color: #DDDEDA;
}
.post div.index-list a {
  box-shadow: none;
}
div.post-info .dt {
  margin-left: 14px;
}
@media only screen and (min-width: 480px) {
  ul.ref-list > li div.ref-details {
    clear: both;
  }
  ul.ref-list > li a.ref-more {
    height: 100%;
    background-size: 50px;
  }
}
@media only screen and (min-width: 600px) {
  ul.ref-list > li div.ref-info h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 700px) {
  ul.ref-list.tested {
    background-size: 36px;
  }
  ul.ref-list > li img {
    width: 40%;
  }
  ul.ref-list > li div.ref-info {
    width: 60%;
  }
  ul.ref-list > li div.ref-info ul li:nth-child(-n+3) {
    display: block;
  }
  ul.ref-list > li div.ref-info ul li:nth-child(n+4) {
    display: none;
  }
  ul.ref-list > li div.ref-info h3 {
    font-size: 24px;
  }
  div.index-list div h2 {
    font-size: 34px;
    padding: 3% 1.5% 1.5% 1.5%;
  }
  div.index-list div ul li {
    width: 33%;
  }
  div.index-list div ul li:nth-child(2n+1) {
    clear: none;
  }
  div.index-list div ul li:nth-child(3n+1) {
    clear: left;
  }
  div.index-list div ul li a h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #main .content div.inner > div {
    width: 50%;
  }
  #main .content div.inner > div:first-child {
    padding-right: 20px;
    display: inline-block;
    float: left;
  }
  #main .content div.inner > div:nth-child(2) {
    padding-left: 20px;
    display: inline-block;
    float: left;
  }
  #main .content h1 {
    font-size: 48px;
  }
  #main .content.pid_51217 div.inner > div:first-child {
    width: 40%;
    padding-right: 0;
  }
  #main .content.pid_51217 div.inner > div:nth-child(2) {
    width: 60%;
    padding-left: 0;
  }
  ul.ref-list > li.tested {
    background-size: 36px;
  }
  ul.ref-list > li img {
    width: 38%;
  }
  ul.ref-list > li div.ref-info {
    width: 62%;
  }
  ul.ref-list > li div.ref-info h3 {
    font-size: 26px;
  }
  ul.ref-list > li div.ref-info ul li:nth-child(-n+4) {
    display: block;
  }
  ul.ref-list > li div.ref-info ul li:nth-child(n+5) {
    display: none;
  }
  ul.ref-list > li div.ref-details {
    clear: both;
  }
  ul.ref-list > li a.ref-more {
    background-size: 50px;
  }
  ul.ref-list > li.ref-active div.ref-info {
    padding: 4% 5% 0 5%;
  }
  ul.ref-list > li.ref-active div.ref-details {
    padding: 2% 5% 1% 5%;
  }
}
@media only screen and (min-width: 1024px) {
  span.tooltip span.tooltiptext {
    bottom: 100%;
    left: 50%;
    margin-left: 0px;
  }
  #main .content p.branding a.logotype {
    display: inline;
  }
  #main .content.pid_51217 div.inner > div:first-child {
    width: 40%;
  }
  #main .content.pid_51217 div.inner > div:nth-child(2) {
    width: 60%;
  }
  #main .content h1 {
    max-width: none;
    font-size: 52px;
  }
  #brandbar {
    display: none;
  }
  ul.ref-list > li img {
    width: 30%;
  }
  ul.ref-list > li div.ref-info {
    width: 70%;
  }
  ul.ref-list > li div.ref-info h3 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  ul.ref-list > li div.ref-info ul li {
    font-size: 17px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  #main .content h1 {
    max-width: none;
  }
  #main .content.pid_51217 div.inner > div:first-child {
    width: 30%;
  }
  #main .content.pid_51217 div.inner > div:nth-child(2) {
    width: 70%;
  }
}
@media only screen and (min-width: 1480px) {
  div.index-list {
    width: 1400px;
    display: block;
    position: relative;
    margin-left: -190px;
  }
}

/*# sourceMappingURL=WS-list.css.map */