/*
CTC Separate Stylesheet
Updated: 2024-04-25 13:35:33
*/

.woocommerce span.onsale {
    display: none !important;
}


.btn.back-to-all{
  background-color: #2f73ba;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 25px;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 400;
  transition: all ease .15s;
  border-radius: 0;
}
.btn.back-to-all:hover{
  background-color: #205e96;
}
.woocommerce-message .button.back-to-meals{
  margin-right:20px;
}



body{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size:18px;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
hr{
    border-top:3px solid #2f73ba;
}

#bb4-primary-menu{
  /* width: 100%; */
  font-size:16px;
  text-transform: uppercase;
}

.navbar .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}
.site-branding{
  padding-top: 15px;
  padding-bottom: 15px;
}

.overlay {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .39;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
a.nocolor{
  color:inherit;
}
.welcome-block{
  padding-top:60px;
  padding-bottom:60px;
  background: rgb(250,250,250);
  background: linear-gradient(125deg, rgba(229,229,229,1) 29%, rgba(250,250,250,1) 50%, rgba(229,229,229,1) 71%);
  background-size: cover;
  background-position: center;
  position: relative;
}
.welcome-block h2{
  text-transform: uppercase;
  padding-bottom:30px;
  font-weight:800;
  font-size:32px;
}
.header-hero {
	background-size: cover;
	background-position: center;
	position: relative;
}
.header-hero h1 {
  font-size:35px;
  color:#fff;
  font-weight:800;
  text-transform: uppercase;;
}
.header-hero{
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color:#2f73ba;
  background: rgb(47,115,186);
background: linear-gradient(105deg, rgba(47,115,186,1) 40%, rgba(66,66,66,1) 40%);
}
.header-hero p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
h3.order-today{
  font-size:30px;
  font-weight: 700;
  padding-top:65px;
  padding-bottom:50px;
}
.btn-ordernow {
  color: #F5F5F5;
  background: #2F73BA;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 1px 3px 5px #3C3C3C;
  border:1px solid #fff;
}

h1, h2, h3{
  text-transform:uppercase;
  font-weight:800;
}
h1 span, h2 span, h3 span{
  font-weight:300;
}
.btn-ordertoday{
  background: #f38f0c;
  color: #F5F5F5;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 1px 3px 5px rgba(0,0,0,.12);
  margin-top:35px;
}
.featured-meals {
  padding-top:40px;
  padding-bottom:100px;
}
.featured-meals h3 {
  color:#2f73ba;
  font-size:28px;
  font-weight: 800;
  padding-top:50px;
  padding-bottom:85px;
  text-transform: uppercase;
}

.feat-prod {
  padding:15px;
  border:1px solid #dbdbdb;
  background:#fff;
  /* box-shadow:3px 5px 7px rgba(0,0,0,.25); */
  height: 100%;
}

.feat-prod a{
  color:inherit;
}
.feat-prod h4{
  padding-top:20px;
  padding-bottom:20px;
  color:#2f73ba;
  font-weight: 500;
  font-size:16px;
  min-height:5em;
}
.nutrition-info{
  background:#e9f1f8;
  background:rgba(47,115,186,.1);
  color:#111;
  font-size:12px;
  text-transform:uppercase;
  min-height:3.6rem;
  align-content: center;
}
.nutrition-info p{
  margin:10px;
}
.feat-prod a.add_to_cart_button{
  background: #2f73ba;
  color: #fff;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 400;
  transition:all ease .15s;
  border-radius:0;
}

.why-pp {
  padding-top:40px;
  padding-bottom:40px;
  background:#193451;
  color:#fff;
}
.reviews {
  padding-top:100px;
  padding-bottom:100px;
}
.reviews h3{
  padding-bottom:80px;
  font-size:28px;
  color:#193451;
  /* font-weight: 600; */
}
.review-wrap {
  padding:15px;
}
.review {
  background:#f5f5f5;
  border:1px solid #a5a5a5;
  box-shadow:3px 3px 7px rgba(0,0,0,.25);
  padding:15px;
  height: 100%;
  align-content: center;
}
.testimonial-stars {
  padding-top:25px;
  padding-bottom:15px;
}
.testimonial-name {
  font-weight: 700;
  text-transform: uppercase;
  padding-top:10px;
  padding-bottom:20px;
}
.testimonial-quote {
  font-size:16px;
  padding:10px;
}
.subscribe {
  padding-top:60px;
  padding-bottom:60px;
  background-image:url(/wp-content/uploads/2024/04/subscribe-bkgd-scaled.webp);
  background-size: cover;
  background-position: 50% 90%;
  position: relative;
}
.subscribe h2{
  color:#fff;
  font-size:30px;
  padding-top:50px;
  padding-bottom:60px;
}
.subscribe .overlay{
  background:#193451;
  opacity:.82;
}
.contact-form-block{
  background:#e5e5e5;
  padding:15px;
  margin-top:55px;
  margin-bottom:55px;
  min-height:375px;
  box-shadow:3px 5px 7px rgba(0,0,0,.25);
}
#gform_submit_button_2, #gform_submit_button_1{
  background: #2f73ba;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 55px;
  padding: 10px 30px;
  letter-spacing: 1px;
  font-size: 21px;
  box-shadow: 2px 2px 3px #777;
}

