/*
Theme Name: Astro
Theme URI: http://www.Astro.ca/
Author: Candy Banners
Author URI: http://www.candybanners.com/
Description: Custom theme for Astro
Version: 1.2.0
Text Domain: astro
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.

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

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;
}
li{
	/*margin-bottom: 8px;*/
	line-height: 1.4;
}
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;
	font-family: ff-tisa-web-pro, serif;
	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;*/
	color: #5A5858;
	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;}
h2 {font-size:35px;}
h3 {font-size:30px;}
h4 {font-size:24px;}
h5 {font-size:21px;}
h6 {font-size:18px;}


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: #333333;
	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: #ca2031;
	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: #ca2031;
}
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: #ca2031;
	text-decoration:none;
	font-weight: 800;
	line-height: 1.4;
}
.white {
	color: white;
}

a:hover,
a:focus,
a:active {
	color: #b6041e;
}

a:focus {
	/* outline: thin dotted; */
	outline: 5px auto #b6041e !important;
}

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

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

header#masthead .main-navigation a {
	color: rgba(222, 52, 73,0.90);
	font-weight: 800;
}
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: #CB2032;
	box-shadow: inset -8px 0px #ffffff, inset 9px 0px #ffffff, inset 0px -4px 0px 0px #CB2032;
}

.t4t {
position: absolute;
    top: 10px;
right:80px;
width:120px;
}

@media screen and (min-width: 320px) and (max-width:767px) {
.t4t {
position: absolute;
    top: 10px;
width:80px;
right:80px;
}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
.t4t {
width:120px;
}
}
@media screen and (min-width: 1025px)  {
.t4t {
width:120px;
right:60px
}
}


/* Main Nav */
@media screen and (min-width: 1111px) { /* overriding full width */
	.header-container {
		max-width: none !important;
		width: 100% !important;

	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 0;
	    flex-wrap: wrap;
	    text-align: left;
	}

	.ol.inner-nav {
	    list-style: none;
	    display: flex;
	    gap: 0;
	    margin: 0;
	    padding: 0;
	}
}

.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 10px;
}
.menu-main-menu-french-container .menu-item {
	margin:0 10px;
}
ol.inner-nav {
	margin: 0;
	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 !important;
}
#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: #b6041e;
	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: 1024px;
	width:90%;
}
.wrapper-narrow {
	/* wrapper */
	max-width: 1024px;
	width:90%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.article-wrapper-narrow {
	max-width: 1020px;
	width:90%;
}
.wrapper-narrow > header > .page-title {
	margin-top: -10px;
	color: #CB2032;
	font-weight: 900;
}

/* Fonts */
h1, h2, h3, h4 {
	color: #333333;
}
.home h1, .home h2, .home .features h3, .home .features h4 {
	color: #ca2031;
}
/*BRIDGE*/
/*@media screen and (min-width:0px) and (max-width:768px) {
li.feature-1 h3 {display:none;}}
@media screen and (min-width:769px) and (max-width:1280px) {
li.feature-1 .feature-content {left:800px;}}
@media screen and (min-width:1281px) and (max-width:1366px) {
li.feature-1 .feature-content {left:880px;}}
@media screen and (min-width:1367px) and (max-width:1440px) {
li.feature-1 .feature-content {left:-70px;}}
li.feature-1 .feature-content-inner {padding:20px 105px !important; text-align:center;}
li.feature-1 h3 {text-align:center; color:#ffffff !important; font-size:30px !important}*/
h1, h2, h3, h4, .btn, .banner-image .banner-title, footer#colophon h5, #footer-newsletter form button {
	font-family: brandon-grotesque, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
/*	letter-spacing: 0.04em;
	word-spacing: 0.15em;*/
	text-transform: uppercase;
	font-weight: 700;
}
h1, h2, h3, .banner-image .banner-title {
/*	letter-spacing: 0.065em;*/
}
body {
	font-family: ff-tisa-web-pro, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation a,
.entry-meta-servings, .entry-meta-author {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

/* Header */
header#masthead {
	background:#ffffff;
	color:#fff;
	border-bottom: 1px solid #ddd;
}
header#masthead a {
	color: #fff;
}
.site-branding {
	float: left;
}
.site-branding .site-title {
	background: url(images/astro-logo.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin: 35px 0;
	width: 100%;
	background-size: 75%;
}
.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-astro_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: #ca2031;
	background-size: 120px auto;
	position: relative;
	color:#fff;
}
footer .wrapper-narrow {
	padding-top: 65px;
	padding-bottom:15px;
}
footer#colophon .wrapper-narrow a,
footer#colophon .wrapper-wide a {
	color: #fff;
	font-size: 16px;
	font-family: ff-tisa-web-pro, sans-serif;
	font-weight: 400;
}
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: rgba(255, 255, 255, 0.8);
}

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

/* Footer - Menu */

.footer-menu {
	float: left;
	margin-right:5%;
}
.footer-menu:nth-child(1) {
	width:20%;
}
.footer-menu:nth-child(2) {
	width:20%;
}
.footer-menu:nth-child(3) {
	width:25%;
}
.footer-menu:nth-child(4) {
	width:16%;
}
.footer-menu:last-of-type {
	margin-right:0;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu ul li a {
	padding:5px 0;
	display: block;
}
.footer-menu h5 {
	margin-bottom:5px;
	font-size: 18px;

}
#footer-newsletter {
	margin: 25px 0 0px;
	background: #b6041e;
}
#footer-newsletter h5{
	float:left;
	padding: 55px 30px 30px 35px;
	margin: 0;
	line-height: 1;
}

#footer-newsletter p {
	width: 235px;
	float:left;
	padding: 32px 0px 30px;
	line-height: 1.3;
}
#footer-newsletter form {
	float: right;
	width: 60%;
	padding: 55px 0px 20px 0px;
}
#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: #ca2031;
	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 #ca2031;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}
#footer-newsletter form input {
	width: 70%;
	margin-right: 3%;
	border: 0;
	padding: 7px 20px;
	float:left;
}
#footer-newsletter form button {
	width:20%;
	float:left;
	padding:11px 0;
	font-size:18px;
}
#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: 11px;
	color: #ffffff;
	max-width:700px;
	margin:0px auto
}
#product_category_footer {
	font-size: 13px;
	line-height: 15px;
}

img.footer-logo {
	display:block;
	margin: 70px auto 100px;
	height: 100px;
}


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

/* Images - Banners */
.banner-image {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
	background: #ca2031 url(images/banner-image-recipes.jpg); /* Set default */
	background-position: right center;
	background-size: cover;
	/*background-attachment: fixed;
	background-position: center center;*/
}
.banner-image.products {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 200px;
	background: #ca2031 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: #333333;
	font-size: 60px;
	z-index: 1;
	font-weight: 900;
	line-height: 1.25;
}
.banner-image .banner-title.white {
	color: #ffffff;
}

