/*
Theme Name: GLNC4
Author: Weblines
Author URI: http://weblines.com.au/
Description: GLNC4 theme, based on the Underscore theme
Version: 1.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

1em = 16px, 5em = 80px, 37.5em = 600px, 40em = 640px, 47.5em = 760px, 60em = 960px

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, p {
	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;
}
video {
  width: 100%    !important;
  height: auto   !important;
}

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;
}

b,
strong {
	font-family: Corbert-Bold, Helvetica, Arial, sans-serif;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
    line-height: 1.3;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
a.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
    -webkit-appearance: none !important;
	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;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
    vertical-align: middle;
}

input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Corbert-RegularItalic';
  src: url('webfonts/Corbert-RegularItalic/font.woff2') format('woff2'), url('webfonts/Corbert-RegularItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Corbert-Regular';
  src: url('webfonts/Corbert-Regular/font.woff2') format('woff2'), url('webfonts/Corbert-Regular/font.woff') format('woff');
}
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3bcffe");
@font-face {
  font-family: 'Corbert-Bold';
  src: url('webfonts/Corbert-Bold/font.woff2') format('woff2'), url('webfonts/Corbert-Bold/font.woff') format('woff');
}

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 15px;
	line-height: 1.6;
    font-family: Corbert-Regular, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: Corbert-Bold, Helvetica, Arial, sans-serif;
}

p {
	margin-bottom: 1em;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
abbr {
    border-bottom: none;
}

mark, ins {
	background: #fdfdfd;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 https://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. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@media (max-width: 600px) {
    table td, table th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 6px 6px 6px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table td p {
        padding-bottom: 20px;
    }
    ul, ol {
	margin-left: 0;
    padding-left: 20px;
    }
    table.keep td, table.keep th {
        display: table-cell;
        width: auto;
    }

}



/*--------------------------------------------------------------
# Layout, Header, Footer
--------------------------------------------------------------*/
.site {
    position: relative;
}

.site-content {
    margin: 0 20px;
}
.site-header {
    background: #fff;
    color: #545454;
}
.site-title, .site-description, .site-title a:link, .site-title a:visited {
    color: #545454;
    text-decoration: none;
}
.site-title {
    font-size: 2em;
    text-transform: uppercase;
    font-family: Corbert-Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 1px #777;
    line-height: 1.1;
    margin: 20px 0 0 0;
}
.site-description {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    text-shadow: 1px 1px 1px #777;
}
.site-branding {
    text-align: center;
}
.site-branding a {
    position: relative;
    z-index: 10;
}
.custom-logo {
    width: 187px;
}

.side.widget-area {
    padding-bottom: 20px;
}
.site-footer {
    clear: both;
    margin: 0 0 40px;
    overflow: hidden;
    font-size: 80%;
}
.site-footer .weblines {
    display: block;
}
.footer-widgets {
    background: #545454;
    background: #207a7f;
    color: #fff;
    padding: 30px 30px;
    overflow: hidden;
}
.footer-widgets a {
    color: #fff;
}
.site-info {
    margin: 2em 30px 1em;
}
.home.widget-area,
.headerwidgets {
    padding: 0 30px;
}

/* Back to top */
  .back-to-top {
    background-color: #545454;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0%;
  }

  a.back-to-top {
    font-weight: 1000;
    color: #eee;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding-left: 2px;
    padding-top: 10px;
  }

  .back-to-top:hover, .back-to-top:focus, .back-to-top:visited {
    color: #FFFFFF;
  }

  .back-to-top.show {
    opacity: 1;
  }

/* Screens larger than 640px */
@media screen and (min-width: 40em) {
    body {
        text-align: center;
        background: #f7f7f7;
        background: #fff;
    }
	.site {
        text-align: left;
        background: #fff;
        margin-bottom: 20px;
	}
	.container {
    	max-width: 1170px;
        max-width: 1400px;
        margin: 0 auto;
	}
    .site-content {
        margin: 0;
        overflow: hidden;
        padding-top: 10px;
    }
    .site-title {
        font-size: 2.5em;
        padding-left: 200px;
    }
    .site-description {
        font-size: 1.8em;
        padding-left: 280px;
    }
    .site-header {
    }

    .site-footer .weblines {
        float: right;
    }
    .site-widgets .container,
    .footer-widgets .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* Page with right sidebar */
    .content-area {
        width: 70%;
        float: left;
        padding: 0 30px 40px 40px;
    }
    .side.widget-area {
        width: 30%;
        padding-left: 3%;
        padding-right: 3%;
        float: left;
        padding-top: 72px;
        margin-bottom: -4980px;
        padding-bottom: 5000px;
        border-left: 1px solid #f0f0f0;
    }
    .home .content-area,
    .fullwidth.content-area {
        width: 100%;
        float: none;
        padding: 10px 40px 40px 40px;
    }
    .home.widget-area {
        width: 100%;
        margin-left: 0;
        float: none;
        padding-top: 0;
        padding: 0 40px;
    }

}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #545454;
    padding: 4px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 1em auto;
    transition: all ease-in-out .2s;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

