/*!
Theme Name: Granny gets a grip
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: granny-gets-a-grip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Granny gets a grip is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: var(--ggag-dark-brown);
  text-decoration: none;
  cursor: pointer;
   }
  a:hover, a:focus {
    color: var(--ggag-orange-dark); }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }


.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-weight: normal; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }


fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid var(--ggag-cream);
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: var(--ggag-cream);
    color: var(--ggag-dark-brown); }
  tfoot {
    background: var(--ggag-cream);
    color: var(--ggag-dark-brown); }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
        background-color: var(--ggag-cream); }
  table.unstriped tbody {
    background-color: white; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid var(--ggag-cream);
      background-color: white; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }


.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }


.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

/**********
	START GRANNY
	**********/
	
@font-face {
    font-family: 'cheesecake';
    src: url('/wp-content/themes/granny-gets-a-grip/fonts/Cheesecake.woff') format('woff');
}

          
/* Header, Footer & General */

:root{
	--ggag-dark-brown: #563e2e;
	--ggag-orange: #f5a126;
	--ggag-orange-dark: #e5771e;
	--ggag-cream: #f7f4e9;
	--ggag-box-shadow: 11px 11px 0px 0px rgb(115 113 63 / 16%);
	--ggag-blue: #76c7b0;
}

body {
	font-family:"gill-sans-nova", Gill Sans,Gill Sans MT,Calibri,sans-serif;
	color: var(--ggag-dark-brown);
	max-width: 86rem;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.cream-background{
	background-color: var(--ggag-cream);
}


/* Stripes */
	.stripe.small {
		height: 7px;
	}
	.stripe.medium {
		height: 13px;
	}
	.stripe.large {
		height: 24px;
	}
	.blue {
		background-color: var(--ggag-blue);
	}
	.brown {
		background-color: var(--ggag-dark-brown);
	}
	.cream {
		background-color: #f4dea1;
	}
	.orange-dark {
		background-color: var(--ggag-orange-dark);
	}
	.orange {
		background-color: var(--ggag-orange);
	}
	.orange-darkest {
		background-color: #c16944;
	}
	.brown-light {
		background-color: #bd984b;
	}
	.stripe {
		width: 100%;
	}
	
/* End Stripes */


button, .button{
    background: var(--ggag-orange-dark);
    color: var(--ggag-cream);
    text-transform: uppercase;
    padding: 15px;
}

button:hover, .button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .woocommerce-orders-table__cell-order-actions .button:hover, .woocommerce-pagination--without-numbers .button:hover {
	background: var(--ggag-orange);
	color: var(--ggag-cream);
}

.home header, #page{
	width: 100%;
}
.home .site-title {
	text-align: center;
}

.display-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.site-title {
	text-align: center;
	text-transform: lowercase; 
    line-height: 1;
    margin-bottom: 0;
    font-size: 3rem;
    padding-top: 13px;
    padding-bottom: 33px;
    font-family: 'cheesecake';
}

.above-header-nav{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.header-icons{
	position: relative;
	display: flex;
}

.header-icons img{
	height: 25px;
	width: auto;
	display: block;
}

.header-icons > a{
	display: block;
	padding-bottom: 15px;
}

.header-icons > button{
	display: block;
	cursor: pointer;
    background: none;
    box-shadow: none;
    padding: 0;
    padding-bottom: 15px;
}

.header-icons a:first-of-type{

}

.mini-cart-icon{
	position: relative;
	padding-left: 15px;
}

.mini-cart-icon span{
    position: absolute;
    top: -8px;
    right: -11px;
    width: 18px;
    height: 18px;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    background: var(--ggag-orange);
    color: var(--ggag-cream);
    border-radius: 50%;
    display: block;
}

#site-header-cart{
    position: absolute;
    right: 0;
    width: 340px;
    top: 10px;
    background: var(--ggag-cream);
    box-shadow: 0 29px 31px -3px rgb(0 0 0 / 12%);
    padding: 15px;
    margin: 0;
    margin-top: 30px;
    list-style: none;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: visibility 0s, opacity 0.3s linear, pointer-events 0.3s;
}

