@charset "UTF-8";
@font-face {
  font-family: "GR";
  src: url("/wp-content/themes/html5blank-stable/fonts/NewGroteskRoundFIVE.eot");
  src: local("☺"), url("/wp-content/themes/html5blank-stable/fonts/NewGroteskRoundFIVE.woff") format("woff"), url("/wp-content/themes/html5blank-stable/fonts/NewGroteskRoundFIVE.ttf") format("truetype"), url("/wp-content/themes/html5blank-stable/fonts/NewGroteskRoundFIVE.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: local("/wp-content/themes/html5blank-stable/fonts/Brandon Grotesque Thin"), local("Brandon-Grotesque-Thin"), url("/wp-content/themes/html5blank-stable/fonts/BrandonGrotesque-Thin.woff2") format("woff2"), url("/wp-content/themes/html5blank-stable/fonts/BrandonGrotesque-Thin.woff") format("woff"), url("/wp-content/themes/html5blank-stable/fonts/BrandonGrotesque-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
.btn {
  border-radius: 0px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "GR", "Sans-Serif";
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.btn-outline-dark-grey:hover {
  background-color: #f5f5f5;
  color: #fff;
}

.btn-outline-grey {
  background-color: transparent;
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.btn-outline-grey:hover {
  background-color: #f5f5f5;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-brown {
  background-color: transparent;
  border: 1px solid #51270C;
  color: #51270C;
}
.btn-outline-brown:hover {
  background-color: #51270C;
  color: #fff;
}

.btn-outline-orange {
  background-color: transparent;
  border: 1px solid #FBAB49;
  color: #FBAB49;
}
.btn-outline-orange:hover {
  background-color: #FBAB49;
  color: #fff;
}

.btn-outline-blue {
  background-color: transparent;
  border: 1px solid #557CF1;
  color: #557CF1;
}
.btn-outline-blue:hover {
  background-color: #557CF1;
  color: #fff;
}

.btn-outline-dark-orange {
  background-color: transparent;
  border: 1px solid #F96958;
  color: #F96958;
}
.btn-outline-dark-orange:hover {
  background-color: #F96958;
  color: #fff;
}

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #99C167;
  color: #99C167;
}
.btn-outline-green:hover {
  background-color: #99C167;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-dark-grey {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: gainsboro;
  color: #fff;
  border: 1px solid gainsboro;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

.btn-grey {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #fff;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:disabled {
  background-color: gainsboro;
  color: #fff;
  border: 1px solid gainsboro;
}
.btn-grey:focus, .btn-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-brown {
  background-color: #51270C;
  border: 1px solid #51270C;
  color: #fff;
}
.btn-brown:hover, .btn-brown:active, .btn-brown:focus, .btn-brown:disabled {
  background-color: #251205;
  color: #fff;
  border: 1px solid #251205;
}
.btn-brown:focus, .btn-brown:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(81, 39, 12, 0.5);
}

.btn-orange {
  background-color: #FBAB49;
  border: 1px solid #FBAB49;
  color: #fff;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:disabled {
  background-color: #fa9417;
  color: #fff;
  border: 1px solid #fa9417;
}
.btn-orange:focus, .btn-orange:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(251, 171, 73, 0.5);
}

.btn-blue {
  background-color: #557CF1;
  border: 1px solid #557CF1;
  color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:disabled {
  background-color: #2658ed;
  color: #fff;
  border: 1px solid #2658ed;
}
.btn-blue:focus, .btn-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(85, 124, 241, 0.5);
}

.btn-dark-orange {
  background-color: #F96958;
  border: 1px solid #F96958;
  color: #fff;
}
.btn-dark-orange:hover, .btn-dark-orange:active, .btn-dark-orange:focus, .btn-dark-orange:disabled {
  background-color: #f73d27;
  color: #fff;
  border: 1px solid #f73d27;
}
.btn-dark-orange:focus, .btn-dark-orange:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(249, 105, 88, 0.5);
}

.btn-green {
  background-color: #99C167;
  border: 1px solid #99C167;
  color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:disabled {
  background-color: #80ae47;
  color: #fff;
  border: 1px solid #80ae47;
}
.btn-green:focus, .btn-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(153, 193, 103, 0.5);
}

.btn-brown {
  border: 2px solid #51270C !important;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-brown:hover {
  background-color: transparent;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 600;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 600;
}
.text-black a:hover {
  color: black;
}

.text-dark-grey {
  color: #f5f5f5 !important;
}
.text-dark-grey a {
  color: #f5f5f5;
  font-weight: 600;
}
.text-dark-grey a:hover {
  color: gainsboro;
}

.text-grey {
  color: #f5f5f5 !important;
}
.text-grey a {
  color: #f5f5f5;
  font-weight: 600;
}
.text-grey a:hover {
  color: gainsboro;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 600;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-brown {
  color: #51270C !important;
}
.text-brown a {
  color: #51270C;
  font-weight: 600;
}
.text-brown a:hover {
  color: #251205;
}

.text-orange {
  color: #FBAB49 !important;
}
.text-orange a {
  color: #FBAB49;
  font-weight: 600;
}
.text-orange a:hover {
  color: #fa9417;
}

.text-blue {
  color: #557CF1 !important;
}
.text-blue a {
  color: #557CF1;
  font-weight: 600;
}
.text-blue a:hover {
  color: #2658ed;
}

.text-dark-orange {
  color: #F96958 !important;
}
.text-dark-orange a {
  color: #F96958;
  font-weight: 600;
}
.text-dark-orange a:hover {
  color: #f73d27;
}

.text-green {
  color: #99C167 !important;
}
.text-green a {
  color: #99C167;
  font-weight: 600;
}
.text-green a:hover {
  color: #80ae47;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-dark-grey {
  background-color: #f5f5f5;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #fff;
}

.bg-brown {
  background-color: #51270C;
}

.bg-orange {
  background-color: #FBAB49;
}

.bg-blue {
  background-color: #557CF1;
}

.bg-dark-orange {
  background-color: #F96958;
}

.bg-green {
  background-color: #99C167;
}

.map {
  min-height: 500px;
  width: 100%;
}

.faqs {
  --icon-color: #fff;
}
.faqs.blue {
  --icon-color: #fff;
}
.faqs .faq {
  padding-bottom: 0.5rem;
}
.faqs .faq:nth-child(odd) {
  background-color: #F96958;
}
.faqs .faq:nth-child(even) {
  background-color: #99C167;
}
.faqs .faq .question {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faqs .faq .question:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f056";
  color: var(--icon-color);
  margin-left: auto;
  padding-left: 10px;
}
.faqs .faq .question.collapsed::after {
  content: "\f055";
}
.faqs .faq .answer iframe {
  max-width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

form {
  margin: 0;
}
form h5 {
  color: #51270C;
}
form p {
  margin: 0;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: rgba(193, 172, 159, 0.2);
  color: #51270C;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 15px;
  padding-top: 0.2rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #51270C !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #51270C !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #51270C !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #51270C !important;
}

input[type=submit] {
  width: 35%;
  border: none;
  box-shadow: none;
  background-color: #51270C;
  color: #fff;
  height: 55px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  border: 2px solid #51270C;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  padding-top: 5px;
  font-family: "GR", "Sans-Serif";
}
@media screen and (max-width: 991px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover {
  background-color: transparent;
}

.contactpageForm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "GR", "Sans-Serif";
  color: #fff;
  font-size: 16px;
}

.contactpageForm textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 100px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "GR", "Sans-Serif";
  padding-top: 15px;
}

.contactpageForm input[type=submit] {
  width: 100%;
}

.contactpageForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}

.contactpageForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

.contactpageForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}

