/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4;
	font-family: 'Questrial', sans-serif;
	color:#59595b;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {

}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.wrap { width:100%; max-width: 940px; margin:0 auto; }
.sm { width:100%; max-width: 580px; }
.sm h2 { padding-top:0; }
.sm ol { margin-left:0;}
.sm ol li { font-size:18px; margin-left:0; line-height: 200%;}
.sm p { padding-right:20px;}

/* header */
.header {
	position:fixed;
	width:100%;
	z-index:1100;
	margin-bottom:10px;
	background:rgba(255, 255, 255, 1);
}

/* logo */
.logo {
 position:relative;
 z-index:1001;
 opacity: 0;
top:-100px;
}
.logoin { top:0px!important;}

section.table {
	display: table;
	width: 100%;
	font-size:18px;
  }
section.table header { position:relative;}
section.table header div.col { font-size:18px; border-left:2px #eed484 solid; border-top:2px #eed484 solid; padding:10px; font-family: 'Questrial';}
section.table header div.col:last-child { border-right:2px #eed484 solid; }
section.table div.row .col { border-left:2px #eed484 solid; border-top:2px #eed484 solid; padding:10px; font-size:18px;}
section.table div.row .col:last-child { border-right:2px #eed484 solid; }
section.table div.row:last-child .col { border-bottom:2px #eed484 solid;}

div.wpcf7 {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 400px;
}
div.wpcf7 input, select { width:100%; padding:20px 20px 10px 0; border:none; border-bottom:2px #eed484 solid; color:#59595b; font-size:18px;}
div.wpcf7 input[type=submit] { width:200px; padding:20px 20px 20px 0;}
div.wpcf7 textarea { border-color:#ccc; width:100%; padding:20px 20px 20px 0; color:#59595b; border:none; border-bottom:2px #eed484 solid;}
div.wpcf7 textarea:focus { border-bottom:2px #eed484 solid; outline:none;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { font-size:16px; line-height: 150%; padding:20px;}
div.wpcf7 input::-moz-placeholder, div.wpcf7 textarea::-moz-placeholder { font-family: 'Lato'; font-size:12px;}
div.wpcf7 input::placeholder, div.wpcf7 textarea::placeholder { font-family: 'Lato'; font-size:12px;}
div.wpcf7 select { width: 100%; color: #59595b; padding:20px 20px 10px 0; border: 0; border-bottom: 2px #eed484 solid;}

.contactbottom {width:100%; max-width:600px; margin:0 auto;}
.contactbottom .disclaimer { font-family:'Lato'; font-size:12px; font-style: italic; margin-top:100px; margin-bottom:100px; }

  section.table > * {
	display: table-row;
  }

  section.table .col {
	display: table-cell;
  }

.butts button { margin-right:12px;}

	main.error-404 {
		padding-top: 112px;
	}
	main.error-404 .flex {
		flex-direction: column;
	}
	main.error-404 h1 {
		text-transform: initial;
		margin-bottom:0;
	}
	main.error-404 .flex p {
		max-width: 100%;
		min-width: 0;
	}

.grecaptcha-badge { visibility: hidden; pointer-events: none; }
p.recaptcha {color:rgba(0,0,0,0.7); font-size:13px; max-width: 370px; line-height: 1.4em; }
p.recaptcha a, p.recaptcha a:hover{color:rgba(0,0,0,0.7); font-size:13px;text-decoration:underline; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.leaf-sm {
	position: absolute;
    z-index: 1400;
	top: 20px;
	display:none;
}

.leaf { margin-left:20px;}
.mobile-nav-leaf {
	margin-left:20px;
    position: relative;
    max-width: 100px;
    width: 50px;
    display: block;
}
.mobile-nav-leaf { padding:5px 0 0; }
.bigleafcontainer, .logoright { display:none;}
.mobile-logo { display:block; }
body.home .leaf-sm { opacity: 0 ;}
.nav {
	position: relative;
	display:none;
	width:100%;
	z-index:1000;
	border-bottom:4px #eed484 solid;
	padding:20px 0 0;
}
.hamburger { float:right; color:#59595b; position:absolute; right:0; top:10px; z-index:13000; }
.nav ul { text-align: center; padding:10px 0; margin-bottom:0; }
.nav ul li { list-style: none; display:block; margin: 0 30px; padding-bottom:20px; }
.nav ul li a { font-size:17px; text-transform: uppercase;}

nav ul li .sub-menu { display:none; text-align: center; padding:20px 0; border:2px #eed484 solid; margin-top: 20px; }
nav ul li .sub-menu li { display:block; list-style:none; padding:10px 0;}
nav ul li .sub-menu li a { color:#59595b;}
nav ul li .sub-menu li a:hover { color:#84b5b6; }
nav ul li.dummy > a{pointer-events:none;}
nav ul li.current-menu-item > a { color:#84b5b6!important; font-weight:700;}
nav ul li.current-menu-item > a:hover {color:#84b5b6!important; font-weight: 700;}
.chefimg { display:none;}
.chefimg-mobile { display:block;}

.current-menu-parent a { color:#84b5b6; font-weight:700; }
.current-menu-parent a:hover { color:#84b5b6; font-weight:700; }
.current-menu-parent ul li a{ font-weight:400; }
.current-menu-parent ul li a:hover {font-weight:400; }
.current-menu-parent ul li.current-menu-item > a { color:#84b5b6!important; font-weight:700;}
.current-menu-parent ul li.current-menu-item > a:hover {color:#84b5b6!important; font-weight: 700;}
.recipetitle { color:#84b5b6!important; }
.recipetitle:hover { color:#84b5b6!important; font-size:32px!important;}
main a:hover { color:#84b5b6;
	font-size:18px;}
.verticalLine {
	border-left: thick solid #eed484;
  }

.flex { display:flex; flex-wrap:wrap; }
.flex div.left { width:100%; display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	}
.flex div.left div { width:100%; text-align: center; z-index:900; }
.flex div.left div img { margin-left:0;  }
.flex div.left div.bigleafcontainer { text-align: center; width:35%;}
.flex div.left div.logoright { width:65%; padding-left:20px;}
.flex img.half { width:50%; height:50%; }
.flex .left { text-align:right; }
.flex .left p { margin-right: auto; margin-left: 0;}
.flex p { font-size:20px; max-width:330px; line-height: 150%;  }
.beef { background-image: url('/wp-content/themes/html5blank-stable/img/beef.jpg');
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
	min-height: 0;
	display:none;
	position:relative;
	top:-20px;
}
.page-template-page-faq .beef {
    background-image: url('/wp-content/themes/html5blank-stable/img/faq-callout-plate.jpg');
}


.beefin{
    top:0px !important;

}

.transition {  /* Chrome 1-25, Safari 3.2+ */  /* Firefox 4-15 */  /* Opera 10.50–12.00 */
 transition: top 1.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

img.parallax { position:relative; }

.mobile-intro { display:block;}
.desktop-intro { display:none; }
.dedication { margin-top:80px; display:flex;justify-content: center; flex-wrap:wrap; position:relative; z-index:999;}
.dedication .image{ width:100%; text-align: right; padding-right: 0; opacity:0; position: relative;}
.dedication .textcontainer { width:100%; padding-top: 0;}
.dedication .textcontainer p { max-width: 385px;}

.chef { margin-top:100px;}
.chef .flexcontainer {max-width:1117px; margin:0 auto; min-height:393px; display:flex; flex-wrap:wrap; background-repeat:no-repeat; background-size:contain; }
.chef .flexcontainer div { width:100%; }
.chef h2 { margin-top:140px; }

.flavor { margin-top:60px; background-repeat:no-repeat; background-size:contain; background-position: bottom; padding-bottom:0;}
.flavor .flexcontainer {max-width:1232px; justify-content: center; margin:0 auto; min-height:393px; display:flex; flex-wrap:wrap; }
.flavor .flexcontainer div { width:100%; }
.flavor .flexcontainer div.image { margin-top:0; padding-left:0;}

.flavor.y { background-image: url('/wp-content/themes/html5blank-stable/img/P_Leaves_Yellow.jpg'); }

.home-video { margin-bottom:200px; background-repeat:no-repeat; background-size:contain; background-position: bottom; padding-bottom:0;}
.home-video .flexcontainer {max-width:1232px; justify-content: center; margin:0 auto; min-height:393px; display:flex; flex-wrap:wrap; }
.home-video .flexcontainer div { width:100%; }
.home-video .image { margin: 0 auto;max-width: 800px;width:100%;height:100%; }
.home-video .image img { display: block; cursor:pointer;max-width: 800px;width:100%;height:100%; max-height: 450px;}
.home-video .image iframe { display:none;cursor:pointer;max-width: 800px;width:100%;height:100%;left:0;top:0;}
.home-video .image .video-iframe {display:none;position:absolute;}
.home-video .image .video-placeholder {position:absolute;z-index:5;}
.home-video .image .video-hidden { height: 450px;z-index: -1;visibility: hidden;}

img.vimeo-video-placeholder { display: block; cursor:pointer;max-width: 800px;width:100%;height:100%; max-height: 450px;}

.responsive-video { height: 450px; position: absolute; width: 100%;}
.responsive-video iframe { display:none;cursor:pointer;max-width: 800px;width:100%;height:100%;left:0;top:0;}

.responsive-video.responsive-vimeo-style {
	position: relative;
}

.flex.video {
	justify-content: center;
}
.flex.video img {
	cursor: pointer;
	margin: 0;
	z-index: 2;
}
.flex.video .responsive-video {
	max-width: 800px;
	margin: 0 auto;
}
.responsive-video-style {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
@media only screen and (max-width:850px) {
	.home-video .image .video-hidden {
		height: 100%;
	}
	/* .home-video .image .video-iframe {
		position:relative;
	} */
	.home-video .image .video-placeholder {
		position:relative;
	}
	.home-video {
		margin-bottom: 200px;
	}
}
@media only screen and (max-width:500px) {
	.home-video {
		margin-bottom: 120px;
	}
}

.threefer { display:flex; justify-content: center; align-items: center; margin-top:60px; margin-bottom:60px; }
.threefer .logo { width:15%; min-width: 130px; margin:0 40px; position: relative;}
.yellowline { width:40%; max-width: 375px;}

.social-media { display:flex; justify-content: center; align-items:center; }
.social-media a { display:block; margin: 15px 15px;}
.social-media a img{ padding: 15px 5px;}
footer .contentbottom a{line-height:48px;}
footer p { text-align: center; font-size:16px; border-bottom:2px #e0e0e0 solid; padding-bottom:30px;}
.humane { display:block; margin:0 auto; margin-top:60px;}

h1 { font-size:38px; margin-top:0; color:#84b5b6; font-family: 'Questrial'; font-weight: 400; text-transform: uppercase; }
.page-template-default h1 {color:#59595b;margin-bottom:15px;}
.chef h1 {margin-top: 140px;}
main { padding:100px 20px 20px 20px;}
.chefprofile { border:2px #eed484 solid; padding:20px; width:100%; max-width: 760px; margin:0 auto; margin-top:100px; }
.chefprofile p { font-size:16px; line-height: 150%;}

.chefslist h1, h2, .chefprofilecontainer, .sizzle { padding-left:20px;}
.collapsablechefs + [data-readmore-toggle], .collapsablechefs[data-readmore]{ padding-left:20px; }

.sevensixty { width:100%; max-width: 760px; margin:0 auto; }
.eightforty { width:100%; max-width: 840px; margin:0 auto; }
.elevenforty { width:100%; max-width: 1140px; margin:0 auto; }
.recipe { display:flex; justify-content: center; margin-top:40px; flex-wrap:wrap; }
.recipe div { width:100%; }
.recipe div.r { border:2px #eed484 solid; padding:20px; margin-left:0; position: relative;}
.recipe div.r .box { max-width:100px;}
.recipe h2 { font-size:32px; color:#84b5b6; font-weight: 400; padding-top:0; margin-top:0;}
.recipe p.category { font-family: 'Lato'; font-weight:900; text-transform: uppercase; margin-bottom:0; margin-top:0; }
.recipe p { font-size: 16px; line-height: 150%; margin-bottom:0;}
.recipebutt { position: absolute; right: 0; bottom: 0;}

.recipedetail {
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    width:100%;
}
@media only screen and (max-width:1270px) {
    .recipedetail{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .recipecontainer{
        padding-left:30px;
        padding-right:30px;
    }
    .left{
        max-width:700px;
        margin:0 auto;
    }
    .right{
        max-width:525px;
        margin:0 auto;
    }
    .recipetitle-desktop{
        max-width:525px;
        margin:0 auto;
    }
}
@media only screen and (max-width:810px) {
    .recipedetail{
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width:600px) {
    .recipedetail .left{
        min-height:0px!important;
        padding-bottom:100px!important;
    }
}
.recipedetail .left {
    width:100%;
    max-width:700px;
    max-height:650px;
	/* background-image:url('/wp-content/themes/html5blank-stable/img/P_Watercolor_blue.jpg');background-repeat: no-repeat; background-size:cover; background-position:right top;  */
	padding-bottom:100px;
	position:relative;
    grid-row-start: 1!important;
    grid-row: span 3 / span 3;
    grid-column-start: 1;
}
.recipedetail .left img.bg {
	position:absolute;
	top: -30px;
	left: -100px;
	width: calc(100% + 100px);
	max-width: none;
	z-index: -1;
	margin-bottom: 0px;
}
.recipedetail .left .blue { position:relative; width:100%; text-align:center;}
.recipedetail .left .blue img.overlay { max-width:520px; width:100%; margin-top:100px;}

.recipedetail .right h2 { font-family: 'Lato'; font-size:16px; font-weight: 900; text-transform: uppercase;}
.recipedetail .right h1 { font-size:32px; text-transform: none; margin-top:0;}

.recipedetail h1[itemprop="name"]{ font-size:32px; text-transform: none; margin-top:0;}
.recipedetail  h2[itemprop="recipeCategory"]{ font-family: 'Lato'; font-size:16px; font-weight: 900; text-transform: uppercase;}


.recipedetail .recipetitle-mobile h2 { font-family: 'Lato'; font-size:16px; font-weight: 900; text-transform: uppercase; padding-left:0; }
.recipedetail .recipetitle-mobile h1 { font-size:32px; text-transform: none; margin-top:0; }

.recipedetail .recipetitle-mobile { padding-left:20px; margin-bottom: 20px; }

.recipedetail .left .blue img.overlay { padding-left:20px;}
ol { margin-left:20px; padding:0;}
ol li { font-size:18px; line-height:200%; margin-left:0; padding-left:0;}

.recipedetail .recipe-info p span.hidden {
	visibility: hidden;
}
.recipedetail .ingredient-list p {
	margin: 0;
}

.productsboxinner { width:100%;}
.productsideimage { display:none; }
.recipecontainer {
    padding-top:0;
    max-width:1350px;
    margin:0 auto;
}
.recipedetail {
	justify-content: center;
}
p a { color:#84b5b6;}
p { font-size:18px; line-height:200%; }
p.sizzle { font-family: 'Lato'; font-weight:900; font-size:18px; color:#84b5b6; text-transform: uppercase; line-height:100%;}
p.gettoknow { font-size:40px; }
p.disclaimer { font-size:12px; border-bottom:none;}
p.bio { font-size:18px; font-family: 'Lato'; text-transform: uppercase; color:#59595b; font-weight:900;}
h2 { margin-bottom:15px;}
h2 { font-size:40px; font-weight: 400;}
h3 { font-size: 32px; color:#84b5b6; margin-bottom:10px; }

.collapsablechefs + [data-readmore-toggle], .collapsablechefs[data-readmore] { display: block; width: 100%; font-size:18px; }
.collapsablechefs + [data-readmore-toggle] { color:#84b5b6;}
.collapsablechefs[data-readmore] {transition: height 100ms;overflow: hidden;}


.naturally { width:100%; max-width:500px; text-align:left!important;}
.naturally p { max-width:500px!important; margin-left:0!important; width:100%; }
.naturally ul { font-size:18px; line-height: 200%;}

.foodservicebottom { width:70%; flex-basis:590px;}

.nut.bottom { background:none;}
.nut .bottomcontainer { display:flex; flex-wrap:wrap;}
.nut.bottom .imagecontainer { flex:3; position:relative;}
.nut .bottomcontainer .imagecontainer img { padding-top:0;}
.box {
	background:#eed484;
	width: 105px;
	height: 4px;
	margin: 0 0 40px 0;
	transition: transform 1s linear;
	transform-origin: left;
	transform-style: preserve-3D;
	transform: scale(0);
	max-width: 104px;
  }

  .box-rotate {
	transform: scale(1);
  }

  .yellowline {
	background:#eed484;
	width: 100%;
	height: 4px;
	margin: 0 0 0 0;
	transition: transform 1s linear;
	transform-origin: left;
	transform-style: preserve-3D;
	transform: scale(0);
  }

  .yellowlineright {
	background:#eed484;
	width: 100%;
	max-width: 375px;
	height: 4px;
	margin: 0 0 0 0;
	transition: transform 1s linear;
	transform-origin: right;
	transform-style: preserve-3D;
	transform: scale(0);
  }

  .yellowline-rotate {
	transform: scale(1);
  }

  .yellowlineright-rotate {
	transform: scale(1);
  }

  button {
	position: relative;
	height: 45px;
	width: auto;
	margin: 10px 0;
	padding: 5px 59px 5px 15px;
	font-size: 15px;
	letter-spacing: 2px;
	color: #383736;
	border: 2px #eed484 solid;
	border-radius: 0;
	text-transform: uppercase;
	outline: 0;
	background: none;
	z-index: 1;
	cursor: pointer;
  }

  .fill:after {
    position: absolute;
	content: ">";
    /* background-image:url('/wp-content/themes/html5blank-stable/img/arrow-button.svg');
    background-size:25px 25px; */
	top: -2px;
	outline: 0;
	margin:0;
	padding:10px 26px 6px 14px;
	font-size:22px;
	right:0;
	width: 0;
	height: 45px;
	display: inline-block;
	border-left: 2px #eed484 solid;
	color:#eed484;


	}

  .fill:hover:after { color:#fff; }

  .fill:before {
	content: "";
	position: absolute;
	background: #eed484;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	transition: top 0.09s ease-in;
  }

  .fill:hover:before {
	top: 0;
	}

	.fill:hover:after { color:#fff; }

	.recipe-butt{
		color: #eed484;
    font-size: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    border: 2px #eed484 solid;
    border-bottom: none;
    border-right: none;
    height: auto;
    padding: 5px 20px;
    line-height: 100%;
    font-weight: normal;
	}
  .recipe-butt:before {
	content: "";
	position: absolute;
	background: #eed484;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	transition: top 0.09s ease-in;
	}
	.recipe-butt:hover { color:#fff;}

  .recipe-butt:hover:before {
	top: 0;
  }
  span.word {
	display: inline-block;
}


/*------------------------------------*\
    FAQ Page
\*------------------------------------*/
/* .page-template-page-faq main{
    padding:100px 0px 20px 20px;
} */
main.faqwrap{
    overflow-x: hidden;
}
section.faqs .inner{
    max-width:1000px;
    margin:0 auto;
    padding:240px 25px 0 25px;
    position:relative;
}
section.faqs .intro{
    max-width:780px;
    position:relative;
}
section.faqs .inner:after{
    content: '';
    width: 700px;
    height: 700px;
    position: absolute;
    top: 20px;
    left: 800px;
    z-index: -1;
    background-image: url(/wp-content/themes/html5blank-stable/img/faq-callout-plate.jpg);
    background-size: 700px 700px;
    background-position: top right;
    background-repeat: no-repeat;
    opacity:0;
    transition:1s ease-in-out;
}
section.faqs.animatebg .inner:after{
    opacity:1;
    top:80px;
}
section.faqs h1{
    font-family: 'Questrial';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    color: #7BAFB0;
}
/* section.faqs h2{
    font-family: 'Questrial';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    color: #59595B;
    text-transform:none;
    position:relative;
    padding-top:40px;
}
section.faqs h2:after{
    content:'';
    position: absolute;
    width: 75px;
    height: 0px;
    left: 0;
    top: 0;
    border-top: 4px solid #EED484;
    display:none;
}
section.faqs h2:first-child{
    padding-top:0;
}
section.faqs h2:first-child:after{
    display:none;
} */
section.faqs .question{
    /* font-family: 'Questrial'; */
    font-family: 'Muli';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: #59595B;
    position:relative;
    cursor:pointer;
    padding:10px 0;
}
section.faqs .question:after{
    content:'';
    width:11px;
    height:10px;
    position:absolute;
    top:18px;
    left:-17px;
    /* transform:translateY(-50%) rotate(-90deg); */
    transform:rotate(-90deg);
    transition:0.2s ease-in-out;
    background-image:url('/wp-content/themes/html5blank-stable/img/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.faqs img.faq-mobile{
    display:none;
    width:100%;
    max-width:600px;
    margin:0px auto 0;
    padding:0;
    height:auto;
}
section.faqs .faq.active .question:after{
    /* transform:translateY(-50%) rotate(0deg); */
    transform:rotate(0deg);
}
section.faqs .box{
    margin:0 0 20px 0;
}
section.faqs .answer{
    /* overflow:hidden;
    max-height:0px;*/
    /* transition:1.2s ease-in-out; */
    position: relative;
    overflow:hidden;
}
.accordion-group.accordion-group-1 .faq-1  p{
    padding-right:130px;
}
section.faqs .faq.active .answer{
    /* max-height:1000px;
    transition:0.2s ease-in-out; */
}
section.faqs .answer p,
section.faqs .answer ul li{
    font-family: 'Questrial';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #59595B;
}
/* section.faqs .answer p{
    margin:10px 0 10px 0
} */
section.faqs .answer a{
    font-family: 'Questrial';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #7BAFB0;
}
/*
For superscripting (disabled 7/2024 due to whatever needed superscripting no longer exists)
#faq-title-4 h2 span:last-child span:last-child{
    font-size: 0.5em;
    top: -15px;
    position: relative;
} */
@media only screen and (max-width:1400px) {
    section.faqs .inner:after{
        left:750px;
    }
}
@media only screen and (max-width:1200px) {
    section.faqs .intro {
        max-width: 660px;
    }
    section.faqs.animatebg .inner:after{
        left:620px;
    }
}
@media only screen and (max-width:1024px) {
    section.faqs .intro {
        max-width: 420px;
    }
    section.faqs.animatebg .inner:after{
        left:500px;
        top:-100px;
    }
    section.faqs .inner {
        padding: 0px 25px 0 25px;
        overflow:hidden;
    }
    .accordion-group.accordion-group-1 .faq-1 p{
        padding-right:210px;
    }
}
@media only screen and (max-width:810px) {
    section.faqs .intro {
        max-width: none;
        /* padding-bottom: 600px; */
    }
    section.faqs.animatebg .inner:after{
        display:none;
    }
    section.faqs img.faq-mobile{
        display:block;
    }
    section.faqs .inner {
        padding: 0px 15px 0 15px;
    }
    section.faqs h1{
        font-size:38px;
    }
    .faq-accordions h2{
        font-size:32px;
    }
    section.faqs .question {
        line-height:26px;
    }
    .accordion-group.accordion-group-1 .faq-1 p{
        padding-right:0px;
    }
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

  .ded.ml12 {
	opacity:0;
	font-weight: 400;
	font-size: 4em;
  }

  .che.ml12 {
	opacity:0;
	font-weight: 400;
	font-size: 4em;
  }
  .ele.ml12 {
	opacity:0;
	font-weight: 400;
	font-size: 4em;
  }
  .crave.ml12 {
	opacity:0;
	font-weight: 400;
	font-size: 3.8em;
  }
  .loyalty.ml12 {
	opacity:0;
	font-weight: 400;
	font-size: 4em;
  }

  .ded.ml12.viz { opacity:1;}
  .che.ml12.viz { opacity: 1;}
  .cert.ml12.viz { opacity: 1;}
  .ele.ml12.viz { opacity: 1;}
  .crave.ml12.viz { opacity: 1;}
  .loyalty.ml12.viz { opacity: 1;}

  .ml12 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;
  }
  .ml12 .letter {
	opacity:0;
	display: inline-block;
	line-height: 1em;
	}

	.mobileimage { display:block;}

	.contactbottom { margin-bottom:100px;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:810px) {
	.flex { display:flex; padding-top:80px; }
	.flex div.left { width:50%; display: -webkit-flex; /* Safari */
		-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
		display: flex;
		flex-wrap:nowrap;
		margin-top:0;
		justify-content: flex-start;}
		.flex div.left div.bigleafcontainer { width:50%;}
	.bigleafcontainer { text-align: right; }
	.mobile-logo { width:100%!important; margin-top:0!important;}
	.mobile-logo img { padding-right:40px;}
	.leaf { display:none; width:144px; margin-left:0!important;}
	.leaf-sm { z-index:2000;}
	.flex div.left div.logoright { width:50%; padding-left:0;}
	.flex div.left div { width:50%; text-align: left; z-index:900; margin-top:60px; }
	.flex div.left div.bigleafcontainer { text-align:right;}
	.flex div.left div img { margin-left:20px;  }
	.flex img.half { width:50%; height:50%; }
	.flex .left { text-align:right; }
	.flex .left p { margin-right: auto; margin-left: 20px;}
	.flex p { font-size:18px; font-weight:400; max-width:330px; min-width: 330px; line-height: 200%;  }
    .beef { width:100%; min-height: 627px; background-size:cover;}
    .page-template-page-faq .beef{ background-size:auto 100% ;}
	.recipe { display:flex; justify-content: center; margin-top:40px; flex-wrap:nowrap; }
	.recipe div { width:50%; }
	.recipe div.r { border:2px #eed484 solid; padding:20px; margin-left:10px; position: relative;}
	.recipedetail .recipetitle-mobile { padding-left:0; }
	.recipedetail .left .blue img.overlay { padding-left:0;}
	.sm h2 { padding-top:120px;}
	.yellowline, .yellowlineright { margin:0 0 40px; }
	.dedication { margin-top:40px; display:flex;justify-content: center; flex-wrap:nowrap; }
	.dedication .image{ width:60%; text-align: right; padding-right: 100px; opacity:0; position: relative;}
    .dedication .textcontainer { width:40%; padding-top: 60px;}
    .textcontainer h1 span{text-transform:none;}
	.chef .flexcontainer { flex-wrap:nowrap;}
    .chef .flexcontainer div { width:50%; }
    .chef .flexcontainer div span{text-transform:none;}
	.chef .box { background-color:#fff!important;}
	.productsbox { display:flex; }
	.productsboxinner { width:70%; flex-basis:590px; }
	.productsideimage {display:block;  }
	.flavor { padding-bottom:340px;}
	.flavor .flexcontainer {max-width:1232px; justify-content: center; margin:0 auto; min-height:393px; display:flex;  }
    .flavor .flexcontainer div { width:50%; }
    .flavor .flexcontainer div span{text-transform:none;}
	.flavor .flexcontainer div.image { margin-top:0; padding-left:40px;}
	.naturally { width:75%; max-width:500px; text-align: center;}
	.nut.bottom { padding-bottom:400px;}
	.nut .bottomcontainer { display:flex; flex-wrap:nowrap;}
	.nut.bottom .imagecontainer { flex:3; position:relative;}
	.nut .bottomcontainer .imagecontainer img { padding-top:0;}
	.chefslist h1, h2, p, .chefprofilecontainer, .sizzle { padding-left:0;}
	.collapsablechefs + [data-readmore-toggle], .collapsablechefs[data-readmore]{ padding-left:0; }
	.nut.bottom {
		background-image: url('/wp-content/themes/html5blank-stable/img/yellow-leaves.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom;
		background-position-y: 100%;
	}
	.nut.bottom.Blue {
		background-image: url('/wp-content/themes/html5blank-stable/img/blue-leaves.jpg');
	}
}

@media only screen and (min-width:1024px) {
	.bigleafcontainer, .logoright { display:block;}
	.mobile-logo { display:none; }
	header {
	position:fixed;
	padding-bottom:10px;
	background:rgba(255, 255, 255, .9);
	border-bottom:4px #eed484 solid; }
	.mobile-intro { display:none;}
	.desktop-intro { display:block; }
	.recipeslist, .chefslist { padding-top:200px;}
	.recipecontainer { padding-top:200px; }
	h1 { font-size:48px; }
	main { padding:0 0 0 20px;}
	.beef { width:50%;}
	.leaf { position:fixed; display:none; width:144px; margin-left:0!important;}
	.leaf-sm { display:block; position:fixed; }
	.bigleafcontainer { position:relative; }
	.flex div.left { margin-top:60px;}
	.mobile-nav-leaf { display:none;}
	.hamburger { display: none;}
	.nav {
		position:fixed;
		display:inline-flex;
		justify-content: center;
		width:100%;
		background:rgba(255, 255, 255, .9);
		z-index:1000;
		border-bottom:4px #eed484 solid;
		padding:20px 0;}
	.mobileimage { display:none;}
	.chefimg { display:block;}
	.chefimg-mobile { display:none;}
	.nav ul {
		text-align: center;
		display:inline-flex;
		justify-content: space-between;
		padding:10px 0; margin-bottom:0;
		width:780px;
	}
	.nav ul li {
		list-style: none;
		display:inline-block;
		margin: 0 0 0 0;
		padding-bottom:20px;
	}
	/* .nav ul li:last-child { margin-right:0;} */
	.nav ul li a { font-size:17px; text-transform: uppercase;}
	nav ul li .sub-menu { display:none; width:auto; position:absolute; z-index:1003; text-align: left; background:#fff; padding:20px 0; border:2px #eed484 solid; margin-left: -25px; margin-top: 20px; }
	nav ul li .sub-menu li { display:block; list-style:none; padding:10px 0; margin:0 30px;}
	nav ul li .sub-menu li a { color:#59595b;}
	nav ul li .sub-menu li a:hover { color:#84b5b6; }
	.ourstory.wrap { width:1024px; max-width: 1024px; padding-top:240px; }
	.ourstory.wrap h1 { margin-top:0;}
	.ourstory.wrap h1, .ourstory.wrap p { max-width:940px; width:100%; }
}

@media only screen and (min-width:1280px) {
	main { padding:0;}
	.nav ul { width:1024px;}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*------------------------------------*\
    BLOG PAGE
\*------------------------------------*/
.page-template-page-blog p {
	font-size: 16px;
}
.page-template-page-blog #blog{
	padding-top: 220px;
}
.page-template-page-blog .max-width-wrapper,
.page-template-page-blog .blog__inner{
	max-width: 1200px;
	margin: 0 auto;
}
.page-template-page-blog .header-wrapper {
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 20px;
}
.page-template-page-blog .header-wrapper h1 {
	padding: 25px 0;
	margin-bottom: 0;
}
.page-template-page-blog .post-title {
	font-size: 26px;
}
.page-template-page-blog .regular-post-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
}
.page-template-page-blog .regular-post-wrap .article {
	max-width: 30%;
	flex-shrink: 0;
	margin-top: 60px;
	margin-right: 5%;
}
.page-template-page-blog .regular-post-wrap .article:nth-child(3n) {
	margin-right: 0;
}
.page-template-page-blog .regular-post-wrap .article .post-logo {
	margin-bottom: 25px;
}
.page-template-page-blog .regular-post-wrap .article button {
	bottom: 0
}
.page-template-page-blog .featured-post-wrap .article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 60px;
}
.page-template-page-blog .featured-post-wrap .post-logo {
	max-width:600px;
	width:100%;
}
.page-template-page-blog .featured-post-wrap .post-content {
	max-width: 50%;
	padding-left: 40px;
	margin-top: 50px;
}
.page-template-page-blog .full-width-border {
	border-bottom: 2px solid #e0e0e0;
	margin-top: 40px;
}
.page-template-page-blog .footer {
	padding-top: 60px;
}
@media only screen and (max-width:1200px) {
	.page-template-page-blog .header-wrapper h1 {
		padding-left: 3%;
	}
	.page-template-page-blog .featured-post-wrap .post-logo {
		max-width: 80%;
		margin: 0 auto;
	}
	.page-template-page-blog .featured-post-wrap .post-content {
		max-width: 80%;
		padding-left: 0;
		padding-top: 25px;
		margin: 0 auto;
	}
	.page-template-page-blog .regular-post-wrap {
		justify-content: space-evenly;
	}
	.page-template-page-blog .regular-post-wrap .article {
		max-width: 45%;
	}
	.page-template-page-blog .regular-post-wrap .article:nth-child(2n) {
		margin-right: 0;
	}
	.page-template-page-blog .regular-post-wrap .article:nth-child(3n) {
		margin-right: 20px;
	}
}
@media only screen and (max-width:1024px) {
	.page-template-page-blog #blog {
		padding-top: 120px;
	}
	.page-template-page-blog .regular-post-wrap .article {
		max-width: 80%;
		margin: 15px auto !important;
	}
}
/*------------------------------------*\
    SINGLE BLOG PAGE
\*------------------------------------*/
.single-post .back-to-blog-wrapper {
	padding-top: 220px;
	padding-bottom: 50px;
	width: 100%;
}
@media only screen and (max-width:1024px) {
	.single-post .back-to-blog-wrapper {
		padding-top: 0;
	}
}
.single-post li a {
	text-decoration: none;
}
.single-post a {
	text-decoration: underline;
}
.single-post .back-to-blog {
	padding: 25px 0;
	margin-bottom: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.single-post .back-to-blog-max-width {
	max-width: 1200px;
	margin: 0 auto;
}
.single-post .back-to-blog a {
	text-decoration: underline;
	font-size: 18px;
	line-height: 36px;
	color: #7BAFB0;
}
.single-post .article-wrapper {
	max-width: 960px;
    margin: 0 auto;
}
.single-post h1 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #59595B;
	margin: 30px 0 0 0;
	text-transform: none;
}
.single-post h2 {
	font-size: 22px;
	line-height: 36px;
}
.single-post p {
	line-height: 36px;
}
.single-post ul {
	list-style: none;
}
.single-post .blog-content ul li::before {
	content: '\2022';
	color: #7BAFB0;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.single-post li {
	font-size: 18px;
	line-height: 36px;
}
.single-post .blog-content img{
	height:auto;
}
.single-post .blog-content {
	max-width: 720px;
	margin: 0 auto;
	margin-top: 40px;
}
.single-post .share-text {
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #59595B;
}
.single-post .recent-posts {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-post .one-recent-post {
	max-width: 30%;
}
.single-post .one-recent-post a {
	font-size: 18px;
	line-height: 30px;
	color: #59595B;
}
.single-post .one-recent-post a {
	text-decoration: none;
}
.single-post .one-recent-post img {
	width: 100%;
}
.single-post .one-recent-post p {
	margin: 10px 0 0 0;
}
.single-post .one-recent-post button {
	width: 100%;
}
.share-wrapper {
	border-bottom: 2px solid #e0e0e0;
}
.share-section {
	margin-top: 50px;
}
.share-socials {
	display: flex;
    flex-direction: row;
	justify-content: center;
	margin-bottom: 50px;
}
.share-socials img {
	margin: 0 20px;
}
.single-post .recent-text {
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #59595B;
	margin: 50px 0;
}
.page-numbers {
    padding: 15px;
    margin: 15px;
	border: 3px solid #EED484;
	font-size: 18px;
	line-height: 28px;
	background: linear-gradient(to top, #EED484 50%, #fff 50%);
    background-size: 100% 200%;
    background-position:top;
    transition:all 0.2s ease;
}
.page-numbers:hover {
	background-position:bottom;
}
.blog-pagination {
	text-align: center;
	margin-top: 25px;
}
.page-numbers.current {
	background: #EED484;
	color: #000;
}
.next.page-numbers,
.prev.page-numbers {
	display: none;
}
.a2a_kit.a2a_kit_size_40.addtoany_list {
    line-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 810px){
	h2 {
    	padding-left: 0;
	}
}
@media only screen and (max-width:800px) {
	.single-post .one-recent-post {
		max-width: 70%;
		width: 100%;
		margin: 10px auto;
	}
}
@media only screen and (max-width:600px) {
	.single-post .one-recent-post {
		max-width: 90%;
	}
}

/*------------------------------------*\
    CATEGORY PAGE
\*------------------------------------*/

.archive.category .back-to-blog-wrapper {
	padding-top: 220px;
	padding-bottom: 50px;
	width: 100%;
}
.archive.category .back-to-blog {
	padding: 25px 0;
	margin-bottom: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.archive.category .back-to-blog-max-width {
	max-width: 1200px;
	margin: 0 auto;
}
.archive.category .back-to-blog a {
	text-decoration: underline;
	font-size: 18px;
	line-height: 36px;
	color: #7BAFB0;
}
.archive.category .category-max-width-wrapper {
	max-width: 1200px;
	margin:0 auto;
}
.archive.category .category-max-width-wrapper h1{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #59595B;
}
.archive.category .category-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.archive.category .regular-post-wrap {
    max-width: 30%;
	width: 100%;
	margin-top: 60px;
}
.archive.category .blog__inner {
	display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.archive.category .post-title {
	font-size: 26px;
	margin-top: 20px;
}
/* .archive.category a:hover {
	color: #444;
	font-size: 26px;
} */
.archive.category .back-to-blog-max-width a:hover {
	text-decoration: underline;
    font-size: 18px;
    line-height: 36px;
    color: #7BAFB0;
}
@media only screen and (max-width:1024px) {
	.archive.category .back-to-blog-wrapper {
		padding-top: 0px;
	}
}
@media only screen and (max-width:950px) {
	.archive.category .regular-post-wrap {
		max-width: 45%;
	}
	.archive.category .blog__inner {
		justify-content: space-evenly;
	}
}
@media only screen and (max-width:700px) {
	.archive.category .regular-post-wrap {
		max-width: 90%;
	}
}

#notification {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background: #84b5b6;
}

#notification p {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 50px;
}

#notification p a {
	color: #59595b;
	text-decoration: underline;
}

#notification .close {
	display: block;
	position: absolute;
	margin-left: -25px;
	margin-top: -10px;
	font-size: 1.1em;
	cursor: pointer;
}

.footer-nav {
	display: flex;
    justify-content: center;
    font-size: 17px;
    text-transform: uppercase;
	flex-wrap: wrap;
}
.footer-nav a {
    padding: 15px;
}
.footer-nav a:hover {
	text-decoration: underline;
}

body.page-template-privacy-page section.ourstory.wrap h3 {
	font-size: 28px;
	font-weight: 400;
	color: #59595b;
}
body.page-template-privacy-page section.ourstory.wrap li {
	font-size: 18px;
    line-height: 200%;
}
body.page-template-privacy-page section.ourstory.wrap ol.roman {
	list-style-type: upper-roman;
  }

  body.page-template-privacy-page section.ourstory.wrap ol.toc li {
	  text-transform: uppercase;
  }

/*------------------------------------*\
    CERTIFIED ANGUS PAGE
\*------------------------------------*/
sup{
	top: -1em;
	font-size: 50%;
}
.page-template-page-certified-angus sup{
	top: -1em;
	font-size: 50%;
}
.page-template-page-certified-angus .leaves{
	display: flex;
    position: relative;
	margin-top: 130px;
	justify-content: center;
}
.page-template-page-certified-angus .flex .right{
	display: none;
}
.page-template-page-certified-angus .leaves p{
	text-align: center;
	max-width: 100% !important;
}
.page-template-page-certified-angus .leaves .leaf-heading{
	font-size: 35px;
	line-height: 50px;
	margin-bottom: 107px;
	padding-top: 10px;
	position: relative;
}
.page-template-page-certified-angus .leaves .leaf-heading::after{
	content: url('/wp-content/themes/html5blank-stable/img/certified-line.svg');
    position: absolute;
	bottom: -110px;
    right: 245px;
}
.page-template-page-certified-angus .leaves .leaf-content{
	max-width: 380px !important;
	margin: 0 auto;
}
.page-template-page-certified-angus .yellow-leaf{
	max-width: 500px;
    width: 100%;
    z-index: 2;
    margin-right: -90px;
	margin-top: -55px;
	position: relative;
	left:-2000px
}
.page-template-page-certified-angus .yellow-leaf img{
	max-height: 133px;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.page-template-page-certified-angus .blue-leaf{
	max-width: 500px;
    width: 100%;
	z-index: 1;
	position: relative;
	right: -2000px;
}
.page-template-page-certified-angus .blue-leaf img{
	max-height: 133px;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.page-template-page-certified-angus section#certified-cut-above{
	background-image: url('/wp-content/themes/html5blank-stable/img/certified-paint-splatter.jpg');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	display: flex;
}
.page-template-page-certified-angus .certified-cut-above h2{
	padding-top: 90px;
	padding-left: 55px;
	margin-top:0;
}
.page-template-page-certified-angus .cert.image {
	margin-top: 75px;
	padding-bottom: 290px;
	opacity: 0;
}
.page-template-page-certified-angus .cert.box {
	margin-left: 55px;
}
.page-template-page-certified-angus .bulleted-list {
	background: #fff;
	max-width: 550px;
	width: 100%;
	position: absolute;
    left: 50%;
    top: 52%;
}
.page-template-page-certified-angus .certified-bullet-list {
	list-style-type: none;
	position: relative;
	padding-bottom: 94px;
	opacity: 0;
}
.page-template-page-certified-angus .certified-bullet-list li{
	font-size: 18px;
	line-height: 36px;
	padding: 10px 55px;
	position: relative;
}
.page-template-page-certified-angus .certified-bullet-list li:before{
	content: url('/wp-content/themes/html5blank-stable/img/certified-check.svg');
	position: absolute;
	left: 20px;
    top: 13px;
}
.page-template-page-certified-angus .certified-footer-image img {
	width:100%;
	max-height: 600px;
	height: 100%;
}
.page-template-page-certified-angus .dedication{
	flex-direction: column;
	align-items: center;
	margin-top: -200px;
}
.page-template-page-certified-angus .dedication .textcontainer{
	padding-top: 0 !important;
    width: 100%;
    overflow:hidden;
}
.page-template-page-certified-angus .dedication .image{
	opacity: 1;
	width: 100%;
	text-align: center;
	padding-right: 0;
}
.page-template-page-certified-angus .dedication .image img{
	top: 0 !important;
	opacity: 0;
	position: relative;
}
.page-template-page-certified-angus h2.ded{
	text-align: center;
	max-width: 608px !important;
	width: 100%;
	margin: 0 auto 15px auto;
	opacity: 0;
}
@media only screen and (max-width: 1065px) {
	.page-template-page-certified-angus .flex {
		flex-direction: column-reverse;
	}
	.page-template-page-certified-angus .flex #beef {
		width: 100%;
		margin-top: -80px;
	}
	.page-template-page-certified-angus .naturally {
		max-width: 90% !important;
		margin:0 auto;
	}
	.page-template-page-certified-angus .naturally .content {
		max-width: 100% !important;
	}
	.page-template-page-certified-angus .naturally p {
		max-width: 95% !important;
	}
	.page-template-page-certified-angus .naturally h1 {
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		max-width: 100% !important;
	}
	.page-template-page-certified-angus .dedication {
		margin-top: -100px;
	}
}
@media only screen and (max-width: 1023px) {
	.page-template-page-certified-angus .flex {
		padding-top: 0 !important;
	}
	.page-template-page-certified-angus .right {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 980px) {
	.page-template-page-certified-angus .bulleted-list {
		top:57%;
	}
}
@media only screen and (max-width: 930px) {
	.page-template-page-certified-angus .leaves {
		flex-direction: column;
    	align-items: center;
	}
	.page-template-page-certified-angus .yellow-leaf {
		margin-right: 0;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 810px) {
	.page-template-page-certified-angus .dedication{
		margin-top: 0 !important;
	}
	.page-template-page-certified-angus .flex #beef{
		margin-top:0;
	}
	.page-template-page-certified-angus .h.box {
		right: 45%;
		position: absolute;
	}
}
@media only screen and (max-width: 800px) {
	.page-template-page-certified-angus .bulleted-list {
		left: 30%;
    	top: 50%;
	}
	.page-template-page-certified-angus section#certified-cut-above {
		flex-direction: column;
	}
}
@media only screen and (max-width: 700px) {
	.page-template-page-certified-angus .bulleted-list {
		left: 0;
		top: 0;
		position:relative;
	}
	.page-template-page-certified-angus .cert.image {
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 810px) {
	.page-template-page-certified-angus .naturally {
		width: 100%;
    	max-width: 500px;
	}
	.page-template-page-certified-angus .naturally h1{
		margin-left: -150px;
		margin-bottom: 90px;
		max-width:545px;
		font-size: 55px;
		line-height: 60px;
		text-transform: uppercase;
		color: #7BAFB0;
	}
	.page-template-page-certified-angus .h.box{
		right: 47%;
		position: absolute;
	}
	.page-template-page-certified-angus .naturally .content {
		width: 100%;
    	max-width: 450px;
	}
	.page-template-page-certified-angus .naturally .content p {
		font-size: 18px;
		line-height: 36px;
	}
	.page-template-page-certified-angus .beef {
		min-height: 940px;
    	background-size: contain;
	}
	.page-template-page-certified-angus .right {
		margin-top: 100px;
	}
}

/*------------------------------------*\
    NET WEIGHT PAGE
\*------------------------------------*/
.page-template-page-net-weight .elevated .yellow-box,
.page-template-page-net-weight .loyalty .yellow-box {
	padding: 55px;
	border: 2px solid #EED484;
	width: 100% !important;
}
.page-template-page-net-weight .net-intro .heading {
	margin-top: 125px;
}
.page-template-page-net-weight .elevated .yellow-box h2,
.page-template-page-net-weight .loyalty .yellow-box h2 {
	margin-top: 0;
}
.page-template-page-net-weight .header-content {
	max-width: 524px;
	width: 100% !important;
	margin-top:0 !important;
}
.page-template-page-net-weight .header-content .content {
	max-width: 100%;
	width:100%;
	margin-top: 33px;
}
.page-template-page-net-weight .header-content .content p {
	margin-left: 0;
	max-width: 100%;
}
.page-template-page-net-weight .elevated .left {
	margin-top:-45px !important;
	margin-right: 75px;
}
.page-template-page-net-weight .elevated .flex div.left div {
	text-align: left;
}
.page-template-page-net-weight .elevated .food-safety-bullet-list li {
	font-size: 18px;
	line-height: 28px;
	position: relative;
	list-style: none;
	padding: 10px 0;
}
.page-template-page-net-weight .elevated .food-safety-bullet-list li:before {
	content: url('/wp-content/themes/html5blank-stable/img/net-bullet-leaf.svg');
	position: absolute;
    left: -35px;
    top: 5px;
}
.page-template-page-net-weight .elevated .flex div.left div {
	margin-top:0 !important;
}
.page-template-page-net-weight div.ele .box {
	margin-top: 0;
}
.page-template-page-net-weight .crave .beef {
	min-height: 790px;
	background-size: contain;
    background-position: right center;
}
.page-template-page-net-weight .crave .header-content {
	max-width: 613px;
}
.page-template-page-net-weight .crave .flex div.left div {
	margin-top: 0;
}
.page-template-page-net-weight #loyalty {
	background: url('/wp-content/themes/html5blank-stable/img/net-weight-paint.jpg');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: -330px;
}
.page-template-page-net-weight #loyalty .header-content {
	margin-top: 250px !important;
}
.page-template-page-net-weight #loyalty .flex div.left {
	margin-top: 130px !important;
}
.page-template-page-net-weight #loyalty .flex .beef {
	min-height: 790px;
}
.page-template-page-net-weight .loyalty .loyalty-bullet-list li {
	font-size: 18px;
	line-height: 28px;
	position: relative;
	list-style: none;
	padding: 10px 0;
}
.page-template-page-net-weight .loyalty .loyalty-bullet-list li:before {
	content: url('/wp-content/themes/html5blank-stable/img/net-bullet-leaf.svg');
	position: absolute;
    left: -35px;
    top: 5px;
}
.page-template-page-net-weight .bubbles .flex {
	justify-content: center;
	padding-top: 0;
}
.page-template-page-net-weight .bubbles .flex p{
	min-width: unset;
}
.page-template-page-net-weight .bubbles .callout-wrapper {
	max-width: 200px;
	width: 100%;
	margin: 120px 20px 0 20px;
}
.page-template-page-net-weight .bubbles .callout-wrapper p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	max-width: 188px;
}
.page-template-page-net-weight .contact-callout .contact-wrapper {
	max-width: 608px;
	width: 100%;
	margin: 90px auto 0;
}
.page-template-page-net-weight .contact-callout button{
	max-width: 286px;
	width: 100%;
}
.page-template-page-net-weight .blue {
	color: #7BAFB0 !important;
}
@media only screen and (max-width:1345px) {
	.page-template-page-net-weight #loyalty .flex .beef {
		min-height: 650px;
	}
	.page-template-page-net-weight #loyalty {
		margin-top: -240px;
	}
}
@media only screen and (max-width: 1130px) {
	.page-template-page-net-weight #loyalty .flex .beef {
		min-height: 560px;
	}
}
@media only screen and (max-width: 1082px) {
	.page-template-page-net-weight #loyalty {
		background-size: contain;
	}
	.page-template-page-net-weight #loyalty .flex {
		flex-wrap: nowrap;
	}
	.page-template-page-net-weight #loyalty .flex div.left {
		background-size: contain;
	}
	.page-template-page-net-weight #loyalty .header-content {
		margin-top: 0 !important;
	}
	.page-template-page-net-weight #loyalty .right.half {
		margin-top: 130px;
	}
}
@media only screen and (max-width:1250px) {
	.page-template-page-net-weight .spacer{
		display:none;
	}
	.page-template-page-net-weight .net-intro .beef{
		background-size: contain;
		background-position: right;
	}
	.page-template-page-net-weight .crave .beef{
		background-size: contain;
		background-position: right;
	}
}
@media only screen and (max-width:1233px) {
	.page-template-page-net-weight .elevated .left {
		margin-right: 3%;
	}
	.page-template-page-net-weight .elevated .flex {
		flex-wrap: nowrap;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-page-net-weight .crave .flex .left{
		width: 100%;
		justify-content: center;
	}
	.page-template-page-net-weight .crave #beef{
		/* min-height: 550px; */
		display: none !important;
	}
}
@media only screen and (max-width:1024px) {
	.page-template-page-net-weight .net-intro .flex{
		flex-direction: column;
	}
	.page-template-page-net-weight .net-intro .header-content{
		max-width: 600px;
	}
	.page-template-page-net-weight .net-intro .header-content .heading{
		margin-top: 0;
	}
	.page-template-page-net-weight .net-intro .flex .left{
		width: 100%;
		justify-content: center;
	}
	.page-template-page-net-weight #loyalty {
		margin-top: -60px;
	}
}
@media only screen and (max-width:900px) {
	.page-template-page-net-weight .elevated .flex {
		flex-direction: column;
		align-items: center;
	}
	.page-template-page-net-weight .elevated .flex .left {
		width: 100%;
	}
	.page-template-page-net-weight .elevated .flex .left .header-content {
		margin: 0 auto;
	}
}
@media only screen and (max-width:850px) {
	.page-template-page-net-weight #loyalty .flex {
		flex-wrap: wrap;
		padding-top: 0;
	}
	.page-template-page-net-weight #loyalty {
		background-position: left top
	}

	.page-template-page-net-weight #loyalty h2 {
		color: #59595b !important;
	}
	.page-template-page-net-weight #loyalty .right.half {
		margin: 50px auto 0;
	}
	.page-template-page-net-weight #loyalty .flex div.left {
		background-size: contain;
		margin: 0 auto;
		width:100%;
	}
}
@media only screen and (max-width:809px) {
	.page-template-page-net-weight .elevated .left {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 1235px) {
	.page-template-page-net-weight .bubbles .flex {
		margin-top:120px;
	}
	.page-template-page-net-weight .bubbles .callout-wrapper {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 33.333%;
		margin-left: 0;
		margin-right: 0;

	}
}
@media only screen and (max-width: 765px) {
	.page-template-page-net-weight .bubbles .callout-wrapper {
		max-width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.page-template-page-net-weight #loyalty .flex .beef {
		min-height: 320px;
	}
}
@media only screen and (max-width: 500px) {
	.page-template-page-net-weight .bubbles .callout-wrapper {
		max-width: 100%;
	}
}

/*------------------------------------*\
    NUTRITION PAGE
\*------------------------------------*/
.page-template-nutrition-page .flex {
	flex-wrap: nowrap;
}
.page-template-nutrition-page #intro {
	padding-top: 110px;
}
.page-template-nutrition-page #intro .right {
	padding-top: 120px;
}
.page-template-nutrition-page .intro-sub {
	margin-top: 80px;
}
.page-template-nutrition-page .intro-sub .headingtwo {
	max-width: 420px;
}
.page-template-nutrition-page .intro-sub p {
	max-width: 393px;
}
.page-template-nutrition-page .beef {
	background-size: contain;
	width: 50%;
	min-height: 810px;
}
.page-template-nutrition-page .naturally {
	width: 100%;
	max-width: 525px;
}
.page-template-nutrition-page #daily-value h2 {
	text-align: center;
}
.page-template-nutrition-page .daily-value-circles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 1045px;
    max-width: 100%;
    margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.page-template-nutrition-page span.bolded-callout {
	font-size: 40px;
	line-height: 36px;
}
.page-template-nutrition-page #nutrients {
	margin-top: 130px;
}
.page-template-nutrition-page #nutrients .nutrient-callouts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	width: 1045px;
	max-width: 100%;
    margin: 0 auto;
	text-align: center;
}
.page-template-nutrition-page #nutrients .nutrient-wrapper-1 {
    border-right: 2px solid #EED484;
    border-bottom: 2px solid #EED484;
}
.page-template-nutrition-page #nutrients .nutrient-wrapper-2 {
    border-bottom: 2px solid #EED484;
}
.page-template-nutrition-page #nutrients .nutrient-wrapper-3 {
    border-right: 2px solid #EED484;
}
.page-template-nutrition-page #nutrients .nutrient {
	margin: 45px 0;
}
.page-template-nutrition-page #nutrients .nutrient-name {
	font-size: 48px;
	line-height: 50px;
	color: #7BAFB0;
	text-transform: uppercase;
}
.page-template-nutrition-page #nutrients .nutrient-description {
    font-size: 22px;
	line-height: 18px;
}
.page-template-nutrition-page #fact-callout {
	margin-top: 40px;
}
.page-template-nutrition-page .facts-wrapper {
	background: url('/wp-content/themes/html5blank-stable/img/protein-background.jpg') no-repeat bottom;
	padding-top: 150px;
}
.page-template-nutrition-page #fact-callouts .facts {
	max-width: 579px;
    width: 100%;
    background: #fff;
	margin: 0 auto;
	padding: 60px 40px;
}
.page-template-nutrition-page #fact-callouts .facts p {
	position: relative;
	margin: 0 64px;
}
.page-template-nutrition-page #fact-callouts .facts p::before {
	content: url(/wp-content/themes/html5blank-stable/img/net-bullet-leaf.svg);
    position: absolute;
	left: -40px;
    top: -2px;
}
.page-template-nutrition-page #fact-callouts .facts button {
	margin-top: 50px;
}
.page-template-nutrition-page #recipe-callout {
	margin-top: 60px;
}
.page-template-nutrition-page .recipe-wrapper .recipe-heading {
	text-align: center;
    margin-top: 85px;
    margin-bottom: 30px;
}
.page-template-nutrition-page .recipe {
	max-width: 1140px;
    margin: 0 auto 100px auto;
}
.page-template-nutrition-page .naturally  img.mobile-img{
    display:none;
    width:100%;
    max-width:600px;
    margin:0px auto 0;
    padding:0;
    height:auto;
}
@media only screen and (max-width: 1034px) and (min-width: 735px) {
	.page-template-nutrition-page .daily-value-circles {
		grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));

	}
}
@media only screen and (max-width:1023px) {
	.page-template-nutrition-page #intro,
	.page-template-nutrition-page .flex{
		padding-top: 0;
	}
	.page-template-nutrition-page #intro .right {
		padding-top: 0;
	}
	.page-template-nutrition-page .beef {
		min-height: 600px;
	}
}
@media only screen and (max-width:768px) {
	.page-template-nutrition-page .naturally  img.mobile-img{
		display:block;
		max-width: 70%;
		margin: 0 0 20px 0;
	}
	.page-template-nutrition-page #beef{
		display:none !important;
	}
}
@media only screen and (max-width:754px) {
	.page-template-nutrition-page #nutrients .nutrient-wrapper-1,
	.page-template-nutrition-page #nutrients .nutrient-wrapper-2,
	.page-template-nutrition-page #nutrients .nutrient-wrapper-3,
	.page-template-nutrition-page #nutrients .nutrient-wrapper-4 {
		border-right: none;
		border-bottom: 2px solid #EED484;
	}
	.page-template-nutrition-page #nutrients {
		margin-top: 30px;
	}
}
@media only screen and (max-width:650px) {
	.page-template-nutrition-page .facts-wrapper {
		padding-top: 0;
		background:none;
	}
}
@media only screen and (max-width:600px) {
	.page-template-nutrition-page #fact-callouts .facts p {
		margin: 0;
	}
}

/*------------------------------------*\
    INDUSTRY INSIGHTS PAGE
\*------------------------------------*/
.page-template-archive-industry_insights p {
	font-size: 18px;
}
.page-template-archive-industry_insights #insights-heading a {
	text-decoration: none;
    border-bottom: 1px solid #84b5b6;
}
.page-template-archive-industry_insights #industry-insights{
	padding-top: 110px;
}
.page-template-archive-industry_insights #industry-insights .beef{
	background-size: contain;
    background-position: right;
    position: absolute;
	right: 0;
	min-height: 650px;
}
.page-template-archive-industry_insights #industry-insights .insights-copy{
	max-width:625px;
	width: 100%;
	margin-top: 40px;
    margin-bottom: 30px;
}
.page-template-archive-industry_insights #insights-heading .flex {
	padding-top:0;
	position: relative;
	padding-bottom: 30px;
}
.page-template-archive-industry_insights #insights-heading .linkedin-wrapper {
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: flex-start;
	width: 100%;
}
/* .page-template-archive-industry_insights #insights-heading .linkedin-wrapper a {
	margin-left: -45px;
} */
.page-template-archive-industry_insights #insights-heading .linkedin-wrapper a.linkedin {
	font-size: 22px;
	line-height: 36px;
	color: #7BAFB0;
	border-bottom: none;
	text-decoration: underline;
}
/* .page-template-archive-industry_insights #insights-heading .linkedin-wrapper img {
	margin-left: 0;
} */
.page-template-archive-industry_insights #insights-heading h1.insights {
	margin-bottom:10px;
}
.page-template-archive-industry_insights #insights-heading .insights.box {
	margin-top:0;
}
.page-template-archive-industry_insights #insights-heading .content {
	margin-top:30px;
}
.page-template-archive-industry_insights #industry-insights .insights-copy p{
	margin:0;
}
.page-template-archive-industry_insights #industry-insights .insights-copy .content{
	width: 100%;
}
.page-template-archive-industry_insights #industry-insights .insights-copy .content p{
	max-width:625px;
}
.page-template-archive-industry_insights #industry-insights .small-heading{
	font-size: 25px;
	line-height: 25px;
	color: #7BAFB0;
}
.page-template-archive-industry_insights .max-width-wrapper,
.page-template-archive-industry_insights .blog__inner{
	max-width: 1200px;
	margin: 0 auto;
}
.page-template-archive-industry_insights .header-wrapper h2 {
	color: #59595B;
}
.page-template-archive-industry_insights .header-wrapper {
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 20px;
}
.page-template-archive-industry_insights .header-wrapper h2 {
	padding: 32px 0;
	margin-bottom: 0;
	font-size: 35px;
	margin-top: 0;
	max-width: 625px;
    width: 100%;
    text-align: left;
}
.page-template-archive-industry_insights .header-wrapper .flex {
	margin: 0;
	padding: 0;
}
.page-template-archive-industry_insights .header-wrapper .flex .left {
	padding: 0;
	margin: 0;
}
.page-template-archive-industry_insights .post-title {
	font-size: 26px;
}
.page-template-archive-industry_insights .regular-post-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
}
.page-template-archive-industry_insights .regular-post-wrap .article {
	max-width: 30%;
	flex-shrink: 0;
	margin-top: 60px;
	margin-right: 5%;
}
.page-template-archive-industry_insights .regular-post-wrap .article:nth-child(3n) {
	margin-right: 0;
}
.page-template-archive-industry_insights .regular-post-wrap .article .post-logo {
	margin-bottom: 25px;
}
.page-template-archive-industry_insights .regular-post-wrap .article button {
	bottom: 0
}
.page-template-archive-industry_insights .featured-post-wrap .article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 60px;
}
.page-template-archive-industry_insights .featured-post-wrap .post-logo {
	max-width:600px;
	width:100%;
}
.page-template-archive-industry_insights .featured-post-wrap .post-content {
	max-width: 50%;
	padding-left: 40px;
	margin-top: 50px;
}
.page-template-archive-industry_insights .full-width-border {
	border-bottom: 2px solid #e0e0e0;
	margin-top: 40px;
}
.page-template-archive-industry_insights #insights-contact .contact-wrapper {
	padding-top: 90px;
	max-width: 550px;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}
