:root {
  --olive: #86754d;
  --azure: #dbefec;
  --white: white;
  --black: black;
  --putty: #b7c7c7;
  --light-slate-grey: #859595;
  --dark-magenta: #942b7b;
  --bodybackground: #e9f8f6;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: #86754d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raisin des sables, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 84px;
}

h2 {
  color: #86754d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raisin des sables, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 37px;
}

h3 {
  color: #86754d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #86754d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: #859595;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
}

a {
  text-decoration: underline;
}

label {
  color: #859595;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.logo {
  width: 300px;
  height: 125px;
  float: none;
  display: inline-block;
}

.navmenu {
  height: 125px;
  float: none;
  margin-top: 1px;
  display: block;
}

.navcontainer {
  text-align: center;
}

.navbar {
  height: 170px;
  background-color: #dbefec;
}

.navlink {
  color: rgba(134, 117, 77, .99);
  letter-spacing: 1px;
  margin-top: 45px;
  padding: 20px 13px;
  font-family: Raisin des sables, sans-serif;
  font-size: 30px;
  font-weight: 400;
  transition: color .6s;
  position: relative;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
}

.navlink:hover {
  color: #942b7b;
}

.navlink.w--current {
  color: #859595;
}

.navlogo {
  margin-top: 2px;
}

.brand {
  display: none;
}

.body {
  background-color: #ebf3f2;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.navseparator {
  display: block;
  position: relative;
  top: 37px;
  left: 0;
  right: 0;
}

.section {
  padding-top: 10px;
}

.formborder {
  border: 2px solid #86754d;
  border-radius: 3px;
}

.formborder.freetext {
  height: 225px;
}

.formborder.halfsize {
  width: 49%;
  float: left;
}

.formborder.halfsize.right {
  float: right;
}

.formbutton {
  width: 150px;
  color: #86754d;
  background-color: #dbefec;
  border: 1px solid #86754d;
  transition: all .5s;
}

.formbutton:hover {
  color: #942b7b;
  background-color: #dbefec;
}

.formbutton.clear {
  float: left;
  clear: left;
}

.contact-icon {
  float: left;
  margin-right: 11px;
}

.links1 {
  color: var(--olive);
  font-style: italic;
  text-decoration: none;
}

.footer {
  background-color: #859595;
  padding-bottom: 40px;
}

.heading-3 {
  font-weight: 400;
}

.linkrow {
  margin-top: 21px;
  margin-bottom: 21px;
}

.linkcolumndiv {
  width: 200px;
  height: 200px;
  background-image: url('../images/columnbackground.png');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #86754d;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linkcolumnparatop {
  text-align: center;
  letter-spacing: 6px;
  margin-top: 31px;
  font-weight: 100;
}

