/* Our Menu Page */

.our-menu-row .et_pb_blurb {
    position: relative;
    max-width: 300px;
    height: 260px;
    margin: auto;
    box-shadow: 0px 0px 0px 6px #d3222a;
}


.our-menu-row .et_pb_blurb .et_pb_blurb_content {
    position: absolute !important;
    max-width: 300px !important;
    margin: 0 auto;
    text-align: center;
    bottom: 0px !important;
    left: 0px !important;
}


.our-menu-row .et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
    margin-left: -50px;
    position: relative;
    top: 20px;
}

.food-menu-title {
    color: white;
    -webkit-text-fill-color: #ed2225;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.product-number {
    position: relative;
    z-index: 12;
    max-width: 250px;
    margin: auto;
    text-align: right;
    margin-bottom: -36px !important;
}
.product-number-text{
    font-size: 150px;
    font-weight: bold;
    z-index: 1233 !important;
    color: white;
    -webkit-text-fill-color: #ed2225;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: white;
    font-style: italic;
}

.product-number-text.title,
.product-number-text.title-fries{
    font-size: 120px;
    line-height:0.8em;
    -webkit-text-stroke-width: 1.5px;
        text-shadow: 2px 2px 0 #038, -2px -2px 0 #038, 2px -2px 0 #038, -2px 2px 0 #000, 1px 1px 0 #038;
}

@media (max-width:600px){
  .product-number-text.title,
.product-number-text.title-fries{
    font-size: 90px;
    line-height:0.6em;
}
}

@media (max-width:480px){
.product-number-text.title-fries{
    font-size: 70px;
    line-height:0.6em;
}
}

  .three-columns .et_pb_column{
    width: 28%;
  }
  @media (max-width:980px){
    .three-columns .et_pb_column{
      width: 33%;
    }
    .our-menu-row .et_pb_blurb {
        max-width: 200px;
        height: 200px;
    }
    .product-number {
        max-width: 180px;
    }
  }

  @media (max-width:767px){
    .three-columns .et_pb_column{
      width: 100%;
    }

    .our-menu-row .et_pb_blurb {
        max-width: 300px;
        height: 260px;
    }
    .product-number {
        max-width: 250px;
    }
  }

#top-menu li.themenu.current-menu-item>a {
      color: #0E71C3;
  }


/*poutine and fries images*/

/* .poutine-italian img {
    max-width: 250px !important;
}

.poutine-regular img,
.fries-gravy img,
 .fries-meatsauce img{
    max-width: 280px !important;
}
.fries img {
    max-height: 220px !important;
}

.our-menu-row .poutine-regular .et_pb_image_wrap, .our-menu-row .fries .et_pb_image_wrap, .our-menu-row .poutine-italian .et_pb_image_wrap,  .our-menu-row .fries-gravy .et_pb_image_wrap {
    margin-left: 0px !important;
} */
