/* ==============================
global.css
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */

/* ONLY EDIT THE CSS */
/* Includes
------------------------------ */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/**
 * Eric Meyer's Reset CSS v2.0
(http://meyerweb.com/
eric/tools/css/reset/)
 * http://cssreset.com
 */
@import url(https://fonts.googleapis.com/css?family=Cardo);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Apercu-Regular';
  src: url("../fonts/Apercu_gdi.eot");
  src: url("../fonts/Apercu_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu_gdi.woff") format("woff"), url("../fonts/Apercu_gdi.ttf") format("truetype"), url("../fonts/Apercu_gdi.svg#Apercu-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }
@font-face {
  font-family: 'Apercu-Bold';
  src: url("../fonts/Apercu-Bold_gdi.eot");
  src: url("../fonts/Apercu-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu-Bold_gdi.woff") format("woff"), url("../fonts/Apercu-Bold_gdi.ttf") format("truetype"), url("../fonts/Apercu-Bold_gdi.svg#Apercu-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?97439551#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-calendar:before {
  content: '\e800'; }

.icon-arrow-left:before {
  content: '\e801'; }

.icon-arrow-right:before {
  content: '\e802'; }

.icon-price:before {
  content: '\e803'; }

.icon-instagramicon:before {
  content: '\e804'; }

.icon-facebookicon:before {
  content: '\e805'; }

.icon-twittericon:before {
  content: '\e806'; }

.icon-swoosh:before {
  content: '\e807'; }

.icon-one:before {
  content: '\e808'; }

.icon-two:before {
  content: '\e809'; }

.icon-three:before {
  content: '\e80a'; }

.icon-five:before {
  content: '\e80b'; }

.icon-four:before {
  content: '\e80c'; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

/* Reset
------------------------------ */
.guide-wrapper .owl-nav {
  display: block; }
.guide-wrapper .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 0px !important; }
.guide-wrapper .owl-next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 30px;
  color: #3b3b3b; }
.guide-wrapper .owl-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 30px;
  color: #3b3b3b; }

#hero-gallery .owl-item .gallery-item-inner {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s; }
#hero-gallery .owl-item.active .gallery-item-inner {
  margin-top: 0;
  opacity: 1; }

#hero .hero-gallery.single-item-style {
  position: relative;
}

#hero .hero-gallery.single-item-style .gallery-item{
  width: calc(100vw / 3 * 2);
  display: block;
  margin: auto;
}

#hero .hero-gallery.single-item-style .gallery-item:nth-child(2){
  position: absolute;
  left: auto;
  top: 0px;
  right: calc(100vw / 6 * 5);
}
#hero .hero-gallery.single-item-style .gallery-item:nth-child(3){
  position: absolute;
  right: auto;
  top: 0px;
  left: calc(100vw / 6 * 5);
}

@media screen and (min-width: 1001px) and (max-width: 1200px)  {

  #hero .hero-gallery.single-item-style .gallery-item{
    width: calc(100vw - 200px);
  }
  #hero .hero-gallery.single-item-style .gallery-item:nth-child(2){
    right: calc(100vw - 100px);
  }
  #hero .hero-gallery.single-item-style .gallery-item:nth-child(3){
    left: calc(100vw - 100px);
  }
}
@media screen and (min-width: 1201px) {
  #hero .hero-gallery.single-item-style .gallery-item{
    width: calc(100vw / 3 * 2);
  }

  #hero .hero-gallery.single-item-style .gallery-item:nth-child(2){
    right: calc(100vw / 6 * 5);
  }
  #hero .hero-gallery.single-item-style .gallery-item:nth-child(3){
    left: calc(100vw / 6 * 5);
  }
}
@media screen and (max-width: 1000px) {

  #hero .hero-gallery.single-item-style .gallery-item:nth-child(1){
    margin: 0px;
    width: 100%;
  }
  #hero .hero-gallery.single-item-style .gallery-item:nth-child(2){
    display: none;
  }
  #hero .hero-gallery.single-item-style .gallery-item:nth-child(3){
    display: none;
  }

}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.home h1.page-title {
  display: none; }

body.page-id-285 .social-share-wrapper,
.page-id-10 .social-share-wrapper,
.page-id-12 .social-share-wrapper {
  display: none; }

.textwidget h2 {
  font-family: "Cardo";
  color: #3c3c3c;
  text-transform: none; }

body.home .textwidget ol {
  list-style: none; }

.textwidget ol {
  list-style: decimal; }
  .textwidget ol li {
    font-family: "Cardo";
    margin-bottom: 15px;
    line-height: 120%; }
  .textwidget ol ol {
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px; }

.search-no-results #directory-results-wrapper > div > h3 {
  font-family: "Cardo";
  text-transform: none;
  font-style: italic;
  text-align: center;
  font-size: 20px;
  color: #3c3c3c;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 60px;
  margin-top: 40px; }

.search-results #hero,
.search-no-results #hero {
  display: none; }
.search-results #page-content-fullwidth > article > div.inner-wrapper > h2,
.search-no-results #page-content-fullwidth > article > div.inner-wrapper > h2 {
  font-family: "Cardo";
  text-transform: none;
  color: #3c3c3c;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 30px;
  margin-top: 40px; }

.no-scroll {
  overflow-y: hidden; }

#search-overlay {
  width: 100%;
  height: 100%;
  background: rgba(109, 110, 113, 0.91);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.press-enter-to-submit {
  font-family: 'Cardo', Arial;
  font-style: italic;
  color: #fff;
  font-size: 15px;
  margin-top: 20px; }

.search-form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 0px;
  background: none;
  font-size: 60px;
  font-family: 'Apercu-Regular', Arial;
  color: #fff; }
  .search-form input#search-field-fullscreen::placeholder{
    color: #999;
  }
  .search-form input:focus {
    outline: 0px; }
.search-form button {
  display: none; }

#search-overlay.active {
  opacity: 1;
  visibility: visible; }

.show-hide-search {
  position: absolute;
  bottom: 53px;
  right: 39px;
  font-size: 20px;
  color: #3c3c3c; }

#panel-2-5-0-0 > div > div > div.guide-header-wrapper > div > h4 > a {
  text-decoration: none; }

#map-wrapper a.google-map-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 0px; }

h2.overline {
  font-family: 'Cardo';
  color: #3b3b3b;
  text-transform: none;
  font-size: 23px; }

h3.overline {
  font-family: 'Cardo';
  color: #3b3b3b;
  text-transform: none;
  font-size: 19px;
  border-top: solid 1px #6d6d70;
  padding-top: 20px;
  margin-top: 30px; }

.gm-style {
  border-radius: 100%; }

body.home .gm-style,
.directory-large-map .gm-style {
  border-radius: 0px; }

.full-width-map {
  width: 100% !important; }

.header-arrow-nav {
  width: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .header-arrow-nav a {
    font-size: 21px; }

.sponsor-mobile {
  display: none; }

.terms-wrapper {
  color: #c6c7c2;
  font-size: 14px; }
  .terms-wrapper a {
    color: #c6c7c2;
    margin-right: 5px; }

body.ie #header .inner-wrapper #header-close,
body.ie #content-before .inner-wrapper,
body.ie .divider-image {
  display: none; }
body.ie #logo {
  margin-bottom: 1em; }
body.ie nav ul {
  margin-top: 0px; }
body.ie .social-share-wrapper ul li a {
  text-decoration: none; }
body.ie .article-meta-wrapper {
  padding-top: 30px; }

img {
  max-width: 100%; }

