
  @font-face {
    font-family: "FortBook";
    src: url("./fonts/Fort-Book.otf") format("opentype");
  }
  .wrap-contaner{
    width: 100%;
    margin: 0 auto;
    max-width:1000px;
  }

  .c--left{
    float: left;
  }

  .c--right{
    float: right;
  }

  .c--width{
    width: 80%;
  }

  .c--position{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding-right: 80px;
    box-sizing: border-box;
  }

  .recipe-scale-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 19px;
    background: url('./zoom-icon@2x.png') center center no-repeat;
    background-size: cover;
    display: none !important;
    cursor: pointer;
    z-index: 9;
  }

  .recipe-scale-btn-desctop{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 19px;
    background: url('./zoom-icon@2x.png') center center no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
    z-index: 9;
  }

  .ecipe-scale-close-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 19px;
    background: url('./zoom-icon@2x.png') center center no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
    z-index: 9;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    display: none;
  }

  .c-carousel{
    width: 100%;
  }

  .owl-dots{
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 100%;
  }

  .c--cl:after{
    content: '';
    display: block;
    clear: both;
  }

  
  .recipes-overlay{
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  

  .recipes-popup{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px; 
  }

  .popup span{
    width: 100%;
    display: block;
    text-align: right;
    color: white;
    padding-right: 12px;
  }

  .recipes-viewbox{
    overflow: hidden;
  }

  .recipes-viewbox img{
    width: 100%;
  }
  #page-panel-recipe{
    position: relative;
    left: 0;
    top: 0;
  }
  .node-type-recipe .region-two-33-66-second{
    float: none !important;
    width: 460px !important;
    padding: 50px 20px 20px 0 !important;
  }

  .node-type-recipe .region-two-33-66-first{
    float: right !important;
    width: 540px !important;
    padding: 0 !important;
    margin-top: 47px;
    margin-bottom: 50px;
  }
  .pane-node-field-servings{
    padding-bottom: 5px !important;
  }
  .owl-carousel .owl-item img{
    width: 100%;
    height: auto;
  }

  .owl-theme .owl-controls{
    margin-top:0 !important;
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: block !important;
  }


  .owl-theme .owl-controls .owl-page{
    display:block;
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    position: relative;
    left: 0;
    top: 0;
    opacity: 0.5;
  }

  .owl-theme .owl-controls .owl-page.active{
    opacity: 1;
  }

  .owl-theme .owl-controls .owl-page span{
    width: 60px !important;
    height: 60px !important;
    opacity: 1 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .owl-theme .owl-controls .owl-page:last-child{
    margin-bottom: 0;
  }

  .owl-theme .owl-controls{
    margin-top: 0 !important;
  }

  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    border-radius:0 !important;
  }

  .recipes-close-btn{
    display: block;
    text-align: right;
    line-height: 40px;
    font-family: "FortBold";
    font-size: 14px;
    color: white;
    cursor: pointer;
    padding-right: 40px;
  }

  .recipes-close-btn:after{
    width: 17px;
    height: 18px;
    display: inline-block;
    content: '';
    background: url('./close-button@2x.png');
    position: relative;
    right: -22px;
    top: 3px;
  }

  .c-recipe-play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background: url('./play-button@2x.png') center center no-repeat;
    background-size: contain;
    z-index: 1;
    display: block;
    cursor: pointer;
  }

  .c-recipe-play-btn:hover{
    opacity: 0.8;
  }

  .owl-theme .owl-controls .owl-page i.image-secondary-play-btn{
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px !important;
    margin-left: -12px !important;
    background: url('./play-button@2x.png') center center no-repeat;
    background-size: cover;
  }

  .node-type-recipe .pane-page-title h1{
    text-align: left;
    font-family: 'FortBold';
    margin-bottom: 0 !important;
  }

  .node-type-recipe .pane-page-title h1:after{
    border-bottom: solid 1px #979797 !important;
    width: auto !important;
  }

  .node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients .field-items{
    padding: 0 !important;
  }
  .node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients{
    margin: 0 !important;
  }

  .node-type-recipe .pane-node-field-ingredients{
    border-top: solid 1px #979797;
    background: none !important;
    padding-bottom:45px !important;
  }


  .node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients .field-item.even{
    background: #f9f8f8;
  }

  .node-type-recipe .pane-node-field-ingredients .pane-title{
    padding:21px 0 0 !important;
    margin-bottom: 0;
  }

  .c-recipes-video{
    width: 100%;
    margin-top: 20px;
  }

  .pane-node-field-nutritional-information .field-item p{
    font-size: 18px;
    line-height: 2.44em;
    text-align: left;
    font-family: "FortBook";
    margin-bottom: 0 !important;
  }
  .pane-node-field-nutritional-information .field-item p strong{
    font-family: "FortBold";
  }

  .pane-node-field-ingredients{
    border-bottom: solid 1px #979797;
    padding-bottom: 0.67em !important;
  }

  .pane-node-field-nutritional-information{
    border-top: solid 1px #979797;
    padding-top: 8px !important;
  }

  .block-title{
    padding-bottom: 0 !important; 
  }

  .node-type-recipe .field-name-field-subheadline .field-items .field-item p{
    font-size: 18px !important;
    line-height: 1.5em;
    text-align: left;
    font-family: "FortBook";
  }
  .page-node #main-content .pane-back-link, .page-node #main-content .pane-back-link a, html.wf-active body{
    font-family: "FortBook" !important;
    font-size: 18px;
  }
  .pane-node-field-ingredients .field-name-field-ingredients h3{
    font-size: 18px;
  }

  .pane-node-field-directions{
    margin-bottom: 8px !important;
  }

  .pane-node-field-directions .block-content{
    width: 75%;
  }

  .pane-node-field-directions h2{
    padding-top: 23px;
  }

  .node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients .field-item.ingredient-title{
    padding: 2px 0 !important;
  }

  .pane-related-articles .pane-title{
    padding-top:40px !important; 
    margin-top: 40px;
  }

  .recipe-scale-img-over{
    transform:scale(2.4);
    transform:scale(2.4);
    -ms-transform:scale(2.4);   /* IE 9 */
    -moz-transform:scale(2.4);  /* Firefox */
    -webkit-transform:scale(2.4); /* Safari 和 Chrome */
    -o-transform:scale(2.4); 
  }
  .pane-node-field-nutritional-information h2{
    padding-top: 14px;
  }

  .node-type-recipe .field-name-field-servings{
    background: url('./servings-icon@2x.png') no-repeat left center transparent !important;
  }
  
  .pane-mobile-share-links.block{
    margin-bottom: 0 !important;
  }
  .node-type-recipe .field-name-field-servings{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .node-type-recipe .field-name-field-subheadline .field-items .field-item p{
    margin-bottom: 35px !important;
  }

  .region-two-33-66-second .clearfix:after{
    display:none !important;
  }
  @media screen and (max-width: 1024px){ 
    .wrap-contaner{
      max-width: 1024px;
    }

    .pane-mobile-share-links.block{
      margin-bottom: 20px !important;
    }

    #main-content, .block-inner, .pane-inner, .menu-wrapper, .branding-elements, .breadcrumb-wrapper, .attribution, .at-panel .rounded-corner, .block-panels-mini > .block-title, div.messages{
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .c--position{
      padding-right: 0;
      height: auto;
    }

    .node-type-recipe .region-two-33-66-second{
      width: 100% !important;
      height: auto !important;
      padding: 0 20px 20px 0 !important
    }

    .owl-theme .owl-controls{
      position: inherit;
      width: auto;
      height: auto;
    }

    .owl-theme .owl-controls .owl-page{
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: solid 0.5px #979797;
      display: inline-block;
      margin: 0 7px;

    }

    .owl-theme .owl-controls .owl-page span{
      width: 15px !important;
      height: 15px !important;
      background: none !important;
      position: absolute;
      left: -1px;
      top: 0;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
      width: 15px !important;
      height: 15px !important;
      border-radius:50% !important;
      background: #d8d8d8 !important;
    }

    .owl-carousel .owl-item img{
      height: auto !important;
    }

    .recipe-scale-btn{
      width: 50px;
      height: 50px;
      position: absolute;
      right: 0;
      bottom: -1px;
      background: url('./expand-icon@2x.png') center center no-repeat;
      background-size: cover;
      display: block !important;
      cursor: pointer;
      z-index: 9;
    }

    .ecipe-scale-close-btn{
      display: none;
    }

    .node-type-recipe .region-two-33-66-first{
      float: none !important;
      width: 100% !important;
      margin-top: 0px;
      margin-bottom: 0;
    }

    .owl-theme .owl-controls{
      margin-top: 20px !important;
    }

    .owl-theme .owl-controls .owl-page i.image-secondary-play-btn{
      display: none;
    }

    .node-type-recipe .pane-page-title h1{
      font-size: 32px !important;
      padding: 0 12px 40px;
      border-bottom: solid 1px #979797;
    }

    .pane-node-field-directions{
      padding: 0 12px;
    }

    .pane-node-field-nutritional-information{
      padding-left: 12px;
      padding-right: 12px;
    }

    .node-type-recipe .pane-node-field-ingredients .pane-title{
      padding:25px 12px 0 !important;
    }
    .page-node #main-content .pane-node-field-subheadline{
      padding-left: 12px !important;
      padding-top: 25px;
    }
    .node-type-recipe .field-name-field-servings, .node-type-recipe .pane-node-field-shop-now-button{
      margin-left: 12px !important;
      margin-right: 13px !important;
    }
    .node-type-recipe .region-two-33-66-second{
      padding-bottom: 23px !important; 
      padding-right: 0 !important;
    }
    .pane-node-field-directions .block-content{
      width: 100%;
    }
    .node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients .field-item.ingredient-title{
      padding: 12px !important;
    }
    .page-node #page-title-2{
      padding-left: 0 !important;
    }

    .recipes-overlay{
      background: rgba(0, 0, 0, 1);
    }

    .recipe-scale-btn-desctop{
      display: none;
    }

    .node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients .field-item{
      padding: 10px 25px 10px 20px !important;
    }

    .node-type-recipe .field-name-field-subheadline .field-items .field-item p{
      margin-right: 13px !important; 
    }

    

  }


  @media screen and (max-width: 767px){
    .owl-theme .owl-controls .owl-page span{
      left: -0.5px;
      top: -0.5px;
    }
  }

  .d_block{
    display: block;
  }

  .region-two-33-66-second .pane-node-field-subheadline .clearfix:after{
    display: inline !important;
  }
  .region-two-33-66-first .pane-node-field-main-image.block{
    margin-bottom: 0px;
  }

  