@charset "UTF-8";
/*!
Theme Name: StoneSoupv2
Theme URI: http://www.thestonesoup.com
Author: Torch Code Lab
Author URI: http://www.torchcodelab.com/
Description: The Stone Soup v2 template. Based on MonsieurPress Starter theme (http://www.monsieurpress.com/).
Version: 2.0.0
Tags: right-sidebar, custom-menu, sticky-post
*/
/*-----------------------
    Libs
------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:focus,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  overflow-x: auto;
}

pre code {
  word-wrap: normal;
  white-space: pre-wrap;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

html {
  font-size: 21px;
}

body {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-----------------------
     Setting up
------------------------*/
/*-----------------------
    General styles
------------------------*/
body {
  font-size: 1rem;
}

h4 {
  font-size: 1.333rem;
}

h3 {
  font-size: 1.333rem;
}

.archive-list__year,
.page-start-here .link--archive,
.wprm-recipe-simple h2.wprm-recipe-name,
h2,
main .homepage__read-more a {
  font-size: 1.77689rem;
}

h1 {
  font-size: 2.36859rem;
}

.font_small,
small {
  font-size: 0.75019rem;
}

ol,
ul {
  padding: 0 0 1.75rem 1.25rem;
}

.archive-list__year,
.page-start-here .link--archive,
.wprm-recipe-simple h2.wprm-recipe-name,
h1,
h2,
main .homepage__read-more a {
  color: #4d9839;
  margin: 1.414rem 0 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
}

h1 {
  font-weight: 300;
  margin-top: 0;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}

hr {
  border-bottom: 1px solid #bdbdbd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5rem 0;
}

blockquote {
  border-left: 2px solid #bdbdbd;
  color: #474747;
  margin: 1.5rem 0;
  padding-left: 0.75rem;
}

cite {
  color: #616161;
  font-style: italic;
}

/*-----------------------
    Link Styles
------------------------*/
a,
a:visited {
  color: #4d9839;
  outline: 0;
}

a:active,
a:focus,
a:hover {
  color: #316024;
  text-decoration: underline;
}

.screenreader {
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*----------------------
  Inputs
-----------------------*/
fieldset {
  background: #939797;
  border: 1px solid #bdbdbd;
}

.label,
input,
label,
select {
  display: block;
}

.required.label:after,
label.required:after {
  content: "*";
}

.label abbr,
label abbr {
  display: none;
}

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select[multiple="multiple"],
textarea,
textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #00bcd4;
  box-shadow: inset 0 1px 3px rgba(20, 20, 20, 0.06);
  color: #141414;
  font-size: 0.8rem;
  transition: border-color;
}

input:not([type]):hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
select[multiple="multiple"]:hover,
textarea:hover,
textarea:hover {
  border-color: #151616;
}

input:not([type]):focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select[multiple="multiple"]:focus,
textarea:focus,
textarea:focus {
  border-color: #00bcd4;
  box-shadow: inset 0 1px 3px rgba(20, 20, 20, 0.06),
    0 0 5px rgba(0, 165, 187, 0.7);
  outline: none;
}

select[multiple="multiple"],
textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: vertical;
  padding: 0.75rem;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

input[type="checkbox"] + .label,
input[type="checkbox"] + label,
input[type="radio"] + .label,
input[type="radio"] + label {
  display: inline;
}

input[type="file"] {
  padding-bottom: 0.75rem;
  width: 100%;
}

select {
  margin-bottom: 1.5rem;
  max-width: 100%;
  width: auto;
}

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  padding: 0.5rem 0.75rem;
  width: 100%;
}

