/*!
Theme Name: Whitey's Ice Cream
Theme URI: http://underscores.me/
Author: Twin State Technical Services
Author URI: http://www.tsts.com
Description: Whitey's Ice Cream theme based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base
Tags:

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

Base is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/* Example of rsccs */
/*
.article-card {
  & {  }
  > .image { }
  > .title {  }
  > .category {  }
}

.container{
	@include flexbox;
	@include flex-flow(row wrap);
	@include align-content(flex-start);
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	@include breakpoint($lg){
		max-width: 1180px;
		padding: 0;
	}
}

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(sass/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600|Quattrocento:400,700|Rokkitt");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# 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: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  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; }

select {
  border: 1px solid #ccc; }

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; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* 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: block; } }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.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; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## 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; }

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

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

@keyframes bounce {
  0%, 10%, 25%, 40%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  30% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); } }

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite; }

/* Gray Button Animation */
a.gray-button, a.gray-button:visited {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  position: relative;
  display: inline-block; }

a.gray-button::before,
a.gray-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0, 0, 0, 0);
  content: '';
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

a.gray-button::after {
  border-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px); }

a.gray-button:hover::before,
a.gray-button:focus::before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px); }

a.gray-button:hover::after,
a.gray-button:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px); }

/* Gray Button Animation with No Transparancy */
a.gray-button-no, a.gray-button-no:visited {
  background-color: #6f6d6e;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  position: relative;
  display: inline-block; }

a.gray-button-no::before,
a.gray-button-no::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #6f6d6e;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

a.gray-button-no::after {
  border-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px); }

a.gray-button-no:hover::before,
a.gray-button-no:focus::before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px); }

a.gray-button-no:hover::after,
a.gray-button-no:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px); }

/* Main menu effect */
.main-navigation a {
  padding: 0 0 10px; }

.main-navigation a::after {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px); }

.main-navigation a:hover::after,
.main-navigation a:focus::after {
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

/* Colors */
/* Fonts */
/* Media */
/* Layout */
html, body, .pure-u-g, .pure-g [class*=pure-u] {
  font-family: "Quattrocento", serif; }

a, a:visited {
  color: #051D49; }

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 1180px;
      padding: 0; } }
.container-size {
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .container-size {
      max-width: 1180px;
      padding: 0; } }