.contactpageForm :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.contactpageForm .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
}
.contactpageForm .wpcf7-list-item-label span a {
  color: #fff !important;
  text-decoration: underline;
}
.contactpageForm .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #f5f5f5;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #000;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 14px;
  color: #51270C;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #51270C;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas-end {
  border: none;
  width: 70%;
}
@media screen and (max-width: 700px) {
  .offcanvas-end {
    width: 100%;
  }
}
.offcanvas-end .offcanvas-header {
  padding: 3rem 3rem 6rem 3rem;
}
@media screen and (max-width: 400px) {
  .offcanvas-end .offcanvas-header {
    padding: 2rem 1.5rem 4rem 1.5rem;
  }
}
.offcanvas-end .offcanvas-header .logo img {
  width: 180px;
}
.offcanvas-end .offcanvas-header button {
  border: none;
  background: transparent;
}
.offcanvas-end .offcanvas-header button i {
  font-size: 25px;
  color: #51270C;
  vertical-align: middle;
}
.offcanvas-end .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 400px) {
  .offcanvas-end .offcanvas-body {
    padding: 0 1.5rem;
  }
}
.offcanvas-end .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas-end .offcanvas-body nav ul li {
  margin-bottom: 1.5rem;
  list-style: none;
}
.offcanvas-end .offcanvas-body nav ul li a {
  font-size: 22px;
  text-transform: uppercase;
  color: #51270C;
  font-family: "GR", "Sans-Serif";
}
.offcanvas-end .offcanvas-body nav ul li a:hover {
  color: #F96958;
}
.offcanvas-end .offcanvas-body nav ul li.current-menu-item a {
  color: #F96958;
}

