/*
Theme Name: ImpressBlank
Author: BigBang team @ Impress Labs
Author URI: http://www.impresslabs.com/
Description: The 2016 ImpressBlank Theme for Stemilt Global Site
Version: 2016-june
Text Domain: impress_blank
*/
/*LAYOUT*/
*{margin: 0;padding: 0;}
.alignright{text-align: right;}
.alignleft{text-align: left;}
.aligncenter{text-align: center;}
.floatRight{float: right;}
.floatLeft{float: left;}
.noMobile{display: block;}
.yesMobile{display: none;}
.loading{min-height:200px;opacity:.4; transition: .5s;}
.fancybox-overlay{z-index:77777 !important;}
/*--------- GRLs -----------*/
h1, h2, h3, h4, h5{
 margin-top: 0;
 margin-bottom: 20px;
 font-weight: 600;
 font-family: 'Oswald', sans-serif;
 text-transform: uppercase;
 color: #464646;
}
h1{
 font-size: 48px;
}
h2{
 font-size: 20px;
}
h3{
 font-size: 28px;
}
a{transition: all 0.3s ease-in; color: #41c5cd;}
a, a:hover, a:active, a:focus{text-decoration: none;}
a:hover{color: #1486ba;}
p{
 margin: 0 0 20px 0;
 line-height: 21px;
} 
img{
 max-width: 100%;
 height: auto;
}
input,
textarea,
select,
option{
 -webkit-appearance: none;
 border-radius: 0;
}
input[type="radio"] {
 -webkit-appearance: radio;
}
input[type="checkbox"] {
 -webkit-appearance: checkbox;
}
ul,ol{margin: 0 0 20px 30px;}
li{margin: 5px 0;}
img.alignleft{
 float: left;
 margin: 0 15px 15px 0;
}
em,
.cursive-font{
  font-family: 'Reenie Beanie', cursive;
  color: #636363;
  font-weight: 100 !important;
  font-size: 30px;
  text-transform: none;
}
h2 .cursive-font{
  font-size: 20px;
}
sup{
  font-size: 50%;
  top: -1em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
p sup{
  font-size: 65%;
  top: -0.5em;
}
/*------- VC PLUGINS DEFAULT STYLE ------*/
.vc_imp_owlslider{
  background-repeat: no-repeat;
  background-position: center;
}
.vc_imp_owlslider .owl-item>div{
  background-repeat: no-repeat;
  background-position: center;
}
.vc_imp_owlslider[data-bgmode="auto"] .owl-item>div{
  background-size: 100%;
}
.vc_imp_owlslider[data-bgmode="cover"] .owl-item>div{
  background-size: cover;
}
.vc_imp_owlslider[data-bgmode="contain"] .owl-item>div{
  background-size: contain;
}
.ytplaceholder-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }
.ytplaceholder-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.ytplaceholder-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.ytplaceholder-play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("http://i.imgur.com/TxzC70f.png") no-repeat; }
#ytplaceholder-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
/*------- FRUIT SWING ---------*/
.swing1 .vcimpr_imagemap_trigger a{
    -moz-animation: 3s ease 0s normal none infinite swing1;
    -moz-transform-origin: center top;
    -webkit-animation:swing1 3s infinite ease-in-out;
    -webkit-transform-origin:top;
    -ms-animation:swing1 3s infinite ease-in-out;
    -ms-transform-origin:top;
}
@-moz-keyframes swing1{
    0%{-moz-transform:rotate(-9deg)}
    50%{-moz-transform:rotate(6deg)}
    100%{-moz-transform:rotate(-9deg)}
}
@-webkit-keyframes swing1{
    0%{-webkit-transform:rotate(-9deg)}
    50%{-webkit-transform:rotate(6deg)}
    100%{-webkit-transform:rotate(-9deg)}
}
@-ms-keyframes swing1{
    0%{-ms-transform:rotate(-9deg)}
    50%{-ms-transform:rotate(6deg)}
    100%{-ms-transform:rotate(-9deg)}
}
.swing2 .vcimpr_imagemap_trigger a{
    -moz-animation: 3s ease 0s normal none infinite swing2;
    -moz-transform-origin: center top;
    -webkit-animation:swing2 3s infinite ease-in-out;
    -webkit-transform-origin:top;
    -ms-animation:swing2 3s infinite ease-in-out;
    -ms-transform-origin:top;
}
@-moz-keyframes swing2{
    0%{-moz-transform:rotate(10deg)}
    50%{-moz-transform:rotate(-7deg)}
    100%{-moz-transform:rotate(10deg)}
}
@-webkit-keyframes swing2{
    0%{-webkit-transform:rotate(10deg)}
    50%{-webkit-transform:rotate(-7deg)}
    100%{-webkit-transform:rotate(10deg)}
}
@-ms-keyframes swing2{
    0%{-ms-transform:rotate(10deg)}
    50%{-ms-transform:rotate(-7deg)}
    100%{-ms-transform:rotate(10deg)}
}

.swing3 .vcimpr_imagemap_trigger a{
    -moz-animation: 3s ease 0s normal none infinite swing3;
    -moz-transform-origin: center top;
    -webkit-animation:swing3 2s infinite ease-in-out;
    -webkit-transform-origin:top;
    -ms-animation:swing3 2s infinite ease-in-out;
    -ms-transform-origin:top;
}
@-moz-keyframes swing3{
    0%{-moz-transform:rotate(5deg)}
    50%{-moz-transform:rotate(-5deg)}
    100%{-moz-transform:rotate(5deg)}
}
@-webkit-keyframes swing3{
    0%{-webkit-transform:rotate(5deg)}
    50%{-webkit-transform:rotate(-5deg)}
    100%{-webkit-transform:rotate(5deg)}
}
@-ms-keyframes swing3{
    0%{-ms-transform:rotate(5deg)}
    50%{-ms-transform:rotate(-5deg)}
    100%{-ms-transform:rotate(5deg)}
}
.swing4 .vcimpr_imagemap_trigger a{
    -moz-animation: 3s ease 0s normal none infinite swing4;
    -moz-transform-origin: center top;
    -webkit-animation:swing4 2.5s infinite ease-in-out;
    -webkit-transform-origin:top;
    -ms-animation:swing4 2.5s infinite ease-in-out;
    -ms-transform-origin:top;
}
@-moz-keyframes swing4{
    0%{-moz-transform:rotate(-8deg)}
    50%{-moz-transform:rotate(8deg)}
    100%{-moz-transform:rotate(-8deg)}
}
@-webkit-keyframes swing4{
    0%{-webkit-transform:rotate(-8deg)}
    50%{-webkit-transform:rotate(8deg)}
    100%{-webkit-transform:rotate(-8deg)}
}
@-ms-keyframes swing4{
    0%{-ms-transform:rotate(-8deg)}
    50%{-ms-transform:rotate(8deg)}
    100%{-ms-transform:rotate(-8deg)}
}
/*-------- BODY --------*/
body{
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 font-size: 15px;
 color: #636363;
 margin-top: 130px;
}
/*---------- HEADER --------*/
.main-menu-box ul > li .sub-menu-wrapper .close{
  position: absolute;
  top: 0;
  right: 0;
}
  .main-menu-box ul > li .sub-menu-wrapper .close a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
  }
/*---------- HOME --------*/
.first-title-block{
  padding-top: 10px;
  margin-bottom: 20px;
}
  .first-title-block h1{
    font-size: 47px;
    color: #41c5cd;
  }
  .first-title-block p{
    font-size: 17px;
  }
.cherries-home-section{

}
.cherries-home-section h2,
.cherries-home-section h3,
.pears-home-section h2,
.pears-home-section h3,
.apple-home-section h2,
.apple-home-section h3,
.peaches-home-section h2,
.peaches-home-section h3,
.our-roots-home-section h2,
.our-roots-home-section h3{
  font-size: 50px;
  text-transform: uppercase;
}
.cherries-home-section h2{
  color: #ff9c01;
}
.height-60{
  padding-right: 40px;
}
.editorial-article-block,
.loop-editorial-article,
.related-recipe-box{
  color: #FFF;
  position: relative;
  cursor: pointer;
}
  .editorial-article-block,
  .related-recipe-box{
    min-height: 280px;
    background-size: cover;
  }
  .editorial-article-block{
    min-height: 320px;
  }
  .editorial-article-block .wpb_wrapper{
    position: relative;
  }
  .related-recipe-box h3,
  .editorial-article-block h3{
    text-transform: uppercase;
    font-size: 29px;
    color: #FFF;
    margin-bottom: 10px;
  }
  .editorial-article-block-content,
  .related-recipe-content{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .editorial-article-block-content .vcimpress_loop_content{
    margin-bottom: 20px;
  }
  .related-recipe-box p,
  .editorial-article-block p{
    font-weight: 300;
    font-size: 20px;
    color: #FFF;
  }
  .related-recipe-box a,
  .editorial-article-block a{
    color: #FFF;
  }
    .editorial-article-block a.bordered-button:hover,
    .related-recipe-box a:hover{
      background-color: #FFF;
      text-decoration: none;
      color: #464646;
      border-color: #FFF;
    }
    .editorial-article-block a:hover{
      color: #FFF;
    }
.editorial-article-block-shadow,
.autoshadow-block-shadow{
  cursor:pointer;
  transition: all ease-out 0.3s;
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.76);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.76)), color-stop(83%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.related-recipe-box:hover .autoshadow-block-shadow,
.editorial-article-block:hover .editorial-article-block-shadow{
  opacity: 1;
}
.editorial-article-block .wpb_content_element{
  padding: 20px 30px;
}
.related-recipe-content,
.editorial-article-block .vc_column-inner{
  min-height: 380px;
}
  .height-60 .vc_col-sm-4 > .vc_column-inner,
  .height-60 .vc_col-sm-6 > .vc_column-inner{
    display: flex;
    align-items: center;
  }
    .height-60 .vc_col-sm-4 p{
      line-height: 25px;
      font-size: 20px;
    }
.vc_general.vc_btn3{
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.pears-home-section h2{
  color: #fe4a4a;
}
  .home-pears-video-block{
    text-align: right;
  }
    .home-pears-video-block .wpb_wrapper{
      width: 100%;
    }
.apple-home-section h2{
  color: #3ab8bd;
}
.peaches-home-section h2{
  color: #60b12a;
}
.our-roots-home-section h2{
  color: #2eb2d3;
}
.featured-articles-footer-block .vc_row_3cols h2,
.featured-articles-footer-block .vc_row_3cols a{
  color: #FFF;
}
.home-video-block h3 a,
.home-video-block h2 a,
.editorial-3-column-section h2 a,
.editorial-3-column-section h3 a,
.editorial-3-column-section h2,
.editorial-3-column-section h3{
  color: #FFF;
}
  .editorial-3-column-section h2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
  }
.full-width-video-block{
  padding: 100px 0;
  color: #FFF;
}
/*---- DEFAULT BUTTONS ----*/
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline{
  color: #fe4a4a;
  border-color: #fe4a4a;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover{
  background-color: #fe4a4a;
  border-color: #fe4a4a;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline{
  color: #3ab8bd;
  border-color: #3ab8bd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover{
  border-color: #3ab8bd;
  background-color: #3ab8bd;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline{
  color: #60b12a;
  border-color: #60b12a;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover{
  border-color: #60b12a;
  background-color: #60b12a;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline{
  color: #2eb2d3;
  border-color: #2eb2d3;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover{
  background-color: #2eb2d3;
  border-color: #2eb2d3;
}
/*---------- PAGE --------*/
body.home #main-container{
}
body:not(.home) #main-container{
 padding-top: 20px;
}
body.print{
 margin-top:0;
}
body.print #main-container{
 padding-top:0;
 display: block;

 margin:0 25px 0 25px;
}
#page-header-container{
  max-height: 500px;
  height: auto;
  background-position: left center;
  background-color: #119aa5;
  background-size: cover;
  text-align: right;
  color: #FFF;
}
#page-header-container > .row{
  height: 100%;
  position: relative;
}
#page-header-container > .row section,
div.block-header-description-column{
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
}
div.block-header-description-column,
div.block-header-description-column h1{
  color:#fff;
  text-align: right;
}
.block-header-image-column > .vc_column-inner{
  height: 500px;
}

.page-header-content{
  width: 100%;
  padding:  50px 0;
}
  #page-header-container a{
    color: #337ab7;
  }
  #page-header-container .shadow{
    display: none;
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#119aa5+0,119aa5+100&0+32,1+70 */
    background: -moz-linear-gradient(left,  rgba(17,154,165,0) 0%, rgba(17,154,165,0) 32%, rgba(17,154,165,1) 70%, rgba(17,154,165,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(17,154,165,0) 0%,rgba(17,154,165,0) 32%,rgba(17,154,165,1) 70%,rgba(17,154,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(17,154,165,0) 0%,rgba(17,154,165,0) 32%,rgba(17,154,165,1) 70%,rgba(17,154,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00119aa5', endColorstr='#119aa5',GradientType=1 ); /* IE6-9 */

  }
  #page-header-container h1, #page-header-container h2{
    font-size: 50px;
    text-transform: uppercase;
    color: #FFF;
  }
  .page-header-description-block{
    background:  #41c5cd;
    padding-right: 50px;
    padding-left: 50px;
  }
  .page-header-description p{
    font-size: 20px;
    line-height: 25px;
  }
  .icontype{
    height: 500px;
  }
  .icontype-center{
    text-align: center;
  }
    .block-header-image-column img,
    .icontype > img{
      width: auto;
      height: 100%;
      max-height: 400px;
      margin:  0 auto;
    }
  .icontype-center a.stem-blog-xs-header-logo{
    text-align: center;
    width: 100%;
    height: 70%;
  }
    .icontype.icontype-bottom img{
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        height: auto;
        max-height: inherit;
    }
    .row-icontype-full{
      background-repeat: repeat;
      background-position: center center;
      background-size: contain;
    }
    .icontype-full{
      background-repeat: no-repeat;
      background-position: center right;
      background-size: cover;
    }
/*--- ABOUT US ---*/
.about-us-top-block h3{
  color: #ff9c01;
  text-transform: uppercase;
}
  .about-us-top-block h3 a{
    color: #ff9c01;
  }
body.page:not(.home) h2{
  text-transform: uppercase;
  color: #41c5cd;
  font-size: 35px;
}
.mathisons-shortcuts h3{
  font-size: 16px;
  text-transform: uppercase;
}
/*--- FRUIT OVERVIEW ---*/
body:not(.home) .video-fullwidth{
  min-height: 410px;
}
.video-fullwidth{
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  display: flex;
  align-items: center;
}
  .video-fullwidth h2,
  .video-fullwidth h3{
    color: #FFF;
    font-size: 35px;
    text-transform: uppercase;
  }
  .full-width-video-block .bordered-button.white-button,
  .video-fullwidth .bordered-button.white-button{
    max-width: 220px;
    background: #FFF;
    color: #1486ba;
  }
  .full-width-video-block .bordered-button.white-button:hover,
  .video-fullwidth .bordered-button.white-button:hover{
    background: #1486ba;
    border-color: #1486ba;
    color: #FFF;
  }
.fruit-category-bottom-box{
  padding: 30px 0;
}
  .fruit-category-bottom-box h2,
  .fruit-single .single-fruit-bottom-block h2{
    font-size: 35px;
    color: #ff9c01;
    text-transform: uppercase;
  }
    .fruit-category-bottom-box h2 .cursive-font{
      text-transform: none;
    }
.fruit-listing{
  margin-bottom: 20px;
}
  .fruit-listing:nth-child(6n+1){
    clear: left;
  }
  .fruit-listing .entry-thumbnail{
    min-height: 160px;
    margin-bottom: 20px;
  }
    .fruit-listing .entry-thumbnail img{
      width: 100%;
      max-width: 210px;
    }
  .fruit-listing a{
    display: block;
  }
    .fruit-listing h2{
      text-align: center;
    }
      .fruit-listing h2 a{
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
      }
.fruit-bottom-block-sidebar .health-and-nutrition-posts-list{
  padding-left: 30px;
}
.fruit-category-bottom-box .recipe-list-box .vcimpress_loop_recipecategories,
.single-fruit-bottom-block .recipe-list-box .vcimpress_loop_recipecategories{
  display: none;
}
.postid-914 .single-post-characteristics h2,
.postid-443 .single-post-characteristics h2,
.postid-444 .single-post-characteristics h2{
  display: none;
}
  .postid-914 .single-post-characteristics{
    font-size: 16px;
    line-height: 24px;
  }
.fruit-hero-image,
.fruit-description-content{
  position: relative;
  margin-bottom: 40px;
}
a.single-fruit-video-button{
  width: auto; 
  position: relative;
  margin-left: 10px; 
  padding-left: 60px;
  margin-top: 30px;
}
  .single-fruit-video-button .play-icon{
    position: absolute;
    top: -13px;
    left: -12px;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #1386BA;
    color: #FFF;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-right: 30px;
    transition: all ease-out 0.3s;
  }
    .single-fruit-video-button .play-icon i{
      position: relative;
      top: -2px;
      left: 2px;
    }
  .single-fruit-video-button:hover .play-icon{
    background-color: #41c5cd;
  }
.featured-eBook-CTA{
  position: absolute;
  top: 60%;
  width: 80%;
  left: 10%;
  display: block;
  background-color: #1386BA;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  border:  2px solid #FFF;
  text-transform: uppercase;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
  transition: all ease-out 0.3s;
}
  .fruit-hero-image:hover .featured-eBook-CTA{
    top: 58%;
    background-color: #FFF;
    color: #1386BA;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
  }
/*---- RECIPES OIVERVIEW -----*/
.recipe-list-box .recipe_list_thumb_box{
  text-align: center;
}
.stem-blog-aside-logo{
  padding-bottom: 60px;
}
  .stem-blog-aside-logo > img{
    max-width: 150px;
  }
/*---- 404 ----*/
.error404 .breadcrumb,
.page-id-1835 .breadcrumb,
.page-id-4253 .breadcrumb{
  display: none;
}
.page-id-1835 #main-container,
body.error404:not(.home) #main-container,
.page-id-4253 #main-container{
  padding-top: 0px !important;
}
/*---- SINGLE RECIPE ------*/
.recipe-single h2.entry-title{
  font-size: 48px;
}
.recipe-single h1,
.recipe-single h2,
.recipe-single h3{
  text-transform: uppercase;
  margin-bottom: 40px;
}
  .ingredients-list ul{
    color: #ff9c01;
  }
    .ingredients-list ul li span{
      color: #636363;
    }
.recipe-small-html-widget{
  margin: 0 0 40px;
  width: 100%;
  list-style: none;
  border-top: 1px solid #fafafa;
}
.recipe_list_content_box .recipe-small-html-widget{
  margin-bottom: 0;
}
.recipe-small-html-widget li{
 padding: 10px 0;
 margin: 0;
 border-bottom: 1px solid #fafafa;
}
.recipe-small-html-widget li div{
 display: inline-block;
}
.recipe-small-html-widget li .recipe-data-heading{
 text-align: center;
 width: 40%;
 color: #56b5de;
 font-size: 12px;
 text-transform: uppercase;
}
.recipe-small-html-widget li .recipe-data-heading i{
 width: 100%;
 margin-bottom: 5px;
 font-size: 14px;
}
.recipe-small-html-widget li .recipe-data-heading span{
 display: block;
}
.recipe-small-html-widget li .recipe-data-field{
 width: 58%;
 text-align: center;
 padding-left: 2%;
 font-size: 24px;
 font-weight: 700;
 color: #7f7f7f;
}
.recipe-description p,
.recipe-description{
/* font-size: 24px;
 line-height: 32px;*/
}
.recipe-description{
 padding-top: 10px;
 padding-bottom: 10px;
}
.sharing-recipe-box ul{
  margin: 0;
  list-style: none;
}
.sharing-recipe-box li.share-icon{
 margin: 0 10px 10px 0;
 display: inline-block;
}
li.share-icon a{
 line-height: 40px;
 font-size: 18px;
 display: inline-block;
 width: 40px;
 height: 40px;
 border-radius: 20px;
 text-align: center;
 color: #FFF;
 background: #41c5cd;
}
li.share-icon a:hover{
 background: #f32842;
}
.secondary-information-box{
  padding-top: 30px;
  padding-bottom: 30px;
}
#recipe-search-form{
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #333333;
  height: 40px;
  line-height: 40px;
  background: url('img/search-icon.png') 95% center no-repeat;
}
  #recipe-search-form input{
    border: none;
    background: none;
    width: 80%;
    padding-left: 2%;
    height: 40px;
    line-height: 40px;
  }
  #recipe-search-form input[type="submit"]{
    display: none;
  }
