@Theme Name: Cracked Pepper Mobile 2015
@Description: This site was built by Central States Media. For more information about the site or this custom WordPress theme, you can contact Central States Media at: info@centralstatesmedia.com or call us at: 309-693-2345.
@Author: Central States Media
@Author URI: http://www.centralstatesmedia.com/
@Version: 1.0
@Date: August, 2015
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: 'museo-sans', sans-serif;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{width:100%;height:100%;}

h1 {
    font-weight: 900;
    color: #5a0100;
}

h2 {
    margin: 35px 0 15px 0;
    color: #5a0100;
}

.column h2 {
    text-transform: uppercase;
    font-weight: 900;
}

h2 a {
    font-weight: 700;
}

body {
    background-image: url(images/bricks.jpg);
}

.clear-both {
    display: block;
    clear: both;
}

strong {
    font-weight: 700;
    color: #5a0100;
}

.alignright{
    margin:0 0 2em 2em;
    padding:0px;
    float:right;
    border:0;
}
 
.alignleft{
    margin:0 2em 2em 0;
    padding:0px;
    float:left;
    border:0;
}
 
.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    border:0;
}

input[type="submit"] {
    display: block !important;
    margin: auto !important;
}

li.hide {
    display: none !important;
}

/*ALERTS*/
#alert{
	background:#f9bf12;
	padding:15px 5%;
	color:#75281f;
	text-align: center;
}
#alert a{color:#75281f;font-weight: bold;text-decoration: none; }
#alert a:hover{text-decoration: underline;}
#alert a.button{border:2px solid #75281f;color:#75281f;padding:5px 15px;display:block;margin:10px 5px;}
#alert a.button:hover{background:#75281f;color:#fff;text-decoration: none;}

/* header */

#header {
    position: relative;
    z-index: 100;
    box-shadow: 0px 0px 15px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}

/* grey bar */

#grey-bar-bkgd {
    background: #000;
    padding: 10px 0;
    box-shadow: inset 0 -7px 20px -7px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 -7px 20px -7px rgba(0,0,0,0.25);
}

#grey-bar {
    display: block;
    margin: auto;
    padding: 5px 2%;
    color: #979797;
    text-align: center;
	min-height: 400px;
}
#headerbkgd{
	background:url(images/bkgd-header.png) repeat-x;
	position: absolute;
	z-index: 1;
	width:100%;height:100%;}

#hlocations {
	float:left;
	text-align: left;
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
	position: relative;
	z-index: 2;}

#grey-bar a {
    color: #979797;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
}

#grey-bar a:hover {
    color: white;
}

#search {
    background: #5a0100;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 7px;
    position: relative;
    top: 3px;
    height: 35px;
    margin-left: 8px;
    display: inline-block;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
}

#search-icon {
    width: 20px;
}

#search-icon:hover {
    opacity: .65;
}

#searchformcontainer {
    display: none;
    float: right;
    margin: 0 0 0 7px;
}

#searchformcontainer #searchform {
    font-size: 14px;
}

#searchformcontainer .searchField {
    font-size: 14px;
    border: 0px;
    padding: 2px 4px;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    color: #707070;
    width: 180px;
}

#searchformcontainer #searchsubmit {
    border: 0px;
    font-size: 13px;
    padding: 3px 5px 3px 4px;
    border-radius: 0px 50px 50px 0;
    -webkit-border-radius: 0px 50px 50px 0;
    background: rgba(255,255,255,.35);
    color: white;
    letter-spacing: 1px;
    margin-left: -2px;
    cursor: pointer;
}

#searchformcontainer #searchsubmit:hover {
    background: rgba(255,255,255,.5);
}

#searchList ul {
    list-style-type: none;
}

#searchList ul > li {
    margin-top: 20px;
}

#searchList ul > li > a {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

#searchList td {
    border-color: #ddd !important;
}

#searchList table td a {
    display: block;
    margin-bottom: 10px;
}

/* menu */

#menu-bkgd {
    background: white;
}

#menu {
    display: block;
    margin: auto;
    padding: 0px 12px;
    position: relative;
    z-index: 10000;
}

#menu-icon {
    width: 40px;
    height: auto;
    float: right;
    padding: 0 2px;
	position: relative;
	z-index: 2;
}

.highlighted {
    background: rgba(0,0,0,.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* logo */

#logo {
	clear:both;
	display: block;
    margin:0px auto;
    width: 150px;
    height: auto;
	padding:10px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

/* nav */

#nav {
	float: none;
	display: none;
	z-index:10000;
	
}

/*
Now we style the unordered list, hover effect, and sub menus
 */

#nav ul {
	list-style: none;
	float:none;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
    background: #722727;
}

#nav li {
	float: none;
	position: relative;
	width:auto;
    border-bottom: 1px solid #7f3c3d;
}

#nav li:hover {
    border-bottom: 1px solid #722727;
}

#nav li:first-child {
    box-shadow: inset 0 7px 15px -7px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 7px 15px -7px rgba(0,0,0,0.5);
}