.header-bar{
  height:10px;
  background-color:#2f73ba;
  background: rgb(47,115,186);
  background: linear-gradient(105deg, rgba(47,115,186,1) 70%, rgba(66,66,66,1) 70%);
}
.pad-top{
  padding-top:30px;
}
.pad-bottom{
  padding-bottom:30px;
}


/* start woo styling */

section.related{
  display: inline-block;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #193451;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #2f73ba;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #3485d9;
  color: #fff;
}
.wc-block-cart__submit-button, .wc-block-components-button{
  background: #2f73ba;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 1px;
  font-size: 21px;
  box-shadow: 2px 2px 3px #777;
}
.wc-block-cart__submit-button:hover, .wc-block-components-button:hover{
  color:#fff;
  background:#3485d9;
}

#shipping-method #shipping-method-1{
display: none;
}
#shipping-method button.wc-block-checkout__shipping-method-option:first-of-type{
  display:none;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}


ul.product-cat-list {
  list-style:none;
  padding:20px;
  background:#fdfdfd;
  border:1px solid #eee;

}
.cat-sidebar{
  padding-top:20px;
}


/* start footer styling */

.site-footer .social-icons i{
    font-size:35px;
    padding:15px;
    color:#fff;
}
.site-footer ul{
  list-style: none;
  padding-left:0;
  font-size:16px;
}
.site-footer ul a{
  color:inherit;
}
.site-footer{
  background:#193451;
  border-top: none;
  color:#dddddd;
}
.footer-right .phone{
  font-size:24px;
  color:inherit;
}
.footer-col-3{
  padding-top:25px;
  padding-bottom:25px;
}

.copyright{
  background:#091e34;
  color:#236db1;
  font-size:16px;
}  

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  ul.product-cat-list{
    margin-top:25px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

  .footer-right{
    text-align: right;
  }
 }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}


/* @media (min-width: 1400px) {
    .container {
      max-width: 1370px;
    }
    .feat-prod h3{
      min-height:6.3em;
    }
}
@media (min-width: 1600px) {
    .container {
      max-width: 1570px;
    }

} */

/*Extra small devices portrait phones, less than 375px)*/
@media (max-width: 375px) { 
  .welcome-block h1{
    font-size:36px;
  }
  h2.joe {
    font-size:32px;
  }
  h2.mealplanning {
    font-size:24px;
  }
}

 /*Extra small devices portrait phones, less than 576px)*/
@media (max-width: 575.98px) { ... }

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { ... }

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
  .site-footer{
    text-align: center;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }