.open_responsive_menu {
  display: none; }

.open_footer {
  background-color: #2d3238;
  padding: 40px 0 0 0;
  display: none; }
  .open_footer img {
    float: left; }
  .open_footer .fa-bars {
    float: right;
    font-size: 36px;
    color: #fff;
    cursor: pointer; }

@media screen and (max-width: 1410px) {
  .bottom_products_slider .top_bg {
    width: 110%;
    margin-left: -5%; }
  .bottom_products_slider .left_nav {
    left: 0;
    width: 28px; }
    .bottom_products_slider .left_nav:hover {
      left: 0; }
  .bottom_products_slider .right_nav {
    right: 0;
    width: 28px; }
    .bottom_products_slider .right_nav:hover {
      right: 0; }
  .testimonials_slider .wrap {
    padding: 0;
    width: 100%; }
  .testimonials_slider .left {
    left: 0;
    width: 28px; }
    .testimonials_slider .left:hover {
      left: 0; }
  .testimonials_slider .right {
    right: 0;
    width: 28px; }
    .testimonials_slider .right:hover {
      right: 0; } }

@media screen and (max-width: 1280px) {
  .latest_posts .prev {
    left: -28px; }
  .latest_posts .next {
    right: -18px; } }

@media screen and (max-width: 1201px) and (min-width: 1025px) {
  #header_banner {
    width: 19%; } }

@media screen and (max-width: 1230px) {
  .wrap {
    width: 94%; }
    .wrap img {
      max-width: 100%; }
  .header_top {
    height: auto;
    line-height: 1; }
    .header_top .top_nav ul {
      display: inline-block;
      margin: 17px 0;
      float: left; }
  .main_header {
    height: auto;
    text-align: center; }
  #header_banner {
    margin-bottom: 8px;
    float: none;
    display: inline-block; }
  .banner_container {
    width: 100%;
    float: left;
    text-align: center; }
  .search_active .banner_container {
    margin-top: 21px; }
  .home_download_guide .wrap {
    height: auto;
    text-align: center;
    padding-left: 22%; }
  .home_download_guide .title {
    line-height: 28px; }
  .home_download_guide .button {
    float: none;
    margin: 20px 0 0 0; }
  .bottom_products_slider .left_image {
    width: 60%; }
  .bottom_products_slider .right {
    z-index: 10000; }
  #footer .social {
    margin-top: 28px !important; }
    #footer .social svg {
      margin-top: 10px !important; } }

@media screen and (max-width: 1214px) {
  .widget .home_social_counters .wrap {
    padding: 0 40px; }
  #sidebar .join_the_movement span {
    margin-left: 5%;
    width: 95%; } }

