/*--------------------------------------------------------------
1.0 Helpers
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Lato';
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* bourbon - neat - presets */
/* breakpoints */
/* 	#Mobile (Portrait) < 479  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767  */
/* #Tablet Min / Max (Portrait)  < 768 */
/* #Tablet Landscape: 768 - 959	 */
/* #Desktop:960 - 1239 */
/* #Wide Screen: > 1240	 */
/* nav */
/* header */
/* Color Themes - Variables */
/* http://codepen.io/liquidbook/pen/BLYqJG */
/* Mixins */
.flex-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .flex-align-item {
    max-width: 80%; }
    .flex-align-item__top {
      align-self: flex-start; }
    .flex-align-item__bottom {
      align-self: flex-end; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
body {
  font: 1em "Lato";
  line-height: 1.618em; }

html, body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

a, p a {
  text-decoration: none;
  cursor: pointer; }

a img {
  border: none; }

ul, ol {
  list-style: none;
  margin: 0; }

ol {
  list-style: decimal; }

/* General selector Modifiers */
.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.block-left {
  float: left; }

.block-right {
  float: right; }

/* headers */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/* images */
/* #Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none; }

h1 {
  margin-bottom: 15px; }

h2 {
  margin-bottom: 15px; }

h3 {
  margin-bottom: 15px; }

h4 {
  margin-bottom: 15px; }

h5 {
  margin-bottom: 15px; }

h6 {
  margin-bottom: 15px; }

h1, h2, h3, h4 {
  line-height: 1.25em; }

p {
  margin: 0 0 15px 0; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

big, .big {
  font-size: 110%;
  line-height: 180%; }

dt {
  font-weight: bold; }

/* #Links */
a, a:visited, a:focus {
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

a {
  color: #929A44; }

label, legend {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

#comments textarea {
  background-color: #fff;
  color: #626262;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02); }

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
  color: #626262;
  background-color: white;
  border-color: #EBEBEB;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02); }

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  padding: 10px;
  outline: none;
  margin: 0;
  width: 230px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none; }

/* Table */
table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse !important;
  border-spacing: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

table th, table td {
  padding: 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle; }

table th {
  font-weight: bold;
  background: url(./images/bg_panel.png) repeat-x left top; }

table th.clear {
  border: 0;
  background: none; }

table tr:first-child td {
  background: url(./images/box_shadow.png) repeat-x left top; }

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01); }

/* Animation */
table tr:hover td {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

table tr:hover td {
  background: #2BA0D6; }

table tr:hover td, table:not(.shop_table) tr:hover td a {
  color: #fff; }

/*
	.no-table-hover table tr:hover td { background: none; color: inherit;}
	.no-table-hover table tr:first-child td { background:none;}
*/
/* Borders */
dl > dt, dl > dd, table th, table td, #comments textarea, .author .avatar {
  border-color: rgba(0, 0, 0, 0.08); }

/* lists */
dl {
  margin: 0 0 30px 0; }

dl > dt, dl > dd {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 10px 0;
  margin: 0; }

dl > dt {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold; }

dl > dd {
  margin-left: 110px; }

dl > dd:after {
  content: "";
  clear: both;
  display: block; }

/* Code Hightlighter */
code, pre {
  font-family: monospace !important;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  white-space: nowrap;
  margin: 0 2px;
  color: #2991d6; }

pre {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* W3C */
  background-size: 42px 42px;
  padding: 21px 15px 20px;
  margin: 15px 0;
  display: block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  line-height: 21px !important; }

code p, pre p {
  margin-bottom: 0 !important; }

.gform_wrapper .gform_body ul, .single-places #primary article .bxslider, .single-places #primary footer .places_related_listing .related-listing.grid article ul, .single-places #secondary .widget.places_detail-contact ul, .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description ul, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .home #primary section.liquidplaces-listing.list article .place-content .post-description ul, .home #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .tag #primary section.liquidplaces-listing.list article .place-content .post-description ul, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .search #primary section.liquidplaces-listing.list article .place-content .post-description ul, .search #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .page #primary section.liquidplaces-listing.list article .place-content .post-description ul, .page #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-place_tags #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-place_tags #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-placestypes #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-placestypes #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .post-type-archive-places #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .post-type-archive-places #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .home #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .home #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .tag #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .tag #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .search #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .search #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .page #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .page #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-place_tags #primary.list article .post-description ul, .tax-placestypes #primary.list article .post-description ul, .post-type-archive-places #primary.list article .post-description ul, .home #primary.list article .post-description ul, .tag #primary.list article .post-description ul, .search #primary.list article .post-description ul, .tax-place_tags #primary.grid article .post-description ul, .tax-placestypes #primary.grid article .post-description ul, .post-type-archive-places #primary.grid article .post-description ul, .home #primary.grid article .post-description ul, .tag #primary.grid article .post-description ul, .search #primary.grid article .post-description ul {
  margin: 0 0 15px 0; }
  .gform_wrapper .gform_body ul > li:before, .single-places #primary article .bxslider > li:before, .single-places #primary footer .places_related_listing .related-listing.grid article ul > li:before, .single-places #secondary .widget.places_detail-contact ul > li:before, .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul > li:before, .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .home #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .home #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .tag #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .search #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .search #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .page #primary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .page #secondary section.liquidplaces-listing.list article .place-content .post-description ul > li:before, .tax-place_tags #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .tax-place_tags #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .tax-placestypes #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .tax-placestypes #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .post-type-archive-places #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .post-type-archive-places #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .home #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .home #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .tag #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .tag #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .search #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .search #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .page #primary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .page #secondary section.liquidplaces-listing.grid article .place-content .post-description ul > li:before, .tax-place_tags #primary.list article .post-description ul > li:before, .tax-placestypes #primary.list article .post-description ul > li:before, .post-type-archive-places #primary.list article .post-description ul > li:before, .home #primary.list article .post-description ul > li:before, .tag #primary.list article .post-description ul > li:before, .search #primary.list article .post-description ul > li:before, .tax-place_tags #primary.grid article .post-description ul > li:before, .tax-placestypes #primary.grid article .post-description ul > li:before, .post-type-archive-places #primary.grid article .post-description ul > li:before, .home #primary.grid article .post-description ul > li:before, .tag #primary.grid article .post-description ul > li:before, .search #primary.grid article .post-description ul > li:before {
    content: none;
    color: inherit;
    padding: 0; }

#comments ol {
  list-style: none; }

#comments .comment-list > li .comment-body {
  position: relative;
  background: rgba(213, 213, 213, 0.11);
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  margin-left: 105px; }

#comments .comment-list > li .photo {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  left: -105px;
  top: 0px;
  border-width: 8px;
  border-style: solid;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#comments .comment-list > li .photo {
  border-color: #f8f8f8; }

#comments .comment-list > li p {
  margin: 4px 0 10px; }

#respond .comment-form-comment textarea {
  width: 100%;
  margin-bottom: 10px; }

.author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  border-width: 8px;
  border-style: solid;
  display: block;
  line-height: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* widget icon text align*/
.widget-icon-text {
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 1.25em; }

ul.widget-list-no-bullet > li:before {
  content: none !important; }

