/*!
 Theme Name: TwinVee
 Theme URI: http://underscores.me/
 Author: JRA
 Author URI: http://jamesrossadvertising.com
 Description: Theme based on underscores. Modified by the JRA team
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: twinvee
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 TwinVee is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: 'Muli', sans-serif !important;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-family: 'Muli', sans-serif;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* muli-300 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url('../twinvee/fonts/muli-v19-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../twinvee/fonts/muli-v19-latin-300.eot?#iefix') format('embedded-opentype'), url('../twinvee/fonts/muli-v19-latin-300.woff2') format('woff2'), url('../twinvee/fonts/muli-v19-latin-300.woff') format('woff'), url('../twinvee/fonts/muli-v19-latin-300.ttf') format('truetype'), url('../twinvee/fonts/muli-v19-latin-300.svg#Muli') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  font-display: swap;
}
/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../twinvee/fonts/muli-v19-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../twinvee/fonts/muli-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../twinvee/fonts/muli-v19-latin-regular.woff2') format('woff2'), url('../twinvee/fonts/muli-v19-latin-regular.woff') format('woff'), url('../twinvee/fonts/muli-v19-latin-regular.ttf') format('truetype'), url('../twinvee/fonts/muli-v19-latin-regular.svg#Muli') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  font-display: swap;
}
/* muli-700 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url('../twinvee/fonts/muli-v19-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../twinvee/fonts/muli-v19-latin-700.eot?#iefix') format('embedded-opentype'), url('../twinvee/fonts/muli-v19-latin-700.woff2') format('woff2'), url('../twinvee/fonts/muli-v19-latin-700.woff') format('woff'), url('../twinvee/fonts/muli-v19-latin-700.ttf') format('truetype'), url('../twinvee/fonts/muli-v19-latin-700.svg#Muli') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  font-display: swap;
}
/* muli-900 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: url('../twinvee/fonts/muli-v19-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../twinvee/fonts/muli-v19-latin-900.eot?#iefix') format('embedded-opentype'), url('../twinvee/fonts/muli-v19-latin-900.woff2') format('woff2'), url('../twinvee/fonts/muli-v19-latin-900.woff') format('woff'), url('../twinvee/fonts/muli-v19-latin-900.ttf') format('truetype'), url('../twinvee/fonts/muli-v19-latin-900.svg#Muli') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  font-display: swap;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-weight: 600;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
  line-height: 2;
}
.main-navigation li {
  float: left;
  position: relative;
  text-align: center;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
#masthead .sticky {
  background-color: #171b30;
  position: fixed;
}
.sub-menu li {
  margin-right: 15px !important;
  margin-left: 10px;
}
.sub-menu li:hover {
  background-color: #00a1e8;
  width: 100%;
  margin-left: 0px;
  padding-left: 10px;
  text-align: left;
}
.sub-menu li a:hover, .menu li a:hover {
  text-decoration: none;
}
ul.sub-menu {
  padding: 10px 0;
  background-color: #171b30;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#site-navigation {
  padding-top: 10px;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-family: 'Muli', sans-serif;
}
.site-branding {
  position: absolute;
  z-index: 9999;
  top: 20%;
}
.menu-mainmenu-container {
  float: right;
  z-index: 9;
  margin: 0px 30px;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-right: 40px;
  text-transform: uppercase;
  font-size: 16px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/* --
 Blog/News start
 -- */
