@charset "UTF-8";
.flag {
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  float: right; }
  .flag img {
    border: 1px solid #eee;
    vertical-align: middle; }

@font-face {
  font-family: ArtDeco;
  src: url(../fonts/SelznickRemixNF.ttf); }

.navigation {
  background: linear-gradient(#666, #555); }

.menu-item > a {
  text-shadow: 1px 1px 1px #333; }

div.map-canvas img, .post-content div.map-canvas img {
  max-width: none; }

ul.comma-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline; }
  ul.comma-list li {
    display: inline; }
    ul.comma-list li::after {
      display: inline;
      content: ", "; }
    ul.comma-list li:last-of-type::after {
      display: none;
      content: ""; }

ul.check-list {
  padding-left: 2em;
  text-indent: 2px;
  list-style: none;
  list-style-position: outside;
  margin: .1em 0; }
  ul.check-list li:before {
    content: '✔';
    margin-left: -1.5em;
    margin-right: .5em; }

.notice-severe {
  background: lightpink;
  border: 1px solid darkred;
  color: darkred;
  padding: 1em;
  position: relative;
  padding-left: 4em;
  margin-bottom: 1em; }
  .notice-severe::before {
    content: '\f071';
    font-family: FontAwesome;
    font-size: 2em;
    top: 5px;
    left: 10px;
    position: absolute; }

.restaurant-map {
  padding: 5px;
  border: 1px solid #606569;
  float: left;
  margin-right: 10px; }

.main-head header.main-header {
  min-height: 0;
  line-height: initial;
  margin: 25px 0; }
  .main-head header.main-header .title {
    float: none; }

.title {
  font-family: ArtDeco, sans-serif; }
  .title a {
    font-weight: normal;
    font-size: 50px; }

a.external::after {
  content: "\f14c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px; }

@media only screen and (max-width: 799px) {
  .main-head header .title {
    text-align: left;
    margin: 0; }
  .top-bar-content {
    display: none; } }

@media only screen and (max-width: 625px) {
  .main-head header .title img {
    height: 75px;
    width: auto; }
  .main-head header .title a {
    font-size: 40px; } }

@media only screen and (max-width: 515px) {
  .main-head header .title {
    letter-spacing: 0px; }
    .main-head header .title img {
      height: 50px;
      width: auto; }
    .main-head header .title a {
      font-size: 30px; } }

table.press-table td {
  height: 150px;
  vertical-align: middle;
  padding: 10px; }
  table.press-table td:first-of-type {
    text-align: center; }
table.press-table img {
  max-width: 200px;
  height: auto; }

.restaurant-section {
  clear: left; }
  .restaurant-section h2 {
    margin-top: 1em;
    margin-bottom: 0.25em; }

.restaurant-listing .post-header .post-title {
  margin-bottom: 0.5em;
  float: none; }
.restaurant-listing .post-container .post-content {
  margin-bottom: 0em; }

.restaurant-info {
  margin-top: 0; }

.restaurant-map {
  margin-bottom: 1em; }

.restaurant-address {
  font-weight: bold; }

.restaurant-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em; }

ul.restaurant-attr > li {
  font-weight: bold;
  margin-bottom: 21px; }
  ul.restaurant-attr > li > div {
    padding-left: 1em; }
  ul.restaurant-attr > li *:not(b):not(strong) {
    font-weight: normal; }

.restaurant-attr-info {
  font-style: italic; }

.social-icon {
  color: #fff;
  padding: 9px 7px;
  margin-bottom: 5px;
  margin-right: 10px; }

.social-list {
  font-size: 16px; }
  .social-list a:hover {
    text-decoration: none; }
    .social-list a:hover span {
      text-decoration: underline; }
    .social-list a:hover i {
      opacity: .8; }
  .social-list h5 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold; }

.restaurant-mentions ul, .restaurant-links ul {
  list-style-type: square;
  margin-left: 25px; }

/*# sourceMappingURL=../../../themes/encyclopizzeria/css/styles.css.map */