/*
	Theme Name: World Street Kitchen Custom
	Description: Child theme of Genesis, by <a href="http://bhauermedia.com">BHauer Media</a>.
	Author: BHauer Media & Whiteley Designs
	Author URI: http://bhauermedia.com
	Template: genesis
*/
/*********************
[ TABLE OF CONTENTS ]

1.0  Universal
     1.1 Column Classes
     1.2 Typography
     1.3 Color Control
2.0  Header
3.0  Navigation
4.0  Footer
     4.1 Interior Page Footer
5.0  Interior Pages
     5.1 Landing Pages
     5.2 Home Page (Restaurant)
     5.3 Home Page (Food Truck)
     5.4 Team Page (Restaurant)
     5.5 Family Page (Restaurant)
     5.6 FAQ Page
     5.7 Contact Page
     5.8 Menu Page
     5.9 Gallery Page
     5.10 Press Page
     5.11 Shop Page (Restaurant)
     5.12 Spices Page
6.0  Woocommerce
     6.1 Cart Page
     6.2 Checkout
7.0  Gift Card Form
10.0 Responsive
     10.1 1439px
     10.2 1350px
     10.3 1200px
     10.4 1100px
     10.5 975px
     10.6 900px
     10.7 700px
15.0 Print CSS

********************/
/* ========== 1.0 UNIVERSAL ========= */
/* ----- 1.1 Column Classes ----- */
.full-width,
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1.5%;
}
.full-width {
     width: 100%;
     margin-left: 0;
}
 .one-half,
.three-sixths,
.two-fourths {
	width: 49.25%;
}
 .one-third,