#nav a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
}

#nav a:hover, #nav a:active {
    background: rgba(255,255,255,.1);
}

#nav ul li:last-child a {
    border-right: 0px;
    padding-right: 0px;
}

/*
Styling the 2nd level items
 */
#nav ul ul {
	display: none;
	float: none;
	z-index: 99999 !important;
    background: rgba(0,0,0,.15);
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);
}

#nav ul ul li {
    margin:0;
    padding:0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

#nav ul ul a {	
	height: auto;
	padding: 14px 15px 14px 45px;
    color: white;
    border-right: 0px;
    box-sizing: content-box;
}

#nav ul ul a:hover {
    color: white;
}

#nav ul ul li:last-child a {
    border-right: 0px;
    padding-right: 15px;
}

#nav ul ul a:hover {
    background: rgba(255,255,255,.1);
}

/*
Styling the last item in submenu
 */
#nav ul ul > li:last-child {border-bottom:none;}

/*
Styling the 3rd level
 */
#nav ul ul ul {
	left: 100%;
	top: 0;
    border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
}

#nav li:hover > a,d
#nav a:focus {
	
}

/*
Styling the hover elements of submenus
 */
#nav ul li li:hover > a,#nav ul ul :hover > a{
}

/*
Styling what the parent items do when hovered on
 */
#nav li:hover > a, #nav a:focus{}
#nav a:focus {
	
}

#nav ul li:hover > ul {
	display: block;
}

/*
Styling the currently rendered page
 */

#nav .current-menu-item,
#nav .current-menu-ancestor,
#nav .current_page_item,
#nav .current_page_ancestor {
    border-bottom: 1px solid #722727;
}

#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
	background: rgba(255,255,255,.1);
}

/* contact button */

#contact-btn-bkgd {
    display: block;
    margin: auto;
    
    position: relative;
}

#contact-btn {
    background: #5a0100;
    padding: 5px;
    position: absolute;
    right: 50px;
    bottom: -20px;
    z-index: 1000;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#contact-btn-box {
    padding: 3px 20px;
    border: 2px solid white;
    display: block;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

#contact-btn:hover {
    background: #7f3c3d;
}

/* slider */

#slider {
    position: absolute;
	bottom:0;left:0;
	width:100%;height:100%;
    overflow: hidden;
    background: white;
	text-align: center;
}

.metaslider {
    margin-bottom: 0 !important;
}

#slider img {
	width:auto;
    height: 100%;
    display: block;
}

#slider #background {
    width: 100%;
    display: block;
}

#slider #foreground {
    width: 1300px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
}

/* body content */

.vfb-fieldset-1 .vfb-legend:first-child h3 {
    display: none !important;
}

#body-content {
    display: block;
    margin: auto;
    
    background: white;
    box-shadow: 0px 0px 15px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
    position: relative;
    z-index: 99;
    padding: 20px;
}

#body-content h3 {
    font-weight: 900;
    color: #5a0100;
    text-transform: uppercase;
    margin: 40px 0 15px 0;
    font-size: 21px;
}

#body-text p, #subpage-body-text p {
    color: #707070;
    margin-bottom: 20px;
    line-height: 26px;
}

#body-text a, #subpage-body-text a {
    color: #BD997A;
    text-decoration: none;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
}

#body-text ul, #subpage-body-text ul {
    color: #707070;
    padding-left: 50px;
    margin-bottom: 20px;
}

#body-text li, #subpage-body-text li {
    margin-bottom: 10px;
}

#body-text a:hover, #subpage-body-text a:hover {
    color: #D2BCAB;
}

/* page header */

#page-header {
    margin-bottom: 25px;
    position: relative;
}

#page-header h1 {
    color: #5a0100;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: -8px;
}

#page-header #header-underline {
    border-bottom: 3px solid #5a0100;
    display: block;
}

#reflection {
    position: absolute;
    top: 21px;
    opacity: .25;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1) rotate(180deg);
    transform: scaleX(-1) rotate(180deg);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#white-gradient {
    position: absolute;
    display: block;
    bottom: -15px;
    height: 17px;
    width: 100%;
    background: white;
    background: -webkit-linear-gradient(rgba(255,255,255,0), white);
    background: -o-linear-gradient(rgba(255,255,255,0), white);
    background: -moz-linear-gradient(rgba(255,255,255,0), white);
    background: linear-gradient(rgba(255,255,255,0), white);
}

#white {
    display: block;
    position: absolute;
    bottom: -30px;
    height: 15px;
    width: 100%;
    background: white;
}

/* catering accordion */

.accordion-content {
    border: 0 !important;
    box-shadow: 0px 2px 3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.35);
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    padding: 5px 25px 25px 25px;
}

