body {
  background: url("images/coffee_wall.jpg") repeat; }

header#site_header {
  position: relative; }

#logo {
  background: url("images/glare.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: auto;
  padding-bottom: 30px; }

.valhalla_logo {
  display: block;
  width: auto;
  max-width: 90%;
  margin: 0 auto; }

.home_contact, #mobile_hours {
  position: absolute;
  bottom: 5px;
  color: #ada49f; }

.home_contact {
  width: 100%; }
  .home_contact .home_contact_box {
    position: relative;
    width: auto;
    padding: 0 10px; }

#mobile_hours {
  font-size: .9em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: none;
  padding-bottom: 8px; }

/*===================================
	NAVIGATION STYLES
====================================*/
nav.main_nav {
  background-color: #83242c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#83242c), to(#5f050c));
  background: -webkit-gradient(top, #83242c, #5f050c);
  background: -moz-linear-gradient(top, #83242c, #5f050c);
  background: -ms-gradient(top, #83242c, #5f050c);
  background: -o-gradient(top, #83242c, #5f050c);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px #000;
  height: 60px;
  width: 1020px;
  margin-left: -30px;
  position: relative;
  z-index: 1; }
  nav.main_nav ul {
    position: relative;
    xpadding-right: 30px;
    padding-left: 30px;
    width: 990px; }
    nav.main_nav ul li {
      height: 60px;
      border-left: 1px solid rgba(0, 0, 0, 0.75);
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      padding: 0 38px;
      xwidth: 20%;
      xmargin: 0 -1px;
      text-align: center; }
      nav.main_nav ul li a {
        font-size: 30px;
        line-height: 60px; }
        nav.main_nav ul li a:link, nav.main_nav ul li a:visited {
          color: #d9d9d9;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75), -1px -1px 1px rgba(0, 0, 0, 0.75); }
    nav.main_nav ul:before, nav.main_nav ul:after {
      content: url("images/triqueta.png");
      position: absolute;
      top: 6px; }
    nav.main_nav ul:before {
      left: 6px; }
    nav.main_nav ul:after {
      right: 6px; }
  nav.main_nav:before, nav.main_nav:after {
    content: "";
    background: url("images/wraps_sprite.png") no-repeat;
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 14px;
    top: 60px; }
  nav.main_nav:before {
    background-position: 0 -18px;
    left: 0; }
  nav.main_nav:after {
    background-position: -30px -18px;
    right: 0; }

/*===================================
	CONTENT STYLES
====================================*/
.main_content {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  background-color: #d9d9d9;
  position: relative;
  padding: 10px 0 100px 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) inset, 0 0 40px rgba(255, 255, 255, 0.9); }
  .main_content img {
    border: 1px solid #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.column_content {
  position: relative;
  padding: 0 20px;
  border-left: 1px solid rgba(30, 30, 30, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: auto; }
  .column_content img, .column_content .video {
    border: 1px solid #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 100%; }
  .column_content .floatright {
    margin: 0 0 10px 10px; }
  .column_content .floatleft {
    margin: 0 10px 10px 0; }

h2 {
  text-shadow: 1px 1px 0 #d9d9d9, 2px 2px 0 #ada49f;
  font-size: 30px;
  padding: 0 0 10px 20px;
  margin: 0;
  font-weight: bold; }

#banner_box {
  width: auto;
  padding: 0 20px;
  margin: 15px 0; }

#banner {
  position: relative;
  width: auto;
  margin: 0px auto 10px auto;
  padding: 4px;
  background-color: #171619; }
  #banner:before, #banner:after {
    content: url("images/curve_shadow.png");
    position: absolute;
    width: 330px;
    height: 33px;
    bottom: -33px; }
  #banner:before {
    left: 0; }
  #banner:after {
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  #banner img {
    width: 100%; }

@-webkit-keyframes anim_slides {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  24% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes anim_slides {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  24% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.scroll_box ul {
  list-style-type: none;
  position: relative;
  padding: 0; }
  .scroll_box ul li {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards; }
    .scroll_box ul li:nth-child(2) {
      -webkit-animation-delay: 6.0s;
      -moz-animation-delay: 6.0s; }
    .scroll_box ul li:nth-child(3) {
      -webkit-animation-delay: 12.0s;
      -moz-animation-delay: 12.0s; }
    .scroll_box ul li:nth-child(4) {
      -webkit-animation-delay: 18.0s;
      -moz-animation-delay: 18.0s; }
    .scroll_box ul li .scroller {
      display: block;
      margin: 0 auto;
      padding: 5px;
      border: none;
      box-shadow: none;
      top: 0;
      left: 0; }

/*===================================
	SECTION STYLES
====================================*/
section.home_page {
  margin-bottom: 80px; }

section.about_us {
  margin-top: 30px; }

section.wholesale {
  margin-top: 30px; }
  section.wholesale h3 {
    color: #3e2a21;
    font-weight: bold;
    font-style: italic;
    margin: 5px 0; }
  section.wholesale .service {
    margin: 10px 0;
    padding-bottom: 20px; }

section.menu {
  width: 100%;
  margin-top: -10px;
  border-bottom: 1px solid #3e2a21;
  padding: 20px 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.9), 0 4px 10px #000;
  background-color: #ada49f; }
  section.menu h2.retail_menu {
    color: #3e2a21; }
  section.menu h3 {
    font-size: 23px;
    font-weight: bold;
    color: #3e2a21;
    text-align: center; }
  section.menu .subheader {
    font-style: italic;
    font-size: 12px;
    line-height: 12px; }
  section.menu table.menu_table {
    border-collapse: collapse; }
    section.menu table.menu_table td, section.menu table.menu_table th {
      padding: 1px 10px;
      text-align: center;
      font-size: 22px;
      font-weight: 500; }
    section.menu table.menu_table th {
      border-bottom: 2px solid #83242c;
      margin-bottom: 5px; }
    section.menu table.menu_table tr.menu_single td {
      font-size: 18px;
      padding-top: 25px;
      white-space: nowrap; }
    section.menu table.menu_table td.menu_name {
      color: #83242c;
      text-align: right;
      padding-left: 0;
      white-space: nowrap; }
  section.menu #by_pound {
    margin-top: 5px; }
    section.menu #by_pound tr.desc_row:hover {
      background-color: #9b927d; }
  section.menu #by_cup {
    margin-top: 17px; }
  section.menu .menu_desc {
    position: relative;
    min-height: 75px;
    width: auto;
    margin-top: 15px; }
    section.menu .menu_desc .menu_desc_item {
      position: absolute;
      top: 0;
      left: 0;
      color: #3e2a21;
      font-style: italic;
      font-weight: bold;
      padding: 5px;
      opacity: 0; }

section.wholesale .column_43 .service_container {
  padding-bottom: 30px; }

section.clients {
  margin: 40px 0 20px 0; }

section.home_section {
  padding-top: 10px; }

section.news .column_content {
  height: 308px; }
  section.news .column_content .blog_content {
    overflow-y: scroll;
    height: 200px; }
    section.news .column_content .blog_content wp-caption {
      max-width: 220px; }
    section.news .column_content .blog_content img {
      max-width: 210px; }
    section.news .column_content .blog_content p {
      margin-bottom: 15px; }
section.news h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 20px; }
  section.news h3 a {
    color: #3e2a21;
    text-decoration: underline; }
    section.news h3 a:hover {
      text-decoration: none; }
section.news h4 {
  color: #3e2a21; }

.recent h3 {
  margin-bottom: 20px;
  padding-left: 10px;
  text-indent: -5px; }
  .recent h3 a {
    text-decoration: none !important;
    position: relative; }
    .recent h3 a:hover:before, .recent h3 a:hover:after {
      content: "\2666";
      position: absolute;
      top: 0;
      font-style: normal;
      color: #83242c;
      text-shadow: 1px 1px 0 #d9d9d9, 2px 2px 0 #3e2a21; }
    .recent h3 a:hover:before {
      left: -15px; }
    .recent h3 a:hover:after {
      left: 190px; }
.recent .current_choice:before, .recent .current_choice:after {
  content: "\2666"; }

.fc_image {
  display: block;
  max-width: 50%; }

.fc_title {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  text-decoration: underline; }

.fc_price, h4 {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px; }

.home_video {
  max-width: 50%;
  margin-bottom: 10px !important; }

div.col_link {
  position: absolute;
  bottom: 0;
  width: 170px;
  border: 1px solid #171717;
  border-radius: 2px; }
  div.col_link a {
    color: #a1a1a1;
    text-align: center;
    display: block;
    width: auto;
    border: 1px solid #616161;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #4e4e4e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4e4e), to(#191919));
    background: -webkit-gradient(top, #4e4e4e, #191919);
    background: -moz-linear-gradient(top, #4e4e4e, #191919);
    background: -ms-gradient(top, #4e4e4e, #191919);
    background: -o-gradient(top, #4e4e4e, #191919);
    text-shadow: 1px 1px 1px #666, -1px -1px #000; }
    div.col_link a:hover {
      color: #fff;
      text-decoration: none; }

/*===================================
	ABOUT US PAGE STYLES
====================================*/
h1.about_aj {
  color: #3e2a21;
  text-shadow: none;
  margin: 0 0 15px 0; }

.aj_title {
  font-size: .8em;
  font-style: italic; }

.about .about_AJ_pic {
  width: 30%;
  float: left;
  margin: 0 20px 0 10px; }
.about p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 20px 0; }
.about blockquote {
  color: #817066;
  font-style: italic;
  font-size: 24px;
  position: relative;
  float: right;
  width: 68%;
  max-width: 440px;
  padding: 20px 20px 0 40px;
  margin: 0 3% 0 0;
  text-indent: -50px; }
  .about blockquote:before, .about blockquote:after {
    position: absolute;
    font-size: 82px;
    font-style: italic;
    top: 0; }
  .about blockquote:before {
    content: "{";
    position: absolute;
    left: 0; }
  .about blockquote:after {
    content: "}";
    xposition: absolute;
    right: -20px; }
  .about blockquote .quote_by {
    font-size: 14px;
    margin-left: 100px; }
    .about blockquote .quote_by:before {
      content: "- "; }

.news_link {
  margin-bottom: 20px; }
  .news_link a {
    display: block;
    color: #3e2a21;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    font-size: 18px; }
  .news_link .source {
    color: #817066;
    font-style: italic; }

.caption {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px; }

.disclaimer {
  font-style: italic;
  font-size: .7em; }

/*===================================
	CLIENT SCROLLER STYLES
====================================*/
.client_text {
  font-size: 32px;
  font-style: italic;
  margin: 10px 0; }

.client_banner {
  background-color: #83242c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#83242c), to(#5f050c));
  background: -webkit-gradient(top, #83242c, #5f050c);
  background: -moz-linear-gradient(top, #83242c, #5f050c);
  background: -ms-gradient(top, #83242c, #5f050c);
  background: -o-gradient(top, #83242c, #5f050c);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
  height: 50px;
  width: 1020px;
  margin-left: -30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px #000; }
  .client_banner:before, .client_banner:after {
    content: "";
    background: url("images/wraps_sprite.png") no-repeat;
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 14px;
    top: -13px; }
  .client_banner:before {
    background-position: 0 0;
    left: 0; }
  .client_banner:after {
    background-position: -30px 0px;
    right: 0; }
  .client_banner .slider_container {
    position: relative;
    width: 920px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden; }
    .client_banner .slider_container .client_container {
      position: absolute;
      top: 0;
      left: 0; }
  .client_banner ul {
    list-style-type: none; }
    .client_banner ul li {
      float: left; }
      .client_banner ul li a {
        color: #f3e4c4;
        font-size: 18px;
        font-style: italic;
        line-height: 50px; }
        .client_banner ul li a:hover {
          color: #f3e4c4; }
  .client_banner a.arrow_left, .client_banner a.arrow_right {
    display: block;
    position: absolute;
    z-index: 2;
    top: 12px;
    width: 23px;
    height: 24px;
    background: url("images/client_arrows_sprite.png") no-repeat; }
  .client_banner a.arrow_left {
    background-position: 0 0;
    left: 20px; }
    .client_banner a.arrow_left:hover {
      background-position: 0 -23px; }
  .client_banner a.arrow_right {
    background-position: -24px 0;
    right: 20px; }
    .client_banner a.arrow_right:hover {
      background-position: -24px -23px; }

.client_markers {
  min-width: 28px;
  margin: 0 auto;
  padding: 10px; }
  .client_markers .group_dot {
    display: block;
    float: left;
    margin: 9px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #2e2e2e; }
    .client_markers .group_dot:hover {
      background-color: #83242c;
      border: 2px solid #f3e4c4;
      box-shadow: 0 0 2px #3e2a21;
      margin: 7px; }
  .client_markers .active_dot {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #83242c;
    border: 2px solid #f3e4c4;
    box-shadow: 0 0 2px #3e2a21;
    margin: 7px; }

/*===================================
	FOOTER STYLES
====================================*/
footer#site_footer {
  position: absolute;
  bottom: 0;
  left: -10px;
  min-height: 56px;
  width: 980px;
  background-color: #333;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#000));
  background: -webkit-gradient(top, #333, #000);
  background: -moz-linear-gradient(top, #333, #000);
  background: -ms-gradient(top, #333, #000);
  background: -o-gradient(top, #333, #000);
  box-shadow: 0 0 30px #000 inset;
  color: #d9d9d9;
  margin-top: 20px;
  clear: both;
  padding: 20px 0px; }
  footer#site_footer .column_31 {
    width: 33% !important;
    float: left !important;
    clear: none; }

#mobile_footer, #mobile_disclaimer {
  display: none; }

.jfd_logo img {
  display: block;
  width: 130px;
  border: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: .8; }

.jfd_logo img:hover {
  opacity: 1; }

.social_icon {
  background: url("images/social_sprite.png") no-repeat;
  display: block;
  height: 33px;
  overflow: hidden;
  float: right;
  margin: 13px 0 0 13px; }

#facebook {
  background-position: 0 -33px;
  width: 35px; }
  #facebook:hover {
    background-position: 0 0; }

#yelp {
  background-position: -35px -33px;
  width: 78px; }
  #yelp:hover {
    background-position: -35px 0; }

/*===============================
	WORDPRESS-SPECIFIC STYLES
================================*/
.alignleft {
  float: left;
  margin: 10px 10px 10px 0; }

.alignright {
  float: right;
  margin: 10px 0 10px 10px; }

.wp-caption-text {
  text-align: center;
  font-style: italic;
  margin: 0; }

article.post {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999; }
  article.post p {
    margin: 15px 0;
    font-size: .9em;
    line-height: 1.6em; }
  article.post h1, article.post h2 {
    color: #83242c;
    text-shadow: 1px 1px 0 #d9d9d9, 2px 2px 0 #ada49f;
    font-size: 30px;
    font-weight: bold; }
    article.post h1 a, article.post h2 a {
      color: #83242c; }

section.entry-content {
  color: #3e2a21; }

footer.entry-footer {
  margin: 20px 0; }

ul.xoxo {
  list-style-type: none;
  border-bottom: 1px solid #999;
  padding-top: 35px; }
  ul.xoxo li {
    margin-bottom: 40px; }
    ul.xoxo li h3.widget-title {
      color: #83242c;
      text-shadow: 1px 1px 0 #d9d9d9, 2px 2px 0 #ada49f;
      font-size: 24px;
      font-weight: bold; }
    ul.xoxo li ul {
      list-style-type: none;
      margin: 10px 0; }
      ul.xoxo li ul li {
        margin-bottom: 20px;
        font-style: italic;
        font-size: 16px;
        text-indent: -5px;
        padding-left: 10px;
        font-weight: bold; }
        ul.xoxo li ul li a {
          color: #3e2a21;
          position: relative; }
          ul.xoxo li ul li a:hover:before, ul.xoxo li ul li a:hover:after {
            content: "\2666";
            position: absolute;
            top: 0;
            font-style: normal;
            color: #83242c;
            text-shadow: 1px 1px 0 #d9d9d9, 2px 2px 0 #3e2a21; }
          ul.xoxo li ul li a:hover:before {
            left: -15px; }
          ul.xoxo li ul li a:hover:after {
            left: 190px; }

/*===============================
	MOBILE STYLES
================================*/
@media only screen and (max-width: 985px) {
  .main_content {
    width: 100%;
    border: none; }

  nav.main_nav ul:before, nav.main_nav ul:after, nav.main_nav:before, nav.main_nav:after {
    display: none; }

  nav.main_nav {
    width: 100%;
    margin-left: 0;
    height: 50px; }
    nav.main_nav ul {
      padding: 0;
      width: 100%; }
      nav.main_nav ul li {
        height: 50px;
        padding: 0;
        margin: 0 -1px; }
        nav.main_nav ul li a {
          font-size: 1.2em;
          line-height: 2.4em; }

  .client_banner {
    height: 50px;
    width: 100%;
    margin-left: 0px;
    position: relative;
    z-index: 1; }
    .client_banner:before, .client_banner:after {
      display: none; }
    .client_banner .slider_container {
      position: relative;
      width: 85%;
      height: 50px;
      margin: 0 auto;
      overflow: hidden; }
    .client_banner ul {
      list-style-type: none; }
      .client_banner ul li {
        float: left; }
        .client_banner ul li a {
          font-size: 16px;
          line-height: 50px; }
    .client_banner a.arrow_left, .client_banner a.arrow_right {
      display: block;
      position: absolute;
      z-index: 2;
      top: 12px;
      width: 23px;
      height: 24px;
      background: url("images/client_arrows_sprite.png") no-repeat; }
    .client_banner a.arrow_left {
      background-position: 0 0;
      left: 20px; }
      .client_banner a.arrow_left:hover {
        background-position: 0 -23px; }
    .client_banner a.arrow_right {
      background-position: -24px 0;
      right: 20px; }
      .client_banner a.arrow_right:hover {
        background-position: -24px -23px; }

  footer#site_footer {
    width: 100%;
    left: 0; } }
@media only screen and (max-width: 860px) {
  .client_banner .slider_container ul li a {
    font-size: 12px; }

  .about blockquote {
    float: none;
    clear: both;
    margin: 0 auto; }

  section.menu table.menu_table tr, section.menu table.menu_table td, section.menu table.menu_table th, section.menu table.menu_table tr.menu_single td {
    font-size: 15px; }

  .menu_desc {
    height: 120px; } }
@media only screen and (max-width: 660px) {
  h2 {
    text-align: center; }

  .home_video, .fc_image {
    max-width: 100%; }

  section.menu table.menu_table tr, section.menu table.menu_table td, section.menu table.menu_table th, section.menu table.menu_table tr.menu_single td {
    font-size: .9em; }

  .news_side_image {
    display: none !important; }

  section.clients {
    display: none; }

  .coffee_sidebar_img {
    display: none; } }
@media only screen and (max-width: 480px) {
  /*===== MOBILE HEADER =========*/
  #banner, #desktop_footer, .address_phone, .home_contact {
    display: none; }

  #mobile_hours {
    display: block; }

  .hours {
    float: none;
    text-align: center; }

  /*===== MOBILE NAV =========*/
  nav.main_nav {
    width: 100%;
    margin-left: 0;
    height: 33px; }
    nav.main_nav ul {
      padding: 0;
      width: 100%; }
      nav.main_nav ul li {
        height: 33px;
        padding: 0;
        margin: 0 -1px; }
        nav.main_nav ul li a {
          font-size: 1em;
          line-height: 2em; }
      nav.main_nav ul:before, nav.main_nav ul:after {
        content: ""; }
      nav.main_nav ul li.news {
        display: none; }
    nav.main_nav:before, nav.main_nav:after {
      content: "";
      background: none; }

  .stuck {
    position: fixed !important;
    top: 0; }

  /*===== MOBILE CONTAINERS =========*/
  .column_21, .column_31, .column_32, .column_41, .column_43 {
    float: none;
    width: auto;
    padding-bottom: 30px; }

  .floatleft, .floatright {
    float: none;
    clear: both; }

  .column_content {
    border: none; }
    .column_content .floatright {
      float: none;
      clear: both;
      margin: 0 auto 10px auto; }
    .column_content p {
      clear: both; }
    .column_content img, .column_content .video {
      display: block;
      float: none;
      margin: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }

  h2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }

  /*===== MOBILE SECTIONS =========*/
  section.news {
    display: none; }

  section.home_page {
    margin-bottom: 20px; }

  .home_video, .fc_image {
    max-width: 300px !important; }

  .about h1.about_aj {
    text-align: center; }
    .about h1.about_aj .aj_title {
      display: block; }
  .about .about_AJ_pic {
    width: auto;
    float: none;
    margin: 0 auto 20px auto; }
  .about blockquote {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    text-indent: -20px; }
    .about blockquote .quote_by {
      display: block;
      margin-left: 50px; }

  section.menu table.menu_table {
    max-width: 100%; }
    section.menu table.menu_table td, section.menu table.menu_table th {
      xpadding: 1px 10px;
      font-size: .92em; }
    section.menu table.menu_table tr.menu_single td {
      font-size: .92em;
      padding-top: 10px; }

  section.wholesale .column_43 .column_21 {
    padding-bottom: 0; }

  .menu_desc {
    height: 70px; }

  /*===== MOBILE FOOTER =========*/
  footer#site_footer {
    left: 0;
    width: 100%; }

  #mobile_footer {
    display: block;
    font-size: .8em; } }

/*# sourceMappingURL=css.css.map */
