/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2024 | 16:16:58 */
/* rafi added */

.elementor-element.elementor-element-0c71815.elementor-widget.elementor-widget-heading {
    margin: 1.5rem 0 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.re_content h2:not(:first-child) {
    margin-top: 2rem;
}

.re_content ul,
.re_content ol {
    opacity: 0; /* Initial state */
    animation: fadeIn 1s ease forwards;
    animation-delay: 0.5s; /* Optional: delay before starting the animation */
    will-change: opacity, transform; /* Hint to the browser for optimization */
    list-style: revert;
    margin-left: 1.5rem; /* Indentation for nested lists */
    padding: 0;
}

.re_content ul li,
.re_content ol li {
		list-style: revert;
    line-height: 1.8;
    word-wrap: break-word; /* Ensures long words break correctly */
    margin-bottom: 1rem;
}

/* Highlight important items */
.re_content ul li.important,
.re_content ol li.important {
    font-weight: bold;
}

/* Different styles for nested lists */
.re_content ul ul,
.re_content ol ol {
    list-style-type: circle;
}

.re_content ul ul ul,
.re_content ol ol ol {
    list-style-type: square;
}


/* Mako */
.page-id-70995 .elementor-location-header,
.page-id-70995 h1.entry-title{
	display: none;
}


/* Sticky Sidebar */
.recipe-side-panel .elementor-column-wrap .elementor-widget-wrap,
.elementor-col-50.elementor-hidden-tablet.elementor-hidden-phone .elementor-column-wrap .elementor-widget-wrap,
.elementor-col-50.elementor-hidden-tablet .elementor-column-wrap .elementor-widget-wrap,
.sticky-parent .elementor-column-wrap .elementor-widget-wrap{
	position: sticky;
	position: -webkit-sticky;
}
.sticky-parent .elementor-column-wrap .elementor-widget-wrap{
	top: 140px;
}
.recipe-side-panel .elementor-column-wrap,
.elementor-col-50.elementor-hidden-tablet.elementor-hidden-phone .elementor-column-wrap,
.elementor-col-50.elementor-hidden-tablet .elementor-column-wrap,
.sticky-parent .elementor-column-wrap{
	display: block!important;
	overflow: visible;
}
.recipe-side-panel .elementor-column-wrap .elementor-widget-wrap section:last-child,
.elementor-col-50.elementor-hidden-tablet.elementor-hidden-phone .elementor-column-wrap .elementor-widget-wrap section:last-child,
.elementor-col-50.elementor-hidden-tablet .elementor-column-wrap .elementor-widget-wrap section:last-child{
	display: none;
}

/* Where to buy btn */
.where-to-buy-btn a{
    width: 100% !important;
}
.elementor-button-content-wrapper{
	display: inline-block !important;
}

/* Nutritional Table */
.nutritional_table{
	width: 100%;
}
.nutritional_table th{
	padding: 7px 0;
  border-bottom: 1px #c6c6c6 solid;
	background: #F9F9F9;
}
.nutritional_table th span{
	font-weight: 600 !important;
}
.nutritional_table td{
	height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 14px;
}
.nutritional_table td.summary{
	border-bottom: 0px solid #c6c6c6;
	padding-bottom: 10px;
}

/* Recipe Page */
.recipe_time .elementor-heading-title,
.recipe-tag-header .elementor-heading-title,
.recipe-tag .elementor-heading-title,
.recipe_step_header  .elementor-heading-title
{
	letter-spacing: 1.3px;
}
.side_bar_header .elementor-heading-title,
.collection_header .elementor-heading-title{
	letter-spacing: 1.5px;
}
.single-post .elementor-col-50.elementor-top-column section:first-child,
.single-article .elementor-col-50.elementor-top-column section:first-child {
/* 	display: none; */
}



/* Review Section*/

.review_comment_list div{
	border: 0px solid;
}

.glsr-button-loadmore{
	background-color: transparent !important;
  border: 1px solid #ea4335 !important;
  color: #ea4335 !important;
}
.glsr-button-loadmore:hover{
	background-color: #ea4335 !important;
  color: #fff !important;
}

.glsr-default .glsr-summary,
.glsr-default .glsr-summary-stars,
.glsr-default .glsr-summary-text{
	max-width: 100%;
    text-align: center;
}
.glsr-summary-rating{
	  display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.glsr-summary-rating .glsr-tag-value{
	font-size: 40px;
}
.glsr-default .glsr-summary-stars{
	margin: 0 auto;
}
.glsr-default .glsr-summary-percentages{
	display: none;
}
.glsr-default h3.glsr-tag-value{
	font-family: "Work Sans", Sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.glsr-default button.glsr-button{
	padding: 10px 15px;
  border-radius: 4px;
  height: 42px;
  font-size: 16px;
  line-height: 17px;
  text-transform: none;
  color: #fff;
  background-color: #e8533d;
  width: 200px;
  font-weight: bold;
  border: 0px solid;
  cursor: pointer;
  margin: 0 auto;
  display: inherit;
}
.glsr-default button.glsr-button:hover{
	background-color: #c03e2c;
}
.review_popup, .review_star, .review_comment,
.review_comment_list{
	font-family: "Work Sans", Sans-serif;
}
.review_comment_list .gl-items-start{
	min-width: 100%;
}
.gl-text-normal[data-tag="response"]{
	width: 100%;
}
.gl-text-normal[data-tag="date"]{
	color: #888 !important;
  font-size: 14px !important;
}
.review_comment_list .glsr .glsr-review-response:before{
	display: none;
}
.glsr-field.glsr-field-choice label{
	font-size: 0.8rem !important;
  line-height: 1.25 !important;
}
.glsr .glsr-reviews-wrap {
    gap: 2rem;
}
#glsr-modal{
	font-family: "Work Sans", Sans-serif;
}
#glsr-modal .glsr.glsr-default.glsr-ltr{
	border: 0px;
}
.glsr-default button.glsr-button{
	display: block !important;
}

h1{
	  color: #000000 !important;
    font-family: "Work Sans", Sans-serif !important;
    font-size: 35px !important;
    line-height: 1.3em !important;
    font-weight: 600;
}

.wufoo .info h2{
	display: none !important;
}

selector .swiper-container{
   width: 100%;
}

.jet-mobile-menu,
#cookie-law-info-bar[data-cli-style="cli-style-v2"]{
	font-family: "Work Sans", Sans-serif !important;
}


