﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    color: black;
}

    a:hover {
        color: black;
        text-decoration: underline;
    }

p {
    font-size: 16px;
}

    p.quote {
        font-size: 24px;
        font-weight: bold;
        color: rgba(170, 139, 111, 1.0);
    }

h1 {
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
}

    h1.ip-mg-text-shadow,
    h2.ip-mg-text-shadow,
    p.ip-mg-text-shadow {
        text-shadow: 2px 2px 5px rgba(0,0,0,0.95);
    }

i {
    cursor: pointer;
}


/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-secondary {
    color: #fff;
    background-color: #1861ac;
    border-color: #1b6ec2;
}*/



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-primary,
.text-primary p {
    color: rgba(170, 139, 111, 1.0);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    h1 {
        font-size: 26px;
    }

    p.quote {
        font-size: 16px;
        font-weight: bold;
    }
}

.border-top {
    border-top: 1px solid rgba(170, 139, 111, 1.0);
}

.border-bottom {
    border-bottom: 1px solid rgba(170, 139, 111, 1.0);
}

.border-left {
    border-left: solid 1px rgba(170, 139, 111, 1.0) !important;
}

.border-right {
    border-right: solid 1px rgba(170, 139, 111, 1.0) !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 500px;*/
    /*color: rgba(170, 139, 111, 1.0);
    color: saddlebrown;*/
    color: #fff;
    background-color: floralwhite;
    background-color: #000;
    font-family: 'Work Sans', sans-serif;
    /*font-family: 'Titillium Web', sans-serif;*/
    /*background-image: url('../lib/media/img/stock-photo-paper-texture-cardboard-background-406276432.jpg');
    background-image: url('../lib/media/img/p1020153_crop_bright.jpg');*/
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-y
}

header {
    background-color: black;
    overflow: visible;
}

#headerRow {
    /*height: 100px;*/
}

.text-primary {
    color: saddlebrown;
}

.footer {
    width: 100%;
    white-space: nowrap;
    background-color: black;
    color: rgba(170, 139, 111, 1.0);
    min-height: 200px;
    font-size: smaller;
    padding-top: 10px;
    z-index: 2;
}

    .footer a {
        color: rgba(170, 139, 111, 1.0);
    }

    .footer p {
        margin: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }


/***************************************************
    CUSTOM STYLES BEGIN HERE
***************************************************/

.ip-full {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.ip-img {
    max-width: 100%;
    height: auto;
}

.ip-mg-page-container {
    /*min-height: 90vh;*/
    /*padding-bottom: 250px;*/
    color: #000;
    background-color: #fff;
}

.ip-mg-page-content {
    height: 60vh;
    background-color: #fff;
    color: #000;
}

.navbar {
    background-color: transparent;
    text-transform: uppercase;
    /*font-family: 'Overpass', sans-serif;
     -best so far
     font-family: 'Cabin', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
   font-family: 'Work Sans', sans-serif;
    font-family: 'Titillium Web', sans-serif;*/
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: bold;
    /*background-color: rgba(170, 139, 111, 1.0);*/
}

    .navbar a {
        color: rgba(170, 139, 111, 1.0) !important;
        /*color:black !important;*/
    }

        .navbar a:hover {
            color: chocolate !important;
            /*color: rgba(170, 139, 111, 1.0) !important;*/
        }

    .navbar li {
        margin-right: 25px;
    }

.ip-mg-about {
}

.ip-mg-privacy {
    padding: 5px;
    font-size: smaller;
}

    .ip-mg-privacy p {
        font-size: 14px;
    }

.ip-mg-home-events {
    background-color: transparent;
}

.ip-mg-pg-index {
}


.bg-dark {
    background-color: black !important;
}
/*
.border-right {
    border-right-color: saddlebrown !important;
    border-right-width: 2px !important;
}*/

.ip-mg-home-img-bottle {
    width: 50%;
    max-width: 150px;
    margin-bottom: 100px;
}

.ip-mg-img-gallery-thumb {
    padding-right: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}

.ip-mg-img {
    border: solid 1px rgba(170, 139, 111, 1.0);
    width: 70%;
    height: auto;
}

.ip-mg-home-rotator-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    /*filter:blur(4px);*/
}

@media(min-width:768px) {
    .ip-mg-img {
        width: 80%;
    }

    .ip-mg-home-rotator-item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
    }
}