.editorial-3-column-section{
  min-height: 280px;
}
.recipe-featured-image-box{
  position: relative;
}
  .recipe-featured-image-box img{
    width: 100%;
    height: auto;
  }
  .recipe-featured-image-box i{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    color: #FFF;
  }
.recipe-interaction-area{
  margin-bottom: 30px;
}
.sharing-recipe-box{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.recipe-autor-line{
  font-size: 13px;
  font-style: italic;
  opacity: 0.5;
  margin-bottom: 0;
  margin-top: 10px;
}
.microdata-info-box{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-left: 1px solid #b1b1b1;
  min-height: 130px;
}
  .microdata-info-box,
  .microdata-info-box em{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #b1b1b1;
  }
  .post-ratings img{
    width: 26px;
    height: 26px;
  }
.post-ratings-text{
  position: absolute;
  left: 30px;
  top: 45px;
}
/*---- RECIPE LOOP ----*/
.recipe-list-box{
 margin-bottom: 20px;
 padding-bottom: 20px;
}
  .recipe-list-box .vcimpress_loop_title h3{
    font-size: 24px;
    min-height: 30px;
  }
.recipe-list-box .vcimpress_loop_content{
  margin-bottom: 20px;
}
.recipe-list-box .recipe_list_content_box .bordered-button{
  margin-bottom: 0;
}
.vertical-tiles{
 text-align: left;
 border: none;
}
.recipe-small-html-widget.vertical-tiles li{
 width: 23%;
 display: inline-block;
 border: none;
 border-right: 1px solid #fafafa;
 min-height: 90px;
 vertical-align: top;
}
.recipe-small-html-widget.vertical-tiles li:last-child{
 border-right: none;
}
.recipe-small-html-widget.vertical-tiles li div{
 width: 100%;
 display: block;
}
.recipe-small-html-widget.vertical-tiles li .recipe-data-heading span{
 font-size: 12px;
 color: #999999;
 text-transform: uppercase;
 margin-bottom: 5px;
}
.recipe-small-html-widget.vertical-tiles li .recipe-data-field{
 font-size: 14px;
 font-weight: 300;
 color: #333;
}
.recipe_list_thumb_box .vcimpress_loop_image{
 text-align: center;
}
.vcimpress_loop_recipecategories ul{
 list-style: none;
 margin: 5px 0;
 text-align: left;
}
.vcimpress_loop_recipecategories ul li{
 display: inline-block;
 width: auto;
 padding-right: 5px;
 font-style: italic;
}
.recipe_list_content_box h2,
.recipe_list_content_box h2 a{
  text-transform: uppercase;
  font-size: 24px;
  color: #464646;
  font-weight: 500;
}
.recipe-list-box .bordered-button{
  /*margin-top: 0;*/
}
.aside-recipe-category-box .col-xs-6{
  margin-bottom: 20px;
}
.aside-recipe-category-box .col-xs-6:nth-child(2n+1){
  clear: left;
}
  .aside-recipe-category-box h3.cursive-font{
    font-size: 23px;
    text-transform: none;
    color: #636363;
  }
.post-type-archive-recipe aside h3,
.post-type-single-recipe aside h3,
.tax-recipe_category aside h3{
  text-transform: uppercase;
  color: #ff9c01;
}
.post-type-archive-recipe aside h3.cursive-font,
.post-type-single-recipe  aside h3.cursive-font,
.tax-recipe_category aside h3.cursive-font{
  color: #464646;
  text-transform: none;
}
.aside-recipe-category-list{
  list-style: none;
  margin: 20px 0 20px 10px;
}
.featured_recipe_list_thumb_box{
  margin-bottom: 20px;
}
.nutritional-information-data em{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
/*------- SINGLE FRUIT -----*/
.fruit-single h2,
.fruit-single h1,
.fruit-single h3,
.fruit-single h4{
  min-height: 40px;
}
.fruit-single h2{
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
  .fruit-single h2 .cursive-font{
    text-transform: none;
  }
  .fruit-description-content h4{
    text-transform: none;
    color: #ff9c01;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Reenie Beanie', cursive;
  }
  .fruit-description-content p{
    font-size: 16px;
    line-height: 24px;
  }
  .fruit-single h4.cursive-font{
    font-size: 48px;
    margin-bottom: 40px;
    color: #ff9c01;
    font-weight: 600 !important;
  }
.packaging-block img{
  margin-bottom: 20px;
}
.availability-sinlge-fruit-widget .month{
  background: #e9e9e9;
  text-align: center;
  width: 14%;
  margin-right: 1%;
  padding: 5px;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 10px;
  min-height: 60px;
  vertical-align: top;
}
  .availability-sinlge-fruit-widget .month:nth-child(6n+1){
    margin-right: 0;
  }
  .availability-sinlge-fruit-widget .month span{
    display: block;
  }
    .availability-sinlge-fruit-widget .month span:first-child{
      color: #7f7f7f;
      background: #FFF;
      padding: 0;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 5px;
    }
    .availability-sinlge-fruit-widget .month span.fa{
      color: #FFF;
      margin-bottom: 5px;
    }
  .availability-sinlge-fruit-widget .month.selected{
    background: #41c5cd;
    opacity: 1;
  }
  .availability-sinlge-fruit-widget .month.selected span:first-child{
    color: #41c5cd;
  }
.fruit-single .col-md-4:nth-child(3n+1){
  clear: left;
}
.nutritional-facts-banner{
  width: 100%;
  height: 100px;
  background-size: cover;
  padding: 10px 20px;
  color: #FFF;
  margin-bottom: 20px;
}
  .nutritional-facts-banner strong,
  .nutritional-facts-banner span{
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    width: 60%;
  }
  .nutritional-facts-banner strong{
    text-transform: uppercase;
    font-size: 20px;
  }
.fruit-uses-thumbnail img{
  width: 100%;
  height: auto;
}
.fruit-uses-list{
  color: #41c5cd;
  font-size: 18px;
  font-family:  'Oswald', sans-serif;
  font-weight: 500;
}
.single-fruit-bottom-block{
  padding: 40px 0;
}
.related-fruit-box{
  padding-top: 20px;
  padding-bottom: 20px;
}
  .fruit-bottom-block-sidebar .vcimpress_loop_post,
  .fruit-bottom-block-sidebar .vcimpress_loop_post p{
    margin-bottom: 10px;
  }
    .fruit-bottom-block-sidebar h3.cursive-font{
      min-height: 40px;
    }
.single-post-characteristics,
.packaging-block{
  margin-bottom: 30px;
}
/*------- STEM BLOG -----*/
#stemblog-search{
  text-align: right;
  padding: 40px 0;
}
  #stemblog-search input,
  #stemblog-search select{
    background-color: transparent;
    border: 2px solid #0B86C3;
    width: 30%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #0B86C3;
    margin: 10px 0 10px 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-repeat: no-repeat;
    -moz-appearance: none;
    background-position: 95% center;
  }
    #stemblog-search select option{
      text-transform: none;
    }
    #stemblog-search select::-ms-expand {
      display: none;
  }
  #stemblog-search select{
    background-image: url(img/dropdown-icon.png);
  }
  #stemblog-search input{
    position: relative;
    top: -3px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    border-color: #333333;
    padding-right: 30px;
    text-transform: none;
    background-image: url(img/search-icon.png);
  }
  #stemblog-search input[type="submit"]{
    display: none;
  }
  #stemblog-search input:focus,
  #stemblog-search select:focus{
    outline: none;
  }
