/*
Theme Name: Galbani
Theme URI: http://www.galbani.co.uk/
Author: Equator
Author URI: http://www.eqtr.com/
Description: Custom theme for Galbani
Version: 1.2.0
Text Domain: galbani
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Custom
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
.single-products .banner-image, .single-recipes .banner-image, .single-ambassadors .banner-image {display:none;}

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

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;
	border-radius: 0;
}

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-appearance: none;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #797777;
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
}
h4 {
	margin-top:25px
}
.related-item {
	margin-bottom:30px
}

h1 {font-size:46px; line-height: 1.2}
h2 {font-size:60px; line-height: 1.2}
h3 {font-size:30px; line-height: 1.2}
h4 {font-size:24px; line-height: 1.2}
h5 {font-size:21px; line-height: 1.2}
h6 {font-size:18px; line-height: 1.2}


p {
	margin-bottom: 1.5em;
	line-height: 1.4;
}

b,
strong {
	font-weight: bold;
}

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: 30px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

pre code,
pre kbd {
	display: block;
}

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

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

blockquote {
  background: #eee;
  border-left: 10px solid #ddd;
  margin: 1.5em 0;
  padding: 30px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0.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. */
}

embed,
iframe,
object {
	max-width: 100%; /* Adhere to container width. */
}

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

table th {
	text-align: left;
	background: #005493;
	color: #fff;
}
table th, table td {
	padding: 6px 10px;
	border: solid 1px #fff;
}
table tr {
	background: #eee;
}
table tr:nth-child(even) {
	background: #ddd;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	background: #009245;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background: #007335;
}
button:hover,
input:hover,
button:focus,
input:focus {
	outline: none;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	padding: 4px 5px 2px 5px;
}

textarea {
	width: 100%;
}

::-webkit-input-placeholder {
   padding-top: 4px;
}
:-moz-placeholder {
   padding-top: 4px;
}
::-moz-placeholder {
   padding-top: 4px;
}
:-ms-input-placeholder {
   padding-top: 4px;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #005492;
	text-decoration:none;
}
.white {
	color: white;
}

a:hover,
a:focus,
a:active {
	color: #147dd3;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

header#masthead .main-navigation a {
	color: #b8d6e8;
}
header#masthead .main-navigation a:hover,
header#masthead .main-navigation a:focus,
header#masthead .current-menu-item a,
.post-type-archive-recipes header#masthead #menu-item-38 a,
.single-recipes header#masthead #menu-item-38 a,
.single-products header#masthead #menu-item-39 a,
.post-type-archive-products header#masthead #menu-item-39 a,
.post-type-archive-ambassadors header#masthead #menu-item-495 a {
	color: #fff;
}

/* Main Nav */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #b8d6e8;
	padding: 8px;
	font-size: 16px;
}
.menu-main-menu-container .menu-item {
	margin:0 5px;
}
ol.inner-nav {
	float: right;
	margin-top: 38px;
	padding: 0;
}

/* Menu Social Links */
#menu-social-links-container {
	vertical-align: middle;
  text-align: center;
}
#menu-social-links li {
	display: inline-block;
	/*background: url(images/sprite-1.png);*/
	margin-left:5px;
}
#menu-social-links li a {
	/*text-indent: -9999em;*/
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
}

.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
	color: #fff;
}

/* Small menu. */
.menu-toggle {
	display: none;
}


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

.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-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. */
}

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

img.alignleft, img.alignright, img.aligncenter {
	max-width: 150px;
}
/*--------------------------------------------------------------
8.0 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;
}

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

/*--------------------------------------------------------------
9.0 Custom
--------------------------------------------------------------*/

/* Wrappers */
.wrapper-wide,
.wrapper-narrow,
.article-wrapper-narrow {
	margin: 0 auto;
}
.wrapper-wide {
	max-width: 1280px;
	width:90%;
}
.wrapper-narrow {
	max-width: 1020px;
	width:90%;
	padding-top: 20px;
	padding-bottom: 100px;
}
.article-wrapper-narrow {
	max-width: 1020px;
	width:90%;
}
.wrapper-narrow > header > .page-title {
	margin-top: -10px;
}

/* Fonts */
h1, h2, h3, h4 {
	color: #005493;
}
.home h1, .home h2, .home .features h3, .home .features h4 {
	color: #fff;
}
h1, h2, h3, h4, .btn, .banner-image .banner-title, footer#colophon h5, #footer-newsletter form button {
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.04em;
	word-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 100;
}
h1, h2, h3, .banner-image .banner-title {
	letter-spacing: 0.065em;
}
body {
	font-family: 'Open Sans', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation a,
.entry-meta-servings, .entry-meta-author {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #005493;
	padding-left: .5em !important;
}

/* Header */
header#masthead {
	background:#005492;
	color:#fff;
}
header#masthead a {
	color: #fff;
}
.site-branding {
	float: left;
}
.site-branding .site-title {
	background: url(images/galbani_logo.png);
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
	width: 220px;
	height: 84px;
	display: inline-block;
	margin: 15px 0;
}
.site-branding .site-title a {
	display: block;
	text-indent: -99999px;
	width: 220px;
	height: 84px;
}

/* Bottom of page link */
.bottom-link {
	background:#eee;
	padding:180px 0 200px;
	text-align:center;
	background-image: url(../../uploads/2014_09_17-Galbani_RadioTimes-Hash_960x480.jpg);
	background-position: center center;
	background-size: cover;
}
.bottom-link h2 {margin-bottom:30px;color:#fff;text-shadow:0 0 6px rgba(0,0,0,0.5)}

/* Footer */
footer#colophon {
	padding-bottom: 50px;
	background: #005492;
	background-size: 120px auto;
	position: relative;
	color:#fff;
}
footer .wrapper-narrow {
	padding-top:0;
	padding-bottom:15px
}
footer#colophon .wrapper-narrow a,
footer#colophon .wrapper-wide a {
	color: #fff;
	font-size: 16px
}
footer#colophon .wrapper-narrow a:hover,
footer#colophon .wrapper-narrow a:focus,
footer#colophon .wrapper-wide a:hover,
footer#colophon .wrapper-wide a:focus {
	color: #7dbbe7;
}

