@import 'css/unsemantic-grid-responsive-tablet-no-ie7.css';
/**
* Theme Name: Adrenaline
* Author: ipsoCreative
* Author URI: http://www.ipsocreative.com
* Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.h1,
#primary h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.h2,
#primary h2,
#primary .post h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
.h3,
#primary h3,
#primary .post h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
.h4,
#primary h4,
#primary .post h3 {
  font-size: 18px;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
.h5,
#primary h5,
#primary .post h4 {
  font-size: 16px;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
a {
  color: #7bc143;
}
body {
  font-family: 'UrbanoLightCondensed', sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
}
body #page {
  padding-top: 44px;
  overflow: hidden;
}
body #page:after,
body #page:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.first-cell {
  padding-left: 0;
}
.last-cell {
  padding-right: 0;
}
img.respond {
  max-width: 100%;
  height: auto;
  display: block;
}
.aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  display: block !important;
  float: none !important;
}
.grid-row:after,
.grid-row:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.alignleft {
  text-align: left;
  float: left;
}
.alignright {
  text-align: right;
  float: right;
}
.hide {
  display: none;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: solid 1px #cccccc;
  width: 100%;
  font-family: 'UrbanoCondensed', sans-serif;
  font-size: 18px;
  padding: 10px 12px;
  margin-bottom: 20px;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  padding: 10px;
  background: #ffffff;
  position: relative;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  content: '';
  background: #cccccc;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  display: block;
}
input[type="radio"],
input[type="radio"]:after {
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
}
input[type="submit"] {
  width: auto;
  background-color: #7bc143;
  color: #fff;
  padding: 5px 30px;
}
label {
  color: #7bc143;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
label.error {
  background: #9a0000;
  color: #fff;
  display: block;
  padding: 3px;
  margin-top: -20px;
}
input.error,
select.error {
  border-color: #9a0000;
}
select {
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  background: #ffffff url("images/select-arrow.png") no-repeat right center;
  padding: 10px 40px 10px 12px;
}
select::-ms-expand {
  display: none;
}
.screen-reader-text {
  display: none;
}
mark {
  background-color: transparent;
  font-weight: bold;
}
del {
  color: #787878;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
del:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: solid 1px #ababab;
}
ins {
  text-decoration: none;
}
/* --------------- HEADER BEGIN --------------- */
#masthead{
  position: relative;
  z-index: 999;
}
#masthead .mobile-site-logo {
  max-height: 35px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 8px;
}
#masthead .header-main {
  font-family: 'UrbanoLightCondensed', sans-serif;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding-top: 15px;
  left: 0;
  right: 0;
  z-index: 100;
}
#masthead .header-main .site-navigation {
  padding-left: 240px;
  padding-right: 240px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  top: -20px;
}
#masthead .header-main .site-title {
  display: block;
  position: absolute;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 20px;
  left: 0;
  width: 270px;
  padding-left: 30px;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#masthead .header-main .site-title img{
  max-width: 100%;
  height: auto;
}
#masthead form.product-search-form{
  margin-top: -69px;
}
@media screen and (max-width: 1130px) and (min-width: 1024px) {
  #masthead .header-main .site-title {
    width: 240px;
  }
  #masthead .header-main .site-title img {
    max-width: 100%;
    height: auto;
  }
}
#masthead .header-main .menu-row {
  width: 724px;
  clear: left;
}
#masthead .header-main .menu-column {
  width: 181px;
  float: left;
}
#masthead .header-main .menu-column > .menu-item {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead .header-main .nav-icon-wrapper {
  line-height: 41px;
  vertical-align: middle;
  display: block;
}
#masthead .header-main .nav-icon-wrapper:before {
  content: '';
  height: 16px;
  display: block;
}
#masthead .header-main .nav-icon-wrapper img {
  display: inline-block;
  vertical-align: middle;
}
#masthead .header-main .header-nav-menu-container {
  float: left;
}
#masthead .header-main ul.header-nav-menu:after,
#masthead .header-main ul.header-nav-menu:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#masthead .header-main ul.header-nav-menu a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  display: block;
  padding: 6px;
  margin: 6px;
  font-family: 'UrbanoExtraCondensed', sans-serif;
  border-bottom: solid 3px transparent;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
#masthead .header-main ul.header-nav-menu > li {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#masthead .header-main ul.header-nav-menu > li .sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  left: -50000px;
}
#masthead .header-main ul.header-nav-menu > li:hover a,
 #masthead .header-main ul.header-nav-menu > li.current-menu-item a{
  border-bottom-color: #7bc143;
}

#masthead .header-main ul.header-nav-menu > li > .sub-menu {
  text-align: left;
}
#masthead .header-main ul.header-nav-menu > li > .sub-menu > li {
  font-family: 'UrbanoCondensed', sans-serif;
  text-transform: uppercase;
  padding: 5px 0px;
  border-bottom: .5px solid #e3e3e3;
}
#masthead .header-main ul.header-nav-menu > li > .sub-menu > li > a {
  font-size: 18px;
  padding-bottom: 2px;
}
#masthead .header-main ul.header-nav-menu > li > .sub-menu > li a {
  line-height: 1;
  border-bottom: none;
}
#masthead .header-main ul.header-nav-menu > li > .sub-menu .menu-item > .sub-menu {
  font-family: 'UrbanoLightCondensed', sans-serif;
  padding: 5px 0 0;
  background: #f4f4f4;
}
#masthead .header-main ul.header-nav-menu > li > .sub-menu .menu-item > .sub-menu a {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #masthead .header-main ul.header-nav-menu > li:hover > .sub-menu {
    left: 0;
  }
  #masthead .header-main ul.header-nav-menu > li > .sub-menu .menu-item:hover > .sub-menu {
    left: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #masthead .header-main ul.header-nav-menu li.menu-item-has-children a {
    padding-bottom: 10px !important;
  }
  #masthead .header-main ul.header-nav-menu li.expanded > .sub-menu {
    position: static;
    background: rgba(0, 0, 0, 0.1);
  }
}
#masthead .header-main .search-form {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  width: 220px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 4px 4px 4px 4px;
  background-clip: padding-box;
  border: solid 1px #dfdfdf;
  padding: 1px;
}
#masthead .header-main .search-form:before {
  font-family: "FontAwesome";
  content: "\f002";
  color: #000;
  position: absolute;
  font-size: 18px;
  left: 12px;
  top: 6px;
}
#masthead .header-main .search-form .search-field {
  margin-bottom: 0;
  border: none;
  font-size: 17px;
  padding: 4px 4px 4px 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
#masthead .header-main .search-form .search-submit {
  position: absolute;
  left: 0;
  text-indent: -1000px;
  width: 30px;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 100;
  cursor: pointer;
}
#masthead #top-navigation {
  min-width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 43px;
  border-bottom: solid 1px #dedede;
  background: #fff;
  z-index: 100;
}
#masthead #top-navigation .alignleft,
#masthead #top-navigation .alignright {
  position: relative;
  margin: 0;
}
#masthead #top-navigation .mini-logo {
  position: absolute;
  right: 100%;
  padding-right: 5px;
}
#masthead #top-navigation .fa:before {
  font-family: 'FontAwesome';
}
#masthead #top-navigation a {
  font-family: 'UrbanoLightCondensed', sans-serif;
  height: 43px;
  padding: 0 10px;
  font-size: 18px;
  display: block;
  line-height: 47px;
  text-transform: uppercase;
  text-decoration: none;
  color: #dedede;
  color: rgba(0, 0, 0, 0.21);
}
#masthead #top-navigation .green a {
  color: #7bc143;
}
#masthead #top-navigation .top-left-nav-menu-container {
  float: left;
}
#masthead #top-navigation li {
  display: block;
  float: left;
}
#masthead #top-navigation .menu-item.facebook a,
#masthead #top-navigation .menu-item.instagram a,
#masthead #top-navigation .menu-item.twitter a,
#masthead #top-navigation .menu-item.youtube a {
  color: #ffffff;
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.21);
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin: 10px 5px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#masthead #top-navigation .menu-item.facebook a:before,
#masthead #top-navigation .menu-item.instagram a:before,
#masthead #top-navigation .menu-item.twitter a:before,
#masthead #top-navigation .menu-item.youtube a:before {
  font-size: 16px;
}
#masthead #top-navigation .menu-item.facebook a:hover,
#masthead #top-navigation .menu-item.instagram a:hover,
#masthead #top-navigation .menu-item.twitter a:hover,
#masthead #top-navigation .menu-item.youtube a:hover {
  background-color: #7bc143;
}
#masthead #top-navigation a:hover {
  color: #7bc143;
}
#masthead #top-navigation .fa {
  font-size: 22px;
  border-left: solid 1px #dedede;
}
#masthead #top-navigation .fa.fa-heart{
  display: none;
}
#masthead #top-navigation .menu {
  margin-left: 20px;
}
#masthead #top-navigation .fa-user {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #masthead #top-navigation .fa-user {
    margin-left: 0;
  }
  #masthead .header-main .site-navigation{
    top: 0px;
  }
}
#masthead #top-navigation .fa-pencil-square-o,
#masthead #top-navigation .fa-shopping-cart {
  padding: 0 20px;
}
#masthead #top-navigation form {
  float: left;
  padding: 9px 10px;
  border-right: solid 1px #505050;
  position: relative;
}
#masthead #top-navigation form .search-field {
  width: 135px;
  padding: 0 4px;
}
#masthead #top-navigation form input {
  margin-bottom: 0;
}
#masthead #top-navigation form .search-submit {
  font-size: 0;
  text-indent: -1000px;
  border: none;
  position: absolute;
  right: 6px;
  padding: 0;
  top: 50%;
  width: 30px;
  height: 20px;
  margin-top: -11px;
  background: transparent url("images/magnifying-glass.png") no-repeat center center;
}
#masthead #top-navigation .cart-contents,
#masthead #top-navigation .event-cart-button {
  position: relative;
}
#masthead #top-navigation .cart-contents .count,
#masthead #top-navigation .event-cart-button .count {
  background: transparent url("images/bg-cart-contents-count.png") no-repeat 0 0;
  background-size: contain;
  color: #fff;
  font-size: 10px;
  position: absolute;
  min-width: 14px;
  text-align: center;
  top: 8px;
  right: 14px;
  line-height: 16px;
}
#masthead #top-navigation .cart-contents .flyout,
#masthead #top-navigation .event-cart-button .flyout {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 100%;
  right: -1px;
  font-size: 14px;
  border: solid 1px #dedede;
  text-align: center;
}
#masthead #top-navigation .cart-contents .flyout .button,
#masthead #top-navigation .event-cart-button .flyout .button {
  font-size: 22px;
  background: #7bc143;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  display: block;
}
#masthead #top-navigation .cart-contents.active:after,
#masthead #top-navigation .event-cart-button.active:after,
#masthead #top-navigation .cart-contents:hover:after,
#masthead #top-navigation .event-cart-button:hover:after {
  content: '';
  height: 1px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
#masthead #top-navigation .cart-contents.active .flyout,
#masthead #top-navigation .event-cart-button.active .flyout,
#masthead #top-navigation .cart-contents:hover .flyout,
#masthead #top-navigation .event-cart-button:hover .flyout {
  display: block;
}
#masthead #top-navigation .event-cart-button {
  border-left: solid 1px #dedede;
}
#masthead #top-navigation .cart-contents .flyout {
  text-align: left;
  color: #000;
  font-size: 13px;
  width: 330px;
  line-height: 1;
}
@media screen and (max-width: 360px) {
  #masthead #top-navigation .cart-contents .flyout {
    width: 280px;
  }
}
#masthead #top-navigation .cart-contents .flyout h3 {
  font-size: 24px;
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
#masthead #top-navigation .cart-contents .flyout .cart-info {
  border-top: solid 1px #cccccc;
  padding: 6px 0 0;
  margin: 6px 0;
}
#masthead #top-navigation .cart-contents .flyout a {
  display: inline-block;
  color: #7bc143;
  text-transform: none;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  height: auto;
}
#masthead #top-navigation .cart-contents .flyout img {
  float: left;
  width: 50px;
  height: auto;
  display: block;
  margin-right: 5px;
}
#masthead #top-navigation .cart-contents .flyout .right {
  margin-left: 55px;
}
#masthead #top-navigation .cart-contents .flyout dt {
  font-family: 'UrbanoBoldCondensed', sans-serif;
  padding-right: 4px;
  display: inline-block;
}
#masthead #top-navigation .cart-contents .flyout dd {
  display: inline-block;
  padding-right: 8px;
}
#masthead #top-navigation .cart-contents .flyout dd,
#masthead #top-navigation .cart-contents .flyout dt {
  padding-bottom: 4px;
}
#masthead #top-navigation .cart-contents .flyout .info {
  text-align: left;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}
