@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
/*!
 Theme Name: Northwoods Canoe
 Theme URI: http://underscores.me/
 Author: RainStorm, Inc.
 Author URI: http://rainstorminc.com
 Description: Custom theme for Northwoods Canoe
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: northwoods-canoe
 Tags:
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Northwoods Canoe is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, q:before, blockquote:after, q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  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: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.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-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Custom CSS
 --------------------------------------------------------------*/
@font-face {
  font-family: 'Futura PT';
  src: url('fonts/futura-pt/FuturaPT.eot');
  src: url('fonts/futura-pt/FuturaPT.eot?#iefix') format('embedded-opentype'), url('fonts/futura-pt/FuturaPT.woff') format('woff'), url('fonts/futura-pt/FuturaPT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
::selection {
  background: #f6ae4c;
  color: #fff;
  text-shadow: none;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-family: 'Futura PT';
  font-weight: normal;
  color: #353535;
}
body a, body a:visited {
  color: #d47600;
  text-decoration: none;
}
body a:hover, body a:visited:hover {
  color: #ce0000;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Crimson Text', serif;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
.site-branding {
  display: none;
}
.home #home-hero {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.home #home-hero h1#slogan {
  margin: 30px 0 0 80px;
  padding: 0 40px;
  display: inline-block;
  position: relative;
  z-index: 9999;
  background: #fff url('img/wave.png');
  background-size: 240px auto;
  background-repeat: repeat-x;
  font-size: 1.5rem;
  color: #0c5243;
  line-height: 60px;
}
@media screen and (max-width: 855px) {
  .home #home-hero h1#slogan {
    display: none;
  }
}
.home #home-hero .slides {
  margin-top: -30px;
}
@media screen and (max-width: 855px) {
  .home #home-hero .slides {
    margin-top: 0;
  }
}
.home .entry-header {
  display: none;
}
.home #primary {
  width: inherit !important;
}
.home .entry-content {
  margin: 100px auto 0;
  max-width: 880px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  background-size: 160px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 975px) {
  .home .entry-content {
    margin: 80px auto;
  }
}
.home .entry-content p {
  margin: 0;
}
.home .entry-content p:first-child:first-letter {
  font-size: 80px;
  margin: 20px 0 0;
  float: left;
}
.home #homepage-buckets {
  margin: 120px auto;
  max-width: 1040px;
}
.home #homepage-buckets .bucket {
  display: inline-block;
  max-width: 480px;
  min-height: 560px;
}
.home #homepage-buckets .bucket:hover {
  text-decoration: none;
}
.home #homepage-buckets .bucket-image {
  display: block;
  width: 480px;
  height: 360px;
  background-size: cover !important;
  background-position: center center !important;
}
@media screen and (max-width: 975px) {
  .home #homepage-buckets .bucket-image {
    width: 100%;
  }
}
.home #homepage-buckets #bucket-1 {
  float: left;
  background: #0c5243;
}
@media screen and (max-width: 975px) {
  .home #homepage-buckets #bucket-1 {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}
.home #homepage-buckets #bucket-1 h2 {
  margin: 20px 40px 10px;
  color: #f6ae4c;
  font-size: 2.25rem;
  line-height: normal;
}
.home #homepage-buckets #bucket-1 h3 {
  margin: 10px 40px 20px;
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
  font-weight: bold;
}
.home #homepage-buckets #bucket-2 {
  float: right;
  background: #0c5243;
}
@media screen and (max-width: 975px) {
  .home #homepage-buckets #bucket-2 {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}
.home #homepage-buckets #bucket-2 h2 {
  margin: 20px 40px 10px;
  color: #f6ae4c;
  font-size: 2.25rem;
  line-height: normal;
}
.home #homepage-buckets #bucket-2 h3 {
  margin: 10px 40px 20px;
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
  font-weight: bold;
}
.home #content #primary {
  float: inherit;
  max-width: inherit;
}
.home #canoe-cam {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.home #canoe-cam img {
  display: block;
}
.home #canoe-cam img:hover {
  opacity: 0.95;
}
@media screen and (max-width: 1140px) {
  .woocommerce-products-header .page-description {
    padding: 0 20px;
  }
}
.canoe-shop-home .amount, .tax-product_cat .amount, .related .amount {
  display: none;
}
.canoe-shop-home .woocommerce ul.products li.product a img, .tax-product_cat .woocommerce ul.products li.product a img, .related .woocommerce ul.products li.product a img {
  width: 50% !important;
}
.canoe-shop-home .products, .tax-product_cat .products, .related .products {
  width: 100% !important;
}
@media screen and (max-width: 1220px) {
  .canoe-shop-home .products, .tax-product_cat .products, .related .products {
    padding: 40px !important;
  }
}
.canoe-shop-home .woocommerce-result-count, .tax-product_cat .woocommerce-result-count, .related .woocommerce-result-count, .canoe-shop-home .woocommerce-ordering, .tax-product_cat .woocommerce-ordering, .related .woocommerce-ordering, .canoe-shop-home .button, .tax-product_cat .button, .related .button, .canoe-shop-home #secondary, .tax-product_cat #secondary, .related #secondary {
  display: none !important;
}
.canoe-shop-home h1, .tax-product_cat h1, .related h1 {
  display: inline-block;
  margin: 0 40px 40px 40px;
  padding: 0 40px;
  background: #fff url('img/wave.png');
  background-size: 240px auto;
  background-repeat: repeat-x;
  font-size: 3.75rem;
  color: #0c5243;
}
@media screen and (max-width: 855px) {
  .canoe-shop-home h1, .tax-product_cat h1, .related h1 {
    font-size: 2rem;
  }
}
.canoe-shop-home h3, .tax-product_cat h3, .related h3 {
  font-size: 1.75rem !important;
}
.woocommerce ul.products li.first {
  width: 22.05% !important;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.first {
    width: 48% !important;
  }
}
.single-product #content {
  max-width: 100% !important;
}
.single-product .product_title {
  margin: 0;
  padding: 24px;
  text-align: center;
  background-image: url('img/wave.png');
  background-size: 240px auto;
  background-repeat: repeat-x;
  font-size: 3rem;
  color: #0c5243;
}
.single-product .images {
  width: 100% !important;
}
.single-product .attachment-shop_thumbnail {
  width: 80px !important;
}
.single-product #secondary {
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce div.product {
  margin: 0 auto !important;
  max-width: 1200px !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  width: auto !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails:after, .woocommerce .cart-collaterals:after, .woocommerce .col2-set:after, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails:after, .woocommerce ul.products, .woocommerce ul.products li.first, .woocommerce ul.products:after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page .cart-collaterals:after, .woocommerce-page .col2-set:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products:after {
  clear: inherit !important;
  float: left;
  width: 800px;
}
@media screen and (max-width: 1140px) {
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails:after, .woocommerce .cart-collaterals:after, .woocommerce .col2-set:after, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails:after, .woocommerce ul.products, .woocommerce ul.products li.first, .woocommerce ul.products:after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page .cart-collaterals:after, .woocommerce-page .col2-set:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products:after {
    width: 100%;
  }
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  margin-top: 0;
  width: 320px;
}
@media screen and (max-width: 1140px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    padding: 40px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}
.woocommerce div.product .product_title {
  display: none;
}
.attachment-shop_single {
  box-shadow: none !important;
}
.attachment-shop_single:hover {
  opacity: 1 !important;
}
.woocommerce div.product div.images div.thumbnails {
  margin: -40px 0 0 40px;
  padding-top: 0;
  position: relative;
  z-index: 9999;
}
.woocommerce div.product div.images img:hover {
  opacity: 0.9;
}
#tab-description h2:first-child {
  display: none !important;
}
.amount {
  color: #0c5243;
  font-size: 3.75rem;
}
.summary .buy-contact {
  width: 100%;
  background: #f6ae4c;
  padding: 15px;
  border: none;
  border-radius: 0;
  font-size: 1.875rem;
  font-family: 'Futura PT';
  color: #0c5243;
}
.summary .buy-contact:hover {
  background: #f7b964;
}
.summary .more-products {
  width: 100%;
  margin-bottom: 40px;
  background: #f6ae4c;
  padding: 15px;
  border-radius: 0;
  border: none;
  font-size: 1.875rem;
  font-family: 'Futura PT';
  color: #0c5243;
}
.summary .more-products:hover {
  background: #f7b964;
}
.summary .cart, .summary p.stock, .summary .posted_in {
  display: none;
}
.summary div[itemprop="description"] {
  margin: 40px 0;
  padding: 40px;
  background: #eee;
}
.summary div[itemprop="description"] h1:first-child, .summary div[itemprop="description"] h2:first-child, .summary div[itemprop="description"] h3:first-child, .summary div[itemprop="description"] h4:first-child, .summary div[itemprop="description"] h5:first-child {
  margin-top: 0;
}
.summary div[itemprop="description"] ul {
  margin-left: 0;
  padding-left: 30px;
}
.summary div[itemprop="description"] ul:last-child {
  margin-bottom: 0;
}
#masthead #logo-bar {
  width: 100%;
  height: 120px;
  display: table;
  position: relative;
  background: #0c5243 url('img/logo-bar-bg.png');
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
}
#masthead #logo-bar a {
  display: inline-block;
  padding: 40px 0;
  text-align: center;
  line-height: 0;
}
#masthead #logo-bar a img {
  width: 240px;
}
#masthead #logo-bar p {
  position: absolute;
  top: 35px;
  left: calc(50% + 380px);
  color: #f6ae4c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
