header {
    width: 100%;
    background-color: #be9565;
    background-image: url(../images/global/smokeys-tile.jpg);
    background-repeat: repeat;
}

nav {
    position: relative;
}

nav ul {
    margin: 0;  
    list-style: none;
}

nav a {
    text-align: center;
    padding: .5em;
}

.center {
    text-align: center;
}

/* Main Nav Styles */

.brown-top-bar {
    height: 71px;
    background-color: #594028;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.logo {
    position: absolute;
    max-width: 250px;
    margin: 0 auto;
    top: 3px; left: 0; right: 0;
    padding: .5em;
    text-align: center;
    z-index: 5;
    overflow: visible;

    background-image: url(../images/global/logo-bg-desktop.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 239px;
}

.logo img {
    margin-top: 0.3em;
    width: 100%;
    max-width: 150px;
}

.address-desktop {
    display: none;
}

.address-mobile {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    border-top: solid white 32px;
    padding: 5px 0px;
}

.address-mobile a {
    color: white;
    font-size: 1.4em;
}

#toggle {
    display: none;
}
.hamburger{
    cursor: pointer;
    background: none;
    border: none;
}

.hamburger span {
    display: block;
    padding: 1em;
}

.hamburger img {
    width: 30px;
}

.menu-open{
    display: block;
}

.menu-close {
    display: none;
}

.main-nav-desktop {
    display: none;
}

.main-nav-mobile {
    list-style: none;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    background-color: #594028;
    height: 0;
    transition: .300s;
}

.displayTransition{
    height: 230px;
}

.main-nav-mobile li {
    padding: .25em;
    font-size: 1.4em;
}

.main-nav-mobile a {
    color: white;
    display: block;
}

.logo-spacer {
    width: 40%;
    max-width: 330px;
    display: none;
    overflow: visible;
}

/* Footer Styles */

.footer-nav {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: .5em;
    margin-top: .5rem;
    border-top: 3px solid #594028;
}
.footer-nav-links {
    padding: 0px;
}
.footer-nav-icons {
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.footer-nav-icons a{
    opacity: 60%;
}
.footer-nav-icons a:hover {
    opacity: 100%;
}

.sm-icons img{
    width: 25px;
}

.footer-nav li {
    padding: .25em 0;
    font-size: 1.4em;
}

.footer-nav a {
    color: saddlebrown;
}

/* Minimum Width Styles */

@media all and (min-width: 720px) {
    .caption p {
        font-size: 1.4em;
    }
}

@media all and (min-width: 1026px) {

header {
    padding-bottom: 1.8em;
    border-bottom: 0;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}

.brown-top-bar {
    height: 38px;
    border-bottom: solid white 2px;
}

.logo {
    max-width: 325px;
    background-image: url(../images/global/logo-bg-desktop.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 300px;
}
.logo img {
    max-width: 195px;
}

.address-mobile {
    display: none;
}

.address-desktop {
    display: flex;
    justify-content: flex-end;
    padding: 0.8em;
}

.address-desktop a {
    color: white;
    font-size: 1.6em;
}

.main-nav-mobile {
    display: none;
}

.main-nav-desktop {
    list-style: none;
    text-decoration: none;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    background-color: white;
}

.main-nav-desktop li {
    padding: 0;
    font-size: 2em;
}

.main-nav-desktop a {
    color: #121212;
    display: block;
}

.logo-spacer {
    display: block;
}

.hamburger {
    display: none;
}

.caption p {
    font-size: 2.2em;
}

}

@media all and (min-width: 1125px){

.footer-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-nav-icons {
    padding-left: 10px;
}
.footer-nav li {
    font-size: 1.6em;
}
.footer-nav-links{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer-nav-links li:not(:last-child):after {
    content: "\2022";
    padding: 0 .25em;
}
}

/* Max Width Styles */

@media all and (max-width: 720px) {

.order {
    order: -1;
}

}

/*Slider Edits*/

.slider, .quotes {
    overflow: hidden;
    width: 100%;
}

.slick-slide {
    height: auto;
}

.slick-slide img {
    width: 100%;
}

.slick-slider .slick-arrow {
    opacity: 1.0;
    transition: 0.3s;
}

.slick-arrow img {
    width: 20px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 1000;
    width: 35px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-next {
        right: 0;
        background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,.15));
    }
    .slick-prev {
        left: 0;
        background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0,0,0,.15));
    }

@media all and (min-width: 720px) {
    .slick-slider .slick-arrow {
        opacity: 0.0;
        transition: 0.3s;
    }
        .slick-slider:hover .slick-arrow {
            opacity: 1.0;
        }
            .slick-slider:hover .slick-next {
                right: -15px;
            }
            .slick-slider:hover .slick-prev {
                left: -15px;
            }
    .slick-next, .slick-prev {
        width: 100px;
    }     
    
    .slick-arrow img {
        width: 15px;
    }
}

/*End Slider Edits*/

/* Lity Edits */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8);
}
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}

/*End Lity Edits*/

/* Gallery Modal */

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 2000;
padding-top: 10em;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
position: relative;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

/* The Close Button */
.close {
color: rgb(238, 238, 238);
position: absolute;
top: .25em;
right: .5em;
font-size: 3.5em;
font-weight: bold;
transition: all .3s;
}

.close:hover,
.close:focus {
color: white;
text-decoration: none;
cursor: pointer;
}

.mySlides {
display: none;
}

.cursor {
cursor: pointer;
}

.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 0 .5em;
color: rgb(238, 238, 238);
font-weight: bold;
font-size: 2.2em;
transition: 0.3s ease;
user-select: none;
    -webkit-user-select: none;
}
.next { right: 0; }

.prev:hover,
.next:hover {
color: white;
}

.mySlides img {
    width: 100%;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 1.2em;
padding: .8em 1.2em;
position: absolute;
top: 0;
}

.caption-container {
text-align: center;
padding: 2px 16px;
color: white;
}

/* End Gallery Modal */