#masthead #top-navigation .cart-contents .flyout .info:after,
#masthead #top-navigation .cart-contents .flyout .info:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#masthead #top-navigation .cart-contents .flyout .info .prod-name {
  text-decoration: underline;
  padding-bottom: 4px;
}
#masthead #top-navigation .cart-contents .flyout .line-total {
  float: right;
  padding-right: 15px;
  line-height: 18px;
}
#masthead #top-navigation .cart-contents .flyout .remove {
  font-size: 0;
  float: right;
}
#masthead #top-navigation .cart-contents .flyout .remove:before {
  font-size: 18px;
  content: "\f00d";
  font-family: FontAwesome;
}
#masthead #top-navigation .cart-contents .flyout .sub-total {
  font-size: 16px;
  margin-bottom: 8px;
}
#masthead #top-navigation .cart-contents .flyout .sub-total label {
  color: #000;
}
#masthead #top-navigation .cart-contents .flyout .sub-total label:after {
  content: ':';
}
#masthead #top-navigation .cart-contents .flyout .sub-total .value {
  float: right;
}
#masthead #top-navigation .cart-contents .flyout .button {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #masthead .header-main .header-nav-menu-container {
    float: none;
  }
  #masthead #mobile-navigation li,
  #masthead .header-main ul.header-nav-menu li {
    border-bottom: solid 1px #dedede;
  }
  #masthead #mobile-navigation li a,
  #masthead .header-main ul.header-nav-menu li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-family: 'UrbanoBoldCondensed', sans-serif;
    display: block;
    line-height: 1;
    padding: 14px 18px;
    text-transform: uppercase;
    border-bottom: none;
  }
  #masthead #mobile-navigation li.menu-item-has-children > a:after,
  #masthead .header-main ul.header-nav-menu li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    color: #7bc143;
    float: right;
    content: "\f067";
  }
}
.menu-item.facebook a,
.menu-item.instagram a,
.menu-item.twitter a,
.menu-item.youtube a {
  font-size: 0 !important;
  text-decoration: none;
}
.menu-item.facebook a:before,
.menu-item.instagram a:before,
.menu-item.twitter a:before,
.menu-item.youtube a:before {
  font-size: 20px;
  font-family: FontAwesome, sans-serif;
}
.menu-item.facebook a:before {
  content: "\f09a";
}
.menu-item.twitter a:before {
  content: "\f099";
}
.menu-item.instagram a:before {
  content: "\f16d";
}
.menu-item.youtube a:before {
  content: "\f16a";
}
.menu-toggle {
  display: inline-block;
  color: #fff;
  font-size: 0;
  text-align: center;
  width: 25px;
  height: 43px;
  line-height: 43px;
}
.menu-toggle:before {
  content: '\f0c9';
  font-family: FontAwesome, sans-serif;
  font-size: 20px;
  color: #000;
}
/* --------------- HEADER RESPONSIVE --------------- */
@media screen and (max-width: 1023px) and (min-width: 768px) {
  /*#masthead .header-main {
    padding-top: 95px;
  }*/
  #masthead .header-main .site-title {
    top: -7px;
    padding-left: 15px;
    width: 185px;
  }
  #masthead .header-main .search-form {
    top: 47.5px;
  }
  #masthead .header-main .site-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  /*body.sticky-header #masthead .header-main {
    padding-top: 55px;
  }*/
  body #page{
    padding-top: 38px;
  }
  #masthead .header-main{
    padding-top: 20px;
  }
  #masthead .header-main ul.header-nav-menu a{
    font-size: 21px;
    padding: 5px;
  }
  #masthead form.product-search-form{
    margin-top: -60px;
  }
  form.product-search-form{
    width: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  #masthead .header-main {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: max-height 0.75s ease-in-out;
    -moz-transition: max-height 0.75s ease-in-out;
    -o-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
    float: none;
    text-align: right;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #masthead .header-main .site-navigation {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #masthead .header-main .header-nav-menu-container {
    background: #fff;
  }
  #masthead .header-main ul.header-nav-menu {
    text-align: left;
  }
  #masthead .header-main ul.header-nav-menu > li {
    float: none;
  }
  .mobile-menu-shown #masthead .header-main {
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .hide-on-sticky {
    display: block;
  }
  .show-on-sticky {
    display: none;
  }
  body.sticky-header .hide-on-sticky {
    display: none;
  }
  body.sticky-header .show-on-sticky {
    display: block;
  }
  body.sticky-header #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
  }
  body.sticky-header #masthead .site-title {
    height: auto;
    top: auto;
    bottom: 15px;
    width: auto;
    left: 0;
  }
  body.sticky-header #masthead .header-main form.product-search-form{
    bottom: 15px !important;
  }
  body.sticky-header #masthead .header-main {
    padding-top: 30px;
  }
  body.sticky-header #masthead .header-main .site-navigation{
    top: -10px;
  }
  body.sticky-header #masthead .header-main ul.header-nav-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.sticky-header #masthead .header-main .search-form {
    top: auto;
    bottom: 5px;
    overflow: hidden;
    width: 37px;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  body.sticky-header #masthead .header-main .search-form:hover {
    width: 220px;
  }
}
.admin-bar #masthead #top-navigation {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #masthead #top-navigation {
    top: 48px;
  }
}
@media screen and (max-width: 586px) {
  .admin-bar #masthead #top-navigation {
    top: 0;
  }
  .admin-bar #page {
    padding-top: 0;
  }
}
.admin-bar.sticky-header #masthead {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar.sticky-header #masthead {
    top: 48px;
  }
}
/* --------------- HEADER END --------------- */
/* --------------- MAIN BEGIN --------------- */
#page-header .splash {
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #page-header .splash {
    padding-top: 18.57142857%;
    background-size: cover;
    height: auto;
  }
}
#page-header .splash .mobile-splash {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-header .splash {
    height: auto !important;
  }
  #page-header .splash .mobile-splash {
    display: block;
  }
}
body.single-person #page-header .splash {
  height: 480px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  body.single-person #page-header .splash {
    padding-top: 34.28571429%;
    background-size: cover;
    height: auto;
  }
}
#breadcrumbs {
  font-size: 13px;
  /*text-transform: uppercase;*/
  /*font-family: 'UrbanoCondensed', sans-serif;*/
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: light;
  font-weight: 300;
  color: #848787;
  padding: 10px 5px 0;
  letter-spacing: .1px;
}
#breadcrumbs a {
  color: #848787;
  text-decoration: none;
}
#breadcrumbs .breadcrumb_last {
  color: #7bc143;
}
#breadcrumbs .grid-container {
  padding: 10px 5px 15px;
}
#primary {
  font-size: 18px;
  line-height: 1.72222222;
}
#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5 {
  line-height: 1;
}
#primary .uppercase {
  text-transform: uppercase;
}
#primary strong {
  font-weight: bold;
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
#primary em,
#primary i {
  font-style: italic;
}
#primary em.fa:before,
#primary i.fa:before {
  font-style: normal;
}
#primary p {
  padding-bottom: 1em;
  line-height: normal;
  text-align: left;
}
#primary u {
  text-decoration: underline;
}
#primary ul {
  padding-left: 20px;
  padding-bottom: 1em;
  list-style-type: disc;
}
#primary ol {
  padding-left: 20px;
  padding-bottom: 1em;
  list-style-type: decimal;
}
#primary .post ul {
  list-style-type: disc;
  padding-left: 30px;
}
#primary .post li:before {
  padding: 0 10px 0 10px;
}
#primary .post ol {
  list-style-type: none;
  counter-reset: ol;
  padding-left: 0px;
}
#primary .post ol li {
  counter-increment: ol;
}
#primary .post ol li:before {
  content: counter(ol) ")";
}
#primary img {
  max-width: 100%;
  height: auto;
  display: block;
}
#primary .section {
  padding-top: 75px;
  padding-bottom: 75px;
}
#primary .large-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#primary .small-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#primary .banner-section {
  border: solid 1px #d1d1d1;
  border-left: none;
  border-right: none;
  margin: 28px 0;
}
#primary .banner-section:after,
#primary .banner-section:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#primary .banner-section img.size-full {
  position: absolute;
}
#primary .banner-section .section-content {
  margin-left: 300px;
  height: 200px;
  padding-top: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  #primary .banner-section .section-content {
    padding-top: 30px;
  }
}
#primary .button {
  cursor: pointer;
  background: #7bc143;
  color: #fff;
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 2px 2px;
  background-clip: padding-box;
  font-size: 18px;
  font-family: 'UrbanoCondensed', sans-serif;
  padding: 5px 10px;
}
#primary .button.button-black {
  background: #000;
}
#primary .button.button-gray {
  background: #787878;
  color: #f17897;
}
#primary .button.large {
  padding: 14px 30px;
  font-size: 24px;
}
#primary .button.small {
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  #primary .button {
    font-size: 14px;
    padding: 5px 10px;
  }
}
#primary .pink-text {
  color: #f17897;
}
#primary .gray-text {
  color: #bcbcbc;
}
#primary .green-text {
  color: #7bc143;
}
#primary .thinner {
  font-family: 'UrbanoLightCondensed', sans-serif;
}
/* --------------- MAIN BEGIN --------------- */
/* --------------- WOOCOMMERCE BEGIN --------------- */
#primary section .woocommerce {
  margin-bottom: 60px;
}
.woocommerce .catalog,
.woocommerce-page .catalog {
  background: #ffffff;
  padding-top: 6px;
  padding-bottom: 30px;
}
.woocommerce .catalog .catalog-header,
.woocommerce-page .catalog .catalog-header {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .woocommerce .catalog .catalog-header,
  .woocommerce-page .catalog .catalog-header {
    margin-bottom: 10px;
  }
}
.woocommerce .catalog .catalog-header:after,
.woocommerce-page .catalog .catalog-header:after,
.woocommerce .catalog .catalog-header:before,
.woocommerce-page .catalog .catalog-header:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.woocommerce .catalog .page-title,
.woocommerce-page .catalog .page-title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'UrbanoCondensed', sans-serif;
  padding-bottom: 10px;
}
.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  display: inline;
}
.woocommerce #sidebar .widget-title,
.woocommerce-page #sidebar .widget-title,
.shop-home #sidebar .widget-title {
  /*color: #7bc143;*/
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 15px 0;
  font-size: 18px;
}
.woocommerce #sidebar .widget_nav_menu a,
.woocommerce-page #sidebar .widget_nav_menu a,
.shop-home #sidebar .widget_nav_menu a {
  color: #262727;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  /*font-family: 'UrbanoCondensed', sans-serif;*/
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: lighter;
  font-weight: 300;
  position: relative;
}
.woocommerce #sidebar .widget_nav_menu a:hover,
.woocommerce-page #sidebar .widget_nav_menu a:hover,
.shop-home #sidebar .widget_nav_menu a:hover {
  color: #7bc143;
  background: #fff;
}
.widget_nav_menu li.current-menu-item:before{
  content: '\25B8';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -10px;
  color: #262727;
}
.woocommerce #sidebar .widget_nav_menu li.menu-item-has-children > a:hover,
.woocommerce-page #sidebar .widget_nav_menu li.menu-item-has-children > a:hover,
.shop-home #sidebar .widget_nav_menu li.menu-item-has-children > a:hover,
#sidebar .widget_nav_menu li.current-menu-item > a {
  color: #262727;
}
.woocommerce #sidebar .widget_nav_menu .menu-row,
.woocommerce-page #sidebar .widget_nav_menu .menu-row {
  border-top: solid 1px #dddddd;
  padding: 20px 0;
}
.woocommerce #sidebar .widget_nav_menu li.featured > a,
.woocommerce-page #sidebar .widget_nav_menu li.featured > a {
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
@media screen and (min-width: 768px) {
  .woocommerce .main-right-column,
  .woocommerce-page .main-right-column {
    border-left: solid 1px #dddddd;
  }
}
.woocommerce #primary ul.products,
.woocommerce-page #primary ul.products {
  list-style-type: none;
  padding-left: 0;
  white-space: nowrap;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.woocommerce #primary ul.products li,
.woocommerce-page #primary ul.products li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: normal;
  text-align: center;
  position: relative;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
