body {
    --textColor: #a29c8f;
}

@import url("https://fonts.googleapis.com/css?family=PT + Serif:400, 700");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400");
@media (min-width: 320px) {
    body::after {
        content: '{"phone":{"value": "320px", "active": true},"tablet":{"value": "768px", "active": false},"desktop":{"value": "1024px", "active": false}}';
        display: block;
        height: 0;
        overflow: hidden;
        width: 0;
    }
}
@media (min-width: 768px) {
    body::after {
        content: '{"phone":{"value": "320px", "active": true},"tablet":{"value": "768px", "active": true},"desktop":{"value": "1024px", "active": false}}';
        display: block;
        height: 0;
        overflow: hidden;
        width: 0;
    }
}
@media (min-width: 1024px) {
    body::after {
        content: '{"phone":{"value": "320px", "active": true},"tablet":{"value": "768px", "active": true},"desktop":{"value": "1024px", "active": true}}';
        display: block;
        height: 0;
        overflow: hidden;
        width: 0;
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
svg {
    fill: currentColor;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
    background: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
video {
    -o-object-fit: cover;
    object-fit: cover;
}
html {
    position: relative;
    min-height: 100%;
    font-size: 62.5%;
}
body {
    padding: 0;
    margin: 50px 0 0;
    font-family: "Arial";
    font-size: 1em;
    height: 100%;
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@font-face {
    font-family: "icons";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-volume-mute:before {
    content: "\e900";
}
.icon-volume-mute2:before {
    content: "\e901";
}
.equal-columns {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.content {
    max-width: 1420px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
@media (min-width: 850px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
body {
    font-size: 20px;
    font-size: 2rem;
    font-family: "PT Serif", serif;
    font-weight: 300;
    line-height: 1.5;
    background-color: #fff;
}
.footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.image-fit {
    width: 100%;
    max-width: 100%;
}
.calendar {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 20px;
}
.calendar__month {
    text-align: center;
    color: #825a32;
}
.calendar__month--current {
    color: #d1ad66;
}
.calendar__day {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 14.28571%;
    padding-bottom: 14.28571%;
    height: 0;
    margin-right: -4px;
    text-align: center;
    color: #75948c;
    line-height: 1.7;
}
.calendar__day:nth-child(7n-1),
.calendar__day:nth-child(7n) {
    color: #100f1d;
}
.calendar__day input {
    display: none;
}
.calendar__day input:checked ~ .calendar__day-circle {
    background-color: #7c9bc2;
}
.calendar__day input:checked ~ .calendar__day-label {
    color: white;
}
.calendar__day-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-clip: content-box;
}
@media (min-width: 850px) {
    .calendar__day-circle {
        padding: 10px;
    }
}
.calendar__day-label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.col--1-1 {
    width: 100%;
}
.col--1-2 {
    width: 50%;
}
.col--2-2 {
    width: 100%;
}
.col--1-3 {
    width: 33.33333%;
}
.col--2-3 {
    width: 66.66667%;
}
.col--3-3 {
    width: 100%;
}
@media (min-width: 320px) {
    .col--1-1\@small {
        width: 100%;
    }
    .col--1-2\@small {
        width: 50%;
    }
    .col--2-2\@small {
        width: 100%;
    }
    .col--1-3\@small {
        width: 33.33333%;
    }
    .col--2-3\@small {
        width: 66.66667%;
    }
    .col--3-3\@small {
        width: 100%;
    }
}
@media (min-width: 850px) {
    .col--1-1\@medium {
        width: 100%;
    }
    .col--1-2\@medium {
        width: 50%;
    }
    .col--2-2\@medium {
        width: 100%;
    }
    .col--1-3\@medium {
        width: 33.33333%;
    }
    .col--2-3\@medium {
        width: 66.66667%;
    }
    .col--3-3\@medium {
        width: 100%;
    }
}
@media (min-width: 1140px) {
    .col--1-1\@large {
        width: 100%;
    }
    .col--1-2\@large {
        width: 50%;
    }
    .col--2-2\@large {
        width: 100%;
    }
    .col--1-3\@large {
        width: 33.33333%;
    }
    .col--2-3\@large {
        width: 66.66667%;
    }
    .col--3-3\@large {
        width: 100%;
    }
}
.col-container:after {
    content: "";
    display: table;
    clear: both;
}
.col {
    float: left;
}
.col--block {
    display: inline-block;
    margin-right: -4px;
}
.pagebreak--left {
    width: 30%;
    border: 0;
    height: 1px;
}
.pagebreak--right {
    width: 75%;
    border: 0;
    height: 1px;
}
.link:hover {
    text-decoration: underline;
}
.link--opacity:hover {
    opacity: 0.5;
}
.logo {
    width: 200px;
    height: 75px;
    color: #f0e8dc;
    margin: 20px;
}
.heading {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0.6em;
}
.heading--1 {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}
.heading--2 {
    font-size: 20px;
    font-size: 2rem;
}
.heading--3 {
    font-size: 18px;
    font-size: 1.8rem;
}
.heading--4 {
    font-size: 20px;
    font-size: 2rem;
}
.paragraph {
    font-size: 15px;
    font-size: 1.5rem;
}
.nav-item {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    color: #f0e8dc;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
}
.nav-item--active,
.nav-item:hover {
    color: #f3ede3;
    border-bottom: 1px solid rgba(240, 232, 220, 0.2);
}
.nav-item a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 850px) {
    .nav-item {
        padding: 10px;
    }
}
.pad {
    padding: 10px;
}
.round-input {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #27526f;
    border-radius: 50%;
    text-align: left;
}
.round-input__input {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    color: white;
    outline: none;
    -webkit-appearance: none;
    text-align: center;
}
.round-input--select .round-input__input {
    padding-left: 18px;
}
.round-input__input::-webkit-outer-spin-button,
.round-input__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.accordion__element {
    display: none;
}
.accordion__element:not(:checked) ~ .accordion__content {
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    max-height: 0;
}
.accordion__title {
    display: block;
    cursor: pointer;
}
.accordion__content {
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 2000px;
    max-height: 100vmax;
}
.calendar-tile {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background-color: #7c9bc2;
    background-clip: content-box;
    color: white;
}
.calendar-tile__calendar-wrapper {
    background-color: #27526f;
}
@media (min-width: 850px) {
    .calendar-tile__calendar {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}
.calendar-tile__title {
    font-size: 20px;
    font-size: 2rem;
    background-color: #7c9bc2;
    color: white;
    text-transform: uppercase;
    padding: 20px;
}
.calendar-tile__copy {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.calendar-tile__question {
    margin: 20px 0 10px 0;
}
.calendar-tile__number-input {
    margin: 10px;
}
.calendar-tile__details {
    padding: 10px;
    width: 100%;
}
@media (min-width: 850px) {
    .calendar-tile__details {
        width: auto;
    }
}
.calendar-tile__contact {
    display: inline;
    float: right;
    width: 100%;
    font-size: 1.5rem;
    margin: 5px 10px 0 0;
}
.calendar-tile__icon {
    fill: currentColor;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 0;
}
.calendar-tile__input {
    margin: 0 5px;
}
.calendar-tile__cta {
    display: block;
    align-self: flex-end;
    background-color: #27526f;
    text-transform: uppercase;
    color: #75948c;
    padding: 10px;
    width: 100%;
}
.calendar-tile__party {
    display: block;
    align-self: flex-end;
    color: #75948c;
    padding: 10px;
    font-size: 1.5rem;
    width: 100%;
}
.card {
    padding: 30px;
    max-width: 300px;
}
.card__content {
    position: relative;
    overflow: hidden;
    background-color: rgba(240, 232, 220, 0.7);
    padding: 40px 40px 20px 40px;
    box-shadow: 0 3px 5px black;
}
.card__title {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.card__image {
    width: 100%;
    border-radius: 50%;
}
.card__cta {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #27526f;
    color: white;
    text-transform: uppercase;
    padding: 10px;
}
.card__description {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #27526f;
    color: white;
    text-align: left;
    padding: 20px 20px 10px 20px;
}
.card:hover .card__description {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.instructions-accordion {
    max-width: 870px;
    margin: 20px auto;
    padding: 0 10px;
}
.instructions-accordion__heading {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background-color: #265f89;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
}
.instructions-accordion__title {
    background-color: #7c9bc2;
    padding: 20px;
}
.instructions-accordion__content {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #265f89;
}
.instructions-accordion__content-inner {
    padding: 20px;
}
@media (max-width: 849px) {
    .instructions-accordion__time:before {
        content: " — ";
    }
}
@media (min-width: 850px) {
    .instructions-accordion__time {
        float: right;
    }
}
.instructions-accordion__clock {
    width: 16px;
    height: 16px;
    color: #265f89;
    vertical-align: middle;
    margin-left: 3px;
}
.food-tile {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #d1ad66;
}
.food-tile__images {
    position: relative;
}
@media (max-width: 849px) {
    .food-tile__images {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
.food-tile__image {
    float: left;
}
.food-tile__image--one {
    width: 50%;
}
@media (min-width: 850px) and (max-width: 1064px) {
    .food-tile__image--one {
        width: 100%;
    }
}
.food-tile__image--two,
.food-tile__image--three {
    width: 50%;
}
.food-tile__image--four {
    width: 50%;
}
@media (min-width: 850px) and (max-width: 1064px) {
    .food-tile__image--four {
        display: none;
    }
}
.food-tile__copy {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    background-color: rgba(39, 82, 111, 0.7);
    padding: 20px 20px 60px 20px;
}
.food-tile__copy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://larrylandmovie.com/workspace/assets/img/blue-diamond-pattern.svg");
    background-size: 65%;
    opacity: 0.6;
    z-index: -1;
}
.food-tile__title {
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}
@media (min-width: 850px) {
    .food-tile__title {
        text-align: right;
    }
}
.food-tile__cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #27526f;
    color: #75948c;
    text-transform: uppercase;
    text-align: right;
}
.footer {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: black;
    color: #f0e8dc;
    padding: 30px 0;
}
.footer__inner {
    max-width: 1420px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
@media (min-width: 850px) {
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.footer__address {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.footer__element {
    padding: 10px;
}
.editorial {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: 70% 50%;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-flow: column wrap;
    background-color: black;
}
.editorial__slim {
    min-height: 200px;
}
.editorial--heading {
    color: var(--textColor);
    -webkit-box-flex: 0;
    flex: none;
    margin: 40px 0 20px 40px;
}
.editorial--heading-middle {
    margin: 40px 0;
    text-align: center;
}
.editorial--pagebreak {
    background-color: var(--textColor);
    -webkit-box-flex: 0;
    flex: none;
    margin: 0 0 0 40px;
}
.editorial__paragraph {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.editorial__paragraph p {
    padding: 5px;
}
.editorial__block {
    padding: 0px 40px 0px 40px;
}
.editorial__panel--right {
    margin-left: 50%;
}
.hero {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.hero--overlay {
    text-align: center;
    margin: 8% 20% 30% 20%;
    width: 100%;
}
.hero--video {
    min-width: 100%;
    width: auto;
    height: 100%;
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/Larryland+first+page.jpg");
    background-size: cover;
    background-position: 30% 50%;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -100;
}
.hero--volume {
    position: absolute;
    top: 100px;
    right: 10px;
    font-size: 1.5em;
    color: var(--textColor);
}
.hero--overlay.loading {
    opacity: 0;
}
.hero--overlay.loaded {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.crew {
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/team.jpg");
}
.crew__members {
    color: var(--textColor);
    margin: 15px 20px 10px 40px;
}
.crew__members--heading {
    color: var(--textColor);
}
.crew__members--name {
    color: #ae8a7c;
}
.syn {
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/synopsis.jpg");
}
.syn__trailer {
    margin-top: 20px;
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 12.5px;
    height: 0;
}
.syn__trailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.syn__panel {
    width: 75%;
}
.quote {
    font-style: italic;
    color: white;
    background-color: black;
    min-height: auto;
    padding: 40px auto;
}
.quote__content {
    color: #7c9bc2;
    font-size: 1.435em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0.5em;
}
.quote__content:before,
.quote__content:after {
    content: '"';
}
.quote__content:before {
    font-size: 1.5em;
    margin-left: -20px;
}
.quote__content:after {
    font-size: 1em;
    line-height: 1;
}
.quote__author {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
}
.quote__author:before {
    content: "— ";
}
.dir {
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/directorsnote.jpg");
}
.dir--heading {
    color: white;
}
.dir__toad {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.dir__toad-image {
    background-size: cover;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: visible;
    position: absolute;
    pointer-events: none;
    left: 0px;
    right: 0px;
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/toad-car.gif");
}
.gallery {
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/pink.jpeg");
}
.editorial__gallery {
    width: 100%;
    display: inline;
    float: left;
}
.gallery__img {
    width: 25%;
    display: block;
    float: left;
    padding: 10px;
}
.gallery__img--thumb {
    width: 100%;
    display: -webkit-box;
    display: flex;
    float: left;
}
.contact {
    background-color: #ae8a7c;
    min-height: 0px;
    padding: 20px 0 40px 0;
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/contact_bg.jpg");
}
.contact__heading {
    color: white;
    margin: 10px auto 5px auto;
}
.contact__copy {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
    width: 100%;
}
.screenings {
    background-image: url("https://s3-eu-west-1.amazonaws.com/larryland/static/screenings_bg.jpg");
}
.nav {
    width: 100%;
    display: inline;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    position: fixed;
    top: 0px;
    z-index: 1;
}
.nav__list {
    display: -webkit-box;
    display: flex;
    float: left;
    width: 17.5%;
}
.nav__list__small {
    display: -webkit-box;
    display: flex;
    float: left;
    width: auto;
    max-width: 5%;
}
.nav__list--right {
    float: right;
}
.nav__list_link {
    width: 100%;
    text-align: center;
    color: #d1ad66;
}
.nav__logo {
    width: 115px;
    padding: 2px 9px;
}
.facebook_logo {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin: 10px;
    background: url(https://s3-eu-west-1.amazonaws.com/larryland/static/facebook_logo.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    float: right;
}
.leo_logo {
    display: block;
    margin: 5px;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(https://s3-eu-west-1.amazonaws.com/larryland/static/leo_logo_yellow.svg);
    background-size: 30px 30px;
}
.overlay-mode {
    overflow: hidden;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-mode .overlay {
    display: block;
}
.overlay iframe {
    width: 100%;
    height: 100%;
}
.overlay__contents {
    position: relative;
    margin: 0 auto;
    border-radius: 15px;
    background-color: white;
}
.overlay__contents[data-overlay="opentable"] {
    width: 830px;
    height: 480px;
    top: 50%;
    margin-top: -240px;
}
.quote {
    font-style: italic;
    color: white;
    background-color: black;
    min-height: auto;
    padding: 40px auto;
}
.quote__content {
    color: #7c9bc2;
    font-size: 1.435em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0.5em;
}
.quote__content:before,
.quote__content:after {
    content: '"';
}
.quote__content:before {
    font-size: 1.5em;
    margin-left: -20px;
}
.quote__content:after {
    font-size: 1em;
    line-height: 1;
}
.quote__author {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
}
.quote__author:before {
    content: "— ";
}
.restaurant-tile {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-content: space-between;
    background-color: #75948c;
    background-clip: content-box;
}
.restaurant-tile__copy {
    padding: 20px;
}
.restaurant-tile__title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.restaurant-tile__description {
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
}
.restaurant-tile__image-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
}
@media (min-width: 850px) {
    .restaurant-tile__image {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    @supports (object-fit: cover) {
        .restaurant-tile__image {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
    }
}
.restaurant-tile__cta {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #75948c;
    color: #b8d5ce;
    padding: 10px 20px 10px 60px;
}
.slider {
    overflow: hidden;
}
.slider__slide {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 40.08%;
}
.slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wall {
    position: relative;
    background-color: #f0e8dc;
    text-align: center;
    padding: 100px 0;
}
.wall:before,
.wall:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("https://larrylandmovie.com/workspace/assets/img/mosaic.png");
    background-size: 60.8px 40px;
}
.wall:before {
    top: 0;
}
.wall:after {
    bottom: 0;
}
.wall__logo {
    width: 200px;
    height: 192.27053px;
    display: inline-block;
    color: #27526f;
}
.header {
    background-color: #100f1d;
}
.header__inner {
    max-width: 1420px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 850px) {
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.header__inner:after {
    content: "";
    display: table;
    clear: both;
}
.header__logo {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 850px) {
    .header__logo {
        float: left;
    }
}
.header__nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 850px) {
    .header__nav {
        width: auto;
        float: right;
        padding-top: 78px;
    }
}
.header__contact {
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
    position: relative;
    color: #f0e8dc;
    text-align: right;
    vertical-align: bottom;
    padding: 45px 10px 25px 10px;
}
.header__contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://larrylandmovie.com/workspace/assets/img/blue-diamond-pattern.svg");
    background-size: 100%;
    opacity: 0.6;
}
@media (min-width: 850px) {
    .header__contact {
        display: inline-block;
        float: right;
    }
}
.header__contact-inner {
    position: relative;
}
.homepage {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.homepage__tile {
    padding: 10px;
}

/* Balthazaurus */
p {
    color: var(--textColor);
}