body {
	line-height: 1.6 !important;
}

/* hide Divi branding in footer */

#footer-info {
	display: none;
}

#copyright {
	color: #fff;
	line-height: 1.5em;
	padding: 2em 0;
	text-align: center;
	font-size: 14px;
}

#page-container h1,
#page-container h2,
#page-container h3,
#page-container h4,
#page-container h5,
#page-container h6 {
	font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
}

body.custom-background {
	background-size: contain !important;
}


/* material design shadows */

.depth-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	cursor: pointer;
}

.depth-hover:hover .et_pb_testimonial_portrait {
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
	filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* custom css below */

#page-container .et_pb_fullwidth_header p {
	padding-bottom: 1em;
}

#page-container .et_pb_fullwidth_header p:last-child {
	padding-bottom: 0;
}

#main-hero .header-content .et_pb_module_header,
#main-hero .header-content .et_pb_fullwidth_header_subhead {
	font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	line-height: 1em;
	display: block;
	padding-bottom: 0;
}

#main-hero .header-content .et_pb_module_header {
	font-size: 47px;
}

#main-hero .header-content .et_pb_fullwidth_header_subhead {
	font-size: 40px;
}

#main-hero .header-content-container {
	max-width: 750px;
}

#main-hero .et_pb_header_content_wrapper {
	font-size: 20px;
	font-weight: 600;
	padding: 2em 0;
}

/*
#main-hero .et_pb_fullwidth_header_container:before {
    content: 'BIERY';
    font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
    font-size: 25vw;
    position: absolute;
    color: rgba(0, 0, 0, .25);
    top: 50%;
    margin-top: -130px;
    z-index: -1;
    letter-spacing: -0.05em;
    font-weight: 600;
}
*/

@media only screen and (max-width:980px) {
	#main-hero .header-content .et_pb_module_header {
		font-size: 32px;
	}

	#main-hero .header-content .et_pb_fullwidth_header_subhead {
		font-size: 28px;
	}

	#main-hero .et_pb_header_content_wrapper {
		font-size: 14px;
	}
}

/*
@media only screen and (min-width:1400px) {
    #main-hero .header-content .et_pb_module_header {
        font-size: 74px;
    }

    #main-hero .header-content .et_pb_fullwidth_header_subhead {
        font-size: 62.95px;
    }
}
*/


/* header */

/*
@media only screen and (min-width: 981px) {

    .et_header_style_left #page-container #et-top-navigation,
    .et_header_style_split #page-container #et-top-navigation {
        padding: 30px 0;
    }

    .et_header_style_left #page-container #et-top-navigation nav > ul > li > a,
    .et_header_style_split #page-container #et-top-navigation nav > ul > li > a {
        padding-bottom: 0;
    }

    .et_fullwidth_nav #page-container #main-header .container {
        padding-right: 5%;
    }
}
*/

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

@media only screen and (min-width:981px) {
	.et_header_style_left .logo_container a:before {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 200px;
		width: 400px;
		background-position: center;
		background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 70%);
	}

	#top-menu > li > a {
		text-shadow: 0em 0em 0.3em rgba(0, 0, 0, 0.8) !important;
	}

	/*
    .min-height-75 {
        min-height: 75vh;
    }*/
}

#logo {
	filter: drop-shadow(0px 0px 30px #ffffff);
}

/*
.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
    padding-left: 0 !important;
}
*/

@media (max-width: 980px) {

	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 50%;
		max-height: 95%;
	}
}

/*
#page-container #top-menu li {
    display: block;
    font-size: 14px;
    padding-right: 0;
    text-align: right;
    line-height: 2em;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .8);
}*/


/* buttons */

#page-container .et_pb_button,
#page-container .gform_button {
	padding: 1em 3em !important;
	box-shadow: 6px 6px 0px #e71b24;
	transition: all 0.2s ease-in-out;
	font-weight: 900;
}

#page-container .et_pb_button:before,
#page-container .et_pb_button:after {
	content: '\002F' !important;
	display: inline !important;
	color: #000;
	font-weight: 900;
	position: relative;
	z-index: 999999;
	font-size: 18px;
	margin: 0;
	padding-right: 1em;
	opacity: 1;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

#page-container .et_pb_button:after {
	padding-right: 0;
	padding-left: 1em;
}

#page-container .et_pb_button:hover,
#page-container .gform_button:hover {
	box-shadow: 1px 1px 0px #e71b24;
	transform: translate(3px, 3px);
	cursor: pointer;
}

