/*

Products

 */
.products-page-title {
    font-size: 3.4em;
    font-weight: bold;
}
@media only screen and (min-width:500px) {
    .products-page-title {
        font-size: 4em;
    }
}
.product-preview-card {
    padding: 0 !important;
}
.product-preview-card > .card-body > .card-title {
    font-size: 2em;
}


@media only screen and (max-width:500px) {
    div.product-modal-dialog {
        margin: 0;
    }
}
div.product-modal {
    font-family: goudy-old-style, serif !important;
    width: 50%;
    margin: 0 auto;
}
@media only screen and (max-width:1200px) {
    div.product-modal {
        font-family: goudy-old-style, serif !important;
        width: 100%;
        margin: 0 auto;
    }
}
div.product-card {
    margin-top: 0;
}
div.product-card > .card-title {
    font-size: 2em;
}
@media only screen and (min-width:1200px) {
    div.product-card > .card-title {
        font-size: 3em;
    }
}
hr.bottle-title {
    border: none;
    border-top: 3px solid #000;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}
p.product-description {
    font-size: 1.2em;
    font-style: italic;
}
@media only screen and (min-width:1200px) {
    p.product-description {
        font-size: 1.5em;
        font-style: italic;
    }
}
p.tasting-notes {
    font-size:1.2em;
}
span.line-head {
    font-weight: bold;
}
p.award-text {
    font-size: 1.4em;
}



.container .lead {
    font-size:1em;
}
.close, .close:focus, .close:target, .close:active {
    outline:none;
    border:none;
}
button, button:focus, button:target, button:active {
    outline:none;
    border:none;
}
.btn-primary:not(:disabled):not(.disabled):active {
    outline:none;
    border:none;
}
.close span {
   font-size:40px;
   padding:15px;
   font-weight: 300;
}
.store-title-list-item {
    font-weight: bold;
    font-size:.75rem;
}
.product-preview-card .btn, .product-preview-card .btn:active {
    background: rgba(0, 0, 0);
    color: white;
    border:none;
    border-radius: 0px;
    outline: none !important;
    text-transform: uppercase;
    padding:10px 30px;
    font-size:14px;
    font-weight: 300;
}
.list-group-item-action {
    font-size:.75em;
}
.modal-card-button {
    background:none;
    padding:10px 30px;
    margin-bottom:25px;
}
.modal-card-button-cta {
    background:black;
}
.modal-card-button-cta a {
    color:white !important;
}
.modal-card-button a, .modal-card-button a:hover {
   text-decoration: none;
   color:black;
}
.store-title-list-item 
.list-group {
    margin-bottom:25px;
}
.disclaimer {
    font-size:14px;
}
.row {
    padding: 0px;
}
.card {
    margin: 25px;
    padding:25px;
    border:none;
}
.card-body {
    padding:0px;
}
.store-links {
    margin-bottom:25px;
}
.card-button, .card-button:hover {
    background:black;
    border: solid 1px rgb(251, 206, 102);
    color: white;
    text-transform: uppercase;
    padding: 10px 40px;
    height: 50px;
    transition: .2s ease;
    text-decoration:none;
}
.card img {
    max-height:100%;
    width:auto;
    margin:0 auto;
}
.col ul li {
    list-style: none !important;
}
a {
    color:rgb(16, 16, 70);
}
.col-lg {
    transition:.2s ease;
    border:solid 1px rgba(216, 216, 216, 0);
    cursor: pointer;
}
[type=button] {
    background:white;
}
.col-lg-4 {
    padding:0px;
}
.col-lg-8 {
    padding:50px;
}
.small-batch-column {
    animation-delay: 100ms;
}
.rye-column {
    animation-delay: 300ms;
}
.signature-column {
    animation-delay: 500ms;
}
.single-barrel-column {
    animation-delay: 700ms;
}
.drink-col:hover {
    border:solid 1px rgb(216, 216, 216);
}
.italic {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
/*desktop*/
@media only screen and (max-width:1199.98px){
    footer .row {
        margin-bottom:0px;
    }
    .col-lg-8 {
        text-align: left;
        padding:2px;
    }
    .card ul li {
        margin-left:-20px;
        list-style:none;
    }
    .col-lg-8 {
        padding:5px;
        text-align:left;
    }
}
/*medium devices*/
@media only screen and (max-width: 991.98px) { 
    .col-lg-8 {
        text-align:center;
    }
}
/*landscape mobile and tables*/
@media only screen and (max-width: 767.98px) { 
    .card-button {
        font-size:12px;
    }
}