/* a11y */
a:hover:link {
  text-decoration: underline;
}

/* image drop shadow in post, pressgram and pressgram widget */
.entry-content img, img.pressgram-image-file, img.wp-post-image,
.tm-content img {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  margin: 0.5em;
  -webkit-box-shadow: 3px 3px 3px #666;
  -moz-box-shadow: 3px 3px 3px #666;
  box-shadow: 3px 3px 3px #666;
}

/* remove drop shadow from smiley */
img.wp-smiley, img.header-image {
  display: inline;
  position: inherit;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Jetpack gallery widget module */
.widget-wrap .widget-gallery-rectangular.no-carousel { width: 50%;  margin: 0 auto; }

/* Center featured image in Beans */
header .tm-article-image picture img {
  display: block;
  margin: 0 auto;
}

/* Use Flex Box to reposition article header in Beans */
article.uk-article header {
  display: flex;
  flex-direction: column;
}
article.uk-article header h1 { order: 1; }
article.uk-article header h2 { order: 2; }
article.uk-article ul.uk-article-meta { order: 3; }
article.uk-article .tm-article-image { order: 4; }


li#foodie-search.foodie-search.menu-item { display:none; }
