/*!
Theme Name: speechpix 
Theme URI: http://underscores.me/
Author: nicko
Author URI: http://www.nicko.me
Description: sticker chat in pictures
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: speechpix
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.

speechpix 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
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Cahtterpix Site Variables and Site style
--------------------------------------------------------------*/
/*
*/
@font-face {
  font-family: 'GothamMedium';
  font-style: normal;
  font-weight: normal;
  src: local("fonts/GothamMedium"), url("fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.woff") format("woff"); }

@font-face {
  font-family: 'Gotham-Book';
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'cronos_proregular';
  src: url("fonts/cronospro-regular-webfont.woff2") format("woff2"), url("fonts/cronospro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cronos_probold';
  src: url("fonts/cronospro-bold-webfont.woff2") format("woff2"), url("fonts/cronospro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cronos_prolight';
  src: url("fonts/cronospro-lt-webfont.woff2") format("woff2"), url("fonts/cronospro-lt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cronos_proitalic';
  src: url("fonts/cronospro-italic-webfont.woff2") format("woff2"), url("fonts/cronospro-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Gotham-Book", sans-serif; }

html, body {
  height: 100%;
  -webkit-user-select: auto;
  /* Webkit */
  -moz-user-select: auto;
  /* Firefox */
  -ms-user-select: auto;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: auto;
  user-select: auto;
  font-family: "Gotham-Book", sans-serif; }

h1 {
  font-size: 2.8em;
  margin: 0.5em 0 0.5em 0; }

h2 {
  font-size: 2em;
  margin: 0.5em 0 0.45em 0; }

h3 {
  font-size: 1.5em;
  margin: 0.4em 0 0.35em 0; }

h4 {
  font-size: 1.2em;
  margin: 0.4em 0 0.25em 0; }

h5 {
  font-size: 1.35em;
  margin: 0.3em 0 0.25em 0; }

h6 {
  font-size: 1em;
  margin: 0.25em 0 0em 0; }

h1 {
  font-family: 'cronos_proregular', sans-serif;
  font-weight: 300; }

body.home h1.entry-title, header.woocommerce-products-header h1.page-title {
  display: none; }

h2 {
  font-family: 'cronos_proregular', sans-serif;
  font-weight: 300;
  letter-spacing: 0em;
  font-weight: lighter; }

h3 {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-weight: lighter; }

h4 {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-weight: lighter;
  text-transform: uppercase; }
  section.contact-title h4 {
    font-family: 'GothamMedium', sans-serif;
    color: red;
    margin-top: 2em;
    float: left;
    margin-bottom: 1em; }

h5 {
  font-family: "Gotham-Book", sans-serif; }

h6 {
  font-family: "Gotham-Book", sans-serif;
  letter-spacing: 0.025em;
  font-weight: normal; }

input[type="search"] {
  font-size: 0.8em; }

textarea:focus, input:focus, select:focus {
  outline-offset: 0px;
  outline: none; }

::-moz-selection {
  background: #FFCBBA;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #FFCBBA;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #FFCBBA;
  /* Gecko Browsers */ }

a {
  color: #E94E1B;
  text-decoration: none; }
  a:visited {
    color: #E94E1B; }
  a:hover {
    color: #404040; }
  a:focus {
    color: #404040; }

section.widget h2 {
  border-bottom: solid 2px #404040; }

section.widget ul li {
  font-family: 'GothamMedium', sans-serif;
  line-height: 2em;
  border-bottom: dotted 2px lightgray; }
  section.widget ul li a {
    display: inline-block; }
    section.widget ul li a:before {
      content: "";
      background-image: url("images/speechpix_bullet_orange.svg");
      background-repeat: no-repeat;
      background-position: left bottom;
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 0.5em; }
    section.widget ul li a[aria-current="page"] {
      color: #404040; }
      section.widget ul li a[aria-current="page"]:before {
        content: "";
        background-image: url("images/speechpix_bullet_grey.svg"); }

.site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 33.3%;
  grid-template-columns: auto 33.3%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
  padding: 1em;
  width: 100%; }

.site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
  border-bottom: solid 2px black;
  margin: 1em 0em 1.5em 0em;
  position: relative; }

.page-template-fullwidth .site > .site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }
  .site-header div.site-branding {
    position: relative;
    width: 70%;
    float: left; }
  .site-header div.search-area {
    position: relative;
    width: 30%;
    float: right; }
  .site-header nav#site-navigation div.menu-main-menu-container {
    position: relative;
    width: 70%;
    float: left; }

.site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
  margin: 0em; }

.page-template-fullwidth .site > .site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }
  .site-main ol {
    margin-left: 0; }
    .site-main ol li {
      list-style: decimal;
      margin-left: 0; }
  .site-main article.post {
    background-color: #fafafa;
    border: solid 2px #F1F1F1;
    border-radius: 20px;
    padding: 1.5em; }

.widget-area {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: sidebar;
  padding: 1em;
  background: #F1F1F1;
  border-radius: 20px;
  margin-left: 1em; }

.site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: footer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 33.3%;
  grid-template-columns: auto 33.3%;
  grid-template-areas: "footer-left footer-right";
  border-top: solid 2px black;
  padding-top: 1em;
  margin-top: 1.5em; }

.page-template-fullwidth .site > .site-footer {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
  .site-footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  .site-footer ol {
    list-style: decimal; }
  .site-footer .site-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: footer-right;
    font-size: 0.8em;
    text-align: right; }
    .site-footer .site-info a.insta {
      font-size: 0.9em; }
      .site-footer .site-info a.insta:before {
        content: "";
        background-image: url("images/instagram_logo_black.svg");
        display: inline-block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: bottom right;
        margin: 0px 5px -10px 0px; }
  .site-footer nav.footer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: footer-left; }
  .site-footer .logo {
    background: url("images/speechpix_logo_125.svg");
    display: inline-block;
    width: 125px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 16px 0 5px 0;
    margin: 0 0px 0 5px; }

.page-template-fullwidth .site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0;
  grid-template-columns: auto 0;
  grid-template-areas: "header header" "main" "footer" "footer"; }

