/*
Theme Name: Kossoffs Custom 
Theme URI: https://kossoffs.com/
Description: Custom Template for Kossoffs Bakery
Author: Robert Pentha
Author URI: http://www.pentha.co.nz
*/
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #606060;
  width: 100%;
  overflow-x: hidden;
}

/*General type stuff */
ul {
  list-style: none;
}

h1 {
  font-size: 42px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  line-height: 50px;
}

h1, h2, h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #606060;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2em;
}

h1, h2 {
  font-weight: 400;
}

p, a {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

.innertext {
  max-width: 820px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

/* BUTTONS */
.mainbutton {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5em;
  display: inline-block;
  border: 1px solid #d6b154;
  color: grey;
  padding: 8px 30px 6px;
  margin-top: 5px;
}

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

/*Preloader*/
.preloaderone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: #01273E;
  z-index: 10000;
}

.preloadimage {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 140px;
  padding-bottom: 30px;
}

.longline {
  width: 140px;
  height: 1px;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -70px;
  margin-top: 20px;
}

.longline span {
  position: absolute;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #FEDD00;
}

/*

NAVIGATION

*/
.navbar {
  position: relative;
  margin: 0 auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}

.logo {
  width: 275px;
  height: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 100;
}

.logo img {
  width: 100%;
  height: auto;
}

.mainheader {
  width: 100%;
  height: 120px;
  background-color: #01273E;
  /* color: white; */
  padding-top: 23px;
}

.mainnavinner {
  position: relative;
  margin: 0 auto;
}

.mainnavinner li {
  display: inline-block;
  /* color: white; */
}

.mainnavinner ul {
  display: flex;
  gap: 20px;
}

.mainnavinner a {
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  position: relative;
}

.mainnavinner a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 50%;
  height: 1px;
  width: 0%;
  background-color: #f9f3e4;
  transition: all 0.25s ease;
}

@media screen and (min-width: 800px) {
  .mainnavinner a:hover::after {
    width: 93%;
    left: 2%;
  }
}
/* Hide burger */
#burger {
  display: none;
  position: absolute;
  width: 30px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 9990;
}

#burger span {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #FFF;
  width: 100%;
}

#burger span:nth-child(2) {
  top: 6px;
}

#burger span:nth-child(3) {
  top: 12px;
}

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

.smallcart {
  position: absolute;
  width: 13px;
  height: 14px;
  top: 73px;
  right: 70px;
}

.home .smallcart {
  width: 17px;
  height: 17px;
}

.smallcart > svg {
  width: 100%;
  height: auto;
}

/* homepage */
/*

Heomrepeater

*/
.innerepeat {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 70% 1fr;
  padding: 80px 20px;
  align-items: center;
}

.homerepeater:nth-child(2n+2) .innerepeat {
  grid-template-columns: 1fr 70%;
  padding: 80px 20px;
}

.homerepeater {
  background-color: #ececec;
}

.homerepeater:nth-child(2n+2) {
  background-color: #ffffff;
}

.alignedimage {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}

.maintextbox {
  background-color: white;
  max-width: 600px;
  padding: 60px 40px;
  margin-left: -100px;
  z-index: 10;
  position: relative;
  width: calc(100% + 100px);
}

.homerepeater:nth-child(2n+2) .maintextbox {
  margin-right: -100px;
  margin-left: auto;
}

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

.bighero {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  overflow: hidden;
}

.bighero .fullimage {
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}

.outstory {
  background-color: #ececec;
}

.innerstory {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 70% 1fr;
  padding: 80px 20px;
  align-items: center;
}

.innerstory > div {
  position: relative;
}

.storyimage {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}

.storybox {
  background-color: white;
  max-width: 600px;
  padding: 60px 40px;
  margin-left: -100px;
  z-index: 10;
  position: relative;
  width: calc(100% + 100px);
}

.catering .storybox {
  margin-right: -100px;
  margin-left: auto;
}