.woocommerce #primary ul.products li a,
.woocommerce-page #primary ul.products li a {
  padding: 8px 7px;
  text-decoration: none;
  display: block;
}
.woocommerce #primary ul.products li h3,
.woocommerce-page #primary ul.products li h3 {
  text-transform: uppercase;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: lighter;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  border-bottom: solid 1px #ccc;
  text-decoration: none;
  margin: 20px 30px 5px;
  padding-bottom: 5px;
  color: #2A2A2A;
}
.woocommerce #primary ul.products li .price,
.woocommerce-page #primary ul.products li .price {
  color: #2A2A2A;
  font-size: 22px;
  font-weight: lighter;
  display: block;
}
.woocommerce #primary ul.products li .actions,
.woocommerce-page #primary ul.products li .actions {
  /*position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 12px;
  font-family: 'UrbanoCondensed', sans-serif;*/
  display: none;
}
.woocommerce #primary ul.products li .actions *,
.woocommerce-page #primary ul.products li .actions * {
  vertical-align: middle;
}
.woocommerce #primary ul.products li .actions .add-favorite,
.woocommerce-page #primary ul.products li .actions .add-favorite {
  position: absolute;
  left: 0;
  color: #000;
}
.woocommerce #primary ul.products li .actions .add-favorite i,
.woocommerce-page #primary ul.products li .actions .add-favorite i {
  margin-right: 5px;
  font-size: 12px;
}
.woocommerce #primary ul.products li .actions .add-favorite.is-favorite i,
.woocommerce-page #primary ul.products li .actions .add-favorite.is-favorite i {
  color: #7bc143;
}
.woocommerce #primary ul.products li .actions .quick-view,
.woocommerce-page #primary ul.products li .actions .quick-view {
  position: absolute;
  right: 0;
  color: #000;
}
.woocommerce #primary ul.products li .actions .quick-view i,
.woocommerce-page #primary ul.products li .actions .quick-view i {
  margin-left: 5px;
  background: transparent url(images/catalog-icons.png) no-repeat 0 0;
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .woocommerce #primary ul.products li .actions .quick-view,
  .woocommerce-page #primary ul.products li .actions .quick-view {
    display: none;
  }
}
.woocommerce #primary ul.products li .actions i,
.woocommerce-page #primary ul.products li .actions i {
  font-size: 24px;
  margin-top: -4px;
}
@media screen and (max-width: 980px) and (min-width: 839px) {
  .woocommerce #primary ul.products li .actions a,
  .woocommerce-page #primary ul.products li .actions a {
    font-size: 0;
  }
  .woocommerce #primary ul.products li .actions a i,
  .woocommerce-page #primary ul.products li .actions a i {
    font-size: 24px;
  }
}
.woocommerce #primary ul.products:after,
.woocommerce-page #primary ul.products:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
.woocommerce #primary ul.products li,
.woocommerce-page #primary ul.products li {
  width: 33.33333333%;
  padding: 5px;
  display: block;
  float: left;
}
@media screen and (max-width: 839px) {
  .woocommerce #primary ul.products li,
  .woocommerce-page #primary ul.products li {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .woocommerce #primary ul.products li,
  .woocommerce-page #primary ul.products li {
    width: 100%;
  }
}
.woocommerce #primary ul.products li:nth-child(3n+1),
.woocommerce-page #primary ul.products li:nth-child(3n+1) {
  clear: left;
}
.woocommerce #primary ul.products li > a,
.woocommerce-page #primary ul.products li > a {
  background: #fff;
  border: solid 1px #fff;
  box-shadow: 0px 0px 7px rgba(135,135,135,.2);
}
.woocommerce #primary ul.products li > a img,
.woocommerce-page #primary ul.products li > a img {
  margin: 0 auto;
}
.woocommerce #primary ul.products li .onsale,
.woocommerce-page #primary ul.products li .onsale {
  font-size: 12px;
  background-color: #f00;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -2px;
  line-height: 1.2;
  padding: 3px 8px 3px 10px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.woocommerce #primary ul.products li .onsale:after,
.woocommerce-page #primary ul.products li .onsale:after{
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-top: 4px solid #C8000B;
  border-left: 8px solid transparent;
}

.woocommerce #primary ul.products li:hover > a,
.woocommerce-page #primary ul.products li:hover > a {
  border: solid 1px #ebebeb;
  box-shadow: 0px 0px 5px rgba(120,120,120,.3);
}
.woocommerce #primary ul.products .product-tags,
.woocommerce-page #primary ul.products .product-tags {
  /*position: absolute;
  bottom: 16px;
  left: 43px;*/
  display: none;
}
.woocommerce #primary .product-list-header,
.woocommerce-page #primary .product-list-header {
  padding: 7px 6px 12px 6px;
  height: 30px;
  overflow: hidden;
  background: #f3f3f3;
}
.woocommerce #primary .product-list-header input[type="submit"]{
  padding: 6px 30px;
  background: #A5A5A8;
  border-radius: 2px;
}
.woocommerce #primary .product-list-header input[type="submit"]:hover{
  cursor: pointer;
}
.woocommerce #primary .product-list-header:after,
.woocommerce-page #primary .product-list-header:after,
.woocommerce #primary .product-list-header:before,
.woocommerce-page #primary .product-list-header:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.woocommerce #primary .product-list-header .woocommerce-ordering,
.woocommerce-page #primary .product-list-header .woocommerce-ordering {
  float: right;
}
.woocommerce #primary .product-list-header select,
.woocommerce-page #primary .product-list-header select {
  width: auto;
  border: none;
  font-size: 14px;
}
.woocommerce #primary .product-list-header .attribute-filters,
.woocommerce-page #primary .product-list-header .attribute-filters {
  float: left;
}
.woocommerce #primary .product-list-header .attribute-filters select,
.woocommerce-page #primary .product-list-header .attribute-filters select {
  margin-right: 5px;
}
.woocommerce #primary .product-list-header .attribute-filters .clear-filters,
.woocommerce-page #primary .product-list-header .attribute-filters .clear-filters {
  width: auto;
  padding: 5px 15px;
  font-size: 14px;
}
.woocommerce #primary .woocommerce-pagination,
.woocommerce-page #primary .woocommerce-pagination {
  text-align: right;
}
.woocommerce #primary .woocommerce-pagination .page-numbers,
.woocommerce-page #primary .woocommerce-pagination .page-numbers {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}
.woocommerce #primary .woocommerce-pagination .page-numbers li,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li {
  display: block;
  float: left;
}
.woocommerce #primary .woocommerce-pagination .page-numbers li a,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li a,
.woocommerce #primary .woocommerce-pagination .page-numbers li span,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li span {
  color: #000;
  border: solid 1px #bcbcbc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 4px 1px;
  margin: 0 2px;
}
.woocommerce #primary .woocommerce-pagination .page-numbers li a.next,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li a.next,
.woocommerce #primary .woocommerce-pagination .page-numbers li span.next,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li span.next,
.woocommerce #primary .woocommerce-pagination .page-numbers li a.prev,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li a.prev,
.woocommerce #primary .woocommerce-pagination .page-numbers li span.prev,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li span.prev {
  border-color: transparent;
}
.woocommerce #primary .woocommerce-pagination .page-numbers li a:hover,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li a:hover {
  background-color: #bcbcbc;
  border-color: #bcbcbc;
}
.woocommerce #primary .woocommerce-pagination .page-numbers li span,
.woocommerce-page #primary .woocommerce-pagination .page-numbers li span {
  border-color: #000;
  cursor: default;
}
.woocommerce .product-tags .product-tag,
.woocommerce-page .product-tags .product-tag {
  font-family: 'UrbanoLightCondensed', sans-serif;
  background-color: #000;
  color: #fff;
  padding: 2px 4px 0;
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 0 2px 2px 0;
}
.woocommerce .product-tags .product-tag-new,
.woocommerce-page .product-tags .product-tag-new {
  color: #fff;
  background-color: #f00;
}
.woocommerce.single-product #primary .entry-summary,
.woocommerce-page.single-product #primary .entry-summary,
.woocommerce.single-product #primary .images,
.woocommerce-page.single-product #primary .images {
  width: 50%;
  float: left;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce.single-product #primary .entry-summary p,
.woocommerce-page.single-product #primary .entry-summary p,
.woocommerce.single-product #primary .images p,
.woocommerce-page.single-product #primary .images p {
  line-height: 1.5;
}
.woocommerce.single-product #primary [itemtype="http://schema.org/Product"],
.woocommerce-page.single-product #primary [itemtype="http://schema.org/Product"] {
  padding-top: 45px;
}
.woocommerce.single-product #primary .entry-summary .posted_in,
.woocommerce-page.single-product #primary .entry-summary .posted_in {
  display: none;
}
.woocommerce.single-product #primary .entry-summary input,
.woocommerce-page.single-product #primary .entry-summary input,
.woocommerce.single-product #primary .entry-summary select,
.woocommerce-page.single-product #primary .entry-summary select {
  margin-bottom: 5px;
}
.woocommerce.single-product #primary .entry-summary .woocommerce-variation-description,
.woocommerce-page.single-product #primary .entry-summary .woocommerce-variation-description {
  display: none;
}
.woocommerce.single-product #primary .images,
.woocommerce-page.single-product #primary .images {
  padding-right: 5px;
}
.woocommerce.single-product #primary .images img,
.woocommerce-page.single-product #primary .images img {
  max-width: 100%;
}
.woocommerce.single-product #primary .images .woocommerce-main-image,
.woocommerce-page.single-product #primary .images .woocommerce-main-image {
  width: 85%;
  float: right;
  display: block;
  background: #fff;
  position: relative;
}
.woocommerce.single-product #primary .images .woocommerce-main-image img,
.woocommerce-page.single-product #primary .images .woocommerce-main-image img {
  margin: 0 auto;
}
.woocommerce.single-product #primary .images .woocommerce-main-image:after,
.woocommerce-page.single-product #primary .images .woocommerce-main-image:after {
  content: '';
  background: transparent url("images/icon-product-zoom.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.woocommerce.single-product #primary .images .thumbnails,
.woocommerce-page.single-product #primary .images .thumbnails {
  width: 15%;
  float: left;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.woocommerce.single-product #primary .images .thumbnails a,
.woocommerce-page.single-product #primary .images .thumbnails a {
  border: solid 1px #fff;
  display: block;
}
.woocommerce.single-product #primary .sku_wrapper,
.woocommerce-page.single-product #primary .sku_wrapper {
  display: none;
}
.woocommerce.single-product #primary .entry-summary,
.woocommerce-page.single-product #primary .entry-summary {
  padding-left: 5px;
}
.woocommerce.single-product #primary .entry-summary select,
.woocommerce-page.single-product #primary .entry-summary select {
  background-color: #dadada;
  border: none;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.woocommerce.single-product #primary .entry-summary .variations_form,
.woocommerce-page.single-product #primary .entry-summary .variations_form {
  float: left;
  padding-bottom: 35px;
}
.woocommerce.single-product #primary .entry-summary .variations_form:after,
.woocommerce-page.single-product #primary .entry-summary .variations_form:after,
.woocommerce.single-product #primary .entry-summary .variations_form:before,
.woocommerce-page.single-product #primary .entry-summary .variations_form:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.woocommerce.single-product #primary .entry-summary form.cart,
.woocommerce-page.single-product #primary .entry-summary form.cart {
  display: inline-block;
}
.woocommerce.single-product #primary .entry-summary .variations,
.woocommerce-page.single-product #primary .entry-summary .variations {
  position: relative;
}
.woocommerce.single-product #primary .entry-summary .variations tr,
.woocommerce-page.single-product #primary .entry-summary .variations tr {
  float: left;
}
.woocommerce.single-product #primary .entry-summary .variations tr td,
.woocommerce-page.single-product #primary .entry-summary .variations tr td {
  padding-right: 5px;
}
.woocommerce.single-product #primary .entry-summary .variations .reset_variations,
.woocommerce-page.single-product #primary .entry-summary .variations .reset_variations {
  position: absolute;
  bottom: 100%;
  right: 5px;
}
.woocommerce.single-product #primary .entry-summary .product-tags .product-tag,
.woocommerce-page.single-product #primary .entry-summary .product-tags .product-tag {
  margin-bottom: 6px;
}
.woocommerce.single-product #primary .entry-summary h1,
.woocommerce-page.single-product #primary .entry-summary h1 {
  font-size: 30px;
  font-family: 'UrbanoLightCondensed', sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  clear: both;
}
.woocommerce.single-product #primary .entry-summary div[itemprop="description"],
.woocommerce-page.single-product #primary .entry-summary div[itemprop="description"] {
  line-height: 2;
  padding-bottom: 3em;
}
.woocommerce.single-product #primary .entry-summary div[itemprop="description"],
.woocommerce-page.single-product #primary .entry-summary div[itemprop="description"],
.woocommerce.single-product #primary .entry-summary div[itemprop="description"] p,
.woocommerce-page.single-product #primary .entry-summary div[itemprop="description"] p {
  font-size: 18px;
}
.woocommerce.single-product #primary .entry-summary .amount,
.woocommerce-page.single-product #primary .entry-summary .amount {
  color: #7bc143;
  font-size: 36px;
}
.woocommerce.single-product #primary .entry-summary del,
.woocommerce-page.single-product #primary .entry-summary del {
  padding-right: 10px;
}
.woocommerce.single-product #primary .entry-summary del .amount,
.woocommerce-page.single-product #primary .entry-summary del .amount {
  color: #787878;
}
.woocommerce.single-product #primary .entry-summary .add-favorite,
.woocommerce-page.single-product #primary .entry-summary .add-favorite {
  /*border: solid 2px #dadada;
  width: 35px;
  height: 32px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: block;
  float: right;
  margin-left: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;*/
  display: none;
}

.woocommerce.single-product .woocommerce-product-details__short-description{
  /*font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;*/
  color: #2A2A2A;
}
.woocommerce.single-product .woocommerce-variation-add-to-cart.variations_button{
  margin-top: 20px;
}


