/*
@font-face {
	font-family:'Archer A'; font-style:normal; font-display:swap;
	font-weight:400; src:url('https://www.foodthinkers.com.au/images/Archer-Medium.otf') format('opentype');
}
@font-face {
	font-family:'Archer A'; font-style:normal; font-display:swap;
	font-weight:700; src:url('https://www.foodthinkers.com.au/images/Archer-Bold.otf') format('opentype');
}
*/
@font-face {
    font-family: 'gotham-book';
    src: url('css/font/GOTHAM-BOOK.woff');   
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('css/font/GOTHAM-MEDIUM.woff');   
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('css/font/GOTHAM-BOLD.woff');   
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-black';
    src: url('css/font/GOTHAM-Black.woff');   
    font-weight: 900;
    font-style: normal;
}


body,html ,h2 {font-family:'Archer A', 'Archer B', "Courier New", monos ;}
* {
  -webkit-box-sizing: border-box;
  -moz-sizing: border-box;
  box-sizing: border-box; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.nowrap {
  white-space: nowrap !important; }

.ctn {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  max-width: 1200px; }

.round {
  border-radius: 5px; }

.btn {
  padding: 10px 20px;
  font-size: 1em;
  border: 0;
  display: inline-block;
  text-align: center;
  border-width: 1px !important;
  border-style: solid !important;
  margin: 5px;
  font-weight: normal; }

.btn.btn-thin {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.btn.btn-wide { 
  padding-left: 30px !important;
  padding-right: 30px !important; }

.btn.btn-narrow {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.btn-sm {
  padding: 0 10px;
  font-size: 0.8em; }

.btn-rose {
  color: #ffffff;
  background-color: #8F1A53;
  border-color: #8F1A53; }

.btn-brown {
  color: #ffffff;
  background-color: #80501c;
  border-color: #80501c; }

.btn-dark-brown {
  color: #ffffff;
  background-color: #420F02;
  border-color: #420F02; }

.btn-blue {
  color: #ffffff;
  background-color: #1b3d75;
  border-color: #1b3d75; }

.btn-purple {
  color: #ffffff;
  background-color: #48283C;
  border-color: #48283C; }

.btn-yellow {
  color: #ffffff;
  background-color: #F2C63D;
  border-color: #F2C63D; }

.btn-orange2 {
  color: #ffffff;
  background-color: #c67029;
  border-color: #c67029; }

.btn-orange {
  color: #ffffff;
  background-color: #bb8025;
  border-color: #bb8025; }

.btn-white {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn-silver {
  color: #000;
  background-color: #c3c5c6;
  border-color: #c3c5c6; }

.btn-pink {
  color: #48283C;
  background-color: #e2afaf;
  border-color: #e2afaf; }

.btn-gold {
  color: #ffffff;
  background-color: #8b6f4b;
  border-color: #8b6f4b; }

.btn-black {
  color: #ffffff;
  background-color: #000;
  border-color: #000; }

.btn-border {
  background-color: transparent !important; }

.btn-rose.btn-border {
  border-color: #8F1A53;
  color: #8F1A53; }

.btn-brown.btn-border {
  border-color: #80501c;
  color: #80501c; }

.btn-dark-brown.btn-border {
  border-color: #420F02;
  color: #420F02; }

.btn-purple.btn-border {
  border-color: #48283C;
  color: #48283C; }

.btn-blue.btn-border {
  border-color: #1b3d75;
  color: #1b3d75; }

.btn-yellow.btn-border {
  border-color: #F2C63D;
  color: #F2C63D; }

.btn-orange2.btn-border {
  border-color: #c67029;
  color: #c67029; }

.btn-orange.btn-border {
  border-color: #bb8025;
  color: #bb8025; }

.btn-white.btn-border {
  border-color: #ffffff;
  color: #ffffff; }

.btn-silver.btn-border {
  border-color: #c3c5c6;
  color: #c3c5c6; }

.btn-black.btn-border {
  border-color: #000;
  color: #000; }

.btn-blue:hover {
  background-color: #ffffff !important;
  color: #1b3d75; }

.btn-blue.btn-border:hover {
  background-color: #1b3d75 !important;
  color: #ffffff; }

.btn-rose:hover {
  background-color: #ffffff !important;
  color: #8F1A53; }

.btn-rose.btn-border:hover {
  background-color: #8F1A53 !important;
  color: #ffffff; }

.btn-yellow:hover {
  background-color: #ffffff !important;
  color: #1b3d75;
  border-color: #1b3d75; }

.btn-orange2:hover {
  background-color: #ffffff !important;
  color: #c67029;
  border-color: #c67029; }

.btn-orange:hover {
  background-color: #ffffff !important;
  color: #bb8025;
  border-color: #bb8025; }

.btn-orange2.btn-border:hover {
  background-color: #c67029 !important;
  color: #ffffff;
  border-color: #c67029; }

.btn-orange.btn-border:hover {
  background-color: #bb8025 !important;
  color: #ffffff;
  border-color: #bb8025; }

.btn-brown:hover {
  background-color: #ffffff !important;
  color: #80501c;
  border-color: #80501c; }

.btn-silver:hover {
  background-color: transparent !important;
  color: #c3c5c6;
  border-color: #c3c5c6; }

.btn-white:hover {
  background-color: transparent !important;
  color: #ffffff;
  border-color: #ffffff; }

.btn-brown.btn-border:hover {
  background-color: #80501c !important;
  color: #ffffff; }

.btn-dark-brown:hover {
  color: #420F02;
  background-color: transparent;
  border-color: #420F02; }

.btn-dark-brown.btn-border:hover {
  color: #ffffff;
  background-color: #420F02 !important;
  border-color: #420F02; }

.btn-black:hover {
  background-color: #ffffff !important;
  color: #000;
  border-color: #000; }

.btn-black.btn-border:hover {
  background-color: #000 !important;
  color: #ffffff; }

.btn-pink:hover {
  background-color: transparent !important;
  color: #e2afaf; }

.btn-purple:hover {
  background-color: #ffffff !important;
  color: #48283C; }

.btn-purple.btn-border:hover {
  background-color: #48283C !important;
  color: #ffffff; }

.btn-gold:hover {
  color: #8b6f4b;
  background-color: transparent !important;
  border-color: #8b6f4b; }

.txt-rose {
  color: #8F1A53; }

.txt-black {
  color: #000; }

.txt-brown {
  color: #80501c; }

.txt-dark-brown {
  color: #420F02; }

.txt-blue {
  color: #1b3d75; }

.txt-purple {
  color: #48283C; }

.txt-yellow {
  color: #F2C63D; }

.txt-orange2 {
  color: #c67029; }

.txt-orange {
  color: #bb8025; }

.txt-white {
  color: #ffffff; }

.txt-silver {
  color: #c3c5c6; }

.txt-gray {
  color: #666666; }

.txt-large {
  font-size: 28px; }

.txt-medium {
  font-size: 25px; }

.txt-gold {
  color: #8b6f4b; }

.txt-domino {
  color: #96805e; }

.wid-150 {
  width: 150px; }

.wid-200 {
  width: 200px; }

.wid-250 {
  width: 250px; }

.wid-300 {
  width: 300px; }

.wid-350 {
  width: 350px; }

.wid-400 {
  width: 400px; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

.img-link {
  font-size: 0; }

.img-link a, .img-link img {
  display: inline-block; }

a {
  text-decoration: none;
  color: #48283C;
  font-weight: bold; }

a:hover {
  color: #000; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  margin-bottom: 0px;
  padding: 0; }

.terms li {
  margin-bottom: 0.3em; }
.terms ol, .terms ul {
  margin-left: 40px; }
.terms h1 {
  font-size: 30px;
  margin-bottom: 0.3em; }
.terms h2 {
  font-size: 24px;
  margin-bottom: 0.3em; }
.terms p {
  margin-bottom: 0.3em; }
.terms ul li {
  list-style: square; }
.terms table {
  border: 1px solid #000;
  padding: 3px; }
.terms td, .terms th {
  border: 1px solid #000;
  padding: 3px; }

.header-wrapper {
  position: relative; }

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8); }

.site-logo {
  float: left;
  padding: 8px 0; }

.site-logo img {
  width: 136px; }

.site-menu {
  float: right; }

.site-menu li {
  float: left;
  line-height: 50px;
  margin-left: 20px; }

.site-menu a {
  display: block; }

.site-menu li:first-child {
  margin-left: 0; }

.custom-social {
  font-size: 0; }

.itemid-101 .site-footer, .itemid-117 .site-footer,
.itemid-102 .site-footer {
  background-color: #48283C;
  color: #ffffff;
  padding: 50px 0; }

.itemid-101 .site-footer a, .itemid-117 .site-footer a,
.itemid-102 .site-footer a {
  color: #ffffff; }

.site-footer a {
  color: #48283C; }

.site-footer {
  background-color: #ffffff;
  color: #48283C;
  padding: 50px 0; }

.footer-logo {
  float: left; }

.footer-logo .img-logo {
  display: block; }

.footer-social {
  float: right; }

.social-links {
  display: inline-block; }

.social-links ul {
  margin: 0 auto;
  font-size: 0; }

.social-links li {
  display: block;
  float: left; }

.itemid-101 .social-links a.fa, .itemid-117 .social-links a.fa,
.itemid-102 .social-links a.fa {
  color: #48283C;
  background-color: #ffffff;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: block;
  margin-left: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center; }

.social-links a.fa {
  color: #ffffff;
  background-color: #48283C;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: block;
  margin-left: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center; }

.itemid-101 .food-thinkers,
.itemid-117 .food-thinkers,
.itemid-102 .food-thinkers {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0 20px;
  color: #48283C;
  vertical-align: top;
  font-size: 20px; }

.food-thinkers {
  display: inline-block;
  border: 1px solid #48283C;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0 20px;
  color: #48283C;
  vertical-align: top;
  font-size: 20px; }

.itemid-101 .food-thinkers:hover, .itemid-117 .food-thinkers:hover,
.itemid-102 .food-thinkers:hover {
  color: #48283C;
  background-color: #ffffff; }

.food-thinkers:hover {
  color: #ffffff;
  background-color: #48283C; }

.terms-conditions {
  font-size: 20px;
  text-align: center;
  margin-top: 20px; }

.terms-conditions a {
  text-decoration: underline; }

.copyright {
  margin-top: 20px; }

.component_wrap {
  min-height: 500px; }

.itemid-117 .component {
  margin-top: 130px;
  margin-bottom: 30px;
  min-height: 100%; }

.moduletable_mothersday {
  background: url(../images/mothersday_bg.jpg) top center repeat-x;
  min-height: 350px; }

.custom_mothersday {
  max-width: 1024px;
  margin: 0 auto; }

.custom.past {
  padding: 20px 0; }

.moduletable.shadow-top {
  margin-top: 60px;
  box-shadow: 0px -5px 12px -1px rgba(0, 0, 0, 0.2); }

.moduletable.shadow-bottom {
  margin-bottom: 60px;
  box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.2); }

.moduletable.shadow-top-bottom {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0px -5px 12px -1px rgba(0, 0, 0, 0.2), 0px 5px 12px -1px rgba(0, 0, 0, 0.2); }

.txt-purple {
  color: #48283C; }

.txt-verylarge {
  font-size: 55px; }

.txt-underline {
  border-bottom: 5px solid #48283C;
  display: inline-block;
  padding-bottom: 10px; }

.custom {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (min-width: 2000px) {
  .component_wrap {
    background-size: cover; } }
@media screen and (max-width: 1050px) {
  .ctn-pl {
    padding-left: 20px; }

  .ctn-pr {
    padding-right: 20px; } }
@media screen and (max-width: 1000px) {
  .site-header {
    padding: 8px 0; } }
@media screen and (max-width: 800px) {
  .site-footer {
    padding: 40px 20px;
    text-align: center; }

  .site-footer .ctn-pl {
    padding-left: 0; }

  .site-footer .ctn-pr {
    padding-right: 0; }

  .footer-logo {
    margin-bottom: 20px; }

  .footer-logo, .footer-social {
    float: none; }

  .terms-conditions {
    text-align: center; } }
@media screen and (max-width: 750px) {
  .txt-large {
    font-size: 25px; }

  .txt-medium {
    font-size: 22px; } }
@media screen and (max-width: 550px) {
  .site-header {
    padding-top: 0;
    padding-bottom: 9px; }

  .site-logo {
    float: none;
    text-align: center; }

  .site-logo.ctn-pl, .site-menu.ctn-pr {
    padding-left: 0;
    padding-right: 0; }

  .site-menu {
    text-align: center;
    float: none; }

  .site-menu li {
    float: none;
    display: inline-block;
    line-height: 30px; }

  .site-footer {
    padding: 30px 10px; }

  .social-links {
    display: block;
    margin-top: 20px; }

  .social-links ul {
    display: inline-block; } }
@media screen and (max-width: 350px) {
  .site-header {
    padding-bottom: 0; }

  .site-menu li {
    display: block;
    margin-left: 0;
    line-height: 35px; } }

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