/* Footer - Scroll Top */
p.scroll-top {
	background: url(images/sprite-1.png) 0 -32px;
	width:70px;
	height:70px;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-35px;
	text-align: center;
	margin-top: 0;
}
p.scroll-top a {
	background: url(images/sprite-1.png) -70px -32px;
	width:70px;
	height:70px;
	display: block;
	padding-top: 35px;
}
p.scroll-top a:hover,
p.scroll-top a:focus {
	margin-top: -5px;
}

/* Footer - Menu */

.footer-menu {
	float: left;
	margin-right:5%;
}
.footer-menu:nth-child(1) {
	/*width:20%;*/
	width: 30%;
}
.footer-menu:nth-child(2) {
	/*width:20%;*/
	width: 30%;
}
.footer-menu:nth-child(3) {
	/*width:25%;*/
	width: 30%;
	margin-right: 0;
}
.footer-menu:nth-child(4) {
	width:15%;
}
.footer-menu:last-of-type {
	margin-right:0;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu ul li a {
	padding:7px 0;
	display: block;
	line-height:1.4
}
.footer-menu h5 {
	margin-bottom:20px;
}
#footer-newsletter {
	margin: 50px 0 20px;
	background: #004b83;
}
#footer-newsletter h5, #footer-newsletter p {
	float:left;
	padding:30px 20px;
	margin: 0;
	border-right:1px solid #005492
}
#footer-newsletter form {
	float:right;
	width:50%;
	padding:20px;
}
#footer-newsletter form > div {
	position: relative;
}
#footer-newsletter label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#footer-newsletter label.error {
	clip: auto;
	height: auto;
	width: auto;
	overflow: visible;
	top: 108%;
	left: 0;
	z-index: 999999;
	background: #009245;
	font-size: 0.9em;
	padding: 5px;
}
#footer-newsletter label.error:after {
    content:'';
    position: absolute;
    top: -6px;
    left: 6px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: solid 6px #009245;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}
#footer-newsletter form input {
	width:67%;
	margin-right: 3%;
	border: 0;
	padding: 9px;
	float:left;
}
#footer-newsletter form button {
	width:30%;
	float:left;
	padding:11px 0;
	font-size:21px
}
#footer-newsletter form #signup-successful {
	background: url(images/success.png) left center no-repeat;
	padding: 10px 0 10px 60px;
	min-height: 40px;
	border-right: none;
}

#footer-copyright,
#footer-cookies {
	text-align: center;
}
#footer-copyright {
	margin: 30px 0 20px;
}
#footer-cookies {
	font-size: 16px;
	color: #7dbbe7;
	max-width:700px;
	margin:20px auto
}
img.footer-logo {
	display:block;
	margin:80px auto 60px;
	max-height: 100px;
}

.footer-logo-title {
	text-align: center;
	color: #fff;
}

.footer-logo-container {
	/*max-width: 570px;*/
    margin: auto;
	display: flex;
	justify-content: center;
}

img.footer-logo-more {
	margin: 40px auto 60px;
}

@media (max-width: 576px) {
	.footer-logo-container {
		flex-flow: column;
	}
}

/* Images */
img {
	display: block;
}

/* Images - Banners */
.banner-image {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #005492 url(images/banner-image-recipes.jpg); /* Set default */
	background-position: right center;
	background-size: cover;
	/*background-attachment: fixed;
	background-position: center center;*/
}
.banner-image .banner-title {
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 60px;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	z-index: 1;
	line-height: 1.25;
}

/* Images - Banners - Products */
.single-products .banner-image,
.post-type-archive-products .banner-image {
	background-image: url(images/banner-image-products.jpg);
	background-position: center center;
}
/* Images - Banners - Ambassadors */
.single-ambassadors .banner-image,
.post-type-archive-ambassadors .banner-image {
	background-image: url(images/banner-image-ambassadors.jpg);
	background-position: center top;
}


/* Images - Main */
.image-main {
	margin: 30px auto;
	width: auto;
	height: auto;
	height: 480px;
}

/* Pages */
.page-header {
	margin-top: 30px;
}
/* Archive Pages */
.archive-header {
	margin-bottom: 15px;
}
.archive-header + p {
	margin-bottom: 30px;
}
.home .related-items,
.archive .related-items {
	padding-top: 0;
}
.home .archive-header {
	margin-top: 0;
}
.related-items.archive-related-items {
	padding-top: 20px;
}


/* Single Article - Headings */
.single article h1 {
	font-size: 60px;
}
.single article h2 {
	font-size: 28px;
}
.single article h3 {
	font-size: 24px;
}

/* Single Article - Meta */
.single article .entry-meta-author {
	font-size: 14px;
	color: #005492;
	margin: 25px 0 20px 0;
}
.single article .entry-meta {
	color: #797777;
	font-size: 18px;
	margin: 30px 0 20px 0;
}
.single article .entry-meta .separator {
	margin: 0 1em;
}

/* Single Article - Lists */
.single article .list-ingredients ul,
.single article .list-instructions ol,
.single article .list-ingredients p,
.single article .list-instructions p {
	font-family: 'Open Sans', sans-serif;
}
.single article .list-ingredients ul {
	padding-left: 20px;
}
.single article .list-ingredients p {
	margin-bottom: 0;
	margin-top: 0;
}
.single article .list-instructions ol {
	margin-top: 1em;
	padding-left: 35px;
	color: #005493;
	font-weight:bold;
}
.single article .list-instructions ol span {
	color: #797777;
	font-weight:normal;
}

.single article .list-instructions ol > li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 1em;
	min-height: 3em;
}
.single article .list-instructions ol > li:before {
	position: absolute;
	top: -3px;
	left: -30px;
	width: 32px;
	height: 32px;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #e7e7e7;
	content: "";
	z-index: -1;
}

/* Single Article - Backlink */

.link-back {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #005492;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 30px;
	padding-left: 20px;
	background: url(images/back.png) no-repeat left center;
	position:absolute;
	top:59px
}


