/*
Theme Name: Bluestar
Author: Wilderness
Author URI: http://wildernessoffice.com
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: bluestar
Domain Path: /languages/
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.

Bluestar is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
/*	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
/*	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	color: #595959;
	font-family: "ITCFranklinGothicW01-Bk 812647", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.15;
}

h1, .h1 {
	font-size: 2.5em;
	color: #117c9d;
	margin: 2rem 0 1.5rem;
}

h1.qoverq {
	height: 172px;
	width: 277px;
	background: url(img/quality-over-quantity.png) no-repeat;
	overflow: hidden;
	text-indent: -5150em;
	margin: 0 0 0 -12px;
}

h2, .h2 {
  color: #117c9d;
  font-size: 1.75em;
  margin: 1rem 0 0.5rem;
}

h2.list-title {
	color: #117c9d;
  margin: 3rem 3rem 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #595959;
}

h3, .h3 {
  font-size: 1.45em;
}

.location-block {
  break-inside: avoid-column;
}

.location-block .address,
.location-block .phone {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0;
  color: #595959;
	margin: 0.5rem 0;
}

.location-title span {
  margin-left: 1rem;
  opacity: 0.5;
  font-size: 0.85em;
}

/* SVG Titles */
.svg-title {
  display: block;
  margin: 4rem auto 6rem;
  padding: 0 4rem; /* making titles smaller */
}

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

/* Text elements */
p {
	margin-bottom: 1.5rem;
}
.light {
	color: #a3a5a8;
}
.blue {
	color: #117c9d;
}
ul, ol {
	margin: 0 0 1.5rem 3rem;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5rem 1.5rem;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5rem;
}
address {
	margin: 0 0 1.5rem;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 2rem;
	max-width: 100%;
	overflow: auto;
	padding: 2rem;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 80%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto;
	max-width: 100%;
}
a.button,
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  border: 1px solid #117c9d;
  border-color: #117c9d;
	border-radius: 12px;
	background-color: #117c9d;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: .6em 1.5em .5em;
  text-shadow: none;
  transition: opacity 0.25s ease;
}

a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #fff;
  background-color: #117c9d;
	border-color: #117c9d;
  box-shadow: none;
  opacity: 0.5;
}

