/*
@font-face {
	font-family: "Cagliostro";
	src: url("/assets/fonts/Cagliostro-Regular.ttf");
}
*/
/* ========================================================== CSS VARIABLES ==*/
/* Art deco titles */
/* =============================================================== GENERAL == */
html {
  /* stops scroll bar from shifting layout */
  overflow-y: scroll;
}
p {
  padding-bottom: 20px;
  line-height: 1.7rem;
}
em {
  font-style: normal;
  font-weight: bold;
}
.page-wrapper {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.content {
  position: relative;
  padding: 50px 0;
  background-color: #ffffff;
}
section {
  margin-top: 30px;
}
figure * {
  color: #999999;
}
.flipped-image {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.clear {
  clear: both;
}
div.construction {
  padding: 100px;
  text-align: center;
  border: 2px dashed white;
  color: white!important;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 100px;
}
.debug {
  background-color: dodgeblue;
  border: 2px dotted black;
}
.drop-shadow {
  box-shadow: 0px 0px 20px -5px #000000;
}
.inset-shadow {
  box-shadow: inset 0px 0px 9px #000;
}
.translucent-white {
  background-image: url(/assets/translucent-white.png);
}
.opaque-white {
  background-image: url(/assets/opaque-white.png);
}
.rough-paper {
  background-image: url(/assets/rough-paper.jpg);
}
.yellow-paper {
  background-image: url(/assets/bg_yellow.jpg);
}
.medium-white-border {
  border: 3px solid #ffffff;
}
.rounded-corners {
  border-radius: 3px;
}
/* ----------------------------------------------------------- transitions -- */
/*
html, body, * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
* */
/* -------------------------------------------------- position & alignment -- */
/* align items */
.left-aligned {
  float: left;
}
.center-aligned {
  margin: 0 auto;
}
.right-aligned {
  float: right;
}
/* align item text */
.left-justified {
  text-align: left;
}
.center-justified {
  text-align: center;
}
.right-justified {
  text-align: right;
}
/* align images */
.left-aligned-image {
  float: left;
  margin: 0 15px 15px 0;
}
.right-aligned-image {
  float: right;
  margin: 0 0 15px 15px;
}
.center-aligned-image {
  margin: 0 auto;
}
.vertical-middle-aligned {
  vertical-align: middle;
}
.bottom-right-aligned {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ---------------------------------------------------------------- widths -- */
.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.half-width {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.quarter-width {
  width: 25%;
}
.three-quarter-width {
  width: 75%;
}
.half-to-full-width {
  max-width: 45%;
  min-width: 25%;
  display: inline-block;
}
.inherit-width {
  width: inherit;
}
/* --------------------------------------------------------------- padding -- */
.padding {
  padding: 5%;
}
.medium-padding {
  padding: 30px;
}
.heavy-padding {
  padding: 40px;
}
.left-padding {
  padding-left: 5%!important;
}
.right-padding {
  padding-right: 5%!important;
}
.top-padding {
  padding-top: 5%;
}
.bottom-padding {
  padding-bottom: 5%;
}
.list-item-padding {
  padding: 20px 0 0 0;
}
.list-item-more-padding {
  padding: 20px 20px 0 0;
}
.no-bottom-padding {
  padding-bottom: 0!important;
}
.no-padding {
  padding: 0!important;
}
/* ---------------------------------------------------------------- margin -- */
.top-margin {
  margin-top: 5%;
}
.bottom-margin {
  margin-bottom: 5%;
}
.right-margin {
  margin-right: 5%;
}
.bottom-margin {
  margin-bottom: 5%;
}
.heavy-top-margin {
  margin-top: 25px;
}
.right-margin-on-desktop {
  margin-right: 5%;
}
/* --------------------------------------------------------------- columns -- */
.three-column {
  float: left;
  width: 33.3%;
}
.two-to-many-columns {
  float: left;
  width: 25%;
}
.one-to-three-columns {
  float: left;
  width: 33.3%;
}
.one-to-two-columns {
  float: left;
  width: 45%;
}
.one-to-two-columns {
  float: left;
  width: 50%;
}
.end-row-2-column {
  clear: both;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* ----------------------------------------------------------------- fonts -- */
* {
  color: #555555;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}
p,
a {
  line-height: 1.5rem;
}
h1 {
  font-family: 'Macondo Swash Caps';
  font-size: 28px;
  line-height: 1.8rem;
  color: #862721;
}
h2,
h3,
h4,
h5 {
  line-height: 2rem;
}
h2 {
  font-size: 28px !important;
}
.content a,
.links a {
  color: #862721;
}
a:hover {
  text-decoration: underline;
}
p,
a,
div,
span {
  font-size: 16px;
}
p {
  line-height: 1.5rem;
}
.large-text,
.large-text * {
  font-size: 28px !important;
}
.medium-text,
.medium-text * {
  font-size: 16px;
}
.small-text,
.small-text * {
  font-size: 14px;
}
.fancy-font,
.fancy-font * {
  font-family: 'Macondo Swash Caps';
}
.fancy-font-small-text,
.fancy-font-small-text * {
  font-size: 14px;
}
.bold-text,
.bold-text * {
  font-weight: bold;
}
.burgundy,
.burgundy * {
  color: #862721;
}
.orange,
.orange * {
  color: #e79f4b;
}
.yellow,
.yellow * {
  color: #d77400;
}
.variable-type--big-to-small {
  font-size: 2.5vi;
}
.variable-type-small-to-medium {
  font-size: 3.0vw;
}
.dark-gray-text,
.dark-gray-text * {
  color: #222222 !important;
}
.medium-gray-text,
.medium-gray-text * {
  color: #555555 !important;
}
.light-gray-text,
.light-gray-text :not(a) {
  color: #999999 !important;
}
.lightest-gray-text,
.lightest-gray-text * {
  color: #cccccc !important;
}
.reset-line-height {
  line-height: initial;
}
.narrow-line-height,
.narrow-line-height * {
  line-height: 1.2rem;
}
.tight-line-height,
.tight-line-height * {
  line-height: 1rem;
}
/* ---------------------------------------------------------------- images -- */
.image-cover {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tiny-image {
  width: 75px;
}
.small-image {
  width: 150px;
}
.gallery-image {
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.no-logo-image {
  text-align: center;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
}
.black-and-white {
  filter: grayscale(100%);
}
/* --------------------------------------------------------------- borders -- */
.light-border {
  border: 1px solid #dddddd;
}
.bottom-border {
  border-top: none;
  border-right: none;
  border-left: none;
}
/* ------------------------------------------------------- buttons & links -- */
.button {
  padding: 15px 10%;
  background-color: #d77400;
  border: 1px solid #d77400;
  border-radius: 3px;
  width: 150px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}
.button,
.button * {
  color: #ffffff!important;
}
.button:hover {
  background-color: #862721;
  text-decoration: none!important;
}
.text-link-container,
.text-link-container:hover *,
.forward-text-link:hover,
.forward-text-link:hover::after,
.back-text-link:hover,
.back-text-link:hover::before {
  color: #d77400;
  text-decoration: none!important;
}
/*
	&nbsp; » &nbsp;
*/
.forward-text-link::after {
  content: "\0000a0\0000bb\0000a0";
}
/*
	&nbsp;&nbsp; »
*/
.text-link-container:hover forward-text-link::after,
.text-link-container:hover .forward-text-link::after,
.forward-text-link:hover::after,
.forward-text-link:focus::after {
  content: "\0000a0\0000a0\0000bb";
}
/*
	« &nbsp;&nbsp;
*/
.back-text-link::before {
  content: "\0000a0\0000ab\0000a0";
}
/*
	&nbsp; « &nbsp;
*/
.text-link-container:hover .back-text-link::before,
.text-link-container:hover .back-text-link::before,
.back-text-link:hover::before,
.back-text-link:focus::before {
  content: "\0000ab\0000a0\0000a0";
}
/* ================================================================= HEADER ==*/
header {
  min-height: 100px;
  background-color: #e79f4b;
  background-image: url(/assets/bgr_banner.jpg);
  padding: 10px 0 15px 0;
}
.jg-logo {
  width: 180px;
  height: 80px;
  background-image: url(/assets/logo_collectors.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -10px;
}
.link-divider {
  padding-left: 4px;
  padding-right: 6px;
}
.slogan,
.slogan * {
  color: #222222;
}
/* ================================================================ FOOTER == */
/* This body stuff affects only footer bg */
body {
  background-color: #862721;
  background-image: url(/assets/bg-red.jpg);
}
footer {
  margin: 65px 0 30px 0;
}
footer a {
  color: #e3908b;
  line-height: 1.4rem;
}
footer .icon-font {
  margin: 0 15px;
}
footer .icon-font:first-child {
  margin-left: 0;
}
footer .icon-font:last-child {
  margin-right: 0;
}
footer .icon-font * {
  color: #e3908b;
  text-decoration: none;
  font-size: 1.8rem;
}
footer .icon-font:hover,
footer .icon-font:hover *,
footer .icon-font:active,
footer .icon-font:active * {
  color: #ffffff;
  text-decoration: none;
}
.icon-font {
  display: inline-block;
}
footer * {
  color: #e3908b;
  line-height: 1rem;
}
footer a,
footer p {
  font-size: 16px;
}
.chasing-chefs {
  margin: 0 auto;
  background-image: url(/assets/wallpaper_border_3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 200px;
  max-width: 90%;
  height: 60px;
}
footer .horizontal-divider {
  display: block;
  width: 30%;
  border-top: 1px solid #9c4b46;
}
/* Floating action button */
.contact-fab {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.contact-fab span:before {
  font-size: 34px;
  line-height: 56px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#home .contact-fab span:before {
  color: #ffffff;
}
#home .contact-fab:hover,
#home .contact-fab:hover span:before {
  text-decoration: none;
  color: #00530f;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-fab span:before {
  color: #862721;
}
.contact-fab:hover,
.contact-fab:hover span:before {
  text-decoration: none;
  color: #222222;
  background-color: #862721;
  color: #ffffff;
  border-radius: 50%;
}
/* ============================================================ BREADCRUMB == */
.breadcrumb {
  background-color: #ffffff;
  line-height: 35px;
  max-width: 100%;
  position: relative;
  border-bottom: 5px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 10px 0 0 0;
  line-height: 35px;
  color: #862721;
}
.breadcrumb .here {
  color: #222222;
}
.breadcrumb-delimiter {
  padding: 0 10px 0 0;
}
.breadcrumb .faded-edge {
  width: 50px;
  height: 50px;
  background-image: url(/assets/white-to-translucent.png);
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  right: 0;
}
/* ================================================================== HOME == */
.home {
  background-color: #00530f;
  background-image: url(/assets/bg-green.jpg);
  border-bottom: 2px solid #003A0F;
}
.home * {
  color: #ffffff;
}
.awning {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  margin-bottom: -20px;
  background-color: #00530f;
  background-image: url(/assets/awning.png);
  background-size: contain;
}
.home-page-section-top-margin {
  margin-top: 30px;
}
.white-bg {
  background-color: #ffffff;
}
.underlined {
  text-decoration: underline;
}
/* ----------------------------------------- Home page chef and chalkboard -- */
.chef-menu {
  position: relative;
  background-image: url(/assets/chef-menu-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 350px;
  width: 350px;
  -min-width: 350px;
  max-width: 50%;
}
.writing {
  -background-color: orange;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 50px;
  font-style: italic;
  text-align: right;
  padding-right: 5%;
  width: 80%;
  margin: 0 auto;
}
.writing a {
  position: relative;
  font-family: "Butterfly Kids";
  font-size: 1.95rem;
  color: #fff;
  display: inline-block;
  clear: right;
  float: right;
  margin-right: 18%;
}
.writing a:hover,
.writing a:focus,
.writing a:hover::after,
.writing a:focus::after {
  color: #bbbbbb!important;
}
.variable-type {
  font-size: 2.2rem;
  line-height: 2.3rem;
}
@media (max-width: 700px) {
  .writing a {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: right;
  }
}
@media (max-width: 675px) {
  .writing a {
    line-height: 1.9rem;
  }
}
@media (max-width: 650px) {
  .writing a {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 625px) {
  .writing a {
    line-height: 1.7rem;
  }
}
@media (max-width: 600px) {
  .writing a {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-right: 30%;
  }
}
@media (max-width: 525px) {
  .writing a {
    margin-right: 28%;
  }
}
@media (max-width: 475px) {
  .writing a {
    margin-right: 25%;
  }
}
@media (max-width: 450px) {
  .writing a {
    margin-right: 22%;
  }
}
@media (max-width: 425px) {
  .writing a {
    margin-right: 19%;
  }
}
@media (max-width: 400px) {
  .writing a {
    line-height: 2.7rem;
    margin-right: 15%;
  }
}
@media (max-width: 375px) {
  .writing a {
    line-height: 2.1rem;
  }
  .chef-menu {
    height: 300px;
  }
}
@media (max-width: 335px) {
  .writing a {
    font-size: 1.9rem;
    line-height: 2rem;
    -padding-right: 0;
  }
}
@media (max-width: 310px) {
  .writing a {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
/* =============================================================== Sitemap == */
/* ================================================================= LISTS == */
.grid,
.list-entry-border {
  border: 1px solid #eee;
}
.grid {
  float: left;
  width: 100%;
}
.list-entry-margin {
  margin: 0;
}
.list-entry-border {
  padding: 20px 10px 10px 10px;
}
.list-entry-border:hover {
  border: 1px solid #ccc;
}
.list-entry-image {
  height: 100px;
}
.list-entry-large-image {
  height: 160px;
}
.list-entry-description {
  height: 40px;
  vertical-align: bottom;
  padding-top: 15px;
  padding-bottom: 0;
  width: 100%;
  line-height: 1rem;
}
/* "Sold" ribbon on product list items */
.sold.list-entry-border:before {
  position: absolute;
  z-index: 1;
  font-family: serif;
  font-weight: bold;
  content: "sold";
  font-size: 1.5rem;
  line-height: 2.7rem;
  width: 100px;
  margin-top: 10px;
  margin-left: -50px;
  color: #ffffff;
  text-align: center;
  border-bottom: 40px solid #B82626;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  height: 0;
  transform: rotate(-45deg);
}
/* ========================================================= MEDIA QUERIES == */
/* Bigger phablets and 7 inch tablets */
@media (min-width: 800px) {
  .variable-type-small-to-medium {
    font-size: 30px!important;
  }
}
.phones-only {
  display: none;
}
@media (min-width: 601px) {
  .home h1 {
    margin-bottom: 65px;
  }
}
@media (max-width: 600px) {
  html body .hide-on-phones {
    display: none;
  }
  .links {
    position: absolute;
    right: 15px;
    padding-top: 0px;
  }
  .link-divider {
    display: none;
  }
  .links a {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.1rem;
  }
  .phones-only {
    display: block!important;
  }
  .center-align-on-phones {
    margin: 0 auto;
  }
  .center-justify-on-phones {
    width: 100%;
    text-align: center;
  }
  .one-to-three-columns {
    width: 100%;
  }
  .one-to-two-columns {
    width: 100%;
  }
  .one-to-two-columns .left-padding,
  .one-to-two-columns .right-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .two-to-many-columns {
    width: 50%;
  }
  .end-row-1-column {
    clear: both;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
  }
  .half-to-full-width {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .opposite-chef {
    margin-top: 25px;
  }
  /*
}
 Most modern phones (android > 4inch, iPhone 6 and newer)
@media (max-width: 500px) {
*/
  .content {
    padding-top: 25px;
  }
  .button {
    margin: 0 auto;
  }
  .slogan .name {
    display: none;
  }
  footer a,
  footer p {
    font-size: 14px;
  }
  .variable-type-small-to-medium {
    font-size: 14px!important;
  }
}
@media (max-width: 414px) {
  .variable-type-small-to-medium {
    font-size: 15px!important;
  }
  .gallery-image {
    padding: 10px;
  }
}
/* Smaller phones (android < 4 inch, iPhone 5 and older) */
@media (max-width: 350px) {
  .slogan {
    font-size: 1.1rem;
  }
  .breadcrumb {
    line-height: 25px;
  }
  .content {
    padding-top: 25px;
  }
  .home section {
    margin-top: 10px;
  }
}