.blog h1 {
  font-size: 28px;
  font-weight: bold;
}
.blog article {
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 34px 0;
}
.blog header.entry-header {
  grid-row-start: 1;
  grid-column-start: 2;
  display: grid;
}
.blog .entry-meta {
  text-align: left;
  grid-row-start: 1;
}
.blog span.byline {
  display: none;
}
.blog h2.entry-title a {
  color: #000;
  margin: 0px;
  grid-row-start: 1;
}
.blog h2.entry-title {
  margin: 0px;
  text-align: left;
  grid-row-start: 2;
  font-weight: 700;
  font-size: 21px;
}
.blog a.post-thumbnail {
  max-width: 244px;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  margin-right: 10%;
}
.blog .entry-content {
  grid-row-start: 2;
  grid-column-start: 2;
  margin: 0px;
}
.blog footer.entry-footer {
  grid-row-start: 1;
  grid-column-start: 2;
}
.blog span.cat-links {
  display: none;
}
.single-post .post-thumbnail {
  display: none;
}
/* --
 Blog/News end
 -- */
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
/* --
 Guide
 -- General
 -- Homepage
 -- Model
 -- Pricing
 -- Color Page
 --*/
/* --
 General
 -- */
.mega-menu-new {
  transition: all ease-out 0.5s;
}
.banner-menu .nav > li > a:focus {
  background: none;
}
/* --
 End General
 -- */
/* --
 Homepage
 -- */
a:focus {
  outline: unset !important;
}
.nav > li > a {
  padding: 0px !important;
}
.nav > li > a:hover {
  text-decoration: underline !important;
  background-color: unset !important;
}
.nav-link.active.show {
  text-decoration: underline !important;
}
li.tablinks.active {
  text-decoration: underline;
}
.home-h2 {
  font-family: 'Muli', sans-serif;
  text-align: center;
  padding-top: 30px;
  color: #282e52;
  line-height: 1.5em;
}
span.bottom-border {
  border-bottom: 2px solid #00a1e8;
  margin-bottom: 20px;
}
.padme {
  padding: 30px;
}
.padmefeat {
  padding: 30px;
}
.padmemore {
  padding: 28px;
}
.description-text {
  padding-top: 1em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}
.cc-title, .dc-title {
  padding-bottom: 35px;
}
.grid-center-console {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
.grid-center-console h3, .grid-dual-console h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
}
.grid-dual-console {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 48px;
  grid-row-gap: 30px;
}
.grid-dual-console img {
  width: 346px;
}
.grid-dual-console h3 {
  padding-left: 100px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
.grid-container h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #61abeb;
  text-align: center;
  font-size: 24px;
}
.grid-container p {
  text-align: center;
}
.grid-item {
  margin: 0 auto;
}
.grid-item img {
  transition: transform 0.2s;
}
.grid-item img:hover {
  transform: scale(1.1);
}
.events {
  background-color: #f4f4f4;
  margin-top: 17px;
}
.events-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 0fr 0fr;
  grid-template-areas: "div1 div2 div3" ". . ." ". . .";
  grid-column-gap: 100px;
}
.events-text {
  text-transform: uppercase;
  font-size: 20px;
  padding: 30px;
}
.div1 {
  grid-area: div1;
  box-shadow: 0px 7px 21px grey !important;
  padding-bottom: 30px;
}
.div1 .show-date, .div2 .show-date, .div3 .show-date {
  text-transform: uppercase;
  color: #909090;
  font-size: 14px;
  text-align: left;
  padding: 20px 0px 0px 20px;
}
.div2 {
  grid-area: div2;
  box-shadow: 0px 7px 21px grey !important;
  padding-bottom: 30px;
}
.div3 {
  grid-area: div3;
  box-shadow: 0px 7px 21px grey !important;
  padding-bottom: 30px;
}
h2.show-title {
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  padding: 0px 0px 0px 20px;
  font-weight: 700;
}
.div1 .show-address {
  text-align: left;
}
button.show-btn {
  color: #61abeb;
  border: unset;
  background-color: unset;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  padding-left: 20px;
}
button.tv-button {
  background-color: #00a1e8;
  color: #fff;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  margin: 60px;
  box-shadow: 0px 10px 27px #61abeb 5C;
}
/* Media Queries */
@media (min-width: 320px) and (max-width: 799px) {
  iframe {
    height: 315px;
  }
  .grid-container {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 30px;
  }
  .events-container {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "div1" "div2" "div3";
    grid-row-gap: 60px;
  }
  .description-text {
    text-align: left;
  }
  .grid-center-console, .grid-dual-console {
    grid-template-columns: 1fr;
  }
  .grid-center-console h3, .grid-dual-console h3 {
    font-size: 1.5em !important;
    text-align: center;
    padding: 0;
  }
  .events {
    background: #f4f4f4;
    padding-bottom: 70px;
  }
  .events-text {
    display: none;
  }
  .location-logo {
    width: 27px;
  }
  .div1 .show-date, .div2 .show-date, .div3 .show-date {
    color: #292929;
    font-weight: bold;
    font-size: 16px !important;
  }
  .events-container img {
    margin-right: 10px !important;
  }
  h2.show-title {
    font-size: 27px !important;
    color: #282e52;
  }
  .show-description {
    width: 100%;
    padding-right: 1px;
    font-size: 19px !important;
  }
  .show-zip {
    font-size: 16px !important;
  }
  button.show-btn {
    float: right;
    padding: 7px 15px 5px 15px;
    border: 2px solid #61abeb;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 19px;
  }
  .show-btn img {
    display: none;
  }
  button.tv-button {
    display: none;
  }
  .blue-banner-menu.opacity {
    background-color: rgba(0, 161, 232, 0.9) !important;
    top: 0 !important;
    transition: all ease-out 0.3s;
  }
  li.specs {
    border-right: unset !important;
  }
  ul.options2-container {
    padding: 0px;
  }
  .blue-banner-menu {
    top: 57px !important;
  }
}
/* --
 end Home
 -- */