@media(min-width:992px) {
    .ip-mg-img {
        width: 100%;
    }

    .border-right-original {
        border-right: solid 2px rgba(24,175,145,1.00);
    }

    .border-right-orange {
        border-right: solid 2px rgba(245,130,42,1.00);
    }

    .border-right-pomegranate {
        border-right: solid 2px rgba(168,38,109,1.00);
    }

    .ip-mg-home-rotator-item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
    }
}




.bg-mg-original {
    /*background-color: rgba(24,175,145,1.00);
    color: white;*/
}

.ip-rotator-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.bg-pomegranate {
    /*background-color: rgba(168,38,109, 0.95);*/
    /*background-color: rgba(186,126,158, 0.75);
    color: rgba(168,38,109,1.00);*/
}

.bg-original {
    /*background-color: rgba(24,175,145, 0.95);*/
    /*background-color: rgba(177,238,215, 0.75);*/
    margin-bottom: 100px !important;
    /*color: rgba(24,175,145,1.00);*/
}

.bg-orange {
    /*background-color: rgba(245,130,42,0.95);*/
    /*background-color: rgba(245,183,136,0.75);*/
    margin-bottom: 100px !important;
    /*color: rgba(245,130,42,1.00);*/
}

.bg-secondary {
    /*background-color:white !important;*/
}

.ip-mg-home-orange {
    border-radius: 25px;
    border-top-right-radius: 4px;
}

.ip-mg-home-original,
.ip-mg-home-pomegranate {
    border-radius: 25px;
    border-top-left-radius: 4px;
}

.ip-mg-pg-index-bg {
    /*background-image: url('../lib/media/img/unadjustednonraw_thumb_3943.png');*/
    background-position: top center;
    background-size: cover;
}

.ip-mg-home-rotator {
    position: absolute;
    top: 3vh;
    z-index: 5;
    margin: 0 auto;
    /*width: 100%;*/
    color: white;
}

    .ip-mg-home-rotator h1 {
        text-shadow: 0 0 18px rgba(0,0,0,0.8);
        font-weight: bold;
        font-size: calc(1.5vw + 1.5vh + .5vmin);
        /*font-size:40px;*/
        text-transform: uppercase !important;
    }

    .ip-mg-home-rotator h2 {
        text-shadow: 0 0 18px rgba(0,0,0,0.8);
        font-weight: bold;
        font-size: calc(1.2vw + 1.2vh + .4vmin);
        /*font-size:32px;*/
        text-transform: uppercase;
    }

    .ip-mg-home-rotator p {
        text-shadow: 0 0 18px rgba(0,0,0,0.8);
        font-weight: bold;
        font-size: calc(0.85vw + 0.85vh + .25vmin);
        /*font-size:18px;*/
    }

.card {
    border-color: rgba(170, 139, 111, 1.0);
}

.card-header,
.card-footer {
    border-color: rgba(170, 139, 111, 1.0);
    background-color: black;
    color: rgba(170, 139, 111, 1.0);
    text-transform: uppercase;
    text-align: center;
}

.ip-mg-login .row {
    margin: 25px 0 !important;
}

.btn-primary {
    color: rgba(170, 139, 111, 1.0);
    border-color: rgba(170, 139, 111, 1.0);
    background-color: black;
    border-radius: 5px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(170, 139, 111, 1.0);
        border-color: rgba(170, 139, 111, 1.0);
    }


.btn-secondary {
    color: black;
    border-color: black;
    background-color: rgba(170, 139, 111, 1.0);
    border-radius: 5px;
}

    .btn-secondary:hover {
        color: rgba(170, 139, 111, 1.0);
        background-color: black;
        border-color: black;
    }


.btn-outline-primary {
    color: rgba(170, 139, 111, 1.0);
    border-color: rgba(170, 139, 111, 1.0);
    border-radius: 5px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: rgba(170, 139, 111, 1.0);
        border-color: rgba(170, 139, 111, 1.0);
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(170, 139, 111, 0.5);
    }


.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
    border-radius: 5px;
}

    .btn-outline-secondary:hover {
        color: rgba(170, 139, 111, 1.0);
        background-color: #fff;
        border-color: rgba(170, 139, 111, 1.0);
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(170, 139, 111, 1.0);
    }

.ip-mg-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
}

.ip-mg-header-about {
    background-image: url('../lib/media/img/glass.jpg');
}

.ip-mg-header-contact {
    background-image: url('../lib/media/img/P1140185.jpg');
}

.ip-mg-header-events {
    background-image: url('../lib/media/img/header-wood.jpg');
}

.ip-mg-header-gallery {
    background-image: url('../lib/media/img/UNADJUSTEDNONRAW_thumb_3a38.jpg');
}

