/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
 body {
    font-family: 'Lato', sans-serif;
    margin:0;
    font-size: 19px;
    font-weight: 300;
    line-height: 170%;
    color: #777777;
}
h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 100%;
    margin: 40px 0px 40px 0px;
    color: #333333;
    letter-spacing: -1px;
    text-align:center;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    margin: 30px 0px 30px 0px;
    color: #666666;
    letter-spacing: -1px;
}
h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 120%;
    margin: 25px 0px 25px 0px;
    color: #333333;
}
h4 {
    font-size: 17px;
    font-weight: 900;
    line-height: 120%;
    margin: 25px 0px 25px 0px;
    color: #333333;
    letter-spacing: 3px;
    text-transform:uppercase;
}
h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    margin: 25px 0px 25px 0px;
    color: #333333;
}
h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    margin: 10px 0px 10px 0px;
    color: #333333;
}
a {
    line-height:170%;
    color:#9BCB43;
    text-decoration:none;
    cursor:pointer;
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 19px;
}
a:hover {
    color: #82AD30;
}
ul {
    font-weight: 400;
    line-height:170%;
    margin: 10px 0px 10px 0px;
    color: #777777;
    padding:0px 0px 0px 40px;
}
ol {
    font-weight: 400;
    line-height: 170%;
    margin: 10px 0px 10px 0px;
    color: #444444;
    padding:0px 0px 0px 40px;
}
blockquote {
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 20px 0px;
    border-left: 5px solid #eee;
    font-style:italic;
}
ol ul, ul ol, ul ul, ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
body img {
    max-width : 100%;
    height : auto;
}

.header {
    position:relative !important;
}

.booking-links {
    position: absolute;
    z-index: 1000;
    bottom: -3rem;
    width: 100%;
    text-align: center;
}

.booking-links > a {
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
    background-color:#C29246;
    font-size: 0.8em;
    padding: .2em .8em;
    margin: 0 0.3em;
    text-transform: uppercase;
    border-radius: .3em;
    box-shadow: #000 0em 0em 2em -7px;
    transition: all .4s ease-in-out;
}

.booking-links > a:hover {
    color: #C29246;
    background-color: #fff;
    border: solid 1px #C29246;
}

.Slider {
    position: relative;
}

.restaurant-banner {
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
}

.restaurant-banner.slideshow {
    z-index: 1000;
    position: absolute;
    bottom: 0;
}

.restaurant-banner img {
    margin: 1em auto;
    width: 70%;
    min-width: 250px;
}

.restaurant-logo-panel {
    background-color: rgba(0,0,0,0.4);
    text-align: center;
}

.restaurant-logo-panel > img {
    width: 200px;
    margin: 2rem auto;
}

ul.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu-list > li {
    list-style: none;
    border-top: 1px #ccc dotted;
    padding: .5rem
}

ul.menu-list > li.highlight a {
    font-weight: 800 !important;
}

ul.menu-list > li a {
    color: rgb(72, 99, 125);
}

ul.menu-list > li a i.fas {
    margin-right: 1rem;
}

.listing {
    margin: .4rem auto;
    width: 80%;
    max-width: 1000px;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 40% 60%;
    /*grid-auto-rows: 1fr;*/
}
.listing::before, .listing::after  {
    content: none;
}

.listing > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.listing > .item-content {
    background-color: #eee;
    padding: 1.5rem;
    font-size: 0.9em;
    height: 100%;
}

.listing > .item-content h4 {
    margin-top: 0;
}

.listing > .item-content a {
    color: #000;
    font-size: initial;
    text-decoration: underline;
    letter-spacing: initial;
}





/* =WordPress Core
-------------------------------------------------------------- */
 .sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.blog-post {
    min-height: 100px;
    margin-bottom:50px;
}
span a.post-category:hover {
    color: #9BCB43;
}
li {
    line-height:150%;
    color:#333333;
    font-weight: 300;
}
.content {
    margin-top: auto;
}
@media only screen and (min-width : 768px) {
    body {
        text-align: left;
    }
    .content {
        margin-top: auto;
    }
}
@media only screen and (min-width : 1024px) {
    body {
        text-align: left;
    }
    .content {
        margin-top: auto;
    }
}