/* Themes Buttons */
.btn {
  display: inline-block;
  margin: 1rem;
  padding: 8px 12px;
  border: 0px solid;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #929A44;
  cursor: pointer;
  text-decoration: none; }
  .btn:hover, .btn:active {
    text-decoration: none;
    background-color: #4f5325;
    color: white; }
  .btn:hover i {
    color: #fff; }
  .btn.reverse:hover i {
    color: #fff; }

.btn-ms {
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #929A44;
  cursor: pointer;
  background-color: #f4f5e8;
  text-decoration: none; }
  .btn-ms:hover, .btn-ms:active {
    text-decoration: none;
    background-color: black;
    color: #929A44; }
  .btn-ms:hover i {
    color: #fff; }
  .btn-ms.reverse:hover i {
    color: #fff; }
  .btn-ms.oakland {
    background-color: #aeb65b; }
    .btn-ms.oakland.active {
      background-color: #929A44; }

.red {
  border-color: #9e3228;
  background-color: #9e3228;
  color: white; }
  .red:hover {
    background-color: #862a22;
    color: white; }
  .red:active {
    background-color: #4d1813; }
  .red i {
    color: rgba(255, 255, 255, 0.8); }

.chinatown {
  border-color: #9e3228;
  background-color: #9e3228;
  color: white; }
  .chinatown:hover {
    background-color: #862a22;
    color: white; }
  .chinatown:active {
    background-color: #4d1813; }
  .chinatown i {
    color: rgba(255, 255, 255, 0.9); }

.blue {
  border-color: #2BA0D6;
  background-color: #2BA0D6;
  color: white; }
  .blue:hover {
    background-color: #258dbe;
    color: white; }
  .blue:active {
    background-color: #196182; }
  .blue i {
    color: rgba(255, 255, 255, 0.8); }

.green {
  border-color: #929A44;
  background-color: #929A44;
  color: white; }
  .green:hover {
    background-color: #7e853b;
    color: white; }
  .green:active {
    background-color: #4f5325; }
  .green i {
    color: rgba(255, 255, 255, 0.8); }

.oakland {
  border-color: #929A44;
  background-color: #929A44;
  color: white; }
  .oakland:hover {
    background-color: #7e853b;
    color: white; }
  .oakland:active {
    background-color: #4f5325; }
  .oakland i {
    color: rgba(255, 255, 255, 0.8); }

.gold {
  border-color: #F28B20;
  background-color: #F28B20;
  color: white; }
  .gold:hover {
    background-color: #e67c0d;
    color: white; }
  .gold:active {
    background-color: #a35709; }
  .gold i {
    color: rgba(255, 255, 255, 0.8); }

.pink {
  border-color: #AF3C8D;
  background-color: #AF3C8D;
  color: white; }
  .pink:hover {
    background-color: #98347b;
    color: white; }
  .pink:active {
    background-color: #632250; }
  .pink i {
    color: rgba(255, 255, 255, 0.8); }

.grey {
  border-color: #808080;
  background-color: #808080;
  color: white; }
  .grey:hover {
    background-color: #717171;
    color: white; }
  .grey:active {
    background-color: #4d4d4d; }
  .grey i {
    color: rgba(255, 255, 255, 0.8); }

.grey2 {
  border-color: #e1e1e1;
  background-color: #e1e1e1;
  color: white; }
  .grey2:hover {
    background-color: #d2d2d2;
    color: white; }
  .grey2:active {
    background-color: #aeaeae; }
  .grey2 i {
    color: white; }

.white {
  border-color: #fff;
  background-color: #fff;
  color: white; }
  .white:hover {
    background-color: #7e853b;
    border-color: #7e853b;
    color: white; }
  .white:active {
    background-color: #4f5325;
    border-color: #6a7031; }
  .white i {
    color: rgba(255, 255, 255, 0.8); }

.blue.reverse, a.blue.reverse {
  border-color: #2BA0D6;
  background-color: #2BA0D6;
  color: white; }
  .blue.reverse:hover, a.blue.reverse:hover {
    background-color: #258dbe;
    border-color: #258dbe;
    color: white; }
  .blue.reverse:active, a.blue.reverse:active {
    background-color: #196182;
    border-color: #207aa4; }
  .blue.reverse i, a.blue.reverse i {
    color: #fff; }

.green.reverse, a.green.reverse {
  border-color: #929A44;
  background-color: #929A44;
  color: white; }
  .green.reverse:hover, a.green.reverse:hover {
    background-color: #7e853b;
    border-color: #7e853b;
    color: white; }
  .green.reverse:active, a.green.reverse:active {
    background-color: #4f5325;
    border-color: #6a7031; }
  .green.reverse i, a.green.reverse i {
    color: #fff; }

.gold.reverse, a.gold.reverse {
  border-color: #F28B20;
  background-color: #F28B20;
  color: white; }
  .gold.reverse:hover, a.gold.reverse:hover {
    background-color: #e67c0d;
    border-color: #e67c0d;
    color: white; }
  .gold.reverse:active, a.gold.reverse:active {
    background-color: #a35709;
    border-color: #c96c0c; }
  .gold.reverse i, a.gold.reverse i {
    color: #fff; }

.red.reverse, a.red.reverse {
  border-color: #9E3228;
  background-color: #9E3228;
  color: white; }
  .red.reverse:hover, a.red.reverse:hover {
    background-color: #862a22;
    border-color: #862a22;
    color: white; }
  .red.reverse:active, a.red.reverse:active {
    background-color: #4d1813;
    border-color: #6d231c; }
  .red.reverse i, a.red.reverse i {
    color: #fff; }

.btn span {
  color: rgba(255, 255, 255, 0.8); }
  .btn span:hover, .btn span:focus, .btn span:active {
    color: #fff; }

.btn.reverse span {
  color: #fff; }

.btn-wrapper.center {
  text-align: center; }

.btn-wrapper.right {
  text-align: right; }

.btn-wrapper.left {
  text-align: left; }

/* colors */
.liquidplaces-icon-blue {
  color: #87a0e7; }

/*  product icons  */
.liquidplaces-products .product-features .feature i {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../svgs/products-icons.svg) no-repeat 0 0;
  background-size: 200px 400px; }

.liquidplaces-green {
  color: #929A44; }

.liquidplaces-red {
  color: #9E3228; }

.liquidplaces-grey-light {
  color: #808080; }

.liquidplaces-grey-dark {
  color: #545454; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
.configure:hover, .configure:focus {
  background: #e9e9e9; }

.configure .c-inner {
  display: flex;
  max-width: 585px;
  margin: 0 0 0 auto;
  padding: 40px 25px;
  align-items: center;
  cursor: pointer; }

.configure-left .img-wrap {
  width: 25%; }
  .configure-left .img-wrap img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    width: auto; }

.configure-left .configure-arrow button {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../svgs/submenu-arrow.svg") no-repeat center center;
  background-size: 40px 40px;
  padding: 0;
  margin: 0; }

.configure-left .configure-intro {
  padding: 0 10px 0 40px; }
  .configure-left .configure-intro:not(.active) .config-arrow button {
    filter: grayscale(1); }
  .configure-left .configure-intro .wpb_wrapper {
    padding: 50px;
    max-width: 585px;
    margin: 0 auto 0 0; }

.configure-left .tab-title {
  font-size: 24px; }

.configure-left .wpb_content_element {
  margin-bottom: 0px; }

.configure-left:not(.active) {
  background-color: #f0f0f0; }

.configure-left .active {
  background-color: #fafafa; }

.configure .configure-right, .configure .configure-left {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent; }

.configure .configure-right .configure-info {
  padding: 50px;
  max-width: 585px;
  margin: 0 auto 0 0; }
  .configure .configure-right .configure-info:not(.active) {
    display: none; }

@media screen and (max-width: 1239px) {
  .configure-left .vc_column-inner > .wpb_wrapper {
    padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .configure .configure-right .configure-info {
    display: block !important; }
    .configure .configure-right .configure-info:not(.active) {
      display: block !important; } }

#places_list-googlemap-container .acf-map, #places_list-googlemap-container #places_banner_map {
  width: 100%;
  height: 480px;
  border: #ddd solid 1px;
  margin: 0; }

.places_detail-map .acf-map, .places_detail-map #places_banner_map {
  height: 380px; }

#places_list-googlemap-container .gm-style-iw h4 {
  max-width: 200px;
  margin: 10px 0 6px; }

#places_list-googlemap-container .gm-style-iw p {
  max-width: 200px;
  margin: 10px 0 6px; }

/* fixes potential theme css conflict */
.acf-map img, #places_banner_map img {
  max-width: inherit !important; }

/* Themes Buttons */
.btn {
  display: inline-block;
  margin: 1rem;
  padding: 6px 10px;
  border: 0px solid;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #929A44;
  cursor: pointer;
  text-decoration: none; }
  .btn:hover, .btn:active {
    text-decoration: none;
    background-color: #4f5325;
    color: white; }
  .btn:hover i {
    color: #fff; }
  .btn.reverse:hover i {
    color: #fff; }

.btn-ms {
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #929A44;
  cursor: pointer;
  background-color: #f4f5e8;
  text-decoration: none; }
  .btn-ms:hover, .btn-ms:active {
    text-decoration: none;
    background-color: black;
    color: #929A44; }
  .btn-ms:hover i {
    color: #fff; }
  .btn-ms.reverse:hover i {
    color: #fff; }
  .btn-ms.oakland {
    background-color: #EBEBEB;
    color: #848484;
    border-color: rgba(132, 132, 132, 0.5); }
    .btn-ms.oakland.active {
      background-color: #9e9e9e;
      color: #fff; }
      .btn-ms.oakland.active i {
        color: #fff; }
    .btn-ms.oakland:hover {
      color: #fff; }
      .btn-ms.oakland:hover i {
        color: #fff; }
    .btn-ms.oakland i {
      color: #848484; }

.red {
  border-color: #9e3228;
  background-color: #9e3228;
  color: white; }
  .red:hover {
    background-color: #862a22;
    color: white; }
  .red:active {
    background-color: #4d1813; }
  .red i {
    color: rgba(255, 255, 255, 0.8); }

.chinatown {
  border-color: #9e3228;
  background-color: #9e3228;
  color: white; }
  .chinatown:hover {
    background-color: #862a22;
    color: white; }
  .chinatown:active {
    background-color: #4d1813; }
  .chinatown i {
    color: rgba(255, 255, 255, 0.9); }

.blue {
  border-color: #2BA0D6;
  background-color: #2BA0D6;
  color: white; }
  .blue:hover {
    background-color: #258dbe;
    color: white; }
  .blue:active {
    background-color: #196182; }
  .blue i {
    color: rgba(255, 255, 255, 0.8); }

.green {
  border-color: #929A44;
  background-color: #929A44;
  color: white; }
  .green:hover {
    background-color: #7e853b;
    color: white; }
  .green:active {
    background-color: #4f5325; }
  .green i {
    color: rgba(255, 255, 255, 0.8); }

.oakland {
  border-color: #929A44;
  background-color: #929A44;
  color: white; }
  .oakland:hover {
    background-color: #7e853b;
    color: white; }
  .oakland:active {
    background-color: #4f5325; }
  .oakland i {
    color: rgba(255, 255, 255, 0.8); }

.gold {
  border-color: #F28B20;
  background-color: #F28B20;
  color: white; }
  .gold:hover {
    background-color: #e67c0d;
    color: white; }
  .gold:active {
    background-color: #a35709; }
  .gold i {
    color: rgba(255, 255, 255, 0.8); }

.pink {
  border-color: #AF3C8D;
  background-color: #AF3C8D;
  color: white; }
  .pink:hover {
    background-color: #98347b;
    color: white; }
  .pink:active {
    background-color: #632250; }
  .pink i {
    color: rgba(255, 255, 255, 0.8); }

.grey {
  border-color: #808080;
  background-color: #808080;
  color: white; }
  .grey:hover {
    background-color: #717171;
    color: white; }
  .grey:active {
    background-color: #4d4d4d; }
  .grey i {
    color: rgba(255, 255, 255, 0.8); }

.grey2 {
  border-color: #e1e1e1;
  background-color: #e1e1e1;
  color: white; }
  .grey2:hover {
    background-color: #d2d2d2;
    color: white; }
  .grey2:active {
    background-color: #aeaeae; }
  .grey2 i {
    color: white; }

.white {
  border-color: #fff;
  background-color: #fff;
  color: white; }
  .white:hover {
    background-color: #7e853b;
    border-color: #7e853b;
    color: white; }
  .white:active {
    background-color: #4f5325;
    border-color: #6a7031; }
  .white i {
    color: rgba(255, 255, 255, 0.8); }

.blue.reverse, a.blue.reverse {
  border-color: #2BA0D6;
  background-color: #2BA0D6;
  color: white; }
  .blue.reverse:hover, a.blue.reverse:hover {
    background-color: #258dbe;
    border-color: #258dbe;
    color: white; }
  .blue.reverse:active, a.blue.reverse:active {
    background-color: #196182;
    border-color: #207aa4; }
  .blue.reverse i, a.blue.reverse i {
    color: #fff; }

.green.reverse, a.green.reverse {
  border-color: #929A44;
  background-color: #929A44;
  color: white; }
  .green.reverse:hover, a.green.reverse:hover {
    background-color: #7e853b;
    border-color: #7e853b;
    color: white; }
  .green.reverse:active, a.green.reverse:active {
    background-color: #4f5325;
    border-color: #6a7031; }
  .green.reverse i, a.green.reverse i {
    color: #fff; }

.gold.reverse, a.gold.reverse {
  border-color: #F28B20;
  background-color: #F28B20;
  color: white; }
  .gold.reverse:hover, a.gold.reverse:hover {
    background-color: #e67c0d;
    border-color: #e67c0d;
    color: white; }
  .gold.reverse:active, a.gold.reverse:active {
    background-color: #a35709;
    border-color: #c96c0c; }
  .gold.reverse i, a.gold.reverse i {
    color: #fff; }

.red.reverse, a.red.reverse {
  border-color: #9E3228;
  background-color: #9E3228;
  color: white; }
  .red.reverse:hover, a.red.reverse:hover {
    background-color: #862a22;
    border-color: #862a22;
    color: white; }
  .red.reverse:active, a.red.reverse:active {
    background-color: #4d1813;
    border-color: #6d231c; }
  .red.reverse i, a.red.reverse i {
    color: #fff; }

.btn span {
  color: rgba(255, 255, 255, 0.8); }
  .btn span:hover, .btn span:focus, .btn span:active {
    color: #fff; }

.btn.reverse span {
  color: #fff; }

.btn-wrapper.center {
  text-align: center; }

.btn-wrapper.right {
  text-align: right; }

.btn-wrapper.left {
  text-align: left; }

.places_map_control-wrapper {
  margin-bottom: 12px; }
  .places_map_control-wrapper .inline {
    display: inline; }
  .places_map_control-wrapper select.btn-ms {
    font-size: 20px;
    text-transform: capitalize;
    height: inherit;
    margin: 0;
    font-weight: 400; }
  .places_map_control-wrapper #orderby {
    width: 120px; }
  .places_map_control-wrapper #postperpage {
    width: 100px; }

#places-btn-update {
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize; }
  #places-btn-update.ready {
    background-color: #ff7a00;
    color: white; }
    #places-btn-update.ready:hover, #places-btn-update.ready:active {
      color: white; }
    #places-btn-update.ready i {
      color: white; }

/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.3 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.4 Navigation
--------------------------------------------------------------*/
.top-navigation {
  float: right; }
  .top-navigation .top-menu > li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial; }
    .top-navigation .top-menu > li a {
      color: white;
      display: block;
      padding: 8px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none;
      text-transform: uppercase; }
      .top-navigation .top-menu > li a span {
        display: block;
        line-height: 20px;
        padding: 0 12px;
        white-space: nowrap; }
      .top-navigation .top-menu > li a:hover {
        color: #bfc67e; }
    .top-navigation .top-menu > li:last-child a span {
      padding: 0 0 0 20px; }
    .top-navigation .top-menu > li.fa {
      padding: 0 10px; }
    .top-navigation .top-menu > li[class*="fa-"]:before {
      float: left;
      padding: 10px 12px 0 0;
      color: #fff; }

/* language picker  */
.site-top-languages {
  display: block;
  position: absolute;
  height: 60px;
  z-index: 400;
  top: 36px;
  right: 0;
  padding: 0;
  margin: 0; }
  .site-top-languages #top-languages {
    float: right;
    display: block; }
  .site-top-languages #menu-languages {
    padding: 20px;
    background-color: #ddd;
    display: block;
    min-height: 60px; }
    .site-top-languages #menu-languages > li {
      float: left;
      padding: 0 12px; }
      .site-top-languages #menu-languages > li a {
        background-color: transparent; }

/* footer legal */
.footer-legal-menu-container {
  float: right; }
  .footer-legal-menu-container .footer-legal-menu > li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial;
    /*
        &:last-child a span {
			        padding: 0 0 0 20px;

        }
*/ }
    .footer-legal-menu-container .footer-legal-menu > li a {
      color: #D5D5D5;
      display: block;
      padding: 8px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none; }
      .footer-legal-menu-container .footer-legal-menu > li a span {
        display: block;
        line-height: 20px;
        padding: 0 6px;
        white-space: nowrap; }
      .footer-legal-menu-container .footer-legal-menu > li a:hover {
        color: #bfc67e; }

@media screen and (min-width: 960px) {
  .site-main-header.sticky {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    position: fixed;
    top: 0;
    z-index: 200;
    border-bottom: solid 1px #ddd; }
  .admin-bar .site-main-header.sticky {
    position: fixed;
    top: 25px;
    z-index: 200; } }

#site-navigation .primary-menu {
  display: block;
  min-width: 200px;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 960px) {
  /* Desktop Menu Style */
  #site-navigation .primary-menu li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial; }
    #site-navigation .primary-menu li:last-child > a span {
      border: 0; }
    #site-navigation .primary-menu li.no-label > a span {
      color: transparent !important; }
    #site-navigation .primary-menu li a {
      color: #777;
      display: block;
      padding: 15px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none; }
      #site-navigation .primary-menu li a:hover {
        color: #44affe; }
      #site-navigation .primary-menu li a span {
        display: block;
        line-height: 60px;
        padding: 0 16px;
        white-space: nowrap; }
    #site-navigation .primary-menu li:hover > ul {
      display: block; }
    #site-navigation .primary-menu li:first-child a span {
      padding: 0 14px 0 0; }
  #site-navigation .primary-menu > li > a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 15px 0;
    position: relative; }
    #site-navigation .primary-menu > li > a span {
      display: block;
      line-height: 60px;
      padding: 0 14px;
      white-space: nowrap; }
  #site-navigation {
    float: left; }
  #site-navigation .primary-menu li:hover > ul {
    display: block; }
  #site-navigation .primary-menu ul li:hover > ul {
    display: block;
    /*
	    -moz-animation: fadeInLeft .3s ease-in ;
	    -webkit-animation: fadeInLeft .3s ease-in ;
	    animation:fadeInLeft .3s ease-in ;
*/ }
  #site-navigation .primary-menu ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 0 0;
    margin: 0px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: left top;
    display: none;
    z-index: 300;
    /* 	Dropdown shadow */
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    font-size: 18px; }
    #site-navigation .primary-menu ul.sub-menu ul.sub-menu {
      display: block; }
    #site-navigation .primary-menu ul.sub-menu ul {
      left: 100%;
      top: 0px; }
    #site-navigation .primary-menu ul.sub-menu li {
      padding: 0px;
      margin: 0px;
      display: block;
      float: none;
      text-transform: none; }
      #site-navigation .primary-menu ul.sub-menu li:last-child {
        border: none; }
      #site-navigation .primary-menu ul.sub-menu li a {
        display: block;
        padding: 4px 0px;
        margin: 0px 0px;
        display: block; }
        #site-navigation .primary-menu ul.sub-menu li a span {
          display: block;
          line-height: 30px;
          padding: 0 24px 0 10px;
          white-space: normal;
          line-height: 1.25em; }
  #site-navigation .primary-menu > li.menu-item-has-children > ul.sub-menu {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    padding-bottom: 20px; }
    #site-navigation .primary-menu > li.menu-item-has-children > ul.sub-menu::after {
      content: '';
      position: absolute;
      border-bottom: 10px solid #ffffff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      left: 50%;
      margin-left: -10px;
      height: 0;
      width: 0;
      top: -10px; }
  #site-navigation .primary-menu > li.menu-item-has-children.menu-left > ul.sub-menu {
    left: 10%;
    transform: translateX(-90%); }
  #site-navigation .primary-menu > li.menu-item-has-children.menu-right > ul.sub-menu {
    right: 10%;
    left: inherit;
    transform: translateX(90%); }
  .menu-food {
    background-image: url("https://shopoaklandnow.org/wp-content/uploads/2017/04/food_drink_icon-100x100.png");
    background-size: 50px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    background-origin: content-box; }
  .menu-services {
    background-image: url("https://shopoaklandnow.org/wp-content/uploads/2017/04/services_icon-100x100.png");
    background-size: 50px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    background-origin: content-box; }
  .menu-shopping {
    background-image: url("https://shopoaklandnow.org/wp-content/uploads/2017/04/shopping_icon-100x100.png");
    background-size: 50px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    background-origin: content-box; }
  .menu-grocery {
    background-image: url("https://shopoaklandnow.org/wp-content/uploads/2017/04/grocery_icon-100x100.png");
    background-size: 50px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    background-origin: content-box; }
  .menu-arts {
    background-image: url("https://shopoaklandnow.org/wp-content/uploads/2017/04/arts_culture_icon-100x100.png");
    background-size: 50px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    background-origin: content-box; }
  .menu-health {
    background-image: url("https://shopoaklandnow.org/wp-content/uploads/2017/04/health_icon-100x100.png");
    background-size: 50px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    background-origin: content-box; }
  #site-navigation .primary-menu > li.menu-right > ul.sub-menu {
    left: inherit;
    right: 0; }
  /* Add arrows uncomment for arrows */
  #site-navigation ul.sub-menu li.menu-item-has-children {
    /*
		&:after{
			font-family: 'Fontawesome';
			content:"\f0da";
			color:#999;
			position: absolute;
			right: 5px;
			top:6px;
			margin-left: 5px;
		}
		ul li.menu-item-has-children:after{
			font-family: 'Fontawesome';
			content: "\f0da";
			color:#999;
			position: absolute;
			right: 10px;
			top:0px;
			margin-left: 5px;
		}
*/ } }

@media screen and (min-width: 1240px) {
  #site-navigation .primary-menu li:first-child a span {
    padding: 0 20px 0 0; }
  #site-navigation .primary-menu > li > a span {
    padding: 0 20px; } }

/* menu buttons  */
.site-mainmenu-extra-btn {
  float: left; }
  .site-mainmenu-extra-btn a.lb_search_menu_btn {
    color: #5a5b5d;
    float: left;
    padding: 15px 12px;
    line-height: 60px;
    position: relative; }
  .site-mainmenu-extra-btn .lb_cta_menu_btn {
    padding: 10px 0;
    display: inline-block; }
    .site-mainmenu-extra-btn .lb_cta_menu_btn .btn {
      padding: .2em 1.2em; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-2 > .sub-menu {
  width: 454px; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-3 > .sub-menu {
  width: 674px; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-4 > .sub-menu {
  width: 880px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li {
  width: 215px;
  float: left; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.menu-item-object-mega_menu {
    padding: 16px; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header {
    padding-top: 10px;
    padding-left: 10px; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header > a span {
      font-weight: 700;
      color: #929A44; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header-plain {
    padding-top: 20px;
    padding-left: 20px; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header-plain > a span {
      font-weight: inherit;
      color: #929A44; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header-plain > a:hover span {
      color: #929A44; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li > .sub-menu {
    position: relative;
    left: initial;
    top: initial;
    border: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li > .sub-menu li {
      border: none; }

#site-navigation .primary-menu .mega-menu .menu-item-object-mega_menu {
  background-color: #f2f2f2; }

#site-navigation .primary-menu .mega-menu-contents {
  font-size: 14px;
  line-height: 1.5em; }
  #site-navigation .primary-menu .mega-menu-contents h1, #site-navigation .primary-menu .mega-menu-contents h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-weight: 700; }
  #site-navigation .primary-menu .mega-menu-contents img {
    width: 100%;
    height: auto; }

.iamok {
  color: white; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-10 {
  padding-bottom: 10px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-20 {
  padding-bottom: 20px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-30 {
  padding-bottom: 30px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-40 {
  padding-bottom: 40px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-50 {
  padding-bottom: 50px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-60 {
  padding-bottom: 60px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-70 {
  padding-bottom: 70px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-80 {
  padding-bottom: 80px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-90 {
  padding-bottom: 90px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-100 {
  padding-bottom: 100px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-110 {
  padding-bottom: 110px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-120 {
  padding-bottom: 120px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-130 {
  padding-bottom: 130px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-140 {
  padding-bottom: 140px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-150 {
  padding-bottom: 150px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-160 {
  padding-bottom: 160px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-170 {
  padding-bottom: 170px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-180 {
  padding-bottom: 180px; }

#site-navigation .primary-menu ul.sub-menu .column-bottom-190 {
  padding-bottom: 190px; }

@media screen and (max-width: 959px) {
  .site-main-header {
    display: none; }
  .site-top {
    display: none; } }

@media screen and (min-width: 960px) {
  .slicknav_menu {
    display: none; } }

/*--------------------------------------------------------------
5.5 Content
--------------------------------------------------------------*/
.site-content nav.breadcrumb {
  padding: 12px 0 24px; }

.site-content .entry-footer {
  position: relative; }
  .site-content .entry-footer .edit-link {
    position: absolute;
    top: -48px;
    right: 0;
    position: absolute;
    padding: 2px 4px;
    background-color: #929A44;
    border-color: #4f5325;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    opacity: .4;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
    .site-content .entry-footer .edit-link:hover {
      padding: 6px 12px;
      opacity: 1; }
      .site-content .entry-footer .edit-link:hover a {
        color: #000; }
    .site-content .entry-footer .edit-link a {
      color: #000; }

.entry-content .breadcrumb {
  color: #808080; }
  .entry-content .breadcrumb a {
    color: #808080; }
    .entry-content .breadcrumb a:hover {
      color: #929A44; }

/* responsive - footer */
/*--------------------------------------------------------------
5.5.1 Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.5.1 Places
--------------------------------------------------------------*/
/* places column width*/
.sidebar_right.aside_25 .site-content #primary {
  width: calc(71% - 35px);
  float: left;
  margin-left: 20px; }

.sidebar_right.aside_25 .site-content #secondary {
  width: calc(29% - 45px);
  float: left;
  margin-left: 40px; }

/* single places*/
.single-places .site-content {
  background-image: url("../images/ms-grey-background.png");
  background-repeat: repeat-x;
  background-position: center top; }
  .single-places .site-content nav.breadcrumb {
    padding: 25px 0 0;
    margin-left: 20px; }

.single-places #primary .site-main {
  padding-top: 0; }

.single-places #primary .post-thumbnail {
  padding-bottom: 26px; }
  .single-places #primary .post-thumbnail img {
    width: 100%; }

.single-places #primary article {
  display: inline-block;
  width: 100%; }
  .single-places #primary article .entry-title, .single-places #primary article .place-title {
    border-top: solid 4px #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 19px; }
  .single-places #primary article .place-detail-tags {
    text-transform: capitalize; }

.single-places #primary .places-detail-video-wrapper {
  padding: 20px 0; }

.single-places #primary footer .places_next_previous_navigation {
  padding-top: 14px;
  border-top: solid 4px #ddd;
  border-bottom: solid 4px #ddd;
  margin: 20px 0;
  min-height: 60px; }
  .single-places #primary footer .places_next_previous_navigation a {
    font-weight: 700;
    font-size: 17px;
    color: #797979; }
    .single-places #primary footer .places_next_previous_navigation a:hover {
      color: #929A44; }

.single-places #primary footer .places-previous-link, .single-places #primary footer .places-next-link {
  font-weight: 700;
  font-size: 17px;
  color: #797979; }

.single-places #primary footer .places-previous-link {
  float: left; }

.single-places #primary footer .places-next-link {
  float: right; }

.single-places #primary footer .places_related_listing .section-title {
  font-weight: 700;
  font-size: 26px;
  color: #252525; }

.single-places #primary footer .places_related_listing .related-listing.grid article {
  font-size: 15px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .single-places #primary footer .places_related_listing .related-listing.grid article:last-child {
    margin-right: 0; }
  .single-places #primary footer .places_related_listing .related-listing.grid article:nth-child(3n) {
    margin-right: 0; }
  .single-places #primary footer .places_related_listing .related-listing.grid article ul {
    margin: 0 0 15px 0; }
  .single-places #primary footer .places_related_listing .related-listing.grid article .article-title {
    font-weight: 700;
    font-size: 18px; }
  .single-places #primary footer .places_related_listing .related-listing.grid article p {
    display: inline; }
  .single-places #primary footer .places_related_listing .related-listing.grid article i {
    margin-right: 4px; }

.single-places #secondary .sidebar-inner {
  padding-top: 0; }

.single-places #secondary .widget.places_detail-contact .business-details.mobile {
  display: none; }

.single-places #secondary .widget.places_detail-contact ul i {
  margin-right: 6px;
  padding-top: 6px; }

.single-places #secondary .widget.places_detail-contact ul p {
  display: inline-table;
  margin-bottom: 0; }

.single-places #secondary .widget.places_detail-contact .places_details-address {
  display: inline-flex; }

.single-places #secondary .widget.places_detail-contact .places_details-time {
  display: inline-flex; }

/* archive list places */
.tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner {
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ddd; }
  .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-thumbnail-wrapper {
    width: 23%;
    margin-right: 20px; }
  .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description {
    width: 75%; }
    .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .entry-title, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description .place-title {
      margin-top: 0;
      margin-bottom: 0; }
    .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description p {
      display: inline-table;
      margin-bottom: 0;
      margin-top: 6px; }
    .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description i {
      margin-right: 4px;
      margin-top: 3px; }
    .tax-place_tags #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-place_tags #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-placestypes #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tax-placestypes #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .post-type-archive-places #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .post-type-archive-places #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .home #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .home #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tag #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .tag #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .search #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .search #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .page #primary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul, .page #secondary .liquidplaces-recent-places .liquidplaces-recent-places-inner .post-description ul {
      margin-bottom: 0; }

.tax-place_tags #primary section.liquidplaces-listing.list, .tax-place_tags #secondary section.liquidplaces-listing.list, .tax-placestypes #primary section.liquidplaces-listing.list, .tax-placestypes #secondary section.liquidplaces-listing.list, .post-type-archive-places #primary section.liquidplaces-listing.list, .post-type-archive-places #secondary section.liquidplaces-listing.list, .home #primary section.liquidplaces-listing.list, .home #secondary section.liquidplaces-listing.list, .tag #primary section.liquidplaces-listing.list, .tag #secondary section.liquidplaces-listing.list, .search #primary section.liquidplaces-listing.list, .search #secondary section.liquidplaces-listing.list, .page #primary section.liquidplaces-listing.list, .page #secondary section.liquidplaces-listing.list {
  display: flex;
  flex-flow: column; }
  .tax-place_tags #primary section.liquidplaces-listing.list article, .tax-place_tags #secondary section.liquidplaces-listing.list article, .tax-placestypes #primary section.liquidplaces-listing.list article, .tax-placestypes #secondary section.liquidplaces-listing.list article, .post-type-archive-places #primary section.liquidplaces-listing.list article, .post-type-archive-places #secondary section.liquidplaces-listing.list article, .home #primary section.liquidplaces-listing.list article, .home #secondary section.liquidplaces-listing.list article, .tag #primary section.liquidplaces-listing.list article, .tag #secondary section.liquidplaces-listing.list article, .search #primary section.liquidplaces-listing.list article, .search #secondary section.liquidplaces-listing.list article, .page #primary section.liquidplaces-listing.list article, .page #secondary section.liquidplaces-listing.list article {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 12px; }
    .tax-place_tags #primary section.liquidplaces-listing.list article .place-content, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content, .home #primary section.liquidplaces-listing.list article .place-content, .home #secondary section.liquidplaces-listing.list article .place-content, .tag #primary section.liquidplaces-listing.list article .place-content, .tag #secondary section.liquidplaces-listing.list article .place-content, .search #primary section.liquidplaces-listing.list article .place-content, .search #secondary section.liquidplaces-listing.list article .place-content, .page #primary section.liquidplaces-listing.list article .place-content, .page #secondary section.liquidplaces-listing.list article .place-content {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .home #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .home #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .tag #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .tag #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .search #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .search #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .page #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .page #secondary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper {
        width: 30%;
        margin-right: 20px; }
      .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description, .home #primary section.liquidplaces-listing.list article .place-content .post-description, .home #secondary section.liquidplaces-listing.list article .place-content .post-description, .tag #primary section.liquidplaces-listing.list article .place-content .post-description, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description, .search #primary section.liquidplaces-listing.list article .place-content .post-description, .search #secondary section.liquidplaces-listing.list article .place-content .post-description, .page #primary section.liquidplaces-listing.list article .place-content .post-description, .page #secondary section.liquidplaces-listing.list article .place-content .post-description {
        width: 70%; }
        .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title, .home #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .home #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .home #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .home #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title, .tag #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .tag #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title, .search #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .search #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .search #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .search #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title, .page #primary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .page #primary section.liquidplaces-listing.list article .place-content .post-description .place-title, .page #secondary section.liquidplaces-listing.list article .place-content .post-description .entry-title, .page #secondary section.liquidplaces-listing.list article .place-content .post-description .place-title {
          margin: 6px; }
        .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description p, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description p, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description p, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description p, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description p, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description p, .home #primary section.liquidplaces-listing.list article .place-content .post-description p, .home #secondary section.liquidplaces-listing.list article .place-content .post-description p, .tag #primary section.liquidplaces-listing.list article .place-content .post-description p, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description p, .search #primary section.liquidplaces-listing.list article .place-content .post-description p, .search #secondary section.liquidplaces-listing.list article .place-content .post-description p, .page #primary section.liquidplaces-listing.list article .place-content .post-description p, .page #secondary section.liquidplaces-listing.list article .place-content .post-description p {
          display: inline-table;
          margin-bottom: 0;
          margin-top: 6px; }
        .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description i, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description i, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description i, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description i, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description i, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description i, .home #primary section.liquidplaces-listing.list article .place-content .post-description i, .home #secondary section.liquidplaces-listing.list article .place-content .post-description i, .tag #primary section.liquidplaces-listing.list article .place-content .post-description i, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description i, .search #primary section.liquidplaces-listing.list article .place-content .post-description i, .search #secondary section.liquidplaces-listing.list article .place-content .post-description i, .page #primary section.liquidplaces-listing.list article .place-content .post-description i, .page #secondary section.liquidplaces-listing.list article .place-content .post-description i {
          margin-right: 4px;
          margin-top: 3px; }
        .tax-place_tags #primary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-place_tags #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-placestypes #primary section.liquidplaces-listing.list article .place-content .post-description ul, .tax-placestypes #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .post-type-archive-places #primary section.liquidplaces-listing.list article .place-content .post-description ul, .post-type-archive-places #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .home #primary section.liquidplaces-listing.list article .place-content .post-description ul, .home #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .tag #primary section.liquidplaces-listing.list article .place-content .post-description ul, .tag #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .search #primary section.liquidplaces-listing.list article .place-content .post-description ul, .search #secondary section.liquidplaces-listing.list article .place-content .post-description ul, .page #primary section.liquidplaces-listing.list article .place-content .post-description ul, .page #secondary section.liquidplaces-listing.list article .place-content .post-description ul {
          margin-bottom: 0; }

.tax-place_tags #primary section.liquidplaces-listing.grid, .tax-place_tags #secondary section.liquidplaces-listing.grid, .tax-placestypes #primary section.liquidplaces-listing.grid, .tax-placestypes #secondary section.liquidplaces-listing.grid, .post-type-archive-places #primary section.liquidplaces-listing.grid, .post-type-archive-places #secondary section.liquidplaces-listing.grid, .home #primary section.liquidplaces-listing.grid, .home #secondary section.liquidplaces-listing.grid, .tag #primary section.liquidplaces-listing.grid, .tag #secondary section.liquidplaces-listing.grid, .search #primary section.liquidplaces-listing.grid, .search #secondary section.liquidplaces-listing.grid, .page #primary section.liquidplaces-listing.grid, .page #secondary section.liquidplaces-listing.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .tax-place_tags #primary section.liquidplaces-listing.grid article, .tax-place_tags #secondary section.liquidplaces-listing.grid article, .tax-placestypes #primary section.liquidplaces-listing.grid article, .tax-placestypes #secondary section.liquidplaces-listing.grid article, .post-type-archive-places #primary section.liquidplaces-listing.grid article, .post-type-archive-places #secondary section.liquidplaces-listing.grid article, .home #primary section.liquidplaces-listing.grid article, .home #secondary section.liquidplaces-listing.grid article, .tag #primary section.liquidplaces-listing.grid article, .tag #secondary section.liquidplaces-listing.grid article, .search #primary section.liquidplaces-listing.grid article, .search #secondary section.liquidplaces-listing.grid article, .page #primary section.liquidplaces-listing.grid article, .page #secondary section.liquidplaces-listing.grid article {
    width: 31%; }
    .tax-place_tags #primary section.liquidplaces-listing.grid article .place-content .post-description i, .tax-place_tags #secondary section.liquidplaces-listing.grid article .place-content .post-description i, .tax-placestypes #primary section.liquidplaces-listing.grid article .place-content .post-description i, .tax-placestypes #secondary section.liquidplaces-listing.grid article .place-content .post-description i, .post-type-archive-places #primary section.liquidplaces-listing.grid article .place-content .post-description i, .post-type-archive-places #secondary section.liquidplaces-listing.grid article .place-content .post-description i, .home #primary section.liquidplaces-listing.grid article .place-content .post-description i, .home #secondary section.liquidplaces-listing.grid article .place-content .post-description i, .tag #primary section.liquidplaces-listing.grid article .place-content .post-description i, .tag #secondary section.liquidplaces-listing.grid article .place-content .post-description i, .search #primary section.liquidplaces-listing.grid article .place-content .post-description i, .search #secondary section.liquidplaces-listing.grid article .place-content .post-description i, .page #primary section.liquidplaces-listing.grid article .place-content .post-description i, .page #secondary section.liquidplaces-listing.grid article .place-content .post-description i {
      margin-right: 4px;
      margin-top: 3px; }
    .tax-place_tags #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-place_tags #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-placestypes #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .tax-placestypes #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .post-type-archive-places #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .post-type-archive-places #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .home #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .home #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .tag #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .tag #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .search #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .search #secondary section.liquidplaces-listing.grid article .place-content .post-description ul, .page #primary section.liquidplaces-listing.grid article .place-content .post-description ul, .page #secondary section.liquidplaces-listing.grid article .place-content .post-description ul {
      margin-bottom: 0; }

.tax-place_tags #primary.list article, .tax-placestypes #primary.list article, .post-type-archive-places #primary.list article, .home #primary.list article, .tag #primary.list article, .search #primary.list article {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%; }
  .tax-place_tags #primary.list article .place-content, .tax-placestypes #primary.list article .place-content, .post-type-archive-places #primary.list article .place-content, .home #primary.list article .place-content, .tag #primary.list article .place-content, .search #primary.list article .place-content {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    align-items: flex-start; }
  .tax-place_tags #primary.list article .post-thumbnail-wrapper, .tax-placestypes #primary.list article .post-thumbnail-wrapper, .post-type-archive-places #primary.list article .post-thumbnail-wrapper, .home #primary.list article .post-thumbnail-wrapper, .tag #primary.list article .post-thumbnail-wrapper, .search #primary.list article .post-thumbnail-wrapper {
    width: 30%;
    margin-right: 20px; }
    .tax-place_tags #primary.list article .post-thumbnail-wrapper .post-thumbnail img, .tax-placestypes #primary.list article .post-thumbnail-wrapper .post-thumbnail img, .post-type-archive-places #primary.list article .post-thumbnail-wrapper .post-thumbnail img, .home #primary.list article .post-thumbnail-wrapper .post-thumbnail img, .tag #primary.list article .post-thumbnail-wrapper .post-thumbnail img, .search #primary.list article .post-thumbnail-wrapper .post-thumbnail img {
      width: 100%; }
  .tax-place_tags #primary.list article .post-description, .tax-placestypes #primary.list article .post-description, .post-type-archive-places #primary.list article .post-description, .home #primary.list article .post-description, .tag #primary.list article .post-description, .search #primary.list article .post-description {
    width: 70%; }
    .tax-place_tags #primary.list article .post-description .entry-title, .tax-place_tags #primary.list article .post-description .place-title, .tax-placestypes #primary.list article .post-description .entry-title, .tax-placestypes #primary.list article .post-description .place-title, .post-type-archive-places #primary.list article .post-description .entry-title, .post-type-archive-places #primary.list article .post-description .place-title, .home #primary.list article .post-description .entry-title, .home #primary.list article .post-description .place-title, .tag #primary.list article .post-description .entry-title, .tag #primary.list article .post-description .place-title, .search #primary.list article .post-description .entry-title, .search #primary.list article .post-description .place-title {
      color: #929A44;
      font-weight: 700;
      line-height: 22px;
      font-size: 18px;
      margin-bottom: 6px;
      margin-top: 0; }
    .tax-place_tags #primary.list article .post-description .places-excerpt, .tax-placestypes #primary.list article .post-description .places-excerpt, .post-type-archive-places #primary.list article .post-description .places-excerpt, .home #primary.list article .post-description .places-excerpt, .tag #primary.list article .post-description .places-excerpt, .search #primary.list article .post-description .places-excerpt {
      margin-top: 6px;
      display: block; }
    .tax-place_tags #primary.list article .post-description .places_details-address, .tax-placestypes #primary.list article .post-description .places_details-address, .post-type-archive-places #primary.list article .post-description .places_details-address, .home #primary.list article .post-description .places_details-address, .tag #primary.list article .post-description .places_details-address, .search #primary.list article .post-description .places_details-address {
      display: inline-flex; }
    .tax-place_tags #primary.list article .post-description .places_details-time, .tax-placestypes #primary.list article .post-description .places_details-time, .post-type-archive-places #primary.list article .post-description .places_details-time, .home #primary.list article .post-description .places_details-time, .tag #primary.list article .post-description .places_details-time, .search #primary.list article .post-description .places_details-time {
      display: inline-flex; }
    .tax-place_tags #primary.list article .post-description p, .tax-placestypes #primary.list article .post-description p, .post-type-archive-places #primary.list article .post-description p, .home #primary.list article .post-description p, .tag #primary.list article .post-description p, .search #primary.list article .post-description p {
      display: inline-table;
      margin-bottom: 0;
      margin-top: 6px; }
    .tax-place_tags #primary.list article .post-description i, .tax-placestypes #primary.list article .post-description i, .post-type-archive-places #primary.list article .post-description i, .home #primary.list article .post-description i, .tag #primary.list article .post-description i, .search #primary.list article .post-description i {
      margin-right: 4px;
      margin-top: 3px; }
    .tax-place_tags #primary.list article .post-description ul, .tax-placestypes #primary.list article .post-description ul, .post-type-archive-places #primary.list article .post-description ul, .home #primary.list article .post-description ul, .tag #primary.list article .post-description ul, .search #primary.list article .post-description ul {
      margin-bottom: 0; }

.tax-place_tags #primary.grid section.place-listings, .tax-placestypes #primary.grid section.place-listings, .post-type-archive-places #primary.grid section.place-listings, .home #primary.grid section.place-listings, .tag #primary.grid section.place-listings, .search #primary.grid section.place-listings {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .tax-place_tags #primary.grid section.place-listings:after, .tax-placestypes #primary.grid section.place-listings:after, .post-type-archive-places #primary.grid section.place-listings:after, .home #primary.grid section.place-listings:after, .tag #primary.grid section.place-listings:after, .search #primary.grid section.place-listings:after {
    content: '';
    flex-basis: auto;
    width: 31%; }

.tax-place_tags #primary.grid article, .tax-placestypes #primary.grid article, .post-type-archive-places #primary.grid article, .home #primary.grid article, .tag #primary.grid article, .search #primary.grid article {
  width: 31%;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .tax-place_tags #primary.grid article .post-thumbnail-wrapper, .tax-placestypes #primary.grid article .post-thumbnail-wrapper, .post-type-archive-places #primary.grid article .post-thumbnail-wrapper, .home #primary.grid article .post-thumbnail-wrapper, .tag #primary.grid article .post-thumbnail-wrapper, .search #primary.grid article .post-thumbnail-wrapper {
    padding-bottom: 0; }
    .tax-place_tags #primary.grid article .post-thumbnail-wrapper .post-thumbnail, .tax-place_tags #primary.grid article .post-thumbnail-wrapper .post-thumbnail img, .tax-placestypes #primary.grid article .post-thumbnail-wrapper .post-thumbnail, .tax-placestypes #primary.grid article .post-thumbnail-wrapper .post-thumbnail img, .post-type-archive-places #primary.grid article .post-thumbnail-wrapper .post-thumbnail, .post-type-archive-places #primary.grid article .post-thumbnail-wrapper .post-thumbnail img, .home #primary.grid article .post-thumbnail-wrapper .post-thumbnail, .home #primary.grid article .post-thumbnail-wrapper .post-thumbnail img, .tag #primary.grid article .post-thumbnail-wrapper .post-thumbnail, .tag #primary.grid article .post-thumbnail-wrapper .post-thumbnail img, .search #primary.grid article .post-thumbnail-wrapper .post-thumbnail, .search #primary.grid article .post-thumbnail-wrapper .post-thumbnail img {
      width: 100%; }
  .tax-place_tags #primary.grid article .post-description, .tax-placestypes #primary.grid article .post-description, .post-type-archive-places #primary.grid article .post-description, .home #primary.grid article .post-description, .tag #primary.grid article .post-description, .search #primary.grid article .post-description {
    min-height: 120px; }
    .tax-place_tags #primary.grid article .post-description .entry-title, .tax-place_tags #primary.grid article .post-description .place-title, .tax-placestypes #primary.grid article .post-description .entry-title, .tax-placestypes #primary.grid article .post-description .place-title, .post-type-archive-places #primary.grid article .post-description .entry-title, .post-type-archive-places #primary.grid article .post-description .place-title, .home #primary.grid article .post-description .entry-title, .home #primary.grid article .post-description .place-title, .tag #primary.grid article .post-description .entry-title, .tag #primary.grid article .post-description .place-title, .search #primary.grid article .post-description .entry-title, .search #primary.grid article .post-description .place-title {
      color: #929A44;
      font-size: 18px;
      margin-bottom: 6px;
      margin-top: 10px;
      line-height: 22px;
      letter-spacing: inherit; }
    .tax-place_tags #primary.grid article .post-description .places_details-address, .tax-placestypes #primary.grid article .post-description .places_details-address, .post-type-archive-places #primary.grid article .post-description .places_details-address, .home #primary.grid article .post-description .places_details-address, .tag #primary.grid article .post-description .places_details-address, .search #primary.grid article .post-description .places_details-address {
      display: inline-flex; }
    .tax-place_tags #primary.grid article .post-description .places_details-time, .tax-placestypes #primary.grid article .post-description .places_details-time, .post-type-archive-places #primary.grid article .post-description .places_details-time, .home #primary.grid article .post-description .places_details-time, .tag #primary.grid article .post-description .places_details-time, .search #primary.grid article .post-description .places_details-time {
      display: inline-flex; }
    .tax-place_tags #primary.grid article .post-description p, .tax-placestypes #primary.grid article .post-description p, .post-type-archive-places #primary.grid article .post-description p, .home #primary.grid article .post-description p, .tag #primary.grid article .post-description p, .search #primary.grid article .post-description p {
      display: inline-table;
      margin-bottom: 0;
      margin-top: 6px; }
    .tax-place_tags #primary.grid article .post-description i, .tax-placestypes #primary.grid article .post-description i, .post-type-archive-places #primary.grid article .post-description i, .home #primary.grid article .post-description i, .tag #primary.grid article .post-description i, .search #primary.grid article .post-description i {
      margin-right: 4px;
      margin-top: 3px; }
    .tax-place_tags #primary.grid article .post-description ul, .tax-placestypes #primary.grid article .post-description ul, .post-type-archive-places #primary.grid article .post-description ul, .home #primary.grid article .post-description ul, .tag #primary.grid article .post-description ul, .search #primary.grid article .post-description ul {
      margin-bottom: 0; }

.tax-place_tags #primary .page-header, .tax-placestypes #primary .page-header, .post-type-archive-places #primary .page-header, .home #primary .page-header, .tag #primary .page-header, .search #primary .page-header {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .tax-place_tags #primary .page-header .section-title, .tax-place_tags #primary .page-header .widget-title, .tax-placestypes #primary .page-header .section-title, .tax-placestypes #primary .page-header .widget-title, .post-type-archive-places #primary .page-header .section-title, .post-type-archive-places #primary .page-header .widget-title, .home #primary .page-header .section-title, .home #primary .page-header .widget-title, .tag #primary .page-header .section-title, .tag #primary .page-header .widget-title, .search #primary .page-header .section-title, .search #primary .page-header .widget-title {
    margin-top: 0;
    border-bottom: solid 4px #ddd;
    padding-bottom: 6px; }