button a {
    color: #fff;
    text-decoration: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	/*border-radius: 3px;*/
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #207a7f;
}
/*
a:visited {
	color: #207a7f;
}

a:hover, a:focus, a:active {
    background: #e7cb6e;
    background: #ffd36e;
    color: #545454;
}
*/
a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation .menu {
    padding: 20px 0;
    background: #fff;
    text-align: left;
    display: none;
}
.main-navigation .menu-item {
    border-bottom: solid 1px #d0d0d0;
}
.main-navigation .sub-menu .menu-item {
    border-bottom: none;
}
.main-navigation a {
	display: block;
	text-decoration: none;
    color: #404040;
    margin: 0;
    padding: 10px 15px;
    /*font-weight: bold;*/
}
.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current_page_parent > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    color: #404040;
}
.main-navigation .menu > .menu-item > a {
    text-transform: uppercase;
}

/* Social menu */
.social-navigation {
	clear: both;
	display: block;
    text-align: center;
}
.social-navigation ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
.social-navigation li {
    display: inline-block;
}
.social-navigation a {
	display: block;
	text-decoration: none;
    color: #545454;
    width: 34px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    overflow: hidden;
    margin: 20px 10px;
    position: relative;
    z-index: 5;
}
.social-navigation a:before {
    font-family: 'Font Awesome 5 Brands';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.social-navigation .menu-item-facebook a:before {
    content: "\f39e";
}
.social-navigation .menu-item-linkedin a:before {
    content: "\f0e1";
}
.social-navigation .menu-item-youtube a:before {
    content: "\f431";
    content: "\f167";
}
.social-navigation .menu-item-twitter a:before {
    content: "\f099";
}
.social-navigation .menu-item-instagram a:before {
    content: "\f16d";
}
.social-navigation .menu-item-blog a:before {
    content: "\f37c";
    content: "\f37d";
    font-family: 'Font Awesome 5 Free';
    content: "\f781";
    font-weight: 900;
}

.social-navigation a:hover {
    color: #207a7f;
}

.site-footer a {
    color: #404040;
    text-decoration: none;
}

.footer-navigation {
	margin: 1em 15px;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-navigation li {
	display: inline-block;
    margin: 0;
    padding: 0;
}
.footer-navigation a {
	display: inline-block;
	text-decoration: none;
    margin: 0;
    padding: 0 15px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu,
.main-navigation.toggled-on .menu {
	display: block;
}
.menu-toggle {
    border: none;
    background: #d0d0d0;
    color: #545454;
    padding: .6em;
    margin: 0 auto 1em;
}
.menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    /*border-radius: 1px; */
}
.menu-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.menu-toggle .icon-bar {
    background-color: #545454;
}

/*
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}*/

/* Screens larger than 760px */
@media screen and (min-width: 47.5em) {
	.menu-toggle {
		display: none;
	}

    .main-navigation {
    	clear: both;
    	display: block;
    	float: left;
    	width: 100%;
    }

	.main-navigation .menu {
		display: block;
        padding: 0;
        background: #545454;
        background: #207a7f;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .main-navigation .sub-menu {
    	background: #545454;
        background: #207a7f;
    	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 99;
        opacity: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        display: block;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        top: 100%;
        margin: 0px;
        padding: 0px;
    }
    .main-navigation .sub-menu a {
    	width: 230px;
    }
    .main-navigation .sub-menu .sub-menu {
        top: 0px;
        left: 100%;
    }
    .main-navigation .menu-item:hover > .sub-menu,
    .main-navigation .menu-item.focus > .sub-menu {
        height: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        overflow: initial;
        visibility: visible;
        opacity: 1;
    }

    .main-navigation .menu-item {
        position: relative;
        border: none;
        text-align: left;
    }
    .main-navigation .menu > .menu-item {
        text-align: center;
    }

    .main-navigation a {
    	display: block;
    	text-decoration: none;
        color: #fff;
        margin: 0;
        height: 100%;
	   	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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .main-navigation a:hover {
    	text-decoration: none;
    }
    .main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current_page_parent > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
        background: #fff;
        color: #545454;
    }
    .home .main-navigation .current_page_item a, .home .main-navigation .current-menu-item a {
        background-color: #545454;
        background-color: #207a7f;
        color: #fff;
    }

    .main-navigation {
        border-top: solid 1px #d0d0d0;
        border-bottom: solid 1px #d0d0d0;
        background-color: #545454;
        background-color: #207a7f;
    }
    .main-navigation a {
    	font-size: 85%;
        font-size: 0.8em;
    }
    .main-navigation .menu > .menu-item {
        border-left: solid 0.5px #d0d0d0;
    }
    .main-navigation .menu > .menu-item:first-child {
        border-left: 0;
    }
	.main-navigation > .menu > .sub-menu {
		padding-left: 80px;
	}


    /* Social menu */
    .social-navigation {
    	position: absolute;
        top: 50px;
    }
    .social-navigation ul {
        padding-left: 0;
    }
    .social-navigation a {
        margin: 20px 6px;
    }

    .footer-navigation {
    	width: 50%;
        float: right;
        margin: 0 15px;
    }

}

@media screen and (min-width: 1040px) {
    .main-navigation .menu > .menu-item {
        width: 14.28%;
    }
    .social-navigation ul {
        padding-left: 30px;
    }
    .social-navigation a {
        margin: 20px 10px;
    }
}

@media screen and (min-width: 1170px) {
    .main-navigation a {
        font-size: 90%;
        font-size: 0.85em;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .navigation.pagination {
	margin: 1em 0 1.5em;
	overflow: hidden;
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.single-recipe .site-main .post-navigation {
    margin-top: 2em;
}
.single-recipe h4 {
    clear: none;
}

.serves {
    width: 150px;
    height: 150px;
    padding: 14px 20px 20px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    font-family: Corbert-Bold, Helvetica, Arial, sans-serif;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.wgserves {
    background: url(images/wgserves) 0 0 no-repeat;
    background-size: contain;
}
.lgserves {
    background: url(images/lgserves) 0 0 no-repeat;
    background-size: contain;
}
.servesbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.recipeimages {
    text-align: center;
    margin-top: 1em;
}
.serves .detail {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
    font-family: Corbert-Regular, Helvetica, Arial, sans-serif;
    width: 180px;
    z-index: 5;
    padding: 10px 6px;
}
.wgserves .detail {
    background: #e7cb6e;
}
.lgserves .detail {
    background: #207a7f;
}
.serves:hover {
    z-index: 4;
}
.serves:hover .detail {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft, .alignright,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright {
    margin-bottom: 1em;
}
/* Screens larger than 640px */
@media screen and (min-width: 40em) {
    .alignleft {
    	display: inline;
    	float: left;
    	margin-right: 1.5em;
        clear: none;
    }

    .alignright {
    	display: inline;
    	float: right;
    	margin-left: 1.5em;
        clear: none;
    }
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.site-main .comment-navigation:before,
.site-main .posts-navigation:before,
.site-main .post-navigation:before,
.site-main .navigation.pagination:before {
	content: "";
	display: table;
	table-layout: fixed;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget ul.menu,
.widget.subpages ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
.widget ul.menu ul,
.widget.subpages ul ul {
	padding-left: 10px;
}
.widget .menu li,
.widget.subpages li  {
    border-bottom: solid 1px #d0d0d0;
}
.widget .menu li li,
.widget.subpages li li {
    border-bottom: none;
}
.widget .menu a,
.widget.subpages a {
	display: block;
	text-decoration: none;
    color: #404040;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
}

.widget .menu a:hover, .widget.subpages a:hover, .widget.subpages .current_page_item > a, .widget.subpages .current_page_parent > a, .widget.subpages .current_page_ancestor > a, .widget .menu .current-menu-item > a, .widget .menu .current-menu-ancestor > a {
    color: #545454;
}

.widget.widget_nav_menu,
.widget.recipenav {
    margin-bottom: 0;
}

.widget-title {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #545454;
    margin-bottom: 6px;
}

/* For normal sites */
.widget ul.menu,
.widget.widget_pages ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
.widget ul.menu ul,
.widget.widget_pages ul ul {
	padding-left: 10px;
}
.widget .menu li,
.widget.widget_pages li  {
    border-bottom: solid 1px #d0d0d0;
}
.widget .menu li li,
.widget.widget_pages li li {
    border-bottom: none;
}
.widget .menu a,
.widget.widget_pages a {
	display: block;
	text-decoration: none;
    color: #404040;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
}
.widget .menu a:hover, .widget.widget_pages a:hover, .widget.widget_pages .current_page_item > a, .widget.widget_pages .current_page_parent > a, .widget.widget_pages .current_page_ancestor > a, .widget .menu .current-menu-item > a, .widget .menu .current-menu-ancestor > a {
    color: #545454;
}

.footer-widgets .widget .menu a, .footer-widgets .widget.widget_pages a {
    color: #fff;
    /*color: #000; */
}
.socialwidget {margin: 0 auto; overflow: hidden; margin-left: 5px;}
.socialicon {margin: 5px 5px 10px; float: left;}
.footer-widgets .socialwidget {margin-left: 0;}
.footer-widgets .socialicon:first-child {margin-left: 0;}

.footer-widgets .widget-title {
    font-size: 16px;
}
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}

.button {
    background: #545454;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 1em auto;
}
.button:hover {
    background: #000;
    color: #fff;
}

/* Newsletter Signup */
.button.signup {
    color: black;
    background: #e7cb6e;
    transition: all ease-in-out .2s;
    text-align: center;
   /* max-width: 276px; */
}
.button.signup:hover {
    background: #ffc000;
}

.headerwidgets .button.signup {
    margin: 0 0 20px;
}
.headerwidgets .widget {
    margin: 0;
}
.headerwidgets {
    text-align: center;
}
/* Popup Maker newsletter popup */
.ctct-form-wrapper .ctct-form-field:not(.ctct-form-field-submit) {
    width: 200px;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.ctct-form-wrapper .ctct-form abbr {
    text-decoration: none;
}
.ctct-form-field-submit {
    text-align: center;
}
@media (min-height: 661px) {
    .sg-popup-builder-content .ak-copy h2 {
        font-size: 24px;
    }
}

.side.widget-area #sb_instagram {
    margin-top: 2em;
}

/* Logout widget */
.logoutbox {
    margin-top: 30px;
}

.coloured {
    color: #207a7f;
}
.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Search */
.search-form {
    position: relative;
}
#header-widgets .search-form {
    margin-bottom: 1.5em;
}
@media (min-width: 500px) {
    .search-field {
        width: 100%;
        max-width: 100%;
    }
    #header-widgets .search-field {
        width: 340px;
        max-width: 100%;
    }
}

.search-form .search-submit {
    overflow: hidden;
    padding: 0;
    width: 42px;
    margin: 0;
    height: 32px;
    vertical-align: top;
    margin-left: -6px;
}
.site-content .search-form {
    max-width: 900px;
}
.inpage-search {
    max-width: 644px;
    margin: 20px 0 100px;
}
.inpage-search .search-field {
    max-width: 90%;
}
@media (min-width: 760px) {
    .inpage-search .search-field {
        max-width: 100%;
    }
}

/*
.search-form .search-submit:before {
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
    font-size: 24px;
    left: 2px;
    position: relative;
    width: 40px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    content: "\f002";
}  */


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-top: -15px;
}

.entry-footer {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
.post .entry-footer {
    margin-top: 15px;
}

.post .entry-footer a {
    color: #545454;
}

.nav-links a {
    font-size: 14px;
    color: #545454;
    text-decoration: none;
    border: solid 1px #545454;
    padding: 10px;
    display: inline-block;
    position: relative;
    transition: all ease-in-out .2s;
}
.nav-links a:hover {
    background: #e7cb6e;
    border: solid 1px #e7cb6e;
}
.nav-previous a {
    padding-left: 24px;
}
.nav-next a {
    padding-right: 24px;
}
.nav-previous a:before {
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    content: "\f100";
    position: absolute;
    top: 14px;
    left: 6px;
}
.nav-next a:after {
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    content: "\f101";
    position: absolute;
    top: 14px;
    right: 6px;
}
/* Current page in paginated links */
.nav-links .current {
    font-size: 14px;
    color: white;
    background: #207a7f;
    text-decoration: none;
    border: solid 1px #207a7f;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.entry-content {
    position: relative;
}
.social-share {
    position: fixed;
    left: 10px;
    width: 40px;
    top: 300px;
}
.post .entry-content .pf-content > div,
.post .entry-content > div:not(.pf-content) {
    margin-bottom: 1em;
}
h4 {
    color: #207a7f;
    font-size: 16px;
    margin-bottom: 20px;
}
.post .entry-content .pf-content > h4:first-child,
.post .entry-content > h4:first-child {
    margin-top: 0;
}
.entry-content li {
    margin-bottom: 0.5em;
}
.entry-content li > ul > li,
.entry-content li > ol > li {
	margin-bottom: 0;
}
.highlighter {
    background-color:#ffff66;
}
.single-post blockquote {
    margin: 1.5em 0 1.5em;
    border: 1px solid #eee;
    padding: 20px 20px 6px;
    background: #fafafa;
}

/*--------------------------------------------------------------
## Archive Pages
--------------------------------------------------------------*/
.page-title {
    font-size: 2em;
    text-transform: uppercase;
    color: #545454;
}
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.search-results .entry-summary {
    max-width: 960px;
    margin-bottom: 20px;
}
.blog .entry-meta,
.archive .entry-meta,
.search-results .entry-meta {
    margin-top: -18px;
    margin-bottom: 20px;
}

/* Screens larger than 640px */
@media screen and (min-width: 40em) {
    /* Thumbnail */
    .post-thumbnail {
        width: 300px;
        max-width: 25%;
        display: inline-block;
        float: left;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .archive .post-thumbnail,
    .search-results .post-thumbnail {
        width: 200px;
        max-width: 20%;
        display: inline-block;
        float: left;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .single-post blockquote {
        margin: 1.5em 3em 1.5em;
    }

    /* Single Template Featured Image */
    .post-thumbnail.single {
        width: auto;
        max-width: none;
        display: inline-block;
    }

    /* Recipe Template Featured Image */
    .recipeimages .post-thumbnail {
        float: none;
        margin: 0;
    }

}
@media screen and (min-width: 960px) {
    /* Recipe Template Featured Image */
    .recipe img {
        clear: both;
        /*box-shadow: 0px 3px 4px rgba(0,0,0,0.1);*/
    }
    .recipeimages {
        float: right;
        padding-bottom: 20px;
        margin-left: 20px;
    }
    .serves {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	.single-recipe h2,
	.single-recipe h3,
	.single-recipe h4,
	.single-recipe h5,
	.single-recipe h6 {
		clear: none;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
    font-size: 13px;
    line-height: 1.4;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    font-size: 1.3em !important;
    padding-top: 36px !important;
    padding-bottom: 38px !important;
}
/* Slider caption */
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(231, 203, 110, 0.9) !important;
    color: black !important;
    text-shadow: none !important;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {
    color:#333;
    text-transform:uppercase;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px dashed rgba(32, 122, 127, 0.25);
    margin-bottom:10px;
    padding: 12px 0;
}
#breadcrumbs a {
    color:#207a7f;
    text-decoration:none;
}
#breadcrumbs a:hover {
    color:#207a7f;
    text-decoration:underline
}

/* No breadcrumbs */
.site-content .content-area:first-child {
    margin-top: 10px;
}

/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.wp-block-columns {
    margin-bottom: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-table th, .wp-block-table td {
    border: solid 1px #ccc;
    padding: .5em;
}
.wp-block-table.noborder th, .wp-block-table.noborder td {
    border: none;
    padding: .5em;
}
.wp-block-buttons .wp-block-button {
    margin: 0;
}
.wp-block-buttons .wp-block-button:not(:first-child) {
    margin-left: 16px;
}
.wp-block-quote, .wp-block-button, .wp-block-buttons .wp-block-button {
    margin-bottom: 16px;
}
.wp-block-image .aligncenter>figcaption {
	text-align: center;
}
.wp-block-image .alignright>figcaption {
	text-align: right;
}
:root {
	--gallery-block--gutter-size: 3%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: transparent;
    color: #000;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
	    margin-right: var(--gallery-block--gutter-size,16px);
	    width: calc(50% - var(--gallery-block--gutter-size, 16px)/2);
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
		margin-right: 0;
	}
}

/* Colour Palette */
.has-teal-background-color {
    background-color: #207a7f;
}
.has-teal-color {
    color: #207a7f;
}
.has-gold-background-color {
    background-color: #e7cb6e;
}
.has-gold-color {
    color:#e7cb6e;
}
.has-light-gray-background-color {
    background-color: #ccc;
}
.has-light-gray-color {
    color: #ccc;
}
.has-dark-gray-background-color {
    background-color: #545454;
}
.has-dark-gray-color {
    color: #545454;
}
.has-black-background-color {
    background-color: #000;
}
.has-black-color {
    color: #000;
}
.has-white-background-color {
    background-color: #fff;
}
.has-white-color {
    color: #fff;
}
.has-bright-orange-background-color {
    background-color: #ffc000;
}
.has-bright-orange-color {
    color: #ffc000;
}
.has-buttercup-yellow-background-color {
    background-color: #ffd36e;
}
.has-buttercup-yellow-color {
    color: #ffd36e;
}
.has-bright-green-background-color {
    background-color: #84dd63;
}
.has-bright-green-color {
    color: #84dd63;
}
.has-red-background-color {
    background-color: #cf2e2e;
}
.has-red-color {
    color: #cf2e2e;
}


/*--------------------------------------------------------------
## Page Specific
--------------------------------------------------------------*/

/* Login */
.wlm_inpageloginform {
    max-width: 500px;
}

.wlm_inpageloginform input[type="submit"] {
    background: #207a7f;
    float:right;
}
.wlm_inpageloginform input[type="submit"]:hover {
    background: #545454;
}
.wlm_inpageloginform a:last-of-type, .wlm_inpageloginform label:last-of-type {
    font-size: 12px;
}
.wlm_inpageloginform input[type="text"], .wlm_inpageloginform input[type="password"] {
    width: 100%;
}


.home .site-content {
    margin-left: 0;
    margin-right: 0;
}

.frontposts {
    padding: 0 20px;
}

.postind a {
    text-decoration: none;
    color: #207a7f;
    padding: 0;
}
.postind h2, .postind h2 a {
    font-size: 18px;
    line-height: 1.2;
    color: #545454;
}
.postind .content {
    font-size: 13px;
    margin-bottom: 30px;
}
.postind img {
    width: 100%;
}

/* Contact Form */
.wpcf7-list-item input[type="checkbox"], .wpcf7-list-item input[type="radio"]{
    margin-left: 10px;
}

/* Recipe child list pages */
.group {
    text-align: center;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 12px;
    /*height: 192px;*/
    width: 49%;
    margin-right: 2%;
}
.group:nth-child(2n) {
    margin-right: 0;
}
.group img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    width: 100%;
    height: auto;
    /*width: 130px;
    height: 130px; */
    border: solid 1px #d0d0d0;
}
a.child-link {
   text-decoration: none;
   font-size: 90%;
   line-height: 1.4;
   display: inline-block;
}
a.child-link:hover {
   text-decoration: underline;
}
a.imglink:hover img {
   opacity: 0.8;
}

/* Image links like child pages */
.squarelinks img {
    border: solid 1px #d0d0d0;
}
.squarelinks figcaption {
    font-size: 90%;
}
.squarelinks figcaption a {
   text-decoration: none;
}
.squarelinks figcaption a:hover {
   text-decoration: underline;
}
.squarelinks a:hover img {
   opacity: 0.8;
}

.gallerylist {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin-bottom: 1.5em;
}
.gallerylist:after {
   clear: both; content: "\0020"; display: block; height: 0; visibility: hidden;
}

@media (max-width: 599px) {
	.squarelinks .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
	    flex-basis: calc(50% - var(--wp--style--block-gap, 2em)/2)!important;
	    flex-grow: 0;
	}
	.squarelinks .wp-block-column:nth-child(2n) {
	    margin-left: 2em;
	}
}
@media (min-width: 782px) and (max-width: 1040px) {
	.squarelinks .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    	margin-left: 1em;
	}
}

/* Tables with photos */
td {
    padding: 6px 20px 6px 0;
    vertical-align: top;
}
td h3 {
    margin-top: 0;
}
/* Tables in blog */
.single-post td {
    padding: 6px;
    border: solid 1px #666;
}

/* Grains and Weight Loss Campaign */
#infolinks {
   padding-top: 10px;
   text-align: center;
}
#video {
   margin: 20px auto;
   text-align: center;
}
#video iframe {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.rollover span {
   display: none;
}
a.rollover {
   width: 303px;
   height: 220px;
   display: inline-block;
}
a#grain-button {
   background: url(images/grain-button.jpg) 0 0 no-repeat;
}
a#grain-button:hover {
   background-position: 0 -220px;
}
a#fibre-button {
   background: url(images/fibre-button.jpg) 0 0 no-repeat;
}
a#fibre-button:hover {
   background-position: 0 -220px;
}
a#button-infokit {
   background: url(images/button-infokit.jpg) 0 0 no-repeat;
   width: 180px;
   height: 248px;
   float: none;
}
a#button-infokit:hover {
   background-position: -180px 0;
}
a.rollover2 {
   width: 190px;
   height: 70px;
   display: block;
   text-indent: -2000px;
   background-repeat: no-repeat;
   background-position: 0 0;
}
a#poster1 {
   background-image: url(images/button-poster1.jpg);
}
a#poster2 {
   background-image: url(images/button-poster2.jpg);
}
a.rollover2:hover {
   background-position: 0 -70px;
}
.wltextwidget a {
   display: block;
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   font-size: 12px;
   border-bottom: #e7e7e7 1px solid;
   line-height: 1.3;
   text-decoration: none;
   font-weight: 600;
   padding: 12px 0 12px 0;
}
.wltextwidget a:hover {
   color: #207a7f;
}
.wltextwidget a:first-child {
   border-top: #e7e7e7 1px solid;
}