.page-id-35642 *{
	font-family: "Work Sans", Sans-serif !important;
}
.page-id-35642 .elementor-14520.elementor-location-header,
.page-id-35642 .elementor-element-ea73078,
.page-id-35642 .elementor-14655.elementor-location-footer,
.page-id-35789 .elementor-14520.elementor-location-header,
.page-id-35789 .elementor-element-ea73078,
.page-id-35789 .elementor-14655.elementor-location-footer{
	display: none;
}

.page-id-35642 .post-entry.page-has-margin,
.page-id-35642 article.page.type-page,
.page-id-35789 .post-entry.page-has-margin,
.page-id-35789 article.page.type-page{
	margin-bottom: 0;
}

.page-id-35642 .container.container-single-page,
.page-id-35789 .container.container-single-page{
	max-width: 100%;
  width: 100%;
}

/* Old Cookbook*/

body.page-id-35642,
body.page-id-35789{
  color: #221f20;
}
html, body.page-id-35642,
html, body.page-id-35789{
  height: 100%;
}
.page-id-35642 section,
.page-id-35789 section{
  padding: 100px 30px;
}
.page-id-35642 .container,
.page-id-35789 .container{
  max-width: 1000px;
  margin: 0 auto;
}
.page-id-35642 h1, .page-id-35642  .h-1,
.page-id-35789 h1, .page-id-35789  .h-1{
  font-size: 38px;
}
.page-id-35642 h2, .page-id-35642  .h-2,
.page-id-35789 h2, .page-id-35789  .h-2{
  font-size: 32px;
	font-weight: bold;
}
.page-id-35642 h3, .page-id-35642  .h-3,
.page-id-35789 h3, .page-id-35789  .h-3{
  font-size: 28px !important;
  font-weight: 400;
  color: #db5440 !important;
}
.page-id-35642 h4, .page-id-35642  .h-4,
.page-id-35789 h4, .page-id-35789  .h-4{
  font-size: 24px;
}
.page-id-35642 h5, .page-id-35642  .h-5,
.page-id-35789 h5, .page-id-35789  .h-5{
  font-size: 18px;
}
.page-id-35642 ul,
.page-id-35789 ul{
	padding-left: 0;
}
.page-id-35642 ul li,
.page-id-35789 ul li{
	list-style-type: none;
}
.page-id-35642 .btn,
.page-id-35789 .btn{
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
}
.custom-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -30px;
    margin-left: -30px;
}
.page-id-35642 section,
.page-id-35789 section{
    padding: 100px 30px;
}
.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%;
}
.grid--no-gutters .grid__item {
    padding-left: 0;
}

