/*
Theme Name: Mushroominfo
Author: REES + STAGER - Justin Ballantyne
Author URI: http://www.reesstager.com
Description: A Custom Theme built for Mushroom Council
Version: 1.0
Tags: black, white, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, featured-images, post-formats, threaded-comments
Text Domain: mushroominfo

This theme, is licensed For use for the Mushroom Council Site only.
*/
/*
fonts: 	font-family: 'Open Sans', sans-serif;
		font-family: 'Alice', serif;

*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    margin: 0;
    font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    outline: none;
}
a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
a img {
    border: 0;
}
/**
 * 2.0 Typography
 */

body, button, input, select, textarea {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 600;
}
h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: 'Alice', serif;
    font-weight: 400;
}
h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
h3 {
    font-size: 30px;
    font-weight: 300;
}
h4 {
    font-size: 18px;
    font-weight: 400;
}
h5 {
    font-family: 'Alice', serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 200;
}
h6 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: 'Alice', serif;
    font-weight: 400;
}
p {
    margin-bottom: 1.6em;
    line-height: 1.6;
    letter-spacing: 0.2px;
}
.intro_text {
    font-size: 18px;
}
.large_text {
    font-size: 20px;
    font-weight: 400;
}
b, strong {
    font-weight: 600;
}
dfn, cite, em, i {
    font-style: italic;
}
div.quote {
    margin: 50px 0;
    display: block;
}
div.quote-info {
    margin-top: -5px;
    line-height: 16px;
}
div.quote-info p + p {
    font-size: 14px;
    margin-top: -20px;
}
address {
    font-style: italic;
    margin: 0 0 1.6em;
}
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}
mark, ins {
    background-color: #fff9c0;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 85%;
}
big {
    font-size: 115%;
}
/**
 * 4.0 Elements
 */

hr {
    background-color: #000;
    border: 0;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 430px;
}
ul, ol {
    margin: 0 0 1.6em 1.3333em;
}
ul {
    list-style: square;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
}
dl {
    margin-bottom: 1.6em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.6em;
}
table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th, td {
    padding: 0.4em;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
img.aligncenter {
    text-align: center;
    margin: auto;
    display: block;
}
figure {
    margin: 0;
}
del {
    opacity: 0.8;
}
menu {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: 'Open Sans', sans-serif;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 1024px) {
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}
}

@media screen and (max-width: 1023px) {
.mobile {
    display: block !important;
}
.desktop {
    display: none !important;
}
}
/* General Styles */


body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #0b090a;
}
div.site {
    background: #fff;
    max-width: 1920px;
    margin: auto;
}
header.siteheader {
    position: relative;
    padding: 20px;
    min-height: 140px;
    border-bottom: 1px solid #a7a9ac;
}
header.siteheader .logo li, footer.site-footer .logo li {
    list-style: none;
}
header.siteheader .logo p, footer.site-footer .logo p {
    margin-bottom: 0px;
}
header.siteheader .logo img {
    max-width: calc(100% - 60px);
}
header.siteheader menu.main-navigation {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: -65px;
}
header.siteheader menu.main-navigation ul {
    list-style: none;
    margin: 0;
}
header.siteheader menu.main-navigation ul li {
    display: inline-block;
}
header.siteheader menu.main-navigation ul li a {
    padding: 20px 18px 28px;
    display: block;
    margin-top: 15px;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children {
    position: relative;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children > a:after {
    content: url(images/plus.png);
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-left: 8px;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #a7a9ac;
    border-top: none;
    min-width: 100%;
    right: 0;
    display: none;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children ul.sub-menu li {
    display: block;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children ul.sub-menu li a {
    padding: 10px;
    margin: 0;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children ul.sub-menu li:hover {
    background: rgba(0,0,0,0.05);
}
header.siteheader div.mobilemenuicon {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 25px;
}
header.siteheader .bar1, header.siteheader .bar2, header.siteheader .bar3 {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}
/* Rotate first bar */
header.siteheader .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 5px);
    transform: rotate(-45deg) translate(-4px, 5px);
}
/* Fade out the second bar */
header.siteheader .change .bar2 {
    opacity: 0;
}
/* Rotate last bar */
header.siteheader .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}
header.siteheader .socialsearch {
    position: absolute;
    top: 30px;
    right: 30px;
    overflow: hidden;
    height: 50px;
}
.socialsearch .socialicons {
}
.socialsearch .socialicons li {
    list-style: none;
    display: inline;
}
.socialsearch .socialicons li p {
    margin-bottom: 0px;
    display: inline;
}
.socialsearch .socialicons img {
    padding: 3px 5px;
}
header.siteheader .socialsearch #header_search_btn {
    margin-left: 15px;
}

@media screen and (min-width: 1101px) {
header.siteheader menu.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
}

@media screen and (max-width: 1250px) {
header.siteheader menu.main-navigation ul li a {
    padding: 20px 6px 28px;
}
}

@media screen and (max-width: 1100px) {
header.siteheader menu.main-navigation {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    float: none;
    margin-top: 35px;
    text-align: center;
    display: block;
}
header.siteheader #mobilemenu {
    display: none;
    background: #fff;
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}
header.siteheader #mobilemenu.open {
    display: block;
}
header.siteheader menu.main-navigation ul li {
    display: block;
}
header.siteheader menu.main-navigation ul li a {
    padding: 10px 18px;
    display: block;
    margin-top: 5px;
}
header.siteheader menu.main-navigation ul li.menu-item-has-children ul.sub-menu {
    position: relative;
    border: none;
    width: 100%;
    min-width: inherit;
    right: auto;
}
header.siteheader .socialsearch {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    display: block;
    margin: 20px auto;
}
header.siteheader .socialsearch #header_search_btn, form#headersearchform {
    display: none;
}
header.siteheader div.mobilemenuicon {
    display: block;
    z-index: 25;
}
}
.divider {
    display: block;
    width: 450px;
    max-width: 80%;
    height: 1px;
    background: #000;
    margin: 20px auto;
}
a.button, .button {
    border: none;
    background: #a51e36;
    color: #fff !important;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
}
a.button:hover, .button:hover {
    background: #a53a4d;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
a.button, .button {
    font-weight: 200;
    padding: 12px;
}
}