/* 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 {
	width: 100%;
	height: auto;
}

/* 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: 48px;
}
.single article h2 {
	font-size: 28px;
}
.single article h3 {
	font-size: 24px;
}

/* Single Article - Meta */
.single article .entry-meta-author {
	font-size: 14px;
	color: #ca2031;
	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 0.4em;
}

/* 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: ff-tisa-web-pro, '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: 34px;
	color: #ca2031;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;

}
.single article .list-instructions ol span {
	color: #797777;
	font-weight:normal;
	font-family: ff-tisa-web-pro, sans-serif;
}

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

/* Single Article - Smaller Text */

.single article .list-instructions .smaller-text {
	display: inline-block;
	line-height: 1.2;
	font-size: 10px;
}

/* Single Article - Backlink */

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


/* Related Items */
.related-items {
	clear: both;
}
.archive-related-items {
	padding-bottom: 0;
}
.related-item {
	width: 31%;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 75px;
}
.related-item:nth-of-type(3n) {
	margin-right: 0%;
}
.related-items.tint {
	background: #f8f8f8;
	/*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:25px;
	font-size: 35px;
	color: #ca2031 !important;
	font-weight: 900;
}
.related-items img {
	width: 70%;
    height: auto;
    /*margin-left: auto;*/
    margin-right: auto;
}
.related-items-product img,
.single .related-items-product-category img {
	/*max-height: 30px;*/
	/*width: auto;*/
}
.related-items a:hover ~ h4 a {
	color: #b6041e;
}
.single-ambassadors .related-items.tint {
	border-bottom: 0;
}


/* Buttons */

.btn {
	background: #ca2031;
	color: #fff;
	padding: 17px 40px;
	display: inline-block;
	text-align: center;
	font-size: 21px;
}

.buynow {
position:absolute;
right:0px;
margin-top:-70px;
}

@media screen and (max-width: 767px) {
.buynow {
position:relative;
margin-bottom:20px;
}
}


.btn:hover,
.btn:focus {
	color: #fff;
	background: #b6041e;
}
.btn-products{
	background: #ca2031;
	color: #fff;
	font-family: brandon-grotesque, sans-serif;
	padding: 14px 30px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
}
.btn-products:hover,
.btn-products:focus {
	color: #fff;
	background: #b6041e;
}
.btn-blue {
	background: #ffffff;
	color: #ca2031;
	border: 2px solid #ca2031;
	border-radius: 2px;
}
.btn-blue:hover,
.btn-blue:focus {
	background: #ca2031;
	color: #ffffff;
}



/* 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: 0px 0 35px 0;
}

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

/* Start - Home Page Announcement */

.announcement .announcement-banner {
	background-color: #ca2031;
	padding: 3rem 2rem;
	max-height: 75rem;
	-webkit-transition: max-height 0.3s, height 0.3s, padding 0.3s, opacity 0.3s;
	-o-transition: max-height 0.3s, height 0.3s, padding 0.3s, opacity 0.3s;
	transition: max-height 0.3s, height 0.3s, padding 0.3s, opacity 0.3s;
	overflow: hidden;
	position: relative;
}

.announcement .announcement-banner > .heading-2 {
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	padding: 0.5rem 0 1rem;
	padding-top: 0;
}

.announcement .announcement-banner-content {
	position: relative;
	margin: 0 auto;
	-webkit-transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
	-o-transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
	transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
}

.announcement .announcement-banner-content p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 0;
	color: #FFFFFF;
	font-weight: 300;
}

.announcement .announcement-banner__button {
	width: 2rem;
	position: absolute;
	top: 1rem;
	right: 0.5rem;
	margin: 0 0 1rem 2rem;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-transition: top 0.3s, transform 0.3s, right 0.3s;
	-o-transition: top 0.3s, transform 0.3s, right 0.3s;
	transition: top 0.3s, transform 0.3s, right 0.3s;
}
	  
.announcement .announcement-banner__button__img {
	width: 100%;
	display: block;
}
	  
.announcement .announcement-banner__text {
	margin: 2rem 0 0;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #ffffff;
	max-width: 80rem;
}
	  
.announcement .announcement-banner__text:first-of-type {
	margin-top: 0;
}
	  
/* Banner Closed */
.announcement .announcement-banner--closed {
	max-height: 40px;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
	  
.announcement .announcement-banner--closed > .announcement-banner-content {
	max-height: 0px;
	opacity: 0;
}
	  
.announcement .announcement-banner--closed > .announcement-banner__button {
	top: 3px;
	transform: scale(0.8);
}

/* End - Home Page Announcement */

/* Coupon Popup */
.coupon-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 10000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	opacity: 0;
}

.coupon-popup {
	background: #ffffff;
	padding: 80px 20px 50px;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 760px;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.coupon-container {
	height: 100%;
}

.coupon__close-btn {
	position: absolute;
	background: none !important;
	margin: 0;
	padding: 0;
	top: 15px;
	right: 15px;
	fill: #ca2031;
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	transition: fill 0.2s;
}

.coupon__close-btn:hover,
.coupon__close-btn:focus {
	outline: thin dotted #CB2032;
}

.coupon__close-btn svg {
	width: 40px;
	height: 40px;
}

h2.coupon__title {
	color: #50AAA9;
}

.coupon__img {
	display: block;
	width: 100%;
	max-width: 510px;
	margin: 60px auto 0;
}

.coupon__link.btn-blue {
	margin-top: 40px;
	border-color: #50AAA9;
	color: #50AAA9;
}

.coupon__link.btn-blue:hover,
.coupon__link.btn-blue:focus {
	color: #ffffff;
	background-color: #50AAA9;
}

@media (max-width: 480px) {
	.coupon-popup {
		padding: 65px 20px 30px;
		max-height: calc(100% - 40px);
	}

	.coupon__img {
		margin-top: 40px;
	}
}


/* Recipe Filter */
#recipe-filter {
	margin-bottom: 30px;
	border: solid 1px #ececec;
	background: #f2f2f2;
	font-size: 14px;

}
#filter-submit:hover,
#filter-submit:focus {
	background: #b6041e;
}
.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: #ca2031;
	padding: 12px 30px 12px;
	float:right;
	margin:10px 10px 10px 0;
	font-weight: 900;
	border-radius: 0;
}
#recipe-filter label {
	font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    color: #ca2031;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 28px 10px 0;
}
#filter-search {
	height: 62px;
	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: 170px;
	font-size: inherit;
	border-right: 1px solid #ddd;
}
#filter-product {
	border-right: 1px solid #ddd;
}
#filter-course select {
	width: 150px;
	font-size: inherit;
	line-height: 1.5;
	border-radius: 0;
}
.french-filter-time select {
	width: 215px !important;
	line-height: 1.6;
	font-size: inherit;
	border-radius: 0;
}
#filter-time select {
	width: 200px;
	line-height: 1.6;
	font-size: inherit;
	border-radius: 0;
}
.french-filter-product select {
	width: 155px !important;
	line-height: 1.5;
	font-size: inherit;
	border-radius: 0;
}
#filter-product select {
	width: 210px;
	line-height: 1.5;
	font-size: inherit;
	border-radius: 0;
}
.recipe-filter-select select {
	height: 65px;
	border: 0;
	border-left: 1px solid #ddd;
	background: transparent url(images/chevron-down.svg) no-repeat right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow:'';
    text-indent: 0.01px;
	padding: 0 24px 0 11px;
}
.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:#ca2031;font-size:16px;}