/* Landing Page*/
.page-id-35642 .template-index .main-content,
.page-id-35789 .template-index .main-content{
    padding-top: 0;
    padding-bottom: 0;
}
.page-id-35642 .home-hero,
.page-id-35789 .home-hero{
  padding: 0;
  width: 100%;
  height: 650px;
  background: url(../png/marions-cookbook-new-cover.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-35642 .home-hero .container,
.page-id-35789 .home-hero .container{
	max-width: 1200px;
	height: 100%;
}
.page-id-35642 .home-hero .left-column,
.page-id-35789 .home-hero .left-column{
  padding-left: 100px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 600px;
  height: auto;
}
.page-id-35642 .home-hero .left-column ul,
.page-id-35789 .home-hero .left-column ul{
  padding-top: 0;
}
.page-id-35642 .hero-mobile,
.page-id-35789 .hero-mobile{
	background: #fefbf1 url(../png/shop-cookbook-mobile-bg.png) no-repeat center bottom; 
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.page-id-35642 .hero-mobile,
.page-id-35789 .hero-mobile{
	text-align: center;
  padding: 20px 30px 45vh;
}
.page-id-35642 .outro-mobile,
.page-id-35789 .outro-mobile{
  text-align: center;
  padding: 60px 30px;
}
.page-id-35642 .hero-mobile  ul,
.page-id-35642 .outro-mobile  ul,
.page-id-35789 .hero-mobile  ul,
.page-id-35789 .outro-mobile  ul{
  margin-bottom: -4vh;
	padding-left: 0;
}
.page-id-35642 .home-hero .left-column ul li,
.page-id-35789 .home-hero .left-column ul li{
  margin-bottom: 2.5vh;
	list-style-type: none;
}
.page-id-35642 .hero-mobile ul li,
.page-id-35642 .outro-mobile ul li,
.page-id-35789 .hero-mobile ul li,
.page-id-35789 .outro-mobile ul li{
  margin-bottom: 2vh;
	list-style-type: none;
}
.page-id-35642 .home-hero .left-column ul li:last-child,
.page-id-35789 .home-hero .left-column ul li:last-child{
  margin-bottom: 0;
}
.page-id-35642 .mk-logo,
.page-id-35642 .hero-mobile .mk-logo,
.page-id-35642 .outro-mobile .mk-logo,
.page-id-35789 .mk-logo,
.page-id-35789 .hero-mobile .mk-logo,
.page-id-35789 .outro-mobile .mk-logo{
  display: block;
  width: 90px;
}
.page-id-35642 .hero-mobile .mk-logo,
.page-id-35642 .outro-mobile .mk-logo,
.page-id-35789 .hero-mobile .mk-logo,
.page-id-35789 .outro-mobile .mk-logo{
  margin: 0 auto;
}
.page-id-35642 .home-hero h1,
.page-id-35642 .hero-mobile h1,
.page-id-35642 .outro-mobile h1,
.page-id-35789 .home-hero h1,
.page-id-35789 .hero-mobile h1,
.page-id-35789 .outro-mobile h1{
  font-size: 32px;
  color: #221f20;
  margin-bottom: 0;
	font-weight: bold;
}
.page-id-35642 .hero-mobile h1,
.page-id-35642 .outro-mobile h1,
.page-id-35789 .hero-mobile h1,
.page-id-35789 .outro-mobile h1{
  font-size: 26px;
}
.page-id-35642 .home-hero .btn,
.page-id-35642 .hero-mobile .btn,
.page-id-35642 .outro-mobile .btn,
.page-id-35642 #cta-section .btn,
.page-id-35789 .home-hero .btn,
.page-id-35789 .hero-mobile .btn,
.page-id-35789 .outro-mobile .btn,
.page-id-35789 #cta-section .btn{
  border-radius: 4px;
  background-color: #db5440;
  height: 60px;
  font-size: 24px;
  line-height: 40px;
  text-transform: none;
	color: #fff;
  font-weight: bold;
}
.page-id-35642 .home-hero .btn,
.page-id-35789 .home-hero .btn{
	height: 45px;
  font-size: 20px;
  line-height: 25px;
	padding: 8px 25px;
}
.page-id-35642 .home-hero .btn:hover,
.page-id-35642 .hero-mobile .btn:hover,
.page-id-35642 .outro-mobile .btn:hover,
.page-id-35642 #cta-section .btn:hover,
.page-id-35789 .home-hero .btn:hover,
.page-id-35789 .hero-mobile .btn:hover,
.page-id-35789 .outro-mobile .btn:hover,
.page-id-35789 #cta-section .btn:hover{
  background-color: #c03e2c;
	text-decoration: none;
}
.page-id-35642 .home-hero h4,
.page-id-35642 .hero-mobile h4,
.page-id-35642 .outro-mobile h4,
.page-id-35789 .home-hero h4,
.page-id-35789 .hero-mobile h4,
.page-id-35789 .outro-mobile h4{
  font-weight: normal;
  font-size: 16px;
  color: #221f20;
}
.page-id-35642 .home-hero h4,
.page-id-35789 .home-hero h4{
	margin-bottom: 30px;
	padding-right: 20%;
}
.page-id-35642 .home-hero.hide-desktop,
.page-id-35789 .home-hero.hide-desktop{
/*   background-image: url(https://cdn.shopify.com/s/files/1/0428/5490/8057/files/Cookbook-hero-mobile.jpg?v=1632381785); */
  height: 650px;
}
.page-id-35642 .home-hero label,
.page-id-35789 .home-hero label{
	  font-size: 14px;
    line-height: 15px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
#which_country_are_you_located_in {
    height: 44px;
	  width: 65%;
    font-size: 15px;
    line-height: 15px;
    padding-left: 13px;
    padding-right: 13px;
    flex: 1;
    font-weight: 500;
    color: #C4C4C4;
    border: 1px solid #FDD8C7;
    border-radius: 5px;
	  background: #fff;
}
.hero-mobile label{
	  display: block;
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
.hero-mobile #which_country_are_you_located_in{
	width: 85%;
}

/* Intro Section */
.page-id-35642 #intro-section,
.page-id-35789 #intro-section{
  text-align: center;
}
.page-id-35642 #intro-section h2,
.page-id-35789 #intro-section h2{
  margin-bottom: 50px;
	letter-spacing: .1em;
}
.page-id-35642 #intro-section h3,
.page-id-35789 #intro-section h3{
  margin-bottom: 35px;
}
.page-id-35642 #intro-section .features,
.page-id-35789 #intro-section .features{
  text-align: left;
}
.page-id-35642 #intro-section .features .medium-up--one-half,
.page-id-35789 #intro-section .features .medium-up--one-half{
  margin-top: 55px;
  display: flex;
  flex-flow: row nowrap;
  padding-right: 40px;
}
.page-id-35642 #intro-section .features .feature-content,
.page-id-35789 #intro-section .features .feature-content{
  width: 75%;
  margin-left: 20px;
}
.page-id-35642 #intro-section .features .feature-content h5,
.page-id-35789 #intro-section .features .feature-content h5{
 text-transform: uppercase; 
	font-weight: bold;
}
.page-id-35642 #intro-section .features .feature-content:nth-child(even),
.page-id-35789 #intro-section .features .feature-content:nth-child(even){
  /*margin-right: 20px;*/
}
.page-id-35642 #intro-section .features .feature-image,
.page-id-35789 #intro-section .features .feature-image{
  width: 25%;
}
.page-id-35642 #intro-section .features .feature-image img,
.page-id-35789 #intro-section .features .feature-image img{
  width: 100%;
  border-radius: 100px;
}

/* Image Section */
.page-id-35642 #image-section,
.page-id-35789 #image-section{
  padding: 0;
  background-color: #fcf1e7;
	overflow-y: hidden;
}
.page-id-35642 #image-section .grid__item.medium-up--one-third:nth-child(2),
.page-id-35789 #image-section .grid__item.medium-up--one-third:nth-child(2){
  padding: 0 15px;
}
.page-id-35642 #image-section .image-bar--medium .image-bar__content, 
.page-id-35642 #image-section .image-bar--medium .image-bar__item,
.page-id-35789 #image-section .image-bar--medium .image-bar__content, 
.page-id-35789 #image-section .image-bar--medium .image-bar__item{
  height: 625px;
}
.page-id-35642 #image-section .image-bar--medium .image-bar__content,
.page-id-35789 #image-section .image-bar--medium .image-bar__content{
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Call to action Section*/
.page-id-35642 #cta-section,
.page-id-35789 #cta-section{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0;
  background-color: #fdd8c7;
}

