/*--------------------------------------------------------------
CSS Reset
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

aside,
footer,
header,
main,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

p {
    font-size: 0.5rem;
}

h1 {
    font-size: 3.8rem;
    margin: 0.67em 0;
}

small {
    font-size: 80%;
}

img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
Images - reset 
--------------------------------------------------------------*/

img {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
Layouts
--------------------------------------------------------------*/

.content {
    padding: 2em;
}

@media screen and (min-width: 36em) {
    .single .content {
        max-width: 38em;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-branding img {
    max-width: 240px;
}

.masthead {
    background: transparent;
    padding: 1em 0.9em 0.9em 1.6em;
}

.main-navigation {
    clear: both;
    display: block;
    font-family: 'robotos', sans-serif;
    font-size: 0.82em;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin-left: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    position: relative;
    display: block;
    padding: 0.7em;
    text-decoration: none;
    line-height: 1.6em;
    color: white;
}

.main-navigation a:hover,
.main-navigation a:focus {
    background: #fff;
    color: #996633;
}

.main-navigation a {
    border-bottom: 1px solid white;
}

.main-navigation ul li:last-child a {
    border-bottom: none;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation li {
    position: relative;
}

.main-navigation .current-menu-item>a {
    font-weight: 700;
    color: #996633
}

.main-navigation .nav-menu>ul>li:first-child,
.main-navigation .nav-menu>li:first-child {
    border-top: 0;
}

.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
    padding-right: 48px;
}

.no-js .main-navigation ul ul {
    display: block;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    position: fixed;
    z-index: 100;
    bottom: 1em;
    left: 1em;
    font-family: 'robotos', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border: solid 2px #fff;
    transition: all ease-out 400ms;
}

.menu-toggle.hide {
    bottom: -2.5em;
}

/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide {
    bottom: 1em;
}


.menu-toggle:hover,
.menu-toggle:focus {
    text-decoration: underline;
}

@media screen and (min-width: 50em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

/* Hovering menu */

.main-navigation.toggled {
    position: fixed;
    bottom: 0;
    padding: 1em;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.nav-menu {
    padding: 1em;
    margin-bottom: 3em;
    background-color: #000;
}

.main-navigation.toggled ul {
    max-height: calc(100vh - 8em);
    overflow-y: auto;
}

.main-navigation.toggled ul ul {
    display: none;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on>ul {
    display: block;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {

    /* Position the menu in the header */
    .main-navigation,
    .main-navigation.toggled {
        position: relative;
        margin: 0 .5em;
        padding: 0;
        width: auto;
    }

    .nav-menu {
        padding: .3em 0 0 0;
        background-color: transparent;
    }

    .main-navigation ul,
    .main-navigation.toggled ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: .5em 0;
    }

    /* Display the menu items in a horizontal order */
    .main-navigation li {
        border: none;
    }

    /* Add an outline to the drop-down menus */
    .main-navigation ul ul {
        outline: 1px solid #333;
    }

    /* Left-align drop-down menu items */
    .main-navigation li li {
        display: block;
        text-align: left;
    }

    .main-navigation a,
    .dropdown-toggle {
        color: rgb(51, 51, 51);
    }

    .main-navigation a,
    .main-navigation ul ul li:last-child a {
        border-bottom: none;
    }

    /* Add an outline on hovered and focused menu items */
    .main-navigation a:hover,
    .main-navigation a:focus {
        background: transparent;
        color: #996633;
        text-decoration: underline;
    }

    .main-navigation li li a {
        color: rgb(230, 230, 230);
    }

    /* Create hover and focus contrast on drop-down items */
    .main-navigation li li a:hover,
    .main-navigation li li a:focus {
        background: #eee;
        color: #000;
        text-decoration: none;
    }

    /* Position drop-down menus absolutely */
    .main-navigation ul ul.toggled-on {
        position: absolute;
        width: 12em;
        display: block;
        z-index: 10;
        margin-left: 0;
        padding: 0;
        background: #000;
    }

    .main-navigation ul ul ul.toggled-on {
        position: relative;
    }

    /* Indent 3rd level drop-down menus */
    .main-navigation ul ul ul a {
        padding-left: 2em;
    }

}

/*--------------------------------------------------------------
Header styles minus menu
--------------------------------------------------------------*/

@media screen and (min-width: 50em) {
    .masthead {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.site-title {
    margin: 0;
    padding: .2em .5em;
    font-size: 2em;
    font-weight: 300;
    color: black;
}

.site-title a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-family: 'Montserrat';
}

.site-title a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
    color: black;
    font-family: 'roboto', serif;
    font-size: 100%;
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
    clear: both;
}

p {
    font-size: 0.8em;
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 75%;
}


h1 {
    font-size: 2em;
    line-height: 1.25;
}

h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 2px;
}

h3 {
    font-size: 2.4rem;
    line-height: 1.15;
}


/* Responsive Typography */

.content {
    font-size: 1em;
}

@media screen and (min-width: 50em) {
    .content {
        font-size: 1.2em;
        line-height: 1.375em;
    }
}

@media screen and (min-width: 60em) {
    .content {
        font-size: 1.3em;
        line-height: 1.4em;
    }
}

/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/

.banner {
    /* margin: -2em -2em 2em; */
    padding: 5em 2em 5em 2em;
    color: white;
    text-shadow: 1px 1px 1px black;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/headerbg.jpg') top left no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-heading {
    margin-top: 0;
}

.centered {
    text-align: center;
}

.banner h2 {
    font-size: 1em;
    color: #996633;
}

@media screen and (min-width: 600px) {
    .centered {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 2em;
    }

    .banner h2 {
        font-size: 2em;
    }
}

@media screen and (min-width: 900px) {
    .centered {
        width: 33em;
    }


    .banner-heading {
        margin-bottom: -.5em;
    }

    .banner-text {
        margin-left: 2em;
    }
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

.widgets {
    max-width: 65em;
    margin: 0 auto;
}

.widget {
    margin-bottom: 4em;
}

.widget_title {
    font-size: 2rem;
    margin: 0.67em 0;
}

@media screen and (min-width: 40em) {
    .widgets {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .widget .widget2 .widget3 {
        box-sizing: border-box;
        width: calc(50% - 1em);
        padding: 0.5em 1em;
        margin: 0 .5em 1em;
        border: 1px solid hsla(0, 0%, 100%, .2);
    }

    .widget_title {
        font-size: 3.8rem;
        margin: 0.67em 0;
    }
    
}

@media screen and (min-width: 60em) {
    .widget {
        width: calc(33% - .66666667em);
        margin: 0 .4em;
    }

    .widget2 {
        width: calc(50% - 1em);
        margin: 0 .4em;
    }

    .widget3 {
        width: calc(66% - 2em);
        margin: 0 .4em;

    }
}

/*--------------------------------------------------------------
Coupons
--------------------------------------------------------------*/

.coupons {
    margin-top: 2em;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.coupon {
    display: flex;
    margin: 10px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    width: 320px;
    min-height: 750px;
    flex-direction: column;
    justify-content: space-between;
}



.coupon_image {
    height: 160px;
}

.coupon_image img {
    object-fit: cover;
    height: 160px;
    width: 320px;
}

.coupon_header {
    background-color:#f1f1f1;
    height: 250px;
    text-align: center;
}

.coupon_header h3 {
    margin: 0;
    margin: 30px 20px 10px 20px;
    font-size: 22px;
}

.coupon_header img {
    width: 200px;
    padding-top: 10px;
}

.coupon_details {
    padding: 20px;
    font-size: 15px;
}

.coupon_order_button {
    text-align: center;
    padding: 10px;
    border-top: 2px solid #000;
}

.coupon_order_button a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.coupon_order_button a:hover {
    color: #000;
    text-decoration: underline;
}

@media screen and (min-width: 40em) {
    .coupons {
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (min-width: 60em) {}


/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/

.gallery {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row;
    max-height: 100vh;
}

.gallery_item {
    margin: 10px;
    border: 3px solid #503729;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    width: 85px;
    min-height: 85px;
    max-width: 23vw;
}

.gallery_item img {
    object-fit: cover;
    height: 85px;
}

@media screen and (min-width: 40em) {
    .gallery {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 60em) {}

/*--------------------------------------------------------------
Lightbox
--------------------------------------------------------------*/

.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
}

.lightbox img {
    position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footerContainer {
    text-align: center;
    padding: 3rem;
    border-top: 5px solid #f1f1f1;
    background: #fff;
    position: relative;
}