/* HEADER CSS */

/* Sets the header color and bottom margin */
.site-header {
	background-color: transparent ;
	margin-bottom: 1%;
}

/* Sets the page background to whatever color */
#page {
	background-color: #c2c8c6;
	color: black !important;
}

/* hides the site title */
.site-title {
	 visibility:hidden ;
}
/* sets tagline color to black and moves it 
.site-description{
	color: black;
	transform: translate(-450px, 70px);
}
*/

/* Tweaks brightness of social media icons */
.icon{
	filter: brightness(2);
}

/* Moves logo left to align over tagline 
.custom-logo {
	margin-top: 5%;
}
*/

/* moves the tagline and adjusts header to compinsate */
/* @media only screen and (min-width:910px){
.site-branding{
	margin-bottom: 20px;
	margin-top: -20px;
}
*/


/* sets post title to black for visability */
.entry-title {
    color: black;
}

.widget-image-caption {
	content: "Content, Research, Insight for the world of food."
}



/* --------------------------------- */
/* WIDGET AREA */
/* creates black bar between sidebar and content Desktop is 1st, tablet/mobile is 2nd */
@media only screen and (min-width:910px){
.sidebar-primary {
    border-left: 1px solid;
    padding-left: 0.5em;
		transform: translatey(1em)
	}
}

@media only screen and (max-width: 909px){
	.sidebar-primary {
		border-top: 1px solid;
		padding-top: 1.5em;
	}
}

/* setting distance between widgets and content inside them as well as background color */
.widget  {
	background-color: grey !important;
	color: black !important;
	
}

.widget-title {
	margin-top: -0.8em;
	margin-bottom: -0.1em;
	color: black !important;
	background-color: transparent !important;
	border-top-color: transparent !important;
}

/* Sets the sidebar title widget (Gourmand on demand) to have a transparent blackground and border as well as location */
.god_logo_widget {
	background-color: transparent !important;
	border-top-color: transparent !important;
	transform:translatey();
	min-width: 140%;
	
}

/* Color/decorate the widget link text */
.widget-area .sidebar-primary aside, .menu-media-menu ul, li a{
	text-decoration: none;
	color:black !important;
}

/* sets media menu bullet points to invisable and then bumps text left to compinsate
.menu-media-menu-container{
	color: transparent !important;
}

.widget-area .sidebar-primary aside ul {
	padding-left: 0;
}
*/

@media only screen and (max-width: 949px){
	.widget-area .sidebar-tertiary aside,
	.static_pic_header{ 
		visibility: hidden;
	}
}
	
/* Shopping cart as static image */
.widget-no-background {
	margin-left: 0em;
	background: transparent;
	background-color: transparent !important;
	border-top-color: transparent !important;
}

/* END WIDGET AREA */
/* --------------------------------- */


/* TESTING GROUND */


.category-featured {
		min-width: 66%;
	}

.elementor-divider {
	z-index: background;
}

.media_image-11 {
	z-index = 999999;
}


@media only screen and (min-width: 722px) {
.podcast_link {
	background-color: transparent !important;
	border-top-color: transparent !important;
	}
}

.close-widget-gap{
	margin-top: -9%;
	transform:translatex(4%)
}

.mic-link{
	margin-top: -30%;
	margin-bottom: 10%;
	margin-left: 15%
}

h2 {
	font-weight: bold;
	color: #000 !important;
	font-size: 23px !important;
	font-family: "Calibri","Lucida sans" !important;
}


.slide-show-1 {
	transform:translatex(-5em) !important;
}