/* Related Items */
.related-items {
	clear: both;
}
.archive-related-items {
	padding-bottom: 0;
}
.related-item {
	width: 31%;
	margin-right: 3.5%;
	float: left;
}
.related-item:nth-of-type(3n) {
	margin-right: 0%;
}
.related-items.tint {
	background: #eee;
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
}
.single-products .related-items {
	border-top: solid 1px #c8c8c8;
}
.single-products .archive-related-items.related-items {
	border-top: 0;
}
.single-products .related-items.tint {
	border-bottom: 0;
}
.single-products .archive-related-items.related-items {
	margin-bottom: 0;
}
.related-items h3 {
	text-align: center;
	margin-bottom:50px;
	font-size: 48px;
}
.related-items img {
	width: 100%;
	height: auto;
}
.related-items-product img,
.single .related-items-product-category img {
	max-height: 200px;
	width: auto;
}
.related-items a:hover ~ h4 a {
	color: #147dd3;
}
.single-ambassadors .related-items.tint {
	border-bottom: 0;
}


/* Buttons */

.btn {
	background: #009245;
	color: #fff;
	padding: 17px 40px;
	display: inline-block;
	text-align: center;
	font-size: 21px;
	line-height: 1.25em;
}
.btn:hover,
.btn:focus {
	color: #fff;
	background: #007335;
}

.btn-blue {
	background: #005492;
}
.btn-blue:hover,
.btn-blue:focus {
	background: #004368;
}



/* Video embeds */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-container {
	margin: 30px 0;
}

/* Social Share embeds */
.social-share {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 100px 0;

}
.social-share li {
	display: inline-block;
}
.social-share li a {
	background: url(images/sprite-1.png);
	margin: 0 5px;
}
.social-share li.social-share-facebook a {
	background-position: 0 0;
}
.social-share li.social-share-pinterest a {
	background-position: -32px 0;
}
.social-share li.social-share-instagram a {
	background-position: -64px 0;
}
.social-share li.social-share-twitter a {
	background-position: -96px 0;
}
.social-share li.social-share-googleplus a {
	background-position: -128px 0;
}
.social-share li a {
	text-indent: -9999em;
	display: block;
	width: 32px;
	height: 32px;
}


/* Recipe Filter */
#recipe-filter {
	margin-bottom: 30px;
	border: solid 1px #dcdcdc;
	background: #e8e8e8;
	font-size: 14px;
}
#filter-submit:hover,
#filter-submit:focus {
	background: #004368;
}
.recipe-filter-select {
	float:left;
}
.recipe-filter-select select:hover {
	cursor: pointer
}
#recipe-filter-search, #recipe-filter-filters {
	float: left;
}
#filter-submit {
	display: block;
	background: #005492;
	padding: 10px 30px 12px;
	float:right;
	margin:10px 10px 10px 0;
}
#recipe-filter label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #005492;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 24px 10px 0;
}
#filter-search {
	height: 57px;
	border: 0;
	border-left: 1px solid #ddd;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-appearance: window;
	appearance: none;
	text-overflow:'';
	padding: 3px 10px 0;
	width: 210px;
	border-right: 1px solid #ddd;
}
#filter-product {
	border-right: 1px solid #ddd;
}
#filter-course select {
	width: 160px
}
#filter-time select {
	width: 180px
}
#filter-product select {
	width: 165px
}
.recipe-filter-select select {
	height: 63px;
	border: 0;
	border-left: 1px solid #ddd;
	background: transparent url(images/icon-select.png) no-repeat right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow:'';
    text-indent: 0.01px;
	padding: 0 24px 0 7px;
}
.recipe-filter-select select::-ms-expand {
    display: none;
}

/* Sitemap */
.sitemap h2 {font-size:32px}
.sitemap article {padding:50px 0}
.sitemap header {margin-bottom:40px}
.sitemap ul li {margin-bottom:8px;color:#005492;font-size:16px;}


.wrapper-image {
	/*background-size: cover;
	background-position: center center;*/
	color: #fff;
	background-position: center center;
	background-size: cover;
}
.wrapper-image.paraxify {
	background-attachment: fixed;
}
.home .wrapper-image {
	height: 600px;
	padding: 100px 0;
}
.home article .wrapper-image h2 {
	color: #fff;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.home article .wrapper-image p {
	font-size:28px;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	max-width:760px;
}

.home article {
	clear: both;
}
.home article h2 {
	color: #005492;
}
.home article h3 {
	font-size: 46px;
}
.home article .align-center {
	margin: 0 auto;
	clear: both;
}
.home .wrapper-narrow {
	overflow: hidden;
}

.col-1-2, .col-2-2 {
	float: left;
	width: 50%;
}

.home .our-story-home p:first-of-type {
	font-size:18px;
	margin-top:30px
}
.home .our-story-home a {
	margin-top:20px
}
.home .our-story-home .col-1-2 {
	padding-right:2%;
}
.home .our-story-home .col-2-2 {
	padding-left:2%;
}
.home .our-story-home .col-2-2 img {
	width:100%
}

/* Helper classes */

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


/* Results Pagination */
.results-pagination {
	padding: 10px;
	border: solid 1px #dcdcdc;
	background: #e8e8e8;
	overflow: auto;
	margin-bottom: 30px;
}
.results-pagination p {
	color: #797777;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	  text-transform: uppercase;
	  margin: 0 0 10px 5px;
	  font-size: 0.8em;
	  text-align: center;
}
.results-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.results-pagination ul li {
	display: inline-block;
	margin-left: 10px;
}
.results-pagination ul li a {
	background: #fff;
	border: solid 1px #dcdcdc;
	display: inline-block;
	width: 2.4em;
	padding: 0.4em;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.results-pagination ul li.active a,
.results-pagination ul li a:hover,
.results-pagination ul li a:hover {
	color: #fff;
	background: #00548b;
}


/* Generic Page/404 Page */
.page-template-default #main .page-header,
.error404 #main .page-header {
	margin-top: 0;
	margin-bottom: 40px;
}

/* Page Scroller */
.page-scroller-controls {
	display: none;
}
@media screen and (min-width: 1130px) {
	.page-scroller-controls {
		opacity: 1;
		display: block;
		position: fixed;
		right: 30px;
		top: 50%;
		z-index: 999;
		padding: 0;
		margin: 0;
		list-style: none;
		-webkit-backface-visibility:hidden; -webkit-transform: translateZ(0);
	}
	.page-scroller-controls li {
		padding: 0;
		margin: 10px 0;
		line-height: 1em;
	}
	.page-scroller-controls li a {
		width: 13px;
		height: 13px;
		background-color: #fff;
		border: solid 2px #000;
		border-radius: 50%;
		display: inline-block;
		text-align: right;
		position: relative;
		z-index: 1001;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		text-shadow: 0 0 1px #fff;
		color: #000;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		-webkit-font-smoothing: antialiased;
		letter-spacing: 0.04em;
		word-spacing: 0.15em;
	}
	.page-scroller-controls li a span {
		opacity: 0;
		position: absolute;
		right: 0;
		padding-right: 14px;
		top: 50%;
		margin-top: -0.4em;
		width: 16em;
		display: none;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		font-size: 18px;
	}
	.page-scroller-controls li a:hover,
	.page-scroller-controls li.active a {
		background-color: #000;
	}
	.page-scroller-controls li a:hover span {
		display: block;
		padding-right: 26px;
		opacity: 1;
	}
	.page-template-our-story .page-scroller-controls li a {
		border: solid 2px #fff;
		color: #fff;
		text-shadow: 0 0 1px #000;

	}
}


/* Steven Styles - Home - Banner */
#banner-home {
	background: url(images/home-banner-bg.jpg) center center;
	background-size: cover;
	color: #fff;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	width:50%;
	float:left;
}
#banner-home h2 {
	background: url(images/galbani_logo_ribbon_large.png) center center no-repeat;
	width: 220px;
	height: 187px;
	margin: 0 auto 100px auto;
	background-size: auto auto;
	text-indent: -999999px;
}
#banner-home h3 {
	font-size: 48px;
	text-align: left;
	color: #fff;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
