/*
Theme Name: Bessos Coffee Company 2020
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Bessos Coffee Company website.
Version: 1.2.5
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

@font-face {
    font-family: 'Meera';
    src: url("fonts/MeeraInimai-Regular.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Meera", sans-serif;
}

main,
body {
    display: block;
}

body {
    background-color: #bbbbbb;
}

.nav-bar {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 500;
}

@media only screen and (min-width: 57rem) {
    .nav-bar {
        height: 7.5rem;
        position: fixed;
    }
}

.nav-bar::before {
    content: "";
    display: block;
    background-color: #FFF2D0;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 200px;
}

.nav-bar__title {
    display: none;
}

.nav-bar__home-link {
    width: 100%;
    height: auto;
    max-width: 170px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 0;
    flex-flow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__home-link {
        max-width: 220px;
        margin-right: 1rem;
    }
}

.nav-bar__content {
    position: relative;
    background-color: #FFF2D0;
    /* border-bottom: solid 5px #c6512d; */
    height: 100%;
    width: 100%;
    padding: .5rem;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__content {
        padding: 1rem 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }
}

.nav-bar__menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF2D0;
    margin-top: 5rem;
    padding: 0 1rem;
    z-index: -1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    width: 100%;
    height: 442px;
    overflow: auto;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__menu {
        position: relative;
        z-index: 0;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        height: auto;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: 0;
        flex-flow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.nav-bar__menu--active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav-bar__list {
    list-style: none;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.nav-bar__list--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__list--horizontal {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 2rem;
    }
}

.nav-bar__list-item-link {
    padding: 1rem 1.5rem;
    display: block;
    color: #A55F0D;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.nav-bar__list-item-link:hover {
    text-decoration: underline;
}

.nav-bar__list-item-link--social {
    height: 60px;
    width: 60px;
    padding: 0;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__list-item-link--social {
        height: 46px;
        width: 46px;
    }
}

.nav-bar__list-item-link .nav-bar__social-path {
    fill: #FFF2D0;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.nav-bar__list-item-link .nav-bar__social-bg {
    fill: #fff;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.nav-bar__list-item-link:hover .nav-bar__social-path {
    fill: #fff;
}

.nav-bar__list-item-link:hover .nav-bar__social-bg {
    fill: #FFF2D0;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__list-item-link {
        white-space: nowrap;
        text-align: center;
    }
}

.nav-bar__list-item--social {
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 50px;
    -ms-flex-positive: 50px;
    flex-grow: 50px;
    max-width: 50px;
}

.nav-bar__list-item--social:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__list-item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
        text-align: center;
    }
}

.nav-bar__btn {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    position: absolute;
    right: 1rem;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    width: 60px;
    height: 60px;
    margin-top: -60px/2;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 57rem) {
    .nav-bar__btn {
        display: none;
    }
}

.nav-bar__btn::before,
.nav-bar__btn::after {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #A55F0D;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.nav-bar__btn::before {
    -webkit-transform: translate(-50%, -250%);
    transform: translate(-50%, -250%);
}

.nav-bar__btn::after {
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
}

.nav-bar__btn--active::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-bar__btn--active::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.nav-bar__btn-text {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #A55F0D;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-indent: -10000px;
}

.nav-bar__btn-text--active {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-bar__social-img {
    width: 100%;
    height: 100%;
}

.header {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: black;
    padding-top: 79px;
    width: 100%;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 57rem) {
    .header {
        padding-top: 0;
    }
}

.header__content {
    width: 100%;
}

@media only screen and (min-width: 45rem) {
    .header__content {
        background-color: #231F20;
        padding: 2rem 0;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.header__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    top: 0;
    overflow: hidden;
}

.header__video::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 57rem) {
    .header__video::before {
        display: block;
    }
}

.header__video-source {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
}

.header__video-btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    border: none;
    outline: none;
    min-height: 100px;
    min-width: 150px;
    cursor: pointer;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}

