/**
 * Theme Name: Cafe Elements
 * Theme URI: http://www.press75.com/
 * Description: The Cafe Elements theme is perfect for restaurants, coffee shops and anyone looking to have a beautiful website, that’s easy to manage.
 * Version: 3.0.2
 * Author: Press75
 * Author URI: http://www.press75.com/
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  clear: both;
  margin: 0;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Grid System
----------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Extra small grid
----------------------------------------------- */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
/* Small grid
----------------------------------------------- */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
/* Medium grid
----------------------------------------------- */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
/* Large grid
----------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
/* Basic Setup
----------------------------------------------- */
html #wpadminbar {
  top: -46px;
}
body {
  width: auto;
  height: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #373637;
  background: #f6f6f6;
  word-wrap: break-word;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.pushed {
  left: -280px;
}
p {
  font-size: 1.200em;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
h1 {
  font-size: 2.533em;
  line-height: 1.4;
}
h2 {
  font-size: 1.733em;
  line-height: 1.5;
}
h3 {
  font-size: 1.600em;
  font-family: 'Dosis', sans-serif;
}
h4 {
  font-size: 1.467em;
  line-height: 1.5;
  font-family: 'Dosis', sans-serif;
}
h5 {
  font-size: 1.333em;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
}
h6 {
  font-size: 1.200em;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
}
.upper {
  text-transform: uppercase;
}
hr {
  border: none;
  border-bottom: 1px solid;
  margin: 3em 0 4em;
  border-color: #cac9c7;
}
blockquote {
  padding: 2.400em 3.200em;
  line-height: 1.6;
  font-size: 1.333em;
  margin: 15px 0 30px;
  background: #ffffff;
  color: #51504c;
}
blockquote p {
  margin-bottom: 0;
}
pre code {
  display: inline-block;
  background: #ededed;
  padding: 2em;
  max-width: 100%;
}
address {
  margin-bottom: 15px;
}
strong {
  font-weight: 700;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #373637;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
em {
  font-style: italic;
}
ol,
ul {
  margin: 0;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: none;
}
dl {
  margin-bottom: 15px;
}
th,
td {
  border: 1px solid;
  padding: 8px;
}
th {
  font-weight: 700;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
caption {
  margin-bottom: 8px;
  text-align: center;
}
p,
fieldset,
table {
  margin-bottom: 1.867em;
}
select {
  max-width: 100%;
  width: 100%;
}
:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin: .5em 1.5em 0 0;
}
.alignright {
  display: inline;
  float: right;
  margin: .5em 0 0 1.5em;
}
.aligncenter {
  max-width: 100%;
}
.alignnone {
  max-width: 100%;
}
.wp-caption {
  text-align: center;
  position: relative;
  margin-bottom: 3em;
}
.wp-caption.one_half {
  margin: 0;
  float: left;
  width: 50% !important;
}
.wp-caption .wp-caption-text {
  position: absolute;
  bottom: -15px;
  z-index: 9;
  width: 80%;
  margin: 0 10%;
  background: #ffffff;
  padding: 15px 20px;
  font-size: 1em;
}
.wp-caption img {
  display: block;
}
.gallery {
  margin: auto;
  padding: 0px;
}
.gallery-item {
  margin: 5px 0px;
}
.gallery-caption {
  font-size: 0.85em;
  padding: 0px 8px;
}
.gallery img {
  background: none;
  border: none !important;
  width: 100%;
  height: auto;
  padding: 1em;
}
.entry-content .wp-playlist {
  background: none;
  border: none;
  padding: 0;
}
.entry-content .wp-playlist .wp-playlist-item {
  padding: 0.5em 1em;
  border: none;
}
.entry-content .wp-playlist .wp-playlist-item a {
  font-weight: 400;
}
.entry-content .wp-playlist .wp-playlist-item-length {
  line-height: 2.5;
  right: 1em;
  font-weight: normal;
}
/* Helpers
----------------------------------------------- */
/* Responsive utilities
----------------------------------------------- */
/* Helper Classes
----------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.no-gutter-left {
  padding-left: 0;
}
.no-gutter-right {
  padding-right: 0;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Variables
----------------------------------------------- */
/* Header
----------------------------------------------- */
#masthead {
  padding: 15px 0 0;
  font-family: 'Dosis', sans-serif;
}
.site-branding {
  display: inline-block;
}
.site-branding a img {
  display: block;
}
.social {
  display: table;
  text-align: center;
}
.social li {
  display: inline-block;
  float: none;
}
.social li a {
  display: block;
  width: 18px;
  height: 18px;
  margin: 2.5em 0.667em;
}
.social li a .icon {
  fill: #ffffff;
}
/* Navigation
----------------------------------------------- */
.menu-toggle {
  margin: 2.4em 0.667em 2.1em;
  line-height: 1;
  cursor: pointer;
}
.menu-toggle .icon {
  width: 24px;
  height: 24px;
}
.mobile-navigation {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  right: -280px;
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
  background: #373637;
}
.mobile-navigation.opened {
  right: 0;
}
.mobile-navigation nav ul {
  padding: 15px 0 0;
}
.mobile-navigation nav ul li {
  display: block;
  font-size: 16px;
}
.mobile-navigation nav ul li a {
  display: block;
  color: #ffffff;
  padding: 5px 15px;
}
.mobile-navigation nav ul li a:hover {
  background: #51504c;
}
.mobile-navigation nav ul li ul {
  padding: 0;
}
.mobile-navigation nav ul li ul li a {
  padding-left: 30px;
}
.main-navigation {
  display: none;
  margin: 0 1em;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
}
.main-navigation ul li a {
  margin: 0;
  display: block;
  color: #373637;
  font-size: 16px;
  margin: 0 15px;
  padding: 2.133em 10px 2em;
  font-weight: 500;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 0.267em solid #f6f6f6;
}
.main-navigation ul li a:hover {
  border-color: #373637;
}
.main-navigation ul li .children,
.main-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  min-width: 175px;
  width: auto;
  z-index: 10;
  left: 15px;
  overflow: hidden;
  background: #ffffff;
}
.main-navigation ul li .children li,
.main-navigation ul li .sub-menu li {
  display: block;
  float: none;
}
.main-navigation ul li .children li a,
.main-navigation ul li .sub-menu li a {
  padding: 0.667em 1em ;
  margin: 0;
  border-bottom: none;
}
.main-navigation ul li .children li a:hover,
.main-navigation ul li .sub-menu li a:hover {
  background: #f6f6f6;
}
.main-navigation ul li:hover ul {
  display: block;
}
/* Main Content
----------------------------------------------- */
#primary {
  margin-bottom: 4em;
}
.site-main ol,
.site-main ul {
  margin-left: 20px;
}
.site-main ul li {
  list-style-type: disc;
}
.left {
  text-align: left;
}
.centered {
  text-align: center;
}
.right {
  text-align: right;
}
.slider-content {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.slider-content-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.top {
  position: fixed;
  bottom: 0;
  right: 15px;
  background: #ffffff;
  padding: 0.5em 0.75em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.top.fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section img {
  display: block;
}
.section.background {
  padding: 5em 0 7em 0;
}
.section.page-title {
  padding: 5em 0 3em;
  margin-bottom: 3em;
  background: #ededed;
}
.section.page-title.default {
  margin-bottom: 0;
}
.section.light-gray {
  background-color: #f6f6f6;
}
.section.gray {
  background-color: #ededed;
}
.section.dark-gray {
  background-color: #373637;
  color: #f6f6f6;
}
.section.medium {
  padding: 40px 0;
}
.section.large {
  padding: 60px 0;
}
.section.pattern {
  padding-top: 8.438em;
  background-image: url(/web/20190114203544im_/http://bakerstreetnyc.com/wp-content/themes/cafe-elements-two/assets/images/pattern.png);
  background-position: center top;
  background-repeat: repeat-x;
}
.section.white {
  background-color: #ffffff;
}
.section.video {
  padding: 120px 0;
}
.section .headline {
  margin: 0 0 .750em;
}
.section .sub-headline {
  margin: 0 0 3em;
  padding: 0 2em;
  display: inline-block;
  border-bottom: 1px solid;
}
.section h5 {
  font-weight: 400;
}
.section a {
  text-decoration: underline;
}
.section a:hover {
  background: #373637;
  color: #ffffff;
}
.section .socials {
  display: table;
  margin: 0 auto;
}
.section .socials ul {
  list-style: none;
  padding: 1.875em 0 0;
}
.section .socials ul li {
  display: inline-block;
  margin: 0 1.563em;
}
.section .socials ul li a {
  display: block;
  color: #f6f6f6;
}
.section .socials ul li a .icon {
  width: 28px;
  height: 28px;
  display: block;
  fill: #f6f6f6;
  margin: 0 auto 1em;
}
.post-grid {
  padding: 2.750em 0;
  float: left;
  width: 100%;
}
.post-grid .grid-thumb {
  display: block;
  position: relative;
}
.post-grid .grid-thumb:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  border: 0 solid transparent;
}
.post-grid .grid-thumb img {
  width: 100%;
  height: auto;
}
.post-grid li {
  margin: 0 0 2em;
}
.post-grid li:hover .grid-thumb :before {
  border: 15px solid #ededed;
}
.post-grid .grid-content {
  background: #ededed;
  padding: 0.938em;
}
.post-grid .grid-content p {
  color: #7f7e79;
  margin-bottom: 0;
}
.post-grid .grid-content strong {
  display: block;
}
.post-grid .grid-content span {
  display: block;
  color: #51504c;
}
article.blog {
  margin-bottom: 4em;
}
article.blog .entry-meta {
  color: #989793;
}
article.blog .entry-header {
  margin: 5px 0 15px;
}
article.blog .entry-content p {
  margin-bottom: 0.5em;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  background: #373637;
  color: #ffffff;
}
.entry-footer-meta {
  background: #ededed;
  padding: 20px;
  margin: 2em 0;
}
.entry-footer-meta ul {
  margin: 5px 0 25px;
}
.entry-footer-meta ul li {
  display: inline-block;
  margin: 5px 0;
}
.entry-footer-meta ul li a {
  background: #d4d4d4;
  padding: 5px 15px;
  border-radius: 25px;
  margin: 0 5px 0 0;
}
.entry-footer-meta ul li a:hover {
  color: #ffffff;
}
.entry-footer-meta span {
  font-size: 0.786em;
}
.entry-footer-meta span a {
  color: #7f7e79;
  text-decoration: underline;
}
/* Pagination
----------------------------------------------- */
.pagination {
  text-align: center;
  margin: 30px 0 0;
}
.pagination .pagination-inner {
  display: inline-block;
}
.pagination .pagination-inner .icon {
  width: 46px;
  height: 46px;
  fill: #7f7e79;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.pagination .pagination-inner a {
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: none;
  transition: none;
}
.pagination .pagination-inner a:hover .icon {
  fill: #51504c;
}
/* Comments
----------------------------------------------- */
.comment-list {
  margin: 40px 0 0 !important;
}
.comment-list li {
  padding: 0 0 30px;
  margin: 0 0 45px;
  border-bottom: 1px solid #ededed;
  list-style-type: none;
  display: block;
  width: 100%;
  float: left;
}
.comment-list li .children {
  margin: 40px 0;
}
.comment-list li .children li {
  border: none;
  margin: 0;
}
.comment-list li img {
  float: left;
  margin: 0 15px 10px 0;
}
.comment-list li .comment-body .comment-meta {
  margin-bottom: 15px;
}
.comment-list li .comment-body .comment-author {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
  color: #373637;
}
.comment-list li .comment-body .comment-author a {
  color: #373637;
}
.comment-list li .comment-body .comment-metadata {
  font-size: 0.887em;
  font-weight: 800;
  color: #373637;
  text-transform: uppercase;
}
.comment-list li .comment-body .comment-metadata a {
  color: #373637;
}
.comment-list li .comment-body .comment-metadata .edit-link {
  margin: 0 10px;
}
.comment-list li .comment-body .comment-metadata .reply {
  display: inline-block;
}
.comment-list li .comment-body li {
  border: none;
}
.comment-list li .comment-body ul {
  margin: 0 0 0 10px;
}
.comment-list li .comment-body ul li {
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: disc;
}
.comment-list li .comment-body ol {
  margin: 0 0 0 10px;
}
.comment-list li .comment-body ol li {
  padding: 0;
  list-style: decimal outside;
  margin: 0 0 0 10px;
}
/* Forms
----------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  background: #ffffff;
  padding: 15px;
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea,
input[type="search"] {
  width: 100%;
}
input[type=search] {
  background: #ededed;
}
.gform_wrapper .gform_body .gform_fields li {
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield_label {
  font-weight: 600;
  line-height: 2.4;
}
.gform_wrapper .gform_body .gform_fields input {
  padding: 1.224em 0.667em;
}
.gform_wrapper .gform_footer input.button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  color: #51504c;
  font-size: 0.923em;
  text-transform: uppercase;
  padding: 0.75em 3em;
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 2px solid #51504c;
}
.gform_wrapper .gform_footer input.button:hover {
  border-color: #51504c;
  background: #51504c;
  color: #ffffff;
}
.btn-wrap {
  text-align: center;
  width: 100%;
  display: block;
}
.btn-wrap.left {
  text-align: left;
}
.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  color: #373637;
  text-transform: uppercase;
  padding: 0.75em 3em;
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 2px solid #7f7e79;
}
.btn:hover {
  border-color: #7f7e79;
  background: #7f7e79;
  color: #ffffff;
}
.btn.btn-sm {
  font-size: 0.92em;
  padding: 0.65em 3em;
}
/* Sidebar
----------------------------------------------- */
.sidebar {
  margin-bottom: 4em;
  padding: 1.667em;
  background: #ffffff url(/web/20190114203544im_/http://bakerstreetnyc.com/wp-content/themes/cafe-elements-two/assets/images/sidebar_bg.jpg) repeat-x left top;
}
.sidebar .widget {
  margin-bottom: 3.333em;
}
.sidebar .widget .widget-title {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.sidebar .widget.widget_search input {
  width: 100%;
  display: block;
  border: none;
  padding: .75em 1.000em;
  background: #ededed;
  font-size: 1em;
  font-weight: 300;
}
/* Footer
----------------------------------------------- */
.footer {
  background: #373637;
  padding: 75px 0;
  color: #ffffff;
}
.footer .footer-left {
  font-size: 0.800em;
  text-align: center;
}
.footer a {
  color: #ffffff;
}
.footer .footer-right {
  text-align: center;
}
.footer .footer-right img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media (min-width: 768px) {
  /* Basic Setup
----------------------------------------------- */
  html #wpadminbar {
    top: 0;
  }
  /* Navigation
----------------------------------------------- */
  .mobile-navigation nav ul {
    padding: 3em 0 0;
  }
  .main-navigation ul li {
    display: inline-block;
    position: relative;
  }
  .main-navigation ul li a {
    margin: 0;
    display: block;
    color: #373637;
    font-size: 1.067em;
    margin: 0 15px;
    padding: 2.133em 10px 2em;
    font-weight: 500;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
    border-bottom: 0.267em solid #f6f6f6;
  }
  .main-navigation ul li a:hover {
    border-color: #373637;
  }
  /* Main Content
----------------------------------------------- */
  #primary {
    margin-bottom: 8em;
  }
  .section.background {
    padding: 5em 0 25em 0;
  }
  .section.page-title {
    padding: 7em 0 6em;
    margin-bottom: 5em;
  }
  /* Sidebar
----------------------------------------------- */
  .sidebar {
    margin-bottom: 8em;
  }
  /* Footer
----------------------------------------------- */
  .footer .footer-left {
    text-align: left;
  }
  .footer .footer-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  /* Header
----------------------------------------------- */
  .social li {
    display: block;
    float: left;
  }
  .social li a .icon {
    fill: #373637;
  }
  /* Navigation
----------------------------------------------- */
  .main-navigation {
    display: inline-block;
  }
}

/*
     FILE ARCHIVED ON 20:35:44 Jan 14, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:20:23 Feb 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.56
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.052
  esindex: 0.009
  cdx.remote: 22.982
  LoadShardBlock: 98.718 (3)
  PetaboxLoader3.datanode: 113.367 (4)
  PetaboxLoader3.resolve: 63.87 (2)
  load_resource: 101.438
*/