::selection {
  background: #6d6e71;
  /* WebKit/Blink Browsers */
  color: #efefef; }

::-moz-selection {
  background: #6d6e71;
  /* Gecko Browsers */
  color: #efefef; }

html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #31302e; }

body {
  font-family: 'Apercu-Regular', Arial;
  margin: 0;
  padding: 0; }

bold,
strong {
  font-family: 'Cardo';
  font-weight: 700; }

p {
  font-size: 1em;
  letter-spacing: .5px;
  line-height: 1.8em;
  font-family: 'Cardo';
  color: #6d6d70;
  margin-top: 1em;
  margin-bottom: 1em; }

p > em {
  font-style: italic;
}
h1 {
  margin: 0.5em 0px 0em 0px;
  padding: 0px 0px 0px 0px;
  font-size: 4.5em;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: none;
  font-family: 'Apercu-Regular' sans-serif;
  border-top: 0px;
  border-bottom: solid 1px transparent;
  border-right: 0px;
  border-left: 0px;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../images/border-dark.png);
  color: #6d6d70;
  padding-bottom: 20px;
  margin-bottom: 20px; }

h2 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 20px; }

h3 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 20px; }

h4 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #00d2b7; }

h5 {
  font-size: 25px;
  margin-bottom: 20px; }

blockquote p,
blockquote {
  font-style: italic;
  font-size: 39px;
  line-height: 100%;
  text-transform: none; }

a {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #6d6d70; }

a.button {
  text-transform: uppercase;
  border: solid 3px #00d2b7;
  color: #00d2b7;
  font-family: 'Apercu-Bold';
  padding: 8px 19px 8px 19px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  a.button:hover {
    background: #00d2b7;
    color: #ffffff; }

#footer {
  padding-top: 20px;
  padding-bottom: 53px; }
  #footer h3 {
    color: #f0f0f0;
    text-transform: none;
    font-size: 1em;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid;
    border-image-slice: 0 2 6 11;
    border-image-width: 0px 0px 1px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-image-source: url(../images/border-light.png); }
  #footer p {
    color: #c6c7c2;
    font-size: 1em;
    margin-top: .4em;
    line-height: 1.5em; }
    #footer p a {
      color: #c6c7c2; }
  #footer ul.social-icons {
    margin: 10px 0px 0px 0px;
    list-style: none; }
    #footer ul.social-icons li {
      margin: 5px 0px 10px 0px;
      padding: 0px 0px 0px 0px; }
      #footer ul.social-icons li a {
        color: #ffffff;
        font-family: 'Cardo';
        font-size: 20px;
        text-decoration: none; }

/* Layout
------------------------------ */
.wrapper {
  width: 100%; }

.inner-wrapper {
  max-width: 1200px;
  margin: 0px auto; }

.item-details {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#header .inner-wrapper .sponsor-desktop {
  min-height: 93px; }

#header.small .inner-wrapper .sponsor-desktop {
  min-height: none; }

#header {
  position: fixed;
  z-index: 1000;
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.42, 1);
  /* older webkit */
  -webkit-transition: all 200ms cubic-bezier(0, -0.01, 0.42, 1.015);
  -moz-transition: all 200ms cubic-bezier(0, -0.01, 0.42, 1.015);
  -o-transition: all 200ms cubic-bezier(0, -0.01, 0.42, 1.015);
  transition: all 200ms cubic-bezier(0, -0.01, 0.42, 1.015);
  /* custom */ }
  #header .inner-wrapper {
    text-align: center;
    position: relative; }
    #header .inner-wrapper .before-menu {
      background: #F7F7F7; }
    #header .inner-wrapper .sponsor {
      display: block; }
      #header .inner-wrapper .sponsor a {
        padding: 0.5em 1em 0em 1em;
        display: block; }
    #header .inner-wrapper #header-close {
      height: 21px;
      background: url(../images/header.svg) no-repeat bottom;
      background-size: cover; }
  #header.small #top-sponsor {
    height: 0px;
    overflow: hidden; }
  #header.offscreen {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0); }
  #header .slider-read-more {
    text-transform: uppercase; }

#logo {
  margin: 1em 1em 0em 1em;
  display: inline-block;
  width: 21px;
  height: 30px;
  background: url(../images/logo.svg) no-repeat center;
  background-size: contain;
  text-indent: -99999px; }

#header-background {
  height: 125px;
  background: #ffffff; }

#hero {
  background: #ffffff; }

#content-before {
  position: relative;
  z-index: 1000;
  margin: -30px 0px 0px 0px;
  background: transparent; }
  #content-before .inner-wrapper {
    height: 30px;
    background: url(../images/content.svg) no-repeat top;
    background-size: cover; }

#content {
  margin: 0px 0px 0px 0px;
  background: #ffffff;
  position: relative;
  z-index: 5;
}

#main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px; }
  #main-content .inner-wrapper {
    margin-right: 30px;
    margin-left: 0px;
    width: 70%;
  }
  #main-content #sidebar-promotion {
    margin-left: 78px;
    width: 23%;
    margin-top: 23px; }

#footer .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.directory-search-input {
  background: transparent;
  font-family: 'Apercu-Bold', sans-serif;
  color: #ffffff;
  width: 87%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 6px;
  font-size:12px;
  letter-spacing: .25pt;
  border-image-source: url(../images/border-light.png);
}
input.directory-search-input::placeholder{
  color: #AFAFAF !important;
}
.directory-search-input:focus {
  outline: 0px; }

body.page.home .social-share-wrapper {
  display: none; }

article.inner-wrapper {
  max-width: 90%; }

.latest-article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px; }
  .latest-article-list .latest-article-item {
    width: 45%; }

.category-count-3 .latest-article-item {
  width: 30%; }

.bottom-tab-border,
.tribe-events-list-separator-month {
  border-bottom: solid 1px #c8c8c3; }

.tribe-events-list-separator-month {
  padding: 0px;
  text-align: left; }

.tribe-events-list-separator-month span {
  font-size: 17px !important;
  margin-left: 2px; }

h4.title-tag a{
  text-decoration: none;
}
h4.title-tag,
.tribe-events-list-separator-month span {
  margin-left: 3px;
  margin-bottom: 0px;
  font-size: .9em;
  padding: 8px 10px 6px 10px;
  display: inline-block;
  min-width: 150px;
  text-transform: uppercase;
  color: #8d8c87;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: solid 1px #c8c8c3;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none; }

h3.widget-title {
  display: none; }

#panel-2-0-0-0 > div > p:nth-child(1) {
  display: none; }

.category-count-2,
.title-tag-border {
  border-top: solid 1px #c8c8c3; }

ol.title-tag-border {
  padding-top: 40px; }

.event-date {
  text-transform: uppercase;
  font-size: .9em;
  font-family: 'Apercu-Regular';
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../images/border-dark.png);
  margin-bottom: .5em;
  color: #6d6d70;
  border-bottom: solid;
  padding-bottom: 4px; }

.event-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .event-details-wrapper .event-details {
    width: 59%; }
  .event-details-wrapper .event-image {
    width: 35%; }
    .event-details-wrapper .event-image a .event-side-image {
      min-height: 80px; }

.event-details h4 {
  margin-bottom: 0px; }

.event-details h4 a, .venue-title, .event-address {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: normal;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-bottom: solid;
  text-decoration: none;
  text-transform: none;
  border-image-source: url(../images/border-dark.png);
  width: 100%;
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 4px; }

.event-details h4 a:hover {
  color: #070707; }

p.tribe-events-widget-link {
  width: 100%;
  border-top: solid 1px #c8c8c6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  p.tribe-events-widget-link a {
    width: 47%;
    margin: 0px 3px 0px 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #494949;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #c8c8c6;
    border-radius: 11px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
    font-size: 14px !important;
    text-align: center;
    font-family: 'Apercu-Bold', sans-serif;
    text-transform: uppercase; }

body.page-id-46 #content-before {
  margin-top: -45px; }

#google_map {
  margin-bottom: 0px !important; }