.wrapper-image {
	/*background-size: cover;
	background-position: center center;*/
	color: #333333;
	background-position: 0px center;
	background-size: cover;
}
.wrapper-image.paraxify {
	background-attachment: fixed !important;
}
.home .wrapper-image {
	height: 600px;
	padding: 255px 0;
}
.home .wrapper-image.our-story {
	height: 700px;
	padding: 140px 0;
}
.home article .wrapper-image h2 {
	color: #414042;
	    /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.75); */
    font-weight: 900;
}
.home article .wrapper-image p {
	font-size:20px;
	max-width:550px;
}

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

/*.home .related-items-ambassador {
	border: solid 1px #dedede;
	clear: left;
	margin-bottom: 50px;
}
.home .related-items-ambassador:nth-child(2) .col-1-2 {
	float:right;
}
.home .related-items-ambassador:nth-child(2) .col-2-2 {
	float:left;
}
.home .related-items-ambassador .image-preview {
	margin-bottom: 0;
}
.home .related-items-ambassador .col-1-2, .home .related-items-ambassador .col-2-2 {
	padding: 0 30px 30px;
}
.home .related-items-ambassador .col-2-2 p {
	margin-bottom: 0;
}
.home .related-items-ambassador .col-1-2 img {
	width: 100%;
}
.home .related-items-ambassador .col-1-2,
.home .related-items-ambassador .col-2-2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home .related-items-ambassador .col-1-2 {
	height: 275px;
}*/

.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: 15px 0;
	border: solid 1px #dcdcdc;
	background: #f2f2f2;
	overflow: auto;
	margin-bottom: 30px;
}
.results-pagination p {
	color: #ca2031;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	  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.67em 0.6em;
	text-align: center;
	font-family: brandon-grotesque, sans-serif;
}
.results-pagination ul li.active a,
.results-pagination ul li a:hover,
.results-pagination ul li a:hover {
	color: #fff;
	background: #b6041e;
}


/* 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: brandon-grotesque, 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: #b6041e;
	}
	.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 */
.home-banner {
	position: relative;
}

.home-banner .home-banner-img-desktop {
	display: block;
}

.home-banner .home-banner-img-mobile {
	display: none;
}

@media (max-width: 900px) {
	.home-banner .home-banner-img-desktop {
		display: none;
	}

	.home-banner .home-banner-img-mobile {
		display: block
	}
}

#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/astro_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: #333333;
	font-family: ff-tisa-web-pro, sans-serif;
	font-weight: 500;
	/* text-shadow: 0 0 6px rgba(0,0,0,0.5); */
	margin-bottom: 10px;
	margin-top: 0;
	font-size: large;
}
.feature-content-container {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}
.home .features .feature .feature-content {
	max-width: 520px;
	width: 90%;
	position: absolute;
	bottom: 100px;
	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;
}
.home .features .feature h3 {
	font-size: 36px;
	/* text-shadow: 0 0 6px rgba(0,0,0,0.5); */
	font-weight: 900;
	margin-bottom: 20px;
}
.home .features .feature .feature-content .btn {
	margin-top: 20px;
	background: #ca2031;
}
.home .features .feature .feature-content .btn:hover,
.home .features .feature .feature-content .btn:focus {
	background: #b6041e;
}

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

.unslider-arrow:focus {
	outline-offset: 3px;
}

.features-container.desktop .feature-content-inner a.btn {
	outline-offset: 3px;
}
.home .features .feature-1 .feature-content a.btn {

}



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


/* Secondary Feature */

.secondary-feature-container {
	/*width: 50%;
	float: right;*/
	position: relative;
}

