/*
Theme Name: D&S Law Template
Theme URI: http://localhost
Description: Custom template for D&S LAw
Author: Robert Pentha
Author URI: http://www.studiopentha.com
*/
@font-face {
  font-family: "the_seasonsregular";
  src: url("fonts/sesh-demo-webfont.woff2") format("woff2"), url("fonts/sesh-demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

body {
  font-family: "DM Sans", serif;
  font-size: 16px;
  line-height: 22px;
  -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;
  font-weight: 400;
  color: #111;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

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

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

h2 {
  font-size: 48px;
  line-height: 1em;
}

h3 {
  font-size: 24px;
  line-height: 1em;
}

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

.sectionheader {
  width: 100%;
  position: relative;
  padding: 0 48px 48px;
}

.sectionheader h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  color: white;
  font-weight: 600;
}

.sectionlineone {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1AB6E1;
  bottom: 6px;
  left: 0;
}

/*

Preloader

*/
.homepreloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10200;
  top: 0;
  left: 0;
  background-color: #000;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.innerpreloader {
  width: 93px;
  height: 93px;
  position: relative;
}

/* Nav Styles */
.mainlogo {
  position: absolute;
  left: 50%;
  /* -webkit-transform-origin-y: top; */
  transform: translate(-50%, 0);
  width: 80px;
  top: 38px;
  z-index: 9950;
}

.mainlogowhite {
  position: relative;
  width: 100%;
  z-index: 9950;
  display: none;
}

.mainlogoorange {
  position: relative;
  width: 100%;
  z-index: 9950;
  display: block;
}

.home .mainlogoorange {
  display: none;
}

.home .mainlogowhite {
  display: block;
}

.home .mainlogo {
  display: none;
}

.home .mainlogowhite {
  display: block;
}

.svgholder {
  opacity: 1;
  position: absolute;
  left: 50%;
  /* -webkit-transform-origin-y: top; */
  transform: translate(-50%, 0);
  width: 140px;
  top: 5px;
  z-index: 9950;
  overflow: hidden;
}

.svgholder svg {
  width: 100%;
  height: auto;
}

.leftnavnew {
  position: absolute;
  top: 60px;
  left: 48px;
  display: flex;
  gap: 24px;
}

.hiddenthing {
  position: relative;
  overflow: hidden;
}

.primaryscroll {
  position: relative;
}

.secondaryscroll {
  position: absolute;
  top: 0;
}

.secondaryscroll div {
  position: absolute;
  top: 100%;
}

section {
  position: relative;
  margin-bottom: 96px;
}

.blackbacktrigger,
.whitebacktrigger {
  margin-bottom: 0;
}

.thetriggerone {
  position: relative;
}

nav {
  z-index: 9999;
  position: relative;
}

.backgroundmenu {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9650;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.mainburger {
  position: absolute;
  right: 48px;
  top: 51px;
  width: 41px;
  height: 41px;
  z-index: 9800;
}

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

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

h1.pageletters {
  position: absolute;
  bottom: 120px;
  left: 50%;
  font-size: clamp(42px, 8vw, 120px);
  color: white;
  transform: translate(-50%, 0);
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  letter-spacing: -0.04em;
  line-height: 1em;
}

.burgerline1 {
  top: 12px;
}

.burgerline2 {
  top: 19px;
}

.burgerline3 {
  top: 26px;
}

/* NAV */
.mainmenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9700;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: end;
  gap: 40px;
}

.mainprimary > ul > li {
  margin-bottom: 0px;
  list-style: none;
  display: inline-block;
  padding: 5px 0 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mainprimary ul li ul li {
  margin-bottom: 5px;
  list-style: none;
  display: inline-block;
  /* color: white; */
  margin-right: 10px;
  border-right: 1px solid #7e7e7e;
  padding-right: 13px;
}

.mainprimary > ul > li > a {
  font-weight: 500;
  color: #F5F5F5;
  text-decoration: none;
  font-size: 96px;
  line-height: 0.7em;
  position: relative;
  width: 100%;
  display: inline-block;
  transition: padding-left 0.2s ease;
  white-space: nowrap;
}

.mainprimary ul li ul li a {
  font-size: 16px;
  line-height: 16px;
  color: rgb(187, 187, 187);
  text-decoration: none;
}

@media screen and (min-width: 940px) {
  .mainprimary ul li ul li a:hover {
    color: white;
  }
}
ul#menu-main-menu {
  position: relative;
  /* left: 48px; */
  text-align: left;
  /* bottom: 48px; */
  padding-bottom: 48px;
  padding-left: 48px;
}

.mainprimary .sub-menu {
  display: none;
  padding: 20px 0 10px;
}

ul#menu-secondary-menu {
  position: relative;
  text-align: left;
  padding-bottom: 60px;
}