/* Register for Code pages */
li img {
    vertical-align: middle;
}
.page-become .entry-content .button,
.page-template-page-become-process .entry-content .button {
    color: #fff;
    background: #207a7f;
}
.page-become .entry-content .button:hover,
.page-template-page-become-process .button:hover {
    background: #545454;
}

 /*
.page-product-registration a[href$=".xlsx"], .page-product-registration a[href$=".xls"],
.page-read-before-registering a[href$=".xlsx"], .page-read-before-registering a[href$=".xls"]  {
   display: block;
   padding: 20px 30px 20px 60px;
	background: url(images/excel.jpg) 0 0 no-repeat;
}
.page-product-registration a[href$=".pdf"] {
   display: block;
   padding: 20px 30px 20px 60px;
	background: url(images/pdf.png) 0 0 no-repeat;
}
.page-product-registration a[href$=".csv"] {
   display: block;
   padding: 20px 30px 40px 60px;
	background: url(images/csv.jpg) 0 0 no-repeat;
}

.logo-pack a[href$=".zip"] {
   display: block;
   padding: 20px 30px 20px 50px;
	background: url(images/zip.png) 0 0 no-repeat;
}  */
a.icon {
   display: block;
   padding: 10px 0 10px 40px;
}
a.complete {background: url(images/edit.png) 0 0 no-repeat;}
a.contact {background: url(images/contact.png) 0 0 no-repeat;}
a.product {background: url(images/product.png) 0 0 no-repeat;}
a.excel {background: url(images/weexl.png) 0 0 no-repeat;}
a.download {background: url(images/weezip.png) 0 0 no-repeat;}
a.printruaf {background: url(images/pf-icon.png) 0 0 no-repeat;}