.label {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.screenreader {
  width: 0;
  padding: 0;
}

.hiddenCheckbox {
  cursor: pointer;
  width: 100%;
}

button[type="submit"],
input[type="submit"] {
  transition: 0.333s ease transform;
}

/*----------------------
  Input validation classes
-----------------------*/
.error,
.has-error input {
  border-width: 1px;
  border-color: #e91e63;
}

.error-message,
.validation.text-danger {
  color: #e91e63;
}

.error-message:after,
.validation.text-danger:after {
  content: "Validation failed";
}

.validation.text-success:after {
  content: "Validation passed";
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  color: #212121;
  background-color: #fff;
  height: 100%;
}

.clearfix::after,
.pagination::after {
  clear: both;
  content: "";
  display: table;
}

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

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/*-----------------------
    Container
------------------------*/
.wrapper {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper::after {
  clear: both;
  content: "";
  display: block;
}

/*-------------------------------
    Padding up & down
--------------------------------*/
.l-pad-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.l-pad-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

/*-------------------------------
    Padding up & down mobile
--------------------------------*/

header {
  display: -ms-flexbox;
  display: flex;
}

.site-header {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.header__wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-header .header__wrapper {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
}

.site-logo {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
  max-height: 4rem;
  text-decoration: none;
}

.site-logo img {
  display: block;
  height: auto;
  max-width: 16rem;
  width: 100%;
}

.header__search-box {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 14rem;
  flex: 1 0 14rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
}

.header--archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header--archive .archive-list__year,
.header--archive .page-start-here .link--archive,
.header--archive .wprm-recipe-simple h2.wprm-recipe-name,
.header--archive h2,
.header--archive main .homepage__read-more a,
.page-start-here .header--archive .link--archive,
.wprm-recipe-simple .header--archive h2.wprm-recipe-name,
main .homepage__read-more .header--archive a {
  margin: 0;
}

.header--archive .post__thumbnail {
  margin-right: 1rem;
  -ms-flex: 0 0 9rem;
  flex: 0 0 9rem;
}

/*----------------------
   Footer style
-----------------------*/
.footer {
  background-color: #fff;
  border-top: 1px solid #bdbdbd;
  color: #212121;
  font-size: 1rem;
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
}

.footer p {
  display: inline-block;
  line-height: 1.2;
}

.list--social-links {
  width: 100%;
}

.list--social-links .social-link {
  display: block;
  height: 2rem;
  width: 2rem;
}

.list--social-links .social-link svg {
  width: 100%;
  height: 100%;
}

/* Sections */
footer,
header,
section {
  display: inline-block;
  position: relative;
  width: 100%;
}

footer,
header {
  padding: 0;
}

main {
  min-height: 25rem;
}

main,
section {
  padding: 0.5rem 1rem;
}

main .homepage__read-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 0;
  width: 100%;
}

main .homepage__read-more a:focus,
main .homepage__read-more a:hover,
.page-start-here .link--archive:focus,
.page-start-here .link--archive:hover {
  color: #316024;
  transition: all 0.3s ease-in-out;
}

.about {
  padding: 2rem 1rem 1rem;
}

.about .wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .post__thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 15rem;
  flex: 1 0 15rem;
  margin-bottom: 0.75rem;
  max-width: 300px;
  min-height: 300px;
}

.about .post__thumbnail img {
  height: auto;
  margin: auto;
}

.about .pf-content {
  -ms-flex: 1 1 16rem;
  flex: 1 1 16rem;
}

.about .pf-content a {
  white-space: nowrap;
}

.section--breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 0;
}

.section--comments {
  padding: 0 0 1rem;
}

article {
  display: block;
  margin: 1rem auto;
}

.post--listing {
  border-bottom: solid 1px #bdbdbd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.post--listing .post__thumbnail {
  -ms-flex: 0 1 8rem;
  flex: 0 1 8rem;
}

.archive-list {
  list-style: none;
  margin: 0 auto;
}

.archive-list__year {
  font-size: 1.2rem;
  margin: 1rem 0 0;
}

.archive-list__post {
  padding-left: 0.5rem;
}

.archive-list__post article {
  margin: 0;
}

.archive-list__post p {
  line-height: 2;
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
}

/*----------------------
    Buttons
-----------------------*/
.btn,
.btn--ghost,
.btn--ghost:visited,
.btn--hollow,
.btn--hollow:visited,
.btn:visited,
.comment-respond input.submit,
.comment-respond input.submit:visited,
a.btn,
a.btn:visited,
button,
button:visited,
input.btn {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.14;
  margin: 0.5rem auto;
  padding: 0.65rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.14s ease-in-out;
}

.btn--ghost:active,
.btn--ghost:focus,
.btn--ghost:hover,
.btn--ghost:visited:active,
.btn--ghost:visited:focus,
.btn--ghost:visited:hover,
.btn--hollow:active,
.btn--hollow:focus,
.btn--hollow:hover,
.btn--hollow:visited:active,
.btn--hollow:visited:focus,
.btn--hollow:visited:hover,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited:active,
.btn:visited:focus,
.btn:visited:hover,
.comment-respond input.submit:active,
.comment-respond input.submit:focus,
.comment-respond input.submit:hover,
.comment-respond input.submit:visited:active,
.comment-respond input.submit:visited:focus,
.comment-respond input.submit:visited:hover,
a.btn:active:visited,
a.btn:focus:visited,
a.btn:hover:visited,
button:active,
button:focus,
button:hover,
button:visited:active,
button:visited:focus,
button:visited:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: #001d31;
}