.ip-mg-header-partners {
    background-image: url('../lib/media/img/UNADJUSTEDNONRAW_thumb_3943.jpg');
}

.ip-mg-header-shop {
    background-image: url('../lib/media/img/glass.jpg');
}

.ip-mg-header-login {
    background-image: url('../lib/media/img/header-wood.jpg');
}

.ip-mg-header-distillery {
    background-image: url('../lib/media/img/main-bar-thin.jpg');
    background-position: center center;
}

.ip-mg-header-woodside {
    background-image: url('https://static.indigopulse.com/c/heDuTO9kUv/i/f/mg-woodside-bar-1-thin.jpg');
    background-position: center center;
}

.ip-mg-input {
    width: 100%;
}

.ip-mg-contact p {
    margin-bottom: 0;
    font-size: 14px;
}

.ip-mg-contact h5 {
    margin-top: 2rem;
    text-decoration: underline;
}

.ip-mg-contact #map,
.ip-mg-about #map {
    width: 100%;
    min-height: 400px;
}

.ip-mg-age-verification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-family: 'Work Sans', sans-serif;
    background-color: rgba(170, 139, 111, 1.0);
}

.ip-mg-age-verification-modal {
    background-color: #fcfcfc;
    box-shadow: white 10px 10px inset;
}

.modal-dialog {
    border-radius: 8px;
    box-shadow: 2px 2px 3px 3px #000000;
    box-shadow: 0px 0px 10px #000;
}

.ip-mg-cookie-consent {
    color: rgba(170, 139, 111, 1.0);
    background-color: #000;
}

    .ip-mg-cookie-consent a {
        color: rgba(170, 139, 111, 1.0);
    }

.alert-info {
    margin-bottom: unset;
}

.alert {
    border: none !important;
    border-bottom: solid 1px white !important;
}


.ip-divider {
    border-top: solid 1px black;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}

#ipMgGalleryThumbs {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
}

    #ipMgGalleryThumbs img {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
    }

.ip-event-item,
.ip-mg-event-list-item {
    margin-bottom: 2rem;
}

.ip-mg-event-date {
    font-size: smaller;
    font-style: italic;
}

.ip-mg-event-list-title {
    font-weight: bold;
}

.ip-mg-event-list-summary {
    font-size: smaller;
}

.master-of-malt {
    background-image: url('../lib/media/img/wood-bgr.jpg');
}

.ip-mg-event-list-content {
    margin-top: 1.5rem;
}

    .ip-mg-event-list-content p {
        font-size: unset;
    }

    .ip-mg-event-list-content img {
        max-width: 100%;
    }

ip-img {
    max-width: 100%;
    height: auto;
}

.ip-full {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.row {
    margin: 0 !important;
}

.ip-product-list-img-t {
    height: 175px;
    border-radius: 4px;
    margin-bottom: 25px;
    max-width: 100%;
}

.ip-pc-list-item {
    margin: 50px 0;
}

.ip-product-page {
    margin: 20px;
}

.ip-product-detail {
    min-height: 1000px;
}

    .ip-product-detail h1 {
        text-transform: none;
        font-weight: normal;
    }

.ip-product-detail-desc {
    text-align: justify;
    margin: 25px 0;
}

    .ip-product-detail-desc p {
        margin: 0 !important;
    }

    .ip-product-detail-desc img {
        max-width: 100%;
    }

.ip-product-img {
    max-height: 500px;
    margin-bottom: 50px;
    max-width: 100%;
}

.ip-product-img-t {
    max-height: 250px;
    width: auto;
    max-width: 100%;
}

.btn {
    border-radius: 5px;
    padding: .35rem .75rem !important;
    /*padding: .5rem .75rem !important;*/
    /*font-size: larger;*/
}


.ip-icon {
    font-size: 1.5rem;
}

.ip-success {
    border: solid 1px forestgreen;
    background-color: mintcream;
}

.ip-icon-success {
    color: green;
}

.ip-basket-message {
    display: none;
}

.ip-spacer-dark {
    border-top: solid 1px rgba(170, 139, 111, 1.0);
    width: 50px;
    margin-bottom: 1em !important;
}

.ip-spacer-dark-full {
    border-top: solid 1px rgba(170, 139, 111, 1.0);
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 1em !important;
}

.ip-spacer-dark-center {
    border-top: solid 1px rgba(170, 139, 111, 1.0);
    width: 50px;
    margin: 0 auto;
    margin-bottom: 1em !important;
}

.basket-input-name {
    width: 100px;
    display: inline-block;
}

.ip-basket-shipping-notice,
.ip-basket-shipping-notice-product {
    padding: 2px 10px;
    /*font-weight:bold;*/
    background-color: darksalmon;
    border: solid 1px darkred;
    text-align: center;
}

.ip-basket-shipping-notice-product {
    text-align: left;
}

.ip-basket-item-one-shipping-method {
    /* background-color:lightsalmon;
    margin:0 15px !important;*/
}

.ip-basket-shipping-method {
    font-weight: bold;
}

.ip-basket-heading {
    font-weight: bold;
}

span.loading-span {
    color: #111;
    font: 100 4em Impact;
    text-align: center;
    padding-top: -30px;
}

.ip-modal {
    margin-bottom: 50px;
}

.ip-modal-header {
    border: solid 1px rgba(170, 139, 111, 1.0);
    color: rgba(170, 139, 111, 1.0);
    background-color: black;
}

/* loading dots */

#loader {
    margin-top: -50px;
    padding-right: 100px;
}

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {

    0%, 20% {
        color: #ddd;
        text-shadow: .25em 0 0 #ddd, .5em 0 0 #ddd;
    }

    40% {
        color: #111;
        text-shadow: .25em 0 0 #ddd, .5em 0 0 #ddd;
    }

    60% {
        text-shadow: .25em 0 0 #111, .5em 0 0 #ddd;
    }

    80%, 100% {
        text-shadow: .25em 0 0 #111, .5em 0 0 #111;
    }
}