/* Video Section */
.page-id-35642 #video-section,
.page-id-35789 #video-section{
  padding-top: 60px;
  text-align: center;
  background: -webkit-linear-gradient(0deg,#ffffff 50%,#fdd8c7 50%);
  background: -o-linear-gradient(0deg,#ffffff 50%,#fdd8c7 50%);
  background: -moz-linear-gradient(0deg,#ffffff 50%,#fdd8c7 50%);
  background: linear-gradient(0deg,#ffffff 50%,#fdd8c7 50%);
}
.page-id-35642 #video-section iframe,
.page-id-35789 #video-section iframe{
  margin-top: 15px;
  width: 889px;
  height: 500px;
	left: 5%;
}

/* Recipe Section */
.page-id-35642 #recipe-section,
.page-id-35789 #recipe-section{
  padding: 0;
  text-align: center;
}
.page-id-35642 #recipe-section .recipe,
.page-id-35789 #recipe-section .recipe{
  padding: 100px 50px;
  margin-top: 35px;
  background-color: #fcf1e7;
}
.page-id-35642 #recipe-section .recipe .image-bar,
.page-id-35789 #recipe-section .recipe .image-bar{
  display: flex;
  flex-wrap: nowrap;
}
.page-id-35642 #recipe-section .medium-up--one-quarter,
.page-id-35789 #recipe-section .medium-up--one-quarter{
  margin: 0 10px;
  float: none;
}
.page-id-35642 #recipe-section .medium-up--one-quarter .image-bar__item,
.page-id-35642 #recipe-section .medium-up--one-quarter .image-bar__content,
.page-id-35789 #recipe-section .medium-up--one-quarter .image-bar__item,
.page-id-35789 #recipe-section .medium-up--one-quarter .image-bar__content{
  height: 100%;
  overflow: hidden;
}
.page-id-35642 #recipe-section .recipe-image,
.page-id-35789 #recipe-section .recipe-image{
  width: 100%;
  height: 350px;
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-35642 #recipe-section .recipe-content,
.page-id-35789 #recipe-section .recipe-content{
  position: relative;
  padding: 20px;
  background-color: #fff;
  height: 100%;
}
.page-id-35642 #recipe-section .recipe-content h5,
.page-id-35789 #recipe-section .recipe-content h5{
  margin-bottom: 5px;
	font-weight: bold;
}
.page-id-35642 #recipe-section .recipe-content p,
.page-id-35789 #recipe-section .recipe-content p{
  margin-bottom: 25px;
	line-height: 1.5;
}


/* Gallery */
.page-id-35642 #gallery-section,
.page-id-35789 #gallery-section{
  text-align: center;
  background: -webkit-linear-gradient(0deg,#fcf1e7 50%,#ffffff 50%);
  background: -o-linear-gradient(0deg,#fcf1e7 50%,#ffffff 50%);
  background: -moz-linear-gradient(0deg,#fcf1e7 50%,#ffffff 50%);
  background: linear-gradient(0deg,#fcf1e7 50%,#ffffff 50%);
}
.page-id-35642 #gallery-section .grid,
.page-id-35789 #gallery-section .grid{
  margin-top: 35px;
	overflow-y: hidden;
}
.page-id-35642 #gallery-section .grid .medium-up--one-third,
.page-id-35789 #gallery-section .grid .medium-up--one-third{
    margin-bottom: 25px;
  }

/* Outro Section */
.page-id-35642 #outro-section,
.page-id-35789 #outro-section{
  padding: 0;
  height: 600px;
  background: url(../jpg/cookbook-outro1e5e.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-35642 #outro-section.hide-desktop,
.page-id-35789 #outro-section.hide-desktop{
  background-image: url(../jpg/cookbook_promo_mobilef66a.jpg);
}
.page-id-35642 #outro-section .left-column,
.page-id-35789 #outro-section .left-column{
  min-height: 600px;
	padding-left: 180px;
}
/* Footer Section*/
.page-id-35642 #footer-section,
.page-id-35789 #footer-section{
  padding: 35px 30px;
  background-color: #f6d9ca;
  text-align: center;
  font-weight: 600;
	color: #3a3a3a;
}
.page-id-35642 #footer-section a,
.page-id-35789 #footer-section a{
	color: #3a3a3a;
}
.page-id-35642 #footer-section a:hover,
.page-id-35789 #footer-section a:hover{
	color: #606060;
	text-decoration: none;
}
.footer-privacy a {
    color: #000;
}
.go3176171171 a,
.go3176171171 span{
  color: #000 !important;
}



/*Product Page*/
.template-product .shogun-accordion-wrapper > .shogun-accordion {
 border: 0px solid rgba(255, 255, 255, 0) !important;
}
.template-product .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body{
  border-top: 0px solid rgba(255, 255, 255, 0) !important;
}
.template-product hr{
  margin: 40px 0;
}
.template-product .shogun-accordion {
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.template-product .shg-product-atc-btn-wrapper{
  text-align: left !important;
}
.template-product .shg-btn{
  width: 100%;
  font-weight: bold;
  font-size: 16px !important;
}
#s-ca58f6d8-1baa-465c-bf00-3cb92de6c6a2.shg-btn:hover,
#s-b22bbc9c-af43-4068-a63a-12c72f735c91.shg-btn:hover,
#s-e8a7cbe8-b448-451e-a02a-8bc7d8355a28.shg-btn:hover{
  background-color: #c25440 !important;
}
#s-e8a7cbe8-b448-451e-a02a-8bc7d8355a28.shg-btn{
  margin-bottom: 10px;
}
#s-668c5c8b-edcf-4113-a41e-060901662b70{
  margin-top: -20px !important;
}


.hide-all{
  display: none;
}
#shopify-section-header,
#shopify-section-footer{
  /*display: none;*/
}