.woocommerce.single-product #primary .entry-summary .add-favorite.is-favorite,
.woocommerce-page.single-product #primary .entry-summary .add-favorite.is-favorite {
  color: #7bc143;
}
.woocommerce.single-product #primary .entry-summary .single_variation_wrap,
.woocommerce-page.single-product #primary .entry-summary .single_variation_wrap {
  margin-right: 5px;
  position: relative;
}
.woocommerce.single-product #primary .entry-summary .stock,
.woocommerce-page.single-product #primary .entry-summary .stock {
  white-space: nowrap;
  text-transform: uppercase;
}
.woocommerce.single-product #primary .entry-summary .stock.out-of-stock,
.woocommerce-page.single-product #primary .entry-summary .stock.out-of-stock {
  color: #f00;
}
.woocommerce.single-product #primary .entry-summary .quantity,
.woocommerce-page.single-product #primary .entry-summary .quantity {
  display: inline-block;
}
.woocommerce.single-product #primary .entry-summary .quantity input,
.woocommerce-page.single-product #primary .entry-summary .quantity input {
  width: 45px;
  border: solid 2px #000;
  text-align: center;
  height: 32px;
  padding: 5px;
  font-size: 14px;
}
.woocommerce.single-product #primary .entry-summary .button,
.woocommerce-page.single-product #primary .entry-summary .button {
  width: 225px;
  height: 32px;
  padding: 5px 20px;
  font-size: 14px;
  font-family: 'UrbanoLightCondensed', sans-serif;
  margin: 0 0 20px;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  border: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .woocommerce.single-product #primary .images,
  .woocommerce-page.single-product #primary .images {
    width: 100%;
    float: none;
  }
  .woocommerce.single-product #primary .entry-summary,
  .woocommerce-page.single-product #primary .entry-summary {
    width: 100%;
    float: none;
  }
  .woocommerce.single-product #primary .entry-summary:after,
  .woocommerce-page.single-product #primary .entry-summary:after,
  .woocommerce.single-product #primary .entry-summary:before,
  .woocommerce-page.single-product #primary .entry-summary:before {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
.woocommerce.single-product #primary .was-woocommerce-tabs,
.woocommerce-page.single-product #primary .was-woocommerce-tabs {
  clear: both;
  padding-top: 20px;
}
.woocommerce.single-product #primary .was-woocommerce-tabs .tabs,
.woocommerce-page.single-product #primary .was-woocommerce-tabs .tabs {
  display: none;
}
.woocommerce.single-product #primary #comments,
.woocommerce-page.single-product #primary #comments,
.woocommerce.single-product #primary .upsells,
.woocommerce-page.single-product #primary .upsells,
.woocommerce.single-product #primary .wc-tab,
.woocommerce-page.single-product #primary .wc-tab {
  margin-top: 75px;
}
.woocommerce.single-product #primary #comments > h2:first-child,
.woocommerce-page.single-product #primary #comments > h2:first-child,
.woocommerce.single-product #primary .upsells > h2:first-child,
.woocommerce-page.single-product #primary .upsells > h2:first-child,
.woocommerce.single-product #primary .wc-tab > h2:first-child,
.woocommerce-page.single-product #primary .wc-tab > h2:first-child {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  padding-bottom: 5px;
}
.woocommerce.single-product #primary .wc-tab,
.woocommerce-page.single-product #primary .wc-tab {
  background: #f5f5f5;
  margin-left: 0px;
  margin-right: -10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  font-weight: 300;
}
.woocommerce.single-product #primary .wc-tab p,
.woocommerce-page.single-product #primary .wc-tab p {
  font-size: 16px;
}
.woocommerce.single-product #primary .wc-tab h6,
.woocommerce-page.single-product #primary .wc-tab h6 {
  font-weight: bold;
}
.woocommerce.single-product #primary .wc-tab > h2:first-child,
.woocommerce-page.single-product #primary .wc-tab > h2:first-child {
  background: #f2f2f2;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.woocommerce.single-product #primary h3,
.woocommerce-page.single-product #primary h3 {
  font-size: 16px;
}
.woocommerce.single-product #primary #comments > h2:first-child,
.woocommerce-page.single-product #primary #comments > h2:first-child {
  background: #f4f4f4;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.woocommerce.single-product #primary #review_form_wrapper label,
.woocommerce-page.single-product #primary #review_form_wrapper label {
  padding-top: 20px;
  display: block;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  font-size: 16px;
}
.woocommerce.single-product #primary .upsells,
.woocommerce-page.single-product #primary .upsells {
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce.single-product #primary .share,
.woocommerce-page.single-product #primary .share {
  float: left;
  clear: left;
  margin-left: 15%;
  margin-top: 10px;
}
.woocommerce.single-product #primary .share:before,
.woocommerce-page.single-product #primary .share:before {
  content: 'SHARE';
  font-family: 'UrbanoLightCondensed', sans-serif;
  float: left;
  line-height: 36px;
}
.woocommerce.single-product #primary .share a,
.woocommerce-page.single-product #primary .share a {
  color: #9f9f9f;
}
.woocommerce.single-product #primary .shop_attributes,
.woocommerce-page.single-product #primary .shop_attributes {
  width: 100%;
}
.woocommerce.single-product #primary .shop_attributes th,
.woocommerce-page.single-product #primary .shop_attributes th {
  width: 100%;
  display: block;
  padding-right: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #bcbcbc;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  padding-bottom: 2px;
}
.woocommerce.single-product #primary .shop_attributes th:after,
.woocommerce-page.single-product #primary .shop_attributes th:after {
  content: ':';
}
.woocommerce.single-product #primary .shop_attributes td,
.woocommerce-page.single-product #primary .shop_attributes td {
  display: block;
  margin-bottom: 20px;
}
.woocommerce.single-event #primary .thumbnails,
.woocommerce-page.single-event #primary .thumbnails {
  margin-left: -10px;
  margin-right: -10px;
}
.woocommerce.single-event #primary .thumbnails img,
.woocommerce-page.single-event #primary .thumbnails img {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce.single-event #primary .tab-content .share,
.woocommerce-page.single-event #primary .tab-content .share {
  margin-left: 0;
}
#primary section.related.products{
  margin-top: 10px;
}
#customer_login input {
  margin-bottom: 0;
}
#customer_login .button {
  margin-right: 20px;
}
.variations_button .button[disabled] {
  display: none!important;
}
#primary .stars {
  padding-bottom: 0;
}
#primary .stars a {
  font-size: 0;
  text-decoration: none;
  color: #000;
  padding-right: 10px;
}
#primary .stars a:after {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #primary .stars a:after {
    font-size: 16px;
  }
}
#primary .star-1:after {
  content: '\f006';
  font-family: FontAwesome, sans-serif;
}
#primary .star-1.active:after {
  content: '\f005';
}
#primary .star-2:after {
  content: '\f006\f006';
  font-family: FontAwesome, sans-serif;
}
#primary .star-2.active:after {
  content: '\f005\f005';
}
#primary .star-3:after {
  content: '\f006\f006\f006';
  font-family: FontAwesome, sans-serif;
}
#primary .star-3.active:after {
  content: '\f005\f005\f005';
}
#primary .star-4:after {
  content: '\f006\f006\f006\f006';
  font-family: FontAwesome, sans-serif;
}
#primary .star-4.active:after {
  content: '\f005\f005\f005\f005';
}
#primary .star-5:after {
  content: '\f006\f006\f006\f006\f006';
  font-family: FontAwesome, sans-serif;
}
#primary .star-5.active:after {
  content: '\f005\f005\f005\f005\f005';
}
#primary ol.commentlist {
  list-style-type: none;
  padding-left: 0;
}
#primary ol.commentlist img {
  margin-bottom: 10px;
}
#primary ol.commentlist li {
  border-bottom: solid 1px #fff;
}
#primary ol.commentlist ol {
  padding-left: 10px;
}
#primary .star-rating {
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  font-size: 0;
  position: relative;
}
#primary .star-rating strong {
  display: none;
}
#primary .star-rating:before {
  white-space: nowrap;
  content: '\f006\f006\f006\f006\f006';
  font-size: 20px;
}
#primary .star-rating span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#primary .star-rating span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  content: '\f005\f005\f005\f005\f005';
  font-size: 20px;
}
#primary #comments {
  font-size: 14px;
}
#primary #review_form label {
  font-weight: normal;
}
#primary #reply-title {
  font-size: 14px;
  font-family: 'UrbanoCondensed', sans-serif;
}
#primary .share {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
}
#primary .share a {
  text-decoration: none;
  font-size: 25px;
}
#primary .share li {
  display: block;
  float: left;
  padding: 7px 5px;
}
/** --------------- WOOCOMMERCE CHECKOUT START --------------- **/
#primary .checkout h3 {
  font-family: 'UrbanoBoldCondensed', sans-serif;
  margin: 20px 0 15px;
}
#primary .woocommerce-message {
  padding: 10px 0;
}
#primary .woocommerce-message .button {
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  #primary .woocommerce-message .button a {
    display: block;
  }
}
#primary .payment_method_authorize_net_cim_credit_card img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#primary ul.woocommerce-error,
#primary .woocommerce-message {
  list-style-type: none;
  border: solid 1px #dddddd;
  padding-left: 0;
  margin: 20px 0;
  padding-bottom: 0;
  position: relative;
}
#primary ul.woocommerce-error li,
#primary .woocommerce-message li,
#primary ul.woocommerce-error.woocommerce-message,
#primary .woocommerce-message.woocommerce-message {
  padding: 10px 10px 10px 60px;
  font-size: 18px;
}
#primary ul.woocommerce-error li:before,
#primary .woocommerce-message li:before,
#primary ul.woocommerce-error.woocommerce-message:before,
#primary .woocommerce-message.woocommerce-message:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '\f12a';
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 11px;
  top: 11px;
  bottom: 11px;
  width: 40px;
  text-align: center;
  background: #f17897;
  color: #fff;
  margin: -11px 11px -11px -11px;
  padding: 11px;
}
#primary ul.woocommerce-error li.woocommerce-message:before,
#primary .woocommerce-message li.woocommerce-message:before,
#primary ul.woocommerce-error.woocommerce-message.woocommerce-message:before,
#primary .woocommerce-message.woocommerce-message.woocommerce-message:before {
  background: #7bc143;
  content: '\f129';
}
#primary .addresses .title {
  background: #f4f4f4;
  color: #000;
  padding: 10px;
}
#primary .addresses .title h3 {
  display: inline-block;
}
#primary .addresses .title a {
  float: right;
  text-decoration: none;
}
#primary .addresses .title a:hover {
  text-decoration: underline;
}
#primary address {
  border: solid 1px #f4f4f4;
  padding: 10px;
  margin-bottom: 60px;
}
#primary #order_review_heading {
  max-width: 600px;
  margin: auto;
}
#primary .shop_table {
  width: 100%;
  margin-bottom: 20px;
}
#primary .shop_table thead th {
  background: #eee;
  color: #000;
  font-size: 18px;
  padding: 10px;
  text-align: left;
}
#primary .shop_table thead th.product-remove {
  width: 20px;
}
#primary .shop_table thead th.product-thumbnail {
  width: 130px;
}
#primary .shop_table.customer_details,
#primary .shop_table.order_details,
#primary .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  max-width: 600px;
}
#primary .shop_table.customer_details.product-name,
#primary .shop_table.order_details.product-name,
#primary .shop_table.woocommerce-checkout-review-order-table.product-name {
  width: auto;
}
#primary .shop_table.customer_details tfoot th,
#primary .shop_table.order_details tfoot th,
#primary .shop_table.woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
}
#primary .shop_table.customer_details th {
  white-space: nowrap;
}
#primary .shop_table.customer_details td {
  width: 100%;
}
#primary .shop_table.woocommerce-checkout-review-order-table {
  margin-left: auto;
  margin-right: auto;
}
#primary .shop_table td {
  padding: 10px;
}
#primary .shop_table tbody th,
#primary .shop_table tfoot th {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
#primary .shop_table tbody td,
#primary .shop_table tfoot td {
  border-bottom: solid 1px #dddddd;
}
#primary .shop_table tbody td.actions,
#primary .shop_table tfoot td.actions {
  border-bottom: none;
}
#primary .shop_table tbody td dl dt,
#primary .shop_table tfoot td dl dt {
  float: left;
  padding-right: 0.5em;
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
#primary .shop_table tr.odd td,
#primary .shop_table tr.odd th {
  background: #f4f4f4;
}
#primary .shop_table .cart_item td {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #primary .shop_table .cart_item td.product-quantity {
    padding-left: 0;
    padding-right: 0;
  }
}
#primary .shop_table .cart_item .product-remove a {
  font-size: 0;
  text-decoration: none;
}
#primary .shop_table .cart_item .product-remove a:before {
  font-family: FontAwesome, sans-serif;
  content: '\f00d';
  font-size: 25px;
}
#primary .shop_table .cart_item .product-thumbnail a {
  max-width: 128px;
  display: block;
}
#primary .shop_table .cart_item .product-thumbnail a img {
  max-width: 100%;
}
#primary .shop_table .cart_item .product-name {
  font-size: 16px;
}
#primary .shop_table .cart_item .product-quantity input {
  max-width: 100px;
}
#primary .shop_table .cart_item p {
  padding-bottom: 0;
}
#primary .shop_table .cart_item td {
  vertical-align: middle;
}
#primary .shop_table .actions {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
#primary .shop_table .actions input {
  width: auto;
}
#primary .shop_table .actions .coupon {
  display: inline;
}
#primary .shop_table input[type=submit] {
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  margin: 5px 0;
}
#primary .cart-collaterals {
  margin-bottom: 100px;
}
#primary .cart-collaterals:after,
#primary .cart-collaterals:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#primary .cart-collaterals .cross-sells {
  float: left;
  width: 66.66666667%;
  text-align: center;
  overflow: hidden;
}
#primary .cart-collaterals .cross-sells ul.products {
  border-bottom: none;
}
#primary .cart-collaterals .cross-sells ul.products li {
  float: none;
  display: inline-block;
}
#primary .cart-collaterals .cart_totals {
  width: 33.33333333%;
  float: right;
  font-size: 16px;
}
#primary .cart-collaterals .cart_totals table {
  width: 100%;
}
#primary .cart-collaterals .cart_totals th {
  width: 33.33333333%;
  background: #fff;
  color: #000;
}
#primary .cart-collaterals .cart_totals td {
  width: 66.66666667%;
}
#primary .cart-collaterals .cart_totals td,
#primary .cart-collaterals .cart_totals th {
  text-align: right;
}
#primary .cart-collaterals .cart_totals .amount {
  color: #7bc143;
}
#primary .cart-collaterals .cart_totals td,
#primary .cart-collaterals .cart_totals th {
  border-bottom: solid 1px #dddddd;
  padding: 10px;
  background: #fff;
  color: #000;
}
#primary .cart-collaterals .cart_totals .shipping td > p {
  display: none;
}
#primary .cart-collaterals .cart_totals .button {
  display: block;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  #primary table.shop_table_responsive {
    display: block;
  }
  #primary table.shop_table_responsive thead {
    display: none;
  }
  #primary table.shop_table_responsive tbody {
    display: block;
  }
  #primary table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  #primary table.shop_table_responsive tbody th {
    display: none;
  }
  #primary table.shop_table_responsive tr {
    display: block;
  }
  #primary table.shop_table_responsive tr td {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right !important;
  }
  #primary table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  #primary table.shop_table_responsive tr td.order-actions a {
    margin-left: 10px;
  }
  #primary table.shop_table_responsive tr td:before {
    content: attr(data-title) ': ';
    font-weight: 700;
    float: left;
  }
  #primary table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  #primary table.shop_table_responsive tr td.product-thumbnail:before {
    content: none;
  }
  #primary table.shop_table_responsive tr td.actions,
  #primary table.shop_table_responsive tr td.product-remove {
    text-align: left!important;
  }
  #primary table.shop_table_responsive tr td.actions:before,
  #primary table.shop_table_responsive tr td.product-remove:before {
    display: none;
  }
  #primary table.shop_table_responsive tr td.product-remove {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center!important;
  }
  #primary table.shop_table_responsive tr td.product-remove a:before {
    vertical-align: middle;
  }
  #primary table.shop_table_responsive tr td.product-remove a:after {
    content: 'REMOVE';
    padding-left: 10px;
    padding-top: 2px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
  }
  #primary table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  #primary table.shop_table_responsive .actions {
    padding-left: 0;
  }
  #primary .cart-collaterals .cart_totals,
  #primary .cart-collaterals .cross-sells {
    width: 100%;
  }
  #primary .cart-collaterals .cart_totals td,
  #primary .cart-collaterals .cross-sells td {
    width: auto;
  }
}
#primary .woocommerce-checkout .col2-set:after,
#primary .woocommerce-checkout .col2-set:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#primary .woocommerce-checkout .col2-set > div {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #primary .woocommerce-checkout .col2-set > div {
    width: 100%;
  }
}
#primary .select2-choice {
  padding: 10px;
  font-size: 18px;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