/*
.widget {
	.liquidplaces-recent-places {
		display: flex;
        flex-direction: column;
		.liquidplaces-recent-places-inner {
			margin: 0 0;
			padding: 12px 0;
			border-bottom: solid 1px #ddd;
		}

		.post-thumbnail-wrapper {
			//@include span-columns(3);
		}
		.post-description {
			//@include span-columns(9);
			.article-title {
					font-size: 16px;
					margin: 0;
					font-weight: 700;
					line-height: 20px;
				}
			.places_details-address, span {
				line-height: 14px;
			}	
		}
		
	}
}
*/
/* responsive */
@media screen and (max-width: 959px) {
  .single-places .site-content nav.breadcrumb {
    padding: 25px 20px 0;
    margin-left: 0; }
  .single-places #primary header .entry-title, .single-places #primary header .place-title {
    display: none; }
  .single-places #primary footer .places_related_listing .section-title {
    font-weight: 700;
    font-size: 20px;
    color: #252525; }
  .single-places #secondary .places_detail-map .get-directions-btn {
    text-align: center; }
  .single-places #secondary .places_detail-map .widget-title {
    display: none; }
  .single-places #secondary .business-details {
    display: none; }
  .single-places #secondary .widget.places_detail-contact .business-details.mobile {
    display: block; }
  .single-places #secondary .places_detail-sidebar {
    display: none; } }