#banner-home-content {
	max-width:640px;
	float:right;
	padding-right: 80px;
}

/* Steven Styles - Home - Features */
.features-container {
	/*width: 50%;
	float: right;*/
	position: relative;
}
.features-container .features-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 9;
}
.home .features ul {
	list-style: none;
	width: 300%;
	padding: 0;
	margin: 0;
}
.home .features .feature {
	display: block;
	float: left;
	background-size: cover;
	background-position: right center;
	padding: 70px 0 0 0;
	min-height: 500px;
	width: 100%;
}
.home .features .feature .feature-subtitle {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	margin-top: 0;
}
.feature-content-container {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}
.home .features .feature .feature-content {
	max-width: 400px;
	width: 90%;
	position:absolute;
	bottom:35px;
	text-align: left;
	z-index: 10;
}
.home .features .feature .feature-content .feature-content-image {
	max-height: 240px;
	margin-bottom: 20px;
	width: auto;
	z-index: 10;
	position:relative;
}
.home .features .feature .feature-content-inner {
	padding: 20px 25px;
	background: #000;
	background: rgba(0,0,0,0.5);
}
.home .features .feature h3 {
	font-size: 38px;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.home .features .feature .feature-content .btn {
	margin-top: 20px;
	background: #005492;
}
.home .features .feature .feature-content .btn:hover,
.home .features .feature .feature-content .btn:focus {
	background: #004368;
}


.unslider-arrow {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 99;
	width: 60px;
	height: 60px;
	text-indent: -999999px;
	display: block;
	opacity: 0.7;
	z-index: 1002;
}
.unslider-arrow:hover,
.unslider-arrow:focus {
	opacity: 1;
}
.unslider-arrow.prev {
	left: 0;
	background: url(images/prev.png);
}
.unslider-arrow.next {
	right: 0;
	background: url(images/next.png);
}

.page-intro {font-size:19px}


/* Our Story */
.page-template-our-story footer#colophon {
	margin-top: 0;
}
.page-template-our-story #main {
	overflow: hidden;
}
.our-story-1 {
	padding:100px 0 300px
}
.our-story-2 {
	padding:100px 0 300px;
}
.our-story-3 {
	padding:200px 0 200px
}
.our-story-4 {
	padding:100px 0 300px
}
.our-story-5 {
	padding:100px 0 350px
}
.our-story-6 {
	padding:100px 0 400px
}
.page-template-our-story article .wrapper-image {
	position: relative;
}
.page-template-our-story article .wrapper-image h2 {
	color: #fff;
}
.page-template-our-story article .wrapper-image p {
	font-size: 24px;
}
.page-template-our-story article .our-story-1 h2,
.page-template-our-story article .our-story-1 p {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.page-template-our-story article .our-story-2 h2,
.page-template-our-story article .our-story-2 p  {
	width: 75%;
	max-width: 550px;
}
.page-template-our-story article .our-story-2 img {
	position: absolute;
	right: 0;
	bottom: -40px;
	z-index: 9;
	max-width: 32%;
}
.page-template-our-story article .our-story-3 h2,
.page-template-our-story article .our-story-3 p {
	max-width: 700px;
	text-align: center;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}
.page-template-our-story article .our-story-3 img {
	position: absolute;
	left: -20px;
	top: -85px;
	z-index: 9;
	max-width: 30%;
}
.page-template-our-story article .our-story-4 h2 {
	max-width: 450px;
	color: #fff;
}
.page-template-our-story article .our-story-4 p {
	color: #fff;
	max-width: 550px;
}
.page-template-our-story article .our-story-4 img {
	position: absolute;
	left: 54%;
	top: -60px;
	z-index: 9;
}
.page-template-our-story article .our-story-5 h2,
.page-template-our-story article .our-story-5 p {
	max-width: 850px;
	text-align: left;
	position: relative;
	z-index: 10;
}
.page-template-our-story article .our-story-5 img {
	position: absolute;
	right: 0;
	bottom: -85px;
	z-index: 9;
	max-width: 35%;
}
.page-template-our-story article .our-story-6 h2,
.page-template-our-story article .our-story-6 p {
	max-width: 1020px;
}
.page-template-our-story article .our-story-6 img {
	background-position: center bottom;
}

.image-main {margin-bottom:50px}

.single-recipes .recipes, .single-products .products, .single-ambassadors .ambassadors, .single .category-whats-new {padding-top:20px;position:relative}
.single-recipes .related-item, .single-products .related-item, .single-ambassadors .related-item {margin-bottom:0px;}
.recipes ul.social-share, .products ul.social-share, .ambassadors ul.social-share, .single .category-whats-new ul.social-share {margin-bottom:50px}
.recipes ul.social-share:nth-of-type(2), .products ul.social-share:nth-of-type(2) {margin-top:30px;margin-bottom:20px}
.ambassadors ul.social-share:nth-of-type(2) {margin-top:70px;margin-bottom:10px}
.single article h2 {font-size:48px;margin-bottom:25px;}
.list-ingredients {float:left;width:25%;}
.list-instructions {float:right;width:48%;}
.list-ingredients ul, .list-instructions ol {line-height:1.4}
.list-ingredients li {margin-bottom:8px}
.list-ingredients, .list-instructions {font-size:18px;}
.product-category {padding-top:20px !important;}
.single article .product-category h1 {font-size: 46px}
	header .wrapper-wide {
		width: 95%;
	}

@media screen and (max-width: 1440px) {
	#banner-home-content {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#banner-home h2 {
		margin: 0 auto 50px auto;
	}
	.home .features .feature {
		padding-left: 60px;
	}
}
@media screen and (max-width: 1280px) {
	#banner-home h3 {
		font-size: 36px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.home .features .feature h3 {
		font-size: 36px;
	}
	#filter-submit {
		padding:10px 20px 12px;
	}
	.page-template-our-story article .our-story-2 img {
		max-width: 24%;
	}
	.page-template-our-story article .our-story-3 img {
		max-width: 21%;
	}
	.page-template-our-story article .our-story-4 img {
		left: 60%;
	}
	.page-template-our-story article .our-story-5 img {
		max-width: 25%;
	}
	.our-story-1 {
		padding: 100px 0 230px;
	}
	.our-story-2 {
		padding:100px 0 300px
	}
	.our-story-3 {
		padding:200px 0 200px
	}
	.our-story-4 {
		padding:100px 0 210px
	}
	.our-story-5 {
		padding:200px 0 200px
	}
	.our-story-6 {
		padding:100px 0 400px
	}
	.page-template-our-story article .wrapper-image p {
		font-size:21px
	}
	.page-template-our-story article .our-story-3 h2, .page-template-our-story article .our-story-3 p {
		max-width:630px
	}

	.wrapper-narrow {
		padding-top: 20px;
		padding-bottom: 75px;
	}
}
@media screen and (max-width: 1220px) {
	.main-navigation a {
		padding: 10px 4px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1110px) {
	/* Menu */
	ol.inner-nav {
		width: 100%;
		margin-top: 0;
		float: none;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		display: block;
	}

	/* Menu Toggle */
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		float: right;
		margin: 32px 0 0 0;
		padding: 16px;
		background: #fff;
		color: #005492;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.main-navigation.toggled .menu-main-menu-container {
		background: #005492;
		clear: both;
		text-align: center;
		padding: 15px 0 15px 0;
	}
	.main-navigation.toggled .menu-social-links-container ul {
		display: block;
	}
	.menu-social-links-container {
		text-align: center;
	}
	.main-navigation.toggled #menu-social-links {
		display: inline-block;
	}
}