.innercatering {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 70%;
  padding: 80px 20px;
  align-items: center;
}

.innercatering > div {
  position: relative;
}

.careers {
  margin: 0px auto 80px;
}

.lastfooter {
  background-color: #4b5662;
}

.footercolumns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 20px;
  color: white;
}

.footercolumns h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.5em;
  color: #F5E7C6;
  opacity: 0.5;
  border-bottom: 1px solid #928a74;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.aboutfooter img {
  width: 170px;
  height: auto;
  margin-bottom: 15px;
}

.sitecredit {
  margin-bottom: 0;
  padding-bottom: 15px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.75;
}

.footercolumns a {
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.footercolumns .aboutfooter a {
  text-transform: none;
  text-decoration: underline;
}

/*

ABOUT section

*/
.outstorysecond {
  background-color: #ececec;
}

.outstorysecond .storybox {
  margin-right: -100px;
  margin-left: auto;
}

/*

Team About

*/
.innerteam {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 80px auto 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 0 20px 80px;
}

.singleteam {
  position: relative;
  width: 100%;
}

.imageteam {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 120%;
  margin-bottom: 20px;
}

.imageteam .fullimg {
  -o-object-position: top;
     object-position: top;
}

.singleteam h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.singleteam h4 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.teamline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  opacity: 0.5;
  margin: 20px 0;
}

.singleteam p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}

.teammain {
  background-color: #ececec;
}

.centerheader {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 80px 20px 0px;
}

/*

Timeline

*/
/* Hide empty timeline*/
.timespacer {
  width: 200px;
  height: 200px;
}

.innertimeline {
  position: relative;
  width: 100%;
  max-width: 1126px;
  padding: 220px 20px 80px;
  margin: 0 auto;
}

.timeimager {
  width: 200px;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.timeimager img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.innertimeline h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 100%;
}

.timetext {
  display: inline-block;
  padding-right: 50%;
}

.timeblock {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -80px;
}

.timeblock > div {
  position: relative;
}

.lineone {
  width: calc(100% - 120px);
  height: 1px;
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #DDAF3F;
}

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

.timeblock:nth-child(2n+2) > div:nth-child(1) {
  text-align: right;
}

.timeblock:nth-child(2n+2) > div:nth-child(1) .timetext {
  padding-right: 0;
  padding-left: 50%;
}

.timeblock:nth-child(2n+2) > div:nth-child(1) .lineone {
  left: 0;
  right: auto;
}

.verticalline {
  background-color: #DDAF3F;
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(100% - 200px);
  top: 149px;
}

.decoline {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #DDAF3F;
  height: 1px;
}

.vertline1 {
  top: 132px;
  width: 43px;
}

.vertline2 {
  top: 140px;
  width: 86px;
}

.vertline3 {
  top: 148px;
  width: 136px;
}

/*

News and Events

*/
.newsholder {
  background-color: #ececec;
}

