/***********************************************/
/* Here the core layout of the site is defined. Major page elements that control global
/* spacing are defined here. Things such as page containers, header, footer, etc.
/*
/***********************************************/
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: #282828;
}

body .page {
  background: url("../../images/backgrounds/PeterPanTile1920x1376.jpg");
  background-repeat: repeat;
  background-size: 18%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TscriptReg', serif;
  font-weight: normal;
}

.container.container-content.frontpage {
  max-width: 960px;
  padding: 0;
}

.container.container-content.frontpage .row {
  margin: 0;
}

/*************************/
/* Header / Menu
/*************************/
.page-header {
  background: #b8191d;
}

.page-header nav {
  padding: 0;
  margin-top: 10px;
}

.page-header nav > ul > li {
  padding: 0;
}

.page-header nav > ul > li a {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.page-header nav > ul > li ul li a {
  margin: 4px 0;
  background-color: white;
  background-image: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 0.6em;
  font-size: 1rem;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .page-header nav > ul > li ul li a {
    background-color: inherit;
    font-size: 0.8em;
    letter-spacing: normal;
  }
}

.page-header .social-links {
  display: block;
  margin: 0;
}

.page-header .social-links .item-list ul {
  margin: 0;
  padding: 20px 30px;
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.page-header .social-links .item-list ul li {
  display: inline-block;
  font-size: 1.5625rem;
  margin-right: 30px;
}

.page-header .social-links .item-list ul li a {
  color: white;
}

.page-header .social-links .item-list ul li .linkicon__text {
  display: none;
}

@media (min-width: 768px) {
  .page-header {
    border-bottom: 5px solid #f7c805;
  }
  .page-header .container {
    position: relative;
  }
  .page-header .logo {
    width: 100%;
    max-width: 190px;
    height: 157px;
    margin: 10px 20px 0 0;
  }
  .page-header .logo img {
    width: 100%;
    height: auto;
  }
  .page-header .social-links {
    display: none;
  }
  .page-header nav {
    margin-top: 0;
    width: calc(100% - 280px);
  }
  .page-header nav > ul {
    width: 90%;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .page-header nav > ul > li {
    margin: 0 10px 0 0;
    /* for where to buy sites only */
    /* end for where to buy sites */
  }
  .page-header nav > ul > li > a {
    padding: 14px 30px 0;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2em;
    letter-spacing: 0.060em;
    background-image: none;
    background-color: transparent;
  }
  .page-header nav > ul > li > a:hover {
    color: #f7c805;
    background: transparent;
  }
  .page-header nav > ul > li.menu-item--active-trail:not(:last-child) > a {
    background-color: inherit;
    color: #f7c805;
  }
  .page-header nav > ul > li.menu-item--active-trail:not(:last-child) > a:hover {
    background: transparent;
    color: #f7c805;
  }
  .page-header nav > ul > li:last-child {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .page-header nav > ul > li:last-child a {
    height: 35px;
    padding: 11px 20px 0;
    font-size: 0.75rem;
    background-color: #590906;
  }
  .page-header nav > ul > li:last-child a:hover {
    background: #f7c805;
    color: #b8191d;
  }
  .page-header nav > ul > li:last-child a[href="/where-to-buy"]::after {
    color: #f7c805;
  }
  .page-header nav > ul > li:last-child a[href="/where-to-buy"]:hover::after {
    color: #b8191d;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 206px;
    height: auto;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  .page-header nav > ul {
    width: 100%;
  }
  .page-header nav > ul > li > a {
    padding: 14px 20px 0;
  }
}

@media (min-width: 768px) {
  #product-category-dropdown {
    width: 100%;
    padding: 0 50px;
    color: #b8191d;
    background: #ffffff;
  }
  #product-category-dropdown ul {
    position: relative;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0 0 0 165px;
    list-style: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  #product-category-dropdown ul li {
    position: relative;
    height: 160px;
  }
  #product-category-dropdown ul li:first-child::before {
    position: absolute;
    display: block;
    content: '';
    width: 28px;
    height: 33px;
    top: 0;
    left: -40px;
    z-index: 10;
    background: url("../../images/global/stars.png") no-repeat;
  }
  #product-category-dropdown ul li a {
    display: block;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
  }
  #product-category-dropdown ul li a:hover {
    color: #ffaf09;
    text-decoration: none;
  }
  #product-category-dropdown ul li a .category-menu-image {
    display: block;
    margin-bottom: 15px;
  }
  #product-category-dropdown ul li a .category-menu-image div img {
    width: auto;
  }
  #product-category-dropdown ul li a .category-name {
    display: block;
  }
}