.stem-blog-header-logo a{
  position: absolute;
  top: -120px;
  left: calc(50% - 125px);
  z-index: 6666;
  display: block;
}
.site-sidebar h3.blog-section-title,
.blog-section-title{
  color: #c3c3c3;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.post-listing h2,
.post-listing h2 a{
  color: #464646;
  text-transform: uppercase;
}
  .post-listing .entry-meta p,
  .post-listing-sticky .entry-meta p,
  .post-single .entry-meta p{
    padding: 20px 0 2px;
    color: #afafaf;
    font-size: 13px;
  }
  .pagination{
    width: 100%;
  }
  .search-pagination{
    text-align: right;
  }
.post-single .share-content-box{
  border-top: 1px solid #F5F5F5;
  padding-top: 20px;
  margin-top: 10px;
}
.post-listing.col-sm-6:nth-child(2n+1){
  clear: left;
}
.post-listing-sticky h2 a{
  color: #1486ba;
  text-transform: uppercase;
}
.post-listing.category-health-nutrition .entry-thumbnail{
  margin-bottom: 20px;
}
.bordered-button{
  border: 2px solid #DDD;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  background-color: transparent;
  display: inline-block;
  padding: 0 10px;
  line-height: 36px;
  height: 40px;
  margin: 0 0 15px 0;
}
  .bordered-button.blue-button{
    color: #1486ba;
    border-color: #1486ba;
  }
  .bordered-button.blue-button:hover{
    color: #FFF;
    background-color: #1486ba;
  }
  .bordered-button.white-button{
    color: #FFF;
    border-color: #FFF;
  }
  .bordered-button.white-button:hover{
    color: #1486ba;
    background-color: #FFF;
  }
  .bordered-button.light-blue-button{
    color: #41c5cd;
    border-color: #41c5cd;
  }
  .bordered-button.light-blue-button:hover{
    color: #FFF;
    background-color: #41c5cd;
  }
.blog-sidebar-suscribe-box{
  text-align: center;
}
  .blog-sidebar-suscribe-box a{
    border: 2px solid #41c5cd;
    padding: 20px 15px;
    color: #464646;
    display: block;
  }
  .blog-sidebar-suscribe-box a:hover{
    color: #51c5cd;
  }
.sidebar-author-box{
  overflow: hidden;
  height: auto;
}
  .sidebar-author-box:nth-child(3n+1){
    clear: left;
  }
    .sidebar-author-box img{
      height: auto;
      width: 100%;
      transition: all ease-out 0.3s;
    }
    .sidebar-author-box .author-image-container{
      border: 4px solid #e8e8e8;
      background-color: #e8e8e8;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .sidebar-author-box h4{
      text-align: center;
      text-transform: uppercase;
      color: #464646;
      font-size: 14px;
    }
    .author-bio-frame{
      position: absolute;
      left: 0;
      top: -250px;
      width: 100%;
      transition: all ease-in 0.3s;
    }
    .sidebar-author-box a:hover .author-bio-frame{
      top: 0;
    }
.single-post-header{
  margin-bottom: 20px;
}
  .single-post-header .entry-full-post-image img{
    width: 100%;
    height: auto;
  }
.share-content-box ul{
  margin-left: 0;
  list-style: none;
  text-align: left;
}
  .share-content-box ul li{
    display: inline-block;
  }
.sidebar-authors-bio p{
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  color: #AFAFAF;
}
  .sidebar-authors-bio .col-sm-3{
    margin-bottom: 20px;
  }
.sidebar-authors-bio h3{
  font-size: 30px;
}
.sidebar-authors-bio h4{
  color: #464646;
}
.single-post .microdata-info-box{
  border-left: none;
  position: relative;
}
/*------- Farming PRACTICES ----*/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
  background: none !important;
  border: none !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
  background: none !important;
  border: none !important;
}
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a{
    color: #41c5cd !important;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{
    font-weight: 100;
    font-family: 'Reenie Beanie', cursive;
    font-size: 30px;
    text-transform: none;
  }
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #838383 !important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
  border-radius: 0 !important;
}
.organics-side h3,
.orange-headings h3,
.site-sidebar h3{
  text-transform: uppercase;
  color: #ff9c01;
  font-size: 30px;
}
.organics-orange-title h3,
.organics-orange-title h3 a{
  color: #FF9C01;
}
.organics-orange-title h3 a:hover{
  color: #41c5cd;
}
/*--- AVAILABILITY WIDGET -----*/
.availability-all-fruit-widget{
  padding: 20px 0;
}
  .availability-all-fruit-widget h5{
    text-transform: uppercase;
    color: #A0A0A0;
    font-size: 22px;
  }
    .availability-all-fruit-widget h5 i{
      transition: all ease-out 0.3s;
      float: right;
    }
  .fruit-category{
    padding: 10px 0;
    cursor: pointer;
  }
  .fruit-category:hover{
    background: #F5F5F5 ;
  }
    .fruit-category .col-xs-1{
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      color: #CCC;
      text-align: center;
    }
  .fruit-posts{
    background-color: #ebf9fa;
    margin-top: 2px;
    padding: 5px 0;
    height: 40px;
  }
    .fruit-posts .col-xs-1{
      line-height: 30px;
      text-align: center;
    }
    .fruit-posts span.fa{
      color: #4cc5ce;
    }
    .fruit-posts a{
      font-size: 13px;
    }
      .fruit-posts a img{
        width: 30px;
        height: auto;
      }
    .fruit-posts:hover{
      background-color: #4cc5ce;
      color: #FFF;
    }
      .fruit-posts:hover a{
        color: #FFF;
      }
      .fruit-posts:hover span.fa{
        color: #FFF;
      }
  .fruit-category.showing-availability .col-xs-1,
  .showing-availability h5,
  .showing-availability h5 i{
    color: #4cc5ce;
  }
  .showing-availability h5 i{
    transform: rotate(180deg);
  }