#google_map:not(.directory-large-map) > div {
  height: 110% !important;
}
#directory-results-wrapper:after {
  content: ' ';
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }

body.post-type-archive-event #content-before .inner-wrapper {
  display: none; }

body.post-type-archive-event h1 {
  max-width: 1200px;
  margin: 6vw auto 50px auto;
  border-bottom: 0px; }

.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style{
  flex-wrap: wrap;
}

.archive-event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0px auto; }
  .archive-event-list .event-item {
    width: 28%;
    margin-bottom: 50px; }
    .archive-event-list .event-item .event-date {
      font-size: 24px;
      text-transform: none;
      border-bottom: 0px;
      margin-bottom: 0px; }
    .archive-event-list .event-item .event-details-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .archive-event-list .event-item .event-details-wrapper .event-details {
        width: 100%;
        margin-top: 10px; }
        .archive-event-list .event-item .event-details-wrapper .event-details h4 a {
          font-size: 19px; }
      .archive-event-list .event-item .event-details-wrapper .event-image {
        width: 100%;
        height: auto; }
        .archive-event-list .event-item .event-details-wrapper .event-image img {
          height: auto; }

.time-details {
  position: absolute;
  top: -5px;
  font-size: 17px;
  font-weight: normal;
  color: #6D6E71; }

.tribe-events-venue-details {
  display: none !important; }

.tribe-events-address {
  font-style: normal !important;
  color: #6D6E71 !important;
  font-family: "Cardo", sans-serif !important; }

div.tribe-events-event-meta.vcard > div > div.tribe-events-venue-details > span {
  font-style: normal !important;
  color: #6D6E71 !important;
  font-family: "Cardo", sans-serif !important;
  width: 100% !important;
  display: block !important; }

.tribe-events-event-cost {
  position: absolute;
  background: transparent;
  border: 0px;
  margin: 0px !important;
  padding: 0px !important;
  right: 0;
  top: -2px; }
  .tribe-events-event-cost span {
    background: transparent !important;
    border: 0px !important;
    color: #6D6E71 !important;
    font-weight: normal !important;
    font-size: 15px !important;
    margin: 0px !important;
    padding: 0px !important; }

#tribe-events-content-wrapper {
  padding-top: 167px; }

#tribe-events-bar {
  display: none; }

h2.tribe-events-page-title {
  font-size: 50px;
  font-weight: normal;
  color: #6d6d70;
  text-transform: none;
  font-family: 'Apercu-Regular' sans-serif; }

.tribe-events-list-separator-month:after {
  display: none; }

.tribe-events-list-separator-month {
  width: 100%; }

.tribe-events-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  max-width: 1200px !important; }

.tribe-events-list .type-tribe_events {
  width: 28%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.tribe-events-event-image {
  width: 100% !important;
  max-width: 100%;
  order: 1; }

.tribe-events-list-event-title {
  order: 2; }

.tribe-events-event-meta {
  order: 3; }

a.tribe-events-read-more {
  display: none; }

ol.hfeed.vcalendar li {
  margin-bottom: 21px; }

.venue-title, .event-address {
  font-family: 'Cardo', sans-serif; }

.latest-article-item h3 {
  margin-bottom: 12px; }
.latest-article-item h3 a {
  color: #3c3c3c;
  text-decoration: none;
  text-transform: none;
  font-size: 19px;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-left: 0px;
  border-bottom: solid;
  display: block;
  border-image-source: url(../images/border-dark.png);
  padding-right: 7px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 2px;
  height: 19px;
  overflow: hidden; }
  .latest-article-item h3 a:hover {
    color: #070707; }
.latest-article-item h4.bottom-tab {
  margin-left: 3px;
  display: inline-block;
  font-size: .9em;
  border: solid 1px #c7c7c3;
  border-top: 0px;
  font-weight: normal;
  font-family: 'Apercu-Bold', sans-serif;
  color: #6d6e71;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 22px 8px 22px;
  border-radius: 11px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  min-width: 134px; }
.latest-article-item .article-excerpt {
  font-size: .85em;
  color: #6d6e70;
  line-height: 1.4em;
  padding-left: 11px;
  padding-right: 7px;
  margin-top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.latest-article-item h4 {
  margin-bottom: 0px; }
.latest-article-item h4 a {
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../images/border-dark.png);
  border-bottom: solid;
  text-transform: none;
  text-decoration: none;
  color: #6d6e70;
  display: block;
  position: relative;
  margin-top: 12px;
  padding-bottom: 2px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 13px;
  margin-right: 7px;
  font-weight: normal; }
  .latest-article-item h4 a:hover {
    color: #070707; }
.latest-article-item h4 a:after {
  position: absolute;
  content: '\e803';
  font-family: "fontello";
  font-size: 5px;
  color: #6d6e70;
  right: 0;
  top: 6px; }

.owl-nav {
  display: none; }

a.directory-sponsor-image {
  position: absolute;
  width: 100%;
  height: 100%; }

.social-wrapper a.bottom-tag {
  float: right;
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  display: block;
  border: solid 1px #c8c8c6;
  border-radius: 11px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
  font-size: .9em;
  min-width: 100px;
  width: auto !important;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  text-transform: uppercase;
  text-decoration: none; }
  .social-wrapper a.bottom-tag span, .social-wrapper a.bottom-tag i {
    color: #6d6e70;
    letter-spacing: 1px;
    font-size: .9em;
    text-decoration: none; }

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

#panel-2-6-0-0 > div > div > div > a:nth-child(3) {
  margin-right: 10px; }

#footer ul.social-icons li a {
  background: none;
  color: #ffffff;
  font-size: 1em; }

#tribe-events-pg-template {
  max-width: 100%; }

body.single-tribe_events #tagline .inner-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.tribe-events-list .time-details {
  display: none; }

.hero-gallery-single {
  min-height: 40vw; }

body.single-event #tagline #map-wrapper {
  top: -96px; }

.event-when,
.event-where,
.event-time,
.event-value,
.event-price {
  margin-bottom: 9px;
  font-family: 'Apercu-Regular' sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .event-when .event-title,
  .event-where .event-title,
  .event-time .event-title,
  .event-value .event-title,
  .event-price .event-title {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    color: #8d8c87;
    vertical-align: top;
    width: 100px; }
  .event-when .event-value,
  .event-where .event-value,
  .event-time .event-value,
  .event-value .event-value,
  .event-price .event-value {
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0px;
    line-height: normal; }

#side-image-wrapper {
  position: relative;
  width: 191px;
  height: 191px;
  border-radius: 100%;
  z-index: 1;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #side-image-wrapper:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%); }

#side-image-date {
  z-index: 10;
  color: #ffffff;
  font-size: 52px;
  text-align: center;
  font-family: 'Apercu-Regular' sans-serif; }

.sidebar {
  margin-right: 30px;
  min-height: 10px;
  min-width: 234px;
  max-width: 284px; }

#main-content article.inner-wrapper ol li {
  font-size: 1em;
  letter-spacing: .5px;
  line-height: 1.8em;
  font-family: 'Cardo';
  color: #6d6d70;
  margin-top: 1em;
  list-style: decimal;
  margin-bottom: 1em; }