header#navbar.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all ease 2s;
  -webkit-box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 410px) {
  header#navbar.scrolled {
    padding: 0.6rem 0;
  }
}
header#navbar.scrolled .logo img {
  width: 140px;
  transition: all ease 2s;
}
@media screen and (max-width: 410px) {
  header#navbar.scrolled .logo img {
    width: 120px;
  }
}
header#navbar.scrolled .rightContent {
  transition: all ease 2s;
}
header#navbar.scrolled .rightContent nav ul li {
  line-height: 100px;
  transition: all ease 2s;
}
header#navbar.scrolled .rightContent .nutShell img {
  width: 65px;
  transition: all ease 2s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  header {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 410px) {
  header {
    padding: 0.8rem 0;
  }
}
header .logo img {
  width: 180px;
  transition: all ease 2s;
}
@media screen and (max-width: 410px) {
  header .logo img {
    width: 140px;
  }
}
header .rightContent {
  margin-left: auto;
}
header .rightContent nav {
  display: inline-block;
  transition: all ease 2s;
}
@media screen and (max-width: 991px) {
  header .rightContent nav {
    display: none;
  }
}
header .rightContent nav ul {
  margin: 0;
}
header .rightContent nav ul li {
  display: inline-block;
  line-height: 173px;
  margin-left: 40px;
  transition: all ease 2s;
}
header .rightContent nav ul li a {
  font-size: 22px;
  text-transform: uppercase;
  color: #51270C;
  font-family: "GR", "Sans-Serif";
}
header .rightContent nav ul li a:hover {
  color: #F96958;
}
header .rightContent nav ul li.current-menu-item a {
  color: #F96958;
}
header .rightContent ul.sub-menu {
  z-index: 99999999;
  position: absolute;
  background-color: #fff;
  margin-left: 0px !important;
  margin-top: 0px;
  display: none;
  text-align: left;
  color: #fff;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  width: max-content;
}
header .rightContent ul.sub-menu li {
  display: block !important;
  margin: 0 !important;
  line-height: 0px !important;
  padding: 0rem;
  margin-left: 0 !important;
}
header .rightContent ul.sub-menu li:last-child {
  border-bottom: none !important;
}
header .rightContent ul.sub-menu li:last-child a {
  text-decoration: none;
}
header .rightContent ul.sub-menu li:hover {
  background-color: #fff;
  color: #F96958 !important;
  border-bottom: none;
  text-shadow: none;
  border-radius: 0px;
}
header .rightContent ul.sub-menu li:hover a {
  color: #F96958 !important;
  border-bottom: none;
  text-shadow: none;
}
header .rightContent ul.sub-menu li a {
  color: #51270C !important;
  width: 100%;
  display: block;
  padding: 0.5rem 1rem !important;
  line-height: 25px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "GR", "Sans-Serif";
  text-align: left;
  border-radius: 0px;
  text-decoration: none;
  text-underline-offset: 17px;
}
header .rightContent ul.sub-menu li a:before {
  height: 0px;
}
header .rightContent ul.sub-menu li a:after {
  display: none;
}
header .rightContent .nav ul li:hover > ul {
  display: block;
}
header .rightContent .site-header ul.menu ul li.current-menu-item > a {
  background-color: #fff !important;
  color: #F96958 !important;
  text-shadow: none;
  text-decoration: none;
}
header .rightContent input::placeholder {
  overflow: visible;
}
header .rightContent ul.sub-menu .current-menu-item a {
  background-color: #fff !important;
  color: #F96958 !important;
  text-shadow: none;
  text-decoration: none;
}
header .rightContent ul.sub-menu .current-menu-item:after {
  display: none !important;
}
header .rightContent header nav ul.sub-menu li a:hover::after, header .rightContent header nav ul.sub-menu li.current-menu-item a::after {
  display: none;
}
header .rightContent .burgerMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .rightContent .burgerMenu {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  header .rightContent .burgerMenu {
    margin-left: 10px;
  }
}
header .rightContent .burgerMenu button {
  border: none;
  background: transparent;
}
header .rightContent .burgerMenu button i {
  font-size: 25px;
  color: #51270C;
  vertical-align: middle;
}
header .rightContent .nutShell {
  display: inline-block;
  margin-left: 30px;
  transition: all ease 2s;
}
@media screen and (max-width: 1199px) {
  header .rightContent .nutShell {
    margin-left: 15px;
  }
}
@media screen and (max-width: 410px) {
  header .rightContent .nutShell {
    display: none;
  }
}
header .rightContent .nutShell img {
  width: 90px;
  transition: all ease 2s;
}
header .rightContent .socialMedia {
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  header .rightContent .socialMedia {
    margin-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  header .rightContent .socialMedia {
    margin-left: 0;
  }
}
header .rightContent .socialMedia i {
  font-size: 20px;
  color: #51270C;
}

@media screen and (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer .copyright {
  font-size: 15px;
}
footer a {
  color: #51270C;
}
footer a:hover {
  color: #F96958 !important;
}
footer .socialMedia i.fab.fa-facebook {
  margin-left: 8px;
  margin-right: 8px;
}
footer .socialMedia i {
  font-size: 20px;
  color: #51270C;
}
footer .nutshell {
  margin-top: -7.1rem;
  z-index: 999;
  position: sticky;
}
@media screen and (max-width: 991px) {
  footer .nutshell {
    margin-top: 0;
    position: inherit;
  }
}
footer .nutshell img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  footer .nutshell img {
    width: 80px;
  }
}
footer .footerLogo img {
  width: 100%;
  margin-top: 4rem !important;
  margin-bottom: 3.5rem !important;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  footer .footerLogo img {
    width: 180px;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
  }
}

body {
  font-family: "Brandon Grotesque", "Sans-Serif";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: calc(1.26875rem + 0.225vw);
  color: #51270C;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.4375rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: black;
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

h1,
.h1 {
  font-family: "GR", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.425rem + 2.1vw);
  line-height: calc(1.425rem + 2.1vw);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 3rem;
  }
}