#shopify-section-header{
  z-index: 9;
  position: relative;
}
.template-index #shopify-section-header{
  display: none;
}
.site-header{
  -webkit-box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 8%);
  box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 8%);
}
.site-header__logo-image img,
.logo__image--large{
  max-width: 80px !important;
}
.site-header__logo{
  margin: 0;
}
.header-banner{
  padding: 10px 15px;
  background-color: #FAFAFA;
  text-align: center;
}
.header-banner img{
  max-width: 700px;
}
.site-header .grid--no-gutters .grid__item:nth-child(1),
.site-header .grid--no-gutters .grid__item:nth-child(3){
  width: 10%;
}
.site-header .grid--no-gutters nav{
  width: 100%;
}
.header-announcement{
  padding: 10px 30px;
  background-color: #fdd8c8;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.header-announcement a{
  font-weight: 600;
  text-decoration: underline;
}
.site-nav__label {
    border-bottom: 0px solid transparent;
}
.site-footer {
    padding-bottom: 0;
}
.site-footer .page-width{
  max-width: 100%;
  padding: 0 11%;
}
.site-footer__hr {
    margin-top: -25px;
    border-bottom: 1px solid #d6885e !important;
}
.site-footer .site-footer__item:nth-child(1),
.site-footer .site-footer__item:nth-child(2),
.site-footer .site-footer__item:nth-child(3){
    flex: 22%;
}
.site-footer .site-footer__item:nth-child(4){
    flex: 50%;
    padding-left: 7rem;
    border-left: 1px solid #fff;
}
.site-footer__linklist-item {
    margin-bottom: 20px;
}
.site-footer__item-inner{
    font-size: .9em;
}
.site-footer__social-icons{
    text-align: left !important;
}
.site-footer__item-inner--newsletter .social-icons__item {
    padding: 0 25px;
}
.site-footer__item-inner--newsletter .social-icons__item:first-child{
    padding-left: 0 !important;
}
.site-footer__item-inner--newsletter p.h4{
    font-size: 18px;
    line-height: 1.3em;
    margin: 25px 0 40px;
}
.header-mobile-menu{
  border-top: 1px solid #dededd;
  border-bottom: 1px solid #dededd;
}
.header-mobile-menu ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-mobile-menu ul li{
  border-right: 1px solid #dededd;
  font-size: .8rem;
  line-height: 44px;
  padding: 0 7px;
  text-align: center;
}
.header-mobile-menu ul li button{
  padding: 0px 5px 5px;
}
.hide-desktop{
  display: none;
}
.site-header__cart-count span{
  color: #fff !important;
}
.page-container{
  margin-top: -80px;
  padding-top: 80px;
  min-height: 100%;
  height: auto;
}
.main-content{
  min-height: 80vh;
  padding-bottom: 55px;
}



@media screen and (max-width:1440px) {
  .site-footer__item-inner--newsletter .social-icons__item {
      padding: 0 20px;
  }
  .page-id-35642 .home-hero,
	.page-id-35789 .home-hero{
/*     background-image: url(https://cdn.shopify.com/s/files/1/0428/5490/8057/files/cookbook-hero-image-resized-cropped.jpg?v=1632391671);  */
  }
	.elementor-14520 .elementor-element.elementor-element-a04cf1a img {
    width: 57%;
  }
	.elementor-14520 .elementor-element.elementor-element-f757946 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
	}
	.elementor-14520 .elementor-element.elementor-element-c3375c5 > .elementor-widget-container {
    padding: 5px 0px 0px 10px;
	}
	.elementor-23063 .elementor-element.elementor-element-c256c4e img,
	.elementor-23078 .elementor-element.elementor-element-1b408b5c img,
	.elementor-23078 .elementor-element.elementor-element-1b408b5c img,
	.elementor-23134 .elementor-element.elementor-element-3374453c img{
    width: 85%;
	}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1024px) {
  .header-banner{
    display: none;
  }
  .site-nav a {
      padding: 3px 5px;
      font-size: 0.8rem;
  }
  .mobile-nav-wrapper.js-menu--is-open{
    display: block !important;
  }
  .site-header__icons-wrapper button{
    padding-right: 0;
  }
  .page-id-35642 .home-hero .left-column,
	.page-id-35789 .home-hero .left-column{
    padding-left: 80px;
  }
  .page-id-35642 #recipe-section .recipe-image,
	.page-id-35789 #recipe-section .recipe-image{
    height: 250px;
  }
}
@media screen and (max-width:896px) {
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0;
  }
  nav.small--hide{
    display: none !important;
  }
  .site-header .grid--no-gutters .grid__item:nth-child(1), .site-header .grid--no-gutters .grid__item:nth-child(3) {
      width: 50%;
  }
  .page-id-35642 .home-hero .left-column,
	.page-id-35789 .home-hero .left-column{
    width: 100%;
  }
  .page-id-35642 .home-hero .right-column,
	.page-id-35789 .home-hero .right-column{
    display: none;
  }
}
@media screen and (max-width:768px) {
  .page-id-35642 h2,
	.page-id-35789 h2{
    font-size: 22px;
  }
  .page-id-35642 h3,
	.page-id-35789 h3{
    font-size: 20px;
  }
  .hide-desktop{
    display: block;
  }
  .page-id-35642 .home-hero.hide-mobile,
  .page-id-35642 #outro-section.hide-mobile,
  .page-id-35642 #footer-section .hide-mobile,
	.page-id-35789 .home-hero.hide-mobile,
  .page-id-35789 #outro-section.hide-mobile,
  .page-id-35789 #footer-section .hide-mobile{
    display: none;
  }
