/*!
Theme Name: Woods Boat House
Description: Custom WordPress theme.
Version: 3.0.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woodsboathouse
*/
/* Normalize */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 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;
}

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;
}

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;
}

/* Grid */
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 78.15em;
}

.container .row {
  margin-left: -1%;
  margin-right: -1%;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1%;
  min-height: 1px;
}

.row .col[class*="pull-"], .row .col[class*="push-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.33333%;
}

.row .col.pull-s1 {
  right: 8.33333%;
}

.row .col.push-s1 {
  left: 8.33333%;
}

.row .col.offset-s2 {
  margin-left: 16.66667%;
}

.row .col.pull-s2 {
  right: 16.66667%;
}

.row .col.push-s2 {
  left: 16.66667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.33333%;
}

.row .col.pull-s4 {
  right: 33.33333%;
}

.row .col.push-s4 {
  left: 33.33333%;
}

.row .col.offset-s5 {
  margin-left: 41.66667%;
}

.row .col.pull-s5 {
  right: 41.66667%;
}

.row .col.push-s5 {
  left: 41.66667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.33333%;
}

.row .col.pull-s7 {
  right: 58.33333%;
}

.row .col.push-s7 {
  left: 58.33333%;
}

.row .col.offset-s8 {
  margin-left: 66.66667%;
}

.row .col.pull-s8 {
  right: 66.66667%;
}

.row .col.push-s8 {
  left: 66.66667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.33333%;
}

.row .col.pull-s10 {
  right: 83.33333%;
}

.row .col.push-s10 {
  left: 83.33333%;
}

.row .col.offset-s11 {
  margin-left: 91.66667%;
}

.row .col.pull-s11 {
  right: 91.66667%;
}

