html,
body {
    margin: 0;
    padding: 0;
    font-family: "Muli", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

#footer {
    background: #f7f3f1;
    padding: 20px 0;
}

#footer .footer-social svg {
    width: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 9px;
}

#footer .copyrights {
    clear: both;
    padding: 20px 0;
}

.column {
    float: left;
}

.column-4 {
    width: 25%;
}

.ig-img-wrap a {
    display: block;
}

.ig-img-wrap img {
    width: 100%;
    display: block;
}

.message {
    background: #eee;
    padding: 1em;
    margin: 1em 0;
}

.message.bad {
    background: #ffcccc;
    color: red;
}

.message.good {
    background: #ccff99;
    color: green;
}

.message p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #a60031;
}

a:hover {
    text-decoration: underline;
    color: #810f0d;
}

ul {
    list-style: none;
}

ul#MapForm_MapForm_Type {
    margin-bottom: 10px;
}

ul#MapForm_MapForm_Type li {
    display: inline-block;
}

ul#MapForm_MapForm_Type li input {
    margin-top: 0;
    vertical-align: middle;
    display: none;
}

ul#MapForm_MapForm_Type li label {
    vertical-align: middle;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

ul#MapForm_MapForm_Type li.selected label {
    color: #a60031;
}

h3,
h1 {
    margin-top: 0;
    font-family: "Muli", sans-serif;
    font-size: 16px;
}

.button {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    line-height: 30px;
    font-size: 16px;
    background: #a60031;
}

.button,
.button:focus,
.button:active,
.button:visited {
    text-decoration: none;
    color: #fff;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background: #f03e78;
}

.button.arrow {
    padding: 0 30px 0 15px;
}

.button.arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 5px;
    height: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
}

.title {
    margin-top: 0;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.container {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

#logo {
    text-align: center;
    margin-top: 30px;
}

#logo img {
    width: 100%;
    max-width: 200px;
}

#wine-selection .current {
    font-weight: bold;
}

.map {
    background: #fff;
}

#layout:before,
#layout:after {
    content: "";
    display: table;
}

#layout:after {
    clear: both;
}

#MapPage .block_3 .content_text {
    padding: 20px 0;
}

.album {
    margin-bottom: 20px;
}

.album .gallery {
    font-size: 0;
}

.album .gallery a {
    display: inline-block;
    width: 120px;
    margin: 1px;
}

#lang-nav {
    text-align: center;
    font-family: "Muli", sans-serif;
    position: absolute;
    top: 0px;
    right: 30px;
}

#lang-nav ul {
    display: inline-block;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
}

#lang-nav ul:before,
#lang-nav ul:after {
    content: "";
    display: table;
}

#lang-nav ul:after {
    clear: both;
}

#lang-nav ul li {
    font-size: 18px;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #928d8a;
}

#lang-nav ul li a {
    color: #928d8a;
    display: block;
    text-decoration: none;
}

#lang-nav ul li a:hover,
#lang-nav ul li a:active {
    color: #a60031;
}

#lang-nav ul li:last-child {
    padding-right: 0px;
}

#lang-nav ul li:hover ul {
    display: block;
    margin-left: 20px;
}

#lang-nav ul li.current a {
    color: #a60031 !important;
}

#menu {
    margin-top: 10px;
    text-align: center;
}

#menu-nav {
    text-align: center;

    font-family: "Muli", sans-serif;
}

#menu-nav:before,
#menu-nav:after {
    content: "";
    display: table;
}

#menu-nav:after {
    clear: both;
}

#menu-nav ul {
    display: inline-block;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
}

#menu-nav ul:before,
#menu-nav ul:after {
    content: "";
    display: table;
}

#menu-nav ul:after {
    clear: both;
}

#menu-nav ul li {
    font-size: 19px;
    display: inline-block;
    margin-top: 10px;
}

#menu-nav ul li a {
    color: #928d8a;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

#menu-nav ul li a:hover,
#menu-nav ul li a:active {
    color: #a60031;
}

