body .fl-popup .button_red a{
  background-color:#e0251b;
  border:.125rem solid #e0251b;
  -webkit-border-radius:50px;
     -moz-border-radius:50px;
          border-radius:50px;
  color:#fff;
  line-height:normal;
  overflow:hidden;
  position:relative;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  z-index:1;
}

body .fl-popup .button_red a:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  body .fl-popup .button_red a{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .fl-popup .button_red a{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

body .fl-popup .button_red a:before{
  background:#fff;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  width:150%;
  z-index:-1;
}

body .fl-popup .button_red a.hover,body .fl-popup .button_red a:hover{
  color:#e0251b;
}

body .fl-popup .button_red a.hover:before,body .fl-popup .button_red a:hover:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}

body .fl-popup .button_red a:focus{
  color:#e0251b;
  background:#fff;
}

body.no-scroll{
  overflow:hidden;
}

body .local-menu{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:20;
  display:block;
  margin:0;
}

@media (max-width:767.98px){
  body .local-menu{
    position:relative;
    top:0;
    bottom:auto;
  }
}

body .local-menu ul.menu{
  -webkit-box-shadow:0 .1875rem 2.875rem rgba(0, 0, 0, .15);
     -moz-box-shadow:0 .1875rem 2.875rem rgba(0, 0, 0, .15);
          box-shadow:0 .1875rem 2.875rem rgba(0, 0, 0, .15);
}

@media (max-width:767.98px){
  body .local-menu ul.menu{
    display:block;
    width:100%;
  }
}

body .local-menu ul.menu>li{
  border-right:.0625rem solid #ddd;
}

body .local-menu ul.menu>li:first-child{
  border-right:.0625rem solid #ddd;
}

body .local-menu ul.menu>li:last-child{
  border-right:none;
}

body .local-menu ul.menu>li.current-menu-item>a{
  font-weight:700;
}

@media (max-width:767.98px){
  body .local-menu ul.menu>li{
    border-right:none;
    border-top:.0625rem solid #ddd;
  }
  body .local-menu ul.menu>li:first-child{
    border-top:none;
    border-right:none;
  }
}

body .local-menu ul.menu>li>a{
  min-width:18.75rem;
  text-align:center;
}

@media (max-width:1199.98px){
  body .local-menu ul.menu>li>a{
    min-width:.0625rem;
    padding-top:.9375rem;
    padding-bottom:.9375rem;
  }
}

@media (max-width:767.98px){
  body .local-menu ul.menu>li>a{
    padding-top:1.875rem;
    padding-bottom:1.875rem;
  }
}

body .local_banner_text{
  max-width:24.0625rem;
  margin-left:-20%;
}

@media (max-width:1199.98px){
  body .local_banner_text .fl-module-content .fl-rich-text p{
    font-size:1.125rem;
    line-height:normal;
  }
}

@media (max-width:991.98px){
  body .local_banner_text .fl-module-content .fl-rich-text p{
    font-size:.875rem;
  }
}

body .local-footer-icons{
  position:relative;
}

body .local-footer-icons:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  z-index:10;
  display:block;
  padding-left:32%;
  padding-bottom:35%;
  background-repeat:no-repeat;
  background-position:0 100%;
  -moz-background-size:100% 100%;
       background-size:100% 100%;
}

@media (max-width:1200px){
  body .local-footer-icons:after{
    padding-left:23%;
    padding-bottom:30%;
  }
}

@media (max-width:767.98px){
  body .local-footer-icons:after{
    display:none;
  }
}

body .local-footer-icons .local-footer-icon a,body .local-footer-icons .local-footer-icon a i{
  position:relative;
}

body .local-footer-icons .local-footer-icon a i.icon-local-find:after{
  background:#fff;
  position:absolute;
  height:3.125rem;
  width:3.75rem;
  content:"";
  left:1.1875rem;
  top:.625rem;
  z-index:0;
  -webkit-border-radius:1.25rem;
     -moz-border-radius:1.25rem;
          border-radius:1.25rem;
}

@media (min-width:768px) and (max-width:991.98px){
  body .local-footer-icons .local-footer-icon a i.icon-local-find:after{
    height:1.875rem;
    width:1.25rem;
    content:"";
    left:.875rem;
    top:0;
  }
}