/*----- HEALTH & NUTRITION ----*/
.vcimpress_loop_post{
  margin-bottom: 20px;
}
.healt-nutrition-category-introduction{
  font-size: 21px;
  color: #636363;
}
.healt-nutrition-category-introduction p{
  line-height: 26px;
}
.horizontal-article-box{
  margin-bottom: 20px;
}
  .horizontal-article-box a h3{
    color: #464646;
    font-size: 20px;
    text-transform: uppercase;
  }
  .horizontal-article-box a:hover h3{
    color: #41c5cd;
  }
/*------- FOOOTER -----*/
footer{
  color: #2a7276;
}
.footer-top{
  margin-top: 50px;
}
ul.top-footer-menu{
  list-style: none;
  height: 45px;
  padding-top: 15px;
  text-align: right;
}
  ul.top-footer-menu li{
    height: 16px;
    display: inline-block;
    border-right: 2px solid #328388;
    margin-right: 5px;
    padding: 0 10px 0 5px;
  }
  ul.top-footer-menu li:last-child{
    border-right: none;
  }
    ul.top-footer-menu li a{
      line-height: 16px;
      color: #FFF;
      font-size: 20px;
      font-weight: 600;
    }
    ul.top-footer-menu li a:hover{
      color: #328388;
    }
#footer-socials ul{
  list-style: none;
  text-align: left;
  margin-left: 0;
}
  #footer-socials ul li{
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 15px;
  }
    #footer-socials ul li a{
      background: none;
      color: #328388;
      font-size: 45px;
      text-align: center;
      width: auto;
      height: 45px;
      width: 45px;
      line-height: 45px;
    }
    #footer-socials ul li a:hover{
      background: none;
      color: #FFF;
    }
.bottom-block-footer{
  position: relative;
  background: url('img/family-owned-logo.png') left 30px no-repeat #41c5cd;
  color: #2a7276;
  font-weight: 600;
  padding-top: 30px;
}
  .bottom-block-footer a{
    color: #FFF;
  }
  .footer-expand-trigger{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
    color: #FFF;
    background-color: #41c5cd;
    text-align: center;
    top: -40px;
    left: 50%;
    margin-left: -40px;
  }
    .footer-expand-trigger i{
      color: #FFF;
      clear: both;
      display: inline-block;
      font-size: 30px;
      transition: all ease-out 0.3s;
    }
    .footer-expand-trigger span{
      transition: all ease-out 0.3s;
      clear: both;
      display: inline-block;
      font-size: 40px;
      position: relative;
      top: -40px;
      color: #FFF;
      opacity: 0.5;
    }
  .footer-expand-trigger.opened i{
    transform: rotate(180deg);
  }
  .footer-expand-trigger.opened span{
    opacity: 0;
  }
  .expandable-footer-section{

  }
.expandable-footer-section{
  padding: 30px 0;
  color: #2a7276;
  font-weight: 600;
}
  .expandable-footer-section h3{
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
  }
  ul.footer-extra-link-menu{
    list-style: none;
    margin-left: 0;
  }
    ul.footer-extra-link-menu li{
      display: inline-block;
      width: 48%;
      margin-bottom: 5px;
    }
    ul.footer-extra-link-menu li:nth-child(2n+1){
      clear: left;
    }
      ul.footer-extra-link-menu li a{
        display: block;
        color: #FFF;
        font-weight: 700;
        font-size: 16px;
      }
      ul.footer-extra-link-menu li a:hover{
        color: #2a7276;
      }
.explore-shortcuts{
  padding: 70px 0;
}
.explore-shortcuts h3{
  font-size: 26px;
  text-transform: uppercase;
  color: #1486ba;
}
.explore-shortcuts ul{
  list-style: none;
  margin: 20px 0;
}
  .explore-shortcuts ul li{
    display: inline-block;
    width: 20%;
  }
    .explore-shortcuts ul li a{
      display: block;
      width: 90%;
      height: auto;
      margin: 0 auto;
      text-align: center;
    }
      .explore-shortcuts ul li a strong{
        display: none;
      }
      .explore-shortcuts ul li a img{
        position: relative;
        top: 0;
        width: 100%;
        max-width: 240px;
        height: auto;
        transition: all ease-out 0.3s;
      }
      .explore-shortcuts ul li a:hover img{
        top: -10px;
      }
.secondary-footer-block{
  background: #e7e7e7;
  padding-top: 20px;
}
  .secondary-footer-block h3,
  .secondary-footer-block h3 a{
    color: #1486ba;
    text-transform: uppercase;
    font-size: 24px;
  }
.ebook-footer-secondary-box{
  vertical-align: bottom;
  /*margin-top: 48px;*/
}
  .ebook-footer-secondary-box .wpb_single_image{
    margin-bottom: 0;
  }
    .ebook-footer-secondary-box img{
      transform: rotate(22deg);
      -ms-transform: rotate(22deg);
      -webkit-transform: rotate(22deg);
      position: relative;
      top: 39px;
      box-shadow: 10px 2px 20px rgba(0,0,0,0.3);
    }
.suscribe-to-blog-block{
  padding-top: 30px;
}
  .suscribe-to-blog-block form p{
    margin-bottom: 0;
  }
.suscribe-to-blog-block .wpcf7-form{
  position: relative;
}
.go-to-assist-form input[type="text"],
.suscribe-to-blog-block input[type="text"],
.suscribe-to-blog-block input[type="email"]{
  border: 1px solid #FFF;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  display: inline-block;
  padding: 0 10px;
  width: 55%;
  margin: 0;
}
.suscribe-to-blog-block input:focus{
  outline-color: #1486ba;
}

.suscribe-to-blog-block input[type="submit"]{
  width: 40%;
  color: #1486ba;
  font-family: 'Oswald', sans-serif;
  position: relative;
  top: 3px;
  margin-left: 10px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #1486ba;
  font-size: 18px;
  font-weight: 500;
  background: none;
  cursor: pointer;
  line-height: 38px;
}

.suscribe-to-blog-block input.wpcf7-not-valid{
  border-color: #F00;
}
.suscribe-to-blog-block span.wpcf7-not-valid-tip{
  display: none !important;
}
div.wpcf7-validation-errors{
  border: none;
}
div.wpcf7-mail-sent-ok{
  color: #1486ba;
  border: none;
}
div.wpcf7-response-output {
    padding: 0;
    margin: 0;
    top: 115px;
    font-style: italic;
    z-index: 100;
}
.suscribe-to-blog-block .ajax-loader{
  position: absolute;
  right: -10px;
  top: 13px;
}
/*----- GDPR checkbox ----*/
.wpcf7-wpgdprc input[type="checkbox"]{
  display: inline-block;
  margin: 5px 15px 10px 0 ;
  width: 15px;
  height: 15px;
  font-size: 13px;
  vertical-align: middle;
}
.wpcf7-wpgdprc .wpcf7-list-item{
  margin-left: 0;
  padding: 10px 0;
}
.wpcf7-wpgdprc .wpcf7-list-item-label{
  font-size: 13px;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
/*------- GO TO ASSIST FORM -----*/
.go-to-assist-form input[type="text"]{
  border-color: #DDD;
  border-width: 2px;
}
.go-to-assist-form input[type="submit"]{
  top: 1px;
  position: relative;
}
/*-------- ERROR 404 ----*/
body:not(.home).page-id-1835 #main-container{
  padding-top: 0;
}
/*-------- COMMENTS --------*/
ol.commentlist{
  margin: 0 0 20px 0;
  list-style: none;
}
  ol.commentlist ul.children{
    margin: 0 0 0 30px;
    list-style: none;
  }
  .commentlist > .comment{
    margin: 0 0 10px 0;
    border: 1px solid #F5F5F5;
  }
    .commentlist .children .comment{
      margin-bottom: 0;
      margin-top: 0;
      border-bottom: none;
    }
    .comment-body{
      margin-bottom: 10px;
    }
      .children .comment-body{
        margin-bottom: 0;
        border-bottom: none;
        border-left: 2px solid #F5f5f5;
      }
    .comment-body footer{
      background: #F9F9F9;
      padding: 10px;
      color: #646464;
    }
    .comment-body .comment-content{
      padding: 10px;
      word-wrap: break-word;
    }
    .comment-body .reply{
      padding: 0 10px;
    }