/* Formidable Forms */
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {
    height: 28px;
}

/* Formidable form changes for File Upload forms */
#frm_form_9_container.with_frm_style label.frm_primary_label,
#frm_form_11_container.with_frm_style label.frm_primary_label,
#frm_form_13_container.with_frm_style label.frm_primary_label {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 14px;
   padding-bottom: 10px;
}
#frm_form_9_container.with_frm_style,
#frm_form_11_container.with_frm_style,
#frm_form_13_container.with_frm_style {
   border: solid 1px #e7cb6e;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
   padding: 20px 20px;
   margin-top: 20px;
}

/***** Searchable Whole Grain Products Database *****/
#frm_form_25_container,  /* preview site */
#frm_form_19_container,
#frm_form_21_container {
    max-width: 1200px;
}
.wholegrainsearch .frm_submit::before {
    padding: 0 !important;
}
.with_frm_style .chosen-container-single .chosen-single-with-deselect span {
    padding-left: 2px;
    padding-top: 2px;
}
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    height: 28px;
}
.wholegrainsearch {
    max-width: 1000px;
}
.wholegrainsearch .frm_form_fields .frm_fields_container {
    display: block;
}
.frm_inline_form .wholegrainsearch .frm_form_field.form-field,
.frm_inline_form .wholegrainsearch .frm_submit {
    display: inline-block;
}
.wholegrainsearch .frm_form_field.frm_sixth {
    width: 20%;
}
.wholegrainsearch .frm_form_field.max150 {
    max-width: 154px;
}
.wholegrainsearch .frm_form_field.max120 {
    width: 120px;
}
.frm_inline_form .wholegrainsearch .frm_form_field.frm_sixth {
    margin-right: 1%;
    margin-left: 1%;
}
.frm_inline_form .wholegrainsearch .frm_form_field.frm_first {
    margin-left: 0;
}
.frm_inline_form .wholegrainsearch .frm_submit {
    margin-left: 1%;
    margin-bottom: 20px;
}