#primary #order_review_heading {
  margin-top: 50px;
  padding-bottom: 15px;
}
#primary ul.payment_methods {
  margin: 20px auto;
  width: 50%;
  padding-left: 0;
  list-style-type: none;
}
#primary ul.payment_methods li {
  padding: 10px;
  margin: 10px 0;
  border-bottom: solid 1px #dddddd;
}
#primary ul.payment_methods li:before {
  display: none;
}
#primary ul.payment_methods li label {
  font-size: 20px;
}
#primary ul.payment_methods li .payment_box {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #primary ul.payment_methods {
    width: 100%;
  }
}
/** --------------- WOOCOMMERCE MY ACCOUNT BEGIN --------------- **/
form.edit-account {
  margin: 0 -10px;
}
form.edit-account fieldset {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
form.edit-account fieldset legend {
  display: none;
}
form.edit-account .button {
  margin-left: 10px;
}
/** --------------- WOOCOMMERCE MY ACCOUNT END --------------- **/
/** --------------- WOOCOMMERCE CHECKOUT END --------------- **/
#primary p.form-row {
  padding-bottom: 0;
}
#primary p.form-row .select2-container {
  margin-bottom: 20px;
}
#billing_company_field,
#shipping_company_field {
  display: none;
}
.place-order {
  text-align: right;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .place-order {
    width: 100%;
  }
  .place-order #place_order {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .col2-set {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col2-set > .col-2,
  .col2-set > .col-1 {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .col3-set {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col3-set > .col-2,
  .col3-set > .col-3,
  .col3-set > .col-1 {
    width: 33.33333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
/* --------------- WOOCOMMERCE END --------------- */
/* --------------- RETAILERS START --------------- */
#location-search {
  background: #ebebeb;
  padding: 10px 0;
}
#location-search label {
  color: #7bc143;
}
#location-search input,
#location-search select {
  border: none;
  font-size: 14px;
}
#location-search .location-search-form [class^="grid-"],
#primary .location-search-form [class^="grid-"] {
  padding-left: 0;
  padding-right: 10px;
}
#location-search .location-search-form label,
#primary .location-search-form label {
  margin-bottom: 5px;
  display: block;
}
#location-search .location-search-form .button,
#primary .location-search-form .button {
  font-size: 14px;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  font-family: 'UrbanoLightCondensed', sans-serif;
  letter-spacing: 0.05em;
  padding: 10px;
  margin-top: 36px;
}
#primary #location-search-results {
  padding-bottom: 100px;
}
#primary #location-search-results:after,
#primary #location-search-results:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#primary .ipso-map {
  height: 100%;
  width: 100%;
}
#primary .results-summary {
  color: #999999;
  padding-top: 10px;
}
#primary .results-header {
  border-bottom: solid 1px #ececec;
  padding-bottom: 5px;
  padding-top: 20px;
  color: #5f5f5f;
}
#primary .results-header h2 {
  font-size: 18px;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  text-transform: uppercase;
  color: #7bc143;
}
#primary .map {
  padding: 15px;
  border-left: solid 1px #ececec;
  height: 580px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#primary .result-list {
  margin-left: 1px;
  margin-right: -1px;
  padding-top: 20px;
  border-right: solid 1px #ececec;
  max-height: 580px;
  overflow: auto;
}
#primary .result-list ol {
  list-style-type: none;
  padding-left: 0;
}
#primary .result-list ol li {
  border-bottom: solid 1px #ececec;
  margin-bottom: 20px;
}
#primary .result-list ol li img {
  margin-bottom: 15px;
}
#primary .result-list ol li .address-info {
  background: transparent url("images/icon-map-marker.png") no-repeat 0 0;
  padding-left: 30px;
  padding-top: 5px;
}
#primary .result-list ol li .address-info h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
#primary .result-list ol li .address-info h3 a {
  color: #000;
  text-decoration: none;
}
#primary .result-list ol li .distance {
  display: none;
}
/* --------------- RETAILERS END --------------- */
/* --------------- PAGE SPECIFIC START --------------- */
body.home #page {
  background: #f4f4f4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}
.taxonomy-header {
  background: #fff;
}
.taxonomy-header .taxonomy-nav {
  background: #f4f4f4;
  text-align: center;
  margin-bottom: 40px;
}
.taxonomy-header .taxonomy-nav li {
  display: inline-block;
  padding: 15px 0;
}
.taxonomy-header .taxonomy-nav li a {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  color: #7c7c7c;
  text-decoration: none;
  border-right: solid 1px #000;
  padding: 0 15px;
}
.taxonomy-header .taxonomy-nav li a.current {
  color: #7bc143;
}
.taxonomy-header .taxonomy-nav li:last-child a {
  border-right: none;
}
.taxonomy-header .taxonomy-header-content {
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 1.72222222;
}
.taxonomy-header .taxonomy-header-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
#primary .taxonomy-sub-list {
  float: right;
  list-style-type: none;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 38px;
}
#primary .taxonomy-sub-list li {
  border-left: solid 1px #000;
  float: left;
  display: block;
  padding: 0 10px;
}
#primary .taxonomy-sub-list li:first-child {
  border-left: none;
}
#primary .taxonomy-sub-list a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  display: block;
}
#primary .taxonomy-sub-list a:hover {
  color: #7bc143;
}
.primary-list .grid-row {
  margin-left: -10px;
  margin-right: -10px;
}
.primary-list select {
  background-color: transparent;
  border: none;
  width: auto;
}
.primary-list form {
  padding-top: 26px;
  float: left;
}
.primary-list .tag {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.primary-list .tag span:after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 20px;
}
.primary-list .tag:hover span:after {
  color: #a00;
}
.primary-list #primary {
  background-color: #f4f4f4;
}
.primary-list #primary h1 {
  font-size: 30px;
  font-family: 'UrbanoLightCondensed', sans-serif;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc;
  padding: 30px 0 10px;
  margin-bottom: 20px;
}
.primary-list #primary h1 a {
  color: #000;
  text-decoration: none;
}
.primary-list #primary .event-location-date {
  color: #7bc143;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.primary-list #primary .event-description {
  font-size: 16px;
  font-family: 'UrbanoLightCondensed', sans-serif;
  line-height: 1.72222222;
}
#primary .info-block {
  text-decoration: none;
  color: #505050;
  margin-bottom: 40px;
}
#primary .info-block:nth-child(3n+1) {
  clear: left;
}
#primary .info-block img {
  display: block;
  width: 100%;
  height: auto;
}
#primary .info-block .info {
  display: block;
  background-color: #fff;
  padding: 15px 20px;
}
#primary .info-block .info .button {
  font-size: 14px;
  padding: 7px;
  display: block;
}
#primary .info-block .title {
  font-size: 24px;
  line-height: 1.29166667;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.people {
  padding-bottom: 40px;
}
.people h1 {
  display: none;
}
.people h2 {
  padding-top: 20px;
}
body.single-person #the-person .person-full {
  margin-bottom: 40px;
  background: #fff;
}
body.single-person #the-person .person-full:after,
body.single-person #the-person .person-full:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body.single-person #the-person .person-full header dl {
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.single-person #the-person .person-full header dl dt {
  font-family: 'UrbanoLightCondensed', sans-serif;
}
body.single-person #the-person .person-full header dl dd {
  color: #7bc143;
}
body.single-person #the-person .person-full .follow {
  padding: 20px 15px;
  background: #000;
  margin-bottom: 20px;
  color: #fff;
}
body.single-person #the-person .person-full .follow ul {
  padding-bottom: 0;
}
body.single-person #the-person .person-full .follow figcaption {
  max-width: 70%;
  margin: auto;
}
body.single-person #the-person .person-full .follow h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
body.single-person #the-person .person-full section {
  margin-bottom: 2em;
}
body.single-person #the-person .person-full section.bio {
  margin-bottom: 0;
}
body.single-person #the-person .person-full h2 {
  margin-bottom: 0.5em;
}
body.single-person #the-person .person-full .social {
  position: relative;
  padding-left: 15px;
  margin-left: 60px;
  list-style-type: none;
  border-left: solid 1px #6e6e6e;
}
body.single-person #the-person .person-full .social:before {
  content: '';
  background: transparent url("images/logo-adrenaline-shield.png") no-repeat 0 0;
  width: 37px;
  height: 43px;
  position: absolute;
  left: -60px;
  top: -4px;
}
body.single-person #the-person .person-full .social:after {
  content: '';
  clear: both;
  font-size: 0;
  overflow: hidden;
  height: 0;
  display: block;
}
body.single-person #the-person .person-full .social li {
  display: block;
  float: left;
  margin: 5px;
}
body.single-person #the-person .person-full .social li a {
  width: 23px;
  height: 23px;
  text-align: center;
  display: block;
  background: #363636;
  text-decoration: none;
  border: solid 1px #5e5e5e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.single-person #the-person .person-full .social li a:before {
  vertical-align: top;
  color: #5e5e5e;
  line-height: 23px;
  font-size: 16px;
}
body.single-person #the-person .person-full .social li a:hover:before {
  color: #fff;
}
body.single-person #the-person .person-full .person-details {
  font-size: 18px;
}
body.single-person #the-person .person-full .person-details h1 {
  font-size: 48px;
  color: #505050;
  font-family: 'UrbanoExtraCondensed', sans-serif;
  border-bottom: none;
  margin-bottom: 5px;
}
body.single-person #the-person .person-full .accolades ul {
  color: #7bc143;
  font-family: 'UrbanoLightCondensed', sans-serif;
  list-style-type: disc;
  padding-left: 20px;
}
body.single-person #the-person .person-full .accolades ul li {
  padding-bottom: 0.5em;
}
#primary .info-block dl {
  text-transform: uppercase;
}
#primary .info-block dl,
#the-person .person-details dl {
  font-size: 18px;
  font-family: 'UrbanoLightCondensed', sans-serif;
  margin-bottom: 15px;
}
#primary .info-block dl dt,
#the-person .person-details dl dt {
  float: left;
}
#primary .info-block dl dt:after,
#the-person .person-details dl dt:after {
  content: ':';
  margin-right: 4px;
}
#the-person .person-details dt {
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
#the-person .box {
  background: #f4f4f4;
  padding: 20px 10px;
  margin-bottom: 20px;
}
#the-person .box:after,
#the-person .box:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#the-person .box h3 {
  padding: 0 10px;
}
#the-person .box figure {
  display: block;
  float: left;
  width: 50%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#the-person .box figure a {
  display: block;
  width: 100%;
  padding-top: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