/*   section{
    padding: 60px 50px;
  } */
  .site-footer .hide-desktop .site-footer__item:nth-child(1), 
  .site-footer .hide-desktop .site-footer__item:nth-child(2), 
  .site-footer .hide-desktop .site-footer__item:nth-child(3){
    display: none;
  }
  .site-footer .hide-mobile{
    margin-top: 60px;
  }
  .site-footer .hide-mobile .site-footer__item:nth-child(4){
    display: none;
  }
  .site-footer__content{
    flex-wrap: wrap;
  }
  .site-footer__item-inner--newsletter p.h4 {
      margin: 5px 0 20px;
  }
  .site-footer .site-footer__item:nth-child(1), 
  .site-footer .site-footer__item:nth-child(2), 
  .site-footer .site-footer__item:nth-child(3){
    flex: 33%;
    padding-left: 3rem;
  }
  .site-footer .site-footer__item:nth-child(1){
    padding-left: 0;
  }
  .site-footer .site-footer__item:nth-child(4){
    flex: 100%;
    padding-left: 0;
    border-left: 0px solid #fff;
  }
  .site-footer__social-icons {
    text-align: center !important;
  }
  .site-footer__item-inner--newsletter p.h4{
    text-align: center;
  }
  .header-mobile-menu ul li {
    width: 100%;
    font-size: .9rem;
  }
  .hero-mobile .btn, .home-hero .btn, .outro-mobile .btn {
    font-size: 20px;
  }
  .page-id-35642 #intro-section h2 br,
	.page-id-35789 #intro-section h2 br{
    display: none;
  }
  .page-id-35642 #intro-section .features .medium-up--one-half,
	.page-id-35789 #intro-section .features .medium-up--one-half{
    width: 100%;
  }
  .page-id-35642 #intro-section .features .feature-image,
	.page-id-35789 #intro-section .features .feature-image{
    padding: 0 12px 12px 12px;
  }
  .page-id-35642 #image-section .image-bar--medium .image-bar__content, 
  .page-id-35642 #image-section .image-bar--medium .image-bar__item,
	.page-id-35789 #image-section .image-bar--medium .image-bar__content, 
  .page-id-35789 #image-section .image-bar--medium .image-bar__item{
    height: 350px;
  }
  .page-id-35642 #video-section iframe,
	.page-id-35789 #video-section iframe{
    height: 380px;
  }
  .page-id-35642 #recipe-section .recipe,
	.page-id-35789 #recipe-section .recipe{
    padding: 60px 50px;
  }
  .page-id-35642 #recipe-section .recipe .image-bar,
	.page-id-35789 #recipe-section .recipe .image-bar{
    flex-wrap: wrap;
  }
  .page-id-35642 #recipe-section .medium-up--one-quarter,
	.page-id-35789 #recipe-section .medium-up--one-quarter{
    margin: 0 10px 20px;
    flex: 31%;
  }
  .page-id-35642 #gallery-section .grid .medium-up--one-third,
	.page-id-35789 #gallery-section .grid .medium-up--one-third{
    width: 49%;
    display: inline-block;
    float: none;
		padding-left: 0;
  }
	
	.elementor-23063 .elementor-element.elementor-element-c256c4e img,
	.elementor-23078 .elementor-element.elementor-element-1b408b5c img,
	.elementor-23078 .elementor-element.elementor-element-1b408b5c img,
	.elementor-23134 .elementor-element.elementor-element-3374453c img{
    width: 100%;
	}
	
	.sticky-parent .elementor-column-wrap .elementor-widget-wrap{
		top: 170px;
	}
}
@media screen and (max-width:767px) {
/* 	.recipe_slider *{
		width: 100% !important;
	} */
  .site-header__mobile-nav {
      padding: 0 0px;
  }
  .site-footer .page-width {
      padding: 0 3%;
  }
  .site-footer__item-inner--newsletter .social-icons__item {
      padding: 0 12px;
  }
  .site-footer .hide-mobile{
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid;
  }
  .site-footer .site-footer__item:nth-child(1), 
  .site-footer .site-footer__item:nth-child(2), 
  .site-footer .site-footer__item:nth-child(3){
    flex: 100%;
    padding: 25px 0 35px;
    border-top: 1px solid;
    margin-bottom: 0;
  }
  .site-footer__linklist-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-footer__payment-icons ul.site-footer__icon-list {
      padding-bottom: 0px;
  }
  .site-footer__copyright-content {
      margin-bottom: 30px;
      display: inline-block;
  }
  .header-mobile-menu ul li {
    width: auto;
    font-size: .8rem;
  }
  
  .page-id-35642 h5,
	.page-id-35789 h5{
    font-size: 16px;
  }
/*   section, */
  .page-id-35642 #recipe-section .recipe,
	.page-id-35789 #recipe-section .recipe{
    padding: 60px 25px;
  }
  .page-id-35642 .hero-mobile h4 br,
	.page-id-35789 .hero-mobile h4 br{
    display: none;
  }
  .page-id-35642 #intro-section .features .feature-image,
	.page-id-35789 #intro-section .features .feature-image{
    padding: 0;
    width: 25%;
  }
  .page-id-35642 #intro-section .features .feature-content:nth-child(even),
	.page-id-35789 #intro-section .features .feature-content:nth-child(even){
    margin-right: 0;
    width: 75%;
  }
  .page-id-35642 #image-section .image-bar,
  .page-id-35642 #recipe-section .image-bar,
	.page-id-35789 #image-section .image-bar,
  .page-id-35789 #recipe-section .image-bar{
    max-width: 100%;
  }
  .page-id-35642 #image-section .grid--no-gutters .grid__item,
	.page-id-35789 #image-section .grid--no-gutters .grid__item{
    width: 33.33%;
  }
  .page-id-35642 #image-section .grid__item.medium-up--one-third:nth-child(2),
	.page-id-35789 #image-section .grid__item.medium-up--one-third:nth-child(2){
    padding: 0;
  }
  .page-id-35642 #recipe-section .medium-up--one-quarter,
	.page-id-35789 #recipe-section .medium-up--one-quarter{
    width: 46.4%;
  }
	.recipe_intro .elementor-widget-container{
		padding: 0px 10px 0px 10px !important;
	}
}
@media screen and (max-width:480px) {
	.page-id-35642 .hero-mobile .mk-logo,
	.page-id-35789 .hero-mobile .mk-logo{
		width: 90px;
	}
	.page-id-35642 .mk-logo, 
	.page-id-35642 .outro-mobile .mk-logo,
	.page-id-35789 .mk-logo, 
	.page-id-35789 .outro-mobile .mk-logo{
    width: 120px;
  }
  .page-id-35642 .home-hero.hide-desktop,
	.page-id-35789 .home-hero.hide-desktop{
    height: 350px;
  }
  .page-id-35642 #intro-section .features .feature-content p,
	.page-id-35789 #intro-section .features .feature-content p{
    font-size: 12px;
    line-height: 16px;
  }
  .page-id-35642 #intro-section h2,
	.page-id-35789 #intro-section h2{
    margin-bottom: 0;
  }
  .page-id-35642 #intro-section .features .medium-up--one-half,
	.page-id-35789 #intro-section .features .medium-up--one-half{
    padding-right: 0;
  }
  .page-id-35642 #image-section .image-bar--medium .image-bar__content, 
  .page-id-35642 #image-section .image-bar--medium .image-bar__item,
	.page-id-35789 #image-section .image-bar--medium .image-bar__content, 
  .page-id-35789 #image-section .image-bar--medium .image-bar__item{
    height: 200px;
  }
  .page-id-35642 #image-section .grid__item.medium-up--one-third:nth-child(2),
	.page-id-35789 #image-section .grid__item.medium-up--one-third:nth-child(2){
    padding: 0 5px;
  }
  .page-id-35642 #recipe-section h2, #recipe-section h3,
	.page-id-35789 #recipe-section h2, #recipe-section h3{
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-id-35642 #recipe-section .recipe .image-bar,
	.page-id-35789 #recipe-section .recipe .image-bar{
    display: block;
  }
  .page-id-35642 #recipe-section .medium-up--one-quarter,
	.page-id-35789 #recipe-section .medium-up--one-quarter{
    width: 100%;
    margin: 0 0px 20px 0;
  }
  .page-id-35642 #recipe-section .recipe-image,
	.page-id-35789 #recipe-section .recipe-image{
    height: 200px;
  }
  .page-id-35642 #recipe-section .recipe-content,
	.page-id-35789 #recipe-section .recipe-content{
    padding: 20px;
  }
  .page-id-35642 #recipe-section .recipe-content p,
	.page-id-35789 #recipe-section .recipe-content p{
    font-size: 12px;
    line-height: 16px;
  }
  .page-id-35642 #recipe-section .recipe-content p br,
	.page-id-35789 #recipe-section .recipe-content p br{
    display: none;
  }
  .page-id-35642 #recipe-section .medium-up--one-quarter:nth-child(even),
	.page-id-35789 #recipe-section .medium-up--one-quarter:nth-child(even){
    margin-right: 0;
  }
  .page-id-35642 #video-section iframe,
	.page-id-35789 #video-section iframe{
    width: 100%;
    height: 212px;
  }
  .page-id-35642 #outro-section.hide-desktop,
	.page-id-35789 #outro-section.hide-desktop{
    height: 490px;
  }
	.page-id-35642 #intro-section,
	.page-id-35642 #gallery-section,
	.page-id-35789 #intro-section,
	.page-id-35789 #gallery-section{
    padding: 50px 30px;
  }
	.page-id-35642 #intro-section h3,
	.page-id-35789 #intro-section h3{
    font-size: 20px !important;
  }
	.page-id-35642 .home-hero .btn, 
	.page-id-35642 .hero-mobile .btn, 
	.page-id-35642 .outro-mobile .btn, 
	.page-id-35642 #cta-section .btn,
	.page-id-35789 .home-hero .btn, 
	.page-id-35789 .hero-mobile .btn, 
	.page-id-35789 .outro-mobile .btn, 
	.page-id-35789 #cta-section .btn{
		  height: 38px;
			font-size: 20px;
			line-height: 35px;
			padding: 0px 15px;
	}
}
@media screen and (max-width:414px) {
  .header-mobile-menu ul li a{
    position: relative;
    left: -8px;
  }
  .page-id-35642 #video-section iframe,
	.page-id-35789 #video-section iframe{
    height: 205px;
		left: 0;
  }
}
@media screen and (max-width:375px) {
  .header-mobile-menu ul li a{
    left: -2px;
  }
  .header-announcement {
    padding: 10px;
  }
  .page-id-35642 #video-section iframe,
	.page-id-35789 #video-section iframe{
    height: 183px;
  }
}
@media screen and (max-width:360px) {
  .header-mobile-menu ul li {
      font-size: .7rem;
  }
  .page-id-35642 #video-section iframe,
	.page-id-35789 #video-section iframe{
    height: 174px;
  }
}
@media screen and (max-width:320px) {
  
}