.page-whole-grain-registered-products-search-aus .site-content,
.page-whole-grain-registered-products-search-nz .site-content {
    min-height: 500px;
}

/* Make the health star images much smaller in Formidable editing */
.frm_form_field.horizontal_radio.tiny {
   --image-size: 50px;
}
.frm_form_field.horizontal_radio.tiny .frm_image_option_container {
    border: none;
}

/* Manage WGRP data front end */
.hide {
    display: none;
}
button.editlink {
    float: right;
    margin-top: 0;
}
.manage-entry {
    margin-bottom: 30px;
}
/* end manage */

.wgresults table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wgresults td {
   vertical-align: middle;
   font-size: 14px;
}
.wgresults tr:nth-child(even) {
    background: #eee;
}
.wgresults thead tr {
    background: #207a7f;
    color: #fff;
}
.wgresults thead th {
    padding: 18px;
    text-align: left;
}
.wgresults table p {
    margin: 0;
}
.wgresults .prodimage img {
    width: 82.5px;
    max-width: 82.5px;
}
.wgresults .prodname {
    font-size: 15px;
}
.prodname a {
    text-decoration: none;
}

@media (min-width: 760px) {
    .wgresults td {
        padding: 6px 10px;
    }
    .wgresults .glnc-cert {
        text-align: center;
    }
}
@media (min-width: 900px) {
    .wgresults .foodcat {
        min-width: 120px;
    }
    .wgresults .wgcontent {
        min-width: 150px;
    }
}
@media (min-width: 1300px) {
    .wgresults td {
        padding: 6px 20px;
    }
}
/*
@media (min-width: 601px) and (max-width: 840px) {
    .wholegrainsearch .frm_form_field.max120 {
        min-width: 120px;
        max-width: 120px;
    }
} */
@media (max-width: 795px) {
    .frm_inline_form .wholegrainsearch .frm_submit {
        display: block;
    }
    .wholegrainsearch .frm_submit::before {
        display: none !important;
    }
}
@media (max-width: 759px) {
    .frm-show-form.wholegrainsearch {
        margin-bottom: 20px;
    }
    .wgresults table td, .wgresults table th {
        display: block;
        width: 100%;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wgresults .prodimage img {
        width: 110px;
        max-width: 110px;
    }
    .wgresults .glnc-cert {
        padding: 0;
    }
    .wgresults .glnc-cert div {
        padding: 6px 0;
    }
    .wgresults .glnc-cert div:before {
        content: "GLNC Certified: ";
    }
    .wgresults tr {
        display: block;
        padding: 20px;
    }
    .wgresults thead {
        display: none;
    }
    .wgresults h3 {
        font-size: 1.4em;
        color: #207a7f;
        border-top: solid 1px #d0d0d0;
        padding-top: 10px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .wgresults table {
        margin-top: 0;
        margin: 0 -20px 20px;
        width: calc(100% + 40px);
    }
}
@media (max-width: 600px) {
    .wholegrainsearch .frm_form_field.frm_sixth {
        width: 100%;
        max-width: 100%;
    }
}

/* Popup individual product */
.prodimage {
    position: relative;
}
.prod-container .prodimage img {
	width: 300px;
}
.health-star, .glnc-cert {
    margin: 0;
}
.health-star .frm_show_images.frm_image_option_container {
    width: 75px;
}
.numbers {
    font-size: 13px;
    max-width: 350px;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 20px;
}
.numbers td, .numbers th {
    border-bottom: solid 1px #207a7f;
    padding: 4px 6px;
}
.numbers tr {
    border-left: solid 1px #207a7f;
    border-right: solid 1px #207a7f;
}
.numbers tr.no-border-below th,
.numbers tr.no-border-below td {
    border-bottom: none;
    padding-bottom: 0;
}
.numbers tr.no-border-above th,
.numbers tr.no-border-above td {
    padding-top: 0;
}
.numbers thead th {
    background: #207a7f;
    color: white;
    font-weight: bold;
    font-family: Corbert-Bold;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    padding: 6px;
}
.numbers thead td {
    background: #207a7f;
    color: white;
    line-height: 1.3;
    text-align: left;
    padding: 6px 6px 10px 6px;
}
.numbers th .per {
    display: block;
    font-size: 13px;
}
.numbers tbody th {
    width: 50%;
    font-weight: normal;
}
.numbers tbody td {
    width: 25%;
    text-align: right;
}

.proddesc .product {
    font-weight: bold;
    font-family: Corbert-Bold;
    margin-bottom: 6px;
}

button.mfp-close, button.mfp-arrow {
    background: transparent;
}
@supports not (display: grid) {
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 320px;
    }
}
@media screen and (min-width: 640px) {
    .prod-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 320px 20px auto;
        grid-template-columns: 320px auto;
        grid-gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
    }
    /*
    .prod-container .prodimage {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    } */

    /*.prod-container .prodimage {
        float: left;
        width: 320px;
        position: relative;
    }
    .proddesc {
        margin-left: 342.5px;
    } */
}
@media screen and (max-width: 639px) {
    .prod-container {
        text-align: center;
    }
    .numbers {
        margin-left: auto;
        margin-right: auto;
    }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: auto;
    }
}

