.post-content.style-light.std-block-padding{
	padding: 0 !important;	
}

.header-image img{
		width: 100vw;
	}	
	
	.main-div{
		margin-bottom:15px;
	}
	
	.main-body{
    	display:-ms-grid;
    	display:grid;
    	-ms-grid-columns: (1fr)[2];
    	grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}	
	
	.producer1, .producer2, .producer3, .producer4{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		    padding: 52px;
	}
	
	.producer1 a, .producer2 a, .producer3 a, .producer4 a{
		color:black;
	}
	
	.producer1 a:hover, .producer2 a:hover, .producer3 a:hover, .producer4 a:hover{
		color:#187118;
	}	
	
	.producer-bio-link{
		padding: 20px;
    font-size: 1.3em;
    font-weight: 300;
		    line-height: 1.4em;
		text-align: center;
	}

	.search-and-date{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.date-widget{
		width: 40%;
    text-align: right;
		    margin-top: 9px;
			    font-size: 1.1rem;
    font-weight: 300;
    color: #749136;
	}
	
	.search-widget{
		width:60%;
	}
	
	.is-search-form{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
		float:right;
	}
	
	.is-screen-reader-text, .is-screen-reader-text{
		display:none;
	}
	
	.is-search-submit{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    opacity: 0.6;
		margin-top: 5px;
	}
	
	@media (max-width:1024px){
		.search-and-date{
			margin-right:5px;
		}
	}
	
	@media (max-width:502px){
		.search-and-date{
			    -webkit-box-align: start;
			        -ms-flex-align: start;
			            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
			margin-left: 10px;
		}
		
		.search-widget, .date-widget{
			width:auto;
		}
	}

#is-search-input-86818{
    font-size:18px !important;
    font-family:Roboto;
    font-weight:300;
}

.producers-menu{
    color:#0c680cb5 !important;
	pointer-events: none;
}

.search-container-inner{
    display:block !important;
}

.blog-menu{
    margin-top: 2% !important;
    margin-left: 5%;
    padding-top:20px;
}

.menu_links a{
    font-size:1.35rem;
    font-weight:300;
	color:black;
}
	
	.menu_links a:hover{
		color:#0000008a;
	}

.world-menu::after, .health-menu::after, .businesses-menu::after, .producers-menu::after{
    content:"|";
    padding-left:20px;
}

.world-menu, .health-menu, .businesses-menu, .producers-menu, .recipes-menu{
    padding:10px;
}

@media (max-width:663px){       
    .world-menu::after, .health-menu::after, .businesses-menu::after, .producers-menu::after{
        content:none;
        padding-left:0;
    }    
}

.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  color: #111;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 4.5rem;
  line-height: 1.25rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size:1.5rem;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  /*border-top: 1px solid;*/
  -o-border-image: -o-linear-gradient(left, transparent, #34495e, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#34495e), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content ul{
    margin: 0;
}

.accordion-item-body-content li{
    list-style: none !important;
}

.accordion-item-body-content li{
    font-size:1.5rem;
    margin-left:10%;
}
	
	.accordion-item-body-content li a{
		color:black;
		font-weight:300;
	}

@media (min-width:664px){
    .accordion{
        display:none;
    }    
}

@media (max-width:663px){
    .blog-menu{
        display:none;
    }
	
	.box-wrapper{
		overflow: scroll !important;
	}
	
	.blog-menu-desktop-and-mobile{
	/*	position: sticky;
    top: 97px; */
    background-color: white;
   /* z-index: 9999999; */
	}		
	
	.main-body{
	    	display:-ms-grid;
    	display:grid;
    	-ms-grid-columns: (1fr)[1];
    	grid-template-columns: repeat(1, 1fr);
		justify-items: center;	
	}
	
	.producer1, .producer2, .producer3, .producer4{
		padding: 30px 0px 30px 0px;
	}
}