.home .secondary-feature {
	display: block;
	background-size: cover;
	background-position: right center;
	padding: 0;
	min-height: 500px;
	width: 100%;
	line-height: 1.4;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home .secondary-feature .secondary-feature-subtitle {
	/* text-transform: uppercase; */
	color: #ffffff;
	font-family: ff-tisa-web-pro, sans-serif;
	font-weight: 500;
	/* text-shadow: 0 0 6px rgba(0,0,0,0.5); */
	margin-bottom: 10px;
	margin-top: 0;
	font-size: large;
}

.secondary-feature-content-container {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}

.secondary-feature__product-img {
	display: block;
	width: 250px;
	margin-top: 20px;
}

.home .secondary-feature .secondary-feature-content {
	max-width: 520px;
	width: 90%;
	text-align: left;
	z-index: 10;
	padding: 20px 25px;
}

.home .secondary-feature h3 {
	font-size: 36px;
	/* text-shadow: 0 0 6px rgba(0,0,0,0.5); */
	font-weight: 900;
	margin-bottom: 20px;
	color: #ffffff;
}

.home .secondary-feature .secondary-feature-content .btn {
	margin-top: 20px;
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.home .secondary-feature .secondary-feature-content .btn:hover,
.home .secondary-feature .secondary-feature-content .btn:focus {
	background: #ffffff;
	color: #50AAA9;
}

@media screen and (min-width: 1280px) {
	.home .secondary-feature .secondary-feature-content {
		max-width: 520px;
	}
}

@media screen and (max-width: 1440px) {
	.home .secondary-feature {
		padding-left: 60px;
	}
}

@media screen and (max-width: 1023px) {
	.home .secondary-feature {
		padding: 40px 0 75px;
		background-position: 0%;
	}

	.home .secondary-feature .secondary-feature-content-container {
		max-width: 350px;
	}

	.home .secondary-feature .secondary-feature-content {
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.home .secondary-feature {
		background-position: center bottom;
	}

	.home .secondary-feature .secondary-feature-content {
		width: 100%;
	}

	.home .secondary-feature h3 {
		font-size: 24px;
	}
}


/* Secondary feature disclaimre */

.home .secondary-feature-disclaimer {
	width: 95%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	color: #ffffff;
	font-size: 9px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.home .secondary-feature-disclaimer {
		padding: 0 85px;
		text-align: left;
		font-size: 11px;
	}
}

@media screen and (min-width: 1440px) {
	.home .secondary-feature-disclaimer {
		max-width: 1280px;
		padding: 0 25px;
	}
}


/* Our Story */
.page-template-our-story footer#colophon {
	margin-top: 0;
}
.page-template-our-story #main {
	overflow: hidden;
}
.our-story-1 {
	padding: 281px 0 275px;
}
.our-story-2 {
	padding:238px 0 508px;
}
.our-story-3 {
	padding:250px 0 220px;
}
.our-story-4 {
	padding:45px 0 430px
}
.our-story-5 {
	padding:250px 0
}
.our-story-6 {
	padding:100px 0 400px;
}
.our-story-7{
	margin-left: 10%;
	max-width: 560px;
	padding: 62px 0 188px 65px;
}
.page-title.product{
	margin-left: 0;
}
.page-template-our-story article .wrapper-image {
	position: relative;
}
.page-template-our-story article .wrapper-image h2 {
	color: #333333;
	font-size: 35px;
}
.page-template-our-story article .wrapper-image p {
	font-size: 18px;
}
.page-template-our-story article .our-story-2 h2{
	max-width: 835px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.page-template-our-story article .our-story-2 p {
	max-width: 835px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
}
.page-template-our-story article .our-story-2 p {
		color: #333333;
}
.page-template-our-story article .our-story-1 h2,
.page-template-our-story article .our-story-1 p  {
	width: 75%;
	max-width: 550px;
}
.page-template-our-story article .our-story-1 img {
	position: absolute;
	right: 0;
	bottom: -40px;
	z-index: 9;
	max-width: 32%;
}
.page-template-our-story article .our-story-4 h2,
.page-template-our-story article .our-story-4 p {
	max-width: 725px;
	text-align: center;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}
.page-template-our-story article .our-story-4 img {
	position: absolute;
	left: -20px;
	top: -85px;
	z-index: 9;
	max-width: 30%;
}
.page-template-our-story article .our-story-3 h2 {
	/* max-width: 546px; */
	max-width: 835px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	color: #333333;
}
.page-template-our-story article .our-story-3 p {
	color: #333333;
	/* max-width: 550px; */
	max-width: 835px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	color: #333333;
}
.page-template-our-story article .our-story-3 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:  550px;
	text-align: left;
	/*margin-left: auto;*/
	margin-right: auto;
	position: relative;
	z-index: 10;
	color: #fff;
}
.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:50px;position:relative; padding-bottom: 0;}
.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:34px;margin-bottom:25px;color: #ca2031;font-weight: 900;}
.list-ingredients {float:left;width:35%;}
.list-instructions {float:right;width:60%;}
.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:50px !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:250px 0 250px
	}
	.our-story-2 {
		padding:100px 0 300px
	}
	.our-story-3 {
		/* padding:200px 0 200px */
		padding: 100px 0 200px;
	}
	.our-story-4 {
		padding:100px 0 300px
	}
	.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 */
		max-width: 837px;
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;
	}

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

	}
}

@media screen and (max-width: 1110px) {
	/* Menu */
	ul .wpml-ls-menu-item a {
	    justify-content: center;
	}

	ol.inner-nav {
		width: 100%;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		display: block;
	}
	.menu-main-menu-container .menu-item {
	    margin: 0 25px;
	    border-top: 1px solid #b7b7b7;
	}
	.menu-main-menu-french-container .menu-item {
	    margin: 0 15px;
	    border-top: 1px solid #b7b7b7;
	}
	.menu-main-menu-container .menu-item:last-child {
	    border-bottom: 1px solid #b7b7b7;
	}
	.menu-main-menu-french-container .menu-item:last-child {
	    border-bottom: 1px solid #b7b7b7;
	}
	/* Menu Toggle */
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		float: right;
		margin: 12px 0 0 0;
		padding: 16px;
		font-size: 34px;
		background: #fff;
		color: #b6041e;
		font-family: brandon-grotesque, sans-serif;
		font-weight: 700;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.main-navigation.toggled .menu-main-menu-container {
		clear: both;
		text-align: center;
		padding: 0px 0 15px 0;
	}
	.main-navigation.toggled .menu-main-menu-french-container {
	    clear: both;
	    text-align: center;
	    padding: 0px 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;
		padding-bottom: 80px;
	}
	.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:32px;}
	.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;
		*/

		max-width: 837px;
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;
	}
	.page-template-our-story article .our-story-5 img {
		max-width: 50%;
	}
	.our-story-4 {
		padding: 100px 0 380px;
		max-height: 600px;
		overflow: hidden;
	}
	.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;
		background-position: 1025px;
	}
	.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;
		background-position: 0%;
	}
	.wrapper-product-title {
	    padding: 0;
	    max-width: 1020px;
	    width: 90%;
	    margin: 0 auto;
	    margin-top: 40px !important;
	}
	#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 16px 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% !important;
		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;
		font-size: 22px;
	}
	.image-preview-center {
		border:0
	}
}
@media screen and (max-width: 767px) {
.home .features .feature-1 .feature-content a.btn {

}
	.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: 17px
	}
	.recipes ul.social-share, .products ul.social-share {
		float:right;
	}
	.page-template-our-story article .our-story-5 h2, .page-template-our-story article .our-story-5 p {
	    max-width: 509px;
	    text-align: center;
	    position: relative;
	    z-index: 10;
	}
	#our-story-4 {
		background-image: url(images/cows-mobile.jpg) !important;
	}
	span.natural-milk {
	    right: 5% !important;
	}
	.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 185px;
	}
	.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 {
		/*margin-right: 10px;*/
	}
	/*.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;
		font-size: 38px;
	}
	.page-template-our-story article .our-story-1 h2, .page-template-our-story article .our-story-1 p {
	    width: 100%;
	    max-width: 550px;
	    text-align: center;
	}
	.page-template-our-story article .our-story-1 h2,
	.page-template-our-story article .our-story-2 h2,
	.page-template-our-story article .our-story-3 h2,
	.page-template-our-story article .our-story-4 h2,
	.page-template-our-story article .our-story-5 h2 {
	    font-size: 26px;
	}
	.home .page-title {
		font-size: 36px;
	}
	.page-intro {
		font-size: 18px;
	}
	.home .wrapper-image h2 {
		font-size:41px;
	}
	#recipe-filter-search, #recipe-filter-filters {
		border-bottom:1px solid #ddd;
	}
	#recipe-filter label {
	    width: 35%;
	    border-bottom: 1px solid #ddd;
	    padding: 24px 0 24px;
	    text-align: center;
	    /* background: #eee; */
	    float: left;
	}
	#filter-search {
	    width: 55%;
	    text-align: left;
	    float: right;
	    border-left: 0;
	}
	#filter-product {
		border-right:0;
	}
	#filter-course select {
		/* float: none; */
		width: 65%;
	}

	#filter-time select {
		float:none;
		width: 100%;
		padding-left: 37%;
	}
	#filter-product select {
		float:none;
		width: 100%;
		padding-left: 37%;
		border: none;
	}
	.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 30px;
		float: none;
		text-align: center
	}
	.related-item p {
		max-width:450px;
		margin:15px auto 30px
	}
	.related-items img {
		display:block;
		margin: 0 auto;
	}

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

	.footer-menu {
		text-align: center;
		float:none;
		margin-bottom:20px;
	}
	.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
	}
}

