/* ==========================================================================
   Global Settings
   ========================================================================== */
/* Colors
   ========================================================================== */
/* ==========================================================================

                              Global Less File

 ========================================================================== */
/* ==========================================================================
   Global Styles
   ========================================================================== */

 a.button, a.comment-reply-link, #commentform #submit, .submit, input.button, button.button, #wrapper .woo-sc-button, .follow-link a, .our-team-author-archive a {
  color: white;
 }

body {
  font-family: 'Raleway', sans-serif;
  color: #000;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Raleway', sans-serif;
}
a {
  color: #ff671d;
  transition: color .25s ease;
}
a:hover {
  color: #5d452b;
}
#wrapper #wpadminbar {
  display: block!important;
}
#wrapper .mobile {
  display: block;
}
#wrapper .tablet {
  display: none;
}
#wrapper .sm-desktop {
  display: none;
}
#wrapper .desktop {
  display: none;
}
#wrapper .xl-desktop {
  display: none;
}
.button.sqr {
  border-radius: 0;
  padding: 0.875em 1.387em;
  color: #ffffff;
  background: #ff671d;
  border: none;
  font-weight: lighter;
}
.wrapper {
  padding: 0 5%;
}
.fluid-wrapper {
  padding: 0 5%;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.font-norm {
  font-family: "myriad-pro", serif;
}
.font-cond {
  font-family: "myriad-pro-condensed", serif;
}
.bullet-red {
  background: url('/wp-content/themes/hub/images/bullets/bullet-red.png') no-repeat;
  background-size: contain;
}
.bullet-grey {
  background: url('/wp-content/themes/hub/images/bullets/bullet-grey.png') no-repeat;
  background-size: contain;
}
.bullet-white {
  background: url('/wp-content/themes/hub/images/bullets/bullet-white.png') no-repeat;
  background-size: contain;
}
.flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-no-wrap {
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.title-wrapper h2,
.title-wrapper h3 {
  position: relative;
  color: #fff;
  z-index: 1;
}

.woocommerce .col-left .title-wrapper h2,
.woocommerce-result-count, .woocommerce_ordering, .woocommerce-ordering {
  color: #000;
}

.tradition .title-wrapper h3,
.title-wrapper h2 {
  padding-top: 5px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.title-wrapper h3 {
  padding-top: 10px;
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.125;
}

.tradition .title-wrapper h3 {
  font-style: normal;
}

.btn,
input[type=submit] {
  color: #ffffff;
  background-color: #ff671d;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-size: 1em;
  padding: 0.5em 1.618em;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover,
input:hover[type=submit] {
  background-color: #5d452b;
  color: #ffffff !important;
}
/* Animations
   ========================================================================== */
@keyframes arrowSlide {
  0% {
    opacity: 0;
    transform: translate(-75px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes arrowSlide {
  0% {
    opacity: 0;
    -moz-transform: translate(-75px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes arrowSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate(-75px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes arrowSlide {
  0% {
    opacity: 0;
    -o-transform: translate(-75px, 0px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes arrowSlide {
  0% {
    opacity: 0;
    -ms-transform: translate(-75px, 0px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translate(-225px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-225px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-225px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    -o-transform: translate(-225px, 0px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes slideLeft {
  0% {
    opacity: 0;
    -ms-transform: translate(-225px, 0px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
.animation-delay {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.little-arrow-animate-left {
  animation: arrowSlide ease 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: arrowSlide ease 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: arrowSlide ease 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: arrowSlide ease 0.6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: arrowSlide ease 0.6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
.big-arrow-animate-left {
  animation: slideLeft ease-in-out 0.9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: slideLeft ease-in-out 0.9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slideLeft ease-in-out 0.9s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slideLeft ease-in-out 0.9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slideLeft ease-in-out 0.9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
.height-animation {
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
.width-animation {
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.background-color-animation {
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.color-animation {
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.rotate-180-start {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.rotate-180-finish {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.bullet-animation {
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bullet-animation * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bullet-animation * .bullet-point-container {
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
/* End Animations */
@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media only screen and (min-width: 768px) {
  #wrapper .mobile {
    display: none!important;
  }
  #wrapper .tablet {
    display: block;
  }
  #wrapper .wrapper {
    max-width: 1140px;
  }
  .button {
    font-size: 1.125em;
  }

  .feature-01 .txt-wrap,
  .feature-02 .txt-wrap { padding-top: 0 !important; } 

  .txt-box-triangle {
    display: block !important;
  }

  .title-wrapper h2 {
    display: inline-block;
    font-size: 24px;
  }
  .title-wrapper h3 {
    font-size: 42px;
    font-style: italic;
  }

  #home-categories .title-wrapper h2 {
    font-size: 2em;
    padding-bottom: 0.25em;
  }

  #home-categories .title-wrapper h3 {
    font-size: 1.25em;
  }

  #home-categories .view-all {
    background: #545454 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .feature-01.tradition .txt-wrap,
  .feature-01.tradition .txt-box {
    background: none !important;
  }

  .feature-01.tradition .item { 
    margin-top: 0 !important; 
  }

  .feature-01.tradition .title-wrapper {
    text-transform: uppercase;
    margin-top: -90px;
    height: 188px;
    margin-bottom: 0;
    margin-left: calc(-50%);
    margin-right: calc(-50%);

    background: url('images/Tradition Swath_Crop.png') no-repeat top center !important;
  }

  .feature-01.tradition .txt-wrap {
    text-align: left;
    transform: rotate(-5deg);
  }

  .feature-01.tradition .txt-wrap h3 {
    padding-top: 45px;
  }

  .feature-01 .item,
  .feature-01 .details {
    margin-top: 55px;
  }

  .feature-02 .item.active { margin-top: 70px; }

  .feature-02 .title-wrapper {
    margin-bottom: 30px;
  }

  .home-feature-top footer,
  .home-feature-bottom footer {
    margin-top: 0 !important;
  }

  #wrapper .sm-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  #wrapper .desktop {
    display: block;
  }
  .fluid-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 1550px) {
  .feature-01.tradition .txt-wrap h3 {
    margin-left: -80px;
  }

  #wrapper .xl-desktop {
    display: block;
  }

  #home-categories .view-all {
    background: #c9cac8 !important;
  }
}
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email],
input[type=password] {
  padding: 0.313em 0;
  background-color: #f0f0f0;
}
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
  display: none;
}
@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* ==========================================================================
   Mobile
   ========================================================================== */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Social-Sidebar.Theme-Color ul li a {
  color: #ffffff !important;
}
.btn-trigger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff671d;
}
/* Header
   ========================================================================== */
/* Top Header */
#header-wrapper {
  padding: 0;
}
.black-strip {
  height: 55px;
}
.black-strip .right {
  display: none;
}
#header-wrapper > .wrapper {
  padding: 0;
}
/* Bottom Header */
#header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header #logo {
  width: 70%;
  text-align: center;
  margin-top: -2em;
  padding-bottom: 0.5em;
}
#header .location {
  width: 15%;
  text-align: center;
}
#header .location a {
  color: #000000;
}
#header .location a:hover {
  color: #ffffff;
}
#header .location .fa-map-marker {
  font-size: 3.5em;
}
/* Navigation */

#header .nav-toggle {
  width: 15%;
  text-align: center;
  position: relative;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}
#header .nav-toggle:after {
  display: none;
}
#header .nav-toggle span.bar {
  max-width: 50px;
  width: 40%;
  height: auto;
  border-top: 2px solid #000000;
  display: block;
  padding: 0.25em 0;
  margin: 0 auto;
}
#navigation {
  box-shadow: none;
}
#navigation .menus > h3 {
  display: none;
}
#navigation .nav-close:after,
#navigation .nav-home:after {
  box-shadow: none;
  background-image: none;
  background-color: transparent;
  color: #ffffff;
}
#navigation .nav-close:hover:after,
#navigation .nav-home:hover:after {
  color: #c9cac8;
}
#navigation ul.sub-menu li {
  background: #fff !important;
}
#navigation ul.nav li a {
  border-top: 1px solid #ffffff;
  border-bottom: none;
  text-shadow: none;
  color: #5d452b !important;
  text-transform: uppercase;
  font-weight: 500;
}
#navigation ul.nav li a:active {
  background: transparent;
}
#navigation ul.nav li a:hover {
  color: #000000 !important;
}
#navigation ul.nav li a.cart-contents {
  background: #c9cac8;
  color: #000000;
}
#navigation ul.nav li a.cart-contents span.amount:hover {
  color: #ff671d !important;
}
#navigation .cart-contents .amount {
  font-weight: normal;
}
#navigation .cart-contents .count {
  background: none #000000;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}

#anchor-nav {
  display: none;
  padding-right: 25px;
}

