/* article rec block */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*Main body */
}
body {
  background-color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
ul {
  padding-bottom: 30px;
}
ul.nav {
  padding-bottom: 0;
}
.div {
  padding-bottom: 30px;
}
.btn--primary {
  color: white;
  background-color: #f38630;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 18px 24px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  min-width: 300px;
  border: 1px solid;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
}
.btn--primary-md {
  width: auto;
  font-size: 1em;
}
.btn--primary:hover {
  cursor: pointer;
}
.btn.btn-default.btn-default-orange {
  background-color: #f38630;
  margin: 8px;
}
.quote {
  font-style: italic;
  padding-left: 35px;
  padding-right: 35px;
}
a {
  color: #428bca;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: none;
}
p, img.thumbnail {
  margin-bottom: 20px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #444;
  font-weight: 300;
}
h1, .h1 {
  font-size: 3.2rem;
}
h2 {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}
h3 {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}
ul.no-style, ul.unstyled, .iconed-list, dl {
  margin: 0px;
  border: 0px none;
  font: inherit;
  vertical-align: baseline;
}
ul.no-style li, ul.unstyled li, .iconed-list li, dl li {
  list-style: outside none none;
}
#disqus_thread {
  margin-top: 30px;
}
.entry-title {
  color: #333;
}
.entry-title a {
  color: #333;
}
.entry-title a:hover {
  opacity: 0.8;
}
.author-bio h4, .comment-reply-title {
  font-weight: 600;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #c1c0c0;
  border: #c1c0c0;
  font-size: 10px;
  text-transform: uppercase;
}
.page-template-page-fullwidth-php .col-md-8 {
  width: 100%;
}
@media (max-width: 767px) {
  .post-inner-content {
    padding: 20px 25px;
  }
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #fff;
  /* "Read More" btn */
}
.btn.btn-default.read-more {
  font-size: 2rem;
  padding: 11px 18px;
  font-weight: 600;
  /* Sidebar link attributs */
}
#secondary .widget li {
  border-bottom: none;
}
#secondary .widget li a {
  color: #666;
  background-color: #f0f0f0;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1.5;
}
.post-inner-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 0 #ddd;
}
.btn {
  padding: 6px 12px;
  line-height: 1.42857;
}
.btn-primary {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 600;
  opacity: 0.75;
  font-size: 18px;
}
.btn-primary:hover {
  background-color: transparent;
  opacity: 0;
  border: 0px solid #fff;
}
.btn-primary:active {
  background-image: transparent;
}
.actions .btn-secondary-wrapper {
  font-weight: 600;
  opacity: 0.75;
  font-size: 18px;
}
.btn-secondary-wrapper {
  color: #fff;
  display: inline;
}
.btn-secondary {
  color: #fff;
  text-decoration: underline;
}
.btn-secondary:hover {
  opacity: 1;
  color: #fff;
  background-color: transparent;
}
.btn-primary + .btn-secondary-wrapper {
  margin-left: 10px;
}
.btn-default, .label-default {
  background-color: #2384d1;
  border-color: transparent;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1f76bb;
  color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
#logo {
  margin-top: 0px;
}
.navbar.navbar-default {
  -webkit-font-smoothing: antialiased;
  margin-top: 0px;
  background-color: #fff;
  border-bottom: 3px solid #ddd;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  color: #777;
  padding: 21px 10px 14px;
  border-bottom: 4px solid transparent;
  -webkit-transition-property: color, border-bottom;
  -moz-transition-property: color, border-bottom;
  -o-transition-property: color, border-bottom;
  transition-property: color, border-bottom;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  height: 75px;
}
.navbar-default .navbar-nav > li.active > a {
  color: #333;
}
.navbar-default .navbar-nav > li.active > a:hover {
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 4px solid #2980b9;
  color: #333;
  /* sidebade thumbnails widget */
}
.recent-posts-widget-with-thumbnails ul li img {
  margin: 0;
  margin-right: 5px;
  width: 115px !important;
  height: 76px !important;
}
.post-inner-content + .post-inner-content {
  margin-top: 10px;
  /* sidebar headers */
}
#secondary .widget > h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  /* Main Nav / :active */
}
.navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  color: #3498db;
}
.navbar-default .navbar-nav > li > a {
  line-height: 38px;
  /*proportional videos*/
}
html, body {
  height: 100%;
}
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.h_iframe {
  position: relative;
}
.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Utility class for centering */
}
.center {
  text-align: center;
  /* Utility class for white background */
}
.center div, .center img, .center iframe {
  margin: 0 auto;
}
.white {
  background-color: #fff;
  padding: 0;
  margin: 0;
  /*Definitions for glossary */
}
.definition {
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
}
.definition p {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px !important;
  /* Overall container */
}
.container.main-content-area {
  padding-left: 5px;
  padding-right: 5px;
  /* Entry Title */
}
h1.entry-title {
  font-size: 3.5rem;
  font-weight: 600;
}
.entry-meta {
  margin-bottom: 0;
}
.entry-content {
  /* list class */
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: 600;
}
.list {
  /* Container for each post content */
}
.list h1 {
  font-size: 3.6rem;
}
.list h1, .list h2, .list h3 {
  color: #404040;
}
.post-inner-content {
  border: none !important;
  background-color: #fafafa;
  /* Inner box to allow bgs to appear flush with edge */
  padding: 5px 8px;
  /* Container for alternating background color lists*/
}
.post-inner-content .inner-box {
  background: #f2f2f2;
  margin: auto -5px;
  padding: 5px;
}
.background-color {
  background-color: #f2f2f2;
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px;
  /* Article recommendation block */
}
.next-article-block {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
  /* Social sharing buttons top */
}
.next-article-block .headline {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
}
.next-article-block .content {
  font-size: 24px;
}
.next-article-block .thumbnail {
  margin-bottom: 7px;
}
.next-article-block .thumbnail img {
  max-width: 125px;
}
.rrssb-1 {
  margin-bottom: 31px;
}
.entry-content {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  word-wrap: break-word;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  /* Only for devices larger than phones */
}
@media (min-width: 768px) {
  /* WooCommerce layout related */  .next-article-block .thumbnail {
    margin-right: 10px;
    /* post content containers */
  }
  .post-inner-content {
    padding: 20px 25px;
  }
  .post-inner-content .inner-box {
    margin: auto -25px;
    padding: 10px 25px;
  }
}
div.product.product-type-variable .summary .variations td.label label {
  line-height: 35px;
  font-size: 18px;
  color: #404040;
}
@media (max-width: ) {
  /* icons for wristband bros */  .navbar-brand {
    margin-top: 14px !important;
  }
}
[class^="icon"] {
  background-size: 100%;
}
.icon-wristband-bros-logo-v4.logo-md {
  width: 199px;
  height: 29px;
  background-size: 203px;
  /* article rec block */
}
.icon-wristband-bros-logo-v4.logo-md * {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*Main body */
}
.icon-wristband-bros-logo-v4.logo-md body {
  background-color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
.icon-wristband-bros-logo-v4.logo-md ul {
  padding-bottom: 30px;
}
.icon-wristband-bros-logo-v4.logo-md ul.nav {
  padding-bottom: 0;
}
.icon-wristband-bros-logo-v4.logo-md .div {
  padding-bottom: 30px;
}
.icon-wristband-bros-logo-v4.logo-md .btn--primary {
  color: white;
  background-color: #f38630;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 18px 24px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  min-width: 300px;
  border: 1px solid;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
}
.icon-wristband-bros-logo-v4.logo-md .btn--primary:hover {
  cursor: pointer;
}
.icon-wristband-bros-logo-v4.logo-md .quote {
  font-style: italic;
  padding-left: 35px;
  padding-right: 35px;
}
.icon-wristband-bros-logo-v4.logo-md a {
  color: #428bca;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.icon-wristband-bros-logo-v4.logo-md a:hover, .icon-wristband-bros-logo-v4.logo-md a:focus {
  color: #2a6496;
  text-decoration: none;
}
.icon-wristband-bros-logo-v4.logo-md p, .icon-wristband-bros-logo-v4.logo-md img.thumbnail {
  margin-bottom: 30px !important;
}
.icon-wristband-bros-logo-v4.logo-md h1, .icon-wristband-bros-logo-v4.logo-md h2, .icon-wristband-bros-logo-v4.logo-md h3, .icon-wristband-bros-logo-v4.logo-md h4, .icon-wristband-bros-logo-v4.logo-md h5, .icon-wristband-bros-logo-v4.logo-md h6, .icon-wristband-bros-logo-v4.logo-md .h1, .icon-wristband-bros-logo-v4.logo-md .h2, .icon-wristband-bros-logo-v4.logo-md .h3, .icon-wristband-bros-logo-v4.logo-md .h4, .icon-wristband-bros-logo-v4.logo-md .h5, .icon-wristband-bros-logo-v4.logo-md .h6 {
  color: #9b9b9b;
  font-weight: 300;
}
.icon-wristband-bros-logo-v4.logo-md h1, .icon-wristband-bros-logo-v4.logo-md .h1 {
  font-size: 3.2rem;
}
.icon-wristband-bros-logo-v4.logo-md h2 {
  margin-bottom: 30px !important;
}
.icon-wristband-bros-logo-v4.logo-md ul.no-style, .icon-wristband-bros-logo-v4.logo-md ul.unstyled, .icon-wristband-bros-logo-v4.logo-md .iconed-list, .icon-wristband-bros-logo-v4.logo-md dl {
  margin: 0px;
  border: 0px none;
  font: inherit;
  vertical-align: baseline;
}
.icon-wristband-bros-logo-v4.logo-md ul.no-style li, .icon-wristband-bros-logo-v4.logo-md ul.unstyled li, .icon-wristband-bros-logo-v4.logo-md .iconed-list li, .icon-wristband-bros-logo-v4.logo-md dl li {
  list-style: outside none none;
}
.icon-wristband-bros-logo-v4.logo-md #disqus_thread {
  margin-top: 30px;
}
.icon-wristband-bros-logo-v4.logo-md .entry-title {
  color: #333;
}
.icon-wristband-bros-logo-v4.logo-md .entry-title a {
  color: #333;
}
.icon-wristband-bros-logo-v4.logo-md .entry-title a:hover {
  opacity: 0.8;
}
.icon-wristband-bros-logo-v4.logo-md .author-bio h4, .icon-wristband-bros-logo-v4.logo-md .comment-reply-title {
  font-weight: 600;
}
.icon-wristband-bros-logo-v4.logo-md .comment-reply-title {
  font-size: 14px;
}
.icon-wristband-bros-logo-v4.logo-md .comment-reply-link {
  background: #c1c0c0;
  border: #c1c0c0;
  font-size: 10px;
  text-transform: uppercase;
}
.icon-wristband-bros-logo-v4.logo-md .page-template-page-fullwidth-php .col-md-8 {
  width: 100%;
}
@media (max-width: 767px) {
  .icon-wristband-bros-logo-v4.logo-md .post-inner-content {
    padding: 20px 25px;
  }
}
.icon-wristband-bros-logo-v4.logo-md .dropdown-menu > li > a:hover, .icon-wristband-bros-logo-v4.logo-md .dropdown-menu > li > a:focus, .icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #fff;
  /* "Read More" btn */
}
.icon-wristband-bros-logo-v4.logo-md .btn.btn-default.read-more {
  font-size: 2rem;
  padding: 11px 18px;
  font-weight: 600;
  /* Sidebar link attributs */
}
.icon-wristband-bros-logo-v4.logo-md #secondary .widget li {
  border-bottom: none;
}
.icon-wristband-bros-logo-v4.logo-md #secondary .widget li a {
  color: #666;
  background-color: #f0f0f0;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1.5;
}
.icon-wristband-bros-logo-v4.logo-md .post-inner-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 0 #ddd;
}
.icon-wristband-bros-logo-v4.logo-md .btn {
  padding: 6px 12px;
  line-height: 1.42857;
}
.icon-wristband-bros-logo-v4.logo-md .btn-primary {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 600;
  opacity: 0.75;
  font-size: 18px;
}
.icon-wristband-bros-logo-v4.logo-md .btn-primary:hover {
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
}
.icon-wristband-bros-logo-v4.logo-md .btn-primary:active {
  background-image: transparent;
}
.icon-wristband-bros-logo-v4.logo-md .actions .btn-secondary-wrapper {
  font-weight: 600;
  opacity: 0.75;
  font-size: 18px;
}
.icon-wristband-bros-logo-v4.logo-md .btn-secondary-wrapper {
  color: #fff;
  display: inline;
}
.icon-wristband-bros-logo-v4.logo-md .btn-secondary {
  color: #fff;
  text-decoration: underline;
}
.icon-wristband-bros-logo-v4.logo-md .btn-secondary:hover {
  opacity: 1;
  color: #fff;
  background-color: transparent;
}
.icon-wristband-bros-logo-v4.logo-md .btn-primary + .btn-secondary-wrapper {
  margin-left: 10px;
}
.icon-wristband-bros-logo-v4.logo-md .btn-default, .icon-wristband-bros-logo-v4.logo-md .label-default {
  background-color: #2384d1;
  border-color: transparent;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.icon-wristband-bros-logo-v4.logo-md .btn-default:hover, .icon-wristband-bros-logo-v4.logo-md .label-default[href]:hover, .icon-wristband-bros-logo-v4.logo-md .label-default[href]:focus, .icon-wristband-bros-logo-v4.logo-md .btn-default:hover, .icon-wristband-bros-logo-v4.logo-md .btn-default:focus, .icon-wristband-bros-logo-v4.logo-md .btn-default:active, .icon-wristband-bros-logo-v4.logo-md .btn-default.active, .icon-wristband-bros-logo-v4.logo-md #image-navigation .nav-previous a:hover, .icon-wristband-bros-logo-v4.logo-md #image-navigation .nav-next a:hover {
  background-color: #1f76bb;
  color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
.icon-wristband-bros-logo-v4.logo-md #logo {
  margin-top: 0px;
}
.icon-wristband-bros-logo-v4.logo-md .navbar.navbar-default {
  -webkit-font-smoothing: antialiased;
  margin-top: 0px;
  background-color: #fff;
  border-bottom: 3px solid #ddd;
}
.icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav > li > a {
  font-weight: 600;
  color: #777;
  padding: 21px 10px 14px;
  border-bottom: 4px solid transparent;
  -webkit-transition-property: color, border-bottom;
  -moz-transition-property: color, border-bottom;
  -o-transition-property: color, border-bottom;
  transition-property: color, border-bottom;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  height: 75px;
}
.icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav > li.active > a {
  color: #333;
}
.icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav > li.active > a:hover {
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #333;
}
.icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav > li > a:hover {
  border-bottom: 4px solid #2980b9;
  color: #333;
  /* sidebade thumbnails widget */
}
.icon-wristband-bros-logo-v4.logo-md .recent-posts-widget-with-thumbnails ul li img {
  margin: 0;
  margin-right: 5px;
  width: 115px !important;
  height: 76px !important;
}
.icon-wristband-bros-logo-v4.logo-md .post-inner-content + .post-inner-content {
  margin-top: 10px;
  /* sidebar headers */
}
.icon-wristband-bros-logo-v4.logo-md #secondary .widget > h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  /* Main Nav / :active */
}
.icon-wristband-bros-logo-v4.logo-md .navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  color: #3498db;
  /*proportional videos*/
}
.icon-wristband-bros-logo-v4.logo-md html, .icon-wristband-bros-logo-v4.logo-md body {
  height: 100%;
}
.icon-wristband-bros-logo-v4.logo-md .wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.icon-wristband-bros-logo-v4.logo-md .h_iframe {
  position: relative;
}
.icon-wristband-bros-logo-v4.logo-md .h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.icon-wristband-bros-logo-v4.logo-md .h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Utility class for centering */
}
.icon-wristband-bros-logo-v4.logo-md .center {
  text-align: center;
  /* Utility class for white background */
}
.icon-wristband-bros-logo-v4.logo-md .center div, .icon-wristband-bros-logo-v4.logo-md .center img, .icon-wristband-bros-logo-v4.logo-md .center iframe {
  margin: 0 auto;
}
.icon-wristband-bros-logo-v4.logo-md .white {
  background-color: #fff;
  padding: 0;
  margin: 0;
  /*Definitions for glossary */
}
.icon-wristband-bros-logo-v4.logo-md .definition {
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
}
.icon-wristband-bros-logo-v4.logo-md .definition p {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px !important;
  /* Overall container */
}
.icon-wristband-bros-logo-v4.logo-md .container.main-content-area {
  padding-left: 5px;
  padding-right: 5px;
  /* Entry Title */
}
.icon-wristband-bros-logo-v4.logo-md h1.entry-title {
  font-size: 4.8rem;
  font-weight: 600;
}
.icon-wristband-bros-logo-v4.logo-md .entry-content {
  /* list class */
}
.icon-wristband-bros-logo-v4.logo-md .entry-content h1, .icon-wristband-bros-logo-v4.logo-md .entry-content h2, .icon-wristband-bros-logo-v4.logo-md .entry-content h3, .icon-wristband-bros-logo-v4.logo-md .entry-content h4 {
  font-weight: 600;
}
.icon-wristband-bros-logo-v4.logo-md .list {
  /* Container for each post content */
}
.icon-wristband-bros-logo-v4.logo-md .list h1 {
  font-size: 3.6rem;
}
.icon-wristband-bros-logo-v4.logo-md .list h1, .icon-wristband-bros-logo-v4.logo-md .list h2, .icon-wristband-bros-logo-v4.logo-md .list h3 {
  color: #404040;
}
.icon-wristband-bros-logo-v4.logo-md .post-inner-content {
  border: none !important;
  background-color: #fafafa;
  /* Inner box to allow bgs to appear flush with edge */
  padding: 5px 8px;
  /* Container for alternating background color lists*/
}
.icon-wristband-bros-logo-v4.logo-md .post-inner-content .inner-box {
  background: #f2f2f2;
  margin: auto -5px;
  padding: 5px;
}
.icon-wristband-bros-logo-v4.logo-md .background-color {
  background-color: #f2f2f2;
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px;
  /* Article recommendation block */
}
.icon-wristband-bros-logo-v4.logo-md .next-article-block {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
  /* Social sharing buttons top */
}
.icon-wristband-bros-logo-v4.logo-md .next-article-block .headline {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
}
.icon-wristband-bros-logo-v4.logo-md .next-article-block .content {
  font-size: 24px;
}
.icon-wristband-bros-logo-v4.logo-md .next-article-block .thumbnail {
  margin-bottom: 7px;
}
.icon-wristband-bros-logo-v4.logo-md .next-article-block .thumbnail img {
  max-width: 125px;
}
.icon-wristband-bros-logo-v4.logo-md .rrssb-1 {
  margin-bottom: 31px;
}
.icon-wristband-bros-logo-v4.logo-md .entry-content {
  margin-top: 1rem;
  font-weight: normal;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  word-wrap: break-word;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  /* Only for devices larger than phones */
}
@media (min-width: 768px) {
  .icon-wristband-bros-logo-v4.logo-md {
    /* WooCommerce layout related */
  }
  .icon-wristband-bros-logo-v4.logo-md .next-article-block .thumbnail {
    margin-right: 10px;
    /* post content containers */
  }
  .icon-wristband-bros-logo-v4.logo-md .post-inner-content {
    padding: 20px 25px;
  }
  .icon-wristband-bros-logo-v4.logo-md .post-inner-content .inner-box {
    margin: auto -25px;
    padding: 10px 25px;
  }
}
.icon-wristband-bros-logo-v4.logo-md div.product.product-type-variable .summary .variations td.label label {
  line-height: 35px;
  font-size: 18px;
  color: #404040;
}
@media (max-width: ) {
  .icon-wristband-bros-logo-v4.logo-md {
    /* icons for wristband bros */
  }
  .icon-wristband-bros-logo-v4.logo-md .navbar-brand {
    margin-top: 14px !important;
  }
}
.icon-wristband-bros-logo-v4.logo-md [class^="icon"] {
  background-size: 100%;
}
.icon-wristband-bros-logo-v4.logo-md .icon-wristband-bros-logo-v4.logo-md {
  width: 199px;
  height: 29px;
  background-size: 203px;
}
.icon-wristband-bros-logo-v4.logo-md .navbar-brand {
  margin-right: 1rem;
  padding: 5px;
}
.icon-wristband-bros-logo-v4.logo-md .icon--wristband-bros-logo-2016.logo-md, .icon-wristband-bros-logo-v4.logo-md .icon-wristband-bros-logo-jd2--no-circle.logo-md {
  width: 298px;
  height: 60px;
  background-size: 100%;
  background-position-y: -1px;
}
@media (max-width: 768px) {
  .icon-wristband-bros-logo-v4.logo-md .icon--wristband-bros-logo-2016.logo-md, .icon-wristband-bros-logo-v4.logo-md .icon-wristband-bros-logo-jd2--no-circle.logo-md {
    width: 215px;
    height: 43px;
  }
}
@media (max-width: 768px) {
  .icon-wristband-bros-logo-v4.logo-md .site-navigation-inner {
    padding: 0;
  }
}
.icon-wristband-bros-logo-v4.logo-md #main-menu-nav {
  margin-top: 7px;
}
.icon-wristband-bros-logo-v4.logo-md .icon-secure-badge {
  width: 75px;
  height: 27px;
  border-radius: 3px;
  /* footer */
}
.icon-wristband-bros-logo-v4.logo-md footer, .icon-wristband-bros-logo-v4.logo-md footer.main {
  background-color: #f2f2f2;
}
.icon-wristband-bros-logo-v4.logo-md footer .btn.btn-default, .icon-wristband-bros-logo-v4.logo-md footer.main .btn.btn-default {
  background-color: #f38630;
  font-size: 32px;
  margin-top: 8px;
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-top-wrapper {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 38px;
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-top-wrapper h2 {
  color: #404040;
  font-weight: 600;
  font-size: 32px;
  margin: 0;
  line-height: 72px;
  margin-bottom: 0 !important;
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-bottom-wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
  /* footer nav */
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-bottom-wrapper ul.footer-nav li:first-child {
  margin-bottom: 10px;
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-bottom-wrapper ul.footer-nav li:first-child a {
  color: #fff;
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-bottom-wrapper ul.footer-nav li a {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  color: #9b9b9b;
}
.icon-wristband-bros-logo-v4.logo-md footer .footer-bottom-wrapper ul.footer-nav li a:hover {
  color: #cecece;
}
.icon-wristband-bros-logo-v4.logo-md #author-box {
  display: none;
  /* call to action */
}
.icon-wristband-bros-logo-v4.logo-md .cta {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  /* related posts */
}
.icon-wristband-bros-logo-v4.logo-md div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
}
.icon-wristband-bros-logo-v4.logo-md div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  display: none;
}
.icon-wristband-bros-logo-v4.logo-md div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.navbar-brand {
  margin-right: 1rem;
  padding: 5px;
}
.icon--wristband-bros-logo-2016.logo-md, .icon-wristband-bros-logo-jd2--no-circle.logo-md {
  width: 298px;
  height: 60px;
  background-size: 100%;
  background-position-y: -1px;
}
@media (max-width: 768px) {
  .icon--wristband-bros-logo-2016.logo-md, .icon-wristband-bros-logo-jd2--no-circle.logo-md {
    width: 215px;
    height: 43px;
  }
}
@media (max-width: 768px) {
  .site-navigation-inner {
    padding: 0;
  }
}
#main-menu-nav {
  margin-top: 7px;
}
.icon-secure-badge {
  width: 75px;
  height: 27px;
  border-radius: 3px;
  /* footer */
}
footer, footer.main {
  background-color: #f2f2f2;
}
footer .btn.btn-default, footer.main .btn.btn-default {
  background-color: #f38630;
  font-size: 32px;
  margin-top: 8px;
}
footer .footer-top-wrapper {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 38px;
}
footer .footer-top-wrapper h2 {
  color: #404040;
  font-weight: 600;
  font-size: 32px;
  margin: 0;
  line-height: 72px;
  margin-bottom: 0 !important;
}
footer .footer-bottom-wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
  /* footer nav */
}
footer .footer-bottom-wrapper ul.footer-nav li:first-child {
  margin-bottom: 10px;
}
footer .footer-bottom-wrapper ul.footer-nav li:first-child a {
  color: #fff;
}
footer .footer-bottom-wrapper ul.footer-nav li a {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  color: #9b9b9b;
}
footer .footer-bottom-wrapper ul.footer-nav li a:hover {
  color: #cecece;
}
#author-box {
  display: none;
  /* call to action */
}
.cta {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  /* related posts */
}
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
}
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  display: none;
}
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.share-container {
  margin-top: 10px;
}
.page-header {
  margin-bottom: 0;
}
.btn-start-designing {
  margin-bottom: 1rem;
  line-height: 2;
}