.page-template-archive-industry_insights #insights-contact .contact-wrapper div.wpcf7 {
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}
.page-template-archive-industry_insights #insights-contact p.recaptcha,
.page-template-archive-industry_insights #insights-contact .recaptcha a {
	font-size: 13px;
	line-height: 20px;
}
.page-template-archive-industry_insights .footer {
	padding-top: 60px;
}
@media only screen and (max-width:1200px) {
	.page-template-archive-industry_insights .header-wrapper h1 {
		padding-left: 3%;
	}
	.page-template-archive-industry_insights .featured-post-wrap .post-logo {
		max-width: 80%;
		margin: 0 auto;
	}
	.page-template-archive-industry_insights .featured-post-wrap .post-content {
		max-width: 80%;
		padding-left: 0;
		padding-top: 25px;
		margin: 0 auto;
	}
	.page-template-archive-industry_insights .regular-post-wrap {
		justify-content: space-evenly;
	}
	.page-template-archive-industry_insights .regular-post-wrap .article {
		max-width: 45%;
	}
	.page-template-archive-industry_insights .regular-post-wrap .article:nth-child(2n) {
		margin-right: 0;
	}
	.page-template-archive-industry_insights .regular-post-wrap .article:nth-child(3n) {
		margin-right: 20px;
	}
}
@media only screen and (max-width:1023px) {
	.page-template-archive-industry_insights #industry-insights {
		padding-top: 120px;
	}
	.page-template-archive-industry_insights #industry-insights .beef {
		right: -200px;
	}
	.page-template-archive-industry_insights #industry-insights .flex div.left{
		width: 60%;
	}
	.page-template-archive-industry_insights .regular-post-wrap .article {
		max-width: 80%;
		margin: 15px auto !important;
	}
	.page-template-archive-industry_insights #insights-heading .content {
		text-align: left;
	}
	.page-template-archive-industry_insights #insights-heading .insights-copy {
		text-align: left;
		padding-left: 3%;
		padding-right: 3%;
	}
}
@media only screen and (max-width: 810px) {
	.page-template-archive-industry_insights #industry-insights {
		padding-top: 20px;
	}
	.page-template-archive-industry_insights #industry-insights .header-wrapper .flex div.left {
		margin-top:0;
		text-align: left;
		display:block;
		padding-left: 3%;
	}
	.page-template-archive-industry_insights #industry-insights .beef {
		position: relative;
		right: 0;
		min-height: 400px;
	}
	/* .page-template-archive-industry_insights #insights-heading .linkedin-wrapper a {
		margin-left: 10px;
	} */
	.page-template-archive-industry_insights #insights-heading .flex {
		flex-direction: column-reverse;
	}
	.page-template-archive-industry_insights #industry-insights .flex div.left .insights-copy {
		max-width: 100%;
	}
	.page-template-archive-industry_insights #industry-insights .flex div.left {
		width: 100%;
		margin-top: -130px;
	}
	.page-template-archive-industry_insights #industry-insights .flex div.left .spacer {
		display:none;
	}
}
@media only screen and (max-width: 590px) {
	.page-template-archive-industry_insights #industry-insights .flex div.left {
		margin-top: -40px;
	}
	.page-template-archive-industry_insights #insights-heading .linkedin-wrapper p.linkedin {
		font-size: 18px;
	}
}