#anchor-nav a {
  padding: .53em .7em;

  color: #5d452b;
  font-weight: bold;
  text-transform: uppercase;
}

/* End Header */
/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  padding: 0;
  overflow: auto;
}
#footer-wrapper {
  border-top: 10px solid #ff671d;
  background: #000000;
  padding: 1em 0;
}
#footer-widgets {
  margin-bottom: 0;
}
#footer-widgets + #footer:before {
  display: none;
}
#footer-wrapper .address address {
  margin-bottom: 0;
}
/* Newsletter */
#footer-widgets .footer-widget-1 h3 {
  font-size: 1.5em;
  border-bottom: 3px solid #ff671d;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
  color: #ffffff !important;
}
#footer-widgets .footer-widget-1 p {
  font-size: 1.125em;
  color: #c9cac8 !important;
  line-height: 1.25;
}
#footer-widgets .footer-widget-1 form input {
  display: inline-block;
  vertical-align: bottom;
}
#footer-widgets .footer-widget-1 form input[type="text"] {
  width: 65%;
  background: #c9cac8;
  color: #000000;
}
#footer-widgets .footer-widget-1 form input[type="submit"] {
  width: 25%;
  font-size: 1.1em;
  padding: 0.5em .387em 0.5em .75em;
  font-family: "myriad-pro", serif;
}
#footer-widgets .footer-widget-1 form input[type="submit"]:hover {
  background-color: #5d452b;
}
/* Social Media */
#footer-widgets .footer-widget-2 .widget {
  margin-bottom: 1em;
}
#footer-widgets .footer-widget-2 .textwidget {
  text-align: center;
}
#footer-widgets .footer-widget-2 .textwidget span a {
  margin: 0 2.5%;
  color: #c9cac8 !important;
}
/* Copy Right */
#footer #copyright p {
  color: #c2c2c2;
}
#footer #copyright p span {
  float: left;
  width: 100%;
}
#footer #copyright p a {
  color: #c2c2c2!important;
}
#footer #copyright p a:hover {
  color: #7e7e7e !important;
}
#footer #copyright p .rhino a {
  color: #545454 !important;
}
#footer #copyright p .rhino a:hover {
  color: #7e7e7e !important;
}
/* End Footer */
/* ==========================================================================
   Home
   ========================================================================== */
.home #homepage-content {
  background-color: #ffffff !important;
}
/* Main Image
   ========================================================================== */
#intro-message {
  width: 100%;
  background: url('/wp-content/themes/hub/images/mobile-slide.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: none;
  text-align: center;
}

#intro-message:first-of-type,
.flickity-enabled #intro-message {
  display: block;
}

#intro-message.home-section {
  padding: 0 0 20px 0;
  min-height: 280px;
}
#intro-message h2 {
  font-size: 2.6em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5em 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#intro-message h2 span.red {
  color: #ff671d;
}
#intro-message p {
  display: none;
}

/* ==========================================================================
   Home Feature
========================================================================== */