.gform_wrapper .gform_footer input[type=submit].gform_button,
a.button-large {
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 5rem;
  background-image: url(img/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: auto 26px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #117c9d;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

a:hover,
a:focus,
a:active {
  color: #37444d;
}

.content-area a:hover,
.content-area a:focus,
.content-area a:active {
  opacity: 0.5;
}

a.blocked {
  display: block;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}



/* =Head
----------------------------------------------- */

.site-logo {
	display: block;
	height: 75px;
  width: 305px;
  max-width: 70%;
	overflow: hidden;
	text-decoration: none;
  margin: 2rem auto;
  position: relative;
  z-index: 1;
  transition: padding: 0.25s ease;
}
.site-logo svg {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.site-logo svg .st0,
.site-logo svg .st1,
.site-logo svg .st2 {
  transition: fill 0.15s ease;
}
.toggled .site-logo svg .st0,
.toggled .site-logo svg .st1,
.toggled .site-logo svg .st2 {
  fill: #fff;
}
.social {
  margin: 0 auto;
}
.site-header .social {
  position: absolute;
  top: 2rem;
  left: 0;
}
.footer .social {
  margin: 0 0 2rem;
}
.social li {
  display: inline-block;
}
.social li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: 5150em;
  margin: 0 3px 0 3px;
  background-size: 32px 32px;
}

.social li a:hover {
  opacity: 0.5;
}

.social li.instagram a {
  background: url(img/instagram.svg) no-repeat 0 0;
}
.social li.twitter a {
  background: url(img/twitter.svg) no-repeat 0 0;
}
.social li.facebook a {
  background: url(img/facebook.svg) no-repeat 0 0;
}

/* =Content
----------------------------------------------- */

body {
	margin: 0;
}

#page-container {
  width: 100%;
	max-width: 1180px;
  margin: 0 auto;
  padding: 3rem;
}

.header-contain {
  position: relative;
  width: 100%;
	max-width: 1180px;
  margin: 0 auto;
}

.byline,
.updated {
	display: none;
}

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

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

.video {
	margin: 0 0 0 48px;
	position: relative;
}

.imgplay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.imgplay.hide {
	display: none;
}

.above {
  position: relative;
  z-index: 100;
}

.center {
	text-align: center
}

.content-spaced {
  margin-bottom: 4rem;
}

.entry-content ul {
  margin: 0;
}

.entry-content li {
  margin-bottom: 2rem;
  list-style: none;
}
.entry-content li:before {
  content: ' ';
  display: inline-block;
  position: relative;
  width: 24px;
  height: 17px;
  background: url(img/star.svg) left top no-repeat;
  left: 0;
  top: 2px;
  color: green;
  font-size: 20px;
}


/* =Content About Awards
----------------------------------------------- */
.awards-container h2 {
  margin-bottom: 0.5rem
}

.awards-container .intro {
  padding: 0 2rem 2rem;
  line-height: 2;
}

.awards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.awards div {
  width: 50%;
  padding: 1rem;
}


/* =Content Instagram
----------------------------------------------- */

.instagram-module {
  margin: 6rem 0 0;
}

.instagram-container {
  display: flex;
  flex-wrap: wrap;
}

.instagram-feed {
  overflow: hidden;
  text-align: left;
  margin-bottom: 3rem;
}

.instagram-feed a {
	text-decoration: none;
}

.instagram-feed:last-child{
	margin-right: 0;
}

.instagram-img {
  display: block;
}

.instagram-text {
	margin-top: 10px;
	text-align: left;
}


/* =Content Donuts
----------------------------------------------- */

.donut-hash {
  margin: -40px 0 45px;
}

.donuts-content {
  max-width: 32rem;
  margin: 0 auto;
}

.page-donuts .entry-content {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3rem;
  margin-bottom: 3rem;
}


/* =Content Location
----------------------------------------------- */

.location-list {
	list-style: none;
	text-align: left;
  margin: 0;
}

.location-list li {
	padding: 0 0 10px 0;
	text-align: left;
}

.location-list li a {
	color: #595959;
}

.location-block {
  display: block;
  color: #595959;
  margin-bottom: 2.5em;
}

.location-block a:hover {
  text-decoration: none;
}


/* =Content Press
----------------------------------------------- */

.page-press-page .entry-content {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3rem;
  margin-bottom: 3rem;
}

.press-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 65%;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.press-list {
	list-style: none;
	text-align: left;
  margin: 0;
}

.press-list {
  font-size: 1.25em;
}

.press-list span,
.press-featured a {
	font-size: .8em;
}

.press-list li {
	padding: 0 0 10px 0;
	text-align: left;
}

.press-list:not(.press-featured) li a {
	color: #595959;
}

.press-featured li {
  text-align: center;
  margin-bottom: 4rem;
}

.press-featured h2 {
  margin: 0;
}

.press-featured-link {
  display: block;
}


/* =Content Swag
----------------------------------------------- */

.swag-content {
  max-width: 26rem;
  margin: 0 2rem;
}

.swag-price {
  display: block;
  font-size: 2rem;
  color: #117c9d;
  line-height: 1;
  margin-top: 1.75rem;
}

.swag-title {
  margin: 0.5rem 0 1.5rem;
}


/* =Content Large Orders
----------------------------------------------- */

.order-control {
  padding: 2rem 0 0;
  margin: 2rem 0;
  border-top: 1px solid #8A8C8F;
  border-bottom: 1px solid #8A8C8F;
}

.order-control pre {
  background: transparent;
  margin: 0;
  padding: 0.5rem 0 1.5rem;
}

.order-control-selected {
  font-size: 3rem;
  color: #117c9d;
  line-height: 1;
}

.order-control-selected.needmore {
  color: #b61e2d;
}

.order-control-submit a {
  display: block;
  margin: 6px 0 2rem;
}

.order-control-submit:not(.primed) a {
  cursor: not-allowed;
  background: #b61e2d;
  padding-right: 1.5em;
  opacity: 0.5;
}

.donuts-list {
  display: flex;
  flex-wrap: wrap;
}

.order-donut-block {
  width: 50%;
  float: left;
}

.order-bulk-list {
  display: flex;
  flex-wrap: wrap;
}

.order-bulk-block {
  width: 100%;
}

.order-bulk-img {
  max-height: 300px
}

.order-donut-block {
  position: relative;
  margin: 0 0 2rem;
}

.order-item-content {
  padding-right: 2rem;
}

.order-item-counter {
  margin: 0 0 1rem;
}

.order-item-counter img,
.order-item-counter .counter-total {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

.order-item-counter img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.order-item-counter .counter-total {
  color: #58595b;
  font-size: 2.5rem;
  margin: 1px 0 0 0.5rem;
}

.order-donut-block .order-item-content {
  max-width: 22rem;
  margin: 0 auto;
}

.order-item-price {
  display: block;
  font-size: 2rem;
  color: #117c9d;
  line-height: 1;
}

.order-item-description-trigger {
  cursor: pointer;
}

.order-item-description {
  pointer-events: none;
  background: rgba(255,255,255,1);
  margin: 0 1rem;
  padding: 2rem;
  border-radius: 6px;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 12px -3px #58595b;
  transform: translateY(90%);
  opacity: 0;
  transition: opacity 0.2s ease-in, transform 0.25s ease-in;
}

.order-item-description .title {
  color: #117c9d;
}

.order-item-description.active {
  transform: translateY(101%);
  opacity: 1;
}

.order-selects {
  margin: 2rem 0;
  border: 1px solid #8A8C8F;
  border-radius: 8px;
}

.order-selects.error {
  background: pink;
  border-color: #b61e2d;
}

.order-selects input,
.order-selects select,
.order-selects .ui-selectmenu-button,
#locationpicker-button {
  color: #595959;
  box-sizing: border-box;
  font-size: 2rem;
  width: 100%;
  line-height: 2;
  border: none;
  border-radius: 8px;
  padding: 1rem 6rem 1rem 2rem;
  background: transparent;
  background-image: url(img/chevron-down-blue.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 33px 18px;
}

.ui-selectmenu-icon.ui-icon {
  display: none;
}

.order-selects #datepicker {
  border-radius: 0;
  border-top: 1px solid #8a8c8f;
  border-bottom: 1px solid #8a8c8f;
}

#locationpicker-button {
  border: none;
  width: 100%;
}