.two-sixths {
	width: 32.333333333333%;
}
.four-sixths,
.two-thirds {
	width: 66.166666666667%;
}
.one-fourth {
	width: 23.875%;
}
.three-fourths {
	width: 74.625%;
}
.one-fifth {
	width: 18.8%;
}
.two-fifths {
	width: 39.1%;
}
.three-fifths {
	width: 59.4%;
}
.four-fifths {
	width: 79.7%;
}
.one-sixth {
	width: 15.416666666667%;
}
.five-sixths {
	width: 83.083333333333%;
}
.first {
	clear: both;
	margin-left: 0;
}
.site-container {
     float: left;
     width: 100%;
     padding-bottom: 175px;
}
.page-template-home_restaurant .site-container,
.page-template-home_foodtruck .site-container {
     padding-bottom: 0;  
}
/* ----- 1.2 Typography ----- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea,
input {
	color: #666;
	font-family: 'Roboto', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1.page-header {
     float: left;
     padding: 0 50px;
     line-height: 36px;
     margin-top: -18px;
     z-index: 100;
     position: relative;
     font-size: 17px;
     font-weight: 300;
     text-transform: uppercase;
     box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
     -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
     -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
h2 {
     float: left;
     width: 100%;
     color: #333;
     font-size: 32px;
     font-weight: 300;
     margin-bottom: 20px;
}
h3 {
     font-size: 20px;
     font-weight: 300;
     color: #333;
     line-height: 30px;
     margin-bottom: 3px;
}
p {
     margin-bottom: 15px;
}
li,
ol,
ul {
	margin: 0;
	padding: 0;
}
a,
a:visited {
	color: #ef3d23;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.purchase-button {
    float: left;
    margin-top: 25px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #EF3D23;
    padding: 5px 15px;
}
a.purchase-button:hover {
     background-color: #ef3d23;
     color: #fff;
     text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
.upper {
     text-transform: uppercase;
}
.align-center {
     text-align: center;
}
.bold {
     font-weight: 400;
}
.border-right {
     border-right: 1px solid #ccc;
} 
.border-left {
     border-left: 1px solid #ccc; 
}
img.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
img.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
img.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* ----- 1.3 Color Control ----- */
.light-color,
a.light-color {
     color: #808080;
}
.white-color,
a.white-color {
     color: #fff;
}
.dark-gray-color,
a.dark-gray-color {
     color: #333;
}
.gray-back {
     background-color: #999;
}
.light-gray-back {
     background-color: #bababa;
}
.darker-gray-back {
     background-color: #666;  
}
.orange-back {
     background-color: #EF3D23;
}
.yellow-back {
     background-color: #FBBB16;
}
/* ========== 2.0 HEADER ========== */
header {
     float: left;
     width: 100%;
     background-color: #fff;
     height: 95px;
}
header .wrap {
     width: 90%;
     position: relative;
     margin: 0 auto;
}
.main-logo-con {
     position: absolute;
     top: 0;
     left: 55px;
     z-index: 101;
     width: 114px;
}
img.top-logo {
     float: left;
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
a.main-logo-link-a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.restaurant a.main-logo-link-a {
     background-color: #414141;  
}
.page-template-restaurant-structure .restaurant a.main-logo-link-a,
.page-template-restaurant_menu .restaurant a.main-logo-link-a {
    width: 116%;
    margin-left: -8%;
    line-height: 25px;
}
.page-template-foodtruck-structure .food-truck a.main-logo-link-a,
.page-template-foodtruck_menu .food-truck a.main-logo-link-a {
    width: 116%;
    margin-left: -8%;
    line-height: 25px;
}
a.main-logo-link-a:hover {
    text-decoration: none;
}
.food-truck a.main-logo-link-a:hover,
.page-template-foodtruck-structure .restaurant a.main-logo-link-a:hover {
     background-color: #999;
}
/* ========== 3.0 NAVIGATION ========== */
.mobile-toggle-con {
     display: none;
}
header .menu-restaurant-pages-menu-container,
header .menu-food-truck-pages-menu-container {
     float: right;
}
header ul.menu {
     float: left;
     width: 100%;
     list-style-type: none;
     text-align: center;
     margin: 0;
     padding: 55px 0 0 170px;
}
header ul.menu li {
     float: none;
     display: inline-block;
     position: relative;
}
header ul.menu li a {
     float: left;
     color: #666;
     font-family: 'Roboto Condensed';
     text-transform: uppercase;
     font-size: 15px;
     font-weight: 400;
     padding: 0;
     margin: 0 40px 0 0;
     white-space: nowrap;
}
header .menu-restaurant-pages-menu-container ul.menu li a {
     margin: 0 40px 0 0;
}
header ul.menu li.social-link a {
     margin: 0 2px;
}
header ul.menu li a:hover {
     color: #333;
     font-weight: 600;
     text-decoration: none;
}
header ul.menu li a:after {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}
header ul.menu li.social-link a {
     color: #b1b1b1;
}
header ul.menu li.social-link a:hover {
     color: #7b7b7b;
}
header ul.menu li ul.sub-menu {
     display: none;
     z-index: 10001;
      position: absolute;
     top: 22px;
     background-color: #fff;
     padding: 10px 10px 0;
     border: 1px solid #d7d7d7;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
     text-align: left;
}
header ul.menu li.menu-item-has-children:hover > ul.sub-menu {
     display: block;
}
/* ========== 4.0 FOOTER ========== */
footer {
     float: left;
     width: 100%;
     background-color: #fff;
     padding: 0 0 15px 0;
     border-top: 1px solid #ccc;
     position: fixed;
     bottom: 34px;
     z-index: 100;
}
footer .wrap {
     width: 100%;
     position: relative;
     margin: 0 auto;
}
.footer-column {
     float: left;
     width: 25%;
     padding: 0 35px;
}
.footer-column.first {
     padding-left: 0;
}
.gray-back.footer-family {
     background-color: #EF3D23;
     font-weight: 500;
     margin: 5px 0;
}
.footer-header.main-heading,
.last .footer-header.sub-heading {
     color: #ef3d23;
}
@media(max-width:1150px ) {
.footer-column {
     padding: 0 15px;  
}
}
.footer-column.middle {
     width: 50%;
     border-right: 1px solid #ccc;
     border-left: 1px solid #ccc;
     padding: 0;
     margin-top: 25px;
}
.footer-column.last {
     margin-top: 15px;
}
.footer-header {
     float: left;
     width: 100%;
     font-family: 'Roboto Condensed';
}
.footer-header a {
     color: #666;
}
.footer-header.main-heading {
     font-size: 22px;
     letter-spacing: 2px;
     margin-bottom: 5px;
     font-weight: 400;
}
.footer-header.sub-heading {
     font-size: 18px;
     margin-bottom: 3px;
     font-weight: 500;
     letter-spacing: 1px;
}
.footer-header.small-heading {
     font-size: 14px;
     line-height: 20px;
     color: #666;
     font-weight: 500;
     letter-spacing: 1px;
}
.footer-column.middle .footer-header.small-heading {
     font-size: 16px;
     color: #666;
}
.footer-family {
     padding: 0 30px;
     width: auto;
     font-weight: 300;
     font-size: 17px;
     line-height: 28px;
     margin-top: 10px;
}
.footer-copy {
     padding: 6px 0;
     font-weight: 300;
     font-size: 11px;
     position: fixed;
     bottom: 0;
     z-index: 100;
}
.footer-copy a {
     color: #fff;  
}
.page-template-home_restaurant footer,
.page-template-home_restaurant .footer-copy,
.page-template-home_foodtruck footer,
.page-template-home_foodtruck .footer-copy {
     position: relative;
     bottom: auto;
}
img.wwcat-logo,
img.saffron-logo,
img.milkjam-logo {
     margin-left: 25px;
}
img.milkjam-logo {
     max-width: 55px;
     margin-bottom: 5px;  
}
.ft-footer-right-link a {
     color: #444;
     text-decoration: none;
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 3px;
     float: left;
     width: 100%;
}
@media(max-width: 1220px) {
img.wwcat-logo,
img.saffron-logo {
     margin-left: 0;
}
}
.closed-text {
     line-height: 20px;
     color: #666;
     font-family: 'Roboto Condensed';
     text-transform: uppercase;
     font-size: 18px;
     margin-bottom: 3px;
     font-weight: 500;
     letter-spacing: 1px;
     text-align: center;
     width: 100%;
     float: left;
     margin-top: 10px;
     margin-bottom: 25px;
}
/* ----- 4.1 Interior Page Footer ----- */
.footer-interior-page-left,
.footer-interior-page-right {
     margin: 15px 0 0 0;
     padding: 0 10px;
     text-align: center;
}
.footer-wsk-text {
     color: #EF3D23;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 18px;
}
.footer-interior-address {
     font-weight: 400;
     text-transform: uppercase;
     font-size: 12px;
}
.footer-interior-address a {
     color: #666;
     text-transform: none;
}
.footer-interior-hours {
     font-weight: 400;
     font-size: 12px;
     line-height: 18px;
     padding: 5px;
}
.footer-interior-hours span {
     color: #ef3d23;
     font-weight: 500;
}
/* =========== 5.0 INTERIOR PAGES ========== */
.site-inner {
     float: left;
     width: 100%;
}
.interior-page-img-wrap {
     float: left;
     width: 100%;
     /*max-height: 300px;*/
     overflow: hidden;
     box-shadow: 0 10px 20px rgba(0,0,0,0.2);
     -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.interior-page-img-wrap img {
     float: left;
     width: 100%;
}
.page-interior {
     float: left;
     width: 100%;
     position: relative;
}
.page-content {
     float: left;
     width: 100%;
     padding: 35px 65px;
}
.page-content p {
     line-height: 26px;
}
/* ----- 5.1 Landing Pages ----- */
.home .site-header,
.home .site-footer,
.home .footer-copy {
     display: none;
}
.home .site-inner {
     width: 100%;
}
img.landing-bg,
img.landing-bg-mobile {
    min-height: 100%;
    min-width: 1394px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
img.landing-bg-mobile {
    display: none;
    min-width: 640px;
}
@media screen and (max-width: 1394px) {
img.landing-bg {
     left: 50%;
     margin-left: -697px;
}
}
@media screen and (max-width: 640px) {
img.landing-bg {
     display: none;
}
img.landing-bg-mobile {
     display: block;
     left: 50%;
     margin-left: -320px;
}
}
.landing-page-content {
     position: fixed;
     top: 50%;
     left: 50%;
     width: 230px;
     margin-left: -115px;
     margin-top: -165px;

}
img.landing-logo {
     float: left;
     width: 100%;
     box-shadow: 0 0 20px rgba(0,0,0,0.5);
     -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
a.landing-page-link {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 4px;
    margin-top: 7px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
a.landing-page-link.restaurant {
     background-color: #414141;  
}
a.landing-page-link:hover {
     text-decoration: none;
     background-color: #999;
}
/* ----- 5.2 Home Page (Restaurant) ----- */
.main-slideshow-container {
     float: left;
     width: 100%;
}
body .slideshow-con {
     padding-top: 47%;
}
body .slider-image,
body .slider-image img {
     width: 100%;
}
body .pager_list {
     display: none;
}
body .slideshow-con .prev,
body .slideshow-con .next {
     opacity: 0.2;
}
body .slideshow-con .prev:hover,
body .slideshow-con .next:hover {
     opacity: 0.6;
}
.page-template-home_restaurant .page-interior {
     background-image: url('images/wood-texture2.jpg');
     /*background-repeat: repeat-y;
     background-position: 50% 0;
     background-size: 100%;*/
}
.page-template-home_restaurant .page-interior .page-content,
.page-template-home_foodtruck .page-interior .page-content {
     width: 100%;
     max-width: 1440px;
     margin: 0 auto;
     float: none;
     padding: 0;
}
@media( max-width: 1440px ) {
.page-template-home_restaurant .page-interior .page-content,
.page-template-home_foodtruck .page-interior .page-content {
     float: left;
     width: 100%;
     padding: 0 15px;
}
}
.page-template-home_restaurant .page-interior .page-content .interior-page-content,
.page-template-home_foodtruck .page-interior .page-content .interior-page-content {
     float: left;
     width: 100%;
     padding: 35px 65px;
}
.home-main-text {
     padding: 30px 0;
     background-color: rgba(0,0,0,0.5);
}
.home-main-text span {
     float: left;
     width: 100%;
     text-align: center;
     color: #fff;
     font-size: 45px;
     font-weight: 300;
     line-height: 45px;
     margin-bottom: 20px;
}
.home-main-sub-con {
     width: 950px;
     margin: 0 auto;
}
.home-main-text-sub {
     color: #fff;
     font-size: 22px;
     line-height: 26px;
}
.home-section .interior {
     float: left;
     width: 92%;
     margin: 0 4% 10px 4%;
     background-color: #fff;
     height: 260px;
     overflow: hidden;
     position: relative;
}
.home-section .interior.right-box-image-con .restaurant-home-right-box-text {
     position: absolute;
     height: 50px;
     top: 105px;
     left: 0;
     width: 100%;
     background-color: #EF3D23;
     color: #fff;
     line-height: 50px;
     text-transform: uppercase;
     text-align: center;
     font-size: 26px;
     font-weight: 400;
}
@media(max-width: 1440px) {
.home-section .interior {
     height: 235px;
}
.twitter-widget-wrapper {
     max-height: 150px;
}
.home-section .interior.right-box-image-con .restaurant-home-right-box-text {
     top: 92px;
}
}
.home-section .home-section-name {
     float: left;
     width: 100%;
     text-align: center;
}
.home-section .home-section-name a {
     text-transform: uppercase;
     color: #fff;
     font-size: 22px;
     font-weight: 500;
}
.home-section img.online-order {
     width: 100%;
     height: 100%;
     float: left;
}
.home-section .special-name {
     margin: 20px 0 25px 0;
     float: left;
     color: #fff;
     padding: 7px 15px;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 16px;
}
.home-section .special-description {
     float: left;
     width: 100%;
     padding: 0 25px 25px;
     text-align: center;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 18px;
     line-height: 30px;
}
.twitter-section-top {
     padding: 15px 15px 0 15px;
}
.twitter-section-top i.fa {
     float: left;
     color: #EF3D23;
     font-size: 45px;
}
.twitter-section-top a {
     float: right;
     color: #EF3D23;
     font-size: 28px;
     line-height: 45px;
     font-weight: 400;
}
.twitter-widget-wrapper {
     float: left;
     width: 100%;
     padding: 10px 15px 15px 15px;
     max-height: 180px;
     overflow-y: scroll;
}
.twitter-widget-wrapper ul {
     list-style-type: none;
}
.twitter-widget-wrapper ul li {
     float: left;
     width: 100%;
     background-color: #c2c2c2;
     color: #fff;
     margin-bottom: 10px;
     font-weight: 400;
     padding: 10px;
}
.twitter-widget-wrapper ul li a {
     color: #fff;
}
/* ----- 5.3 Home Page (Food Truck) ----- */
.page-template-home_foodtruck .page-interior {
     background-image: url('images/foodtruck-home-street-bg.jpg');
     background-repeat: repeat-y;
     background-position: 50% 0;
     background-size: 100% 100%;
}
/* ----- 5.4 Team Page (Restaurant) ----- */
.team-member-name {
     margin-bottom: 7px;
     line-height: 18px;
     font-weight: 400;
}
.team-member-full-size-img-con {
     position: absolute;
     width: 600px;
     left: 50%;
     top: 20px;
     margin-left: -300px;
     background-color: #fff;
     padding: 15px;
     box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
     border-radius: 10px;
     z-index: 10000;
}
.team-member-full-size-img-con i.fa {
     position: absolute;
     top: 0;
     right: 0;
     font-size: 40px;
     color: #000;
     background-color: #fff;
     border-radius: 10px;
     padding: 10px;
}
@media(max-width:700px) {
.team-member-full-size-img-con {
     width: 80%;
     height: auto;
     margin-left: -40%;
}
}
.team-member-full-size-img-con i.fa:hover {
     color: #666;
}
.team-member-name span {
     font-size: 18px;
}
.team-member-content {
     padding: 0 10px;
     font-size: 14px;
     line-height: 20px;
}
.team-breaker {
     float: left;
     width: 100%;
     border-top: 2px solid #d7d7d7;
     margin: 25px 0;
}
a.readmore {
     display: block;
     display: none;
     text-transform: uppercase;
     font-size: 14px;
     text-decoration: underline;
     color: #666;
}
.team-thumb img {
     cursor: pointer;
}
.enlarge-text {
     font-size: 14px;  
}
/* ----- 5.5 Family Page (Restaurant) ----- */
.family-con {
     padding: 50px;
}
.page-content .family-con p {
     font-size: 18px;
     line-height: 26px;
}
.page-content .family-con p a {
     font-weight: 600;
}
img.ww-main-logo {
     margin: 20px auto;
}
/* ----- 5.6 FAQ Page ----- */
.faq-item {
     float: left;
     width: 100%;
     padding-left: 30px;
}
.faq-item:before {
     content: "\f111";
     display: inline-block;
     font-family: FontAwesome;
     text-rendering: auto;
     color: #EF3D23;
     float: left;
     margin-left: -25px;
     font-size: 10px;
}
/* ----- 5.7 Contact Page ----- */
.address-header {
    color: #000;
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}
h2.contact-header {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    margin-top: 10px;
}
h2.contact-header span {
    font-weight: 300;
    text-transform: none;
}
a.purchase-button.contact,
a.purchase-button.food-truck {
    display: block;
    clear: both;
    margin-top: 25px;
    width: 240px;
    text-align: center;
}
.full-width.contact-social-icons {
     margin-top: 10px;
}
i.fa.contact-page {
     color: #a6a6a6;
     font-size: 30px;
     margin-right: 10px;
     margin-top: 15px;
}
i.fa.contact-page:hover {
     cursor: pointer;
     color: #6c6c6c;
}
.contact-form-popup {
    position: fixed;
    top: 15%;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
}
.contact-form-popup-header {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    font-size: 18px;
}
.contact-form-popup-header i.fa {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 4px;
}
.contact-form-popup-header i.fa:hover {
    cursor: pointer;
    color: #444;  
}
.contact-form-popup .gform_wrapper {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-form-popup .gform_wrapper .top_label .gfield_label {
    float: left;
    width: 30%;
    font-weight: 500;
    color: #444;
}
body .contact-form-popup .gform_wrapper label.gfield_label+div.ginput_container {
    float: left;
    width: 70%;
    margin: 0 0 10px 0;
}
.contact-form-popup .gform_wrapper .top_label input.medium, 
.contact-form-popup .gform_wrapper .top_label select.medium,
.contact-form-popup .gform_wrapper textarea.medium {
    width: 95%;
    border: 1px solid #444;
}
.contact-form-popup .gform_wrapper .gform_footer {
    margin: 0 0 0 30%;
    float: left;
    padding: 0;
}
.contact-form-popup .gform_wrapper .gform_footer input.button {
    border: 1px solid #EF3D23;
    background-color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 14px;
}
.contact-form-popup .gform_wrapper .gform_footer input.button:hover {
     cursor: pointer;
     text-decoration: none;
     background-color: #ef3d23;
     color: #fff;
}
.map-graphic-con {
     float: left;
     width: 420px;
     height: 351px;
     overflow: hidden;
     position: relative;
     border: 1px solid #ccc;
}
.map-graphic-con img {
     position: absolute;
     top: -1px;
     left: 0;
}
.map-graphic-con:hover img {
     top: -428px;
}
/* ----- 5.8 Menu Page ----- */
body .slideshow-con.menu-page-slideshow,
body .slideshow-con.food-truck-menu-slideshow {
     padding-top: 28%;
}
body .slideshow-con.menu-page-slideshow .fader_controls,
body .slideshow-con.food-truck-menu-slideshow .fader_controls {
     display: none;
}
.menu-navigation-wrap {
     float: none;
     max-width: 1060px;
     margin: 0 auto;
}
.menu-navigation {
     float: left;
     width: 100%;
     text-align: center;
     margin: 15px 0 40px;
     position: relative;
}
.menu-navigation span {
     float: none;
     display: inline-block;
     padding: 0 7px;
     color: #666;
}
.menu-navigation span a {
     text-transform: uppercase;
     font-size: 24px;
     padding: 10px;
     color: #444;
}
.menu-navigation span a.active {
     border: 1px solid #EF3D23;
}
.menu-navigation span a:hover,
.menu-navigation a.menu-pdf-link:hover {
     text-decoration: none;
     background-color: #EF3D23;
     color: #fff;
}
.menu-navigation a.menu-pdf-link {
     position: absolute;
     right: 0;
     color: #000;
     font-weight: 600;
     font-size: 14px;
     border: 1px solid #EF3D23;
     padding: 0 10px;
     line-height: 26px;
}
.menu-navigation a.menu-pdf-link.online-ordering-link {
     left: 101%;
     white-space: nowrap;
     right: auto;  
     text-transform: uppercase;
}
.menu-page-sub-header {
     float: left;
     width: 100%;
     text-align: center;
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 30px;
}
.menu-left-side,
.menu-right-side {
     padding: 20px;  
}
.menu-section-wrapper {
     float: left;
     width: 100%;
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 1px solid #ccc;
     max-width: 450px;
}
.menu-left-side .menu-section-wrapper {
     float: right;
}
.menu-right-side .menu-section-wrapper:last-child,
.menu-left-side .menu-section-wrapper:last-child {
     border-bottom: none;
     padding-bottom: 0;
     margin-bottom: 0;
}
.menu-item-header {
     float: left;
     width: 100%;
     text-transform: uppercase;
     font-size: 17px;
     color: #000;
     font-weight: 600;
     margin-bottom: 20px;
}
.menu-interior-item {
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
.menu-interior-item-name {
     float: left;
     width: 85%;
     font-size: 18px;
}
.menu-interior-item-name span {
     font-size: 14px;
     color: #EF3D23;
}
.menu-interior-item-name span.wine-header {
     color: #000;
     text-transform: uppercase;
     font-size: 16px;
     font-weight: 600;
     margin-top: 10px;
     margin-bottom: -5px;
     float: left;
}
.menu-interior-item-price {
     float: left;
     width: 15%;
     text-align: right;
     font-size: 18px;
}
.Wine .menu-interior-item,
.Draft.Beer .menu-interior-item,
.Bottled.Beer .menu-interior-item {
     margin-bottom: 5px;
}
.Wine .menu-interior-item-price,
.Wine .menu-interior-item-name,
.Draft.Beer .menu-interior-item-price,
.Draft.Beer .menu-interior-item-name,
.Bottled.Beer .menu-interior-item-price,
.Bottled.Beer .menu-interior-item-name {
     width: 50%;
}
.menu-interior-item-name.add-on,
.menu-interior-item-price.add-on {
     font-size: 14px;
}
.menu-interior-item-desc {
  
}
.menu-interior-item-desc p {
     font-size: 14px;
     color: #333;
     line-height: 18px;
     margin: 3px 0 0 0;
}
.one-half.menu-left-side {
     border-right: 1px solid #ccc;
     padding-right: 40px;
}
.one-half.menu-right-side {

}
.closed-content {
     float: left;
     text-align: center;
     width: 100%;
     font-size: 36px;
     margin: 15px 0 25px;
     line-height: 44px;
}
a.purchase-button.food-truck-closed-link {
     float: none;
     display: inline-block;
     margin: 0 5px;  
}
/* ----- 5.9 Gallery Page ----- */
body .cycloneslider-template-thumbnails.cycloneslider-thumbnails li {
     width: 8%;
     height: auto;
     max-height: 1000px;
}
body .cycloneslider-template-thumbnails.cycloneslider-thumbnails img {
     width: 100%;
     height: auto;
     float: left;  
}
.page-id-21 .page-content,
.page-id-48 .page-content {
     padding: 35px 0;
}
.page-id-21 h1.page-header,
.page-id-48 h1.page-header {
     display: none;
}
.page-id-21 .wonderpluginslider-container,
.page-id-21 .wonderpluginslider,
.page-id-48 .wonderpluginslider-container,
.page-id-48 .wonderpluginslider {
     max-width: 100% !important;
     width: 100% !important;
}
/* ----- 5.10 Press Page ----- */
.press-item-container {
     width: 100%;
     max-width: 1000px;
     margin: 0 auto;
}
.press-item {
     border: 1px solid #ccc;
     margin-bottom: 15px;
}
.press-item-img-con {
     float: left;
     width: 100%;
}
.press-item-img-con img {
     float: left;
     width: 100%;
     height: auto;
     display: none;
}
.press-item-logo {
     float: left;
     width: 100%;
     text-align: center;
     border-bottom: 1px solid #ccc;
     height: 50px;
}
.press-item-logo .valign-helper {
     display: inline-block;
     height: 100%;
     vertical-align: middle;
}
.press-item-logo img {
     max-height: 85%;
     max-width: 85%;
     vertical-align: middle;
}
.press-item-title {
     float: left;
     width: 100%;
     padding: 10px;
     border-bottom: 1px solid #ccc;
     font-weight: 600;
     font-size: 18px;
     color: #333;
}
.press-item-snippet {
     float: left;
     width: 100%;
     padding: 10px;
}
.press-item-excerpt {
     float: left;
     width: 100%;
     line-height: 20px;
     margin-bottom: 0;
}
.press-item-snippet a {
     color: #000;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 13px;
     margin-top: 5px;
     clear: both;
     display: block;
}
/* ----- 5.11 Shop Page (Restaurant) ----- */
.shop-con a.purchase-button {
     margin: 25px 25% 0;
     width: 50%;
}
/* ----- 5.12 Spices Page ----- */
body .woocommerce-page.columns-1 ul.products li.product,
body .woocommerce.columns-1 ul.products li.product {
     margin-top: 30px;
     margin-bottom: 0;
     padding-top: 30px;
     border-top: 1px solid #ccc;
}
body .woocommerce-page.columns-1 ul.products li.product .one-fourth,
body .woocommerce.columns-1 ul.products li.product .one-fourth {
     display: none;
}
body .woocommerce-page.columns-1 ul.products li.product .three-fourths,
body .woocommerce.columns-1 ul.products li.product .three-fourths {
     width: 100%;
     margin-left: 0;
}
.woocommerce.columns-1 img {
     border: 5px solid #7A0404;
     border-radius: 3px;
     box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
     float: right;
     margin-right: 10px;
}
body .woocommerce ul.products li.product h3 {
     float: left;
     width: 100%;
     color: #666;
     font-size: 24px;
     font-weight: 400;
     margin-bottom: 20px;
     padding: 0;
}
.page-content .woocommerce ul.products li.product p {
     font-size: 18px;
     font-weight: 300;
     color: #666;
     line-height: 24px;
     margin-bottom: 15px;
}
body .woocommerce ul.products li.product .price {
     float: left;
     font-size: 26px;
     font-weight: 300;
     color: #666;
     margin-right: 10px;
     line-height: 30px;
}
.product-size {
     float: left;
     line-height: 30px;
     font-size: 18px;
     margin-right: 15px;
}
body .woocommerce ul.products li.product .button {
     float: left;
     color: #333;
     text-transform: uppercase;
     font-weight: 500;
     border: 1px solid #EF3D23;
     padding: 5px 15px;
     margin-top: 0;
     line-height: 30px;
     padding: 0 20px;
     border-radius: 0;
     background-color: #fff;
}
body .woocommerce ul.products li.product .button:hover {
     background-color: #ef3d23;
     color: #fff;
}
/* ========== 6.0 WOOCOMMERCE ========== */
/* ----- 6.1 Cart ----- */
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
     float: right;
     background-color: #fff;
     text-transform: uppercase;
     color: #333;
     font-weight: 500;
     border: 1px solid #EF3D23;
     padding: 5px 15px;
     margin-top: 0;
     line-height: 30px;
     padding: 0 20px;
     border-radius: 0;
}
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
     background-color: #EF3D23;
     color: #fff;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
     padding: 0 10px;
     text-align: left;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td,
body.woocommerce-checkout table.shop_table tfoot tr.shipping td {
     position: relative;
     color: #fff;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td span.amount,
body.woocommerce-checkout table.shop_table tfoot tr.shipping td span.amount {
     position: absolute;
     left: 10px;
     color: #000;
}
/* ----- 6.2 Checkout ----- */
body .woocommerce form .form-row input.input-text, 
body .woocommerce form .form-row textarea {
     padding: 10px;
}
body.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
     width: 100%;
}
/* ========== 7.0 GIFT CARD FORM ========== */
#gform_wrapper_2.gform_wrapper ul li.gfield {
     float: left;
     width: 100%;
     margin-bottom: 15px;
}
#gform_wrapper_2.gform_wrapper .top_label .gfield_label {
     float: left;
     line-height: 40px;
     font-size: 18px;
     margin: 0;
     width: 20%;
     text-align: right;
     padding-right: 25px;
}
body #gform_wrapper_2.gform_wrapper label.gfield_label+div.ginput_container {
     float: left;
     width: 80%;
     margin: 0;
}
#gform_wrapper_2.gform_wrapper span.ginput_total {
     font-size: 18px;
     font-weight: 600;
     line-height: 40px;
     color: #EF3D23;
}
#gform_wrapper_2.gform_wrapper .ginput_complex .ginput_full input[type=text] {
     width: 47.5% !important;
}
#gform_wrapper_2.gform_wrapper input[type=text],
#gform_wrapper_2.gform_wrapper input[type=email],
#gform_wrapper_2.gform_wrapper input[type=number]
#gform_wrapper_2.gform_wrapper input[type=tel],
#gform_wrapper_2.gform_wrapper textarea {
     border: 1px solid #ccc;
}
#gform_wrapper_2.gform_wrapper select {
     padding: 5px;
     border: 1px solid #ccc;
}
#gform_wrapper_2.gform_wrapper ul li.gfield.gfield_html {
     margin-top: 0;
}
hr.gift-card-hr {
     margin: 15px 0 30px;
     border-color: #ccc;
     border: none;
     border-top: 1px solid #ccc;
     float: left;
     width: 55%;
     margin-left: 5%;
}
#gform_wrapper_2.gform_wrapper .gform_footer input.button,
#gform_wrapper_2.gform_wrapper .gform_page_footer .button.gform_next_button,
#gform_wrapper_2.gform_wrapper .gform_page_footer .button.gform_previous_button,
#gform_wrapper_2.gform_wrapper .gform_page_footer #gform_submit_button_2.button.gform_button {
     float: left;
     margin-top: 25px;
     color: #333;
     text-transform: uppercase;
     font-weight: 500;
     border: 1px solid #EF3D23;
     padding: 5px 15px;
     background-color: #fff;
}
#gform_wrapper_2.gform_wrapper .gform_page_footer .button.gform_next_button,
#gform_wrapper_2.gform_wrapper .gform_page_footer #gform_submit_button_2.button.gform_button {
     float: right;
}
#gform_wrapper_2.gform_wrapper .gform_footer input.button:hover,
#gform_wrapper_2.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
#gform_wrapper_2.gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
#gform_wrapper_2.gform_wrapper .gform_page_footer #gform_submit_button_2.button.gform_button:hover {
     background-color: #ef3d23;
     color: #fff;
     cursor: pointer;
}
#gform_wrapper_2.gform_wrapper .gf_step span.gf_step_number {
     font-weight: 800;
     font-family: 'Roboto';
}
#gform_wrapper_2.gform_wrapper .gf_step {
     font-family: 'Roboto Condensed';
     text-transform: uppercase;
     font-weight: 400;
     font-size: 18px;
}
#gform_wrapper_2.gform_wrapper .gf_step.gf_step_active span.gf_step_number {
     color: #EF3D23;
}
#gform_wrapper_2.gform_wrapper .gf_step.gf_step_active .gf_step_label {
     border-bottom: 2px solid #666;
}
#gform_wrapper_2.gform_wrapper .gform_page_footer {
     float: left;
     width: 100%;
     padding-top: 0;
}
#gform_wrapper_2.gform_wrapper .gf_page_steps {
     padding: 20px 0 10px;
     margin: 30px 0 15px;
     border-top: 1px dotted #ccc;
}
#gform_wrapper_2.gform_wrapper li.gfield.gfield_error,
#gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
     border: none;
     padding: 10px;
}
#gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
     display: none;
}
#gform_wrapper_2.gform_wrapper div.validation_error {
     border: 1px solid #790000;
     width: 100%;
     text-align: center;
     padding: 10px 0;
     font-weight: 500;
     text-transform: uppercase;
     font-size: 1em;
}
/* ========== 10.0 RESPONSIVE ========== */
/* ----- 10.1 1439px ----- */
@media (max-width: 1439px) {
.site-inner {
     width: 100%;
}
}
/* ----- 10.2 1350px ----- */
@media (max-width: 1350px) {
img.wwcat-logo,
img.saffron-logo,
img.milkjam-logo {
     margin-left: 10px;
}
.menu-navigation a.menu-pdf-link {
     top: -50px;
     right: 135px;
}
.menu-navigation a.menu-pdf-link.online-ordering-link {
     right: 0;
     left: auto;
}
.shop-con a.purchase-button {
     width: 80%;
     margin: 25px 10% 0;
}
}
/* ----- 10.3 1200px ----- */
@media (max-width: 1200px) {
header .menu-restaurant-pages-menu-container ul.menu li a {
     margin: 0 25px 0 0;
}
header ul.menu li.social-link a {
     margin: 0 2px;
}
.page-template-home_restaurant .page-interior .page-content .interior-page-content,
.page-template-home_foodtruck .page-interior .page-content .interior-page-content {
     padding: 35px 20px;
}
.footer-column.first .full-width {
     text-align: center;
}
.footer-column {
     width: 31%;
     padding: 0 20px;
}
.footer-column.middle {
     width: 38%;
}
}
/* ----- 10.4 1100px ----- */
@media (max-width: 1100px) {
header .wrap,
footer .wrap {
     width: 100%;
}
.page-template-home_restaurant .page-interior .page-content .interior-page-content, 
.page-template-home_foodtruck .page-interior .page-content .interior-page-content {
     padding: 35px 0;
}
.home-section .interior {
     margin: 0;
     width: 100%;
}
.home-section .home-section-name {
     margin-top: 10px;
}
.menu-navigation {
     text-align: left;
}
img.milkjam-logo {
     margin-left: 15px;
}
}
/* ----- 10.5 975px ----- */
@media (max-width: 975px) {
header .menu-restaurant-pages-menu-container ul.menu li a,
header .menu-food-truck-pages-menu-container ul.menu li a {
     margin: 0 15px 0 0;
}
header ul.menu li.social-link a {
     margin: 0 2px;
}
.home-main-sub-con {
     float: left;
     width: 100%;
     padding: 0 20px;
}
.team-member-item.one-half {
     width: 100%;
     margin-left: 0;
     margin-bottom: 20px;
     border-bottom: 1px solid #ccc;
     padding-bottom: 20px;
}
.team-breaker {
     display: none;  
}
.team-member-item .team-thumb.two-fifths {
     float: left;
     width: 25%;
}
.team-member-item .team-member-content.three-fifths {
     float: left;
     width: 70%;
}
}
.mobile-social-buttons {
     display: none;
}
/* ----- 10.6 900px ----- */
@media(max-width: 900px) {
h1.page-header {
     z-index: 99;  
}
header .menu-restaurant-pages-menu-container,
header .menu-food-truck-pages-menu-container {
     display: none;
     width: 100%;
     float: none;
     position: absolute;
     top: 95px;
     z-index: 100;
     background-color: #666;
     border-bottom: 1px solid #fff;
}
header ul.menu {
     float: right;
     width: 100%;
     padding: 0;
}
header ul.menu li {
     float: left;
     width: 100%;
}
header ul.menu li.social-link {
     display: none;
}
header .menu-restaurant-pages-menu-container ul.menu li a,
header .menu-food-truck-pages-menu-container ul.menu li a {
     float: left;
     text-align: center;
     width: 100%;
     color: #fff;
     padding: 10px 0;
     border-bottom: 1px solid rgba(255,255, 255, 0.5);
}
header ul.menu li ul.sub-menu {
     display: block;
     position: relative;
     float: left;
     width: 100%;
     top: auto;
     box-shadow: none;
     padding: 0;
     border: none;
}
header ul.menu li ul.sub-menu li a {
     background-color: #444;
     text-transform: none;
}
.mobile-toggle-con {
     display: block;
     position: absolute;
     top: 15px;
     right: 15px;
     border: 1px solid #EF3D23;
     padding: 0 10px;
     line-height: 28px;
     border-radius: 5px;
}
.mobile-toggle-con i.fa {
     float: left;
     width: 00%;
     font-size: 18px;
     line-height: 28px;
     color: #EF3D23;
}
.mobile-social-buttons {
     display: block;
     position: absolute;
     top: 60px;
     right: 15px;
}
.mobile-social-buttons i.fa {
     color: #b1b1b1;
     font-size: 20px;
     margin-left: 8px;
}
.interior-page-img-wrap img {
     min-height: 140px;
}
.page-content {
     padding: 30px 20px;
}
.menu-navigation {
     margin-bottom: 20px;
     text-align: center;
}
.menu-navigation span a {
     font-size: 18px;
     padding: 7px;
}
body .slideshow-con.menu-page-slideshow {
     padding-top: 34%;
}
.shop-con a.purchase-button {
     width: 100%;
     margin: 25px 0 0 0;
}
}
/* ----- 10.7 700px ----- */
@media(max-width: 700px) {
.full-width,
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 0;
	width: 100%;
}
header .menu-restaurant-pages-menu-container ul.menu li a,
header .menu-food-truck-pages-menu-container ul.menu li a {
     text-align: right;
     padding-right: 20px;
}
.menu-navigation span.the-dash {
     display: none;
}
.menu-navigation span {
     display: block;
}
.menu-navigation span a {
     display: inline-block;
     margin-bottom: 10px;
}
.one-half.menu-left-side {
     padding-right: 0;
     border-right: none;
}
.menu-left-side,
.menu-right-side {
     padding: 0;
}
.menu-left-side .menu-section-wrapper:last-child {
     border-bottom: 1px solid #ccc;
     padding-bottom: 15px;
     margin-bottom: 15px;
}
.one-half.border-right {
     border-right: none;
}
.map-graphic-con {
     width: 300px;
     height: 305px;
     margin: 25px 0 50px 0;
}
.map-graphic-con:hover img {
     top: -305px;
}
.one-half.first.home-main-text-sub {
     margin-bottom: 15px;
}
.interior-page-content .home-section {
     margin-bottom: 25px;  
}
.page-template-home_restaurant .footer-column.first,
.page-template-home_foodtruck .footer-column.first {
     display: none;
}
.footer-column {
     width: 100%;
     padding: 0 10px;
     text-align: center;  
}
.footer-column.middle {
     width: 100%;
     border-right: none;
     border-left: none;
     border-bottom: 1px solid #ccc;
     padding: 0 10px 10px;
}
.footer-copy,
footer {
     position: relative;
     padding-bottom: 0;
     bottom: auto;     
}
.footer-copy {
     margin-top: 15px;
}
.footer-interior-page-left {
     border-bottom: 1px solid #ccc;
     padding-bottom: 15px;
}
.site-container {
     padding-bottom: 0;
}
.site-inner {
     min-height: 400px;  
}
.menu-navigation a.menu-pdf-link {
     left: 0;
     right: auto;
     width: 49%;  
     top: -35px;
}
.family-con.one-third {
     padding: 0;
     border-right: none;
     border-left: none;
     margin-bottom: 15px;
}
}
/* ========== 15.0 PRINT CSS ========== */
@media print {
header,
.interior-page-img-wrap,
footer,
h1.page-header,
.menu-navigation-wrap {
     display: none;
}
.one-half.menu-left-side,
.one-half.menu-right-side {
     float: left;
     width: 100%;
     border-right: none;
}
.menu-section-wrapper,
.menu-left-side .menu-section-wrapper {
     max-width: 100%;
     float: left;  
}
}