.row .col.push-s11 {
  left: 91.66667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media screen and (min-width: 48em) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  .row .col.push-m1 {
    left: 8.33333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  .row .col.push-m2 {
    left: 16.66667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  .row .col.push-m4 {
    left: 33.33333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  .row .col.push-m5 {
    left: 41.66667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  .row .col.push-m7 {
    left: 58.33333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  .row .col.push-m8 {
    left: 66.66667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  .row .col.push-m10 {
    left: 83.33333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  .row .col.push-m11 {
    left: 91.66667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media screen and (min-width: 62em) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  .row .col.push-l1 {
    left: 8.33333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  .row .col.push-l2 {
    left: 16.66667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  .row .col.push-l4 {
    left: 33.33333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  .row .col.push-l5 {
    left: 41.66667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  .row .col.push-l7 {
    left: 58.33333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  .row .col.push-l8 {
    left: 66.66667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  .row .col.push-l10 {
    left: 83.33333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  .row .col.push-l11 {
    left: 91.66667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-xl1 {
    right: 8.33333%;
  }
  .row .col.push-xl1 {
    left: 8.33333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-xl2 {
    right: 16.66667%;
  }
  .row .col.push-xl2 {
    left: 16.66667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-xl4 {
    right: 33.33333%;
  }
  .row .col.push-xl4 {
    left: 33.33333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-xl5 {
    right: 41.66667%;
  }
  .row .col.push-xl5 {
    left: 41.66667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-xl7 {
    right: 58.33333%;
  }
  .row .col.push-xl7 {
    left: 58.33333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-xl8 {
    right: 66.66667%;
  }
  .row .col.push-xl8 {
    left: 66.66667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-xl10 {
    right: 83.33333%;
  }
  .row .col.push-xl10 {
    left: 83.33333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-xl11 {
    right: 91.66667%;
  }
  .row .col.push-xl11 {
    left: 91.66667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* Elements */
body {
  background: #fff;
}

/** 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/** Infinite Scroll **/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* Accessibility */
.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;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Site Styles */
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.error-404 {
  text-align: center;
}

.error-404 .page-title {
  background: #fff;
  border-radius: 15px;
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  padding: 1em;
  margin: 2em 0;
}

/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  height: auto;
  max-width: 100%;
}

video {
  height: auto !important;
  width: 100% !important;
}

/** Image Alignment **/
img.alignright {
  float: none;
}

@media screen and (min-width: 62em) {
  img.alignright {
    float: right;
    margin-left: 2.5rem;
  }
}

img.alignleft {
  float: none;
}

@media screen and (min-width: 62em) {
  img.alignleft {
    float: left;
    margin-right: 2.5rem;
  }
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignnone {
  clear: both;
  margin: 1rem 0;
}

/** Image Caption **/
.wp-caption {
  background: #EEE;
  max-width: 100% !important;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/** Image Gallery **/
.gallery .gallery-item {
  display: inline-block;
  margin: 1%;
  overflow: hidden;
  position: relative;
}

.gallery .gallery-item .gallery-icon {
  text-align: center;
}

.gallery .gallery-item .gallery-icon a img {
  vertical-align: bottom;
}

.gallery > br {
  display: none;
}

.gallery-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFF;
  display: none;
  font-size: 0.8em;
  left: 0;
  line-height: 1;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 98%;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
}

.gallery-columns-3 .gallery-item {
  width: 31.3%;
}

/** Galleries no more then 4 to a row on small screens **/
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 23%;
}

/** Change gallery to proper spacing on larger screens **/
@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    width: 18%;
  }
  .gallery-columns-6 .gallery-item {
    width: 14.6%;
  }
  .gallery-columns-7 .gallery-item {
    width: 12.2%;
  }
  .gallery-columns-8 .gallery-item {
    width: 10.5%;
  }
  .gallery-columns-9 .gallery-item {
    width: 9.1%;
  }
}

/** Video Player **/
.wp-video {
  margin: 1em 0;
}

/* Forms */
form {
  text-align: left;
}

::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

:-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

::-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

:-ms-input-placeholder {
  /* IE 10-11 */
  color: #000;
  font-style: normal;
  font-weight: normal;
}

::-ms-input-placeholder {
  /* IE EDGE */
  color: #000;
  font-style: normal;
  font-weight: normal;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

[placeholder]:focus:-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

[placeholder]:focus:-ms-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

/** Labels **/
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/** Inputs **/
textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 0;
  color: #444;
  font-size: 1em;
  letter-spacing: normal;
  outline: none;
  outline-offset: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

textarea:focus, textarea:active,
select:focus,
select:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="password"]:focus,
input[type="password"]:active {
  background: #FFF;
  border: 1px solid #999;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

textarea {
  resize: none;
  padding: 8px;
}

/** Search Forms **/
.error-404 #searchform {
  margin: 1em 0;
  max-width: 481px;
}

#searchform {
  height: 42px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}

#searchform label {
  display: none;
}

#searchform #s {
  padding-right: 12%;
  width: 100%;
}

#searchform #searchsubmit {
  font-size: 1em;
  height: 42px;
  line-height: 42px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}

/** Password Forms **/
.post-password-form label {
  display: block;
}

.post-password-form input[type="password"] {
  margin-top: 4px;
  margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
  input[type="submit"],
  input[type="button"],
  button[type="submit"],
  a.button {
    padding-left: 2em;
    padding-right: 2em;
    width: auto;
  }
  .post-password-form input[type="password"] {
    display: block;
    width: 50%;
  }
}

/** Datepicker **/
#ui-datepicker-div {
  margin-top: 0 !important;
}

.ui-datepicker {
  overflow: hidden;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  margin-top: 10px;
}

.ui-datepicker .ui-datepicker-title {
  overflow: hidden;
  margin: 0;
}

.ui-datepicker .ui-datepicker-title select {
  color: #fff;
  background: none;
  outline: none;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  float: left;
  width: 30%;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  float: right;
  width: 33%;
}

/* Typography */
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #404040;
}

/** Headings **/
h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

/** Body **/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

ul {
  list-style: outside;
}

ol {
  list-style: decimal;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
}

b,
code,
em,
small,
strong {
  line-height: 1;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  width: 100%;
}

table thead {
  font-weight: 700;
}

table tr {
  border: 1px #000 solid;
}

table td {
  border: 1px #000 solid;
  padding: 0.25em;
}

/** Copy **/
cite,
dfn,
em,
i {
  font-style: italic;
}

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;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Links */
a {
  color: #ff0000;
  transition: color .3s;
  text-decoration: underline;
}

a:visited {
  color: #ff0000;
}

a:visited:hover {
  color: #b30000;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #b30000;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Buttons */
.btn,
a.btn,
input[type="submit"],
input[type="button"],
button[type="submit"],
a.button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #ff0000;
}

@media screen and (min-width: 48em) {
  .btn,
  a.btn,
  input[type="submit"],
  input[type="button"],
  button[type="submit"],
  a.button {
    display: inline-block;
    width: auto;
  }
}

.btn:visited,
a.btn:visited,
input[type="submit"]:visited,
input[type="button"]:visited,
button[type="submit"]:visited,
a.button:visited {
  color: #fff;
  background: #ff0000;
}

.btn.focus, .btn:focus, .btn:hover,
a.btn.focus,
a.btn:focus,
a.btn:hover,
input[type="submit"].focus,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"].focus,
input[type="button"]:focus,
input[type="button"]:hover,
button[type="submit"].focus,
button[type="submit"]:focus,
button[type="submit"]:hover,
a.button.focus,
a.button:focus,
a.button:hover {
  text-decoration: none;
  color: #fff;
  background: #05297e;
}

.btn.active, .btn:active,
a.btn.active,
a.btn:active,
input[type="submit"].active,
input[type="submit"]:active,
input[type="button"].active,
input[type="button"]:active,
button[type="submit"].active,
button[type="submit"]:active,
a.button.active,
a.button:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-secondary,
a.btn.btn-secondary,
input[type="submit"].btn-secondary,
input[type="button"].btn-secondary,
button[type="submit"].btn-secondary,
a.button.btn-secondary {
  color: #fff;
  background: #05297e;
}

.btn.btn-secondary:visited,
a.btn.btn-secondary:visited,
input[type="submit"].btn-secondary:visited,
input[type="button"].btn-secondary:visited,
button[type="submit"].btn-secondary:visited,
a.button.btn-secondary:visited {
  color: #fff;
  background: #05297e;
}

.btn.btn-secondary.focus, .btn.btn-secondary:focus, .btn.btn-secondary:hover,
a.btn.btn-secondary.focus,
a.btn.btn-secondary:focus,
a.btn.btn-secondary:hover,
input[type="submit"].btn-secondary.focus,
input[type="submit"].btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="button"].btn-secondary.focus,
input[type="button"].btn-secondary:focus,
input[type="button"].btn-secondary:hover,
button[type="submit"].btn-secondary.focus,
button[type="submit"].btn-secondary:focus,
button[type="submit"].btn-secondary:hover,
a.button.btn-secondary.focus,
a.button.btn-secondary:focus,
a.button.btn-secondary:hover {
  color: #fff;
  background: #ff0000;
}

.btn.btn-full,
a.btn.btn-full,
input[type="submit"].btn-full,
input[type="button"].btn-full,
button[type="submit"].btn-full,
a.button.btn-full {
  display: block;
  width: 100%;
}

/* Text Alignment Classes */
.text-center {
  text-align: center !important;
}

@media screen and (min-width: 48em) {
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
}

/* Hide Classes */
@media screen and (max-width: 47.99em) {
  .hide-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 47.99em) {
  .hide-sm-up {
    display: none !important;
  }
}

@media screen and (max-width: 61.99em) {
  .hide-md-down {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 81.24em) {
  .hide-lg-down {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .hide-lg-up {
    display: none !important;
  }
}

@media screen and (max-width: 61.99em) {
  .hide-xl-down {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) {
  .hide-xl-up {
    display: none !important;
  }
}

/* Hover Effects */
.hvr-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* SlickNav */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  text-align: left;
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  margin: 0;
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.slicknav_nav a i {
  display: none;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu > ul {
  position: absolute;
  width: 100%;
  top: 54px;
  z-index: 9999;
}

.slicknav_menu {
  font-size: 18px;
  font-size: 1.125rem;
  background: #05297e;
  display: block;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 62em) {
  .slicknav_menu {
    display: none;
  }
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  box-shadow: none;
  height: 0.1em;
}

.slicknav_menu .slicknav_arrow {
  color: transparent;
  float: right;
  position: relative;
  top: 2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slicknav_menu .slicknav_arrow:before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  position: absolute;
  right: 1px;
  font-weight: 900;
}

.slicknav_menu ul ul .slicknav_arrow:before,
.slicknav_menu ul ul ul .slicknav_arrow:before {
  content: "\f063";
}

.slicknav_btn {
  border-radius: 3px;
  border: 2px #fff solid;
  background-color: transparent;
  margin: 0.5em 0.5em 0.5em 0;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.25em;
}

.slicknav_nav {
  background: #ff1a1a;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
}

.slicknav_nav > li {
  border-bottom: 1px #fff solid;
}

.slicknav_nav > li:last-child {
  border: 0;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav ul a {
  padding-left: 1.5em;
}

.slicknav_nav ul ul a {
  padding-left: 2.5em;
}

.slicknav_nav ul ul ul a {
  padding-left: 3.5rem !important;
}

.slicknav_nav ul.sub-menu {
  border-top: 1px #fff solid;
}

.slicknav_nav ul.sub-menu li {
  background: #ff0000;
  border-bottom: 1px #fff solid;
}

.slicknav_nav ul.sub-menu li:last-of-type {
  border-bottom: none;
}

.slicknav_nav ul.sub-menu li a {
  padding-left: 1.5em;
}

.slicknav_nav ul.sub-menu .sub-menu li {
  background: #e60000;
}

.slicknav_nav ul.sub-menu .sub-menu a {
  padding-left: 2.5em;
}

.slicknav_nav ul.sub-menu .sub-menu .sub-menu li {
  background: #cc0000;
}

.slicknav_nav .slicknav_row {
  margin: 0;
  padding: 10px;
}

.slicknav_nav .slicknav_row:hover {
  background: #ff1a1a;
}

.slicknav_nav .slicknav_row:hover > .slicknav_arrow {
  color: #ff1a1a;
}

.slicknav_nav .slicknav_row > a {
  padding-left: 0 !important;
}

.slicknav_nav a {
  border-radius: 0 !important;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.slicknav_nav a:hover {
  background: #ff1a1a;
  color: #fff;
}

.slicknav_nav a:hover a {
  color: #fff;
}

.slicknav_brand {
  color: #fff;
}

.slicknav_icon {
  position: relative;
}

.slicknav_icon span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.3s, 0.4s;
  transition-delay: 0s, 0.5s;
  position: absolute;
  margin: 0 !important;
}

.slicknav_icon span:nth-of-type(1) {
  transition-property: -webkit-transform, top;
  transition-property: transform, top;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0px;
}

.slicknav_icon span:nth-of-type(2) {
  transition-property: opacity, top;
  transition-duration: 0.9s, 0.9s;
  top: 7px;
  opacity: 1;
}

.slicknav_icon span:nth-of-type(3) {
  transition-property: -webkit-transform, top;
  transition-property: transform, top;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px;
}

.slicknav_open .slicknav_icon span {
  transition-duration: 0.3s, 0.5s;
  transition-delay: 0s, 0.3s;
  top: 7px;
}

.slicknav_open .slicknav_icon span:nth-of-type(1) {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_open .slicknav_icon span:nth-of-type(2) {
  transition-property: top, opacity;
  transition-duration: 0.1s, 0.2s;
  opacity: 0;
}

.slicknav_open .slicknav_icon span:nth-of-type(3) {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slicknav_open .slicknav_arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
}

ul ul .slicknav_open .slicknav_arrow:before,
ul ul ul .slicknav_open .slicknav_arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
}

/* Woocommerce */
body.woocommerce.woocommerce-page {
  /* Woocommerce General Styles */
  /* Woocommerce Product Archives */
  /* Woocommerce Single Product */
  /* Woocommerce Sidebar */
}

body.woocommerce.woocommerce-page .button {
  text-transform: none;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 62em) {
  body.woocommerce.woocommerce-page .button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.woocommerce.woocommerce-page .button {
    font-size: 16px;
    font-size: 1rem;
  }
}

body.woocommerce.woocommerce-page .button.disabled {
  background-color: #ff0000;
}

body.woocommerce.woocommerce-page .button.disabled:hover {
  background-color: #05297e;
}

body.woocommerce.woocommerce-page .button:hover {
  background: #05297e;
  text-decoration: none !important;
}

body.woocommerce.woocommerce-page table * {
  border: none;
}

body.woocommerce.woocommerce-page span.onsale {
  background-color: #05297e;
}

@media screen and (min-width: 62em) {
  body.woocommerce.woocommerce-page.archive #container {
    padding-right: 3rem;
  }
}

body.woocommerce.woocommerce-page.archive h1 {
  color: #ff0000;
}

@media screen and (max-width: 47.99em) {
  body.woocommerce.woocommerce-page.archive .woocommerce-ordering {
    float: left;
    clear: both;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.99em) {
  body.woocommerce.woocommerce-page.archive .form-wppp-select.products-per-page {
    float: left !important;
    clear: both;
    margin: 0 !important;
  }
}

body.woocommerce.woocommerce-page.archive ul.products span.price {
  color: #05297e;
}

body.woocommerce.woocommerce-page.archive ul.products a.added_to_cart {
  color: #05297e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

body.woocommerce.woocommerce-page.archive ul.products a.added_to_cart:hover {
  color: #ff0000;
}

@media screen and (min-width: 62em) {
  body.woocommerce.woocommerce-page.single #container {
    padding-right: 2rem;
  }
}

body.woocommerce.woocommerce-page.single .product h1 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
}

body.woocommerce.woocommerce-page.single .product .summary p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}

body.woocommerce.woocommerce-page.single .product .summary p.price {
  font-size: 18px;
  font-size: 1.125rem;
  color: #05297e;
}

body.woocommerce.woocommerce-page.single .product .cart {
  margin: 1.5rem 0;
}

@media screen and (max-width: 47.99em) {
  body.woocommerce.woocommerce-page.single .product .cart .quantity {
    margin-bottom: 1rem;
  }
}

body.woocommerce.woocommerce-page.single .product .cart .quantity, body.woocommerce.woocommerce-page.single .product .cart input {
  height: 36px;
}

@media screen and (max-width: 47.99em) {
  body.woocommerce.woocommerce-page.single .product .cart .quantity, body.woocommerce.woocommerce-page.single .product .cart input {
    width: 100%;
  }
}

body.woocommerce.woocommerce-page.single .product .product_meta {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}

body.woocommerce.woocommerce-page.single .product .product_meta > span {
  display: block;
}

body.woocommerce.woocommerce-page.single .product .variations {
  margin-bottom: 0;
}

body.woocommerce.woocommerce-page.single .product .variations * {
  padding: 0;
}

body.woocommerce.woocommerce-page.single .product .variations td {
  line-height: normal;
}

body.woocommerce.woocommerce-page.single .product .woocommerce-variation-availability {
  margin-top: 1.5rem;
}

body.woocommerce.woocommerce-page.single .woocommerce-Tabs-panel h2 {
  color: #ff0000;
  margin-bottom: 1rem;
}

body.woocommerce.woocommerce-page.single .related.products {
  clear: both;
  background: #fff;
  border: 1px rgba(0, 0, 0, 0.25) solid;
}

body.woocommerce.woocommerce-page.single .related.products h2 {
  background: #05297e;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

body.woocommerce.woocommerce-page.single .related.products ul.products {
  padding: 1rem;
}

body.woocommerce.woocommerce-page.single .related.products li {
  margin: 0;
}

@media screen and (min-width: 62em) {
  body.woocommerce.woocommerce-page.single .related.products li {
    padding: 1rem;
  }
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area {
  /* Search Form */
  /* Sidebar Shopping Cart */
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area ins {
  background: #ffb3b3;
  color: #05297e;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area img {
  position: relative;
  top: 5px;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_product_search {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_product_search #searchform {
  margin-bottom: 2rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart h2 {
  margin-bottom: 0.5rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart .widget_shopping_cart_content {
  padding: 0.5rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart li {
  border-top: none;
  border-bottom: 1px #eaeaea solid;
  padding-left: 1.75rem;
  padding-top: 0;
  margin-bottom: 0.5rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart li.empty {
  border: none;
  padding: 0.5rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart p.total {
  border: none;
  padding: 0.5rem 0 1rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart p.buttons a {
  margin-bottom: 0.75rem;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart a.remove {
  transition: .3s;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart a.remove:hover {
  text-decoration: none !important;
}

body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart dd {
  margin-bottom: 0;
}

/* Main Shopping Cart */
body.woocommerce-page.woocommerce-cart .woocommerce,
body.woocommerce-page.woocommerce-checkout .woocommerce {
  margin-top: 2.5rem;
}

body.woocommerce-page.woocommerce-cart table *,
body.woocommerce-page.woocommerce-checkout table * {
  border: none;
}

body.woocommerce-page.woocommerce-cart table td,
body.woocommerce-page.woocommerce-checkout table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 62em) {
  body.woocommerce-page.woocommerce-cart table td.actions,
  body.woocommerce-page.woocommerce-checkout table td.actions {
    height: 75px;
  }
}

body.woocommerce-page.woocommerce-cart dl, body.woocommerce-page.woocommerce-cart dt, body.woocommerce-page.woocommerce-cart dd,
body.woocommerce-page.woocommerce-checkout dl,
body.woocommerce-page.woocommerce-checkout dt,
body.woocommerce-page.woocommerce-checkout dd {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.woocommerce-page.woocommerce-cart p,
body.woocommerce-page.woocommerce-checkout p {
  line-height: 1.5 !important;
}

body.woocommerce-page.woocommerce-cart img,
body.woocommerce-page.woocommerce-checkout img {
  margin: 0;
}

body.woocommerce-page.woocommerce-cart #coupon_code,
body.woocommerce-page.woocommerce-checkout #coupon_code {
  width: 120px !important;
  height: 36px;
}

body.woocommerce-page.woocommerce-cart .button,
body.woocommerce-page.woocommerce-checkout .button {
  text-transform: none;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}

body.woocommerce-page.woocommerce-cart .button:disabled,
body.woocommerce-page.woocommerce-checkout .button:disabled {
  background-color: #ff0000;
  color: #fff;
}

body.woocommerce-page.woocommerce-cart .button:disabled:hover,
body.woocommerce-page.woocommerce-checkout .button:disabled:hover {
  background-color: #05297e;
  color: #fff;
}

body.woocommerce-page.woocommerce-cart .button:hover,
body.woocommerce-page.woocommerce-checkout .button:hover {
  background: #05297e;
  text-decoration: none !important;
}

body.woocommerce-page.woocommerce-cart h2,
body.woocommerce-page.woocommerce-checkout h2 {
  color: #05297e;
  margin-bottom: 1rem;
}

/* Checkout */
.checkout_coupon .form-row-first {
  float: left;
}

@media screen and (max-width: 47.99em) {
  .checkout_coupon .form-row-first {
    width: 100% !important;
  }
}

.checkout_coupon .form-row-first input#coupon_code {
  width: 100% !important;
}

@media screen and (min-width: 62em) {
  .checkout_coupon .form-row-first {
    width: 130px !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
}

.checkout_coupon .form-row-last {
  float: left !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 47.99em) {
  .checkout_coupon .form-row-last {
    width: 100% !important;
  }
  .checkout_coupon .form-row-last input {
    width: 100% !important;
  }
}

#order_review_heading {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 3.5rem;
}

#payment {
  margin-bottom: 2.5rem;
}

#payment .button {
  color: #fff;
  background: #ff0000;
  padding-left: 1rem;
}

#payment .button:hover {
  background: #05297e;
  color: #fff;
}

/* Product Archives */
.internal-page.archive-product .internal-header {
  margin-bottom: 3.5rem;
}

body.post-type-archive-product #primary,
body.archive.woocommerce #primary,
.internal-page.archive-product #primary {
  padding-top: 1.5rem;
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product #primary,
  body.archive.woocommerce #primary,
  .internal-page.archive-product #primary {
    padding-top: 3.5rem;
  }
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .has-sidebar,
  body.archive.woocommerce .has-sidebar,
  .internal-page.archive-product .has-sidebar {
    padding-left: 2.5rem;
  }
}

body.post-type-archive-product .woocommerce-products-header,
body.archive.woocommerce .woocommerce-products-header,
.internal-page.archive-product .woocommerce-products-header {
  padding-top: 25px;
  display: none;
}

body.post-type-archive-product .woocommerce-products-header h1,
body.archive.woocommerce .woocommerce-products-header h1,
.internal-page.archive-product .woocommerce-products-header h1 {
  color: #05297e;
}

body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.post-type-archive-product .products-per-page,
body.archive.woocommerce .woocommerce-result-count,
body.archive.woocommerce .woocommerce-ordering,
body.archive.woocommerce .products-per-page,
.internal-page.archive-product .woocommerce-result-count,
.internal-page.archive-product .woocommerce-ordering,
.internal-page.archive-product .products-per-page {
  display: none;
}

@media screen and (max-width: 61.99em) {
  body.post-type-archive-product ul.products[class*=columns-] li.product,
  body.archive.woocommerce ul.products[class*=columns-] li.product,
  .internal-page.archive-product ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

@media screen and (max-width: 47.99em) {
  body.post-type-archive-product .archive-product-wrapper,
  body.archive.woocommerce .archive-product-wrapper,
  .internal-page.archive-product .archive-product-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

body.post-type-archive-product .archive-product-wrapper a,
body.archive.woocommerce .archive-product-wrapper a,
.internal-page.archive-product .archive-product-wrapper a {
  text-decoration: none;
  font-weight: normal;
}

body.post-type-archive-product .archive-product-wrapper a:hover,
body.archive.woocommerce .archive-product-wrapper a:hover,
.internal-page.archive-product .archive-product-wrapper a:hover {
  text-decoration: none;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar,
body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar,
.internal-page.archive-product .archive-product-wrapper .archive-product-title-bar {
  background: #05297e;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar,
  body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar,
  .internal-page.archive-product .archive-product-wrapper .archive-product-title-bar {
    padding: 10px 10px 12px;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-title,
body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-title,
.internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-title,
  body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-title,
  .internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-title {
    font-size: 21px;
    font-size: 1.3125rem;
    float: left;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-title,
  body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-title,
  .internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price,
body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price,
.internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  .internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  .internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 21px;
    font-size: 1.3125rem;
    float: right;
    padding-top: 3px;
  }
}

@media screen and (min-width: 81.25em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  .internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price small,
body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price small,
.internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price small {
  color: #fff;
  font-size: 50%;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price em,
body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price em,
.internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price em {
  color: #fff;
  font-style: italic;
  font-size: 50%;
  display: block;
  margin: 0.5rem 0 0;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price ins,
body.archive.woocommerce .archive-product-wrapper .archive-product-title-bar .archive-product-price ins,
.internal-page.archive-product .archive-product-wrapper .archive-product-title-bar .archive-product-price ins {
  background: #05297e;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-content,
body.archive.woocommerce .archive-product-wrapper .archive-product-content,
.internal-page.archive-product .archive-product-wrapper .archive-product-content {
  margin-left: auto;
  margin-right: auto;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-content:after,
body.archive.woocommerce .archive-product-wrapper .archive-product-content:after,
.internal-page.archive-product .archive-product-wrapper .archive-product-content:after {
  content: "";
  display: table;
  clear: both;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-image,
body.archive.woocommerce .archive-product-wrapper .archive-product-image,
.internal-page.archive-product .archive-product-wrapper .archive-product-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 250px;
}

@media screen and (min-width: 48em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-image,
  body.archive.woocommerce .archive-product-wrapper .archive-product-image,
  .internal-page.archive-product .archive-product-wrapper .archive-product-image {
    float: left;
    width: 60%;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-info,
body.archive.woocommerce .archive-product-wrapper .archive-product-info,
.internal-page.archive-product .archive-product-wrapper .archive-product-info {
  background: #fffaee;
  text-align: left;
  position: relative;
  padding: 2rem 0 0;
}

@media screen and (min-width: 48em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-info,
  body.archive.woocommerce .archive-product-wrapper .archive-product-info,
  .internal-page.archive-product .archive-product-wrapper .archive-product-info {
    float: left;
    width: 40%;
    min-height: 450px;
    padding: 2rem 0;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-info p,
body.archive.woocommerce .archive-product-wrapper .archive-product-info p,
.internal-page.archive-product .archive-product-wrapper .archive-product-info p {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}

@media screen and (min-width: 48em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-info p,
  body.archive.woocommerce .archive-product-wrapper .archive-product-info p,
  .internal-page.archive-product .archive-product-wrapper .archive-product-info p {
    text-align: left;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-info p,
  body.archive.woocommerce .archive-product-wrapper .archive-product-info p,
  .internal-page.archive-product .archive-product-wrapper .archive-product-info p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-info strong,
body.archive.woocommerce .archive-product-wrapper .archive-product-info strong,
.internal-page.archive-product .archive-product-wrapper .archive-product-info strong {
  display: inline !important;
  color: #05297e;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-info a,
body.archive.woocommerce .archive-product-wrapper .archive-product-info a,
.internal-page.archive-product .archive-product-wrapper .archive-product-info a {
  color: #636466;
}

body.post-type-archive-product .archive-product-wrapper .archive-product-info a.archive-product-details-btn,
body.archive.woocommerce .archive-product-wrapper .archive-product-info a.archive-product-details-btn,
.internal-page.archive-product .archive-product-wrapper .archive-product-info a.archive-product-details-btn {
  background: #ff0000;
  transition: .3s;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  padding: 1rem;
  margin-top: 2rem;
}

@media screen and (min-width: 48em) {
  body.post-type-archive-product .archive-product-wrapper .archive-product-info a.archive-product-details-btn,
  body.archive.woocommerce .archive-product-wrapper .archive-product-info a.archive-product-details-btn,
  .internal-page.archive-product .archive-product-wrapper .archive-product-info a.archive-product-details-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-top: 0;
  }
}

body.post-type-archive-product .archive-product-wrapper .archive-product-info a.archive-product-details-btn:hover,
body.archive.woocommerce .archive-product-wrapper .archive-product-info a.archive-product-details-btn:hover,
.internal-page.archive-product .archive-product-wrapper .archive-product-info a.archive-product-details-btn:hover {
  background: #05297e;
}

body.post-type-archive-product .woocommerce-pagination ul.page-numbers,
body.archive.woocommerce .woocommerce-pagination ul.page-numbers,
.internal-page.archive-product .woocommerce-pagination ul.page-numbers {
  margin-bottom: 2.5rem;
}

body.post-type-archive-product .woocommerce-pagination:last-of-type ul.page-numbers,
body.archive.woocommerce .woocommerce-pagination:last-of-type ul.page-numbers,
.internal-page.archive-product .woocommerce-pagination:last-of-type ul.page-numbers {
  margin-bottom: 3.5rem;
}

body.post-type-archive-product .archive-featured-products,
body.archive.woocommerce .archive-featured-products,
.internal-page.archive-product .archive-featured-products {
  background-color: #5b0101;
  background-image: linear-gradient(#5b0101, #ff0101);
  padding: 2.5rem 0;
}

body.post-type-archive-product .archive-featured-products h2,
body.archive.woocommerce .archive-featured-products h2,
.internal-page.archive-product .archive-featured-products h2 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 81.25em) {
  body.post-type-archive-product .archive-featured-products h2,
  body.archive.woocommerce .archive-featured-products h2,
  .internal-page.archive-product .archive-featured-products h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

body.post-type-archive-product .archive-featured-products .featured-boats .slick-slider .slick-next,
body.archive.woocommerce .archive-featured-products .featured-boats .slick-slider .slick-next,
.internal-page.archive-product .archive-featured-products .featured-boats .slick-slider .slick-next {
  transition: .3s;
  opacity: 0;
  right: 15px !important;
  top: 50% !important;
}

body.post-type-archive-product .archive-featured-products .featured-boats .slick-slider .slick-prev,
body.archive.woocommerce .archive-featured-products .featured-boats .slick-slider .slick-prev,
.internal-page.archive-product .archive-featured-products .featured-boats .slick-slider .slick-prev {
  transition: .3s;
  opacity: 0;
  left: 15px;
  top: 50% !important;
}

body.post-type-archive-product .archive-featured-products .featured-boats .slick-slider:hover .slick-next,
body.post-type-archive-product .archive-featured-products .featured-boats .slick-slider:hover .slick-prev,
body.archive.woocommerce .archive-featured-products .featured-boats .slick-slider:hover .slick-next,
body.archive.woocommerce .archive-featured-products .featured-boats .slick-slider:hover .slick-prev,
.internal-page.archive-product .archive-featured-products .featured-boats .slick-slider:hover .slick-next,
.internal-page.archive-product .archive-featured-products .featured-boats .slick-slider:hover .slick-prev {
  opacity: 1;
}

@media screen and (max-width: 61.99em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper {
    max-height: 340px;
    overflow: hidden;
  }
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar {
  background: #05297e;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar {
    padding: 10px 10px 12px;
  }
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title {
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title {
    font-size: 16px;
    font-size: 1rem;
    float: left;
    padding-right: 1.5rem;
  }
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 62em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 21px;
    font-size: 1.3125rem;
    float: right;
    clear: right;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price small,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price small,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price small {
  color: #fff;
  font-size: 50%;
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price em,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price em,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price em {
  color: #fff;
  font-style: italic;
  font-size: 50%;
  display: block;
  margin: 0.5rem 0 0;
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price ins,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price ins,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price ins {
  background: #05297e;
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content {
  margin-left: auto;
  margin-right: auto;
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content:after,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content:after,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content:after {
  content: "";
  display: table;
  clear: both;
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 250px;
  min-height: 250px;
}

@media screen and (min-width: 48em) {
  body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image,
  body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image,
  .internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image {
    float: left;
    width: 100%;
  }
}

body.post-type-archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info,
body.archive.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info,
.internal-page.archive-product .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info {
  display: none;
}

/* Archive Pagination */
nav.woocommerce-pagination {
  text-align: center;
}

nav.woocommerce-pagination ul {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}

nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}

nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block;
}

nav.woocommerce-pagination ul li a:focus, nav.woocommerce-pagination ul li a:hover, nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88;
}

/* Single Product Pages */
body.single-product.woocommerce #primary {
  padding-top: 1.5rem;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce #primary {
    padding-top: 3.5rem;
  }
}

body.single-product.woocommerce .woocommerce-result-count,
body.single-product.woocommerce .woocommerce-ordering {
  display: none;
}

@media screen and (max-width: 61.99em) {
  body.single-product.woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

@media screen and (max-width: 47.99em) {
  body.single-product.woocommerce .single-product-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-title-bar {
  background: #05297e;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

@media screen and (max-width: 61.99em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar {
    text-align: center;
  }
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar {
    padding: 10px 10px 12px;
  }
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-title {
    float: left;
    padding-right: 1.5rem;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-title h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-title h1 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-top: 0.75rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price {
    font-size: 30px;
    font-size: 1.875rem;
    float: right;
    text-align: right;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price small {
  color: #fff;
  font-size: 50%;
}

body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price em {
  color: #fff;
  font-style: italic;
  font-size: 50%;
  display: block;
  margin: 0.5rem 0 0.25rem;
}

@media screen and (max-width: 61.99em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price br {
    display: none;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-title-bar .single-product-price ins {
  background: #05297e;
}

body.single-product.woocommerce .single-product-wrapper .wpgs.wpgs--without-images.images {
  background: url("/wp-content/uploads/rv-placeholder2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 391px;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-wrapper .wpgs.wpgs--without-images.images {
    min-height: 630px;
  }
}

body.single-product.woocommerce .single-product-wrapper .slick-slider .flaticon-right-arrow {
  transition: .3s;
  opacity: 0;
  right: 15px !important;
  color: #ff0000 !important;
}

body.single-product.woocommerce .single-product-wrapper .slick-slider .flaticon-back {
  transition: .3s;
  opacity: 0;
  left: 15px !important;
  color: #ff0000 !important;
}

body.single-product.woocommerce .single-product-wrapper .slick-slider:hover .flaticon-right-arrow,
body.single-product.woocommerce .single-product-wrapper .slick-slider:hover .flaticon-back {
  opacity: 1;
}

body.single-product.woocommerce .single-product-wrapper .slick-slider .slick-next {
  transition: .3s;
  opacity: 0;
  right: 15px !important;
}

body.single-product.woocommerce .single-product-wrapper .slick-slider .slick-prev {
  transition: .3s;
  opacity: 0;
  left: 15px;
}

body.single-product.woocommerce .single-product-wrapper .slick-slider:hover .slick-next,
body.single-product.woocommerce .single-product-wrapper .slick-slider:hover .slick-prev {
  opacity: 1;
}

@media screen and (min-width: 48em) {
  body.single-product.woocommerce .single-product-wrapper .summary.entry-summary {
    width: 52% !important;
  }
}

body.single-product.woocommerce .single-product-wrapper .summary.entry-summary p {
  font-size: 21px;
  font-size: 1.3125rem;
}

body.single-product.woocommerce .single-product-wrapper .single-product-content {
  margin-left: auto;
  margin-right: auto;
}

body.single-product.woocommerce .single-product-wrapper .single-product-content:after {
  content: "";
  display: table;
  clear: both;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info {
  background: #cccccc;
  text-align: left;
  position: relative;
  padding: 1.5rem 0;
}

@media screen and (min-width: 48em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-info {
    float: left;
    width: 100%;
    min-height: 630px;
    padding: 1.5rem 0;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-info p {
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.25rem;
  padding: 0 1rem;
}

@media screen and (min-width: 48em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-info p {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .single-product-wrapper .single-product-info p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

body.single-product.woocommerce .single-product-wrapper .single-product-info strong {
  display: inline !important;
  color: #05297e;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info strong small {
  text-transform: lowercase;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info a {
  color: #636466;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info a.btn {
  color: #fff;
  display: block;
  margin: 1rem 0;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info .video-btns {
  padding-top: 1rem;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info .video-btns a {
  background: #ff0000;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
}

body.single-product.woocommerce .single-product-wrapper .single-product-info .video-btns a:hover {
  background: #05297e;
}

body.single-product.woocommerce .single-product-expanded {
  clear: both;
  padding: 2.5rem 0;
}

body.single-product.woocommerce .single-product-expanded h2 {
  color: #05297e;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-expanded h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

body.single-product.woocommerce .single-product-expanded .single-product-expanded-description {
  margin-bottom: 2.5rem;
}

body.single-product.woocommerce .single-product-expanded .single-product-expanded-description p, body.single-product.woocommerce .single-product-expanded .single-product-expanded-description ul {
  color: #636466;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-expanded .single-product-expanded-description p, body.single-product.woocommerce .single-product-expanded .single-product-expanded-description ul {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .single-product-expanded .single-product-expanded-description p, body.single-product.woocommerce .single-product-expanded .single-product-expanded-description ul {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

body.single-product.woocommerce .single-product-expanded .single-product-expanded-description ul {
  line-height: 1.4;
  padding-left: 1.5rem;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-expanded .single-product-expanded-description ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

body.single-product.woocommerce .single-product-expanded .single-product-expanded-description strong {
  color: #ff0000;
}

body.single-product.woocommerce .single-product-expanded .single-product-floor-plan-photo {
  margin-bottom: 2.5rem;
}

body.single-product.woocommerce .single-product-expanded .single-product-manufacturer-info h2 {
  border-top: 1px #05297e solid;
  color: #05297e;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 2.5rem;
}

body.single-product.woocommerce .single-product-expanded .single-product-manufacturer-info p {
  color: #636466;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-expanded .single-product-manufacturer-info p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

body.single-product.woocommerce .single-product-expanded .single-product-manufacturer-info img {
  margin: 0.5rem 0 1rem;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .single-product-expanded .single-product-manufacturer-info img {
    float: right;
    margin: 0.75rem 0 2.5rem 2.5rem;
  }
}

body.single-product.woocommerce .related-products {
  background: #05297e;
  padding: 2.5rem 0 1rem;
}

body.single-product.woocommerce .related-products h2 {
  color: #cccccc;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .related-products h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

body.single-product.woocommerce .related-products h2 span {
  background: #05297e;
  display: inline-block;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

body.single-product.woocommerce .related-products h2:before {
  content: "";
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
}

body.single-product.woocommerce .archive-featured-products {
  background-color: #5b0101;
  background-image: linear-gradient(#5b0101, #ff0101);
  padding: 2.5rem 0;
}

body.single-product.woocommerce .archive-featured-products h2 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .archive-featured-products h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

body.single-product.woocommerce .archive-featured-products .featured-boats .slick-slider .slick-next {
  transition: .3s;
  opacity: 0;
  right: 15px !important;
  top: 50% !important;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .slick-slider .slick-prev {
  transition: .3s;
  opacity: 0;
  left: 15px;
  top: 50% !important;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .slick-slider:hover .slick-next,
body.single-product.woocommerce .archive-featured-products .featured-boats .slick-slider:hover .slick-prev {
  opacity: 1;
}

@media screen and (max-width: 61.99em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper {
    max-height: 340px;
    overflow: hidden;
  }
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar {
  background: #05297e;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar {
    padding: 10px 10px 12px;
  }
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title {
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title {
    font-size: 16px;
    font-size: 1rem;
    float: left;
    padding-right: 1.5rem;
  }
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 62em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 21px;
    font-size: 1.3125rem;
    float: right;
    clear: right;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price small {
  color: #fff;
  font-size: 50%;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price em {
  color: #fff;
  font-style: italic;
  font-size: 50%;
  display: block;
  margin: 0.5rem 0 0;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price ins {
  background: #05297e;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content {
  margin-left: auto;
  margin-right: auto;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content:after {
  content: "";
  display: table;
  clear: both;
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 250px;
  min-height: 250px;
}

@media screen and (min-width: 48em) {
  body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image {
    float: left;
    width: 100%;
  }
}

body.single-product.woocommerce .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info {
  display: none;
}

.vbox-overlay {
  z-index: 9999 !important;
}

aside#secondary {
  background: #ff0000;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 3.5rem;
}

aside#secondary form#search-filter-form-321 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

aside#secondary form#search-filter-form-321 .meta-slider {
  max-width: 235px;
}

aside#secondary form#search-filter-form-321 .sf-meta-range {
  margin-bottom: 1.5rem;
}

aside#secondary form#search-filter-form-321 .sf-meta-range span {
  color: #fff;
  font-weight: 600;
}

aside#secondary form#search-filter-form-321 .noUi-connect {
  background-color: #cccccc !important;
}

aside#secondary form#search-filter-form-321 > ul > li {
  padding: 0;
  margin-bottom: 1rem;
}

aside#secondary form#search-filter-form-321 > ul > li:last-of-type {
  margin-bottom: 0;
}

aside#secondary form#search-filter-form-321 > ul > li .chosen-container {
  width: 100% !important;
}

aside#secondary form#search-filter-form-321 > ul > li .chosen-single,
aside#secondary form#search-filter-form-321 > ul > li .chosen-choices .chosen-search-input {
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  border-radius: 0;
  color: #444;
  height: 36px;
  padding-top: 5px;
  border: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 61.99em) {
  aside#secondary form#search-filter-form-321 > ul > li .chosen-single,
  aside#secondary form#search-filter-form-321 > ul > li .chosen-choices .chosen-search-input {
    margin-bottom: 5px;
  }
}

aside#secondary form#search-filter-form-321 > ul > li .chosen-single div,
aside#secondary form#search-filter-form-321 > ul > li .chosen-choices .chosen-search-input div {
  top: 6px;
}

aside#secondary form#search-filter-form-321 > ul > li .chosen-drop {
  border: 0;
  border-top-right-radius: 0px;
  top: 98%;
}

@media screen and (min-width: 62em) {
  aside#secondary form#search-filter-form-321 > ul > li .chosen-drop {
    width: 100%;
  }
}

aside#secondary .sf-field-search input, aside#secondary .sf-field-search label {
  font-size: 16px;
  font-size: 1rem;
  border: 0;
  width: 100%;
  height: 36px;
}

aside#secondary .sf-field-search ::-webkit-input-placeholder {
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

aside#secondary .sf-field-search :-moz-placeholder {
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

aside#secondary .sf-field-search ::-moz-placeholder {
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

aside#secondary .sf-field-search :-ms-input-placeholder {
  /* IE 10-11 */
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

aside#secondary .sf-field-search ::-ms-input-placeholder {
  /* IE EDGE */
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

aside#secondary a.btn {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 2px #fff solid;
}

.gform_wrapper input[type="image"] {
  border: none;
  padding: 0;
  width: auto;
}

.gform_wrapper select {
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
  margin-top: 0 !important;
  margin-right: 5px;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.gform_wrapper textarea {
  resize: none;
  padding: 8px;
}

.gform_wrapper .ginput_container_fileupload input {
  line-height: 0;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper input[type="submit"].gform_button.button {
  font-size: 24px;
  font-size: 1.5rem;
}

.gform_wrapper select {
  font-size: 1em;
  font-family: inherit;
  overflow: hidden;
  letter-spacing: normal;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button;
}

.gform_wrapper select option {
  padding: 2px 10px !important;
  display: block;
}

.gform_wrapper select:focus {
  border: 0;
  outline: 1px ridge #999;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button;
}

.gform_wrapper select {
  padding: 5px !important;
  outline: 1px ridge #DDD;
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

.gform_wrapper .ui-datepicker select {
  padding: 5px !important;
  outline: 1px ridge #DDD;
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

/* Alerts */
.alerts {
  background: #05297e;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding-top: 7px;
}

.alerts .container {
  max-width: 50rem;
}

/* Site Header */
.site-header {
  background: url("../../assets/images/bubble-bg-white.jpg") no-repeat center center;
  background-size: cover;
  border-bottom: 3px #ff0000 solid;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 62em) {
  .site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}

.site-header__top {
  transition: .3s;
  background: #ff0000;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0.5rem 0;
}

@media screen and (max-width: 61.99em) {
  .site-header__top {
    text-align: center;
  }
}

.site-header__top a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 61.99em) {
  .site-header__top a {
    display: block;
  }
}

.site-header__top a:hover {
  color: #cccccc;
}

@media screen and (max-width: 61.99em) {
  .site-header__top a.btn-phone {
    background: #05297e;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
    border-radius: 10px;
    border-bottom: 3px #fff solid;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
  }
}

.site-header__top span {
  display: none;
}

@media screen and (min-width: 62em) {
  .site-header__top span {
    display: inline-block;
    margin: 0 0.5rem;
  }
}

.site-header__top i {
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 61.99em) {
  .site-header__top i {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 62em) {
  .site-header__top i {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 1rem;
    position: relative;
    top: 2px;
  }
}

@media screen and (min-width: 62em) {
  .site-header.sticky .site-header__top {
    padding: 0.25rem 0;
  }
}

@media screen and (min-width: 62em) {
  .site-header__mid {
    transition: .3s;
    padding: 2rem 0;
  }
}

@media screen and (min-width: 62em) {
  .site-header.sticky .site-header__mid {
    padding: 0.5rem 0;
  }
}

.site-branding {
  text-align: center;
  padding: 2rem 0;
}

@media screen and (min-width: 62em) {
  .site-branding {
    float: left;
    padding: 0;
  }
}

/* Main Navigation */
.main-navigation {
  float: right;
  display: none;
  /* Primary Menu */
}

@media screen and (min-width: 62em) {
  .main-navigation {
    display: block;
    margin-top: 1.75rem;
  }
}

.main-navigation ul#primary-menu {
  list-style: none;
  display: block;
  margin: 0;
  padding-left: 0;
  /* Sub Menus */
}

.main-navigation ul#primary-menu > li:hover > ul,
.main-navigation ul#primary-menu > li.focus > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: .2s;
}

.main-navigation ul#primary-menu > li {
  float: left;
  position: relative;
}

@media screen and (min-width: 62em) {
  .main-navigation ul#primary-menu > li {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 81.25em) {
  .main-navigation ul#primary-menu > li {
    margin-right: 2.5rem;
  }
}

.main-navigation ul#primary-menu > li:hover > a,
.main-navigation ul#primary-menu > li.focus > a {
  color: #ff0000;
}

.main-navigation ul#primary-menu > li:nth-of-type(2) ul {
  width: 150px;
}

.main-navigation ul#primary-menu > li:nth-of-type(3) ul {
  width: 300px;
}

.main-navigation ul#primary-menu > li:nth-of-type(4) ul {
  width: 350px;
}

.main-navigation ul#primary-menu > li:nth-of-type(5) ul {
  width: 300px;
}

.main-navigation ul#primary-menu > li:nth-of-type(6) ul {
  width: 160px;
}

.main-navigation ul#primary-menu > li:last-of-type {
  margin-right: 0;
}

.main-navigation ul#primary-menu > li:last-of-type ul {
  left: auto;
  right: 0;
}

.main-navigation ul#primary-menu > li:last-of-type ul li {
  text-align: right;
}

.main-navigation ul#primary-menu > li:last-of-type:hover > ul {
  left: auto;
  right: 0;
}

.main-navigation ul#primary-menu > li.current_page_item > a,
.main-navigation ul#primary-menu > li.current-menu-item > a,
.main-navigation ul#primary-menu > li.current_page_ancestor > a,
.main-navigation ul#primary-menu > li.current-menu-ancestor > a {
  color: #ff0000;
}

.main-navigation ul#primary-menu > li a {
  transition: .3s;
  color: #3b3331;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 62em) {
  .main-navigation ul#primary-menu > li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .main-navigation ul#primary-menu > li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.main-navigation ul#primary-menu ul.sub-menu {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
}

.main-navigation ul#primary-menu ul.sub-menu ul {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
}

.main-navigation ul#primary-menu ul.sub-menu > li {
  border-bottom: 1px #021134 solid;
  position: relative;
}

.main-navigation ul#primary-menu ul.sub-menu > li.menu-item-has-children > a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.main-navigation ul#primary-menu ul.sub-menu > li.menu-item-has-children > a:after {
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
}

.main-navigation ul#primary-menu ul.sub-menu > li:last-of-type {
  border: 0;
}

.main-navigation ul#primary-menu ul.sub-menu > li:hover > ul,
.main-navigation ul#primary-menu ul.sub-menu > li.focus > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: .25s;
}

.main-navigation ul#primary-menu ul.sub-menu > li.current_page_item > a,
.main-navigation ul#primary-menu ul.sub-menu > li.current-menu-item > a,
.main-navigation ul#primary-menu ul.sub-menu > li.current_page_ancestor > a,
.main-navigation ul#primary-menu ul.sub-menu > li.current-menu-ancestor > a {
  background: #ff0000;
  color: #fff;
}

.main-navigation ul#primary-menu ul.sub-menu > li a {
  background: #05297e;
  text-transform: uppercase;
  color: #fff;
  transition: .3s;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.5rem;
}

.main-navigation ul#primary-menu ul.sub-menu > li a:hover, .main-navigation ul#primary-menu ul.sub-menu > li a.focus {
  background: #ff0000;
  color: #fff;
}

/* Front Page */
.front-page h1, .front-page h2, .front-page h3, .front-page p, .front-page ul, .front-page ol, .front-page hr {
  margin-bottom: 2.5rem;
}

.front-page h1, .front-page h2, .front-page h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.front-page h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 48em) {
  .front-page h1 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

@media screen and (min-width: 62em) {
  .front-page h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.front-page h2 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 48em) {
  .front-page h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 62em) {
  .front-page h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.front-page h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 48em) {
  .front-page h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 62em) {
  .front-page h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.front-page p, .front-page ul, .front-page ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 62em) {
  .front-page p, .front-page ul, .front-page ol {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.front-page p {
  color: #000;
}

.front-page ul, .front-page ol {
  color: #ff0000;
  font-weight: 700;
}

.front_page_section_1 .nk-awb {
  padding: 3.5rem 0;
}

@media screen and (min-width: 62em) {
  .front_page_section_1 .nk-awb {
    padding: 3.5rem 0 1rem;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_1 .row {
   //* margin-top: -7rem; *//
  }
}

.front_page_section_1 h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_1 h2 {
    text-align: left;
  }
}

.front_page_section_1 h2 a {
  color: #05297e;
  text-decoration: none;
}

.front_page_section_1 #awesome-weather-fairmont {
  background-color: #fff;
  color: #000;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 61.99em) {
  .front_page_section_1 #awesome-weather-fairmont {
    max-width: 350px;
    margin: 0 auto;
  }
}

.front_page_section_1 #awesome-weather-fairmont .awesome-weather-header {
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: none;
  color: #05297e;
  font-weight: 700;
  padding: 20px;
}

.front_page_section_1 #awesome-weather-fairmont .awesome-weather-current-temp {
  text-shadow: none;
}

.front_page_section_1 #awesome-weather-fairmont .awesome-weather-todays-stats {
  font-size: 20px;
  font-size: 1.25rem;
  text-shadow: none;
}

.front_page_section_1 #awesome-weather-fairmont .awesome-weather-forecast {
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: none;
  line-height: 1.5;
}

.front_page_section_1 #awesome-weather-fairmont .awesome-weather-attribution {
  display: none;
}

.front_page_section_2 .nk-awb {
  padding: 3.5rem 0 1rem;
}

.front_page_section_2 h2 {
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 62em) {
  .front_page_section_2 h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 61.99em) {
  .front_page_section_2 .icon {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_2 .icon {
    min-height: 175px;
  }
}

.front_page_section_2 h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.front_page_section_2 ul {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  list-style: none;
  text-align: center;
  padding: 0;
}

.front_page_section_2 ul a {
  color: #fff;
  text-decoration: none;
}

.front_page_section_2 ul a:hover {
  text-decoration: underline;
}

.front_page_section_3 {
  background: #ff0000;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
}

.front_page_section_3:after {
  content: "";
  display: table;
  clear: both;
}

.front_page_section_4 .nk-awb {
  padding: 3.5rem 0;
}

@media screen and (min-width: 62em) {
  .front_page_section_4 .nk-awb {
    padding: 3.5rem 0 1rem;
  }
}

.front_page_section_4 h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_4 h1 {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_4 h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.front_page_section_4 h1 strong {
  color: #ff0000;
  text-transform: none;
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_4 h1 strong {
    display: block;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_4 h1 strong {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_4 h1 strong {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.front_page_section_4 h1 em {
  color: #05297e;
}

.front_page_section_4 ul {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_4 ul {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_4 ul {
    padding-left: 1rem;
  }
}

.front_page_section_4 ul li {
  background: url("../../assets/images/bullet.png") no-repeat center left;
  padding-left: 2.5rem;
}

.front_page_section_4 ul a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 81.25em) {
  .front_page_section_4 ul a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.front_page_section_4 ul a:hover {
  color: #ff0000;
}

.front_page_section_5 .nk-awb {
  padding: 3.5rem 0;
}

.front_page_section_5 a {
  text-decoration: none;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_5 a {
    margin: 25px auto;
  }
}

.front_page_section_5 a:hover h2 {
  background: #ff0000;
  color: #fff;
}

.front_page_section_5 a:hover p {
  top: 0;
}

.front_page_section_5 .info-box {
  display: block;
  position: relative;
  height: 170px;
  overflow: hidden;
}

.front_page_section_5 .info-pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 170px;
}

.front_page_section_5 .info-pic.services {
  background-image: url("/wp-content/uploads/home-icon7-1.png");
}

.front_page_section_5 .info-pic.sales {
  background-image: url("/wp-content/uploads/home-icon8-1.png");
}

.front_page_section_5 .info-pic.rentals {
  background-image: url("/wp-content/uploads/home-icon9-1.png");
}

.front_page_section_5 h2 {
  transition: .5s;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 10px 0;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_5 h2 {
    background: #ff0000;
    color: #fff;
  }
}

.front_page_section_5 p {
  transition: .5s;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: rgba(5, 41, 126, 0.85);
  display: block;
  height: 170px;
  padding: 75px 50px 50px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_5 p {
    background: rgba(5, 41, 126, 0.75);
    top: 0;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_5 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_5 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.front_page_section_6 {
  text-align: center;
}

.front_page_section_6 .nk-awb {
  padding: 5.5rem 0 0;
}

.front_page_section_6 h2, .front_page_section_6 h3 {
  color: #05297e;
  text-transform: uppercase;
  border-bottom: 2px #cccccc solid;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_6 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_6 h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.front_page_section_6 .row img {
  transition: .3s;
  box-shadow: 1px 2px 30px rgba(0, 0, 0, 0);
  border: 2px transparent solid;
  margin-bottom: 2.5rem;
}

.front_page_section_6 .row img:hover {
  box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.5);
  border: 2px #ff0000 solid;
}

.front_page_section_7 {
  background-color: #5b0101;
  background-image: linear-gradient(#5b0101, #ff0101);
  padding: 3.5rem 0 2rem;
}

.front_page_section_7 h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_7 h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_7 h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.front_page_section_7 .archive-featured-products .featured-boats .slick-slider .slick-next {
  transition: .3s;
  opacity: 0;
  right: 15px !important;
  top: 50% !important;
}

.front_page_section_7 .archive-featured-products .featured-boats .slick-slider .slick-prev {
  transition: .3s;
  opacity: 0;
  left: 15px;
  top: 50% !important;
}

.front_page_section_7 .archive-featured-products .featured-boats .slick-slider:hover .slick-next,
.front_page_section_7 .archive-featured-products .featured-boats .slick-slider:hover .slick-prev {
  opacity: 1;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper {
    max-height: 400px;
    overflow: hidden;
  }
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper ins {
	color: #fff;
	padding: 5px;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar {
  background: #cccccc;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 62em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar {
    padding: 10px 10px 12px;
  }
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title {
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
}

@media screen and (min-width: 62em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-title {
    font-size: 16px;
    font-size: 1rem;
    float: left;
    padding-right: 1.5rem;
  }
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
  font-weight: 900;
  color: #ff0000;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 62em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 21px;
    font-size: 1.3125rem;
    float: right;
    clear: right;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price small {
  color: #fff;
  font-size: 50%;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price em {
  color: #fff;
  font-style: italic;
  font-size: 50%;
  display: block;
  margin: 0.5rem 0 0;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-title-bar .archive-product-price ins {
  background: #05297e;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content {
  margin-left: auto;
  margin-right: auto;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-content:after {
  content: "";
  display: table;
  clear: both;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 250px;
  min-height: 250px;
}

@media screen and (min-width: 48em) {
  .front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-image {
    float: left;
    width: 100%;
  }
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info {
  text-align: center;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info a.woocommerce-LoopProduct-link {
  display: none;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info a {
  background: #05297e;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  transition: .3s;
  display: block;
  width: 100%;
}

.front_page_section_7 .archive-featured-products .featured-boats .archive-product-wrapper .archive-product-info a:hover {
  background: #fff;
  color: #ff0000;
}

.front_page_section_8 .nk-awb {
  padding: 3.5rem 0 1rem;
}

.front_page_section_8 h2 {
  color: #ff0000;
}

@media screen and (min-width: 62em) {
  .front_page_section_8 h2 {
    text-align: left;
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_8 h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.front_page_section_9 {
  background-color: #5b0101;
  background-image: linear-gradient(#5b0101, #ff0101);
  padding: 3.5rem 0;
}

.front_page_section_9 h2 {
  color: #fff;
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 62em) {
  .front_page_section_9 h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_9 h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

/* Internal Pages */
.internal-page h1, .internal-page h2, .internal-page h3, .internal-page p, .internal-page ul, .internal-page ol, .internal-page hr {
  margin-bottom: 2.5rem;
}

.internal-page h1, .internal-page h2, .internal-page h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 62em) {
  .internal-page h1, .internal-page h2, .internal-page h3 {
    text-align: left;
  }
}

.internal-page h1 {
  color: #ff0000;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 48em) {
  .internal-page h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-page h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .internal-page h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.internal-page h1 + h2 {
  text-align: center;
}

.internal-page h1 + h2 + h3 {
  text-align: center;
}

.internal-page h2 {
  color: #05297e;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 48em) {
  .internal-page h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-page h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 81.25em) {
  .internal-page h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.internal-page h3 {
  color: #ff0000;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 48em) {
  .internal-page h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-page h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .internal-page h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.internal-page p, .internal-page ul, .internal-page ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 62em) {
  .internal-page p, .internal-page ul, .internal-page ol {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.internal-page p {
  color: #000000;
}

.internal-page ul, .internal-page ol {
  color: #ff0000;
  padding-left: 1.5rem;
}

@media screen and (min-width: 48em) {
  .internal-page ul.cols-2, .internal-page ol.cols-2 {
    -webkit-column-count: 2;
    column-count: 2;
    column-break-inside: avoid;
    list-style-position: outside;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }
  .internal-page ul.cols-3, .internal-page ol.cols-3 {
    -webkit-column-count: 3;
    column-count: 3;
    column-break-inside: avoid;
    list-style-position: outside;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.internal-page strong {
  color: #ff0000;
}

.internal-page hr {
  background-color: #eaeaea;
}

.internal-page img,
.internal-page figcaption {
  display: block;
  margin: 0.75rem auto 2.5rem;
}

.internal-page img.alignright,
.internal-page figcaption.alignright {
  float: none;
}

@media screen and (min-width: 62em) {
  .internal-page img.alignright,
  .internal-page figcaption.alignright {
    float: right;
    margin-left: 2.5rem;
  }
}

.internal-page img.alignleft,
.internal-page figcaption.alignleft {
  float: none;
}

@media screen and (min-width: 62em) {
  .internal-page img.alignleft,
  .internal-page figcaption.alignleft {
    float: left;
    margin-right: 2.5rem;
  }
}

.internal-page figure.wp-caption {
  background: #fff;
  max-width: 450px !important;
  padding: 0 1rem 0.5rem;
}

.internal-page figure.wp-caption img {
  width: auto;
  margin-bottom: 1rem;
}

.internal-page figure.wp-caption figcaption {
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

/* Internal Header */
.internal-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 3.5rem 0;
}

@media screen and (min-width: 62em) {
  .internal-header {
    padding: 5.5rem 0;
  }
}

.internal-header h2 {
  font-weight: 900;
  text-align: center;
  color: #ff0000;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .internal-header h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-header h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

/* Parallax Sections */
.top_section .nk-awb,
.blue_section .nk-awb,
.white_section .nk-awb {
  padding: 3.5rem 0 1rem;
}

@media screen and (min-width: 62em) {
  .top_section .nk-awb,
  .blue_section .nk-awb,
  .white_section .nk-awb {
    padding: 4.5rem 0 2rem;
  }
}

/* Top Section */
@media screen and (min-width: 62em) {
  .top_section h1 + h2 {
    text-align: left;
    margin-top: -1rem;
  }
}

.top_section h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .top_section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.top_section h3 {
  color: #05297e;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.3;
}

@media screen and (min-width: 62em) {
  .top_section h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* Blue Section */
.blue_section h2 {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 62em) {
  .blue_section h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.blue_section p {
  color: #fff;
}

@media screen and (min-width: 62em) {
  .blue_section p big {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.blue_section ul, .blue_section strong, .blue_section a {
  color: #fff;
}

.blue_section ul {
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 62em) {
  .blue_section ul {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.blue_section ul li {
  margin-bottom: 1.5rem;
}

.blue_section ul.links {
  text-decoration: none;
  padding: 0;
  list-style: none;
  text-align: center;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  line-height: 2;
}

.blue_section ul.links li {
  margin-bottom: 0;
}

.blue_section ul.links a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  padding: 0.5rem 0;
}

@media screen and (min-width: 62em) {
  .blue_section ul.links a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 81.25em) {
  .blue_section ul.links a {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.blue_section ul.links a:hover {
  color: #ff0000;
}

.blue_section ul.list {
  text-decoration: none;
  padding: 0;
  list-style: none;
  text-align: center;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  line-height: 2;
}

.blue_section ul.list li {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

@media screen and (min-width: 62em) {
  .blue_section ul.list li {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 81.25em) {
  .blue_section ul.list li {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.blue_section .pricing {
  margin-bottom: 2.5rem;
}

.blue_section .pricing .pricing-info {
  border-bottom: 2px #fff solid;
  margin-bottom: 1.5rem;
}

.blue_section .pricing h2 {
  border-bottom: 2px #fff solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .blue_section .pricing h2 {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
  }
}

.blue_section .pricing h2 small {
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
  font-size: 50%;
}

.blue_section .pricing h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.blue_section .pricing p {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .blue_section .pricing p {
    text-align: left;
  }
}

.blue_section table {
  background: #fff;
  margin-bottom: 2.5rem;
}

.blue_section table td, .blue_section table th {
  padding: 1rem;
}

.blue_section table thead {
  background: #ff0000;
  color: #fff;
}

.blue_section table tbody td {
  text-align: center;
  color: #000;
  font-weight: 700;
}

/* White Section */
.white_section h2 {
  color: #ff0000;
}

@media screen and (min-width: 62em) {
  .white_section h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.white_section h3 {
  color: #05297e;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.white_section ul.links {
  text-decoration: none;
  padding: 0;
  list-style: none;
  text-align: center;
  border-top: 1px #05297e solid;
  border-bottom: 1px #05297e solid;
  line-height: 2;
}

.white_section ul.links li {
  margin-bottom: 0;
}

.white_section ul.links a {
  color: #05297e;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px #05297e solid;
  border-bottom: 1px #05297e solid;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  padding: 0.5rem 0;
}

@media screen and (min-width: 62em) {
  .white_section ul.links a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 81.25em) {
  .white_section ul.links a {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.white_section ul.links a:hover {
  color: #ff0000;
}

/* Red Section */
.red_section {
  background-color: #5b0101;
  background-image: linear-gradient(#5b0101, #ff0101);
  padding: 2rem 0;
}

.red_section h2 {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 62em) {
  .red_section h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .red_section h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.red_section h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 62em) {
  .red_section h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Gravity Forms */
.ui-datepicker {
  background: #fff;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  margin-top: 0 !important;
}

.gform_wrapper .gform_body label {
  font-weight: normal !important;
  text-transform: uppercase;
}

.gform_wrapper .gform_body .gfield_required {
  color: #ff0000;
}

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea {
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  background: #cccccc;
}

.gform_wrapper .gform_body img.ui-datepicker-trigger {
  margin: 0;
}

.gform_wrapper .gform_footer input[type="submit"] {
  border-radius: 10px;
  background: #ff0000;
  font-size: 30px !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #05297e;
}

/* Map Section */
.map_section {
  height: 450px;
}

/* Contact Page */
@media screen and (min-width: 62em) {
  .contact-us-page .blue_section h2 {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.contact-us-page .blue_section p {
  text-align: center;
}

@media screen and (min-width: 62em) {
  .contact-us-page .blue_section p {
    text-align: left;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/* Brands */
.brands h2, .brands img, .brands p {
  text-align: center;
}

.brands img {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
}

.brands ul.links {
  max-width: 500px;
  margin: 0 auto 2.5rem;
}

/* Site Footer */
.site-footer {
  background: url("../../assets/images/bubble-bg-blue.jpg") no-repeat center center;
  background-size: cover;
  padding: 2.5rem 0;
}

@media screen and (max-width: 61.99em) {
  .site-footer {
    text-align: center;
  }
}

.site-footer__logo {
  margin-bottom: 1rem;
}

@media screen and (max-width: 61.99em) {
  .copyright {
    margin-bottom: 2rem;
  }
}

.copyright p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.copyright a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}

.copyright a:hover {
  text-decoration: none;
}

.site-footer__navigation ul {
  list-style: none;
  padding: 0;
  line-height: 1;
}

.site-footer__navigation ul ul {
  margin-top: 0.5rem;
}

@media screen and (min-width: 62em) {
  .site-footer__navigation ul ul {
    padding-left: 1.5rem;
  }
}

.site-footer__navigation ul li {
  margin-bottom: 0.5rem;
}

.site-footer__navigation ul a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.site-footer__navigation ul a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 61.99em) {
  .site-footer__contact {
    margin-top: 2rem;
  }
}

.site-footer__contact h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.site-footer__contact a {
  color: #cccccc;
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}

.site-footer__contact a:hover {
  color: #fff;
}

@media screen and (min-width: 62em) {
  #content {
    padding-top: 12rem;
  }
  #content.alerts-active {
    padding-top: 15rem;
  }
}

.search-bar {
  background: #ff0000;
  float: left;
  width: 100%;
  padding: 20px 0 18px;
}

.search-bar form#search-filter-form-322 * {
  /* opacity: 1 !important; */
}

@media screen and (max-width: 61.99em) {
  .search-bar form#search-filter-form-322 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.search-bar form#search-filter-form-322 > ul {
  margin-bottom: 0;
}

.search-bar form#search-filter-form-322 > ul > li {
  padding: 0;
}

@media screen and (min-width: 62em) {
  .search-bar form#search-filter-form-322 > ul > li {
    padding: 0 1rem 0 0;
  }
}

.search-bar form#search-filter-form-322 > ul > li:last-of-type {
  padding-right: 0;
}

@media screen and (min-width: 62em) {
  .search-bar form#search-filter-form-322 > ul > li {
    float: left;
    width: 25%;
  }
}

.search-bar form#search-filter-form-322 > ul > li .chosen-container {
  width: 100% !important;
}

.search-bar form#search-filter-form-322 > ul > li .chosen-single,
.search-bar form#search-filter-form-322 > ul > li .chosen-choices {
  background: #cccccc;
  border-radius: 0 !important;
  min-height: 36px;
  padding-top: 5px;
  border: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 61.99em) {
  .search-bar form#search-filter-form-322 > ul > li .chosen-single,
  .search-bar form#search-filter-form-322 > ul > li .chosen-choices {
    margin-bottom: 5px !important;
  }
}

.search-bar form#search-filter-form-322 > ul > li .chosen-single div,
.search-bar form#search-filter-form-322 > ul > li .chosen-choices div {
  top: 5px;
}

.search-bar form#search-filter-form-322 > ul > li .chosen-choices .chosen-search-input {
  text-transform: uppercase;
  color: #444;
}

.search-bar form#search-filter-form-322 > ul > li .chosen-drop,
.search-bar form#search-filter-form-322 > ul > li .chosen-choices {
  border: 0;
  border-top-right-radius: 3px;
  top: 98%;
}

@media screen and (min-width: 62em) {
  .search-bar form#search-filter-form-322 > ul > li .chosen-drop,
  .search-bar form#search-filter-form-322 > ul > li .chosen-choices {
    width: 110%;
  }
}

.search-bar form#search-filter-form-322 > ul > li .chosen-choices {
  padding-top: 3px;
}

@media screen and (min-width: 62em) {
  .search-bar form#search-filter-form-322 > ul > li .chosen-choices {
    width: 100%;
  }
}

.search-bar form#search-filter-form-322 > ul > li input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 2px #fff solid;
}

/* Mobile Accordion Search */
@media screen and (max-width: 61.99em) {
  .accordion {
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-weight: 900;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  .accordion:hover {
    background-color: #cccccc;
  }
  .active {
    background-color: #cccccc;
  }
  .panel {
    background: #ff0000;
    background-color: white;
    display: none;
  }
}

@media screen and (min-width: 62em) {
  .accordion {
    display: none;
  }
  .panel {
    display: block !important;
  }
}
