/* SITE WIDE */

@font-face {
  font-family: "beloved-script", sans-serif;
  src: url("https://use.typekit.net/abn6yin.css");
}

@font-face {
  font-family: typewcond_regular;
  src: url(/wp-content/themes/sea-earth/assets/fonts/typewcond_regular.otf);
}

@import url("https://use.typekit.net/abn6yin.css");

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.new-shop {
	background: #598f94;
    position: fixed;
    bottom: 15px;
    right: 15px;
    left: 15px;
    padding: 15px;
    z-index: 10000000;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
	text-align: center;
	opacity: 0%;
	pointer-events: none;
	transition: 0.5s ease-in-out;
}

.new-shop.active {
	opacity: 100%;
	pointer-events: all;
}

.new-shop a {
	color: white!important;
	font-size: 20px;
}

.new-shop button.close {
	color: white;
}

button:hover {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a {
  color: #69813b;
}

a:hover {
  color: #69813b;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: typewcond_regular;
  font-weight: 700;
  font-style: normal;
  color: #598f94;
}

h1 {
  letter-spacing: -3px;
}

p,
a,
dl,
ol,
ul {
  font-family: all-round-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p,
dl,
ol,
ul {
  color: #959494;
}

.order-now {
  color: #69813b;
}

.privacy-policy #content-section a {
  font-weight: bold;
  color: #959494;
}

.order-online {
  background-color: #598f94;
  font-family: typewcond_regular;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: white;
  border: none;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  position: relative;
  border-radius: 4px;
}

.order-uber > * {
	margin-bottom: 0;
}

.order-uber {
	cursor: pointer;
}

.order-online img {
  margin-right: 10px;
}

.socials {
  display: flex;
  margin-right: 20px;
}

.cards {
  display: flex;
  margin-right: 20px;
  max-width: 50%;
}

.socials a:first-of-type {
  margin-right: 10px;
}

.slogan {
  display: flex;
  align-items: center;
  width: calc(50% - 100px);
}

.head-col {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10000;
  justify-content: space-between;
}

.slogan h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.slogan h5 span {
  color: #69813b;
  position: relative;
}

.img-underline {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-soon {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
  width: calc(50% - 100px);
  flex-wrap: wrap;
}

.menu-soon img {
  margin-right: 20px;
}

.menu-soon a {
  font-family: prestige-elite-std, monospace;
  font-weight: 700;
  font-style: normal;
  color: #598f94;
}

.menu-soon a:not(:first-of-type) {
  margin-left: 20px;
}

.menu-soon a p {
  margin-bottom: 0;
}

header {
  padding-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
  z-index: 100000;
  position: relative;
}

.mob-social {
  display: none;
}

.logo {
  width: 200px;
  max-width: 100%;
}

.head-row {
  position: relative;
  z-index: 10000;
}

.logo-row {
  text-align: center;
  background-image: url("/wp-content/uploads/2021/05/Wave-Part.svg");
  background-repeat: repeat-x;
  background-position: center;
  margin-top: -75px;
}

#homeVideo button.btn.btn-default {
  background: #598f94;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  z-index: 5;
  color: white;
  top: -20px;
}

.btn-underline {
  color: #598f94;
  border-bottom: 2px solid #598f94;
  padding-bottom: 3px;
  transition: 0.3s;
}

.btn-underline:hover {
  border-bottom: 2px solid #54752b;
  color: #598f94;
  transition: 0.3s;
}

.hero {
  text-align: center;
  background-image: url("/wp-content/uploads/2023/08/Hero-New.jpg");
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  margin-top: -90px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}

.hero p {
  background-image: url("/wp-content/uploads/2021/07/Discount-Wrapper-Bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 52px;
  width: fit-content;
  margin: 40px auto 0 auto;
  transform: rotate(-3deg);
}

.hero h1 {
  color: white;
  font-size: 90px;
  text-shadow: -1px 0px 27px rgba(0, 0, 0, 0.49);
  margin-bottom: 30px;
}

.hero .col-12 > img {
  margin-top: -50px;
  max-width: 100%;
}

.hero a {
  display: block;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.hero-btn {
  background: #598f94;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 4px solid white;
  color: white;
  padding: 12px 45px;
  font-size: 1.6rem;
  font-family: prestige-elite-std, monospace;
  font-weight: 700;
  font-style: normal;
  border-radius: 4px;
}

.hero .order-uber {
	margin-top: 30px;
}

.hero .order-uber h2 {
	color: white;
text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.mob-opening {
  display: none;
}

.pointers {
  margin-top: 50px;
}

.point-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.point-col div {
  text-align: center;
}

.point-col div h5 {
  margin-bottom: 0;
  color: #598f94;
}

.point-col div:nth-child(3) h5 {
  color: #54752b;
}

.point-col div:nth-of-type(even) {
  height: 40%;
  width: 1px;
  background: #e0e0e0;
}

.text-image {
  margin-top: 100px;
}

.text-image h2 span {
  font-family: "beloved-script", sans-serif;
  color: #54752b;
  font-size: 83px;
  line-height: 30px;
  font-weight: lighter;
  position: relative;
  left: 100px;
  top: -15px;
}

.text-col {
  align-items: center;
  display: flex;
  position: relative;
}

.text-col > div:last-of-type {
  width: 65%;
  margin-left: 30px;
}

.text-col > div:last-of-type img:first-of-type {
  margin-bottom: 50px;
}

.image-col {
  position: relative;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.tool-one {
  position: absolute;
  top: 35px;
  right: 0;
}

.tool-one img,
.tool-three img {
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.tool-two {
  position: absolute;
  top: -150px;
  right: -60px;
}

.tool-three {
  position: absolute;
  top: 50%;
  left: 45%;
}

.tooltip-icon {
  background: transparent;
  border: none;
}

.tooltip .arrow {
  display: none;
}

.tooltip.show {
  opacity: 1;
  z-index: 100000000000;
}

.tooltip-inner {
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
  border-radius: 7px;
  color: #959494;
  max-width: 300px;
  text-align: left;
}

.tooltip-inner div {
  padding: 20px;
}

.tooltip-inner div p {
  margin-bottom: 0;
}

.text-col h2 {
  font-size: 40px;
  color: #598f94;
}

.background-img {
  background-image: url("/wp-content/uploads/2021/05/left-background.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.text-image-alt .text-col h2 {
  color: #54752b;
}

.thankyou {
  margin-bottom: 0;
}

.sig {
  margin-bottom: 0;
  position: relative;
  left: -30px;
  top: -30px;
}

.promise {
  margin-left: 50px;
  margin-right: 50px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(
    180deg,
    rgba(251, 251, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(251, 251, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(251, 251, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-bottom: 50px;
  padding: 100px;
  margin-top: 50px;
}

.sustain {
  display: flex;
  flex-wrap: wrap;
}

.sustain div {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 40px;
}

.sustain div:nth-of-type(2n) {
  padding-right: 0;
}

.sustain div:nth-child(1) h3,
.sustain div:nth-child(4) h3 {
  color: #54752b;
}

.sustain div:nth-child(1) p a {
  border-bottom: 2px solid #54752b;
  color: #54752b;
}

.promise h2 span {
  font-family: "beloved-script", sans-serif;
  color: #54752b;
  font-size: 80px;
  line-height: 30px;
  font-weight: lighter;
  position: relative;
  left: 50px;
  top: -15px;
}

.promise h2 span img {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 80%;
}

footer .col.space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address {
  text-align: center;
  background: #959494;
  padding: 10px;
  margin-top: 30px;
}

.page-template-landing .address p {
  color: white !important;
}

.address p {
  color: white;
  margin-bottom: 0;
  text-align: center;
}

.address .col {
  justify-content: center;
}

footer .col.space > div:first-of-type p {
  margin-right: 10px;
}

footer .col.space > div {
  display: flex;
  width: 33%;
}

footer .col.space > div:nth-child(1),
footer .col.space > div:nth-child(3) {
  width: 33%;
}

footer .col.space > div:last-child {
  justify-content: flex-end;
}

footer .container .row:last-of-type p,
footer .container .row:last-of-type a {
  font-family: prestige-elite-std, monospace;
  font-weight: 700;
  font-style: normal;
  color: #598f94;
}

.hyphen {
  display: flex;
  flex-direction: column;
}

.hyphen img {
  width: 100%;
}

.mob-col,
footer .col.space .mob-footer {
  display: none;
}

.footer-logo {
  text-align: center;
  justify-content: center;
}

/* -- HEADER -- */

.navbar {
  padding: 0;
}

.navbar-collapse {
  align-items: flex-start;
  background-image: url("/wp-content/uploads/2021/05/Wave-Part.svg");
  background-repeat: repeat-x;
  background-position: center;
}

.navbar-expand-xl .navbar-nav:last-of-type {
  justify-content: flex-end;
}

.navbar-nav {
  width: 41.5%;
  height: 90px;
  align-items: center;
  position: relative;
}

.navbar-brand {
  margin-right: 0;
  width: 17%;
  text-align: center;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.navbar-nav .socials {
  margin-right: 8px;
}

.nav-link {
  display: flex;
  align-items: center;
  color: #598f94;
  transition: 0.3s ease-in-out;
}
.nav-link:hover {
  color: #54752b;
}

.nav-link[href="mailto:feedback@seaearth.co.uk"] {
  color: #54752b;
}
.nav-link[href="mailto:feedback@seaearth.co.uk"]:hover {
  color: #598f94;
}

.nav-link > img {
  margin-right: 10px;
}

.nav-item.dropper {
  position: relative;
}

.nav-item.dropped {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.3s ease-in-out;
  display: none;
  background-color: white;
  -moz-box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.show-drop {
  display: list-item !important;
}

/* -- HOME -- */

.allergy-title {
  text-align: center;
  margin-bottom: 60px;
}

.promise .allergy-title h2 span {
  left: 0;
  top: 0;
}

.allergies {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.allergy-info {
  text-align: center;
  margin-top: 50px;
}

.allergies div {
  width: 20%;
  margin: 20px 0;
  text-align: center;
  padding: 0 20px;
}

.allergies div h4 {
  font-size: 20px;
}

.feel-hungry {
  text-align: right;
  margin-top: 10px;
  color: #598f94;
}

a {
  text-decoration: none;
}

.feel-hungry a {
  color: #598f94;
}

.green {
  color: #54752b;
}

.download-app {
  position: absolute;
  top: 0;
  right: 0;
  align-items: baseline;
  z-index: 1000000;
  justify-content: flex-end;
  display: flex;
}

.app-store {
  /* margin: 0 10px; */
}

.download-app div {
  max-width: min-content;
}

.download-app div div {
  display: flex;
  flex-wrap: wrap;
}

.download-app div div a {
  /* width: 50%; */
  margin: 5px 0;
}

.download-app div p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 5px;
}

#opening-times h2 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

#opening-times h2 span {
  font-family: "beloved-script", sans-serif;
  color: #54752b;
  font-size: 70px;
  line-height: 32px;
  font-weight: lighter;
  position: relative;
  left: 15px;
  top: 10px;
}

#opening-times h2 span img {
  position: absolute;
  top: 75%;
  left: 0;
  width: 80%;
}

.opening-times {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 100px;
  margin-right: 100px;
}

.opening-times.christmas {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	justify-items: center;
}

.opening-times.christmas div {
	width: auto;
}

.opening-times div {
  text-align: center;
  width: 14.2%;
}

.opening-times div p:first-of-type {
  font-size: 20px;
  margin-bottom: 0;
}

.opening-times div p:last-of-type {
  /*   font-family: bicyclette, sans-serif; */
  font-weight: 400;
  font-style: normal;
  color: #587830;
  font-size: 14px;
}

.opening-times div:nth-of-type(1) p:last-of-type {
  color: #587830;
}

.opening-times div:nth-of-type(6) p:last-of-type,
.opening-times div:nth-of-type(7) p:last-of-type {
  color: #587830;
}

/* -- ABOUT -- */

.mob-app {
  display: none;
}

.page-template-about .tool-two {
  display: none;
}

.page-template-about .tool-three {
  top: 75%;
}

.page-template-about .promise {
  background-image: url("/wp-content/uploads/2021/05/left-background.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

#about-hero {
  text-align: center;
  background-image: url("/wp-content/uploads/2022/10/Our-Story.jpg");
  background-size: cover;
  background-position: center;
  min-height: 65vh;
  margin-top: -70px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  border-radius: 5px;
}

#about-hero .download-app {
  position: absolute;
  top: 30px;
  left: 20px;
  justify-content: flex-start;
  width: fit-content;
}

#about-hero .download-app div p {
  text-align: left;
  margin-left: 0;
  color: white;
  font-size: 10px;
}

#about-hero > p {
  background-image: url("/wp-content/uploads/2021/07/Discount-Wrapper-Bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 52px;
  width: fit-content;
  transform: rotate(3deg);
  position: absolute;
  top: 30px;
  right: 30px;
}

.about-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-hero h1 {
  color: white;
  font-size: 90px;
  text-shadow: -1px 0px 27px rgba(0, 0, 0, 0.49);
}

.about-hero img:first-of-type {
  margin-top: -10px;
  max-width: 100%;
}

.about-hero img:last-of-type {
  margin-top: 20px;
}

.text-image-alt .text-col .about-text h2,
.about-text a {
  color: #598f94;
  line-height: 34px;
}

.text-col .about-text img:first-of-type {
  margin-bottom: 0 !important;
}

.text-col .about-text img:last-of-type {
  margin-top: 30px;
}

#certified {
  margin: 50px 0 100px 0;
}

.certified {
  display: flex;
  align-items: center;
  width: 650px;
  float: right;
}

.certified p {
  margin-bottom: 0;
}

.certified img:last-of-type {
  margin: 0 15px;
}

.promise-tool {
  position: relative;
  height: 100%;
}

.tool-four {
  position: absolute;
  left: 0;
  bottom: 30%;
}

/* -- TEAM -- */

#team-hero {
  text-align: center;
  background-image: url("/wp-content/uploads/2021/07/Team-Hero.svg");
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  margin-top: -70px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  border-radius: 5px;
}

#team-hero > .hungry {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000000;
}

#team-hero .hungry img {
  position: absolute;
  right: -30px;
  top: 30px;
}

#team-hero .join-btn {
  background-color: #598f94;
  font-family: typewcond_regular;
  font-weight: 700;
  color: white;
  padding: 15px 50px;
  font-size: 24px;
  border: none;
  position: absolute;
  left: calc(50% - 91.5px);
  bottom: -20px;
}

.team-hero h1 {
  color: #598f94;
  font-size: 90px;
}

.team-hero img {
  margin-top: -10px;
  max-width: 100%;
}

#heros-section {
  margin-top: 75px;
  margin-bottom: 75px;
}

.heros-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.heros-text {
  width: 35%;
}

.heros-text p:last-of-type {
  margin-top: 50px;
  margin-bottom: 0;
}

.heros-text a {
  position: relative;
}

.heros-text a img {
  position: absolute;
  left: -6px;
  top: 150%;
  width: 115%;
}

.heros-images {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.member-box {
  width: 48%;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.member-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-box div {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.member-box div p {
  margin-bottom: 0;
  color: white;
  font-family: "beloved-script", sans-serif;
  font-weight: lighter;
  font-size: 40px;
  margin-top: -25px;
}

.member-box div h3 {
  color: white;
  margin-bottom: 0;
}

.page-template-team .promise {
  margin-left: 0;
  margin-right: 0;
  background: none;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.page-template-team .promise h2 {
  font-size: 45px;
}

.page-template-team .promise h2 span {
  font-size: 55px;
  top: -20px;
}

.page-template-team .promise h2 span img {
  right: initial;
  bottom: 35px;
  left: 10%;
  width: 60%;
}

/* -- APPLY -- */

#apply-hero {
  text-align: center;
  background-image: url("/wp-content/uploads/2021/07/Team-Hero.svg");
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  margin-top: -70px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  border-radius: 5px;
}

#apply-hero .hungry {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000000;
}

#apply-hero .hungry img {
  position: absolute;
  right: -15px;
  top: 30px;
}

/* -- PROMISE -- */

#promise-hero {
  text-align: center;
  background-image: url("/wp-content/uploads/2022/07/Our-Promise-Banner.jpg");
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  margin-top: -70px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  border-radius: 5px;
}

#promise-hero > .hungry {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000000;
}

#promise-hero > .hungry a,
#promise-hero > .hungry a span {
  color: white;
}

#promise-hero .hungry img {
  position: absolute;
  right: -30px;
  top: 30px;
}

.promise-hero h1 {
  color: white;
  font-size: 90px;
}

.promise-hero img {
  margin-top: -10px;
  max-width: 100%;
}

#process-section {
  margin-top: 100px;
  margin-bottom: 50px;
}