.video-borders {
	box-shadow: 10px 10px 0px #e71b24;
	transition: all 0.2s ease-in-out;
	font-weight: 900;
}

#page-container .gform_button {
	font-size: 14px;
	background-color: #ffd346;
	border-width: 0px !important;
	border-radius: 0px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#page-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: .75em;
}

/* section border */

.et_pb_section:after {
	content: '';
	height: 46px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 9;
	bottom: -23px;
	background: transparent url(/wp-content/themes/FSM-custom/images/section-border.png) repeat-x center center;
}

.et_pb_section.no-border:after,
.et_pb_section:last-child {
	content: none;
}


/* number-blurb */

#page-container .number-blurb .et_pb_module_header {
	/* Old Styles
	font-size: 160px;*/
	padding: 0;
	line-height: 1em;
	/* New styles because of the words */
	text-transform: none;
	font-size: 60px;
}

#page-container .number-blurb h4 {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	text-transform: lowercase;
	color: #e71b24;
	font-size: 28px;
}

#page-container .number-blurb p {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1em;
}



/* footer */

#main-footer {
	background: #262627 url('/wp-content/themes/FSM-custom/images/footer-bg.jpg') no-repeat top left;
	background-size: cover;
	position: relative;
}

#main-footer .footer-widget {
	width: 100% !important;
	text-align: center;
	margin: 0 !important;
}

#main-footer .et_pb_widget {
	width: 100%;
}

#main-footer:before {
	content: '' !important;
	height: 25px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 9;
	top: -20px;
	background: transparent url(/wp-content/themes/FSM-custom/images/footer-border-top.png) repeat-x center center !important;
}

#main-footer .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-footer .widget_nav_menu ul li {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

#main-footer .widget_nav_menu ul li:before {
	content: none;
}

#main-footer .widget_nav_menu #menu-footer-social li {
	font-size: 0;
	padding: 0 5px;
	margin-right: 1em;
}

#main-footer .widget_nav_menu #menu-footer-social li a:before {
	font-family: 'Font Awesome 5 Brands';
	content: '';
	font-size: 24px;
	border: none;
	position: static;
}

#main-footer #nav_menu-2 {
	margin-bottom: 1%;
}

#main-footer .widget_nav_menu #menu-footer-social li.linkedin a:before {
	content: '\f08c';
}

#main-footer .widget_nav_menu #menu-footer-social li.facebook a:before {
	content: '\f082';
}

#main-footer .widget_nav_menu #menu-footer-social li.instagram a:before {
	content: '\f16d';
}

#main-footer .widget_nav_menu #menu-footer-social li.twitter a:before {
	content: '\f081';
}

#copyright a {
	color: #fff;
}


/* blurb-list */

.blurb-list .et_pb_blurb .et_pb_module_header span {
	font-weight: 900;
	font-size: 1.3em;
	line-height: 1.1em;
}


/* inside-hero */

#page-container .inside-hero .header-content-container {
	max-width: 600px;
}

#page-container .inside-hero .et_pb_fullwidth_header_container {
	max-width: none;
}


/* timeline-section */

.timeline-section:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: calc(100% - 110px);
	background-color: #e71b24;
	transform: translateX(-50%);
}

.timeline-section .et_pb_blurb {
	animation-delay: 1000ms;
}

.red-heading h1,
.red-heading h2,
.red-heading h3,
.red-heading h4 {
	text-shadow: 0.02em 0.05em 1px #eb1c1b;
}

.timeline-section .et_pb_module_header {
	text-shadow: 0.02em 0.02em 1px #eb1c1b;
	position: relative;
}

#page-container .timeline-section .et_pb_module_header:before {
	content: '';
	background-color: #dfdfdf;
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 25px;
	border: 1px solid #e71a24;
	position: absolute;
	box-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
}

#page-container .timeline-section .right .et_pb_module_header:before {
	top: 64px;
	left: -30px;
}

#page-container .timeline-section .left .et_pb_module_header:before {
	top: 64px;
	right: -30px;
}

#page-container .timeline-section .et_pb_main_blurb_image {
	width: 75%;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: -1;
}

#page-container .timeline-section .et_pb_blurb_10 .et_pb_main_blurb_image {
	top: -150px;
}

#page-container .timeline-section .right .et_pb_main_blurb_image {
	left: 0;
}

#page-container .timeline-section .right.high-image {
	padding-top: 160px;
}