@media screen and (min-width: 1100px) {
	form#headermobilesearchform {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	form#headermobilesearchform {
		position: relative;
		background: #fff;
		width: 330px;
		max-width: calc(100% - 20px);
		margin: auto;
		margin-bottom: 10px;
	}
	form#headermobilesearchform input.inlineSearch {
		margin: 0;
		padding: 8px 50px 8px 8px;
		width: 330px;
		max-width: 100%;
	}
	form#headermobilesearchform input.inlineSearch:focus {
		outline: none;
	}
	input#headermobilesearchsubmit.inlineSubmit {
		position: absolute;
		top: 8px;
		right: 8px;
		-webkit-appearance: none;
		border: none;
		background: none;
		background-image: url(images/social/btn_search.png);
		height: 26px;
		width: 26px;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	header.siteheader .socialsearch {
		height: 90px;
	}
}




/* --- Banner --- */

div.banner {
    position: relative;
}
div.banner .images {
}
div.banner .images img {
    width: 100%;
}
div.banner .images div.image {
    width: 100%;
    padding: 180px 20%;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
div.banner .images div.image .banner_content {
    background: rgba(255,255,255,0.7);
    padding: 40px 40px;
}
div.banner .images div.image .banner_content h2 {
    font-family: 'Alice', serif;
    font-size: 48px;
    line-height: 52px;
}
div.banner .images div.image .banner_content p {
    font-size: 18px;
    font-weight: 500;
    margin: 25px auto 60px;
    display: block;
}
#bannerbullets {
    position: absolute;
    display: block;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.dot {
    position: relative;
    z-index: 10px;
    margin: 0 4px;
    padding: 0;
    height: 14px;
    width: 14px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 14px;
}
.dot-active {
    background: #fff;
}

@media screen and (max-width: 1023px) {
div.banner .images div.image {
    padding: 80px 10%;
}
}

@media screen and (max-width: 580px) {
.dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
}
div.banner .images div.image {
    padding: 50px 6%;
}
div.banner .images div.image .banner_content {
    padding: 30px 20px;
}
div.banner .images div.image .banner_content h2 {
    font-family: 'Alice', serif;
    font-size: 40px;
    line-height: 44px;
}
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --- Home styles --- */

.varieties_section {
    padding: 75px 30px 30px;
    text-align: center;
}
.varieties_section h2 {
    font-family: 'Alice', serif;
    font-size: 40px;
}
.varieties_section .varieties {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}
.varieties_section .varieties .variety {
    margin: auto;
}
.varieties_section .varieties .variety a {
    display: block;
    font-family: 'Alice', serif;
    font-size: 22px;
    margin-bottom: 20px;
}
.newsletter {
    text-align: center;
    padding: 20px;
}
.newsletter h4 {
    font-family: 'Alice', serif;
    font-size: 24px;
}
.newsletter #mc_embed_signup {
    margin: 25px auto;
}
.newsletter #mc_embed_signup input#mce-EMAIL {
    padding: 12px 45px;
    font-size: 16px;
    min-width: 30%;
    width: 220px;
    border: 1px solid #000;
    margin-bottom: 20px;
}
.newsletter #mc_embed_signup input.button {
    border: none;
    background: #a51e36;
    color: #fff;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0px;
}
.newsletter #mc_embed_signup input.button:hover {
    background: #a53a4d;
    cursor: pointer;
}
.blogfeed {
    padding: 80px 100px 40px;
    position: relative;
}
.blogfeed .arrows {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 142px;
    height: 88px;
}
.blogfeed .arrows a {
    cursor: pointer;
}
.blogfeed .post_container {
    background: #e2e8ce;
    position: relative;
    display: flex;
}
.blogfeed .post_container .postimage {
    display: inline-block;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blogfeed .post_container .postcontent {
    display: inline-block;
    width: 50%;
    padding: 200px 5% 180px 7%;
}

@media screen and (max-width: 1023px) {
.blogfeed {
    padding: 60px 60px 20px;
    position: relative;
}
.blogfeed .arrows {
    top: 60px;
}
.blogfeed .post_container .postcontent {
    padding: 130px 4% 80px 6%;
}
}

@media screen and (max-width: 767px) {
.blogfeed {
    padding: 40px 40px 0px;
    position: relative;
}
.blogfeed .arrows {
    top: 415px;
}
.blogfeed .post_container {
    flex-wrap: wrap;
}
.blogfeed .post_container .postimage {
    display: inline-block;
    width: 100%;
    height: 420px;
}
.blogfeed .post_container .postcontent {
    padding: 70px 4% 40px 6%;
    width: 100%;
}
}

@media screen and (max-width: 400px) {
.blogfeed {
    padding: 20px 20px 0px;
}
}
.better_ad {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    background: #f3f2f4;
    background-image: url(images/home/betterbg.jpg);
}
.better_ad .better_ad_content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 560px;
    padding: 140px 20px;
    margin: auto;
}
.better_ad .better_ad_content h2 {
    font-family: 'Alice', serif;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 5px;
}
.better_ad .better_ad_content p {
    font-size: 16px;
    margin-bottom: 45px;
}
.better_ad .better_ad_image {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 40%;
    max-width: 525px;
    height: 100%;
    z-index: 1;
}
.better_ad .better_ad_image1 {
    background-position: center right;
    top: 0;
    bottom: 0;
    left: 0;
}
.better_ad .better_ad_image2 {
    background-position: center left;
    top: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1023px) {
.better_ad .better_ad_content {
    width: 560px;
    max-width: 50%;
    padding: 100px 20px;
}
}