.process-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.process-mob {
  display: none;
}

.process-text {
  width: 35%;
}

.process-text p:last-of-type {
  margin-top: 50px;
  margin-bottom: 0;
}

.process-text a {
  position: relative;
}

.process-text a img {
  position: absolute;
  left: -6px;
  top: 150%;
  width: 115%;
}

.promise-slider {
  width: 60%;
}

.promise-box {
  padding: 50px;
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(
    135deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(219, 219, 219, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(219, 219, 219, 1) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
}

.owl-promise
  .owl-stage
  .owl-item:nth-of-type(2n - 1)
  .promise-box
  p:first-of-type,
.owl-promise .owl-stage .owl-item:nth-of-type(2n - 1) .promise-box h3 {
  color: #54752b;
}

.owl-promise .owl-stage .owl-item:nth-of-type(2n) .promise-box p:first-of-type,
.owl-promise .owl-stage .owl-item:nth-of-type(2n) .promise-box h3 {
  color: #598f94;
}

.promise-box p:first-of-type {
  margin-bottom: 0;
  font-family: "beloved-script", sans-serif;
  font-weight: lighter;
  font-size: 40px;
}

.owl-theme.owl-promise .owl-nav {
  margin-top: 0;
  width: fit-content;
  position: absolute;
  right: 0;
  top: -40px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-theme.owl-promise .owl-nav button.owl-next {
  margin: 0;
  margin-left: 10px;
}

.owl-theme.owl-promise .owl-nav button.owl-prev {
  margin: 0;
  margin-right: 10px;
}

#promise-cards {
  margin-top: 100px;
  margin-bottom: 100px;
}

.promise-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promise-cards div div div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 120px;
}

.promise-sea {
  width: 50%;
  height: 500px;
  background-color: #598f94;
  color: white;
  padding: 75px;
  display: flex;
  align-items: center;
  transform: rotate(-3deg);
}

.promise-sea h3,
.promise-sea p {
  color: white;
}

.promise-sea h3 {
  white-space: nowrap;
  position: relative;
}

.promise-sea h3 span {
  position: absolute;
  right: 0%;
  bottom: -60px;
  margin-bottom: 0;
  font-family: "beloved-script", sans-serif;
  font-weight: lighter;
  font-size: 70px;
}

.promise-sea h3 span img {
  position: absolute;
  width: 95%;
  top: 70%;
}

.promise-earth {
  width: 47%;
  height: 400px;
  background-color: #54752b;
  color: white;
  padding: 75px;
  display: flex;
  align-items: center;
  transform: rotate(2deg);
}

.promise-earth div div > img {
  max-width: 115px;
}

.promise-earth h3,
.promise-earth p {
  color: white;
}

.promise-earth h3 {
  white-space: nowrap;
  position: relative;
}

.promise-earth h3 span {
  position: absolute;
  left: 60%;
  bottom: -60px;
  margin-bottom: 0;
  font-family: "beloved-script", sans-serif;
  font-weight: lighter;
  font-size: 70px;
}

.promise-earth h3 span img {
  position: absolute;
  width: 95%;
  top: 70%;
}

.page-template-promise .promise {
  margin-left: 0;
  margin-right: 0;
  background: none;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.page-template-promise .promise h2 {
  font-size: 45px;
}

.page-template-promise .promise h2 span {
  font-size: 55px;
  top: -20px;
}

.page-template-promise .promise h2 span img {
  right: initial;
  bottom: 40px;
  left: 10%;
  width: 60%;
}

/* -- MENU -- */

.hungry a {
  margin-bottom: 0;
  color: #54752b;
}

.hungry a span {
  color: #598f94;
}

#menu-hero {
  margin-top: -50px;
  margin-bottom: 100px;
  position: relative;
}

#menu-hero .hungry {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

#menu-hero img {
  margin-top: 50px;
}