@media screen and (max-width: 1024px) {
  body, html {
    overflow-x: hidden; }
  .open_footer {
    display: block !important; }
  .footer_top .footer_logo {
    display: none !important; }
  header.menu_in_header .categories li {
    margin-bottom: 25px; }
  .bottom_products_slider .top_bg {
    width: 115% !important; }
  .home_subheader h1 {
    width: 62%;
    font-size: 38px;
    line-height: 40px; }
  .home_subheader .subject {
    width: 75%; }
  .open_responsive_menu {
    display: block !important; }
  .header_top {
    text-align: center; }
    .header_top .top_nav {
      float: none; }
      .header_top .top_nav ul > li {
        display: inline-block;
        float: none;
        margin: 5px 0; }
        .header_top .top_nav ul > li ul li ul {
          left: 30px;
          top: 100%; }
  .open_responsive_menu {
    display: block;
    float: right;
    height: 100px;
    line-height: 100px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 30px; }
    .open_responsive_menu:hover {
      opacity: 0.7; }
    .open_responsive_menu .fa-times {
      display: none;
      line-height: 100px;
      width: 26px; }
    .open_responsive_menu .fa-bars {
      line-height: 100px;
      width: 26px; }
  #main_navgation {
    height: auto;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 100px;
    left: 200%;
    background-color: #fff;
    padding: 44px 3% 10px 3%;
    text-align: center;
    box-sizing: initial;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    #main_navgation.show_nav {
      left: -3%;
      z-index: 999;
      opacity: 1; }
    #main_navgation .home {
      width: 100%;
      margin-right: 0;
      padding: 10px 0; }
    #main_navgation ul {
      width: 100%; }
      #main_navgation ul > li {
        width: 100%;
        padding-right: 0; }
        #main_navgation ul > li a {
          display: inline-block;
          width: 100%;
          padding: 15px 0; }
        #main_navgation ul > li.menu-item-has-children > a:before {
          display: none; }
        #main_navgation ul > li ul {
          position: relative;
          width: 100%;
          top: 0;
          display: block;
          padding: 0;
          border-top: 1px solid rgba(0, 0, 0, 0.1); }
          #main_navgation ul > li ul li a {
            padding: 8px 0; }
          #main_navgation ul > li ul li ul {
            left: 0;
            padding: 0 15px; }
            #main_navgation ul > li ul li ul a {
              color: rgba(0, 0, 0, 0.7); }
      #main_navgation ul.submenu_active {
        display: block; }
  #header_search {
    position: absolute;
    top: 100px;
    left: 200%;
    z-index: -1;
    height: 40px;
    width: 100%;
    margin-right: 0;
    padding: 5px 3% 0;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    #header_search.show_s {
      opacity: 1;
      z-index: 999;
      left: 0 !important; }
    #header_search form {
      margin-top: 0; }
    #header_search .search_field {
      width: 97%;
      height: 40px;
      line-height: 40px;
      display: block !important;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ccc;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.4);
      margin-top: -10px;
      float: left; }
  .main_header.search_active #header_search {
    width: 100%;
    left: 200%;
    padding-left: 0;
    padding-right: 0; }
    .main_header.search_active #header_search form input[type="text"] {
      width: 94%; }
    .main_header.search_active #header_search form .close_search {
      display: none; }
  .latest_posts header .categories li {
    margin-bottom: 20px; }
  #header_search .search_button_wrapper .open_search {
    z-index: -1; }
  .home_social_counters {
    height: auto;
    padding-bottom: 50px; }
    .home_social_counters svg {
      width: 70px;
      margin-right: 8px; }
    .home_social_counters b {
      font-size: 24px;
      padding-top: 10px; }
    .home_social_counters span {
      letter-spacing: 0; }
  .home_videos .video {
    width: 100%; }
    .home_videos .video .image {
      background-position: center; }
    .home_videos .video .meta {
      float: left; }
  .home_logos img,
  .home_logos span {
    padding: 10px; }
  .latest_posts {
    padding-bottom: 0; }
    .latest_posts .slider_wrapper {
      padding: 0 60px;
      height: auto; }
    .latest_posts .slider {
      height: auto;
      float: left; }
    .latest_posts .left {
      width: 100%;
      height: 430px;
      margin-bottom: 12px; }
    .latest_posts .right {
      width: 100%;
      margin-left: 0; }
    .latest_posts .prev {
      left: 20px; }
      .latest_posts .prev:hover {
        left: 20px; }
    .latest_posts .next {
      right: 20px; }
      .latest_posts .next:hover {
        right: 20px; }
    .latest_posts header .title {
      line-height: 1; }
  .home_about img {
    max-width: 70%; }
  .bottom_products_slider .right {
    z-index: 10000; }
  .testimonials_slider {
    text-align: center; }
    .testimonials_slider .title {
      padding-left: 0;
      line-height: 1; }
    .testimonials_slider .left_image {
      display: none; }
    .testimonials_slider .content {
      width: 100%;
      margin-left: 0; }
    .testimonials_slider .ghost_button {
      margin-left: 0; }
  .transformations .image {
    width: 25%; }
  #footer .col {
    width: 50% !important;
    margin-bottom: 20px !important; }
    #footer .col:nth-of-type(2n+1) {
      padding-left: 0 !important; }
  .main_content {
    width: 100% !important; }
  #sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 15px; }
    #sidebar .widget {
      text-align: center; }
    #sidebar .home_social_counters .network {
      text-align: left; }
      #sidebar .home_social_counters .network svg {
        width: 20% !important; }
      #sidebar .home_social_counters .network b {
        padding-top: 24px !important; }
  #sidebar .join_the_movement span .ok {
    display: inline-block;
    float: none; }
  .single_post .post_meta {
    line-height: 1.5 !important;
    min-height: 0 !important;
    margin: 15px 0; }
  .allrecipes {
    width: 78.4% !important; }
  .recipes_filter {
    width: 19% !important; }
  .formatting input,
  .formatting textarea {
    width: 100%; }
  #footer .footer_top {
    display: none; }
  .transformations .image {
    width: 50%;
    display: none; }
  .transformations .image:nth-child(1),
  .transformations .image:nth-child(2),
  .transformations .image:nth-child(3),
  .transformations .image:nth-child(4),
  .transformations .image:nth-child(5) {
    display: block; } }