#main-content article.inner-wrapper ul li {
  font-size: 1em;
  letter-spacing: .5px;
  line-height: 1.8em;
  font-family: 'Cardo';
  color: #6d6d70;
  margin-top: 1em;
  list-style: outside;
  margin-bottom: 1em; }

.article-meta-wrapper {
  position: relative;
  z-index: 1100;
  margin: -20px 30px 0px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .article-meta-wrapper .meta-date {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    font-size: 11px;
    font-family: 'Cardo', sans-serif;
    font-style: italic;
    color: #6d6d70;
    width: 100%;
    white-space: nowrap; }
  .article-meta-wrapper .photo-credit {
    font-family: 'Cardo', sans-serif;
    font-style: italic;
    color: #6d6d70;
    font-size: 11px;
    width: 100%; }

#article-header {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}


.article-meta-wrapper .sidebar {
  margin-right: 0px; }

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .title-wrapper .title {
    width: 100%; }

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .author-wrapper .author {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    font-family: 'Cardo';
    width: 100%;
    margin-bottom: 10px;
    color: #6d6d70; }

    .author-wrapper .author.empty_author {

      display: none;
    }
  .author-wrapper .meta-date {
    margin-top: 7px;
    text-align: left;
     }

.single-directory .meta-date {
  display: none; }

#tagline {
  background: #efefee;
  color: #6d6d70;
  font-size: 1.7em;
  line-height: 1.5em;
  font-family: 'Cardo';
  padding-top: .7em;
  padding-bottom: .7em;
  position: relative; }
  #tagline .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    #tagline .inner-wrapper #tagline-text {
      max-width: 673px; }
  #tagline #map-wrapper {
    position: absolute;
    bottom: -93px; }

.directory-landing-wrapper .title-tag {
  background: #6d6e71;
  color: #ffffff; }

.directory-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #c8c8c3; }
  .directory-landing .directory-map {
    width: 40%;
    border-radius: 0px; }
    .directory-landing .directory-map #google_map {
      border-radius: 0px;
      height: 290px !important; }
  .directory-landing .directory-categories {
    background: #6d6e71;
    color: #ffffff;
    padding: 15px;
    width: 30%; }
    .directory-landing .directory-categories a {
      color: #ffffff; }
      .directory-landing .directory-categories a:hover {
        color: #DFDFDF; }
    .directory-landing .directory-categories p {
      color: #ffffff;
      font-size: 15px;
      line-height: normal;
      margin-bottom: 29px;
      font-family: 'Cardo', sans-serif;
      margin-top: 0px; }
    .directory-landing .directory-categories ul.directory-terms-list {
      display: inline-block;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 20px; }
      .directory-landing .directory-categories ul.directory-terms-list li {
        width: 45%; }
      .directory-landing .directory-categories ul.directory-terms-list a {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-image-slice: 0 2 6 11;
        border-image-width: 0px 0px 1px 0px;
        border-image-outset: 0px 0px 0px 0px;
        border-image-repeat: repeat stretch;
        display: block;
        border-bottom: solid;
        font-family: 'Cardo', sans-serif;
        padding-bottom: 3px;
        text-decoration: none;
        border-image-source: url(../images/border-light.png);
        margin-right: 16px;
        margin-bottom: 14px; }
  .directory-landing .directory-sponsor {
    width: 30%;
    position: relative; }
    .directory-landing .directory-sponsor form {
      position: absolute;
      right: 0;
      top: -36px; }
      .directory-landing .directory-sponsor form i {
        color: #6d6d70; }
      .directory-landing .directory-sponsor form input {
        margin: 0px 0px 0px 0px;
        padding: 0.5em 0.5em 0.5em 0.5em;
        display: inline-block;
        width: 240px;
        font-family: 'Apercu-Regular';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: solid 1px #ffffff; }
        .directory-landing .directory-sponsor form input:focus {
          outline: none;
          border-image-slice: 0 2 6 11;
          border-image-width: 0px 0px 1px 0px;
          border-image-outset: 0px 0px 0px 0px;
          border-image-repeat: repeat stretch;
          border-image-source: url(../images/border-dark.png); }

#page-content-fullwidth {
  max-width: none; }

#directory-results-wrapper,
#directory-results-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #directory-results-wrapper .article-item,
  #directory-results-wrapper .inner-wrapper .article-item {
    width: 28%;
    margin-bottom: 70px; }

body.ajax-loading #directory-results-wrapper {
  opacity: .6; }

#directory-results-wrapper {
  margin-top: 40px; }
  #directory-results-wrapper .directory-item {
    width: 28%;
    margin-bottom: 70px; }

.directory-details h3 {
  margin-bottom: 0px; }
  .directory-details h3 a {
    text-transform: none;
    color: #3c3c3c;
    border-image-slice: 0 2 6 11;
    border-image-width: 0px 0px 1px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-image-source: url(../images/border-dark.png);
    border-bottom: solid;
    display: block;
    width: calc(100% - 65px);
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 65px;
    }
    .directory-details h3 a:hover {
      color: #151515; }
.directory-details .directory-address {
  padding-bottom: 4px;
  display: block;
  width: 100%;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  padding-bottom: 15px;
  margin-bottom: 6px;
  border-image-source: url(../images/border-beige.png);
  color: #8d8c87;
  font-size: .9em;
  margin-top: 10px;
  line-height: 19px;
  font-family: 'Cardo';
  border-bottom: solid;
  overflow: hidden;
  text-decoration: none;
  height: 7px; }
.directory-details .directory-additional-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-image-source: url(../images/border-beige.png);
  border-bottom: solid;
  padding-bottom: 10px; }
.directory-details .price-wrapper span i {
  font-size: 8px;
  color: #f0f0f0;
  margin: 0;
  margin-left: -2px;
  padding: 0; }