.new-fish {
  position: relative;
  width: 45px;
  padding: 0 15px;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.new-fish .txt-box-triangle {
  right: -20px !important;
  border-right: 20px solid transparent !important;
}

.home-feature-top {
  overflow: hidden;
  margin-top: 2em;
}

.home-feature-top footer,
.home-feature-bottom footer {
  margin-top: 10px;
  padding: 1em 0;
}

.home-feature-top footer .btn {
  display: block;
  text-align: center;
}

.feature-01 .title-wrapper,
.feature-02 .title-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.feature-01 .item .heading,
.feature-02 .item .heading {
  margin-top: 15px;
  padding: 0.5em 2em;
}

.feature-01 .details ul,
.feature-02 .details ul {
  list-style-type: none;
}

.feature-01 .details li,
.feature-02 .details li {
  position: relative;
  padding-left: 20px;
}

.feature-01 .txt-wrap,
.feature-02 .txt-wrap {
  position: relative;
  display: inline-block;
  background: #5d452b;

  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.feature-01.tradition .txt-wrap { 
  display: block;
}

.feature-01.tradition h3 { 
  padding-bottom: 10px
}

.txt-box,
.txt-box-triangle {
  position: absolute;
  display: block;
}

.txt-box {
  display: block;
  z-index: 0;
  top: 0;
  right: 0;
  width: 500%;
  height: 100%;
}

.feature-01:not(.tradition) .txt-box-triangle,
.feature-02 .txt-box-triangle {
  display: none;
  position: absolute;
  right: -80px;
  top: 0;

  width: 0;
  height: 0;

  border-top: 98px solid red; /* change */
  border-right: 80px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.feature-01.tradition .txt-box-triangle {
  top: 0;
  width: 500%;
  height: 100%;
}

.feature-01 .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 15px;
  border-top: solid 2px #fff;
}

.feature-01 .item > img {
  display: none;
}
.feature-01 .item h3 {
  background-color: #c9cac8;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
.feature-01 .item h3 sup {
  font-size: 50%;
}
.feature-01 .item.active h3 {
  display: block;
}
.feature-01 .item h3 a {
  color: #ffffff;
}
.feature-01 .item .details {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height ease-out 0.3s;
}
.feature-01 .item .details .subheading {
  text-transform: uppercase;
  font-size: 1.5em;
}
.feature-01 .item .details .subheading span {
  color: #ff671d;
}
.feature-01 .item .details .bullets {
  display: none;
}
.feature-01 .item.active h3 {
  color: #fff;
  background-color: #ff671d;
}
.feature-01 .item.active .details {
  max-height: 1200px;
  padding: 0 0 80px 0;
  overflow: hidden;
  max-width: 60%;
}
.feature-01 .item.active .details .btn {
  margin: 1em 0;
}

.feature-01 .item .new-fish span:not(.txt-box-triangle) {
  position: relative;
  z-index: 1;
}

.feature-01 .item.active .new-fish {
  position: absolute;
  top: 150px;
  right: 0;
}
.feature-01 .item.active .new-fish img {
  max-height: 20px;
  max-width: 500px;
}
.home-feature-bottom {
  margin-top: 2em;
}
.home-feature-bottom footer .btn {
  display: block;
  text-align: center;
}
.feature-02 .item {
  background-repeat: no-repeat;
  background-position: center 80px;
  border-top: solid 2px #fff;
}
.feature-02 .item.bg-med {
  background-size: 70%;
}
.feature-02 .item.bg-small {
  background-size: 110%;
}
.feature-02 .item > img {
  display: none;
}
.feature-02 .item h3 {
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 2em;
}
.feature-02 .item h3 sup {
  font-size: 50%;
}
.feature-02 .item .details {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height ease-out 0.3s;
  color: #fff !important;
}
.feature-02 .item.active h3 {
  float: left;
  background-color: #ff671d;
}

.feature-02 .item h3,
.feature-02 .item h3 a {
  color: #ffffff;
}
.feature-02 .item.active h3 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.feature-02 .item.active .details {
  max-height: 1200px;
  padding: 150px 0 0 0;
  overflow: hidden;
  clear: both;
}
.feature-02 .item.active .details .btn {
  margin: 1em 0;
  display: block;
  float: left;
  text-align: center;
}
.feature-02 .item.active .new-fish {
  position: absolute;
  left: 0;
  top: 150px;
}
.feature-02 .new-fish {
  display: inline-block;
  margin-right: 20px;
}
.feature-02 .new-fish img {
  max-height: 20px;
}
.feature-02 .new-fish.tablet {
  display: none;
}
h2.woocommerce-loop-product__title{margin-left:1em;margin-right:1em;}
.woocommerce #content .images .flex-control-nav{display:flex;}
.woocommerce #content .images .flex-control-nav li{width:20%;border: 1px solid #c6c7c6;margin: 0 5px;}
/* Category
   ========================================================================== */
#home-categories {
  background-color: #ffffff;
  padding: 4em 0 0em;
}

#home-categories .title-wrapper h2, 
#home-categories .title-wrapper h3 {
  color: #000;
}

#home-categories .category-container {
  margin-bottom: 4em;
}
#home-categories .category-container .categories {
  margin-bottom: 0.5em;
}
#home-categories .category-container .categories img {
  width: 100%;
}
#home-categories .category-container .categories .cat-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #c9cac8;
  position: relative;
  margin-bottom: 0;
}
#home-categories .category-container .categories:hover .cat-button {
  background-color: #ff671d;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
#home-categories .category-container .categories .cat-button a {
  width: 100%;
  font-family: "myriad-pro-condensed", serif;
  color: #7e7e7e !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1.1em;
  padding: 0em 0 0 5%;
  text-align: left;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#home-categories .category-container .categories:hover .cat-button a {
  color: #ffffff !important;
}
#home-categories .category-container .categories .cat-button a .bullet-point-container {
  padding-right: 2.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 8%;
  float: right;
}
#home-categories .category-container .categories .cat-button a .bullet-point-container .bullet-point {
  background: url('/wp-content/themes/hub/images/bullets/bullet-grey.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 21px;
  display: inline-block;
  -webkit-transition: bullet-grey 300ms ease-in-out;
  -moz-transition: bullet-grey 300ms ease-in-out;
  -ms-transition: bullet-grey 300ms ease-in-out;
  -o-transition: bullet-grey 300ms ease-in-out;
  transition: bullet-grey 300ms ease-in-out;
}

#home-categories .view-all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #ff671d;
  padding: 0.25em;
  text-align: center;
}
#home-categories .view-all:hover {
  background: #5d452b;
}
#home-categories .view-all a {
  color: #ffffff !important;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "myriad-pro-condensed", serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* ==========================================================================
   Style Guide Page