@media screen and (max-width: 920px) {
  .transformation_list .load_more_posts {
    width: 39% !important;
    padding: 0 20px !important; } }

@media screen and (max-width: 800px) {
  .home_download_guide .wrap {
    padding-left: 29%; }
  .home_social_counters .wrap {
    padding: 0 20px; }
  .widget .home_social_counters .wrap {
    padding: 0 20px; }
  .home_about .left {
    width: 100%;
    text-align: center;
    padding: 40px;
    margin: 40px 0;
    background: rgba(255, 255, 255, 0.6); }
    .home_about .left h3 {
      margin-top: 0; }
    .home_about .left .ghost_button {
      margin-bottom: 0; }
  .home_about img:nth-of-type(2) {
    display: none; }
  .testimonials_slider .content .ghost_button {
    padding: 0 20px; }
  #sidebar .home_social_counters .network b {
    padding-top: 18px !important; }
  .allrecipes {
    width: 64.4% !important; }
    .allrecipes .recipe {
      width: 100% !important;
      padding-right: 0 !important; }
  .recipes_filter {
    width: 33% !important; }
  .formatting h1 {
    line-height: 1; }
  .formatting .rating .stars {
    width: 22% !important; }
  .formatting .rating .text {
    width: 78% !important; }
  .team_page .team_list {
    margin-top: 62px !important; }
  .team_page .member {
    width: 49.5% !important;
    float: none !important;
    display: inline-table; }
    .team_page .member:nth-of-type(2n+1) {
      clear: both; }
  .transformation_list a.transformation {
    width: 50% !important; }
  .transformation_list .load_more_posts {
    float: none; } }