.order-selects .hasDatepicker::-webkit-input-placeholder {
  color: #595959;
}
.order-selects .hasDatepicker::-moz-placeholder {
  color: #595959;
}
.order-selects .hasDatepicker:-ms-input-placeholder {
  color: #595959;
}
.order-selects .hasDatepicker:-moz-placeholder {
  color: #595959;
}
.order-selects .ui-timepicker-input::-webkit-input-placeholder {
  color: #595959;
}
.order-selects .ui-timepicker-input::-moz-placeholder {
  color: #595959;
}
.order-selects .ui-timepicker-input:-ms-input-placeholder {
  color: #595959;
}
.order-selects .ui-timepicker-input:-moz-placeholder {
  color: #595959;
}


/* =Content Footer
----------------------------------------------- */

footer.footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0 6rem;
  background-image: linear-gradient(to bottom, #fff, #fff 63.85%, #117c9d 63.85%, #117c9d);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-content {
  position: relative;
  text-align: center;
  max-width: 678px;
  margin: 0 auto;
}

.logo-footer {
	display: block;
	height: 160px;
	width: 160px;
	background: url(img/bluestardonuts-logo-circle.svg) no-repeat;
	background-size: 160px 160px;
	margin: 0 auto -80px;  
  position: absolute;
  z-index: 10;
  top: 12%;
  left: 3%;
  transition: width 0.25s ease, height 0.25s ease, top 0.25s ease, background-size 0.25s ease;
}

.footer .description {
  color: #fff;
  position: relative;
  top: -3rem;
}