.linkcolumnparabottom {
  color: #86754d;
  text-align: center;
  font-family: Raisin des sables, sans-serif;
  font-size: 63px;
  line-height: 60px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.herosection {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.herosection.hidehero {
  display: none;
}

.herocont {
  height: 550px;
  background-image: url('../images/hero2-copy.jpg');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.dropcap {
  width: 35px;
  height: 35px;
  float: left;
  color: #86754d;
  text-align: center;
  background-color: #dbefec;
  border-radius: 25px;
  margin-top: 0;
  margin-right: 6px;
  padding-top: 10px;
  padding-right: 4px;
  font-family: Great Vibes, cursive;
  font-size: 26px;
  display: block;
}

.normalsection {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.dropdowntoggle {
  padding: 0;
}

.dropdowntext {
  color: #86754d;
}

.dropdowntext:hover {
  color: #942b7b;
}

.dropdown-list {
  background-color: #dbefec;
  padding-top: 16px;
}

.dropdownlisttext {
  color: #86754d;
  font-size: 24px;
}

.dropdownlisttext:hover {
  color: #942b7b;
}

.dropdownlisttext.w--current {
  color: #859595;
}

.galleryheader {
  height: 60px;
  background-color: #dbefec;
  padding-top: 0;
}

.galleryheadertext {
  color: #86754d;
  text-align: center;
  letter-spacing: 3px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.gallerybutton {
  width: 200px;
  color: #86754d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #86754d;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  display: block;
  position: relative;
  top: 10px;
}

.gallerylinkwrapper {
  width: 480px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flavourh1 {
  color: #86754d;
  letter-spacing: 6px;
  font-family: Lato, sans-serif;
  font-size: 41px;
  font-weight: 300;
  line-height: 50px;
}

.flavourwrapper {
  background-color: #dbefec;
  border: 3px solid #86754d;
  border-radius: 10px;
  display: block;
}

.flavourwrapper.flavour {
  height: 215px;
}

.flavourh3 {
  color: #86754d;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 8px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.flavourh3.test {
  font-size: 18px;
}

.flavourh3.small-text {
  font-size: 20px;
}

.flavourh3.welcomescript {
  margin-top: 63px;
  margin-bottom: 38px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
}

.flavourpara {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
}

.flavourcolumns {
  clear: left;
  display: block;
}

.flavourcolumns.hide {
  display: none;
}

.flavourimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.flavourcol1 {
  margin-bottom: 15px;
}

.faqtoggle {
  width: 100%;
  color: #859595;
  padding-left: 0;
}

.faqtoggle.w--open {
  padding-left: 0;
}

.faqdrop {
  width: 100%;
  position: static;
}

.faqanswer {
  color: #859595;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.faqanswerlink {
  color: #56a399;
  font-size: 16px;
  position: relative;
}

.cakedetailimage {
  width: 90%;
  display: block;
}

.previouslink {
  color: #859595;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  text-decoration: none;
}

.nextlink {
  float: right;
  color: #859595;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  text-decoration: none;
}

.cakedetaillinkbar {
  margin-top: 20px;
  display: none;
}

.cakedescriptionwrapper {
  background-color: #dbefec;
  border: 3px solid #86754d;
  border-radius: 10px;
  margin-top: 0;
  padding-bottom: 57px;
  display: block;
  position: relative;
}

.cakedescriptionwrapper.landscape {
  margin-top: 17px;
}

.gallerylinkblock {
  width: 100%;
  text-decoration: none;
}

.gallerylinkimage {
  width: 100%;
}

.gallerylinktext {
  text-align: center;
  background-color: #dbefec;
  font-size: 14px;
  line-height: 20px;
}

.cakedescriptionsideimagewrapper {
  margin-top: 17px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cakedescriptionsideimage {
  margin-bottom: 6px;
}

.feedbackwrapper {
  width: 80%;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.testcol2 {
  padding-bottom: 57px;
}

.testimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimagelink {
  width: 150px;
  height: 150px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linktext {
  color: #424e4e;
  font-style: italic;
  text-decoration: none;
}

.celebrationcakeimage {
  width: 100%;
}

.footerpara {
  color: #c2c2c2;
}

.contacticon {
  float: left;
  margin-right: 11px;
}

.footerlink {
  float: left;
  clear: left;
  color: #c2c2c2;
  font-size: 16px;
  text-decoration: none;
}

.footerlink.copyright {
  margin-top: 25px;
}

.footerlink.copyright.footercentre {
  width: 100%;
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footercol {
  margin-top: 1px;
  padding-top: 12px;
}

.footersocialicon {
  width: 30px;
  height: 30px;
}

.sociallinkblock {
  margin-right: 15px;
}

.tandcdiv {
  margin-top: 20px;
}

.whitewedimage {
  float: left;
  clear: left;
  text-align: left;
  display: block;
}

.whitewedimage.right {
  float: left;
  clear: none;
}

.whitewedimage.right.footerimagecentre {
  width: 180px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.campaignbody {
  background-color: #dbefec;
}

.campaignlogo {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.campaigndiv {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.campaignformtext {
  width: 350px;
}

.campaignpara {
  margin-top: 17px;
  margin-bottom: 11px;
  margin-left: 9px;
  font-size: 16px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 15px;
}

.heading-5 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.heading-5.offer {
  color: #f80206;
  display: none;
  overflow: hidden;
}

.newsbutton {
  width: 200px;
  color: #86754d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #86754d;
  border-radius: 5px;
  margin: 0 auto 31px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  display: none;
}

.favourimage {
  margin-top: 19px;
  margin-bottom: 0;
}

.maillistok {
  float: left;
}

.checkit {
  float: left;
  clear: left;
}

.corona {
  font-size: 18px;
}

.coronahide {
  display: none;
}

.image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns90 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 47px;
  padding-right: 47px;
  display: block;
}

.footerdiv {
  width: 70%;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.desserttables {
  margin-top: 36px;
  display: none;
}

.homepagecolumn {
  margin-top: 50px;
  display: block;
}

.centretext {
  text-align: center;
}

.aboutsharoncol2 {
  padding-left: 10px;
  padding-right: 10px;
}

.sectionbar {
  background-color: var(--azure);
}

.sectionbarimage {
  width: 150px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fullcontainer {
  padding-left: 9px;
  padding-right: 10px;
}

.realweddingimage {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider {
  width: auto;
  height: auto;
}

.favourlayoutcolumn {
  margin-top: 48px;
}

.favourlayoutcolumn.hide {
  display: none;
}

.shopframe {
  width: 100%;
  overflow: visible;
}

.container-2 {
  object-fit: contain;
  overflow: auto;
}

.cakedetaillinkbar-copy {
  margin-top: 20px;
}

.column, .column-2, .column-3, .column-4 {
  display: none;
}

.columns, .columns.contactform {
  display: block;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-6, .paragraph-3 {
  display: none;
}

.imagecentre {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divfull {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 5px;
    font-size: 70px;
    line-height: 70px;
  }

  .logo {
    display: none;
  }

  .navmenu {
    z-index: 1000;
    width: 300px;
    height: auto;
    background-color: #dbefec;
    position: fixed;
    top: 116px;
  }

  .navcontainer {
    position: static;
  }

  .navbar {
    z-index: 599;
    height: 120px;
    position: static;
  }

  .navlink {
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .navlogo {
    width: 100px;
    margin-top: 9px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
  }

  .menu-button.w--open {
    background-color: #dbefec;
  }

  .brand {
    display: block;
  }

  .topline {
    width: 40px;
    height: 3px;
    background-color: #86754d;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
  }

  .middleline {
    width: 40px;
    height: 3px;
    background-color: #86754d;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
  }

  .bottomline {
    width: 40px;
    height: 3px;
    background-color: #86754d;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
  }

  .navseparator {
    z-index: 600;
    position: relative;
    top: 27px;
    bottom: 0;
  }

  .herosection {
    margin-top: 5px;
  }

  .herocont {
    height: 475px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .gallerylinkwrapper {
    width: 350px;
  }

  .flavourh1 {
    font-size: 40px;
    line-height: 50px;
  }

  .flavourwrapper.flavour {
    height: 250px;
  }

  .flavourcolumns {
    margin-bottom: 0;
  }

  .whitewedimage.right {
    float: right;
    margin-left: -32px;
  }

  .favourimage {
    margin-top: 19px;
  }

  .columns90 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .slider {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  p {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    height: 75px;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navlogo {
    width: 60px;
  }

  .navseparator {
    top: 12px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contactcont, .contactcol1, .contactcol2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .linkcolumnparatop {
    font-size: 12px;
    line-height: 15px;
  }

  .linkcolumnparabottom {
    font-size: 38px;
    line-height: 30px;
  }

  .herocont {
    height: 300px;
  }

  .galleryheader {
    width: 480px;
    margin-bottom: 0;
  }

  .galleryheader.bottom {
    margin-bottom: 13px;
  }

  .gallerylinkwrapper {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flavourh1 {
    letter-spacing: 4px;
    font-size: 35px;
    line-height: 40px;
  }

  .flavourwrapper.flavour {
    height: 210px;
  }

  .flavourh3.test {
    margin-top: 9px;
    margin-bottom: 0;
  }

  .flavourpara.test {
    font-size: 14px;
  }

  .cakedetailimage {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .previouslink, .nextlink {
    font-size: 16px;
  }

  .cakedetaillinkbar {
    padding: 0 12px;
  }

  .testimage {
    margin-top: 16px;
  }

  .container {
    padding-left: 7px;
    padding-right: 7px;
  }

  .whitewedimage.right {
    margin-left: 14px;
  }

  .favourimage {
    margin-right: 15px;
  }

  .columns90 {
    padding-left: 18px;
    padding-right: 16px;
  }

  .div-block-2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .cakedetaillinkbar-copy {
    padding: 0 12px;
  }
}

@media screen and (max-width: 479px) {
  .navmenu {
    width: 260px;
    padding-top: 8px;
  }

  .navbar {
    height: 70px;
  }

  .navlink {
    font-size: 25px;
  }

  .navlogo {
    width: 50px;
  }

  .navseparator {
    top: 8px;
  }

  .formborder.halfsize {
    width: 100%;
  }

  .linkcolumndiv {
    margin-bottom: 20px;
  }

  .herocont {
    height: 175px;
  }

  .galleryheader, .gallerylinkwrapper {
    width: 300px;
  }

  .flavourh1 {
    letter-spacing: 3px;
    font-size: 26px;
    line-height: 33px;
  }

  .flavourwrapper.flavour {
    height: 280px;
  }

  .flavourh3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flavourh3.test {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .flavourpara {
    margin-top: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .flavourimage {
    bottom: 10px;
    left: 0;
    right: 0;
  }

  .tandcdiv {
    padding-left: 0;
  }

  .whitewedimage {
    margin-left: 40px;
  }

  .whitewedimage.right {
    float: left;
    margin-left: 40px;
  }

  .columns90 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .footerdiv {
    width: 100%;
  }

  .slider {
    width: auto;
    height: auto;
  }
}


@font-face {
  font-family: 'Raisin des sables';
  src: url('../fonts/Raisin-des-Sables.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}