@media screen and (max-width: 959px) and (max-width: 768px) {
  .tax-place_tags .site-content .site-content-inner, .tax-placestypes .site-content .site-content-inner, .post-type-archive-places .site-content .site-content-inner, .single-places .site-content .site-content-inner, .home .site-content .site-content-inner {
    padding-right: 20px;
    padding-left: 20px; }
  /* places column width*/
  .sidebar_right.aside_25 .site-content #primary, .sidebar_right.aside_25 .site-content #secondary {
    width: 100%;
    float: inherit;
    margin: inherit; } }

@media screen and (max-width: 479px) {
  .home #primary section.liquidplaces-listing.grid, .page #primary section.liquidplaces-listing.grid {
    display: flex;
    flex-flow: inherit;
    flex-direction: column;
    justify-content: inherit; }
    .home #primary section.liquidplaces-listing.grid article, .page #primary section.liquidplaces-listing.grid article {
      width: 100%;
      margin-bottom: 20px; }
  .home #primary section.liquidplaces-listing.list, .page #primary section.liquidplaces-listing.list {
    display: flex;
    flex-flow: inherit;
    flex-direction: column;
    justify-content: inherit; }
    .home #primary section.liquidplaces-listing.list article, .page #primary section.liquidplaces-listing.list article {
      width: 100%; }
      .home #primary section.liquidplaces-listing.list article .place-content, .page #primary section.liquidplaces-listing.list article .place-content {
        display: flex;
        flex-flow: column;
        justify-content: inherit; }
        .home #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper, .page #primary section.liquidplaces-listing.list article .place-content .post-thumbnail-wrapper {
          width: 100%;
          margin-right: 0; }
        .home #primary section.liquidplaces-listing.list article .place-content .post-description, .page #primary section.liquidplaces-listing.list article .place-content .post-description {
          width: 100%; }
  .tax-place_tags, .tax-placestypes, .post-type-archive-places, .home, .tag, .search {
    /* places column width*/ }
    .tax-place_tags .sidebar_right.aside_25 .site-content #primary, .tax-place_tags .sidebar_right.aside_25 .site-content #secondary, .tax-placestypes .sidebar_right.aside_25 .site-content #primary, .tax-placestypes .sidebar_right.aside_25 .site-content #secondary, .post-type-archive-places .sidebar_right.aside_25 .site-content #primary, .post-type-archive-places .sidebar_right.aside_25 .site-content #secondary, .home .sidebar_right.aside_25 .site-content #primary, .home .sidebar_right.aside_25 .site-content #secondary, .tag .sidebar_right.aside_25 .site-content #primary, .tag .sidebar_right.aside_25 .site-content #secondary, .search .sidebar_right.aside_25 .site-content #primary, .search .sidebar_right.aside_25 .site-content #secondary {
      padding-left: 0;
      padding-right: 0; }
    .tax-place_tags #primary, .tax-place_tags #primary.list, .tax-place_tags #primary.grid, .tax-placestypes #primary, .tax-placestypes #primary.list, .tax-placestypes #primary.grid, .post-type-archive-places #primary, .post-type-archive-places #primary.list, .post-type-archive-places #primary.grid, .home #primary, .home #primary.list, .home #primary.grid, .tag #primary, .tag #primary.list, .tag #primary.grid, .search #primary, .search #primary.list, .search #primary.grid {
      padding-left: 0;
      padding-right: 0; }
      .tax-place_tags #primary #places-btn-list, .tax-place_tags #primary #places-btn-grid, .tax-place_tags #primary.list #places-btn-list, .tax-place_tags #primary.list #places-btn-grid, .tax-place_tags #primary.grid #places-btn-list, .tax-place_tags #primary.grid #places-btn-grid, .tax-placestypes #primary #places-btn-list, .tax-placestypes #primary #places-btn-grid, .tax-placestypes #primary.list #places-btn-list, .tax-placestypes #primary.list #places-btn-grid, .tax-placestypes #primary.grid #places-btn-list, .tax-placestypes #primary.grid #places-btn-grid, .post-type-archive-places #primary #places-btn-list, .post-type-archive-places #primary #places-btn-grid, .post-type-archive-places #primary.list #places-btn-list, .post-type-archive-places #primary.list #places-btn-grid, .post-type-archive-places #primary.grid #places-btn-list, .post-type-archive-places #primary.grid #places-btn-grid, .home #primary #places-btn-list, .home #primary #places-btn-grid, .home #primary.list #places-btn-list, .home #primary.list #places-btn-grid, .home #primary.grid #places-btn-list, .home #primary.grid #places-btn-grid, .tag #primary #places-btn-list, .tag #primary #places-btn-grid, .tag #primary.list #places-btn-list, .tag #primary.list #places-btn-grid, .tag #primary.grid #places-btn-list, .tag #primary.grid #places-btn-grid, .search #primary #places-btn-list, .search #primary #places-btn-grid, .search #primary.list #places-btn-list, .search #primary.list #places-btn-grid, .search #primary.grid #places-btn-list, .search #primary.grid #places-btn-grid {
        display: none; }
      .tax-place_tags #primary article, .tax-place_tags #primary.list article, .tax-place_tags #primary.grid article, .tax-placestypes #primary article, .tax-placestypes #primary.list article, .tax-placestypes #primary.grid article, .post-type-archive-places #primary article, .post-type-archive-places #primary.list article, .post-type-archive-places #primary.grid article, .home #primary article, .home #primary.list article, .home #primary.grid article, .tag #primary article, .tag #primary.list article, .tag #primary.grid article, .search #primary article, .search #primary.list article, .search #primary.grid article {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
        margin: 0; }
        .tax-place_tags #primary article .place-content, .tax-place_tags #primary.list article .place-content, .tax-place_tags #primary.grid article .place-content, .tax-placestypes #primary article .place-content, .tax-placestypes #primary.list article .place-content, .tax-placestypes #primary.grid article .place-content, .post-type-archive-places #primary article .place-content, .post-type-archive-places #primary.list article .place-content, .post-type-archive-places #primary.grid article .place-content, .home #primary article .place-content, .home #primary.list article .place-content, .home #primary.grid article .place-content, .tag #primary article .place-content, .tag #primary.list article .place-content, .tag #primary.grid article .place-content, .search #primary article .place-content, .search #primary.list article .place-content, .search #primary.grid article .place-content {
          display: flex;
          flex-flow: column; }
          .tax-place_tags #primary article .place-content .post-thumbnail-wrapper, .tax-place_tags #primary.list article .place-content .post-thumbnail-wrapper, .tax-place_tags #primary.grid article .place-content .post-thumbnail-wrapper, .tax-placestypes #primary article .place-content .post-thumbnail-wrapper, .tax-placestypes #primary.list article .place-content .post-thumbnail-wrapper, .tax-placestypes #primary.grid article .place-content .post-thumbnail-wrapper, .post-type-archive-places #primary article .place-content .post-thumbnail-wrapper, .post-type-archive-places #primary.list article .place-content .post-thumbnail-wrapper, .post-type-archive-places #primary.grid article .place-content .post-thumbnail-wrapper, .home #primary article .place-content .post-thumbnail-wrapper, .home #primary.list article .place-content .post-thumbnail-wrapper, .home #primary.grid article .place-content .post-thumbnail-wrapper, .tag #primary article .place-content .post-thumbnail-wrapper, .tag #primary.list article .place-content .post-thumbnail-wrapper, .tag #primary.grid article .place-content .post-thumbnail-wrapper, .search #primary article .place-content .post-thumbnail-wrapper, .search #primary.list article .place-content .post-thumbnail-wrapper, .search #primary.grid article .place-content .post-thumbnail-wrapper {
            width: 100%;
            margin-right: inherit;
            min-height: inherit;
            padding-bottom: 0; }
            .tax-place_tags #primary article .place-content .post-thumbnail-wrapper img, .tax-place_tags #primary.list article .place-content .post-thumbnail-wrapper img, .tax-place_tags #primary.grid article .place-content .post-thumbnail-wrapper img, .tax-placestypes #primary article .place-content .post-thumbnail-wrapper img, .tax-placestypes #primary.list article .place-content .post-thumbnail-wrapper img, .tax-placestypes #primary.grid article .place-content .post-thumbnail-wrapper img, .post-type-archive-places #primary article .place-content .post-thumbnail-wrapper img, .post-type-archive-places #primary.list article .place-content .post-thumbnail-wrapper img, .post-type-archive-places #primary.grid article .place-content .post-thumbnail-wrapper img, .home #primary article .place-content .post-thumbnail-wrapper img, .home #primary.list article .place-content .post-thumbnail-wrapper img, .home #primary.grid article .place-content .post-thumbnail-wrapper img, .tag #primary article .place-content .post-thumbnail-wrapper img, .tag #primary.list article .place-content .post-thumbnail-wrapper img, .tag #primary.grid article .place-content .post-thumbnail-wrapper img, .search #primary article .place-content .post-thumbnail-wrapper img, .search #primary.list article .place-content .post-thumbnail-wrapper img, .search #primary.grid article .place-content .post-thumbnail-wrapper img {
              width: 100%;
              height: auto; }
          .tax-place_tags #primary article .place-content .post-description, .tax-place_tags #primary.list article .place-content .post-description, .tax-place_tags #primary.grid article .place-content .post-description, .tax-placestypes #primary article .place-content .post-description, .tax-placestypes #primary.list article .place-content .post-description, .tax-placestypes #primary.grid article .place-content .post-description, .post-type-archive-places #primary article .place-content .post-description, .post-type-archive-places #primary.list article .place-content .post-description, .post-type-archive-places #primary.grid article .place-content .post-description, .home #primary article .place-content .post-description, .home #primary.list article .place-content .post-description, .home #primary.grid article .place-content .post-description, .tag #primary article .place-content .post-description, .tag #primary.list article .place-content .post-description, .tag #primary.grid article .place-content .post-description, .search #primary article .place-content .post-description, .search #primary.list article .place-content .post-description, .search #primary.grid article .place-content .post-description {
            width: 100%; }
            .tax-place_tags #primary article .place-content .post-description .entry-title, .tax-place_tags #primary article .place-content .post-description .place-title, .tax-place_tags #primary.list article .place-content .post-description .entry-title, .tax-place_tags #primary.list article .place-content .post-description .place-title, .tax-place_tags #primary.grid article .place-content .post-description .entry-title, .tax-place_tags #primary.grid article .place-content .post-description .place-title, .tax-placestypes #primary article .place-content .post-description .entry-title, .tax-placestypes #primary article .place-content .post-description .place-title, .tax-placestypes #primary.list article .place-content .post-description .entry-title, .tax-placestypes #primary.list article .place-content .post-description .place-title, .tax-placestypes #primary.grid article .place-content .post-description .entry-title, .tax-placestypes #primary.grid article .place-content .post-description .place-title, .post-type-archive-places #primary article .place-content .post-description .entry-title, .post-type-archive-places #primary article .place-content .post-description .place-title, .post-type-archive-places #primary.list article .place-content .post-description .entry-title, .post-type-archive-places #primary.list article .place-content .post-description .place-title, .post-type-archive-places #primary.grid article .place-content .post-description .entry-title, .post-type-archive-places #primary.grid article .place-content .post-description .place-title, .home #primary article .place-content .post-description .entry-title, .home #primary article .place-content .post-description .place-title, .home #primary.list article .place-content .post-description .entry-title, .home #primary.list article .place-content .post-description .place-title, .home #primary.grid article .place-content .post-description .entry-title, .home #primary.grid article .place-content .post-description .place-title, .tag #primary article .place-content .post-description .entry-title, .tag #primary article .place-content .post-description .place-title, .tag #primary.list article .place-content .post-description .entry-title, .tag #primary.list article .place-content .post-description .place-title, .tag #primary.grid article .place-content .post-description .entry-title, .tag #primary.grid article .place-content .post-description .place-title, .search #primary article .place-content .post-description .entry-title, .search #primary article .place-content .post-description .place-title, .search #primary.list article .place-content .post-description .entry-title, .search #primary.list article .place-content .post-description .place-title, .search #primary.grid article .place-content .post-description .entry-title, .search #primary.grid article .place-content .post-description .place-title {
              margin-top: 6px;
              margin-bottom: 10px; }
            .tax-place_tags #primary article .place-content .post-description .places-excerpt, .tax-place_tags #primary.list article .place-content .post-description .places-excerpt, .tax-place_tags #primary.grid article .place-content .post-description .places-excerpt, .tax-placestypes #primary article .place-content .post-description .places-excerpt, .tax-placestypes #primary.list article .place-content .post-description .places-excerpt, .tax-placestypes #primary.grid article .place-content .post-description .places-excerpt, .post-type-archive-places #primary article .place-content .post-description .places-excerpt, .post-type-archive-places #primary.list article .place-content .post-description .places-excerpt, .post-type-archive-places #primary.grid article .place-content .post-description .places-excerpt, .home #primary article .place-content .post-description .places-excerpt, .home #primary.list article .place-content .post-description .places-excerpt, .home #primary.grid article .place-content .post-description .places-excerpt, .tag #primary article .place-content .post-description .places-excerpt, .tag #primary.list article .place-content .post-description .places-excerpt, .tag #primary.grid article .place-content .post-description .places-excerpt, .search #primary article .place-content .post-description .places-excerpt, .search #primary.list article .place-content .post-description .places-excerpt, .search #primary.grid article .place-content .post-description .places-excerpt {
              margin-top: 0;
              margin-bottom: 0; }
        .tax-place_tags #primary article .post-thumbnail, .tax-place_tags #primary.list article .post-thumbnail, .tax-place_tags #primary.grid article .post-thumbnail, .tax-placestypes #primary article .post-thumbnail, .tax-placestypes #primary.list article .post-thumbnail, .tax-placestypes #primary.grid article .post-thumbnail, .post-type-archive-places #primary article .post-thumbnail, .post-type-archive-places #primary.list article .post-thumbnail, .post-type-archive-places #primary.grid article .post-thumbnail, .home #primary article .post-thumbnail, .home #primary.list article .post-thumbnail, .home #primary.grid article .post-thumbnail, .tag #primary article .post-thumbnail, .tag #primary.list article .post-thumbnail, .tag #primary.grid article .post-thumbnail, .search #primary article .post-thumbnail, .search #primary.list article .post-thumbnail, .search #primary.grid article .post-thumbnail {
          padding: 0 0 0 0; }
          .tax-place_tags #primary article .post-thumbnail img, .tax-place_tags #primary.list article .post-thumbnail img, .tax-place_tags #primary.grid article .post-thumbnail img, .tax-placestypes #primary article .post-thumbnail img, .tax-placestypes #primary.list article .post-thumbnail img, .tax-placestypes #primary.grid article .post-thumbnail img, .post-type-archive-places #primary article .post-thumbnail img, .post-type-archive-places #primary.list article .post-thumbnail img, .post-type-archive-places #primary.grid article .post-thumbnail img, .home #primary article .post-thumbnail img, .home #primary.list article .post-thumbnail img, .home #primary.grid article .post-thumbnail img, .tag #primary article .post-thumbnail img, .tag #primary.list article .post-thumbnail img, .tag #primary.grid article .post-thumbnail img, .search #primary article .post-thumbnail img, .search #primary.list article .post-thumbnail img, .search #primary.grid article .post-thumbnail img {
            border: 1px solid  #ddd; }
      .tax-place_tags #primary.grid article, .tax-place_tags #primary.list.grid article, .tax-place_tags #primary.grid.grid article, .tax-placestypes #primary.grid article, .tax-placestypes #primary.list.grid article, .tax-placestypes #primary.grid.grid article, .post-type-archive-places #primary.grid article, .post-type-archive-places #primary.list.grid article, .post-type-archive-places #primary.grid.grid article, .home #primary.grid article, .home #primary.list.grid article, .home #primary.grid.grid article, .tag #primary.grid article, .tag #primary.list.grid article, .tag #primary.grid.grid article, .search #primary.grid article, .search #primary.list.grid article, .search #primary.grid.grid article {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        width: 100%; }
        .tax-place_tags #primary.grid article.places:not(.ms-sc), .tax-place_tags #primary.list.grid article.places:not(.ms-sc), .tax-place_tags #primary.grid.grid article.places:not(.ms-sc), .tax-placestypes #primary.grid article.places:not(.ms-sc), .tax-placestypes #primary.list.grid article.places:not(.ms-sc), .tax-placestypes #primary.grid.grid article.places:not(.ms-sc), .post-type-archive-places #primary.grid article.places:not(.ms-sc), .post-type-archive-places #primary.list.grid article.places:not(.ms-sc), .post-type-archive-places #primary.grid.grid article.places:not(.ms-sc), .home #primary.grid article.places:not(.ms-sc), .home #primary.list.grid article.places:not(.ms-sc), .home #primary.grid.grid article.places:not(.ms-sc), .tag #primary.grid article.places:not(.ms-sc), .tag #primary.list.grid article.places:not(.ms-sc), .tag #primary.grid.grid article.places:not(.ms-sc), .search #primary.grid article.places:not(.ms-sc), .search #primary.list.grid article.places:not(.ms-sc), .search #primary.grid.grid article.places:not(.ms-sc) {
          display: flex;
          flex-direction: column;
          margin-bottom: 20px;
          width: 100%; }
  .single-places #primary header .entry-title, .single-places #primary header .place-title {
    display: none; }
  .single-places #primary footer .places_related_listing .related-listing.grid article img {
    width: 100%;
    height: auto; }
  .single-places #primary footer .places_related_listing .related-listing.grid article .article-title {
    margin-top: 6px;
    margin-bottom: 8px; }
  .single-places #secondary .places_detail-map .get-directions-btn {
    width: 100%;
    text-align: center; }
  .single-places #secondary .places_detail-map .widget-title {
    display: none; }
  .single-places #secondary .business-details {
    display: none; }
  .single-places #secondary .widget.places_detail-contact .business-details.mobile {
    display: block; }
  .single-places #secondary .places_detail-sidebar {
    display: none; }
  .home #primary .entry-content .widget .liquidplaces-recent-places .liquidplaces-recent-places-inner {
    margin: 0 0;
    padding: 12px 0;
    border-bottom: solid 1px #ddd; }
  .home #primary .entry-content .widget .liquidplaces-recent-places .post-description .article-title {
    /*
						font-size: 16px;
						margin: 0;
						font-weight: 700;
						line-height: 20px;
*/ }
  .home #primary .entry-content .widget .liquidplaces-recent-places .post-description .places_details-address, .home #primary .entry-content .widget .liquidplaces-recent-places .post-description span {
    line-height: 14px; } }