/* custom styles */

.list-ingredients a {
    font-style: italic;
}
.contain-img{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.newsletter-search {
	border: 1px solid #dfdfdf;
	background-color: #f2f2f2 !important;
}
h5.newsletter {
	font-weight: 900;
	color: #ca2031;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
}
p.newsletter {
    margin-left: 15px !important;
}
.nw-form {
	width: 50% !important;
	margin-right: 20px;
}
.nw-email{
	width: 68% !important;
	border: 1px solid #dfdfdf !important;
}
.newsletter-title{
	font-size: 26px !important;
}
.type-newsletters{
	padding-top: 60px;
}
.btn-brand.nw{
	width: 25% !important;
}
.newsletter-left{
    float: left;
    width: 60%;
}
.newsletter-right{
    float: right;
    width: 36%;
    margin-top: 30px;
}
.newsletter-description{
	font-size: 22px;
}
.morning-tip{
	padding: 30px 25px 5px;
	background-color: #f3f3f3;
}
.morning-tip-title{
	font-size: 42px;
	text-align: center;
}
.morning-tip-description{
	text-align: center;
}
.entry-title-products{
	font-size: 35px !important;
	font-weight: 900;
	color: #ca2031;
	margin-bottom: 25px;
}


/*custom Styles */
@media screen and (min-width: 481px) and (max-width: 769px){
	.hide-desktop{
		display: none;

	}
}


@media screen and (max-width: 480px) {
	.banner-image {
		/*background-position: 398px 0px;*/
/*		padding-top:50px;
		padding-bottom:50px*/
	}
	.product.banner-image{
		/*background-position: 787px !important;*/
	}
	#our-story-3{
		background-position: 950px;
	}
	.our-story-3{
		    padding: 80px 0 310px;
	}
	.link-back{

	}
	.new-badge {
    top: 65px !important;
    right: 20px;
	}
	h4{
		margin-top: 15px;
	}
	.home .wrapper-image.our-story {
		height: 1010px;
		padding: 0px 0;
		background-position: -1190px 0px;
	}
	.related-item.related-items-recipe{
		margin-bottom: 30px;
	}
	.wrapper-image.our-story {
	    background-position: -2px 0px;
	}
	.unslider-arrow.next {
	/* display: none; */
	}
	.unslider-arrow.prev {
	/* display: none; */
	}
	.products-banner{
		width: 70%;
	}
	.related-items img {
		/*width: 100%;*/
	}
	#our-mobile-story-1{
		background-position: center center;
		height:500px;
	}
	#our-mobile-story-2{
		background-position: center center;
	}
	#our-mobile-story-3{
		background-position: center center;
	}
	#our-mobile-story-4{
		background-position: center center;
	}
	#our-mobile-story-5{
		background-position: center right;
	}
	.our-mobile-story-1 {
		padding: 70px 0 130px;
		width: 85%;
	}
	.our-mobile-story-2 {
		padding: 70px 0 160px;
		width: 85%;
	}
	.our-mobile-story-3 {
		padding: 70px 0 130px;
		width: 85%;
	}
	.our-mobile-story-4 {
		padding: 70px 0 192px;
		width: 85%;
	}
	.our-mobile-story-5 {
		padding: 70px 0 130px;
		width: 85%;
	}
	.our-mobile-story-6 {
		padding: 70px 0 130px;
	}
	.our-mobile-story-5 .page-title{
		color: #fff !important;
	}
	.our-mobile-story-5 p{
		color: #fff !important;
	}
	.our-story-img{
		width: 50%;
	}
	#our-story-1{
		background-position: 31%;
		background-size: cover;
	}
	#our-story-5{
		background-position: 800px !important;
		background-size: cover;
	}
	.wrapper-image.paraxify {
		background-attachment: scroll !important;
	}
	.contain-img {
	     margin-bottom: 0px;
	}
	.social-share{
		/*justify-content: left !important;*/
	}
	.related-items h3 {
	    font-size: 29px;
	    font-weight: 900;
	}
	p.newsletter {
	    margin-left: 0px !important;
	    font-size: 22px;
	}
	.home .features .feature {
		min-height: 420px;
		background-position: center top;
	background-size:contain;
background-repeat:no-repeat;
	}
	.newsletter-left{
		width: 100% !important;
	}
	.newsletter-right{
		width: 100% !important;
	}
	#filter-search {
    padding: 1px 16px 0;
	}
	.recipe-filter-select select {
	    padding: 0 24px 0 5px;
	}
	#footer-cookies {
	    margin: 0;
	    margin-left: 5px;
	    font-size: 16px;
	    /*width: 325px;*/
	    color: #fffff;
	    max-width: 700px;
	    /* margin: 20px auto; */
	}
	.space{
		display: block;
	}
	header#masthead .main-navigation a:hover,header#masthead .current-menu-item a{
	  box-shadow: none;
	  background-color: #f2f2f2;
	}
	#footer-newsletter > h5 {
	    font-size: 30px;
	    font-weight: 900;
	}
	#recipe-filter label.search {
	    border: none;
	}
	.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:34px !important;
		line-height: 1.3;
	}
	.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 {
		width: 205px;
		margin: 0 auto;
		height: 90px;
	}
	.site-branding .site-title {
	    background: url(images/astro-logo.png);
	    background-repeat: no-repeat;
	    display: inline-block;
	    margin: 15px 0 0;
	    width: 100%;
	    background-size: 65%;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		text-align: center;
	}
	#banner-home h2 {
		background-size: 135px 126px;
		width: 135px;
		height: 126px;
	}
	#banner-home h3 {
		font-size: 28px;
	}
	.home .features .feature h3 {
		font-size: 24px;
	}
	.unslider-arrow {
		bottom: 0;
	    width: 8%;
	    height: 15%;
	}
	#footer-newsletter form input {
		width:100% !important;
		margin-bottom:10px;
		text-align: center;
		padding: 10px 0px;
		border: 1px solid #dfdfdf !important;
	}
	#footer-newsletter form button {
		width:100% !important;
		font-size: 18px;
	}
	#newsletter-submit{
		padding: 16px 0px !important;
	}
	#filter-time.french-filter-time select {
	 float: right;
	 width: 100% !important;
	 padding-left: 0%;
	 border: none;
	 padding-left: 5%;
}
.french-filter-product{
	padding-left:
}
	#filter-product.french-filter-product select{
		width: 100% !important;
		padding-left: 0;
		float: right;
		border-top: 1px solid #ddd;
		padding-left: 5%;
	}
}

