/* Theme Name: TRAFFIK Marine */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 10px;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */ ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden, [hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is includesd anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " ("attr(href) ")";
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*
* Main site
*/
body {
  background: #fff;
  font: normal normal 400 1.6rem/1.6 'Raleway', sans-serif;
  color: #000;
  letter-spacing: 0.35px;
}
h1 {
  font: normal normal 300 4.3rem/1 'Raleway', sans-serif;
  margin: 8rem 0 1rem;
  letter-spacing: 5.25px;
  text-transform: uppercase;
  color: #fff;
}
h2 {
  font: normal normal 500 1.8rem/1.2 'Raleway', sans-serif;
  margin: 0 0 1rem;
  letter-spacing: 5.05px;
  text-transform: uppercase;
}
h3 {
  font: normal normal 500 1.8rem/1.2 'Raleway', sans-serif;
  margin: 0 0 1rem;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}
h4 {
  font: normal normal 400 1.8rem/1 'Raleway', sans-serif;
  margin: 0 0 1.8rem;
  color: #fff;
  padding-bottom: 2rem;
}
p {
  font: normal normal 400 1.6rem/1.6 'Raleway', sans-serif;
  letter-spacing: 0.35px;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 600;
}
ul, li {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.mBreak {
  display: block;
}
.dBreak {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
}
.video {
  display: none;
}
video {
  width: 100%;
  height: auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  transition: all 0.25s ease-in;
}
header .container {
  padding: 2.2rem 2.5rem;
}
header.scrolled {
  background: rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, .5);
}
header .container > div:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 16.2rem;
}
header .menu {
  display: none;
}
header .mMenu {
  cursor: pointer;
  display: none;
}
header .mMenu span {
  background: #acacac;
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  border-radius: 1px;
  margin: 4px 0;
}
.menu {
  background: rgba(0, 0, 0, .9);
  border-top: 1px solid #e7e7e7;
  margin-top: 4rem;
}
.menu ul {
  margin-top: 2rem;
  margin-left: 1.5rem;
}
.menu ul li {
  line-height: 2.5;
}
.menu ul li a {
  color: #fff;
}
.container {
  padding: 2rem;
}
.hero {
  background: url("img/hero-m.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
  text-align: center;
  transition: all .25s;
}
.hero p {
  letter-spacing: 0.44px;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 5px #3B6CB8;
  line-height: 1.4;
}
.reserveBtn {
  background: #F0110F;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  padding: 1.6rem 0;
  display: inline-block;
  transition: all 0.2s linear;
  width: 20.1rem;
  margin: 8rem 1rem 0;
  letter-spacing: 0.4px;
}
.toForm{
	margin-top:2rem;
}
.reserveBtn:hover {
  background: #fff;
  color: #1b1b1b;
}
.phoneNo {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.44px;
}
.features {
  background: #fff;
}
.features > div {
  padding: 6rem 2rem;
}
.features > div:last-of-type {
  min-height: 10rem;
  background-size: 100%;
}
.features .stmPhoto {
  background: url(img/vandutch.jpg) no-repeat center;
}
.features .luxPhoto {
  background: url(img/vandutch-interior.jpg) no-repeat center;
}
.features .expectPhoto {
  background: url(img/vandutch55-interior-1.jpg) no-repeat center;
}
.yatchy {
  background: url(img/vandutch-specs-m.jpg) no-repeat;
  background-size: cover;
}
.yatchy .container {
  padding: 6rem 2rem;
  min-height: 62rem
}
.yatchy h2 {
  text-align: center;
}
.yatchy .specs {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin-top: 3rem;
}
.yatchy .specs > div {
  margin: 2rem 0;
}
.yatchy .specs span {
  display: block;
}
.yatchy .specs span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .044rem;
}
.yatchy .specs span:first-of-type {
  color: #F0110F;
}
.exp {
  padding: 2rem 0;
}
.exp h2 {
  text-align: center;
  padding: 2rem 0;
}
.exp .includes {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.exp .includes > div {
  width: 30%;
  margin: 2.3rem 0;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.exp .includes span:first-of-type {
  height: 4.4rem;
}
.exp .includes span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.35px;
}
.exp .includes img {
  width: auto;
  height: 3rem;
}
.amenities {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.amenitiesPhoto {
  background: url(img/operator.jpg) no-repeat center;
  background-size: cover;
  min-height: 30rem;
}
.amenities > div:last-of-type {
  padding: 2rem 4rem;
}
.amenities h3:last-of-type {
  margin-top: 3rem;
}
.amenities ul {
  list-style: none;
  margin-left: 1rem;
}
.amenities ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.amenities ul li::before {
  content: "\2022";
  color: #F0110F;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}
.subVideo {
  background: url("img/water-texture.jpg") no-repeat center;
  background-size: cover;
  min-height: 40rem;
  display: flex;
  align-items: center;
  margin-top: .5rem;
}
.subVideo h2 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-transform: none;
  margin-top: 2rem;
  letter-spacing: 0;
  text-shadow: 2px 2px 5px #000;
}
.subVideo iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.pkgHeader {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.pkgHeader p {
  font-size: 2rem;
  font-weight: 600;
}
.step > div:first-of-type {
  background: #F0110F;
  border-radius: 50%;
  color: #fff;
  font-size: 3rem;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 1.4;
  text-align: center;
  margin: 2.3rem auto;
}
.pkg .item {
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 2rem;
  box-shadow: 0px 3px 35px rgba(0, 0, 0, .11);
  text-align: center;
}
.pkg .item img {
  border-radius: 2rem 2rem 0 0;
  transition: all .25s linear;
}
.pkg .descs {
  padding: 3.4rem;
  color: #6F6F6F
}
.pkg .duration {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #F0110F;
}
.pkg .guestsCount {
  font-size: 1.4rem;
  color: #6F6F6F;
  margin-bottom: 1.5rem;
}
.pkg .hours {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.pkg .price {
  padding: 1.2rem;
  border-radius: .4rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.enhanceExp .pkgHeader, .booking .pkgHeader {
  margin-top: 0;
}
.enhanceExp .container {
  padding: 0 2rem;
}
.addons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
}
.addons > div {
  width: 48%;
  margin-bottom: 4rem;
}
.addons p {
  line-height: 1.6;
  margin-top: 2.2rem;
  font-weight: 500;
}
.addons img {
  transition: all .25s linear;
}
.addons img:hover {
  transform: scale(.96);
  transform: rotate(-5deg);
}
.booking .reserveBtn {
  margin-top: 5.3rem;
  border: 1px solid #F0110F;
}
.booking .reserveBtn:hover {
  border: 1px solid #000;
  margin-top: 5.3rem;
}
.booking .phoneNo {
  color: #000;
}
.reservation {
  background: url("img/AdobeStock_137556484_Preview-1.jpg") no-repeat center top;
  background-size: cover;
  min-height: 50rem;
  padding: 7rem 0;
}
.reservation h2 {
  color: #fff;
  text-align: center;
}
.location iframe {
  width: 100%;
  height: 43rem;
}
.wpcf7-form {
  margin: 5rem auto 0;
}
.wpcf7-form label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2rem;
  color: #fff;
}
.wpcf7-form input, .wpcf7-form textarea {
  background: none;
  width: 97%;
  padding: 1.7rem .5rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.wpcf7-form textarea {
  height: 10rem;
}
.wpcf7-form .reqTxt {
  color: #fff;
}
.wpcf7-form span.req, .reqTxt span {
  color: rgb(252, 0, 0);
  font-size: 1.6rem;
  font-weight: 300;
}
.wpcf7-form .wpcf7-submit {
  background: #dd0000;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0;
  height: 5.4rem;
  margin: 2rem auto 0;
}
.toForm {
  margin-top: 2rem;
}
footer {
  background: #000;
  color: #d2d2d2;
  padding: 7rem 0;
  margin-top: -1px;
}
footer h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer a {
  color: #d2d2d2;
}
footer .fContact {
  margin-top: 5rem;
}
footer .fContact span {
  dsiplay: inline-block;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .mBreak {
    display: none;
  }
  .dBreak {
    display: block;
  }
  h1 {
    font-size: 5.8vw;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 1.44;
    margin: 0 0 1rem;
  }
  h3 {
    ffont-size: 2.5rem;
    line-height: 1.44;
  }
  .mMenu {
    display: none;
  }
  .video {
    display: block;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .menu {
    background: none;
    display: block;
    border: 0;
    margin: 0;
  }
  .menu ul {
    margin-top: 0;
  }
  header .menu ul li {
    display: inline-block;
    margin-left: 1.5rem;
  }
  header .logo {
    width: 26.1rem;
  }
  .hero {
    background: url("img/hero.jpg") no-repeat center;
    background-size: cover;
    display: none;
    justify-content: center;
    flex-direction: column;
  }
  .hero p {
    font-size: 2rem;
    letter-spacing: 0.44px;
    font-weight: 400;
    line-height: 1.8;
  }
  .yatchy {
    background: url(img/vandutch-specs.jpg) no-repeat;
    background-size: cover;
  }
  .yatchy .container {
    background: rgba(255, 255, 255, .4);
  }
  .yatchy .specs span {
    font-size: 2rem;
  }
  .exp .includes span {
    font-size: 1.6rem;
  }
  .features {
    display: flex;
  }
  .features > div {
    width: 50%;
    min-height: 50rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
  }
  .features > div p {
    padding: 1rem 2.5rem 1rem 0;
  }
  .features > div:last-of-type {
    background-size: cover;
    width: 50%;
    min-height: 7rem;
  }
  .features.lux {
    flex-direction: row-reverse;
  }
  .addons > div {
    width: 23%;
  }
  .yatchy {
    background-size: cover;
  }
  .yatchy .container {
    min-height: 62rem;
  }
  .yatchy .specs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .yatchy .specs > div {
    width: 48%;
  }
  .exp .includes {
    min-height: 36.3rem;
  }
  .exp .includes > div {
    width: 20%;
  }
  .amenities {
    display: flex;
    flex-direction: row;
  }
  .amenities > div {
    width: 50%;
  }
  .amenitiesList {
    display: flex;
    justify-content: space-evenly;
  }
  .amenitiesList > div {
    width: 50%;
  }
  .exp .includes span:first-of-type {
    height: 5.4rem;
  }
  .exp .includes img {
    width: auto;
    height: 4rem;
  }
  .subVideo {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .starterPkg {
    display: flex;
    justify-content: space-between;
  }
  .starterPkg > div {
    width: 32%;
  }
  .pkg .guestsCount {
    font-size: 1.3rem;
  }
  .pkg .descs {
    padding: 3.4rem 2rem;
  }
  .pkg .hour {
    font-size: 1.6rem;
  }
  .wpcf7-form {
    width: 100%;
    margin: 5rem auto 0;
  }
  .wpcf7-form .fField > p {
    display: flex;
    justify-content: space-between;
  }
  .wpcf7-form input {
    width: 96%;
  }
  .wpcf7-form .fField label {
    width: 48%;
  }
  .wpcf7-form p label {
    width: 101%;
  }
  .wpcf7-form .wpcf7-submit {
    width: 30rem;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
  }
  footer .container > div {
    width: 48%;
  }
  footer .fContact {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  header .menu ul li {
    margin-left: 3rem;
  }
  .hero .container {
    width: 80rem;
    margin: 0 auto;
  }
  .exp .includes span:first-of-type {
    height: 6.4rem;
  }
  .exp .includes img {
    width: auto;
    height: 5rem;
  }
  .subVideo .container {
    width: 85.3rem;
    margin: 0 auto;
  }
  .reservation .resForm {
    max-width: 68.3rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    padding: 2rem 8rem;
  }
  .menu ul li a {
    font-size: 2rem;
    letter-spacing: 0.44px;
    font-weight: 600;
  }
  .exp .includes img.resize {
    width: 2.7rem;
  }
  .yatchy .container {
    background: none;
    min-height: 78rem;
  }
  .features > div {
    padding: 0 8rem;
  }
  .exp .includes span:first-of-type {
    height: 7.1rem;
  }
  .starterPkg > div {
    width: 32%;
  }
}
@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 12.8rem;
  }
  .hero {
    height: 100vh;
  }
  .hero .container {
    width: 106rem;
    margin: 0 auto;
  }
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .yatchy {
    min-height: 87rem;
  }
  .yatchy .container {
    background: 0;
  }
  .yatchy h2 {
    margin: 8.4rem 0 11.7rem;
  }
  .yatchy .specs {
    justify-content: space-around;
  }
  .yatchy .specs > div {
    width: auto;
  }
  .amenities h3:last-of-type {
    margin-top: 8rem;
  }
  .pkg .container {
    padding-bottom: 0;
  }
  .pkgHeader {
    text-align: center;
    margin-top: 13rem;
    margin-bottom: 5.4rem;
  }
  .pkgHeader .step {
    margin-top: 7rem;
  }
  .starterPkg > div {
    width: 31%;
  }
  .pkg .guestsCount {
    margin-bottom: 3rem;
  }
  .pkg .guestsCount {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .pkg .price {
    margin-top: 4rem;
    padding: 0;
  }
  .addons > div {
    width: 21.8%;
    margin-bottom: 9.2rem;
  }
  .exp h2 {
    padding: 9rem 0 8.2rem;
  }
  .exp .includes {
    padding-bottom: 8rem;
  }
  .subVideo {
    margin-top: 15rem;
    padding: 9.2rem 0;
  }
  .subVideo h2 {
    font-size: 3.6rem;
  }
  .booking .container {
    padding: 0 8rem;
  }
  .booking .pkgHeader {
    margin-top: -1.2rem;
    margin-bottom: 11.6rem;
  }
  .booking .pkgHeader .step {
    margin-top: 0;
  }
  .booking .step > div:first-of-type {
    margin: 0 auto 2.3rem;
  }
  .wpcf7-form .wpcf7-submit {
    background: #dd0000;
    display: block;
    border: 0;
    height: 5.4rem;
    width: 20.1rem;
    margin: 2.6rem 0 2.6rem auto;
  }
}
@media only screen and (min-width: 1680px) {
  .yatchy .container {
    min-height: 88.7rem;
  }
  .features > div {
    padding: 0 12rem;
  }
}
@media only screen and (min-width: 1920px) {
  .yatchy .container {
    min-height: 115.7rem;
  }
  .features > div {
    padding: 0 24rem;
  }
}