@media screen and (max-width: 1023px) {
	.home .features .feature .feature-content {
		max-width: 350px;
		position:relative;
		top: 0.2em;
	}
	.home .features .feature {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		height: 100%;
		min-height: 320px;
		padding-bottom: 50px;
	}
	.home .features .feature .feature-content-container {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home .features .feature .feature-content-container.feature-content-with-img {
		position: relative;
		top: 0%;
		-webkit-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.home .features .feature .feature-content .feature-content-image {
		max-height: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	#menu-social-links li {
		margin:0 5px
	}
	.related-items h3 {
		font-size: 36px;
	}
	.single article h2 {font-size:36px;}
	.page-template-our-story article .our-story-2 img {
		max-width: 33%;
	}
	.page-template-our-story article .our-story-3 h2, .page-template-our-story article .our-story-3 p {
		text-align: right;
		margin-right: 0;
	}
	.page-template-our-story article .our-story-5 img {
		max-width: 25%;
	}
	.our-story-4 {
		padding: 100px 0 380px;
		max-height: 600px;
		overflow: hidden;
		padding-top: 200px
	}
	.page-template-our-story article .our-story-4 h2, .page-template-our-story article .our-story-4 p {
		text-align:center;
		max-width: 100%;
	}
	.page-template-our-story article .our-story-4 img {
		position:static;
		margin: 50px auto 0;
	}

	/* Home Banner */
	#banner-home {
		width: 100%;
		float: none
	}
	#banner-home-content {
		float: none;
		max-width: 100%;
		padding-right: 0;
		max-width:400px
	}

	.home .wrapper-image {
		text-align:center;
		padding: 250px 0;
		height: auto
	}
	.home .wrapper-image h2 {
		font-size:60px;
	}
	.home article .wrapper-image p {
		font-size:24px;
		margin: 30px auto 0
	}

	h2 {font-size:46px;}

	/* Home Features */
	.features-container {
		width: 100% !important;
		float: none
	}
	.home .features .feature .feature-content {
		margin: 0 auto;
		text-align: center;
	}
	.home .features .feature {
		padding: 40px 0 75px 0;
	}
	#recipe-filter-search, #recipe-filter-filters {
		width:100%;
		border-bottom:1px solid #ddd;
		float:none;
	}
	#recipe-filter label {
		width: 100px;
	}
	#filter-search {
		height: 56px;
		padding: 7px 15px 0;
		width: 70%;
		border-right: 0;
	}
	#filter-submit {
		float:none;
		width:95%;
		margin:20px auto;
	}

	#footer-newsletter {
		padding: 30px 20px;
	}
	#footer-newsletter h5,
	#footer-newsletter p {
		text-align: center;
		border-right:0
	}
	#footer-newsletter form {
		width:100%;
		max-width: 425px;
		margin: 20px auto 0;
		padding: 0
	}
	#footer-newsletter h5, #footer-newsletter p, #footer-newsletter input {
		float:none;
	}
	#footer-newsletter form input {
		width:62%
	}
	#footer-newsletter form button {
		width:35%
	}
	#footer-newsletter form {
		float:none
	}
	#footer-newsletter h5, #footer-newsletter p, #footer-newsletter input {
		padding:0;
	}
	#footer-newsletter > p {
		padding:20px 0 5px;
	}
	.image-preview-center {
		border:0
	}
}
@media screen and (max-width: 767px) {
	.list-ingredients {float:none;width:100%;margin-bottom:50px}
	.list-instructions {float:none;width:100%;}
	.single-recipes .related-item {margin-bottom:50px;}
	.page-template-our-story article .wrapper-image p {
		font-size:19px
	}
	.recipes ul.social-share, .products ul.social-share {
		float:right;
	}
	.page-template-our-story article .our-story-2 h2, .page-template-our-story article .our-story-2 p {
		text-align:center;
		width:100%;
		max-width: 100%;
	}
	.page-template-our-story article .our-story-3 h2, .page-template-our-story article .our-story-3 p {
		text-align:center;
		width:100%;
		max-width: auto;
	}
	.page-template-our-story article .our-story-6 h2, .page-template-our-story article .our-story-6 p {
		text-align:center;
		width:100%;
		max-width: 100%;
	}
	.our-story-2 {
		/*! padding: 200px 0; */
	}
	.our-story-4 {
		max-height: 100%;
		padding: 100px 0 50px;
	}
	.page-template-our-story article .our-story-2 img {
		display:none;
	}
	.page-template-our-story article .our-story-3 img {
		display:none;
	}
	.page-template-our-story article .our-story-4 img {
		margin: 30px auto 0;
	}
	.page-template-our-story article .our-story-5 img {
		display:none;
	}
	/*.home .related-items-ambassador:nth-child(2) .col-1-2 {
		float:left;
	}
	.home .related-items-ambassador:nth-child(2) .col-2-2 {
		float:right;
	}*/
	h4 {
		font-size:24px
	}
	.banner-image .banner-title, .page-title, .page-intro {
		text-align:center
	}
	.home .page-title {
		font-size: 36px;
	}
	.page-intro {
		font-size: 16px
	}
	.home .wrapper-image h2 {
		font-size:48px;
	}
	#recipe-filter-search, #recipe-filter-filters {
		border-bottom:1px solid #ddd;
	}
	#recipe-filter label {
		width: 100%;
		float:none;
		border-bottom:1px solid #ddd;
		padding: 24px 0 24px;
		text-align:center;
		background: #eee;
	}
	#filter-search {
		width: 100%;
		text-align:left;
		border-left:0
	}
	#filter-product {
		border-right:0;
	}
	#filter-course select {
		float:none;
		width: 100%;
	}
	#filter-time select {
		float:none;
		width: 100%;
	}
	#filter-product select {
		float:none;
		width: 100%;
	}
	.recipe-filter-select {
		float:none;
		width:100%
	}
	.recipe-filter-select select {
		height: 63px;
		border: 0;
		border-left:0;
		padding: 0 24px 0 10px;
		border-bottom:1px solid #ddd;
	}
	#filter-submit {
		margin:10px auto;
	}

	.home article {
		text-align:center
	}

	.home .our-story-home .col-1-2 {
		padding-right:0%;
	}
	.home .our-story-home .col-2-2 {
		padding-left:0%;
		padding-top: 30px
	}

	.related-item {
		width: 100%;
		margin: 0 0 40px;
		float: none;
		text-align: center
	}
	.related-item p {
		max-width:450px;
		margin:15px auto 30px
	}
	.related-items img {
		display:block;
		margin: 0 auto 20px;
	}

	.col-1-2, .col-2-2 {
		float: none;
		width: 100%;
	}

	.footer-menu {
		text-align: center;
		float:none;
		margin-bottom:60px;
	}
	.footer-menu:last-of-type {
		margin-bottom:0px;
	}
	.footer-menu:nth-child(1), .footer-menu:nth-child(2), .footer-menu:nth-child(3), .footer-menu:nth-child(4) {
		width:100%;
	}

	.home .our-story-home .col-1-2, .home .our-story-home .col-2-2 {
		max-width: 80%;
		margin: 0 auto;
	}
	#recipe-filter, .related-items-recipe, .home .related-items-ambassador, .related-items-product-category {
		max-width: 80%;
		margin: 0 auto 40px;
	}
	.related-item:nth-of-type(3n) {
		margin-right: auto;
	}
	.single article h1 {
		font-size:42px;
	}
	.link-back {
		position:static
	}
}
@media screen and (max-width: 480px) {
	.banner-image {
		padding-top:50px;
		padding-bottom:50px
	}
	.home .features .feature {
		min-height: 420px;
	}
	.home .features .feature .feature-content-container {
		position: relative;
		top: 35%;
		-webkit-transform: translateY(-35%);
		transform: translateY(-35%);
	}
	.home .features .feature .feature-content .feature-content-image {
		max-height: 140px;
		margin-bottom: 10px;
	}
	.image-main {
		margin-bottom:30px;
	}
	.single article h1 {
		font-size:36px;
	}
	.recipes ul.social-share, .products ul.social-share {
		float:none
	}
	.home .our-story-home .col-1-2, .home .our-story-home .col-2-2 {
		max-width: 100%;
	}
	#recipe-filter, .related-items-recipe, .home .related-items-ambassador, .related-items-product-category {
		max-width: 100%;
	}

	.site-branding {
		float: none;
		width: 220px;
		margin: 0 auto;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		float: none;
		clear: both;
		width: 95%;
		text-align: center;
		margin: 0 auto 10px;
	}
	#banner-home h2 {
		background-size: 135px 126px;
		width: 135px;
		height: 126px;
	}
	#banner-home h3 {
		font-size: 28px;
	}
	.home .features .feature h3 {
		font-size: 28px;
	}
	.unslider-arrow {
		top: auto;
		bottom: 0;
	}
	#footer-newsletter form input {
		width:100%;
		margin-bottom:10px
	}
	#footer-newsletter form button {
		width:100%;
	}
	.product.banner-title{
		font-size: 51px
	}
	.recipe.banner-title{
		position: relative;
		top: -52px !important;

	}
}