.mini-cart-icon:hover + #site-header-cart,  #site-header-cart:hover{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0s;
}

#site-header-cart > li:first-child{
	display: none;
}

.woocommerce-mini-cart{
    list-style: none;
    margin: 0;
}

.woocommerce-mini-cart-item{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--ggag-dark-brown);
    padding-bottom: 10px;
    align-items: center;
}

.woocommerce-mini-cart-item a:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.woocommerce-mini-cart-item a img{
    float: left;
    width: 50px;
    height: 100%;
    margin-right: 10px;
    padding: 0;
}

.woocommerce-mini-cart__buttons{
	margin: 0;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.woocommerce-mini-cart__buttons .button{
	background: var(--ggag-orange-dark);
    color: var(--ggag-cream);
    padding: 10px;
    display: block;
    margin: 0 !important;
    width: 50%;
    text-align: center;
    font-weight: 400 !important;
}

.woocommerce-mini-cart__buttons .button:last-of-type{
	background: var(--ggag-orange);
}

.woocommerce-mini-cart__empty-message{
	margin: 0;
}

.menu{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.menu .menu-item{
	text-transform: uppercase;
	margin-right: 10px;
}

.menu .menu-item:last-of-type{
	margin-right: 0px !important;
}

#verb-menu, #category-menu{
	margin: 20px 0;
	justify-content: space-between;
}

.current-menu-item, .current-menu-item a{
	color: var(--ggag-orange-dark);
}

.woocommerce-breadcrumb{
    margin-top: -13px;
    margin-bottom: 16px;
    text-transform: lowercase;
}

.home-banner{
	display: block;
	margin-bottom: 20px;
	background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    color: var(--ggag-brown);
    background-color: var(--ggag-cream);
    padding: 30px;
    text-align: left;
    text-transform: uppercase;
}

.home-banner p{
	max-width: 720px;
	line-height: 1.2;
	margin-bottom: 0;
}

.home-banner h2{
	margin: 0;
}

.home-banner h6{
	font-size: 18px;
    margin-bottom: 2px;
}

.home-banner a{
	font-size: 18px;
}

.footer-text p{
	font-size: 18px;
}

.home-banner .right-side{
	text-align: center;
}

.home-banner:hover{
    color: var(--ggag-brown) !important;
}

.home-banner:hover .right-side{
    color: var(--ggag-orange-dark) !important;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.site-title {
	    font-size: 4.4rem;
	}
	.menu .menu-item{
	  font-size: 16px;	
	  margin-right: 10px;
	}
	.home-banner{
		padding: 30px;
	}
	.home-banner h2{
		font-size: 27px;
	}	
	.footer-text{
		margin-top: 25px;
		margin-bottom: 25px;
		font-size: 20px;
	    max-width: 86rem;
	    padding: 0;
	}
	.home-banner .right-side{
		text-align: right;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.site-title {
	    font-size: 5rem;
	}
	.menu .menu-item{
		margin-right: 15px;
	}
	.home-banner{
		padding: 80px 50px 80px 50px;
	}
}

/* Really Large and up */
@media screen and (min-width: 74em) {
	.site-title {
	    font-size: 5rem;
	}
	.menu .menu-item{
	    font-size: 16.5px;
	    margin-right: 15px;
	}
}

/* Really Large and up */
@media screen and (min-width: 1605px) {
	.menu .menu-item{
		font-size: 18px;
		margin-right: 30px;
	}
}

/* Mobile Menu */

/* Mobile Breakpoint only */
@media screen and (max-width: 795px) {
	.menu-category-menu-container, .menu-verb-menu-container{
		overflow-x: scroll;
	}
	.menu-category-menu-container .menu, .menu-verb-menu-container .menu{
	    margin-left: -15px;
	    padding-left: 15px;
	    margin-right: -15px;
	    padding-right: 15px;		
	}
	.menu-category-menu-container a, .menu-verb-menu-container a, .menu-footer-menu-container a{
		white-space: nowrap;
	}
	.footer-navigation{
	    overflow-x: scroll;
	    position: relative;
	}
	.menu-footer-menu-container{
	    position: absolute;
	    left: 0;
	    padding-left: 10px;
	}
	.menu-category-menu-container .menu-item:last-of-type, .menu-verb-menu-container .menu-item:last-of-type, .menu-footer-menu-container .menu-item:last-of-type{
		padding-right: 15px;
	}
	body{
		padding-left: 0;
		padding-right: 0;
	}
	.sub-footer, .site-branding, .above-header-nav, .woocommerce-breadcrumb, .sub-footer-socials{
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-title{
	    font-size: 40px;
	    padding-bottom: 16px;
	}
	:root{
		--ggag-box-shadow: 8px 7px 0px 0px rgb(115 113 63 / 16%);
	}
	.product-category-display .woocommerce-LoopProduct-link{
		margin-bottom: 30px !important;
	}
	.product-category-display{
		margin-bottom: 0;
	}
	.woocommerce-pagination{
		padding-bottom: 20px;
		margin-top: -10px;
	}
	.home-banner{
		text-align: center;
		padding: 15px;
	}
	.home-banner h2{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.menu .menu-item{
		margin-right: 16px;
		font-size: 15px;
	}
	.header-icons img{
		height: 19px;
		width: auto;
		display: block;
	}
	#primary-menu .menu-item{
	    margin-right: 12px;
	    font-size: 14px;
	    border-bottom: 1px solid #563e2e2e;	}
}

/* Footer */

#footer-menu {
	justify-content: center;
}
footer {
	width: 100%;
}
.footer-navigation {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sub-footer-container{
	display: flex;
	justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.sub-footer-socials{
    display: block;
    height: 26px;
}

.sub-footer-socials svg{
	fill: var(--ggag-dark-brown);
	height: 26px;
	width: auto;
}

.sub-footer-socials a{
	height: 26px;
	display: inline-block;
}

.sub-footer-socials a:first-of-type{
	margin-right: 8px;
}

.sub-footer-socials svg:hover{
	fill: var(--ggag-orange);
}

.sub-footer{
    font-family: 'cheesecake';
    text-transform: lowercase;
    display: block;
    font-size: 20px;
}

#mc_embed_signup_scroll, #mc_embed_signup{
    display: flex;
    align-items: center;
}

.mc-field-group{
	margin-bottom: 10px;
}

#mc_embed_signup .button{
    padding: 11px;
    font-size: 14.5px;
}

#mc_embed_signup input[type="email"]{
    box-shadow: none;
    border: 1px solid var(--ggag-dark-brown);
    border-radius: 0;
    font-size: 14.5px;
    padding: 9px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	#mc_embed_signup{
	    margin-left: auto;
	    margin-right: 30px;
	}
	.mc-field-group{
		margin-bottom: 0px;
		margin-right: 5px;
	}
	#mc_embed_signup p{
	    max-width: 194px;
	    line-height: 1.2;
	    margin-top: -5px;
	    margin-right: 12px;
	}
	#mc_embed_signup p{
		margin: 0;
		margin-right: 10px;
	}
	#mc_embed_signup input[type="email"]{
	    min-width: 200px;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	#mc_embed_signup{
	    margin-right: 50px;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.sub-footer-container{
		flex-direction: column;
	}
	#mc_embed_signup_scroll, #mc_embed_signup{
		display: block;
	}
	#mc_embed_signup{
		margin-top: 15px;
		margin-bottom: 30px;
	}
}