.ip-basket-img-thumb {
    max-height: 150px;
    max-width: 70%;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    padding: 4px 8px;
}


.ql-size-huge {
    font-size: 2.5em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-small {
    font-size: 0.75em;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}

pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

.ip-basket-discount-amount {
    font-style: italic;
    color: forestgreen;
}

.ip-bg-blur {
    filter: blur(30px);
    -webkit-filter: blur(30px) grayscale(0.75);
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    transform: scale(1.4);
}

.ip-mg-event-item {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(248, 248, 250, 0.7);
    color: #000;
    /*font-weight: bold;*/
    border: 1px solid rgba(170, 139, 111, 1.0);
    border-radius: 2px;
    position: relative;
    /*top: 10%;*/
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    transform: translate(-50%);
    z-index: 2;
    width: 70%;
    /*padding: 20px;
    text-align: center;
    font-size: 16px;*/
}

@media(max-width:568px) {
    .ip-mg-event-item {
        width: 95%;
    }
}

.ip-mg-index-events {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-top: solid 1px #000;*/
    padding-top: 10px;
    margin: 0;
    margin-top: 100px;
    background-color: #000;
    padding-bottom: 150px;
}

    .ip-mg-index-events h2 {
        color: rgba(170, 139, 111, 1.0);
    }

.ip-mg-index-event {
    min-height: 400px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    background-color: white;
}

.ip-mg-index-img {
    width: 100%;
    text-align: left;
    border: solid 1px black;
}

.photo {
}

.mg-index-rotator {
    max-height: 60vh;
}

.ip-mg-about-gallery,
.ip-mg-distillery-gallery,
.ip-mg-distillery-gallery-2,
.ip-mg-woodside-gallery,
.ip-mg-woodside-gallery-2 {
    margin-top: 20px;
}

    .ip-mg-about-gallery img {
        width: auto;
        max-width: 100%;
        height: 200px;
    }

    .ip-mg-distillery-gallery img,
    .ip-mg-woodside-gallery img,
    .ip-mg-woodside-gallery-2 img {
        width: auto;
        max-width: 100%;
        height: 100px;
    }

    .ip-mg-distillery-gallery-2 img {
        width: auto;
        max-width: 100%;
        height: 300px;
    }

.mg-distillery-map {
    width: 100%;
    min-height: 300px;
}

@media(min-width:768px) {
    .ip-mg-distillery-gallery img,
    .ip-mg-woodside-gallery img,
    .ip-mg-woodside-gallery-2 img {
        height: 120px;
    }
}

@media(min-width:992px) {
    .ip-mg-distillery-gallery img,
    .ip-mg-woodside-gallery img,
    .ip-mg-woodside-gallery-2 img {
        height: 150px;
    }
}

@media(min-width:1280px){
    .ip-mg-distillery-gallery img,
    .ip-mg-woodside-gallery img,
    .ip-mg-woodside-gallery-2 img {
        height: 200px;
    }
}

.ip-mg-woodside-address p{
    margin:0;
}

.mg-pg-error{
    min-height:90vh;
    padding:100px 0;
}

input:focus {
    outline: none;
}

.ip-logo{
    max-width:120px;
}