@import url(https://fonts.googleapis.com/css?family=Dosis:400,300,200,500,600,700,800);
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.slide:focus {
    outline: none;
}

body {
    overflow: auto;
    font-family: 'Dosis', sans-serif;
    background-image: url("../images/background-bg.jpg");
    background-repeat: repeat;
    color: #602916;
    position: relative;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

.mainwrap {
    position: relative;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    font-size: .75em
}

input:focus {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
body {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.125em;
}

p {
    font-size: 1.125em;
}

li {
    list-style-type: none;
}

.pop-cover {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 100;
    display: none;
    overflow: auto;
}

.pop-up {
    width: 50%;
    height: 200px;
    background: white;
    margin: 0 auto;
    display: none;
    border-radius: 5px;
    background-clip: padding-box;
    left: 0;
    right: 0;
    position: relative;
}

.pop-up .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-size: 2.5em;
}

.pop-up .close:hover {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #cccccc;
}

ul {
    padding: 0;
    margin: 0;
}

.pop-up .close {
    right: 10px;
}

.btn-green,
.btn-brown {
    display: inline-block;
    margin-top: 10px;
}

.btn-green {
    background: #6f881f;
    color: #e9ce98;
    font-size: 1.125em;
    padding: 5px 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-brown {
    border-radius: 5px;
    background-clip: padding-box;
    padding: 5px 10px;
    background: #602916;
    color: #e9bf8f;
    border: none;
}

#processing {
    border-radius: 5px;
    background-clip: padding-box;
    padding: 5px 10px;
    background: #602916;
    color: #e9bf8f;
    border: none;
}

.input-style {
    border: 1px solid #602916;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.image-holder img {
    width: 100%;
}

.main-menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-list {
    width: 20%;
    padding: 20px;
    text-align: center;
}

.menu-list img {
    height: 100%;
}

.menu-list a {
    font-size: 1.5em;
    color: #602916;
    font-weight: 500;
    display: block;
}

.menu-list a:hover {
    font-weight: 900;
}

.menu-list .header-active {
    font-weight: 900;
}

.logo {
    padding: 0;
    height: 80px;
    width: 300px;
}

footer {
    color: #fff;
    background: #602916;
    padding: 20px 0px;
}

.footer-follow,
.footer-copy {
    text-align: center;
    padding: 5px 0px;
}

.footer-follow li,
.footer-copy li {
    padding: 5px 0px;
}

.footer-follow img,
.footer-follow a,
.footer-copy img,
.footer-copy a {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.footer-follow img,
.footer-copy img {
    width: 32px;
    padding: 0px 5px;
}

.footer-follow a,
.footer-copy a {
    font-weight: 500;
}

.footer-copy li {
    font-size: .875em;
    vertical-align: middle;
}

.footer-copy li:last-child {
    font-size: 1em;
}

.text-align {
    text-align: center;
}

.block {
    display: block;
}

.slide {
    width: 80%;
    margin: 0 auto;
}

.slide-caption {
    padding: 10px;
    text-align: center;
}

.slide-caption h1 {
    line-height: 34px;
}

.slide-caption p {
    padding: 10px 0px;
}

.guide {
    padding: 0px 20px;
    text-align: center;
}

.guide li {
    padding: 10px 10px;
}

.guide li img {
    width: auto;
}

.guide .rotate-left {
    margin-left: 100px;
}

.second-box {
    background: rgba(234, 207, 156, 0.5);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 50px 30px;
    border-top: 4px solid #e6c587;
}
.second-box > .row {
    display: grid;
    grid-gap: 30px;
}

.story-bg img {
    width: 100%;
    display: block;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}

@media screen and (min-width: 700px) {
    .second-box > .row {
        grid-template-columns: 1fr 1fr 1fr;        
    }
}

@media screen and (min-width: 1000px) {
    .second-box > .row {
        grid-template-columns: 1fr 1fr 1fr 1fr;        
    }
}

.main-box {
    padding: 20px 0px;
}

.main-box img {
    width: 100%;
    height: 100%;
}

.story-bg {
    display: none;
}

.story-line p {
    margin-top: 20px;
}

.row {
    display: block;
    text-align: center;
}

.pic-image {
    width: 100%;
    margin: 0 auto;
    min-width: 170px
}

.pic-image img {
    display: block;
    width: auto;
    height: 200px;
    margin: 0 auto;
}

.pic-image p {
    margin-top: 0px;
}

.circle {
    display: block;
    width: 212px;
    margin: 20px auto;
    text-align: center;
    height: 123px;
}

.circle:first-child {
    background-image: url("../images/circle-leaf1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 95px;
    padding: 20px 0px 0px 0px;
}

.circle:first-child p {
    width: 90px;
    margin: 0 auto;
}

.circle:nth-child(2) {
    background-image: url("../images/circle.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.circle:nth-child(2) p {
    width: 110px;
    margin: 0 auto;
}

.circle:last-child {
    background-image: url("../images/circle-leaf2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 38px center;
    padding-top: 30px;
}

.circle:last-child h3 {
    margin-right: 30px;
}

.circle:last-child p {
    width: 106px;
    padding-right: 30px;
    margin: 0 auto;
}

.tabs-wrap {
    margin-top: 10px;
}

.tabs-wrap h1 {
    font-weight: 400;
}

.tab1,
.tab2 {
    display: block;
    padding: 10px 5px;
}

.tab1 {
    background: #602916;
    color: #fff;
}

.tabs-active {
    background: #fff;
    color: #000;
}

.beverages-category li,
.beverages-product li,
.lists-recipe li {
    border: 1px solid #d2633d;
    border-top: none;
    background: #602916;
}

.beverages-product li,
.beverages-category li {
    padding: 10px;
}

.recipe-title {
    background: #602916;
    text-align: center;
    margin-top: -4px;
    padding: 10px 0px;
}

.recipe-title h3 {
    color: #fff;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.recipe-title a {
    color: #dc8466;
    font-size: .875em;
}

.search-container {
    padding: 20px 10px 30px 10px;
    background: rgba(255, 255, 255, 0.5);
}

.search-container input {
    margin-top: 5px;
    width: 100%;
}

.submit-preview {
    margin-top: 20px;
    border-top: 1px solid #602916;
    border-bottom: 1px solid #602916;
    padding: 40px 0px;
}

.submit-preview a {
    display: block;
    text-align: center;
}

.submit-preview img {
    width: 100%;
}

.white-box {
    border: 5px solid transparent;
    -o-border-image: url("../images/white-box.png") 30 round;
    border-image: url("../images/white-box.png") 30 round;
}

.white-box a {
    display: block;
}

.white {
    background: #fff;
}

.white h3 {
    color: #000;
}

.content-cont {
    padding: 20px 0px;
    border-top: 5px solid #6f881f;
    border-bottom: 5px solid #6f881f;
}

.beverages-product .image-holder {
    background: #fff
}

.products-cont {
    width: 90%;
    height: auto;
    padding: 20px 30px;
    top: 70px;
    margin-bottom: 70px;
    display: none;
}

.products-cont img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 700px) {
    .products-cont {
        top: 120px;
    }
    .products-cont .content-info {
        position: relative;
        padding-left: 0;
    }
    .products-cont .content-img {
        padding-left: 0;
    }
}

@media (min-width: 1000px) {
    .products-cont {
        width: 70%;
        max-width: 1000px;
    }
}

.content-info {
    text-align: center;
}

.content-info p {
    padding: 20px 0px;
}

.bv-recipes {
    width: 90%;
    height: auto;
    top: 40px;
    position: relative;
    margin-bottom: 70px;
}

.bv-recipes img {
    width: 100%;
}

.bv-recipes .img-holder {
    padding: 20px 30px;
}

.bv-recipes .cnt-info {
    position: relative;
    padding: 20px;
    width: auto;
}

.bv-recipes .rec-main {
    height: auto;
}

@media (min-width: 700px) {
    .bv-recipes .img-holder {
        padding: 0px;
    }
}

.recipes {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 860px;
    margin: 20px auto;
    border-radius: 5px;
    background-clip: padding-box;
}

.recipes .rec-main {
    height: auto;
}

.recipes .img-holder {
    width: 100%;
}

.recipes .img-holder img {
    width: 100%;
}

.social-name {
    padding: 10px 0px;
}

.social-name p,
.social-name ul {
    display: inline-block;
}

.social-name p {
    font-weight: bold;
}

.social-name li {
    display: inline-block;
    vertical-align: middle;
}

.social-name li img {
    width: 30px;
}

.social-name li a {
    display: block;
    margin-top: -3px;
}

.social-name li:nth-child(2) a {
    margin-top: 0;
}

.rec-main {
    padding: 20px 0px;
    height: 400px;
}

.rec-info {
    padding: 0px 15px;
    border: 1px solid #ccc;
}

.rec-info li {
    padding: 10px 0px;
}

.rec-info img {
    width: 50px;
}

.rec-info img,
.rec-info p {
    display: inline-block;
    vertical-align: middle;
}

.mobile-nav {
    border-bottom: 2px solid #582514;
    height: 50px;
}

.mobile-nav a {
    display: block;
}

.menu-mobile,
.burger {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-right: 0;
}

.menu-mobile {
    width: 110px;
    height: 100%;
    padding: 8px 0px;
    margin-left: 12px;
}

.menu-mobile img {
    width: 100%;
}

.burger {
    float: right;
    position: relative;
    background: #602916;
    width: 70px;
    height: 100%;
    color: #fff;
    text-align: center;
}

.burger a {
    line-height: 44px;
    font-size: 1.25em;
    font-weight: 500;
}

.mobile-list {
    display: none;
}

.mobile-list a {
    display: block;
    padding: 15px 0px;
}

.mobile-list li {
    text-align: center;
    background: #582514;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.hw-header {
    width: 80%;
    margin: 0 auto;
}

.cont-us {
    width: 70%;
    margin: 0 auto;
}

.cont-us h1 {
    padding: 20px 0px;
}

.cont-us h3 {
    padding: 5px 0px;
}

.cont-us .btn-brown {
    margin: 0 auto;
    padding: 10px 50px;
    font-size: 1.5625em;
}

.cont-us form span {
    font-size: 1.25em;
    font-weight: 500;
}

.cont-us form {
    margin-top: 15px;
    padding: 10px 0px;
    border-top: 1px solid #893b20;
}

.cont-us form input,
.cont-us form select,
.cont-us form textarea {
    padding: 10px;
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    margin: 5px 0px;
}

.attach-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addfile {
    background: #602916;
    position: relative;
    height: 36px;
    width: 200px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    top: 6px;
}

.addfile input[type="file"] {
    opacity: -0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.attach-file {
    margin-bottom: 20px;
}

.beverages-cont h1 {
    margin-bottom: 30px;
}

.signup-cont {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    max-width: 300px;
}
@media screen and (min-width: 700px) {
    .signup-cont {
        max-width: 70%;
    }
}

.signup-cont h1 {
    text-align: center;
}

.signup-cont .upload {
    background: #fff;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.signup-cont .upload span {
    display: block;
}

.signup-cont .upload h3 {
    margin: 15px 0px;
}

.signup-cont .upload h3 p {
    font-size: .875em;
}

.upload-file {
    background: #602916;
    width: 100%;
    height: 30px;
    position: relative;
    margin: 10px auto;
    padding: 4px;
}

.upload-file a {
    color: #e9bf8f;
    display: block;
}

.upload-file input[type="file"] {
    opacity: -0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sign {
    margin: 0px 15px;
    width: 100%;
}

.sign span {
    display: block;
    font-weight: 500;
}

.sign input {
    width: 100%;
}

.recipe-form {
    padding: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 1011px) {
    .recipe-form {
        justify-content: center;
    }
}

.recipe-form input,
.recipe-form select,
.recipe-form textarea {
    padding: 10px;
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    margin: 5px 0px;
    resize: none;
}

.recipe-form span {
    font-size: 1.25em;
}

.recipe-form span:nth-child(4) {
    margin-top: 0px;
    margin-left: 15px;
}
@media screen and (min-width: 1011px) {
    .recipe-form span:nth-child(4) {
        margin-left: 0;
    }
}

.cta {
    border-top: 1px solid #e9bf8f;
    width: 90%;
    text-align: center;
    margin-top: 20px;
}

.news-letter {
    width: 70%;
    margin: 20px auto 60px;
}

.news-letter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-letter h1 {
    width: 100%;
    margin-bottom: 30px;
}

.news-letter .terms {
    width: 100%;
    margin: 10px;
}

.news-letter .terms a {
    font-weight: 600;
    text-decoration: underline;
}

.news-letter span {
    font-size: 1.25em;
}

.news-letter .btn-brown {
    padding: 10px 30px;
}

.news-letter .cta {
    width: 100%;
}

.news-medium {
    width: 100%;
    margin: 0px 10px;
}

.news-medium input,
.news-medium select {
    padding: 10px;
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    margin: 5px 0px;
}

.news-small {
    width: 100%;
    margin: 0px 10px;
}

.news-small input,
.news-small select {
    padding: 10px;
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    margin: 5px 0px;
}

.success {
    padding-bottom: 24%;
}

.submit-r h3 {
    padding: 10px 0px;
    text-align: center;
}

.c-us h2 {
    padding: 20px 0px;
}

.privacy-terms {
    width: 70%;
    margin: 20px auto;
    font-size: 1.125em;
}

.privacy-terms h2,
.privacy-terms h4 {
    width: 100%;
}

.privacy-terms p {
    margin: 10px 0px;
    display: block;
    word-break: break-all;
}

.privacy-terms ol {
    padding: 0;
}

.privacy-terms li {
    margin-top: 10px;
    list-style: decimal;
}

.privacy-terms li>ol li {
    list-style: square;
}

.privacy-terms span {
    text-decoration: underline;
}

.privacy-terms .email-need {
    width: 100%;
}

.privacy-terms .need,
.privacy-terms .email {
    display: inline-block;
    vertical-align: middle;
}

.privacy-terms .email {
    padding-right: 50px;
}

.privacy-terms a {
    text-decoration: underline;
    word-break: break-all;
}

.terms-page li {
    list-style: initial;
}

@media (min-width: 500px) {
    .guide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .guide img {
        min-width: 30%;
        width: auto;
        max-width: 50%;
    }
    .row img {
        width: auto;
    }
}

@media (min-width: 700px) {
    .cont-us {
        text-align: left;
    }
    .cont-us form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .small-input,
    .medium-input,
    .large-input,
    .whole-input {
        margin: 0px 5px;
    }
    .small-input {
        width: 15%;
    }
    .medium-input {
        width: 40%;
    }
    .large-input {
        width: 48%;
    }
    .whole-input {
        width: 97%;
    }
    .beverages-bg,
    .ourstory-bg {
        text-align: center;
    }
    .beverages-bg img,
    .ourstory-bg img {
        width: auto;
    }
    .ourstory-bg img {
        margin-top: -70px;
        z-index: -100;
        position: relative;
    }
    .guide li {
        width: 260px;
    }
    .guide img {
        min-width: 30%;
        width: auto;
        max-width: 50%;
        height: 100px;
    }
    .half {
        width: 30%;
    }
    .whole {
        width: 53.5%;
    }
    .medium {
        width: 20%;
    }
    .small {
        width: 10%;
    }
    .signup-cont .upload {
        width: 70%;
    }
    .upload-file {
        width: 130px;
    }
    .recipe-form span:nth-child(4) {
        margin-top: 30px;
    }
    .news-medium {
        width: 35%;
        margin: 0px 10px;
    }
    .news-medium input,
    .news-medium select {
        padding: 10px;
        resize: none;
        width: 100%;
        border: 1px solid #ccc;
        margin: 5px 0px;
    }
    .news-small {
        width: 20%;
    }
    .news-small input,
    .news-small select {
        padding: 10px;
        resize: none;
        width: 100%;
        border: 1px solid #ccc;
        margin: 5px 0px;
    }
    .story-line,
    .story-bg {
        width: 45%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .story-line {
        padding: 0px 10px;
    }
    .story-bg {
        text-align: right;
    }
    .block {
        display: block;
    }
    .row2 .pic-info {
        display: block;
        margin: 0 auto;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .pic-image img,
    .pic-info {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        vertical-align: middle;
        width: auto;
    }
    .circle-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .lists-recipe,
    .search-container {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .beverages-product,
    .search-container {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .beverages-category,
    .search-container {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .tab1,
    .tab2 {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 20%;
        text-align: center;
        border: 1px solid #602916;
        background: #602916;
        color: #fff;
    }
    .tab-active {
        background: #fff;
        color: #000;
    }
    .lists-recipe {
        width: 70%;
    }
    .lists-recipe li {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 33.4%;
    }
    .lists-recipe h3 {
        word-wrap: break-word;
    }
    .beverages-product {
        width: 70%;
    }
    .beverages-product li {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 33.4%;
    }
    .beverages-product .image-holder {
        height: 310px;
    }
    .beverages-product .image-holder img {
        height: 100%;
    }
    .beverages-category {
        width: 70%;
    }
    .beverages-category li {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 33.4%;
        min-height: 200px;
    }
    .beverages-category .image-holder {
        margin-top: -3px;
        margin-left: -3px;
        width: 102%;
        overflow: hidden;
    }
    .search-container {
        position: absolute;
        top: 140px;
        right: 4%;
    }
    .submit-preview img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .image-holder img {
        width: 100%;
    }
    .image-holder a {
        display: block;
    }
    .row2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-follow ul,
    .footer-copy ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .footer-follow li {
        padding: 0px 50px;
    }
    .footer-copy li {
        padding: 0px 20px;
    }
    .content-img,
    .content-info {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        width: 40%;
        height: 100%;
        text-align: center;
    }
    .content-img img {
        width: auto;
        height: 100%;
        margin-top: 10px;
    }
    .products-cont {
        padding: 50px;
        height: 400px;
    }
    .content-info {
        width: 60%;
    }
    .content-info h2 {
        margin-left: 150px;
    }
    .content-info p {
        padding: 10px 0px;
    }
    .content-info img {
        width: 100%;
    }
    .content-info img:first-child {
        width: 60%;
    }
    .content-cont {
        padding: 20px 0px;
        border-top: 4px solid #6f881f;
        border-bottom: 4px solid #6f881f;
    }
    .bv-recipes {
        width: 825px;
        padding: 10px;
        height: auto;
    }
    .bv-recipes .img-holder {
        width: 100%;
    }
    .bv-recipes .close {
        right: -30px;
        color: white;
    }
    .cnt-info {
        padding: 30px 25px;
    }
    .init-info {
        position: relative;
    }
    .init-info:after {
        content: "";
        display: table;
        clear: both;
    }
    .init-info h2 {
        float: left;
        width: 50%;
        font-size: 1.875em;
        font-weight: 600;
    }
    .social-name {
        float: right;
    }
    .social-name p,
    .social-name ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top;
    }
    .social-name li {
        padding: 0px 10px;
    }
    .social-name li a {
        display: block;
        margin-top: -5px;
    }
    .social-name li:nth-child(2) {
        margin-top: -3px;
    }
    .rec-info {
        margin-top: 30px;
        padding: 10px 15px;
        border: 5px solid #ccc;
        border-radius: 6px;
        background-clip: padding-box;
    }
    .rec-info li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0px 15px;
        vertical-align: middle;
    }
    .rec-info li p {
        padding-left: 15px;
    }
    .rec-info li img {
        width: 44px;
        height: 44px;
    }
    .rec-main {
        padding: 30px 0px;
    }
    .ingredients-list,
    .instruction-list {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .ingredients-list {
        width: 300px;
    }
    .slide {
        width: 50%;
        margin: 0 auto;
    }
    .slide-img,
    .slide-caption {
        display: inline-block;
        margin-right: -70px;
        vertical-align: middle;
    }
    .slide-caption {
        width: 20%;
    }
    .mobile-nav {
        display: none;
    }
    .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-list {
        display: none;
    }
    .slick-dots {
        display: none !important;
    }
    .slick-next,
    .slick-prev {
        display: block !important;
    }
    .products-cont .content-info {
        height: 310px;
    }
    .hw-img,
    .hw-caption {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .hw-img {
        width: 60%;
    }
    .hw-caption {
        text-align: center;
        width: 25%;
        padding-top: 50px;
    }
    .beverages-cont .search-container {
        margin-top: -80px;
    }
    .recipe-cont {
        position: relative;
        min-height: 880px;
    }
}

@media (min-width: 700px) and (max-width: 1010px) {
    .hw-caption {
        text-align: center;
        padding-top: 50px;
    }
    .search-container {
        margin-top: 0;
        position: relative;
        top: 0;
        right: 0;
    }
    .recipe-cont {
        text-align: center;
    }
    .tab1,
    .tab2 {
        width: 30%;
    }
    .story-bg img {
        width: 100%;
    }
    .pic-image img {
        width: auto;
    }
    .bv-recipes {
        width: 90%
    }
    .rec-info li {
        padding: 5px 15px;
        width: 48%;
    }
    .rec-main {
        height: inherit;
    }
    .beverages-product,
    .beverages-category {
        margin: 0 auto;
    }
    .slide-img {
        width: 70%;
    }
    .slide-img img {
        width: 100%;
    }
    .slide-caption {
        width: 30%;
        margin-left: 54px;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .beverages-cont {
        text-align: center;
    }
    .beverages-cont .search-container {
        margin-top: 0px;
    }
    .sign {
        width: 100%;
    }
    .news-medium {
        width: 100%;
        margin: 0px 10px;
    }
    .news-medium input,
    .news-medium select {
        padding: 10px;
        resize: none;
        width: 100%;
        border: 1px solid #ccc;
        margin: 5px 0px;
    }
    .news-small {
        width: 100%;
        margin: 0px 10px;
    }
    .news-small input,
    .news-small select {
        padding: 10px;
        resize: none;
        width: 100%;
        border: 1px solid #ccc;
        margin: 5px 0px;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    .hw-caption {
        text-align: center;
        padding-top: 50px;
    }
    .row2 {
        display: block;
    }
    .guide {
        display: block;
    }
}

.upload-btn {
    background: transparent;
    color: #fff;
    border: none;
}

.error {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: red;
    font-weight: bold;
}

.recipe-cont .img-holder {
    text-align: center;
}

.recipe-cont .img-holder img {
    width: 100%;
}

.recipe-cont ul {
    margin: 0 auto;
}

@media (min-width: 700px) {
    .recipe-cont .img-holder img {
        width: 100%;
    }
}

.slide-img img {
    width: 100%;
    height: auto;
}

@media (min-width: 1000px) {
    .slide-img {
        width: 70%;
    }
    .slide-img img {
        height: auto;
        width: auto;
        margin: 0 auto;
    }
}

/*RECAPTCHA SCALE SIZE MOBILE*/
@media only screen and (max-width: 700px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.75);
        -webkit-transform:scale(0.75);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

.g-recaptcha {
    margin-top: 20px;
    margin-bottom: 20px;
}