@media screen and (max-width: 700px) {
.better_ad .better_ad_content {
    width: 50%;
    max-width: auto;
    min-width: 290px;
    padding: 80px 20px;
}
.better_ad .better_ad_image1 {
    background-position: center center;
}
}

@media screen and (max-width: 450px) {
.better_ad .better_ad_content {
    padding: 40px 20px;
}
}
.LRboxes {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.sustainabilitygrow .LRboxes {
    background-image: url(images/dotted_line1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.theblend .LRboxes {
    background-image: url(images/dotted_line2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.LRboxes.wborder {
    max-width: 1440px;
    margin: auto;
}
.LRboxes .boxL {
    float: left;
    width: 100%;
    margin: 40px auto;
}
.LRboxes .boxL img {
    display: block;
    float: left;
}
.LRboxes .boxL .boxcontent {
    float: left;
    width: 480px;
    padding: 80px;
}
.LRboxes .boxR {
    float: right;
    width: 100%;
    margin: 40px auto;
}
.LRboxes .boxR img {
    display: block;
    float: right;
}
.LRboxes .boxR .boxcontent {
    float: right;
    width: 480px;
    padding: 80px;
}
.LRboxes .boxL .boxcontent img, .LRboxes .boxR .boxcontent img {
    float: none;
    width: auto;
    margin: 0;
}
.LRboxes .boxR .boxcontent h2, .LRboxes .boxL .boxcontent h2 {
    font-family: 'Alice', serif;
    font-size: 60px;
    line-height: 64px;
}
.LRboxes .boxR .boxcontent p, .LRboxes .boxL .boxcontent p {
    font-size: 18px;
    display: block;
    margin: 15px auto 40px;
}
.LRboxes.wborder .boxR img, .LRboxes.wborder .boxL img {
    min-width: calc(100% - 480px);
}

@media screen and (max-width: 1440px) {
.LRboxes .boxR img, .LRboxes .boxL img {
    width: calc(100% - 480px);
}
}

@media screen and (max-width: 1250px) {
.LRboxes .boxR img, .LRboxes .boxL img {
    width: calc(100% - 400px);
}
.LRboxes .boxL .boxcontent, .LRboxes .boxR .boxcontent {
    padding: 40px;
    width: 400px;
}
}

@media screen and (max-width: 1023px) {
.LRboxes .boxL .boxcontent, .LRboxes .boxR .boxcontent, .LRboxes .boxR img, .LRboxes .boxL img, .LRboxes .boxR, .LRboxes .boxL {
    float: none;
    width: 100%;
}
.LRboxes.wborder .boxR img, .LRboxes.wborder .boxL img {
    min-width: inherit;
}
.LRboxes .boxL .boxcontent img, .LRboxes .boxR .boxcontent img {
    margin: auto;
    text-align: center;
}
.LRboxes .boxL .boxcontent, .LRboxes .boxR .boxcontent {
    text-align: center;
}
.sustainabilitygrow .LRboxes, .theblend .LRboxes {
    background: none;
}
}

@media screen and (max-width: 700px) {
.LRboxes .boxR .boxcontent h2, .LRboxes .boxL .boxcontent h2 {
    font-size: 40px;
    line-height: 44px;
}
}
div.fullwidth_ad {
    width: 100%;
    padding: 40px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
}
div.fullwidth_ad .ad_content {
    background: rgba(255,255,255,0.7);
    padding: 20px 20px 30px;
    max-width: 500px;
    margin: auto;
}
.sustainabilitygrow div.fullwidth_ad .ad_content, div.fullwidth_ad .ad_content.boxless, .contentcallout div.fullwidth_ad .ad_content, .newsroom div.fullwidth_ad .ad_content {
    background: none;
    padding: 0px;
    max-width: 800px;
    margin: auto;
}
div.fullwidth_ad .ad_content.white {
    color: #fff;
}
div.fullwidth_ad .ad_content h2 {
    font-family: 'Alice', serif;
    font-size: 48px;
    line-height: 52px;
}
div.fullwidth_ad .ad_content p {
    font-size: 18px;
    font-weight: 500;
    margin: 25px auto 60px;
    display: block;
}

@media screen and (max-width: 450px) {
div.fullwidth_ad {
    padding: 20px;
}
div.fullwidth_ad .ad_content {
    padding: 15px 15px 20px;
}
}
/* --- Page Basic --- */

.content-area a {
    color: #a51e36;
}
.page-content {
    padding: 80px;
    width: 100%;
}
.page-template-default .page-content {
    padding: 80px 300px;
}
.page-content img {
    max-width: 100%;
}
p.wpsm-show {
	margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
.page-template-default .page-content {
    padding: 80px;
}
}

@media screen and (max-width: 760px) {
.page-content, .page-template-default .page-content {
    padding: 40px;
}
}

@media screen and (max-width: 450px) {
.page-content, .page-template-default .page-content {
    padding: 40px 20px;
}
}
/* --- Varieties --- */

.varieties h1, .varietieslanding h1 {
    text-align: center;
    font-family: 'Alice', serif;
    font-size: 46px;
    line-height: 50px;
    display: block;
    padding: 60px 20px 45px;
}
.varietieslanding h1 {
    padding: 0px 20px 30px;
}
.varietieslanding li.widget {
    list-style: none;
}
.varietieslanding li.widget h2.widgettitle {
    display: none;
}
.varietieslanding li.widget p {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
}
.varietieslanding li.widget p a {
    display: inline-block;
    width: 33.333333333333333%;
    text-align: center;
    padding: 30px 15px;
    font-family: 'Alice', serif;
    font-size: 24px;
    line-height: 28px;
}
.varietieslanding li.widget p a img {
    display: block;
    margin: auto;
}
.varietyinfo, .varietyinfo_inner {
    position: relative;
}
.varietyinfo .images {
    width: calc(100% - 190px);
    max-width: 1100px;
    margin: auto;
    text-align: center;
    position: relative;
}
.varietyinfo .images img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: auto;
}
.varietyinfo .images img:nth-child(1) {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.varietyinfo .images img:nth-child(3) {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.varietyinfo .conetent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 40px auto;
}
.varietyinfo .conetent div {
    width: 30%;
    padding: 10px 30px;
}
.varietyinfo .conetent div:nth-child(2) {
    width: calc(40% - 2px);
    border-right: 1px solid #a7a9ac;
    border-left: 1px solid #a7a9ac;
}
.varietyinfo .conetent h3 {
    font-size: 20px;
}
.varietyinfo #aprevpost {
    position: absolute;
    z-index: 3;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 88px;
}
.varietyinfo #anextpost {
    position: absolute;
    z-index: 3;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 88px;
}
.varietyinfo #varieties_btn {
    position: absolute;
    z-index: 4;
    margin: auto;
    left: 0;
    top: 40px;
    cursor: pointer;
    padding: 10px;
}
.varietyinfo #varieties_popup {
    position: absolute;
    z-index: 5;
    margin: auto;
    width: 100%;
    min-height: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.varietyinfo #varieties_popup li {
    list-style: none;
    display: block;
    margin: auto;
    max-width: 1140px;
    padding: 20px;
}
.varietyinfo #varieties_popup li h2 {
    text-align: center;
    font-family: 'Alice', serif;
    font-size: 46px;
    line-height: 50px;
    display: block;
    padding: 20px 20px 45px;
}
.varietyinfo #varieties_popup li p {
    display: flex;
    flex-wrap: wrap;
}
.varietyinfo #varieties_popup li p a {
    width: 20%;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #a7a9ac;
    font-family: 'Alice', serif;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}
