/*
Theme Name: Smuggler Custom
Theme URI: http://localhost
Description: Custom template for Smuggler Marine
Author: Robert Pentha
Author URI: http://www.studiopentha.com
*/
@font-face {
  font-family: "eurostile_lt_stddemi";
  src: url("fonts/eurostileltstd-demi-webfont.woff2") format("woff2"), url("fonts/eurostileltstd-demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "eurostile_lt_stdbold";
  src: url("fonts/eurostileltstd-bold-webfont.woff2") format("woff2"), url("fonts/eurostileltstd-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "eurostile_lt_stdmedium";
  src: url("fonts/eurostileltstd-webfont.woff2") format("woff2"), url("fonts/eurostileltstd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --dark-colour: #151515;
  --dark-grey: #292929;
  --light-grey: #929292;
  --lighter-grey: #D9D9D9;
  --bluebrand: #00D9FF;
}

html {
  margin: 0;
  padding: 0;
  height: 100vh;
}

body {
  font-family: "eurostile_lt_stdmedium", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

p, h2, h3, h4, h5 {
  margin-bottom: 20px;
}

h1 {
  font-size: 96px;
  line-height: 85%;
  font-family: "eurostile_lt_stddemi", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
  display: block;
}

h2 {
  font-size: 64px;
  line-height: 85%;
  font-family: "eurostile_lt_stddemi", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
  display: block;
}

.largeh2 {
  font-size: 96px;
  line-height: 85%;
  font-family: "eurostile_lt_stddemi", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
  display: block;
}

.smallerheader {
  font-size: 64px;
  line-height: 80%;
}

h3 {
  font-size: 32px;
  line-height: 100%;
}

html :where(.wp-block) {
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 1320px;
}

.sectionheader {
  width: 100%;
  position: relative;
  margin-bottom: 90px;
  min-height: 30px;
}

img {
  max-width: 100%;
  display: block;
}

/*

Homeintro

*/
.introanimation {
  pointer-events: none;
}

.introanimationcover {
  background-color: var(--dark-colour);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreenanimation {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9995;
}

.bothsvg {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sloganholder svg,
.sloganholder img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.cls-1, .cls-2 {
  fill: none;
  stroke: #ff1d25;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.cls-2 {
  fill-rule: evenodd;
}

.cls-5 {
  fill: #c6c6c6;
  fill-rule: evenodd;
}

/* Nav Styles */
.home nav {
  opacity: 0;
}

.mainlogo {
  position: absolute;
  left: 80px;
  width: 360px;
  top: 40px;
  z-index: 10000;
}

section {
  position: relative;
  width: 100%;
}

nav {
  z-index: 9997;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.mainburger {
  position: absolute;
  right: 80px;
  top: 30px;
  width: 41px;
  height: 41px;
  z-index: 9800;
  display: none;
}

.mainburger div {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #111;
  left: 0;
}

.home .mainburger div {
  background-color: #FFF;
}

.burgerline1 {
  top: 12px;
}

.burgerline2 {
  top: 19px;
}

.burgerline3 {
  top: 26px;
}

/* NAV */
.menu {
  position: absolute;
  right: 80px;
  top: 52px;
  z-index: 9999;
}

.menu > ul > li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.menu > ul > li:first-child {
  padding-left: 80px;
}

.menu ul li a {
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.menu > ul > li > a {
  font-size: 14px;
}

.submenu a {
  font-size: 13px;
}

.topspacermenu {
  position: relative;
  width: 100%;
  height: 170px;
  background-color: #000000;
}

.innerthings {
  width: 100%;
  position: relative;
  background-color: var(--dark-colour);
  padding: 30px 80px;
}

.submenu a {
  font-size: 18px;
}

ul.submenu {
  position: fixed;
  left: 0;
  top: -40px;
  z-index: -1;
  /* padding-top: 60px; */
  /* padding-right: 40px; */
  /* min-width: 240px; */
  display: none;
  width: 100%;
}

ul.boatlist {
  position: fixed;
  left: 0;
  top: 160px;
  /* z-index: 2; */
  display: none;
  width: 100%;
  background-color: transparent;
  padding: 0 80px 80px 35%;
  background-color: var(--dark-colour);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.boatlist a span {
  font-size: 14px;
  line-height: 100%;
  display: block;
}

.boatlist img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.menuthumbspan {
  aspect-ratio: 1.5/1;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
  background-image: none;
  background-color: #000000;
}

.boatdrop > div > li > a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #4d4d4d;
  width: 240px;
  padding-bottom: 20px;
  background-image: url(svg/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 16px;
}

span.rangetitle {
  display: inline-block;
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
  max-width: 32%;
}

.menu ul li ul li:hover .boatlist {
  display: grid;
}

.botlist .outerimger {
  aspect-ratio: 1.5/1;
  width: 100%;
  display: block;
  position: relative;
}

.imagegrid {
  display: grid;
  grid-template-columns: 35% 1fr 1fr 1fr;
  gap: 20px;
}

.imagegrid a span.menuthumbtext {
  background-image: url(svg/blue-arrow.svg);
  display: inline-block;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-size: 15px;
  background-position: left center;
}

.imagegrid img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.textgrid {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 20px;
  padding-bottom: 160px;
}

.textgrid a span {
  margin-bottom: 15px;
  display: inline-block;
}

.menu ul li:hover .submenu {
  display: block;
}

.menu > ul:hover > li > a {
  opacity: 0.5;
}

.menu > ul:hover > li.highlight > a {
  opacity: 1;
}

.menu ul.boatdrop div.innerthings:hover > li > a {
  opacity: 0.5;
}

.menu ul.boatdrop div.innerthings:hover > li.highlight > a {
  opacity: 1;
}

.linkheader {
  font-size: 42px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 90%;
  font-family: "eurostile_lt_stddemi", sans-serif;
}

.backgroundmenu {
  background-color: black;
  width: 100%;
  height: 130px;
  position: relative;
}

.home .backgroundmenu,
.boat-template-default .backgroundmenu {
  display: none;
}

@media screen and (min-width: 940px) {
  .mainmenu .sub-menu {
    display: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #525252;
    padding-left: 60px;
    display: none;
    grid-template-columns: 1fr 1fr;
  }
}
.mainmenu > ul > li.thinblueline {
  width: 42px;
  height: 1px;
  display: inline-block;
  margin-right: 0px;
  background-color: #5DC7E5;
  position: relative;
  margin: 30px 0 50px;
}

.thinblueline a {
  display: none;
}

.mainmenu ul li.primarymenubt a {
  padding: 10px 40px;
  background-color: #127996;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  opacity: 1 !important;
}

.mainmenu > ul > li.secondarymenubt {
  margin-bottom: 20px;
}

.mainmenu ul li.secondarymenubt a {
  padding: 10px 40px;
  border: 1px solid #127996;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  opacity: 1 !important;
}

.bigcoverone {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  top: 0;
  left: 0;
}

img.searchicon {
  position: absolute;
  width: 24px;
  top: 30px;
  left: 80px;
  z-index: 9950;
}

/* Full Image */
.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*

Buttonstyle

*/
.mainbutton {
  font-family: "eurostile_lt_stddemi", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 46px 14px 80px;
  background-color: var(--dark-colour);
  border: none;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.mainbutton::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 12px;
  left: 40px;
  background-image: url(svg/blue-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-out;
}

.mainbutton:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 12px;
  left: -30px;
  background-image: url(svg/blue-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-out;
}

.mainbutton:hover::before {
  scale: 0.6;
  left: 30px;
}

.mainbutton:hover::after {
  left: 40px;
  scale: 1.5;
  opacity: 0.5;
}

.greybutton {
  color: var(--dark-colour);
  background-color: var(--lighter-grey);
}

.greybutton::before {
  background-image: url(svg/dark-arrow.svg);
}

.greybutton::after {
  background-image: url(svg/dark-arrow.svg);
}

.whitebutton {
  color: white;
  background-color: transparent;
  padding: 14px 46px 14px 40px;
}

.whitebutton::before {
  background-image: url(svg/white-arrow.svg);
}

.whitebutton::after {
  background-image: url(svg/white-arrow.svg);
  left: 0;
}

.whitebutton:hover::before {
  left: 0px;
}

.whitebutton:hover::after {
  left: 10px;
}

.whiteoutlinebt {
  background-color: transparent;
  padding: 14px 46px 14px 66px;
  border: 1px solid #929292;
  color: var(--dark-colour);
}

.whiteoutlinebt::before {
  background-image: url(svg/downloadbt.svg);
  left: 30px;
  top: -40px;
}

.whiteoutlinebt::after {
  background-image: url(svg/downloadbt.svg);
  left: 30px;
}

.whiteoutlinebt:hover::before {
  left: 30px;
  top: 15px;
  scale: 1;
}

.whiteoutlinebt:hover::after {
  left: 30px;
  scale: 1;
  top: 60px;
}

.readmorebutton {
  padding: 0 0 0 30px;
  color: black;
  background-color: transparent;
  background-position: left;
}

.readmorebutton::before {
  top: 0;
}

.readmorebutton::after {
  left: 0;
  top: 0;
}

.readmorebutton:hover::before {
  left: -5px;
  scale: 0.4;
}

.readmorebutton:hover::after {
  left: 2px;
  scale: 1;
}

/* Hero styling */
.homehero {
  position: relative;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  overflow: hidden;
}

.homehero video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.videoshade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0) 73.12%, rgba(0, 0, 0, 0.4) 98.38%), linear-gradient(80deg, rgba(0, 0, 0, 0.5) 7.54%, rgba(0, 0, 0, 0) 66.69%);
}

.centerslogan {
  position: absolute;
  width: 90%;
  z-index: 9995;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-indent: -9999px;
  height: 20vh;
  background-image: url(svg/theultimateride.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

button.herobutton {
  position: absolute;
  bottom: 80px;
  left: 80px;
}

.pagespacer {
  position: relative;
  width: 100%;
  height: 130px;
}

/* Homepage Panels */
section.greyheader {
  background-color: var(--dark-colour);
  color: white;
}

.innergreyheader {
  padding: 80px;
}

.innergreyheader h2 {
  background-image: url(svg/S-logo.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20%;
  margin-bottom: 0;
}

#features .innergreyheader h2 {
  padding: 20px 0;
}

#features .innergreyheader {
  padding: 40px 80px;
}

.innersmugglerrange {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.smugglerrangesingle {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5/1;
  overflow: hidden;
  background-color: var(--dark-colour);
}

.smugglerrangesingle img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.smugglerrangesingle h3 {
  position: absolute;
  bottom: 40px;
  left: 80px;
  width: 90%;
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  font-family: "eurostile_lt_stddemi", sans-serif;
}

span.littlebutton {
  position: absolute;
  bottom: -50px;
  right: 40px;
  background-color: transparent;
}

.rangefade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0) 54.77%, rgba(0, 0, 0, 0.6) 98.61%);
}

.smugglerrangesingle a:hover span.littlebutton {
  bottom: 50px;
  transition: bottom 0.3s ease-in-out;
}

.smugglerrangesingle a:hover img {
  scale: 1.05;
  opacity: 0.5;
}

/*

About Us panel

*/
.inneraboutuspanel {
  display: flex;
  align-items: center;
  min-height: 85vh;
}

img.aboutusimage {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.aboutpanelcontent {
  position: relative;
  padding: 80px;
  /* min-height: 100vh; */
}

.aboutimagecover1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(svg/about-mask.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.miniheader {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--light-grey);
  margin-bottom: -20px;
  display: inline-block;
}

span.listthings {
  font-size: 20px;
  line-height: 180%;
  display: block;
}

/*

Promostyle

*/
section.homepromo {
  height: 100vh;
  overflow: hidden;
  background-color: var(--dark-colour);
}

.promocontent {
  position: absolute;
  bottom: 80px;
  left: 80px;
}

.homepromo h2 {
  color: white;
  margin-bottom: 15px;
}

.homepromo h2 span {
  font-family: "eurostile_lt_stdmedium", sans-serif;
  font-weight: 300;
  display: block;
}

.subheader {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  margin-bottom: 60px;
  line-height: 100%;
}

.promoshade {
  background: linear-gradient(257deg, rgba(0, 0, 0, 0) 38.74%, rgba(0, 0, 0, 0.7) 95.46%);
}

/*
NEws Panel

*/
.innernewsandhistory {
  padding: 80px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.innernewsandhistory > div > a > img {
  aspect-ratio: 1.16/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.innernewsandhistory a {
  text-decoration: none;
  color: var(--dark-colour);
}

.innernewsandhistory a h2 {
  background-image: url(svg/blue-arrow.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 56px;
  background-size: 50px;
}

span.littlelogo {
  width: 200px;
  height: 12px;
  display: inline-block;
  background-image: url(svg/littlesmugglerlogo.svg);
  background-repeat: no-repeat;
}

/*

Social Stripe

*/
.innersocialine {
  width: 100%;
  text-align: center;
  position: relative;
}

.innersocialine::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #929292;
  top: 26px;
  left: 0;
  z-index: -1;
}

.innersocialine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #929292;
  top: 40px;
  left: 0;
  z-index: -1;
}

.innersocialine img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: -6px;
  margin-left: 11px;
}

.innersocialine h3 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

.innersocialine > div {
  display: inline-block;
  padding: 20px;
  background-color: white;
}

.testimonialspanelinner {
  position: relative;
  width: 100%;
  padding: 80px 80px 0;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 120px;
}

.testimonialsimages {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}

.testimonialsimages img {
  position: absolute;
  width: 35%;
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.tinyimg1 {
  top: 27%;
  left: 64%;
  z-index: 5;
}

.tinyimg2 {
  top: 47%;
  left: 35%;
  z-index: 2;
}

.tinyimg3 {
  top: 33%;
  left: 0%;
  z-index: 2;
}

.tinyimg4 {
  left: 8%;
  top: 9%;
  z-index: 1;
}

.tinyimg5 {
  left: 38%;
  top: 21%;
}

.tinyimg6 {
  left: 46%;
  top: 3%;
}

section.testimonialspanel {
  overflow: hidden;
}

.panelquotebox {
  padding: 40px;
  background-color: var(--lighter-grey);
  margin-bottom: 120px;
  border-radius: 10px;
  position: relative;
}

.panelquotebox:nth-child(1):before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--lighter-grey);
  bottom: -30px;
  left: 30%;
  clip-path: polygon(15% 0, 0% 100%, 100% 0);
}

.panelquotebox:nth-child(2):before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--lighter-grey);
  top: -30px;
  left: 70%;
  clip-path: polygon(0 0, 16% 100%, 100% 100%);
}

.thequote {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 30px;
}

.bottomquote {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.theauthor {
  font-size: 16px;
  font-weight: 600;
  padding-left: 40px;
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.theauthor::before {
  content: "- ";
}

.googlefive {
  background-image: url(svg/googlereview.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

/*

Contact Panel

*/
section.bottomcontact {
  width: 100%;
  height: 80vh;
  background-color: var(--dark-colour);
  overflow: hidden;
}

.contactpanelinfo {
  position: absolute;
  padding: 80px;
}

.contactpanelinfo h2 {
  color: white;
}

.contactpanelinfo p {
  color: white;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 120%;
}

.contactaddresspanel {
  position: absolute;
  color: white;
  font-size: 20px;
  line-height: 120%;
  max-width: 360px;
  right: 0;
  padding: 80px;
}

.slogo {
  width: 150px;
  height: 34px;
  display: inline-block;
  margin-bottom: 20px;
  background-image: url(svg/S-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.innerfooter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 80px 80px 160px;
  color: white;
}

.innerfooter h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "eurostile_lt_stdbold", sans-serif;
  margin-bottom: 40px;
  display: inline-block;
  line-height: 100%;
}

.innerfooter a {
  display: inline-block;
  width: 100%;
}

p.bottomcredit {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 20px;
  color: #929292;
}

p.bottomcredit a {
  color: #929292;
  text-decoration: none;
}

footer {
  background-color: var(--dark-grey);
}

.innerfooter .slogo {
  margin-bottom: 15px;
  width: 100%;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.innerfooter a {
  color: #B2B2B2;
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 10px;
  text-decoration: none;
}

.innerfooter p {
  font-size: 15px;
  line-height: 120%;
  color: #B2B2B2;
}

/*

Single hero Image

*/
section.singleheroone {
  height: 100vh;
  background-color: var(--dark-colour);
  overflow: hidden;
}

/* Gsap hide for animation */
.singelheroimg {
  opacity: 0;
}

.innersingleherocontent > div span {
  opacity: 0;
}

.singleheroshade {
  background: linear-gradient(358deg, rgba(0, 0, 0, 0) 66.37%, rgba(0, 0, 0, 0.7) 118.62%), linear-gradient(257deg, rgba(0, 0, 0, 0) 38.74%, rgba(0, 0, 0, 0.7) 95.46%);
}

.innersingleherocontent {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
  padding: 80px;
  align-items: end;
}

.innersingleherocontent h1 {
  color: white;
}

.innersingleherocontent h1 span.thinheader {
  display: inline-block;
  font-family: "eurostile_lt_stdmedium", sans-serif;
  font-weight: 300;
  width: 100%;
}

.innersingleherocontent h1 span {
  display: inline-block;
  width: 100%;
}

.herosubheader {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  line-height: 100%;
  opacity: 0;
  margin-top: -5px;
}

.innersingleherocontent > div:nth-child(2) {
  justify-self: end;
}

.innerboatintro {
  padding: 80px;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  /* align-items: center; */
}

.innerboatintro p {
  font-size: 18px;
  line-height: 150%;
}

/* grey bar features */
section.mainfeatures {
  background-color: var(--dark-colour);
}

.innermainfeatures {
  position: relative;
  text-align: center;
  color: white;
  padding: 80px;
}

.innermainfeaticon {
  display: inline-block;
  position: relative;
  display: inline-block;
}

.iconblockfeat {
  width: 180px;
  display: inline-block;
}

.littleiconfeat {
  width: 28px;
  height: 33px;
  display: block;
  margin: 0 auto 0;
  background-image: url(svg/icon-hp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.littleiconfeat.fuelicon {
  background-image: url(svg/icon-fuel.svg);
}

.littleiconfeat.warranticon {
  background-image: url(svg/icon-warranty.svg);
}

.littleiconfeat.lengthicon {
  background-image: url(svg/icon-length.svg);
}

.littleiconfeat.peopleicon {
  background-image: url(svg/persons.svg);
}

.iconblockfeat span {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.iconblockfeat span:nth-child(2) {
  font-size: 11px;
  font-family: "eurostile_lt_stddemi", sans-serif;
  margin-bottom: 0px;
  line-height: 80%;
}

/* specs single */
section.singlespecfications {
  min-height: 100vh;
  background-color: var(--dark-colour);
}

.singlespecinner {
  position: relative;
  padding: 80px;
  min-height: 100vh;
  display: grid;
  align-items: center;
}

.singlespecinner > div {
  background-color: white;
  width: 44%;
  padding: 40px;
  max-width: 700px;
  border-radius: 7px;
}

.singlespecinner h2 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 40px;
}

.specgrid {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.specgrid > div {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 30px;
  font-size: 14px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 100%;
}

.specgrid > div > div:nth-child(1) {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.singleright {
  justify-items: end;
}

.editorgrid ul {
  padding: 20px 0 20px 16px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.editorgrid li {
  margin-bottom: 10px;
  font-family: "eurostile_lt_stddemi", sans-serif;
  font-size: 16px;
}

.smallerinnerheader {
  padding: 40px 80px;
}

.smallerinnerheader h2 {
  font-size: 32px;
  background-size: 200px;
  padding: 40px 0;
}

.wraptwo {
  align-content: center;
}

.wraptwo > div:nth-child(2) {
  margin-top: 40px;
}

.wraptwo > div {
  background-color: var(--dark-colour);
  color: white;
}

.wraptwo .editorgrid ul {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
}

.twosidedgrid {
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  position: relative;
}

.twosidedgrid > div {
  width: 100%;
  max-width: 100%;
  min-height: 45%;
  position: relative;
}

.threesidedgrid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  min-height: auto;
  align-items: unset;
}

.threesidedgrid > div {
  width: 100%;
  max-width: 100%;
}

section.singlenoback {
  min-height: 0;
  background-color: var(--dark-grey);
}

/*
Gallery

*/
.innergallerystripe {
  position: relative;
  padding: 80px 80px 20px;
}

.galleryscroller img {
  width: 40%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.flickity-prev-next-button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -60px;
  background-repeat: no-repeat;
  background-size: 70%;
  border: none;
  background-color: transparent;
  border-radius: 0%;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.next {
  background-image: url(svg/nextbutton.svg);
}

.flickity-prev-next-button.previous {
  background-image: url(svg/prevbutton.svg);
  left: auto;
  border-radius: 0;
}

.galleryscroller .flickity-prev-next-button.next {
  right: 80px;
}

.galleryscroller .flickity-prev-next-button.previous {
  right: 240px;
}

.backdropslideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  left: 0;
}

.closeslideshow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 36px;
  right: 20px;
  font-size: 80px;
  font-weight: 100;
  color: white;
}

.biggallery {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0%;
}

.biggallery img {
  width: 100%;
  height: 80vh;
  /* height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1.6/1;
  padding: 2%;
}

.biggallery .flickity-prev-next-button.next {
  right: 80px;
  top: 50%;
}

.biggallery .flickity-prev-next-button.previous {
  left: 80px;
  right: auto;
  top: 50%;
}

.flickity-button:hover {
  background-repeat: no-repeat;
  background-size: 70%;
  border: none;
  background-color: transparent;
  border-radius: 0%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.innervideopanel {
  padding: 80px;
}

.innervideopanel h2 {
  margin-bottom: 60px;
}

section.optionalfeat {
  background-color: var(--lighter-grey);
}

.otionalfeatinner {
  padding: 80px;
}

.otionalfeatinner > h2 {
  margin-bottom: 60px;
}

.optionalgrid {
  display: grid;
  width: 100%;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.optional-block {
  padding: 40px;
  background-color: white;
  border-radius: 7px;
}

.optional-block ul {
  padding: 0 0 0 16px;
}

.innerlittlecalltoaction {
  width: 100%;
  text-align: center;
  padding: 80px;
  text-transform: uppercase;
}

.enquirebt {
  cursor: pointer;
}

.optional-block strong {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.singlepressinner {
  padding: 80px;
}

.singlepressinner a {
  width: 100%;
  display: inline-block;
  padding: 40px;
  background-color: #EFEFEF;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--dark-colour);
  border-radius: 7px;
  font-weight: 400;
  font-family: "eurostile_lt_stddemi", sans-serif;
  background-image: url(svg/openurl.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  transition: all 0.3s ease-in-out;
}

.singlepressinner a:hover {
  background-color: var(--dark-grey);
  color: white;
  padding-left: 60px;
}

.singlepressinner h2 {
  margin-bottom: 60px;
}

section.needmoreinfoboat {
  min-height: 80vh;
  background-color: var(--dark-colour);
  overflow: hidden;
}

.needmoreinfoboatinner {
  position: relative;
  padding: 80px;
  display: grid;
  align-items: end;
  height: 80vh;
  width: 100%;
}

.needmoreinfoboatinner > div {
  max-width: 45%;
}

.needmoreinfoboatinner h2 {
  font-size: 64px;
  color: white;
  line-height: 85%;
}

.singleviewboatslider {
  width: 50%;
  position: relative;
  aspect-ratio: 1.8/1;
  overflow: hidden;
  margin-right: 20px;
  background-color: var(--dark-colour);
}

.singleviewboatslider h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.singleviewboatslider button {
  position: absolute;
  bottom: -80px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.innersimiarboats {
  padding: 80px;
}

.permalinkboatlist:hover h3 {
  bottom: 60px;
}

.permalinkboatlist:hover button {
  bottom: 20px;
}

.litteboatslidecover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.65%, rgba(0, 0, 0, 0.7) 100%);
}

.boatlistnew .flickity-prev-next-button.previous {
  right: 160px;
}

.stickysinglemenu {
  width: 100%;
  height: 60px;
  background-color: var(--dark-colour);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0px 80px;
  align-items: center;
  z-index: 9999;
}

.boattitle {
  text-transform: uppercase;
  font-family: "eurostile_lt_stdbold", sans-serif;
  line-height: 100%;
}

.boattitle span {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

.stickysinglemenu ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.stickysinglemenu li {
  display: inline-block;
  margin-left: 20px;
}

.stickysinglemenu button {
  display: inline-block;
  margin-left: 30px;
  height: 60px;
  padding: 0 30px;
  border: 0;
  background-color: var(--bluebrand);
  font-family: "eurostile_lt_stdbold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var();
}

.stickysinglemenu a {
  text-transform: uppercase;
  color: #B2B2B2;
  text-decoration: none;
  font-size: 14px;
  font-family: "eurostile_lt_stddemi", sans-serif;
  font-weight: 500;
}

.stickysinglemenu a:hover {
  color: white;
}

.stickmenuitems {
  display: flex;
}

.contactformpop {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  place-items: center;
  display: none;
}

.contactformback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.contactformcenter {
  position: relative;
  max-width: 780px;
  width: 100%;
  background-color: var(--lighter-grey);
  border-radius: 7px;
  padding: 40px 0 0;
}

.stripone {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 10px 40px;
  background-color: #222;
  align-items: end;
  color: white;
  gap: 20px;
}

img.formimage {
  width: 100%;
  aspect-ratio: 1.6/1;
  background-color: black;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.theform {
  padding: 20px 40px;
}

img.littlelogo {
  width: 70px;
  margin-bottom: 10px;
}

.stripone h4 {
  margin-bottom: 0;
}

.doubleform {
  width: 100%;
  display: grid;
  gap: 0px 40px;
  grid-template-columns: 1fr 1fr;
}

.wpcf7-form input, textarea {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #929292;
  font-size: 16px;
}

.hiddenboat {
  display: none;
}

.theform label {
  font-size: 12px;
  text-transform: uppercase;
}

.wpcf7-form input.wpcf7-submit {
  font-family: "eurostile_lt_stddemi", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 46px 14px 80px;
  background-color: var(--dark-colour);
  border: none;
  color: white;
  background-image: url(svg/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: 40px 12px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  border-radius: 0;
}

.contactformcenter > span {
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 12px;
}

button.singelcloseboat {
  position: absolute;
  top: 15px;
  right: 34px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  background-image: url(svg/close-button.svg);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*

Standard page headers

*/
.innerstandardheader {
  padding: 80px 80px 40px;
  position: relative;
}

.doubleheader {
  display: grid;
  grid-template-columns: 30% 1fr;
}

.littlesocialnews img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

/*

News Section

*/
.newsgridinner {
  width: 100%;
  padding: 0 80px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

.newsgridinner h2 {
  font-size: 32px;
  margin-bottom: 0;
}

span.smalldate {
  text-transform: uppercase;
  font-size: 14px;
}

.newsgridinner img {
  width: 100%;
  aspect-ratio: 1.6/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination {
  position: relative;
  text-align: center;
  width: 100%;
  top: auto;
  left: auto;
  margin: 0 auto;
}

.bottomnavnews {
  padding: 40px 0 120px;
}

.bottomnavnews .nav-links {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.bottomnavnews .nav-links a,
.bottomnavnews .nav-links span {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--lighter-grey);
  padding: 10px 16px;
  color: #7E7E7E;
  font-family: "eurostile_lt_stddemi", sans-serif;
}

.bottomnavnews .nav-links span {
  color: var(--dark-colour);
}

.singlenewsinner {
  padding: 80px;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 80px;
}

.singlenewsinner h1 {
  font-size: 64px;
}

p.thedater {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

p.thedater span {
  font-weight: 600;
}

.listofposts h3 {
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.listofposts a {
  margin-bottom: 10px;
  text-transform: none;
  width: 100%;
  background-size: 12px;
  color: #484848;
  font-size: 14px;
  line-height: 130%;
  padding: 0 0 5px 30px;
}

.headerandthings {
  display: grid;
  align-content: space-between;
}

/*

New and used SINGLE

*/
.innersimiarboats h2 {
  font-size: 46px;
}

.innersinglepreowned {
  display: grid;
  position: relative;
  width: 100%;
  padding: 80px;
  grid-template-columns: 55% 1fr;
  gap: 40px;
}

.singlepreinfo h1 {
  font-size: 42px;
  margin-bottom: 40px;
}

.productslideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 1.37/1;
  background-color: var(--lighter-grey);
  margin-bottom: 10px;
}

.productslideshow img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  display: inline-block;
  height: 100%;
  cursor: zoom-in;
}

.minithumbs img {
  width: 20%;
  aspect-ratio: 1.6/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin-right: 10px;
}

.imagessinglepre .flickity-prev-next-button {
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: 15px;
  border-radius: 50%;
}

.imagessinglepre .flickity-prev-next-button.previous {
  left: 20px;
}

.contentsales h2 {
  font-size: 20px;
}

.brandlogo {
  width: 200px;
  margin-bottom: 40px;
}

.singleprice {
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "eurostile_lt_stddemi", sans-serif;
  letter-spacing: -0.03em;
}

.enquireholder {
  position: relative;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
  /* border-bottom: 1px solid rgba(204, 204, 204, 0.8); */
  margin-bottom: 40px;
}

.checkboxer {
  position: relative;
  width: 100%;
  background-image: url(svg/checkbox.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
}

.modelnumberthings {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*

Category pre owned

*/
.longheaderinner {
  position: relative;
  width: 100%;
  padding: 80px 80px 0px;
}

.longheaderinner h1 {
  font-size: 64px;
  margin-bottom: 0;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.innersubheaderpreowned {
  padding: 80px 80px 20px;
}

.innersubheaderpreowned h2 {
  font-size: 32px;
}

.preownedlistinner {
  width: 100%;
  position: relative;
  padding: 20px 80px 80px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.preowneditem img {
  width: 100%;
  aspect-ratio: 1.6/1;
  -o-object-fit: contain;
  object-fit: cover;
  position: relative;
  display: inline-block;
}

.preowneditem img.logoimagelistingy {
  width: 100%;
  aspect-ratio: 7/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.preowneditem > a {
  text-decoration: none;
  color: var(--dark-colour);
}

.preowneditem h2 {
  font-size: 24px;
  text-decoration: none;
}

.preowneditem img.logoimagelisting {
  width: 100%;
  height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}

.preowneditem h2 {
  font-size: 24px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
}

.pricelisting {
  font-family: "eurostile_lt_stddemi", sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.preownedspacer {
  position: relative;
  width: 100%;
  height: 260px;
}

/*

Singel IMAGE HEADER

*/
.subheaderimagehead {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 90%;
}

section.singelimagehero {
  min-height: 80vh;
  background-color: var(--dark-colour);
  overflow: hidden;
}

.singelimagehero img {
  opacity: 0;
}

.innersingleherosingle {
  position: relative;
  padding: 80px;
  display: grid;
  align-items: end;
  width: 100%;
  min-height: 80vh;
  width: 50%;
  color: white;
}

h1.imagesinglehead {
  font-family: "eurostile_lt_stdmedium", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}

.teamintroinner {
  padding: 80px;
  max-width: 70%;
  margin: 0 auto;
}

.teamintroinner p {
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0;
}

.page-template-template-team .backgroundmenu {
  display: none;
}

.theteamgridinner {
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.teamimage {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ccc;
}

.teamblock h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.teamblock h3 {
  font-size: 16px;
  text-transform: uppercase;
}

/*

History Page

*/
.page-template-template-history .backgroundmenu {
  display: none;
}

.historysectioninner {
  padding: 80px 80px 0;
}

.twohistory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}

.twohistory:nth-child(2) > div:nth-child(2) {
  grid-area: 1;
}

/*

About PAge

*/
section.aboutuspanel {
  overflow: hidden;
}

.page-template-template-aboutus .backgroundmenu {
  display: none;
}

.imageabout1 {
  position: relative;
  width: 65%;
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 35%;
}

.aboutussingleinner {
  padding: 0px 80px;
  margin: 80px 0;
}

.aboutboxholder {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  align-content: safe center;
  padding: 0px 80px;
}

.page-template-template-history .aboutboxholder {
  width: 65%;
}

.aboutboxholder div div {
  background-color: var(--dark-colour);
  color: white;
  padding: 40px;
  margin-bottom: 40px;
  /* border-radius: 20px; */
  border-radius: 7px;
}

.page-template-template-history .aboutboxholder div div {
  background-color: var(--lighter-grey);
  color: var(--dark-colour);
  padding: 40px;
  margin-bottom: 40px;
  /* border-radius: 20px; */
  border-radius: 7px;
}

.aboutboxholder h3 {
  text-transform: uppercase;
  font-family: "eurostile_lt_stddemi", sans-serif;
}

.aboutbox2 .imageabout1 {
  margin-left: 0%;
}

.aboutbox2 .aboutboxholder {
  left: 50%;
}

.aboutbox2 .aboutboxholder div div {
  background-color: var(--lighter-grey);
  color: var(--dark-colour);
}

.aboutbottomspacer {
  width: 100%;
  height: 20px;
  position: relative;
}

.aboutboxholder div div:nth-child(2) {
  margin-bottom: 0;
}

/*

Sell your boat

*/
.innerfullscreensell {
  min-height: 100vh;
}

.innerfullscreensell > div {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: end;
}

.innerfullscreensell > div > div {
  max-width: 700px;
  background-color: white;
  padding: 60px;
  border-radius: 7px;
  margin-right: 80px;
  width: 100%;
}

.innerfullscreensell ul {
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}

.innerfullscreensell ul li strong {
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.innerfullscreensell ul li {
  font-family: "eurostile_lt_stddemi", sans-serif;
  margin-bottom: 20px;
}

.darkintro {
  background: var(--dark-colour);
  color: white;
}

.page-template-template-sell-your-boat .backgroundmenu {
  display: none;
}

.page-template-template-sell-your-boat .innersingleherosingle {
  width: 65%;
}

/*

Double column pages

*/
.doublecolumninner {
  position: relative;
  width: 100%;
  padding: 80px;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 80px;
}

.doublecolumninner h1 {
  font-size: 64px;
}

.doublecolumninner h2 {
  font-size: 32px;
}

.doublecolumninner .theform {
  padding: 0;
  max-width: 800px;
}

.sidebars p {
  font-size: 20px;
}

.sidebars {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

/*

Faq question

*/
.question {
  padding: 20px;
  border-top: 1px solid #747474;
  font-family: "eurostile_lt_stddemi", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.arrowfaq {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 22px;
  background-image: url(svg/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}

.active .arrowfaq {
  transform: rotate(90deg);
}

.answer {
  padding: 0 20px;
  display: grid;
  grid-template-rows: 0fr; /* Collapsed state */
  transition: grid-template-rows 0.25s ease-in-out;
}

.active .answer {
  grid-template-rows: 1fr; /* Expanded state */
}

.answer > div {
  overflow: hidden; /* Ensures content doesn't overflow during transition */
}

.innerwideheader {
  width: 100%;
  position: relative;
  padding: 80px;
}

.innerwideheader h1 {
  font-size: 64px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.newscontent a {
  color: var(--dark-colour);
}

.newscontent ul {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}

/*

Events Page

*/
.innereventsholder {
  padding: 0px 80px 80px;
}

.eventboxlong {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 15% 15% 1fr 1fr;
  gap: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.page-template-template-events .innerwideheader {
  padding-bottom: 20px;
}

.eventname h2 {
  font-size: 32px;
}

.eventdate {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "eurostile_lt_stddemi", sans-serif;
  letter-spacing: -0.03em;
  line-height: 85%;
}

.eventbutton {
  justify-self: end;
}

.page-template-template-contact .sidebars p {
  font-size: 16px;
}

.page-template-template-contact .sidebars a {
  color: var(--dark-colour);
}

.page-template-template-contact .backgroundmenu {
  display: none;
}

.page-template-template-contact .innersingleherosingle {
  min-height: 50vh;
}

.page-template-template-contact section.singelimagehero {
  min-height: 50vh;
}

/*

Boat listing

*/
.boatlistinner {
  position: relative;
  width: 100%;
  padding: 0px 80px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.singleboatlist {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5/1;
  overflow: hidden;
  background-color: var(--dark-colour);
}

.singleboatlist img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.singleboatlist h3 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: 90%;
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  font-family: "eurostile_lt_stddemi", sans-serif;
  transition: bottom 0.3s ease-in-out;
}

.singleboatlist span {
  position: absolute;
  bottom: -50px;
  left: 0px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.singleboatlist a:hover span {
  bottom: 20px;
  transition: bottom 0.3s ease-in-out;
}

.singleboatlist a:hover h3 {
  bottom: 60px;
}

.singleboatlist a:hover img {
  scale: 1.05;
  opacity: 0.5;
}

.boatlistspecs {
  position: relative;
  width: 100%;
  padding: 10px 20px;
}

.speclistsingle {
  width: 100%;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px 0 0;
  border-top: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}

.speclistsingle > div:nth-child(1) {
  font-family: "eurostile_lt_stdbold", sans-serif;
}

.boatlistspecs > div:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.boatlistinnercommercial {
  position: relative;
  padding: 0 80px;
}

.boatlcommerciallengthholder {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.boatlcommerciallengthholder:last-child {
  border-bottom: none;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.boatlistinnercommercial h2 {
  font-size: 32px;
}

/* Mobile version */
/* End of Mobile *//*# sourceMappingURL=style.css.map */