.elementor-widget-button .elementor-button {
    background-color: #E8533D;
}
.recipe-tag-header, .recipe-tag{
	color: #D6885B;
}
.broken_link, a.broken_link, .mariontag{
    text-decoration: none !important;
}
.hideAll{
	display: none;
}
#smush-image-bar.closed{
	display: none;
}

@media print {
	.single-post #megamainmenu-mobile-signup, .single-post #megamainmenu-mobile,
	.single-post .elementor-posts-container, .single-post .elementor-location-footer,
	.single-post .elementor-hidden-tablet, .single-post .elementor-hidden-phone,
	.single-post .elementor-share-btn, .single-post #smush-image-bar,
	.single-article .elementor-share-btn, .single-post #smush-image-bar,
	.single-post .elementor-divider-separator, .single-post .elementor-button-link,
	.single-post .elementor-widget-html, .single-post .hidePrint,
	.single-post .elementor-slides-wrapper, .single-post .elementor-widget-video,
	.single-post .elementor-col-50:first-child .elementor-inner-section:last-child .elementor-image,
	.single-post .recipe-tag-header, 
	.single-post .recipe-tag{
		display: none;
	}
	.single-post img.hideAll{
		display: block;
		margin: 0 auto -70px;
		width: 40%;
	}
	.single-post *{
		border: 0px solid !important;
	}
	.single-post .recipe_time{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.single-post .recipe_time .recipe_time_prep, 
	.single-post .recipe_time .recipe_time_cook, 
	.single-post .recipe_time .recipe_time_serves{
		width: 33%;
		margin-top: -65px;
	}
	.single-post .recipe_time .elementor-widget-heading .elementor-widget-container{
		border: 0px solid !important;
	}
	.single-post .elementor-col-50:first-child .elementor-image img{
		width: 30%;
	}
}

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }
  /* Halves */
  .small--one-half {
    width: 50%; }
  /* Thirds */
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  /* Fifths */
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }
  .small--two-sixths {
    width: 33.33333%; }
  .small--three-sixths {
    width: 50%; }
  .small--four-sixths {
    width: 66.66667%; }
  .small--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }
  .small--two-eighths {
    width: 25%; }
  .small--three-eighths {
    width: 37.5%; }
  .small--four-eighths {
    width: 50%; }
  .small--five-eighths {
    width: 62.5%; }
  .small--six-eighths {
    width: 75%; }
  .small--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .small--one-tenth {
    width: 10%; }
  .small--two-tenths {
    width: 20%; }
  .small--three-tenths {
    width: 30%; }
  .small--four-tenths {
    width: 40%; }
  .small--five-tenths {
    width: 50%; }
  .small--six-tenths {
    width: 60%; }
  .small--seven-tenths {
    width: 70%; }
  .small--eight-tenths {
    width: 80%; }
  .small--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }
  .small--two-twelfths {
    width: 16.66667%; }
  .small--three-twelfths {
    width: 25%; }
  .small--four-twelfths {
    width: 33.33333%; }
  .small--five-twelfths {
    width: 41.66667%; }
  .small--six-twelfths {
    width: 50%; }
  .small--seven-twelfths {
    width: 58.33333%; }
  .small--eight-twelfths {
    width: 66.66667%; }
  .small--nine-twelfths {
    width: 75%; }
  .small--ten-twelfths {
    width: 83.33333%; }
  .small--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half {
    width: 50%; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }
  .medium-up--two-sixths {
    width: 33.33333%; }
  .medium-up--three-sixths {
    width: 50%; }
  .medium-up--four-sixths {
    width: 66.66667%; }
  .medium-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }
  .medium-up--two-eighths {
    width: 25%; }
  .medium-up--three-eighths {
    width: 37.5%; }
  .medium-up--four-eighths {
    width: 50%; }
  .medium-up--five-eighths {
    width: 62.5%; }
  .medium-up--six-eighths {
    width: 75%; }
  .medium-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths {
    width: 41.66667%; }
  .medium-up--six-twelfths {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }
  .small--push-two-sixths {
    left: 33.33333%; }
  .small--push-three-sixths {
    left: 50%; }
  .small--push-four-sixths {
    left: 66.66667%; }
  .small--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }
  .small--push-two-eighths {
    left: 25%; }
  .small--push-three-eighths {
    left: 37.5%; }
  .small--push-four-eighths {
    left: 50%; }
  .small--push-five-eighths {
    left: 62.5%; }
  .small--push-six-eighths {
    left: 75%; }
  .small--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }
  .small--push-two-tenths {
    left: 20%; }
  .small--push-three-tenths {
    left: 30%; }
  .small--push-four-tenths {
    left: 40%; }
  .small--push-five-tenths {
    left: 50%; }
  .small--push-six-tenths {
    left: 60%; }
  .small--push-seven-tenths {
    left: 70%; }
  .small--push-eight-tenths {
    left: 80%; }
  .small--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }
  .small--push-two-twelfths {
    left: 16.66667%; }
  .small--push-three-twelfths {
    left: 25%; }
  .small--push-four-twelfths {
    left: 33.33333%; }
  .small--push-five-twelfths {
    left: 41.66667%; }
  .small--push-six-twelfths {
    left: 50%; }
  .small--push-seven-twelfths {
    left: 58.33333%; }
  .small--push-eight-twelfths {
    left: 66.66667%; }
  .small--push-nine-twelfths {
    left: 75%; }
  .small--push-ten-twelfths {
    left: 83.33333%; }
  .small--push-eleven-twelfths {
    left: 91.66667%; } }

