/* =============================================================================
   ACCENT CLASSES
========================================================================== */
  .section_title .DS_edit_mode_title_accent_text1 {}

/* =============================================================================
   OTHER
========================================================================== */
  .indent{
    padding-left: 20px;
  }
  .bg_blur{
    position: absolute;
    width: 140%;
    height: 140%;
    margin-top: -40px;
    margin-left: -20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: url(#bg_blur);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15px');
    filter: blur(15px);
    -webkit-filter: blur(15px);
    moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
  }
  .banner_bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    height: calc(100% - 100px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .narrowish{
    max-width: 500px;
    margin: auto;
    display: block;
  }

  .plan_img{
    width: 100%; 
    max-width: 700px; 
    margin: auto;
  }
    .plan_img.desktop{
      display: block;
    }
    .plan_img.mobile{
      display: none;
    }
    

/* =============================================================================
   SIDE MENU 
========================================================================== */
  .side_bar2{
    padding: 60px 10px 10px 10px;
    background: #ffffff;
    padding: 10px;
    margin-left: 20px;
    max-width: 400px;
    -webkit-box-shadow: 0 5px 6px -2px rgba(0,0,0,.15);
    box-shadow: 0 5px 6px -2px rgba(0,0,0,.15);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
    .side_bar2 section{
      margin-bottom: 20px;
    }

/* =============================================================================
   PAGE BANNER
========================================================================== */
  .page_banner{
      position: relative;
      background-position: 0 20px;
      background-size: 100%;
      background-repeat: no-repeat; 
      background-attachment: fixed;
      overflow: hidden;
  }
    .page_banner.large{
      min-height: 500px;
    }
    .page_banner.mid{
      min-height: 150px;
    }
    .page_banner.short{
      min-height: 80px;
    }
   
    .page_banner .caption{
        position: absolute;
        bottom: 100px;
        left: 20px;
        padding: 0px 0px;   
    }
      .page_banner .caption *{
          margin: 0;
          color: #fff;
          text-shadow: 0 0 1px #666666;
          font-weight: 300;
          text-align: left;
          ont-family: 'Josefin Sans', sans-serif;
      }
        .page_banner .caption.solid *{
            color: #6b6767;
            text-shadow: none;
        }
    .page_banner .prof_img_wrap{
      padding: 30px 0px 0px 0px;  
      width: 100%; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
        

    .page_banner .prof_img_wrap .banner_sq_img_wrap{
      display: block;
      margin: auto;
      position: relative;
      overflow: hidden; 
      order: 3px solid #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
      box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
      height: 250px;
      width: 250px;
      border-radius: 500px;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      background-color: #fff;
    }

      .page_banner .prof_img_wrap .banner_sq_img_wrap img{
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
      }
      .page_banner .prof_img_wrap .banner_sq_img_wrap.tall img{
        width: 100%;
      }
      .page_banner .prof_img_wrap .banner_sq_img_wrap.wide img{
        height: 100%;
        max-width: none;
      }

    .page_banner .headline{
      position: relative;
      bottom: 0px;
      left: 0px;
      padding: 30px 20px 60px 20px;  
      width: 100%; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
      .page_banner .headline *{
          margin: 0;
          color: #fff;
          text-shadow: 0 0 1px #666666;
          font-weight: 500;
          text-align: center;
          font-size: 46px;
          ont-family: 'Josefin Sans', sans-serif;
      }
        .page_banner .headline.solid *{
            color: #6b6767;
            text-shadow: none;
        }
      .page_banner .headline .biggest{
          font-size: 110px;
      }
        .page_banner.user .headline .biggest{
            font-size: 46px;
        }
        .page_banner.retailer .headline .biggest{
            font-size: 80px;
        }
        .page_banner.retailer .headline .biggest_sub{
            margin-top: -10px;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
      .page_banner .headline p, .page_banner .headline p a{
          font-size: 16px;
          font-weight: 400;
      }
     
      .page_banner.retailer .back_bttn{
        margin: 20px 0 0 20px;
        background: #edad91;
        padding: 10px 20px;
        display: table;
        color: #fff;
        font-size: 15px;
        position: relative;
        z-index: 1;
        bottom: 0px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
      }

  .grad_shader{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  }

/* =============================================================================
   RESULTS LIST
========================================================================== */
  .rl{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .rl_section_title_wrapper{
    padding: 10px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #f9f9f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
    .rl_section_title_wrapper *{
      vertical-align: middle;
      ont-family: 'Josefin Sans', sans-serif;
    }
    .rl_section_title_wrapper .mini_icon.i1{
      margin-right: 15px;
    }
    .rl_section_title_wrapper span{
      font-size: 22px;
      letter-spacing: 0px;
      font-weight: 500;
      display: inline-block;
      margin-top: 8px;
    }
    .rl_section_title_wrapper .title{
      font-size: 24px;
      font-weight: 600;
      display: inline-block;
      margin-top: 8px;
    }
    .rl_section_title_wrapper .cart_loc_item_cnt{
      margin-top: 10px;
    }
    .rl_section_title_wrapper .cart_loc_item_cnt span{
      margin-top: 0;
    }
    .rl_section_title_wrapper .cart_loc_item_cnt, .rl_section_title_wrapper .cart_loc_item_cnt span{
      font-size: 16px;
      display: inline-block;
      font-weight: 500;
    }


  .rli_100{
      width: 100%;
      float: left;
      margin-bottom: 50px;
  }
  .rli_100 .full_item_wrap{
      width: 100%;
      margin: auto;
      display: block;
      cursor: pointer;
      border-bottom: 1px solid transparent;
  }
    .rli_100 .full_item_wrap .full_item_details *{
        color: #555;
    }
    .rli_100 .full_item_wrap:hover{
        border-bottom: 1px solid #f6f6f6;
    }
    .rli_100 .full_item_wrap:hover .full_item_details *{
        color: #000;
    }
    
 
  .nr_wrapper{
    text-align: center;
    padding: 20px 0;
  }
  .nr_img{
    max-width: 125px;
  }
  .nr_text{
    color: #999;
  }

/* =============================================================================
   ICONS
========================================================================== */
  .mini_icon {
    width: 25px;
    height: 25px;
    display: inline-block; 
  }
    .mini_icon svg{
      width: 100%;
      height: 100%; 
      margin: 0;
    }
    .mini_icon.i1 .icon_solid{
      ill: #edad91;
    }
    .mini_icon.i2 .icon_solid{
      fill: #333;
    }
      .mini_icon.i2.active .icon_solid{
        ill: #edad91;
      }

/* =============================================================================
   BREADCRUMB
========================================================================== */
  .breadcrumb_bar{
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    ont-family: 'Raleway', sans-serif;
    font-weight: 400;
  }
    .breadcrumb_bar .separ{
      color: #edad91;
    }

/* =============================================================================
   SECTIONS
========================================================================== */
  .section_title {
      margin: 0px auto 15px auto;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      ont-family: 'Josefin Sans', sans-serif;
  }
  .section_sub_title {
      margin: 20px auto 0px auto;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      ont-family: 'Josefin Sans', sans-serif;
  }

  .c1 { color: #333;}
  .c2 { color: #fff;}
  .c3 { color: #edad91;}
  .c4 { color: #444;}
  .c5 { color: #6b6767;}

/* =============================================================================
   ENTRY RESPOND BUTTONS
========================================================================== */
  .entry_resond_button{
    float: right;
    cursor: pointer;
  }
  .entry_resond_button img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    width: 20px;
    margin-left: 10px;
  }
    .entry_resond_button img:hover {
      opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
  .hover_show_options:hover .hover_hidden_options{
    opacity: 1;
    filter: alpha(opacity=100)
  }
  .hover_hidden_options{
    opacity: 0;
    filter: alpha(opacity=0)
  }

  .card_font{
    font-family: 'Pridi', serif;
    font-weight: 600;
    color: #444;
  }

/* =============================================================================
   REPOSITIONABLE IMGS
========================================================================== */
  .repositionable_wrap {
    position: relative;
    overflow: hidden;
    margin: auto;
  }
    .repositionable_wrap .repositionable_img{
      position: absolute;
      margin: 0;
    }

/* =============================================================================
   SHARING
========================================================================== */
  .browse_share_wrapper{
    width: 100%;
    padding: 0;
    margin-top: -15px;
    text-align: center;
  }
    .browse_share_wrapper .share_item{
      display: inline-block;
      vertical-align: middle;
    }

    .browse_share_wrapper .browse_share_social_icon{
      width: 40px;
      height: 40px; 
      margin-left: 4px;
      text-align: right;

      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      overflow: hidden;
    }
      .browse_share_wrapper .browse_share_social_icon svg{
        width: 40px;
        height: 40px;
      }
      .browse_share_wrapper .browse_share_social_icon .SI_solid{
        fill: #edad91;
      }
      .browse_share_wrapper .browse_share_social_icon .SI_stroke{
        stroke: #edad91;
      }
      .browse_share_wrapper .browse_share_social_icon .SI_void{
        fill: none !important;
      }

/* =============================================================================
   PROMPT
========================================================================== */
  .prompt_wrap{
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {
  .page_banner .headline .biggest {
    font-size: 60px;
  }
  .page_banner.retailer .headline .biggest{
      font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .banner_bg_img {
    height: 100%;
    height: calc(100% - 60px);
}
  .page_banner.mid{
    min-height: 200px;
  }
  .hover_hidden_options {
    opacity: .75;
    filter: alpha(opacity=75);
  }
  .side_bar2{
    margin: auto;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .page_banner.mid{
    min-height: 240px;
  }
  .plan_img.desktop{
    display: none;
  }
  .plan_img.mobile{
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb_bar {
    padding: 5px 0px;
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
    .page_banner .headline *{
        font-size: 28px;
        font-weight: 400;
        text-shadow: 0 0 4px #666666;
    }
  
  .page_banner .headline .biggest {
    font-size: 48px;
  }
    .page_banner.user .headline .biggest{
      font-size: 32px;
      line-height: 50px;
    }
    .page_banner.retailer .headline .biggest{
      font-size: 32px;
      line-height: 50px;
    }
  .page_banner .prof_img_wrap .banner_sq_img_wrap{
      height: 200px;
      width: 200px;
  }
}
@media screen and (max-width: 479px) {
  .rl_section_title_wrapper span {
      font-size: 13px;
  }
  .page_banner .prof_img_wrap .banner_sq_img_wrap{
      height: 125px;
      width: 125px;
  }
}
@media screen and (max-width: 414px) {
  .page_banner.retailer .headline .biggest{
    font-size: 28px;
  }
  .page_banner.retailer .headline .biggest_sub{ 
    font-size: 13px;
  }
}