/* SHOP Page */
.woocommerce-loop-category__title .count{
	display: none !important;
}
.woocommerce .products ul, .woocommerce ul.products {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
}
.post-type-archive .woocommerce-loop-category__title, .woocommerce-loop-product__title{
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.3;
    color: var(--ggag-dark-brown);
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-size: 18px;
    padding: 0px 0 20px;
}

.cell.Bedroom .woocommerce-loop-category__title{
	color: white;
}

.post-type-archive .product-category {
	margin: 0;
	margin-bottom: 25px;
	padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center  
}

.post-type-archive .product-category a {
	width: 100%;
    height: 100%;
}
.post-type-archive .product-category a img {
	height: 290px;
	width: auto;
    padding: 10px;
	max-width: 90%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    transition: transform 300ms ease;
}

.woocommerce-LoopProduct-link{
	overflow: hidden;
}

.woocommerce-LoopProduct-link img{
    transition: transform 300ms ease;
}

.post-type-archive .product-category a:hover img, .woocommerce-LoopProduct-link:not(.news-post-container):hover img{
	transform: scale(1.1);
}

.post-type-archive .grid-container {
	position: relative;
}

.product-category-display .cell:first-of-type {
	z-index: 1;
}
.post-type-archive ul {
	margin: 0;
}
.post-type-archive ul .cell {
	margin: 0;
}