.varietyinfo #varieties_popup li p a:nth-child(5n+0) {
    border-right: none;
}
.varietyinfo #varieties_popup li p a:nth-child(-n+5) {
    border-bottom: 1px solid #a7a9ac;
}
.varietyinfo #varieties_popup li p a img {
    display: block;
    margin: auto;
}
.varietyinfo #varieties_popup.open {
    display: block;
}
.varietyinfo #varieties_popup #varieties_closebtn {
    margin: 25px;
    display: block;
}

@media screen and (max-width: 767px) {
.varietyinfo .conetent div {
    width: 100%;
    padding: 20px;
}
.varietyinfo .conetent div:nth-child(2) {
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: 1px solid #a7a9ac;
    border-bottom: 1px solid #a7a9ac;
}
.varietyinfo #varieties_popup li p a {
    width: 33.333333333333333%;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #a7a9ac;
    font-size: 15px;
}
.varietyinfo #varieties_popup li p a:nth-child(5n+0) {
    border-right: 1px solid #a7a9ac;
}
.varietyinfo #varieties_popup li p a:nth-child(-n+6) {
    border-bottom: 1px solid #a7a9ac;
}
.varietyinfo #varieties_popup li p a:nth-child(3n+0) {
    border-right: none;
}
}

@media screen and (max-width: 580px) {
.varietyinfo .images {
    width: 100%;
}
.varietyinfo .images img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: auto;
}
.varietyinfo .images img:nth-child(1) {
    z-index: 2;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
}
.varietyinfo .images img:nth-child(3) {
    z-index: 2;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
}
.varietyinfo #varieties_popup li h2 {
    font-size: 36px;
    line-height: 40px;
}
}

@media screen and (max-width: 500px) {
.varietieslanding li.widget p a {
    width: 50%;
    font-size: 20px;
    line-height: 24px;
}
}

@media screen and (max-width: 450px) {
.varietyinfo #varieties_btn {
    top: 140px;
}
}
/* --- Sustainability --- */