/* Screens larger than 640px */
@media screen and (min-width: 40em) {
    .frontposts {
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-flex-wrap: no-wrap;
    	-ms-flex-wrap: no-wrap;
    	flex-wrap: no-wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0;
        flex-direction: row;
    }
    .postind  {
        max-width: 23%;
    }

    .home.widget-area {
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 40px;
        flex-direction: row;
    }

    .home.widget-area .widget {
        max-width: 48%;
    }

    #breadcrumbs {
        margin-left: 40px;
        margin-right: 40px;
        padding: 10px 0 20px;
    }

    .group {
        width: 31%;
        margin-right: 3%;
    }
    .group:nth-child(2n) {
        margin-right: 3%;
    }
    .group:nth-child(3n) {
        margin-right: 0;
    }



}

/* Between 760px and 1170px */
@media screen and (min-width: 47.5em) and (max-width: 1170px) {
    .headerwidgets {
        text-align: right;
        width: 35%;
        margin-left: 65%;
    }
    .headerwidgets .buttonwrap {
        text-align: center;
    }
}

/* Screens larger than 760px */
@media screen and (min-width: 47.5em) {
    .move {
        position: absolute;
        top: 20px;
        right: 0;
        width: 100%;
    }
    .headerwidgets {
        text-align: right;
    }
    .search-form .search-submit {
        bottom: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        margin: 0;
        height: 32px;
        vertical-align: top;
        margin-left: -6px;
    }

    .group {
        width: 22%;
        margin-right: 3%;
    }
    .group:nth-child(3n) {
        margin-right: 3%;
    }
    .group:nth-child(4n) {
        margin-right: 0;
    }

}