@media screen and (max-width: 1220px) {
  #masthead #logo-bar p {
    left: calc(50% + 200px);
  }
}
@media screen and (max-width: 855px) {
  #masthead #logo-bar p {
    display: none;
  }
}
#masthead #logo-bar p span {
  padding: 20px 0 20px 30px;
  background-image: url('img/maine.png');
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 4px 17px;
}
#site-navigation {
  /* Kept outside of #masthead so these styles would apply to the footer menu as well */
  height: 60px;
}
#site-navigation p {
  position: absolute;
  left: calc(50% - 600px);
}
#site-navigation p img {
  width: 24px;
}
#site-navigation p img:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1220px) {
  #site-navigation p img {
    display: none;
  }
}
#site-navigation #primary-menu {
  margin: 0 auto;
  display: table;
  line-height: 60px;
}
@media screen and (max-width: 975px) {
  #site-navigation #primary-menu {
    display: none;
  }
}
#site-navigation #primary-menu li {
  padding: 0 20px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-navigation #primary-menu li.current_page_item > a {
  color: #ce0000;
}
#site-navigation #primary-menu li a {
  color: #0c5243;
}
#site-navigation #primary-menu li a:hover {
  color: #ce0000;
  text-decoration: none;
}
#site-navigation .nav-menu li:hover > .sub-menu {
  top: 0;
  left: 100%;
}
#site-navigation .nav-menu > li:hover > .sub-menu {
  top: 100%;
  left: 0;
}
.main-navigation ul ul {
  min-width: 200px;
  top: 100%;
  background: #fff;
  border-left: 4px solid #f6ae4c;
  box-shadow: 0 40px 40px rgba(0, 0, 0, .25);
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation ul ul li a {
  width: auto;
  white-space: nowrap;
}
.metaslider {
  /*
   .flex-control-nav {
   left: 80px !important;
   max-width: 480px !important;
   background: red;
   z-index: 9999 !important;
   text-align: left !important;
   }
   */
}
.metaslider .caption-wrap {
  margin-top: -160px !important;
  width: 480px !important;
  background: #0c5243 !important;
  opacity: 1 !important;
  bottom: -40px !important;
  left: 40px !important;
}
@media screen and (max-width: 975px) {
  .metaslider .caption-wrap {
    position: relative !important;
    margin-top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}
.metaslider .caption {
  padding: 30px 40px !important;
  font-size: 2.25rem !important;
  color: #f6ae4c !important;
  line-height: normal !important;
}
@media screen and (max-width: 600px) {
  .metaslider .caption {
    display: none;
  }
}
.metaslider .caption:after {
  margin-top: 40px;
  display: none;
  content: "Learn More";
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.metaslider .flex-control-nav {
  bottom: -80px !important;
}
.metaslider .flex-control-paging li a {
  background: rgba(0, 0, 0, 0.25) !important;
}
.metaslider .flex-control-paging li a.flex-active {
  background: #191770 !important;
}
#content {
  margin: 0 auto;
  max-width: 1200px;
}
#content #primary {
  float: left;
  width: 800px;
}
@media screen and (max-width: 1160px) {
  #content #primary {
    width: 100%;
  }
}
#content #primary.full-width {
  width: 100%;
}
#content #primary.full-width h2.live-view {
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  color: #0c5243;
  background: #fff url(img/wave.png);
  background-size: 240px auto;
  background-repeat: repeat-x;
}
#content #primary.full-width .shop-videos {
  margin: 40px 0 0 0;
}
#content #primary.full-width .shop-videos h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  color: #0c5243;
  background: #fff url(img/wave.png);
  background-size: 240px auto;
  background-repeat: repeat-x;
}
#content #primary.full-width .shop-videos:after {
  clear: both;
  content: "";
  display: table;
}
#content #primary.full-width .shop-video {
  width: calc(50% - 20px);
  display: block;
  float: left;
}
@media screen and (max-width: 960px) {
  #content #primary.full-width .shop-video {
    width: 100%;
    float: none;
  }
}
#content #primary.full-width .shop-video video {
  width: 100%;
}
#content #primary.full-width .shop-video:nth-of-type(odd) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 960px) {
  #content #primary.full-width .shop-video:nth-of-type(odd) {
    margin: 40px 0;
  }
}
#content #primary.full-width .shop-video:nth-of-type(even) {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 960px) {
  #content #primary.full-width .shop-video:nth-of-type(even) {
    margin: 40px 0;
  }
}
#content #primary.full-width .webcam-credit {
  text-align: center;
  font-size: 1rem;
  margin: 40px 0 0;
}
#content #primary #featured-image {
  max-width: 100%;
  height: 600px;
  margin-bottom: -52px;
  background-size: cover !important;
  background-position: center center !important;
}
@media screen and (max-width: 900px) {
  #content #primary #featured-image {
    height: 300px;
  }
}
#content #primary .entry-title, #content #primary h1.page-title {
  display: inline-block;
  margin: 0 40px;
  padding: 0 40px;
  background: #fff url('img/wave.png');
  background-size: 240px auto;
  background-repeat: repeat-x;
  font-size: 3.75rem;
  color: #0c5243;
}
#content #secondary {
  margin: 80px 0;
  float: right;
  width: 320px;
}
@media screen and (max-width: 1160px) {
  #content #secondary {
    width: 100%;
  }
}
#content #secondary .explore-more {
  margin-bottom: 40px;
  padding: 40px;
  background: #0c5243;
  color: #f6ae4c;
}
#content #secondary .explore-more h3 {
  margin-top: 0;
  color: #f6ae4c;
  font-size: 2.25rem;
}
#content #secondary .explore-more ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
#content #secondary .explore-more ul .current_page_item a {
  color: #fff;
}
#content #secondary .explore-more ul .current_page_item:before {
  margin: 0 10px 0 -18px;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  color: #fff;
}
#content #secondary .explore-more ul a {
  font-size: 1.5rem;
  color: #f6ae4c;
}
#content #secondary .explore-more ul a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#content #secondary .explore-more ul .children {
  padding-left: 25px;
}
#content #secondary .explore-more .widget {
  margin: 0;
}
#content #secondary .textwidget {
  border: 2px solid #eee;
  padding: 40px;
  font-size: 1.5rem;
}
#content #secondary .textwidget p {
  margin-top: 0;
}
#content #secondary .textwidget p:last-child {
  margin-bottom: 0;
}
#content #secondary #our-products-btn, #content #secondary #our-blog-btn {
  margin-bottom: 20px;
  display: block;
  padding: 13px;
  background: #f6ae4c;
  font-size: 2.25rem;
  text-align: center;
  color: #0c5243;
}
#content #secondary #our-products-btn:hover, #content #secondary #our-blog-btn:hover {
  text-decoration: none;
  background: #f7b964;
}
#content #secondary #canoe-cam:hover {
  opacity: 0.9;
}
#content .entry-content p, #content .woocommerce-products-header p, #content .entry-content ul, #content .woocommerce-products-header ul, #content .entry-content ol, #content .woocommerce-products-header ol, #content .entry-content td, #content .woocommerce-products-header td, #content .entry-content th, #content .woocommerce-products-header th {
  font-size: 1.5rem;
}
#content .entry-content table thead td, #content .woocommerce-products-header table thead td, #content .entry-content table thead th, #content .woocommerce-products-header table thead th {
  background: #f6ae4c;
  color: white;
  text-align: left;
  width: 50%;
}
#content .entry-content table th, #content .woocommerce-products-header table th, #content .entry-content table td, #content .woocommerce-products-header table td {
  padding: 5px 20px;
}
#content .entry-content table td, #content .woocommerce-products-header table td {
  border-bottom: 1px solid #fff4e6 !important;
}
#content .entry-content table td[colspan], #content .woocommerce-products-header table td[colspan] {
  background: #fff4e6;
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  #content .entry-content, #content .woocommerce-products-header {
    padding: 40px;
  }
}
#content .entry-content p, #content .woocommerce-products-header p {
  font-size: 1.5rem;
}
#content .entry-content blockquote, #content .woocommerce-products-header blockquote {
  background: #f3f3f3;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-style: italic;
  border: 2px dashed #f6ae4c;
}
.blog h1 {
  margin: 80px 0 40px;
  font-size: 3.75rem;
}
.blog .entry-title {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-size: 2.5rem !important;
}
.blog article {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 2px solid #eee;
}
.blog article .entry-content {
  margin: 0;
}
.single-post .entry-title {
  margin-bottom: 40px !important;
}
.post-edit-link {
  display: none;
}
footer#colophon {
  text-align: center;
  font-size: 1.125rem;
}
footer#colophon #footer-top-border {
  width: 100%;
  height: 120px;
  background-image: url('img/wave.png');
  background-size: 240px auto;
  background-repeat: repeat-x;
}
footer#colophon address {
  font-style: normal;
}
footer#colophon .footer-facebook {
  width: 24px;
}
footer#colophon .footer-facebook:hover {
  opacity: 0.75;
}
footer#colophon .footer-logo {
  width: 160px;
}
footer#colophon .footer-logo:hover {
  opacity: 0.75;
}
footer#colophon .sub-menu {
  display: none;
}
footer#colophon #primary-menu a {
  color: #ce0000;
}
#mobile-menu {
  height: 0;
  display: none;
}
@media screen and (max-width: 975px) {
  #mobile-menu {
    display: inherit;
  }
}
#mobile-menu a {
  text-decoration: none;
}
#mobile-menu a:hover {
  color: tomato;
}
#mobile-menu #menuToggle {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 99999;
  -webkit-user-select: none;
  user-select: none;
}
#mobile-menu #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 11px;
  left: 17px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#mobile-menu #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0c5243;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#mobile-menu #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#mobile-menu #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#mobile-menu #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #f6ae4c;
}
#mobile-menu #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#mobile-menu #menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
#mobile-menu #menu {
  position: absolute;
  width: 320px;
  width: 100%;
  margin: -100px 0 0 -20px;
  padding: 120px 40px 40px;
  color: #fff;
  text-align: left;
  background: #05261f;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: -25px 25px 50px rgba(0, 0, 0, .5);
}
#mobile-menu #menu ul {
  margin: 0;
  padding: 0;
}
#mobile-menu #menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 40px;
}
#mobile-menu #menu ul li.current-menu-item a {
  color: #f6ae4c;
}
#mobile-menu #menu ul li a {
  color: #fff;
}
#mobile-menu #menu ul li a:hover {
  color: #f6ae4c;
}
#mobile-menu #menu ul .sub-menu {
  padding: 0 0 0 25px;
}
#mobile-menu #menu ul .sub-menu li:before {
  content: "\2014";
  position: absolute;
  left: 40px;
  color: rgba(255, 255, 255, 0.25);
}
#mobile-menu #menu ul .sub-menu .sub-menu li:before {
  content: "\2014\2014";
}
#mobile-menu #menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}
#mobile-menu .widget {
  margin-top: 40px;
  color: #f6ae4c;
  font-weight: bold;
}
figure[class^="woocommerce-product-gallery"] {
  margin: 0;
}
@media screen and (min-width: 961px) {
  .woocommerce-product-gallery .flex-viewport {
    max-height: 500px;
  }
}
@media screen and (max-width: 960px) {
  .woocommerce-product-gallery .flex-viewport {
    max-height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce-product-gallery .flex-viewport {
    max-height: 200px;
  }
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: visible;
}
@media screen and (max-width: 1140px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    display: none;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 80px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.5;
  transition: 0.2s ease all;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
  transition: 0.2s ease all;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.woocommerce ul.products li.product .price {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.3rem;
  text-align: center;
}

.woocommerce ul.products li.product a img {
	margin:0 auto 1em!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	min-height:201px;
}

@media screen and (max-width: 500px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 80px;
  }
}
/******************************************
 PRINT STYLES
 *******************************************/
@media print {
  #content #primary {
    width: 100% !important;
  }
  #featured-image, #content #secondary, #site-navigation, .home #home-hero, .home #homepage-buckets, #canoe-cam, #masthead #logo-bar p, footer#colophon .footer-logo, footer#colophon #footer-top-border, .woocommerce ul.products li.product a img {
    display: none !important;
  }
  #masthead #logo-bar {
    background: #0c5243 !important;
  }
  .canoe-shop-home h1, .tax-product_cat h1, .related h1, #content #primary .entry-title, #content #primary h1.page-title {
    background: none !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
  }
}