#menu-nav ul li.section a,
#menu-nav ul li.current a {
    color: #000;
}

#menu-nav ul li.section ul li a,
#menu-nav ul li.current ul li a {
    color: #fff;
}

.image img {
    width: 100%;
}

#main {
    margin-top: 40px;
}

#main:before,
#main:after {
    content: "";
    display: table;
}

#main:after {
    clear: both;
}

.copyrights {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.blocks {
    height: auto !important;
    margin: 0 auto;
    width: 610px;
}

.js .blocklist {
    visibility: hidden;
}

.blocklist,
.blocks,
.leftside {
    font-family: "Muli", sans-serif;
    font-size: 12px;
}

.blocklist:before,
.blocks:before,
.leftside:before,
.blocklist:after,
.blocks:after,
.leftside:after {
    content: "";
    display: table;
}

.blocklist:after,
.blocks:after,
.leftside:after {
    clear: both;
}

.rightside {}

.rightside:before,
.rightside:after {
    content: "";
    display: table;
}

.rightside:after {
    clear: both;
}

.box .content_text,
.blocktext {
    padding: 20px 20px;
}

.box .content_text:before,
.blocktext:before,
.box .content_text:after,
.blocktext:after {
    content: "";
    display: table;
}

.box .content_text:after,
.blocktext:after {
    clear: both;
}

.block_1,
.block_2,
.block_3 {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block_1 {
    width: 340px;
}

.block_2 {
    width: 690px;
}

.block_3 {
    width: 1040px;
}

.block_1_grey,
.block_1_gold {
    float: left;
    margin-left: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    float: right;
    margin-bottom: 10px;
    background-color: #f7f3f1;
    font-family: "Muli", sans-serif;
    font-size: 12px;
}

.block_1_grey a,
.block_1_gold a {
    text-decoration: none;
    color: #000 !important;
    font-family: "Muli", sans-serif;
    font-size: 12px;
}

.block_1_grey .titlestyle,
.block_1_gold .titlestyle {
    text-decoration: none;
    color: #000 !important;
    font-family: "Muli", sans-serif;
    font-size: 20px;
}

.block_1_grey .squizable,
.block_1_gold .squizable {
    cursor: pointer;
}

.custom {
    float: left;
    margin-left: 10px;
    margin-right: 0;
}

.block_2_grey {
    margin-bottom: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 690px;
    float: left;
    margin-left: 10px;
    padding-bottom: 30px;
    background-color: #eeeae8;
}

.leftside {
    float: left;
    width: 750px;
}

.leftside:before,
.leftside:after {
    content: "";
    display: table;
}

.leftside:after {
    clear: both;
}

.vintage-container {
    background: #f7f3f1;
    padding: 10px;
    margin-left: 10px;
}

.vintage-container p {
    margin: 0;
}

.js .vignette-container {
    visibility: hidden;
}

.vignette-container:before,
.vignette-container:after {
    content: "";
    display: table;
}

.vignette-container:after {
    clear: both;
}

.vignette {
    float: left;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;

    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
        0px 4px 6px -2px rgba(0, 0, 0, 0.05);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vignette.red,
.blockred {
    background-color: #a60031;
}

.vignette .content_image {
    margin-bottom: 1em;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.vignette .content_button {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    background: #333;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.vignette .content_button:hover {
    background: #111;
}

.vignette.red .content_text,
.vignette.red .content_text a,
.blockred .content_text {
    color: #fff;
}

.vignette.grey .content_text,
.vignette.grey .content_text a,
.blockgrey .content_text {
    color: #fff;
}

.vignette.yellow,
.blockgold {
    background-color: #e3aa0f;
}

.vignette.pink,
.blockpink {
    background-color: #ff0d94;
}

.vignette.orange,
.blockorange {
    background-color: #f76600;
}

.vignette.grey,
.blockgrey {
    color: #fff;
    background-color: #978c87;
}

.vignette.yellow .content_text,
.vignette.yellow .content_text a,
.blockgold .content_text {
    color: #000;
}

.greyvintage {
    color: #928d8a;
}

.bggreyvintage {
    background: #928d8a;
}

.part {
    padding-left: 10px;
    padding-top: 10px;
}

.mapform {
    margin-top: 20px;
    margin-bottom: 30px;
}

#MapForm_MapForm fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#MapForm_MapForm fieldset .text input,
#MapForm_MapForm fieldset select {
    width: 200px;
}

#MapForm_MapForm .field {
    padding-bottom: 10px;
}

#MapForm_MapForm fieldset label {
    color: #7d7b79;
}

#MapForm_MapForm fieldset input {
    height: 20px;
}