/* --
 Models
 -- */
ul.details-container p {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul, ol {
  margin: 0 0 1.5em 0em !important;
}
.header-text {
  text-align: center;
  font-size: 2em;
}
.header-description {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}
li.standards {
  font-size: 16px;
}
.specs h2 {
  font-size: 14px !important;
  font-weight: bold;
}
#Options img {
  width: 100%;
}
iframe {
  width: 100%;
  display: block;
}
.blue-banner-menu {
  position: sticky;
  top: 80px;
  z-index: 1000;
  background-color: rgba(0, 161, 232, 1);
}
.blue-banner-menu.opacity {
  background-color: rgba(0, 161, 232, 0.9);
}
.blue-banner-menu.dropped-menu {
  top: 174px;
}
.boat-title h2 {
  color: #fff;
  margin: 0px 15px;
  font-size: 1.5em;
}
/* --
 end Models
 -- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.bg-home {
  background-size: cover !important;
  position: relative;
}
/* --
 Pricing
 -- */
#model-choices {
  position: sticky;
  top: 15%;
}
.pricing-table-style {
  border: 1px solid #d4d4d4;
}
.gray-bg {
  background: #eee;
}
.split-grid {
  display: grid;
  grid-template-columns: 70% 30%;
}
input[type="radio"]:checked + label {
  border: solid 2px #00a1e8;
}
input[type="radio"]:checked + label.circled {
  border: solid 2px #00a1e8;
  border-radius: 50%;
}
input[type="checkbox"]:checked + label {
  border: solid 1px #00a1e8;
}
label.active {
  border: 1px solid blue !important;
}
.container h2 {
  font-weight: normal;
}
.item-name {
  color: #000;
}
.item-desc {
  margin-left: -23px;
}
.item-desc ul {
  margin-left: -40px;
  list-style-type: none;
}
.o-name {
  color: #000;
}
.color-option-table-style h4 {
  color: #000;
}
.color-option-table-style {
  border: 1px solid #d4d4d4;
  padding: 50px;
  margin-bottom: 50px;
}
#Hull2 {
  width: 100px;
}
label.split-grid-option {
  display: grid;
  grid-template-columns: 0.1fr 0.1fr 1fr;
  grid-template-rows: 1fr;
  padding: 50px;
  border: 1px solid #d4d4d4;
  margin-bottom: -1px;
}
#model-choices {
  position: sticky;
  top: 24%;
  color: #707070;
  border-width: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.item-price {
  text-align: right;
  color: #000;
}
.color-table-style {
  display: flex;
  list-style-type: none;
  margin-left: -40px;
}
.color-swatch {
  cursor: pointer;
}
.color-table-style li {
  padding: 15px;
  margin-left: -12px;
}
.model-title {
  background: #00a1e8;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
}
.model-title h2 {
  font-size: 26px;
  margin-top: 10px;
}
.model-title a {
  color: white;
}
.submit-box {
  text-align: center;
  background: #00a1e8;
  padding: 1em;
  max-width: 15em;
  margin: 0 auto;
  margin-top: 2em;
  border-radius: 5px;
}
#wrap-results {
  padding: 1.5em;
}
.msrpbg {
  background-color: #e6674a;
  padding: 2em;
  color: #fff;
}
.pricebg {
  background-color: #70c5ae;
  padding: 2em;
  color: #fff;
}
.chosen-engine ul {
  margin-left: -40px;
  list-style-type: none;
}
.chosen-engine span {
  font-weight: bold;
  color: #000;
}
.chosen-t-top span {
  font-weight: bold;
  color: #000;
}
.chosen-t-top ul {
  margin-left: -40px !important;
  list-style-type: none;
}
.picked-hull-color ul {
  margin-left: -40px;
  list-style-type: none;
}
.picked-hull-color span {
  font-weight: bold;
  color: #000;
}
.picked-uph-color ul {
  margin-left: -40px;
  list-style-type: none;
}
.picked-uph-color span {
  font-weight: bold;
  color: #000;
}
#addons ul {
  margin-left: -40px;
  list-style-type: none;
}
#addons span {
  font-weight: bold;
  color: #000;
}
.msrp-label {
  font-size: 18px;
  font-weight: normal;
}
#mod-msrp {
  font-size: 18px;
  float: right;
}
#mod-price {
  font-size: 30px;
  font-weight: 300;
  float: right;
}
.internet-label {
  font-size: 18px;
  padding-top: 10px;
  margin-top: -10px;
}
span.msrp-price {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  font-style: italic;
}
span.o-msrp-price {
  color: #6f6f6f;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
span.o-seemore {
  position: absolute;
  right: 5%;
  color: #6f6f6f;
  margin-top: 25px;
}
#see-less {
  display: block;
}
.seemore-content {
  display: none;
}
span.o-short p::after {
  content: "...";
}
.o-desc {
  display: block;
  margin-right: 50px;
}
.o-desc p {
  font-size: 14px !important;
}
span#see-less span {
  display: none;
}
.checkbox input[type=checkbox] {
  margin-left: 20px !important;
  margin-top: 15px !important;
}
input[type="radio"] {
  display: none;
}
input.engine-choice[type="radio"] {
  display: block;
  position: relative;
  top: 2.2em;
  left: 1em;
}
input.t-top-choice[type="radio"] {
  display: block;
  position: relative;
  top: 2.2em;
  left: 1em;
}
/* --
 end Pricing
 -- */
