:root {
	--brand_color: #000000;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #000000;
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Montserrat;
}

body, p, label, .paragraph {
	font-family: Arial;
	font-size: 18px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

.text-brand {
	color: #000000;
}

.text-action {
	color: #d04c08;
}

.brand-inverted {
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

.action {
	background-color: #d04c08;
	color: #ffffff;
	border-color: #d04c08;
}

.action-inverted {
	background-color: #ffffff;
	color: #d04c08;
	border-color: #ffffff;
}

/* SiteHeader */

.announcement_bar {
	background-color: #FFF;
	color: #3d3d3d;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #000000;
	color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #000000;
}

.mainNavigation__list {
	text-align: center !important;
}

.siteHeader__container--style4 {
	text-align: center;
}

.mainNavigation__list > li > a {
	font-size: 16px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #ffffff;
	background-color: #423626;
}

.mobileNav > li > a:hover {
	background-color: #1a0e00;
}

.mobileNav > li > a:focus {
	background-color: #1a0e00;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #c54706;
		background-color: transparent;
		border-bottom: solid 2px #c54706;
	}

	.mobileNav > li > a {
		color: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #c54706;
		background-color: transparent;
		border-bottom: solid 2px #c54706;
	}

	.mobileNav > li > a:focus {
		color: #c54706;
		background-color: transparent;
		border-bottom: solid 2px #c54706;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

		.auxiliaryMenu > li > a {
				color: #afafaf;
			}

	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #878787;
			}
	
.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #bd5e21;
    color: #000000;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #bd5e21;
}

.orderStatus__container {
	color: #000000;
}

.orderStatus__container a {
	border-bottom-color: #ef9053;
	color: #000000;
}

.orderStatus__container a:hover {
	border-bottom-color: #000000;
}

.orderStatus__mobileToggle {
	color: #000000;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ef9053;
	color: #000000;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #000000;
}

/* Logo */

.logo {
	color: #ffffff;
	font-size: 16px;
	padding: 7px;
}

.logo__img {
	max-height: 135px;
}

@media (max-width: 414px) {.logo {padding: 7px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #000000;
	color: #FFF;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #FFF;
	--tw-prose-body: #FFF;
	--tw-prose-p: #FFF;
	--tw-prose-a: #FFF;
	--tw-prose-bullets: #FFF;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #FFF;
}

.siteFooter a {
	--tw-prose-a: #FFF;
	color: #FFF;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #ebebeb;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #141414;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

.btn-brand-inverted {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #000000;
}

.btn-brand-inverted:hover {
	background-color: #000000;
	color: #ffffff;
	border: solid 1px #000000;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #282828 !important;
	border-color: #282828 !important;
		color: #ffffff !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #d04c08 !important;
	border-color: #bc3800 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #f87430 !important;
	border-color: #f87430 !important;
	
	color: #ffffff !important;
}

.btn-action-inverted {
	background-color: #ffffff;
	color: #d04c08;
	border: solid 1px #d04c08;
}

.btn-action-inverted:hover {
	background-color: #d04c08;
	color: #ffffff;
	border: solid 1px #d04c08;
}

.bullet, .confirmation__step-number {
	background-color: #000000;
	color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #777;
}

.storeSearch__input--style2 {
	border-color: #ffffff !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #f5f5f5 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #f5f5f5 !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #000000
}

/*Custom Styles*/
/******Desktop******/
@media only screen and (min-width: 1000px) {

    .productTags__tag a {
        background-color: #bd5e21;
        width: 200px;
        border-radius: 5px;
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 1px;
    }

    .productTags__list {
        width: 100%;
        list-style-type: none;
        text-align: center;
        padding: 0;
    }
    
    .mainNavigation__list > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    }
    
    .productListing__photoImg--grid {
 max-height: 226px;
 max-width: 100%;
 display: block;
 width: 300px;
 height: 300px;
 border-radius: 5px;
 margin: 0 auto;
 -webkit-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.21);
box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.21);
}

}


/******Mobile******/
@media only screen and (max-width: 999px) {

    .productTags__tag a {
        background-color: #bd5e21;
        width: 100px;
        border-radius: 5px;
        color: white;
        font-size: 10px;
        text-align: center;
        margin-top: 1px;
    }

    .productTags__list {
        width: 100%;
        list-style-type: none;
        text-align: center;
        padding: 0;
    }
    
    .productListing__photoImg--grid {
 max-height: 226px;
 max-width: 100%;
 display: block;
 width: 100%;
 height: auto;
 border-radius: 5px;
 margin: 0 auto;
 -webkit-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.21);
box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.21);
}

}






/*Store Banner */

.storeIndex__productsListingContainer--style2 {
    display: block;
    vertical-align: top;
    padding: 0;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 0px;
    max-width: 100%;
}


.collectionBanner__innerContainer {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    border-radius: 0px;
    min-height: 140px;
    color: #fff;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-shadow: 2px 2px 5px rgba(44,44,44,.6);
}

.collectionBanner__contents {
    text-align: center;
    width: auto;
    margin: 0 auto;
}

body{
    background-color:transparent !important;
}

.howItWorksWidget{background-color:#eeeeee !important;}

.mainNavigation__list a[href="https://premiumdakotabeef.grazecart.com/store"]{
display:none;
}

.bannerWidget__innerContainer a[href="https://premiumdakotabeef.grazecart.com/store"]{
display:none;
}

.contactFormWidget--156 {
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 640px;
    background-color: transparent;
    color: #3d3d3d;
    background-image: url("PDB_Home_Header.jpg");
}

body {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

#linkListWidget59 {
    margin-top: -100px;
}



#footerWidget--59 .linkListWidget h2 {
    display: none !important;
}

.linkListWidget__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#linkListWidget215 {
    margin-top: -25px;
}