@media only screen and (min-width: 57rem) {
    .header__video-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__video-btn:hover .header__video-btn-ui::before {
    -webkit-transform: translate(-50%, 20%) rotate(45deg);
    transform: translate(-50%, 20%) rotate(45deg);
}

.header__video-btn-ui {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 0;
    height: 100%;
    width: 100%;
    display: block;
    color: #ffffff;
    font-family: "Meera", sans-serif;
}

.header__video-btn-ui::before {
    content: "";
    display: block;
    background-color: transparent;
    bottom: 2rem;
    left: 50%;
    position: absolute;
    width: 35px;
    height: 35px;
    border-bottom: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.header__tagline {
    background-color: #231F20;
    color: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 45rem) {
    .header__tagline {
        max-width: 62rem;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 3rem 1rem;
    }
}

.header__tagline-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 33%;
    font-size: 2rem;
    padding-bottom: .5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem auto;
}

@media only screen and (min-width: 45rem) {
    .header__tagline-title {
        font-size: 3rem;
        /*margin-right: 4rem;*/
    }
}

.header__tagline-title--light {
    color: #e1c4a1;
    font-weight: 400;
}

.header__tagline-title--break {
    display: block;
    line-height: 1;
    padding-bottom: 0;
}

.header__tagline-desc {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 45rem) {
    .header__tagline-desc {
        margin-bottom: 0;
    }
}

.section {
    background-color: #fff;
    padding: 5rem 1rem;
}

.section--med {
    background-color: #FFF2D0;
}

.section--dark {
    background-color: #231F20;
}

.section--full-width {
    padding: 5rem 0;
}

.section--full-height {
    padding-top: 0;
    padding-bottom: 0;
}

.section__title {
    color: #A55F0D;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    padding-bottom: .5rem;
}

@media only screen and (min-width: 45rem) {
    .section__title {
        text-align: left;
        font-size: 3rem;
    }
}

.section__title--lightest {
    color: #A55F0D;
}

.section__title--light {
    color: #e1c4a1;
    font-weight: 400;
}

.section__title--med {
    color: #FFF2D0;
    font-weight: 400;
}

.section__title--break {
    display: block;
    line-height: 1;
    padding-bottom: 0;
}

@media only screen and (min-width: 45rem) {
    .section__title--centered {
        text-align: center;
    }
}

.section__title--full-width {
    padding: 1rem;
    padding-bottom: .5rem;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.section__title--left {
    padding-left: 1rem;
}

.section__addin {
    text-align: center;
    padding-bottom: .5rem;
    position: relative;
}

.section__addin--full-width {
    z-index: 10;
    padding: 1rem;
    padding-top: .5rem;
    background-color: #fff;
}

.section__link {
    display: block;
    color: #A55F0D;
    font-weight: 700;
    font-size: 1.25rem;
    /* cursor: pointer; */
}

.section__link:hover {
    /* text-decoration: underline; */
}

.section__content {
    max-width: 62rem;
    margin: 0 auto;
}

@media only screen and (min-width: 45rem) {
    .section__content--two-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section__content--full-width {
    max-width: none;
    margin: 0;
}

.section__content--padding {
    padding: 1.5rem 1rem;
}

@media only screen and (min-width: 45rem) {
    .section__content--full-width {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

.section__column--image-wide {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-bottom: 300px;
    overflow: hidden;
    position: relative;
    margin-right: 1rem;
    display: block;
}

.section__column-image-full {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section--med .section__content {
    color: #A55F0D;
}

.section__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 45rem) {
    .section__column {
        width: 50%;
    }
}

.section__column--full {
    width: 100%;
}

.section__column--padding {
    padding: 5rem 1rem 1rem;
}

@media only screen and (min-width: 45rem) {
    .section__column--padding {
        padding: 5rem 1rem 1rem 0;
    }
}

@media only screen and (min-width: 45rem) {
    .section__column--first-large {
        position: relative;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
    }
}

@media only screen and (min-width: 64rem) {
    .section__column--first-large {
        max-width: 31rem;
        margin-left: calc(50% - 512px);
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}

.section__column--hidden-small {
    display: none;
}

@media only screen and (min-width: 45rem) {
    .section__column--hidden-small {
        display: block;
    }
}

.section__column--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section__column-media {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 200px;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 1rem;
    display: none;
}

.section__column-media-wide {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 300px;
    overflow: hidden;
    position: relative;
    margin: 1rem;
    display: none;
    width: 100%;
}

@media only screen and (min-width: 45rem) {
    .section__column-media-wide,
    .section__column-media {
        display: block;
    }
}

.section__column-media:last-child {
    margin-right: 0;
}

.section__column-image {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section__column--edge:first-child {
    margin: 0;
}

.map {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e5e3df;
}

@media only screen and (min-width: 45rem) {
    .map {
        padding-bottom: 600px;
    }
}

.map__map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.photo-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 1rem;
}

.photo-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.photo-grid__media {
    height: 0;
    padding-bottom: 75%;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.photo-grid__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

.photo-grid__image--portrait {
    height: auto;
    width: 100%;
}

.photo-grid__image-desc {
    margin-top: .5rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    color: #FFF2D0;
    font-weight: 400;
}

.full-menu {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 1rem 0;
    height: 100%;
    width: 100%;
    text-align: left;
    max-width: 52rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

@media only screen and (min-width: 57rem) {
    .full-menu {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 1rem 0;
        height: 100%;
        width: 100%;
        text-align: left;
        max-width: 52rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.full-menu__image {
    width: 100%;
    height: auto;
}

.full-menu__price {
    color: #A55F0D;
    font-weight: 800;
    font-size: 18px;
}

.full-menu__description {
    font-size: 16px;
}

.full-menu__content {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 57rem) {
    .full-menu__content {
        margin-bottom: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
}

.full-menu__content--col {
    width: 100%;
    padding: 1rem;
}

.full-menu__content--col--half {
    width: 100%;
    padding: 1rem;
}

@media only screen and (min-width: 57rem) {
    .full-menu__content--col--half {
        width: 50%;
    }
}

.social-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (min-width: 57rem) {
    .social-list {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: auto;
    }
}

.social-list__item {
    margin-right: 1rem;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__item-link {
    padding: .5rem;
    display: block;
    color: #A55F0D;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.social-list__item-link .social-list__img-path {
    fill: #A55F0D;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.social-list__item-link .social-list__img-bg {
    fill: #fff;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.social-list__item-link:hover .social-list__img-path {
    fill: #fff;
}

.social-list__item-link:hover .social-list__img-bg {
    fill: #A55F0D;
}

.social-list__item-link--alt .social-list__img-path {
    fill: #fff;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.social-list__item-link--alt .social-list__img-bg {
    fill: #A55F0D;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.social-list__item-link--alt:hover .social-list__img-path {
    fill: #A55F0D;
}

.social-list__item-link--alt:hover .social-list__img-bg {
    fill: #fff;
}

.social-list__img {
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #FFF2D0;
    /* border-top: solid 5px #FFF2D0; */
}

.footer__nav-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
    /* max-width: 40rem; */
    margin: 0 auto;
}

.footer__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer__links-list-item {
    margin-right: 1rem;
    color: #fff;
}

.footer__links-list-link {
    display: block;
    padding: 1rem .5rem;
    text-decoration: none;
    color: inherit;
}

.footer__links-list-link:hover {
    text-decoration: underline;
}

.footer__legal {
    padding: 0 1rem 1rem 1rem;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

.footer__content--left {
    text-align: left;
}

.contact-list {
    color: #fff;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list__location {
    padding: 1.5rem 1rem;
}

.contact-list__address {
    font-style: normal;
}

.contact-list__address-name {
    font-weight: 700;
}

.contact-list__address a {
    color: inherit;
}

.contact-list__item {
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
}

.contact-list__item--full-width {
    width: 100%;
}

.contact-list__item:last-child {
    margin-bottom: 0;
}

.header__image {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.header__image::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58.59%;
}

.header__image--sub::before {
    padding-bottom: 36.15%;
}

.header__image--carousel::before {
    padding-bottom: 500px;
}

@media only screen and (min-width: 1024px) {
    .header__image::before {
        padding-bottom: 600px;
        margin-top: 120px;
    }
    .header__image--sub::before {
        padding-bottom: 36.15%;
    }
}

@media only screen and (min-width: 1817px) {
    .header__image--sub::before {
        padding-bottom: 656.84px;
    }
}

.header__image-source {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.page__map {
    width: 100%;
    background-color: #999999;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
}

.page__map-bar {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.page__map-container {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.page__map-container::before,
.page__map-container::after {
    box-sizing: border-box;
}

.page__map-nav {
    color: #fff;
    text-transform: uppercase;
}

.page__map-nav-list {
    width: 100%;
    background-color: #231F20;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}

@media only screen and (max-width: 57rem) {
    .page__map-nav-list {
        flex-direction: column;
    }
}

.page__map-nav-list-item {
    text-align: left;
    color: #e1c4a1;
    width: 100%;
}

@media only screen and (max-width: 57rem) {
    .page__map-nav-list-item {
        /* flex-basis: 200px; */
        flex-grow: 1;
    }
}

.page__map-nav-list-line {
    position: relative;
}

@media only screen and (max-width: 57rem) {
    .page__map-nav-list-line {
        display: block;
    }
}

.page__map-nav-list-line::after {
    content: '';
    width: 80%;
    border-bottom: solid 1px #fff;
    position: absolute;
    left: 50%;
    top: 110%;
    z-index: 1;
    transform: translateX(-50%);
}

@media only screen and (max-width: 57rem) {
    .page__map-nav-list-line::after {
        content: none !important;
    }
}

.page__map-nav-list-link {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    text-align: center;
    padding: 1rem 2rem;
    position: relative;
    margin-right: auto;
}

.page__map-nav-list-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    width: 10px;
    height: 10px;
}

@media only screen and (max-width: 57rem) {
    .page__map-nav-list-link {
        padding: 2.5rem 0.4rem;
        text-align: center;
    }
}

.page__map-nav-list-link::after {
    display: none;
}

.page__map-nav-list-link-active {
    padding: 1.6rem 0.4rem !important;
}

.section__content > p > strong {
    font-size: 20px;
    font-weight: 800;
}