#MapForm_MapForm #MapForm_MapForm_Type {
    padding: 0;
    margin-top: 5px;
}

#MapForm_MapForm .Actions input {
    -moz-box-shadow: inset 0px 1px 0px 0px #000;
    -webkit-box-shadow: inset 0px 1px 0px 0px #000;
    box-shadow: 0px 1px 0px 0px #000;
    background-color: #2b292b;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0px;
    border: 0px solid #ffffff;
    display: inline-block;
    color: #f7f7f7;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-decoration: none;
    text-align: center;
}

#MapForm_MapForm .Actions input:hover {
    background-color: #595959;
}

#MapForm_MapForm .Actions input:active {
    position: relative;
    top: 1px;
}

#MailForm_MailForm fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#MailForm_MailForm .field {
    padding-bottom: 10px;
}

#MailForm_MailForm fieldset input,
#MailForm_MailForm fieldset textarea {
    width: 250px;
    border: 0;
}

#MailForm_MailForm fieldset label {
    color: #7d7b79;
    padding-bottom: 5px;
    display: block;
}

#MailForm_MailForm fieldset input {
    height: 20px;
}

#MailForm_MailForm textarea {
    resize: none;
}

#MailForm_MailForm .Actions input {
    box-shadow: 0px 1px 0px 0px #000;
    background-color: #2b292b;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0px;
    border: 0px solid #ffffff;
    display: block;
    width: 120px;
    color: #f7f7f7;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
}

#MailForm_MailForm .Actions input:hover {
    background-color: #595959;
}

#WineSpecificItemPage .image {
    padding: 1em;
}

#WineSpecificItemPage .blocktext .yellow {
    color: #e3aa0f;
}

#WineSpecificItemPage .blocktext .red {
    color: #a60031;
}

#WineSpecificItemPage .blocktext p {
    color: #928d8a;
}

#WineSpecificItemPage .blocks {
    float: left;
    width: auto;
}

#WineSpecificItemPage .block_1_grey {
    position: static !important;
    transform: none !important;
}

.grid {}

.grid:before,
.grid:after {
    content: "";
    display: table;
}

.grid:after {
    clear: both;
}

.grid .col-half,
.grid .col-third {
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid .col-left {
    padding-right: 10px;
}

.grid .col-middle {
    padding: 0 10px;
}

.grid .col-right {
    padding-left: 10px;
}

.grid .col-half {
    width: 50%;
}

.grid .col-third {
    width: 33%;
}

.pricetag {
    font-size: 1.2em;
}

#Form_AddToCartForm {
    margin-top: 12px;
}

#Form_AddToCartForm .middleColumn,
#Form_AddToCartForm fieldset {
    display: inline-block;
}

#Form_AddToCartForm #BottlesQty {
    margin-bottom: 5px;
}

#Form_AddToCartForm #BottlesQty label {
    padding-right: 10px;
}

#Form_AddToCartForm #WineFormat label {
    padding-right: 20px;
}

#Form_AddToCartForm .Actions {
    display: block;
    margin-top: 10px;
}

table.steps {
    width: 100%;
    margin-bottom: 20px;
}

table.steps td {
    width: 20%;
    background: #dcdad9;
    text-align: center;
    padding: 0.2em;
}

table.steps td.current {
    background: #928d8a;
    color: #fff;
}

table.steps a {
    color: #000;
    text-decoration: none;
}

.cart-form .field {
    margin-bottom: 10px;
}

