﻿
/*normalize*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: ns-resize;
    cursor: -webkit-grab;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b, strong {
    font-weight: 700;
}

img {
    border: 0;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}



html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    min-width: 300px;
    color: #191e33;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

small {
    font-size: 80%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.drinks-widget {
    padding: 15px 10px 0;
    background: #fff;
    color: #191e33;
    margin-bottom: 60px;
}

.drinks-widget-header {
    padding-bottom: 15px;
    border-bottom: 2px #bfbfbf solid;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 28px;
    color: #191e33;
    text-transform: uppercase;
}

.drinksdetail {
    padding: 20px 0;
    border-bottom: 2px #bfbfbf solid;
}

    .drinksdetail:after {
        content: "";
        display: table;
        clear: both;
    }

.drinksimage {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 12px;
    text-align: center;
}

    .drinksimage img {
        display: inline-block;
        /* width: 80px; */
        /* height: 80px; */
    }

.drinksbody {
    position: relative;
    height: 80px;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
}

.drinkstitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #364374;
    text-transform: uppercase;
}

.drinksbody a {
    position: absolute;
    bottom: 0;
    display: block;
    white-space: nowrap;
    max-width: 200px;
    font-size: 16px;
    line-height: 20px;
    color: #191e33;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .drinksbody a:hover {
        text-decoration: underline;
    }

.drinksdescription {
    display: none;
}

@media screen and (min-width: 400px) {
    .drinksimage {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

        .drinksimage img {
            /* width: 100px; */
            /* height: 100px; */
        }

    .drinksbody {
        height: 100px;
    }

        .drinksbody a {
            max-width: 280px;
        }
}

@media screen and (min-width: 600px) {
    .drinks-widget-header {
        font-size: 30px;
        line-height: 36px;
    }

    .drinkstitle {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 800px) {
    .drinkstitle {
        display: inline-block;
    }

    .drinksbody a {
        position: relative;
        top: 3px;
        display: inline-block;
        margin-left: 25px;
    }

    .drinksdescription {
        display: block;
        position: absolute;
        bottom: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 18px;
    }
}

.drinks-widget-footer {
    margin: 10px -10px 0;
    background-color: rgba(178, 178, 178, 0.85);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .drinks-widget-footer a {
        display: block;
        padding: 18px 0;
        color: #fff;
        text-decoration: none;
    }


.downloadables {
    font-family: 'Raleway', sans-serif;
    background-color: #364373;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

.drinks-widget-downloads {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 17px;
}

.drinks-widget-link {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

    .drinks-widget-link:hover {
        text-decoration: underline;
    }
