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

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

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

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

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 21px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

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

body {
	background-color: #fff;
	color: #212121;
	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;
}

article,
details,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

[hidden],
template {
	display: none;
}

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

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

code {
	font-family: monospace;
	overflow-x: auto;
}

strong {
	font-weight: bolder;
}

input {
	border-radius: 0;
}

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

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

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

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

button {
	overflow: visible;
	text-transform: none;
}

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

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

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

img {
	border-style: none;
}

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

canvas {
	display: inline-block;
}

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

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

h1,
h2,
h3,
h4 {
	font-weight: 500;
	line-height: 1.2;
	margin: 1.414rem 0 1rem;
	text-rendering: optimizeLegibility;
}

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

h2 {
	font-size: 1.4rem;
}

h1,
h2 {
	color: #4d9839;
	text-transform: capitalize;
}

h3 {
	font-size: 1.333rem;
}

h4 {
	font-size: 1.333rem;
}

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

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

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

p iframe {
	max-height: 200px;
	max-width: 100%;
	min-width: 280px;
	width: 100%;
}

a,
a:visited {
	color: #4d9839;
	outline: 0;
}

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

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

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"] {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #a2d793;
	-webkit-box-shadow: inset 0 1px 3px rgba(20, 20, 20, 0.06);
	box-shadow: inset 0 1px 3px rgba(20, 20, 20, 0.06);
	color: #141414;
	font-size: 0.7rem;
	padding: 8px 12px;
	-webkit-transition: border-color;
	-o-transition: border-color;
	transition: border-color;
	width: 100%;
}

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 {
	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 {
	border-color: #4d9839;
	-webkit-box-shadow: inset 0 1px 3px rgba(20, 20, 20, 0.06), 0 0 5px rgba(0, 165, 187, 0.7);
	box-shadow: inset 0 1px 3px rgba(20, 20, 20, 0.06), 0 0 5px rgba(0, 165, 187, 0.7);
	outline: 0;
}

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

.label {
	margin-top: 12px;
	margin-bottom: 12px;
}

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

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

.wrapper {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

.site-header .header__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 16px;
}

.site-logo {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
	line-height: 1;
	max-width: 400px;
	text-decoration: none;
}

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

.wrapper--nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.site-header .wrapper--nav {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 500px;
	flex: 1 1 500px;
	position: relative;
	width: 100%;
}

.header__search-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 210px;
	flex: 1 0 210px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0.5rem auto;
	padding: 0;
}

.footer {
	border-top: 1px solid #bdbdbd;
	color: #212121;
	margin-top: 2rem;
	padding: 1rem;
	text-align: center;
}

.footer .wrapper {
	max-width: 520px;
}

.comment-respond p,
.footer p {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
}

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

footer,
header {
	padding: 0;
}

main {
	min-height: 25rem;
}

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

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

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

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

.btn,
.btn:visited,
a.btn,
a.btn:visited,
button,
button:visited,
input.btn,
input.submit {
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 0.7rem;
	line-height: 1;
	margin: 8px auto;
	padding: 6px 8px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:visited:active,
.btn:visited:focus,
.btn: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 {
	text-decoration: none;
	outline-width: 0;
}

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

.search-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 520px;
	width: 100%;
}

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

.search__submit-button {
	margin: 0 0 0 4px;
	padding: 12px 8px;
}

nav {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

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

.site-nav {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	width: 100%;
}

.secondary-nav {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
	z-index: 9999;
}

.is-menu-on .secondary-nav {
	border-bottom: solid 1px rgba(0, 0, 0, 0.22);
	max-height: 500px;
	z-index: 999;
}

.menu-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	color: #003152;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.7rem;
	height: 28px;
	margin: 0.5rem;
	padding: 0;
}

.menu-btn span {
	display: inline-block;
	margin-left: 4px;
	width: auto;
}

.menu-btn svg {
	fill: #003152;
	height: 24px;
	width: 24px;
}

.menu-btn:active,
.menu-btn:hover,
.menu-btn:focus {
	background-color: transparent;
	color: #4d9839;
}

.menu-btn:active svg,
.menu-btn:hover svg,
.menu-btn:focus svg {
	fill: #4d9839;
}

ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

.menu li {
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
}

.menu li > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #545757;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 100%;
	padding: 8px;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

.menu li > a:hover,
.menu li > a:focus {
	text-decoration: none;
	color: #007293;
}

.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;
	text-decoration: none;
}

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

.comments-title {
	font-size: 1rem;
}

.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;
	font-size: 0.9rem;
	margin: 1rem 0;
	overflow-x: hidden;
	padding: 1rem;
}

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

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

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

h1.entry-title {
	font-size: 2rem;
}

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

.entry-content ul,
.wp-editor ul {
	list-style: square;
}

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

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

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

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

.pagination .page-numbers {
	border-radius: 3px;
	float: left;
	line-height: 1;
	margin-right: 8px;
	min-width: 9%;
	padding: 12px 8px;
	text-align: center;
	text-decoration: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers:active,
.pagination .page-numbers.current {
	background: #4d9839;
	color: #fff;
}

/* Overrides */

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

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

.stonesoup .wl_login_form_embed {
	width: auto;
	max-width: 320px;
}

/* End Overrides */
@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: 600px) {

	.wrapper--nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer__nav,
	.secondary-nav,
	.site-nav {
		font-size: 0.7rem;
		width: auto;
	}

	.secondary-nav {
		padding: 0 8px;
		position: absolute;
		top: 62px;
	}

	.site-nav ul {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.site-nav ul li {
		width: auto;
	}

	.site-nav ul li > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.menu-btn {
		margin: auto 0 auto 0.5rem;
	}

	p iframe {
		max-height: 360px;
	}
}

@media only screen and (min-width: 800px) {

	.secondary-nav {
		top: 62px;
	}

	.header__search-box .search-form {
		margin: 0;
	}
}

@media only screen and (min-width: 900px) {

	.secondary-nav {
		padding: 0;
		top: 60px;
	}

	.secondary-nav .menu li > a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.wrapper--nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 960px) {

	.secondary-nav {
		top: 48px;
	}

	.header__search-box {
		margin: auto;
		padding: 0 8px;
	}

	h1.entry-title {
		font-size: 2.36859rem;
	}
}