@media (min-width: 992px) {
  #product-category-dropdown ul li a {
    font-size: 0.875rem;
  }
}

#product-category-dropdown.expanded {
  height: 254px;
  padding: 36px 50px;
}

/*************************/
/* Mobile Menu
/*************************/
#mobile-header {
  height: 50px;
  border-bottom: 5px solid #f7c805;
  background: #b8191d;
}

#mobile-header .logo img {
  width: 100%;
  height: auto;
  max-width: 170px;
  top: 14px;
  left: 15px;
  margin: 0;
  z-index: 20;
}

@media (max-width: 544px) {
  #mobile-header .logo img {
    max-width: 100px;
    top: 3px;
    left: 8px;
  }
}

@media (min-width: 768px) {
  #mobile-header {
    display: none;
  }
}

.general-page.error-page {
  padding-bottom: 100px;
}

.general-page.error-page h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
  padding: 100px 5% 0 5%;
  text-align: center;
  color: #ffffff;
}

.general-page.error-page a {
  display: block;
  margin: 20px 5%;
  text-align: center;
  font-weight: 600;
  color: #f7c805;
  font-size: 1rem;
}

/*************************/
/* Footer
/*************************/
.page-footer {
  font-family: 'Arial';
  letter-spacing: normal;
  color: #bb2226;
  background-color: #fff;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.25);
}

.page-footer .container {
  padding: 30px 0;
}

.page-footer .footer-content nav ul {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-footer .footer-content nav ul {
    padding: 0 20px;
  }
}

.page-footer .footer-content nav ul li a {
  margin: 0 20px;
  color: inherit;
}

@media (max-width: 768px) {
  .page-footer .footer-content nav ul li a {
    margin: 0 4px;
  }
}

.page-footer .footer-content nav ul li:first-child a {
  margin-left: 0;
}

.page-footer .footer-content nav ul li:last-child a {
  margin-right: 0;
}

.page-footer .footer-content nav ul li:after {
  color: inherit;
}

.page-footer .footer-content .social-links {
  display: block;
  margin: 0;
}

.page-footer .footer-content .social-links .item-list ul {
  margin: 0;
  padding: 20px 30px;
  list-style-type: none;
  text-align: center;
}

.page-footer .footer-content .social-links .item-list ul li {
  display: inline-block;
  font-size: 1.5625rem;
  margin: 0 10px;
}

.page-footer .footer-content .social-links .item-list ul li a {
  color: #b8191d;
}

.page-footer .footer-content .social-links .item-list ul li a:hover {
  color: #f7c805;
}

.page-footer .footer-content .social-links .item-list ul li .linkicon__text {
  display: none;
}

.page-footer .footer-content .copyright {
  margin-bottom: 0;
  color: inherit;
}

@media (max-width: 768px) {
  .page-footer .footer-left,
  .page-footer .footer-right {
    margin-bottom: 45px;
  }
  .page-footer .region-footer-right {
    position: relative;
    margin-top: 4%;
  }
  .page-footer .divider {
    height: 40px;
    top: 18%;
    background-color: #b8191d;
  }
}

@media screen and (max-width: 768px) and (max-width: 420px) {
  .page-footer .divider {
    top: 14%;
  }
}

/*************************/
/* Page Content
/*************************/
.main-content {
  padding-top: 48px;
}

@media (min-width: 768px) {
  .main-content {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) {
  .page.recipes .row [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.page.recipes .main-content #block-peterpan-content {
  background: #ffffff;
}

.page.recipes .main-content #block-peterpan-content > div {
  position: relative;
  padding: 20px 20px 30px;
  text-align: center;
}

.page.recipes .main-content #block-peterpan-content > div::before {
  position: absolute;
  display: block;
  content: ' ';
  width: 100%;
  height: 3px;
  top: 60px;
  left: 0;
  background: #e3a809;
}

.page.recipes .main-content #block-peterpan-content > div h1 {
  position: relative;
  display: inline-block;
  padding: 15px 35px;
  z-index: 5;
  font-size: 2.25rem;
  color: #b8191d;
  background: #ffffff;
}

.page.recipes .main-content #block-peterpan-content > div h2 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  color: #434343;
}

.page.recipes .main-content .region-content-grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  background: #ffffff;
}

.page.recipes .main-content .region-content-grid::after {
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  clear: both;
}

.page.recipes .main-content .callout {
  margin-top: 15px;
}