.hero {
  /* Grid styles - https://css-tricks.com/look-ma-no-media-queries-responsive-layouts-using-css-grid/*/
  min-height: 300px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .hero > * {
    color: #fff; }
  .hero.collection {
    background-color: #fff;
    background: url("images/sticker_collection.png") center;
    background-size: cover;
    min-height: 400px; }
    .hero.collection article {
      height: 100%;
      position: relative; }
      .hero.collection article a {
        position: absolute;
        bottom: 2em;
        right: 2em; }
  .hero.choose {
    background-color: #8484BD; }
    .hero.choose header {
      background: url("images/speech_bubble_bgd.png") center;
      background-size: cover; }
  .hero.delivery {
    background-color: #8DC7C4; }
    .hero.delivery article.free {
      background: url("images/delivery_bgd.png") center;
      background-size: cover;
      height: 100%; }
      .hero.delivery article.free h1 {
        margin-bottom: 0.1em; }
  .hero.where {
    background-color: #2789CA; }
    .hero.where header {
      background: url("images/camper_sticker_van_crop.jpg") center;
      background-size: cover; }
  .hero header {
    height: 100%;
    min-height: 230px;
    background-size: cover;
    padding: 2rem; }
    .hero header.subtext {
      padding: 0; }
    .hero header h1 {
      font-size: 4rem;
      line-height: 4rem; }
  .hero article {
    padding: 2rem; }
    .hero article p {
      font-size: 1.2rem; }

button:focus {
  outline: none; }

button, a.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button, .button,
a.shipping-calculator-button,
a.reset_variations, a.restore-item,
a.wp-block-button__link, a.add_to_cart_button {
  border: 1px solid grey;
  border-radius: 1em;
  border-color: #FFCBBA;
  background: #E94E1B;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 1em 1em 1em 0em;
  font-size: 1rem !important; }
  button:hover, a.wp-block-button__link:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  a.button:hover, .button:hover,
  a.shipping-calculator-button:hover,
  a.reset_variations:hover, a.restore-item:hover,
  a.wp-block-button__link:hover, a.add_to_cart_button:hover {
    border-color: #E94E1B;
    color: #FFCBBA; }
  button:active, button:focus, a.wp-block-button__link:active, a.wp-block-button__link:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  a.button:active,
  a.button:focus, .button:active, .button:focus,
  a.shipping-calculator-button:active,
  a.shipping-calculator-button:focus,
  a.reset_variations:active,
  a.reset_variations:focus, a.restore-item:active, a.restore-item:focus,
  a.wp-block-button__link:active,
  a.wp-block-button__link:focus, a.add_to_cart_button:active, a.add_to_cart_button:focus {
    border-color: #E94E1B;
    color: #FFCBBA; }

a.mtsnb-link button.button {
  margin: 0; }

div.search {
  width: 225px;
  height: 30px;
  background: white;
  border: 1px solid black;
  border-radius: 20px;
  margin: 2em 0 1em 0; }
  div.search:focus, div.search:active, div.search:hover {
    border: 1px solid #E94E1B; }
  div.search .search-form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px; }
    div.search .search-form input.search-field {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0;
      padding: 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
      color: transparent;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      background: url(images/mag_glass.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 23px 20px; }
      div.search .search-form input.search-field:-moz-placeholder {
        color: transparent; }
      div.search .search-form input.search-field::-webkit-input-placeholder {
        color: transparent; }
      div.search .search-form input.search-field:focus, div.search .search-form input.search-field:active, div.search .search-form input.search-field:hover {
        color: #FF7A4F;
        background: transparent; }
        div.search .search-form input.search-field:focus::-webkit-input-placeholder, div.search .search-form input.search-field:active::-webkit-input-placeholder, div.search .search-form input.search-field:hover::-webkit-input-placeholder {
          color: #FFCBBA; }
    div.search .search-form input.search-submit, div.search .search-form input.search-form {
      display: none; }

header#masthead.site-header button.menu-toggle {
  border: none;
  background: none;
  width: 85px;
  margin-bottom: 0; }
  header#masthead.site-header button.menu-toggle #hamburger .line {
    fill: none;
    stroke: #000000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10; }

header#masthead.site-header nav.toggled button.menu-toggle #hamburger .top-bun {
  -webkit-animation: expandup 0.5s;
  animation: expandup 0.5s;
  -webkit-transform: translateY(-0.25em);
  -ms-transform: translateY(-0.25em);
  transform: translateY(-0.25em); }

@-webkit-keyframes expandup {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em); } }

@keyframes expandup {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em); } }

header#masthead.site-header nav.toggled button.menu-toggle #hamburger .bottom-bun {
  -webkit-animation: expanddown 0.5s;
  animation: expanddown 0.5s;
  -webkit-transform: translateY(0.25em);
  -ms-transform: translateY(0.25em);
  transform: translateY(0.25em); }

@-webkit-keyframes expanddown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em); } }