.innernews {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

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

.newsblock > div {
  position: relative;
}

.newratio {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}

.newsinfo {
  position: absolute;
  width: 65%;
  left: 0;
  background-color: white;
  padding: 40px 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.newsinfo h2 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

.newsinfo a {
  text-decoration: underline;
  color: #606060;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.newsblock:nth-child(2n+2) > div:nth-child(1) .newsinfo {
  right: 0;
  left: auto;
}

.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.newsheader {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 20px 40px;
}

.innersingelnews {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 80px 0 0 0;
  align-items: last baseline;
}

.newscontentone {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding: 20px 20px 20px 60px;
}

.page-template-template-careers .newscontentone {
  padding: 0px 20px 20px 60px;
}

.newscontentone p a {
  color: #01273E;
  text-decoration: underline;
}

.innersingelnews:nth-child(2n+2) {
  padding: 20px 0 80px 0;
  align-items: start;
}

.innersingelnews:nth-child(2n+2) > div:nth-child(1) {
  justify-self: end;
}

.secondimgnews {
  padding: 0 0 0 60px;
}

.single-news-and-events .newsinfo {
  left: auto;
  right: 0;
  background-color: #ececec;
}

/*

Caterring page

*/
.innersinglecatering {
  position: relative;
  width: 100%;
  padding: 60px 20px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.cateringintro {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.cateringmenu {
  max-width: 800px;
  position: relative;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  margin: 0px auto 80px;
}

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

.page-template-template-catering .singlenews {
  background-color: #ececec;
  padding-top: 40px;
}

.page-template-template-catering .innersingelnews {
  padding: 0;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  grid-template-columns: 1fr 42%;
}

.page-template-template-catering .newscontentone {
  max-width: 700px;
  padding: 60px 30px 60px 60px;
  background-color: white;
  margin-left: -40px;
  width: calc(100% + 40px);
}

.page-template-template-catering .newratio {
  padding-bottom: 75%;
}

.cateringsingleholder {
  background-color: #ececec;
}

.innercontact {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.innercontact > div {
  position: relative;
}

.innercontact > div:nth-child(1) {
  padding: 0 20px;
}

.contactimage {
  width: 100%;
  height: auto;
}

.contactbox {
  padding: 30px 0px;
  max-width: 400px;
  margin: 0 auto;
  border-top: 1px solid #F0C96B;
  border-bottom: 1px solid #F0C96B;
}

.contactbox p {
  font-size: 14px;
  line-height: 21px;
  padding-left: 20px;
  display: block;
  background-image: url(svg/house.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0px 6px;
}

.contactbox p.marker {
  background-image: url(svg/marker.svg);
  background-size: 12px;
  background-position: 0px 2px;
}

.contactbox p.email {
  background-image: url(svg/mail.svg);
}

.contactbox p.phone {
  background-image: url(svg/phone.svg);
  background-size: 11px;
  background-position: 2px 4px;
}

.contactbox a {
  color: #606060;
  text-decoration: underline;
}

.page-template-template-careers .innersingelnews {
  padding: 80px 0 120px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.menuitemone h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.menuitemone h2::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  width: 30px;
  margin-left: -15px;
  background-color: #F0C96B;
  bottom: -10px;
}

.menuitemone p {
  padding-top: 20px;
}

/*

Single Page

*/
.innersingelpage {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.innersingelpage h1 {
  font-size: 22px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
}

.innersingelpage h2 {
  margin-top: 40px;
  display: block;
}

/*

Timeline popup gallery

*/
.timelineslider {
  position: fixed;
  width: 100%;
  height: 0vh;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.backgroundslider {
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.imageplay {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(svg/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.timelinesliderblock {
  position: relative;
  width: 100%;
  height: 100vh;
}

.innerholdertime {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  max-width: 800px;
  left: 50%;
  height: 80vh;
  top: 10vh;
  transform: translate(-50%, 0);
}

.imageblocker {
  position: relative;
  width: 100%;
  height: 70vh;
}

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

.videoblocker {
  position: relative;
  width: 100%;
  height: auto;
}

.imageblocker img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.closebutton {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  z-index: 9999;
}

.descritionone {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}

.yearslide {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", sans-serif;
}

.flickity-button {
  background: none;
}

.flickity-button:hover {
  background: none;
  cursor: pointer;
}

/*


Hide Cart

*/
.smallcart {
  display: none;
}

/*

Additonal Section CAtering

*/
.pdfmenusdownload {
  background-color: #ececec;
}

.cateritemdl {
  position: relative;
}

.cateritemdl img {
  transition: all 0.3s ease;
}

.cateritemdl:hover img {
  opacity: 0.7;
}

.innersingledownloads {
  display: grid;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 80px 20px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cateritemdl h3 {
  padding: 20px 20px 20px;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1em;
  background-color: white;
  width: 100%;
  text-align: center;
}

/*

Fix box to align

*/
/*


MOBILE

*/
@media screen and (max-width: 800px) {
  .innersingledownloads {
    padding: 40px 20px 60px;
    grid-template-columns: 1fr;
  }
  body {
    font-size: 16px;
  }
  p.marker {
    margin-bottom: 40px;
  }
  p.house {
    margin-bottom: 40px;
  }
  .contactbox h1 {
    margin-bottom: 40px;
  }
  .storybox h2 {
    margin-top: 30px;
  }
  .innertext {
    margin: 80px auto 60px;
    text-align: left;
  }
  .page-template-template-about .introtext .innertext {
    margin: 0px auto 60px;
  }
  .timeimager, .timetext {
    width: 150px;
  }
  /* Hide empty timeline*/
  .timespacer {
    width: 150px;
    height: 100px;
  }
  .innertimeline h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .mainheader {
    height: 60px;
    padding-top: 20px;
  }
  .logo {
    width: 140px;
    height: 25px;
    position: absolute;
    left: 20px;
  }
  .navbar {
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 0%;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 50;
  }
  .smallcart {
    position: absolute;
    width: 13px;
    height: 14px;
    top: 16px;
    right: 80px;
    z-index: 100;
  }
  .home .smallcart {
    width: 15px;
    height: 15px;
  }
  #burger {
    display: block;
  }
  .mainnavinner {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #01273E;
    display: grid;
    place-content: center;
  }
  .mainnavinner ul {
    display: block;
    text-align: center;
  }
  .mainnavinner li {
    display: block;
    /* color: white; */
    margin-bottom: 20px;
  }
  .mainnavinner a {
    font-size: 16px;
    line-height: 24px;
  }
  .bighero {
    height: calc(50vh - 80px);
  }
  .homerepeater {
    background-color: #FFF;
  }
  .innerepeat {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    align-items: center;
    margin-bottom: 40px;
  }
  .maintextbox {
    padding: 20px 20px 40px 20px;
    background-color: white;
    max-width: 600px;
    padding: 20px;
    margin-left: 0;
    z-index: 10;
    position: relative;
    width: 100%;
  }
  .maintextbox h2 {
    margin-top: 30px;
  }
  .homerepeater:nth-child(2n+2) .innerepeat > div:nth-child(2) {
    grid-area: 2;
  }
  .homerepeater:nth-child(2n+2) .maintextbox {
    margin-right: 0px;
    margin-left: 0;
  }
  .homerepeater:nth-child(2n+2) .innerepeat {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .innerstory, .innercatering {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    align-items: center;
    margin-bottom: 40px;
  }
  .innercatering {
    margin-bottom: 0px;
  }
  .storybox {
    background-color: white;
    max-width: 600px;
    padding: 20px;
    margin-left: 0;
    z-index: 10;
    position: relative;
    width: 100%;
  }
  .catering .storybox {
    margin-right: 0px;
    margin-left: 0;
  }
  .footercolumns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .outstorysecond .storybox {
    margin-right: 0;
    margin-left: 0;
  }
  .home .storybox {
    padding: 20px 20px 40px 20px;
  }
  .timetext {
    display: inline-block;
    padding-right: 0%;
    margin-bottom: 100px;
  }
  .timeblock:nth-child(2n+2) > div:nth-child(1) .timetext {
    padding-right: 0;
    padding-left: 0;
  }
  .innersingelnews,
  .page-template-template-catering .innersingelnews {
    grid-template-columns: 1fr;
    padding: 0px 0 20px 0;
  }
  .page-template-template-catering .newscontentone {
    max-width: 700px;
    padding: 40px 20px 40px 30px;
    background-color: white;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-top: 20px;
  }
  .page-template-template-careers .newscontentone {
    padding: 40px 20px 20px 20px;
  }
  .contactbox p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
  }
  .page-template-template-catering .singlenews {
    background-color: #ececec;
    padding-top: 0px;
  }
  .archive #mainarea .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: 100%;
    gap: 40px 20px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
}/*# sourceMappingURL=style.css.map */