#page-container .timeline-section .et_pb_blurb.with-image.high-image .et_pb_main_blurb_image {
	top: -160px;
}

#page-container .timeline-section .left .et_pb_main_blurb_image {
	width: 65%;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: -1;
}

#page-container .timeline-section .right-with-image .et_pb_main_blurb_image {
	opacity: 1 !important;
}

#product-detail .et_pb_row {
	align-items: center;
}

#product-detail {
	min-height: 100vh;
}


/* careers */

#careers-section:before {
	content: 'CAREERS';
	font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
	font-size: 20vw;
	position: absolute;
	color: rgba(0, 0, 0, .05);
	top: 50%;
	margin-top: -130px;
	z-index: -1;
	letter-spacing: -0.05em;
	font-weight: 600;
}

.dark-text-shadow p,
.dark-text-shadow p li,
.dark-text-shadow h1,
.dark-text-shadow h2,
.dark-text-shadow h3,
.dark-text-shadow h4 {
	text-shadow: 0.02em 0.02em 1px rgba(0, 0, 0, .8);
}

.big-numbered-list li {
	font-size: 40px;
	font-weight: 300;
	line-height: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	list-style: none;
	position: relative;
}

#page-container .big-numbered-list li:before {
	content: '';
	line-height: 1em;
	font-size: 16px;
	font-weight: 900;
	color: #e71925;
	padding-right: 8px;
}

/*
#page-container .big-numbered-list li:nth-child(n+1):before {
    content: '01';
}

#page-container .big-numbered-list li:nth-child(n+2):before {
    content: '02';
}

#page-container .big-numbered-list li:nth-child(n+3):before {
    content: '03';
}

#page-container .big-numbered-list li:nth-child(n+4):before {
    content: '04';
}

#page-container .big-numbered-list li:nth-child(n+5):before {
    content: '05';
}
*/

.core-values:before {
	content: 'CORE VALUES';
	font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
	font-size: 120px;
	position: absolute;
	color: rgba(0, 0, 0, .05);
	top: 50%;
	margin-top: -240px;
	z-index: -1;
	letter-spacing: -0.05em;
	font-weight: 600;
	line-height: 1em;
}

.arrow-left,
.arrow-link {
	font-size: 16px;
	letter-spacing: .1em;
}

.arrow-left:before {
	content: '\f060';
	font-family: 'Font Awesome 5 Pro';
	padding-right: .5em;
}

.arrow-link:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Pro';
	padding-left: .5em;
}

/*start of Bryan's stuff*/

/*capabilities page */

/*
.et_pb_section:after {
    height: 0;
}*/

/*
.fancy-text {
    text-shadow: 0.02em 0.05em 1px #eb1c1b;
}
*/


.fancy-text:before {
	background-image: url(http://bierycheese.wpengine.com/wp-content/uploads/2019/12/cheese-icon-compressor.png);
	background-size: 50px 40px;
	display: inline-block;
	width: 50px;
	height: 40px;

	margin-right: 20px;
	position: relative;
	top: 3px;

}

/*contact page */
#center-contact-form {
	max-width: 60%;
	margin: 0 auto;
}

#gform_1 .gform_title {
	font-size: 2em;
}

#post-276 .red-heading,
#post-280 .red-heading {
	padding-top: 0 !important;
}

/*cheese cubes page*/

.cheese-cube img {
	max-width: 75%;
	padding: 15px;
}

#cheese-pyramid-image img {
	max-width: 60%;
}

#logo-row {
	background-size: 500px;
}

#factory-bullet li {
	list-style: none;
}

#factory-bullet ul {
	line-height: 2em;
}

#factory-bullet ul li:before {
	background-image: url(http://bierycheese.wpengine.com/wp-content/uploads/2020/01/bullet-slant2.png);
	background-size: 30px 9px;
	display: inline-flex;
	width: 30px;
	height: 9px;
	content: " ";
	line-height: 1em;
	font-size: 16px;
	position: relative;
	bottom: 5px;
	right: 10px;
	line-height: 2.2em;
}

/*food manufacturing page*/

#food-manufacturing-background {
	background-size: 300px;
}

/* fa-blurb */

.fa-blurb .et-pb-icon {
	font-size: 0;
	line-height: 0;
}

.fa-blurb .et-pb-icon:before {
	font-size: 45px;
	line-height: 30px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	transition: all 0.3s ease;
}

.fa-blurb .et-pb-icon:hover:before {
	color: #fa0505;
}

.fa-blurb.industry-alt .et-pb-icon:before {
	content: '\f3b3';
}