.comment-textarea,
.comment-extra-fields,
.comment-as-field{
  margin-bottom: 20px;
}
  .comment-as-field label{
    font-weight: 400;
  }
  .comment-as-field input[type="text"]{
    border: none;
    border: 1px solid #DDD;
    height: 28px;
    line-height: 28px;
    width: 50%;
    float: right;
  }
  .comment-textarea textarea{
    border: none;
    border: 1px solid #DDD;
    resize: none;
    width: 100%;
    min-height: 150px;
  }
.comment-metadata{
  text-align: right;
}
  .comment-metadata a{
    font-size: 12px;
    color: #CCC;
    font-style: italic;
  }
/*-------- BREADCRUMB -------*/
.breadcrumb{
  background: none;
  padding: 10px 0;
  font-size: 13px;
  text-align: right;
  margin-bottom: 60px;
  opacity: 0.5;
  transition: all ease-out 0.3s;
}
.breadcrumb:hover{
  opacity: 1;
}
  .breadcrumb p{
    margin-bottom: 0;
  }
    .breadcrumb strong{
      font-weight: 400;
    }
/*-------- SEARCH PAGE ------*/
.search-result-box{
 margin: 15px 0;
 padding: 15px 0;
 border-bottom: 1px solid #DDD;
}
.entry-thumbnail{
 text-align: center;
}
.search-result-box .entry-thumbnail a{
 display: block;
 width: 100%;
 text-align: center;
}
.search-result-category{
 opacity: 0.5;
}
/*------  ASIDE -------*/
aside a:hover{
 color: #999;
}
aside .sidebar{
 background: #bccfd5;
 padding: 30px 15px;
}
aside section{
 margin-bottom: 30px;
}
aside h2{
 font-size: 28px;
 color: #363636;
}
aside .menu-quick-links-container ul{
 list-style: none;
 margin: 10px 0;
}
aside .menu-quick-links-container ul li{
 margin: 10px 0;
}
aside .menu-quick-links-container ul li a{
 font-size: 18px;
 font-weight: 600;
 color: #6aa712;
}
aside .menu-quick-links-container ul li.current-menu-item a,
aside .current-menu-item a{
 color: #CCC;
}
/*----- CONTACT US | WPFC7 -------*/
#row-contact-form .wpb_text_column.destination.selected h3{
 color:#1486ba;
}
#row-contact-form .wpb_text_column.destination.selected a{
 border-color:#e9e9e9;
 opacity: .6;
}
#row-contact-form .wpcf7-form .wpcf7-form-control-wrap{
 display: block;
 width: 95%;
 padding: 0 0% 4% 1%;
 border-bottom: 1px solid #787878;
}
 #row-contact-form .wpcf7-form .wpcf7-form-control-wrap.no-border{
  border: 0px none;
  padding: 3% 0% 5% 0;
 }

 #row-contact-form .wpcf7-form .wpcf7-form-control-wrap input[type="text"],
 #row-contact-form .wpcf7-form .wpcf7-form-control-wrap input[type="email"],
 #row-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea{
  border:0;
  width: 99%;
  display: block;
 }

 #row-contact-form .wpcf7-form .wpcf7-form-control-wrap input,
 #row-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea:focus{
  outline: none;
  border-bottom-color:#ff9c01;
 }
 #row-contact-form .wpcf7-form .wpcf7-form-control.g-recaptcha{
  width: 304px;
  height: 78px;
 }
.wpcf7-form label{
  font-weight: 400;
}
.wpcf7-form span.wpcf7-list-item{
  display: block;
}
.wpcf7-form span.wpcf7-list-item input[type="checkbox"]{
  margin-right: 15px;
}
.wpcf7-form .hs_persona select,
.wpcf7-form .age_range select{
  -webkit-appearance: inherit;
  min-width: 200px;
  background: url('img/dropdown-icon.png') no-repeat 94% center #FFF;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 20px 0 0 0;
}
.wpcf7-form .hs_persona select{
  width: 98%;
  min-width: 100px;
}
 #row-contact-form input[type="submit"]{
  padding: 0 40px;
 }
 .page-single div.wpcf7-response-output{
   padding: 20px 0 40px;
 }
 /*----- CAPTCHA -------*/
 p.cptch_block .cptch_span{
  font-weight:normal;
  font-size:15px;
 }
 p.cptch_block .cptch_input{
  border: 1px solid #DDD;
  resize: none;
    height: 28px;
    line-height: 28px;
}
 
