@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* colours
*/
/* spacing
*/
/* breakpoints
*/
/* posts-feed sizes
*/
/* shadows
*/
/* backgrounds
*/
/* media queries
*/
/* @mixin show-larger-800 {
	@media only screen and (max-width: 799px) {
		display: none;
	}
} */
/* styles
*/
/* transitions
*/
/*********************
*********************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

li {
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

/* colours
*/
/* spacing
*/
/* breakpoints
*/
/* posts-feed sizes
*/
/* shadows
*/
/* backgrounds
*/
/* media queries
*/
/* @mixin show-larger-800 {
	@media only screen and (max-width: 799px) {
		display: none;
	}
} */
/* styles
*/
/* transitions
*/
/*********************
*********************/
html, body {
  font: 17px/1.53 Whitman, Georgia, Helvetica, Arial, serif;
  color: #2c2c28; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, p, ul, ol {
  text-rendering: optimizelegibility; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: normal; }

h1, .h1 {
  font-size: 26px;
  line-height: 1.36; }

h2, .h2 {
  font-size: 22px;
  line-height: 1.36; }

h3, .h3 {
  font-size: 19px;
  line-height: 1.36; }

.page-title {
  margin: 0 0 19px;
  display: inline-block;
  font-size: 30px;
  border-bottom: 1px solid #2c2c28; }
  .page-title span {
    color: #cbcbc1; }
  .page-title a {
    color: #2c2c28; }
    .page-title a:hover, .page-title a:focus {
      color: #d4413e; }
  .page-title.page-title-sub {
    margin: 0 0 19px;
    font-size: 26px; }
  .page-title.centred {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

a {
  color: #eb4e29;
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease; }
  a:hover, a:focus {
    color: #d4413e; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.content > * + * {
  margin: 19px 0; }
.content h1 + h1, .content h1 + .h1, .content h1 + h2, .content h1 + .h2, .content h1 + h3, .content h1 + .h4, .content h1 + h4, .content h1 + .h4, .content .h1 + h1, .content .h1 + .h1, .content .h1 + h2, .content .h1 + .h2, .content .h1 + h3, .content .h1 + .h4, .content .h1 + h4, .content .h1 + .h4, .content h2 + h1, .content h2 + .h1, .content h2 + h2, .content h2 + .h2, .content h2 + h3, .content h2 + .h4, .content h2 + h4, .content h2 + .h4, .content .h2 + h1, .content .h2 + .h1, .content .h2 + h2, .content .h2 + .h2, .content .h2 + h3, .content .h2 + .h4, .content .h2 + h4, .content .h2 + .h4, .content h3 + h1, .content h3 + .h1, .content h3 + h2, .content h3 + .h2, .content h3 + h3, .content h3 + .h4, .content h3 + h4, .content h3 + .h4, .content .h4 + h1, .content .h4 + .h1, .content .h4 + h2, .content .h4 + .h2, .content .h4 + h3, .content .h4 + .h4, .content .h4 + h4, .content .h4 + .h4, .content h4 + h1, .content h4 + .h1, .content h4 + h2, .content h4 + .h2, .content h4 + h3, .content h4 + .h4, .content h4 + h4, .content h4 + .h4, .content .h4 + h1, .content .h4 + .h1, .content .h4 + h2, .content .h4 + .h2, .content .h4 + h3, .content .h4 + .h4, .content .h4 + h4, .content .h4 + .h4 {
  margin-top: 9.5px; }
.content li + li {
  margin: 6.27px 0; }
.content li ul, .content li ol {
  margin: 9.5px 0; }
.content li:hover, .content li:focus {
  /* background-image: url('../images/bullet-filled-large.png'); */ }
.content p a, .content li a, .content h1 a, .content .h1 a, .content h2 a, .content .h2 a, .content h3 a, .content .h3 a, .content h4 a, .content .h4 a, .content h5 a, .content .h5 a {
  -webkit-transition: color, background, opacity;
          transition: color, background, opacity; }
  .content p a:hover, .content p a:focus, .content li a:hover, .content li a:focus, .content h1 a:hover, .content h1 a:focus, .content .h1 a:hover, .content .h1 a:focus, .content h2 a:hover, .content h2 a:focus, .content .h2 a:hover, .content .h2 a:focus, .content h3 a:hover, .content h3 a:focus, .content .h3 a:hover, .content .h3 a:focus, .content h4 a:hover, .content h4 a:focus, .content .h4 a:hover, .content .h4 a:focus, .content h5 a:hover, .content h5 a:focus, .content .h5 a:hover, .content .h5 a:focus {
    padding: 2px 0;
    background: #fefeef;
    box-shadow: 0 1px 0 rgba(203, 203, 193, 0.25);
    border-radius: 2px; }

@media (min-width: 900px) {
  body {
    font-size: 18px; }

  .page-title {
    font-size: 42px; }
    .page-title.page-title-sub {
      font-size: 32px; }

  h1, .h1 {
    font-size: 36px;
    line-height: 1.36; }

  h2, .h2 {
    font-size: 28px;
    line-height: 1.36; }

  h3, .h3 {
    font-size: 23px;
    line-height: 1.36; } }
@media (min-width: 1000px) {
  body {
    font-size: 19px; }

  .page-title {
    font-size: 56px;
    margin-bottom: 47.5px; }
    .page-title.page-title-sub {
      font-size: 42px; } }
@font-face {
  font-family: 'Whitman';
  src: url("../fonts/whitman/bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitman/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/whitman/bold.woff") format("woff"), url("../fonts/whitman/bold.ttf") format("truetype"), url("../fonts/whitman/bold.svg#b99bbee3f4b578351c94beeded30589e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'Whitman';
  src: url("../fonts/whitman/italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitman/italic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitman/italic.woff") format("woff"), url("../fonts/whitman/italic.ttf") format("truetype"), url("../fonts/whitman/italic.svg#02b694493079cb658f12941518873fae") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: 'Whitman';
  src: url("../fonts/whitman/regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/whitman/regular.eot?#iefix") format("embedded-opentype"), url("../fonts/whitman/regular.woff") format("woff"), url("../fonts/whitman/regular.ttf") format("truetype"), url("../fonts/whitman/regular.svg#4496937ec8fc87a6d0b245a298ef6e82") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }
html, body {
  min-height: 100%; }

body {
  background: white; }

* {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease; }

a {
  -webkit-transition: background 0.2s ease;
          transition: background 0.2s ease; }

img {
  max-width: 100%;
  height: auto; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.container {
  position: relative;
  width: 94%;
  margin: 0 auto;
  max-width: 1200px; }
  .container.all {
    padding: 9.5px 0 38px; }
    @media (min-width: 690px) {
      .container.all {
        padding-top: 95px; } }
    @media (min-width: 900px) {
      .container.all {
        padding: 95px 0 57px; } }
  .container.larger {
    /*
    		@media (min-width:700px) {
    			max-width:620px
    		}
    		@media (min-width:1000px) {
    			max-width:920px
    		}
    		@media (min-width:1100px) {
    			max-width:1220px
    		}
    		@media (min-width:1500px) {
    			max-width:1520px
    		}
    		@media (min-width:1900px) {
    			max-width:1820px
    		}
    */ }
    .container.larger:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 900px) {
      .container.larger {
        padding-left: 20px;
        padding-right: 20px; } }

.navigation {
  display: block;
  clear: both;
  padding-top: 20px;
  text-align: center; }
  .navigation a, .navigation span {
    display: none;
    border: 1px solid #cbcbc1;
    padding: 12px 8px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c2c28;
    font-style: normal;
    text-align: center;
    min-width: 40px;
    margin-right: 10px; }
  .navigation a.prev, .navigation a.next {
    display: inline-block; }
  .navigation a:hover {
    background: #f3f3ef; }
  .navigation span.current {
    display: inline-block;
    background: #f3f3ef;
    /* 			border-color: $grey-light-2; */ }
  .navigation span.dots {
    border-color: #fff; }
  @media (min-width: 600px) {
    .navigation {
      padding-top: 40px; }
      .navigation a, .navigation span {
        display: inline-block; } }

.venue-navigation {
  display: block;
  clear: both;
  padding-top: 20px; }
  .venue-navigation .navigation-container {
    border: 1px solid #cbcbc1;
    background: #f3f3ef; }
    .venue-navigation .navigation-container:after {
      content: "";
      display: table;
      clear: both; }
  .venue-navigation a {
    display: block;
    width: 50%;
    float: left;
    font-size: 13px;
    background: #fff;
    padding: 12px 14px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c2c28;
    font-style: normal; }
  .venue-navigation .next a {
    float: right;
    border-left: 1px solid #cbcbc1; }

aligncenter {
  margin-left: auto;
  margin-right: auto; }

.content {
  margin: 0 0 38px; }

.button {
  display: block;
  margin: 0 auto;
  max-width: 572px;
  font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
  color: #aeaea2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 2.6;
  text-shadow: 0 1px 0 #d4413e;
  text-align: center;
  background: #eb4e29;
  border-color: #d4413e;
  cursor: pointer; }
  .button:hover, .button:focus {
    color: white;
    background-color: #d4413e; }
  @media (min-width: 900px) {
    .button {
      line-height: 2.3;
      font-size: 15px; } }

.share, .discover, .sidebar-comments {
  margin: 0 0 19px; }
  .share:after, .discover:after, .sidebar-comments:after {
    content: "";
    display: table;
    clear: both; }
  .share .title, .discover .title, .sidebar-comments .title {
    margin: 0 0 9px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cbcbc1; }
  .share li, .discover li, .sidebar-comments li {
    float: left;
    list-style-type: none; }
    .share li img, .discover li img, .sidebar-comments li img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 10px; }

.share li {
  width: 24px;
  margin: 0 7px 0 0; }

.social-links {
  margin: 0 0 19px; }
  .social-links:after {
    content: "";
    display: table;
    clear: both; }
  .social-links li {
    float: left;
    margin: 0 3% 0 0;
    list-style-type: none; }
    .social-links li a {
      color: #656565; }
    .social-links li.twitter a {
      color: #299aca; }
  .social-links .icon {
    width: 13px;
    height: auto;
    vertical-align: middle;
    position: relative;
    top: -2px; }

.download-app {
  padding: 8px 3% 8px 30px;
  height: 31px;
  background: url("../images/icons/apple-logo.svg") 10px center no-repeat;
  background-size: 13px auto;
  border: 1px solid #cbcbc1;
  font: Whitman, Georgia, Helvetica, Arial, serif;
  color: #868679;
  line-height: 1; }
  .download-app:hover, .download-app:focus {
    background-color: #fefeef; }

.no-results {
  padding: 40px 0; }
  .no-results h2 {
    color: #cbcbc1; }
  @media (min-width: 600px) {
    .no-results {
      padding: 80px 0; } }

.marker-popup h3 {
  font-size: 16px;
  font-family: Whitman, Georgia, Helvetica, Arial, serif; }
.marker-popup p {
  font-family: "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif; }

.header {
  margin: 0 0 19px;
  border-bottom: 1px solid #f3f3ef;
  box-shadow: 0 1px 2px rgba(203, 203, 193, 0.5);
  /* only when in the header, not the page */ }
  .page-destinations .header {
    margin-bottom: 0; }
  .header .container {
    padding: 8px 0 9.5px; }
  @media (min-width: 690px) {
    .header {
      position: fixed;
      width: 100%;
      height: 60px;
      background: #fff;
      z-index: 20; }
      .header.scrolling {
        height: 46px; }
        .header.scrolling .container {
          padding-top: 0;
          padding-bottom: 0; } }
  .header .the-hedonist {
    display: none;
    letter-spacing: normal; }
  .single-post .header .the-hedonist {
    display: inline; }
    @media (min-width: 480px) {
      .single-post .header .the-hedonist {
        display: none; } }
  .header a {
    color: #2c2c28;
    letter-spacing: 1px; }
  .header .logo {
    margin: 3.8px 0 14.25px;
    letter-spacing: .07em;
    text-align: center; }
    .header .logo a {
      display: inline-block; }
      .header .logo a:hover, .header .logo a:focus {
        color: #eb4e29; }
    @media (min-width: 480px) {
      .header .logo {
        margin-bottom: 0;
        margin-top: 11px;
        font-size: 37px;
        line-height: 1;
        text-align: left; } }
    @media (min-width: 690px) {
      .header .logo {
        font-size: 24px;
        line-height: 1; } }
  .header .menu {
    display: table;
    width: 100%;
    margin: 0 0 16.15px; }
    .header .menu li {
      display: table-cell;
      list-style-type: none;
      font: bold 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      .header .menu li:first-of-type {
        text-align: left; }
      .header .menu li:last-of-type {
        text-align: right; }
      .header .menu li a:hover, .header .menu li a:focus {
        color: #eb4e29; }
      .header .menu li.current-menu-item a, .header .menu li.current_page_item a {
        color: #aeaea2; }
      .header .menu li.is-open a {
        color: #eb4e29; }
      .header .menu li:after {
        display: none; }
    @media (min-width: 480px) {
      .header .menu {
        margin-top: 9.5px;
        margin-bottom: 9.5px; } }
    @media (min-width: 690px) {
      .header .menu {
        margin-top: 15px; } }
    @media (min-width: 1124px) {
      .header .menu {
        margin-top: 8px;
        text-align: center; }
        .header .menu li {
          display: inline-block; }
          .header .menu li:after {
            display: inline-block;
            margin: 0 11px 0 15px;
            content: "/";
            font: inherit;
            font-weight: normal;
            color: #e3e3de;
            cursor: default; }
          .header .menu li:last-of-type:after {
            display: none; } }
  .header .search-form input {
    display: block;
    width: 100%;
    padding: 6px;
    font: bold 12px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    color: #c8c8bf;
    letter-spacing: 1px;
    background: #f9f9f9;
    border: none; }
    .header .search-form input:focus {
      color: #868679; }
  @media (min-width: 690px) {
    .header .search-form {
      margin-top: 9px; } }
  @media (min-width: 1020px) {
    .header .search-form {
      margin-top: 11px; } }
  .header .destinations-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -10;
    max-height: 100%;
    overflow-y: auto;
    height: 0;
    opacity: 0; }
    .header .destinations-menu .close-menu {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 1;
      padding: 12px;
      cursor: pointer; }
    .header .destinations-menu ul li ul {
      display: none; }
    @media (min-width: 551px) {
      .header .destinations-menu {
        /* bring in the map and inline the continents */ }
        .header .destinations-menu > ul {
          position: absolute;
          top: 5%;
          left: 0; }
          .header .destinations-menu > ul > li ul {
            top: 205%; } }
    @media (min-height: 630px) {
      .header .destinations-menu {
        /* tall enough to show header */
        top: 90px; }
        .header .destinations-menu .close-menu {
          display: none; } }
    @media (min-height: 630px) and (min-width: 480px) {
      .header .destinations-menu {
        /* when header changes height */
        top: 74px; } }
    @media (min-height: 630px) and (min-width: 690px) {
      .header .destinations-menu {
        /* when header changes height, again */
        top: 60px; } }

::-webkit-input-placeholder {
  color: #babab2; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #babab2; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #babab2; }

:-ms-input-placeholder {
  color: #babab2; }

/*section*/
.destinations-menu {
  padding: 10px;
  background: #f9f9f9;
  -webkit-transition: opacity 0.2s ease, height 0.2s ease;
          transition: opacity 0.2s ease, height 0.2s ease; }
  .destinations-menu.showing {
    left: 0;
    z-index: 30;
    height: 100%;
    opacity: 1; }
  .destinations-menu ul li {
    font: bold 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.6;
    font-size: 14px;
    list-style-type: none;
    cursor: default; }
    .destinations-menu ul li a {
      display: block; }
    .destinations-menu ul li ul {
      margin: 5px 0 0; }
      .destinations-menu ul li ul li {
        display: inline-block;
        font-family: Whitman, Georgia, Helvetica, Arial, serif;
        font-weight: normal;
        font-size: 18px;
        text-transform: none;
        white-space: nowrap;
        letter-spacing: 1px; }
        .destinations-menu ul li ul li a {
          color: #a8a89e; }
          .destinations-menu ul li ul li a:after {
            color: #d0d0c7;
            content: ",\00a0"; }
          .destinations-menu ul li ul li a:hover {
            color: #eb4e29; }
        .destinations-menu ul li ul li:last-of-type a:after {
          content: "."; }
      .destinations-menu ul li ul a {
        color: #a8a89e; }
    .destinations-menu ul li:hover, .destinations-menu ul li:focus, .destinations-menu ul li.showing {
      color: #eb4e29;
      background: white; }
      .destinations-menu ul li:hover ul, .destinations-menu ul li:focus ul, .destinations-menu ul li.showing ul {
        display: block;
        text-align: center; }
  .destinations-menu > ul > li {
    margin-bottom: 19px;
    padding: 7.5px 10px; }
  @media (max-width: 550px) {
    .destinations-menu > ul > li {
      border-bottom: 1px solid #2c2c28; } }
  @media (min-width: 551px) {
    .destinations-menu {
      /* bring in the map and inline the continents */
      background: url("../images/world-map.jpg") center center/cover no-repeat #f9f9f9; }
      .destinations-menu > ul {
        width: 100%;
        text-align: center; }
        .destinations-menu > ul > li {
          display: inline-block;
          margin: 0 1%;
          font-size: 13px; }
          .destinations-menu > ul > li ul {
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            display: none;
            width: 94%;
            max-width: 960px;
            text-align: left; }
            .destinations-menu > ul > li ul li {
              font-size: 50px; }
              .destinations-menu > ul > li ul li a {
                padding-left: 12px; }
              .destinations-menu > ul > li ul li:last-of-type a {
                padding-right: 8px; }
            .destinations-menu > ul > li ul.few {
              text-align: center; } }
  @media (min-width: 900px) {
    .destinations-menu {
      /* show the '/' between each */ }
      .destinations-menu > ul > li {
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        .destinations-menu > ul > li .continent {
          display: inline-block;
          padding: 7.5px 10px;
          line-height: inherit;
          letter-spacing: 1px; }
        .destinations-menu > ul > li:hover, .destinations-menu > ul > li:focus, .destinations-menu > ul > li.showing {
          color: #2c2c28;
          background: none; }
          .destinations-menu > ul > li:hover .continent, .destinations-menu > ul > li:focus .continent, .destinations-menu > ul > li.showing .continent {
            color: #d4413e;
            background: #fff; }
        .destinations-menu > ul > li:after {
          display: inline-block;
          margin: 0 10px;
          content: "\00a0/";
          font: inherit;
          font-weight: normal;
          color: #e3e3de;
          cursor: default; }
        .destinations-menu > ul > li:last-of-type:after {
          display: none; } }
  .page-destinations .destinations-menu {
    position: relative;
    min-height: 800px; }
    .page-destinations .destinations-menu .close-menu {
      display: none; }
    @media (min-width: 551px) {
      .page-destinations .destinations-menu > ul {
        position: absolute;
        top: 11%;
        left: 0; }
        .page-destinations .destinations-menu > ul > li ul {
          top: 250%; } }

.footer {
  background: #e3e3de; }
  .footer .container {
    padding: 28.5px 0; }
    .footer .container:after {
      content: "";
      display: table;
      clear: both; }
  .footer p {
    color: #717169; }
  .footer li {
    list-style-type: none; }
  .footer .destinations-magazine {
    margin: 0 0 19px; }
    .footer .destinations-magazine .title {
      font: bold 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin: 0 0 19px; }
    .footer .destinations-magazine li a {
      color: #717169; }
      .footer .destinations-magazine li a:hover, .footer .destinations-magazine li a:focus {
        color: #eb4e29; }
  .footer .slashed {
    margin: 0 0 9.5px; }
    .footer .slashed li {
      display: inline-block; }
      .footer .slashed li:after {
        display: inline-block;
        margin: 0 1px 0 5px;
        content: "/";
        font: inherit;
        color: #c2c2bc; }
      .footer .slashed li:last-of-type:after {
        display: none; }
  .footer .logo {
    font-size: 24px; }
    .footer .logo a {
      color: #2c2c28; }
  .footer .share {
    margin-bottom: 0; }
  .footer .newsletter {
    margin-bottom: 1em; }
    .footer .newsletter h3 {
      font-size: 1.1em; }
    .footer .newsletter input[type=email] {
      width: 100%;
      max-width: 300px;
      padding: 7px;
      border: 0; }
    .footer .newsletter input[type=submit] {
      display: none; }
  .footer .credit {
    display: block;
    clear: both;
    padding-top: 1em;
    color: #c3c3b5; }
    .footer .credit a {
      color: #c3c3b5; }
  @media (min-width: 800px) {
    .footer {
      font-size: 16px; }
      .footer .general {
        float: left; }
      .footer .newsletter {
        padding-bottom: 19px;
        border-bottom: 1px solid #d2d2cb; } }

.newsletter-popup {
  display: none;
  position: fixed;
  width: 300px;
  top: 0;
  left: 50%;
  margin-left: -150px;
  margin-top: 100px;
  z-index: 100; }
  .newsletter-popup .inner {
    position: relative;
    padding: 20px;
    background: #fff; }
  .newsletter-popup h3 {
    margin-bottom: 10px;
    text-align: center; }
  .newsletter-popup h4 {
    display: block;
    clear: both;
    margin: 0 0 9px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cbcbc1;
    padding-top: 30px;
    text-align: center; }
  .newsletter-popup p {
    color: #aeaea2;
    margin-bottom: 10px;
    font-size: 0.9em;
    text-align: center; }
  .newsletter-popup input[type=email] {
    width: 55%;
    padding: 8px;
    float: left;
    font-size: 0.8em; }
  .newsletter-popup input[type=submit] {
    width: 40%;
    border: 0;
    float: right; }
  .newsletter-popup .close {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    color: #aeaea2;
    border: 1px solid #aeaea2;
    line-height: 25px;
    font-size: 0.7em;
    text-align: center;
    border-radius: 30px; }
  .newsletter-popup .share {
    margin-bottom: 0;
    text-align: center; }
    .newsletter-popup .share li {
      display: inline-block;
      float: none;
      width: 28px; }
    .newsletter-popup .share h4 {
      display: none; }
  @media only screen and (min-width: 450px) {
    .newsletter-popup {
      width: 400px;
      margin-left: -200px;
      margin-top: 160px; }
      .newsletter-popup input[type=email] {
        width: 60%; }
      .newsletter-popup input[type=submit] {
        width: 35%; } }

.newsletter-popup-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 44, 40, 0.7);
  z-index: 90; }

.venue-menu {
  display: none; }

.secondary-nav {
  position: absolute;
  width: 100%;
  z-index: 10; }

@media (min-width: 1240px) {
  .filter-menu {
    display: none; } }
.destination {
  position: relative; }

.venue-menu {
  position: relative;
  background: #fff;
  height: 100px;
  z-index: 10;
  /* functionality */
  /* styles */ }
  @media (min-width: 1240px) {
    .venue-menu {
      position: absolute;
      display: block;
      width: 100%;
      height: 38px; } }
  .venue-menu .menu > a {
    display: none; }
  .venue-menu li {
    list-style-type: none; }
  .venue-menu .dropdowns > li {
    float: left; }
  .venue-menu .dropdowns li {
    position: relative; }
    .venue-menu .dropdowns li > ul {
      position: absolute;
      top: 100%;
      left: -500%;
      height: 0;
      overflow: hidden;
      opacity: 0; }
    .venue-menu .dropdowns li:hover > ul {
      left: 0;
      z-index: 100;
      height: auto;
      margin-left: -1px;
      overflow: visible;
      opacity: 1; }
  .venue-menu .dropdowns li li:hover ul {
    top: 0;
    left: 100%;
    width: 300%;
    max-width: 447px;
    margin-left: 1px;
    border-bottom: 0; }
    .venue-menu .dropdowns li li:hover ul li {
      float: left;
      width: 150px;
      margin-left: -1px;
      margin-top: -1px;
      border-bottom: 1px solid #cbcbc1; }
  .venue-menu .dropdowns {
    border: 1px solid #e3e3de;
    text-align: left;
    white-space: nowrap; }
    .venue-menu .dropdowns:after {
      content: "";
      display: table;
      clear: both; }
    .venue-menu .dropdowns li {
      padding: 12px 12px;
      height: 36px;
      border-top: 1px solid #cbcbc1;
      border-left: 1px solid #cbcbc1;
      border-right: 1px solid #cbcbc1; }
      .venue-menu .dropdowns li:after {
        position: relative;
        top: -2px;
        display: inline-block;
        width: 8px;
        height: 6px;
        margin-left: 2px;
        background: url("../images/icons/category-arrow.svg") right center no-repeat;
        background-size: cover;
        content: "";
        -webkit-transform: rotate(-90deg) scale(0.6);
            -ms-transform: rotate(-90deg) scale(0.6);
                transform: rotate(-90deg) scale(0.6);
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, margin 0.6s ease;
                transition: opacity 0.2s ease, transform 0.2s ease, margin 0.6s ease;
        opacity: .4; }
      .venue-menu .dropdowns li:hover:after, .venue-menu .dropdowns li:focus:after {
        /* margin-left: 5px; */
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1);
            -ms-transform: rotate(0deg) scale(1);
                transform: rotate(0deg) scale(1); }
      .venue-menu .dropdowns li.has-link {
        padding: 0; }
        .venue-menu .dropdowns li.has-link:after {
          display: none; }
        .venue-menu .dropdowns li.has-link:hover, .venue-menu .dropdowns li.has-link:focus {
          padding-left: 0; }
      .venue-menu .dropdowns li.filter-sort, .venue-menu .dropdowns li.filter-map {
        float: right;
        border-right: none;
        border-left: 1px solid #e3e3de; }
      .venue-menu .dropdowns li.filter-map {
        opacity: 0;
        padding-top: 6px; }
        .venue-menu .dropdowns li.filter-map label {
          margin-right: 6px;
          padding-top: 6px; }
        .venue-menu .dropdowns li.filter-map:after {
          display: none; }
        .venue-menu .dropdowns li.filter-map .checkbox-map {
          position: relative;
          float: left;
          width: 63px;
          height: 21px;
          color: white;
          background: #e3e3de;
          text-align: left; }
          .venue-menu .dropdowns li.filter-map .checkbox-map .bar {
            float: left;
            width: 45%;
            height: 17px;
            margin: 2px 2px 0;
            background: white; }
          .venue-menu .dropdowns li.filter-map .checkbox-map input[type="checkbox"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 63px;
            height: 21px;
            opacity: 0;
            cursor: pointer; }
          .venue-menu .dropdowns li.filter-map .checkbox-map input[type="checkbox"]:checked + .bar {
            float: right; }
          .venue-menu .dropdowns li.filter-map .checkbox-map:before {
            position: absolute;
            left: 4px;
            display: none;
            content: "On";
            line-height: 21px; }
          .venue-menu .dropdowns li.filter-map .checkbox-map:after {
            position: absolute;
            right: 4px;
            content: "Off";
            line-height: 21px; }
          .venue-menu .dropdowns li.filter-map .checkbox-map.checked {
            background: #ee514d; }
            .venue-menu .dropdowns li.filter-map .checkbox-map.checked:before {
              display: block; }
            .venue-menu .dropdowns li.filter-map .checkbox-map.checked:after {
              display: none; }
      .venue-menu .dropdowns li label {
        float: left; }
      .venue-menu .dropdowns li .selecta {
        margin-left: 5px;
        color: #2c2c28; }
      .venue-menu .dropdowns li.selected-all {
        background: #f3f3ef; }
        .venue-menu .dropdowns li.selected-all .selecta {
          color: #b3b3ab; }
          .venue-menu .dropdowns li.selected-all .selecta:after {
            opacity: .3; }
      .venue-menu .dropdowns li ul {
        border-bottom: 1px solid #cbcbc1; }
        .venue-menu .dropdowns li ul li {
          color: #2c2c28;
          background: #f3f3ef; }
          .venue-menu .dropdowns li ul li:hover, .venue-menu .dropdowns li ul li:focus {
            padding-left: 7.5%;
            background: #fefeef; }
            .venue-menu .dropdowns li ul li:hover:after, .venue-menu .dropdowns li ul li:focus:after {
              margin-left: 5px;
              -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
        .venue-menu .dropdowns li ul a {
          display: block;
          height: 34px;
          padding: 12px;
          background: #f3f3ef;
          -webkit-transition: color 0.2s ease, padding 0.6s ease, background 0.2s ease, box-shadow 1s ease;
                  transition: color 0.2s ease, padding 0.6s ease, background 0.2s ease, box-shadow 1s ease; }
          .venue-menu .dropdowns li ul a:hover, .venue-menu .dropdowns li ul a:focus {
            background: #fefeef; }
            .venue-menu .dropdowns li ul a:hover:after, .venue-menu .dropdowns li ul a:focus:after {
              margin-left: 5px;
              -webkit-transform: rotate(0deg);
                  -ms-transform: rotate(0deg);
                      transform: rotate(0deg); }
    .venue-menu .dropdowns > li {
      font: bold 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      border-left: none;
      border-top: none;
      letter-spacing: 1px;
      cursor: pointer;
      color: #868679; }
      .venue-menu .dropdowns > li:hover, .venue-menu .dropdowns > li:focus {
        background: #fefeef; }
  .venue-menu.venue-menu-home .magazine-link:after {
    display: none; }
  .venue-menu.venue-menu-home .dropdowns li:hover ul {
    width: 100000%;
    max-width: 447px;
    margin-left: 1px;
    border-bottom: 0; }
    .venue-menu.venue-menu-home .dropdowns li:hover ul li {
      float: left;
      width: 150px;
      margin-left: -1px;
      margin-top: -1px;
      border-bottom: 1px solid #cbcbc1; }

.hedonist-menu, .filter-menu {
  position: relative;
  z-index: 10; }
  .hedonist-menu .parent, .filter-menu .parent {
    position: absolute;
    width: 100%; }
  .hedonist-menu li, .filter-menu li {
    font: bold 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .hedonist-menu li label, .filter-menu li label {
      display: block;
      padding: 8px 3%;
      cursor: pointer; }
    .hedonist-menu li select, .filter-menu li select {
      display: block;
      width: 94%;
      margin: 0 3%;
      text-transform: none; }
    .hedonist-menu li a, .filter-menu li a {
      display: block;
      padding: 8px 3%;
      border: 1px solid #cbcbc1;
      color: #2c2c28;
      -webkit-transition: color 0.2s ease, padding 0.6s ease, background 0.2s ease, box-shadow 1s ease;
              transition: color 0.2s ease, padding 0.6s ease, background 0.2s ease, box-shadow 1s ease; }
      .hedonist-menu li a:after, .filter-menu li a:after {
        position: relative;
        top: -2px;
        display: inline-block;
        width: 8px;
        height: 6px;
        margin-left: 4px;
        background: url("../images/icons/category-arrow.svg") right center no-repeat;
        background-size: cover;
        content: "";
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, margin 0.6s ease;
                transition: opacity 0.2s ease, transform 0.2s ease, margin 0.6s ease;
        opacity: 0; }
      .hedonist-menu li a:hover, .hedonist-menu li a:focus, .filter-menu li a:hover, .filter-menu li a:focus {
        color: #eb4e29; }
    .hedonist-menu li ul, .filter-menu li ul {
      position: absolute;
      z-index: 1;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #cbcbc1;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
              transition: opacity 0.2s ease; }
      .hedonist-menu li ul li, .filter-menu li ul li {
        border: 1px solid #cbcbc1;
        border-bottom: none; }
        .hedonist-menu li ul li:first-of-type, .filter-menu li ul li:first-of-type {
          border-top: 0; }
        .hedonist-menu li ul li ul li, .filter-menu li ul li ul li {
          border-bottom: 0;
          border-top: 1px solid #cbcbc1; }
        .hedonist-menu li ul li ul a, .filter-menu li ul li ul a {
          background: #f3f3ef; }
      .hedonist-menu li ul a, .filter-menu li ul a {
        background: #fff;
        border: none; }
        .hedonist-menu li ul a:hover, .hedonist-menu li ul a:focus, .filter-menu li ul a:hover, .filter-menu li ul a:focus {
          padding-left: 4.5%;
          background: #fefeef; }
          .hedonist-menu li ul a:hover:after, .hedonist-menu li ul a:focus:after, .filter-menu li ul a:hover:after, .filter-menu li ul a:focus:after {
            margin-left: 7px;
            opacity: 1; }
    .hedonist-menu li:hover ul, .filter-menu li:hover ul {
      left: 0;
      opacity: 1;
      box-shadow: 0 1px 2px rgba(203, 203, 193, 0.5); }
    .hedonist-menu li.menu > a, .filter-menu li.menu > a {
      cursor: default; }
      .hedonist-menu li.menu > a:after, .filter-menu li.menu > a:after {
        opacity: 1;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .hedonist-menu li.menu:hover > a, .hedonist-menu li.menu:focus > a, .filter-menu li.menu:hover > a, .filter-menu li.menu:focus > a {
      color: #aeaea2; }
      .hedonist-menu li.menu:hover > a:after, .hedonist-menu li.menu:focus > a:after, .filter-menu li.menu:hover > a:after, .filter-menu li.menu:focus > a:after {
        opacity: .4;
        -webkit-transform: rotate(0deg) scale(0.6);
            -ms-transform: rotate(0deg) scale(0.6);
                transform: rotate(0deg) scale(0.6); }

@media (min-width: 950px) {
  .hedonist-menu {
    margin-bottom: 38px; }
    .hedonist-menu li.menu > a {
      display: none; }
    .hedonist-menu li ul {
      position: static;
      opacity: 1;
      border: 1px solid #e3e3de; }
      .hedonist-menu li ul:after {
        content: "";
        display: table;
        clear: both; }
      .hedonist-menu li ul li {
        float: left;
        border: none; }
        .hedonist-menu li ul li a {
          padding: 12px 20px;
          border-right: 1px solid #e3e3de; }
          .hedonist-menu li ul li a:hover, .hedonist-menu li ul li a:focus {
            padding-left: 20px;
            background: #fefeef; }
    .hedonist-menu li:hover ul {
      left: auto;
      opacity: 1;
      box-shadow: none; }
    .hedonist-menu li.has-children a {
      padding: 12px 20px; }
      .hedonist-menu li.has-children a:after {
        margin-left: 5px;
        opacity: 1;
        -webkit-transform: rotate(-90deg) scale(0.6);
            -ms-transform: rotate(-90deg) scale(0.6);
                transform: rotate(-90deg) scale(0.6);
        opacity: .4; }
    .hedonist-menu li.has-children:hover a {
      padding-right: 20px; }
      .hedonist-menu li.has-children:hover a:after {
        margin-left: 5px;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    .hedonist-menu li.has-children:hover ul {
      display: block; }
    .hedonist-menu .sub-menu {
      display: none;
      position: absolute;
      width: 170px; }
      .hedonist-menu .sub-menu li {
        display: block;
        width: 100%; }
      .hedonist-menu .sub-menu a:after {
        display: none; } }

.filter-menu {
  margin: 0 0 19px; }
  .filter-menu li a {
    padding-left: 10px;
    padding-right: 10px; }
  .filter-menu li li {
    padding: 0 10px 8px; }
    .filter-menu li li a {
      padding-left: 10px;
      padding-right: 10px; }
    .filter-menu li li label {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 4px; }
    .filter-menu li li select {
      margin: 0;
      padding: 3px 0;
      font-size: 13px; }
    .filter-menu li li .selecta {
      display: none;
      cursor: pointer; }
      .filter-menu li li .selecta:after {
        position: relative;
        top: -2px;
        display: inline-block;
        width: 8px;
        height: 6px;
        margin-left: 4px;
        background: url("../images/icons/category-arrow.svg") right center no-repeat;
        background-size: cover;
        content: "";
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, margin 0.6s ease;
                transition: opacity 0.2s ease, transform 0.2s ease, margin 0.6s ease;
        opacity: 1; }

.home-sub, .splash-intro {
  color: #aeaea2;
  text-align: center;
  font-style: italic;
  font-size: 25px;
  margin-bottom: 40px; }

.splash-intro {
  font-size: 20px; }

.home {
  background: #f9f9f9;
  padding-top: 50px; }
  @media (min-width: 551px) {
    .home {
      /* bring in the map and inline the continents */
      padding-top: 0;
      background: url("../images/world-map.jpg") center center/cover no-repeat #f9f9f9; } }

.guide .container-header {
  text-align: center; }
  .guide .container-header .page-title {
    margin-top: 40px;
    margin-bottom: 20px; }
.guide #grid {
  margin-top: 100px; }

.page-home .header, .page-home .footer {
  display: none; }

.splash {
  text-align: center;
  padding: 10px; }
  .splash h1 {
    margin-bottom: 0.3em; }
  .splash h2 {
    display: inline-block;
    font-size: 2em;
    border-bottom: 1px solid #2c2c28;
    margin-bottom: 19px; }
    .splash h2 span {
      font-size: 70%;
      color: #616159;
      display: block; }
  .splash h3 {
    font-size: 3.4em;
    color: #cbcbc1; }
  .splash .col {
    display: block;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 80%;
    margin: 0 auto 0 10%;
    padding: 1em;
    border: 1px solid #e6e6de; }
    .splash .col.agency {
      margin-bottom: 10%; }
    .splash .col.guides {
      margin-bottom: 10%; }
  .splash .splash-desc {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #868679;
    padding: 0 10%; }

@media only screen and (min-width: 600px) {
  .splash h2 {
    font-size: 3em; }
  .splash .splash-intro {
    font-size: 1.3em; }
  .splash .col {
    display: block;
    width: 40%;
    float: left;
    margin: 0 5% 10% 5%; } }
/*template*/
.destination {
  text-align: center; }
  .destination .destination-header {
    display: block;
    width: 100%; }
  .destination .page-guide {
    color: #aeaea2;
    font-style: italic; }
  @media (min-width: 900px) {
    .destination .page-guide, .destination .page-title {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .destination .page-guide {
      font-size: 25px; } }
  .destination .share-the-destination {
    display: none;
    padding-top: 8px; }
    .destination .share-the-destination .share-title {
      margin-bottom: 0;
      margin-right: 7px;
      font-style: normal; }
    .destination .share-the-destination .share-title, .destination .share-the-destination ul, .destination .share-the-destination li {
      display: inline-block;
      line-height: 21px;
      vertical-align: middle; }
    @media (min-width: 600px) {
      .destination .share-the-destination {
        display: block;
        float: right; } }
    @media (min-width: 900px) {
      .destination .share-the-destination {
        margin-right: 11.9%; } }
    @media (min-width: 1000px) {
      .destination .share-the-destination {
        padding-top: 29px; } }
  .destination .filter-menu {
    margin: 0 0 19px; }
  .destination .main-grid .map {
    display: none;
    overflow: hidden; }
  @media (min-width: 940px) {
    .destination .main-grid.show-map .map {
      position: fixed;
      display: block;
      background: #eee;
      right: 60px;
      bottom: 20px;
      top: 0;
      width: 280px; } }
  @media (min-width: 940px) and (min-width: 1240px) {
    .destination .main-grid.show-map .map {
      width: 580px; } }
  @media (min-width: 940px) {
      .destination .main-grid.show-map .map #map-canvas {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .destination .main-grid.show-map .map.floating {
        position: fixed;
        top: 0; } }

.venue .page-title {
  margin: 0 0 19px; }
.venue .share-the-venue {
  display: none;
  padding-top: 8px; }
  .venue .share-the-venue .share-title {
    margin-bottom: 0;
    margin-right: 7px;
    font-style: normal; }
  .venue .share-the-venue .share-title, .venue .share-the-venue ul, .venue .share-the-venue li {
    display: inline-block;
    line-height: 21px;
    vertical-align: middle; }
  @media (min-width: 600px) {
    .venue .share-the-venue {
      display: block;
      float: right; } }
  @media (min-width: 1000px) {
    .venue .share-the-venue {
      padding-top: 29px; } }
@media (min-width: 900px) {
  .venue .post-categories {
    padding-right: 31.8%; }
  .venue .share {
    position: absolute;
    right: 0;
    width: 31.8%;
    margin-top: -90px;
    text-align: right; }
    .venue .share ul {
      text-align: right; }
    .venue .share li {
      display: inline-block;
      float: none;
      margin: 0 0 0 4px; } }
.venue .post-categories {
  margin: 0 0 19px; }
  @media (min-width: 900px) {
    .venue .post-categories {
      margin: 0 0 38px; } }
.venue .details {
  margin: 0 0 19px;
  padding: 20px 10px;
  background: #f9f9f9;
  border: 1px solid #e3e3de; }
  @media (min-width: 900px) {
    .venue .details {
      text-align: right; } }
  .venue .details dt {
    margin: 0 0 4px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .venue .details dd {
    margin: 0 0 9.5px; }
    @media (min-width: 670px) {
      .venue .details dd {
        margin: 0 0 19px; } }
  .venue .details .detail-price .icon {
    display: inline-block;
    width: 16px;
    height: auto;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .venue .details .detail-w3w .icon {
    display: inline-block;
    width: 12px;
    height: auto;
    margin: 0 4px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .venue .details .download-app {
    background-color: white; }
.venue .description-details {
  margin: 0 0 2.4%; }
  .venue .description-details iframe {
    display: block;
    width: 100%;
    height: 300px; }
    @media (min-width: 600px) {
      .venue .description-details iframe {
        height: 400px; } }
  .venue .description-details .description {
    padding: 20px 10px;
    background: #f9f9f9;
    border: 1px solid #e3e3de; }
  @media (min-width: 900px) {
    .venue .description-details {
      position: relative;
      background: #f9f9f9;
      border: 1px solid #e3e3de; }
      .venue .description-details .description, .venue .description-details .details {
        padding: 20px;
        background: none;
        border: none;
        margin-bottom: 0; }
      .venue .description-details .description:before {
        content: ' ';
        background: #fff;
        width: 2.4%;
        position: absolute;
        left: 65.8%;
        top: -1px;
        bottom: -1px;
        border-right: 1px solid #e3e3de;
        border-left: 1px solid #e3e3de; } }
.venue .photo-feature {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 38px;
  padding-bottom: 80%;
  /* 42.439024390244% - THIS IS LANDSCAPE RATIO */
  background-size: cover;
  background-position: center center; }
  @media (min-width: 900px) {
    .venue .photo-feature {
      padding-bottom: 60%; } }
  @media (min-width: 1200px) {
    .venue .photo-feature {
      padding-bottom: 42.439024390244%; } }
.venue .map-sponsor {
  margin: 0 0 38px; }
  .venue .map-sponsor:after {
    content: "";
    display: table;
    clear: both; }
  .venue .map-sponsor #map-canvas {
    width: 100%;
    height: 0;
    padding-bottom: 82.96943231441%;
    margin: 0 0 19px; }
  .venue .map-sponsor .sponsor {
    position: relative;
    display: none;
    width: 100%;
    height: 280px;
    padding-top: 15px;
    background: #545454; }
    .venue .map-sponsor .sponsor .sponsor-content {
      display: block;
      width: 300px;
      height: 250px;
      margin: 10% auto 0;
      margin: 0 auto 0;
      position: relative; }
  .venue .map-sponsor.has-sponsor #map-canvas {
    width: 100%;
    height: 350px; }
  .venue .map-sponsor.has-sponsor .sponsor {
    display: block; }
  @media (min-width: 1020px) {
    .venue .map-sponsor {
      margin: 0 0 76px; }
      .venue .map-sponsor #map-canvas {
        padding-bottom: 42.439024390244%; }
      .venue .map-sponsor.has-sponsor {
        position: relative; }
        .venue .map-sponsor.has-sponsor #map-canvas {
          float: left;
          width: 61%;
          margin-bottom: 0;
          padding-bottom: 35.624%; }
        .venue .map-sponsor.has-sponsor .sponsor {
          float: right;
          width: 36.63%;
          height: 0;
          padding-bottom: 30.3917030568%;
          padding-top: 0; }
          .venue .map-sponsor.has-sponsor .sponsor .sponsor-content {
            margin: 10% auto 0; } }
  @media (min-width: 1200px) {
    .venue .map-sponsor.has-sponsor #map-canvas {
      padding-bottom: 364px; } }
.venue .they-say {
  position: relative;
  margin: 0 0 19px;
  min-height: 200px; }
  .venue .they-say .load-social {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .venue .they-say .load-social:after {
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: -100px;
      content: 'loading feeds';
      background: url(../images/loader.gif) no-repeat 0% 0%;
      padding-left: 20px;
      font-family: "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      color: #868679; }
  .venue .they-say li.first {
    clear: both; }
  .venue .they-say .they-say-title {
    margin: 0 0 9.5px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 23px;
    color: #868679; }
  .venue .they-say .social-links li {
    margin-right: 4%;
    margin-bottom: 0; }
  @media (min-width: 500px) {
    .venue .they-say .they-say-title {
      float: left; }
    .venue .they-say .social-links {
      float: right;
      width: 50%;
      text-align: right;
      white-space: nowrap; }
      .venue .they-say .social-links li {
        float: none;
        display: inline-block;
        margin: 0 0 0 6%; } }
  .venue .they-say .they-said:after {
    content: "";
    display: table;
    clear: both; }
  .venue .they-say .they-said .time-permalink {
    padding-left: 20px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .venue .they-say .they-said .twitter .time-permalink {
    background: url("../images/icons/social/twitter-grey.svg") no-repeat 8px center;
    background-size: 16px auto; }
  .venue .they-say .they-said .instagram .time-permalink {
    background: url("../images/icons/social/instagram-grey.svg") no-repeat 8px center;
    background-size: 14px auto; }
  .venue .they-say .they-said .message {
    margin: 0 0 14.25px; }
    .venue .they-say .they-said .message img {
      float: left;
      margin-right: 10px; }
  @media (min-width: 590px) {
    .venue .they-say .they-said .time-permalink, .venue .they-say .they-said .message {
      float: left;
      clear: left;
      padding: 10px; }
    .venue .they-say .they-said .time-permalink {
      padding-left: 30px;
      background-position: 10px center;
      border: 1px solid #e3e3de;
      border-bottom: none; }
    .venue .they-say .they-said .message {
      width: 100%;
      background: #f9f9f9;
      border: 1px solid #e3e3de; } }
  .venue .they-say li {
    margin-bottom: 9.5px;
    list-style-type: none; }
.venue .the-hack {
  margin: 0 0 38px; }
  @media (min-width: 1100px) {
    .venue .the-hack {
      margin: 0 0 76px; } }
  .venue .the-hack .the-hack-photo {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 19px;
    padding-bottom: 83.866666666667%; }
    .venue .the-hack .the-hack-photo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%; }
  .venue .the-hack .the-hack-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #545454; }
    .venue .the-hack .the-hack-video .vid {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      margin-top: 13%; }
    .venue .the-hack .the-hack-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .venue .the-hack .the-hack-title {
    margin: 0 0 19px;
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 23px;
    color: #868679; }
  .venue .the-hack .content {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .venue .the-hack .the-hack-message {
      position: relative;
      padding: 10px;
      background: #f9f9f9;
      border: 1px solid #e3e3de; }
      .venue .the-hack .the-hack-message:after {
        content: "";
        display: table;
        clear: both; }
    .venue .the-hack .the-hack-photo {
      float: right;
      width: 40%;
      padding-bottom: 33.5466666667%; }
    .venue .the-hack .body {
      float: left;
      width: 50%; }
    .venue .the-hack .share {
      margin-bottom: 0;
      clear: both; } }
  @media (min-width: 790px) {
    .venue .the-hack .the-hack-message {
      padding: 0; }
    .venue .the-hack .the-hack-photo {
      float: left;
      margin-bottom: 0; }
    .venue .the-hack .body {
      float: right;
      width: 55%;
      padding: 10px 3% 0 0; }
      .venue .the-hack .body h1 {
        font-size: 30px;
        font-style: italic;
        color: #868679; } }
  @media (min-width: 900px) {
    .venue .the-hack .body {
      padding-top: 20px; }
      .venue .the-hack .body h1 {
        font-size: 33px; }
      .venue .the-hack .body .share {
        position: absolute;
        bottom: 20px; } }

.single-post .page-title {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
  border-bottom: none; }
  .single-post .page-title a {
    display: inline-block;
    border-bottom: 1px solid #2c2c28; }
  @media (min-width: 480px) {
    .single-post .page-title {
      display: block; } }
  @media (min-width: 950px) {
    .single-post .page-title {
      margin: 0 auto 38px; } }
.single-post .post-categories {
  margin: 46px 0 9.5px; }
  @media (min-width: 480px) {
    .single-post .post-categories {
      margin-top: 68px; } }
  @media (min-width: 940px) {
    .single-post .post-categories {
      margin-top: 96px; } }

.hedonist-menu-download-app {
  margin: 0 0 19px; }

.post-categories li {
  display: inline-block;
  font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
  color: #aeaea2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }
  .post-categories li a {
    display: block;
    color: #aeaea2; }
    .post-categories li a:after {
      display: inline-block;
      margin: 0 10px 0;
      content: "/";
      font: inherit;
      color: #aeaea2; }
    .post-categories li a:hover, .post-categories li a:focus {
      color: #eb4e29; }
  .post-categories li:last-of-type a:after {
    display: none; }
.post-categories .discover {
  margin-top: 11px;
  border-bottom: none; }
  .post-categories .discover:after {
    content: "";
    display: table;
    clear: both; }

.single-post .discover .post-categories {
  margin-top: 10px; }

.post-title {
  margin: 0 0 19px;
  padding: 0 0 19px;
  border-bottom: 1px solid #cbcbc1; }
  @media (min-width: 950px) {
    .post-title {
      padding-bottom: 0;
      border-bottom: none; } }

.post-meta {
  margin: 0 0 19px;
  white-space: nowrap; }
  .post-meta a {
    color: #eb4e29; }
  .post-meta .post-meta-title {
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cbcbc1; }
  .post-meta .post-meta-value {
    margin: 0 0 9.5px;
    color: #868679; }
  @media (min-width: 620px) {
    .post-meta .post-meta-title, .post-meta .post-meta-value {
      display: inline-block; }
    .post-meta .post-meta-title {
      margin: 0 3% 0 0; }
    .post-meta .post-meta-value {
      font-size: 18px; } }

.post-content {
  margin: 0 0 38px;
  padding: 0 0 19px;
  border-bottom: 1px solid #e3e3de; }

.size-full {
  width: 100%;
  height: auto; }

.size-medium {
  width: 100%;
  max-width: 300px;
  height: auto; }

.size-thumb {
  width: 150px;
  height: auto; }

.wp-caption {
  position: relative; }
  .wp-caption .copyright {
    font-size: 14px;
    text-align: center;
    color: #868679;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 40px;
    height: 30px;
    cursor: pointer; }
    .wp-caption .copyright:before {
      content: '©';
      position: absolute;
      left: 10px;
      top: 3px; }
    @media (min-width: 600px) {
      .wp-caption .copyright {
        position: absolute;
        top: 0;
        right: 0;
        padding: 4px 6px 4px 25px;
        background: #fff;
        font-size: 16px;
        color: #2c2c28; } }
    @media (min-width: 900px) {
      .wp-caption .copyright .value {
        display: none; } }
  .wp-caption img {
    display: block;
    width: 100%; }
    .wp-caption img:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      content: "attr(title)";
      width: 200px;
      height: 200px;
      background: red;
      color: white; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    text-align: center;
    font-style: italic; }
    @media (min-width: 600px) {
      .wp-caption .wp-caption-text {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 4px 6px 4px 10px;
        background: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        color: #fff; } }

.post-sidebar {
  text-align: right; }
  .post-sidebar .share, .post-sidebar .sidebar-comments {
    text-align: right; }
    .post-sidebar .share li, .post-sidebar .sidebar-comments li {
      display: inline-block;
      float: none;
      margin: 0 3px 0 0; }
      .post-sidebar .share li img, .post-sidebar .sidebar-comments li img {
        margin-bottom: 0; }
  .post-sidebar hr {
    margin: 38px 0;
    border-color: #e3e3de; }
  .post-sidebar .discover-destination {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 82.96943231441%; }
  .post-sidebar .sponsor {
    width: 100%;
    height: 270px;
    padding-top: 10px; }
    .post-sidebar .sponsor .sponsor-content {
      display: block;
      width: 300px;
      height: 250px;
      margin: 0px auto 0;
      position: relative; }
  .post-sidebar .discover-destination {
    margin: 19px 0; }
    .post-sidebar .discover-destination .title {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font: bold italic 15px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
      text-align: center;
      text-transform: uppercase; }
      .post-sidebar .discover-destination .title a {
        color: #d7a3d2; }
        .post-sidebar .discover-destination .title a .hg2 {
          display: block;
          margin: 1px 0 5px;
          font: normal 38px Whitman, Georgia, Helvetica, Arial, serif;
          color: #fff;
          text-transform: none; }
        .post-sidebar .discover-destination .title a .destination {
          color: #fff; }
    .post-sidebar .discover-destination .post-thumb {
      background: #ee514d;
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ee514d), color-stop(100%, #843cdc));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(45deg, #ee514d 0%, #843cdc 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(45deg, #ee514d 0%, #843cdc 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$orange3', endColorstr='#843cdc',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .post-sidebar .discover-destination .post-thumb .post-thumb {
        opacity: .11; }
      .post-sidebar .discover-destination .post-thumb img {
        display: block;
        width: 100%;
        height: 100%; }
    .post-sidebar .discover-destination:hover, .post-sidebar .discover-destination:focus {
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
  .post-sidebar .sponsor {
    background: #545454; }
  .post-sidebar .related-posts {
    border: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .post-sidebar .related-posts-title {
    font-size: 22px; }
  .post-sidebar .posts-feed .post .title {
    font-size: 18px; }

.author {
  margin: 0 0 38px; }
  .author .title {
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cbcbc1; }
  .author .author-title {
    margin: 0 0 9.5px;
    font-size: 22px; }
    .author .author-title a {
      color: #2c2c28; }
  .author .author-avatar {
    float: left;
    width: 56px;
    margin: 4px 10px 0 0; }
    .author .author-avatar a {
      display: block; }
    .author .author-avatar img {
      width: 100%;
      height: auto; }
  .author .author-view {
    color: #eb4e29; }
  @media (min-width: 700px) {
    .author .author-avatar {
      margin: -7px 3% 10px 0; } }

@media (min-width: 580px) and (max-width: 939px) {
  .posts-feed.grid7 .post {
    padding-bottom: 31.948%; } }
@media (min-width: 940px) {
  .posts-feed.grid7 .post {
    padding-bottom: 20.4076%; } }

.about .team-list:after {
  content: "";
  display: table;
  clear: both; }
.about .team-list .person {
  max-width: 580px; }
  .about .team-list .person h2 {
    line-height: 1.2; }
.about .person {
  margin: 0 0 19px;
  padding: 0 0 19px;
  list-style-type: none;
  border-bottom: 1px solid #e3e3de; }
.about .person-photo {
  float: right;
  width: 60px;
  height: 60px;
  margin: 0 0 20px 20px; }
.about .person-name a {
  color: #2c2c28; }
  .about .person-name a:hover, .about .person-name a:focus {
    color: #d4413e; }
.about .person-title, .about .person-location {
  margin: 4.75px 0 2px;
  font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
  color: #aeaea2;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }
.about .person-location {
  color: #66605f;
  margin-top: 1px; }
.about .button {
  display: block; }
.about.profile .person {
  border-bottom: none; }
.about.profile .page-title {
  margin: 0 0 19px; }
.about.profile .social-links li {
  float: none; }
@media (min-width: 600px) {
  .about.profile .page-title {
    margin: 0 0 38px; }
  .about.profile .details-bio {
    max-width: 1050px; }
    .about.profile .details-bio:after {
      content: "";
      display: table;
      clear: both; }
  .about.profile .details {
    float: left;
    clear: left;
    width: 32%;
    padding-right: 10%; }
    .about.profile .details .person-photo {
      float: none;
      display: block;
      width: 110px;
      height: auto;
      margin: 0 0 19px; }
    .about.profile .details .person-title, .about.profile .details .person-location {
      font-size: 15px; }
  .about.profile .person-bio {
    display: block;
    float: left;
    width: 58%;
    margin-top: 0; }
  .about.profile .posts-feed .post-thumb {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }
@media (min-width: 800px) {
  .about .page-title-sub {
    margin-top: 38px; }
  .about .our-team .person-photo {
    float: left;
    margin: 0 20px 20px 0; }
  .about .our-team .person-description {
    clear: both; }
  .about .writers-bloggers .person {
    border-bottom: none; }
  .about .writers-bloggers .person-photo {
    float: left;
    margin-left: 0;
    width: 20%;
    height: auto; }
  .about .writers-bloggers .person-name, .about .writers-bloggers .person-title, .about .writers-bloggers .person-location, .about .writers-bloggers .person-description {
    float: right;
    width: 76%;
    clear: right; } }

.posts-feed .post {
  position: relative;
  width: 100%;
  height: 260px;
  margin: 0 0 19px;
  background: #aeaea2;
  list-style-type: none;
  overflow: hidden;
  /* magazine
  */
  /* featured post
  */ }
  .posts-feed .post.magazine {
    /*
    			&:hover, &:focus {
    				
    				.post-thumb {
    					opacity: .22;
    				}
    				
    			}
    */ }
    .posts-feed .post.magazine .post-category, .posts-feed .post.magazine .title {
      background: #3a3a36; }
    .posts-feed .post.magazine .post-category a {
      color: #c64983; }
    .posts-feed .post.magazine .title {
      color: #fff; }
    .posts-feed .post.magazine.featured:after {
      background-color: #c64983; }
  .posts-feed .post.featured .title {
    font-size: 22px; }
  .posts-feed .post.featured:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px 0 28px;
    background: url("../images/icons/featured.svg") 8px center no-repeat #ee514d;
    background-size: 13px auto;
    font: bold 13px/2 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: white;
    content: "Featured";
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    cursor: default; }
.posts-feed .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent no-repeat 50% 50%;
  background-size: cover; }
.posts-feed .post-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 83%;
  z-index: 1; }
.posts-feed .post-category, .posts-feed .title {
  float: left;
  padding: 10px 20px 10px 10px;
  background: #fff; }
.posts-feed .post-category {
  text-align: left;
  font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
  color: #aeaea2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -10px; }
  .posts-feed .post-category a {
    color: #aeaea2;
    letter-spacing: 1px;
    font-size: 13px; }
    .posts-feed .post-category a:after {
      display: inline-block;
      margin: 0 6px 0;
      content: "/";
      font: inherit;
      color: #aeaea2; }
    .posts-feed .post-category a:hover, .posts-feed .post-category a:focus {
      color: #eb4e29; }
    .posts-feed .post-category a:last-of-type:after {
      display: none; }
.posts-feed .title {
  font-size: 22px;
  color: #2c2c28;
  line-height: 1.1;
  text-align: left;
  clear: left; }
  .posts-feed .title:hover, .posts-feed .title:focus {
    color: #eb4e29; }
.posts-feed.text-focus .post {
  height: auto;
  padding-bottom: 0;
  background: none; }
  .posts-feed.text-focus .post:after {
    content: "";
    display: table;
    clear: both; }
.posts-feed.text-focus .post-caption {
  position: static;
  float: right;
  width: 70%; }
  .posts-feed.text-focus .post-caption:after {
    content: "";
    display: table;
    clear: both; }
.posts-feed.text-focus .post-category, .posts-feed.text-focus .title {
  position: static;
  padding: 0; }
.posts-feed.text-focus .post-category {
  margin: 0 0 5px; }
  .posts-feed.text-focus .post-category a {
    color: #c64983; }
.posts-feed.text-focus .post-thumb {
  position: static;
  float: left;
  width: 25%; }
@media (min-width: 900px) {
  .posts-feed.text-focus .title {
    font-size: 22px; } }
@media (min-width: 1200px) {
  .posts-feed.text-focus .title {
    font-size: 24px; } }

/*content type*/
.related-posts {
  padding-top: 19px;
  border-top: 1px solid #2c2c28; }
  .related-posts .related-posts-title {
    margin: 0 0 19px; }
  .related-posts .post-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent no-repeat 50% 50%;
    background-size: cover; }

/*content type*/
.comment-count {
  cursor: default; }
  .comment-count .count {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 26px;
    height: 24px;
    background: url("../images/icons/comment-count.svg") no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.9;
    vertical-align: middle; }

.comments {
  margin: 0 0 38px;
  padding: 19px 0 0;
  border-top: 1px solid #e3e3de;
  max-width: 65.89%; }
  .comments .comment-count {
    margin: 14.25px 0 33.25px; }
  .comments * + * {
    margin: 0 0 14.25px; }
  .comments input, .comments select, .comments textarea {
    display: block;
    width: 100%;
    padding: 6px;
    max-width: 600px; }
  .comments #comments {
    display: none;
    /*
    //
    THIS CODE SHOULD BE REMOVED WITH PHP
    //
    */ }
  .comments .commentlist > li {
    margin: 0 0 19px;
    border-bottom: 1px solid #e3e3de; }
  .comments .commentlist li {
    list-style-type: none; }
    .comments .commentlist li li {
      margin-left: 3%;
      padding: 10px;
      background: rgba(203, 203, 193, 0.3); }
      .comments .commentlist li li .comment-author {
        font-size: 17px; }
      .comments .commentlist li li .avatar {
        width: 39px;
        height: auto; }
  .comments .commentlist .comment-meta {
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .comments .commentlist .comment-meta a {
      color: inherit; }
  .comments .commentlist .comment-author {
    font-size: 22px;
    font-style: none; }
    .comments .commentlist .comment-author .says {
      display: none;
      /*
      //
      THIS CODE SHOULD BE REMOVED WITH PHP
      //
      */ }
    .comments .commentlist .comment-author cite {
      font-style: none; }
  .comments .commentlist .avatar {
    float: left;
    margin: 0 10px 10px 0;
    width: 50px;
    height: auto; }
  .comments input, .comments textarea {
    font: inherit;
    font-style: italic;
    color: #c8c8bf;
    background: #f9f9f9;
    border: 1px solid #c8c8bf;
    border-radius: 2px;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
            transition: background 0.2s ease, color 0.2s ease; }
    .comments input:focus, .comments textarea:focus {
      color: #868679; }
  .comments textarea {
    line-height: 1.4;
    height: 110px; }
  .comments input[type="submit"] {
    font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
    color: #aeaea2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #eb4e29;
    border-color: #d4413e;
    line-height: 1.7;
    text-shadow: 0 1px 0 #d4413e;
    cursor: pointer;
    width: 200px; }
    .comments input[type="submit"]:hover, .comments input[type="submit"]:focus {
      background-color: #d4413e; }

.blog #grid, .archive.category #grid {
  margin-top: 84px; }
  @media (min-width: 940px) {
    .blog #grid, .archive.category #grid {
      margin-top: 96px; } }
.blog .page-title, .archive.category .page-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-bottom: 0;
  text-align: center;
  margin-bottom: 0px; }
  .blog .page-title a, .archive.category .page-title a {
    display: inline-block;
    border-bottom: 1px solid #2c2c28; }
.blog .post, .archive.category .post {
  margin-bottom: 40px; }
  .blog .post h2, .archive.category .post h2 {
    line-height: 1.2; }
  .blog .post .thumbnail, .archive.category .post .thumbnail {
    display: block;
    height: 140px;
    width: 100%;
    margin-bottom: 10px;
    background: transparent no-repeat 50% 50%;
    background-size: cover; }
.blog .container, .archive.category .container {
  margin-left: auto;
  margin-right: auto;
  max-width: none; }
  @media (min-width: 600px) {
    .blog .container, .archive.category .container {
      width: 580px; } }
  @media (min-width: 940px) {
    .blog .container, .archive.category .container {
      width: 880px; }
      .blog .container #grid, .archive.category .container #grid {
        width: 900px; } }
  @media (min-width: 1300px) {
    .blog .container, .archive.category .container {
      width: 1180px; }
      .blog .container #grid, .archive.category .container #grid {
        width: 1200px; } }
  @media (min-width: 1580px) {
    .blog .container, .archive.category .container {
      width: 1480px; }
      .blog .container #grid, .archive.category .container #grid {
        width: 1500px; } }

.sponsor-header {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 1em; }
  .sponsor-header .sponsor-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #fff; }
    .sponsor-header .sponsor-logo img {
      max-width: 100px;
      display: block;
      height: auto; }
  @media (min-width: 800px) {
    .sponsor-header {
      height: 300px;
      margin-top: 40px;
      margin-bottom: 40px; }
      .sponsor-header .sponsor-logo img {
        max-width: none; } }
  @media (min-width: 1000px) {
    .sponsor-header {
      height: 400px; } }

.sponsor-footer {
  margin-bottom: 40px; }
  .sponsor-footer .sponsor-logo {
    max-width: 100px; }
  @media (min-width: 800px) {
    .sponsor-footer .sponsor-container {
      position: relative;
      padding-left: 180px; }
    .sponsor-footer .sponsor-logo {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 140px; } }

.contact-us #map {
  display: block;
  width: 100%;
  height: 200px; }
.contact-us .content h3 {
  font: bold italic 13px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
  color: #aeaea2;
  text-transform: uppercase;
  letter-spacing: 1px; }
.contact-us .content p {
  margin-bottom: 1em; }
.contact-us .content input[type="email"] {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 6px;
  font: bold 12px/1 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #c8c8bf;
  letter-spacing: 1px;
  background: #f9f9f9;
  border: none;
  margin: 1em 0; }
  .contact-us .content input[type="email"]:focus {
    color: #868679; }
.contact-us .content .button {
  margin: 0;
  line-height: 1.6;
  border: 0; }
.contact-us .content .newsletter {
  border: 1px solid #e8e8e0;
  width: 100%;
  max-width: 300px;
  padding: 1em; }
  .contact-us .content .newsletter p {
    margin-bottom: 0; }
@media (min-width: 700px) {
  .contact-us #map {
    height: 400px; } }

#grid {
  position: relative;
  /*
  	.post {
  		height:none;
  	}
  */ }
  @media (min-width: 1240px) {
    #grid {
      margin-top: 60px; }
      #grid:after {
        position: absolute;
        top: 100px;
        left: 50%;
        margin-left: -100px;
        content: 'loading content';
        background: url(../images/loader.gif) no-repeat 0% 0%;
        padding-left: 20px;
        font-family: "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #868679;
        opacity: 1;
        -webkit-transition: "opacity" 150ms linear;
        transition: "opacity" 150ms linear; }
      #grid.loaded:after {
        opacity: 0;
        -webkit-transition: "opacity" 150ms linear;
        transition: "opacity" 150ms linear; } }
  @media (max-width: 550px) {
    #grid {
      width: 100%; }
      #grid .box {
        width: 100%;
        height: 260px;
        opacity: 1; } }
  @media (min-width: 551px) and (max-width: 767px) {
    #grid .box {
      width: 48%;
      float: left; }
      #grid .box:nth-of-type(odd) {
        clear: left; }
      #grid .box:nth-of-type(even) {
        float: right; } }
  @media (min-width: 768px) {
    #grid .box {
      opacity: 0; } }
  #grid .box {
    /* featured post
    */ }
    #grid .box .description {
      position: absolute;
      right: 0;
      left: 0;
      bottom: -100%;
      background: #2c2c28;
      background: rgba(44, 44, 40, 0.8);
      color: #fff;
      padding: 20px;
      text-align: left;
      z-index: 9;
      /* 			@include prefix('transform','translateY(100%)'); */ }
    #grid .box.show-description .post-caption {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    #grid .box.show-description .description {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    #grid .box.magazine .post-category, #grid .box.magazine .title {
      background: #3a3a36; }
    #grid .box.magazine .post-category a {
      color: #c64983; }
    #grid .box.magazine .title {
      color: #fff; }
    #grid .box.magazine:hover, #grid .box.magazine:focus {
      /*
      				.post-thumb {
      					opacity: .22;
      				}
      				
      */ }
      #grid .box.magazine:hover .post-category a, #grid .box.magazine:focus .post-category a {
        color: #d7a3d2; }
    #grid .box.magazine.featured:after {
      background-color: #c64983; }
    #grid .box.featured .title {
      font-size: 22px; }
    #grid .box.featured:after {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 10px 0 28px;
      background: url("../images/icons/featured.svg") 8px center no-repeat #ee514d;
      background-size: 13px auto;
      font: bold 13px/2 "brandon-grotesque", "Brandon Grotesque", Helvetica, Arial, sans-serif;
      color: white;
      content: "Featured";
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 1;
      cursor: default; }

.container.larger {
  max-width: none; }
  @media (min-width: 740px) {
    .container.larger {
      width: 680px; } }
  @media (min-width: 940px) {
    .container.larger {
      width: 920px; } }
  @media (min-width: 1240px) {
    .container.larger {
      width: 1220px; } }
  @media (min-width: 1540px) {
    .container.larger {
      width: 1520px; } }
  @media (min-width: 1840px) {
    .container.larger {
      width: 1820px; } }
  .container.larger .main-grid {
    margin: 0 auto; }
    @media (min-width: 740px) {
      .container.larger .main-grid {
        width: 740px; } }
    @media (min-width: 940px) {
      .container.larger .main-grid {
        width: 940px; } }
    @media (min-width: 1240px) {
      .container.larger .main-grid {
        width: 1240px; } }
    @media (min-width: 1540px) {
      .container.larger .main-grid {
        width: 1540px; } }
    @media (min-width: 1840px) {
      .container.larger .main-grid {
        width: 1840px; } }
    .container.larger .main-grid.show-map {
      float: left;
      width: 100%; }
      @media (min-width: 640px) {
        .container.larger .main-grid.show-map {
          width: 640px; } }
      @media (min-width: 940px) {
        .container.larger .main-grid.show-map {
          width: 640px; } }
      @media (min-width: 1240px) {
        .container.larger .main-grid.show-map {
          width: 640px; } }
      @media (min-width: 1540px) {
        .container.larger .main-grid.show-map {
          width: 940px; } }
      @media (min-width: 1840px) {
        .container.larger .main-grid.show-map {
          width: 1240px; } }

.col {
  float: left; }

/* grid1
*/
.grid1:after {
  content: "";
  display: table;
  clear: both; }
.grid1 > .col {
  width: 49%;
  margin-right: 2%; }
  .grid1 > .col:nth-of-type(2n) {
    margin-right: 0; }
@media (min-width: 620px) {
  .grid1 > .col {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: 2%; }
    .grid1 > .col:nth-of-type(2n) {
      margin-right: 0; } }

/* grid2
*/
.grid2:after {
  content: "";
  display: table;
  clear: both; }
.grid2 > .col {
  width: 50%; }
  .grid2 > .col.col3 {
    float: none;
    clear: both;
    width: 100%; }
@media (min-width: 700px) {
  .grid2 > .col.col1, .grid2 > .col.col2 {
    float: right;
    width: 30%;
    clear: right; }
  .grid2 > .col.col3 {
    float: none;
    clear: none;
    width: 60%; } }

/* grid3
*/
.grid3:after {
  content: "";
  display: table;
  clear: both; }
.grid3 > .col1 {
  width: 58%; }
.grid3 > .col2 {
  float: right;
  width: 40%; }
@media (min-width: 950px) {
  .grid3 > .col1 {
    width: 100%; }
  .grid3 > .col2 {
    display: none; } }

/* grid4
*/
.grid4:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 480px) {
  .grid4 > .col1 {
    float: left;
    width: 20%; }
  .grid4 > .col2 {
    float: right;
    width: 80%; }
  .grid4 > .col3 {
    float: right;
    width: 80%; } }
@media (min-width: 690px) {
  .grid4 > .col1 {
    float: left;
    width: 10%;
    margin-right: 10%; }
  .grid4 > .col2 {
    float: left;
    width: 50%;
    margin-right: 10%; }
  .grid4 > .col3 {
    float: right;
    width: 20%; } }
@media (min-width: 1020px) {
  .grid4 > .col1 {
    float: left;
    width: 10%;
    margin-right: 10%; }
  .grid4 > .col2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    float: none;
    width: 40%;
    margin-right: 0; }
  .grid4 > .col3 {
    float: right;
    width: 15.6%; } }

/* grid5
*/
.grid5:after {
  content: "";
  display: table;
  clear: both; }
.grid5 > .col {
  float: none; }
@media (min-width: 800px) {
  .grid5 > .col {
    float: left;
    width: 48%;
    margin-right: 4%; }
    .grid5 > .col:nth-of-type(even) {
      margin-right: 0; } }

/* grid6
*/
.grid6:after {
  content: "";
  display: table;
  clear: both; }
.grid6 > .col {
  float: none; }
@media (min-width: 800px) {
  .grid6 > .col {
    float: left;
    width: 31%;
    margin-right: 2%; }
    .grid6 > .col:nth-of-type(3n) {
      margin-right: 0; }
    .grid6 > .col:nth-of-type(3n+1) {
      clear: left; } }

/* grid7 ::  posts-feed at bottom of single-post
*/
.grid7:after {
  content: "";
  display: table;
  clear: both; }
.grid7 > .col {
  float: none; }
@media (min-width: 580px) and (max-width: 939px) {
  .grid7 {
    /* 2col */ }
    .grid7 > .col {
      float: left;
      width: 49%;
      margin-right: 2%; }
      .grid7 > .col:nth-of-type(even) {
        margin-right: 0; } }
@media (min-width: 940px) {
  .grid7 {
    /* 3col */ }
    .grid7 > .col {
      float: left;
      width: 31.3%;
      margin-right: 2%; }
      .grid7 > .col:nth-of-type(3n) {
        margin-right: 0; } }

/* grid8
*/
.grid8:after {
  content: "";
  display: table;
  clear: both; }
.grid8 .col2 {
  display: none; }
@media (min-width: 900px) {
  .grid8 .col1 {
    float: left;
    width: 65.9%; }
  .grid8 .col2 {
    display: block;
    float: right;
    width: 29%; } }
@media (min-width: 1200px) {
  .grid8 .col1 {
    float: left;
    width: 68.25%; }
  .grid8 .col2 {
    display: block;
    float: right;
    width: 27%; } }

/* grid9
*/
.grid9:after {
  content: "";
  display: table;
  clear: both; }
.grid9 .col {
  float: none; }
  @media (min-width: 800px) {
    .grid9 .col {
      float: left;
      width: 48%;
      margin-right: 4%; }
      .grid9 .col:nth-of-type(2n) {
        margin-right: 0; } }

/* grid10
*/
.grid10:after {
  content: "";
  display: table;
  clear: both; }
.grid10 > .col {
  width: 49%;
  margin-right: 2%; }
  .grid10 > .col:nth-of-type(2n) {
    margin-right: 0; }
@media (min-width: 800px) {
  .grid10 {
    float: right;
    width: 45%; } }
@media (min-width: 900px) {
  .grid10 {
    float: right;
    width: 50%; } }

/* grid11
*/
.grid11 {
  /* create 2 columns */
  /* when we're at full size */ }
  .grid11:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 575px) {
    .grid11 {
      -webkit-column-count: 2;
      -ms-column-count: 2;
      -moz-column-count: 2;
      -o-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 19px;
      -ms-column-gap: 19px;
      -moz-column-gap: 19px;
      -o-column-gap: 19px;
      column-gap: 19px; }
      .grid11 .post {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 400px;
        padding: 0 2% 19px 0;
        -webkit-column-span: 1;
        -ms-column-span: 1;
        -moz-column-span: 1;
        -o-column-span: 1;
        column-span: 1; }
        .grid11 .post.smaller {
          height: 370px; }
        .grid11 .post.smallest {
          height: 350px; }
        .grid11 .post.magazine {
          height: 430px; }
        .grid11 .post.featured {
          height: 420px; } }
  @media (min-width: 1200px) {
    .grid11 {
      -webkit-column-count: 3;
      -ms-column-count: 3;
      -moz-column-count: 3;
      -o-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 19px;
      -ms-column-gap: 19px;
      -moz-column-gap: 19px;
      -o-column-gap: 19px;
      column-gap: 19px; } }
  @media (min-width: 1000px) {
    .hidecol2 .grid11 {
      -webkit-column-count: 3;
      -ms-column-count: 3;
      -moz-column-count: 3;
      -o-column-count: 3;
      column-count: 3; } }
  @media (min-width: 1200px) {
    .hidecol2 .grid11 {
      -webkit-column-count: 4;
      -ms-column-count: 4;
      -moz-column-count: 4;
      -o-column-count: 4;
      column-count: 4; } }
  @media (min-width: 1400px) {
    .hidecol2 .grid11 {
      -webkit-column-count: 5;
      -ms-column-count: 5;
      -moz-column-count: 5;
      -o-column-count: 5;
      column-count: 5; } }

/* grid12
*/
.grid12:after {
  content: "";
  display: table;
  clear: both; }
.grid12 .col {
  float: none; }
.grid12 > .col2 {
  display: none; }
@media (min-width: 900px) {
  .grid12 > .col1 {
    float: left;
    width: 64.8%;
    width: 66.6%; }
  .grid12 > .col2 {
    display: block;
    float: right;
    width: 33.4%; } }
.grid12.hidecol2 > .col1 {
  width: 100%; }
.grid12.hidecol2 > .col2 {
  display: none; }

/* grid13
*/
.grid13:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 900px) {
  .grid13 .col1 {
    float: left;
    width: 65.8%; }
  .grid13 .col2 {
    float: right;
    width: 31.8%; } }

/* grid14
*/
.grid14:after {
  content: "";
  display: table;
  clear: both; }
.grid14 .col {
  float: none; }
@media (min-width: 670px) and (max-width: 900px) {
  .grid14 .col {
    float: left;
    width: 49%;
    margin-right: 2%; }
    .grid14 .col:nth-of-type(even) {
      margin-right: 0; } }

/* grid15
*/
.grid15:after {
  content: "";
  display: table;
  clear: both; }
.grid15 .col {
  float: none; }
@media (min-width: 580px) {
  .grid15 .col {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding-bottom: 31.948%; }
    .grid15 .col:nth-of-type(2n) {
      margin-right: 0; } }
@media (min-width: 900px) {
  .grid15 .col {
    width: 32.66666666666667%;
    padding-bottom: 21.2986666667%;
    margin-right: 1%; }
    .grid15 .col:nth-of-type(2n) {
      margin-right: 1%; }
    .grid15 .col:nth-of-type(3n) {
      margin-right: 0; } }

/* grid16
*/
.grid16:after {
  content: "";
  display: table;
  clear: both; }
.grid16 .col {
  float: none; }
@media (min-width: 590px) and (max-width: 900px) {
  .grid16 .col {
    float: left;
    width: 48.75%;
    margin-right: 2.5%; }
    .grid16 .col:nth-of-type(3n) {
      margin-right: 0; }
    .grid16 .col.col1 {
      width: 100%;
      margin-right: 0; } }
@media (min-width: 900px) {
  .grid16 .col {
    float: left;
    width: 31.66666666666667%;
    margin-right: 2.5%; }
    .grid16 .col:nth-of-type(3n) {
      margin-right: 0; } }

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bring-up {
  -webkit-animation-name: bring-up;
  animation-name: bring-up;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* Safari and Chrome */
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes bring-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes bring-up {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.push-down {
  -webkit-animation-name: push-down;
  animation-name: push-down;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* Safari and Chrome */
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes push-down {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }
@keyframes push-down {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); } }
/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.venue-gallery {
  width: 100%;
  padding-bottom: 2%; }

.gallery-cell {
  width: 100%; }
  .gallery-cell img {
    width: 100%;
    height: auto; }

@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
