@import url('https://fonts.googleapis.com/css?family=IM+Fell+English+SC');
@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot') format('embedded-opentype'),
         url('fonts/GothamBook.woff2') format('woff2'),
         url('fonts/GothamBook.woff') format('woff'),
         url('fonts/GothamBook.ttf') format('truetype'),
         url('fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'BerlinSansFBDemiBold';
    src: url('fonts/BerlinSansFBDemiBold.eot');
    src: url('fonts/BerlinSansFBDemiBold.eot') format('embedded-opentype'),
         url('fonts/BerlinSansFBDemiBold.woff2') format('woff2'),
         url('fonts/BerlinSansFBDemiBold.woff') format('woff'),
         url('fonts/BerlinSansFBDemiBold.ttf') format('truetype'),
         url('fonts/BerlinSansFBDemiBold.svg#BerlinSansFBDemiBold') format('svg');
}

body{
      font-family: 'GothamBook' !important; 
}
ul.menu > li > a {
      font-family: 'GothamBook' !important; 
}
h1, h2, .weeklyspecials {
   font-family: 'BerlinSansFBDemiBold'  !important; 
}
strong {
     font-family: 'BerlinSansFBDemiBold'  !important; 
}
.display_price {
    font-size: 26px;
    color: #e2585c;
}
.info_circle {
    background: #e2585c;

}


.logo {
    font-size: 35px;
    font-weight: bold;    
    font-family: 'IM Fell English SC', serif;
}
.product-sub2 {
    padding-left: 15px;
}
h4 {
          font-family: 'GothamBook' !important; 
}

.menu-image-title-after {
    font-size: 25px !important;
    margin: 10px 0;
}
.logo img{
    width: auto;
}
.stickynav .logo img {
display: block;
    text-align: center;
    margin: auto;
    width: 136px;
}
.stickynav header.main {
    background: #65bcb5;
}
nav.main {
    position: fixed;
    top: 0;
    left: -300px;
    background: #65bcb5;

}
nav.main .nav_social {
    text-align: left;
}
nav.main {
    overflow-y: hidden;
    overflow-x: hidden;
}
.homebanner{
    min-height: 100px;
    height: auto;
}
.homebanner{
    margin-top: 100px;
    position: relative;
}
.homebanner img{
    width:100%;
}
.main-content{
    padding: 0 10%;
}
ul.products li h4 {
    height: 40px;
}

.banner_text{
    margin-top:0; 
}
.multiply_bg {
    background:#ba8baf;
}

.display_price {

    height: 150px;
}

.footer_signup {
  background: #75accd;
}

.teaser_box {
    height: 350px;
    background: #ddd url(../images/recipes.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
}
.teaser_box.teaser3 {
    background-image: url(../images/recipes2.jpg);
}
.text-align-left{
    text-align: left;
}
.product-sub li {
    padding-left: 5px;
    list-style-position: inside;
    line-height: 25px;
}
.product-sub li a {
    font-size: 21px !important;
}
.product-sub li {
    padding: 0;
}

.product-sub2 li a {
    font-size: 14px !important;
}
.signup_number {
    opacity: 0;

}
.product_cat_header{
    background: none;
}
.product_gallery iframe {
    width: 100%;
    height: 500px;
}
.usecase {
    width: 33%;
    display: inline-block;
    margin: 20px 0;
    padding: 0px;
    text-align: center;
    background: #555e8d;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.usecase b {
    margin: 15px 0;
    display: block;
}

.usecase img{
    width: 100%;
    height: 300px;
}
.retail {
    width:24%;
display: table-cell;
    padding: 5px;
}
.retail strong{
    font-size: 18px;
}
.product_thumb, .product_thumb img{
    display: block;
    height: 100% !important;
    width:100%;
}

@media(max-width:767px){
    .logo img {
    width: 140px;
    text-align: center;
    display: table;
    margin: auto;
}
.homebanner {
    margin-top: 0;
}
.menu-image-title-after {
    font-size: 20px !important;
}
    a.nav_close {
    padding: 20px 32px;
}
.nav_inner {
    padding: 40px 0 30px 0;
}
    .product_thumb {
    position: relative;
    }
    .product_thumb_inner {
    padding: 1px 20px;
    width: 100%;
    float: left;

    }
    ul#specials_slider.products li.slick-slide, ul#specials_slider.products li {
    margin: 30px 0;
    height: auto;
}
.signup_col {
    padding: 0px 20px;
}
.usecase {
    width: 100%;
    }
    .content1000 {
    padding: 0 10px;
}
.retail {
    width: 93%;
    display: block;
    padding: 5px;
}



}