/*End Generated Styles*//** see README file http://wdx.restaurant.webdexpress.com/uploads/2020/07/06/readme_restaurant-css.txt for editing help  **/

/** FOR CONTACT PAGE - Please use Dashboard menu to edit Contact page content and settings. Using Wizard menu will cause the current content to be overridden. **/


/** values noted on README ****************************************/
.headerslide-image {
    animation-duration: 20s; /** Note 1 - image swap speed **/
}
#header h1 a {
    background: url(/uploads/2020/06/30/logo.png) center no-repeat; /** Note 2 - logo image **/
    min-height: 122px; /** Note 2 - logo image height **/
    max-width: 453px; /** Note 2 - logo image width **/
}
#header h2 {
    color: #532f09; /** Note 3 - tagline text color **/
}
#navigation {
    background: rgba(51,119,6,0.7); /** Note 4.1 - background color of navigation **/
}
#navigation ul.nav li a:hover, #navigation ul.nav li a:active, #navigation ul.nav li a:focus {
    color: #d5ee98; /** Note 4.1 - text color of navigation when you mouse over **/
}
.menu a {
    color: #532f09; /** Note 5 - menu button text color **/
}
.menu a:hover {
    color: #7a5024; /** Note 5 - menu button text color when you mouse over **/
}
.breakfast a {
    background: url(/uploads/2020/06/30/breakfast.jpg) center no-repeat; /** Note 6 - change background image for breakfast menu button **/
}
.lunch a {
    background: url(/uploads/2020/06/30/lunch.jpg) center no-repeat; /** Note 6 - change background image for lunch menu button **/
}
.dinner a {
    background: url(/uploads/2020/06/30/dinner.jpg) center no-repeat; /** Note 6 - change background image for dinner menu button **/
}
.page-title {
    color: #532f09; /** Note 7 - text color for page title **/
}
.page-title:after {
    background: -webkit-repeating-linear-gradient(-45deg, #f599ac, #f599ac 2px, #fff 2px, #fff 4px); /** Note 8 - stripe color under page title **/
    background: repeating-linear-gradient(-45deg, #f599ac, #f599ac 2px, #fff 2px, #fff 4px); /** Note 9 - make sure color matches Note 8 **/
}

@media only screen and (max-width:39.99em) {
  #navigation.nav-move {
    background-color: #3c8031 !important; /** Note 4.2a - background color of mobile navigation **/
  }
  #navigation ul.nav li a {
    background: #3c8031; /** Note 4.2b - background color of mobile navigation **/
    color: #a7d0a0; /** Note 4.2 - text color of mobile navigation **/
  }
  #navigation ul.nav li a:hover {
    background: #518d47; /** Note 4.2 - background color of mobile navigation when you mouse over **/
  }
}
/** END values noted on README ****************************************/

/** Setting for header images **/
.headerslide {
    position: absolute;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: -5;
    top: 0;
}
.headerslide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    animation-name: kenburns;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
    transform: scale(1.2);
}
.headerslide-image:nth-child(1) {
animation-name: kenburns-1;
z-index: 3; }
.headerslide-image:nth-child(2) {
animation-name: kenburns-2;
z-index: 2; }
.headerslide-image:nth-child(3) {
animation-name: kenburns-3;
z-index: 1; }
.headerslide-image:nth-child(4) {
animation-name: kenburns-4;
z-index: 0; }

@keyframes kenburns-1 {
  0% { opacity: 1; transform: scale(1.2); }
  1.5625% { opacity: 1; }
  23.4375% { opacity: 1; }
  26.5625% { opacity: 0; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.2); }
  98.4375% { opacity: 0; transform: scale(1.2117647059); }
  100% { opacity: 1; }
}
@keyframes kenburns-2 {
  23.4375% { opacity: 1; transform: scale(1.2); }
  26.5625% { opacity: 1; }
  48.4375% { opacity: 1; }
  51.5625% { opacity: 0; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.2); }
}
@keyframes kenburns-3 {
  48.4375% { opacity: 1; transform: scale(1.2); }
  51.5625% { opacity: 1; }
  73.4375% { opacity: 1; }
  76.5625% { opacity: 0; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.2); }
}
@keyframes kenburns-4 {
  73.4375% { opacity: 1; transform: scale(1.2); }
  76.5625% { opacity: 1; }
  98.4375% { opacity: 1; }
  100% { opacity: 0; transform: scale(1); }
}

/** Setting for header section **/
#header {
    background: none;
}
#header .webdexpress_header {
    margin: 0 auto;
    padding: 1em;
    text-align: right;
}
#header h1 {
    margin-bottom: 0;
}
#header h1 a {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -10px;
    right: -20px;
}
#header h2 {
    position: relative;
    top: -15px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

/** Setting for navigation **/
#navigation {
    margin-top: 241px;
}

/** Setting for menu page **/
#content ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu li {
    float: left;
    width: 31%;
    margin: 1%;
}
.menu a {
    display: block;
    min-height: 200px;
    position: relative;
    line-height: 1.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.7);
}
.breakfast a, .lunch a, .dinner a {
    background-size: 180%;
}
.breakfast a:hover, .lunch a:hover, .dinner a:hover {
    background-size: 200%;
}

/** Setting for page title **/
.page-title {
    margin: 50px 0 25px 0;
    position: relative;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
}
.page-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 7px;
    z-index: -1;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
}
.img-left {
    float: left;
    margin: 0 10px 10px 0;
}

/** Setting for mobile size **/
@media only screen and (max-width:39.99em) {
  .menu li {
    float: none;
    width: 100%;
    margin: 2em 0;
  }
  .img-right, .img-left {
    float: none;
    margin: 10px auto;
    display: block;
  }
  .headerslide {
    height: 385px;
  }
  #header {
    padding: 90px 25px;
  }
  #header .webdexpress_header {
    text-align: center;
    padding: 1em 0;
  }
  #header h1 a {
    left: 0;
    background-size: contain;
  }
  #header h1 {
    padding: 0;
  }
  #header h2 {
    top: -30px;
  }
}