@media screen and (max-width: 320px){

    .btn{
    font-size: 18px;
    }
    #footer-cookies{
    	width: 275px;
    }
	#filter-search {
        /* border-top: 1px solid #ddd; */
    width: 52%;
    padding-left: 0;
    margin-left: 0;
    float: none;
    font-size: small;
	}
	.unslider-arrow.next {
	/*display: none; */
	}
	#our-mobile-story-1{
		background-position: center left;
	}
	#our-mobile-story-2{
		background-position: center left;
	}
	#our-mobile-story-3{
		background-position: center center;
	}
	#our-mobile-story-4{
		background-position: center center;
	}
	#our-mobile-story-5{
		background-position: center right;
	}
	.our-mobile-story-1 {
		padding: 70px 0 130px;
		width: 85%;
	}
	.our-mobile-story-2 {
		padding: 70px 0 178px;
		width: 85%;
	}
	.our-mobile-story-3 {
		padding: 70px 0 130px;
		width: 85%;
	}
	.our-mobile-story-4 {
		padding: 70px 0 192px;
		width: 85%;
	}
	.our-mobile-story-5 {
		padding: 70px 0 130px;
		width: 85%;
	}
	.our-mobile-story-6 {
		padding: 70px 0 130px;
	}
	.unslider-arrow.prev {
	/*display: none;*/
	}

	header#masthead .main-navigation a:hover{
	  box-shadow: none;
	}
}


@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;
	}
	.hide-desktop {
		display: none;
	}
	#footer-newsletter > p,
	#footer-newsletter form {
	  -webkit-transition: width 0.25s;
	  transition: width 0.25s;
	}
	.special-offers-french{
		width: 165px !important;
		padding: 22px 0px 30px !important;
	}
	.menu-more-french-container{
		margin-top: 10px;
	}
	.menu-more-container{
		margin-top: 10px;
	}
	.special-offers-english{
		width: 212px !important;
	}
	p.scroll-top a {
	  -webkit-transition: margin 0.25s;
	  transition: margin 0.25s;
	}
	.our-story-3 {
		/* padding: 246px 0 255px; */
		padding: 186px 0 435px;
	}
	#our-story-3{
		/*background-position: -345px;*/
	}

}

/* Added by Steven */


@media screen and (min-width: 768px) {
	.single-result {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.hide-desktop{
		display: none;
	}
	.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%);
	}
	.product.banner-image{
		padding-top: 125px;
		padding-bottom: 275px;
	}
}
@media screen and (min-width: 960px) {
	/* Attempt to center product images */
	.image-preview-center {
		height: 250px;
	}
	.related-items-product img,
	.single .related-items-product-category img {
		max-height: 225px;
	}
}
@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;
	}

/*BRIDGE*/
.feature-1 .feature-content {bottom:60px !important;}

	.home .features .feature .feature-content {
	max-width: 520px;
	width: 90%;
	/*left: 300px;*/
	position: absolute;
	bottom: 145px;
	text-align: left;
	z-index: 10;
}
	.containter{
/*	align-items: left !important;
	margin-right: 205px !important;	*/
	}
}

.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 scre@en and (max-width: 769px) {
	.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;
	}
	header#masthead .main-navigation a:hover, header#masthead .current-menu-item a{
		box-shadow: none;
	}
}