========================================================================== */
.page #main header {
  margin: 1.122em 0 2.244em;
}
.page #wrapper #main header h1 {
  margin: 0;
  display: inline-block;
}
.page #wrapper #main header h1:after {
  content: "";
  display: block;
  margin-right: -5%;
  border-bottom: 3px solid #ff671d;
}
.page-sidebar #main .entry,
.page-template-template-contact #wrapper #main .entry {
  color: #000000;
}
.page-sidebar #main .entry h2,
.page-template-template-contact #wrapper #main .entry h2 {
  color: #545454;
}
.page-sidebar #main .entry p,
.page-sidebar #main .entry ul,
.page-template-template-contact #wrapper #main .entry p,
.page-template-template-contact #wrapper #main .entry ul {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.page-sidebar #main .entry ul,
.page-template-template-contact #wrapper #main .entry ul {
  color: #545454;
}
.page-sidebar #main .entry .gallery .gallery-item,
.page-template-template-contact #wrapper #main .entry .gallery .gallery-item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 0.5em 0;
}
.page-sidebar #main .entry hr,
.page-template-template-contact #wrapper #main .entry hr {
  background-color: #ff671d;
  height: 2px;
  margin: 1em 0;
}
.page-sidebar #main .entry blockquote,
.page-template-template-contact #wrapper #main .entry blockquote {
  border-left-color: #ff671d;
  color: #545454;
}
.page-sidebar #main .entry blockquote p,
.page-template-template-contact #wrapper #main .entry blockquote p {
  font-size: 1.125em;
}
.post-175 .gform_wrapper .top_label #field_1_1 .gfield_label {
  display: none;
}
.page-id-165 #wrapper #main header h1 {
  display: none;
}
.page-sidebar #sidebar,
.page-template-template-contact #wrapper #sidebar {
  display: none;
}
/* ==========================================================================
   Category Page
========================================================================== */
.woocommerce .wrapper .sub-cat-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.woocommerce .wrapper .sub-cat-container .title-wrapper {
  display: block;
  width: 100%;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box {
  margin: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  padding: 0.5em 0em;
  position: relative;
}

.woocommerce .wrapper .sub-cat-container .sub-cat-box h3 {
  color: #000;
}

.product_cat_pro-shop-tools:not(.single) .woocommerce-loop-product__title,
.product_parent_cat_pro-shop-tools:not(.single) .woocommerce-loop-product__title,
.term-pro-shop-tools .sub-cat-container .sub-cat-box .title-price h3,
.product_cat_pro-shop-tools .sub-cat-container .sub-cat-box .title-price h3,
.product_parent_cat_pro-shop-tools .sub-cat-container .sub-cat-box .title-price h3 {
  background: rgba(255,255,255, .5);
}

.woocommerce .wrapper .sub-cat-container .sub-cat-box:hover a.title-price {
  background: #E1E1E1;
  color: #000;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box.num-2,
.woocommerce .wrapper .sub-cat-container .sub-cat-box.num-3 {
  display: none;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a {
  display: block;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.image-container {
  margin-bottom: 1em;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.view {
  display: none;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price {
  color: #000000 !important;
  padding: 10px 0 0 0;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price h3 {
  font-size: 1.125em;
  margin: 0 auto;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.125;
  margin-bottom: 0;
  min-height: 72px;
  border-bottom: 0.202em solid #c9cac8;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box:hover a.title-price h3 {
  border-bottom-color: #7e7e7e;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price p {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0;
  color: #ff671d !important;
  font-weight: bold;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price p del {
  color: #939393;
  font-weight: normal;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price p span {
  padding: 0 0.25em;
}

.term-pro-shop-tools .sub-cat-container .sub-cat-box .title-price h3,
.product_cat_pro-shop-tools .sub-cat-container .sub-cat-box .title-price h3,
.product_parent_cat_pro-shop-tools .sub-cat-container .sub-cat-box .title-price h3 {
  background: rgba(255,255,255, .5);
}

.sub-cat-container .sub-cat-box .woocommerce-Price-amount.amount {
  background:  rgba(255,255,255, .6);
}

.product_cat_pro-shop-tools:not(.single) #content ul.products li.product a .price span,
.product_parent_cat_pro-shop-tools:not(.single) #content ul.products li.product a .price span,
.woocommerce .wrapper .sub-cat-container .sub-cat-box:hover .woocommerce-Price-amount.amount,
.term-pro-shop-tools .sub-cat-container .sub-cat-box .woocommerce-Price-amount.amount,
.product_cat_pro-shop-tools .sub-cat-container .sub-cat-box .woocommerce-Price-amount.amount,
.product_parent_cat_pro-shop-tools .sub-cat-container .sub-cat-box .woocommerce-Price-amount.amount {
  background:  none;
}

.woocommerce .wrapper .sub-cat-container .sub-cat-box:hover a.title-price p > * {
  color: #ff671d;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.woocommerce .wrapper .sub-cat-container .sub-cat-box:hover a.title-price p del {
  color: #939393;
}
.woocommerce .wrapper .sub-cat-container .view-all-container {
  width: 100%;
  margin: 1.25em auto 1em;
}
.woocommerce .wrapper .sub-cat-container .view-all-container h4 {
  color: #ff671d !important;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 2.5%;
}
.woocommerce .wrapper .sub-cat-container .view-all-container:hover h4 {
  text-decoration: underline;
}
.woocommerce .wrapper .sub-cat-container .view-all-container h4 i {
  font-size: 0.8em;
}
.woocommerce .woocommerce-shipping-fields .notes {
  display: none;
}
.woocommerce .checkout select {
  height: 42px;
  line-height: 42px;
}

.woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price h3,
.products .product .woocommerce-loop-product__title {
  font-size: 18px;
  text-align: center;
}
/* Product Sub Category Reset */
ul.products li.product {
  width: auto;
  padding-top: 0;
  clear: none;
  border: none;
  overflow: initial;
  text-align: left;
}
ul.products li.product img {
  height: auto;
  width: auto;
  max-width: 100%;
  position: relative;
}
ul.products li.product h3 {
  color: #000000;
}
ul.products li.product .button {
  display: block;
  margin: 0 auto;
}
ul.products li.product .onsale {
  z-index: 1;
}
/* Product Sub Category Styling */
.woocommerce #main .woocommerce-ordering select {
  height: 30px;
  line-height: 30px;
}
.woocommerce #content ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
}
.woocommerce #content ul.products li.product {
  margin: 0 auto 1em;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  padding: 0 0 0.5em;
  position: relative;
}
.woocommerce #content ul.products li.product .product-container .view {
  display: none;
}
.woocommerce #content ul.products li.product > .product-link {
  margin: 0 auto 1em;
}
.woocommerce #content ul.products li.product a h3 {
  font-size: 1.125em;
  margin: 0 auto;
  width: 85%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.125;
}
.woocommerce #content ul.products li.product a > h3 {
  min-height: 72px;
}
.woocommerce #content ul.products li.product a .price:before {
  display: block;
  content: "";
  border-bottom: 0.202em solid #c9cac8;
  padding-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: border-color 300ms ease-in-out;
  -moz-transition: border-color300ms ease-in-out;
  -ms-transition: border-color 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}
.woocommerce #content ul.products li.product:hover a .price:before {
  border-bottom-color: #7e7e7e;
}
.woocommerce #content ul.products li.product a .price {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.woocommerce #content ul.products li.product a .price .amount {
  background: rgba(255,255,255,.6);
}

.woocommerce #content ul.products li.product a .price span {
  padding: 0 0.25em;
  font-size: 1em;
  border-radius: 5px;
}
.woocommerce #content ul.products li.product a .price > * {
  color: #ff671d;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.woocommerce #content ul.products li.product a .price del {
  color: #939393;
  font-weight: normal;
}
.woocommerce #content ul.products li.product a .price del:hover {
  color: #939393;
}
.woocommerce #content ul.products li.product a .price del span {
  color: #939393;
  font-weight: normal;
}
.woocommerce #content ul.products li.product .button {
  display: none!important;
}
.woocommerce #content .onsale {
  border-bottom-right-radius: 6px;
}
.woocommerce #content .summary .product_meta .sku {
  display: none;
}
.woocommerce_info:before,
.woocommerce-info:before {
  color: #ff671d;
}
.woo-pagination .page-numbers.current {
  background: #ff671d;
  border-color: #ff671d;
  color: #ffffff;
}
.woo-pagination .page-numbers {
  background: #ffffff;
  border-color: #ff671d;
  color: #ff671d;
}
.woo-pagination .page-numbers:hover {
  background: #ff671d;
  border-color: #ff671d;
  color: #ffffff;
}
/* Dealers
   ========================================================================== */