.btn,
a.btn,
a.btn:visited,
button,
input.btn {
  background: #4d9839;
  border: none;
  color: #fff;
}

.btn--ghost {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}

.btn--hollow {
  background: transparent;
  border: solid 1px #003152;
  color: #003152;
}

.archive-dropdown {
  border: solid 1px #003152;
  margin: auto;
  max-width: 320px;
  padding: 4px 8px;
  width: 100%;
}

.search-form {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.search-form .label,
.search-form label {
  width: 100%;
}

.search__submit-button {
  margin: 0 0 0 0.25rem;
}

.progress-bar {
  width: 100%;
  height: 2em;
  background-color: #cacaca;
  border: solid 1px #b1b1b1;
  border-radius: 6px;
  overflow: hidden;
}

.progress-bar > span {
  transition: width 1.5s ease-in;
}

.progress-indicator {
  height: 100%;
  width: 100%;
  padding: 0.25rem 1em;
  display: inline-block;
  text-align: right;
  font-weight: bold;
  background-color: #003152;
  color: #fff;
}

._form-content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

._form_15,
.callout--email,
.hero__copy form,
.signup-form {
  margin: auto;
  padding: 0.5rem;
  width: 100%;
}

._form_15 button,
.callout--email button,
.hero__copy form button,
.signup-form button {
  background: #4d9839;
  font-weight: 500;
}

._field8 ._form-label {
  font-size: 0 !important;
}

._form_15,
.callout--email,
.hero__copy form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 30rem;
}

._form_15 ._field-wrapper,
.callout--email ._field-wrapper,
.hero__copy form ._field-wrapper {
  margin-bottom: 1rem;
  width: 100%;
}

._form_15 ._form-content,
.callout--email ._form-content,
.hero__copy form ._form-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._form_15 ._form-content ._form_element,
.callout--email ._form-content ._form_element,
.hero__copy form ._form-content ._form_element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}

._form_15 ._checkbox-radio,
.callout--email ._checkbox-radio,
.hero__copy form ._checkbox-radio {
  display: -ms-flexbox;
  display: flex;
}

._form_15 ._checkbox-radio input[type="checkbox"],
.callout--email ._checkbox-radio input[type="checkbox"],
.hero__copy form ._checkbox-radio input[type="checkbox"] {
  margin: 0.45rem 0.5rem 0 0;
}

._form_15 .book-cover,
.callout--email .book-cover,
.hero__copy form .book-cover {
  height: auto;
  margin: auto;
  max-width: 200px;
  width: 100%;
}

._form_15 .label,
._form_15 label,
.callout--email .label,
.callout--email label,
.hero__copy form .label,
.hero__copy form label {
  font-size: 1rem;
}

._form_15 button,
.callout--email button,
.hero__copy form button {
  font-size: 1rem;
  margin: 1em auto 0;
  text-transform: uppercase;
}