@media screen and (max-width: 768px) {
  .bottom_products_slider .top_bg {
    margin-left: -12% !important; }
  .home_subheader {
    text-align: center; }
    .home_subheader .wrap {
      padding-bottom: 0; }
    .home_subheader .subject {
      width: 100%;
      position: relative;
      float: left;
      margin-top: 30px;
      right: 0;
      height: 300px; }
      .home_subheader .subject .fa {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 20px 0 0 10px; }
        .home_subheader .subject .fa:hover {
          padding: 19px 0 0 9px; }
    .home_subheader h1 {
      width: 100%;
      float: left;
      padding-top: 50px; }
  .home_subheader .wrap {
    height: auto;
    padding-bottom: 40px; }
  .home_subheader .subject {
    height: 100px; }
    .home_subheader .subject img {
      display: none; }
    .home_subheader .subject .fa {
      width: 90px;
      height: 90px;
      border: 8px solid #fff;
      padding: 15px 0 0 15px; }
      .home_subheader .subject .fa:hover {
        padding: 14px 0 0 14px; }
  .home_subheader h1 {
    font-size: 32px;
    line-height: 42px; }
  .testimonials_slider {
    margin-top: 0; }
  .bottom_products_slider {
    height: auto;
    padding: 0; }
    .bottom_products_slider .left_bg, .bottom_products_slider .right_bg {
      display: none; }
    .bottom_products_slider .wrap {
      padding: 30px 22px;
      height: auto; }
    .bottom_products_slider .left_image {
      display: none; }
  .home_subheader .ghost_button {
    height: auto;
    line-height: 32px;
    padding: 10px 20px; }
  .home_download_guide .wrap {
    padding: 0; }
  .home_videos .video {
    padding: 0; }
  .home_videos .video .image {
    height: 250px; }
  .home_videos .video .meta {
    padding: 20px 15px; }
  .join_now h2 {
    line-height: 1;
    font-size: 34px; }
  .latest_posts header .title {
    line-height: 1;
    font-size: 26px;
    text-align: center; }
  .instagram_feed .image {
    width: 50%; }
  .latest_posts {
    text-align: center; }
    .latest_posts .title {
      text-align: left; }
    .latest_posts .categories li {
      margin-right: 26px; }
      .latest_posts .categories li:last-child {
        margin-right: 0; }
    .latest_posts .slider_wrapper {
      padding: 0 30px; }
    .latest_posts .left {
      height: 300px; }
    .latest_posts .prev {
      left: 0; }
      .latest_posts .prev:hover {
        left: 0; }
    .latest_posts .next {
      right: 0; }
      .latest_posts .next:hover {
        right: 0; }
    .latest_posts .right_item {
      min-height: 135px;
      height: auto;
      overflow: hidden; }
      .latest_posts .right_item .image {
        height: 135px; }
      .latest_posts .right_item .title {
        padding: 16px 0;
        padding-right: 5px; }
        .latest_posts .right_item .title time {
          font-size: 13px; }
  .bottom_products_slider .left_image {
    width: 100%; }
  .testimonials_slider .testimonials_bg {
    padding: 50px 60px; }
  .transformations .image {
    width: 50%; }
  #footer .col {
    width: 100% !important; }
    #footer .col:nth-of-type(2n) {
      padding-left: 0 !important; }
    #footer .col.branding,
    #footer .col .col_title {
      text-align: center !important; }
    #footer .col .social {
      text-align: center !important; }
      #footer .col .social svg {
        float: none !important; }
  #footer .footer_copyright {
    height: auto !important;
    line-height: 40px !important; }
    #footer .footer_copyright .left,
    #footer .footer_copyright .right {
      width: 100% !important;
      text-align: center !important; }
  .custom_modal .modal_wrapper {
    width: 90% !important; }
    .custom_modal .modal_wrapper > * {
      max-width: 100%; }
    .custom_modal .modal_wrapper.image_banner {
      background-position: center center;
      background-repeat: no-repeat;
      height: 370px; }
    .custom_modal .modal_wrapper a {
      height: 43px !important;
      line-height: 40px !important;
      font-size: 16px !important; }
  #sidebar .home_social_counters .network svg {
    width: 30% !important; }
  .single_post {
    padding: 20px !important; }
  .formatting .cta_shortcode {
    padding: 20px !important; }
    .formatting .cta_shortcode .ghost_button {
      padding: 20px !important; }
  .allrecipes {
    width: 100% !important;
    margin-left: 0 !important; }
  .recipes_filter {
    width: 100% !important;
    text-align: center; }
  .border_headline {
    width: 100% !important; }
  .formatting .rating .stars {
    width: 100% !important; }
  .formatting .rating .text {
    width: 100% !important; }
  header.menu_in_header:after {
    content: none; }
  .team_page .member {
    width: 100% !important;
    padding-right: 0 !important; }
  .team_single.single_post .featured_image,
  .team_single.single_post .title {
    width: 100% !important;
    margin-right: 0 !important; }
  .allrecipes .recipe {
    float: none !important; }
  .load_more_posts {
    display: block;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 !important; }
  .transformation_list a.transformation {
    width: 100% !important; }
  .transformation_list .load_more_posts {
    width: 74% !important; }
  header.menu_in_header .categories {
    margin-left: 0; }
  header.menu_in_header .title {
    margin-left: 0;
    margin-top: 20px; }
  .home_about .left {
    margin: 0; }
  .home_about img:nth-of-type(1) {
    display: none; }
  .home_subheader .subject.hide {
    display: none !important; }
  .instagram_feed .image {
    display: none;
    width: 50%; }
  .instagram_feed .image:nth-child(1),
  .instagram_feed .image:nth-child(2),
  .instagram_feed .image:nth-child(3),
  .instagram_feed .image:nth-child(4) {
    display: block; }
  .home_about img {
    right: -6% !important;
    left: auto !important; }
  .join_now span,
  #sidebar .join_the_movement span {
    width: 100%;
    text-align: left;
    margin-left: 32%; }
  .home_download_guide .title {
    margin-left: 0;
    padding-top: 20px;
    width: 100%; }
  .header_top {
    height: 0;
    padding-top: 10px;
    overflow: hidden; }
  .home_logos span {
    display: block;
    width: 100%;
    padding-bottom: 0; }
  .latest_posts .slider {
    margin-top: 10px; }
  .bottom_products_slider .left_image {
    display: none !important; }
  .bottom_products_slider .right {
    width: 100%; }
  .testimonials_slider .ghost_button {
    font-size: 18px;
    padding: 0 14px; } }

@media screen and (max-width: 760px) {
  .home_social_counters .network {
    width: 50%; } }

@media screen and (max-width: 650px) {
  #header_search .search_field {
    width: 95%; } }

@media screen and (max-width: 489px) {
  .bottom_products_slider .top_bg {
    display: none !important; }
  .custom_modal .modal_wrapper {
    width: 90% !important; }
    .custom_modal .modal_wrapper.image_banner {
      background-position: -80px center !important;
      background-repeat: no-repeat !important;
      height: 300px !important; }
    .custom_modal .modal_wrapper a {
      height: 43px !important;
      line-height: 40px !important;
      font-size: 14px !important;
      width: 60% !important;
      right: 5% !important; } }

@media screen and (max-width: 480px) {
  #header_search .search_field {
    width: 94%; }
  .single_post figure.featured_image {
    height: 250px !important; } }