@media screen and (min-width: 768px) {
	/* Animations */
	a {
	  -webkit-transition: color 0.25s;
	  transition: color 0.25s;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.btn,
	.results-pagination ul li a {
	  -webkit-transition: background 0.25s;
	  transition: background 0.25s;
	}
	#footer-newsletter > p,
	#footer-newsletter form {
	  -webkit-transition: width 0.25s;
	  transition: width 0.25s;
	}
	p.scroll-top a {
	  -webkit-transition: margin 0.25s;
	  transition: margin 0.25s;
	}
}

/* Added by Steven */


@media screen and (min-width: 768px) {
	.single-result {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.related-items-product:nth-of-type(3n+4),
	.related-items-product-category:nth-of-type(3n+4),
	.archive .related-items-ambassador:nth-of-type(3n+4),
	.related-items-recipe:nth-of-type(3n+4) {
		clear: left;
	}
	.related-items.items-1 .related-item:nth-of-type(1) {
		margin-left: 34.5%;
	}
	.related-items.items-2 .related-item:nth-of-type(1) {
		margin-left: 17.25%;
	}
	/* Attempt to center product images */
	.image-preview-center {
		height: 200px;
		display: block;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.image-preview-center .image-preview {
		margin: 0 auto;
		position: relative;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.recipe.banner-title{
	 position: relative;
	 top: -85px;
	 left: -20px;
  }
}
@media screen and (min-width: 960px) {
	/* Attempt to center product images */
	.image-preview-center {
		height: 250px;
	}
	img.product+.list-instructions{
	  padding-top: 5em;
	}
	.related-items-product img,
	.single .related-items-product-category img {
		max-height: 225px;
	}
	.recipe.banner-title{
	 position: relative;
	 top: -70px;
	 left: -20px;
  }
}
@media screen and (min-width: 1280px) {
	/* Attempt to center product images */
	.image-preview-center {
		height: 275px;
		max-height: 275px;
	}
	.related-items-product img,
	.single .related-items-product-category img {
		max-height: 250px;
	}
}

.related-items .related-items-recipe > a,
.related-items .related-items-ambassador > a {
	display: block;
	overflow: hidden;
  background: #ebeff0;
}
.related-items .related-items-recipe img,
.related-items .related-items-ambassador img {
  -webkit-transition: all 300ms cubic-bezier(.63,.01,.31,.99);
  -moz-transition: all 300ms cubic-bezier(.63,.01,.31,.99);
  -ms-transition: all 300ms cubic-bezier(.63,.01,.31,.99);
  -o-transition: all 300ms cubic-bezier(.63,.01,.31,.99);
  transition: all 300ms cubic-bezier(.63,.01,.31,.99);
  -webkit-backface-visibility: hidden;
}
.related-items .related-items-recipe img:hover,
.related-items .related-items-recipe img.img-zoom,
.related-items .related-items-ambassador img:hover,
.related-items .related-items-ambassador img.img-zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
	.related-items .related-items-recipe > a,
	.related-items .related-items-ambassador > a {
		margin-bottom: 20px;
	}
	.related-items .related-items-recipe > a img,
	.related-items .related-items-ambassador > a img {
		margin-bottom: 0;
	}
	.recipe.banner-title{
	  position: relative;
	  top: -90px;
		text-shadow: 0 0 10px rgba(0,0,0,0.6);
  }
}
/* What's New Blog */
.archive.category-whats-new #main  {max-width:960px;width:90%;margin:50px auto 50px;}
.archive.category-whats-new h1.page-title {margin-bottom:50px;font-size:60px;}
.archive.category-whats-new h1.entry-title {margin-bottom:20px;font-size:36px}
.archive.category-whats-new h1.entry-title a {border-bottom:0}
.archive.category-whats-new .entry-content p:first-of-type {margin-top:0;}
.archive.category-whats-new .entry-content {float:right;width:65%;}
.archive.category-whats-new .archive-post-image {float:left;width:33%;}
.archive.category-whats-new article.category-whats-new {margin-bottom:50px}
.archive.category-whats-new a {border-bottom:1px solid #005492}
.single .category-whats-new .clear {margin-bottom:50px;}
.single .category-whats-new .clear img {min-width:100%}
.post-edit-link {display:none;}
.post-navigation {display:none}
a.more-link {background:#005492;color:#fff;border-bottom:0;padding:15px 20px 13px;display:inline-block;}
/* recipe image */
img.recipe.image-main{
	height: auto;
}
img.product{
	float: left;
	height: auto;
}
@media screen and ( min-width: 768px ) {
	img.product {
		width: 50%;
		max-width: 480px;
	}
}
img.product+.list-instructions{
	float: right;
	padding-bottom: 2em;
}
.home article .wrapper-image.post-18 p,.home article .wrapper-image.post-18 h2{
	text-shadow: 1px 1px 5px black !important;
}
.product.banner-title{
	position: relative;
	top: 50px;
	text-shadow: 0 0 10px rgba(0,0,0,0.9)
}
.our-story-1,
.our-story-2,
.our-story-3,
.our-story-4
{
  	text-shadow: 0 0 5px rgba(0,0,0,0.9)
}
#head_logo{
	position: fixed;
	z-index: 9999;
	left: 2.5mm;
	top: -120px;
	display: none;
  height: 165px;
	opacity: 0.25
}
#head_logo.hidden{
	top: -120px !important;
	opacity: 0.25 !important;
}
@media screen and (max-width: 650px){
	#head_logo{
		height: 110px
	}
}
.breadcrumbs__div {
	height: 30px;
    margin-bottom: 20px;
}
.breadcrumbs {
	font-size: 12px;
    line-height: 24px;
    margin-bottom: 50px;
	padding-left: 0px;
}
.breadcrumbs__desktop {
	display: none;
}
.breadcrumbs__mobile {
	display: block;
}
.breadcrumbs__icon {
	line-height: 1px;
    padding-right: 10px;
}
.breadcrumbs__icon, 
.breadcrumbs__item {
	display: inline-block;
    vertical-align: middle;
}
.breadcrumbs__item {
	font-weight: 600;
	color: #666;
}
.breadcrumbs__item a {
	color: #005492;
	text-decoration: underline;
}
.breadcrumbs__item a:hover {
	text-decoration: none;
}
.breadcrumbs__item:not(:last-child):after {
	content: '/';
    display: inline-block;
    padding: 0 5px;
}
@media screen and ( min-width: 481px ) {
	.breadcrumbs__desktop {
		display: block;
	}
	.breadcrumbs__mobile {
		display: none;
	}
}

.cookie {
	transition: bottom 2s ease-out;
	min-height: 60px;
	height: auto;
	bottom: -100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	width: 100%;
	background: #1c3660;
	z-index: 999;
	color: #fff;
	padding: 0 30px;
  }

  .cookie__text {
	width: calc(100% - 200px);
	display: inline-block;
	vertical-align: middle;
  }
  .cookie__btn-box {
	vertical-align: middle;
	display: inline-block;
  }
  
  .cookie .wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
  }
  
  .cookie p {
	line-height: 16px;
	font-size: 12px;
	margin: 0;
  }
  
  .cookie p a {
	color: #fff;
	text-decoration: underline;
  }
  
  .cookie .button {
	padding: 14px 40px;
  }

  .cookie__btn-box a {
	font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 1px;
    min-width: 176px;
    padding: 14px 30px 13px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .4s;
    border-radius: 25px;
  }
  .cookie__btn-box a:hover {
    color: #1c3660;
	border: initial;
    border: 2px solid #fff;
    background-color: #fff;
  }
  @media screen and (max-width: 600px) {
	.cookie__text {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	  }
  }

  