.fa-blurb.tags .et-pb-icon:before {
	content: '\f02c';
}

.fa-blurb.conveyor-belt .et-pb-icon:before {
	content: '\f46e';
}


/*
.fa-blurb.map-pin .et-pb-icon:before {
    content: " ";
    background-image: url(http://bierycheese.wpengine.com/wp-content/uploads/2020/02/ohio-compressor.png);
    line-height: 1em;
    display: block;
    background-size: 100px;
}
*/

#post-216 .et_pb_main_blurb_image {
	margin-bottom: 45px;
}

#cheese-right img,
#cheese-left img {
	transition: transform .5s ease;
}

#cheese-right img:hover,
#cheese-left img:hover {
	transform: scale(1.2);
}

#top-menu li li a {
	padding: 8px 0;
	width: 200px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.25em;
}

/* mobile */

@media only screen and (max-width:980px) {
	#page-container .et_pb_row {
		padding-bottom: 50px !important;
		padding-top: 30px !important;
	}

	.timeline-section:before,
	#page-container .timeline-section .et_pb_module_header:before {
		content: none !important;
	}

	#page-container .timeline-section .left .et_pb_main_blurb_image,
	#page-container .timeline-section .et_pb_main_blurb_image {
		position: static !important;
	}

	#page-container .timeline-section .et_pb_main_blurb_image {
		margin: 0 !important;
	}

	#tray-labels li {
		font-size: 12px !important;
	}

	#tray-labels li a:after {
		font-size: 10px !important;
	}

	#page-container #tray-labels li.shredded:after {
		background: url(/wp-content/themes/FSM-custom/images/circle-shredded.png) no-repeat top left;
		width: 190%;
		height: 38px;
		top: -48px;
		left: -180%;
	}

	#page-container #tray-labels li.vegan:after {
		background: url(/wp-content/themes/FSM-custom/images/circle-alt-cubes.png) no-repeat top left;
		width: 300%;
		height: 40px;
		top: -52px;
		left: -300%;
	}

}

#page-container .et_pb_blurb {
	min-height: auto;
}

/* tray labels */

#tray-label-container,
#tray-label-container .et_pb_code_inner,
#tray-label-container #tray-labels {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tray-labels,
#tray-labels li {
	padding: 0;
	margin: 0;
	list-style: none;

}

#tray-labels li a {
	transition: all 0.3s ease;
}

#tray-labels li a:hover {
	color: #ffd347;
	text-shadow: 1px 1px 0px #e71925;
	cursor: pointer;
}

#tray-labels li {
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
	font-size: 16px;
	position: absolute;
	height: 1em;
	line-height: 1em;
}

#tray-labels li:after {
	content: '';
	position: relative;
	display: block;
	background-size: contain !important;
	width: 200px;
	height: 100px;
	background-position: top left;
}

#tray-labels li.slices {
	top: 68%;
	left: 11%;
	text-align: left;
	width: 11%;
}

#tray-labels li.slices:after {
	background: url(/wp-content/themes/FSM-custom/images/circle-slices.png) no-repeat top left;
	width: 180%;
	height: 75px;
	top: -49px;
	left: 100%;
}

#tray-labels li.cubes {
	top: 11%;
	left: 21.5%;
	text-align: left;
	width: 17%;
}

#tray-labels li.cubes:after {
	background: url(/wp-content/themes/FSM-custom/images/circle-crackers.png) no-repeat top left;
	width: 100%;
	height: 105px;
	top: -31px;
	left: 96%;

}

#tray-labels li.crackers {
	top: 27%;
	left: 3%;
	text-align: left;
	width: 10%;
}

#tray-labels li.crackers:after {
	background: url(/wp-content/themes/FSM-custom/images/circle-crackers.png) no-repeat top left;
	width: 134%;
	height: 75px;
	top: -45px;
	left: 100%;
}

#tray-labels li.specialty {
	top: 59%;
	right: 9%;
	text-align: left;
	width: 13%;
}

#tray-labels li.specialty:after {
	background: url(/wp-content/themes/FSM-custom/images/circle-specialty.png) no-repeat top left;
	width: 190%;
	height: 115px;
	top: -11px;
	right: 200%;

}

#tray-labels li.vegan {
	top: 31%;
	right: 16%;
	text-align: left;
	width: 7%;
}

#tray-labels li.vegan:after {
	background: url(/wp-content/themes/FSM-custom/images/circle-alt-cubes.png) no-repeat top left;
	width: 300%;
	height: 85px;
	top: -88px;
	left: -300%;
}