.sustainabilitygrow .facts {
    background: #a51e36;
    color: #fff;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
}
.sustainabilitygrow .facts h2 {
    font-size: 36px;
    font-family: 'Alice', serif;
    text-align: center;
    margin-bottom: 30px;
}
.sustainabilitygrow .facts .flex {
    max-width: 1070px;
    margin: auto;
}
.sustainabilitygrow .facts .flex div {
    width: 33.333333333333333%;
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid #e4bcc3;
    margin: auto;
}
.sustainabilitygrow .facts .flex div:last-child {
    border-right: none;
}
.sustainabilitygrow .video {
    padding: 30px;
	height: auto; 
    text-align: center;
    background: #e6eacf;
    margin-bottom: 60px;
}
.sustainabilitygrow .video h2 {
    font-size: 36px;
    font-family: 'Alice', serif;
    text-align: center;
    margin-bottom: 0px;
    line-height: 38px;
}
.sustainabilitygrow .video h3 {
    font-size: 18px;
    text-align: center;
}
.sustainabilitygrow .video .video_container {
    display: block;
    padding-top: 30px;
    max-width: 875px;
    margin: auto;
}
.sustainabilitygrow .video .video_container p {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 0;
}
.sustainabilitygrow .video .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 680px) {
.sustainabilitygrow .facts h2 {
    font-size: 26px;
    margin-bottom: 25px;
}
.sustainabilitygrow .facts .flex div {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e4bcc3;
    margin: auto;
}
.sustainabilitygrow .facts .flex div:last-child {
    border-bottom: none;
}
}
/* --- Info Graphic --- */

.infograph {
    margin-top: -40px;
}
.infograph .images .image {
    width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}
.infograph .images .image img {
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
    max-width: 150%;
}
/* --- How To --- */

.howto_grid {
    max-width: 1250px;
    margin: auto;
}
.howto_grid .fullwidth {
    display: block;
    width: 100%;
    margin: 20px;
}
.howto_grid .halfwidth {
    display: block;
    width: calc(50% - 40px);
    margin: 20px;
}
.howto_grid .fullwidth, .howto_grid .halfwidth {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.howto_grid .overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
}
.howto_grid .content {
    padding: 130px 30px;
    text-align: center;
    color: #fff;
}
.howto_grid .fullwidth .content {
    padding: 100px 30px;
}
.theblend .howto_grid .fullwidth .content {
    max-width: 800px;
    margin: auto;
    padding: 120px 30px 20px;
}
.howto_grid .content h2 {
    font-family: 'Alice', serif;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 0;
}
.howto_grid .content p {
    font-size: 16px;
    margin-bottom: 40px;
}
.howto_videos {
    background: #fff;
    padding: 20px;
}
.howto_videos div.vidbox {
    position: relative;
    display: block;
    padding: 20px;
    background: #fff;
    margin: 30px auto;
    max-width: 800px;
    border: 1px solid #b7b7b7;
}
.howto_videos div.vidbox .greybg {
    background: #f4f3f9;
    padding: 20px 40px;
    margin: 10px -20px -20px;
}
.howto_videos div.vidbox:before {
    content: url(images/howto_tab.png);
    position: absolute;
    top: 0;
    right: 0;
}
.howto_videos div.vidbox h3 {
    text-align: center;
    padding: 16px;
}
.howto_videos.one_column.flex {
    display: block;
}
.howto_videos.one_column div.vidbox {
}
.howto_videos.two_column h2, .howto_videos.two_column p {
    width: 100%;
    text-align: center;
}
.howto_videos.two_column div.vidbox {
    width: calc(50% - 60px);
}
.video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 0;
    margin-bottom: 20px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1020px) {
.howto_grid .halfwidth {
    width: 100%;
}
}

@media screen and (max-width: 760px) {
.howto_videos.two_column.flex {
    display: block;
}
.howto_videos.two_column div.vidbox {
    width: 100%;
}
}
.nutrition .page-content {
    padding-bottom: 0;
}
.nutrition .facts {
    max-width: 1000px;
    margin: auto;
}
.nutrition h2 {
    font-family: 'Alice', serif;
    font-size: 46px;
    line-height: 48px;
}
.nutrition .facts img {
    margin: auto;
    padding: 5px;
}
.nutrition .benefits {
    position: relative;
    max-width: 945px;
    margin: 60px auto 140px;
    border: 1px solid #a51e36;
    padding: 30px 60px;
    min-height: 500px;
}
.nutrition .benefits p {
    margin-bottom: 0;
}
.nutrition .benefits a.button {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    max-width: 80%;
    margin: auto;
    display: block;
}
.nutrition .benefits ul.benefits-list, .nutrition .benefits ul.benefits-list ul {
    list-style: none;
    margin: 0;
}
.nutrition .benefits ul.benefits-list {
    margin-top: 30px;
    padding-top: 50px;
}
.nutrition .benefits ul.benefits-list > li {
    width: calc(50% - 60px);
    text-align: right;
}
.nutrition .benefits ul.benefits-list ul {
    display: none;
    position: absolute;
    width: calc(50% - 61px);
    padding-left: 45px;
    border-left: 1px solid;
    height: calc(100% - 160px);
    right: 60px;
    top: 120px;
    text-align: left;
    padding-top: 30px;
}
.nutrition .benefits ul.benefits-list ul strong {
    font-size: 24px;
}
.nutrition .benefits ul.benefits-list ul.open {
    display: block;
}
.nutrition .benefits ul.benefits-list a {
    font-size: 16px;
    color: #a51e36;
    font-weight: 600;
}
.nutrition .benefits ul.benefits-list a:after {
    content: " +";
}
.nutrition .LRboxes .boxR img, .nutrition .LRboxes .boxL img {
    width: calc(100% - 680px);
}
.nutrition .LRboxes .boxL .boxcontent, .nutrition .LRboxes .boxR .boxcontent {
    width: 680px;
    padding: 50px;
}
.nutrition .LRboxes .boxR .boxcontent h2, .nutrition .LRboxes .boxL .boxcontent h2 {
    font-size: 46px;
    line-height: 48px;
}