.gdpr-cookie-notice {
	position: fixed;
	background: #1c3660;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 1000
}

@media (max-width: 768px) {
	.gdpr-cookie-notice {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.gdpr-cookie-notice-description {
	margin: 0;
	padding: 0 16px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 20px;
	text-align: left
}

@media (max-width: 768px) {
	.gdpr-cookie-notice-description {
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 12px;
		line-height: 18px
	}
}

.gdpr-cookie-notice-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 auto;
	background: none;
	width: auto;
	height: auto;
	padding: 0
}

.gdpr-cookie-notice-nav-item {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	color: #fff;
	padding: 0 16px;
	font-size: 15px;
	font-weight: 600
}

.gdpr-cookie-notice-nav-item:hover {
	text-decoration: none
}

.gdpr-cookie-notice-nav-item-btn {
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
}
.gdpr-cookie-notice-nav-item-btn:hover {
    background-color: #ebe9e7;
    border-color: #ebe9e7;
    color: #444;
}

.gdpr-cookie-notice-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>');
	z-index: 1001;
	background: rgba(0, 0, 0, 0.4);
	overflow: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 10px;
	display: none
}

.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.gdpr-cookie-notice-modal-content {
	width: 470px;
	border-radius: 6px;
	background: #fff;
	margin: auto
}