.directory-details .directory-phone a {
  color: #8d8c87;
  font-family: 'Apercu-Regular';
  font-size: 11px;
  text-decoration: none; }
  .directory-details .directory-phone a:hover {
    color: #151515; }
.directory-details .price-wrapper span.active-price i {
  color: #c8c8c3; }
.directory-details .short-description {
  font-size: 14px;
  font-family: 'Cardo';
  color: #6d6d70;
  line-height: 20px;
  overflow: hidden;
  height: 63px; }
  .directory-details .short-description .directory-price {
    width: 80px; }

article .sponsor {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 50px; }

.gallery-item.greyscale img {
  filter: brightness(1.1) contrast(0.78);
  -webkit-filter: brightness(1.1) contrast(0.78);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.owl-item {
  background: url(../images/loader.gif) no-repeat center center; }

.owl-controls {
  margin: 0px auto;
  padding: 0px 366px;
  position: relative;
  z-index: 10;
  margin-top: 0px;
}

.gallery-item img{
    pointer-events: none !important;
}
.gallery-item {
  position: relative; }
  .gallery-item .social-share-wrapper {
    position: absolute;
    margin-bottom: 0px;
    bottom: 50px;
    left: 10px;
    opacity: 0;
    z-index: 200;
    color: #ffffff; }
    .gallery-item .social-share-wrapper span {
      color: #ffffff; }
    .gallery-item .social-share-wrapper a {
      color: #ffffff; }
  .gallery-item:hover .social-share-wrapper {
    opacity: 1; }
  .gallery-item .slider-read-more a {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .gallery-item .category {
    margin-bottom: 30px; }
    .gallery-item .category a {
      text-transform: uppercase;
      letter-spacing: 1px; }
  .gallery-item a {
    text-decoration: none;
    color: #ffffff; }
    .gallery-item a:hover {
      color: #c7c7c3; }

.gallery-wrapper .owl-item .caption {
  margin: 20px 0px;
  font-size: 14px;
  font-family: 'Cardo', sans-serif;
  color: #6d6d70;
  opacity: 0;
  width: 80%;
  line-height: normal;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .3s;
  /* Safari */
  transition-delay: .3s; }
.gallery-wrapper .owl-item.active .caption {
  opacity: 1; }
.gallery-wrapper .owl-dots {
  display: none; }
.gallery-wrapper .owl-nav {
  display: block;
  width: 76px;
  margin: 9px 30px 0px auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .gallery-wrapper .owl-nav .owl-prev, .gallery-wrapper .owl-nav .owl-next {
    height: 100%;
    font-size: 21px; }

.gallery-item-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .3s;
  /* Safari */
  transition-delay: .3s; }

.active .gallery-item-content {
  background: rgba(0, 0, 0, 0.2); }

.gallery-item-content .gallery-item-inner {
  text-align: center;
  color: #ffffff; }
  .gallery-item-content .gallery-item-inner h3 {
    font-size: 2.5em;
    font-family: 'Apercu-Bold';
    text-transform: none; }

#panel-2-0-1-0 {
  margin-top: -15px; }

#related .article-item h4 {
  line-height: 15px;
  border: 0px;
  max-height: 28px; }

#related {
  margin-top: 40px; }
  #related h3 {
    display: inline-block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0px 0px 0px 2em;
    font-family: 'Apercu-Bold', sans-serif;
    color: #6d6e71;
    padding: 0.7em 2em 0.4em 2em;
    text-align: center;
    font-size: 0.9em;
    background: #f0f0f0; }
  #related .article-item {
    width: 12.5%; }
    #related .article-item h4 a {
      font-size: 14px;
      height: 30px;
      text-decoration: none; }
    #related .article-item .short-description {
      font-size: 12px;
      line-height: 15px; }
  #related .related-items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 25px;
    padding-bottom: 40px;
    padding-top: 20px;
    background: #f0f0f0;
    margin-top: -5px; }

body.single-guide #tagline #map-wrapper {
  top: -48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  body.single-guide #tagline #map-wrapper .year {
    z-index: 10;
    color: #6d6d70;
    font-size: 52px;
    text-align: center;
    font-family: 'Apercu-Regular' sans-serif; }

.top-listings {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-listings .article-item {
    width: 30%;
    padding-bottom: 40px; }
    .top-listings .article-item h4 {
      line-height: 22px; }

.bottom-listings {
  padding-top: 80px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .bottom-listings .article-item {
    width: 22%;
    margin-bottom: 50px; }
    .bottom-listings .article-item h4 {
      line-height: 22px; }

.single-guide #main-content .inner-wrapper {
  padding-top: 100px;
  margin-right: 0px;
  width: 100%;
  max-width: none; }

.guide-header {
  border-bottom: solid 1px #c8c8c6; }

.guide-item h3 {
  color: #3c3c3c;
  margin-top: 1em;
  text-transform: none;
  font-size: 1.1em;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-left: 0px;
  border-image-source: url(../images/border-dark.png);
  padding-bottom: 2px;
  border-bottom: solid;
  padding-bottom: 5px; }
  .guide-item h3 a {
    color: #494949;
    text-decoration: none; }
    .guide-item h3 a:hover {
      color: #000000; }

.guide-item p {
  line-height: normal;
  height: 120px; }
.guide-item img {
  height: auto; }

ul.guide-list {
  margin-top: 20px; }
  ul.guide-list li {
    margin-bottom: 13px;
    border-image-slice: 0 2 6 11;
    border-image-width: 0px 0px 1px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-image-source: url(../images/border-dark.png);
    border-bottom: solid;
    padding-bottom: 4px;
    display: block; }
    ul.guide-list li a {
      color: #6d6e70;
      text-decoration: none;
      line-height: normal;
      font-size: 15px; }
      ul.guide-list li a:hover {
        color: #000000; }
      ul.guide-list li a span.counter {
        float: right; }

.sponsor {
  background: #f7f7f7;
  text-align: center; }

.sponsor a{
  display: inline-block;
  margin: 0px auto;
}
.sponsor a img{
  display: block !important;
}

.bottom-promotion .sponsor {
  padding: 50px 0px;
  margin-top: 30px; }

body.home .sponsor {
  margin: 0px; }

.subscribe-form-wrapper h3 {
  color: #3c3c3c;
  margin-top: 1em;
  text-transform: none;
  font-size: 1.1em;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-left: 0px;
  border-image-source: url(../images/border-dark.png);
  padding-bottom: 2px;
  border-bottom: solid; }

.subscribe-form {
  text-align: center; }
  .subscribe-form i {
    font-size: 4em;
    color: #f0f0f0;
    text-align: center;
    margin: 30px 0px 30px 0px;
    display: block; }

#gform_wrapper_1 {
  text-align: center;
  width: 100%; }
  #gform_wrapper_1 input {
    width: 100%;
    text-align: center;
    border: none;
    background: #f3f3f2;
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Apercu-Regular', sans-serif;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #gform_wrapper_1 label {
    display: none; }

.subscribe-form .gform_wrapper .gform_footer input[type=submit] {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  display: block;
  border: solid 1px #c8c8c6 !important;
  border-radius: 11px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px !important;
  font-size: .9em;
  min-width: 100px;
  width: auto !important;
  text-align: center;
  font-family: "Apercu-Bold" sans-serif !important;
  background: transparent !important;
  text-transform: uppercase;
  color: #6d6e70;
  letter-spacing: 1px;
  font-weight: normal; }

#panel-2-6-1-0 #gform_1 > div.gform_footer.top_label {
  margin-top: 36px; }

#gform_submit_button_1:hover,
#panel-2-6-0-0 a.bottom-tag:hover {
  background: #f3f3f2 !important;
  color: #51504e; }

.subscribe-form .gform_wrapper .gform_footer {
  margin: 80px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: solid 1px #c8c8c6; }

.facebook-wrapper {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c8c8c6; }

.tribe-events-list .type-tribe_events h2 {
  text-align: left;
  font-weight: normal;
  font-size: 19px;
  color: #31302e;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../images/border-dark.png);
  border-top: none;
  border-left: 0px;
  max-height: 38px;
  overflow: hidden;
  text-transform: none;
  padding-bottom: 7px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 10px; }
  .tribe-events-list .type-tribe_events h2 a {
    text-decoration: none;
    color: #31302e; }

.article-item {
  width: 25%; }
  .article-item h4 {
    text-align: left;
    font-weight: normal;
    font-size: 19px;
    color: #31302e;
    border-image-slice: 0 2 6 11;
    border-image-width: 0px 0px 1px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-image-source: url(../images/border-dark.png);
    border-top: none;
    border-left: 0px;
    max-height: 38px;
    overflow: hidden;
    text-transform: none;
    padding-bottom: 7px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px; }
    .article-item h4 a {
      text-decoration: none;
      color: #31302e; }
  .article-item .short-description {
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    line-height: 20px;
    margin-top: 5px;
    font-family: 'Cardo', sans-serif;
    color: #6d6d70;
    line-height: 21px; }

.social-share-wrapper {
  text-transform: uppercase;
  font-family: 'Apercu-Regular';
  color: #6d6d70;
  margin-bottom: 40px;
  padding-top: 5px;
  display: block;
}
  .social-share-wrapper span {
    margin-right: 10px;
    color: #6d6d70; }
  .social-share-wrapper ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block; }
    .social-share-wrapper ul li {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      display: inline-block; }
      .social-share-wrapper ul li a {
        color: #6d6d70; }
        .social-share-wrapper ul li a:hover {
          color: #494949; }

.social-share-wrapper.onheader {
  margin-top: 5px;
}
a.share-btn{
  text-transform: uppercase;
  font-family: 'Apercu-Regular';
  color: #6d6d70;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 10px 5px 34px;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.facebook-button{
  background: url("../images/facebooklogo.svg") no-repeat;
  background-position: 0px center;
  background-size: 25px 25px;
}
a.chope-button{
  background: url("../images/chopelogo.svg") no-repeat;
  background-position: 0px center;
  background-size: 25px 25px;
}
a.share-btn:hover{
  color: black;
}

#sidebar #directory-info {
  margin-top: 100px;
  padding-right: 40px; }

p.article-excerpt {
  min-height: 76px; }

.map_tooltip {
  width: 265px;
  padding: 10px;
  border: 0;
  background-color: #f5f2eb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.map_tooltip:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.map_tooltip:after {
  border-color: rgba(245, 242, 235, 0);
  border-top-color: #f5f2eb;
  border-width: 6px;
  left: 50%;
  margin-left: -6px; }

.map-tooltip-title {
  display: block;
  line-height: 16px;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8d8d7;
  margin: 0 0 0 100px;
  font-family: 'EB Garamond', serif; }

.map-tooltip-description {
  margin: 4px 0 0 100px;
  font-size: 11px;
  font-family: 'Karla', sans-serif; }

img.map-thumb {
  position: relative;
  margin: 20px 0px 0px 0px !important;
  width: 88px !important;
  height: 61px !important; }

.map-thumb {
  float: left;
  width: 88px;
  height: 61px; }

.table-directory {
  font-family: 'Cardo', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6d6e71; }
  .table-directory .table-heading {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Cardo', sans-serif;
    color: #8c8b86;
    border-image-slice: 0 2 6 11;
    border-image-width: 0px 0px 1px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-image-source: url(../images/border-dark.png);
    border-bottom: solid;
    border-top: 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-left: 0px;
    border-right: 0px; }
  .table-directory a {
    text-decoration: none; }
  .table-directory .table-heading-first {
    display: block;
    font-size: 20px;
    text-transform: none;
    color: #8c8b86;
    font-family: 'Apercu-Regular' sans-serif;
    border-image-slice: 0 2 6 11;
    border-image-width: 0px 0px 1px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-image-source: url(../images/border-dark.png);
    border-bottom: solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-left: 0px;
    border-right: 0px; }
  .table-directory .directory-price,
  .table-directory .open-time-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .table-directory .directory-price span {
    font-size: 9px;
    color: #f0f0f0; }
  .table-directory .price-wrapper span.active-price {
    color: #c8c8c3; }

body.single-article #sidebar,
body.single-directory #sidebar {
  display: block; }

#directory-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 94%;
  margin: 0px auto; }

#directory-popular {
  width: 42%;
  display: none; }

.direcotyr-landing-wrapper h1 {
  margin-bottom: 70px;
  width: 94%;
  margin-left: auto;
  margin-right: auto; }

#directory-filter {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  #directory-filter h3.title-tab {
    color: #8d8c87;
    font-family: 'Apercu-Bold';
    font-size: 1.1em;
    letter-spacing: 1.5px;
    padding-bottom: 5px; }
  #directory-filter .directory-filter-item {
    width: 29%;
    margin-bottom: 20px; }
  #directory-filter .directory-filter-item h3 {
    position: relative;
    margin-bottom: 1em;
    border-bottom: solid 1px #c8c8c3; }
    #directory-filter .directory-filter-item h3:after {
      content: '\f107';
      font-family: "FontAwesome";
      font-size: 20px;
      position: absolute;
      top: -3px;
      right: 7px; }
  #directory-filter #directory-price ul.price-list li a.active span.active-price {
    color: #51504e; }
  #directory-filter #directory-price ul.price-list li a {
    text-decoration: none;
    margin-bottom: 14px;
    display: block;
    font-size: 11px;
    color: #f0f0f0; }
    #directory-filter #directory-price ul.price-list li a span.active-price {
      color: #c8c8c3; }
  #directory-filter #directory-feature,
  #directory-filter #directory-cuisine {
    width: 100%; }
    #directory-filter #directory-feature ul,
    #directory-filter #directory-cuisine ul {
      -webkit-column-count: 3;
      /* Chrome, Safari, Opera */
      -moz-column-count: 3;
      /* Firefox */
      column-count: 3; }

ul.directory-list li {
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../images/border-dark.png);
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: solid; }
  ul.directory-list li a {
    color: #BFBFBC;
    font-size: 1em;
    text-align: left;
    text-decoration: none; }
    ul.directory-list li a:hover {
      color: #494949; }

ul.directory-list li a.active {
  color: #494949; }

.popular-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px; }
  .popular-item .popular-number {
    width: 30px; }
    .popular-item .popular-number i {
      color: #c8c8c3;
      font-size: 20px;
      margin-top: 5px;
      display: block; }
  .popular-item .popular-image {
    width: 22%;
    margin-right: 10px; }
  .popular-item .popular-details {
    font-family: 'Cardo', sans-serif;
    font-size: 13px;
    color: #6d6d70;
    line-height: 18px;
    width: 65%; }
    .popular-item .popular-details h3 {
      text-transform: none;
      color: #3c3c3c;
      border-image-slice: 0 2 6 11;
      border-image-width: 0px 0px 1px 0px;
      border-image-outset: 0px 0px 0px 0px;
      border-image-repeat: repeat stretch;
      border-left: 0px;
      border-bottom: solid;
      border-image-source: url(../images/border-dark.png);
      margin-bottom: 10px;
      padding-bottom: 3px; }
      .popular-item .popular-details h3 a {
        text-decoration: none;
        font-size: 17px;
        color: #494949;
        font-family: 'Apercu-Regular'; }

#hero #google_map {
  border-radius: 0px;
  height: 50vh !important; }