/*------------------------------------*\
    SINGLE INDUSTRY INSIGHT PAGE
\*------------------------------------*/
.single-industry_insights .back-to-blog-wrapper {
	padding-top: 220px;
	padding-bottom: 50px;
	width: 100%;
}
@media only screen and (max-width:1024px) {
	.single-industry_insights .back-to-blog-wrapper {
		padding-top: 0;
	}
}
.single-industry_insights li a {
	text-decoration: none;
}
.single-industry_insights a {
	text-decoration: underline;
}
.single-industry_insights .back-to-blog {
	padding: 25px 0;
	margin-bottom: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.single-industry_insights .back-to-blog-max-width {
	max-width: 1200px;
	margin: 0 auto;
}
.single-industry_insights .back-to-blog a {
	text-decoration: underline;
	font-size: 18px;
	line-height: 36px;
	color: #7BAFB0;
}
.single-industry_insights .article-wrapper {
	max-width: 960px;
    margin: 0 auto;
}
.single-industry_insights h1 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #59595B;
	margin: 30px 0 0 0;
	text-transform: none;
}
.single-industry_insights h2 {
	font-size: 22px;
	line-height: 36px;
}
.single-industry_insights p {
	line-height: 36px;
}
.single-industry_insights ul {
	list-style: none;
}
.single-industry_insights .blog-content ul li::before {
	content: '\2022';
	color: #7BAFB0;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.single-industry_insights li {
	font-size: 18px;
	line-height: 36px;
}
.single-industry_insights .blog-content img{
	height:auto;
}
.single-industry_insights .blog-content {
	max-width: 720px;
	margin: 0 auto;
	margin-top: 40px;
}
.single-industry_insights .share-text {
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #59595B;
}
.single-industry_insights .recent-posts {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-industry_insights .one-recent-post {
	max-width: 30%;
}
.single-industry_insights .one-recent-post a {
	font-size: 18px;
	line-height: 30px;
	color: #59595B;
}
.single-industry_insights .one-recent-post a {
	text-decoration: none;
}
.single-industry_insights .one-recent-post img {
	width: 100%;
}
.single-industry_insights .one-recent-post p {
	margin: 10px 0 0 0;
}
.single-industry_insights .one-recent-post button {
	width: 100%;
}
.share-wrapper {
	border-bottom: 2px solid #e0e0e0;
}
.share-section {
	margin-top: 50px;
}
.share-socials {
	display: flex;
    flex-direction: row;
	justify-content: center;
	margin-bottom: 50px;
}
.share-socials img {
	margin: 0 20px;
}
.single-industry_insights .recent-text {
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #59595B;
	margin: 50px 0;
}
.page-numbers {
    padding: 15px;
    margin: 15px;
	border: 3px solid #EED484;
	font-size: 18px;
	line-height: 28px;
	background: linear-gradient(to top, #EED484 50%, #fff 50%);
    background-size: 100% 200%;
    background-position:top;
    transition:all 0.2s ease;
}
.page-numbers:hover {
	background-position:bottom;
}
.blog-pagination {
	text-align: center;
	margin-top: 25px;
}
.page-numbers.current {
	background: #EED484;
	color: #000;
}
.next.page-numbers,
.prev.page-numbers {
	display: none;
}
.page-numbers:hover {
	color: #444;
}
.a2a_kit.a2a_kit_size_40.addtoany_list {
    line-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 810px){
	h2 {
    	padding-left: 0;
	}
}
@media only screen and (max-width:800px) {
	.single-industry_insights .one-recent-post {
		max-width: 70%;
		width: 100%;
		margin: 10px auto;
	}
}
@media only screen and (max-width:600px) {
	.single-industry_insights .one-recent-post {
		max-width: 90%;
	}
}


/*New Landing Page Not In Navigation*/
@media only screen and (min-width: 810px){
    .salespotential .flex div.left div {
        width: 60%;
    }
}
    .salespotential .intro ul li strong{
        color:#84b5b6;
        font-size:25px;
        font-weight:bold;
    }
    .salespotential form{
        margin:0;
        text-align:left;
    }
    .salespotential .submit-wrap{
        height:auto;
        margin:0 auto;
        padding:20px 0 0;
        background-position:bottom center;
    }
    .salespotential #dedication{
        padding:0;
        max-width:540px;
        margin:0 auto;
    }
    .salespotential .wpcf7{
        max-width:540px;
    }
    .salespotential .wpcf7-form p strong{
        font-weight:bold;
        font-style:italic;
        color:#84b5b6;
    }
    .salespotential .wpcf7 p.recaptcha a{
        font-weight:400;
        font-style:none;
    }
    .salespotential .futureinformation{
        margin:0 auto 15px auto;
    }
    .salespotential .futureinformation .wpcf7-form-control-wrap{
        margin:0 auto;
        width:100%;
        text-align:center;
        color:#fff;
    }
    .salespotential span.wpcf7-list-item-label{
        line-height:20px;
        padding-left:20px;
        font-size:16px;
    }
    .salespotential input{
        font-size:18px;
    }
    .salespotential input[type="checkbox"]{
        width:30px;
        height:30px;
        float:left;
        padding:0;
        position:relative;
        outline:none;
        -webkit-appearance: none;
        border: 2px solid #EED484;
        flex:0 0 30px;
        display:block;
    }
    .salespotential.showform .wpcf7-list-item.first.last{
        margin:0;
        display:flex;
        align-items:center;
    }
    .salespotential input::-moz-placeholder{font-size:14px!important;}
    .salespotential input::placeholder{font-size:14px!important;}
    .salespotential input[type="checkbox"]:checked{
        outline:none;
    }
    .salespotential input[type="checkbox"]:checked:after {
        content: "\2713";
        top: 0;
        left: 0;
        position:absolute;
        width: 100%;
        height: 100%;
        line-height:30px;
        text-align:center;
        color:#000;
        font-size:30px;
    }
    .salespotential .wpcf7-list-item.first.last{
        margin:0;
    }
    .salespotential .wpcf7-checkbox .wpcf7-list-item-label{
        width:calc(100% - 100px);
        float:left;
    }
    .salespotential #beef{
        background-image:none;
        position:relative;
    }
    .salespotential #bgwrap{
        position:absolute;
        top:30px;
        left:-100px;
        width:calc(100% + 100px);
        height:100%;
        background-size:contain;
        background-repeat:no-repeat;
        background-position:top left;
    }
    @media only screen and (min-width: 810px){
        .flex div.left div {margin-top:90px;}
    }
    @media only screen and (max-width: 1024px){
        .salespotential #bgwrap{
            top:0;
            left:auto;
            right:0;
            width:100%;
        }
    }


    .page-template-foodservice-page #beef{
        max-height:1200px;
    }
    div.joinus {
        position: relative;
        height: 45px;
        width: auto!important;
        margin: 10px 0;
        padding: 5px 49px 5px 15px;
        font-size: 15px;
        letter-spacing: 2px;
        color: #383736;
        border: 2px #eed484 solid;
        border-radius: 0;
        text-transform: uppercase;
        outline: 0;
        background: none;
        z-index: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        max-width:450px;
    }

    .joinus:after {
        position: absolute;
        content: ">";
        top: -2px;
        outline: 0;
        margin:0;
        padding:10px 26px 6px 14px;
        font-size:22px;
        right:0;
        width: 0;
        height: 45px;
        display: inline-block;
        border-left: 2px #eed484 solid;
        color:#eed484;
    }

    .joinus:hover:after {
        color:#fff;
    }

    .joinus:before {
        content: "";
        position: absolute;
        background: #eed484;
        bottom: 0;
        left: 0;
        right: 0;
        top: 100%;
        z-index: -1;
        transition: top 0.09s ease-in;
    }

    .joinus:hover:before {
        top: 0;
    }

    .joinus:hover:after {
        color:#fff;
    }