/* -- GALLERY -- */

#gallery-hero {
  position: relative;
  background-image: url("/wp-content/uploads/2021/07/Gallery-Curves.svg");
  background-size: 102%;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 85px;
}

#gallery-hero .hungry {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1000000;
}

#gallery-hero .hungry img {
  position: absolute;
  right: -30px;
  top: 30px;
}

.gallery {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery-text {
  width: 35%;
  background-image: url("/wp-content/uploads/2021/05/left-background.svg");
  background-repeat: no-repeat;
  background-position: center 38vh;
  position: relative;
}

.gallery-text h1 span {
  font-family: "beloved-script", sans-serif;
  color: #54752b;
  font-size: 80px;
  line-height: 30px;
  font-weight: lighter;
  position: relative;
  left: 100px;
  top: -15px;
}

.gallery-text h1 span img {
  position: absolute;
  bottom: 53px;
  right: 35%;
  width: 55%;
}

.gallery-text .btn-blue {
	background-color: #598f94;
    font-family: typewcond_regular;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: white;
    border: none;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    position: relative;
    border-radius: 4px;
	margin-bottom: 1rem;
}

.gallery-text .hungry-text {
  color: #598f94;
  position: absolute;
  left: 0;
  top: 50%;
}

.gallery-images {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery-images a {
  margin-bottom: 15px;
  max-width: 32%;
}

.gallery-images a img {
  max-width: 100%;
}

/* -- CONTACT -- */

.contact-text {
  background: rgb(243, 244, 245);
  background: -moz-linear-gradient(
    0deg,
    rgba(243, 244, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(243, 244, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(243, 244, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 50px;
  padding-top: 0;
}

.contact-text > div a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #959494;
}

.contact-text > div a img {
  margin-right: 10px;
}

.contact-text > div a span {
  font-family: "beloved-script", sans-serif;
  font-size: 35px;
  margin-bottom: -2px;
}

.contact-text > div a span:first-of-type {
  margin-right: 5px;
}

.contact-text > div a span:last-of-type {
  margin-left: 5px;
}

.contact-text > img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.contact-text > p {
  margin-bottom: 20px;
}

.contact-text > a {
  font-size: 20px;
  color: #598f94;
}

.contact-map {
  padding: 50px;
  padding-top: 0;
}

.contact-map h2 {
  color: #54752b;
  margin-bottom: 50px;
}

.contact-map iframe {
  border-radius: 30px;
}

#contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-info {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.contact-info h2 {
  margin-bottom: 40px;
}

.contact-info a {
  margin: 10px 0;
  color: #959494;
}

.contact-form {
  display: flex;
}

.contact-form-box {
  width: 75%;
}

.contact-form-box h2 {
  color: #54752b;
}

.form-name label,
.form-email label,
.form-number label,
.form-subject label,
.form-text label,
.form-offers h4,
.form-upload label {
  display: none;
}

.form-name input,
.form-email input,
.form-number input,
.form-subject input,
.form-text textarea,
.form-upload input {
  width: 100%;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 20px;
  border: none;
  background-color: #f9f9fa;
}

.form-name input::placeholder,
.form-email input::placeholder,
.form-number input::placeholder,
.form-subject input::placeholder,
.form-text textarea::placeholder,
.form-subject select option::placeholder {
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
}

.forminator-response-message,
.forminator-error-message {
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #959494;
}

.form-offers label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #959494;

  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.form-offers label input {
  margin-right: 10px;
}

.form-send {
  /* width: fit-content; */
  position: absolute;
  right: 15px;
  top: calc(100% - 44px);
  padding: 15px;
  font-family: typewcond_regular;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  background-color: #54752b;
  color: white;
  border: none;
}

.forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row:not(:last-child) {
  margin-bottom: 15px !important;
}

/* -- FOOTER -- */

footer .socials {
  margin-right: 0;
}

footer > div:first-of-type {
  margin-top: 100px;
  margin-bottom: 100px;
}

footer > div:first-of-type .row:first-of-type {
  padding-top: 100px;
  background-image: url("/wp-content/uploads/2021/07/Footer-Strip.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

footer > div:first-of-type .row:nth-of-type(2) {
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
}

.footer-links > div:last-of-type {
  width: 45%;
  text-align: right;
}

.footer-links a {
  color: #959494;
  transition: 0.3s ease-in-out;
}
.footer-links a:hover {
  color: #54752b;
}

.footer-links p {
  color: #598f94;
}

.footer-links p > span {
  color: #54752b;
}

.footer-links p > span span {
  position: relative;
}

.footer-links p > span span img {
  position: absolute;
  top: 115%;
  width: 70%;
  left: 10%;
}

/* -- RESPONSIVE -- */

@media screen and (min-width: 1900px) {
  .tool-two {
    position: absolute;
    top: -150px;
    right: -100px;
  }
  .gallery-text {
    background-position: center 40vh;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1440px) {
}

/* -- Extra Large Screens -- */

@media screen and (max-width: 1200px) {
  .tool-two {
    position: absolute;
    top: -120px;
    right: -60px;
  }
  .tool-two img {
    width: 200px;
  }
  .background-img {
    background-image: none;
  }
  .menu-soon img {
    margin-right: 10px;
  }
  .text-image h2 span {
    left: 0px;
    top: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    justify-content: center;
    padding: 0.5rem 1rem !important;
    margin: 0 8px !important;
  }
  .navbar-nav .nav-item.dropper:last-of-type > a,
  .navbar-nav .nav-item.dropper:last-of-type > div > a > span {
    display: none;
  }
  .navbar-nav .nav-item.dropper:last-of-type > div > a:first-of-type:after {
    content: "Contact Nottingham";
  }
  .navbar-nav .nav-item.dropper:last-of-type > div > a:last-of-type:after {
    content: "Contact Loughborough";
  }
  .navbar-nav {
    height: auto;
    width: 100%;
  }
  .navbar-collapse {
    background-image: none;
    background-color: white;
  }
  .navbar-brand {
    width: 50%;
    text-align: center;
  }
  .socials {
    margin-right: 0;
    width: 25%;
    justify-content: flex-end;
  }
  .nav-item.dropped {
    position: static;
    display: block !important;
    box-shadow: none;
  }
  .nav-item.dropped img {
    display: none;
  }
  .mob-social {
    display: flex;
  }
  .mob-toggle {
    width: 25%;
  }
  .hero {
    margin-top: -70px;
  }
}

@media screen and (max-width: 1112px) {
  .tool-two {
    position: absolute;
    top: -120px;
    right: -60px;
  }
  .tool-two img {
    width: 200px;
  }
  .navbar-nav .socials {
    display: none;
  }
  .promise h2 span {
    left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .tool-two {
    position: absolute;
    top: -100px;
    right: 0;
    width: 200px;
  }
  .tool-two img {
    width: 100%;
  }
  .promise {
    padding: 100px 50px;
  }
  .promise h2 span {
    left: 0;
  }
  .sustain div h3 {
    font-size: 22px;
  }
  .footer-logo img {
    width: 200px;
  }
  .slogan h5 {
    font-size: 14px;
  }
  .menu-soon img {
    margin-right: 10px;
  }
  header {
    padding-top: 0;
  }
  #about-hero,
  #promise-hero,
  #team-hero {
    height: 45vh;
    min-height: 45vh;
  }
  #promise-hero .hungry img,
  #team-hero > .hungry img,
  #apply-hero .hungry img {
    display: none;
  }
  #promise-hero > .hungry,
  #team-hero > .hungry,
  #apply-hero .hungry {
    width: 35%;
    text-align: right;
  }
  .promise-box {
    padding: 50px 30px;
  }
}

/* -- Large Screens -- */

@media screen and (max-width: 992px) {
  .text-col {
    margin-top: 50px;
  }
  .logo-row {
    margin-top: -50px;
  }
  .mob-col {
    display: block;
    padding-top: 15px;
  }
  .reverse-row {
    position: relative;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .promise h2 span img {
    display: none;
  }
  .mob-opening {
    display: block;
    margin-top: 0 !important;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .point-col div p {
    font-size: 14px;
  }
  .tool-three {
    position: absolute;
    top: 100%;
    left: 97%;
    transform: translate(-45%, -50%);
  }
  footer .col.space div:nth-child(1),
  footer .col.space div:nth-child(3) {
    width: 100%;
  }
  footer .col.space div {
    display: flex;
    justify-content: center;
  }
  footer .col.space div:nth-child(3) {
    justify-content: center;
    margin-top: 10px;
  }
  .footer-logo {
    margin: 15px 0;
  }
  .head-col,
  footer .col.space div:nth-child(1) {
    display: none;
  }
  .mob-col .slogan {
    width: 100%;
    justify-content: center;
  }
  .mob-col .menu-soon {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }
  footer .col.space .mob-footer {
    display: block;
    text-align: center;
  }
  footer .col.space {
    flex-direction: column;
  }
  footer .col.space > div:last-child {
    justify-content: center;
  }
  footer .col.space div {
    width: 100%;
  }
  .hero p {
    margin: 40px auto 20px auto;
  }
  .page-template-about .promise {
    background-image: none;
  }
  .process-text p:last-of-type {
    margin-bottom: 25px;
  }
  .promise-cards {
    display: block;
  }
  .promise-sea {
    width: 100%;
    margin-bottom: 50px;
  }
  .promise-earth {
    width: 100%;
  }
  .contact-map {
    padding: 50px 0px;
    padding-top: 0;
    margin-top: 30px;
  }
  .form-send {
    position: static;
  }
  #contact-form {
    margin-top: 50px;
  }
  .opening-times div p:first-of-type {
    font-size: 16px;
  }
  .text-image .text-col > div:last-of-type {
    margin-top: 100px;
  }
  .order-online {
    margin-bottom: 20px;
  }
  #menu-hero {
    margin-top: 0;
  }
  #menu-hero .hungry {
    position: static;
    text-align: center;
  }
  #menu-hero img {
    margin-top: 0;
  }
  .gallery-text .hungry-text {
    position: static;
  }
  .desk-app {
    display: none;
  }
  .mob-app {
    display: block;
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
  .download-app div {
    max-width: 100%;
  }
  .download-app div div {
    max-width: 100%;
    justify-content: flex-start;
  }
  .download-app div p {
    text-align: start;
    margin-bottom: 10px;
  }
  #about-hero {
    flex-direction: column;
    justify-content: center;
  }
  #about-hero > p {
    position: static;
  }
  .allergies div {
    width: 33%;
  }
  .download-app div div a {
    margin: 5px 10px;
  }
}

/* -- Tablet Screens -- */

@media screen and (max-width: 768px) {
  .point-col div {
    margin: 0 5px;
  }
  .reverse-row {
    margin-top: 100px;
  }
  .hero img {
    margin-top: -10px;
    max-width: 100%;
  }
  .text-col {
    flex-direction: column;
  }
  .download-app {
    position: static;
  }
  .text-col > div:last-of-type {
    width: 100%;
    margin-left: 0;
  }
	
	.opening-times.christmas {
		grid-template-columns: 1fr 1fr;
	}
  .opening-times,
  .footer-links {
    flex-wrap: wrap;
  }
  .opening-times div {
    width: 33%;
  }
  .footer-links > div:last-of-type {
    width: 50%;
    text-align: left;
  }
  .footer-links > div {
    width: 50%;
    margin-bottom: 30px;
  }
  #about-hero {
    margin-left: 15px;
    margin-right: 15px;
    min-height: 50vh;
  }
  #about-hero .download-app {
    left: 15px;
  }
  .certified {
    width: 100%;
  }
  .gallery-text {
    width: 100%;
  }
  .gallery-images {
    margin-top: 20px;
    width: 100%;
  }
  .gallery-text .hungry-text {
    position: static;
  }
  .contact-form {
    flex-wrap: wrap;
  }
  .contact-info,
  .contact-form-box {
    width: 100%;
  }
  .contact-form-box {
    margin-top: 20px;
  }
  #gallery-hero .hungry img {
    display: none;
  }
}