.table-directory {
  box-sizing: border-box; }
  .table-directory a {
    color: #6d6d70; }
  .table-directory td {
    font-size: .9em;
    padding-bottom: 7px;
    padding-top: 7px; }

tr.open-time-row td {
  padding-top: 2px;
  padding-bottom: 2px; }

tr.table-heading.table-heading-first td {
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch; }

tr.contact-row td {
  padding: 0px; }

tr.table-heading.table-open td {
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  padding-top: 3px; }

tr.table-heading td {
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .5px;
  color: #8c8b86;
  border-image-slice: 0 2 6 11;
  border-image-width: 0px 0px 1px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../images/border-dark.png);
  margin-bottom: 4px;
  border-left: 0px;
  border-right: 0px; }

/* Main Menu
------------------------------ */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; }
    nav ul li a {
      color: #595959;
      text-decoration: none;
      font-size: 18px;
      letter-spacing: 0px;
      margin: 0px 5px 0px 5px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.9em;
      background: #c7c7c3;
      padding: 0.5em 0.8em 0.5em 0.8em;
      font-weight: normal;
      display: inline-block;
      min-width: 155px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px; }
      nav ul li a:hover {
        background: #efefef;
        color: #3b3b3b; }
    nav ul li.current-menu-item a {
      background: #6d6e71;
      color: #c7c7c3; }

/* Mobile Menu
------------------------------ */
#mobile-nav-trigger {
  display: none; }

#site-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.76);
  z-index: 2000;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3000;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.mobile-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10px 20px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  height: 10%; }