@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }
  .medium-up--push-two-sixths {
    left: 33.33333%; }
  .medium-up--push-three-sixths {
    left: 50%; }
  .medium-up--push-four-sixths {
    left: 66.66667%; }
  .medium-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }
  .medium-up--push-two-eighths {
    left: 25%; }
  .medium-up--push-three-eighths {
    left: 37.5%; }
  .medium-up--push-four-eighths {
    left: 50%; }
  .medium-up--push-five-eighths {
    left: 62.5%; }
  .medium-up--push-six-eighths {
    left: 75%; }
  .medium-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }
  .medium-up--push-two-tenths {
    left: 20%; }
  .medium-up--push-three-tenths {
    left: 30%; }
  .medium-up--push-four-tenths {
    left: 40%; }
  .medium-up--push-five-tenths {
    left: 50%; }
  .medium-up--push-six-tenths {
    left: 60%; }
  .medium-up--push-seven-tenths {
    left: 70%; }
  .medium-up--push-eight-tenths {
    left: 80%; }
  .medium-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }
  .medium-up--push-two-twelfths {
    left: 16.66667%; }
  .medium-up--push-three-twelfths {
    left: 25%; }
  .medium-up--push-four-twelfths {
    left: 33.33333%; }
  .medium-up--push-five-twelfths {
    left: 41.66667%; }
  .medium-up--push-six-twelfths {
    left: 50%; }
  .medium-up--push-seven-twelfths {
    left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    left: 75%; }
  .medium-up--push-ten-twelfths {
    left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ #Helper Classes ================*/