@media screen and (max-width: 1440px) {
.nutrition .LRboxes .boxR img, .nutrition .LRboxes .boxL img {
    width: 55%;
}
.nutrition .LRboxes .boxL .boxcontent, .nutrition .LRboxes .boxR .boxcontent {
    width: 45%;
    padding: 10px 30px;
}
}

@media screen and (max-width: 1023px) {
.nutrition .LRboxes .boxR img, .nutrition .LRboxes .boxL img {
    width: 100%;
}
.nutrition .LRboxes .boxL .boxcontent, .nutrition .LRboxes .boxR .boxcontent {
    width: 100%;
    padding: 30px;
}
}

@media screen and (max-width: 760px) {
.nutrition .benefits ul.benefits-list > li {
    width: 100%;
    text-align: left;
}
.nutrition .benefits ul.benefits-list ul {
    position: relative;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    margin: 10px 0px 10px 20px;
    border: none;
    padding: 0;
}
.nutrition .benefits a.button {
    bottom: -40px;
}
}

@media screen and (max-width: 486px) {
.nutrition .benefits {
    padding-bottom: 80px;
}
.nutrition .benefits a.button {
    bottom: -50px;
}
.nutrition h2 {
    font-size: 36px;
    line-height: 38px;
}
}

@media screen and (max-width: 340px) {
.nutrition .benefits {
    padding-bottom: 90px;
    margin-bottom: 90px;
}
.nutrition .benefits a.button {
    bottom: -60px;
}
}
.nutrition .LRboxes .boxL .boxcontent img, .nutrition .LRboxes .boxR .boxcontent img {
    width: auto;
}
/* --- Newsroom --- */