@keyframes expanddown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em); } }

body.tax-product_cat nav.main-navigation ul#primary-menu > li.menu-item-27 > a, nav.main-navigation ul#primary-menu > li.current-menu-item > a, nav.main-navigation ul#primary-menu > li.current_page_parent > a, nav.main-navigation ul#primary-menu > li.current_page_ancestor > a,
nav.main-navigation ul#primary-menu > li.current-post-ancestor > a, nav.main-navigation ul#primary-menu > li.current-menu-ancestor > a, nav.main-navigation ul#primary-menu > li .current-menu-parent > a,
nav.main-navigation ul#primary-menu > li body.tax-product_cat nav.main-navigation ul#primary-menu > li.menu-item-27 > a {
  color: #E94E1B;
  background-image: url(images/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 20px 20px;
  height: 70px; }

nav.main-navigation ul#primary-menu {
  text-align: left;
  margin: 0.5em 0 -20px 0.75em; }
  nav.main-navigation ul#primary-menu > li {
    margin: 0 3.0em 0 0;
    position: relative; }
    nav.main-navigation ul#primary-menu > li a {
      font-family: 'cronos_proregular', sans-serif;
      font-size: 1.5em;
      height: 70px;
      color: black; }
      nav.main-navigation ul#primary-menu > li a:hover, nav.main-navigation ul#primary-menu > li a:focus {
        color: #404040; }