/* --
 Footer
 -- */
.footer-bg {
  background-color: #171b30;
  text-align: center;
  padding: 25px;
}
.footer-bg img {
  margin: 0px 1em;
}
.social-icons {
  padding: 25px;
}
#menu-footermenu {
  list-style: none;
  display: inline-flex;
  margin: 0 auto;
}
.menu-footermenu-container ul li {
  margin-right: 20px;
}
.menu-footermenu-container ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.menu-footermenu-container ul li a:visited {
  color: #fff;
}
.site-info {
  text-align: center;
  padding-top: 15px;
}
/* --
 end Footer
 -- */
.gform_wrapper ul.gform_fields li.gfield {
  border: 1px solid rgba(112, 112, 112, 0.26);
  padding: 20px 20px 0px 0px;
}
.gform_wrapper ul.gform_fields li.gfield_html {
  border: none;
  padding: 20px 20px 0px 20px;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-left: -20px;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 20px !important;
}
.engine_options input {
  display: none !important;
}
.price-float {
  position: absolute;
  right: 4%;
}
.flexme ul.gfield_radio {
  display: inline-flex;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  float: left;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  float: right;
}
li#field_2_13 {
  width: 35% !important;
  margin-left: 130px !important;
}
@media (min-width: 320px) and (max-width: 1250px) {
  .custom-logo-link {
    width: unset !important;
  }
  #menu-footermenu {
    display: block;
  }
  .menu-footermenu-container ul li {
    padding-top: 5px;
  }
  .grid-container2 {
    display: flow-root !important;
  }
}
@media (max-width: 900px) {
  .header {
    height: 57px !important;
  }
  .banner-menu {
    text-align: center !important;
  }
  .banner-menu ul {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .specs-container {
    display: block;
  }
  .banner-menu ul li {
    font-size: 1.2em;
    font-weight: 400 !important;
    padding: 9px;
    flex-wrap: wrap;
  }
  img.custom-logo {
    width: 200px;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .blue-banner-menu {
    top: 91px;
  }
  .boat-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 1840px) and (max-width: 3000px) {
  .padmefeat {
    padding: 30px 15%;
  }
}
/* Start Tablet View */
@media (min-width: 800px) and (max-width: 1400px) {
  .features-info-container {
    grid-column-gap: 45px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Start Mobile View */
@media (min-width: 320px) and (max-width: 900px) {
  /* Features Tab */
  /* Options Tab */
  /* End Options Tab */
  /* Standards Tab */
  /* End Tabs */
  /* Power Tab */
  /* End Power Tab */
  /* Color Tab */
  /* End Color Tab */
  /* Gallery Tab */
  /* End Gallery Tab */
  /* Pricing Tab */
  /* End Pricing Tab */
  /*p.specs-p {*/
  /*    text-align: center;*/
  /*    font-size: 32px !important;*/
  /*}*/
  /*.banner-menu ul li a:visited {*/
  /*    display: none;*/
  /*}*/
  /* iframe {
   height: 255px;
   } */
  .boat-title {
    grid-template-columns: auto !important;
    text-align: center;
  }
  .view-all-models {
    display: none;
  }
  .accordion-arrow {
    display: block;
    cursor: pointer;
    width: 50px;
    margin: 0 auto;
  }
  .blue-active, .accordion-arrow:hover {
    background-color: rgba(0, 161, 232, -0.1);
  }
  .panel-menu {
    display: none;
  }
  #Features img {
    width: 100%;
  }
  .features-info-container {
    grid-template-areas: unset !important;
    grid-template-columns: auto !important;
  }
  .info1-feat, .info2-feat, .info3-feat, .info4-feat, .info5-feat, .info6-feat, .info7-feat {
    grid-area: unset !important;
  }
  ul.details-container {
    grid-template-columns: auto !important;
  }
  .specs-container {
    grid-template-columns: auto !important;
    grid-template-rows: auto !important;
    grid-template-areas: "boat-title" "banner-menu" !important;
    background-color: rgba(0, 161, 232, .9);
  }
  .entry-title {
    text-align: center;
  }
  .gform_wrapper h3.gform_title {
    text-align: center;
  }
  .gform_body {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    margin: auto;
    width: 100%;
  }
  img#Features-image.tabimage {
    display: none !important;
  }
  img#Options-image.tabimage {
    padding-top: 96px;
  }
  #Options .padme {
    margin-left: -40px;
  }
  img#Specifications-image {
    padding-top: 96px;
  }
  img#Standards-image {
    padding-top: 96px;
  }
  .specs h2, .specs p {
    text-align: left;
  }
  .tv-price {
    text-align: left;
  }
  img#Standards-image.tabimage {
    padding-top: 96px;
  }
  #Standards .home-h2 {
    font-size: 29px !important;
  }
  #Standards h3.inline-h3 {
    font-size: 22px;
    text-align: left !important;
    padding-left: 0px;
  }
  #Standards li {
    font-size: 16px;
  }
  .standard-grid {
    grid-template-columns: 1fr !important;
  }
  .standards-mobile-title {
    width: 200px;
  }
  h2.engine-name {
    font-size: 27px !important;
    padding-top: 20px !important;
  }
  img.engine-img {
    width: 50%;
    margin: 0 70px;
  }
  h3.power-title {
    font-size: 24px !important;
  }
  .power-grid {
    grid-template-columns: auto !important;
    padding: 20px;
  }
  .power-grid p {
    text-align: center !important;
  }
  img#Power-image.tabimage {
    padding-top: 96px;
  }
  .power-container {
    grid-template-columns: auto !important;
    grid-template-rows: auto !important;
    grid-template-areas: "power-info" "power-img" !important;
    padding: 0px;
  }
  .power-info {
    margin-left: 0px;
    text-align: center;
  }
  img#Color-image.tabimage {
    padding-top: 96px;
  }
  #Color h3 {
    font-size: 22px;
  }
  .gel-coat-title {
    padding-top: 30px;
  }
  .gel-coat-desc {
    margin-top: -30px;
    text-align: center;
    padding-bottom: 40px;
  }
  .color-container ul li p {
    text-align: center;
  }
  p.hull-text {
    text-align: center;
  }
  ul.color-container {
    padding-bottom: 90px;
  }
  #Gallery .home-h2 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  img#Gallery-image.tabimage {
    padding-top: 96px;
  }
  #overlay {
    width: 81% !important;
    left: 10%;
    top: 10%;
  }
  #Pricing.tabcontent {
    margin-top: 240px;
  }
  img#Pricing-image.tabimage {
    object-fit: contain;
    position: absolute;
  }
  h3.engine-title {
    text-align: center;
  }
  span.item-desc p {
    font-size: 18px !important;
    font-weight: 400;
  }
  .split-grid {
    grid-template-columns: 100%;
    padding: 35px 25px 10px 35px;
  }
  .item-name {
    font-size: 18px;
  }
  .color-title .pricing-title {
    text-align: center;
    padding-bottom: 50px !important;
  }
  .color-table-style {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 !important;
    padding: 0;
  }
  .color-table-style li {
    margin-left: 0;
  }
  .color-option-table-style h4 {
    font-weight: 700;
  }
  .add-on-title {
    text-align: center;
  }
  .item-image {
    grid-area: image;
    margin-bottom: 0;
    width: 130px;
    margin-left: 30px;
  }
  .details-box {
    grid-area: details;
  }
  span.o-seemore {
    right: 10%;
  }
  span.o-msrp-price {
    position: unset;
    display: block;
  }
  span.o-short {
    font-weight: 400;
  }
  .o-desc {
    margin-right: 0px;
  }
  span.o-desc p {
    font-weight: 400;
    font-size: 14px !important;
  }
  #model-choices {
    margin: 50px 0 50px 0;
  }
  .color-container li {
    text-align: center;
  }
  ul.options2-container {
    grid-template-columns: 1fr !important;
  }
  .padmefeat {
    padding: 0px;
  }
  ul.standards-container {
    margin-left: -38px !important;
  }
  h3.inline-h3 {
    text-align: center !important;
  }
  ul.color-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr;
    grid-template-areas: "color1" "color2" "color3" "color3" "color-details1" "color-details2" "color-details3" "color-details4" !important;
    padding-left: 0px;
  }
  .info-container {
    grid-template-columns: 1fr !important;
    grid-template-areas: "info1" "info2" "info3" "info4";
    grid-gap: 30px;
  }
  hr.blue-border {
    display: none;
  }
  #Specifications img {
    margin: 0px;
  }
  .banner-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    padding: 0px;
    text-align: center;
    margin-top: 1.5em !important;
  }
  .banner-menu ul li {
    margin-right: unset !important;
  }
  .power-interior-container {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    grid-template-areas: "power1" "power2" "power3" "power4" "power5" "power6" "power7" "power8" "power9" !important;
  }
  ul.gallery-container {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    grid-template-areas: "gallery1" "gallery2" "gallery3" "gallery4" !important;
    margin-left: -42px !important;
  }
  li.specs:nth-child(3n+1):nth-last-child(-n+3), li.specs:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: 1px solid #ccc !important;
  }
}
/* End Mobile View */
/* Gallery lightbox CSS */
img#Gallery-image {
  width: 100%;
}
ul.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "gallery1 gallery2 gallery3 gallery4";
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin-left: -41px !important;
}
.gallery1 {
  grid-area: gallery1;
}
.gallery2 {
  grid-area: gallery2;
}
.gallery3 {
  grid-area: gallery3;
}
.gallery4 {
  grid-area: gallery4;
}
#gallery {
  padding-top: 25px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 38%;
  }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton :hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton :hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton :hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