.cart-form input.text {
    width: 100%;
    padding: 1em;
}

.cart-form select {
    width: 100%;
    height: 39px;
    padding: 10px;
}

.cart-form textarea {
    width: 100%;
}

.cart-form .parsley-errors-list {
    color: #a60031;
}

.cart-form .Actions {
    text-align: center;
}

.cart-form .Actions input {
    padding: 0.5em;
    font-size: 1.2em;
}

.cart-form .Actions input:hover {
    background: #e3aa0f;
}

table.cart-summary {
    width: 100%;
}

table.cart-summary th,
table.cart-summary td {
    padding: 0.3em;
}

table.cart-summary th {
    background: #928d8a;
    color: #fff;
    text-align: left;
}

table.cart-summary thead th {
    background: #fff;
    color: #333;
}

table.cart-summary tfoot td {
    border-top: 1px solid #ddd;
}

table.cart-summary input {
    border: 0;
    background: #eee;
    padding: 0 1em;
    width: 40px;
}

.btn,
a.btn,
#CommentForm_CommentForm_action_doConfirm {
    background-color: #141414;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#000000),
            to(#333333));
    background-image: -webkit-linear-gradient(top, #000000, #333333);
    background-image: -moz-linear-gradient(top, #000000, #333333);
    background-image: -o-linear-gradient(top, #000000, #333333);
    background-image: linear-gradient(top, #000000, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#333333');
    color: #fff !important;
    border: 0;
    padding: 0.4em;
    font-family: "Muli", sans-serif;
    display: inline-block;
    font-size: 14px;
}

.btn:hover,
a.btn:hover,
#CommentForm_CommentForm_action_doConfirm:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#000000),
            to(#000000));
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(top, #000000, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#000000');
}

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

.CommentForm .Actions #CommentForm_CommentForm_action_doConfirm {
    text-align: center;
    margin-top: 20px;
}

.CommentForm #CommentForm_CommentForm_error {
    color: #a60031;
}

form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

form input,
form select,
form textarea {
    border: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .autosize select {
    width: auto;
}

form .description {
    display: block;
    font-style: italic;
    padding: 0.5em 0;
    font-size: 0.9em;
}

form input[type="submit"] {
    cursor: pointer;
}

.cart-block .btn {
    margin-top: 10px;
    float: right;
}

.cart-block-empty {
    background-color: #000 !important;
    color: #fff;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

@media only screen and (min-width: 1081px) {
    .container {
        width: 1060px;
        margin: 0 auto;
    }

    .leftside {
        width: 700px;
        min-height: 700px;
    }

    .vignette {
        width: 220px;
    }

    .block_1_gold {
        width: 340px;
        margin-right: 0;
    }

    .block_1_grey {
        width: 340px;
        margin-right: 0;
    }

    #WinePage .block_1_gold {
        margin-left: 0;
        margin-right: 10px;
    }

    #WinePage .block_1_gold table {
        width: 100%;
    }

    #WinePage .block_1_gold table th {
        text-align: left;
    }
}

@media only screen and (min-width: 731px) and (max-width: 1080px) {
    .container {
        width: 710px;
        margin: 0 auto;
    }

    .leftside {
        width: 380px;
    }

    .vignette {
        width: 240px;
    }

    .block_1_gold {
        width: 180px;
        margin-right: 0;
    }

    .block_1_grey,
    .blockgold {
        width: 250px;
        margin-right: 0;
    }

    .block_3 {
        width: 690px;
    }

    .map {
        width: 100%;
    }

    .custom {
        float: left;
    }

    .blocks {
        width: 520px;
    }

    #WinePage .leftside {
        width: 510px;
    }

    #WinePage .block_1_gold {
        width: 190px;
        margin-left: 10px;
        margin-right: 0px;
    }

    #WinePage .block_1_gold table {
        width: 100%;
    }

    #WinePage .block_1_gold table th {
        text-align: left;
    }

    body.autoportrait .blocklist .block_1 {
        width: 690px;
        height: auto !important;
    }
}