#linkListWidget215 .linkListWidget__list--horizontal>li>a {
    background-color: #bd5e21;
    width: 150px;
    border-radius: 5px;
    margin-top: 10px;
}

#textWidget184 {
    margin-top: -70px;
}

#linkListWidget215 .linkListWidget__list--horizontal>li>a:hover{
    background-color: #d04c08;
    width: 150px;
    border-radius: 5px;
}

.textWidget--199 {
    max-width: 640px;
    padding-top: 64px;
    padding-bottom: 64px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textWidget--195 {
    max-width: 640px;
    padding-top: 64px;
    padding-bottom: 64px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textWidget--193 {
    max-width: 640px;
    padding-top: 64px;
    padding-bottom: 64px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textWidget--187 {
    max-width: 640px;
    padding-top: 64px;
    padding-bottom: 64px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.htmlWidget--181 {
    margin-top: 20px;
}

.textWidget--154 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent;
}


#pageWidget--214 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566835622_5d6403a6d38a1.jpg") no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.textWidget--214 {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 60px 56px;
    text-align: left;
    border-radius: 10px;
}

.textWidget--214 {
    max-width: 992px;
    padding-top: 64px;
    padding-bottom: 64px;
    line-height: 1.75;
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #ffffff;
}

#pageWidget--172 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

#pageWidget--180 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

.cookbook__container img {
    border-radius: 5px;
}

.blog__photo img {
    max-width: 100%;
    border-radius: 5px;
}

#pageWidget--154 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

#pageWidget--135 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

#pageWidget--139 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

.textWidget--139 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}


#pageWidget--141 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

.textWidget--141 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textWidget--135 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.ctaButtonWidget--137 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}



.textWidget--172 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textWidget--180 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textWidget--154 {
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 30px;
    line-height: 1.75;
    background-color: transparent !important;
    color: var(--text_color);
}

.textHeader--151 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

.textHeader--153 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

.textHeader--171 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}


.textHeader--179 {
    background: url("https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566588190_5d603d1e61e25.jpg");
      background-repeat: repeat;
    background-color: transparent;
}

.contactFormWidget--156 {
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 640px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
}

.contactFormWidget--156 .form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.contactFormWidget--156 .form-control, output {
    display: block;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
}


.contactFormWidget--156 h2 {
    text-align: center;
}

.teamWidget--174 {
    padding-top: 115px !important;
    padding-bottom: 64px;
    background-color: transparent;
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566573394_5d600352338d1.jpg) no-repeat;
    background-size: cover;
    margin-top: -125px;
}

.teamWidget--174 .teamWidget__listCaption {
    color: white;
    margin: 0 0 6px;
    font-size: 30px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.teamWidget--155 .teamWidget__listCaption {
    color: white;
    margin: 0 0 6px;
    font-size: 25px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.teamWidget--155 .teamWidget__listSubcaption {
    margin: 0;
    color: white;
    font-size: 18px;
}

.teamWidget--155 .teamWidget__listImage {
    max-height: 200px;
    max-width: 250px;
    margin: 0 auto 20px;
    border: white;
    border-width: 5px !important;
    border-style: solid;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

#mainNavigation {
    background-color: transparent !important;
    background-size: cover;
}

.siteFooter {
    color: #FFF;
    background-color: transparent;
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566577362_5d6012d25ee82.jpg) no-repeat;
    background-size: cover;
}

#pageWidget--159 {
       background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566577362_5d6012d25ee82.jpg) no-repeat;
    background-size: cover;
    background-color: transparent;
}

.teamWidget--155 {
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566577362_5d6012d25ee82.jpg) no-repeat;
    background-size: cover;
    background-color: transparent;
}

.testimonialAttribution__text {
    text-align: left;
    font-size: .9em;
    padding: 0;
    color: white;
    font-weight: bolder;
    opacity: .9;
    margin-left: 3.25em;
}

.textWidget--159 {
    background-color: transparent !important;
}

.textWidget--180 p {
    font-size: 23px;
}

.siteHeader {
       background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566577362_5d6012d25ee82.jpg) no-repeat;
    background-size: cover;
}

.storeIndex__sideBarList--style2 {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #777;
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566577362_5d6012d25ee82.jpg) no-repeat;
    background-size: cover;
}

.storeIndex__sideBarList--style2 > li > a {
    color: #fff;
    border-color: #f5f5f5 !important;
    font-size: 14px;
    font-weight: bold;
}

.siteHeader__container--style2 {
    background-color: transparent;
}

.cartMenu--show {
     background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566577362_5d6012d25ee82.jpg) no-repeat;
    background-size: cover;
    border: none;
}

.cartMenu>li>a {
    color: white;
}


.teamWidget--174 .teamWidget__listSubcaption {
    margin: 0;
    color: white;
    font-size: 18px;
}

.teamWidget--174 .teamWidget__listImage {
    max-height: 200px;
    max-width: 250px;
    margin: 0 auto 20px;
    border: white;
    border-width: 5px !important;
    border-style: solid;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.teamWidget--174 .teamWidget__listItem {
    width: 270px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 30px;
}




.contactFormWidget--156 .btn-brand, .btn-default, .btn-primary {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.howItWorksWidget--213 {
    background-color: var(--background_color);
    color: #ffffff;
    text-align: left;
    padding-top: 64px;
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1565731995_5d532c9bc2c90.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    padding-bottom: 64px;
}

.howItWorksWidget--163 {
    background-color: var(--background_color);
    color: #ffffff;
    text-align: left;
    padding-top: 64px;
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1565731995_5d532c9bc2c90.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    padding-bottom: 64px;
}

#pageWidget--156 {
    background: url(https://s3.amazonaws.com/grazecart/premiumdakotabeef/images/1566838436_5d640ea4248f2.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
}