.newsroom hr {
    max-width: none;
    background-color: #a7a9ac;
}
.newsroom .halfwidthL, .newsroom .halfwidthR {
    display: inline-block;
    width: calc(50% - 2px);
    padding: 30px;
    margin: auto;
    text-align: center;
}
.newsroom .halfwidthL {
    border-right: 1px solid #a7a9ac;
}
.newsroom .fullwidth_ad {
    margin-bottom: 40px;
}
.hiresimages {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.hiresimages .imagebox {
    border: 1px solid #b7b7b7;
    padding: 10px;
    margin: 20px auto;
    width: calc(33.333333333333333% - 40px);
}
.hiresimages .imagebox a.button {
    display: block;
    width: 180px;
    margin: auto;
    margin-top: 20px;
    position: relative;
}
.hiresimages .imagebox a.button:after {
    display: inline-block;
    margin-left: 5px;
    content: url(images/arrow.png);
    position: absolute;
    top: 15px;
    right: 10px;
}

@media screen and (max-width: 960px) {
.hiresimages .imagebox {
    width: calc(50% - 40px);
}
.newsroom .halfwidthL, .newsroom .halfwidthR {
    width: 100%;
    border: none;
}
}

@media screen and (max-width: 630px) {
.hiresimages .imagebox {
    width: auto;
}
.newsroom .fullwidth_ad .ad_content h2 {
    font-size: 36px;
    line-height: 40px;
}
.newsroom .fullwidth_ad a.button, .newsroom .fullwidth_ad .button {
    font-size: 14px;
}
}
/* --- Recipes --- */
.tasty-recipes {
    margin: auto;
}
a.tasty-recipes-print-button {
    display: none;
}
.tasty-recipes-entry-header .tasty-recipes-buttons a {
    color: #aaaaaa !important;
}
.Recipes .page-content, .recipes-archive {
    position: relative;
    overflow: hidden;
}
.Recipes .page-content .prev, .single_blog .prev {
    float: right;
    width: calc(50% - 20px);
    text-align: right;
}
.Recipes .page-content .prev a:after, .single_blog .prev a:after {
    content: url(images/next_btn.jpg);
    position: relative;
    margin-left: 8px;
    top: 8px;
}
.Recipes .page-content .next, .single_blog .next {
    float: left;
    width: calc(50% - 20px);
}
.Recipes .page-content .next a:before, .single_blog .next a:before {
    content: url(images/prev_btn.jpg);
    margin-right: 8px;
    top: 8px;
    position: relative;
}
#recipysearch_btn {
    position: absolute;
    z-index: 16;
    right: 0;
    background-image: url(images/searchW.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    padding: 0;
}
#recipydrawer {
    position: absolute;
    z-index: 15;
    right: -455px;
    top: 25px;
    padding: 55px 75px 55px 40px;
    background: #fff;
    box-shadow: -5px 5px 8px #888888;
    -webkit-transition: right 0.6s ease-in-out;/* Safari */
    transition: right 0.6s ease-in-out;
}
#recipydrawer.open {
    right: 0px;
}
#recipydrawer form#searchform, .blog form#searchform, form#headersearchform {
    width: 330px;
    margin-bottom: 30px;
    position: relative;
    max-width: 100%;
}
form#headersearchform {
    margin-bottom: 0px;
    position: absolute;
    background: #fff;
    top: 0;
    right: -300px;
    transition: right 0.6s ease-in-out;
}
form#headersearchform.open {
    right: 0px;
}
#recipydrawer form#searchform input.inlineSearch, .blog form#searchform input.inlineSearch, form#headersearchform input.inlineSearch {
    margin: 0;
    padding: 8px 50px 8px 8px;
    width: 330px;
    max-width: 100%;
}
input#searchsubmit.inlineSubmit, .blog input#searchsubmit.inlineSubmit, input#headersearchsubmit.inlineSubmit {
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-appearance: none;
    border: none;
    background: none;
    background-image: url(images/social/btn_search.png);
    height: 26px;
    width: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.categories {
    width: 330px;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #c9c9c9;
    position: relative;
    text-align: center;
}
.categories:before {
    position: absolute;
    content: 'Categories';
    background: #fff;
    font-size: 13px;
    color: #8a8c8e;
    top: -15px;
    left: 0;
    right: 0;
    padding: 4px;
    width: 100px;
    margin: auto;
}
.search-results .blog .categories:before {
	content: 'Filters';
	width: 60px;
	
}
.categories ul {
    list-style: none;
    margin: 0;
    margin-top: 5px;
}
.categories ul li {
    display: block;
}
.categories ul li a {
    padding: 4px;
    display: block;
}
.Recipes .trythese, .varieties .trythese {
    background: #dfeccc;
    background-image: url(images/bg_noise.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding: 30px;
    clear: both;
    text-align: center;
    top: 45px;
    position: relative;
    display: block;
    margin-bottom: 100px;
}
.Recipes .trythese h2, .varieties .trythese h2 {
    font-family: 'Alice', serif;
    font-size: 36px;
    line-height: 38px;
}
.Recipes .trythese div.posts, .varieties .trythese div.posts {
    display: flex;
    flex-wrap: wrap;
}
.Recipes .trythese div.posts div.post, .varieties .trythese div.posts div.post {
    width: calc(33.33333333333333% - 40px);
    margin: 20px;
    background: #fff;
    padding: 20px;
    padding-bottom: 90px;
    text-align: left;
    position: relative;
}
.Recipes .trythese div.posts div.post h3, .varieties .trythese div.posts div.post h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Recipes .trythese div.posts div.post a.button, .varieties .trythese div.posts div.post a.button {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
}
.tasty-recipes-display {
    color: #4d4d4f !important;
}
.tasty-recipes-entry-content h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients {
    font-size: 14px;
    line-height: 15px;
}
.tasty-recipes-entry-content hr {
    max-width: none;
    background-color: #aaa !important;
    border: none !important;
}
.recipes-archive {
    position: relative;
	min-height: 700px;
}
.recipes-archive article {
    width: calc(33.33333333333333% - 40px);
    margin: 20px;
}
.recipes-archive article h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.recipes-archive article p {
    margin-bottom: 0;
}
.page-numbers-container {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.page-numbers-container a.page-numbers, .page-numbers-container .page-numbers {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #959595;
    margin: auto 4px;
}
.page-numbers-container a.page-numbers:hover, .page-numbers-container .page-numbers.current {
    background: #ebebeb;
}
.page-numbers-container a.page-numbers.next, .page-numbers-container a.page-numbers.prev, .page-numbers-container a.page-numbers.next:hover, .page-numbers-container a.page-numbers.prev:hover {
    border: none;
    background: none;
}
.page-numbers-container a.page-numbers.next:after {
    content: url(images/next_btn.jpg);
    border: none;
    top: 11px;
    position: relative;
}
.page-numbers-container a.page-numbers.prev:before {
    content: url(images/prev_btn.jpg);
    border: none;
    top: 11px;
    position: relative;
}

@media screen and (max-width: 445px) {
#recipydrawer {
    right: 0;
    display: none;
    width: 100%;
    box-shadow: 0px 5px 8px #888888;
}
#recipydrawer.open {
    right: 0px;
    display: block;
}
#recipydrawer form#searchform, form#headersearchform {
    width: 100%;
}
#recipydrawer form#searchform input.inlineSearch, form#headersearchform input.inlineSearch {
    width: 100%;
}
#recipydrawer .categories {
    width: 100%;
}
}

@media screen and (max-width: 1023px) {
.Recipes .trythese div.posts div.post, .varieties .trythese div.posts div.post {
    width: 100%;
    max-width: 740px;
    margin: 20px auto;
}
.recipes-archive article {
    width: calc(50% - 40px);
    margin: 20px;
}
}