body .local-footer-icons .local-footer-icon a i.icon-local-find:before{
  position:relative;
  z-index:9;
}

body .mob-banner img{
  width:100%;
}

body .local_image_overlay{
  position:relative;
}

body .local_image_overlay:after{
  content:"";
  background-repeat:no-repeat;
  -moz-background-size:100% 100%;
       background-size:100% 100%;
  background-position:0 0;
  position:absolute;
  top:0;
  right:0;
  z-index:10;
  display:block;
  padding-right:50%;
  padding-bottom:51%;
}

body .local_image_overlay.local_set_image:after{
  -moz-background-size:contain;
       background-size:contain;
  padding-right:40%;
  padding-bottom:51%;
}

body .local-slider-mobile-image{
  max-width:16.375rem;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:1600px){
  body .team-description .fl-module-content .fl-rich-text p{
    font-size:1.5rem;
    line-height:1.875rem;
  }
}

body .team-description .fl-module-content .fl-rich-text .team-sub-heading{
  color:#ed1c24;
  font-size:1.5rem;
  line-height:1.875rem;
  font-weight:600;
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-img{
  width:60%;
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text{
  width:40%;
  padding:2.5rem 5rem;
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text h2.slider-heading{
  color:#ed1c24;
  font-size:9.375rem;
  line-height:7.5rem;
  font-weight:400;
  font-family:Remachine Alternate;
}

@media (max-width:1600px){
  body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text h2.slider-heading{
    font-size:7.5rem;
    line-height:5.625rem;
  }
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text h2.slider-sub-heading{
  color:#010000;
  font-size:2.25rem;
  line-height:2.5rem;
  font-family:Clan Pro;
}

@media (max-width:1600px){
  body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text h2.slider-sub-heading{
    font-size:1.5625rem;
    line-height:1.875rem;
  }
}

@media (max-width:413px){
  body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text h2.slider-sub-heading{
    font-size:1.25rem;
    line-height:1.875rem;
  }
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text p{
  color:#000;
  font-size:1.875rem;
  font-weight:500;
  line-height:2.25rem;
  font-family:Clan Pro;
}

@media (max-width:1600px){
  body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text p{
    font-size:1.5rem;
    line-height:1.875rem;
  }
}

body .team-description .team-slider .fl-col-content .fl-module-content .slider .rows .col-text .slider-local-text{
  color:#000;
  font-size:1.5rem;
  line-height:1.875rem;
  font-weight:600;
}

body .fl-popup{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  z-index:999;
}

body .fl-popup:after{
  background:rgba(0, 0, 0, .7);
  height:100%;
  width:100%;
  content:"";
  left:0;
  right:0;
  z-index:-1;
  position:absolute;
  top:0;
  bottom:0;
}

@media (min-width:992px){
  body .fl-popup .button_red{
    text-align:center !important;
  }
}

body .fl-popup .button_red a{
  display:inline-block;
  padding:0 1.5625rem;
  font-size:1rem;
  text-transform:uppercase;
  font-weight:500;
  height:3.125rem;
  line-height:3.125rem;
  -webkit-border-radius:3.125rem;
     -moz-border-radius:3.125rem;
          border-radius:3.125rem;
  font-family:Clan Pro;
}

body .fl-popup .button_red a:hover{
  text-decoration:none;
}

body .fl-popup .fl-popup-inner{
  width:89.375rem;
  position:relative;
  height:100%;
  margin:0 auto;
  max-width:80%;
  max-height:56.25rem;
  height:80%;
  top:50%;
  -webkit-transform:translateY(-50%);
     -moz-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  overflow-x:hidden;
  width:75rem;
}

@media (max-width:1600px){
  body .fl-popup .fl-popup-inner{
    width:56.25rem;
  }
}

body .fl-popup .fl-popup-inner>p{
  margin:0;
}

body .fl-popup .fl-popup-inner>p:empty{
  display:none;
}

body .fl-popup .fl-popup-inner .fl-close-btn{
  position:absolute;
  right:2.5rem;
  top:2.5rem;
  z-index:9999 !important;
  cursor:pointer;
}

@media (max-width:767.98px){
  body .fl-popup .fl-popup-inner .fl-close-btn{
    top:1.875rem;
    right:1.25rem;
  }
}

body .fl-popup .fl-popup-inner .fl-close-btn br{
  display:none;
}

body .fl-popup .fl-popup-inner .fl-close-btn img{
  width:3.125rem;
}

@media (max-width:767.98px){
  body .fl-popup .fl-popup-inner .fl-close-btn img{
    width:3.125rem;
  }
}

body .fl-popup .fl-popup-content{
  position:relative;
  overflow:hidden;
}

body #fl-team-popup.fl-popup ::-webkit-scrollbar{
  width:.75rem;
  background-color:#fff;
}

body #fl-team-popup.fl-popup ::-webkit-scrollbar-track{
  -webkit-border-radius:.625rem;
          border-radius:.625rem;
  background-color:#ddd;
}

body #fl-team-popup.fl-popup ::-webkit-scrollbar-thumb{
  -webkit-border-radius:.625rem;
          border-radius:.625rem;
  background-color:#eee;
}

body #fl-team-popup.fl-popup .fl-popup-content{
  width:100%;
  position:absolute;
  padding:5rem 1.875rem;
  overflow-y:scroll;
  height:100%;
  max-width:100%;
  color:#fff;
  margin:0 auto;
  max-height:47.5rem;
  -moz-background-size:cover;
       background-size:cover;
}

@media (max-width:767.98px){
  body #fl-team-popup.fl-popup .fl-popup-content{
    background-position:bottom;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .side-img{
  position:absolute;
  top:100px;
  top:6.25rem;
  right:0;
  z-index:99;
  width:220px;
  width:13.75rem;
  z-index:0;
  pointer-events:none;
  width:18.75rem;
  right:-6.25rem;
  position:fixed;
  top:5.625rem;
}

body #fl-team-popup.fl-popup .fl-popup-content .side-img.bottom{
  top:auto;
  right:auto;
  left:-140px;
  left:-8.75rem;
  bottom:25px;
  bottom:1.5625rem;
}

@media (max-width:1600px){
  body #fl-team-popup.fl-popup .fl-popup-content .side-img.bottom{
    top:auto;
    right:auto;
    left:-110px;
    left:-6.875rem;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .side-img.bottom{
    left:-110px;
    left:-6.875rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .side-img.bottom{
    left:-130px;
    left:-8.125rem;
  }
}

@media (max-width:1600px){
  body #fl-team-popup.fl-popup .fl-popup-content .side-img{
    width:250px;
    width:15.625rem;
    right:-60px;
    right:-3.75rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .side-img{
    right:-90px;
    right:-5.625rem;
  }
}

@media (max-width:767.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .side-img{
    display:block;
    width:100%;
    max-width:300px;
    max-width:18.75rem;
    position:relative;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:0 auto;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .side-img img{
  max-width:100%;
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex{
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
     -moz-box-align:start;
          align-items:flex-start;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  max-width:56.25rem;
  position:relative;
  z-index:999;
}

@media (min-width:1200px) and (max-width:1299px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex{
    max-width:45.5rem;
  }
}

@media (max-width:1199.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column;
       -moz-box-orient:vertical;
       -moz-box-direction:normal;
            flex-flow:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
       -moz-box-pack:center;
            justify-content:center;
    -webkit-flex-wrap:nowrap;
            flex-wrap:nowrap;
    max-width:45.5rem;
    margin:0 auto;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex.desk-2{
  margin:0 auto;
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex.desk-2 .recipe_panel .content-panel{
  max-width:29.375rem;
  margin:0 auto;
  text-align:center;
}

@media (max-width:767.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex.desk-2 .recipe_panel .content-panel{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
       -moz-box-ordinal-group:3;
            order:2;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-d-flex.desk-2 .recipe_panel .content-panel strong{
  color:#ed1c24;
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-img{
  padding-right:.625rem;
  text-align:center;
  height:100%;
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  vertical-align:middle;
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-img img{
  max-width:30.75rem;
}

@media (max-width:1850px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-img img{
    max-width:18.75rem;
  }
}

@media (max-width:413px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-img img{
    max-width:15.25rem;
  }
}

@media (max-width:374px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-img img{
    max-width:12.5rem;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  text-align:center !important;
  padding:0 1.25rem;
}

@media (max-width:413px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content{
    padding:0;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content ul.listing.listing{
  color:#fff;
  padding:0;
  list-style:none;
  margin-bottom:1.875rem;
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content ul.listing.listing li{
  display:inline-block;
  color:#000;
  padding-right:.625rem;
  font-weight:500;
  width:50%;
  font-size:1.125rem;
  font-family:Clan Pro;
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content ul.listing.listing li:first-child{
  color:#ed1c24;
  font-weight:700;
  display:block;
  width:100%;
  margin-bottom:1.25rem;
}

@media (max-width:413px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content ul.listing.listing li{
    display:block;
    width:100%;
    font-size:1.125rem;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content ul.listing.two-colom li{
  float:left;
}

@media (max-width:1199.98px){
  body #fl-team-popup.fl-popup .fl-popup-content .fl-team-popup-content .fl-team-popup-content-wrapper{
    text-align:center;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content h4{
  font-size:6.25rem;
  margin:0 0 .625rem;
  font-family:Remachine Alternate;
  font-weight:400;
  line-height:1;
  color:#ed1c24;
}

@media (max-width:1850px){
  body #fl-team-popup.fl-popup .fl-popup-content h4{
    font-size:5rem;
  }
}

@media (max-width:767.98px){
  body #fl-team-popup.fl-popup .fl-popup-content h4{
    font-size:4.0625rem;
    margin-top:1.25rem;
  }
}

@media (max-width:374px){
  body #fl-team-popup.fl-popup .fl-popup-content h4{
    font-size:3.5rem;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content h5{
  font-size:1.875rem;
  margin:0 0 1.25rem;
  font-family:Clan Pro;
  font-weight:700;
  color:#000;
}

@media (max-width:767.98px){
  body #fl-team-popup.fl-popup .fl-popup-content h5{
    font-size:1.5rem;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content h6{
  font-size:.875rem;
  margin:0 0 .625rem;
  font-family:Clan Pro;
  font-weight:700;
  color:#fff;
  line-height:1.25rem;
}

body #fl-team-popup.fl-popup .fl-popup-content p{
  font-size:1.125rem;
  margin:0 0 .625rem;
  line-height:1.75rem;
  font-family:Clan Pro;
  color:#000;
  font-weight:500;
}

body #fl-team-popup.fl-popup .fl-popup-content p:last-child{
  margin:0;
}

@media (max-width:1850px){
  body #fl-team-popup.fl-popup .fl-popup-content p{
    font-size:1rem;
    line-height:1.625rem;
  }
}

body #fl-team-popup.fl-popup .fl-popup-content p.fl-holiday-best-part-value{
  margin-bottom:.9375rem;
}

body #fl-team-popup.fl-popup .fl-team-popup-col{
  padding:0;
  -webkit-box-flex:0;
  -webkit-flex:0 0 40%;
     -moz-box-flex:0;
          flex:0 0 40%;
}

@media (max-width:1199.98px){
  body #fl-team-popup.fl-popup .fl-team-popup-col{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
       -moz-box-flex:0;
            flex:0 0 100%;
  }
}

body #fl-team-popup.fl-popup .fl-team-popup-col.content-panel{
  -webkit-box-flex:0;
  -webkit-flex:0 0 60%;
     -moz-box-flex:0;
          flex:0 0 60%;
}

@media (max-width:1199.98px){
  body #fl-team-popup.fl-popup .fl-team-popup-col.content-panel{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
       -moz-box-flex:0;
            flex:0 0 100%;
  }
}

body #fl-community-popup.fl-popup .fl-popup-content{
  width:48.125rem;
  max-width:90%;
  padding:3.75rem 1.875rem;
}

@media (max-width:1600px){
  body #fl-community-popup.fl-popup .fl-popup-content{
    padding-right:6.25rem;
  }
}

body #fl-community-popup.fl-popup .fl-popup-content h4{
  font-size:3.125rem;
  margin:0 0 .9375rem;
  font-family:Remachine Alternate;
  font-weight:400;
  color:#fff;
  font-family:Clan Pro;
}

body #fl-community-popup.fl-popup .fl-popup-content h6{
  font-size:1rem;
  margin:0 0 1.875rem;
  font-family:Clan Pro;
  font-weight:700;
  color:#fff;
}

body #fl-community-popup.fl-popup .fl-popup-content p{
  font-size:.875rem;
  margin:0;
  font-family:Clan Pro;
  color:#fff;
  font-weight:500;
}

body #fl-community-popup.fl-popup .fl-popup-content-wrapper{
  position:relative;
  width:70%;
  margin:0 auto;
}

body .recipe_panel{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  padding:1.875rem;
  position:relative;
  overflow:hidden;
  width:100%;
}

@media (max-width:991.98px){
  body .recipe_panel{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column;
       -moz-box-orient:vertical;
       -moz-box-direction:normal;
            flex-flow:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
       -moz-box-pack:center;
            justify-content:center;
    -webkit-flex-wrap:nowrap;
            flex-wrap:nowrap;
    text-align:center;
  }
}

@media (max-width:413px){
  body .recipe_panel{
    padding-left:1.5625rem;
    padding-right:1.5625rem;
  }
}

body .recipe_panel .recipe-img-panel{
  -webkit-box-flex:0;
  -webkit-flex:0 0 30%;
     -moz-box-flex:0;
          flex:0 0 30%;
  margin-right:2.5rem;
}

@media (max-width:991.98px){
  body .recipe_panel .recipe-img-panel{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
       -moz-box-flex:0;
            flex:0 0 100%;
    margin-right:0;
  }
}

@media (max-width:767.98px){
  body .recipe_panel .recipe-img-panel{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
       -moz-box-ordinal-group:2;
            order:1;
    margin-bottom:1.875rem;
  }
}

body .recipe_panel .recipe-img-panel img{
  border:.9375rem solid #fff;
  -webkit-transform:rotate(-11deg);
     -moz-transform:rotate(-11deg);
       -o-transform:rotate(-11deg);
          transform:rotate(-11deg);
  -webkit-box-shadow:0 .625rem .375rem rgba(0, 0, 0, .2);
     -moz-box-shadow:0 .625rem .375rem rgba(0, 0, 0, .2);
          box-shadow:0 .625rem .375rem rgba(0, 0, 0, .2);
  margin:1.25rem;
  max-width:88% !important;
}

@media (max-width:1199.98px){
  body .recipe_panel .recipe-img-panel img{
    max-width:100% !important;
  }
}

@media (max-width:767.98px){
  body .recipe_panel .recipe-img-panel img{
    margin:1.25rem 0;
  }
}

@media (max-width:991.98px){
  body .recipe_panel .recipe-img-panel img{
    max-width:64%;
  }
}

body .recipe_panel .content-panel{
  -webkit-box-flex:0;
  -webkit-flex:0 0 70%;
     -moz-box-flex:0;
          flex:0 0 70%;
  padding:1.25rem;
  font-size:1.125rem !important;
  line-height:1.75rem;
  margin:0;
  font-weight:500;
  font-family:Clan Pro;
  color:#000 !important;
}

@media (max-width:1850px){
  body .recipe_panel .content-panel{
    font-size:1rem !important;
    line-height:1.625rem;
  }
}

@media (max-width:991.98px){
  body .recipe_panel .content-panel{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
       -moz-box-flex:0;
            flex:0 0 100%;
    text-align:center;
    margin-top:1.25rem;
  }
}

@media (max-width:767.98px){
  body .recipe_panel .content-panel{
    padding:0;
  }
}

body .recipe_panel .content-panel p{
  font-size:1.125rem !important;
  margin:0;
  font-weight:500;
  font-family:Clan Pro;
  color:#000 !important;
}

@media (max-width:1850px){
  body .recipe_panel .content-panel p{
    font-size:1rem;
    line-height:1.625rem;
  }
}

body .recipe_panel .right-side-img{
  position:absolute;
  bottom:-4.375rem;
  max-width:11.25rem;
  right:0;
}
