/* Custom CSS */

/* Modal */
.modal-content{
    margin-top: -280px !important;
  }

  .modal-backdrop.fade {
    opacity: 0;

  }
  
  .modal-backdrop.in {
    opacity: 0;
  
  }


/* Single Product */
.featured-products{
  display: flex !important;
}

  /* Recipes */

  .like-heart{
    display: none;
  }
  

/* Button fix for archive recipes */
  li.js-filter-item {
    display: flex;
    list-style-type: none;
}

.btn-primary {
  min-width: 170px !important;
}


.page-number {
  display: flex;
}

.pagination {
  display: block;
  text-align: center;
}


/* Recipe Archive */
.browse-heading{
  display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
  .contact-form-temp{
    display: grid;
      grid-template-columns: 1fr;
  }
}
@media screen and (min-width:768px) {
  .contact-form-temp{
    display: grid;
      grid-template-columns: 1fr 1fr;
  }
  
}
.contact-form-container{
  max-width: 500px;
}

/* Gravity Form  */
/* submit button */
#gform_submit_button_4 {
font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 12px;
    min-width: 190px;
    color: #000;
    font-weight: bold;
    background-image: url(https://dewafelbakkstg.wpengine.com/wp-content/uploads/2023/02/button_md.png);
    height: 60px;
    width: 186px;
}