.footer .scroll-top {
  cursor: pointer;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-family: "itcfranklingothicw01-bk 812647",sans-serif;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding: .15em .75em;
  opacity: .5;
  text-align: center;
  transition: opacity .25s ease;
}

.footer .scroll-top:hover {
  opacity: 1;
}

/* =Content Grid
----------------------------------------------- */
.grid-row {
  margin: 0 auto;
  line-height: 2;
}

.grid-image {
  min-height: 42rem;
  background-position: center;
  background-size: cover;
}

.grid-image-only {
  width: 100%;
}

.grid-image-only img {
  display: block;
  width: 100%;
  height: auto;
}

.grid-copy,
.grid-copy-only {
  padding: 4rem 2rem;
}

.grid-copy-only.bg-blue,
.grid-copy.bg-blue {
  color: #fff;
  background: #117c9d;
}
.grid-copy.bg-blue h1,
.grid-copy.bg-blue h2,
.grid-copy.bg-blue h3,
.grid-copy-only.bg-blue h1,
.grid-copy-only.bg-blue h2,
.grid-copy-only.bg-blue h3 {
  color: #fff;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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

/* video responsive for 16:9 resolution */
.video-contain {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 3rem;
}
.video-contain iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  text-align: center;
  width: 100%;
}

.menu-main-menu-container {
  padding: 18rem 1rem 1rem;
  overflow: hidden;
  transition: transform 0.25s ease-out;
  transform: translateY(-100%);
  background: #117c9d;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

#masthead.toggled .menu-main-menu-container {
  transform: translateY(0);
}

.main-navigation ul {
  list-style: none;
  margin: 0 auto;
  max-width: 680px;
}

.main-navigation li {
  position: relative;
  display: inline-block;
}

.main-navigation a {
  display: block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding: 0.15em 0.75em 0.15em;
  opacity: .5;
  text-align: right;
}

/*
TODO reamove this after launch.
used for webfont override from production site
we can remove the font from the fonts.com library too
*/
body .main-navigation a {
  font-family: "ITCFranklinGothicW01-Bk 812647", sans-serif;
}

.main-navigation a:hover,
.main-navigation a:active,
.main-navigation a:focus,
.main-navigation .current-menu-item a {
  opacity: 1;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  opacity: 1;
}

/* Small menu. */
.menu-toggle {
  cursor: pointer;
  padding: 1.75rem 2rem;
  position: absolute;
  z-index: 2;
  top: -1rem;
  right: -1rem;
  border: none;
  background: transparent;
  outline: 0;
}

.lines::before,
.lines::after {
  content: '';
  display: block;
}

.lines,
.lines::before,
.lines::after {
  position: absolute;
  width: 100%;
  height: 5px;
  transition:
    transform 0.15s ease
    background 0.25s ease;
  background: #117c9d;
}

.lines {
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -20px;
}

.lines::before {
  top: -12px;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.lines::after {
  bottom: -12px;
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
}

#masthead.toggled .lines,
#masthead.toggled .lines::before,
#masthead.toggled .lines::after {
  background: #fff;
}

#masthead.toggled .lines {
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
}

#masthead.toggled .lines::before {
  top: 0;
  transition: top .1s ease-out,opacity .1s .14s ease-out;
  opacity: 0;
}

#masthead.toggled .lines::after {
  bottom: 0;
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transform: rotate(-90deg);
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}


@media only screen and (max-width: 979px) {
  .site-header .social,
  .sml-hide {
    display: none;
  }
  .sml-show {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  /* Small menu. */
  .menu-toggle {
    padding: 1.75rem 2.5rem;
    right: 0;
    top: 2.85rem;
  }

  .lines,
  .lines::before,
  .lines::after {
    height: 5px;
  }

  .lines {
    margin: -2px 0 0 -25px;
  }

  .lines::before {
    top: -14px;
  }

  .lines::after {
    bottom: -14px;
  }

  .menu-main-menu-container {
    padding-top: 24rem;
    padding-bottom: 4rem;
  }

  .instagram-feed {
    float: left;
    padding: 0 25px 0 0;
    width: 50%;
  }

  .location-split {
    column-count: 2;
  }

  .donuts-block {
    width: 50%;
    float: left;
  }

  .donuts-content {
    max-width: 26rem;
  }

  .swag-list {
    display: flex;
    flex-wrap: wrap;
  }

  .swag-block {
    width: 50%;
    flex: left;
  }

  .order-bulk-block {
    width: 50%;
    float: left;
  }

  .order-donut-block {
    width: 33.33333%;
    margin-bottom: 4rem;
  }

  .order-control {
    display: flex;
  }

  .order-control-count {
    flex-grow: 1;
  }

  .order-control-submit a {
    margin-bottom: 0;
  }

  .order-selects {
    position: relative;
    display: flex;
    flex: auto;
  }

  .order-selects #datepicker {
    border: none;
    border-left: 1px solid #8a8c8f;
    border-right: 1px solid #8a8c8f;
  }

  .logo-footer {
    height: 216px;
    width: 216px;
    background-size: 216px 216px;
    top: 0;
    left: 5%;
  }
}

@media only screen and (min-width: 720px) {
  .press-list {
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
  }

  .press-list li {
    display: block;
    float: left;
    width: 50%;
    padding-right: 4rem;
  }

  .press-featured li {
    margin-bottom: 6rem
  }

  .awards div {
    width: 25%;
  }

  .is-sidebar {
    width: 50%;
    float: left;
  }

  .has-sidebar {
    width: 50%;
    float: left;
    padding-right: 4rem;
  }


   /* =Content Footer
  ----------------------------------------------- */

  .footer .social {
    position: absolute;
    top: 45%;
    right: 0;
    margin: -16px 0 0;
  }

  .footer .description {
    color: #fff;
    position: relative;
    top: -6rem;
  }
  
  footer.footer {
    background-image: linear-gradient(to bottom, #fff, #fff 59.2%, #117c9d 59.2%, #117c9d);
    padding: 8rem 2rem 2rem;
  }
}


@media only screen and (min-width: 980px) {
  .sml-show {
    display: none;
  }

  #page-container {
    margin: 0 auto 16rem;
    padding: 0 4rem;
  }

  /* SVG Titles */
  .svg-title {
    margin-top: 9.5rem;
    padding: 0;
  }

  h1 {
    margin-top: 4rem;
  }

  .site-logo {
    height: 93px;
    width: 379px;
  }

  .site-logo,
  .site-header .social,
  .menu-toggle {
    margin-top: 6rem;
  }

  .site-header .social,
  .menu-toggle {
    top: 1.5rem;
  }

  .hero-donut img {
    margin-left: -50px;
    max-width: 550px;
  }

  .split {
    width: 50%;
    float: left;
  }

  .split.squish {
    width: 42%;
    margin-left: 3.25%;
  }

  .split-4-1 {
    width: 25%;
  }

  .is-sidebar,
  .split-3-1 {
    width: 33.333%;
    float: left;
  }

  .has-sidebar,
  .split-3-2 {
    width: 66.666%;
    float: left;
    padding-right: 4rem;
  }

  .instagram-feed {
    width: 33.33333%;
  }

  .location-contain {
    display: flex;
  }

  .swag-block {
    width: 33.33333%
  }

  .donuts-block {
    width: 33.33333%
  }

  .order-bulk-block {
    width: 33.33333%;
  }

  .order-donut-block {
    width: 25%;
  }

  /* =Content About Awards
  ----------------------------------------------- */

  .awards-container .intro {
    padding: 0 6rem 2rem;
  }


  /* =Content Grid
  ----------------------------------------------- */
  .grid-row {
    display: flex;
  }

  .grid-copy,
  .grid-image {
    width: 50%;
  }

  .grid-image {
    min-height: 24rem;
  }

  .grid-copy {
    padding: 8rem 6rem;
  }

  .grid-copy-only {
    padding: 6rem;
  }

  .grid-copy.shift-right {
    order: 1;
  }

  .grid-copy.shift-left {
    order: -1;
  }
}


/* =Base Print Styles, inline to save the HTTP request
----------------------------------------------- */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