.woocommerce-products-header{
	margin-bottom: 15px;
}

.woocommerce-products-header p{
	font-size: 17px;
}

.product-tags p{
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.product-category-display{
	list-style: none;
}

.product-category-display .woocommerce-LoopProduct-link{
	background: white;
	margin: 0;
	display: block;
    box-shadow: var(--ggag-box-shadow);
    padding-bottom: 15px;
}

.woocommerce-loop-product__title{
	padding: 10px;
	text-align: center;
	line-height: 1;
	color: var(--ggag-dark-brown);
}

.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title{
	color: var(--ggag-orange-dark);	
}

.price{
	display: block;
	text-align: center;
}

.product .attachment-woocommerce_thumbnail{
    height: 330px;
    width: 100%;
    object-fit: contain;
    display: block;
    padding-top: 20px;
}

.term-description p:first-of-type{
	text-align: center;
	text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.woocommerce-pagination .page-numbers{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.woocommerce-pagination .page-numbers .page-numbers{
	margin-left: 10px;
	margin-right: 10px;
}

.page-numbers.current, .next.page-numbers, .prev.page-numbers{
    background: var(--ggag-orange-dark);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--ggag-cream);
}

.page-numbers.current{
	background: #76c7b0;
}

.page-numbers.current:hover, .next.page-numbers:hover, .prev.page-numbers:hover{
	background: #f5a126;
}

.product-tags{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin: 15px auto 0;
}

.filter-links{
	text-transform: uppercase;
    font-size: 15px;
    margin-right: 14px;
	background: var(--ggag-cream);
    padding: 10px;
    margin-bottom: 15px;
}

.filter-links:hover, .filter-links.current-menu-item{
    box-shadow: 7px 8px 0px 0px rgb(115 113 63 / 16%);
}

.woocommerce-products-header{
	padding: 15px;
}

.product-archive-container{
	position: relative;
	padding-top: 20px;
	margin-bottom: 15px;
}

.category-swatches{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5px;
}

.swatch{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin: 5px;
}

.product-box{
	-webkit-box-shadow: var(--ggag-box-shadow);
	-moz-box-shadow: var(--ggag-box-shadow);
	box-shadow: var(--ggag-box-shadow);
	color: rgb(115 113 63 / 16%);
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.product-archive-container, .woocommerce-products-header{
		padding: 20px;
		margin-bottom: 20px;
	}
	.woocommerce-products-header{
		margin-bottom: 20px;
	}
	.product-category-display .woocommerce-LoopProduct-link{
		margin: 15px;
	}
	.product-tags{
		margin: 20px auto 0;
	}
	.filter-links{
		margin-bottom: 20px;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.post-type-archive .product-category {
		margin: 20px;
		padding: 0px;
	    display: flex;
	    justify-content: center;
	    align-items: center  
	}
	.product-category-display .woocommerce-LoopProduct-link{
		margin: 20px;	
	}
}

/* Really large and up */
@media screen and (min-width: 80em) {
	.product-archive-container, .woocommerce-products-header{
		padding:40px; 
	}
	.woocommerce-products-header{
		margin-bottom: 20px;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.product-tags{
		flex-wrap: nowrap;
		overflow-x: scroll;
	    justify-content: flex-start;
	    padding-left: 15px;
	}
	.filters-wrapper{
		position: relative;
	}
	.filter-links{
		white-space: nowrap;
	}
	.filter-links:last-of-type{
		margin-right: 15px;
	}
	.fade-indicator{
		position: absolute;
		right: 0;
		height: 100%;
		width: 15px;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
}


/*Single Product Page */
   
button, input[type=button], input[type=reset], input[type=submit], .woocommerce-orders-table__cell-order-actions .button, .woocommerce-pagination--without-numbers .button, #product-3695 .button {
	background: var(--ggag-orange-dark);
	color: var(--ggag-cream);
	box-shadow: 7px 8px 0px 0px rgb(115 113 63 / 16%);
	border-radius: 0 !important;
	text-transform: uppercase;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
}

#product-3695 .button{
	width: 100%;
	text-align: center;
	display: block;
    padding: 11px;
}

.flex-control-nav{
    list-style: none;
    display: flex;
    margin: 0;
    margin-top: 25px;
}

.flex-control-nav li{
    width: 25%;
}

.flex-control-nav li img{
	border: 1px solid transparent;
	display: block;
	width: 100%;
	padding: 12px;
}

.flex-active{
	border: 1px solid var(--ggag-dark-brown) !important;
}

.summary .product_title{
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 5px;
}

.product-subtitle{
    font-size: 18px;
    font-style: italic;
}

.summary .price{
	text-align: left;
	font-size: 26px;
	margin-top: 15px;
}

.single-product .product, .standard-margin{
	margin-top: 20px;
	margin-bottom: 20px;
}

.product .summary{
	margin-bottom: 30px;
}

.wc-tabs{
	margin: 0;
	list-style: none;
	display: flex;
	border-bottom: 5px solid var(--ggag-cream);
	margin-bottom: 15px;
}

.wc-tabs li{
	padding: 7px 12px;
    background: #f8f7ec59;
    cursor: pointer;
}

.wc-tabs li.active{
	background-color: var(--ggag-cream);
    z-index: 10;
    position: relative;
}

.wc-tabs li a, .wc-tabs li a:hover{
	color: var(--ggag-dark-brown) !important;
}

.wc-tabs li:hover{
	background-color: var(--ggag-cream);
}

.woocommerce-Tabs-panel p:last-of-type{
	margin-bottom: 0;
}

.woocommerce-Tabs-panel tr:nth-child(even) {
    border-bottom: 0;
    background-color: var(--ggag-cream);
}

.woocommerce-Tabs-panel table tbody{
	border-color: transparent;
}

.woocommerce-variation-add-to-cart, form.cart{
	display: flex;
}

.variations_form.cart{
	flex-wrap: wrap;
}	

.quantity label{
	display: none;
}

.quantity input{
    pointer-events: none;
    width: 50px;
    padding: 0;
    margin-right: 5px;
    text-align: center;
    border: none;
    box-shadow: none;
    background: var(--ggag-cream);
    height: 46px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

button.plus, button.minus{
    background: var(--ggag-cream);
    color: var(--ggag-dark-brown);
    box-shadow: none;
    margin-right: 5px;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    padding: 13px;
}

button.plus:hover, button.minus:hover{
	background: var(--ggag-orange);
}

button.plus{
	margin-right: 20px;
}

.single_variation_wrap, .single_add_to_cart_button{
	width: 100%;
}

.variations{
	flex: 0 0 auto;
}

.variations select{
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.variations tbody{
	border: none;
	background: var(--ggag-cream);
}

.woocommerce-variation-description{
	display: none;
}

.entry-summary .category-swatches{
    justify-content: flex-end;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}

.entry-summary .category-swatches .swatch{
	position: relative;
}

.entry-summary .category-swatches .swatch::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.entry-summary .category-swatches .swatch.current::before{
    border: 1px solid var(--ggag-dark-brown);
}

.woocommerce-message{
	background-color: var(--ggag-orange-dark);
	padding: 10px;
	display: flex;
	flex-direction: row-reverse;
    justify-content: center;
    color: white;
}

.woocommerce-message .button{
	padding: 0;
}

.woocommerce-message a{
  text-transform: uppercase;
  color: white;
  margin-left: 15px;
}

.woocommerce-message a:hover{
	background: none;
	color: #ffe2ca;
}

.pswp__bg {background: #FFF !important;}
.pswp__caption, .pswp__top-bar {
  background: #000 !important;
  filter: invert(1);
}
.pswp__ui h3, .pswp__ui button, .pswp__button:before {
 color: #000 !important;
}
button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before {
 background-color:var(--ggag-orange-dark) !important;
}
.pswp__counter {
 color: #FFF !important;
}

.return-to-shop a{
	font-weight: normal;
    margin: 20px auto;
    display: inline-block;
}

.iframe-container{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

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

.product-video-container{
	max-width: 1080px;
    margin: 15px auto 0;
    padding: 30px 0;
    border-top: 1px solid var(--ggag-cream);
}

.product-video-container h2{
	margin-bottom: 30px;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.single-product .product, .standard-margin{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.grid-container.product{
		margin-top: 40px;
	}
	.wc-tabs li {
	    padding: 7px 20px;
    }
    .product .summary{
		margin-bottom: 35px;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.single-product .product, .standard-margin{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.flex-control-nav li {
	    width: 20%;
	}
	.product .summary{
		margin-bottom: 40px;
	}
	.product-video-container{
        margin: 15px auto 0;
        padding: 30px 0 60px;
	}
	.product-video-container h2{
		margin-bottom: 45px;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	button.plus{
		margin-right: 5px;
	}	
}

/* Cart */

.cart_item .product-thumbnail{
    width: 10%;
    min-width: 100px;
}

.cart_item .product-quantity{
	width: 15%;
}

.cart_item{
	border: 1px solid var(--ggag-cream);
}

.cart-quantity-buttons{
	display: flex;
}

.woocommerce-cart-form__contents .actions{
	display: none;
}

.cart-page{
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart-collaterals{
    background: var(--ggag-cream);
    padding: 15px;
}

.cart-collaterals h2{
	font-size: 20px;
}

.cart-collaterals tbody{
    background: var(--ggag-cream);
   text-align: left; 
}

.cart-collaterals th, .cart-collaterals td{
	padding-left: 0;
}

.cart-collaterals .checkout-button, .cart-collaterals #place_order{
	width: calc(100% + 30px);
    display: block;
    text-align: center;
    margin: 15px -15px -15px -15px;
    box-shadow: none;
}

#shipping_method{
	list-style: none;
	margin: 0;
}

.woocommerce-shipping-totals th{
	vertical-align: top;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.cart-page{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.cart-page{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.cart-collaterals{
	    padding: 25px;
	}
	.cart-collaterals .checkout-button, .cart-collaterals #place_order{
		width: calc(100% + 50px);
	    margin: 15px -25px -25px -25px
	}
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	.widget_product_search input[type="search"]{
	    font-size: 18px;
	    padding: 10px;
	}
	table thead{
		display: none;
	}
	table td, table td {
	    display: block;
	}
	table .product-remove{
	    width: 10px;
	    float: left;
	    margin-top: 16%;
	}
	table .product-thumbnail{
	    width: 50% !important;
	    float: left;
	}
	table .product-subtotal{
	    text-align: center;
	    border-top: 1px solid var(--ggag-cream);
	    margin-left: 18px;
	    margin-right: 18px;
	}
}


/* BACK STORY */

p a, .woocommerce-Tabs-panel li a{
	color: var(--ggag-orange-dark);
}

p a:hover, .woocommerce-Tabs-panel li a:hover{
	color: var(--ggag-orange);
}

.back-story-image{
	margin-bottom: 10px;
}

.back-story-image + p{
	font-size: 16px !important;
}

.back-story-gallery{
	padding-bottom: 15px;
	margin-top: 15px;
}

.instagram-callout{
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 30px;
}

.instagram-callout p{
	margin: 0;
}

.insta-logo{
    mix-blend-mode: darken;
    margin-right: 20px;
    height: 60px;
    width: auto;
}

.insta-logo:hover{
    filter: brightness(1.8) hue-rotate(1deg) saturate(1.6);
}

.masonry-cell{
	position: relative;
	margin-bottom: 30px;
}

.masonry-cell .overlay-content{
    margin-top: 15px;
	display: flex;
    flex-direction: column;
}

.masonry-cell:hover .overlay-content{
	opacity: 1;	
}

.masonry-image{
	width: 100%;
}

.masonry-cell .overlay-content span{
    align-self: flex-end;
    font-size: 16px;
	margin-top: 15px;
}

.animate-in{ 	opacity: 0; 	position: relative; 	top: 60px; 	transition: all 800ms ease-in-out; }  .fade-in-up{ 	opacity: 1; 	top: 0px; }

#post-43 p{
	font-size: 18px;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.back-story-gallery{
		padding-bottom: 30px;
	}
	.masonry-cell .overlay-content{
	    position: absolute;
	    padding: 30px;
	    top: 0;
	    left: 0;
	    margin-top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(215, 124, 56, 0.78);
	    justify-content: center;
	    align-items: center;
	    color: white;
	    font-size: 18px;
	    opacity: 0;
	    transition: opacity 300ms ease;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.back-story-gallery{
		padding-bottom: 60px;
	}
	.instagram-callout{
		margin-bottom: 40px;
	}
}

/* Contact */

.contact-info{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

input[type="submit"]{
    border: none;
    width: 100%;
}

.wpcf7-response-output{
    background: var(--ggag-cream);
    border: none;
    padding: 17px;	
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.contact-info{
		padding-top: 30px;
		padding-bottom: 20px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* Search */

.search-container{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms ease;
	padding: 15px;
}

.search-container .toggle-search{
	position: absolute;
	top: 15px;
	right: 15px;
}

.search-container.show{
	opacity: 1;
	pointer-events: auto;
}

.widget_product_search{
	padding:0;
	margin: 0;
	list-style: none;
	width: 100%;
	max-width: 800px;
}

.widget_product_search form{
	display: flex;
	position: relative;
}

.widget_product_search form label{
	display: none;
}

.widget_product_search input[type="search"]{
    border: none;
    box-shadow: none;
    border-bottom: 2px solid var(--ggag-dark-brown);
    border-radius: 0;
	font-size: 3vw;
    padding: 2.2vw;
    color: var(--ggag-dark-brown);
    padding-left: 0;
    background: transparent;
}

.widget_product_search button[type="submit"]{
	display: none;
}

.widget_product_search form svg{
	content: '';
	position: absolute;
	z-index: 11;
	right:0;
	top:10%;
	height: 100%;
    width: 3vw;
    padding: 10px;
	cursor: pointer;
    fill: var(--ggag-dark-brown);
}

span.toggle-search{
	margin-left: 15px;
	color: var(--ggag-orange-dark);
	text-decoration: underline;
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--ggag-dark-brown);
  opacity: 0.8;
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--ggag-dark-brown);
  opacity: 0.8;
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--ggag-dark-brown);
  opacity: 0.8;
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--ggag-dark-brown);
  opacity: 0.8;
}

.search-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--ggag-dark-brown);
  opacity: 1;
}
.search-container ::-moz-placeholder { /* Firefox 19+ */
    color: var(--ggag-dark-brown);
  opacity: 1;
}
.search-container :-ms-input-placeholder { /* IE 10+ */
    color: var(--ggag-dark-brown);
  opacity: 1;
}
.search-container :-moz-placeholder { /* Firefox 18- */
    color: var(--ggag-dark-brown);
  opacity: 1;
}


/* Checkout */

.sticky-container{
	position: relative;
}

.sticky-element{
	position: sticky;
	top: 0;
}

.sticky-element .cart-collatorals:first-of-type{
	margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table thead{
	display: none;
}

.woocommerce-checkout-payment{
	border-top: 2px solid var(--ggag-dark-brown);
	padding-top: 20px;
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td{
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods{
	list-style: none;
	margin: 0;
	padding: 0;
}

#customer_details label:not(.woocommerce-form__label-for-checkbox){
	display: none;
}

#customer_details input:not([type="checkbox"]), .wpcf7-form input:not([type="checkbox"]), .wpcf7-form textarea{
	box-shadow: none;
	border: 1px solid var(--ggag-dark-brown);
	border-radius: 0;
	font-size: 17px;
    padding: 10px;
    height: 47px;
}

#billing_country_field{
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: var(--ggag-brown);
}

.wpcf7-form textarea{
	min-height: 180px;
}

.wpcf7-form input[type="submit"]{
	border: none;
}

.grecaptcha-badge{
	visibility: hidden;
}

#customer_details .form-row{
	margin-bottom: 20px;
}

.form-row-last::after{
  content: "";
  display: table;
  clear: both;
}

.wc_payment_methods{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc_payment_methods label{
	margin: 0;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field{
	border: 1px solid var(--ggag-dark-brown) !important;
	font-size: 17px;
    padding: 10px;
    height: 47px;	
}

.__PrivateStripeElement{
	top: 9px;
}

.woocommerce-error{
	list-style: none;
	margin: 0;
	padding: 0;
    background: var(--ggag-orange);
    color: white;
    padding: 10px;
    margin-bottom: 15px;
}

.wc_payment_method img{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#ship-to-different-address, .mailchimp-newsletter{
	font-size: 19px;
}

.mailchimp-newsletter{
	margin-bottom: 0 !important;
}

div.blockOverlay {
  background-color: var(--ggag-cream) !important;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.form-row-first, .form-row-last, #billing_state_field, #billing_postcode_field{
		width: 49%;
		float: left;
	}
	
	.form-row-first, #billing_state_field{
		margin-right: 2%;
	}
}

/* Order Review */

.woocommerce-order-overview{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.woocommerce-order-overview li{
	background: var(--ggag-cream);
	padding: 15px;
}

.woocommerce-thankyou-order-received{
	margin-bottom: 25px;
	font-size: 20px;
	text-align: center;
}

.woocommerce-customer-details .addresses{
	display: flex;
	justify-content: center;
}

.woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details__title{
	text-transform: uppercase;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.woocommerce-customer-details .woocommerce-column:first-of-type{
		margin-right: 50px;
	}
	.woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details__title{
		font-size: 25px;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.woocommerce-order-overview{
		flex-direction: column;
	}
	.woocommerce-customer-details .woocommerce-column{
		width: 49%;
	}
	.woocommerce-customer-details .woocommerce-column:first-of-type{
		margin-right: 2%;
	}
	.woocommerce-customer-details .woocommerce-column__title{
		font-size: 17px;
	}	
}

/* News */

.woocommerce-products-header h2{
	text-transform: uppercase;
	font-size: 18px;
}

.news-post-container{
	position: relative;
	padding-bottom: 0 !important;
}

.news-post-container .button{
    display: block;
    text-align: center;
    padding: 12px;
}

.news-post-container .entry-content{
	padding: 25px;
}

.product-cat-details p:last-of-type{
	margin-bottom: 0;
}

.news-post-container .posted-on{
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.news-post-container .woocommerce-loop-product__title{
	margin: 10px auto;
	padding: 0;
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation{
	color: black;
}

.wp-block-button__link{
	border-radius: 0;
    background: var(--ggag-orange-dark);
    color: var(--ggag-cream);
}

.aligncenter{
	text-align: center;
}

.type-post .entry-content{
	padding-bottom: 30px;
}

.type-post .entry-content{
	font-size: 17px;
}

.type-post .entry-content figcaption{
    background: none;
    color: var(--ggag-dark-brown);
    background-color: var(--ggag-cream);
    padding: 6px;
    text-align: center;
    margin-bottom: 25px;
}

.type-post .entry-content .blocks-gallery-grid figcaption{
	margin-bottom: 0;
}

.single-post .entry-title{
	text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}