/* 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 #ca2031;}
.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:#ca2031;color:#fff;border-bottom:0;padding:15px 20px 13px;display:inline-block;}
.wrapper-product-title{
	padding: 0;
	max-width: 1020px;
	width: 100%;
	margin-top: 100px;
}
.image-sub-title {
	color: #414042;
	text-shadow: none;
}
.wrapper-image-our-story{
	height: 600px;
	padding: 100px 0;
}
.wrapper-image-our-story.paraxify {
    background-attachment: fixed;
}
.wrapper-image.paraxify.recipes {
    padding-top: 15%;
}
.btn-black {
    background: transparent;
    color: #333333;
    border: 2px solid #333333;
    font-weight: 900;
    border-radius: 2px;
}
.btn-black:hover {
    background: transparent;
    color: #b6041e;
    border: 2px solid #ca2031;
}
.product-title{
	font-size: 22px;
	text-transform: none;
}
.french .product-title {
	height: 60px;
}

.product-short-description {
	height: 70px;
}

.french .product-short-description {
	height: 90px;
}

@media screen and (max-width: 480px) {
	.french .product-title, .french .product-short-description {
		height: auto;
	}
}

.product-sub-title{
	font-size: 18px;
	text-transform: none;
}
article.wrapper-narrow.page-scroller.recipes-panel{
	padding-top: 50px;
}
p.scroll-top a{
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
.footer-menu p{
	font-family: brandon-grotesque, sans-serif;
	padding: 0;
	display: block;
	line-height: 1.5;
	font-weight: 400;
	font-size: 16px;
}
h2.page-title {
	font-weight: 900;

}
p.banner-title.wrapper-wide.banner-recipes{
	color: #333333;
}
p.image-sub-title.recipes{
	max-width: 625px !important;
}
.wrapper-narrow.product-wrapper {
	padding-top: 50px;
}
span.natural-milk {
    position: absolute;
    bottom: 21px;
    right: 0;
    color: white;
    font-size: small;
}
.recipe-title{
	color: #ca2031;
	font-weight: 900;
	margin-bottom: 15px;
}

.footer-footer{
	margin: 65px 0 0px !important;
}
.containter{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: left;
}
.padding-top-25{
	padding-top: 25px;
}
.title{
	color: #ca2031;
	font-size: 24px;
	font-weight: 900;
}
.product-intro, .product-intro {
    font-size: 18px;
}
.product-intro {
    float: left;
    width: 18%;
}
.products-cat{
	padding-top: 35px;
	display: flex;
	flex-direction: row;
}
.product-img {
}
.product{
	flex-basis: 25%;
		align-items: center;
		justify-content: center;
	  flex-direction:column;
}
.text-center{
	text-align: center;
	line-height: 1.3;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 600;
}
.prod-inside{
	position: relative;
}

.prod-inside-text {
	padding: 0 10px;
}

.new-badge {
	    position: absolute;
	    top: 24px;
	    right: 5px;
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    text-align: center;
	    font-size: 15px;
	    text-transform: uppercase;
	    color: #fff;
	    background-color: #ca2031;
	    z-index: 1000;
	    border-radius: 100%;
	    font-weight: 900;
	    font-family: brandon-grotesque, sans-serif;
}
.new-badge-fr {
	    position: absolute;
	    top: 24px;
	    right: 5px;
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    text-align: center;
	    font-size: 11px;
	    text-transform: uppercase;
	    color: #fff;
	    background-color: #ca2031;
	    z-index: 1000;
	    border-radius: 100%;
	    font-weight: 900;
	    font-family: brandon-grotesque, sans-serif;
}
.single-product-image-header {
	position: relative;
}
.single-product-image-header .new-badge {
	top: 24px;
	right: 30%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 20px;
}
.single-product-image-header .new-badge-fr {
	top: 24px;
	right: 30%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 15px;
}
.show-mobile{
	display: none
}
.more_products{
	padding: 17px 20px;
}
.no-focus{
	background: #ffffff;
	color: #ca2031;
	border: 2px solid #ca2031;
	border-radius: 2px;
    text-align: center;
    display: inline-block;
    font-size: 21px;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
}
.no-focus:hover{
	background: #ca2031;
	color: #ffffff;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 769px){
	.hide-dekstop{
		display: hidden;
	}

}

@media screen and (max-width: 480px){
	.title{
		text-align: center;
		line-height: 1.3;
	}
	.show-mobile{
		display: block;
	}
	.hide-mobile{
		display: none;
	}
	.new-badge-fr {
	    top: 65px !important;
	    right: 20px;
	}

	.single-product-image-header .new-badge {
		top: 15px !important;
		right: 30%;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 13px;
	}
	.single-product-image-header .new-badge-fr {
		top: 15px !important;
		right: 30%;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 11px;
	}
	.special-offers-french{
		width: 100% !important;
		padding: 22px 0px 30px !important;
	}
	.columns.col-9{
		margin-left: auto;
		margin-right: auto;
	}
	#more_products_mobile_1{
		margin-left: auto;
		margin-right: auto;
	}
	#more_products_mobile_2{
		margin-left: auto;
		margin-right: auto;
	}
	#more_products_mobile_3{
		margin-left: auto;
		margin-right: auto;
	}
	#more_products_mobile_4{
		margin-left: auto;
		margin-right: auto;
	}
	#more_products_mobile_5{
		margin-left: auto;
		margin-right: auto;
	}
	#show_more_1{
		margin-top: 15px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#show_more_2{
		margin-top: 15px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#show_more_3{
		margin-top: 15px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#show_more_4{
		margin-top: 15px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.special-offers-english{
		width: 100% !important;
	}
	.banner-image.recipes-lp{
		padding-top: 120px;
		padding-bottom: 265px;
	}
	.product-intro {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.products-cat{
		margin-left: 0 !important;
		padding-top: 0px;
		display: flex;
		flex-direction: column;
	}
	.product-img {
	    margin-left: auto;
	    margin-right: auto;
	}
	#filter-search {
	    width: 58%;
	    text-align: left;
	    float: right;
	    border-left: 0;
	    padding-left: 0;
	    margin-left: 0;
	}
	.product-category {
	    padding-top: 0px !important;
	}
	single-recipes .recipes, .single-products .products, .single-ambassadors .ambassadors, .single .category-whats-new{
		padding-top: 25px;
	}
	.product{
		flex-basis: 100%;
			align-items: center;
			justify-content: center;
		  flex-direction:column;
	}
	.text-center{
		text-align: center;
		line-height: 1.3;
		font-family: brandon-grotesque, sans-serif;
		font-weight: 500;
	}
	.prod-inside{
		position: relative;
	}
}

form .form-control label {
	display: block;
	margin-bottom: 10px;
}
form .form-control input {
	display: block;
	margin-bottom: 10px;
}

.btn-red {
	padding: 10px 40px;
}
label.form-label {
    font-weight: 900;
}
footer#colophon h5 a{
	font-family: brandon-grotesque, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 5px;
    font-size: 18px !important;
}
.recipes-page-section{
	color: #666666;
	font-size: 22px;
	line-height: 30px;
}
.wrapper-image.our-story-home {
    background-position: 0px -45px;
}
.margin-bottom-50{
	margin-bottom: 50px;
}
.margin-bottom-100{
	margin-bottom: 100px;
}
.related-items-recipe img{
	width: 100% !important;
}

.award-disclaimer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}

@media screen and (min-width: 1600px){
	.our-story-1 {
		padding: 281px 0 512px;
		width: 85%;
	}
	.our-story-2 {
		padding: 281px 0 690px;
		width: 85%;
	}
	.our-story-3 {
		padding: 281px 0 690px;
		width: 85%;
	}
	.our-story-4 {
		padding: 281px 0 512px;
		width: 85%;
	}
	.our-story-5 {
		padding: 281px 0 512px;
		width: 85%;
	}
	.our-story-6 {
		padding: 281px 0 512px;
	}
	.our-story-7{
	margin-left: 30%;
	max-width: 560px;
	padding: 61px 0 400px;
}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.hide-
	.special-offers-english{
		margin-left: auto;
		margin-right: auto;
	}
	#footer-newsletter p {
		margin-left: auto !important;
		width: 500px !important;
		margin-right: auto;
	}
	.home .wrapper-image.our-story {
	    height: 804px;
	    padding: 41px 0;
	    background-position: -311px;
	}
	#product-1 {
		line-height: 2.7;
	}
	#product-category-1, #product-category-2,
	#product-category-3, #product-category-4,
	#product-category-5{
		display: flex;
	}
	#filter-product select {
	    width: 238px;
	}
	.btn-brand.nw {
	    width: 29% !important;
	}
	.banner-image {
		padding-top: 55px;
	}

	#our-story-5 {
	    background-position: -310px;
	}
	.feature-1{
		background-position: -511px !important;
	}
	.feature-2{
		background-position: -690px !important;
	}
	.feature-3{
		background-position: -615px !important;
	}
	.feature-4 {
		background-position: -595px !important;
	}
	.feature-5{
		background-position: -550px !important;
	}
	#show_more_2{
		margin-top: -160px !important;
	}
	#show_more_3{
		margin-top: -125px !important;
	}
	#show_more_1{
		margin-top: -65px !important;
	}
	.more_products{
	    padding: 17px 25px !important;
	}
	.home .wrapper-image {
	    text-align: center;
	    padding: 250px 0;
	    height: auto;
	    background-position: 1392px;
	}
	.home .features .feature .feature-content {
	    margin: 0 20px;
	    text-align: left;
	}
	.home .features .feature {
	    /* padding: 40px 0 75px 0; */
	    background-position: -750px;
	}
	.special-offers-french{
		margin-left: auto;
		margin-right: auto;
	}
	.home .features .feature .feature-content {
	    max-width: 600px;
	  }
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		margin: 35px 0 0 0;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.hide-
	.special-offers-english{
		margin-left: auto;
		margin-right: auto;
	}
	#footer-newsletter form {
	    float: right;
	    width: 60%;
	    padding: 55px 0px 20px 0px;
	}
	#footer-newsletter h5 {
    float: left;
    padding: 65px 30px 30px 35px;
	}

	#menu-social-links{
		margin-left: -35px;
	}
	#footer-newsletter p {
	    width: 154px !important;
	    font-size: 14px;
	}
	.home .features .feature {
	    background-position: center center;
	}
	#footer-newsletter form button {
		    width: 25%;
	}
	.btn-brand.nw {
	    width: 29% !important;
	}
	.banner-image {
		padding-top: 55px;
	}
	#filter-search{
		width: 100px;
	}
	#filter-product select {
	    width: 200px;
	}
	.special-offers-french{
		margin-left: auto;
		margin-right: auto;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		margin: 35px 0 0 0;
	}
}