#sl_div #searchForm INPUT[type="text"] {
  padding: 0.313em 0;
}
#sl_div .search_item select {
  height: 39px;
  margin-left: 3px;
}
/* Error 404
   ========================================================================== */
.error404 #content #main .entry .return-home {
  font-weight: bold;
  font-size: 1.2em;
}
.error404 #content #main .entry ul {
  list-style: none;
  list-style-type: none;
}
.error404 #content #main .entry ul li a {
  font-size: 1.3em;
}
@media only screen and (min-width: 400px) {
  #navigation {
    width: 70%;
  }
  .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    -webkit-transform: translate3d(70%, 0, 0);
    -moz-transform: translate3d(70%, 0, 0);
    -ms-transform: translate3d(70%, 0, 0);
    -o-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
  }
  .feature-02 .item.active .details {
    padding: 190px 0 0 0;
  }
}
@media only screen and (min-width: 500px) {
  .feature-02 .item.active .details {
    padding: 220px 0 0 0;
  }
}
@media only screen and (min-width: 600px) {
  .feature-02 .item.active .details {
    padding: 240px 0 0 0;
  }
}
@media only screen and (min-width: 650px) {
  .feature-02 .item.active .details {
    padding: 270px 0 0 0;
  }
}
@media only screen and (min-width: 700px) {
  .feature-02 .item.active .details {
    padding: 300px 0 0 0;
  }
}
@media only screen and (min-width: 800px) {
  .feature-02 .item.active .details {
    padding: 330px 0 0 0;
  }
}
@media only screen and (min-width: 900px) {
  .feature-02 .item.active .details {
    padding: 370px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #navigation ul.nav .parent > a,
  #navigation ul.nav .parent > .sub-menu > a {
    position: relative;
  }
  #navigation ul.nav .parent > a:after,
  #navigation ul.nav li.current-menu-item > a:after {
    display: inline-block;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    width: auto;
  }
  #navigation ul.nav li.current-menu-parent.current-menu-ancestor > a {
    background: none #7e7e7e;
  }
  #navigation ul.nav li.current-menu-parent.current-menu-ancestor > a > .sub-menu > li:first-child {
    border-top: 1px solid #ffffff;
  }
  #navigation ul.nav li.current-menu-item > a {
    background: none #7e7e7e;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #navigation ul.nav li.current-menu-item > a:hover {
    color: #ffffff !important;
  }
  #navigation ul.nav .parent.open > a:hover:after,
  #navigation ul.nav .parent.open > a:active:after,
  #navigation ul.nav .parent.open > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
  }
  #navigation ul.nav .parent .sub-menu {
    display: none;
  }
  #navigation ul.nav .parent > .sub-menu .parent > .sub-menu {
    display: none!important;
  }
  #navigation ul.nav .parent.open > .sub-menu {
    display: block;
  }
  #navigation ul.nav .parent.open > .sub-menu .parent.open > .sub-menu {
    display: block!important;
  }
  .top-footer .row .box {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* ==========================================================================
      Header
    ========================================================================== */
  .black-strip {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 30px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 1140px;
    margin: 0 auto;
  }
  .black-strip .right {
    width: 75%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: right;
  }
  .black-strip .find-dealer {
    float: left;
    width: 30%;
    color: #5d452b !important;
    text-transform: uppercase;
  }
  .black-strip .find-dealer i {
    font-size: 1.5em;
    color: #ff671d;
    margin: 0 10px;
  }
  .black-strip .find-dealer i:hover {
    color: #5d452b!important;
  }
  .black-strip .searchwrapper {
    position: relative;
    padding-right: 0;
    width: 40%;
    float: left;
  }
  .black-strip .searchwrapper form {
    position: relative;
    height: 30px;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .black-strip .searchwrapper form input[type="text"] {
    -webkit-appearance: none;
    appearance: auto;
    float: left;
    padding: 5px 5px 5px 10px;
    height: 30px;
    color: #000;
    background: transparent;
    border: 0;
    font-weight: bold;
    line-height: 20px;
    width: 79%;
    font-size: 0.9em;
    border-radius: 4px;
    border: 1px solid #5d452b;
  }
  .black-strip .searchwrapper form input[type="submit"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    border: 0;
    background: url('/wp-content/themes/hub/images/search-icon.png') transparent no-repeat center center;
    margin: 5px;
    padding: 0.5em 1em;
  }
  .black-strip .cart {
    margin-left: 2.5%;
  }
  .black-strip .cart .cart-contents {
    padding: .327em !important;
    background: #c9cac8 !important;
    color: #000000 !important;
    font-size: .857em;
    -webkit-border-radius: 0.327em;
    border-radius: 0.327em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .black-strip .cart .cart-contents .amount {
    font-weight: normal;
    margin: 0 0.327em;
  }
  .black-strip .cart .cart-contents .count {
    background: none #000000;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0.327em 0.53em;
    border-radius: 4px;
    font-size: 1em;
    margon: 0;
    color: #ffffff;
  }
  .feature-01 .item .new-fish {
    right: 5px;
  }
  #header {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  #header-wrapper > .wrapper {
    max-width: 100%;
  }
  #header-wrapper .wrapper .header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
  #header #logo {
    width: 30%;
  }
  #header #logo:active {
    position: relative;
  }
  #navigation ul.nav.cart {
    display: none;
  }
  /* Navigation
     ========================================================================== */
  #navigation {
    width: auto;
    padding: 5px 0;
  }
  #navigation ul.nav ul li:first-child {
    border-radius: 0;
  }
  #navigation ul.nav ul li {
    border-radius: 0;
    background: #de2935;
  }
  #navigation ul.nav > li {
    width: 30%;
    text-align: right;
    margin: 0 0.5em;
  }
  #navigation ul.nav ul.sub-menu li ul.sub-menu li a {
    border-bottom: 0.202em solid #222832;
  }
  #navigation ul.nav ul.sub-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
  }
  #navigation ul.nav > li#menu-item-39,
  #navigation ul.nav > li#menu-item-36 {
    width: 20%;
  }
  #navigation ul.nav li a {
    border-top: none;
    font-size: 0.8em;
  }
  #navigation ul.nav li:hover > a {
    color: #000000 !important;
  }
  #navigation ul.nav > li.current-menu-item {
    border-bottom: 0.146em solid #ffffff;
  }
  #navigation ul.nav > li:hover {
    border-bottom: 0.146em solid #000000;
  }
  #navigation ul.nav li a:hover {
    color: #000000 !important;
    border-color: #000000 !important;
  }
  #navigation ul.nav ul ul {
    left: -85%;
  }
  #navigation ul.nav > li.parent > ul.sub-menu li.parent > a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 0.5em;
    display: inline-block;
    text-align: right;
    content: "\f105";
    border-bottom: .146em solid transparent;
    float: right;
    position: absolute;
    right: 6px;
  }
  /* ==========================================================================
      Footer
    ========================================================================== */
  #footer-widgets .col-3 .block {
    width: 45.6666666667%;
  }
  #footer-widgets .footer-widget-1 form input {
    padding: 0.25em 0.5em;
    line-height: normal;
  }
  #footer-widgets .footer-widget-1 form input[type="submit"] {
    padding: 0.25em 0.378em 0.25em 0.75em!important;
  }
  #footer-widgets .footer-widget-2 .widget {
    margin-top: 1em;
  }
  #footer-widgets .footer-widget-2 .textwidget span a {
    margin: 0;
  }
  #footer #copyright p span {
    width: auto;
    float: none;
  }
  #footer #copyright p > a {
    border-left: 1px solid #c9cac8;
    margin-left: 0.25em;
    padding-left: 0.5em;
  }
  #footer-widgets .footer-widget-2 .textwidget span {
    color: #c9cac8 !important;
  }
  #footer-widgets .footer-widget-2 .textwidget span h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #footer-widgets .footer-widget-2 .textwidget span h3 a {
    color: #c9cac8 !important;
  }
  #footer-widgets .footer-widget-3 .widget {
    margin-top: 1em;
  }
  /* Social Media */
  /* Intro Message
   ========================================================================== */
  #intro-message {
    background-image: url('/wp-content/themes/hub/images/desktop-slide.jpg');
  }
  #intro-message .wrapper {
    max-width: 90%;
  }
  #intro-message.home-section {
    padding: 3.631em 0 6.854em;
  }
  #intro-message h2 {
    text-align: left;
    font-size: 3.25em;
    padding: 0.5em 0 0;
    margin-bottom: 0;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 0, 0, 0.7);
  }
  #intro-message p {
    display: block;
    text-align: left;
    color: #ffffff !important;
    text-shadow: 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000;
  }
  #intro-message a.btn {
    display: inline-block;
    float: left;
    border-color: #ffffff !important;
    border-radius: 0;
    border-width: 2px;
    -webkit-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.5), 0 0 25px 8px rgba(0, 0, 0, 0.5), 0 0 25px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.5), 0 0 25px 8px rgba(0, 0, 0, 0.5), 0 0 25px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.5), 0 0 25px 8px rgba(0, 0, 0, 0.5), 0 0 25px 8px rgba(0, 0, 0, 0.5);
    font-size: 1.125em;
    padding: .5em 1.618em;
  }
  #intro-message a.btn:hover {
    color: #ffffff !important;
    background-color: #5d452b!important;
  }
  /* Categories Home
   ========================================================================== */
  #home-categories .category-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #home-categories .category-container > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c9cac8;
  }
  #home-categories .category-container > div:first-child,
  #home-categories .category-container > div:nth-child(2n+1) {
    border-right: none;
  }
  #home-categories .category-container > div:last-child {
    border-right: 1px solid #c9cac8;
  }
  #home-categories .category-container .categories {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: inherit;
    align-items: inherit;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
  }
  #home-categories .category-container .categories:hover {
    background-color: #c9cac8;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
  }
  #home-categories .category-container .categories img {
    margin: 0 auto;
    cursor: pointer;
  }
  #home-categories .category-container .categories .cat-button {
    padding-right: 0;
    height: 50px;
    background: #ff671d;
  }
  #home-categories .category-container .categories .cat-button a {
    padding: 0;
    text-align: center;
    font-size: 1.125em;
    height: 100%;
    color: #ffffff !important;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #home-categories .category-container .categories .cat-button a > .bullet-point-container {
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 0;
  }
  #home-categories .category-container .categories:hover .cat-button a > .bullet-point-container {
    width: 15%;
    height: 100%;
    display: block;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
  }
  #home-categories .category-container .categories .cat-button a .bullet-point-container .bullet-point {
    width: 0;
    height: 30px;
  }
  #home-categories .category-container .categories:hover .cat-button a .bullet-point-container .bullet-point {
    background: url('/wp-content/themes/hub/images/bullets/bullet-white.png') no-repeat;
    background-size: contain;
    width: 45%;
    background-position: center center;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    animation: arrowSlide ease 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: arrowSlide ease 0.6s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: arrowSlide ease 0.6s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: arrowSlide ease 0.6s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: arrowSlide ease 0.6s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  #home-categories .view-all {
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.5em;
    background-color: #545454;
    width: 50%;
  }
  #home-categories .view-all a {
    height: 50px;
  }
  /* ==========================================================================
     Style Guide Page
     ========================================================================== */
  .page-sidebar #main,
  .page-sidebar #sidebar,
  .page-template-template-contact #wrapper #main,
  .page-template-template-contact #wrapper #sidebar {
    margin-top: 1.1122em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  .page-sidebar #main,
  .page-template-template-contact #wrapper #main {
    width: 75%;
    float: left;
    padding-right: 2%;
  }
  .page-sidebar #main header,
  .page #wrapper #main header {
    margin-top: 0;
  }
  .page-sidebar #main .entry .gallery .gallery-item,
  .page-template-template-contact #wrapper #main .entry .gallery .gallery-item {
    width: 25%;
  }
  .page-sidebar #sidebar,
  .page-template-template-contact #wrapper #sidebar {
    display: block;
    width: 25%;
    padding-left: 2%;
    color: #000000;
  }
  .page-sidebar #sidebar .widget,
  .page-template-template-contact #wrapper #sidebar .widget {
    margin-bottom: 0.25em;
  }
  .page-sidebar #sidebar h3,
  .page-template-template-contact #wrapper #sidebar h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    padding-bottom: 0.125em;
    display: inline-block;
    border-bottom: 3px solid #ff671d;
    padding-right: 5%;
  }
  .page-sidebar #sidebar #searchform,
  .page-template-template-contact #wrapper #sidebar #searchform {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .page-sidebar #sidebar #searchform .field.s,
  .page-template-template-contact #wrapper #sidebar #searchform .field.s {
    padding: 0.25em;
    width: 80%;
  }
  .page-sidebar #sidebar #searchform #searchsubmit,
  .page-template-template-contact #wrapper #sidebar #searchform #searchsubmit {
    background: url('/wp-content/themes/hub/images/search-icon.png') #ffffff no-repeat center center;
    top: 21%;
    right: 5%;
  }
  .page-sidebar #sidebar .widget .component .team-member .team-member-content,
  .page-template-template-contact #wrapper #sidebar .widget .component .team-member .team-member-content {
    display: none;
  }
  /* ==========================================================================
     Category Page
     ========================================================================== */
  .banner {
    background: #000000;
    overflow: auto;
  }
  .banner h1 {
    border-bottom: 2px solid #ff671d;
  }
  .banner .banner-sub-container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
  }
  .banner .banner-sub-container h2 {
    position: absolute;
    top: 100px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.75em;
    left: 40px;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    font-style: italic;
  }
  .woocommerce .wrapper #main .parent-cat-image {
    margin-bottom: 3em;
  }
  .woocommerce .wrapper .sub-cat-container {
    margin-bottom: 2em;
    padding-top: 0.75em;
    padding-bottom: .75em;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box {
    width: calc(33.33333333%);
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box.num-2 {
    display: block;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box a.view {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box:hover a.view {
    display: block;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price h3 {
    width: 67%;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box a.view h3 {
    text-align: center;
    margin-bottom: 0;
    color: #ffffff !important;
  }
  /* Sub Category */
  .woocommerce #content ul.products li.product {
    width: calc(33.33333333%);
    margin: 0 0 1em;
  }
  .woocommerce #content ul.products li.product .product-container .view {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
  }
  .woocommerce #content ul.products li.product .product-container .view h3 {
    color: #ffffff;
  }
  .woocommerce #content ul.products li.product .product-container .view h3:after {
    display: none;
  }
  .woocommerce #content ul.products li.product:hover .product-container .view {
    display: block;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
  }
}
@media only screen and (min-width: 960px) {
  /* ==========================================================================
    Header
  ========================================================================== */
  .black-strip {
    padding: 0 5%;
  }
  .black-strip .right {
    width: 60%;
  }
  .black-strip .find-dealer {
    display: flex;
    position: relative;
  }
  .black-strip .find-dealer span {
    flex: 1 1 auto;
  }
  .black-strip .find-dealer i {
    position:relative;
    right:0;
  }
  #header #logo {
    width: 20%;
  }
  #navigation ul.nav > li {
    width: auto;
    margin: 0 0.25em;
  }
  #navigation ul.nav > li#menu-item-39,
  #navigation ul.nav > li#menu-item-36 {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* ==========================================================================
  Global