.gdpr-cookie-notice-modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #f4f5f7
}

.gdpr-cookie-notice-modal-title {
	font-family: SanFranciscoText-Semibold;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 600;
	line-height: 18px;
	margin: 0;
	padding: 0
}

.gdpr-cookie-notice-modal-close {
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.gdpr-cookie-notice-modal-close:before,
.gdpr-cookie-notice-modal-close:after {
	width: 18px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #bdbdbd
}

.gdpr-cookie-notice-modal-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}

.gdpr-cookie-notice-modal-close:hover {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1
}

.gdpr-cookie-notice-modal-cookies {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.gdpr-cookie-notice-modal-cookie {
	display: block;
	border-bottom: 1px solid #f4f5f7;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.gdpr-cookie-notice-modal-cookie-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 16px
}

.gdpr-cookie-notice-modal-cookie-title {
	font-weight: normal;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 0;
	line-height: 1;
	position: relative
}

.gdpr-cookie-notice-modal-cookie-title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #bdbdbd transparent transparent transparent;
	content: '';
	display: block;
	position: absolute;
	right: -17px;
	top: 50%;
	margin-top: -2px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s
}

.open .gdpr-cookie-notice-modal-cookie-title:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.gdpr-cookie-notice-modal-cookie-state {
	color: #1c3660;
	margin-left: auto;
	font-size: 15px
}

.gdpr-cookie-notice-modal-cookie-input {
	opacity: 0
}

.gdpr-cookie-notice-modal-cookie-input:checked+.gdpr-cookie-notice-modal-cookie-input-switch {
	background: #1c3660;
	-webkit-box-shadow: inset 0px 0px 0px 1px #1c3660;
	box-shadow: inset 0px 0px 0px 1px #1c3660
}

.gdpr-cookie-notice-modal-cookie-input-switch {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 1px #bdbdbd;
	box-shadow: inset 0px 0px 0px 1px #bdbdbd;
	margin: 0 0 0 auto;
	position: relative;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer
}

.gdpr-cookie-notice-modal-cookie-input-switch:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;
	content: '';
	display: block
}

.gdpr-cookie-notice-modal-cookie-info {
	margin: 0;
	padding: 0 16px 12px 16px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 16px;
	display: none
}

.open .gdpr-cookie-notice-modal-cookie-info {
	display: block
}

.gdpr-cookie-notice-modal-footer {
	background: #1c3660;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 16px 16px 16px;
	border-radius: 0 0 6px 6px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gdpr-cookie-notice-modal-footer-item {
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fff;
	position: relative
}

.gdpr-cookie-notice-modal-footer-item:after {
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -5px;
	background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#fff"/></svg>') no-repeat left center;
	height: 12px;
	width: 8px;
	content: '';
	display: block
}

.gdpr-cookie-notice-modal-footer-item-btn {
	padding: 0 16px;
	color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
	position: relative
}
.gdpr-cookie-notice-modal-footer-item-btn:hover {
    background-color: #ebe9e7;
    border-color: #ebe9e7;
    color: #444;
}

.gdpr-cookie-notice-modal-footer-item-btn span {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s
}

.gdpr-cookie-notice-modal-footer-item-btn:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	content: '';
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display: block;
	background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center
}

.gdpr-cookie-notice-modal-footer-item-btn.saved span {
	opacity: 0
}

.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
	opacity: 1
}

.gdpr-cookie-notice-modal-footer-item:hover {
	text-decoration: none;
	opacity: 1
}
.gdpr-cookie-notice-description a {
	color: #fff;
	text-decoration: underline;
}
.gdpr-cookie-notice-description a:hover {
	text-decoration: none;
}