#tray-labels li.shredded {
	top: 45%;
	right: 10.5%;
	width: 15%;
}

#tray-labels li.shredded:after {
	background: url(/wp-content/themes/FSM-custom/images/circle-shredded.png) no-repeat top left;
	width: 190%;
	height: 75px;
	top: -81px;
	left: -180%;
}

/*
@media only screen and (max-width:1115px) {
	#tray-labels li.shredded:after {
		width: 326px;
		top: -74px;
		left: calc(100% + -490px);
	}

	#tray-labels li.specialty:after {
		width: 280px;
		top: -3px;
		right: calc(100% + 122px);
	}

	#tray-labels li.vegan:after {
		width: 288px;
		top: -77px;
		right: calc(100% + 170px);
	}
}

@media only screen and (max-width:980px) {
	#tray-labels li.slices {
		left: 3%;
	}

	#tray-labels li.cubes {
		left: 6%;
		top: 5%;
	}

	#tray-labels li.crackers:after {
		background: url(/wp-content/themes/FSM-custom/images/circle-crackers-mobile.png);
		left: calc(100% + -131px);
		width: 280px;
	}

	#tray-labels li.vegan:after {
		width: 222px;
		top: -61px;
		right: calc(100% + 101px);
	}

	#tray-labels li.shredded:after {
		width: 236px;
		top: -55px;
		left: calc(100% + -398px);
	}

	#tray-labels li.specialty:after {
		width: 192px;
		top: 1px;
		right: calc(100% + 35px);
	}
}

@media only screen and (max-width:840px) {
	#tray-labels li.shredded:after {
		background: url(/wp-content/themes/FSM-custom/images/circle-shredded-mobile.png) no-repeat top left;
		width: 275px;
		top: -44px;
		left: calc(100% + -337px);
	}

	#tray-labels li.shredded {
		top: 43%;
		right: 9%;
	}

	#tray-labels li.specialty:after {
		background: url(/wp-content/themes/FSM-custom/images/circle-specialty-mobile.png) no-repeat top left;
		top: -37px;
		right: calc(100% + -32px);
	}

	#tray-labels li.specialty {
		top: 61%;
	}

	#tray-labels li.specialty {
		top: 65%;
	}

	#tray-labels li.vegan:after {
		background: url(/wp-content/themes/FSM-custom/images/circle-alt-cubes-mobile.png) no-repeat top left;
	}

	#tray-labels li.vegan {
		top: 26%;
		right: 9%;
	}

	#tray-labels li.vegan:after {
		top: -38px;
		right: calc(100% + 33px)
	}

	#tray-labels li.cubes:after {
		width: 200px;
	}
}

@media only screen and (max-width:760px) {
	#tray-labels li:after {
		display: none !important;
	}

	#tray-labels li.cubes {
		left: 35%;
		top: 12%;
	}

	#tray-labels li.vegan {
		top: 24%;
		right: 28%;
	}

	#tray-labels li.shredded {
		top: 41%;
		right: 30%;
	}

	#tray-labels li.specialty {
		top: 67%;
		right: 22%;
	}

	#tray-labels li.crackers {
		left: 14%;
	}

	#tray-labels li.slices {
		left: 30%;
	}
}

@media only screen and (max-width: 600px) {
	#tray-labels li.cubes {
		width: 200px;
	}

	#tray-labels li.cubes a:before {
		bottom: -15px !important;
		right: 63px !important;
	}
}

@media only screen and (max-width: 515px) {
	#tray-labels li.slices {
		left: 25%;
	}
}

@media only screen and (max-width:460px) {
	#tray-labels li.specialty {
		right: 11%;
	}
}

@media only screen and (min-width: 1200px) {
	#tray-labels li.cubes {
		top: 7%;
		left: 8%;
		width: 239px;
	}
}

@media only screen and (min-width: 1500px) {
	#tray-labels li.crackers {
		left: 5%;
	}

	#tray-labels li.vegan {
		right: 13%;
	}

	#tray-labels li.shredded {
		right: 16%;
	}

	#tray-labels li.specialty {
		right: 14%;
	}

	#tray-labels li.cubes {
		top: 8%;
		width: 300px;

	}

	#tray-labels a {
		color: #fff;
	}
}
*/
#awards-slider img {
	max-width: 200px;
}

#tray-labels a {
	position: relative;
	min-width: 130px;
	display: inline-block;
	color: #fff;
}