#mobile_slide_controls, #desktop_slide_controls {
	position: absolute;
    top: 5px;
    z-index: 10;
	text-align: right;
	right: 5px;
}

.pause_btn, .play_btn {
	padding: 8px 10px;
	font-size: 12px;
	margin-left: 5px;
}

.pause_btn:focus, .play_btn:focus, #filter-submit:focus,
a.more_products:focus,
.results-pagination a:focus,
button.menu-toggle:focus 
{
	outline: 5px auto #b6041e;
    outline-offset: 3px;
}

.product-wrapper .related-items-product a:focus,
.recipes-panel .related-items-recipe a:focus {
	margin-left: 4px;
	margin-right: 4px;
}

a.btn-blue:focus {
	outline-offset: 3px;
}

.footer-menu ul#menu-more a:focus,
.footer-menu ul#menu-more-french a:focus {
	margin-left: 3px;
}

.features-container.desktop ol.dots,
.features-container.mobile ol.dots {
	display: none;
}



/* START: WHERE TO BUY */
.locator-form {
    position: relative;
    background: #e7e7e7;
    padding: 20px;
    text-align: center;
}

.locator-form label {
    display: block;
    margin-bottom: 5px;
}

@media screen and (min-width: 568px) {
	.locator-form {
		padding: 10px 0;
	}

    .locator-form label {
        width: 20%;
        padding-right: 10px;
        margin-bottom: 0;
        text-align: right;
        display: inline; 
    }
}

.locator-form .button {
    position: relative;
    cursor: pointer;
}

.locator-form label {
    font-size: 18px;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

@media screen and (min-width: 1024px) {
    .locator-form label {
        display: inline;
    }
}

.locator-form select {
    width: 100%;
    padding: 0 8px;
    font-size: 14px;
    color: #231E20;
    height: 38px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (min-width: 568px) {
    .locator-form select {
        width: 35%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .locator-form select {
        width: 22%;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.location-results {
	padding: 50px 0 0 0;
	text-align: center;
}

.store-list-container {
    margin: 0 auto 40px;
    padding-top: 50px;
    padding-bottom: 20px;

    display: grid;
    grid-gap: 60px 50px;
    grid-template-columns: repeat(auto-fit, calc(50% - 25px));
    /*min-height: 240px;*/
    justify-content: center;
}

.store-content {
    display: inline-grid;
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;
    overflow: hidden;

    align-self: center;
    justify-self: center;
}

.store-content img {
    width: 100%;
}

@media (min-width: 600px) {
    .store-list-container {
        display: grid;
        grid-gap: 60px 100px;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        /*min-height: 240px;*/
    }
    .store-content {
        margin: 0;
    }
}

@media (min-width: 1000px) {
    .store-list-container {
        display: grid;
        grid-gap: 60px 100px;
        grid-template-columns: repeat(auto-fit, calc(25% - 75px));
        /*min-height: 240px;*/
    }
    .store-content {
        margin: 0;
    }
}
/* END: WHERE TO BUY */



/* START: CANADIAN DICTIONARY */
.cd-main {
	position: relative;
	background: #ca2031;
	font-family: brandon-grotesque, sans-serif;
	font-size: clamp(1.2rem, 2vw + 0.5rem, 1.625rem);
	letter-spacing: -0.01em;
	color: #ffffff;
	padding: 80px 20px 40px 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.cd-main {
		padding-top: 60px;
	}
}

.cd-main-heading {
	position: relative;
	padding-bottom: 30px;
}

.cd-typewriter-placeholder {
	visibility: hidden;
	/*white-space: pre-wrap;*/
	pointer-events: none;
}

.cd-main h1 {
	position: absolute;
	top: 0;
	left: 0; right: 0;
}

.cd-main h1,
.cd-typewriter-placeholder {
	color: #ffffff;
	font-size: clamp(2rem, 5vw + 1rem, 4.6875rem);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

/*
.cd-main h1 span {
	animation: blink 0.75s step-end infinite;
	display: block;
}
*/

@keyframes blink {
	0%, 100% { border-color: transparent; }
	50% { border-color: black; }
}

.cd-main h1 span em,
.cd-typewriter-placeholder em {
	font-style: normal;
	display: block;
}

@media (max-width: 600px) {
	.cd-main h1 span em,
	.cd-typewriter-placeholder em {
		display: inline;
	}
}

.cd-typewriter-wrapper {
	display: block;
}

.cd-typewriter-wrapper .cd-br {
    display: block;
    height: 0;
}

@media (max-width: 600px) {
	.cd-typewriter-wrapper .cd-br {
		display: inline;
	}
}

.cd-typewriter-char {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.05s ease-in;
}

.cd-typewriter-char.visible {
	opacity: 1;
}

.cd-word-span {
	display: inline-block;
	white-space: nowrap; /* keeps words together */
}

.cd-main .cd-main-img img {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
}

.cd-sub {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

@media (max-width: 768px) {
	.cd-main .cd-main-img {
		margin: 0 40px;
	}

	.cd-main .cd-main-img img {
		width: 100%;
		height: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	.cd-sub {
		padding-top: 30px;
	}
}

.cd-content {
	font-family: brandon-grotesque, sans-serif;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 20px 40px 20px;
	font-family: brandon-grotesque, sans-serif;
	font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
	letter-spacing: -0.01em;
	color: #ca2031;
	text-align: center;
}

.cd-content h2 {
	color: #ca2031;
	font-size: clamp(1.875rem, 3vw + 1rem, 3.125rem);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: -0.01em;
	margin-bottom: 100px;
}

.cd-content h3 {
	color: #ca2031;
	font-size: clamp(1.4rem, 3vw + 1rem, 2.5rem);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}

.cd-content-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 60px;
}

@media (max-width: 1280px) {
	.cd-content-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.cd-content-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 568px) {
	.cd-content h2 {
		margin-bottom: 60px;
	}

	.cd-content-list {
		gap: 30px 60px;
	}
}
/* END: CANADIAN DICTIONARY */