.panel-row-style {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.site-content {
  overflow: hidden; }

.red {
  color: #E2231A; }

.site-main h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #E2231A; }
  @media screen and (min-width: 768px) {
    .site-main h1 {
      font-size: 3rem; } }
.site-main h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #E2231A; }
  @media screen and (min-width: 768px) {
    .site-main h2 {
      font-size: 2.25rem; } }
header .site-branding {
  width: 100%;
  height: 135px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    header .site-branding {
      width: 33%;
      margin-left: 33%; } }
  header .site-branding h1, header .site-branding p {
    margin: 0; }
  header .site-branding img {
    max-height: 125px;
    margin: 5px 0; }

header .header-links {
  width: 100%; }
  @media screen and (max-width: 767px) {
    header .header-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row-reverse wrap;
      -moz-flex-flow: row-reverse wrap;
      -ms-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; } }
  @media screen and (min-width: 768px) {
    header .header-links {
      width: 33%;
      text-align: right; } }
header .site-search-cart {
  width: 50%;
  text-align: right; }
  @media screen and (min-width: 768px) {
    header .site-search-cart {
      width: auto; } }
  header .site-search-cart form {
    display: inline-block; }
  header .site-search-cart .search-container {
    display: inline-block;
    /* When the input field gets focus, change its width to 100% */ }
    @media screen and (min-width: 768px) {
      header .site-search-cart .search-container {
        text-align: right; } }
    header .site-search-cart .search-container input[type=search] {
      width: 30px;
      box-sizing: border-box;
      border: 2px solid #fff;
      border-radius: 4px;
      background-color: white;
      background-image: url(images/search.png);
      background-position: 10px 6px;
      background-repeat: no-repeat;
      outline: none;
      padding: 8px 0px 8px 40px;
      -webkit-transition: width 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    header .site-search-cart .search-container input[type=search]:focus {
      width: 130px;
      border: 2px solid #6f6d6e; }
      @media screen and (min-width: 1024px) {
        header .site-search-cart .search-container input[type=search]:focus {
          width: 90%; } }
    header .site-search-cart .search-container .search-submit {
      position: relative;
      left: -5000px;
      width: 1px;
      margin: 0;
      padding: 0; }
  header .site-search-cart .cart-container {
    display: inline-block; }
    header .site-search-cart .cart-container a {
      font-size: 1.8rem;
      margin-right: 10px; }

header .site-social {
  width: 50%; }
  @media screen and (min-width: 768px) {
    header .site-social {
      width: auto;
      margin-top: 40px; } }
  header .site-social a {
    font-size: 1.8rem;
    margin-left: 20px; }
  header .site-social a:first-child {
    margin-left: 0; }

header .main-navigation {
  background-color: rgba(0, 0, 0, 0.5);
  height: 38px;
  position: relative;
  z-index: 999;
  border-top: 2px solid #051D49; }
  header .main-navigation .menu-toggle {
    background: none;
    border: 0 none;
    color: #fff;
    font-family: "Rokkitt", serif;
    font-size: 1.5rem;
    line-height: 38px;
    padding: 0;
    margin: 0 auto; }
  header .main-navigation ul {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center; }
    @media screen and (min-width: 768px) {
      header .main-navigation ul {
        background-color: transparent; } }
    header .main-navigation ul li {
      float: none;
      display: block; }
      @media screen and (min-width: 768px) {
        header .main-navigation ul li {
          display: inline-block; } }
      header .main-navigation ul li a {
        color: #fff;
        font-family: "Rokkitt", serif;
        font-size: 1.5rem;
        margin: 0 20px;
        display: inline-block;
        line-height: 38px; }

.home-hero-container {
  margin-top: calc(-1.5em - 36px);
  height: 200px !important; }
  @media screen and (min-width: 768px) {
    .home-hero-container {
      height: 300px !important; } }
  @media screen and (min-width: 1024px) {
    .home-hero-container {
      height: 555px !important; } }
  .home-hero-container .home-hero li {
    height: 200px !important; }
    @media screen and (min-width: 768px) {
      .home-hero-container .home-hero li {
        height: 300px !important; } }
    @media screen and (min-width: 1024px) {
      .home-hero-container .home-hero li {
        height: 555px !important; } }
  .home-hero-container h2 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px; }
    @media screen and (min-width: 768px) {
      .home-hero-container h2 {
        top: 220px; } }
    @media screen and (min-width: 1024px) {
      .home-hero-container h2 {
        bottom: 20px;
        top: auto; } }
    .home-hero-container h2 span {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 5px 20px;
      display: inline-block;
      position: relative;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .home-hero-container h2 span::before, .home-hero-container h2 span::after {
      content: "";
      position: absolute;
      border-top: 2px solid #051D49;
      top: 30px;
      width: 90%; }
    .home-hero-container h2 span::before {
      right: 100%;
      margin-right: 15px; }
    .home-hero-container h2 span::after {
      left: 100%;
      margin-left: 15px; }

@media screen and (max-width: 767px) {
  .find-menu-row {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 0px;
    border-right: 0px; } }

@media screen and (max-width: 767px) {
  .find-menu-row #pgc-2-1-0, .find-menu-row #pgc-2-1-1 {
    width: calc(100% - ( 0 * 30px )); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .find-menu-row #pgc-2-1-0, .find-menu-row #pgc-2-1-1 {
    width: 50%; } }

.find-menu-row .where-to-buy {
  height: 325px;
  padding: 30px;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .find-menu-row .where-to-buy {
      height: 485px; } }
  .find-menu-row .where-to-buy > div {
    border: 1px solid #fff;
    height: 263px;
    text-align: right;
    padding-right: 20px;
    line-height: normal;
    position: relative; }
    @media screen and (min-width: 768px) {
      .find-menu-row .where-to-buy > div {
        height: 423px; } }
  .find-menu-row .where-to-buy .textwidget {
    position: absolute;
    bottom: 0;
    right: 20px; }
  .find-menu-row .where-to-buy .where {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff; }
  .find-menu-row .where-to-buy .find {
    font-family: "Rokkitt", serif;
    font-size: 4rem;
    color: #fff;
    line-height: 3rem; }
    .find-menu-row .where-to-buy .find i {
      font-size: 3rem;
      margin-left: -12px; }
  .find-menu-row .where-to-buy a {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Rokkitt", serif;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px; }

.find-menu-row .view-our-menu {
  height: 325px;
  text-align: center;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .find-menu-row .view-our-menu {
      height: 485px; } }
  .find-menu-row .view-our-menu a img {
    transition: all .2s ease-in-out; }
  .find-menu-row .view-our-menu a:hover img {
    transform: scale(1.1); }

.quality-container {
  height: 365px;
  position: relative;
  overflow: hidden; }
  .quality-container::before {
    content: url("images/to use/ice-cream-cones-no-bkgrd2.png");
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    text-align: center; }
  .quality-container .timeline-grad {
    height: 365px;
    background: -moz-linear-gradient(top, rgba(158, 128, 98, 0) 0%, rgba(158, 128, 98, 0) 79%, rgba(158, 128, 98, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(158, 128, 98, 0) 0%, rgba(158, 128, 98, 0) 79%, rgba(158, 128, 98, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(158, 128, 98, 0) 0%, rgba(158, 128, 98, 0) 79%, rgba(158, 128, 98, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e8062', endColorstr='#cc9e8062',GradientType=0 );
    /* IE6-9 */
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 365px;
    width: 100%;
    text-align: center; }
  .quality-container .timeline-img {
    /*
		position: absolute;
		bottom: 20px;
*/
    max-width: 1180px;
    margin-top: 40px;
    z-index: 1; }
  .quality-container .quality-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6; }
  .quality-container .history1-img {
    position: absolute;
    left: -840px;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 265px; }
  .quality-container .history2-img {
    position: absolute;
    left: -200px;
    right: 0;
    top: 135px;
    margin: auto;
    width: 265px; }
    @media screen and (min-width: 768px) {
      .quality-container .history2-img {
        left: -400px;
        right: 0;
        top: 85px; } }
  .quality-container .history3-img {
    position: absolute;
    left: 0;
    right: -240px;
    top: 115px;
    margin: auto;
    width: 265px; }
    @media screen and (min-width: 768px) {
      .quality-container .history3-img {
        left: 0;
        right: -440px;
        top: 85px; } }
  .quality-container .history4-img {
    position: absolute;
    left: 0;
    right: -880px;
    z-index: 3;
    margin: auto;
    width: 265px; }

.gray-button-no {
  background-color: #6f6d6e; }

.button-margin {
  margin-top: 20px; }

.home-news-container {
  align-items: stretch !important; }
  .home-news-container h3 {
    font-family: "Oswald", sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #E2231A;
    margin: 0; }
  .home-news-container p {
    font-family: "Rokkitt", serif;
    font-size: 1.75rem;
    color: #051D49;
    margin: -.25em 0 .75em 0; }
  .home-news-container .home-news-1 {
    text-align: center;
    padding-left: 30px;
    border-bottom: 2px solid #051D49; }
    @media screen and (min-width: 768px) {
      .home-news-container .home-news-1 {
        border-bottom: 0 solid #051D49; } }
  .home-news-container .home-news-2 {
    text-align: center;
    border-bottom: 2px solid #051D49; }
    @media screen and (min-width: 768px) {
      .home-news-container .home-news-2 {
        border-left: 2px solid #051D49;
        border-bottom: 0 solid #051D49;
        padding-left: 30px; } }
  .home-news-container .home-news-3 {
    text-align: center;
    border-bottom: 2px solid #051D49; }
    @media screen and (min-width: 768px) {
      .home-news-container .home-news-3 {
        border-left: 2px solid #051D49;
        border-bottom: 0 solid #051D49;
        padding-left: 30px; } }
.home-share-photos {
  text-align: center; }
  .home-share-photos h3 {
    font-family: "Oswald", sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #E2231A;
    margin: 0; }
  .home-share-photos p {
    font-family: "Rokkitt", serif;
    font-size: 1.75rem;
    color: #051D49;
    margin: -.25em 0 .75em 0; }

footer {
  border-top: 2px solid #051D49;
  padding: 30px 0;
  background: #fff; }
  @media screen and (min-width: 768px) {
    footer {
      background: white;
      /* Old browsers */
      background: -moz-linear-gradient(left, white 50%, #e7d7c4 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 50%, #e7d7c4 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 50%, #e7d7c4 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7d7c4',GradientType=1 );
      /* IE6-9 */ } }
  footer .container {
    padding: 0; }
  footer .footer-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media screen and (min-width: 768px) {
      footer .footer-content {
        width: 50%; } }
    footer .footer-content ul {
      list-style: none;
      padding: 0 0 0 10px;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 768px) {
        footer .footer-content ul {
          border-left: 2px solid #051D49;
          text-align: left; } }
      footer .footer-content ul a, footer .footer-content ul a:visited {
        text-decoration: none; }
      footer .footer-content ul a:hover {
        text-decoration: underline; }
    footer .footer-content .footer-logo {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        footer .footer-content .footer-logo {
          width: 33%;
          box-sizing: border-box;
          padding-right: 20px;
          font-size: .8rem; } }
      footer .footer-content .footer-logo img {
        max-width: 200px; }
    footer .footer-content .footer-menu1 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        footer .footer-content .footer-menu1 {
          width: 50%; } }
      @media screen and (min-width: 1024px) {
        footer .footer-content .footer-menu1 {
          width: 33%; } }
    footer .footer-content .footer-menu2 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        footer .footer-content .footer-menu2 {
          width: 50%; } }
      @media screen and (min-width: 1024px) {
        footer .footer-content .footer-menu2 {
          width: 33%; } }
    footer .footer-content .site-social {
      margin-top: 6px;
      margin-left: 12px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        footer .footer-content .site-social {
          text-align: left; } }
      footer .footer-content .site-social a {
        font-size: 1.8rem;
        margin-left: 20px; }
      footer .footer-content .site-social a:first-child {
        margin-left: 0; }
  footer .footer-history {
    width: 100%;
    padding-top: 30px;
    background: #e7d7c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media screen and (min-width: 768px) {
      footer .footer-history {
        width: 50%;
        padding-top: 0; } }
    @media screen and (min-width: 1024px) {
      footer .footer-history {
        -webkit-flex-flow: row-reverse wrap;
        -moz-flex-flow: row-reverse wrap;
        -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap; } }
    footer .footer-history .tribe-image--single-images {
      width: 100%;
      text-align: center;
      box-sizing: border-box; }
      @media screen and (min-width: 1024px) {
        footer .footer-history .tribe-image--single-images {
          width: 50%;
          padding-left: 20px; } }
      footer .footer-history .tribe-image--single-images img {
        border: 16px solid #fff;
        -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75); }
    footer .footer-history .fast-fact-image {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box; }
      @media screen and (min-width: 1024px) {
        footer .footer-history .fast-fact-image {
          width: 50%;
          padding-left: 20px; } }
      footer .footer-history .fast-fact-image img {
        border: 16px solid #fff;
        -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
        max-width: 100%; }
    footer .footer-history .tribe-image--widget-text {
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px;
      color: #051D49; }
      @media screen and (min-width: 1024px) {
        footer .footer-history .tribe-image--widget-text {
          width: 50%; } }
      footer .footer-history .tribe-image--widget-text p::after {
        content: url(images/blue-cone.png);
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px; }
    footer .footer-history .fast-fact-text {
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px;
      color: #051D49; }
      @media screen and (min-width: 1024px) {
        footer .footer-history .fast-fact-text {
          width: 50%; } }
      footer .footer-history .fast-fact-text p::after {
        content: url(images/blue-cone.png);
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px; }

.menu-master-container {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-items: stretch !important; }
  .menu-master-container h3 {
    font-family: "Oswald", sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #E2231A;
    margin: 0; }
  .menu-master-container > div:first-child {
    border-bottom: 2px solid #051D49; }
    @media screen and (min-width: 768px) {
      .menu-master-container > div:first-child {
        border-bottom: 0 solid #051D49;
        border-right: 2px solid #051D49;
        padding-right: 30px; } }
  .menu-master-container .scoops-container .scoops-grid {
    text-align: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .menu-master-container .scoops-container .scoops-grid > div.panel-grid-cell {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      justify-content: space-between; }
      .menu-master-container .scoops-container .scoops-grid > div.panel-grid-cell > div {
        width: 50% !important;
        width: calc(50% - ( 0.5 * 30px )) !important;
        margin-bottom: 15px !important; }
        @media screen and (min-width: 1024px) {
          .menu-master-container .scoops-container .scoops-grid > div.panel-grid-cell > div {
            width: 33.3333%;
            width: calc(33.3333% - ( 0.66666666666667 * 30px )) !important; } }
    .menu-master-container .scoops-container .scoops-grid h4.iw-so-person-name {
      font-family: "Oswald", sans-serif;
      font-size: 1.25rem;
      text-transform: none;
      color: #E2231A;
      margin: 0; }
    .menu-master-container .scoops-container .scoops-grid img {
      width: 100%; }
    .menu-master-container .scoops-container .scoops-grid .iw-so-person-about {
      background: rgba(255, 255, 255, 0.75);
      line-height: 1.3;
      font-size: 15px; }
  .menu-master-container .menu-container em {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    text-transform: none;
    font-style: normal;
    color: #E2231A;
    margin: 0; }
  .menu-master-container .menu-container strong {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem; }

.feature-caption {
  display: block;
  font-style: italic; }

.blog-grid {
  justify-content: space-between; }
  .blog-grid .blog-grid-post {
    width: 100%;
    border: 2px solid #051D49; }
    @media screen and (min-width: 768px) {
      .blog-grid .blog-grid-post {
        width: calc(50% - 15px); } }
    @media screen and (min-width: 1024px) {
      .blog-grid .blog-grid-post {
        width: calc(33% - 15px); } }
    .blog-grid .blog-grid-post .entry-content {
      margin: 0; }
    .blog-grid .blog-grid-post .blog-image img {
      width: 100%;
      height: auto; }
    .blog-grid .blog-grid-post .blog-text {
      margin: 15px; }
      .blog-grid .blog-grid-post .blog-text h2 {
        line-height: normal;
        margin-top: 0; }
        .blog-grid .blog-grid-post .blog-text h2 a, .blog-grid .blog-grid-post .blog-text h2 a:visited {
          font-family: "Oswald", sans-serif;
          font-size: 2rem;
          text-transform: uppercase;
          color: #E2231A;
          margin: 0;
          text-decoration: none; }
      .blog-grid .blog-grid-post .blog-text a.gray-button-no, .blog-grid .blog-grid-post .blog-text a.gray-button-no:visited {
        font-size: 1rem; }

.history-one {
  font-size: 1.25rem;
  font-weight: bold;
  color: #051D49;
  margin-top: -24px;
  padding-top: 10px;
  background-position: center bottom !important;
  overflow: hidden; }
  .history-one h1 {
    line-height: normal;
    margin-top: 0;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #E2231A;
    margin: 0; }

.history-white-background {
  font-size: 1.25rem;
  font-weight: bold;
  color: #051D49;
  padding-top: 20px; }

.history-tan-background {
  background: #e7d7c4;
  font-size: 1.25rem;
  font-weight: bold;
  color: #051D49;
  padding-top: 20px; }

.frame {
  max-width: 100%;
  border: 16px solid #fff;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.75); }

@media screen and (min-width: 1024px) {
  .history-1-3 {
    width: 31%;
    margin-right: 1%; } }

@media screen and (min-width: 1024px) {
  .history-2-3 {
    width: 64%;
    margin-right: 1%; } }

@media screen and (min-width: 1024px) {
  .history-1-2 {
    width: 48%;
    margin-right: 1%; } }

.history-scoop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .history-scoop {
      display: inline-block; } }
.desktop-space {
  display: none; }
  @media screen and (min-width: 1024px) {
    .desktop-space {
      display: block; } }
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  height: 75px;
  position: absolute;
  top: 33%;
  width: 50px;
  color: #051D49;
  font-size: 2rem;
  background-color: #fff;
  line-height: 75px;
  padding: 0;
  margin: 0; }

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  height: 75px;
  position: absolute;
  top: 33%;
  width: 50px;
  color: #051D49;
  font-size: 2rem;
  background-color: #fff;
  line-height: 75px;
  padding: 0;
  margin: 0; }

.owl-carousel .owl-nav .owl-next {
  right: -10px;
  border-radius: 50px 0 0 50px; }

.owl-carousel .owl-nav .owl-prev {
  left: -10px;
  border-radius: 0 50px 50px 0; }

.owl-carousel .owl-nav .owl-next:hover .icon,
.owl-carousel .owl-nav .owl-prev:hover .icon {
  background: #fff;
  color: rgba(255, 255, 255, 0.9); }

.owl-carousel .foo-item {
  text-align: center; }

.hide-product, .hide-flavor {
  display: none !important; }

.TESTMODE, #EditControls, .hidespace {
  display: none; }

.email-signup-callout {
  text-align: center; }
  .email-signup-callout p {
    margin-bottom: 0; }
  .email-signup-callout strong {
    font-size: 1.5rem; }
  .email-signup-callout label {
    height: 10px; }
  .email-signup-callout .frm_submit {
    text-align: center; }
  .email-signup-callout .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0; }

.text-promotion-body {
  text-align: center; }
  .text-promotion-body p {
    margin: 0; }

.text-headline {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 10px; }

.text-message {
  font-size: 1.2rem; }

.text-disclaimer {
  font-size: .8rem;
  margin-bottom: 32px; }

.text-promotion-image img {
  display: block;
  margin: auto; }

.store-page {
  margin-bottom: 2em; }
  .store-page input[type=submit], .store-page .add-to-cart-button {
    background-color: #6f6d6e;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Rokkitt", serif; }
  .store-page .cart-button {
    background-color: #6f6d6e;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Rokkitt", serif; }
  .store-page .cart-continue {
    background-color: #051D49 !important; }
  .store-page input[type=text] {
    min-width: 150px; }
  .store-page .shoppackageneeded input[type=text] {
    min-width: 50px; }
  .store-page input[type=radio] {
    margin-right: 10px; }
  .store-page textarea {
    max-width: 100% !important; }
    @media screen and (max-width: 767px) {
      .store-page textarea {
        width: 100% !important; } }
  .store-page .itemsneeded {
    background-color: #FC9;
    margin-right: 4%; }
  .store-page .itemselection {
    width: auto; }
  .store-page .shoppackageneeded {
    padding-right: 1em;
    padding-top: .5em; }
  .store-page .cartdetails, .store-page .cart-table {
    border: 1px solid #6f6d6e;
    width: auto; }
    .store-page .cartdetails th, .store-page .cart-table th {
      background-color: #6f6d6e;
      color: #fff;
      padding: .5em 1em; }
    .store-page .cartdetails td, .store-page .cart-table td {
      padding: .5em 1em; }

.product-image-large {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .product-image-large {
      width: 300px;
      float: right; } }
.product-image-thumb {
  width: 75px;
  height: auto; }

article#store {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 1024px) {
    article#store {
      width: 70%;
      margin-right: 4%; } }
aside {
  width: 100%;
  margin: 1.5em 0 0; }
  @media screen and (min-width: 1024px) {
    aside {
      width: 25%; } }
#shiptable td {
  display: block; }
  @media screen and (max-width: 767px) {
    #shiptable td {
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    #shiptable td {
      display: table-cell; } }
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

.store-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: space-between; }
  .store-group td {
    padding: .5em;
    vertical-align: top;
    display: inline; }
    @media screen and (max-width: 767px) {
      .store-group td {
        width: 100% !important; } }
    @media screen and (min-width: 768px) {
      .store-group td {
        width: 33%;
        display: table-cell; } }
  .store-group .store-item {
    border: 1px solid #cecece;
    text-align: center;
    padding: 1em;
    height: 100%; }
    .store-group .store-item .store-item-image {
      height: 175px; }
      .store-group .store-item .store-item-image img {
        width: auto;
        max-width: 100%;
        max-height: 175px;
        vertical-align: bottom; }
    .store-group .store-item .store-item-title {
      margin: .5em 0;
      min-height: 70px; }
      .store-group .store-item .store-item-title a {
        text-decoration: none; }
        .store-group .store-item .store-item-title a:hover {
          text-decoration: underline; }
    .store-group .store-item .store-item-price {
      margin: .5em 0;
      min-height: 25px; }
    .store-group .store-item .store-item-buy-button a {
      background-color: #051D49;
      border: 1px solid #051D49;
      color: #fff;
      width: 90%;
      padding: 4px 0;
      font-family: "Oswald", sans-serif;
      display: inline-block;
      text-decoration: none;
      -webkit-transition: width 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .store-group .store-item .store-item-buy-button a:hover {
        background-color: #fff;
        color: #051D49; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #051D49;
  color: #ffffff;
  border: 1px solid #051D49;
  transition: all .4s ease-in-out;
  font-family: "Oswald", sans-serif; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #051d49; }

.woocommerce .quantity .qty {
  height: 38px; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #404040; }

.woocommerce-message {
  border-top-color: #051D49; }

.woocommerce-message::before {
  color: #051D49; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #083079; }

.wc-block-components-button {
  background-color: #6f6d6e;
  border: 1px solid #6f6d6e;
  color: #ffffff;
  padding: 14px 20px;
  font-family: "Oswald", sans-serif; }

.wc-block-components-button__text {
  color: #ffffff; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  background-color: #051D49;
  border: 1px solid #051D49;
  color: #fff;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 14px 20px;
  transition: all 0.4s ease-in-out; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    background-color: #fff;
    color: #051D49; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #051D49; }

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none; }

.wc-block-components-order-summary__button-text {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #e2231a;
  font-size: 2.25rem;
  font-weight: bold; }

h2.wc-block-components-title.wc-block-components-title {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    h2.wc-block-components-title.wc-block-components-title {
      font-size: 2.25rem; } }
.wc-block-components-order-summary__content .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-metadata__description {
  display: none; }

.wc-block-components-order-summary__content .wc-block-components-product-details__name,
.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-details__name {
  display: none; }

.wc-block-components-product-details li {
  display: inline-block; }

.wc-block-components-product-details [class*="wc-block-components-product-details__pint"]:after {
  content: ", "; }

.wc-block-components-product-details [class*="wc-block-components-product-details__pint"]:before {
  content: " "; }

.wc-block-components-product-details [class*="wc-block-components-product-details__pint"]:last-child:after {
  content: " "; }

.wc-block-components-product-details [class*="wc-block-components-product-details__pint"] .wc-block-components-product-details__value:after {
  content: ", "; }

.wc-block-components-product-details [class*="wc-block-components-product-details__pint"] .wc-block-components-product-details__value:before {
  content: " "; }

.wc-block-components-product-details [class*="wc-block-components-product-details__pint"] .wc-block-components-product-details__value:last-child:after {
  content: " "; }

.wc-block-components-product-details li.wc-block-components-product-details__select-the-type-of-shake-malt-you-would-like {
  display: inline-block; }
  .wc-block-components-product-details li.wc-block-components-product-details__select-the-type-of-shake-malt-you-would-like::before {
    content: "\a";
    display: block; }

.woocommerce ul.products li.product a img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border: 1px solid lightgrey;
  padding: 10px; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border: 1px solid lightgrey; }

.woocommerce .wpo-text-labels label.wpo-text-label input:checked + span.wpo-text-label-inner {
  background-color: transparent;
  color: inherit;
  border: 0 none;
  padding: 0; }

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