﻿h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.ContentCenter {
    text-align: center;
}

.ContentLeft {
    text-align: start;
}

.MainTitle {
    /*font-family: "Cormorant SC", serif;
            font-weight: 600;*/
    font-style: normal;
    /*font-size: 60px;*/
}

.SubTitle {
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
}

.SubTitleSmall {
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    padding-top: 2rem;
}

.StandardContent {
    padding: 20px 0;
    line-height: 30px;
}

.DetailContent {
    font-family: "Cormorant Garamond", serif;
    line-height: 30px;
}

.DetailPadding {
    padding: 10px 0;
}

.GoldText {
    color: #b08b54;
}

.ImgPadding {
    padding-right: 30px;
}

.vTop {
    vertical-align: top;
}

.h20 {
    height: 20px;
}

.LearnMore {
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #daa520;
    border: 1px;
    margin: 1rem;
}

    .LearnMore:hover {
        cursor: pointer;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        transform: scale(1.1);
    }

.pb20 {
    padding-bottom: 40px;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue {
    align-content: center;
    background-color: #daa520;
    border-radius: 32px;
}

.visit {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 2rem;
    margin: 0 auto 2rem;
    width: 75%;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockSearchBar-tockIcon {
    display: none;
}

.InlineWidgetDropDown-section.InlineWidgetDropDown-LeftRounded.InlineWidgetDropDown-colorBlue {
    display: none !important;
}

.TockDropdown-container.TockDropDown-NoLeftAndRightBorders.TockDatePicker-colorModeBlue {
    display: none;
}

.InlineWidget-dropdownContainer {
    display: none;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockWidget-container {
    min-width: 0;
}

.table-content {
    margin: 0 auto;
}

.banner {
    width: 100%;
}

.bottom-image {
    width: 300px;
}

.gmaps {
    width: 700px;
    height: 350px;
}

.tasting {
    max-width: 100%;
}

.inline {
    display: inline-block;
}

#loungeText {
    line-height: 2;
}

.top-banner {
    display: flex;
}

div#Tock_widget_container {
    justify-content: center;
    display: flex;
}

.black {
    color: #000000;
}

@media(min-width:1600px) {
    #loungeText {
        line-height: 3;
        padding: 0 3rem;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }
}

@media(max-width:1600px) {
    .tasting {
        width: 87%;
    }
}

@media(max-width:1200px) {
    .tasting {
        width: 85%;
    }

    #loungeText {
        line-height: 1.5;
        padding: 0 2rem;
    }
}

@media(max-width:900px) {
    .tasting {
        width: 80%;
    }

    .top-banner {
        flex-direction: column;
    }
}


@media(max-width:650px) {
    .table-content {
        max-width: 100%;
    }

    .table-content {
        width: 100%;
    }



    .bottom-image {
        width: 30%;
    }

    .gmaps {
        width: 80%;
        height: 30%;
    }

    .tasting {
        width: 75%;
    }
}