#site-overlay.active {
  visibility: visible;
  opacity: 1; }

#site-overlay {
  visibility: hidden;
  opacity: 0; }

#mobile-menu-close {
  font-size: 20px; }

a#mobile-logo {
  background: url(../images/logo.svg) no-repeat center center;
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.mobile-menu {
  height: 90%;
  flex-grow: 1; }

ul#menu-mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px 20px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  ul#menu-mobile-menu li a {
    text-decoration: none; }

.mobile-nav {
  height: 80%; }

/* Map
------------------------------ */
#map-wrapper {
  width: 191px;
  height: 191px;
  overflow: hidden; }

#google_map {
  position: relative;
  border-radius: 191px 191px;
  -webkit-border-radius: 191px 191px;
  -moz-border-radius: 191px 191px; }

@media screen and (max-width: 1330px) {
  .owl-controls {
    padding: 0px 172px; } }
@media screen and (max-width: 1200px) {

  .article-meta-wrapper {
    margin-left: 0px;
  }
  #pgc-2-0-0,
  #pgc-2-0-1 {
    width: 100% !important;
    margin-top: 10vw; }

  ol.title-tag-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    ol.title-tag-border li {
      width: 48%; }

  .divider-image,
  #content-before .inner-wrapper,
  #header .inner-wrapper #header-close {
    display: none; }

  nav ul li a {
    min-width: 0px;
    padding: 0.5em 1.2em 0.5em 1.2em; }

  #sidebar #directory-info {
    margin-top: 0px;
    width: 165px;
    padding-right: 0px; }

  .sidebar {
    min-width: 193px; }

  #footer .inner-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  #footer > div.inner-wrapper > div:nth-child(2) {
    width: 60%; }

  #footer {
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .footer-item {
    margin: 0px 10px; }

  #logo {
    margin: 1em; }

  .article-meta-wrapper {
    margin-top: 30px; }

  #tagline .inner-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  #tagline .sidebar {
    display: none; }

  #tagline {
    padding-left: 31px;
    padding-right: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  #tagline #map-wrapper {
    position: static;
    flex-shrink: 0;
    margin-right: 30px; }

  .sidebar {
    display: none; }

  #main-content,
  .title {
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .title {
    padding: 0px;
  }

  #main-content #sidebar-promotion {
    margin-left: 28px;
    width: 32%;
  }
    #main-content #sidebar-promotion .sponsor {
      background: transparent; } }
#sidebar-promotion > div {
  background: transparent; }

@media screen and (max-width: 1060px) {
  .owl-controls {
    margin-top: 0px; } }
@media screen and (max-width: 910px) {
  #related .related-items-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #related .related-items-wrapper .article-item {
      width: 28%;
      margin-bottom: 20px; }

  .category-count-3 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .category-count-3 .latest-article-item {
    width: 100%;
    margin-bottom: 50px; }

  .directory-landing {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .directory-landing .directory-landing-item,
    .directory-landing .directory-map,
    .directory-landing .directory-sponsor {
      width: 100%; }

  .directory-landing .directory-sponsor form {
    display: none; }

  #footer .inner-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer-item {
    width: 100% !important;
    margin-bottom: 20px; }
    .footer-item h3 {
      display: inline-block;
      line-height: normal; }
    .footer-item p {
      line-height: normal; }

  .gallery-item-content .gallery-item-inner h3 {
    max-width: 80%;
    margin: 20px auto; } }
@media screen and (max-width: 970px) {
  #panel-2-6-1-0 > div > div > div > div > i {
    margin: 10px 0px; } }

@media screen and (max-width: 1100px) {
  #sidebar-promotion {
    display: none; }
  }
@media screen and (max-width: 900px) {
  #sidebar-promotion {
    display: none; }
  .owl-controls {
    padding: 0px; }

  .search-form {
    width: 90%; }

  .search-form input {
    font-size: 55px; } }
@media screen and (max-width: 800px) {
  #sidebar-promotion {
    display: none; }

  #directory-flex-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #directory-filter,
  #directory-popular {
    width: 100%; }

  .hero-gallery-single {
    min-height: 60vw; }

  #directory-results-wrapper,
  #directory-results-wrapper, #directory-results-wrapper .inner-wrapper,
  .archive-event-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #directory-results-wrapper .article-item, #directory-results-wrapper .inner-wrapper .article-item,
  #directory-results-wrapper .directory-item, .archive-event-list .event-item {
    width: 45%; }

  .top-listings .article-item {
    width: 100%; }

  .bottom-listings .article-item {
    width: 30%; } }

@media screen and (max-width: 780px) {
  .show-hide-search {
    bottom: 18px;
    right: 59px;
    font-size: 18px; }
  /* .header-arrow-nav{
    margin-top: 15px;
  } */
  .article-meta-wrapper{
    margin-top: 10px;
  }
  #header .inner-wrapper {
    position: static; }

  #header .inner-wrapper .sponsor-desktop {
    min-height: 0px; }

  #header.small .inner-wrapper .sponsor-desktop {
    min-height: none; }

  .gallery-item-content .gallery-item-inner h3 {
    font-size: 20px;
    max-width: 85%; }

  .slider-read-more {
    font-size: 14px; }

  #logo {
    position: absolute;
    left: 20px;
    bottom: 10px;
    margin: 0px; }

  #mobile-nav-trigger {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 17px;
    font-size: 20px;
    color: #3c3c3c; }

  #nav {
    display: none; }

  #header {
    background: #f6f5f7;
    padding-bottom: 54px;
    position: fixed; }

  #map-wrapper {
    display: none; }

  h1 {
    letter-spacing: 0px;
    font-size: 2.5em; }

  #tagline {
    font-size: 20px;
    margin-top: 20px; }

  .social-share-wrapper {
    margin-bottom: 10px; }

  #main-content {
    margin-top: 10px; }

  #main-content .inner-wrapper {
    width: 100%; }

  /* .article-meta-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } */

  .article-meta-wrapper .meta-date {
    margin-bottom: 10px; }

  .article-meta-wrapper .meta-date,
  .article-meta-wrapper .photo-credit {
    width: 100%; } }