.mainsecondary > ul > li > a {
  font-weight: 500;
  color: #F5F5F5;
  text-decoration: none;
  font-size: 48px;
  line-height: 0.7em;
  position: relative;
  width: 100%;
  display: inline-block;
  transition: padding-left 0.2s ease;
  white-space: nowrap;
}

.mainsecondary > ul > li {
  margin-bottom: 0px;
  list-style: none;
  display: inline-block;
  padding: 5px 0 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.activehov div > ul > li > a {
  opacity: 0.3;
}

@media screen and (min-width: 940px) {
  .mainmenu > div > ul > li > a:hover {
    opacity: 1;
    padding-left: 5px;
  }
}
.mainmenu > div > ul > li > .openone {
  opacity: 1;
}

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

.primarybt {
  padding: 12px 30px;
  background-color: #127996;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.secondarybt {
  padding: 12px 30px;
  border: none;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  background-color: #1AB6E1;
}

.spacer {
  height: 150px;
  margin-bottom: 0;
}

/*

Hero page individual

*/
.floatingthing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  overflow: hidden;
}

.ball, .ball2 {
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url(svg/blue-hexagon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*

Hero page

*/
.heroone {
  height: 100vh;
  overflow: hidden;
}

.backgroundfiller {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
}

.page .backgroundfiller {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

img.heroimage {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  display: block;
}

img.heroimagemob {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.bigshape {
  position: absolute;
  width: 38%;
  right: 48px;
  transform: translate(0%, -50%);
  top: 50%;
}

.solidwhite {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
}

.purpleone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #410049;
  opacity: 1;
}

.herooverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, rgba(0, 0, 0, 0.1) 11.63%, rgba(0, 0, 0, 0.5) 95.36%);
}

.bottominfohero {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bottominfohero > div {
  position: relative;
}

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

p.herotext {
  position: relative;
  color: white;
  max-width: 460px;
  font-size: 16px;
  font-weight: 300;
  display: block;
  /* padding-left: 30px; */
  line-height: 20px;
  opacity: 0.8;
  margin-bottom: 0;
}

a.herolink {
  color: white;
  font-weight: 700;
  display: block;
  padding-right: 30px;
  padding-top: 10px;
}

.bluelinehero1 {
  position: absolute;
  height: 1px;
  width: 40px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #FFBC28;
  margin-bottom: 24px;
}

.bluelinehero2 {
  position: absolute;
  height: 40px;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1AB6E1;
}

h1.bigherotext {
  color: white;
  font-size: clamp(24px, 11vw, 200px);
  position: absolute;
  top: 220px;
  left: 44px;
  line-height: 0.8em;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "the_seasonsregular";
  text-transform: uppercase;
  padding-top: 0.05em;
  padding-right: 0.05em;
  padding-bottom: 0.05em;
}

a.herolinks {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  line-height: 15px;
  color: white;
  font-weight: 600;
  display: inline-block;
}

.leftnavnew a.herolinks,
.bottominfohero a.herolinks {
  font-size: 15px;
  line-height: 15px;
}

a.herolinks .secondaryscroll {
  opacity: 0.6;
}

h2.bigherotext {
  position: relative;
  text-align: left;
  color: white;
  font-size: 24px;
  line-height: 1em;
  overflow: hidden;
  letter-spacing: -0.04em;
  font-weight: 600;
  /* left: 60px; */
}

svg.linescribble {
  position: absolute;
  left: -9%;
  width: 110%;
  /* bottom: -20%; */
  top: 81%;
}

/*

Servies homepage

*/
.innerbiglinks {
  position: relative;
  width: 100%;
  padding: 48px;
}

.innerbiglinks h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  color: white;
  font-weight: 600;
  margin-bottom: 48px;
}

.innerbiglinks ul li {
  margin-bottom: 10px;
  list-style: none;
}

.innerbiglinks ul li a {
  color: white;
  font-size: 96px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1em;
  opacity: 1;
  transition: opacity 200ms ease;
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 940px) {
  .innerbiglinks ul:hover li a {
    opacity: 0.3;
  }
  .innerbiglinks ul li a:hover {
    opacity: 1;
  }
}
/*

Background thing

*/
/*

THE TEAM

*/
.teammembers {
  margin-bottom: 120px;
}

section.teammembers {
  background-color: #FFBC28;
  padding: 80px 0px;
}

.innerteam {
  position: relative;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
}

.innerteam > div {
  position: relative;
  width: 48%;
  margin-bottom: 48px;
}

.innerteam a {
  text-decoration: none;
}

.innerteam img {
  width: 100%;
  aspect-ratio: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}

.innerteam h3 {
  display: inline-block;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 15px 30px 15px 15px;
  position: relative;
  background-image: url(svg/carat-right.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  vertical-align: inherit;
  /* height: 100%; */
  /* height: 60px; */
  display: flex;
  /* align-self: center; */
  text-transform: uppercase;
}

.teamoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: safe center;
}

.teamshade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #124963;
  opacity: 0;
}