/* .submit-wrap {
  background: url('/assets/images/button-swirl.png') center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  height: 144px;
  margin: auto;
  max-width: 516px;
  padding: 39px 0;
  width: 100%;
} */
.featuredchef-form p.recaptcha{
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    max-width: 370px;
    line-height: 1.4em;
}
.featuredchef-form{
    margin:0;
    padding:0;
    position:relative;
    z-index:1;
}
.featuredchef-form h2{
    font-family: 'Questrial';
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    color: #59595B;
}
.featuredchef-form .hiddenform{
    width:100%!important;
    max-height:0;
    overflow:hidden;
    transition:0.6s ease-in-out;
    margin:0!important;
}
.featuredchef-form .hiddenform div{
    width:100%!important;
    margin-top:0!important;
}
.featuredchef-form .hiddenform div.wpcf7{
    margin:0!important;
}
.featuredchef-form form{
    margin:0;
    text-align:left;
}
.featuredchef-form .submit-wrap{
    height:auto;
    margin:0 auto;
    padding:20px 0 0;
    background-position:bottom center;
}
.featuredchef-form .futureinformation{
    margin:0 auto 15px auto;
}
.featuredchef-form .futureinformation .wpcf7-form-control-wrap{
    margin:0 auto;
    width:100%;
    text-align:center;
    color:#fff;
}
.featuredchef-form span.wpcf7-list-item-label{
    line-height:20px;
    padding-left:20px;
    font-size:16px;
}
.featuredchef-form input{
    font-size:18px;
}
.featuredchef-form input[type="checkbox"]{
    width:30px;
    height:30px;
    float:left;
    padding:0;
    position:relative;
    outline:none;
    -webkit-appearance: none;
    border: 2px solid #EED484;
    flex:0 0 30px;
    display:block;
}
.featuredchef-form.showform .wpcf7-list-item.first.last{
    margin:0;
    display:flex;
    align-items:center;
}
.featuredchef-form input[type="checkbox"]:checked{
    outline:none;
}
.featuredchef-form input[type="checkbox"]:checked:after {
    content: "\2713";
    top: 0;
    left: 0;
    position:absolute;
    width: 100%;
    height: 100%;
    line-height:30px;
    text-align:center;
    color:#000;
    font-size:30px;
}

.featuredchef-form.showform .joinus{
    display:none;
}
.featuredchef-form.showform .hiddenform{
    max-height:1000px;
}
/*# sourceMappingURL=style-min.css.map */