@media screen and (max-width: 467px) {
  .testimonials_slider .content .ghost_button {
    height: auto;
    line-height: 32px; } }

@media screen and (max-width: 420px) {
  .load_more_posts {
    display: block;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 !important; } }

@media screen and (max-width: 400px) {
  .testimonials_slider .ghost_button {
    padding: 0 12px !important;
    font-size: 14px !important; }
  .home_social_counters .network svg {
    width: 50px; }
  .home_social_counters .network b {
    font-size: 28px;
    padding-top: 5px; }
  .home_social_counters .network span {
    font-size: 14px; } }

@media screen and (max-width: 380px) {
  #header_banner {
    display: none; } }

@media screen and (max-width: 320px) {
  .join_now span,
  #sidebar .join_the_movement span {
    margin-left: 9%; } }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .instagram_feed .image {
    display: none;
    width: 33.33%; }
  .instagram_feed .image:nth-child(1),
  .instagram_feed .image:nth-child(2),
  .instagram_feed .image:nth-child(3) {
    display: block; }
  .bottom_products_slider .left_image {
    width: 520px; }
    .bottom_products_slider .left_image .logo {
      top: -18%;
      left: 40%; }
  .bottom_products_slider .right {
    width: 45%; } }

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .home_download_guide .title {
    width: 50%;
    margin-left: 6%;
    padding-top: 20px; }
  .home_download_guide .button {
    float: right;
    margin-right: 0;
    margin-bottom: 20px; }
  .home_subheader {
    overflow: hidden; }
    .home_subheader .subject {
      right: -22%; }
    .home_subheader h1 {
      width: 62%;
      padding-top: 55px;
      margin-left: 35px; }
    .home_subheader .ghost_button {
      margin-left: 35px; } }

@media screen and (max-width: 890px) and (min-width: 769px) {
  .home_download_guide .title,
  .home_download_guide .button {
    float: right; }
  .home_download_guide .title {
    width: 100%; }
  .home_download_guide .button {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    margin: 0 auto; } }

@media screen and (max-width: 768px) and (min-width: 668px) {
  .join_now span,
  #sidebar .join_the_movement span {
    margin-left: 29.5%; } }

@media screen and (max-width: 667px) and (min-width: 570px) {
  .join_now span,
  #sidebar .join_the_movement span {
    margin-left: 26%; } }

@media screen and (max-width: 570px) and (min-width: 490px) {
  .join_now span,
  #sidebar .join_the_movement span {
    margin-left: 22%; } }

@media screen and (min-width: 321px) and (max-width: 489px) {
  .join_now span,
  #sidebar .join_the_movement span {
    margin-left: 14%; } }

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .bottom_products_slider .left_image .logo {
    top: -1.5%;
    left: 62%; } }

@media screen and (min-width: 1100px) and (max-width: 1220px) {
  .bottom_products_slider .left_image .logo {
    top: -3.5%; } }

@media screen and (max-width: 768px) {
  .home_subheader .guide_image {
    display: none;
  }
  .home_download_guide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .home_subheader h1 {
    width: 62%;
  }
}

@media screen and (min-width: 769px) and (max-width: 890px) {
  .home_subheader .guide_image {
    width: 25%;
    display: block;
    float: left;
    margin-left: 6%;
    position: absolute;
    bottom: -125px;
  }
  .home_subheader {
    overflow: visible !important;
  }
}

@media screen and (min-width: 891px) and (max-width: 896px) {
  .home_subheader .guide_image {
    width: 25%;
    display: block;
    float: left;
    margin-left: 8%;
    position: absolute;
    bottom: -125px;
  }
  .home_subheader {
    overflow: visible !important;
  }
}

@media screen and (min-width: 897px) and (max-width: 1024px) {
  .home_subheader .guide_image {
    width: 16.5%;
    display: block;
    float: left;
    margin-left: 11%;
    position: absolute;
    bottom: -65px;
  }

  .home_subheader {
    overflow: visible !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1097px) {
  .home_subheader .guide_image {
    width: 15%;
    display: block;
    float: left;
    margin-left: 38%;
    position: absolute;
    bottom: -15px;
  }

  .home_subheader {
    overflow: visible !important;
  }
}

@media screen and (min-width: 1098px) and (max-width: 1230px) {
  .home_subheader .guide_image {
    width: 15%;
    display: block;
    float: left;
    margin-left: 35%;
    position: absolute;
  }

  .home_subheader {
    overflow: visible !important;
  }
}

/*# sourceMappingURL=responsive.css.map */