@media screen and (max-width: 650px) {
.recipes-archive article {
    width: 100%;
    margin: 20px auto;
}
}
/* --- Blog --- */
.blog {
}
.blog .posts {
}
h1.blogtitle {
    text-align: center;
    padding: 40px;
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 64px;
}
/*h1.blogtitle:before {
    content: url(images/mushroom.png);
    position: relative;
    top: 10px;
}*/
.blog h5 {
    display: block;
    padding: 25px 40px;
}
.blog .featureposts {
    display: flex;
}
.blog .featureposts div.post {
    width: 25%;
    position: relative;
}
.blog .featureposts div.post h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 25px 35px 35px;
}
.blog .posts .olderposts.columns {
    width: calc(50% - 40px);
    margin: 20px;
}
.blog .posts .latestpost {
    width: calc(100% - 40px);
    margin: 20px;
    margin-top: 0;
}
.blog .posts .latestpost .feature_image {
    width: 100%;
}
.single_blog, .blog_archive {
    display: flex;
    flex-wrap: wrap;
    max-width: 1580px;
    margin: auto;
}
.left_column {
    width: calc(100% - 420px);
    margin: 0px auto;
}
.right_column {
    width: 330px;
    margin: 0px auto;
    max-width: 100%;
}
.left_column h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 30px;
}
.left_column .date {
    display: block;
    border-top: 1px solid #8a8c8e;
    border-bottom: 1px solid #8a8c8e;
    color: #8a8c8e;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 13px;
}
.left_column .date .social {
    float: right;
}
.left_column .date .social div.addthis_sharing_toolbox.addthis_tool {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -4px;
}
.left_column .date .social .comment_number:after {
    content: url(images/share.jpg);
    position: relative;
    top: 1px;
    left: 4px;
}
.blog a.rss {
    display: block;
    width: 330px;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid #c9c9c9;
    margin: 40px auto;
    text-align: center;
    position: relative;
}
.blog a.rss:before {
    content: url(images/rss.png);
    position: absolute;
    top: 13px;
    left: 16px;
}
.blog.page-content {
    padding: 80px 20px;
}
.blog .post_content {
    position: relative;
    background: #fff;
    width: calc(100% - 60px);
    margin: auto;
    margin-bottom: -60px;
    top: -60px;
    padding: 26px;
}
.blog .post_content h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog .post_cat {
    color: #8a8c8e;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.single_blog .left_column .feature_image {
    width: 100%;
    margin-bottom: 40px;
}
.single_blog .tags {
    display: block;
    text-align: center;
    padding: 20px;
}
.single_blog .comments {
    margin-top: 100px;
    display: block;
}
.comment-form label {
    display: block;
}
.comment-form #submit {
    border: none;
    background: #a51e36;
    color: #fff !important;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
}
.comment-form #submit:hover {
    background: #a53a4d;
    cursor: pointer;
}
.comment-form textarea#comment {
    max-width: 100%;
}
.olderposts .feature_image {
    display: none;
}

@media screen and (max-width: 1150px) {
.olderposts .wp-post-image {
    display: none;
}
.olderposts .feature_image , .olderposts .search-feature .wp-post-image {
    display: block;
}
.blog .posts .olderposts.columns, .blog .posts .latestpost {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}
}

@media screen and (max-width: 1023px) {
.left_column {
    width: 100%;
}
.blog .featureposts, .blog .featurepoststitle {
    display: none;
}
}
/* --- Instagram --- */

.instagram {
    padding-top: 25px;
}
.instagram li {
    list-style: none;
    display: block;
    text-align: center;
}
.instagram h2 {
    font-family: 'Alice', serif;
    font-size: 26px;
    line-height: 30px;
}
.instagram h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.instagram .instagram-pics {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.instagram .instagram-pics li {
    margin: auto;
    width: 16.666666666666667%;
}
.instagram .instagram-pics li img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
.instagram .instagram-pics li {
    width: 25%;
}
.instagram .instagram-pics li:nth-child(n + 5) {
    display: none;
}
}
.searchresults {
	
}
.searchresults .searchitem {
	padding: 20px 0;
	border-bottom: 1px solid #000;
	width: 100%;
}
.searchresults .searchitem .entry-content {
	display: flex;
	flex-wrap: wrap;
}
.searchresults .searchitem .search-feature {
	width: 200px;
}
.searchresults .searchitem .search-content {
	width: calc(100% - 200px);
	padding: 20px;
}
.searchresults .searchitem .search-content div {
	margin: auto;
}
.searchresults .searchitem .search-post-title {
	font-size: 24px;
	font-weight: 600;
	display: block;
	width: 100%;
}
.searchresults .searchitem .search-post-link {
	display: block;
	width: 100%;
}
.searchresults .searchitem .search-post-link a {
	 border: none;
    background: #a51e36;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
}
.searchresults .searchitem .search-post-link a:hover {
    background: #a53a4d;
    cursor: pointer;
}
.searchresults .searchitem .searchpost-type {
	display: block;
	font-size: 18px;
	font-weight: lighter;
	color: #666;
}
@media screen and (max-width: 1024px) {
	.search-results .right_column {
		margin-top: 25px;
	}
}
@media screen and (max-width: 580px) {
.searchresults .searchitem .search-post-link a {
    font-weight: 200;
    padding: 5px;
}
	.searchresults .searchitem .search-feature {
		width: 100%;
	}
	.searchresults .searchitem .search-content {
		width: 100%;
	}
}
/* --- Footer --- */

footer.site-footer {
    text-align: center;
    padding: 70px 20px 20px;
}
footer.site-footer .footer-content {
}
footer.site-footer .footer-content .socialicons img {
    padding: 3px 5px;
}
footer.site-footer menu.footer-navigation {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}
footer.site-footer menu.footer-navigation ul {
    list-style: none;
    margin: 0;
}
footer.site-footer menu.footer-navigation ul li {
    display: inline-block;
}
footer.site-footer menu.footer-navigation ul li a {
    padding: 20px 18px;
    display: block;
    margin-top: 15px;
}
footer.site-footer .copyright {
    float: left;
    font-size: 10px;
}
footer.site-footer .siteby {
    float: right;
    font-size: 10px;
}

@media screen and (max-width: 765px) {
footer.site-footer menu.footer-navigation ul li {
    display: block;
}
footer.site-footer menu.footer-navigation ul li a {
    padding: 10px 8px;
    margin-top: 0;
}
}