/* Screens larger than 1024px */
@media screen and (min-width: 64em) {
    .group {
        width: 17%;
        margin-right: 3%;
    }
    .group:nth-child(4n) {
        margin-right: 3%;
    }
    .group:nth-child(5n) {
        margin-right: 0;
    }

}

/* Screens larger than 760px */
@media screen and (min-width: 47.5em) {
    .dropdown-toggle {
        display: none;
    }
}
@media screen and (max-width: 47.499em) {

.menu-item-has-children a:after,
.dropdown-toggle:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Dashicons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #000000;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
    margin: 0;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f347";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f343";
}

.main-navigation {
    padding: 0 7.6923%
}
.main-navigation .menu-item {
	border-top: 1px solid #d1d1d1;
	border-bottom: none;
	position: relative;
}
.main-navigation .menu > .menu-item:last-child {
	border-bottom: 1px solid #d1d1d1;
}
.main-navigation a, .main-navigation a:visited {
	color: #000000;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
    text-decoration: none;
}
.main-navigation a br {
    display: none;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 600;
}
.main-navigation .sub-menu {
	display: none;
	margin-left: 1.5em;
}
.main-navigation .sub-menu.toggled-on {
	display: block;
}
/* remember to remove this line around 680 above
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
*/
}

@media print {
    .single-recipe .site-branding {
        width: 120px;
    }
    .single-recipe .screenonly,
    .single-recipe .side,
    .single-recipe .site-footer,
    .single-recipe .social-navigation,
    .single-recipe .move,
	#breadcrumbs {
        display: none;
    }

}