@media screen and (max-width: 650px) {
  ol.title-tag-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    ol.title-tag-border li {
      width: 100%; }

  .archive-event-list .event-item {
    width: 100%;
    margin-bottom: 13vw; }

  .latest-article-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .latest-article-list .latest-article-item {
      width: 100%;
      margin-bottom: 13vw; }

  .latest-article-item h3 a {
    height: auto; }

  #directory-results-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  #directory-results-wrapper .article-item, #directory-results-wrapper .inner-wrapper .article-item,
  #directory-results-wrapper .directory-item, #directory-results-wrapper .inner-wrapper .article-item {
    width: 90%; }

  .article-item h4,
  .short-description,
  .directory-details .directory-address {
    height: auto !important; }

  .bottom-listings .article-item {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .search-results #page-content-fullwidth > article > div.inner-wrapper > h2 {
    font-size: 20px;
    margin-top: 30px; }

  .search-form input {
    font-size: 9vw; }

  .press-enter-to-submit {
    font-size: 17px; }

  body.home #google_map {
    padding-top: 0px; }

  .bottom-promotion .sponsor {
    margin: 0px;
    padding: 15px 0px; }

  .single-guide #main-content .inner-wrapper {
    padding-top: 40px; }

  #pg-2-5 .panel-grid-cell {
    padding: 0px !important; }

  #directory-results-wrapper {
    margin-top: 0px; }

  .article-item h4 {
    max-height: none; }

  body.single-guide #tagline .inner-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  body.single-guide #tagline #map-wrapper {
    margin: 0px auto; }

  #tagline .inner-wrapper #tagline-text {
    width: 100%;
    max-width: none;
    font-size: 17px; }

  #directory-filter .directory-filter-item {
    width: 100%; }

  .direcotyr-landing-wrapper h1 {
    margin-bottom: 30px; }

  #directory-filter #directory-feature ul, #directory-filter #directory-cuisine ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  #directory-filter .directory-filter-item {
    margin-bottom: 6px; }
    /*
  .author-wrapper {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  */
  .author-wrapper .social-share-wrapper.empty_author{
    /* flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start; */
  }
  .author-wrapper .social-share-wrapper.empty_author span{
    width: auto;
    margin-right: 5px;
  }
  .social-share-wrapper.onheader > a.share-btn{
    margin-bottom: 3px;
  }
  .author-wrapper .meta-date {
    text-align: left; }

  .header-arrow-nav {
    display: none; }

  #logo {
    width: 120px;
    height: 38px;
    background: url(../images/logotype.svg) no-repeat center; }

  #google_map {
    padding-top: 28vw; }

  .price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .price-wrapper span {
      margin-right: 3px; }

  #tagline {
    margin-top: 0px; }

  .social-share-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }

  .directory-phone a {
    white-space: nowrap; }

  h1 {
    font-size: 31px; }

  .sponsor-mobile {
    display: block;
    width: 90%;
    margin: 0px auto; }

  #top-sponsor .sponsor-desktop {
    display: block; }

  .sponsor-desktop,
  #top-sponsor .sponsor-mobile {
    display: none; }

  .terms-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .terms-wrapper a {
      width: 100%;
      margin-bottom: 10px; }

  #footer .footer-item p {
    font-size: 14px; }

  .article-meta-wrapper {
    margin-top: 0px; }

  #main-content .social-share-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
    #main-content .social-share-wrapper span {
      text-align: left; }
    #main-content .social-share-wrapper .social-share li {
      margin: 0px; }

  .author-wrapper {
    font-size: 14px;
    /* -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } */
  }

  #header-background {
    height: 22vw; }

  #article-header {
    padding-top: 20px; }

  .social-share-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .gallery-item .social-share-wrapper {
    display: block;
    bottom: inherit;
    left: inherit;
    right: 10px;
    top: 10px; }

  .social-share-wrapper span {
    width: 100%;
    margin: 0px;
    text-align: right;
    margin-bottom: 5px; }

  #directory-filter {
    margin-bottom: 30px; }

  #related .related-items-wrapper .article-item {
    width: 43%; }

  body.single-directory #main-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body.single-directory .sidebar,
  body.single-directory #directory-info {
    width: 100%;
    min-width: 100%; }
  body.single-directory .table-directory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  body.single-directory .directory-price {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px; }
  body.single-directory .table-heading-first {
    width: 100%; }
  body.single-directory .table-address {
    width: 68%; }
  body.single-directory .directory-contact {
    width: 100%; }
  body.single-directory .directory-opening-hours {
    width: 48%; }
  body.single-directory .open-time-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 9px; }
    body.single-directory .open-time-row div {
      width: 100%; }
  body.single-directory .directory-price-wrapper {
    width: 20%; }
  body.single-directory .directory-features {
    width: 48%; }

  body.single-article #main-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body.single-article .sidebar,
  body.single-article #directory-info {
    width: 100%;
    min-width: 100%; }
  body.single-article .table-directory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  body.single-article .directory-price {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px; }
  body.single-article .table-heading-first {
    width: 100%; }
  body.single-article .table-address {
    width: 68%; }
  body.single-article .directory-contact {
    width: 100%; }
  body.single-article .directory-opening-hours {
    width: 48%; }
  body.single-article .open-time-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 9px; }
    body.single-article .open-time-row div {
      width: 100%; }
  body.single-article .directory-price-wrapper {
    width: 20%; }
  body.single-article .directory-features {
    width: 48%; }
}

/*# sourceMappingURL=global.css.map */
img{
    pointer-events: none;
}
h3
{
    position: relative;
}
.directory_search_sign{
    font-size: 10px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 9px;
    width: 60px;

    text-align: right;
    color: #6d6d70;
}

@media screen and (min-width: 1000px){
  #article-header {
    padding-top: 20px !important; }
  #sidebar #directory-info{
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px){
  #article-header {
    padding-top: 50px !important; }
  #sidebar #directory-info{
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 600px){
  #article-header {
    padding-top: 20px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* #main-content .inner-wrapper{
    width: 80%;
    margin-left: 0px;
  } */
}
#container-loadmore{
  text-align: center;
  padding-bottom: 50px;
}
#directory-results-load-more{
  cursor: pointer;
}

#directory-results-load-more{
  font-family: 'Apercu-Regular', Arial;
  color: #CCC;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding-bottom: 20px;
  display: block;
  width: 125px;
  margin: 0 auto;
  position: relative;
}

#directory-results-load-more::after{
  content:"";
  display:block;
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: 15px;
  background-position: center bottom;
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}
#directory-results-load-more.disabled{
  pointer-events: none;
  animation: fade-key .3s ease-in 1 forwards;
  -webkit-animation: fade-key .3s ease-in 1 forwards;
}
#directory-results-load-more.disabled::after{
  opacity: 0;
}
#directory-results-load-more > span{
  display: block;
  margin: 0 auto;
}
#directory-results-load-more:hover{
  color: #777;
}
@media screen and (max-width: 600px){
  #container-loadmore{
    padding-bottom: 35px;
    border-top: solid 1px #CCC;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  #directory-results-load-more.disabled{
    color: #777;
    animation: fade-key-mobile .3s ease-in 1 forwards;
    -webkit-animation: fade-key-mobile .3s ease-in 1 forwards;
  }
  #directory-results-load-more{
    color: #777;
  }
  #directory-results-load-more.disabled:hover{
    color: #777;
  }
  #directory-results-load-more:hover{
    color: #777;
  }
  #directory-results-load-more::after{
    background: url("../images/arrow-darker.svg") no-repeat center;
    background-size: 15px;
    background-position: center bottom;
  }
  #directory-results-load-more:hover::after{
    opacity: 1;
  }
}
@-webkit-keyframes fade-key {
  from {color: #fff;}
  to {color: #CCC;}
}
@keyframes fade-key {
  from {color: #fff;}
  to {color: #CCC;}
}

@-webkit-keyframes fade-key-mobile {
  from {color: #fff;}
  to {color: #777;}
}
@keyframes fade-key-mobile {
  from {color: #fff;}
  to {color: #777;}
}
#wpadminbar{
  position: fixed;
}
.ratio-img-ctn,
.article-img-ctn,
.directory-image{
  height: 0px;
  position: relative;
  padding-top: 73.475%;
}

.bil-container,
.ratio-img-ctn-2{
  height: 0px;
  position: relative;
  padding-top: 80%;
}
.bil-container > *,
.ratio-img-ctn-2 > *,
.ratio-img-ctn > *,
.article-img-ctn > *,
.directory-image > *{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.bil-container img,
.ratio-img-ctn-2 img,
.ratio-img-ctn img,
.article-img-ctn img,
.directory-image img{
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.table-directory .table-address,
.table-directory .table-heading.table-heading-first{
  display: block;
}
.table-directory .table-address > *,
.table-directory .table-heading.table-heading-first > *{
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.table-directory .table-address:hover > *,
.table-directory .table-heading.table-heading-first:hover > *{
  color: #000;
}