/* Global Nav Rules */
nav {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

nav a {
  display: block;
  line-height: 1;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

.navigation-menu {
  display: inline-block;
  line-height: 1;
  width: 100%;
}

/* Mobile menu button */
.menu-btn {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 0 16px;
  height: 2rem;
  width: 2rem;
}

.menu-btn svg {
  height: 1rem;
  width: 1rem;
}

/*-----------------------
     Mobile menu
-------------------------*/
.site-nav {
  max-height: 0;
  width: 100%;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}

.site-nav ul {
  display: inline-block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.site-nav li > a {
  display: block;
  padding: 0.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav li > a:hover {
  text-decoration: none;
  color: #007293;
}

.is-menu-on .site-nav,
.no-js .site-nav {
  max-height: 300px;
}

.menu-item {
  font-size: 0.8rem;
  position: relative;
  overflow: visible;
}

.menu-item a,
.menu-item p {
  width: 100%;
  padding: 0.25rem;
}

.menu-item p {
  margin: 0 auto;
}

.footer__nav {
  line-height: 1.5;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
}

.footer__nav li {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding: 0.25rem 0.5rem;
}

.footer__nav a {
  color: #545757;
  font-size: 1rem;
  text-decoration: none;
}

.footer__nav a:active,
.footer__nav a:focus,
.footer__nav a:hover {
  color: #4d9839;
}

/*
 * Comment box
 */
.comments__list {
  list-style: none;
  margin: auto;
  padding: 0;
}

.comment,
.pingback {
  list-style: none;
}

.comment > .comment-body,
.pingback > .comment-body {
  border: 1px solid #939797;
  background: #fff;
  margin: 1rem 0;
  overflow-x: hidden;
  padding: 1rem;
}

.comment > .comment-body > .reply,
.pingback > .comment-body > .reply {
  text-align: right;
}

.comment-content p {
  margin: 1rem 0;
}

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

.bypostauthor {
  display: block;
}

/*----------------------
   Widgets style
-----------------------*/
.widgets .widget {
  margin-bottom: 1rem;
}

.widgets .widgettitle {
  margin: 0.5em 0;
  font-size: ms(0);
  font-weight: bold;
  text-transform: uppercase;
}

.block {
  display: block;
  padding: 1em;
  width: 100%;
}

.block--hero {
  -ms-flex-align: center;
  align-items: center;
  background-color: #003152;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  padding: 0.75rem;
}

.wrapper--hero {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: solid 2px #003152;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 40rem;
  padding: 0;
  position: relative;
  z-index: 999;
}

.hero__copy {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #939797;
  color: #141414;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
}

.hero__copy img {
  margin: auto;
  max-width: 10rem;
}

.hero__copy hr {
  margin: 0.5rem auto;
  max-width: 10rem;
  width: 100%;
}

.title--hero {
  font-size: 2.25em;
  line-height: 1.2;
  margin: auto;
}

.hero__cta {
  color: #fff;
  font-size: 1em;
  margin: 1rem auto 0;
  text-transform: uppercase;
}

/*----------------------
   Pagination style
-----------------------*/
.pagination {
  margin-bottom: 2em;
  width: 100%;
}

.pagination .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.pagination .page-numbers {
  float: left;
  padding: 0.4em;
  min-width: 9%;
  border-radius: 3px;
  text-align: center;
  margin-right: 0.5em;
  text-decoration: none;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #003152;
  color: #fff;
}

.cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}

.card {
  background-color: #141414;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  box-shadow: 0 2px 4px #3b3d3d;
  cursor: pointer;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.5rem;
  max-width: 480px;
  min-height: 18rem;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.card:focus,
.card:hover {
  cursor: pointer;
  border-color: #003152;
  box-shadow: 0 1px 3px 2px rgba(0, 188, 212, 0.5);
}

.card .card__link {
  color: #fff;
}

.card__image {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.card__image img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.card__header {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 42%;
  padding: 0.5rem;
  position: absolute;
}

.card__header .entry__title {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.77689rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.card__header .entry__meta {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* Post content */
h1.entry-title {
  font-size: 2rem;
}

.entry-content,
.wp-editor {
  padding: 1.5em 0;
}

.entry-content figure,
.wp-editor figure {
  margin: auto;
}

.entry-content blockquote,
.wp-editor blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #212121;
  font-style: italic;
  color: #545757;
}

.entry-content img,
.wp-editor img {
  margin: 0 0 1.5em;
  max-width: 100%;
  height: auto;
}

.entry-content pre,
.wp-editor pre {
  background: #939797;
  padding: 1.5em;
  margin: 0 0 1.5em;
  overflow-x: scroll;
}

.entry-content ul,
.wp-editor ul {
  list-style: square;
  padding-left: 0.5rem;
}

/* Responsive image */
.wp-post-image {
  width: 100%;
  height: auto;
}

/* Sticky post */
.sticky {
  border-top: 2px solid #939797;
  border-bottom: 2px solid #939797;
}

/* Admin Editor */
.wp-editor {
  margin: 1.5em;
}

/* Post Gallery style */
.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Post Caption style */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* Table Style */
.entry-content table,
.wp-editor table {
  width: 100%;
  border: 1px solid #545757;
  margin-bottom: 1.5em;
}

.entry-content td,
.wp-editor td {
  padding: 7px;
}

.stonesoup .et-dropcap {
  color: #003152 !important;
  float: left;
  font-family: Georgia;
  font-size: 72px !important;
  line-height: 64px;
  margin: 0;
  padding-right: 8px;
  padding-left: 2px;
}

/* WP Recipe Maker Customizations */

.stonesoup .wprm-recipe-simple {
  background-color: #fff;
  padding-top: 2rem;
}

.page-start-here .wprm-recipe-simple .wprm-recipe-name.link--archive,
.wprm-recipe-simple .page-start-here .wprm-recipe-name.link--archive,
.wprm-recipe-simple .wprm-recipe-name.archive-list__year,
.wprm-recipe-simple h2.wprm-recipe-name,
.wprm-recipe-simple main .homepage__read-more a.wprm-recipe-name,
main .homepage__read-more .wprm-recipe-simple a.wprm-recipe-name {
  margin-top: 0;
}

.wprm-recipe-simple h3.wprm-recipe-header {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 0;
  height: 0;
  margin: 0 !important;
  overflow: hidden;
}

.wprm-recipe-simple li,
.wprm-recipe-simple p {
  font-size: 1rem;
}

.stonesoup .wprm-recipe-simple ol,
.stonesoup .wprm-recipe-simple ul {
  padding: 0 0 1rem;
  margin: 1rem 0;
}

.stonesoup .wprm-recipe-simple ol li,
.stonesoup .wprm-recipe-simple ul li {
  font-size: 1rem !important;
  margin: 0 0 0 1rem;
}

.stonesoup .wprm-recipe-simple ul li {
  list-style-type: square !important;
}

.wprm-recipe p {
  font-size: 1em;
  margin: 0 0 0.5rem !important;
  padding: 0.25rem 0 0 !important;
}

.wprm-recipe-simple .wprm-recipe-details-container,
.wprm-recipe-simple .wprm-recipe-summary {
  font-size: 1rem;
}

.wprm-recipe-course-container,
.wprm-recipe-cuisine-container,
.wprm-recipe-keyword-container {
  display: none;
  height: 0;
  visibility: hidden;
}

.wprm-recipe-video-container {
  height: 0;
  padding-bottom: 56.5%;
  width: 100%;
}

.wprm-recipe-video-container iframe {
  max-height: 349px;
  max-width: 620px;
  height: auto;
  width: 100%;
}

.portland-form button {
  min-height: 62px;
}

.heateor_sss_horizontal_sharing {
  margin-bottom: 1rem;
}

p iframe {
  min-width: 320px;
  max-width: 100%;
  width: 100%;
}

/* MEDIA QUERIES */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media only screen and (min-width: 480px) {
  .wprm-recipe-video-container iframe {
    min-height: 235px;
  }
}
@media screen and (min-width: 640px) {
  .block--hero {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about .post__thumbnail {
    margin: 0 0.75rem 0.75rem 0;
  }

  .wprm-recipe-video-container iframe {
    min-height: 349px;
  }
}
@media only screen and (min-width: 786px) {
  .site-nav {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    max-height: none;
    overflow: visible;
    width: auto;
  }

  .site-nav ul {
    display: -ms-flexbox;
    display: flex;
  }

  .site-nav li {
    display: inline-block;
    text-align: left;
    position: relative;
  }

  .site-nav li a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 0.75rem;
  }

  .site-nav .current-menu-ancestor > a,
  .site-nav li.current-menu-item > a,
  .site-nav li.current_page_ancestor > a,
  .site-nav li.current_page_item > a {
    color: #4d9839;
  }

  .site-nav .sub-menu {
    position: absolute;
    z-index: 100;
    right: 0;
    padding: 0;
    background: #939797;
  }

  .site-nav .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
  }

  .site-nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }

  .site-header .header__wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__search-box {
    -ms-flex: 0 1 19rem;
    flex: 0 1 19rem;
    margin: 0;
  }

  .menu-btn {
    display: none;
    -ms-flex: 0;
    flex: 0;
    height: 0;
    width: 0;
  }

  .hero__copy {
    padding: 1rem 1.5rem;
  }

  .title--hero {
    margin: 1rem auto 0.5rem;
  }

  .cards {
    justify-content: space-between;
  }

  .card {
    -ms-flex: 0 1 calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 940px) {
  .wprm-recipe-image {
    display: none;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-col-8 {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 65.75129%;
  }

  .l-col-8:last-child {
    margin-right: 0;
  }

  .l-col-push-2 {
    margin-left: 17.12436%;
  }

  .l-col-push-4 {
    margin-left: 34.24871%;
  }

  h1.entry-title {
    font-size: 2.36859rem;
  }
}
@media only screen and (min-width: 1020px) {
  .site-header .header__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .block--hero {
    font-size: 18px;
    height: calc(100vw * 0.33);
    max-height: 34rem;
    padding: 0.75rem 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .block--hero {
    height: calc(100vw * 0.56);
  }
}