nav.main-navigation ul.sub-menu {
  visibility: hidden; }

nav.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 0.5em 0 0 0.75em; }
  nav.footer ul li {
    margin: 0 2em 0 0; }
    nav.footer ul li a {
      font-family: 'cronos_proregular', sans-serif;
      font-size: 1.3em; }

@media screen and (max-width: 1000px) {
  .site {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-template-areas: "header" "header" "main" "sidebar" "footer" "footer"; }
  .site-header div.site-branding {
    width: 100%;
    float: left; }
  .site-header div.search-area {
    width: 100%;
    float: left; }
  .site-header div#woo-cart {
    position: absolute !important;
    top: 8em;
    right: 0em;
    width: auto !important; }
  .widget-area {
    margin-left: 0em; }
  .site-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  .site-main {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .widget-area {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
  .site-footer {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }

@media screen and (max-width: 600px) {
  .site-header {
    margin-bottom: 1em; }
  div.site-branding img {
    width: 250px; }
  div.search {
    margin: 0.5em 0 0em 0; }
  h1 {
    font-size: 2.5em; }
    h1.product_title {
      padding-top: 0.5em; }
  nav.main-navigation div.menu-main-menu-container {
    width: 100% !important; }
  nav.main-navigation ul#primary-menu {
    margin: 0em 0 5px 0em; }
    nav.main-navigation ul#primary-menu > li {
      margin: 0 0 0 0;
      position: relative; }
      nav.main-navigation ul#primary-menu > li.current-menu-item > a, nav.main-navigation ul#primary-menu > li.current_page_parent > a, nav.main-navigation ul#primary-menu > li.current_page_ancestor > a,
      nav.main-navigation ul#primary-menu > li.current-post-ancestor > a, nav.main-navigation ul#primary-menu > li.current-menu-ancestor > a, nav.main-navigation ul#primary-menu > li .current-menu-parent > a {
        background: none;
        height: auto;
        background-color: #EBEBF7; }
      nav.main-navigation ul#primary-menu > li a {
        font-size: 1.3em;
        padding: 0.5em;
        height: auto;
        color: black;
        background-color: #EBEBF7;
        border-bottom: 2px solid white; }
        nav.main-navigation ul#primary-menu > li a:hover, nav.main-navigation ul#primary-menu > li a:focus {
          color: #404040;
          background: #D4D4EC;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  body.tax-product_cat nav.main-navigation ul#primary-menu > li.menu-item-27 > a {
    background: none;
    height: auto;
    background-color: #EBEBF7; }
  .site-main ul.products li.product {
    margin-bottom: 1em !important; }
  .site-footer {
    grid-template-areas: "footer-left" "footer-right";
    -ms-grid-columns: 100% 100%;
    grid-template-columns: 100% 100%; }
    .site-footer .site-info {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-area: footer-right;
      font-size: 0.7em;
      text-align: left; }
    .site-footer nav.footer {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: footer-left; }
    .site-footer .logo {
      width: 140px; }
    .site-footer .site-info {
      margin-top: 1em;
      padding-top: 1em;
      border-top: solid 2px black;
      width: 100%; }
  .site-footer .site-info {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .site-footer nav.footer {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

@media screen and (max-width: 600px) {
  .site-footer .site-info {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .site-footer nav.footer {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