.accordion-title  {
    color: white !important;
    background: #722827 !important;
    background: -webkit-linear-gradient(#722827, #5a0100) !important;
    background: -o-linear-gradient(#722827, #5a0100) !important;
    background: -moz-linear-gradient(#722827, #5a0100) !important;
    background: linear-gradient(#722827, #5a0100) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0px !important;
    padding: 15px 20px;
    font-weight: 700 !important;
    cursor: pointer;
}

.accordion-title:before {
    content: '+';
    padding-right: 8px;
    position: relative;
    top: -1px;
}

.accordion-title.open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.accordion-title.open:before {
    content: '-';
}

.accordion-title:hover {
    color: white !important;
    background: #803E3D !important;
    background: -webkit-linear-gradient(#803E3D, #6A1B1A) !important;
    background: -o-linear-gradient(#803E3D, #6A1B1A) !important;
    background: -moz-linear-gradient(#803E3D, #6A1B1A) !important;
    background: linear-gradient(#803E3D, #6A1B1A) !important;
}

.accordion-title:active {
    color: white !important;
    background: #5a0100 !important;
    background: -webkit-linear-gradient(#5a0100, #722827) !important;
    background: -o-linear-gradient(#5a0100, #722827) !important;
    background: -moz-linear-gradient(#5a0100, #722827) !important;
    background: linear-gradient(#5a0100, #722827) !important;
}

/* sidebar */

#sidebar {
    width: 30%;
    float: left;
}

#sidebar-menu {
    margin: 15px 0 0 0;
}

#sidebar-menu li {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 15px;
    list-style-type: none;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
}

#sidebar-menu li a {
    text-decoration: none;
    display: block;
    background: rgba(255,255,255,.35);
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    color: #5a0100;
    font-size: 20px;
    padding: 20px 0;
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: -webkit-linear-gradient(#f8f8f8, #e5e5e5);
    background: -o-linear-gradient(#f8f8f8, #e5e5e5);
    background: -moz-linear-gradient(#f8f8f8, #e5e5e5);
    background: linear-gradient(#f8f8f8, #e5e5e5);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#sidebar-menu li a:before {
    content:"";
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 12px;
    left: 15px;
}

#sidebar-menu li a:hover, #sidebar-menu li a:active {
    background: #e5e5e5;
    background: -webkit-linear-gradient(#e5e5e5, #f8f8f8);
    background: -o-linear-gradient(#e5e5e5, #f8f8f8);
    background: -moz-linear-gradient(#e5e5e5, #f8f8f8);
    background: linear-gradient(#e5e5e5, #f8f8f8);
}

#sidebar-menu li a img {
    width: 40px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

#sidebar-menu li a p {
    display: inline-block;
    
    padding-left: 50px;
    margin: 15px;
}

/* daily feature */

#daily-feature {

}

#daily-feature h2 {
    font-family: 'Times', serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #9d4600;
    font-size: 30px;
    margin-top: 5px;
}

#daily-feature p {
    margin-bottom: 10px;
}

@font-face {
    font-family: 'Vincent';
    src: url("fonts/vincent.otf") format("opentype");
}

#date {
    font-family: 'Vincent';
    text-align: center;
    color: #5a0100;
    font-size: 35px;
    margin-top: -10px;
    border-bottom: 2px solid #d1a988;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.special-label {
    float: left;
    width: 30%;
    color: #5a0100;
    text-align: right;
    font-family: 'Times', serif;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}

.special-title {
    width: 70%;
    float: left;
    color: #5a0100;
    font-size: 18px;
    margin-bottom: 5px;
}

/* the warehouse on state */

#warehouse-links li {
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    list-style-type: none;
}

#warehouse-links li a {
    display: inline-block;
    background: transparent;
    color: white;
    background: #5A0100;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.15em;
}

/* footer */

#footer-bkgd {
    background: #5a0100;
}

#footer {
    display: block;
    margin: auto;
    font-size: 13px;
    position: relative;
    color: white;
    text-align: center;
    padding: 25px 0;
}

#footer h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size 17px;
}

#footer p a {
    color: white;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
}

#footer p a:hover {
    color: #C2AAA9;
}

#footer-logos {
    margin: 5px 0 15px 0;
}

#footer-logos img {
    width: auto;
    height: 40px;
    margin: 5px 3px;
}

#footer-locations {
    display: inline-block;
    margin-top: 0;
    opacity: .95;
}

#footer-locations h3 {
    margin-bottom: 5px;
}

#adams-street, #downtown, #copyright, #warehouse {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#footer-social {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
    font-size: 12px;
    opacity: .95;
}

#footer-social img {
    width: 40px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
}

#footer-social a:hover img {
    opacity: .6;
}

#copyright {
    margin-bottom: 0;
}
/* forms */
#body-content input[type="submit"] {
	color: #fff;
    background-color: #5a0100;
    text-transform: uppercase;
    padding: 15px 25px;
    outline: 2px solid #fff!important;
    outline-offset: -10px;
    border: none;
    border-radius: 3px;
}
#body-content input[type="submit"]:hover {
	background-color: #7f3c3d;
	cursor: pointer;
}
#mobileswitch {
    width: 100%;
    background-color: white;
    padding: 10px;
    text-align: center;
}

#mobileswitch a {
    color: #5a0100;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
}