========================================================================== */
  /* ==========================================================================
  Header
========================================================================== */
  .black-strip .right {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #navigation ul.nav ul ul {
    left: 100%;
  }
  /* ==========================================================================
    Footer
  ========================================================================== */
  #footer-widgets .col-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #footer-widgets .col-3 .block {
    width: 33.3333333%;
  }
  #footer-widgets .col-3 .block.footer-widget-2:after {
    content: "";
    width: 40%;
    border-bottom: 3px solid #ff671d;
    margin: 0 auto;
    display: block;
    padding-top: 5%;
  }
  #footer-widgets .footer-widget-1 p {
    font-size: 1em;
  }
  #footer-widgets .widget ul li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
    text-transform: uppercase;
  }
  #footer-widgets .widget ul li a {
    color: #c9cac8 !important;
  }
  #footer-widgets .widget ul li a:hover {
    color: #ff671d !important;
  }
  /* ==========================================================================
      Home
========================================================================== */
  /* Intro-Message
   ========================================================================== */
  #intro-message .wrapper {
    max-width: 1140px;
  }
  /* Home Feature
   ========================================================================== */
  .home-feature-top {
    background: url(/wp-content/themes/hub/images/home-feature-father-son-archery.jpg) no-repeat center top;
    margin-top: 0;
  }
  .home-feature-top footer {
    background-color: #000000;
    padding: 1em 0;
    text-align: center;
  }
  .home-feature-top footer .btn {
    font-size: 1.5em;
    display: inline-block;
  }

  .feature-01 .item .heading,
  .feature-02 .item .heading {
    margin-top: 0;
  }

  .feature-01 {
    position: relative;
    padding: 90px 0;
  }

  .feature-01 .item {
    width: 110px;
    height: 600px;
    border-top: none;
    margin-right: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background-position: right center;
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer;
    transition: opacity 0.3s,width 0.4s,height 0.4s;
    opacity: 1;
  }
  .feature-01 .item .slide-bullet-point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff671d;
  }
  .feature-01 .item:hover .slide-bullet-point {
    height: 70px;
  }
  .feature-01 .item:hover .slide-bullet-point .bullet-point {
    width: 35px;
    height: 25px;
    margin: 22.5px auto 0 auto;
    display: block;
    background: url('/wp-content/themes/hub/images/bullets/bullet-white.png') no-repeat;
    background-size: contain;
    animation: arrowSlide ease 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: arrowSlide ease 0.6s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: arrowSlide ease 0.6s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: arrowSlide ease 0.6s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: arrowSlide ease 0.6s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
  }
  .feature-01 .item h3,
  .feature-01 .item .details {
    display: none;
    border: none;
    transition: unset;
    max-height: none;
  }
  .feature-01 .item .heading {
    top: 190px;
    padding: 0.5em 2em;
  }
  .feature-01 .item img {
    right: -500px;
    transition: right ease-out 0.5s;
    transition-delay: 0.3s;
  }
  .feature-01 .item .details {
    top: 260px;
    color: #000000;
  }
  .feature-01 .item .details .bullets {
    margin-top: 40px;
    display: block;
  }
  .feature-01 .item .details .bullets li {
    list-style-type: none;
  }
  .feature-01 .item .details .bullets span.circle {
    background-color: #ff671d;
    padding: 5px;
    border-radius: 50%;
    margin-right: 1em;
    display: inline-block;
  }
  .feature-01 .item.transition {
    opacity: 0.5;
  }
  .feature-01 .item.active {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 640px;
    overflow: hidden;
    max-height: none;
    box-shadow: none;
    background-image: none !important;
    cursor: default;
    float: none;
    height: auto;
  }
  .feature-01 .item.active img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    float: none;
    height: auto;
  }
  .feature-01 .item.active h3 {
    display: inline-block;
    position: absolute;
    z-index: 10;
  }
  .feature-01 .item.active h3 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .feature-01 .item.active .details {
    display: block;
    position: absolute;
    z-index: 10;
    max-height: none;
    width: 100%;
    bottom: 0;
    max-width: none;
  }
  .feature-01 .item.active .details .btn {
    display: inline-block;
  }
  .feature-01 .item.ascent-colors.active .details .description {
    max-width: 320px;
  }
  .feature-01 .item.active .details .description {
    max-width: 320px;
  }
  .feature-01 .item.active .slide-bullet-point {
    display: none;
  }
  .home-feature-bottom {
    background: url(/wp-content/themes/hub/images/home-feature-deer-target-practice.jpg) no-repeat center bottom;
    margin-top: 0;
  }
  .home-feature-bottom footer {
    background-color: #000000;
    padding: 1em 0;
    text-align: center;
  }
  .home-feature-bottom footer .btn {
    font-size: 1.5em;
    display: inline-block;
  }
  .feature-02 {
    position: relative;
    padding: 90px 0;
    margin-left: 1em;
  }
  .feature-02 .item {
    width: 375px;
    height: 245px;
    border-top: none;
    margin-bottom: 5px;
    background-color: #fff;
    background-position: center center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    display: block;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 1;
    background-size: 280px;
  }
  .feature-02 .item .slide-bullet-point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff671d;
  }
  .feature-02 .item:hover .slide-bullet-point {
    height: 70px;
  }
  .feature-02 .item:hover .slide-bullet-point .bullet-point {
    width: 35px;
    height: 25px;
    margin: 22.5px auto 0 auto;
    display: block;
    background: url('/wp-content/themes/hub/images/bullets/bullet-white.png') no-repeat;
    background-size: contain;
    animation: arrowSlide ease 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: arrowSlide ease 0.6s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: arrowSlide ease 0.6s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: arrowSlide ease 0.6s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: arrowSlide ease 0.6s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
  }
  .feature-02 .item h3,
  .feature-02 .item .details {
    display: none;
    border: none;
    transition: unset;
    max-height: none;
  }
  .feature-02 .item .heading {
    padding: 0.5em 2em;
  }
  .feature-02 .item img {
    right: -500px;
    transition: right ease-out 0.5s;
    transition-delay: 0.3s;
  }
  .feature-02 .item .details {
    top: 260px;
    color: #000000;
  }
  .feature-02 .item .details .bullets {
    margin-top: 40px;
  }
  .feature-02 .item .details .bullets li {
    list-style-type: none;
  }
  .feature-02 .item .details .bullets span.circle {
    background-color: #ff671d;
    padding: 5px;
    border-radius: 50%;
    margin-right: 1em;
    display: inline-block;
  }
  .feature-02 .item.transition {
    opacity: 0.5;
  }
  .feature-02 .item.active {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 640px;
    overflow: hidden;
    max-height: none;
    text-align: center;
    padding-top: 8em;
    background-color: transparent;
    box-shadow: none;
    background-image: none !important;
    cursor: default;
    float: none;
    height: auto;
  }
  .feature-02 .item.active img {
    display: block;
    margin-bottom: 10px;
  }
  .feature-02 .item.active h3 {
    display: inline-block;
  }
  .feature-02 .item.active .details {
    display: block;
    max-height: none;
    width: 95%;
    margin: 0;
    padding-top: 20px;
  }
  .feature-02 .item.active .details .btn {
    display: block;
  }
  .feature-02 .item.active .details .description {
    text-align: left;
  }
  .feature-02 .item.active .details .description li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .feature-02 .item.active .slide-bullet-point {
    display: none;
  }
  /* Categories
   ========================================================================== */
  #home-categories .category-container .categories {
    width: 25%;
  }
  #home-categories .category-container > div {
    border: 1px solid #c9cac8 !important;
  }
  #home-categories .category-container .view-all {
    width: 35%;
  }
  /* ==========================================================================
   Category Page
   ========================================================================== */
  .woocommerce .wrapper .sub-cat-container .sub-cat-box {
    width: calc(23%);
    margin: 0 1%;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box.num-3 {
    display: block;
  }
  /* Sub Category */
  .woocommerce #content ul.products li.product {
    width: calc(23%);
    margin: 0 1%;
  }
}
@media only screen and (min-width: 1280px) {
  /* ==========================================================================
     Header
  ========================================================================== */

  #anchor-nav { display: block; }

  .black-strip .right {
    width: 46%;
  }
  #navigation {
    width: 80%;
  }
  #navigation ul.nav li a {
    font-size: 0.9em;
  }
  #navigation ul.nav > li {
    font-size: 1em;
  }
  /* ==========================================================================
      Home
   ========================================================================== */
  /* Home Feature
   ========================================================================== */
  .feature-01 {
    margin-left: auto;
  }
  .feature-01 .item {
    width: 120px;
  }
  .feature-01 .item.active {
    width: 740px;
  }
  .feature-01 .item.active .details .description {
    max-width: 370px;
  }
  .feature-01 .item.active .new-fish {
    right: 659px;
  }
  .feature-02 {
    margin-left: auto;
  }
  .feature-02 .item {
    height: 240px;
  }
  .feature-02 .item.active {
    width: 740px;
  }
  .feature-02 .item.active .details {
    width: 90%;
  }
  /* Categories
      ========================================================================== */
  #home-categories .category-container .categories {
    width: 25%;
  }
  #home-categories .view-all {
    width: 25%;
  }
  .banner .banner-sub-container h2 {
    left: 20px;
  }
}
@media only screen and (min-width: 1550px) {
  /* ==========================================================================
     Header
     ========================================================================== */
  #navigation ul.nav li a {
    font-size: 0.9em;
  }
  /* ==========================================================================
     Home
     ========================================================================== */
  #intro-message.home-section {
    padding: 7.631em 0 8.854em;
  }
  /* Categories
 ========================================================================== */
  #home-categories .category-container .categories,
  #home-categories .category-container .view-all {
    width: 20%;
  }
  #home-categories .view-all {
    background: #c9cac8;
    cursor: pointer;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }
  #home-categories .view-all:hover {
    background: #c9cac8;
  }
  #home-categories .view-all a {
    position: relative;
    color: #ffffff !important;
  }
  #home-categories .view-all a .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.5em;
  }
  #home-categories .view-all a .text span {
    display: block;
    float: left;
    width: 100%;
  }
  #home-categories .view-all .slide-bullet-point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    background-color: #7e7e7e;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
  }
  #home-categories .view-all:hover .slide-bullet-point {
    height: 100px;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
  }
  #home-categories .view-all:hover .slide-bullet-point .bullet-point {
    width: 61px;
    height: 43px;
    margin: 0 auto;
    display: block;
    background: url('/wp-content/themes/hub/images/bullets/bullet-white.png') no-repeat;
    background-size: contain;
    animation: slideLeft ease-in-out 0.9s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: slideLeft ease-in-out 0.9s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: slideLeft ease-in-out 0.9s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: slideLeft ease-in-out 0.9s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: slideLeft ease-in-out 0.9s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
  }
  #home-categories .view-all .bottom-bar {
    background-color: #545454;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  /* Products Page
     ========================================================================== */
  .woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price h3 {
    width: 85%;
  }
  .woocommerce .wrapper .sub-cat-container .sub-cat-box a.title-price h3:after {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.message-slider { padding-bottom: 30px; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0 0 30px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

div.results_entry span.location_name,
#sl_div #map_sidebar div.results_entry a {
  color: #ff671d !important;
}

.search .hentry header h1 a:link, 
.search .hentry header h1 a:visited {
  color: #ff671d;
}
.search .hentry header h1 a:hover {
  color: #5d452b;
}