/*
 * Stylesheet : Richmond Hill CVB
 * Created    : May 2018
 * -----------------------------------------------------------------------------------
 */

@import url(../css/reset.css);
@import url(../css/base.css);
@import url(../css/magnific-popup.css);
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Bree+Serif");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");

@media screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Basic
/*-----------------------------------------------------------------------------------*/
html {
  font-size: 30px;
}

@media (max-width: 1599px) {
  html {
    font-size: 22.5px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 19.5px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 20px;
  }
}

body {
  background: #fff;
}

body,
button,
input,
select,
textarea {
  color: #515151;
  font-family: "Crimson Text", serif;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

p,
ul,
address {
  margin-bottom: 1em;
}

address {
  font-style: normal;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after {
  clear: both;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 1599px) {
  .container {
    max-width: 1090px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 950px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 748px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site {
  max-width: 100%;
  margin: auto;
  background: #fde0ca;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .site {
    min-width: 320px;
  }
}

.site.bg-green {
  background: #f0f3e9 url("../img/bg-content-green.jpg");
}

.site.bg-red {
  background: #fef0e5 url("../img/bg-content-red.jpg");
}

.site.bg-grey {
  background: #e7ebed url("../img/bg-content-grey.jpg");
}

.unstyled,
.menu,
.submenu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

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

.image-flexible {
  max-width: 100%;
  height: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

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

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

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

.margin-bottom-0,
.margin-bottom-null {
  margin-bottom: 0 !important;
}

.margin-bottom-half {
  margin-bottom: 0.5em !important;
}

.margin-bottom-full {
  margin-bottom: 1em !important;
}

.hidden {
  display: none !important;
}

.menu,
.submenu {
  margin-bottom: 0 !important;
}

.menu a,
.submenu a {
  text-decoration: none;
  color: inherit;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.header {
  position: relative;
}

.header-navigation {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #fff;
  background: #0f394b;
}

@media screen and (max-width: 991px) {
  .header-navigation {
    display: none !important;
  }
}

.header-navigation > * {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.header-navigation .menu {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .header-navigation .menu {
    display: none !important;
  }
}

.header-navigation .menu li {
  position: relative;
}

.header-navigation .menu a {
  display: block;
  line-height: 1;
}

.header-navigation .menu .submenu {
  display: none;
  min-width: 100%;
  padding: 0 0.7rem;
  padding-top: 0.9rem;
  font-size: 1rem;
  background: rgba(15, 57, 75, 0.95);
  position: absolute;
  top: 100%;
  left: -0.7rem;
  z-index: 999;
}

.header-navigation .menu .submenu a {
  display: block;
  margin: 0 -0.7rem;
  padding: 0.3rem 0.7rem;
  line-height: 1.5;
  white-space: nowrap;
}

.header-navigation .menu .submenu a:hover {
  background: #0f394b;
}

.header-navigation .menu .submenu li {
  min-width: 7rem;
}

.header-navigation .menu .submenu li + li {
  border-top: 1px dotted #fff;
}

.header-navigation .menu .submenu li:last-child > a {
  padding-bottom: 0.5rem;
}

.header-navigation .menu > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}

.header-navigation .menu > li:hover > .submenu {
  display: block;
}

.header-navigation .menu > li:last-child {
  flex: 0 1 auto;
}

.header-navigation .menu > li:last-child .submenu {
  min-width: calc(100% + 1.4rem);
}

.header-navigation .menu > li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #fff;
  font-weight: 300;
  margin: auto;
}

.header-navigation .menu > li > a {
  margin: 0.2rem 0 0.4rem;
}

.header-navigation .menu-extended {
  margin-top: 2rem;
  margin-right: 20px;
  color: #0f394b;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  text-shadow: 0px 0px 4px #ffffff;
  font-weight: bold;
  background-color: #ffffff18;
}

.header-navigation .menu-extended:before {
  content: "";
  display: block;
  width: 450px;
  height: 146px;
  margin-top: -30px;
  margin-left: -50px;
  background: url("../img/bg-header-menu-ext.png") 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .header-navigation .menu-extended:before {
    width: 337.5px;
    height: 109.5px;
    margin-top: -22.5px;
    margin-left: -37.5px;
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .header-navigation .menu-extended:before {
    width: 292.5px;
    height: 94.9px;
    margin-top: -19.5px;
    margin-left: -32.5px;
  }
}

.header-navigation .menu-extended li {
  padding-top: 0.4rem;
}

.header-navigation .menu-extended li:not(:last-child):after {
  border-left-color: #0f394b;
  margin: 0 0.85rem;
}

.header-bar {
  height: 2rem;
  color: #000;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .header-bar {
    display: none !important;
  }
}

.header-bar > * {
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
}

.header-bar .phone {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.1em;
}

.header-bar .phone-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.1rem;
  color: #fff;
  overflow: hidden;
  text-indent: -99rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%230f394b%22%3E%0A%09%09%09%3Cpath%20d%3D%22M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25c13.8,0,25-11.2,25-25S38.8,0,25,0z%20M40.43,37.65c-0.49,1.13-1.78,1.87-2.82,2.45%0A%09%09%09%09c-1.36,0.74-2.75,1.18-4.3,1.18c-2.15,0-4.09-0.88-6.06-1.59c-1.41-0.51-2.77-1.13-4.05-1.92c-3.93-2.43-8.67-7.17-11.1-11.1%0A%09%09%09%09c-0.79-1.27-1.41-2.63-1.92-4.05c-0.72-1.97-1.6-3.91-1.6-6.06c0-1.55,0.44-2.94,1.18-4.3c0.58-1.04,1.32-2.33,2.45-2.82%0A%09%09%09%09c0.76-0.35,2.38-0.72,3.21-0.72c0.16,0,0.32,0,0.49,0.07c0.49,0.16,0.99,1.29,1.22,1.76c0.74,1.32,1.46,2.66,2.22,3.95%0A%09%09%09%09c0.37,0.6,1.06,1.34,1.06,2.06c0,1.41-4.18,3.47-4.18,4.72c0,0.62,0.58,1.43,0.9,1.99c2.34,4.21,5.25,7.12,9.46,9.46%0A%09%09%09%09c0.55,0.32,1.37,0.9,1.99,0.9c1.25,0,3.31-4.18,4.72-4.18c0.72,0,1.46,0.69,2.06,1.06c1.3,0.76,2.64,1.48,3.96,2.22%0A%09%09%09%09c0.46,0.23,1.6,0.74,1.76,1.23c0.07,0.16,0.07,0.32,0.07,0.49C41.15,35.27,40.78,36.88,40.43,37.65z%22/%3E%0A%09%09%09%3C/svg%3E")
    50% 50% no-repeat;
  background-size: contain;
  vertical-align: bottom;
  position: relative;
  bottom: 0.05rem;
}

.header-bar .address {
  font-size: 0.8rem;
  padding-left: 0.75rem;
}

.header-bar .searchform {
  margin-left: auto;
}

.header-bar .social-icon {
  list-style: none;
  margin: 0;
  margin-left: 0.75rem;
  padding: 0;
}

.header-bar .social-icon li {
  float: left;
}

.header-bar .social-icon li + li {
  margin-left: 0.2rem;
}

.header-bar .social-icon a {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-bar .social-icon a.icon-rss_feed {
  background-image: url("../img/icon-rss_feed.png");
}

.header-bar .social-icon a.icon-facebook {
  background-image: url("../img/icon-facebook.png");
}

.header-bar .social-icon a.icon-twitter {
  background-image: url("../img/icon-twitter.png");
}

.header-bar .social-icon a.icon-youtube {
  background-image: url("../img/icon-youtube.png");
}

.header-bar .social-icon a.icon-instagram {
  background-image: url("../img/icon-instagram.png");
}

.header-bar .social-icon a.icon-pintrest {
  background-image: url("../img/icon-pintrest.jpg");
}

.header-branding {
  height: 460px;
  padding-top: 2.85rem;
  background: url("../img/bg-logo.png") 50% 0 no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 1599px) {
  .header-branding {
    height: 345px;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1199px) {
  .header-branding {
    height: 299px;
  }
}

@media screen and (max-width: 991px) {
  .header-branding {
    height: 200px;
    padding-top: 10px;
    background-position: 50% 100%;
  }
}

@media screen and (max-width: 639px) {
  .header-branding {
    height: 160px;
  }
}

.header-branding .logo {
  width: 35.78571429%;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .header-branding .logo {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 991px) {
  .header-branding .logo {
    width: 250px;
  }
}

@media screen and (max-width: 639px) {
  .header-branding .logo {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .header-branding .logo {
    width: 180px;
    margin-top: 10px;
  }
}

.header-branding .logo > * {
  display: block;
  height: 0;
  padding-top: 46.30738523%;
  z-index: 11;

  background: url("../img/logo_without_river.png?233323232") 50% 50% no-repeat;

  /* background: url("../img/Richmond-Hill-CVB-Logo.gif") 50% 50% no-repeat;*/
  overflow: hidden;
}

.header-branding .logo a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;

  width: 100%;
  height: 100%;
  background: url("../img/Richmond-Hill-CVB-Logo-RIVERONLY.gif") 50% 50%
    no-repeat;
  opacity: 0.41;
  background-size: contain;
}

@media screen and (max-width: 1599px) {
  .header-branding .logo > * {
    background-size: contain;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.content .table {
  border-width: 0;
  margin: 0 0 1rem;
}

.content .table tr > * {
  padding-left: 0.8rem;
  border-width: 0;
  vertical-align: top;
}

.content .table tr > *:last-child {
  padding-right: 0.8rem;
}

.content .table thead tr > * {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  background: #0f394b;
}

.content .table tbody {
  background: #fff;
}

.content .table tbody tr > * {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-size: 0.9rem;
  color: #0f394b;
}

.content .table tbody tr:first-child > * {
  border-top: 0.8rem solid #fff;
}

.page-trip-planning-event-guide .content .table tbody tr:first-child > * {
  width: 40%;
}

.content .table tbody tr:nth-child(odd) {
  background: #fef0e5;
}

.content .table tfoot tr > * {
  padding: 0.5em 0 0;
}

.content .table-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.content .table-wrapper .table {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .content .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .content .table-wrapper .table {
    width: 100%;
    min-width: 40rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .content .table-collapsible-wrapper {
    height: auto !important;
    overflow: visible !important;
  }
}

.content .table-collapsible-button {
  display: block;
  height: 2.5rem;
  padding-top: 0.2rem;
  font-size: 0.6rem;
  font-family: inherit;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .content .table-collapsible-button {
    display: none !important;
  }
}

.content .table-collapsible-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -0.55rem;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 0.8rem solid #9fb0b7;
  position: absolute;
  top: 1.2rem;
  left: 50%;
}

.content .table-collapsible-button.opened {
  padding-top: 1.4rem;
}

.content .table-collapsible-button.opened:before {
  border-top: 0;
  border-bottom: 0.8rem solid #9fb0b7;
  top: 0.5rem;
}

.entry-image {
  margin-left: -18.57142857%;
  margin-right: -18.57142857%;
  padding-top: 53.21428571%;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.entry-image img {
  -webkit-animation: kenburns 40s infinite;
  animation: kenburns 40s infinite;
}

.page-home .entry-image img {
  -webkit-animation: none;
  animation: none;
}

@media screen and (max-width: 991px) {
  .entry-image {
    width: 1000px;
    height: 460px;
    margin: 0 -500px;
    padding: 0;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .entry-image {
    width: 810px;
    height: 375px;
    margin: 0 -405px;
  }
}

@media screen and (max-width: 639px) {
  .entry-image {
    width: 690px;
    height: 320px;
    margin: 0 -345px;
  }
}

@media screen and (max-width: 479px) {
  .entry-image {
    width: 610px;
    height: 280px;
    margin: 0 -305px;
  }
}

.entry-image img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.entry-title {
  float: left;
  height: 2.7rem;
  margin: 0 0 1.25rem;
  padding: 0 1.25rem;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  line-height: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .entry-title {
    min-width: 45%;
    padding-left: 1rem !important;
    padding-right: 1.5rem !important;
    white-space: nowrap;
  }
}

.entry-title:before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .entry-title:before {
    background-size: contain !important;
  }
}

@media screen and (max-width: 639px) {
  .entry-title:before {
    display: none !important;
  }
}

.entry-title:after {
  content: "";
  display: block;
  background: #7d9a35;
  box-shadow: 0.3rem 0.2rem 0.4rem 0.1rem rgba(34, 31, 31, 0.25);
  transform: skewX(-45deg);
  transform-origin: bottom right;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11.3rem;
  right: 0;
  z-index: -2;
}

.entry-title.blue:after {
  background: #003045;
}

.entry-title.gray:after {
  background: #8c8682;
}

.entry-lead {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.entry-lead-wrapper {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.entry-lead-wrapper:after {
  display: block;
  height: 0.6rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%237d9a35%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%237d9a35%22%2F%3E%3Cstop%20offset%3D%2226%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-size: 100% 0.25rem;
}

.entry-content {
  padding-bottom: 1em;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .entry-content {
    letter-spacing: 0;
  }
}

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

.entry-content a {
  text-decoration: none;
}

.entry-content a,
.entry-content .highlight,
.entry-content .caption-block {
  font-family: "Bree Serif", serif;
  font-weight: 400;
}

.entry-content a,
.entry-content .link-color {
  color: #698a28;
}

.entry-content .lead-text {
  margin: 0 0 1rem;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
}

.entry-content .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.entry-content .row .col {
  width: calc(50% - 0.75rem);
}

@media screen and (max-width: 639px) {
  .entry-content .row .col {
    width: 100%;
  }
}

.entry-content .row .col-image {
  padding-top: 0.2rem;
}

@media screen and (max-width: 639px) {
  .entry-content .row .col-image {
    padding-top: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  padding: 0.2rem 0 0.7rem;
  color: #fff;
  background: #515151 url("../img/bg-footer.png");
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 0.85rem 0;
  }
}

.footer-navigation {
  padding: 0.6rem 0;
  font-family: "Crimson Text", serif;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 991px) {
  .footer-navigation {
    display: none !important;
  }
}

.footer-navigation .menu {
  display: flex;
  justify-content: space-between;
}

.footer-navigation .menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}

.footer-navigation .menu li:last-child {
  flex: 0 1 auto;
}

.footer-navigation .menu li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #fff;
  font-weight: 300;
  color: #b1b2b3;
  margin: auto;
}

.footer-navigation .menu a {
  display: block;
  margin: 0.2rem 0 0.35rem;
  line-height: 1;
}

.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .footer-info {
    display: block;
  }
}

.footer-info .col {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

@media screen and (max-width: 991px) {
  .footer-info .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-info .copyright {
  margin: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.45rem;
}

@media screen and (max-width: 1199px) {
  .footer-info .copyright {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  .footer-info .copyright {
    margin: 1em 0;
    font-size: 11px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .footer-info .copyright {
    margin-top: 1.25em;
    font-size: 10px;
  }
}

.footer-info .powered {
  margin: 0;
}

.footer-info .powered > * {
  display: block;
  width: 461px;
  height: 38px;
  margin: 0 auto;
  text-indent: -999em;
  overflow: hidden;
  background: url("../img/365dtm-logo.png") 50% 50% no-repeat;
}

@media screen and (max-width: 1599px) {
  .footer-info .powered > * {
    width: 346px;
    height: 29px;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .footer-info .powered > * {
    width: 290px;
    height: 25px;
  }
}

.footer-info .translate-area > * {
  margin: auto;
}

/*-----------------------------------------------------------------------------------*/
/* Mobile menu
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .fixed-header,
  .mobile-panel {
    display: none !important;
  }

  .slideout-panel {
    transform: translateX(0) !important;
  }
}

@media screen and (max-width: 991px) {
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }

  .slideout-open .slideout-menu {
    display: block;
  }

  .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
  }

  .slideout-menu-left {
    left: 0;
  }

  .slideout-menu-right {
    right: 0;
  }

  .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    min-height: 100vh;
  }

  .slideout-panel:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background 0.5s ease-in-out;
  }

  .slideout-panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
  }

  .fixed-header {
    height: 0;
    width: 100%;
    min-width: 320px;
    z-index: 99;
    position: fixed;
    top: 0;
  }

  .fixed-header .menu {
    display: none !important;
  }

  .fixed-header .bg {
    height: 0;
    transition: background 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .fixed-header .mobile-buttons {
    position: relative;
  }

  .fixed-header .mobile-buttons .button {
    position: absolute;
    top: 8px;
  }

  .fixed-header .mobile-buttons .button-menu {
    right: 0;
  }

  .fixed-header .mobile-buttons .button-phone {
    left: 0;
  }

  .fixed-header:not(.scrolling) .bg {
    opacity: 1 !important;
    background: transparent;
  }

  .fixed-header.scrolling .bg {
    height: 52px;
    background: #0f394b;
  }

  .fixed-header.menu-open .bg {
    height: 52px;
    background: #0f394b !important;
    opacity: 1 !important;
  }

  .slideout-open .fixed-header.menu-open .bg {
    transition: background 0.5s ease-in-out;
  }
}

.mobile-buttons {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-buttons {
    display: block;
  }
}

.mobile-buttons .button {
  width: 50px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  opacity: 0.75;
}

.mobile-buttons .button:hover,
.mobile-buttons .button:active {
  opacity: 1;
}

.mobile-buttons .button-menu {
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22%23fff%22%3E%0A%3Cpath%20d%3D%22M3.99,8.67h28v3.13h-28V8.67z%20M3.99,19.53v-3.07h28v3.07H3.99z%20M3.99,27.33V24.2h28v3.13H3.99z%22/%3E%0A%09%3C/svg%3E");
  transition: background 0.2s ease;
}

.menu-open .mobile-buttons .button-menu {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23fff%22%3E%0A%3Cpath%20d%3D%22M38.99,13.89L27.81,25.07l11.18,11.18l-2.82,2.82L24.99,27.89L13.81,39.07l-2.82-2.82l11.18-11.18L10.99,13.89l2.82-2.82%0A%09l11.18,11.18l11.18-11.18L38.99,13.89z%22/%3E%0A%09%3C/svg%3E");
}

.mobile-buttons .button-phone {
  float: left;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23fff%22%3E%0A%3Cpath%20d%3D%22M40.1,33.71c0,0.77-0.34,2.26-0.66,2.96c-0.45,1.04-1.64,1.73-2.6,2.26c-1.26,0.68-2.54,1.09-3.96,1.09%0A%09c-1.98,0-3.77-0.81-5.58-1.47c-1.3-0.47-2.56-1.04-3.73-1.77c-3.62-2.24-7.99-6.61-10.23-10.23c-0.72-1.17-1.3-2.43-1.77-3.73%0A%09c-0.66-1.81-1.47-3.6-1.47-5.58c0-1.43,0.4-2.71,1.09-3.96c0.53-0.96,1.21-2.15,2.26-2.6c0.7-0.32,2.19-0.66,2.96-0.66%0A%09c0.15,0,0.3,0,0.45,0.06c0.45,0.15,0.92,1.19,1.13,1.62c0.68,1.21,1.34,2.45,2.05,3.64c0.34,0.55,0.98,1.24,0.98,1.9%0A%09c0,1.3-3.86,3.2-3.86,4.35c0,0.58,0.53,1.32,0.83,1.83c2.15,3.88,4.84,6.56,8.71,8.72c0.51,0.3,1.26,0.83,1.83,0.83%0A%09c1.15,0,3.05-3.86,4.35-3.86c0.66,0,1.34,0.64,1.9,0.98c1.19,0.7,2.43,1.36,3.64,2.05c0.43,0.21,1.47,0.68,1.62,1.13%0A%09C40.1,33.42,40.1,33.56,40.1,33.71z%22/%3E%0A%09%3C/svg%3E");
}

.mobile-logo {
  display: none;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 3px;
  left: 75px;
  right: 75px;
}

@media screen and (max-width: 991px) {
  .menu-open .mobile-logo,
  .scrolling .mobile-logo {
    display: block;
  }
}

.mobile-panel .menu {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  background: #0f394b;
}

.mobile-panel .menu li {
  position: relative;
}

.mobile-panel .menu a {
  display: block;
  padding: 10px 20px;
}

.mobile-panel .menu .dropdown-button {
  display: block;
  width: 45px;
  height: 0;
  padding-top: 50px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 0 !important;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
}

.mobile-panel .menu .dropdown-button:before {
  content: "";
  display: block;
  width: 1px;
  border-left: 1px dotted #fff;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
}

.mobile-panel .menu .dropdown-button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: -4px -7px;
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.2s ease;
}

.mobile-panel .menu .dropdown-button.active:after {
  transform: scaleY(-1);
}

.mobile-panel .menu .submenu {
  display: none;
  font-size: 16px;
}

.mobile-panel .menu .submenu.opened {
  display: block;
}

.mobile-panel .menu .submenu a {
  padding: 8px 20px;
  padding-left: 40px;
}

.mobile-panel .menu .submenu a:before {
  content: "\2022";
  float: left;
  margin-left: -20px;
}

.mobile-panel .menu .submenu li {
  border-top: 1px dotted #fff;
}

.mobile-panel .menu > li.has-submenu a {
  padding-right: 50px;
}

.mobile-panel .menu > li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}

.mobile-panel .address {
  font-size: 16px;
  padding: 20px;
  text-align: center;
  color: #000;
}

.mobile-panel .social-icon {
  list-style: none;
  margin: 0 20px 20px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.mobile-panel .social-icon a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.mobile-panel .social-icon a.icon-rss_feed {
  background-image: url("../img/icon-rss_feed.png");
}

.mobile-panel .social-icon a.icon-facebook {
  background-image: url("../img/icon-facebook.png");
}

.mobile-panel .social-icon a.icon-pintrest {
  background-image: url("../img/icon-pintrest.jpg");
}

.mobile-panel .social-icon a.icon-twitter {
  background-image: url("../img/icon-twitter.png");
}

.mobile-panel .social-icon a.icon-youtube {
  background-image: url("../img/icon-youtube.png");
}

/*-----------------------------------------------------------------------------------*/
/* About Us Page
/*-----------------------------------------------------------------------------------*/
.page-about-us .entry-title {
  padding-left: 12.83rem;
}

.page-about-us .entry-title:before {
  width: 23.6rem;
  height: 19.5rem;
  background-image: url("../img/title-image-about-us.png");
  top: -12.83rem;
  left: -7rem;
}

@media screen and (min-width: 992px) {
  .page-about-us .entry-content {
    padding-left: 2.85714286%;
    padding-right: 2.85714286%;
  }

  .page-about-us .entry-content .row .col:first-child {
    width: calc(50% - 1.25rem);
  }

  .page-about-us .entry-content .row .col:last-child {
    width: calc(50% - 0.25rem);
  }
}

.page-about-us .entry-content .caption-block {
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.5rem 0.45rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #0f394b;
}

.page-about-us .entry-content .list-directors {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-about-us .entry-content .list-directors li + li {
  margin-top: 0.75rem;
}

.page-about-us .entry-content .list-staff {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-about-us .entry-content .list-staff li {
  margin-bottom: 0.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-about-us .entry-content .list-staff li > * {
  width: 64%;
  margin-bottom: 0.5rem;
}

.page-about-us .entry-content .list-staff li > *.photo {
  width: 30%;
}

.page-about-us .entry-section-bottom {
  margin-top: 1rem;
}

@media screen and (max-width: 639px) {
  .page-about-us .entry-section-bottom {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Accommodations Pages
/*-----------------------------------------------------------------------------------*/
.list-places {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}

.place-item {
  margin: 0.4rem 0 1.4rem;
  padding: 0.9rem 1.3rem;
  background: rgba(163, 173, 106, 0.6);
  position: relative;
  z-index: 1;
}

.place-item:before,
.place-item:after {
  content: "";
  display: block;
  height: 0.4rem;
  background: rgba(163, 173, 106, 0.6);
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  z-index: -1;
}

.place-item:before {
  bottom: 100%;
}

.place-item:after {
  top: 100%;
}

.place-item > * {
  display: flex;
  flex-flow: row wrap;
}

.place-item > * > * {
  flex: 0 100%;
}

@media screen and (max-width: 639px) {
  .place-item > * > * {
    flex: 0 100%;
  }
}

.place-item-head {
  flex: 1 100%;
  margin: 0 0 1.2rem;
  padding: 0.45rem 0.5rem 0.5rem;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #758038;
  box-shadow: 0.3rem 0.3rem 0.1rem rgba(35, 31, 32, 0.3);
}

.place-item-body {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  font-size: 0.6rem;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 991px) {
  .place-item-body {
    font-size: 0.85rem;
  }
}

.place-item-body > * {
  margin: 0;
}

.place-item-body address {
  margin-bottom: 0.1em;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.15;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .place-item-body address {
    font-size: 1rem;
  }
}

.place-item-image {
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 639px) {
  .place-item-image {
    margin-bottom: 1rem;
  }
}

.place-item-image img {
  border: 0.05rem solid #fff;
}

@media screen and (max-width: 991px) {
  .place-item-image img {
    border-width: 1px;
  }
}

.list-hotels {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.list-hotels > * {
  width: 30%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .list-hotels > * {
    width: calc(50% - 0.75rem);
  }
}

@media screen and (max-width: 639px) {
  .list-hotels > * {
    width: 100%;
  }
}

.hotel-item {
  height: calc(100% - 0.8rem);
  margin: 0.4rem 0;
  padding: 0.2rem 0.9rem;
  background: rgba(163, 173, 106, 0.6);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .hotel-item {
    height: auto;
  }
}

.hotel-item:before,
.hotel-item:after {
  content: "";
  display: block;
  height: 0.4rem;
  background: rgba(163, 173, 106, 0.6);
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  z-index: -1;
}

.hotel-item:before {
  bottom: 100%;
}

.hotel-item:after {
  top: 100%;
}

.hotel-item .coming-soon {
  position: absolute;
  top: 0;
  left: 0;
}

.hotel-item .coming-soon [data="true"] {
  float: left;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 0.8;
  text-align: center;
  text-shadow: 0.1em 0.1em #231f20;
  color: #fff568;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotate(-40deg);
  transform-origin: 75% 60%;
}

.hotel-item .coming-soon [data="true"]:before {
  content: "COMING\aSOON";
  white-space: pre;
}

.hotel-item-name {
  margin: 0 0 1.2rem;
  padding: 0.45rem 0.5rem 0.5rem;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #758038;
  box-shadow: 0.2rem 0.3rem 0.1rem rgba(35, 31, 32, 0.3);
  position: relative;
  position: absolute;
  top: 0.1rem;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .hotel-item-name {
    font-size: 1.1rem;
  }
}

.hotel-item-photo {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .hotel-item-photo {
    border-width: 1px;
  }
}

@media screen and (max-width: 639px) {
  .hotel-item-photo {
    max-width: 300px !important;
    display: block;
    margin: auto;
  }
}

.hotel-item-data {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  text-align: center;
  font-size: 0.67rem;
  line-height: 1.2;
  color: #000;
}

@media screen and (max-width: 991px) {
  .hotel-item-data {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 639px) {
  .hotel-item-data {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5em;
    font-size: 1rem;
  }
}

.hotel-item-data > * {
  margin: 0;
}

.hotel-item-data address {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  font-family: "Bree Serif", serif;
  font-size: 1.2em;
  line-height: 1.15;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .hotel-item-data address {
    font-size: 1em;
  }
}

.hotel-item.image-only {
  height: 100%;
  margin: 0;
  padding: 0;
}

.hotel-item.image-only:before,
.hotel-item.image-only:after {
  display: table;
  height: 0;
  position: static;
}

.hotel-item.image-only img {
  max-width: none !important;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

.page-accommodations .entry-title {
  padding-left: 11.67rem;
}

.page-accommodations .entry-title:before {
  width: 7.83rem;
  height: 9.8rem;
  background-image: url("../img/title-image-accommodations.png");
  top: -6.33rem;
  left: 2.83rem;
}

@media screen and (min-width: 992px) {
  .page-accommodations .entry-content .row .col:first-child {
    padding-left: 3.57142857%;
  }

  .page-accommodations .entry-content .row .col:last-child {
    width: 50%;
  }
}

.page-accommodations-bed-breakfast .entry-title {
  padding-left: 12rem;
}

.page-accommodations-bed-breakfast .entry-title:before {
  width: 26.13rem;
  height: 13.8rem;
  background-image: url("../img/title-image-accommodations-bed-breakfast.png");
  top: -10rem;
  left: -2.6rem;
}

@media screen and (min-width: 992px) {
  .page-accommodations-bed-breakfast .entry-section-top {
    padding-left: 4.28571429%;
    padding-right: 4.28571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-accommodations-bed-breakfast .entry-section-bottom {
    padding-left: 2.85714286%;
    padding-right: 2.85714286%;
  }
}

@media screen and (min-width: 992px) {
  .page-accommodations-bed-breakfast .place-item > * {
    display: block;
  }

  .page-accommodations-bed-breakfast .place-item > * > * {
    width: 50%;
  }

  .page-accommodations-bed-breakfast .place-item-head {
    float: right;
  }

  .page-accommodations-bed-breakfast .place-item-body {
    float: right;
    padding-left: 8%;
    padding-right: 8%;
  }

  .page-accommodations-bed-breakfast .place-item-body address {
    margin-bottom: 0.75em;
  }

  .page-accommodations-bed-breakfast .place-item-image {
    float: left;
    padding-right: 6.4516129%;
  }
}

.page-accommodations-camping .entry-title {
  padding-left: 10.33rem;
}

.page-accommodations-camping .entry-title:before {
  width: 21.43rem;
  height: 21.9rem;
  background-image: url("../img/title-image-accommodations-camping.png");
  top: -12.4rem;
  left: -8.67rem;
}

@media screen and (min-width: 992px) {
  .page-accommodations-camping .entry-section-top {
    padding-left: 4.28571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-accommodations-camping .entry-section-bottom {
    padding-left: 1.42857143%;
    padding-right: 1.42857143%;
  }
}

.page-accommodations-camping .list-places {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-accommodations-camping .list-places > li {
  width: 48.21428571%;
}

@media screen and (max-width: 991px) {
  .page-accommodations-camping .list-places > li {
    width: 100%;
  }
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-accommodations-camping .place-item > * {
    justify-content: center;
  }

  .page-accommodations-camping .place-item-image {
    flex: 0 35%;
    padding-right: 2.5%;
  }
}

@media screen and (max-width: 639px) and (min-width: 480px) {
  .page-accommodations-camping .place-item-image {
    flex: auto;
    width: 175px;
  }

  .page-accommodations-camping .place-item-body {
    flex: auto;
    width: calc(100% - 175px);
  }
}

.page-accommodations-hotels .entry-title {
  padding-left: 11.83rem;
}

.page-accommodations-hotels .entry-title:before {
  width: 19.2rem;
  height: 18.93rem;
  background-image: url("../img/title-image-accommodations-hotels.png");
  bottom: -5.53rem;
  left: -8.67rem;
}

@media screen and (min-width: 992px) {
  .page-accommodations-hotels .entry-section-top {
    padding-left: 4.28571429%;
    padding-right: 4.28571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-accommodations-hotels .entry-section-bottom {
    padding-left: 1.42857143%;
    padding-right: 1.42857143%;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Contact Us Pages
/*-----------------------------------------------------------------------------------*/
.page-contact-us-local-links .entry-title {
  padding-left: 13.33rem;
}

.page-contact-us-local-links .entry-title:before {
  width: 16.73rem;
  height: 19.73rem;
  background-image: url("../img/title-image-contact-us-local-links.png");
  bottom: -2.33rem;
  left: -2.33rem;
}

@media screen and (min-width: 992px) {
  .page-contact-us-local-links .entry-section-top {
    padding-left: 7.85714286%;
    padding-right: 7.85714286%;
  }
}

@media screen and (min-width: 992px) {
  .page-contact-us-local-links .entry-section-bottom {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .page-contact-us-local-links .entry-section-bottom .col {
    width: 42.85714286%;
  }
}

.page-contact-us-local-links .list-link {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.15;
}

.page-contact-us-local-links .list-link li + li {
  margin-top: 0.75rem;
}

.page-contact-us-places-of-worship .entry-title {
  padding-left: 8.17rem;
}

.page-contact-us-places-of-worship .entry-title:before {
  width: 12.3rem;
  height: 8.67rem;
  background-image: url("../img/title-image-contact-us-places-of-worship.png");
  bottom: -0.4rem;
  left: -3.87rem;
}

@media screen and (min-width: 992px) {
  .page-contact-us-places-of-worship .entry-lead {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .page-contact-us-places-of-worship .entry-section-top {
    padding-left: 7.85714286%;
    padding-right: 7.85714286%;
  }
}

@media screen and (min-width: 992px) {
  .page-contact-us-places-of-worship .entry-section-bottom {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Itineraries Pages
/*-----------------------------------------------------------------------------------*/
.page-itineraries .entry-title {
  padding-left: 12.83rem;
}

.page-itineraries .entry-title:before {
  width: 28.07rem;
  height: 19.8rem;
  background-image: url("../img/title-image-itineraries.png");
  top: -11.37rem;
  left: -5.83rem;
}

@media screen and (min-width: 992px) {
  .page-itineraries .entry-content {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.page-itineraries .entry-navigation {
  margin-bottom: 1.5rem;
}

.page-itineraries .entry-navigation .menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.page-itineraries .entry-navigation .menu a {
  display: block;
  min-width: 10.43rem;
  height: 2.47rem;
  margin: 0.5rem 0.7rem;
  padding: 0.5rem 0.25rem;
  padding-left: 2.5rem;
  font-family: "Bree Serif", serif;
  text-align: center;
  color: #fff;
  background: #698a28;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.4rem 0.2rem rgba(34, 31, 31, 0.25);
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-itineraries .entry-navigation .menu a {
    min-width: 185px;
  }
}

@media screen and (max-width: 479px) {
  .page-itineraries .entry-navigation .menu a {
    min-width: 200px;
  }
}

.page-itineraries .entry-navigation .menu a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 2.87rem;
  height: 2.47rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
}

@media screen and (max-width: 1599px) {
  .page-itineraries .entry-navigation .menu a:before {
    background-size: contain !important;
  }
}

.page-itineraries .entry-navigation .menu a.item-birding:before {
  background-image: url("../img/icon-menu-birding.png");
}

.page-itineraries .entry-navigation .menu a.item-museums:before {
  background-image: url("../img/icon-menu-museums.png");
}

.page-itineraries .entry-navigation .menu a.item-history:before {
  background-image: url("../img/icon-menu-history.png");
}

.page-itineraries .entry-navigation .menu a.item-culinary:before {
  background-image: url("../img/icon-menu-culinary.png");
}

.page-itineraries .entry-navigation .menu a.item-outdoors:before {
  background-image: url("../img/icon-menu-outdoors.png");
}

.page-itineraries-bed-breakfast .entry-title {
  padding-left: 12rem;
}

.page-itineraries-bed-breakfast .entry-title:before {
  width: 26.13rem;
  height: 13.8rem;
  background-image: url("../img/title-image-accommodations-bed-breakfast.png");
  top: -10rem;
  left: -2.6rem;
}

@media screen and (min-width: 992px) {
  .page-itineraries-bed-breakfast .entry-section-top {
    padding-left: 4.28571429%;
    padding-right: 4.28571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-itineraries-bed-breakfast .entry-section-bottom {
    padding-left: 2.85714286%;
    padding-right: 2.85714286%;
  }
}

@media screen and (min-width: 992px) {
  .page-itineraries-bed-breakfast .place-item > * {
    display: block;
  }

  .page-itineraries-bed-breakfast .place-item > * > * {
    width: 50%;
  }

  .page-itineraries-bed-breakfast .place-item-head {
    float: right;
  }

  .page-itineraries-bed-breakfast .place-item-body {
    float: right;
    padding-left: 8%;
    padding-right: 8%;
  }

  .page-itineraries-bed-breakfast .place-item-body address {
    margin-bottom: 0.75em;
  }

  .page-itineraries-bed-breakfast .place-item-image {
    float: left;
    padding-right: 6.4516129%;
  }
}

.page-itineraries-birding .entry-title {
  padding-left: 16.5rem;
}

.page-itineraries-birding .entry-title:before {
  width: 23.77rem;
  height: 15.6rem;
  background-image: url("../img/title-image-itineraries-birding.png");
  bottom: -2.07rem;
  left: -6.33rem;
}

@media screen and (min-width: 992px) {
  .page-itineraries-birding .entry-content {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.page-itineraries-culinary .entry-title {
  padding-left: 15rem;
}

.page-itineraries-culinary .entry-title:before {
  width: 15.93rem;
  height: 14.57rem;
  background-image: url("../img/title-image-itineraries-culinary.png");
  top: -8.8rem;
  left: -1.13rem;
}

@media screen and (min-width: 992px) {
  .page-itineraries-culinary .entry-content {
    padding-left: 2.5%;
    padding-right: 1.42857143%;
  }
}

/* .page-itineraries-history .entry-title {
  padding-left: 13.33rem;
} */

/* .page-itineraries-history .entry-title:before {
  width: 14.6rem;
  height: 13.8rem;
  background-image: url('../img/title-image-itineraries-history.png');
  bottom: -1.43rem;
  left: -1.83rem;
} */

.page-itineraries-history .history-item {
  margin-bottom: 1.5rem;
}

.page-itineraries-history .history-item .col-image {
  text-align: center;
}

.page-itineraries-history .history-item .col-image img {
  width: 60%;
}

.page-itineraries-history .history-item .historytext {
  /*  max-height: 630px;*/
  overflow-y: auto;
  font-size: 20px;
}

.page-itineraries-history .history-item h5 {
  color: #7d9a35;
}

.page-itineraries-history .history-item .col:last-child > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  .page-itineraries-history .history-item > *:last-child,
  .page-itineraries-history .history-item > * .col > *:last-child {
    margin-bottom: 0 !important;
  }
}

.page-itineraries-history .list-history {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}

.page-itineraries-history .list-history > li:nth-child(even) > .history-item {
  padding: 1rem 1.15rem;
  background: #fff;
}

.page-itineraries-history .app-banner {
  font-size: 0.9rem;
  line-height: 1.15;
  color: #0f394b;
  display: flex;
}

@media screen and (max-width: 991px) {
  .page-itineraries-history .app-banner {
    font-size: 1rem;
    display: block;
    /* padding-left: 105px; */
    text-align: center;
  }
}

.page-itineraries-history .app-banner .icon {
  width: 28.90855457%;
}

.page-itineraries-history .app-banner .icon img {
  position: relative;
  left: -6.12244898%;
}

@media screen and (max-width: 991px) {
  .page-itineraries-history .app-banner .icon {
    float: left;
    width: 100px;
    margin-left: -105px;
  }
}

.page-itineraries-history .app-banner .text {
  width: 71.09144543%;
  padding-left: 1.47492625%;
  padding-right: 3.68731563%;
}

@media screen and (max-width: 991px) {
  .page-itineraries-history .app-banner .text {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-itineraries-history .app-banner .text > * {
  margin-bottom: 0;
}

.page-itineraries-history .app-banner ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .page-itineraries-history .app-banner ul {
    justify-content: center;
    margin-right: -5px;
  }
}

.page-itineraries-history .app-banner ul li {
  width: 100%;
  margin-top: 0.5em;
}

@media screen and (max-width: 991px) {
  .page-itineraries-history .app-banner ul li {
    width: 120px;
    padding-right: 5px;
  }
}

.page-itineraries-museums .entry-title {
  padding-left: 13.33rem;
}

.page-itineraries-museums .entry-title:before {
  width: 12.07rem;
  height: 11.5rem;
  background-image: url("../img/title-image-itineraries-museums.png");
  top: -6.67rem;
  left: -0.37rem;
}

@media screen and (min-width: 992px) {
  .page-itineraries-museums .entry-content {
    padding-left: 2.5%;
    padding-right: 1.42857143%;
  }
}

.page-itineraries-outdoors .entry-title {
  padding-left: 16rem;
}

.page-itineraries-outdoors .entry-title:before {
  width: 21.67rem;
  height: 12.53rem;
  background-image: url("../img/title-image-itineraries-outdoors.png");
  top: -6.47rem;
  left: -4.53rem;
}

.page-itineraries-outdoors .outdoor-item {
  margin: 0.5rem 0;
  padding: 0.8rem 0.6rem;
}

.page-itineraries-outdoors .outdoor-item .row {
  display: block;
  padding-top: 1.2rem;
}

.page-itineraries-outdoors .outdoor-item .row .col {
  display: inline;
}

.page-itineraries-outdoors .outdoor-item .row .col:last-child {
  display: inline-block;
  width: 66.37426901%;
}

.page-itineraries-outdoors .outdoor-item .row .col-left,
.page-itineraries-outdoors .outdoor-item .row .col-right {
  width: 16.8128655%;
}

.page-itineraries-outdoors .outdoor-item .row .col-left {
  float: left;
}

.page-itineraries-outdoors .outdoor-item .row .col-right {
  float: right;
  margin-top: 0.6rem;
}

.page-itineraries-outdoors .outdoor-item .row .col-center {
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-itineraries-outdoors .outdoor-item .row .col-center > *:last-child {
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 639px) {
  .page-itineraries-outdoors .outdoor-item .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 1rem;
  }

  .page-itineraries-outdoors .outdoor-item .row .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100px !important;
  }

  .page-itineraries-outdoors .outdoor-item .row .col:last-child {
    width: calc(100% - 100px) !important;
  }

  .page-itineraries-outdoors .outdoor-item .row .col-left,
  .page-itineraries-outdoors .outdoor-item .row .col-right {
    float: none;
    width: 100% !important;
  }

  .page-itineraries-outdoors .outdoor-item .row .col-right {
    margin-top: 0.6rem !important;
  }

  .page-itineraries-outdoors .outdoor-item .row .col-center {
    flex: 2;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .page-itineraries-outdoors .outdoor-item .row {
    display: block !important;
    padding-top: 0.8rem;
  }

  .page-itineraries-outdoors .outdoor-item .row .col {
    display: inline !important;
  }

  .page-itineraries-outdoors .outdoor-item .row .col:first-child {
    float: left;
    width: 80px !important;
    margin-right: 0.75rem;
  }

  .page-itineraries-outdoors .outdoor-item .row .col-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-itineraries-outdoors .outdoor-item .day-box {
  margin: 0 0 0.6rem;
  padding: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 2.4rem;
  font-family: "Bree Serif", serif;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  background: #c3e8f4;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .page-itineraries-outdoors .outdoor-item .day-box {
    font-size: 1.85rem;
  }
}

@media screen and (max-width: 479px) {
  .page-itineraries-outdoors .outdoor-item .day-box {
    font-size: 1.5rem;
  }
}

.page-itineraries-outdoors .outdoor-item .day-box:before {
  content: "";
  background: #c3e8f4;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: -0.46em;
  bottom: 0;
  z-index: -1;
}

.page-itineraries-outdoors .outdoor-item .day-box > * {
  display: block;
  font-weight: 400;
  line-height: 0.8;
}

.page-itineraries-outdoors .outdoor-item .day-box > strong {
  font-size: 2.08em;
}

.page-itineraries-outdoors .list-outdoors {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(odd) > .outdoor-item {
  background: #fff;
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(1) .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(1) .row .col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 16.8128655%;
}

.page-itineraries-outdoors
  .list-outdoors
  > li:nth-child(1)
  .row
  .col:last-child {
  width: 83.1871345%;
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(1) .row .col-left,
.page-itineraries-outdoors .list-outdoors > li:nth-child(1) .row .col-right {
  float: none;
  width: 100%;
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(1) .row .col-center {
  flex: 2;
}

@media screen and (max-width: 991px) {
  .page-itineraries-outdoors .list-outdoors > li:nth-child(1) .row .col-center {
    padding-right: 0.5rem;
  }
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(2) .row .col-right {
  margin-top: 0.5rem;
}

.page-itineraries-outdoors
  .list-outdoors
  > li:nth-child(3)
  .row
  .col:last-child {
  display: inline-block;
  width: 64.47368421%;
}

.page-itineraries-outdoors .list-outdoors > li:nth-child(3) .row .col-right {
  width: 18.71345029%;
  margin-top: -1.3rem;
}

/*-----------------------------------------------------------------------------------*/
/* Maps Page
/*-----------------------------------------------------------------------------------*/
.page-maps .entry-title {
  padding-left: 14.33rem;
  padding-right: 4rem;
}

.page-maps .entry-title:before {
  width: 14.37rem;
  height: 15.67rem;
  background-image: url("../img/title-image-maps.png");
  bottom: -1.23rem;
  left: -0.93rem;
}

.page-maps .entry-content img {
  width: 100%;
  height: auto;
}

.page-maps .entry-content .map-legend {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .page-maps .entry-content .map-legend {
    font-size: 0.9rem;
  }
}

.page-maps .entry-content .map-legend h3 {
  margin: 0;
  padding: 0.25em 1em 0.35em;
  font-size: 1em;
  color: #fff;
  background: #0f394b;
}

@media screen and (max-width: 991px) {
  .page-maps .entry-content .map-legend h3 {
    padding: 0.45em 1em 0.55em;
  }
}

.page-maps .entry-content .map-legend ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  counter-reset: map-counter;
}

.page-maps .entry-content .map-legend li {
  padding: 0.35em 0 0.3em 2.5em;
}

@media screen and (max-width: 991px) {
  .page-maps .entry-content .map-legend li {
    padding-top: 0.45em;
    padding-bottom: 0.4em;
  }
}

.page-maps .entry-content .map-legend li:nth-child(even) {
  background: #fef0e5;
}

.page-maps .entry-content .map-legend li:before {
  content: counter(map-counter);
  counter-increment: map-counter;
  float: left;
  width: 1.5em;
  margin-left: -1.5em;
}

@media screen and (min-width: 992px) {
  .page-maps .entry-section-top {
    padding-left: 4.28571429%;
    padding-right: 4.28571429%;
  }
}

.page-maps .entry-section-middle .col {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .page-maps .entry-section-middle .col {
    order: 1 !important;
    width: 100% !important;
  }
}

.page-maps .entry-section-middle .col-text {
  width: 37.85714286%;
  align-self: center;
}

.page-maps .entry-section-middle .col-image {
  order: -1;
  width: 60.14285714%;
}

/*-----------------------------------------------------------------------------------*/
/* Restaurants Page
/*-----------------------------------------------------------------------------------*/
.page-restaurants .entry-title {
  padding-left: 13.17rem;
  padding-right: 1.67rem;
}

.page-restaurants .entry-title:before {
  width: 17.77rem;
  height: 17.03rem;
  background-image: url("../img/title-image-restaurants.png");
  top: -10.33rem;
  left: -3.03rem;
}

@media screen and (min-width: 992px) {
  .page-restaurants .entry-content {
    padding-left: 2.85714286%;
    padding-right: 1.78571429%;
  }

  .page-restaurants .entry-content .col-image {
    padding-right: 1.35rem;
  }
}

.page-restaurants .entry-content .table a {
  font-weight: 400;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
}

.page-restaurants .entry-content .table tr > .col-name {
  width: 30%;
}

.page-restaurants .entry-content .table tr > .col-phone {
  width: 20%;
}

.page-restaurants .entry-content .table-filter {
  margin: 1rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .page-restaurants .entry-content .table-filter {
    flex-flow: row wrap;
  }
}

.page-restaurants .entry-content .table-filter > * {
  width: 50%;
}

@media screen and (max-width: 479px) {
  .page-restaurants .entry-content .table-filter > * {
    width: 100%;
  }
}

.page-restaurants .entry-content .table-filter > *.separator {
  width: auto;
  padding: 0 1rem;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .page-restaurants .entry-content .table-filter > *.separator {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

.page-restaurants .entry-content .table-filter input,
.page-restaurants .entry-content .table-filter select {
  display: block;
  width: 100%;
  height: 2.15rem;
  padding: 0 0.8rem;
  background: #fff;
  border: 0;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.4rem 0.2rem rgba(34, 31, 31, 0.25);
}

/*-----------------------------------------------------------------------------------*/
/* Things to Do Pages
/*-----------------------------------------------------------------------------------*/
.content .table-places tr > * {
  padding-left: 0.4rem;
  vertical-align: middle;
}

.content .table-places tr > *.col-desc {
  width: 48%;
  padding-right: 1rem;
}

.content .table-places tr > *.col-data {
  padding-left: 0.5rem;
}

.content .table-places tr > *.col-photo {
  width: 35%;
}

.content .table-places tbody tr > * {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #515151;
  vertical-align: top;
}

.content .table-places tbody tr > * > * {
  margin: 0;
}

.content .table-places tbody h4 {
  margin-bottom: 0.2em;
  font-size: 1em;
  font-size: 0.9rem;
}

.content .table-places tbody address {
  font-weight: 700;
  /* Not fixed */
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.7rem;
}

.page-things-to-do .entry-title {
  padding-left: 12rem;
  padding-right: 4rem;
}

@media screen and (max-width: 991px) {
  .page-things-to-do .entry-title {
    padding-left: 10rem;
  }
}

.page-things-to-do .entry-title:before {
  width: 15.73rem;
  height: 25.37rem;
  background-image: url("../img/title-image-things-to-do.png");
  bottom: -5.87rem;
  left: -4rem;
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-things-to-do .entry-lead {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do .entry-content {
    padding-left: 4.28571429%;
  }
}

.page-things-to-do .entry-content .menu {
  margin-bottom: 1em !important;
  height: 8rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .page-things-to-do .entry-content .menu {
    height: 9rem;
  }
}

.page-things-to-do .entry-section-top .col {
  width: 66.04477612%;
}

@media screen and (max-width: 991px) {
  .page-things-to-do .entry-section-top .col {
    width: 100% !important;
  }
}

.page-things-to-do .entry-section-top .col-image {
  width: 32.46268657%;
}

@media screen and (max-width: 991px) {
  .page-things-to-do .entry-section-top .col-image {
    text-align: center;
  }
}

.page-things-to-do-arts-culture .entry-title {
  padding-left: 15.83rem;
  padding-right: 2rem;
}

.page-things-to-do-arts-culture .entry-title:before {
  width: 20.23rem;
  height: 15.63rem;
  background-image: url("../img/title-image-things-to-do-arts-culture.png");
  top: -9.33rem;
  left: -5.5rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-arts-culture .entry-content {
    padding-left: 2.85714286%;
    padding-left: 0.71428571%;
  }
}

.page-coop .entry-title:before {
  width: 20.23rem;
  height: 15.63rem;
  background-image: url("../img/billboard_icon.png");
  top: -9.33rem;
  left: -5.5rem;
}

.page-coop .entry-title {
  padding-left: 13.17rem;
  padding-right: 1.67rem;
}

@media screen and (min-width: 992px) {
  .page-coop .entry-content {
    padding-left: 2.85714286%;
    padding-left: 0.71428571%;
  }
}

.page-things-to-do-attractions-local .entry-title {
  padding-left: 12.67rem;
  padding-right: 3rem;
}

.page-things-to-do-attractions-local .entry-title:before {
  width: 28.67rem;
  height: 24.73rem;
  background-image: url("../img/title-image-things-to-do-attractions-local.png");
  bottom: -5.67rem;
  left: -8.67rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-attractions-local .entry-content {
    padding-left: 2.5%;
    padding-right: 1.78571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-attractions-local .entry-section-top {
    padding-left: 2.14285714%;
    padding-right: 0.71428571%;
  }

  .page-things-to-do-attractions-local .entry-section-top .col:first-child {
    padding-right: 1rem;
  }
}

.page-things-to-do-attractions-regional .entry-title {
  padding-left: 12.67rem;
  padding-right: 2rem;
}

.page-things-to-do-attractions-regional .entry-title:before {
  width: 14.9rem;
  height: 14.13rem;
  background-image: url("../img/title-image-things-to-do-attractions-regional.png");
  top: -7.7rem;
  left: -2.5rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-attractions-regional .entry-content {
    padding-left: 2.5%;
    padding-right: 1.42857143%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-attractions-regional .entry-section-top {
    padding-left: 1.07142857%;
  }
}

.page-things-to-do-family-fun .entry-title {
  padding-left: 12.67rem;
  padding-right: 2rem;
}

.page-things-to-do-family-fun .entry-title:before {
  width: 28.97rem;
  height: 31.93rem;
  background-image: url("../img/title-image-things-to-do-family-fun.png");
  top: -18.43rem;
  left: -8.67rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-family-fun .entry-content {
    padding-left: 3.21428571%;
    padding-right: 1.07142857%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-family-fun .entry-section-top .col-image {
    padding-left: 1.3rem;
  }
}

.page-things-to-do-free-activities .entry-title {
  padding-left: 12.17rem;
  padding-right: 2.33rem;
}

.page-things-to-do-free-activities .entry-title:before {
  width: 25.63rem;
  height: 25.53rem;
  background-image: url("../img/title-image-things-to-do-free-activities.png");
  top: -12.83rem;
  left: -6.67rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-free-activities .entry-content {
    padding-left: 2.85714286%;
    padding-right: 0.71428571%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-free-activities .entry-section-top .col:first-child {
    width: 42.22222222%;
  }

  .page-things-to-do-free-activities .entry-section-top .col:last-child {
    width: 53.33333333%;
    align-self: center;
  }
}

.page-things-to-do-historic-sites .entry-title {
  padding-left: 12.5rem;
}

.page-things-to-do-historic-sites .entry-title:before {
  width: 16.17rem;
  height: 12.4rem;
  background-image: url("../img/title-image-things-to-do-historic-sites.png");
  bottom: -0.27rem;
  left: -3.53rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-historic-sites .entry-content {
    padding-left: 2.14285714%;
    padding-right: 2.14285714%;
  }
}

.page-things-to-do-historic-sites .entry-content .video-item {
  height: 0;
  padding-top: 61.72839506%;
  border: 1px solid #000;
  position: relative;
  box-shadow: 0.3rem 0.3rem 0.1rem rgba(35, 31, 32, 0.3);
}

.page-things-to-do-historic-sites .entry-content .video-item a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 45%;
  font-family: "Roboto", sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s ease;
}

@media screen and (max-width: 991px) {
  .page-things-to-do-historic-sites .entry-content .video-item a {
    text-indent: -999em;
    overflow: hidden;
  }
}

.page-things-to-do-historic-sites .entry-content .video-item a:before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  margin: -1.65rem;
  background: rgba(255, 0, 0, 0.3);
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%20fill%3D%22%23ffffff%22%3E%0A%09%09%09%09%09%3Cpath%20d%3D%22M49.99,89.9c21.84,0,39.74-17.89,39.74-39.74c0-21.85-17.89-39.74-39.74-39.74c-21.85,0-39.74,17.89-39.74,39.74%0A%09%09%09%09%09%09C10.25,72.01,28.15,89.9,49.99,89.9z%20M49.99,0.66c27.42,0,49.5,22.08,49.5,49.5c0,27.42-22.08,49.5-49.5,49.5%0A%09%09%09%09%09%09c-27.42,0-49.5-22.08-49.5-49.5C0.49,22.74,22.57,0.66,49.99,0.66z%20M40,72.47V27.85l29.75,22.31L40,72.47z%22/%3E%0A%09%09%09%09%09%3C/svg%3E")
    50% 50% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 639px) {
  .page-things-to-do-historic-sites .entry-content .video-item a:before {
    width: 100px;
    height: 100px;
    margin: -50px;
  }
}

@media screen and (max-width: 479px) {
  .page-things-to-do-historic-sites .entry-content .video-item a:before {
    width: 60px;
    height: 60px;
    margin: -30px;
  }
}

.page-things-to-do-historic-sites .entry-content .video-item a:hover,
.page-things-to-do-historic-sites .entry-content .video-item a:active {
  background: transparent;
}

.page-things-to-do-historic-sites .entry-content .video-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-things-to-do-historic-sites .entry-content .list-videos {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0.5rem 0 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-things-to-do-historic-sites .entry-content .list-videos > li {
  width: 47.5%;
}

@media screen and (max-width: 639px) {
  .page-things-to-do-historic-sites .entry-content .list-videos > li {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .page-things-to-do-historic-sites .entry-content .list-videos > li + li {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .page-things-to-do-historic-sites .entry-content .list-videos > li {
    max-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-historic-sites .entry-section-top {
    padding-left: 1.07142857%;
    padding-right: 1.07142857%;
  }

  .page-things-to-do-historic-sites .entry-section-top .col:first-child {
    width: 49%;
  }

  .page-things-to-do-historic-sites .entry-section-top .col:last-child {
    width: 47%;
  }
}

.page-things-to-do-must-do .entry-title {
  padding-left: 12.17rem;
  padding-right: 4.4rem;
}

.page-things-to-do-must-do .entry-title:before {
  width: 28.63rem;
  height: 28.83rem;
  background-image: url("../img/title-image-things-to-do-must-do.png");
  top: -15.6rem;
  left: -8.67rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-must-do .entry-content {
    padding-left: 4.28571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-must-do .entry-section-top .col:first-child {
    width: 64.55223881%;
  }

  .page-things-to-do-must-do .entry-section-top .col:last-child {
    width: 32.46268657%;
  }
}

.page-things-to-do-outdoors .entry-title {
  padding-left: 19.17rem;
  padding-right: 2.5rem;
}

.page-things-to-do-outdoors .entry-title:before {
  width: 30.4rem;
  height: 29.97rem;
  background-image: url("../img/title-image-things-to-do-outdoors.png");
  top: -18.87rem;
  left: -7.03rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-outdoors .entry-content {
    padding-left: 2.5%;
    padding-right: 1.78571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-outdoors .entry-section-top {
    padding-left: 1.78571429%;
  }

  .page-things-to-do-outdoors .entry-section-top .col:first-child {
    width: calc(50% - 3.5rem);
  }

  .page-things-to-do-outdoors .entry-section-top .col:last-child {
    width: calc(50% + 1rem);
  }
}

.page-things-to-do-shopping .entry-title {
  padding-left: 17.33rem;
  padding-right: 4rem;
}

@media screen and (max-width: 991px) {
  .page-things-to-do-shopping .entry-title {
    padding-left: 14rem;
  }
}

.page-things-to-do-shopping .entry-title:before {
  width: 27.43rem;
  height: 31.4rem;
  background-image: url("../img/title-image-things-to-do-shopping.png");
  top: -18.67rem;
  left: -8.67rem;
}

@media screen and (max-width: 991px) {
  .page-things-to-do-shopping .entry-title:before {
    left: -10rem;
  }
}

.page-things-to-do-shopping .entry-lead {
  padding-left: 10.71428571%;
}

@media screen and (max-width: 991px) {
  .page-things-to-do-shopping .entry-lead {
    padding-left: 9rem;
  }
}

@media screen and (max-width: 639px) {
  .page-things-to-do-shopping .entry-lead {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-shopping .entry-content .row {
    padding-left: 1.78571429%;
    padding-right: 2.5%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-shopping .entry-section-top {
    padding-left: 3.57142857%;
  }

  .page-things-to-do-shopping .entry-section-top .col:first-child {
    width: 44.7761194%;
    align-self: center;
  }

  .page-things-to-do-shopping .entry-section-top .col:last-child {
    width: 47.01492537%;
  }
}

.page-things-to-do-sports .entry-title {
  padding-left: 14rem;
  padding-right: 3.5rem;
}

.page-things-to-do-sports .entry-title:before {
  width: 22.73rem;
  height: 31.33rem;
  background-image: url("../img/title-image-things-to-do-sports.png");
  top: -19.27rem;
  left: -3.93rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-sports .entry-content {
    padding-left: 1.78571429%;
    padding-right: 2.5%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-sports .entry-section-top {
    padding-left: 2.6119403%;
  }
}

.page-things-to-do-staycation .entry-title {
  padding-left: 15.67rem;
  padding-right: 2.8rem;
}

.page-things-to-do-staycation .entry-title:before {
  width: 24rem;
  height: 18rem;
  background-image: url("../img/title-image-things-to-do-staycation.png");
  bottom: -0.3rem;
  left: -7.87rem;
}

@media screen and (min-width: 992px) {
  .page-things-to-do-staycation .entry-content {
    padding-left: 2.14285714%;
    padding-right: 2.14285714%;
  }
}

@media screen and (min-width: 992px) {
  .page-things-to-do-staycation .entry-section-top {
    padding-left: 2.14285714%;
  }

  .page-things-to-do-staycation .entry-section-top .col:first-child {
    align-self: center;
    padding-right: 6.87022901%;
  }

  .page-things-to-do-staycation .entry-section-top .col:last-child {
    width: 45.41984733%;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Trip Planning Pages
/*-----------------------------------------------------------------------------------*/
.page-trip-planning .entry-title {
  padding-left: 14.33rem;
  padding-right: 2.2rem;
}

.page-trip-planning .entry-title:before {
  width: 16.3rem;
  height: 20.17rem;
  background-image: url("../img/title-image-trip-planning.png");
  bottom: -1.33rem;
  left: -2.5rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .entry-section-top {
    padding-left: 4.28571429%;
    padding-right: 4.28571429%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .entry-section-bottom {
    padding-left: 4.28571429%;
    padding-right: 4.28571429%;
  }
}

@media screen and (min-width: 640px) {
  .page-trip-planning .entry-section-bottom .col:first-child {
    width: 65.625%;
  }

  .page-trip-planning .entry-section-bottom .col:last-child {
    width: auto;
  }
}

.page-trip-planning .entry-section-bottom .weather-badge a {
  display: block;
  width: 10rem;
  height: 5.25rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media screen and (max-width: 991px) {
  .page-trip-planning .entry-section-bottom .weather-badge a {
    width: 160px;
    height: 85px;
  }
}

@media screen and (max-width: 639px) {
  .page-trip-planning .entry-section-bottom .weather-badge a {
    margin-bottom: 1rem;
  }
}

.page-trip-planning .entry-section-bottom .weather-badge img {
  max-width: none;
  width: calc(100% + 0.5rem);
  height: auto;
  margin: -0.25rem;
}

.page-trip-planning .trip-item {
  min-height: 5rem;
  margin: 0 0 0.6rem;
  padding-left: 5rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  background: #fff;
  box-shadow: 0.2rem 0.3rem 0.1rem rgba(35, 31, 32, 0.2);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .trip-item {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 639px) {
  .page-trip-planning .trip-item {
    padding-left: 0;
  }
}

.page-trip-planning .trip-item .number {
  display: block;
  font-size: 4rem;
  font-family: "Bree Serif", serif;
  line-height: 1;
  color: #698a28;
  opacity: 0.5;
  position: absolute;
  top: 0.1rem;
  left: 0.75rem;
  z-index: -1;
}

@media screen and (max-width: 639px) {
  .page-trip-planning .trip-item .number {
    z-index: 1;
  }
}

.page-trip-planning .trip-item .number:before {
  content: "#";
  font-size: 0.6em;
  vertical-align: top;
  line-height: 1.1;
}

.page-trip-planning .trip-item .number:after {
  content: counter(trip-counter);
  counter-increment: trip-counter;
}

.page-trip-planning .trip-item .inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 639px) {
  .page-trip-planning .trip-item .inner {
    display: block;
  }
}

.page-trip-planning .trip-item .inner > * {
  margin: 0;
}

.page-trip-planning .trip-item .inner img {
  order: 1;
  margin-left: 1rem;
  width: auto;
  height: auto;
}

@media screen and (max-width: 639px) {
  .page-trip-planning .trip-item .inner img {
    float: right;
    margin-left: 0.75rem !important;
  }
}

@media screen and (max-width: 639px) {
  .page-trip-planning .trip-item .inner div {
    padding: 0.75rem 1rem !important;
    padding-top: 4.5rem !important;
  }
}

.page-trip-planning .trip-item .inner p {
  margin-bottom: 0 !important;
}

.page-trip-planning .list-trip {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  counter-reset: trip-counter;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li {
    float: left;
    width: 59.07142857%;
  }
}

.page-trip-planning .list-trip > li:nth-child(1) .trip-item .inner img {
  height: 6.8rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(1) .trip-item .inner img {
    width: 41.22938531%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(2) {
    width: calc(40.92857142857143% - 0.6rem);
    float: right;
  }
}

.page-trip-planning .list-trip > li:nth-child(2) .trip-item {
  color: #fff;
  background: #698a28;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item {
    height: 17.6rem;
    padding-left: 11.71171171%;
  }
}

.page-trip-planning .list-trip > li:nth-child(2) .trip-item .number {
  color: inherit;
  opacity: 0.6;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner {
    display: block;
  }
}

.page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner img {
  height: 7.6rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner img {
    order: 0;
    width: 65.30612245%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner img {
    float: right;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner div {
    padding: 0.5rem 1rem 1rem 0;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(2) .trip-item .inner div {
    padding: 0.75rem 0;
  }
}

.page-trip-planning .list-trip > li:nth-child(3) .trip-item {
  background: #c3e8f4;
}

.page-trip-planning .list-trip > li:nth-child(3) .trip-item .inner img {
  height: 10.2rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(3) .trip-item .inner img {
    width: 34.48275862%;
  }
}

.page-trip-planning .list-trip > li:nth-child(4) .trip-item {
  color: #fff;
  background: #0f394b;
}

.page-trip-planning .list-trip > li:nth-child(4) .trip-item .number {
  color: inherit;
  opacity: 0.6;
}

.page-trip-planning .list-trip > li:nth-child(4) .trip-item .inner img {
  height: 8.45rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(4) .trip-item .inner img {
    margin-left: 1.25rem;
    width: 32.23388306%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(5) {
    width: calc(40.92857142857143% - 0.6rem);
    float: right;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item {
    height: 19.8rem;
    margin-bottom: 0.8rem;
    padding-left: 9.90990991%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner {
    display: block;
  }
}

.page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner img {
  height: 7.8rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner img {
    order: 0;
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner img {
    float: right;
  }
}

@media screen and (max-width: 479px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner img {
    height: 7.2rem;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner div {
    padding: 0.5rem 0.5rem 1rem 0;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(5) .trip-item .inner div {
    padding: 0.75rem 0;
  }
}

.page-trip-planning .list-trip > li:nth-child(6) .trip-item {
  color: #fff;
  background: #698a28;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(6) .trip-item {
    padding-left: 0;
  }
}

.page-trip-planning .list-trip > li:nth-child(6) .trip-item .number {
  color: inherit;
  opacity: 0.6;
}

.page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner {
  display: block;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner {
    height: 17.9rem;
    padding-top: 0.6rem;
    padding-right: 0.6rem;
  }

  .page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner:before {
    content: "";
    float: left;
    width: 4.83rem;
    height: calc(100% - 10.17rem);
  }
}

.page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner img {
  height: 10.17rem;
  height: 10.2rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner img {
    float: left;
    clear: left;
    width: 16.33rem;
    margin-left: 0;
    margin-right: 0.6rem;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner img {
    float: right;
  }
}

@media screen and (max-width: 479px) {
  .page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner img {
    height: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(6) .trip-item .inner div {
    padding: 0.75rem 0;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(7) {
    width: calc(40.92857142857143% - 0.6rem);
    float: right;
  }
}

.page-trip-planning .list-trip > li:nth-child(7) .trip-item {
  background: #c3e8f4;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item {
    padding-left: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .number {
    top: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner div {
    padding: 0.5rem 0.75rem;
    padding-top: 5.4rem;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner div {
    padding: 0.75rem 0;
  }
}

.page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner img {
  max-width: none;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner img {
    width: 109.54954955%;
    margin: 0;
    position: absolute;
    top: -1.5rem;
    left: -0.6rem;
    z-index: -2;
  }
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner img {
    float: right;
    max-width: 360px;
    margin: -1.25rem !important;
    shape-outside: url("../img/image-trip-planning-7-shape.png");
  }
}

@media screen and (max-width: 479px) {
  .page-trip-planning .list-trip > li:nth-child(7) .trip-item .inner img {
    max-width: 280px;
    margin-right: -1rem;
  }
}

.page-trip-planning .list-trip > li:nth-child(8) .trip-item {
  color: #fff;
  background: #0f394b;
}

.page-trip-planning .list-trip > li:nth-child(8) .trip-item .number {
  color: inherit;
  opacity: 0.6;
}

.page-trip-planning .list-trip > li:nth-child(8) .trip-item .inner {
  display: block;
  height: 100%;
}

.page-trip-planning .list-trip > li:nth-child(8) .trip-item .inner div {
  padding-top: 0.7rem;
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(8) .trip-item .inner div {
    padding-top: 1.2rem;
  }
}

.page-trip-planning .list-trip > li:nth-child(8) .trip-item .inner img {
  float: right;
  width: auto;
  height: 7rem;
  shape-outside: url("../img/image-trip-planning-8-shape.png");
  shape-margin: 0.25rem;
}

@media screen and (max-width: 991px) {
  .page-trip-planning .list-trip > li:nth-child(8) .trip-item .inner img {
    shape-margin: 1rem;
  }
}

.page-trip-planning .list-trip > li:nth-child(9) .trip-item .inner img {
  height: 8.85rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(9) .trip-item .inner img {
    margin-left: 0.5rem;
    width: 26.23688156%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(10) {
    width: calc(40.92857142857143% - 0.6rem);
    float: right;
    margin-top: -0.6rem;
  }
}

.page-trip-planning .list-trip > li:nth-child(10) .trip-item {
  color: #fff;
  background: #698a28;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(10) .trip-item {
    margin-top: -0.75rem;
    padding-left: 0.75rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-trip-planning .list-trip > li:nth-child(10) .trip-item {
    padding-left: 7rem;
  }
}

.page-trip-planning .list-trip > li:nth-child(10) .trip-item .number {
  color: inherit;
  opacity: 0.6;
}

.page-trip-planning .list-trip > li:nth-child(10) .trip-item .inner {
  display: block;
}

.page-trip-planning .list-trip > li:nth-child(10) .trip-item .inner div {
  padding-top: 2.5rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(10) .trip-item .inner div {
    padding-top: 4.1rem;
  }
}

.page-trip-planning .list-trip > li:nth-child(10) .trip-item .inner img {
  float: right;
  width: auto;
  height: 11.2rem;
  margin-top: -0.6rem;
  margin-right: -1.3rem;
  margin-bottom: -0.37rem;
  shape-outside: url("../img/image-trip-planning-10.png");
  shape-margin: 0.5rem;
}

@media screen and (min-width: 992px) {
  .page-trip-planning .list-trip > li:nth-child(10) .trip-item .inner img {
    shape-margin: 0.25rem;
  }
}

.page-trip-planning-event-guide .entry-title {
  padding-left: 12.67rem;
  padding-right: 1.8rem;
}

.page-trip-planning-event-guide .entry-title:before {
  width: 14.17rem;
  height: 16.4rem;
  background-image: url("../img/title-image-trip-planning-event-guide.png");
  top: -10.3rem;
  left: -0.5rem;
}

.page-trip-planning-event-guide .entry-content address em {
  font-family: "Crimson Text", serif;
}

@media screen and (min-width: 992px) {
  .page-trip-planning-event-guide .entry-section-top .col:first-child {
    padding-left: 4.28571429%;
    width: calc(50% - 1rem);
  }

  .page-trip-planning-event-guide .entry-section-top .col:last-child {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning-event-guide .entry-section-middle {
    padding-left: 4.28571429%;
    padding-right: 0.71428571%;
  }
}

@media screen and (min-width: 992px) {
  .page-trip-planning-event-guide .entry-section-bottom {
    padding-left: 4.28571429%;
    padding-right: 0.71428571%;
  }
}

.page-trip-planning-event-guide .list-photos {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.5em !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-trip-planning-event-guide .list-photos > li {
  width: calc(33.33333333% - 0.4rem);
  margin-bottom: 1em;
}

@media screen and (max-width: 639px) {
  .page-trip-planning-event-guide .list-photos > li {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-trip-planning-event-guide .list-photos > li img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/* Homepage
/*-----------------------------------------------------------------------------------*/
.page-home {
  background-image: url("../img/bg-home.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1599px) {
  .page-home {
    background-size: auto 1440px;
  }
}

@media screen and (max-width: 1199px) {
  .page-home {
    background-size: auto 1248px;
  }
}

@media screen and (max-width: 991px) {
  .page-home {
    background-size: auto 1056px;
    background-position: 50% calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .page-home {
    background-size: contain;
  }
}

.page-home .header-navigation .menu-extended:before {
  display: none;
}

.page-home .content .separator {
  height: 1.75rem;
  margin: 0.85rem 0;
  /* background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%237d9a35%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%237d9a35%22%2F%3E%3Cstop%20offset%3D%2226%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E")
    repeat-y; */
  background-size: 100% 0.3rem;
}

.page-home .content .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-home .large-image {
  /*padding-top: 85%;*/
  padding-top: 50%;
}

@media screen and (max-width: 991px) {
  .page-home .large-image {
    padding-top: 0;
    height: 630px;
  }
}

@media screen and (max-width: 767px) {
  .page-home .large-image {
    height: 510px;
  }
}

@media screen and (max-width: 639px) {
  .page-home .large-image {
    height: 420px;
  }
}

@media screen and (max-width: 479px) {
  .page-home .large-image {
    height: 380px;
  }
}

.page-home .float-banner {
  position: relative;
}

@media screen and (max-width: 639px) {
  .page-home .float-banner .container {
    padding: 0;
  }
}

.page-home .float-banner .wrapper {
  width: 33.78571429%;
  margin: 0.6rem;
  box-shadow: 0 0 1rem 0.5rem #1f1f1f;
  position: absolute;
  top: -9.6rem;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .page-home .float-banner .wrapper {
    width: 270px;
    top: -11.5rem;
  }
}

@media screen and (max-width: 639px) {
  .page-home .float-banner .wrapper {
    position: relative;
    top: auto;
    margin: -1.05rem auto 2rem;
  }
}

.page-home .float-banner .wrapper:before,
.page-home .float-banner .wrapper:after {
  content: "";
  display: block;
  background: rgba(251, 226, 206, 0.4);
  background: #fbe2ce;
  position: absolute;
  z-index: -3;
}

.page-home .float-banner .wrapper:before {
  top: -0.6rem;
  bottom: -0.6rem;
  left: -0.2rem;
  right: -0.2rem;
}

.page-home .float-banner .wrapper:after {
  left: -0.6rem;
  right: -0.6rem;
  top: -0.2rem;
  bottom: -0.2rem;
}

.page-home .float-banner .inner {
  padding: 0.4rem;
  border: 1px solid #9a9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-home .float-banner .text {
  width: calc(100% - 6rem);
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  font-family: "Bree Serif", serif;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}

.page-home .float-banner .text a {
  display: block;
  text-decoration: none !important;
  color: #698a28;
}

.page-home .float-banner .text strong {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 0.85;
  text-transform: uppercase;
  color: #0f394b;
}

.page-home .float-banner .image {
  width: 6rem;
  height: 6rem;
  background: #a3ad6a;
  position: relative;
}

.page-home .float-banner .image img {
  width: 6.13rem;
  height: auto;
  position: absolute;
  left: 0.13rem;
  top: -3.13rem;
}

@media screen and (max-width: 991px) {
  .page-home .float-banner .image img {
    width: 6.13rem;
    height: auto;
    position: absolute;
    left: 0.13rem;
    top: -2.13rem;
  }
}

.page-home .home-content {
  margin-top: -2.5rem;
  padding: 0;
  border-bottom: 1px solid #515151;
  position: relative;
}

@media screen and (max-width: 991px) {
  .page-home .home-content {
    margin-top: 0;
  }
}

.page-home .home-content .shadow {
  display: block;
  width: 39.57142857%;
  height: 0;
  padding-top: 38.35714286%;
  background: url("../img/home-photo-shadow.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: -3.57142857%;
  z-index: 1;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1599px) {
  .page-home .home-content .shadow {
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .page-home .home-content .shadow {
    display: none !important;
  }
}

.page-home .home-content .inner {
  position: relative;
  z-index: 2;
}

.page-home .home-content .spacer {
  float: left;
  width: 0;
}

.page-home .home-content-image {
  float: left;
  width: 38.57142857%;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  -moz-shape-outside: url("../img/home-photo.png");
  shape-outside: url("../img/home-photo.png");
  shape-margin: 0.75rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .page-home .home-content-image {
    width: 250px;
    margin-top: 0;
    clear: left;
  }
}

@media screen and (max-width: 639px) {
  .page-home .home-content-image {
    width: 55%;
    margin-bottom: -1px;
    margin-left: -15%;
  }
}

@media screen and (max-width: 479px) {
  .page-home .home-content-image {
    width: 65%;
    margin-left: -18%;
  }
}

.page-home .home-content-head {
  margin: 0 0 0.75rem;
  padding-top: 2.5rem;
  border-bottom: 1px solid #515151;
}

@media screen and (max-width: 991px) {
  .page-home .home-content-head {
    padding-top: 0;
  }
}

.page-home .home-content-title {
  margin: 0;
  padding: 0.75rem 0;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.page-home .home-content-body {
  position: relative;
  z-index: 2;
}

.page-home .home-content-body p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .page-home .home-content-body p {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 639px) {
  .page-home .home-content-body p {
    margin-bottom: 1em;
  }
}

.event-box {
  width: 50%;
  margin: 0 0 1.5rem;
  font-family: "Libre Baskerville", serif;
  background: #f2fafe;
}

@media screen and (max-width: 991px) {
  .event-box {
    width: 100%;
  }
}

.event-box-head {
  overflow: hidden;
}

.event-box-head > * {
  float: left;
  min-width: 70%;
  margin: 0;
  padding: 0.65rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .event-box-head > * {
    font-size: 1.2rem;
  }
}

.event-box-head > *:before {
  content: "";
  display: block;
  background: #7d9a35;
  transform: skewX(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -2rem;
  z-index: -2;
}

.event-box-body {
  padding: 0.7rem 0.8rem;
}

.event-box-body .list-events {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-box-body .list-events li + li {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #77716c;
}

.event-box-body .event-item {
  display: flex;
  align-items: flex-start;
  color: #46443f;
}

.event-box-body .event-item img {
  width: 32.97546012%;
  height: auto;
  margin-right: 0.7rem;
}

@media screen and (max-width: 991px) {
  .event-box-body .event-item img {
    width: 25%;
  }
}

.event-box-body .event-item p {
  margin: 0 0 0.2em;
  letter-spacing: 0;
  font-size: 0.55rem;
  line-height: 1.65;
}

.event-box-body .event-item .desc > * {
  margin: 0 0 0.2em;
  letter-spacing: 0;
}

.event-box-body .event-item .date {
  font-size: 1rem;
  line-height: 1.1;
  color: #485c17;
}

@media screen and (max-width: 479px) {
  .event-box-body .event-item .date {
    line-height: 1.4;
  }
}

.event-box-body .event-item .date span {
  display: inline-block;
}

.event-box-body .event-item .name {
  font-size: 0.8rem;
  line-height: 1.25;
  font-family: "Crimson Text", serif;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .event-box-body .event-item .name {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.event-box-body .event-item .desc {
  font-size: 0.55rem;
  line-height: 1.65;
}

@media screen and (max-width: 991px) {
  .event-box-body .event-item .desc {
    font-size: 0.75rem;
    line-height: 1.7;
  }
}

.event-box-body .event-item .link {
  float: left;
  margin-top: 0.4em;
  font-size: 0.55rem;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #005225;
}

@media screen and (max-width: 991px) {
  .event-box-body .event-item .link {
    font-size: 0.6rem;
    margin-top: 0.6em;
  }
}

.event-box-body .event-item .link:before {
  content: "\003e";
  float: left;
  margin-right: 0.25em;
}

.page-home .facebook-box {
  width: calc(50% - 1rem);
  margin: 0 0 1.5rem;
  border: 2px solid #8e8e8e;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .page-home .facebook-box {
    width: 100%;
    border-width: 1px;
  }
}

.page-home .facebook-box #facebook-feed {
  margin: auto;
}

.page-home .home-banner {
  margin: 0 0 0.75rem;
}

.page-home .home-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-home .home-banner-list li {
  width: calc(50% - 0.6rem);
}

@media screen and (max-width: 991px) {
  .page-home .home-banner-list li {
    width: 100%;
  }
}

.page-home .home-banner-item {
  margin: 0 auto 1rem;
  padding: 0.7rem 1rem;
  font-family: "Bree Serif", serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-home .home-banner-item {
    max-width: 540px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .page-home .home-banner-item {
    font-size: 0.85rem;
  }
}

.page-home .home-banner-item:before,
.page-home .home-banner-item:after {
  content: "";
  display: block;
  background: #a3ad6a;
  position: absolute;
  z-index: -1;
}

.page-home .home-banner-item:before {
  top: 0;
  bottom: 0;
  left: 0.4rem;
  right: 0.4rem;
}

.page-home .home-banner-item:after {
  top: 0.4rem;
  bottom: 0.4rem;
  left: 0;
  right: 0;
}

.page-home .home-banner-item a {
  text-decoration: none !important;
  color: #fff;
  background: #758038;
  display: flex;
  align-items: center;
}

.page-home .home-banner-item a img {
  width: 40.83601286%;
  margin: -0.33rem 0;
  border: 1px solid #fff;
}

.page-home .home-banner-item a div {
  width: 59.16398714%;
  padding: 0.2rem 0.5rem 0.3rem;
}

.page-home .home-banner-item a small {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.2em;
  color: #f1febe;
}

.page-home .jumbotron {
  margin: 0 -20px 2rem;
  padding: 1rem;
  font-family: "Bree Serif", serif;
  font-size: 0.67rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.03em;
  text-align: center;
  color: #3e3e3e;
  background: #bfe6f7;
}

@media screen and (max-width: 991px) {
  .page-home .jumbotron {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

.page-home .jumbotron .inner {
  max-width: 32.5rem;
  margin: auto;
  padding-top: 0.5rem;
}

@media screen and (max-width: 991px) {
  .page-home .jumbotron .inner {
    max-width: none;
  }
}

.page-home .jumbotron .lead {
  margin: 0 0 0.1em;
  font-family: "Crimson Text", serif;
  font-size: 1.47rem;
  font-weight: 400;
  line-height: 1.1;
  color: #0f394b;
}

.page-home .home-photos {
  margin: 0 -20px 2rem;
  padding: 0.75rem;
  background: #fbe2ce;
}

@media screen and (max-width: 991px) {
  .page-home .home-photos {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-home .home-photos .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .page-home .home-photos .inner {
    flex-flow: column;
  }
}

.page-home .home-photos .inner img {
  width: 100%;
  height: auto;
}

.page-home .home-photos .inner > * {
  width: calc(50% - 0.25rem);
}

@media screen and (max-width: 991px) {
  .page-home .home-photos .inner > * {
    width: 100%;
  }
}

.page-home .home-photos .inner .large-photo {
  background: rgba(0, 0, 255, 0.1);
  position: relative;
}

@media screen and (max-width: 991px) {
  .page-home .home-photos .inner .large-photo {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .page-home .home-photos .inner .large-photo img {
    height: 100%;
  }
}

.page-home .home-photos .inner .large-photo figcaption {
  padding: 0.85rem 7.5% 1rem;
  font-size: 0.65rem;
  font-family: "Bree Serif", serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-home .home-photos .inner .large-photo figcaption {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 479px) {
  .page-home .home-photos .inner .large-photo figcaption {
    position: static;
  }
}

.page-home .home-photos .inner .large-photo figcaption big {
  display: block;
  font-size: 1rem;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 767px) {
  .page-home .home-photos .inner .large-photo figcaption big {
    font-size: 1.1rem;
  }
}

.page-home .home-photos .inner .list-photo {
  list-style: none;
  margin: 0 0 -0.4rem;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-home .home-photos .inner .list-photo > li {
  width: calc(33.33333333333333% - 0.25rem);
  margin: 0 0 0.5rem;
}

@media screen and (max-width: 479px) {
  .page-home .home-photos .inner .list-photo > li {
    width: calc(50% - 0.25rem);
  }
}

/*-----------------------------------------------------------------------------------*/
/* Browser fix
/*-----------------------------------------------------------------------------------*/
.fix-firefox .page-home .home-content-title,
.fix-edge .page-home .home-content-title {
  padding-left: 24.28571429%;
}

@media screen and (max-width: 991px) {
  .fix-firefox .page-home .home-content-title,
  .fix-edge .page-home .home-content-title {
    padding-left: 0;
  }
}

.fix-firefox .page-home .home-content-body,
.fix-edge .page-home .home-content-body {
  padding-bottom: 0.75rem;
  padding-left: 37.85714286%;
}

@media screen and (max-width: 991px) {
  .fix-firefox .page-home .home-content-body,
  .fix-edge .page-home .home-content-body {
    padding-left: 250px;
    padding-bottom: 0.25rem;
  }
}

@media screen and (max-width: 639px) {
  .fix-firefox .page-home .home-content-body,
  .fix-edge .page-home .home-content-body {
    padding-left: 40%;
  }
}

@media screen and (max-width: 479px) {
  .fix-firefox .page-home .home-content-body,
  .fix-edge .page-home .home-content-body {
    padding-left: 0;
    padding-bottom: 60%;
  }
}

.fix-firefox .page-home .home-content-image,
.fix-edge .page-home .home-content-image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fix-firefox .page-home .home-content .spacer,
.fix-edge .page-home .home-content .spacer {
  display: none;
}

.fix-firefox .page-home .home-content .shadow,
.fix-edge .page-home .home-content .shadow {
  top: auto;
  bottom: 0.5rem;
}

.fix-firefox
  .page-trip-planning
  .list-trip
  > li:nth-child(8)
  .trip-item
  .inner
  img,
.fix-edge
  .page-trip-planning
  .list-trip
  > li:nth-child(8)
  .trip-item
  .inner
  img {
  margin-left: -4rem;
}

.fix-firefox
  .page-trip-planning
  .list-trip
  > li:nth-child(10)
  .trip-item
  .inner
  img,
.fix-edge
  .page-trip-planning
  .list-trip
  > li:nth-child(10)
  .trip-item
  .inner
  img {
  margin-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Google CSE & Translate
/*-----------------------------------------------------------------------------------*/
#___gcse_0 {
  width: 14.13rem;
}

.gsc-control-cse {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.gsc-control-cse form {
  margin: 0 !important;
}

.gsc-control-cse table {
  margin: 0 !important;
  width: 11.5rem !important;
}

.gsc-control-cse table,
.gsc-control-cse th,
.gsc-control-cse td {
  padding: 0 !important;
  border: 0 !important;
}

.gsc-control-cse input,
.gsc-control-cse button {
  height: 0.9rem !important;
}

.gsc-control-cse .gsc-input-box {
  box-shadow: none !important;
}

.gsc-control-cse .gsib_a {
  padding-left: 0.25rem !important;
}

.gsc-control-cse .gsib_b > * {
  height: 0.9rem !important;
}

.gsc-control-cse button {
  height: 0.95rem !important;
  width: 2.3rem !important;
  padding: 0 !important;
}

.gsc-control-cse button,
.gsc-control-cse button:hover,
.gsc-control-cse button:focus {
  background: #357ae8 !important;
  border-color: #2f5bb7 !important;
}

#google_translate_element {
  min-width: 6rem;
}

@media screen and (max-width: 991px) {
  #google_translate_element {
    width: 150px;
    text-align: center;
  }
}

#google_translate_element > * {
  color: #fff;
}

#google_translate_element select {
  width: 100%;
  height: 1.2rem;
}

@media screen and (max-width: 991px) {
  #google_translate_element select {
    height: 1.5rem;
  }
}

/* Dummy
/*-----------------------------------------------------------------------------------*/
.searchform .dummy {
  width: 424px;
  height: 28px;
  background: url("../img/0-g-search.png") 50% 50% no-repeat;
}

@media screen and (max-width: 1599px) {
  .searchform .dummy {
    width: 318px;
    height: 21px;
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .searchform .dummy {
    width: 276px;
    height: 18px;
  }
}

.translate-area .dummy {
  width: 179px;
  height: 54px;
  background: url("../img/0-g-translate.png") 50% 50% no-repeat;
}

@media screen and (max-width: 1599px) {
  .translate-area .dummy {
    width: 134px;
    height: 41px;
    background-size: contain;
  }
}

@-webkit-keyframes kenburns {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(50px, 80px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(50px, 80px, 0px)
      rotate(0.02deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(70px, 60px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(70px, 60px, 0px)
      rotate(0.02deg);
    opacity: 0;
  }
}

@keyframes kenburns {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(50px, 80px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(50px, 80px, 0px)
      rotate(0.02deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(70px, 60px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(70px, 60px, 0px)
      rotate(0.02deg);
    opacity: 0;
  }
}

.stopcounter {
  float: left;
  padding-right: 30px;
}

.whitecontainer {
  background-color: #fff;
  padding: 20px;
}

.tablenoheader tbody tr:first-child > * {
  border-top: 0rem solid #fff !important;
}

.monthboldgreen {
  color: rgb(105, 138, 40) !important;
  font-weight: bold;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.ver {
  height: 600px;
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/* Bakery Page
/*-----------------------------------------------------------------------------------*/
.page-bakery .entry-title {
  padding-left: 14rem;
  padding-right: 0.75rem;
}

.page-bakery .entry-title:before {
  width: 13rem;
  height: 15.5rem;
  background-image: url("../img/title-image-bakery.png");
  bottom: 0;
  left: -0.27rem;
}

@media screen and (min-width: 992px) {
  .page-bakery .entry-content {
    padding-left: 2.5%;
  }
}

.page-bakery .entry-section-top img {
  margin-bottom: 1em;
}

@media screen and (min-width: 640px) {
  .page-bakery .entry-section-top img {
    float: right;
    max-width: 45.42124542%;
    height: auto;
    margin-left: 1em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  .page-bakery .entry-section-bottom .col {
    width: 33%;
  }
}

.page-things-to-do-historic-sites .entry-content .list-videos > .vid-width {
  width: 100%;
}

/*---------------- blog ------------------*/

.blogWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.blog {
  width: 48%;
  text-align: center;
}

.blog img {
  max-height: 400px;
}

.blog h5 {
  font-size: 28px;
}

@media only screen and (max-width: 1582px) {
  .blog h5 {
    font-size: 22px;
  }

  .blog img {
    max-height: 315px;
  }
}

@media only screen and (max-width: 1192px) {
  .blog img {
    max-height: 255px;
  }
}

@media only screen and (max-width: 974px) {
  .blog {
    width: 100%;
  }

  .blog h5 {
    font-size: 18px;
  }

  .entry-title {
    font-size: 18px;
  }

  .articleBlock img {
    max-width: 185px;
    object-fit: scale-down;
  }
}

@media only screen and (max-width: 600px) {
  .articleBlock img {
    min-width: 100% !important;
    margin-right: none !important;
    object-fit: fill;
  }

  .entry-title {
    font-size: 14px !important;
    padding-left: 0.5rem !important;
  }
}

/* Accomodation-short-term page start */

@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Crimson+Text:wght@400;600;700&display=swap");
/*
font-family: 'Bree Serif', serif;
font-family: 'Crimson Text', serif;
*/

.box-content .hotel-item-name {
  position: relative;
  box-shadow: 0rem 0.2rem 0.1rem rgb(35 31 32 / 30%);
  margin-bottom: 20px;
  width: 80%;
  left: 10%;
}

.page-accommodations-short-terms .home-banner-item a .box-content {
  padding-left: 10px;
  padding-top: 0;
  padding-right: 0;
}

.home-banner-item.short-term-banner-item {
  padding: 50px 40px;
}

.page-accommodations-short-terms .short-term-banner-item a {
  background: transparent;
}

span.content-paragraph {
  font-size: 18px;
  color: #010101;
  text-transform: initial;
  line-height: 30px;
  vertical-align: top;
}

.page-accommodations-short-terms ul.home-banner-list {
  padding: 0 30px;
}

.page-accommodations-short-terms .home-banner-list li {
  width: calc(100% - 0.6rem);
}

.page-accommodations-short-terms
  .short-term-banner-item
  a
  .short-term-subtitle {
  width: 100%;
  text-align: center;
}

h6.subtitle {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid;
  text-transform: initial;
}

.page-accommodations-short-terms .home-banner-item a img {
  width: 44.836013%;
  margin: -0.33rem 0;
  border: 1px solid #fff;
}

/* Accomodation-short-term page End */

.page-mural-trial .mural-trial-banner-item {
  padding: 70px 93px;
}
.mural-title-text {
  padding: 0 150px;
}
.page-mural-trial .home-banner-item a {
  display: block;
  background: transparent;
}

.page-mural-trial .entry-title {
  padding-left: 8.25rem;
}

.page-accommodations-short-terms .entry-title:before {
  width: 18.83rem;
  height: 7.8rem;
  background-image: url(../img/title-image-accommodations-mural-trial.png);
  top: -4.33rem;
  left: auto;
  right: -106%;
  background-size: contain;
}

.page-accommodations-short-terms.page-mural-trial .entry-title:before {
  background: transparent;
}

.page-mural-trial a.box-content {
  width: 100%;
}

.page-mural-trial .home-banner-item a img {
  width: 100%;
}

.page-mural-trial .mural-trial-banner-item a .box-content {
  width: 100%;
  padding-bottom: 70px;
}

.page-mural-trial .box-content .hotel-item-name {
  left: 2%;
  width: 96%;
  margin-bottom: 40px;
}

.page-mural-trial .home-banner-item a div {
  width: 100%;
  padding: 0.2rem 0.5rem 0.3rem;
}

.content-paragraph.content-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content-paragraph .content-list li {
  font-size: 18px;
  color: #010101;
  text-transform: initial;
  line-height: 30px;
}

ul.content-list {
  margin: 0;
  width: 35%;
  text-align: left;
  list-style: none;
}

ul.content-list:first-child {
  width: 25%;
}

.content-list-item-col2 ul.content-list {
  width: 50%;
  list-style: disc;
}

.content-list-item-col2 ul.content-list li:first-child {
  margin-bottom: 15px;
}

span.box-content-img-col-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-single-col {
  width: 49%;
}

.page-mural-trial .home-banner-item a .single-img:first-child img {
  margin-bottom: 30px !important;
  display: inline-block;
}

.page-mural-trial h6.subtitle {
  border: none;
  font-weight: normal !important;
}

.page-accommodations-maps .entry-title:before {
  width: 6.83rem;
  height: 7.8rem;
  background-image: url(../img/title-image-accommodations-maps.png);
  top: -4.33rem;
  left: auto;
  right: 38%;
  background-size: contain;
}

.page-accommodations-maps .entry-title {
  padding-left: 11.67rem;
}

.page-accommodations-maps .entry-title:after {
  background: #0f394b;
}

.accommodations-map-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.accommodations-map {
  width: 64%;
  margin-bottom: 20px;
}

.map-details {
  width: 35%;
}

.map-setails-title {
  display: block;
  background: #0f394b;
  color: #fff;
  font-size: 23px;
  padding: 10px 15px;
}

ul.attraction-list {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}

ul.attraction-list li {
  padding-left: 40px;
  font-size: 19px;
  background: #fff;
  position: relative;
  line-height: 35px;
}

li.attraction-list-item.attraction-list-item-bg {
  background: #fef0e5;
}

span.seriul-number {
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 15px;
}

span.content-paragraph br {
  display: none;
}

span.content-paragraph {
  font-family: initial;
  padding: 0px 30px;
  display: block;
  font-size: 20px;
}

.page-home .home-banner-item:before,
.page-home .style2 .home-banner-item:after {
  background: #c4c498;
}
.style2 .content-paragraph .content-list li {
  font-family: initial;
}

.smalltable {
  font-size: 16px;
  display: inline-block;
}

.eventphotos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}

.eventphotos div {
  flex: 1;
  justify-content: space-between;
  text-align: center;
  font-style: italic;
}

.eventphotos div img {
  width: 100%;
}

/* New filmed page css */

.page-accommodations-short-terms .style2.entry-title:before:before {
  display: none;
}
.page-accommodations-short-terms .style3 .home-banner-item a .box-content {
  padding-left: 0;
  padding-right: 10px;
  width: 100%;
}
.page-accommodations-short-terms .style3 .home-banner-item a img {
  width: 100%;
}

.page-accommodations-short-terms .style3 .home-banner-item iframe {
  width: 100%;
}

.box-content.width40 .hotel-item-name {
  left: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.box-content.width40 strong {
  color: #000;
  margin-top: 15px;
  display: block;
}

.box-content.width40 {
  margin-bottom: 36px;
}

.page-accommodations-short-terms .style3 .home-banner-item a {
  align-items: initial;
  display: grid;
  grid-template-columns: 6fr 6fr;
}

.contentGrid ul {
  display: grid;
  grid-template-columns: 2fr 6fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contentGrid ul span.content-paragraph {
  padding: 0px 20px;
  margin: 0;
}

.contentGrid {
  margin-top: 10px;
  width: 100% !important;
}

.logoTxtGrid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  margin-bottom: 50px;
}

.bgImg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 50px;
  position: relative;
}

.ovelayTxt2 {
  background: #fffffff0;
  max-width: 65%;
  padding: 30px;
  text-align: left;
}

.ovelayTxt2 h3 {
  text-align: left;
  color: #220f05;
}

.ovelayTxt2 li {
  margin: 10px 0px;
  color: #010101;
  font-size: 20px;
}

a.link3 {
  color: #758038;
}

.plane img {
  position: absolute;
  right: 0;
  top: -38px;
  width: 43%;
}
.page-accommodations-short-terms.id3 .entry-title:before {
  display: none;
}

@media (max-width: 992px) {
  .page-accommodations-short-terms .style3 .home-banner-item a {
    display: block;
  }

  .page-accommodations-short-terms .style3 .home-banner-item a .box-content {
    margin-bottom: 20px;
  }

  .logoTxtGrid {
    display: block;
  }

  .logoLeft {
    margin-bottom: 30px;
  }

  .ovelayTxt2 {
    max-width: 100%;
    padding: 15px;
  }
  .logoLeft img {
    max-width: 100%;
  }

  .bgImg {
    padding: 15px;
  }
}

/* end */

@media (max-width: 768px) {
  .eventphotos div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 33%;
  }
}

/* ------------   */

.blogimageright {
  float: right;
  margin-left: 20px;
}

.blogimageleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blogListImg {
  height: 250px;
  overflow: hidden;
  margin-top: 25px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .blogimageright {
    float: none;
    margin-left: 0px;
    width: 100%;
  }

  .blogimageleft {
    float: none;
    margin-right: 00px;
    margin-bottom: 0px;
    width: 100%;
  }
}

.fordStair {
  float: right;
  margin-right: -21px;
  padding-left: 30px;
  margin-top: -57px;
}

.fordStairWord {
  width: 65%;
}

@media (max-width: 768px) {
  .home-content-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fordStair {
    float: none;
    margin: 0 auto;
    padding-left: 0px;
  }

  .fordStairWord {
    width: 100%;
  }
}

/* katherine's css for specific blog */

.katherine {
  float: left;
  height: 2.7rem;
  margin: 0 0 1.25rem;
  padding: 0 1.25rem;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .katherine {
    min-width: 45%;
    padding-left: 1rem !important;
    padding-right: 1.5rem !important;
    white-space: wrap;
    line-height: 1.25rem;
  }
}

.shuttle {
  background-color: #000000aa;
  border-radius: 10px;
  padding-top: 5px;
  padding-top: 5px;
  min-width: 370px;
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
  margin: 10px auto;
}

.murals img {
  max-width: 80%;
}

.murals h5 {
  color: #357ae8;
}

.murals span {
  color: #357ae8;
}

.one-hundred {
  background-color: #000000aa;
  border-radius: 10px;
  padding-top: 5px;
  padding-top: 5px;
  width: 500px;
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
  position: absolute;
  top: -90px;
}

@media (max-width: 900px) {
  .one-hundred {
    width: 390px;
    top: -100px;
  }
}

.beige-title {
  color: #80340d;
  display: block;
  font-weight: 600;
}

.hostoricguide {
  /* position: absolute; bottom: 10px; left: 10px; */
}

.hostoricguide img {
  height: 500px;
  /* position: absolute; bottom: 10px; left: 10px; */
}

@media (max-width: 900px) {
  .hostoricguide {
    position: relative;
    text-align: center;

    /*    margin-top: 30px;*/
  }
  .hostoricguide img {
    height: 350px;
  }
}

.best-sea {
  color: rgb(15, 57, 75) !important;
  font-weight: 700;
}
/* Common styles */
.popup {
  position: fixed;
  z-index: 1000;
  display: none;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Mobile styles */
@media (max-width: 768px) {
  .popup.mobile {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .popup.mobile .popup-content {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }
}

/* Desktop styles */
@media (min-width: 769px) {
  .popup.desktop {
    display: block;
    top: 400px;
    right: 20px;
    width: 350px;
    height: 300px;
  }

  .popup.desktop .popup-content {
    text-align: center;
  }

  .popup-content img {
    width: 120px;
  }
}
.popup-content__inner {
  position: relative;
}

.logo-app {
  width: 150px;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  border: 5px solid #fff;
}

.img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.img-flex img:first-child {
  border-radius: 20px;
}

.green-description {
  background-color: #7d9a35;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-top: 30px;
  padding: 20px 30px;
}
.green-description a {
  color: #fff;
}

.award-description {
  text-align: center;
  margin-top: 30px;
}

.award-description a {
  font-size: 26px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #424040 !important;
  line-height: 1.2 !important;
}

.forts-box {
  width: 30%;
}
@media (max-width: 769px) {
  .forts-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .app-mob {
    font-size: 24px;
  }
}

.list-home .home-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.list-home .home-banner-list li {
  width: calc(100% - 0.6rem);
}

@media screen and (max-width: 991px) {
  .list-home .home-banner-list li {
    width: 100%;
  }
}

.list-home .home-banner {
  margin: 0 0 0.75rem;
}

.authentic-fall-fun > section {
  margin-top: 60px;
}

.blog-section-header {
  display: block;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.blog-section-subheader {
  font-size: 1.1em;
  color: #D2691E;
}