body.single-event .event-details {
  background-color: #f4f4f4;
  padding: 20px 25px;
  margin-right: 10px;
}
body.single-event .event-details h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  margin-bottom: 1em;
}
body.single-event .event-details,
body.single-event .tab-content {
  font-size: 18px;
}
body.single-event .event-details dl,
body.single-event .tab-content dl {
  line-height: 1.27777778;
}
body.single-event .event-details dl dt,
body.single-event .tab-content dl dt {
  text-transform: uppercase;
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
body.single-event .event-details dl dd,
body.single-event .tab-content dl dd {
  margin-bottom: 0.5em;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
body.single-event .event-description h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
body.single-event .event-description .event-categories {
  font-size: 24px;
  color: #7bc143;
  text-transform: uppercase;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
body.single-event .event-description .event-categories a {
  text-decoration: none;
  padding: 0 4px;
}
body.single-event .event-description section {
  font-size: 18px;
  padding: 30px 0;
  line-height: 1.72222222;
}
.woocommerce-password-strength {
  position: relative;
  top: -20px;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  color: #fff;
  padding: 4px 15px;
  display: block;
}
.woocommerce-password-strength.short {
  background-color: #a00;
}
.woocommerce-password-strength.bad {
  background-color: orange;
}
.woocommerce-password-strength.good {
  background-color: #72aa43;
}
.woocommerce-password-strength.strong {
  background-color: #507f2b;
}
.infoform {
	padding-top: 15px;
	margin-top: 20px;
	font-size: 35px;
	border-top: 1px black solid;
}
.registration-options {padding-bottom: 20px;}
#primary .registration-cart table,
#primary .registration-options table {
  border: solid 1px #dddddd;
  margin-bottom: 10px;
  width: 100%;
}
#primary .registration-cart table th,
#primary .registration-options table th {
  text-transform: uppercase;
  padding: 10px;
  font-size: 18px;
  background: #dddddd;
}
#primary .registration-cart table td,
#primary .registration-options table td {
  padding: 5px 10px;
  text-align: center;
  border-bottom: dotted 1px #dddddd;
  font-size: 18px;
}
#primary .registration-cart table input,
#primary .registration-options table input {
  font-size: 14px;
  margin-bottom: 0;
  width: 60px;
}
#primary .registration-cart table .button,
#primary .registration-options table .button {
  cursor: pointer;
}
#primary .registration-cart table tbody tr:hover td,
#primary .registration-options table tbody tr:hover td {
  color: #7bc143;
}
#primary .registration-cart form.loading,
#primary .registration-options form.loading {
  opacity: 0.5;
}
#primary .registration-options .button.small {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#primary .registration-cart {
  margin-bottom: 100px;
}
#primary .checkout-actions {
  padding: 20px 0;
}
body.archive .post-like,
body.blog .post-like,
body.search-results .post-like,
body.single-post .post-like {
  background: #f4f4f4;
  padding-top: 40px;
}
body.archive .grid,
body.blog .grid,
body.search-results .grid {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  body.archive .grid,
  body.blog .grid,
  body.search-results .grid {
    margin-right: -20px;
  }
}
body.archive .post-block,
body.blog .post-block,
body.search-results .post-block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
body.archive .post-block a,
body.blog .post-block a,
body.search-results .post-block a {
  display: block;
  border: solid 1px transparent;
}
body.archive .post-block a:hover,
body.blog .post-block a:hover,
body.search-results .post-block a:hover {
  border-color: #9df156;
}
body.archive .post-intro,
body.blog .post-intro,
body.search-results .post-intro {
  background: #f0f0f0;
  text-decoration: none;
}
body.archive .post-intro:hover,
body.blog .post-intro:hover,
body.search-results .post-intro:hover {
  background: #fff;
}
body.archive .post-intro img,
body.blog .post-intro img,
body.search-results .post-intro img {
  max-width: 100%;
  width: 360px;
  margin: 0 auto;
}
body.archive .post-intro h2,
body.blog .post-intro h2,
body.search-results .post-intro h2 {
  font-size: 24px;
}
body.archive .post-intro .intro-content,
body.blog .post-intro .intro-content,
body.search-results .post-intro .intro-content {
  display: block;
  color: #505050;
  background: #fff;
  font-size: 14px;
  padding: 30px 20px 0;
}
body.single-post h1 {
  margin-bottom: 5px;
}
body.single-post h2.terms {
  margin-bottom: 20px;
}
body.single-post h2.terms a {
  text-decoration: none;
}
body.single-post h2.terms a:hover {
  color: #507f2b;
}
body.single-post h2.terms a:after {
  content: '//';
  padding: 0 4px;
}
body.single-post h2.terms a:last-child:after {
  content: none;
}
body.single-post .post {
  background: #fff;
  padding: 30px;
}
.view-more-button {
  padding: 5px 30px;
  margin-bottom: 60px;
}
.nav-links {
  text-align: center;
}
.nav-links:after,
.nav-links:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.nav-links div {
  display: inline-block;
}
.nav-links .nav-previous {
  float: right;
}
.nav-links .nav-next {
  float: left;
}
.nav-links a {
  padding: 5px 30px;
  margin: 10px 20px;
  background: #7bc143;
  display: block;
  color: #fff;
  text-trans
	: uppercase;
  font-size: 14px;
  text-decoration: none;
}




/* ----- NEW TEAM GEAR PAGE ----- */
#primary.team-gear-page-template{
  font-family: 'Open Sans', sans-serif;
}
#primary.team-gear-page-template h2{
  font-weight: 500;
  text-transform: none;
  color: #7bc143;
  font-size: 40px;
  margin-bottom: 10px;
}
#primary.team-gear-page-template p{
  font-size: 17px;
  line-height: 1.5;
}

.team-gear-main-content .intro-and-video{
  margin: 40px 0 60px 0;
  padding: 0 20px;
}
.team-gear-main-content .intro-text{
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
#primary .team-gear-main-content h1.intro-headline{
  max-width: 340px;
  margin-bottom: 20px;
  font-family: 'UrbanoLightCondensed', sans-serif;
  font-size: 70px;
  line-height: .85;
  font-weight: 500;
  text-transform: none !important;
  color: #7bc143;
}
.team-gear-main-content .top-video{
  display: inline-block;
  width: 58%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.team-gear-main-content .top-video iframe{
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 10px 10px 0px #7bc143;
}
.team-gear-main-content .top-video iframe:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid green;
}



.team-gear-main-content .copy-section{
  text-align: center;
  max-width: 800px;
  margin: 50px auto;
}
.team-gear-main-content .copy-section p{
  text-align: left;
}


.team-gear-main-content .galleries-nav{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.team-gear-main-content .galleries-nav a{
  width: 25%;
  flex-basis: 25%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-color: #7bc143;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'UrbanoLightCondensed', sans-serif;
  font-size: 30px;
  padding: 130px 10px 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.team-gear-main-content .galleries-nav a.active{
  background-color: #000 !important;
}
.team-gear-main-content .galleries-nav a:hover{
  background-color: #5BA021;
}
.team-gear-main-content .galleries-nav a.uniforms-btn{
  background-image: url('img/gear-icon-uniforms.png');
}
.team-gear-main-content .galleries-nav a.apparel-btn{
  background-image: url('img/gear-icon-apparel.png');
}
.team-gear-main-content .galleries-nav a.bags-btn{
  background-image: url('img/gear-icon-bags.png');
}
.team-gear-main-content .galleries-nav a.socks-btn{
  background-image: url('img/gear-icon-socks.png');
}

.team-gear-main-content .photo-gallery{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.team-gear-main-content .photo-gallery.active{
  visibility: visible;
  height: auto;
}


.team-gear-main-content .team-stores-section,
.team-gear-main-content .events-gear-section{
  position: relative;
  text-align: right;
  margin: 90px 0 70px 0;
}
.team-gear-main-content .team-stores-copy,
.team-gear-main-content .events-gear-copy{
  padding: 25px;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  box-shadow: -1px 1px 25px rgba(0,0,0,.2);
  width: 50%;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
.team-gear-main-content .team-stores-image,
.team-gear-main-content .events-gear-image{
  display: inline-block !important;
  width: 55%;
}

.team-gear-main-content .events-gear-section{
  text-align: left;
}
.team-gear-main-content .events-gear-copy{
  right: 0;
  left: auto;
}


.team-logos-section{
  margin-top: 60px;
  padding: 0 2%;
}
.team-logos-section h2{
  text-align: center;
}
#primary .team-logos-section .gallery-container{
  margin-top: 15px;
}
#primary .team-logos-section .gallery-container .gallery .gallery-item img{
    max-width: 35%;
    margin: 5px auto;
}

.team-gear-bottom{
  text-align: center;
  padding: 45px 0 70px 0;
}
#primary.team-gear-page-template .team-gear-bottom img{
  display: block;
  width: 70%;
  max-width: 170px;
  margin: 20px auto;
  border-radius: 50%;
}
#primary.team-gear-page-template .team-gear-bottom p{
  max-width: 600px;
  margin: 20px auto;
  font-size: 24px;
  line-height: 1.3;
}


#team-gear-overlay, #catalog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255,255,255,.95);
  overflow-y:scroll; 
}
.overlay-container{
  width: 90%;
  max-width: 700px;
  margin: 5% auto;
}

.catalog-overlay-container{
  width: 90%;
  margin: 5% auto;
}

body.fixed{
  /*position: fixed;*/
  overflow: hidden;
}
.overlay-container button.close-overlay, .catalog-overlay-container button.close-overlay {
  -webkit-appearance: none;
  border: none;
  outline: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 2%;
  right: 2%;
  background: rgba(200,200,200,.3);
}
#team-gear-overlay .gform_description{
  text-align: center;
  margin: 30px auto;
  display: block;
  width: 98%;
  max-width: 540px;
  font-size: 44px;
  line-height: 1;
}
#team-gear-overlay form{
  font-size: 17px;
}
body #team-gear-overlay .gform_wrapper .top_label div.ginput_container{
  margin-top: 1px;
}
#team-gear-overlay form input[type="checkbox"] {
    display: none;
}
#team-gear-overlay form input[type="checkbox"] + label {
    cursor: pointer;
}
#team-gear-overlay form input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 19% 10%;
  font-size: 17px;
  line-height: 1;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0,0,0,.4);
  text-align: center;
  border: 1px solid #4D4D4D;
  margin: 0px 5px 5px 0;
  transition: all .2s;
}
#team-gear-overlay form input[type=checkbox][value=Uniforms] + label{
  background-image: url('img/uniforms-checkbox.jpg');
}
#team-gear-overlay form input[type=checkbox][value=Apparel] + label{
  background-image: url('img/apparel-checkbox.jpg');
}
#team-gear-overlay form input[type=checkbox][value=Socks] + label{
  background-image: url('img/socks-checkbox.jpg');
}
#team-gear-overlay form input[type=checkbox][value=Bags] + label{
  background-image: url('img/bags-checkbox.jpg');
}
#team-gear-overlay form input[type=checkbox][value="Events + Gear"] + label{
  background-image: url('img/events-gear-checkbox.jpg');
}
#team-gear-overlay form input[type="checkbox"]:checked + label {
  border-color: #7bc143;
  text-shadow: 0px 0px 8px rgba(0,0,0,.6);
  transition: all .2s;
  box-shadow: 0px 0px 8px #7bc143;
}
#team-gear-overlay form input[type="checkbox"]:checked + label:after{
  content: '\2713';
  display: block;
  text-shadow: 0px 0px 8px rgba(0,0,0,.6);
  font-size: 24px;
  position: absolute;
  top: 3px;
  right: 5px;
}
#team-gear-overlay form .ginput_container_checkbox li{
  display: inline-block;
  width: 20%;
  padding: 2px !important;
  margin: 0;
}




