/** Shopify CDN: Minification failed

Line 37:0 Unexpected "}"

**/
.beef-page-new .container hr.short:last-child {
    opacity: 0;
}
/* .beef-page-new .custom-page-repeie .container .row:nth-child(odd) {
    background: white;
}
.beef-page-new .custom-page-repeie .container .row:nth-child(even) {
    background: #f9f9f9 !important;
    flex-flow: row-reverse;
}
.beef-page-new .custom-page-repeie .container .row {
    display: flex;
    align-items: center;
}
.beef-page-new .custom-page-repeie .container .row:nth-child(even) figure {
    margin-left: 0;
}
.beef-page-new .custom-page-repeie .container .row:nth-child(odd) {
    background: white;
} */

/* .beef-page-new .custom-page-repeie .container .row:nth-child(even) {
    background: #f9f9f9 !important;
    flex-flow: row-reverse;
} */

/* .beef-page-new .custom-page-repeie .container .row {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
    padding: 50px 0; */
}

/* .beef-page-new .custom-page-repeie .container .row:nth-child(even) figure {
    margin-left: 0;
} */
.sidebar-custom {
  background: rgb(245, 245, 245);border-radius: 5px;padding: 30px;
}

.custom-page-repeie .headtext {
    border-bottom: solid 1px #ccc;
    max-width: 400px;
    margin: 0 auto 50px;
}

.custom-page-repeie .headtext p {
    margin: 0;
}

.custom-page-repeie .headtext hr.short {
    margin: 0;
}
.custom-page-repeie .headtext h1 {
    font-size: 48px;
    line-height: 1.5;
}

.custom-page-repeie .row h2 {
    font-size: 38px;
}

.custom-page-repeie .row p {
    font-size: 15px;
    line-height: 30px;
}
.custom-page-repeie figure {
    margin: 10px 0;
}

.sidebar-custom.col-sm-4 {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 6px #ccc;
}

.sidebar-custom p {
    line-height: 31px !important;
}
.custom-page-repeie .left-site {
    padding: 0 30px 0;
}
.sidebar-custom ul.social-icons a.social-icons__link {
    text-decoration: none;
    font-size: 20px;
}
.custom-page-repeie h2, 
.custom-page-repeie h3, 
.custom-page-repeie h1 {
    font-weight: 700;
}
.left-site a.btn.button {
  background: #f59001;color: white;
      margin: 10px 0 0;
}

.left-site a.btn.button:hover {background: black;}
.custom-page-repeie .left-site .row {
    margin: 0;
}
.gallery-main h2.section-heading {
    margin: 50px 0 20px;
}
.gallery-ul ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.gallery-ul ul li {
    width: 33.33%;
    padding: 0;
    overflow: hidden;
    border: solid 5px #fff;
}

.gallery-ul ul li img {
    height: 100%;
    border-radius: 0;
    transition: all .8s ease;
}

.gallery-ul ul li:hover img {
    transform: scale(1.5);
}
.enrm-gallery-container .enrm-col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc( 50% - 2% );
    width: 100%;
    margin: 1%;
    box-shadow: 0 6px 6px #ccc;
    padding: 15px !important;
    border-radius: 5px;
}

/******blogs*********/
.beef-recipe .products-row.container-fluid.beef-cat,
.pork-recipe .products-row.container-fluid.pork-cat,
.other-recipes .products-row.container-fluid.others-cat,
.rub-of-the-week-recipes .products-row.container-fluid.rub-of-the-week-recipes{
    display: block !important;
}
.turkey-breast .products-row.container-fluid.turkey-breast-cat{
    display: block !important;
}
.fish-recipe .products-row.container-fluid.fash-cat{
  display: block !important;
}
.products-row.container-fluid ul {
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  	    padding: 0;
}
h1.article__title.article__title--list{
    text-align: center;
    font-weight: 700;
}
article.article__excerpt {
    font-size: 15px !important;
    line-height: 30px!important;
  	    padding-right: 50px;
}
.products-row.container-fluid ul li.product {
    text-align: center;
    padding: 10px;
}

.products-row.container-fluid ul li.product a {
    display: inline-block;
    width: 100%;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
  	min-width:300px;
}

.products-row.container-fluid ul li.product a p.product__title {
    font-weight: 500;
    margin: 10px 0;
}
article.rte.article__excerpt img {
    max-width: 700px;
    border-radius: 5px;
    margin: 20px 0;
    text-shadow: 0 4px 10px black;
}
.sidebar form.search {
    display: none;
}
/*************responsive***********/
@media(max-width:767px){
	.beef-page-new .custom-page-repeie .container .row {
      margin: 0 0 0px;
      padding: 20px 0;
      flex-flow: column !important;
      justify-content: center;
      text-align: center;
	}
  	.beef-page-new .custom-page-repeie .container .row figure {
	    margin: 10px 0;
	}
  	.custom-page-repeie .headtext h1 {
    font-size: 38px;
	}
  	.custom-page-repeie .row h2 {
    font-size: 30px;
	}
  	.custom-page-repeie .left-site {
    	padding: 0 20px 0;
	}
  	.gallery-ul ul li {
    	width: 100%;
	}
  	.enrm-gallery-container .enrm-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100;
    width: 100%;
    margin: 1% 0;
	}

}