/* phone */
@media only screen and (max-width: 730px) {

    .blocklist,
    .blocks,
    .leftside {
        margin-left: 0px;
    }

    .container {
        width: 100%;
        max-width: 500px;
        padding: 0 10px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #lang-nav li {
        text-align: right;
        clear: both;
    }

    #lang-nav .separator {
        display: none;
    }

    #logo {
        width: 100%;
        border: 0;
    }

    #logo img {
        border: 0;
    }

    #main {
        padding: 0;
        width: 100%;
    }

    .blocklist,
    .blocks {
        width: 100%;
    }

    .box,
    .block_1,
    .block_2,
    .block_3,
    .block_1_gold,
    .block_1_grey,
    .block_2_grey {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }

    .content_text {
        padding-left: 0;
        padding-right: 0;
    }

    .leftside,
    .vignette-container {
        width: 100%;
    }

    .part {
        width: 100%;
        clear: both;
    }

    .vignette {
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .block_1_grey .custom {
        margin-left: 0;
    }

    .gallerypics {
        width: 100%;
        max-width: 366px;
        margin: 0 auto;
    }

    #menu {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    #menu a {
        color: #000;
    }

    .map {
        width: 100%;
    }

    .mapform {
        width: 100%;
    }

    #MapForm_MapForm fieldset .text input {
        width: 100%;
    }

    body.autoportrait .blocklist .block_1 {
        height: auto !important;
    }
}

@media only screen and (max-width: 420px) {
    .gallerypics {
        max-width: 244px;
    }
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
    padding-top: 48px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.submit-action,
#MailForm_MailForm .Actions input.submit-action {
    display: block;
    clear: both;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 9999;
    right: 0;
}

@media screen and (min-width: 481px) {
    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #menu-nav ul {
        display: block;
    }

    #menu-nav ul li {
        display: block;
    }

    #menu-nav ul li.section a,
    #menu-nav ul li.current a {
        color: #000;
    }

    #menu-nav ul li.section ul li,
    #menu-nav ul li.current ul li {
        padding-left: 0;
    }

    #menu-nav ul li.section ul li a,
    #menu-nav ul li.current ul li a {
        display: block;
        color: #f03e78;
        width: 100px;
        text-align: center;
        margin: 0 auto;
        padding-top: 0;
    }

    #menu-nav ul li.section ul li a:hover,
    #menu-nav ul li.current ul li a:hover {
        color: #000;
    }

    #menu-nav ul ul {
        display: block;
        position: static;
    }

    #menu-nav ul ul li {
        background: #fff;
        clear: both;
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    #menu-nav ul ul li a {
        display: block;
        color: #f03e78;
        width: 100px;
        text-align: center;
        margin: 0 auto;
        padding-top: 0;
    }

    #menu-nav ul ul li a:hover {
        color: #000;
    }

    #menu-nav ul ul li:hover {
        background: transparent;
    }

    #menu-nav ul li:hover ul {
        display: block;
        margin-left: 0px;
    }
}

.flex-grid {
    --min-width: 15ch;
    --cols: 1;
    --gap: 1rem;
    --gap-count: calc(var(--cols) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--gap));
    --max-width: calc((100% - var(--total-gap-width)) / var(--cols));
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: repeat(auto-fit,
            minmax(min(100%, var(--min-width)), 1fr));
}

.flex-grid.grid-large {
    --min-width: 30ch;
}

.flex-grid.grid-2,
.flex-grid.grid-3,
.flex-grid.grid-4 {
    grid-template-columns: repeat(auto-fill,
            minmax(max(var(--min-width), var(--max-width)), 1fr));
}

.flex-grid.grid-2 {
    --cols: 2;
}

.flex-grid.grid-3 {
    --cols: 3;
}

.flex-grid.grid-4 {
    --cols: 4;
}

.flex-grid.grid-same-height {
    grid-auto-rows: 1fr;
}

@media (min-width: 768px) {
    .flex-grid.grid-4 {
        --cols: 4;
    }
}