/* 	#Mobile (Portrait) < 479  - 4 columns  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767 : 8 columns  */
/* #Tablet Min / Max (Portrait)  < 768 : 8 columns */
/* #Tablet Landscape: 768 - 959 : 8 columns	 */
/* #Desktop:960 - 1239 : 12 columns */
/* #Wide Screen: > 1240 : 12 columns	 */
/*--------------------------------------------------------------
5.5.2 search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.6 Sidebar
--------------------------------------------------------------*/
.single-places .site-content-inner .wpb_widgetised_column .widget-title, .single-places .site-content-inner .sidebar.widget-area .widget-title {
  border-bottom: solid 1px #ddd;
  border-top: solid 4px #ddd;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 47px; }
  .single-places .site-content-inner .wpb_widgetised_column .widget-title.business-details, .single-places .site-content-inner .sidebar.widget-area .widget-title.business-details {
    margin-top: 19px; }

.single-places .site-content-inner .wpb_widgetised_column ul, .single-places .site-content-inner .wpb_widgetised_column li, .single-places .site-content-inner .sidebar.widget-area ul, .single-places .site-content-inner .sidebar.widget-area li {
  padding: 0;
  margin: 0; }

.single-places .site-content-inner .wpb_widgetised_column li, .single-places .site-content-inner .sidebar.widget-area li {
  padding-bottom: 6px; }

.single-places .site-content-inner .wpb_widgetised_column a, .single-places .site-content-inner .sidebar.widget-area a {
  color: gray; }
  .single-places .site-content-inner .wpb_widgetised_column a:hover, .single-places .site-content-inner .sidebar.widget-area a:hover {
    color: #929A44; }

/*--------------------------------------------------------------
5.7 custom post types
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.8 archive - category - tax - posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.9 Visual Composer
--------------------------------------------------------------*/
.no-margin {
  margin: 0; }

.no-margin-left-right {
  margin-left: 0;
  margin-right: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

/*--------------------------------------------------------------
5.9.1 responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.9.2 login
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 Layout
--------------------------------------------------------------*/
/* ======== footer ======= */
/* flex column balance*/

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