h2,
.h2 {
  font-family: "GR", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.4375rem + 2.25vw);
  line-height: calc(1.46875rem + 2.625vw);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 3.4375rem;
  }
}

h3,
.h3 {
  font-family: "GR", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.40625rem + 1.875vw);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2.8125rem;
  }
}

h4,
.h4 {
  font-family: "GR", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.3rem + 0.6vw);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 1.75rem;
  }
}

h5,
.h5 {
  font-family: "GR", "Sans-Serif";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.5625rem;
  }
}

h6,
.h6 {
  font-family: "GR", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.325rem + 0.9vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 2rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #f5f5f5;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #f5f5f5;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

main {
  margin-top: 173px;
}
@media screen and (max-width: 991px) {
  main {
    margin-top: 142px;
  }
}
@media screen and (max-width: 410px) {
  main {
    margin-top: 70px;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.page-id-19 .grecaptcha-badge {
  visibility: visible !important;
  bottom: 100px !important;
}

.modal-content .modal-header {
  padding-bottom: 0;
}
.modal-content .modal-header button {
  border: none;
  background: transparent;
}
.modal-content .modal-header button i {
  font-size: 25px;
  color: #51270C;
  vertical-align: middle;
}
.modal-content .modal-body {
  padding: 0 2.5rem 2rem 2.5rem;
}
.modal-content .modal-body .mainHeading {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 1rem;
}
.modal-content .modal-body .border-left {
  padding-left: 39px;
  border-left: 1px solid #51270C !important;
}
.modal-content .modal-body h6 {
  margin-bottom: 1rem;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1px;
}
.modal-content .modal-body .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.modal-content .modal-body .table td, .modal-content .modal-body .table th {
  padding: 0 !important;
  color: #51270C !important;
  font-family: "GR" !important;
  font-size: 16px !important;
}
.modal-content .modal-body .table td:first-child {
  width: 43%;
}
.modal-content .modal-body #modalRole {
  border-bottom: 1px solid #51270C;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
.modal-content .modal-body #modalRole p {
  margin: 0;
}

section {
  position: relative;
}
section#banner #slider h6 {
  margin-bottom: 0.2rem;
  color: #51270C;
}
section#banner #slider h2, section#banner #slider h1 {
  color: #fff;
  font-size: 70px;
  line-height: 75px;
}
section#banner #slider p {
  color: #fff;
  margin-bottom: 0;
}
section#products .text {
  width: 60%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  section#products .text {
    width: 100%;
  }
}
section#testimonialSection .heading i {
  font-size: 50px;
}
section#testimonialSection #testimonial .owl-dots {
  display: none;
}
section#instagram i {
  font-size: 30px;
  color: #51270C;
  margin-right: 10px;
}
section#recipes .recipe a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section#recipes img {
  aspect-ratio: 16/14;
  object-fit: cover;
}
section#recipes p {
  font-size: 28px;
  line-height: 33px;
  border-top: 1px solid #51270C;
  border-bottom: 1px solid #51270C;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: auto;
}
section#recipeBanner img {
  width: 100%;
}
section#recipeSingle h5 {
  letter-spacing: 1px;
}
section#recipeSingle ul {
  margin: 0;
  padding-left: 17px;
  margin-bottom: 2rem;
}
section#recipeSingle ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
section#subBanner img {
  width: 100%;
}
section#products .product img {
  width: 80%;
  margin: 0 auto;
  display: block;
  transform-origin: 65% 75%;
  transition: transform 0.5s, filter 0.3s ease-out;
}
section#products .product img:hover {
  transform: scale(1.05);
}
section#products .product h3 {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section#products .product h3:hover {
  color: #51270C !important;
}
section#almond .heading p {
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#almond .heading p {
    width: 100%;
  }
}
section#almond .product img {
  width: 80%;
  margin: 0 auto;
  display: block;
  transform-origin: 65% 75%;
  transition: transform 0.5s, filter 0.3s ease-out;
}
section#almond .product img:hover {
  transform: scale(1.05);
}
section#almond .product h3 {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section#almond .product h3:hover {
  color: #51270C !important;
}
section#almond .owl-dots {
  margin-top: 4rem;
}
section#almond .readMore {
  cursor: pointer;
}
section#terms h3 {
  margin-top: 3rem;
}
section#terms h3:first-child {
  margin-top: 0;
}
section#terms ul {
  padding: 0;
  padding-left: 17px;
}
section#terms ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
section#terms ol {
  padding: 0;
  padding-left: 17px;
}
section#terms ol li {
  margin-bottom: 0.5rem;
}
section#terms a {
  color: #51270C;
  text-decoration: underline;
  text-underline-offset: 5px;
}
section#terms a:hover {
  color: #F96958;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

/*# sourceMappingURL=style.css.map */