/* -- Phones Screens -- */

@media screen and (max-width: 767px) {
  .process-text p:last-of-type {
    margin-bottom: 0;
  }
  .process-mob {
    display: block;
  }
  .col-12:not(.process-mob) .process-text a,
  .col-12:not(.process-mob) .process-text p:last-of-type {
    display: none;
  }
  .opening-times {
    margin-right: 0;
    margin-left: 0;
  }
  .download-app p {
    line-height: 14px !important;
  }
  .download-app p br {
    display: none;
  }
  header {
    margin-left: 15px;
    margin-right: 15px;
  }
  .opening-times div {
    width: 50%;
  }
  .point-col div:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hero h1 {
    color: white;
    font-size: 65px;
    text-shadow: -1px 0px 27px rgba(0, 0, 0, 0.49);
    line-height: 55px;
  }
  .point-col {
    display: block;
  }
  .point-col div:nth-of-type(even) {
    display: none;
  }
  .text-image {
    margin-top: 50px;
  }
  .promise {
    padding: 75px 15px 30px 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .sustain div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .hero {
    background-position-x: 68%;
    /*     background-image: url("/wp-content/uploads/2021/06/SeaEarth-Banner-ImageMobile.jpg"); */
  }
  .hero,
  .logo-row {
    margin-top: -50px;
  }
  .logo {
    width: 150px;
  }
  .mob-col .slogan img {
    width: 150px;
  }
  .mob-col .slogan h5 span img {
    display: none;
  }
  .tool-three {
    left: 90%;
  }
  .menu-soon img {
    margin-right: 0;
  }
  .text-col > div:last-of-type {
    width: 90%;
  }
  .text-image h2 span {
    left: 0;
  }
  footer .col.space div:last-child {
    margin-top: 20px;
  }
  footer p,
  footer a {
    margin-bottom: 0;
  }
  /* .download-app {
    display: block;
  } */
  .app-store {
    margin: 0 10px 0 0;
  }
  .download-app div div {
    margin: 10px 0;
  }
  .feel-hungry {
    text-align: left;
  }
  .footer-links > div {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-links > div:last-of-type {
    width: 100%;
    text-align: center;
  }
  footer > div:first-of-type .row:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer > div:first-of-type .row:first-of-type {
    padding-top: 50px;
  }
  footer > div:first-of-type {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .download-app div p {
    margin-left: 0;
  }
  .about-hero h1 {
    font-size: 50px;
  }
  #about-hero {
    height: auto;
    min-height: auto;
    flex-direction: column;
    padding: 75px 15px 125px 15px;
    margin-top: -50px;
  }
  #about-hero > p {
    position: static;
  }
  .certified {
    display: block;
  }
  .certified p {
    margin-top: 10px;
  }
  .tool-four,
  .tool-three,
  .promise-sea h3 span img,
  .promise-earth h3 span img,
  #gallery-hero .hungry img {
    display: none;
  }
  #promise-hero,
  #team-hero,
  #apply-hero {
    height: auto;
    min-height: auto;
    flex-direction: column;
    padding: 75px 15px 125px 15px;
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .promise-hero h1,
  .team-hero h1 {
    font-size: 56px;
  }
  #promise-hero > .hungry,
  #team-hero > .hungry,
  #gallery-hero .hungry,
  #apply-hero .hungry {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .process-text,
  .heros-text,
  .contact-info {
    width: 100%;
  }
  .promise-slider,
  .heros-images {
    width: 100%;
    margin-top: 40px;
  }
  .promise-sea,
  .promise-earth {
    padding: 30px 20px;
    height: auto;
  }
  .promise-sea h3 span,
  .promise-earth h3 span {
    position: static;
    margin-left: 15px;
  }
  .promise-cards div div div {
    height: auto;
    flex-direction: column;
  }
  .page-template-promise .promise,
  #heros-section,
  #menu-hero,
  .contact-text > img {
    margin-bottom: 50px;
  }
  #process-section {
    margin-top: 10px;
  }
  .page-template-team .promise {
    margin-bottom: 0;
  }
  #menu-hero,
  #menu-hero img {
    margin-top: 0;
  }
  #menu-hero .hungry {
    position: static;
    text-align: center;
  }
  .gallery {
    margin-top: 20px;
  }
  .gallery-text {
    background-image: none;
  }
  .contact-text {
    padding: 30px 15px;
  }
  .contact-map {
    padding: 0 15px;
    padding-top: 0;
    margin-top: 30px;
  }
  .contact-form {
    display: block;
  }
  .contact-form-box {
    width: 100%;
    margin-top: 30px;
  }
  .form-send {
    position: static;
  }
  #contact-form {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .allergies div {
    width: 50%;
  }
  /* .socials a:first-of-type {
    margin-right: 0;
  } */
  .mob-col .menu-soon {
    margin-bottom: 20px;
  }
  .download-app {
    display: none;
  }
  .reverse-row {
    margin-top: 50px;
  }
}

/* -- Small Phones Screens -- */

@media screen and (max-width: 320px) {
  .text-image h2 span {
    left: 0;
    font-size: 60px;
  }
  .text-col > div:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  .logo-row {
    margin-top: -35px;
  }
  .mob-col {
    text-align: center;
  }
  .hero {
    padding: 50px 0;
  }
  .allergies div {
    width: 100%;
  }
  .download-app p {
    margin-right: 0;
  }
  .tooltip.show {
    width: 250px;
  }
}