/*----- MOBILE MENU -------*/
#menu-trigger{
 position: absolute;
 top: 18px;
 right: 10px;
 z-index: 9995;
}
#menu-trigger a{
 display: block;
 padding: 0 10px 15px 10px;
}
.show-menu-button-box{
 width: 30px;
 height: 35px;
 display: block;
 margin: 0 auto;
 padding-top: 5px;
}
.menu-button-stripe{
 width: 100%;
 display: block;
 height: 4px;
 border-radius: 2px;
 background-color: #EA3D21;
 margin: 0 0 7px 0;
 transition: 0.3s;
}
.menu-button-stripe:nth-child(1){
 margin-top: 6px;
}
.mobo-menu-opened .menu-button-stripe{
 transition: 0.3s;
 background-color: #333;
}
.mobo-menu-opened .menu-button-stripe{
 background-color: #000;
}
.mobo-menu-opened .menu-button-stripe:nth-child(1){
 -ms-transform: rotate(45deg); /* IE 9 */
 -webkit-transform: rotate(45deg); /* Safari */
 transform: rotate(45deg);
 position: relative;
 top: 11px;
}
.mobo-menu-opened .menu-button-stripe:nth-child(3){
 -ms-transform: rotate(-45deg); /* IE 9 */
 -webkit-transform: rotate(-45deg); /* Safari */
 transform: rotate(-45deg);
 position: relative;
 top: -11px;
}
.mobo-menu-opened .menu-button-stripe:nth-child(2){
 opacity: 0;
}
.mobo-menu-box .menu-container{
  display: block;
  /*background-color: rgba(255,255,255,0.75);*/
  background: #F5F5F5;
  position: fixed;
  width: 100%;
  top: -480px;
  left: 0;
  opacity: 0;
  transition: all ease-out 0.3s;
  z-index:  -2;
}
.mobo-menu-opened .mobo-menu-box .menu-container{
  z-index: 4900;
}
.mobo-menu-opened .mobo-menu-box .menu-container{
  opacity: 1;
  top: 80px;
  bottom: inherit;
  overflow: auto;
}
/*---- LAST MIN FIXES ----*/
.vc_images_carousel .vc_carousel-indicators{
  bottom: -40px !important;
}
.vc_images_carousel{
  margin-bottom: 60px;
}
.vc_images_carousel .vc_carousel-indicators li,
.vc_images_carousel .vc_carousel-indicators li.vc_active{
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}
/*----- IE Hack ----*/
_:-ms-fullscreen, :root body.home .vc_row_customheight h2{
  margin-top: 30px;
}
_:-ms-fullscreen, :root .logo-box img{
  height: 90px;
  width: 131px;
}
.ie #stemblog-search input,
_:-ms-fullscreen, :root #stemblog-search input{
  top: 1px;
}
.gecko #stemblog-search input{
  top: -1px; 
}
/*----- FIXED STEMBLOG SUBSCRIPTION ---*/
#fixed-stemblog-form h2{
  color: #1486ba;
  margin-top: 28px;
  margin-bottom: 10px;
}
#fixed-stemblog-form .wpcf7-form{
  margin-top: 11px;
}
#fixed-stemblog-form .wpcf7-response-output{
  margin-top: -10px;
}
/*----- CRISIS LANDING ----*/
#notifications-content{
  max-width: 920px;
  padding: 50px 4%;
  width: 92%;
}
.notification-logo-box{
  text-align: center;
  margin-bottom: 40px;
}
#notifications-buttons{
  list-style: none;
  text-align: center;
}
#notifications-buttons li{
  display: inline-block;
  width: auto;  
  margin-right: 10px;
}
body.page-template-page-landing form div.wpcf7-mail-sent-ok{
  display: none !important;
}
/*----- COOCKIE CONSENT MODAL -------*/
div#catapult-cookie-bar{
  background-color: #007ec3;
}
div#catapult-cookie-bar button{
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  border:  1px solid #FFF;
  border-radius: 0;
  cursor: pointer;
  transition: .3s all ease;
}
div#catapult-cookie-bar button:hover{
  background-color: #FFF;
  color: #007ec3;
}
/*----- QUERYS ---*/
@media screen and (max-width: 1360px){
  .ipad .vc_row.vc_row_imageright,
  .ipad .vc_row.vc_row_imageleft{
    background-size: 75%;
  }
}
@media screen and (max-width: 1200px){
  .sidebar-authors-bio{
    border-top: 1px solid #F5F5F5;
    padding-top: 10px;
    margin-top: 10px;
  }
  .fruit-listing:nth-child(6n+1){
    clear: none;
  }
  .fruit-listing:nth-child(4n+1){
    clear: left;
  }
  .icontype img{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  div.wpcf7-response-output {
    padding: 15px 0 0 0;
  }
  .single-post-characteristics,
  .packaging-block{
    margin-bottom: inherit;
  }
  .featured-eBook-CTA{
    font-size: 15px;
  }
}
/*------ SM -----*/
@media screen and (max-width: 1024px){
  .editorial-article-block{
    min-height: 320px;
  }
  .ipad .tree-text-label{
    display: none;
  }
  .ipad .vcimpr_imagemap_item.small a{
    width: 100px;
  }
  .cherries-home-section h2,
  .cherries-home-section h3,
  .pears-home-section h2,
  .pears-home-section h3,
  .apple-home-section h2,
  .apple-home-section h3,
  .peaches-home-section h2,
  .peaches-home-section h3,
  .our-roots-home-section h2,
  .our-roots-home-section h3{
  font-size: 40px;
  }
  .first-title-block h1{
  font-size: 35px;
  }
  .first-title-block p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
    .first-title-block p a{
      display: block;
      margin-top: 7px;
      margin-bottom: 7px
    }
}
/*------ SM -----*/
@media screen and (max-width: 990px){
  body{
    margin-top: 80px;
  }
  .icontype img,
  .icontype a img,
  .header-inner-height img{
    width: auto;
    height: 100%;
    margin:  0 auto;
  }
 aside h2{
  font-size: 18px;
 }
 .mobo-menu-box ul{
  list-style: none;
  margin: 20px 0;
 }
   .mobo-menu-box ul li{
    width: 100%;
    padding: 0 5%;
    min-height: 30px;
    display: inline-block;
   }
     .mobo-menu-box ul li a{
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      height: 30px;
     }
    .mobo-menu-box ul li a:hover,
    .mobo-menu-box ul li a:active,
    .mobo-menu-box ul li a:focus,
    .mobo-menu-box ul li.current-menu-item a{
      color: #1486ba;
    }
      .mobo-menu-box ul > li > .sub-menu-wrapper ul{
        text-align: center;
      }
      .mobo-menu-box ul > li > .sub-menu-wrapper ul li{
            height: auto;
            width: 30%;
            padding: 0 10px;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: 80px;
            text-align: center;
            vertical-align: top;
            position: relative;
            margin-right: 0;
            margin-bottom: 20px;
            transition: all ease-out 0.2s;
          }
          .mobo-menu-box ul > li > .sub-menu-wrapper ul > li:hover{
            background-position: center 5px;
          }
            .mobo-menu-box ul > li > .sub-menu-wrapper ul li a{
              font-size: 15px;
              font-weight: 700;
              color: #007ec3;
              height: auto;
              line-height: 22px;
              padding-top: 90px;
            }
              .mobo-menu-box ul > li > .sub-menu-wrapper ul li a span{
                display: none;
              }
  .sub-menu-wrapper{
    height: auto;
    overflow: auto;
  }  
  #footer-socials ul li{
    width: 35px;
  }
  .bottom-block-footer{
    background-image: none;
  }
  .submenu-expand{
    display: block;
    margin-top: -39px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 100px;
  }
  header .support-line p{
    line-height: 70px;
  }
  #page-header-container{
    height: 300px;
  }
    #page-header-container > .row section,
    .header-inner-height,
    .header-inner-height > .vc_column-inner{
      height: 300px;
    }
      #page-header-container .icontype img,
      #page-header-container .icontype a img{
        max-width: 500px;
      }
    #page-header-container h1, #page-header-container h2{
      font-size: 30px;
    }
    #page-header-container .shadow{
      height: 300px;
    }
    .page-header-description p{
      font-size: 13px;
      line-height: 18px;
    }

  .fruit-single .col-md-4:nth-child(3n+1){
    clear: none;
  }
  .fruit-single .col-md-4:nth-child(2n+1){
    clear: left;
    margin-bottom: 20px;
  }
  .stem-blog-header-logo{
    padding-bottom: 100px;
  }
    .stem-blog-header-logo a{
      position: inherit;
      margin: 0 auto;
      width: 120px;
      left: inherit;
      right: inherit;
      top: inherit;
    }
  #stemblog-search{
    padding-bottom: 0;
  }
  .blog-sidebar-suscribe-box{
    display: none;
  }
  .sticky-posts{
    margin-top: 30px;
  }
  .post-listing-sticky .entry-thumbnail,
  aside .related-posts .entry-thumbnail{
    display: none;
  }
  .post-listing-sticky .entry-meta p{
    padding: 10px 0 2px;
    margin-bottom: 10px;
  }
  .menu-about-us-container ul{
    margin: 10px 0;
    list-style: none;
  }
  body.page:not(.home) h2{
    font-size: 20px;
  }
  h1{
    font-size: 38px;
  }
  .availability-all-fruit-widget h5{
    font-size: 15px;
  }
    .fruit-category .col-xs-1{
      font-size: 13px;
    }
    .fruit-posts .col-sm-2{
      padding-left: 10px;
      padding-right: 0px;
    }
      .fruit-posts a{
        font-size: 13px;
      }
      .fruit-posts a img{
        display: none !important;
      }
  .nutrition_table img{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .recipe-small-html-widget{
    margin: 30px 0;
  }
}
@media screen and (max-width: 1024px){
  .error404 .editorial-article-block{
    min-height: 360px;
  }
}
@media screen and (max-width: 960px){
  .error404 .editorial-article-block{
    min-height: 450px;
  }
  .block-header-image-column img{
    width:100%;
    height: auto;
  }
}
@media screen and (max-width: 990px){
  div.block-header-row{
    top: -20px;
  }
}
@media screen and (max-width: 768px){
  
  .block-header-image-column > .vc_column-inner,
  div.block-header-description-column{
    height: 300px;
  }
  .block-header-image-column img{
    max-height: 200px;
  }
  .block-header-image-column img{
    width:auto;
    height: 100%;
  }
}
/*------ XS -----*/
@media screen and (max-width: 767px){
  div.block-header-description-column,
  div.block-header-description-column h1{
    text-align: center;
    color: #46464C !important;
  }
  .block-header-row.vc_custom_1505853351154{
    background-color: transparent !important;
  }
  div.vc_row.vc_custom_1472758675414{
    background-position:  left center !important;
  }
  .fruit-single h4.cursive-font{
    font-size: 28px;
    margin-bottom: 20px;
  }
  #page-header-container .shadow{
    display: none;
    opacity: 0.7;
  }
  .breadcrumb{
    display: none;
  }
  .fruit-posts{
    padding: 10px 0;
    height: auto;
  }
    .fruit-posts p{
      font-size: 12px;
    }
  .editorial-article-block-shadow, .autoshadow-block-shadow{
    opacity: 0.6;
  }
  .fruit-single .row .col-sm-6:nth-child(2n+1){
    clear: left;
  }
    ul.footer-extra-link-menu{
    margin-bottom: 30px;
  }
    ul.footer-extra-link-menu li{
      width: 98%;
    }
  .fruit-category-bottom-box h2 .cursive-font{
    display: block;
    clear: both;
    margin-top: 10px;
  }
  #logo{
    background: #FFF;
    position: relative;
    z-index: 5000;
  }
  .vc_row.vc_row_imageright,
  .vc_row.vc_row_imageleft{
    background: none !important;
  }
  #page-header-container h1,
  #page-header-container h2{
    text-align: center;
    color: #46464C;
  }
  #page-header-container > .row section.page-header-description-block{
    height: auto;
    min-height: 100px;
  }
  .page-header-content{
    padding: 20px 0;
  }
  .page-header-description p{
    color: #636363;
    text-align: center;
  }
  .secondary-footer-block .alignright{
    text-align: center;
  }
  .secondary-footer-block{
    padding-bottom: 30px;
  }
  .ebook-footer-secondary-box .wpb_single_image{
    text-align: center;
  }
   ul.top-footer-menu{
  text-align: center;
 }
  ul.top-footer-menu li a{
    font-size: 14px;
  }
    #footer-socials ul{
      text-align: center;
    }
      #footer-socials ul li,
      #footer-socials ul li a{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 30px;
      }
      #footer-socials ul li{
        margin-right: 5px;
      }
  .editorial-article-block .wpb_content_element{
    padding: 10px;
  }
  .error404 .editorial-article-block,
  .editorial-article-block, .related-recipe-box{
    min-height: inherit;
  }
  .recipe-list-box .recipe_list_thumb_box{
    margin-bottom: 20px;
  }
    .recipe-list-box .recipe_list_thumb_box img{
      width: 100%;
      max-width: 420px;
    }
  #page-header-container .icontype.icontype-bottom img{
    max-width: 100%
  }
  .first-title-block{
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .first-title-block h1{
    font-size: 21px;
    margin-bottom: 10px;
  }
  .first-title-block p a{
    display: block;
    padding:  7px 0;
    margin: 0;
  }
  .editorial-article-block h3{
    margin-bottom: 25px;
  }
  .page-header-description-block{
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
  }
  .stem-blog-aside-logo{}
  .fruit-hero-image-ebook a{
    display: block;
    margin:  0 auto;
    position: relative;
    max-width: 500px;
  }
}
@media screen and (max-width: 736px){
  #fixed-stemblog-form .wpb_content_element{
    margin-bottom: 0;
    text-align: center;
  }
  #fixed-stemblog-form .suscribe-to-blog-block{
    padding-top: 10px;
  }
}
@media screen and (max-width: 620px){
  .related-fruit-box .col-xs-6:nth-child(2n+1){
    clear: left;
  }
  .healt-nutrition-category-introduction{
    font-size: 16px;
  }
  .recipe-single h1,
  .recipe-single h2,
  .recipe-single h3{
    margin-bottom: 20px
  }
  .sharing-recipe-box ul{
    text-align: center;
  }
  .ebook-footer-secondary-box img{
  max-width: 60%;
  margin: 0 auto;
 }
 .footer-expand-trigger{
  display: block;
  top: -50px;
  z-index: 1000;
  height: 100px;
 }
 .footer-expand-trigger span{
  line-height: 30px;
  font-size:  30px;
 }
  .ebook-footer-secondary-box figure a{
    text-align: center;
    width: 100%;
  }
    .bottom-block-footer a{
      color: #FFF;
    }
 .home-main-box p{
  line-height: 22px;
  font-size: 18px;
 }
  #page-header-container > .row section,
  #page-header-container .shadow{
    height: 200px;
  }
  .block-header-image-column > .vc_column-inner,
  div.block-header-description-column{
    height: 200px;
  }

 #home-autocomplete #home-autocomplete-input{
  font-size: 15px;
 }
 header{
  padding: 10px 0 0 0;
  margin-bottom: 20px;
 }
 .background-frame{
  padding-bottom: 10px;
 }
 .logo-box{
  display: block;
  height: 70px;
 }
 .logo-box img{
  height: 100%;
 }
 .gform_wrapper ul li.gfield{
  padding-left: 0 !important;
  padding-right: 0 !important;
 }
 h1{
  font-size: 25px;
 }
 aside .menu-quick-links-container ul li a{
  font-size: 14px;
  font-weight: 400;
 }
 .height-60{
  padding-right: 0;
 }
 .cherries-home-section h2, .cherries-home-section h3, .pears-home-section h2, .pears-home-section h3, .apple-home-section h2, .apple-home-section h3, .peaches-home-section h2, .peaches-home-section h3, .our-roots-home-section h2, .our-roots-home-section h3{
  font-size: 30px;
 }
 .editorial-article-block h3{
    font-size: 20px;
 }
  .editorial-article-block h3 a{
    display: inline-block;
  }
  .home-pears-video-block{
    text-align: center;
  }
  .editorial-article-block-shadow,
  .autoshadow-block-shadow{
    opacity: 1;
  }
  .related-recipe-box p,
  .editorial-article-block p{
    font-size: 15px;
    line-height: 18px;
  }
  #page-header-container{
    height: 200px;
    color: #636363;
    text-align: center;
  }
    #page-header-container h1,
    #page-header-container h2{
      font-size: 20px;
    }
    .page-header-description p{
      line-height: 15px;
      font-size: 13px;
      margin-bottom: 0;
    }
  .related-recipe-content,
  .editorial-article-block .vc_column-inner{
    min-height: 230px;
  }
  .suscribe-to-blog-block input[type="submit"]{
    font-size: 16px;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a{
    font-size: 25px;
  }
  #stemblog-search input,
  #stemblog-search select{
    display: block;
    width: 90%;
    margin: 10px auto;
  }
  .bordered-button{
    margin: 0 0 20px;
  }
  .single-post .subheader-blog,
  .single-post aside{
    display: none;
  }
  body:not(.home),
  body:not(.home).single-post #main-container{
    padding-top: 20px;
    margin-top: 60px;
  }
  .sidebar-authors-bio .col-sm-3{
    margin-bottom: 20px;
  }
  .sub-menu-wrapper{
    width: 100%;
  }
  .mobo-menu-box ul > li > .sub-menu-wrapper ul{
    margin: 10px 0 0;
  }
  .mobo-menu-box ul > li > .sub-menu-wrapper ul li{
    background-size: 60px;
  }
  .mobo-menu-box ul > li > .sub-menu-wrapper ul li a{
    font-size: 13px;
    padding-top: 70px;
    line-height: 16px;
  }
  .fruit-listing .entry-thumbnail{
    min-height: 120px;
  }
  .video-fullwidth-link .alignright{
    text-align: center;
  }
  .recipe-description p, .recipe-description{
    font-size: 18px;
    line-height: 24px;
  }
  .recipe-list-box .recipe_list_thumb_box{
    margin-bottom: 20px;
  }
    .recipe-list-box .recipe_list_thumb_box img{
      width: 100%;
    }
  body:not(.home) #main-container{
    padding-top: 20px;
  }
  .editorial-article-block,
  .editorial-3-column-section{
    min-height: inherit;
    height: inherit;
  }
  .fruit-single h2, .fruit-single h1, .fruit-single h3, .fruit-single h4{
    min-height: 30px;
  }
  .fruit-single h2, .fruit-single h1, .fruit-single h3, .fruit-single h4{
    margin-top: 15px;
  }
  .availability-sinlge-fruit-widget .month{
    font-size: 12px;
    min-height: 50px;
  }
  .health-nutrition-sidebar .vcimpress_loop_content{
    margin-bottom: 15px;
  }
  div.wpcf7-response-output{
    position: inherit;
    margin-bottom: 20px;
  }
  #go-top{
    right: 10px;
  }
  .horizontal-article-box .vcimpress_loop_image{
    margin-bottom: 20px;
  }
    .horizontal-article-box .vcimpress_loop_image img{
      width: 100%;
    }
  .editorial-article-block.vcimpress_loop_post{
    margin-bottom: 0;
  }
  .editorial-article-block .wpb_content_element{
    padding: 0;
  }
  .ebook-footer-secondary-box img{
    top: 0;
  }
  .bottom-block-footer{
    padding-top: 20px;
  }
  div.block-header-row{
    top:40px;
  }
  div.block-header-image-column .vc_column-inner{
    padding-top: 0!important;
  }
  div.block-header-image-column .wpb_content_element{
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 430px){
    header .support-line p{
    font-size: 16px;
  }
  .stem-blog-header-logo{
    padding-bottom: 0;
  }
}