/* End Gallery Lightbox CSS */
.tv-price {
  font-size: 1em;
  color: #61abeb;
  margin-top: 1em;
  margin-bottom: 1em;
}
.nap-price {
  font-size: 1.5em;
  color: #61abeb;
}
h3.inline-h3 {
  font-size: 20px;
  padding: 30px 30px 0px 35px;
  font-weight: 700;
}
.specs-container {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: 1fr;
  grid-template-areas: "boat-title banner-menu";
}
.boat-title {
  grid-area: boat-title;
  display: grid;
  grid-template-columns: 40% 1fr;
  align-content: center;
}
.banner-menu {
  grid-area: banner-menu;
  text-align: right;
}
.banner-menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  color: #fff;
}
.banner-menu ul li {
  font-size: 1.2em;
  margin-right: 1.5em;
  font-weight: 300 !important;
}
.banner-menu ul li a {
  color: #fff;
}
.banner-menu ul li a:visited {
  color: #fff;
}
.banner-menu ul li a:active {
  text-decoration: underline !important;
}
.tabcontent {
  display: none;
}
.model-feature-specs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.featured-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "featured-img1 featured-img2";
  grid-column-gap: 40px;
}
.features-info-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-template-rows: 1fr;
  grid-template-areas: "info1-feat info2-feat info3-feat info4-feat info5-feat info6-feat";
  padding: 0px;
}
.info1-feat {
  grid-area: info1-feat;
}
.info2-feat {
  grid-area: info2-feat;
}
.info3-feat {
  grid-area: info3-feat;
}
.info4-feat {
  grid-area: info4-feat;
}
.info5-feat {
  grid-area: info5-feat;
}
.info6-feat {
  grid-area: info6-feat;
}
.info7-feat {
  grid-area: info7-feat;
}
.featured-img1 {
  grid-area: featured-img1;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 40px;
  margin-right: -20px;
  border-right: none;
  border-bottom: none;
}
.featured-img2 {
  grid-area: featured-img2;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 40px;
  margin-left: -21px;
  border-left: none;
  border-bottom: none;
}
ul.details-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  list-style-type: none;
  padding: 0;
}
li.specs {
  /*  grid-area: specs; */
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px;
}
li.specs:nth-child(3n+3) {
  border-right: unset !important;
}
li.specs:nth-child(3n+1):nth-last-child(-n+3), li.specs:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  border-bottom: unset !important;
}
/* 2nd tab */
.options-container {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-template-rows: 1fr;
  grid-template-areas: "optionsrow1 optionsrow2";
  grid-column-gap: 20px;
}
ul.options2-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  /*grid-template-areas: "optionsrow2-1 optionsrow2-2 optionsrow2-3";*/
  list-style-type: none;
}
.options3-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "optionsrow3-1 optionsrow3-2";
}
.info-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "info1 info2 info3 info4";
}
.info1 {
  grid-area: info1;
}
.info2 {
  grid-area: info2;
}
.info3 {
  grid-area: info3;
}
.info4 {
  grid-area: info4;
}
hr {
  border-top: 1px solid #000;
  margin-top: 0px;
}
hr.blue-border {
  border-top: 5px solid #00a1e8;
  width: 30%;
  margin-top: -3px;
  box-shadow: 0px 10px 6px -7px rgba(0, 161, 232, 0.81) !important;
  -webkit-box-shadow: 0px 10px 6px -7px rgba(0, 161, 232, 0.81) !important;
}
hr.black-border {
  border-top: 3px solid #000;
}
h4.specs-h4 {
  text-align: center;
  color: #00a1e8;
}
p.specs-p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
img#Specifications-image {
  width: 100%;
}
.specs-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "specifications-container spec-boat";
}
.specifications-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.specs-left {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 7px;
}
.specs-left p {
  padding: 10px 0px;
  font-size: 16px;
}
.specs-right {
  border-bottom: 1px solid #d6d6d6;
  text-align: right;
  padding: 10px 0px;
}
.specs-disclaimer {
  padding-top: 32px;
  font-size: 11px;
}
img#Standards-image {
  width: 100%;
}
.standard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
ul.standards-container {
  list-style-type: none;
  padding-top: 40px;
}
li.standards {
  padding: 10px 0px;
}
img#Power-image {
  width: 100%;
}
.power-container {
  border: 1px solid rgba(34, 41, 47, .125);
  padding: 20px;
}
.power-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 5em;
}
.power-info {
  grid-area: power-info;
}
.power-img {
  grid-area: power-img;
  margin: 0 auto;
}
.power1 {
  grid-area: power1;
}
.power2 {
  grid-area: power2;
}
.power3 {
  grid-area: power3;
}
.power4 {
  grid-area: power4;
}
.power5 {
  grid-area: power5;
}
.power6 {
  grid-area: power6;
}
.power7 {
  grid-area: power7;
}
.power8 {
  grid-area: power8;
}
.power9 {
  grid-area: power9;
}
h2.engine-name {
  font-size: 18px !important;
  font-weight: bold !important;
}
p.engine-desc {
  margin-bottom: -5px !important;
  width: 68% !important;
}
p.power-p {
  margin-top: -7px !important;
}
h3.power-title {
  font-size: 12px !important;
  font-weight: bold !important;
  margin-top: 5px;
}
p.engine-name {
  font-size: 12px;
}
.gel-coat-desc {
  display: none;
}
img#Color-image {
  width: 100%;
}
ul.color-container {
  margin: auto;
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  /*grid-template-areas: "color1 color2 color3 color4" "color-details1 color-details2 color-details3 color-details4";*/
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0px;
}
.color1 {
  grid-area: color1;
}
.color2 {
  grid-area: color2;
}
.color3 {
  grid-area: color3;
}
.color4 {
  grid-area: color4;
}
.color-details1 {
  grid-area: color-details1;
}
.color-details2 {
  grid-area: color-details2;
}
.color-details3 {
  grid-area: color-details3;
}
.color-details4 {
  grid-area: color-details4;
}
/* --
 Color Page
 -- */
#Color-page {
  margin: 0 auto;
}
#Color-page p {
  text-align: left;
}
#Color-page ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 3em 3.2em;
  padding: 0px;
  margin: 0px !important;
}
#Color-page h3 {
  font-size: 20px;
  text-align: left;
  margin-top: 39px;
  margin-bottom: 1em;
}
#Color-page .repeater-section {
  max-width: 1000px;
  margin: 0px auto 100px auto;
}
#Color-page #Color-page-image {
  height: 45vh;
  max-height: 496px;
  background-color: rgba(0, 0, 0, .3);
  width: 100vw;
}
#Color-page #swatch-picker .color-swatch {
  height: 126px;
  cursor: default;
}
#Color-page p {
  grid-row-start: 2;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #Color-page ul {
    grid-template-columns: 1fr 1fr;
  }
  #Color-page .repeater-section {
    margin: 0px 3em 100px 3em;
  }
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