@media screen and (max-width: 1024px) {

  
  #primary .team-logos-section .gallery-container .gallery .gallery-item img{
    max-width: 45%;
  }

}

@media screen and (max-width: 767px) {

  #primary .team-gear-main-content .button{
    font-size: 17px;
    padding: 7px 17px;
  }
  .team-gear-main-content .intro-text,
  .team-gear-main-content .top-video{
    display: block;
    width: 100%;
    margin: 40px 0;
  }

  .team-gear-main-content .team-stores-copy,
  .team-gear-main-content .team-stores-image,
  .team-gear-main-content .events-gear-copy,
  .team-gear-main-content .events-gear-image{
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
    box-shadow: none;
    padding: 10px 0;
    text-align: center;
  }
  .team-gear-main-content .team-stores-section{
    margin: 5px 0;
  }

  .team-logos-section{
    padding: 0 4%;
    margin-top: 40px;
  }
  #primary .team-logos-section .gallery-container .gallery .gallery-item img{
    max-width: 60%;
  }

  #team-gear-overlay form .ginput_container_checkbox li{
    width: 30%;
  }

}
@media screen and (max-width: 480px) {

  
  #primary.team-gear-page-template .gallery-container{
    margin-top: 5px;
    padding: 2% 3%;
  }

  #primary .team-logos-section .gallery-container .gallery .gallery-item img{
    max-width: 65%;
  }

  .team-gear-main-content .galleries-nav{
    flex-wrap: wrap;
  }
  .team-gear-main-content .galleries-nav a{
    width: 50%;
    flex-basis: 50%;
    background-size: auto 40%;
    background-position: center top 10px;
    padding: 80px 5px 5px;
    font-size: 28px;
  }


  body.fixed{
    position: static;
    overflow: hidden;
  }

  #team-gear-overlay form .ginput_container_checkbox li{
    width: 47%;
  }

}






/* --------------- PAGE SPECIFIC END --------------- */
#dialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999;
}
#dialog-overlay legend {
  font-size: 18px;
  background: #fff;
  border: solid 1px #7bc143;
  padding: 5px 10px 2px;
  text-transform: uppercase;
  font-weight: bold;
}
#dialog-overlay fieldset {
  border: solid 1px #7bc143;
  padding: 5px;
  margin-bottom: 10px;
  clear: both;
}
#dialog-overlay .fa {
  font-size: 24px;
  vertical-align: middle;
  margin: 5px;
}
#dialog-overlay a.fa {
  cursor: pointer;
}
#dialog-overlay .tooltip-trigger {
  position: relative;
  z-index: 99;
}
#dialog-overlay .tooltip {
  position: absolute;
  font-size: 14px;
  color: #000;
  -webkit-border-radius: 4px 4px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 4px 4px 4px 4px;
  background-clip: padding-box;
  border: solid 1px #787878;
  width: 300px;
  background: #fff;
  padding: 10px;
  top: 100%;
  z-index: 100;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
#dialog-overlay .dialog-wrapper {
  position: absolute;
  top: 30px;
  bottom: 30px;
  padding-bottom: 30px;
  width: 320px;
  margin-left: -160px;
  left: 50%;
  border: solid 1px #000;
  overflow: hidden;
  background: #dedede;
}
#dialog-overlay .dialog-wrapper .close-button {
  font-size: 20px;
  color: #7bc143;
  position: absolute;
  right: 4px;
  top: 4px;
}
#dialog-overlay .dialog-wrapper .required {
  padding: 0 5px;
}
#dialog-overlay .dialog-wrapper .version-history:after,
#dialog-overlay .dialog-wrapper .version-history:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#dialog-overlay .dialog-wrapper .version-history h2 {
  font-size: 18px;
  border-bottom: solid 1px #7bc143;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}
#dialog-overlay .dialog-wrapper .version-history .version-date {
  color: #7bc143;
  cursor: pointer;
}
#dialog-overlay .dialog-wrapper .version-history .version-date:hover {
  text-decoration: underline;
}
#dialog-overlay .dialog-wrapper .version-history ol {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#dialog-overlay .dialog-wrapper .version-history h2.shown + ol {
  display: block;
  opacity: 1;
  margin-bottom: 10px;
  max-height: none;
}
@media screen and (min-width: 1024px) {
  #dialog-overlay .dialog-wrapper {
    margin-left: -480px;
    width: 960px;
  }
  #dialog-overlay .dialog-wrapper .form-fields {
    margin-left: -2px;
    margin-right: -2px;
  }
  #dialog-overlay .dialog-wrapper .form-field {
    width: 33.33333333%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2px;
    padding-left: 2px;
  }
  #dialog-overlay .dialog-wrapper .form-field:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #dialog-overlay .dialog-wrapper {
    margin-left: -320px;
    width: 640px;
  }
  #dialog-overlay .dialog-wrapper .form-fields {
    margin-left: -2px;
    margin-right: -2px;
  }
  #dialog-overlay .dialog-wrapper .form-field {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2px;
    padding-left: 2px;
  }
  #dialog-overlay .dialog-wrapper .form-field:nth-of-type(2n+1) {
    clear: left;
  }
}
#dialog-overlay .close-button {
  cursor: pointer;
}
#dialog-overlay .content-wrapper {
  background: #ffffff;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
}
#dialog-overlay .button {
  background: #7bc143;
  color: #fff;
  padding: 5px 10px;
  margin: 3px;
  text-decoration: none;
}
#dialog-overlay .event-options {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#dialog-overlay .actions {
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  border-top: solid 1px #dedede;
}
#dialog-overlay .actions .button {
  display: inline-block;
}
.admin-bar #dialog-overlay {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #dialog-overlay {
    top: 48px;
  }
}
#colophon {
  background: #000;
}
#colophon #footer {
  color: #fff;
}
#colophon #footer .footer-top {
  border-bottom: solid 1px #3b3b3b;
  margin: 0 8px 25px;
  padding: 25px 0 20px;
}
#colophon #footer .footer-top img {
  margin-left: -8px;
}
#colophon #footer .footer-widgets:after,
#colophon #footer .footer-widgets:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#colophon #footer .footer-widgets a,
#colophon #footer .footer-widgets h3.widget-title {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 36px;
}
#colophon #footer .footer-widgets .secondary a {
  font-size: 14px;
  text-transform: none;
  color: #828282;
  line-height: 24px;
}
#colophon #footer .footer-widgets .menu-item-has-children > a:before {
  content: '\f067';
  font-family: FontAwesome;
  color: #7bc143;
  padding-right: 5px;
}
#colophon #footer .footer-widgets .menu-item-has-children > ul {
  padding-left: 20px;
  display: none;
}
#colophon #footer .footer-widgets .menu-item-has-children > ul a {
  color: #828282;
}
#colophon #footer #footer_legal {
  margin: 65px 8px 0;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: solid 1px #3b3b3b;
  color: #898989;
  font-size: 14px;
  font-family: 'UrbanoLightCondensed', sans-serif;
}
#colophon #footer #footer_legal a {
  color: #898989;
  text-decoration: none;
}
#colophon #footer #footer_legal a:hover {
  text-decoration: underline;
}
#colophon #footer #footer_legal .ipso {
  margin-left: 30px;
}
#colophon #footer #footer_legal .ipso a {
  background: transparent url("images/ipso-logo-white.png") no-repeat 0 0;
  width: 32px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  #colophon #footer #footer_legal .ipso {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #colophon .widget_nav_menu {
    float: left;
    width: 195px;
  }
}
#colophon form {
  position: relative;
  padding-right: 42px;
}
#colophon form input {
  background: #363636;
  padding: 5px 10px 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  border-color: #707070;
  color: #fff;
}
#colophon form .fa-plus {
  right: 0;
  height: 33px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  line-height: 33px;
  background: #fff;
  color: #7bc143;
  border: solid 1px #707070;
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
}
#colophon form .fa-plus:before {
  display: block;
  font-size: 16px;
}
#colophon form .fa-plus input {
  cursor: pointer;
  background: transparent;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colophon form .fa-plus input:hover {
  background: rgba(0, 0, 0, 0.2);
}
#colophon .inline-menu {
  border-left: solid 1px #6e6e6e;
  margin-left: 20px;
  padding-left: 10px;
  display: block;
  float: left;
}
#colophon .inline-menu li {
  display: block;
  float: left;
  margin: 5px;
}
#colophon .inline-menu li a {
  width: 23px;
  height: 23px;
  text-align: center;
  display: block;
  background: #363636;
  text-decoration: none;
  border: solid 1px #5e5e5e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#colophon .inline-menu li a:before {
  vertical-align: top;
  color: #5e5e5e;
  line-height: 23px;
  font-size: 16px;
}
#colophon .inline-menu li a:hover:before {
  color: #fff;
}
#colophon #footer_links {
  background: #000;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 30px;
}
#colophon #footer_links img {
  margin: 0 45px;
  vertical-align: middle;
}
body.mobile .iframe-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
body.mobile .iframe-scroll iframe {
  width: 1200px!important;
}
.wpcf7-response-output {
  clear: both;
  text-align: center;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  font-family: 'UrbanoCondensed', sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-family: 'UrbanoCondensed', sans-serif;
}
:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  font-family: 'UrbanoCondensed', sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-family: 'UrbanoCondensed', sans-serif;
}
#primary .widget_banners,
#sidebar .widget_banners {
  position: relative;
  margin-bottom: 20px;
}
#primary .widget_banners .banners,
#sidebar .widget_banners .banners {
  height: 600px;
  margin-left: -1000px;
  margin-right: -1000px;
  overflow: hidden;
  position: relative;
}
#primary .shop-home-content .widget_banners .banners{
  height: 400px;
}
@media screen and (max-width: 767px) {
  #primary .widget_banners .banners,
  #sidebar .widget_banners .banners {
    height: 400px;
  }
}
#primary .widget_banners .banners .banner,
#sidebar .widget_banners .banners .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
#primary .widget_banners .banners .banner.active,
#sidebar .widget_banners .banners .banner.active {
  display: block;
}
#primary .widget_banners .banners .banner .banner-content,
#sidebar .widget_banners .banners .banner .banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
#primary .widget_banners .banners .banner .banner-content a.clickable,
#sidebar .widget_banners .banners .banner .banner-content a.clickable {
  position: absolute;
  -webkit-transition: -webkit-border-radius 0.5s ease, background-color 0.5s ease;
  -moz-transition: border-radius 0.5s ease, background-color 0.5s ease;
  -o-transition: border-radius 0.5s ease, background-color 0.5s ease;
  transition: border-radius 0.5s ease, background-color 0.5s ease;
  background-color: rgba(0, 0, 0, 0);
}
#primary .widget_banners .banners .banner .banner-content a.clickable:hover,
#sidebar .widget_banners .banners .banner .banner-content a.clickable:hover {
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.025);
}
@media screen and (max-width: 767px) {
  #primary .widget_banners .banners,
  #sidebar .widget_banners .banners {
    height: 400px;
  }
  #primary .widget_banners .banners .banner .mobile-image,
  #sidebar .widget_banners .banners .banner .mobile-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
#primary .widget_banners nav,
#sidebar .widget_banners nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
#primary .widget_banners nav .banner-triggers,
#sidebar .widget_banners nav .banner-triggers {
  display: inline-block;
}
#primary .widget_banners nav a,
#sidebar .widget_banners nav a {
  display: block;
  float: left;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  font-size: 0;
  text-indent: -1000px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e1e1e1;
}
#primary .widget_banners nav a.active,
#sidebar .widget_banners nav a.active {
  background: #000;
}
#primary .widget_box,
#sidebar .widget_box {
  margin-bottom: 20px;
}
#primary .widget_box a,
#sidebar .widget_box a {
  background-size: cover;
  display: block;
  padding-top: 100%;
  width: 100%;
  position: relative;
}
#primary .widget_box a .widget-title,
#sidebar .widget_box a .widget-title {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  font-family: 'UrbanoCondensed', sans-serif;
}
#primary .widget_box:hover a .widget-title,
#sidebar .widget_box:hover a .widget-title {
  opacity: 1;
}
#primary .widget_box:hover a:before,
#sidebar .widget_box:hover a:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#primary .widget_boxes_3x5 .widget_box a,
#sidebar .widget_boxes_3x5 .widget_box a {
  padding-top: 60%;
}
#primary .ipso_grid,
#sidebar .ipso_grid {
  margin-left: -10px;
  margin-right: -10px;
}
#primary .ipso_grid:before,
#sidebar .ipso_grid:before,
#primary .ipso_grid:after,
#sidebar .ipso_grid:after {
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
#primary .widget_featured_products_carousel,
#sidebar .widget_featured_products_carousel {
  margin: 50px 0;
  text-align: center;
  position: relative;
}
#primary .widget_featured_products_carousel:before,
#sidebar .widget_featured_products_carousel:before,
#primary .widget_featured_products_carousel:after,
#sidebar .widget_featured_products_carousel:after {
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
#primary .widget_featured_products_carousel .title-wrapper,
#sidebar .widget_featured_products_carousel .title-wrapper {
  overflow: hidden;
}
#primary .widget_featured_products_carousel .widget-title,
#sidebar .widget_featured_products_carousel .widget-title {
  text-transform: uppercase;
  color: #7bc143;
  position: relative;
  display: inline-block;
}
#primary .widget_featured_products_carousel .widget-title:before,
#sidebar .widget_featured_products_carousel .widget-title:before,
#primary .widget_featured_products_carousel .widget-title:after,
#sidebar .widget_featured_products_carousel .widget-title:after {
  position: absolute;
  height: 1px;
  width: 7000px;
  background: #e0e0e0;
  content: '';
  top: 50%;
}
#primary .widget_featured_products_carousel .widget-title:before,
#sidebar .widget_featured_products_carousel .widget-title:before {
  right: 100%;
  margin-right: 20px;
}
#primary .widget_featured_products_carousel .widget-title:after,
#sidebar .widget_featured_products_carousel .widget-title:after {
  left: 100%;
  margin-left: 20px;
}
#primary .slider-control .slider-wrapper,
#sidebar .slider-control .slider-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#primary .slider-control ul,
#sidebar .slider-control ul {
  list-style-type: none;
  padding-left: 0;
  white-space: nowrap;
  position: relative;
}
#primary .slider-control ul li,
#sidebar .slider-control ul li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: normal;
  text-align: center;
  position: relative;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