#tray-labels a:after {
	content: 'Learn more \f061';
	font-family: 'Font Awesome 5 Pro', 'Montserrat', sans-serif;
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 12px;
}

@media only screen and (max-width: 600px) {
	#tray-labels li {
		font-size: 12px;
	}
}

@media only screen and (max-width: 760px) {
	#post-71 #main-hero .et_parallax_bg {
		background-image: url(http://bierycheese.wpengine.com/wp-content/uploads/2020/02/biery-home-mobile-v2-compressor.jpg) !important;
	}

	#post-271 .career-section {
		background-image: url(http://bierycheese.wpengine.com/wp-content/uploads/2020/02/biery-hero-manufacturing-v2-compressor.jpg) !important;
	}

	#post-272 .career-section {
		background-position: right;
	}
}

/* Bryans menu change
    #top-menu li li a {
        width: 240px;
    }

    .nav li ul {
        width: 124px !important;
    }

    .capabilities-nav-menu a,
    .company-nav a {
        padding-bottom: 10px !important;
    }


    .sub-menu li a {
        text-transform: none !important;
        padding: 5px 0 !important;
    }

    .sub-menu li {
        padding: 0 !important;
    }

    .select_page {
        visibility: hidden;
    }*/

/* company page */
.nineteen-fifty-nine-blurb .et_pb_blurb_container h4 {
	top: 100px
}

.nineteen-fifty-nine-blurb .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
	bottom: 50px;
}

@media only screen and (max-width: 980px) {
	.nineteen-fifty-nine-blurb .et_pb_blurb_container h4 {
		top: 1px;
	}

	.nineteen-fifty-nine-blurb .et_pb_blurb_container .et_pb_blurb_description {
		position: relative;
		bottom: 150px;
	}
}

.twenty-nineteen-blurb .et_pb_main_blurb_image {
	top: -130px !important;
}

.twenty-nineteen-blurb .et_pb_blurb_container h4 {
	top: 25px;
}

.homepage-custom-button {
	position: absolute !important;
	left: 50%;
	margin-left: -140px;
	bottom: 5%;
}

#snacking-cheese-img img {
	max-width: 113%;
}

#snacking-cheese-img .et_pb_main_blurb_image {
	margin: 0;
}

.blurb-red-hover .et_pb_blurb,
.blurb-red-hover .et_pb_blurb .et_pb_module_header,
.blurb-red-hover .et_pb_blurb .et-pb-icon:before {
	transition: all 0.3s ease !important;
}

.blurb-red-hover .et_pb_blurb:hover,
.blurb-red-hover .et_pb_blurb:hover .et_pb_module_header,
.blurb-red-hover .et_pb_blurb:hover .et-pb-icon:before {
	color: #fa0505 !important
}


#main-header .et_mobile_menu {
	background-color: #000 !important;
}

@media only screen and (max-width: 767px) {
	#page-container .et_pb_slide_image {
		display: block !important
	}
}

#top-menu li a {
	text-shadow: .5px .5px #000;
}

/* Plant-Based Landing */
.header-separated h2 + p {
	margin-top: 1em;
}
.product-options strong {
	color: #FFD346;
	text-transform: uppercase;
}
.product-options h3 {
	margin-bottom: 1rem;
}
#page-container .product-options .et_pb_button {
	box-shadow: none;
}
#page-container .product-options .et_pb_button:before {
	display: none !important;
}
#page-container .product-options .et_pb_button:after {
	color: #FFD346 !important;
	content: attr(data-icon) !important;
}
.special-testimonial .et_pb_testimonial_description {
	margin: 0 auto !important;
	max-width: 1200px;
}
.special-testimonial .et_pb_testimonial_content:before, .special-testimonial .et_pb_testimonial_content:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 80px;
	position: absolute;
	width: 80px;
	z-index: -1;
}
.special-testimonial .et_pb_testimonial_content:before {
	background-image: url('/wp-content/uploads/2023/03/quote-start-e1679406526371.png');
	left: -60px;
	top: -60px;
}
.special-testimonial .et_pb_testimonial_content:after {
	background-image: url('/wp-content/uploads/2023/03/quote-end-e1679406552765.png');
	bottom: -20px;
	right: -60px;
}
@media (min-width: 981px) {
	.product-options.multi-lines h3 {
		min-height: 3.675em;
	}
}
@media (min-width: 1200px) {
	.product-options.multi-lines h3 {
		min-height: 2.45em;
	}
}