@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/*--------------------------------------------------------------
FONT INCLUSION
--------------------------------------------------------------*/
/*** CSS RESET

Adapted from Eric Meyer's CSS Reset Reloaded
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ***/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
img {
  border: 0;
}
/* Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/ */
body {
  font: 13px/1.231 sans-serif;
  font-size: small;
}
/* Hack retained to preserve specificity */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Always force a scrollbar in non-IE */
html {
  overflow-y: auto;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/*** universal styles ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 12px;
}
h1 {
  font-size: 1.9em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-weight: bold;
}
ul,
ol {
  list-style: none;
}
p,
li,
blockquote {
  line-height: 1.6em;
}
a {
  color: #0645ad;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
acronym,
abbr {
  cursor: help;
  border-bottom: 1px dashed #999;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.clear,
.clearfix {
  clear: both;
}
.center {
  text-align: center;
}
.hidden {
  display: none !important;
}
.error-box {
  background: #FFBCBC;
  padding: 8px 8px 8px 30px;
  font-size: 0.85em;
}
.error-box li {
  margin: 0 0 4px;
  color: #5e0000;
}
/* Clearfix */
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.clearfix {
  zoom: 1;
}
a.simple_button {
  display: inline-block;
  padding: 6px 10px;
  background: #0080B7;
  color: white !important;
  text-decoration: none;
  border-radius: 3px;
}
a.simple_button:hover {
  background: #0097d8;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*** the_content ***/
.the_content {
  line-height: 1.5em;
}
.the_content blockquote {
  padding: 10px 20px;
  font-style: italic;
  line-height: 1.8em;
  font-size: 1.1em;
}
.the_content ul {
  list-style-type: square;
  padding: 10px 0 0 40px;
}
.the_content ol {
  list-style-type: decimal;
  padding: 10px 0 0 40px;
}
.the_content p {
  padding: 10px 0;
}
.the_content p a {
  text-decoration: none;
}
.the_content p a:hover {
  text-decoration: underline;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin: 12px 0 0;
}
.the_content dt {
  font-weight: bold;
}
.the_content p,
.the_content strong,
.the_content em,
.the_content b,
.the_content i,
.the_content a,
.the_content span,
.the_content u,
.the_content del,
.the_content s,
.the_content address,
.the_content abbr,
.the_content code,
.the_content pre,
.the_content dd {
  line-height: inherit;
}
.the_content td,
.the_content th {
  padding: 5px;
  line-height: 1.2em;
}
/*** WP core styles ***/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  margin: 15px 15px 0 0;
  float: left;
}
.alignright {
  margin: 15px 0 0 15px;
  float: right;
}
.gallery-caption,
.wp-caption-text {
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
}
/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 15%;
}
.gallery-columns-5 .gallery-item {
  max-width: 10%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/** Columns **/
.col-lg-4 {
  box-sizing: border-box;
  width: 33%;
}
/*--------------------------------------------------------------
KEYFRAMES
--------------------------------------------------------------*/
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/*--------------------------------------------------------------
UNIVERSAL
--------------------------------------------------------------*/
/**  Woocommerce State Dropdown Chrome Issue Fix **/
.select2-dropdown {
  min-width: 300px;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.inner_wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
img,
figure {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
video::-webkit-media-controls {
  display: none !important;
}
a {
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
a:hover {
  text-decoration: none;
}
.col_half {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.col_onethird {
  width: 34%;
  box-sizing: border-box;
  float: left;
}
.col_twothird {
  width: 66%;
  box-sizing: border-box;
  float: left;
}
.wb_fullpage_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.wb_next_section {
  position: absolute;
  bottom: 20px;
  color: #fefefe;
  border-radius: 50%;
  border: #fefefe 3px solid;
  font-size: 1.5em!important;
  box-shadow: 4px 4px 5px 0px #404040;
  padding: 10px;
  left: 73%;
  margin-left: -25px;
}
.wb_next_section[href="#more_section"] {
  left: 50%;
}
.wb_next_section.shake {
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}
.wb_next_section:before {
  text-shadow: 4px 4px 5px #404040;
}
.wb_next_section:hover {
  color: #333333;
}
#breadcrumbs {
  margin: 35px 0;
}
#breadcrumbs span {
  color: #9b9b9b;
}
#breadcrumbs > span > span > span {
  margin-left: 5px;
}
#breadcrumbs a {
  margin-right: 5px;
  color: #9b9b9b;
}
#breadcrumbs .breadcrumb_last {
  margin-left: 5px;
  color: #333333;
}
.woocommerce-breadcrumb {
  font-weight: bold;
}
.download_cta {
  padding: 10px 30px;
  border: #fefefe 1px solid;
  color: #fefefe;
  display: inline-block;
  border-radius: 5px;
}
.download_cta:hover {
  color: #545454;
  background: #fefefe;
}
.gift_cert {
  background: #9b9b9b;
  padding: 20px;
  color: #fefefe;
  margin-top: 20px;
}
.gift_cert p {
  font-size: 1.4em;
  line-height: 1.2em;
}
.gift_cert .cert_title {
  font-weight: 100;
  font-size: 2.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gift_cert .redeem_cert_cta {
  float: right;
  text-transform: uppercase;
  background: #ce000a;
  color: #fefefe;
  padding: 5px 30px 5px 10px;
  margin-top: 10px;
  border-radius: 0 13px 13px 0px;
  position: relative;
}
.gift_cert .redeem_cert_cta span {
  position: absolute;
  top: 4px;
  right: 5px;
}
.gift_cert .redeem_cert_cta span:before {
  padding: 2px 2px 2px 4px;
  border: white 1px solid;
  border-radius: 50%;
  font-size: .8em;
}
.content_col {
  padding: 20px 0;
}
.theme_social_icons a {
  font-size: 3em;
  color: #9b9b9b;
  padding: 10px;
}
.theme_social_icons a:hover {
  color: #545454;
}
.font-color-red {
  color: #ce000a;
}
/*** BUTTONS ***/
a.button {
  padding: 6px 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  box-shadow: 4px 4px 5px 0px #404040;
}
a.button.button_red {
  background-color: #ce000a;
  color: #fefefe;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/***   HEADER SUBNAV   ***/
.header .menu-main-navigation-container .navigation {
  position: relative;
}
.header .menu-main-navigation-container .navigation > li {
  padding: 0 0 20px 0;
}
.header .menu-main-navigation-container .navigation > li > .sub-menu {
  background: #a8a9ad;
  position: absolute;
  padding: 20px;
  display: none;
  right: 0;
  top: 40px;
  white-space: nowrap;
  border-radius: 0 0px 7px 7px;
}
.header .menu-main-navigation-container .navigation > li > .sub-menu:hover {
  display: block;
}
.header .menu-main-navigation-container .navigation > li > .sub-menu li {
  min-width: 150px;
  display: table-cell;
  padding-right: 40px;
}
.header .menu-main-navigation-container .navigation > li > .sub-menu li a {
  font-weight: bold;
  white-space: normal;
}
.header .menu-main-navigation-container .navigation > li > .sub-menu li a .menu-item-description {
  white-space: normal;
  margin-top: 10px;
  text-transform: none;
  font-weight: normal;
}
.header .menu-main-navigation-container .navigation > li > .sub-menu li:last-child {
  padding-right: 0;
}
.header .menu-main-navigation-container .navigation > li:hover > .sub-menu {
  display: block;
}
body:not(.home) .page_main_content {
  padding-top: 100px;
}
body:not(.home) .header {
  background: #000;
  position: fixed;
  width: 100%;
  z-index: 4;
  height: 90px;
  padding-top: 10px;
}
body:not(.home) .header .inner_wrapper {
  position: relative;
}
body:not(.home) .header .logo_menuholder {
  background: #000;
  width: auto;
  height: 90px;
  position: relative;
  -moz-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -ms-transition: width 1s ease;
  transition: width 1s ease;
}
body:not(.home) .header #page_logo {
  float: left;
  z-index: 2;
  position: relative;
  height: 100%;
  width: auto;
}
body:not(.home) .header #page_logo img {
  max-height: 100%;
}
body:not(.home) .header #wb_menu_expander {
  color: #fefefe;
  background: transparent url(../images/menu-button.png) 0 0 no-repeat;
  height: 60px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  display: none;
}
body:not(.home) .header #wb_menu_expander:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
body:not(.home) .header .menu-main-navigation-container {
  padding-right: 20px;
  /*margin-right: 5px;*/
  float: right;
  padding-top: 50px;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body:not(.home) .header .menu-main-navigation-container li {
  display: inline-block;
  margin-right: 40px;
}
body:not(.home) .header .menu-main-navigation-container li.current-menu-item > a {
  border-bottom: #fefefe 1px solid;
  text-decoration: none;
}
body:not(.home) .header .menu-main-navigation-container li a {
  color: #fefefe;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 0;
}
body:not(.home) .header .menu-main-navigation-container li a:hover {
  border-bottom: #fefefe 1px solid;
  text-decoration: none;
}
body:not(.home) .header .menu-main-navigation-container li:last-child {
  margin-right: 0;
}
body:not(.home) .header.expanded .logo_menuholder {
  width: auto;
}
body:not(.home) .header.expanded .menu-main-navigation-container {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
}
.footer .footer_section1 {
  padding: 50px 0;
  background: #e8e9eb;
}
.footer .footer_section1 .widget {
  box-sizing: border-box;
  width: 31%;
  float: left;
  margin-right: 3.5%;
  text-align: center;
  font-size: 1.5em;
}
.footer .footer_section1 .widget h3 {
  margin-top: 10px;
  font-weight: 300;
}
.footer .footer_section1 .widget p {
  font-weight: bold;
}
.footer .footer_section1 .widget:last-child {
  margin-right: 0;
}
.footer .footer_section2 {
  padding: 50px 0;
  background: #ce000a;
}
.footer .footer_section2 .widget {
  text-align: center;
  font-size: 1.5em;
  color: #fefefe;
}
.footer .footer_section2 .widget h3 {
  font-weight: normal;
}
.footer .footer_section2 .widget p {
  font-weight: 300;
}
.footer .footer_section2 .widget a {
  margin-top: 50px;
}
/*--------------------------------------------------------------
SPECIFIC PAGES
--------------------------------------------------------------*/
/***   404   ***/
.fourohfour_section {
  padding: 100px 0;
  background: #ce000a;
  text-align: center;
}
.fourohfour_section h1 {
  color: #fefefe;
  font-size: 3em;
  text-transform: uppercase;
}
.fourohfour_section p {
  color: #fefefe;
  font-size: 1.5em;
}
/***   TEAM PAGE   ***/
body.the-team figure.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
body.the-team figure.gallery-item img {
  margin-bottom: 5px;
}
/***   STORE   ***/
body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary {
  box-sizing: border-box;
  width: 50%;
}
body.single-product.woocommerce .images .thumbnails {
  padding: 1em 1em 0px 1em;
  background: #e8e9eb;
  margin-top: 20px;
}
body.single-product.woocommerce .images .thumbnails .zoom {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.single-product.woocommerce .images .thumbnails .zoom.current-thumb,
body.single-product.woocommerce .images .thumbnails .zoom:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.single-product.woocommerce .entry-summary {
  text-align: center;
  background: #e8e9eb;
  padding: 20px;
}
body.single-product.woocommerce .entry-summary .product_title {
  text-transform: uppercase;
  padding: 15px 20px;
  background: #fefefe;
}
body.single-product.woocommerce .entry-summary .price .amount {
  color: #333333;
  font-size: 1.5em;
}
body.single-product.woocommerce .entry-summary div[itemprop="description"] {
  margin: 10px 0;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  text-align: left;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  display: inline-block;
  padding: 10px 20px;
  background: #ce000a;
  color: #fefefe;
  text-transform: uppercase;
  position: relative;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 10px solid #e8e9eb;
  border-right: 18px solid #e8e9eb;
  position: absolute;
  bottom: -9px;
  right: 0px;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 10px solid #e8e9eb;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #e8e9eb;
  position: absolute;
  top: -9px;
  right: 0px;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  background: #ce000a;
  color: #fefefe;
  padding: 10px 20px;
  display: inline-block;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #a8a9ad;
  font-weight: bold;
  font-size: 1.1em;
}
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
body.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #fefefe;
}
body.single-product.woocommerce .entry-summary .variations {
  margin: 0 auto 1em auto;
}
body.single-product.woocommerce .entry-summary .cart .quantity {
  float: none;
  margin-top: 10px;
}
body.single-product.woocommerce .entry-summary .cart .quantity input {
  padding: 20px 0px 20px 10px;
  border: none;
  border-radius: 50%;
}
body.single-product.woocommerce .entry-summary .cart .quantity:before {
  content: 'Quantity: ';
}
body.single-product.woocommerce .entry-summary .cart .single_add_to_cart_button {
  display: inline-block;
  float: none;
  background: #fefefe;
  color: #333333;
  margin-top: 20px;
  padding: 50px 20px;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 1.5em;
  width: 145px;
  white-space: normal;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
body.single-product.woocommerce .entry-summary .cart .single_add_to_cart_button:hover {
  background: #9b9b9b;
}
.woocommerce ul.products li.product {
  margin: 0 3.9% 2.992em 0;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.wb_outer_shop_wrapper {
  background: #808080;
  /* Old browsers */
  background: -moz-linear-gradient(top, #808080 0%, #808080 50%, #b3b3b3 50%, #b3b3b3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #808080), color-stop(50%, #808080), color-stop(50%, #b3b3b3), color-stop(100%, #b3b3b3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #808080 0%, #808080 50%, #b3b3b3 50%, #b3b3b3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #808080 0%, #808080 50%, #b3b3b3 50%, #b3b3b3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #808080 0%, #808080 50%, #b3b3b3 50%, #b3b3b3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #808080 0%, #808080 50%, #b3b3b3 50%, #b3b3b3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#b3b3b3', GradientType=0);
  /* IE6-9 */
}
.wb_outer_shop_wrapper .shop_wrapper {
  padding: 0 20px 20px;
  background: rgba(255, 255, 255, 0.7) url(../images/watermark.png) left bottom 40px no-repeat;
  box-sizing: border-box;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper {
  padding: 20px;
  background: #fefefe;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .term-description {
  text-align: center;
  margin-bottom: 20px;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper {
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper h1 {
  padding: 10px 0px;
  border-top: #fefefe 2px solid;
  border-bottom: #fefefe 2px solid;
  display: inline-block;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.5em;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .related.products {
  clear: both;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .related.products ul.products li {
  width: 22.05%;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper.second_instance {
  background: rgba(255, 255, 255, 0.6);
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #content > ul.products .product,
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #main > ul.products .product {
  position: relative;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #content > ul.products .product img,
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #main > ul.products .product img {
  margin-bottom: 0;
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #content > ul.products .product h3,
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #main > ul.products .product h3 {
  /*position: absolute;
						top: 0;
						padding-top: 10px;
						width: 100%;
						
						overflow: hidden;
						box-sizing: border-box;
						font-size: 1.5em;
						left: 0;
						background: rgba(0,0,0,.5);
						padding: 15px 10px;
						color: #fff;
						text-transform: uppercase;
						font-weight: 600;*/
}
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #content > ul.products .product h3 mark,
.wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper #main > ul.products .product h3 mark {
  display: none;
}
.wb_outer_shop_wrapper .shop_footer_sidebar ul.product_list_widget li {
  margin-bottom: 20px;
}
.wb_outer_shop_wrapper .shop_footer_sidebar ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  margin-left: 0;
  width: 100px;
}
.wb_outer_shop_wrapper .shop_footer_sidebar .widget {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
.wb_outer_shop_wrapper .shop_footer_sidebar .widget:first-child,
.wb_outer_shop_wrapper .shop_footer_sidebar .widget:last-child {
  width: 25%;
  padding: 0;
}
.wb_outer_shop_wrapper .shop_footer_sidebar .widget .widget-title {
  font-size: 1.6em;
  font-weight: 800;
}
.newsletter_signup_wrapper {
  background: #333333;
  padding: 20px;
}
.newsletter_signup_wrapper .newsletter_title {
  color: #fefefe;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1em;
}
.newsletter_signup_wrapper .newsletter_subtext {
  color: #ce000a;
  font-size: 1.7em;
}
.newsletter_signup_wrapper .newsletter_signup_form {
  float: right;
  padding: 5px;
  background: #9b9b9b;
  margin-top: 12px;
}
.newsletter_signup_wrapper .newsletter_signup_form input[type="text"] {
  border: 0;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
  font-size: 1.5em;
}
.newsletter_signup_wrapper .newsletter_signup_form input[type="submit"],
.newsletter_signup_wrapper .newsletter_signup_form button[type="submit"] {
  border: 0;
  margin: 0;
  padding: 9px 40px 6px 10px;
  font-size: 1.2em;
  background: #ce000a url(../images/icons/right-arrow-circle-white.png) top 4px right 5px no-repeat;
  box-shadow: none;
  border-radius: 0 15px 15px 0;
  text-transform: uppercase;
  color: #fefefe;
}
.shop_footer .copyright_info {
  padding: 20px 0;
}
.shop_footer .copyright_info p {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
}
.shop_footer .copyright_info p .phonetext {
  font-weight: bold;
}
.shop_footer .copyright_info a {
  color: #333333;
  font-weight: 300;
}
.shop_footer .copyright_info a:hover {
  color: #fefefe;
}
.shop_footer .copyright_info .whitetext {
  color: #fefefe;
}
.product_searchform_cart_wrapper {
  text-align: right;
}
.product_searchform_cart_wrapper .woocommerce-product-search {
  display: inline-block;
  vertical-align: top;
  background: #9b9b9b;
  padding: 5px;
  margin-right: 10px;
}
.product_searchform_cart_wrapper .woocommerce-product-search label {
  display: none;
}
.product_searchform_cart_wrapper .woocommerce-product-search input[type="search"] {
  padding: 7px 10px;
  margin: 0;
  border: 0;
  outline: none;
  background: #fefefe;
}
.product_searchform_cart_wrapper .woocommerce-product-search input[type="submit"],
.product_searchform_cart_wrapper .woocommerce-product-search button[type="submit"] {
  padding: 7px 30px 7px 10px;
  margin: 0;
  border: 0;
  outline: none;
  background: #4d4d4d url(../images/icons/search_white.png) top 6px right 5px no-repeat;
  color: #fefefe;
  border-radius: 0 7px 7px 0;
  text-transform: uppercase;
}
.product_searchform_cart_wrapper .wb_cart_button_wrap {
  background: #9b9b9b;
  padding: 5px;
  display: inline-block;
}
.product_searchform_cart_wrapper .wb_cart_button_wrap .wb_cart_button {
  display: inline-block;
  padding: 0px 10px 5px 10px;
  color: #fefefe;
  text-transform: uppercase;
  background: #4d4d4d;
  text-align: center;
  border-radius: 0 7px 7px 0;
}
.product_searchform_cart_wrapper .wb_cart_button_wrap .wb_cart_button:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f07a";
  padding-left: 5px;
  font-size: 1.5em;
}
.product_searchform_cart_wrapper .wb_cart_button_wrap .wb_cart_button > span {
  font-size: .8em;
}
/** Any other shop pages **/
/** make titles overlay on product category items **/
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 1;
}
body.woocommerce ul.products li.product-category h3 {
  position: absolute;
  top: 0;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 2em;
  text-align: center;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(1%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
body.woocommerce ul.products li.product-category h3 .wb_shop_now_button {
  position: absolute;
  bottom: 0;
  left: -10px;
  border-left: #ce000a 10px solid;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 10px;
  max-width: 200px;
  background: #ce000a;
  padding-right: 40px;
}
body.woocommerce ul.products li.product-category h3 .wb_shop_now_button:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 9px;
  padding: 2px 3px 2px 6px;
  z-index: 1;
  border: #333333 2px solid;
  border-radius: 50%;
  color: #333333;
}
body.woocommerce ul.products li.product-category h3 .wb_shop_now_button:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: url(../images/icons/red_angle.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
body.woocommerce ul.products.main_shop_page li.product-category h3 {
  border-left: #ce000a 10px solid;
}
body.woocommerce ul.products.main_shop_page li.product-category.featured_category {
  float: none;
  margin-top: 20px;
  width: 100%;
}
body.woocommerce ul.products.main_shop_page li.product-category.featured_category .featured_responsive_image {
  display: none;
}
body.woocommerce ul.products.main_shop_page li.product-category.featured_category h3 {
  display: inline-block;
  width: auto;
  top: 40px;
  left: 40px;
  border-left: #ce000a 10px solid;
  font-size: 3.5em;
  max-height: calc(40px + 1em);
  overflow: visible;
  background: rgba(0, 0, 0, 0.5);
}
body.woocommerce ul.products.main_shop_page li.product-category.featured_category h3 .wb_shop_now_button {
  position: relative;
  margin-top: 14px;
  left: -20px;
}
/** turn off clickable cursor for main product image **/
.woocommerce .images a:first-child {
  cursor: default;
}
/***  BOATS   ***/
.wb_fullpage.boat_cats .col_onethird {
  background: #05495c;
}
.wb_fullpage.boat_cats .col_onethird .widget {
  color: #fff;
  background: #022c38;
  display: table;
  margin: 0 0 0 auto;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  max-width: 80%;
}
.wb_fullpage.boat_cats .col_onethird .widget .entry-title a {
  font-size: 2em;
  color: #fefefe;
}
.wb_fullpage.boat_cats .col_onethird .widget .entry-summary {
  font-size: 1.3em;
}
.wb_fullpage.boat_cats .wb_boat_cats_wrap .wb_boat_cat {
  width: 50%;
  box-sizing: border-box;
  float: left;
  position: relative;
  min-height: 100px;
  background-size: cover;
}
.wb_fullpage.boat_cats .wb_boat_cats_wrap .wb_boat_cat a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wb_fullpage.boat_cats .wb_boat_cats_wrap .wb_boat_cat a span {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  font-size: 1.5em;
}
/*** BOATS CATEGORY PAGES ***/
body.tax-boat_types .page_main_content,
body.single-wb_boats .page_main_content,
body.woocommerce .page_main_content {
  padding-top: 144px;
}
body.admin-bar .boat_cat_submenu_wrap {
  top: 132px;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .store_mobile_toggle {
  display: none;
  color: #9b9b9b;
  float: right;
  padding: 10px 20px;
  font-size: 2em;
  cursor: pointer;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .store_mobile_toggle:hover {
  color: #fefefe;
  background: #ce000a;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu {
  padding: 0;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu.expanded li .sub-menu {
  top: 50px;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu > li {
  padding: 0 20px;
  width: 235px;
  height: 50px;
  display: table;
  box-sizing: border-box;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu > li:first-child .sub-menu {
  border-radius: 0 0 0 8px;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu > li:last-child .sub-menu {
  border-radius: 0 0 8px 0;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu > li:hover > a {
  color: #fefefe;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu > li > a {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  color: #9b9b9b;
  background: transparent;
}
body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu > li a {
  padding: 0;
  background: transparent;
}
.boat_cat_submenu_wrap {
  background: #292929;
  position: fixed;
  width: 100%;
  top: 100px;
  min-height: 50px;
  z-index: 3;
}
.boat_cat_submenu_wrap .boat_cat_section_menu {
  float: right;
  padding-left: 50px;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li {
  float: left;
  position: relative;
  background: #292929;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li a {
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16.5px 20px;
  display: inline-block;
  background: transparent;
  font-size: 1.1em;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li a.current-item {
  background: #ce000a;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li:hover a {
  background: #ce000a;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li:hover .sub-menu {
  background: #e8e9eb;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li:hover .sub-menu li a:hover {
  color: #ce000a;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li:hover .sub-menu li a:before {
  color: #ce000a;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li .sub-menu {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50px;
  width: 100%;
  height: 185px;
  top: -160px;
  background: #9b9b9b;
  border: #545454 10px solid;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease, top 0.5s ease;
  -webkit-transition: background-color 0.5s ease, top 0.5s ease;
  -o-transition: background-color 0.5s ease, top 0.5s ease;
  -ms-transition: background-color 0.5s ease, top 0.5s ease;
  transition: background-color 0.5s ease, top 0.5s ease;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li .sub-menu li {
  display: block;
  padding: 5px;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li .sub-menu li a {
  color: #292929;
  text-transform: none;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li .sub-menu li a:before {
  content: '>';
  color: #e8e9eb;
  padding-right: 5px;
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li .sub-menu li:hover {
  /*background: @c_red;*/
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li .sub-menu li.current-item {
  /*background: @c_red;*/
}
.boat_cat_submenu_wrap .boat_cat_section_menu > li:first-child .sub-menu {
  border-left: #545454 10px solid;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 225px;
  background: #fefefe;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu_toggle {
  background: #545454 url(../images/menu-button-inverse.png) right 15px center no-repeat;
  background-size: 30px 30px;
  padding: 11px 0px;
  text-align: center;
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu_toggle:hover {
  background: #666666 url(../images/menu-button-inverse.png) right 15px center no-repeat;
  background-size: 30px 30px;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu {
  overflow: auto;
  background: #fefefe;
  text-align: center;
  padding-top: 30px;
  max-height: calc(100% - 74px);
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu li {
  padding: 15px 0;
  border-top: #cccccc 1px solid;
  max-width: 70%;
  margin: 0 auto;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu li.current-item a {
  color: #ce000a;
  font-weight: bold;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu li a {
  font-size: 1.4em;
  font-weight: normal;
  color: #333333;
}
.boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu li a:hover {
  color: #ce000a;
  font-weight: bold;
}
.wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content {
  text-align: left;
  background: #fefefe;
  padding: 30px;
  font-size: 1.3em;
  margin-top: 40px;
  display: inline-block;
  margin-left: 225px;
  width: 420px;
  position: relative;
}
.wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 20px;
  background: transparent url(../images/icons/white_angle.png) 0 0 no-repeat;
  width: 20px;
  height: 39px;
}
.wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content h2 {
  text-transform: uppercase;
  font-size: 3em;
}
body.tax-boat_types .boat_cat_submenu_wrap .boat_model_menu_wrap .boat_model_menu_toggle {
  /*background: @c_grey;
				cursor: default;
				&:hover {
					background: @c_grey;
				}*/
}
/*** HOME   ***/
body.home .header {
  height: 60px;
  background: -moz-linear-gradient(left, #000000 0%, #000000 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(26%, #000000), color-stop(27%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, #000000 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, #000000 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, #000000 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, #000000 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  top: 70px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
body.home .header .inner_wrapper {
  height: 60px;
  position: relative;
}
body.home .header .logo_menuholder {
  background: #000;
  height: 60px;
  width: 400px;
  display: inline-block;
  position: relative;
  -moz-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -ms-transition: width 1s ease;
  transition: width 1s ease;
}
body.home .header #page_logo {
  float: left;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
body.home .header #wb_menu_expander {
  color: #fefefe;
  background: transparent url(../images/menu-button.png) 0 0 no-repeat;
  height: 60px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
body.home .header #wb_menu_expander:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
body.home .header .menu-main-navigation-container {
  padding-right: 20px;
  margin-right: 5px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.home .header .menu-main-navigation-container li {
  display: inline-block;
  margin-right: 40px;
}
body.home .header .menu-main-navigation-container li a {
  color: #fefefe;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 0px;
}
body.home .header .menu-main-navigation-container li a:hover {
  border-bottom: #fefefe 1px solid;
  text-decoration: none;
}
body.home .header .menu-main-navigation-container li:last-child {
  margin-right: 0;
}
body.home .header.expanded .logo_menuholder {
  width: calc(100% - 65px);
}
body.home .header.expanded .menu-main-navigation-container {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.home .twobc_video_slideshow_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  z-index: 0;
}
body.home .twobc_video_slideshow_container .twobc_position_indicator {
  display: none;
}
body.home .twobc_video_slideshow_container .twobc_position_indicator .twobc_page_selector {
  font-size: 0;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 50%;
  border: #fefefe 1px solid;
  margin-right: 10px;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
body.home .twobc_video_slideshow_container .twobc_position_indicator .twobc_page_selector.current,
body.home .twobc_video_slideshow_container .twobc_position_indicator .twobc_page_selector:hover {
  background: #fefefe;
}
body.home .twobc_video_slideshow_container .twobc_inner_content {
  display: table;
  width: 100%;
  height: 100%;
}
body.home .twobc_video_slideshow_container .twobc_inner_content .middlecentering {
  color: #fefefe;
  display: table-cell;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
}
body.home .twobc_video_slideshow_container .twobc_inner_content .middlecentering .large_text {
  font-size: 4em;
  line-height: 1.1em;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
body.home .twobc_video_slideshow_container .twobc_inner_content .middlecentering .midtext {
  font-size: 2em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
}
body.home .twobc_video_slideshow_container .twobc_inner_content .middlecentering .midtext .button {
  margin-top: 10px;
  font-size: 20px;
  color: #fefefe;
  border: #fefefe 1px solid;
  box-shadow: none;
  background: transparent;
}
body.home .twobc_video_slideshow_container .twobc_inner_content .middlecentering .midtext .button:hover {
  text-decoration: none;
  color: #333333;
  background: #fefefe;
}
body.home .twobc_video_slideshow_container .twobc_slide_container.twobc_current_slide .twobc_inner_content .middlecentering .large_text {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.home .twobc_video_slideshow_container .twobc_slide_container.twobc_current_slide .twobc_inner_content .middlecentering .midtext {
  opacity: 1;
  filter: alpha(opacity=100);
}
/***  BOAT SINGLE   ***/
/* Full page more section overflow fallback */
#more_section {
  overflow-y: auto;
}
.wb_boatsingle_section_wrap .wb_fullpage_section.wb_single_vid_section {
  min-height: 250px;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section {
  background: #fefefe;
  /*height: auto!important;*/
  overflow-y: auto;
  z-index: 2;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
  -moz-transition: width 0.5s ease, opacity 0.5s ease;
  -webkit-transition: width 0.5s ease, opacity 0.5s ease;
  -o-transition: width 0.5s ease, opacity 0.5s ease;
  -ms-transition: width 0.5s ease, opacity 0.5s ease;
  transition: width 0.5s ease, opacity 0.5s ease;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .video_button,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .video_button,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .image_button,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .image_button {
  display: none;
  font-size: 1.5em;
  border: #333333 3px solid;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  margin-top: -15.5px;
  cursor: pointer;
  z-index: 1;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .video_button:hover,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .video_button:hover,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .image_button:hover,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .image_button:hover {
  background: #333333;
  color: #fefefe;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .video_button,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .video_button {
  right: 10px;
  padding: 3px 5px 2px 7px;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .image_button,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .image_button {
  left: 10px;
  padding: 3px 7px 2px 5px;
  color: #fefefe;
  border: #fefefe 3px solid;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .media_title,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .media_title {
  text-align: center;
  margin-bottom: 40px;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .media_title span,
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .media_title span {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px;
  border-top: #333333 1px solid;
  border-bottom: #333333 1px solid;
  text-transform: uppercase;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section {
  left: 0;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .twobc_image_gallery_universal_wrapper .thumb_wrapper {
  background: transparent;
  box-shadow: none;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .twobc_image_gallery_universal_wrapper .thumb_wrapper .tax_title {
  display: none;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .image_section .twobc_image_gallery_universal_wrapper .twobc_image_gallery_title {
  display: none;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section {
  left: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .media_title {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  z-index: 1;
  top: 40px;
  color: #fefefe;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .media_title span {
  border-top: #fefefe 1px solid;
  border-bottom: #fefefe 1px solid;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .boat_vid_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section .video_section .boat_vid_thumb img {
  height: 100%;
  width: auto;
  max-width: none;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section {
  width: 100%;
  left: 0;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section .twobc_image_gallery_universal_wrapper {
  width: 50%;
  box-sizing: border-box;
  float: right;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section .twobc_image_gallery_alt_display {
  width: 50%;
  box-sizing: border-box;
  float: right;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section .twobc_image_gallery_alt_display .twobc_ig_modal_wrapper > p {
  display: none;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section .video_button {
  display: block;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .video_section {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.vid_view .image_section {
  width: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.vid_view .video_section {
  width: 100%;
  left: 0;
}
.wb_boatsingle_section_wrap .wb_fullpage_section#media_section.vid_view .video_section .image_button {
  display: block;
}
.wb_boatsingle_section_wrap .wb_fullpage_section .boattitle_wrapper {
  display: table;
  text-align: center;
}
.wb_boatsingle_section_wrap .wb_fullpage_section .boattitle_wrapper .boatcat_name {
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 1.5em;
  margin-top: 40px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.wb_boatsingle_section_wrap .wb_fullpage_section .boattitle_wrapper .boatmodel_title {
  font-size: 2em;
  text-transform: uppercase;
  border-top: #333333 1px solid;
  border-bottom: #333333 1px solid;
  padding: 20px 0;
  width: 100%;
  margin-top: 10px;
  font-size: 3em;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper {
  display: block;
  height: 100%;
  width: 99%;
}
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview,
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs {
  display: block;
  vertical-align: bottom;
  position: relative;
  height: 100%;
}
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview .overview_content_wrap,
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs .overview_content_wrap,
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview .specs_content_wrap,
.wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs .specs_content_wrap {
  padding: 20px 20px 40px 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.5em;
  position: absolute;
  bottom: 20px;
  right: 0;
  box-sizing: border-box;
  width: 50%;
  overflow: auto;
  height: calc(100% - 210px);
}
.wb_boatsingle_section_wrap .more_images_button {
  text-align: right;
}
.wb_boatsingle_section_wrap .button_row {
  margin-bottom: 10px;
}
.wb_boatsingle_section_wrap .button_red {
  font-size: 0.9em;
}
.wb_boatsingle_section_wrap .more_images_button a {
  text-transform: uppercase;
}
.wb_boatsingle_section_wrap .spec_title {
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  clear: both;
  font-weight: normal;
  font-size: 1.5em;
  padding: 10px 0;
}
.wb_boatsingle_section_wrap table.db-specs {
  /* make table fit */
  font-size: 0.9em;
}
.twobc_image_gallery_alt_display {
  padding-left: 2%;
}
/*-----------------------------------------------------------------------------------*/
/*	Video Section
/*-----------------------------------------------------------------------------------*/
.videosection {
  margin: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.videosection .video-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.videosection .video-fallback {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.videosection .video-overlay {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.videosection .container {
  position: relative;
  z-index: 3;
}
/** ATTACHMET PAGE **/
.attachment .page_main_content .content_full {
  margin: 10px 10px 40px;
  text-align: center;
}
.twobc_vid_section_playtoggle,
.twobc_vs_mobile_play {
  width: 40px;
  height: 40px;
  background-image: url(../images/scsheet60a.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -40px 0;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
  display: none;
}
.twobc_vid_section_playtoggle.paused,
.twobc_vs_mobile_play.paused {
  background-position: 0 0;
}
.twobc_video_slideshow_container .twobc_slide_container .twobc_mobile_play_pause.shake,
.twobc_vid_section_playtoggle.shake,
.twobc_vs_mobile_play.shake {
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}
.twobc_vs_mobile_play {
  z-index: 4;
  position: absolute;
}
/*--------------------------------------------------------------
DRIFT BOAT PACKAGE SHENANIGINS
--------------------------------------------------------------*/
.package_pricing_title {
  background-color: #333333;
  color: #fefefe;
  text-align: center;
  font-weight: normal;
  font-size: 1.2em;
  padding: 10px 0;
}
.drift_boat_packages {
  /*width: 225px;*/
  /*float: left;*/
}
.drift_boat_packages .package_title {
  font-size: 0.8em;
  background-color: rgba(100, 100, 100, 0.8);
  color: #fefefe;
  display: inline-block;
  padding: 5px;
  font-weight: 100;
  position: absolute;
  margin-top: 10px;
  top: 0;
  left: 0;
}
.drift_boat_packages .col {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.drift_boat_packages .col:last-child {
  margin-right: 0;
}
.drift_boat_packages .col img {
  width: 100%;
}
.drift_boat_packages .price {
  position: absolute;
  bottom: 13px;
  right: 0px;
  background-color: rgba(100, 100, 100, 0.8);
  font-weight: bold;
  color: white;
  padding: 10px;
}
body .drift_boat_packages .col {
  text-align: center;
}
body .drift_boat_packages .col-lg-4 {
  width: 32.5%;
}
body .drift_boat_packages .price {
  right: 0;
}
.package_specs {
  /*margin-left: 240px;*/
}
.package_specs ul {
  padding-left: 24px;
}
.package_specs li {
  color: #ce000a;
}
.package_specs li span {
  color: #333333;
}
.package_specs .button_red {
  width: 60%;
}
/*.drift_package_link {
	display: block;
	background-color: @c_red;
	color: @c_white;
	padding: 8px 40px 8px 7px;
	position: relative;
	max-width: 380px;
	
	&:after {
		color: @c_black;
		font: normal normal normal 14px/1 FontAwesome;
		content: ">";
		border: @c_black 2px solid;
		border-radius: 50%;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 1.5em;
		padding: 0px 5px 5px 7px;
	}
	span {
		display: block;
		font-size: .8em;
	}
}*/
/*--------------------------------------------------------------
PRE-OWNED STYLING
--------------------------------------------------------------*/
.preowned_image {
  position: relative;
  float: left;
  margin: 15px 15px 0 0;
}
.preowned_image .sold_tag {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fefefe;
  font-weight: bold;
  font-size: 2.8em;
  margin-left: -71px;
  margin-top: -28px;
  padding: 20px 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.single-post .sold_tag {
  clear: both;
  text-align: center;
  color: #fefefe;
  font-size: 2.8em;
  font-weight: bold;
}
/*--------------------------------------------------------------
BLOG STYLING
--------------------------------------------------------------*/
/** BLOG LISTING **/
.content_col .post {
  padding-bottom: 20px;
}
.blog_sn_toggle {
  display: none;
  background: #545454 url(../images/menu-button-inverse.png) right 15px center no-repeat;
  background-size: 30px 30px;
  padding: 11px 0px;
  text-align: center;
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
  float: left;
  width: 55px;
  height: 30px;
}
/** gallery posts **/
body.single-format-gallery {
  /* back to listing button */
}
body.single-format-gallery .twobc_slideshow_container,
body.single-format-gallery .twobc_slideshow_container .twobc_thumb_wrapper {
  background-color: transparent;
}
body.single-format-gallery .twobc_slideshow_container .twobc_thumb_container,
body.single-format-gallery .twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container {
  white-space: nowrap;
}
body.single-format-gallery .twobc_slideshow_container {
  margin-top: 8px;
}
body.single-format-gallery .content_col .col_half .button_red {
  margin: 20px auto;
  display: table;
}
.blog_category_menu {
  margin-top: 10px;
  float: right;
}
.blog_category_menu li {
  display: inline-block;
  font-size: 1.2em;
  padding: 0 20px;
}
.blog_category_menu li a {
  color: #a8a9ad;
  text-transform: uppercase;
}
.blog_category_menu li.blog_category_title {
  text-transform: uppercase;
  color: #ce000a;
}
.blog_category_menu li.current-menu-item a {
  color: #fefefe;
}
body.blog,
body.single-post,
body.category {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+48,b3b3b3+48 */
  background: #808080;
  /* Old browsers */
  background: -moz-linear-gradient(top, #808080 48%, #b3b3b3 48%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #808080 48%, #b3b3b3 48%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #808080 48%, #b3b3b3 48%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#b3b3b3', GradientType=0);
  /* IE6-9 */
}
body.blog .blog_header_image,
body.single-post .blog_header_image,
body.category .blog_header_image {
  margin-bottom: 20px;
}
body.blog .page_main_content,
body.single-post .page_main_content,
body.category .page_main_content {
  padding-top: 150px;
}
body.blog .page_main_content .outer_wrapper,
body.single-post .page_main_content .outer_wrapper,
body.category .page_main_content .outer_wrapper {
  background-color: #d9d9d9;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
body.blog .page_main_content .inner_wrapper,
body.single-post .page_main_content .inner_wrapper,
body.category .page_main_content .inner_wrapper {
  background-color: #fefefe;
  padding: 20px;
  position: relative;
}
body.blog .blog_title,
body.single-post .blog_title,
body.category .blog_title {
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  text-align: center;
  color: #fefefe;
  position: absolute;
  top: 105px;
  left: 50%;
  margin-left: -122px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.5em;
}
body.blog .blog_listing,
body.single-post .blog_listing,
body.category .blog_listing {
  background-color: #000;
  width: 49%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  min-height: 347px;
}
body.blog .blog_listing.even,
body.single-post .blog_listing.even,
body.category .blog_listing.even {
  float: left;
  margin-right: 1%;
  clear: left;
}
body.blog .blog_listing.odd,
body.single-post .blog_listing.odd,
body.category .blog_listing.odd {
  float: right;
  margin-left: 1%;
}
body.blog .blog_listing .post_thumbnail,
body.single-post .blog_listing .post_thumbnail,
body.category .blog_listing .post_thumbnail {
  width: 303px;
  height: 303px;
  float: left;
  margin-right: 20px;
  position: relative;
}
body.blog .blog_listing.format-video .video_play_button,
body.single-post .blog_listing.format-video .video_play_button,
body.category .blog_listing.format-video .video_play_button {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -33px;
  margin-right: -33px;
}
body.blog .post_info,
body.single-post .post_info,
body.category .post_info {
  color: #ce000a;
  font-weight: bold;
}
body.blog h2 a,
body.single-post h2 a,
body.category h2 a {
  color: #b3b3b3;
  font-weight: bold;
}
body.blog .the_content,
body.single-post .the_content,
body.category .the_content {
  color: #fefefe;
}
body.blog .read_more_link,
body.single-post .read_more_link,
body.category .read_more_link {
  position: absolute;
  bottom: 3%;
  right: 3%;
}
body.blog .read_more_link a,
body.single-post .read_more_link a,
body.category .read_more_link a {
  color: #808080;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
body.blog .read_more_link_icon,
body.single-post .read_more_link_icon,
body.category .read_more_link_icon {
  font-size: 1.5em;
  border: 1px solid #808080;
  border-radius: 50px;
  display: inline-block;
  padding: 5px;
  position: relative;
  bottom: -2px;
  padding-left: 5px;
}
body.blog .page_nav,
body.single-post .page_nav,
body.category .page_nav {
  float: right;
  margin: 10px 0 20px;
}
body.blog .page_nav span.current,
body.single-post .page_nav span.current,
body.category .page_nav span.current {
  color: #fefefe;
  background-color: #ce000a;
  border: 1px solid #333333;
  border-radius: 50%;
  padding: 0 6px 1px 4px;
  margin: 0 2px;
}
body.blog .page_nav a,
body.single-post .page_nav a,
body.category .page_nav a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 50%;
  padding: 0 6px 1px 4px;
  margin: 0 2px;
}
body.blog .footer .widget,
body.single-post .footer .widget,
body.category .footer .widget {
  box-sizing: border-box;
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  float: left;
  color: #fefefe;
}
body.blog .footer .widget.last,
body.single-post .footer .widget.last,
body.category .footer .widget.last {
  margin-right: 0;
  float: right;
}
body.blog .footer .widget.grey_bg,
body.single-post .footer .widget.grey_bg,
body.category .footer .widget.grey_bg {
  background: transparent url('../images/diamond_plate_grey.png') top left;
}
body.blog .footer .widget.red_bg,
body.single-post .footer .widget.red_bg,
body.category .footer .widget.red_bg {
  background: transparent url('../images/diamond_plate_red.png') top left;
}
body.blog .footer .widget .widget_content,
body.single-post .footer .widget .widget_content,
body.category .footer .widget .widget_content {
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
body.blog .footer .widget .widget_content img,
body.single-post .footer .widget .widget_content img,
body.category .footer .widget .widget_content img {
  width: 100%;
}
body.blog .footer .widget .widget_content img.facebook_overlay,
body.single-post .footer .widget .widget_content img.facebook_overlay,
body.category .footer .widget .widget_content img.facebook_overlay {
  position: absolute;
  right: 5px;
  top: -32px;
  width: 33%;
}
body.blog .footer .widget .widget_content .arrow_circle,
body.single-post .footer .widget .widget_content .arrow_circle,
body.category .footer .widget .widget_content .arrow_circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body.blog .footer .widget h3,
body.single-post .footer .widget h3,
body.category .footer .widget h3 {
  color: #000000;
  font-size: 1.4em;
}
body.blog .footer .widget a,
body.single-post .footer .widget a,
body.category .footer .widget a {
  color: #fefefe;
  font-weight: bold;
}
body.blog .footer .widget a .arrow_circle,
body.single-post .footer .widget a .arrow_circle,
body.category .footer .widget a .arrow_circle {
  font-weight: normal;
  border: 1px solid #fefefe;
  border-radius: 50%;
  display: inline-block;
  padding: 0 4px;
}
body.blog .footer .widget.widget_blog .widget_content,
body.single-post .footer .widget.widget_blog .widget_content,
body.category .footer .widget.widget_blog .widget_content {
  background-color: #ce000a;
  min-height: 246px;
  padding: 20px;
}
body.blog .footer .widget.widget_blog .widget_content ul li,
body.single-post .footer .widget.widget_blog .widget_content ul li,
body.category .footer .widget.widget_blog .widget_content ul li {
  margin-bottom: 10px;
}
body.blog .footer .widget.widget_blog .widget_content ul li:before,
body.single-post .footer .widget.widget_blog .widget_content ul li:before,
body.category .footer .widget.widget_blog .widget_content ul li:before {
  content: "\25A0";
  margin-right: 10px;
  position: relative;
  top: -2px;
  font-size: 1.2em;
}
body.blog .footer .widget.widget_blog .widget_content ul li a,
body.single-post .footer .widget.widget_blog .widget_content ul li a,
body.category .footer .widget.widget_blog .widget_content ul li a {
  margin-right: 10px;
}
body.blog .footer .widget.widget_blog .widget_content ul li span,
body.single-post .footer .widget.widget_blog .widget_content ul li span,
body.category .footer .widget.widget_blog .widget_content ul li span {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
body.blog .footer .inner_wrapper,
body.single-post .footer .inner_wrapper,
body.category .footer .inner_wrapper {
  padding-bottom: 0;
}
body.blog .signup_footer,
body.single-post .signup_footer,
body.category .signup_footer {
  background-color: #333333;
  color: #fefefe;
  padding: 20px;
}
body.blog .signup_footer .signup_text,
body.single-post .signup_footer .signup_text,
body.category .signup_footer .signup_text {
  float: left;
}
body.blog .signup_footer .signup_text h3,
body.single-post .signup_footer .signup_text h3,
body.category .signup_footer .signup_text h3 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0;
}
body.blog .signup_footer .signup_text .color_red,
body.single-post .signup_footer .signup_text .color_red,
body.category .signup_footer .signup_text .color_red {
  color: #ce000a;
  font-weight: bold;
}
body.blog .signup_footer .signup_field,
body.single-post .signup_footer .signup_field,
body.category .signup_footer .signup_field {
  float: right;
  text-align: right;
}
body.blog .signup_footer .signup_field .cct_email_field_wrapper,
body.single-post .signup_footer .signup_field .cct_email_field_wrapper,
body.category .signup_footer .signup_field .cct_email_field_wrapper {
  display: inline-block;
}
body.blog .signup_footer .signup_field .cct_email_field_wrapper input,
body.single-post .signup_footer .signup_field .cct_email_field_wrapper input,
body.category .signup_footer .signup_field .cct_email_field_wrapper input {
  padding: 10px 7px;
  width: 280px;
  line-height: 1em;
}
body.blog .signup_footer .signup_field .ctct-embed-signup,
body.single-post .signup_footer .signup_field .ctct-embed-signup,
body.category .signup_footer .signup_field .ctct-embed-signup {
  padding: 4px;
  background-color: #9b9b9b;
}
body.blog .signup_footer .signup_field .ctct-button,
body.single-post .signup_footer .signup_field .ctct-button,
body.category .signup_footer .signup_field .ctct-button {
  background-color: #ce000a;
  color: #fefefe;
  margin-left: -5px;
  border: none;
  display: inline-block;
  padding: 10px 8px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
body.blog .signup_footer .signup_field .ctct-button .arrow_circle,
body.single-post .signup_footer .signup_field .ctct-button .arrow_circle,
body.category .signup_footer .signup_field .ctct-button .arrow_circle {
  border: 1px solid #fefefe;
  border-radius: 50px;
  display: inline-block;
  vertical-align: baseline;
  padding: 2px 5px;
  margin-left: 10px;
}
body.blog .footer .inner_wrapper,
body.single-post .footer .inner_wrapper,
body.category .footer .inner_wrapper {
  background-color: #b3b3b3;
  max-width: 1460px;
}
body.blog .sold_tag,
body.category .sold_tag {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fefefe;
  font-weight: bold;
  font-size: 2.8em;
  margin-left: -86px;
  margin-top: -45px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
body.blog .blog_listing .the_content p,
body.category .blog_listing .the_content p {
  padding: 10px 0 20px;
}
/** SINGLE POST **/
body.single-post .blog_page_title {
  color: #808080;
  display: table;
  text-align: center;
  font-weight: normal;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-transform: uppercase;
  font-size: 2.2em;
  margin: 20px auto 20px;
  line-height: 1.2em;
}
body.single-post .single_post_wrapper {
  background-color: #000000;
  padding: 20px;
  margin-bottom: 32px;
}
body.single-post .single_post_wrapper h1 {
  color: #fefefe;
  font-size: 2.2em;
}
body.single-post .single_post_wrapper .content_col {
  padding: 0;
}
body.single-post .single_post_wrapper .content_col .post {
  border-bottom: 1px solid #fefefe;
  margin-bottom: 0;
  padding-bottom: 40px;
}
body.single-post .single_post_wrapper .attachment-post-thumbnail {
  margin-bottom: 16px;
}
body.single-post .single_post_wrapper .post_info {
  font-weight: bold;
  padding-right: 8px;
}
body.single-post .single_post_wrapper .post_categories {
  color: #808080;
  margin-right: 20px;
}
body.single-post video::-webkit-media-controls {
  display: flex !important;
}
body.single-post .page_main_content .inner_wrapper {
  background-color: #000000;
}
body.single-post .footer .widget h3 {
  color: #fefefe;
}
.post_navigation {
  margin-top: 20px;
  clear: both;
  font-weight: 700;
}
.post_navigation a {
  color: #fefefe;
}
.post_navigation .col-lg-4 {
  display: inline-block;
}
.post_navigation .previous_post_link {
  text-align: left;
}
.post_navigation .back_to_blog {
  text-align: center;
}
.post_navigation .next_post_link {
  text-align: right;
}
/** BLOG FOOTER **/
body.blog .widget_content,
body.category .widget_content,
body.single-post .widget_content {
  background-size: contain !important;
  display: inline-block;
}
body.blog .widget_content img,
body.category .widget_content img,
body.single-post .widget_content img {
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.blog .widget_content img.facebook_overlay,
body.category .widget_content img.facebook_overlay,
body.single-post .widget_content img.facebook_overlay {
  opacity: 1;
}
body.blog .widget_content a:hover img,
body.category .widget_content a:hover img,
body.single-post .widget_content a:hover img {
  opacity: 1;
}
body.blog .widget_shop .widget_content,
body.category .widget_shop .widget_content,
body.single-post .widget_shop .widget_content {
  background: url('../images/get_willie_gear_box.png') no-repeat top left;
}
body.blog .widget_followus .widget_content,
body.category .widget_followus .widget_content,
body.single-post .widget_followus .widget_content {
  background: url('../images/follow_us_box.png') no-repeat top left;
}
/** Simple Share Buttons **/
.ssba-wrap {
  display: inline-block;
  color: #fefefe;
}
/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1550px) {
  .inner_wrapper {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .header .inner_wrapper {
    padding: 0;
  }
  .boat_cat_submenu_wrap .inner_wrapper {
    padding: 0;
  }
  /** SPECIFICATION TABLES **/
  /*body.term-power-boats {*/
  table.db-specs {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
    /* make td into row */
  }
  table.db-specs thead,
  table.db-specs tbody,
  table.db-specs th,
  table.db-specs td,
  table.db-specs tr {
    display: block;
  }
  table.db-specs thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.db-specs tr {
    /*border: 1px solid black;*/
  }
  table.db-specs td {
    border: 1px solid black;
    position: relative;
    padding-left: 55%;
    /** LABELS **/
  }
  table.db-specs td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding - from woo guide */
    top: 6px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.db-specs td.db-specs-td:before {
    font-weight: bold;
  }
  table.db-specs td.specs_model:before {
    content: "Model";
  }
  table.db-specs td.specs_length:before {
    content: "Length";
  }
  table.db-specs td.specs_bottom_width:before {
    content: "Bottom Width";
  }
  table.db-specs td.specs_center_length:before {
    content: "Center Length";
  }
  table.db-specs td.specs_beam:before {
    content: "Beam";
  }
  table.db-specs td.specs_side_height:before {
    content: "Side Height";
  }
  table.db-specs td.specs_bottom_thickness:before {
    content: "Bottom Thickness";
  }
  table.db-specs td.specs_side_thickness:before {
    content: "Side Thickness";
  }
  table.db-specs td.specs_max_h_p:before {
    content: "Max H.P.";
  }
  table.db-specs td.specs_approx_weight:before {
    content: "Approx Weight";
  }
  table.db-specs td.specs_approx_weight:before {
    content: "Approx Weight";
  }
  table.db-specs td.specs_oar_lock_height:before {
    content: "Oar Lock Height";
  }
  table.db-specs td.specs_aluminum_grade_bottom:before {
    content: "Aluminum Grade Bottom";
  }
  table.db-specs table {
    border: none;
  }
  /* power boat specs */
  body.term-power-boats table.db-specs .specs_approx_weight {
    margin-bottom: 20px;
  }
  /* drift boat specs */
  body.term-drift-boats table.db-specs .specs_aluminum_grade_bottom {
    margin-bottom: 20px;
  }
  /*}*/
  body.blog body.category .footer .widget.widget_blog .widget_content,
  body.single-post .footer .widget.widget_blog .widget_content {
    min-height: 0;
  }
}
@media screen and (max-width: 1220px) {
  body.woocommerce ul.products li.product-category h3 {
    font-size: 1.5em;
  }
  .gift_cert .cert_title {
    font-size: 2em;
  }
  body:not(.single-wb_boats) .store_mobile_toggle {
    display: block;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .inner_store_menu_wrap {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .inner_store_menu_wrap.toggled {
    overflow: visible;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .inner_store_menu_wrap.toggled .boat_cat_section_menu {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu {
    position: absolute;
    right: -100%;
    top: 53px;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu.expanded li {
    background: #292929;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu.expanded li .sub-menu {
    top: 0;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu li {
    display: block;
    width: auto;
    float: none;
    padding: 10px;
    height: auto;
    color: #9b9b9b;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu li .sub-menu {
    border: none;
    padding-top: 10px;
    background: transparent;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: auto;
    width: auto;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu li .sub-menu li {
    background: transparent;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu li .sub-menu li a {
    color: #9b9b9b;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu li .sub-menu li:hover {
    background: #ce000a;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .boat_cat_section_menu li .sub-menu li:hover a {
    color: #fefefe;
  }
  body:not(.single-wb_boats) .boat_cat_submenu_wrap .store_mobile_toggle {
    display: block;
  }
  body.blog .blog_title,
  body.category .blog_title {
    top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .twobc_vid_section_playtoggle {
    display: block;
  }
  body.blog .blog_listing,
  body.category .blog_listing {
    float: none;
    width: 100%;
  }
  body.blog .blog_listing .post_thumbnail,
  body.category .blog_listing .post_thumbnail {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .post_navigation .col-lg-4 {
    width: 100%;
  }
  .post_navigation .previous_post_link,
  .post_navigation .back_to_blog,
  .post_navigation .next_post_link {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .blog_category_menu {
    display: block!important;
  }
}
@media screen and (max-width: 1000px) {
  .blog_category_menu {
    display: none;
    position: absolute;
    top: 42px;
    padding: 15px 0;
    background: #545454;
  }
  .blog_category_menu li {
    display: block;
  }
  .blog_sn_toggle {
    display: block;
  }
  body.woocommerce ul.products.main_shop_page li.product-category {
    clear: none;
    margin-right: 0;
  }
  body.woocommerce ul.products.main_shop_page li.product-category:nth-child(2n) {
    float: left;
    margin-right: 3.9%;
  }
  body.woocommerce ul.products.main_shop_page li.product-category.featured_category h3 {
    font-size: 2em;
    max-height: calc(35px + 1em);
  }
  body.woocommerce ul.products li.product-category {
    width: 48%;
    float: left;
    margin-right: 3.9%;
    clear: none;
  }
  body.woocommerce ul.products li.product-category:nth-child(2n) {
    float: left;
    margin-right: 0;
  }
  body.woocommerce ul.products li.product-category h3 {
    font-size: 2em;
  }
  .gift_cert .cert_title {
    font-size: 1.5em;
  }
  body.tax-boat_types .wb_boatmodel_section_wrap {
    overflow: visible;
  }
  .header.expanded .menu-main-navigation-container {
    width: auto;
  }
  .header .menu-main-navigation-container {
    width: calc(100% - 41px);
  }
  .header .menu-main-navigation-container .navigation > li {
    padding: 0;
  }
  .header .menu-main-navigation-container .navigation > li > a {
    font-weight: bold;
  }
  .header .menu-main-navigation-container .navigation > li > .sub-menu {
    background: transparent;
    position: relative;
    padding: 0px;
    display: block;
    right: 0;
    top: 0;
    white-space: normal;
    margin-top: 20px;
    padding-left: 10px;
  }
  .header .menu-main-navigation-container .navigation > li > .sub-menu li {
    margin-right: 0;
    display: block;
  }
  .header .menu-main-navigation-container .navigation > li > .sub-menu li a {
    font-weight: normal;
  }
  .header .menu-main-navigation-container .navigation > li > .sub-menu li a:before {
    content: '- ';
  }
  .header .menu-main-navigation-container .navigation > li > .sub-menu li a .menu-item-description {
    display: none;
  }
  .col_onethird,
  .col_twothird,
  .col_half {
    float: none;
    width: auto;
  }
  .wb_fullpage.boat_cats .col_onethird .widget {
    margin: 0 auto;
  }
  body:not(.home) .header .logo_menuholder {
    width: calc(100% - 65px);
    display: inline-block;
  }
  body:not(.home) .header #wb_menu_expander {
    display: inline-block;
    background: transparent url(../images/menu-button-inverse.png) 0 0 no-repeat;
    vertical-align: initial;
  }
  body:not(.home) .header .menu-main-navigation-container {
    padding: 20px;
    top: 90px;
    margin: 0;
    background: #000;
    padding-top: 35px;
    border-radius: 0 0 15px 0;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  body:not(.home) .header .menu-main-navigation-container li {
    display: block;
    margin-bottom: 20px;
  }
  body:not(.home) .header .menu-main-navigation-container li:last-child {
    margin-bottom: 0;
  }
  body:not(.home) .header.expanded .logo_menuholder {
    width: calc(100% - 65px);
  }
  body:not(.home) .header.expanded .menu-main-navigation-container {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body.home .header .logo_menuholder {
    width: calc(100% - 65px);
  }
  body.home .header .logo_menuholder #page_logo {
    width: 100%;
  }
  body.home .header .menu-main-navigation-container {
    padding: 20px;
    top: 60px;
    left: 0;
    margin: 0;
    background: #000;
    padding-top: 45px;
    border-radius: 0 0 15px 0;
    z-index: -1;
    overflow: auto;
  }
  body.home .header .menu-main-navigation-container li {
    display: block;
    margin-bottom: 20px;
  }
  body.home .header .menu-main-navigation-container li:last-child {
    margin-bottom: 0;
  }
  body.home .header.expanded .logo_menuholder {
    width: calc(100% - 65px);
  }
  body.home .header.expanded .menu-main-navigation-container {
    left: 0;
  }
  .wb_boatsingle_section_wrap .whitepaper_button .button_red {
    margin: 0 auto;
    display: table;
  }
  .wb_boatsingle_section_wrap .more_images_button {
    text-align: center;
    margin: 8px 0 0;
  }
  body.blog .blog_title,
  body.category .blog_title {
    top: 70px;
  }
}
@media screen and (max-width: 782px) {
  .newsletter_signup_wrapper {
    text-align: center;
  }
  .newsletter_signup_wrapper .newsletter_signup_form {
    float: none;
    margin-bottom: 10px;
  }
  .newsletter_signup_wrapper .newsletter_signup_form input[type="text"],
  .newsletter_signup_wrapper .newsletter_signup_form input[type="email"] {
    width: calc(100% - 175px);
    box-sizing: border-box;
  }
  .newsletter_signup_wrapper .newsletter_signup_form input[type="submit"] {
    padding: 9px 0px 6px 10px;
    width: 170px;
    text-align: left;
  }
  .wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content {
    /*margin-left: 0;
				width: auto;
				font-size: 1.2em;
				
				&:after {
					display: none;
				}*/
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper {
    top: 25px;
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper h1 {
    font-size: 2em;
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .related.products ul.products li {
    width: 48.01%;
  }
  .footer.shop_footer p {
    float: none;
    display: block;
    text-align: center;
  }
  .footer .footer_section1 .widget {
    width: auto;
    float: none;
    margin: 10px auto;
  }
  .wb_outer_shop_wrapper .shop_footer_sidebar .widget {
    float: none;
    width: auto;
    padding: 0;
    margin: 10px 0;
  }
  .wb_outer_shop_wrapper .shop_footer_sidebar .widget:first-child,
  .wb_outer_shop_wrapper .shop_footer_sidebar .widget:last-child {
    width: auto;
    padding: 0;
  }
  .gift_cert .cert_title {
    font-size: 2.5em;
  }
  body.admin-bar .boat_cat_submenu_wrap {
    top: 146px;
  }
  .boat_cat_submenu_wrap .boat_model_menu_wrap {
    left: -175px;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .boat_cat_submenu_wrap .boat_model_menu_wrap.expanded {
    left: 0;
  }
  table.db-dpecs td {
    padding-left: 70%;
  }
  .blog_category_menu {
    text-align: center;
    float: none;
  }
  .blog_category_menu li {
    /*display: block;*/
  }
  body.blog .footer .widget,
  body.single .footer .widget,
  body.category .footer .widget,
  body.blog .footer .widget.last,
  body.single .footer .widget.last,
  body.category .footer .widget.last {
    float: none;
    width: 100%;
    padding: 1px;
    margin-bottom: 20px;
  }
  body.blog .signup_footer,
  body.single .signup_footer,
  body.category .signup_footer {
    text-align: center;
  }
  body.blog .signup_footer .signup_field,
  body.single .signup_footer .signup_field,
  body.category .signup_footer .signup_field {
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
  }
  body.blog .signup_footer .signup_field .ctct-embed-signup,
  body.single .signup_footer .signup_field .ctct-embed-signup,
  body.category .signup_footer .signup_field .ctct-embed-signup {
    display: inline-block;
  }
  body.blog .signup_footer .signup_field .cct_email_field_wrapper input,
  body.single .signup_footer .signup_field .cct_email_field_wrapper input,
  body.category .signup_footer .signup_field .cct_email_field_wrapper input {
    width: 160px;
  }
  body.blog .blog_title,
  body.category .blog_title {
    top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product {
    margin: 0 0 2.992em;
  }
}
@media screen and (max-width: 768px) {
  .wb_boatmodel_section_wrap .wb_fullpage_section {
    display: none;
  }
  .wb_boatmodel_section_wrap .wb_fullpage_section:first-child {
    display: block;
  }
  .wb_boatmodel_section_wrap .wb_fullpage_section .wb_excerpt_content {
    display: none;
  }
  body.single-wb_boats .boat_cat_submenu_wrap .boat_cat_section_menu {
    display: none;
  }
  .twobc_vs_mobile_play {
    display: block;
  }
  .twobc_vid_section_playtoggle {
    display: none;
  }
  body .wb_next_section {
    display: none;
  }
  /* START Make the cart table responsive */
  /* http://css-tricks.com/responsive-data-tables/ */
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important;
  }
  .woocommerce-page table.shop_table {
    border: none;
  }
  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }
  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: auto;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
	Label the data
	*/
  .woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
  }
  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }
  .woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
  }
  .woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
  }
  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }
  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }
  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
  }
  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce #main .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity,
  .woocommerce-page #main .quantity {
    margin: 0;
  }
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page #main table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt,
  .woocommerce-page #main table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }
  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page #main table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input,
  .woocommerce-page #main table.cart td.actions input {
    margin-bottom: 10px;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper {
    display: block;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview,
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs {
    display: block;
  }
  body.woocommerce ul.products.main_shop_page li.product-category.featured_category h3 {
    top: 0;
    left: 0;
    font-size: 1.5em;
  }
  body.woocommerce ul.products li.product-category h3 {
    font-size: 1.5em;
  }
  .product_searchform_cart_wrapper .woocommerce-product-search {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .product_searchform_cart_wrapper .woocommerce-product-search input[type="submit"] {
    padding: 7px 0px 7px 10px;
    width: 100px;
    box-sizing: border-box;
    text-align: left;
  }
  .product_searchform_cart_wrapper .woocommerce-product-search input[type="search"] {
    width: calc(100% - 105px);
  }
  body:not(.home) .header {
    position: absolute;
  }
  .boat_cat_submenu_wrap {
    position: absolute;
  }
  .wb_boatmodel_section_wrap .wb_fullpage_section {
    margin-top: 0!important;
  }
  .wb_boatmodel_section_wrap .wb_fullpage_section .inner_wrapper {
    padding: 0;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section.wb_single_vid_section {
    position: relative!important;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section#specs_section,
  .wb_boatsingle_section_wrap .wb_fullpage_section#overview_section {
    height: auto!important;
    padding-bottom: 20px;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview,
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs {
    vertical-align: top;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview .overview_content_wrap,
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs .overview_content_wrap,
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_overview .specs_content_wrap,
  .wb_boatsingle_section_wrap .wb_fullpage_section > .inner_wrapper .boat_specs .specs_content_wrap {
    position: relative;
    height: none;
    width: auto;
    bottom: auto;
    padding: 0;
  }
  .wb_fullpage.boat_cats .col_onethird .widget {
    padding: 20px;
    max-width: 90%;
  }
  .wb_fullpage.boat_cats .wb_boat_cats_wrap .wb_boat_cat {
    width: auto;
    float: none;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .video_section {
    height: 0!important;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section .twobc_image_gallery_alt_display {
    width: auto;
    float: none;
  }
  .wb_boatsingle_section_wrap .wb_fullpage_section#media_section.img_view .image_section .twobc_image_gallery_universal_wrapper {
    width: auto;
    float: none;
  }
  body.home .twobc_video_slideshow_container .twobc_slide_container .twobc_inner_content .middlecentering .large_text {
    font-size: 2em;
  }
  body.home .twobc_video_slideshow_container .twobc_slide_container .twobc_inner_content .middlecentering .midtext {
    font-size: 1.3em;
  }
  .product_searchform_cart_wrapper {
    text-align: left;
  }
  /** CONTACT PAGE **/
  .contact_map {
    margin: 0 5%;
    width: 90%;
  }
}
@media screen and (max-width: 477px) {
  body.the-team figure.gallery-item {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .package_specs .button_red {
    box-sizing: border-box;
    width: 99%;
  }
  body.blog .blog_title,
  body.category .blog_title {
    top: 20px;
  }
}
@media screen and (max-width: 465px) {
  .wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content {
    box-sizing: border-box;
    font-size: 1em;
    margin-top: 0;
  }
  .wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content h2 {
    font-size: 2.5em;
  }
  .wb_boatmodel_section_wrap .inner_wrapper .wb_excerpt_content:after {
    display: none;
  }
  body.woocommerce ul.products.main_shop_page li.product-category {
    width: 100%;
    float: none;
    margin-right: 0;
    clear: none;
  }
  body.woocommerce ul.products.main_shop_page li.product-category:nth-child(2n) {
    float: none;
    margin-right: 0;
  }
  body.woocommerce ul.products.main_shop_page li.product-category.featured_category .large_featured_image {
    display: none;
  }
  body.woocommerce ul.products.main_shop_page li.product-category.featured_category h3 {
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
  body.woocommerce ul.products.main_shop_page li.product-category.featured_category h3 .wb_shop_now_button {
    position: absolute;
    bottom: 0;
    left: -10px;
    margin-top: 0;
  }
  body.woocommerce ul.products.main_shop_page li.product-category.featured_category .featured_responsive_image {
    display: block;
  }
  body.woocommerce ul.products li.product-category {
    width: 100%;
    float: none;
    margin-right: 0;
    clear: none;
  }
  body.woocommerce ul.products li.product-category:nth-child(2n) {
    float: none;
    margin-right: 0;
  }
  .gift_cert .cert_title {
    font-size: 2em;
  }
  .newsletter_signup_wrapper .newsletter_signup_form input[type="text"],
  .newsletter_signup_wrapper .newsletter_signup_form input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper {
    top: 10px;
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper h1 {
    font-size: 1.3em;
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper .wb_cat_title_wrapper .wb_inner_cat_title_wrapper > img {
    width: 1419px;
  }
  .wb_outer_shop_wrapper .shop_wrapper .shop_inner_wrapper ul.products li {
    width: auto;
    float: none;
  }
  .product_searchform_cart_wrapper .woocommerce-product-search {
    text-align: center;
  }
  .product_searchform_cart_wrapper .woocommerce-product-search input[type="search"] {
    width: 100%;
    margin-bottom: 5px;
  }
  body.home .header .logo_menuholder {
    width: calc(100% - 65px);
  }
  body.home .header.expanded .logo_menuholder {
    width: calc(100% - 65px);
  }
  body.home .header #page_logo {
    float: left;
    margin-top: -3%;
    z-index: 2;
    position: relative;
  }
  .wb_boatsingle_section_wrap .spec_title {
    font-size: 1.2em;
  }
  body table.db-specs td {
    font-size: 0.7em;
    text-align: right;
    /*padding-left: 70%;*/
  }
  body table.db-specs td:before {
    text-align: left;
  }
  .desktop_only {
    display: none;
  }
  body.blog .signup_footer .signup_field .cct_email_field_wrapper,
  body.category .signup_footer .signup_field .cct_email_field_wrapper,
  body.single .signup_footer .signup_field .cct_email_field_wrapper {
    display: inline-block;
    width: 100%;
  }
  body.blog .signup_footer .signup_field .cct_email_field_wrapper input,
  body.category .signup_footer .signup_field .cct_email_field_wrapper input,
  body.single .signup_footer .signup_field .cct_email_field_wrapper input {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
    box-sizing: border-box;
  }
  body.blog .signup_footer .signup_field .ctct-button,
  body.category .signup_footer .signup_field .ctct-button,
  body.single .signup_footer .signup_field .ctct-button {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 375px) {
  body .drift_boat_packages .col-lg-4 {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  body.home .twobc_video_slideshow_container .twobc_inner_content .middlecentering {
    /*vertical-align: bottom;*/
  }
  .body.blog .footer .widget .widget_content,
  body.single .footer .widget .widget_content,
  body.category .footer .widget .widget_content {
    text-align: center;
  }
  .body.blog .footer .widget.widget_blog .widget_content,
  body.single .footer .widget.widget_blog .widget_content,
  body.category .footer .widget.widget_blog .widget_content {
    text-align: left;
  }
  body.blog .blog_title,
  body.category .blog_title {
    top: 14px;
    left: 44%;
    font-size: 2.2em;
    margin-left: -91px;
  }
}
@media screen and (min-width: 769px) {
  body.woocommerce:not(.single-product) .woocommerce-breadcrumb {
    float: left;
    margin: 10px 0 0;
    display: inline-block;
  }
}