#primary .slider-control ul li a,
#sidebar .slider-control ul li a {
  padding: 8px 7px;
  text-decoration: none;
  display: block;
}
#primary .slider-control ul li h3,
#sidebar .slider-control ul li h3 {
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: solid 1px #ccc;
  text-decoration: none;
  margin: 20px 30px 5px;
  padding-bottom: 5px;
  color: #000;
}
#primary .slider-control ul li .price,
#sidebar .slider-control ul li .price {
  color: #7bc143;
  font-size: 24px;
  display: block;
}
#primary .slider-control ul li .actions,
#sidebar .slider-control ul li .actions {
  position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 12px;
  font-family: 'UrbanoCondensed', sans-serif;
}
#primary .slider-control ul li .actions *,
#sidebar .slider-control ul li .actions * {
  vertical-align: middle;
}
#primary .slider-control ul li .actions .add-favorite,
#sidebar .slider-control ul li .actions .add-favorite {
  position: absolute;
  left: 0;
  color: #000;
}
#primary .slider-control ul li .actions .add-favorite i,
#sidebar .slider-control ul li .actions .add-favorite i {
  margin-right: 5px;
  font-size: 12px;
}
#primary .slider-control ul li .actions .add-favorite.is-favorite i,
#sidebar .slider-control ul li .actions .add-favorite.is-favorite i {
  color: #7bc143;
}
#primary .slider-control ul li .actions .quick-view,
#sidebar .slider-control ul li .actions .quick-view {
  position: absolute;
  right: 0;
  color: #000;
}
#primary .slider-control ul li .actions .quick-view i,
#sidebar .slider-control ul li .actions .quick-view i {
  margin-left: 5px;
  background: transparent url(images/catalog-icons.png) no-repeat 0 0;
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #primary .slider-control ul li .actions .quick-view,
  #sidebar .slider-control ul li .actions .quick-view {
    display: none;
  }
}
#primary .slider-control ul li .actions i,
#sidebar .slider-control ul li .actions i {
  font-size: 24px;
  margin-top: -4px;
}
@media screen and (max-width: 980px) and (min-width: 839px) {
  #primary .slider-control ul li .actions a,
  #sidebar .slider-control ul li .actions a {
    font-size: 0;
  }
  #primary .slider-control ul li .actions a i,
  #sidebar .slider-control ul li .actions a i {
    font-size: 24px;
  }
}
#primary .slider-control .slider-nav,
#sidebar .slider-control .slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#primary .slider-control .slider-nav .go-left,
#sidebar .slider-control .slider-nav .go-left,
#primary .slider-control .slider-nav .go-right,
#sidebar .slider-control .slider-nav .go-right {
  position: absolute;
  top: 50%;
  pointer-events: all;
  text-decoration: none;
  color: #7bc143;
  font-size: 40px;
  margin-top: -40px;
}
#primary .slider-control .slider-nav .go-left,
#sidebar .slider-control .slider-nav .go-left {
  left: -35px;
}
#primary .slider-control .slider-nav .go-right,
#sidebar .slider-control .slider-nav .go-right {
  right: -35px;
}
@media screen and (max-width: 1270px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 1000px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 250px;
  }
  #primary .slider-control .slider-nav .go-left,
  #sidebar .slider-control .slider-nav .go-left {
    left: 5px;
  }
  #primary .slider-control .slider-nav .go-right,
  #sidebar .slider-control .slider-nav .go-right {
    right: 5px;
  }
}
@media screen and (max-width: 1079px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 900px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 300px;
  }
}
@media screen and (max-width: 979px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 750px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 250px;
  }
}
@media screen and (max-width: 839px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 600px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 300px;
  }
}
@media screen and (max-width: 689px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 500px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 300px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  #primary .slider-control .slider-wrapper,
  #sidebar .slider-control .slider-wrapper {
    width: 250px;
  }
  #primary .slider-control ul li,
  #sidebar .slider-control ul li {
    width: 250px;
  }
}
#primary .widget_gallery {
  margin-top: 40px;
}
#primary .widget_gallery .widget-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'UrbanoBoldCondensed', sans-serif;
  padding-bottom: .75em;
}
#primary .gallery-container {
  margin-top: 60px;
  background: #dfdfdf;
  position: relative;
}
#primary .gallery-container:after,
#primary .gallery-container:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#primary .gallery-container .gallery .gallery-item {
  position: relative;
  float: left;
}
#primary .gallery-container .gallery .gallery-item img {
  margin: 30px auto;
}
#primary .gallery-container .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
#primary .gallery-container .gallery.gallery-columns-1 .gallery-item:nth-child( 1n + 1) {
  clear: left;
}
#primary .gallery-container .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
#primary .gallery-container .gallery.gallery-columns-2 .gallery-item:nth-child( 2n + 1) {
  clear: left;
}
#primary .gallery-container .gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
}
#primary .gallery-container .gallery.gallery-columns-3 .gallery-item:nth-child( 3n + 1) {
  clear: left;
}
#primary .gallery-container .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
#primary .gallery-container .gallery.gallery-columns-4 .gallery-item:nth-child( 4n + 1) {
  clear: left;
}
#primary .gallery-container .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
#primary .gallery-container .gallery.gallery-columns-5 .gallery-item:nth-child( 5n + 1) {
  clear: left;
}
#primary .gallery-container .gallery.gallery-columns-6 .gallery-item {
  width: 16.66666667%;
}
#primary .gallery-container .gallery.gallery-columns-6 .gallery-item:nth-child( 6n + 1) {
  clear: left;
}
#primary .gallery-nav .go-left,
#primary .gallery-nav .go-right {
  position: absolute;
  top: 50%;
  text-decoration: none;
  font-size: 45px;
  margin-top: -26.5px;
  background: #f0f0f0;
  display: block;
  text-align: center;
  padding: 4px 15px;
}
#primary .gallery-nav .go-left {
  left: 0;
}
#primary .gallery-nav .go-right {
  right: 0;
}
#primary .lookbook-container {
  background: #000;
  margin-left: -10000px;
  margin-right: -10000px;
  text-align: center;
  position: relative;
}
#primary .lookbook-container .gallery-item {
  display: inline-block;
  padding: 18px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  filter: alpha(opacity=21);
  -webkit-opacity: 0.21;
  -moz-opacity: 0.21;
  opacity: 0.21;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#primary .lookbook-container .gallery-item.active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#primary .lookbook-container .lookbook-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
#primary .lookbook-container .lookbook-nav a {
  color: #fff;
  text-decoration: none;
  top: 50%;
  margin-top: -25px;
  font-size: 50px;
  display: block;
  position: absolute;
}
#primary .lookbook-container .lookbook-nav .go-left {
  left: -50px;
}
#primary .lookbook-container .lookbook-nav .go-right {
  right: -50px;
}
#quick-view-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#quick-view-overlay .quick-view-content {
  background: #fff;
  width: 800px;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -210px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#quick-view-overlay .quick-view-content iframe {
  width: 100%;
  height: 100%;
  border: solid 15px #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 810px) {
  #quick-view-overlay .quick-view-content {
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    top: 30px;
    bottom: 10px;
    margin: 0;
  }
}
#quick-view-overlay .close-button {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -30px;
  cursor: pointer;
}
#quick-view-overlay .close-button:hover {
  color: #fff;
}
body.quick-view {
  padding-bottom: 0;
}
body.quick-view #page {
  padding-top: 0;
}
body.quick-view.woocommerce.single-product #primary [itemtype="http://schema.org/Product"] {
  padding-top: 0;
}
body.quick-view .demo_store {
  display: none;
}
.page-template-team #primary {
  background: #f8f8f8;
  padding-top: 25px;
  line-height: 1.75;
}
.page-template-team #primary h1 {
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 20px;
}
.page-template-team #primary h3 {
  margin-top: 60px;
  font-family: 'UrbanoCondensed', sans-serif;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 20px;
}
#primary .widget_featured_recent_posts {
  max-width: 1190px;
  margin: 50px auto;
}
#primary .widget_featured_recent_posts .post-link {
  margin-bottom: 20px;
  text-decoration: none;
}
#primary .widget_featured_recent_posts .post-link img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #primary .widget_featured_recent_posts .post-link img {
    height: 225px;
  }
  .widget_featured_recent_posts .grid-row{
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #primary .widget_featured_recent_posts .post-link{
    width: 33.3%;
    flex-basis: 33.3%;
    float: none;
  }
  #primary .widget_featured_recent_posts .post-info{
    display: flex;
    flex-direction: column;
    height: calc(100% - 250px);
  }
}
#primary .widget_featured_recent_posts .widget-title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#primary .widget_featured_recent_posts .post-info {
  background: #ffffff;
  color: #505050;
  display: block;
  padding: 35px 10px 0;
}
#primary .widget_featured_recent_posts .post-title {
  font-size: 24px;
  line-height: 1.29166667;
}
#primary .widget_featured_recent_posts .post-excerpt {
  font-size: 16px;
  line-height: 2;
}
#primary .widget_featured_recent_posts .button {
  margin-top: 60px;
  font-size: 14px;
  padding: 10px;
  min-width: 230px;
}
.post-like #primary {
  border-left: solid 1px #dddddd;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .post-like #primary {
    border-left: none;
    padding-left: 10px;
  }
}
#sidebar {
  text-transform: uppercase;
  line-height: 1.78571429;
  border-right: solid 1px #dddddd;
  margin-left: 1px;
  margin-right: -1px;
  font-size: 14px;
  position: relative;
  z-index: 995;
}
@media screen and (max-width: 767px) {
  #sidebar {
    border-right: none;
    margin-left: 0;
    margin-right: 0;
  }
}
#sidebar .widget {
  border-top: solid 1px #dddddd;
  padding: 15px 15px 15px 0;
}
#sidebar .widget:first-child {
  border-top: none;
}
.catalog #sidebar .widget,
.shop-home #sidebar .widget{
  padding-top: 2px;
}
#sidebar h3 {
  font-size: 14px;
  font-family: 'UrbanoBoldCondensed', sans-serif;
}
#sidebar a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#sidebar a:hover {
  color: #7bc143;
}
@media screen and (max-width: 767px) {
  #sidebar a {
    color: #7bc143;
  }
}
#sidebar ul {
  padding-left: 10%;
  margin: 15px 0;
}
#sidebar ul ul{
  margin-top: 0;
  padding-left: 3px;
}
.catalog #sidebar ul,
.shop-home #sidebar ul{
  padding-left: 0;
}
#sidebar ul li {
  font-family: 'UrbanoLightCondensed', sans-serif;
  position: relative;
}
#sidebar #menu-product-categories{
  margin-top: 0;
}
#sidebar #menu-product-categories .menu-item-has-children{
  margin-bottom: 3px;
}
#sidebar #menu-product-categories li a{
  display: block;
  padding: 5px 4px;
}
#sidebar #menu-product-categories li > a{
  background: #f3f3f3;
  font-weight: normal;
}
#sidebar #menu-product-categories li ul li a{
  background: transparent;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  #sidebar ul {
    padding-left: 0;
  }
  #sidebar ul ul {
    padding-left: 10px;
  }
  #sidebar ul a {
    text-decoration: underline;
  }
}
.pp_close,
.pp_nav a,
.pp_expand {
  text-decoration: none!important;
}

/** TM5150 Overide Styles
----------------------------------------------
#masthead .header-main ul.header-nav-menu > li > .sub-menu > li {
	padding:5px 0px !important;
 	border-bottom: .5px solid #e3e3e3 !important;
}**/