.teamsingle {
  width: 100%;
  position: relative;
  max-width: 870px;
  padding: 80px 60px;
  background-color: #fff;
  margin: 20px auto 20px;
  border-radius: 10px;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}

.teamheader {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 25% 25%;
}

.teamclose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 20px;
  background-image: url(svg/close-button.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  cursor: pointer;
}

.thephone, .theemail {
  justify-self: end;
}

.theemail {
  color: #444;
  display: inline-block;
  background-image: url(svg/icon-email.svg);
  background-repeat: no-repeat;
  padding-left: 23px;
  background-position: 0 3px;
}

.thephone {
  color: #444444;
  display: inline-block;
  background-image: url(svg/icon-phone.svg);
  background-repeat: no-repeat;
  padding-left: 23px;
  background-position: 0 1px;
}

.thecontenthidden p {
  margin-bottom: 20px;
  color: #444;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.teampopheader {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.openteam {
  scrollbar-gutter: stable;
  overflow: hidden;
}

.tinyhexagon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 20px;
  background-image: url(svg/blue-hexagon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*

FOOTER

*/
footer {
  background-color: #EAE0D3;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.innerfooter {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 48px;
  align-self: flex-start;
}

.innerfooter h4 {
  color: #127996;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

img.footerlogo {
  width: 56px;
  margin-bottom: 24px;
}

.innerfooter a.herolinks {
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}

.firstfoot p {
  color: #444;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}

a.emailbutton {
  color: #444;
  background-image: url(svg/icon-email.svg);
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  line-height: 2em;
  font-size: 15px;
}

a.phonebutton {
  color: #444;
  background-image: url(svg/icon-phone.svg);
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 2em;
  font-size: 15px;
}

.bottomcredit {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 40px 20px 20px;
}

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

.footerbiglogo {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 28px 48px 48px;
}

.footerbiglogo > div {
  color: white;
  font-size: 12.8vw;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.6em;
  letter-spacing: 0em;
  font-weight: 500;
  text-indent: -0.03em;
  font-family: "the_seasonsregular";
  text-transform: uppercase;
  padding-top: 0.15em;
  padding-right: 0.05em;
}

.footerbiglogo div::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.endquote {
  position: relative;
  align-self: start;
  padding: 48px 0 0 48px;
}

.endquote p {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  color: white;
  font-weight: 600;
  opacity: 0.6;
}

.fourthfoot {
  color: white;
  opacity: 0.6;
  font-size: 14px;
}

/*

PAGES

*/
.pageheader {
  width: 100%;
  position: relative;
  padding: 48px;
}

.pageheader h1 {
  color: white;
  font-size: 96px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1em;
  opacity: 1;
  transition: opacity 200ms ease;
  width: 100%;
  display: inline-block;
}

.pageheroimage {
  position: relative;
  width: 100%;
  padding: 0 48px 48px;
}

.pageheroimage img {
  aspect-ratio: 3;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Need more panel */
section.needmoreinfo {
  padding-bottom: 0px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.innerneedmore {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 0px;
  padding: 0 48px;
  gap: 6px;
}

a.needmorebutton {
  background-color: #410049;
  width: 100%;
  display: block;
  text-align: left;
  padding: 48px 48px 128px;
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media screen and (min-width: 940px) {
  a.needmorebutton:hover {
    background-color: #000;
  }
  a.needmorebutton:hover .littleicon {
    left: 48px;
    opacity: 1;
  }
  a.needmorebutton:hover .bigbuttonletter {
    left: 96px;
  }
}
a.needmorebutton > div {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bigbuttonletter {
  position: absolute;
  top: 48px;
  left: 48px;
  transition: all 0.3s ease;
}

.littleicon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 44px;
  left: 0px;
  background-image: url(svg/shapeone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}

.innerneedmore img {
  margin-bottom: -5px;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}

.innerneedmore > div {
  position: relative;
}

.innermoinfobox {
  position: relative;
}

.innermoinfobox h3 {
  font-size: 46px;
  line-height: 50px;
  color: #323232;
  margin-bottom: 40px;
}

.innermoinfobox h3 span {
  color: #1AB6E1;
}

.innermoinfobox a {
  margin-bottom: 0;
  margin-right: 20px;
}

.bluelinesep {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #1AB6E1;
  margin-bottom: 120px;
}

/* Quote slider */
.quoteslidermain {
  width: 100%;
  /* max-width: 1320px; */
  margin: 0 auto;
  padding: 0 48px 96px;
}

section.quotes {
  margin-bottom: 0;
}

.quoteslide {
  width: 47%;
  margin-left: 3%;
  position: relative;
  padding: 48px 0;
  align-items: start;
}

.quoteslidermain .flickity-prev-next-button {
  position: absolute;
  top: 0px;
  background-color: transparent !important;
}

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

.quoteslidermain .next {
  position: absolute;
  top: 0px;
  left: 120px;
  background-image: url(svg/quotearrow-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.quoteslidermain .previous {
  background-image: url(svg/quotearrow-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 48px !important;
}

.quoteslide p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.innerauthor {
  border-top: 1px solid #d9d9d9;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 24px;
  color: white;
}

.innerauthor span {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  border-left: 1px solid #444;
  padding-left: 12px;
  margin-left: 12px;
}

/*

Contact Page

*/
.innercontactpage {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 48px;
  gap: 48px;
  background-color: #FFBC28;
}

.contactpage {
  margin-bottom: 0;
}

p.littlecontactheader {
  text-transform: uppercase;
  font-weight: 600;
  /* border-bottom: 1px solid #444; */
}

.contactimage {
  margin-bottom: 0;
}

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

.firstcontact {
  position: relative;
  justify-self: end;
  width: 100%;
}

.contacttext {
  position: relative;
  margin-bottom: 60px;
}

.contacttext p a {
  color: #111;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

/*

News page

*/
.innercatnews {
  position: relative;
  width: 100%;
  padding: 0 48px;
}

.leftnewsholder {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 48px;
  gap: 48px;
}

.leftnewsholder h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  /* letter-spacing: -0.6px; */
  /* max-width: 350px; */
}

.leftnewsholder a {
  color: #111;
}

.newslistinner {
  position: relative;
}

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

.leftnewsholder:nth-child(2n+2) {
  grid-template-columns: 1fr 42%;
}

.leftnewsholder:nth-child(2n+1) {
  background-color: #FFBC28;
  padding: 28px 28px 0;
}

.leftnewsholder:nth-child(2n+2) .newslistinner {
  margin-left: 60px;
  position: relative;
  float: right;
  text-align: right;
  margin-right: 60px;
}

.newstopinfobar {
  position: relative;
  width: 100%;
  padding: 24px 48px;
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: 150px 1fr;
  gap: 48px;
  background-color: #FFBC28;
}

.newstopinfobar p {
  margin-bottom: 0;
}

.single .pageheader {
  margin-bottom: 40px;
}

.newsbacklink {
  color: #111;
  background-image: url(svg/carat-left-black.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  padding-left: 24px;
  background-position: 0 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.morecats {
  color: #111;
  text-decoration: none;
}

.newssingleimage {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  margin-bottom: 40px;
}

.newssingleimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.singlenewscontent {
  position: relative;
  max-width: 875px;
  margin: 0 auto 120px;
  padding: 48px 0px;
}

.singlenewscontent a {
  font-weight: 600;
  color: #111;
}

.morenewsslider {
  position: relative;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
  height: 50vh;
}

.newsitemslide {
  position: relative;
  width: 24%;
  margin-right: 1%;
  height: 100%;
  display: inline-block;
}

.newsitemslide a {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.newsitemslide div img {
  max-width: 600px;
  width: 100%;
  aspect-ratio: 1.65;
  -o-object-fit: cover;
     object-fit: cover;
}

.morenewsslider h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
}

.morenewsslider p {
  font-size: 13px;
  margin-bottom: 0px;
}

.morenews {
  background-color: #FFBC28;
  padding-top: 48px;
}

.morenews .flickity-prev-next-button.previous {
  left: auto;
  right: 140px;
  top: -70px;
}

.morenews .flickity-prev-next-button.next {
  right: 48px;
  top: -70px;
}

.morenews .flickity-button {
  position: absolute;
  background: none;
  border: none;
  color: #FFF;
}

@media screen and (min-width: 940px) {
  .morenews .flickity-button:hover {
    background: transparent;
    color: black;
  }
}
/*

Resources

*/
.innerresource {
  position: relative;
  width: 100%;
}

.resourceblock {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
  align-items: start;
}

.innerresourcetext {
  position: relative;
  margin-left: 100px;
  max-width: 540px;
}

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

.resourceblock:nth-child(2n+2) .innerresourcetext {
  margin-left: 0px;
  float: right;
  margin-right: 100px;
}

.introform {
  max-width: 760px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.wp-block-list li {
  margin-bottom: 20px;
}

ul.wp-block-list {
  padding-left: 15px;
}

/* Hide panels on booking page */
.page-template-booking-template .quotes,
.page-template-booking-template .needmoreinfo {
  display: none;
}

.page-template-contact-template .quotes,
.page-template-contact-template .needmoreinfo {
  display: none;
}

.newpageheader {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background-color: #02333e;
  margin-bottom: 80px;
}

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

.floatingbutton {
  position: fixed;
  top: 50%;
  z-index: 9900;
  right: 12px;
  /* background-color: #000000; */
  color: #111;
  /* padding: 16px; */
  width: 86px;
  height: 100px;
  background-image: url(svg/bigshape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  place-items: center;
  overflow: hidden;
  /* border: 1px solid; */
}

.floatingbutton a {
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  /* width: 100%; */
  display: inline-block;
  position: relative;
}

.page-template-contact-template .floatingbutton,
.page-template-booking-template .floatingbutton {
  display: none !important;
}

.flickity-button:hover {
  background: transparent !important;
  cursor: pointer;
}

.plainpage {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 180px;
}

.page-template-plainpage-template .pageheader {
  padding: 48px 0;
  margin-bottom: 40px;
}

.page-template-plainpage-template h2 {
  font-size: 32px;
  line-height: 1em;
}

.firstpanel {
  position: relative;
  max-width: 700px;
  background-color: white;
  margin: 40px auto;
  min-height: 50vh;
}

.bookingformone {
  width: 100%;
  position: relative;
  background-color: #ffbc28;
  padding: 40px 0;
}

.formheaderone {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 102px 1fr;
  padding: 40px 50px 20px;
  align-items: center;
  border-bottom: 1px solid black;
}

.formheaderone h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
  font-family: "the_seasonsregular";
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header-large h1.form-header {
  margin-bottom: 10px !important;
  font-family: "the_seasonsregular" !important;
  text-transform: uppercase !important;
  line-height: 1em !important;
  margin-bottom: 0 !important;
}

.form-product-item .p_checkbox input[type=radio]:checked ~ div.checked {
  background-color: black;
}

li[data-type=control_button] .form-submit-button {
  border-color: #ffbc28 !important;
}

.form-all {
  margin: 40px auto !important;
}

.formheaderone img {
  width: 80px;
}

.formcontentone {
  position: relative;
  width: 100%;
  padding: 40px;
}

.formheadertwo {
  position: relative;
  width: 100%;
  border-bottom: 1px solid;
  /* border-collapse: separate; */
  padding-bottom: 2px;
}

.formheadertwo h3 {
  padding-left: 10px;
}

.introcontent {
  width: 100%;
  position: relative;
  padding: 20px 0px;
}

.introcontent ol {
  padding: 0 15px;
  margin: 0 0 30px;
}

.introcontent ul {
  padding: 0 15px;
  margin: 0 0 30px;
}

.tersmscrolller ul,
.tersmscrolller ol {
  padding: 0 15px;
  margin: 0 0 20px;
}

.howitworks ul {
  padding: 0 15px;
  margin: 0;
  list-style: decimal;
}

.fixedfee ul {
  padding: 0 15px;
  margin: 0;
}

.howitworks {
  margin-bottom: 20px;
}

.fixedfee {
  margin-bottom: 20px;
}

.formbuttonone {
  background-color: #ffbc28;
  color: rgb(0, 0, 0);
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
}

.secondpanel {
  position: relative;
  max-width: 700px;
  background-color: white;
  margin: 40px auto;
  min-height: 50vh;
  display: none;
}

.tersmscrolller {
  width: 100%;
  position: relative;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin: 10px 0 40px;
  padding: 10px;
}

.creditcards {
  width: 200px;
  margin-top: 10px;
}

div#backbutton {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  z-index: 9999;
  display: none;
}

div#backbutton svg {
  width: 100%;
  position: relative;
}

.page-template-thankyou-template .bookingformone {
  min-height: 100vh;
}

.page-template-booking-template {
  background-color: white !important;
}

.page-template-booking-template footer {
  background-color: #000000 !important;
}

.page-template-booking-template .footerbiglogo div div,
.page-template-booking-template .footerbiglogo div,
.page-template-booking-template .footerbiglogo > div,
.page-template-booking-template .footerbiglogo {
  font-family: "the_seasonsregular", serif;
}

@media screen and (max-width: 1380px) {
  .mainprimary > ul > li > a {
    font-size: 46px;
  }
  .mainsecondary > ul > li > a {
    font-size: 24px;
  }
}
/* Mobile version */
@media screen and (max-width: 940px) {
  img.heroimagemob {
    display: block;
  }
  img.heroimage {
    display: none;
  }
  .singlenewscontent {
    position: relative;
    max-width: 875px;
    margin: 0 auto 96px;
    padding: 0px 24px;
  }
  .floatingbutton a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  ul#menu-secondary-menu {
    padding-bottom: 120px;
  }
  .innercatnews {
    padding: 0 24px;
  }
  .mainprimary > ul > li > a {
    font-size: 46px;
  }
  .mainsecondary > ul > li > a {
    font-size: 24px;
  }
  .mainmenu {
    display: flex;
    align-content: end;
    gap: 0;
    flex-wrap: wrap;
  }
  .sectionheader {
    padding: 0 24px 24px;
  }
  .footerbiglogo {
    padding: 28px 24px 48px;
  }
  .footerbiglogo > div {
    font-size: 11vw;
  }
  .svgholder {
    width: 90px;
  }
  .floatingbutton {
    background-image: url(svg/bigshape-mob.svg);
    bottom: 80px;
    text-indent: -9999px;
    top: auto;
    width: 50px;
    height: 58px;
  }
  .newsitemslide {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  .newsitemslide .newslistinner {
    margin-left: 0px;
    padding-right: 0px;
  }
  .newsitemslide .newslistinner {
    padding: 0;
  }
  .newsitemslide > div:nth-child(2) {
    grid-area: 1;
  }
  .newstopinfobar p {
    font-size: 14px;
  }
  .newstopinfobar {
    width: 100%;
    padding: 28px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  svg.linescribble {
    top: 71%;
  }
  .teamsingle {
    margin: 20px;
  }
  .innerfooter {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 40px;
  }
  .contacthero {
    left: 20px;
    top: 40px;
    font-size: 14px;
  }
  .mainburger {
    right: 20px;
    top: 32px;
  }
  h1.bigherotext {
    padding: 10px 0px;
    top: 22vh;
    left: 24px;
  }
  .leftnavnew {
    top: 45px;
    left: 24px;
  }
  .leftnavnew > .herolinks:nth-child(2) {
    display: none;
  }
  .bottominfohero {
    position: absolute;
    bottom: 96px;
    width: 100%;
    padding: 24px;
    display: block;
  }
  .bottominfohero > div:nth-child(2) {
    justify-self: start;
    align-self: flex-end;
  }
  .innerbiglinks ul li a {
    font-size: 32px;
  }
  .innerbiglinks {
    padding: 24px;
  }
  .bluelinehero2 {
    right: auto;
    left: 0;
  }
  .bigshape {
    right: 24px;
  }
  p.herotext {
    max-width: 100%;
    margin-bottom: 24px;
  }
  a.herolink {
    padding-right: 0;
    padding-left: 20px;
  }
  ul#menu-main-menu {
    right: auto;
    padding-left: 24px;
    padding-bottom: 24px;
  }
  .mainsecondary {
    padding-left: 24px;
  }
  section {
    margin-bottom: 40px;
  }
  .innerportraittexter > div:nth-child(2) {
    grid-area: 1;
  }
  .quoteslidermain .previous {
    left: 24px !important;
  }
  .quoteslide {
    padding: 24px 0;
    width: 100%;
    margin-left: 0;
  }
  .quoteslidermain {
    margin: 0 auto;
    padding: 0 24px 48px;
  }
  .innerauthor {
    margin-left: 0px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 22px;
    margin-top: 20px;
  }
  .innerneedmore {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 40px;
    padding: 0 24px;
  }
  .innerneedmore img {
    margin-bottom: 20px;
  }
  .endquote {
    padding: 24px 0 0 24px;
  }
  .innermoinfobox h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .innermoinfobox a {
    margin-bottom: 20px;
  }
  .bluelinesep {
    margin-bottom: 40px;
  }
  .pageheader h1 {
    font-size: 46px;
    line-height: 1em;
  }
  .sectionlinepage {
    bottom: 5px;
  }
  .pageheader {
    margin-bottom: 24px;
    padding: 24px;
  }
  .spacer {
    height: 140px;
  }
  .innerteam {
    gap: 12px;
    padding: 0 24px;
  }
  .innerteam > div {
    width: 48%;
    margin-bottom: 24px;
  }
  .resourceblock {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    align-items: start;
  }
  .innerresourcetext {
    position: relative;
    margin-left: 0px;
    max-width: 540px;
    padding: 0 20px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .resourceblock:nth-child(2n+2) > div:nth-child(2) {
    grid-area: 2;
  }
  .leftnewsholder {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 80px;
  }
  .newslistinner {
    margin-left: 0;
    position: relative;
    max-width: auto;
    padding: 0px;
  }
  .leftnewsholder h2 {
    font-size: 24px;
  }
  .morenewsslider {
    padding: 0 24px;
  }
  .morenews .flickity-prev-next-button.next {
    right: 24px;
  }
  .leftnewsholder:nth-child(2n+2) > div:nth-child(2) {
    grid-area: 2;
  }
  .leftnewsholder:nth-child(2n+2) {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }
  .leftnewsholder:nth-child(2n+2) .newslistinner {
    margin-left: 0;
    position: relative;
    float: left;
    text-align: left;
    margin-right: 0;
  }
  .teamsingle {
    width: 100%;
    position: relative;
    max-width: 870px;
    padding: 60px 20px;
    background-color: #fff;
    margin: 20px auto 20px;
    border-radius: 10px;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
  }
  .teamheader {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .teampopheader {
    font-size: 18px;
    line-height: 20px;
    max-width: 50%;
  }
  .theemail {
    margin-bottom: 10px;
    margin-top: -20px;
  }
  .innercontactpage {
    grid-template-columns: 1fr;
    padding: 24px 24px 0;
    gap: 24px;
  }
  .contactimage {
    margin-left: 0;
  }
  .page-template-contact-template .quotes,
  .page-template-contact-template .needmoreinfo {
    display: none;
  }
}
/* End of Mobile *//*# sourceMappingURL=style.css.map */