/*
Theme Name: Humble
Author: Studio Ancla
Author URI: https://studioancla.com
Description: Start date: 10 May, 2023
Version: 1.0
*/
/* Typography  ------------------------ */
/* Colors ----------------------------- */
/* Resets ----------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  background: url("ref/media/noise.png") repeat, #ffffff;
}
body a:any-link {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "ivyepic", serif;
  text-align: left;
  color: #2C3E50;
  margin: 30px 0;
  line-height: 1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.clear {
  clear: both;
}

p {
  margin: 20px 0;
}

hr {
  display: block;
  height: 2px;
  background: #ddd;
  margin: 50px 0;
}

.contain {
  max-width: 90vw;
  margin: 0 auto;
}

.advert { /* Generally used for Amazon ads */
  margin: 50px auto;
}
.advert img {
  width: 100%;
  height: auto;
}
.advert img a {
  margin: 0 auto;
}

/* Main Settings ---------------------- */
#flexMain {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  background: url("ref/media/noise.png") repeat, #2C3E50;
}

#wrapper {
  margin: 0 auto;
  overflow-x: hidden;
  transition: left 0.3s ease;
  flex: 1;
}

#header {
  background: url("ref/media/noise.png") repeat, #ECF0F1;
  padding: 8px 0;
  height: 90px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  z-index: 9;
}

#branding {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
#branding #site-title {
  flex-basis: 20%;
  display: block;
}
#branding #site-title a {
  border: none;
  text-decoration: none;
}
#branding #site-title a img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover !important;
  object-position: center center !important;
}

#news {
  padding: 10px;
  background: url("ref/media/noise.png") repeat, #FF9800;
  font-family: "open-sans", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #1a1717;
}
#news p {
  max-width: 90vw;
  margin: 0 auto;
  line-height: 1.5em;
}
#news a {
  display: inline-block;
  background: #2C3E50;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 4px;
  margin: 0 2px;
  transition: all 0.2s ease;
}
#news a:hover {
  background: #1a1717;
}

#hero {
  display: block;
  height: 70vh;
}
#hero > div > div:nth-of-type(1) { /* overlay */ }
#hero > div > div:nth-of-type(2) {
  height: 70vh;
  max-width: 90vw;
  margin: 0 auto;
}
#hero h1 {
  font-family: "ivyepic", serif;
}
#hero p {
  font-family: "open-sans", sans-serif;
}
#hero .genBtnParent a {
  display: table;
  background: #2C3E50;
  padding: 5px 10px;
  font-family: "open-sans", sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff;
}

#initialSpan {
  height: 400px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
#initialSpan span {
  font-family: "open-sans", sans-serif;
  color: #2C3E50;
  font-size: 30px;
  letter-spacing: 0.1em;
}

#container {
  display: none;
  padding: 50px 0 100px 0;
  background: #ffffff;
}

#content {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1717;
  text-align: justify;
}
#content ul {
  margin: 20px 0;
  padding: 0 0 0 18px;
  list-style: square;
}

#footer {
  background: #2C3E50;
  padding: 40px 0;
  position: relative;
  box-shadow: 0 -20px 50px 20px goldenrod;
}
#footer #footerBlocks {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
}
#footer #footerBlocks a {
  color: #ffffff;
  font-weight: 900;
}
#footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -58px;
  height: 60px;
  width: 100%;
  background: url("ref/media/landmarks.svg?v1.0") repeat-x;
  background-position: bottom center;
  background-size: contain;
}
#footer #shortlink {
  display: block;
  text-align: center;
  font-family: "open-sans", sans-serif;
  color: #ffffff;
}

#copyright {
  position: relative;
  background: url("ref/media/noise.png") repeat, #1a1717;
  padding: 30px 0 50px 0;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  color: #ffffff;
  word-spacing: 0.1em;
  letter-spacing: 0.05em;
}
#copyright #payTypes {
  margin-bottom: 20px;
}
#copyright #payTypes i {
  font-size: 30px;
  margin: 0 20px;
}
#copyright a {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
#copyright a:hover {
  opacity: 0.8;
}

/* Nav Settings ----------------------- */
nav#main {
  display: block;
}
nav#main ul {
  display: flex;
}
nav#main ul li {
  margin: 0 5px;
}
nav#main ul li.green a {
  background: burlywood;
}
nav#main ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  position: absolute;
  margin-left: 5px;
}
nav#main ul li a {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  color: #2C3E50;
  font-weight: 900;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
nav#main ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
nav#main ul li ul.sub-menu {
  display: none;
  min-width: 180px;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
nav#main ul li ul.sub-menu li {
  margin: 2px 0;
}
nav#main ul li ul.sub-menu li a {
  display: block;
  font-weight: normal !important;
  font-size: 16px;
  margin: 2px 0;
  border-radius: 4px;
}
nav#main ul li ul.sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.sidebar {
  height: 100vh;
  width: 0;
  transition: width 0.3s ease;
  display: none;
  flex-direction: column;
  border-left: 1px solid #1a1717;
  z-index: 10;
}
.sidebar nav {
  display: none;
  margin-top: 45px;
}
.sidebar nav ul {
  list-style-type: none;
  padding: 0;
}
.sidebar nav ul a {
  text-decoration: none;
  color: white;
  font-family: "ivyepic", serif;
  font-size: 18px;
  padding: 15px 20px;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
.sidebar nav ul a:hover {
  background-color: #1a1717;
}

.menu-icon {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  cursor: pointer;
  right: 20px;
  top: 20px;
  z-index: 2;
  transition: transform 0.5s;
}
.menu-icon span {
  font-size: 20px;
  margin-right: 10px;
  line-height: 1em;
  font-family: "open-sans", sans-serif;
  color: #2C3E50;
  font-weight: 900;
}
.menu-icon i {
  font-size: 40px;
  color: #2C3E50;
}
.menu-icon.rotate {
  transform: rotate(90deg);
}

/* Page Specific Settings ------------- */
.entryText {
  font-size: 20px;
  line-height: 1.6em;
}

.home .glsr-reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5em;
  margin: 30px 0;
  background: #ECF0F1;
  padding: 20px;
  border-radius: 8px;
}
.home .glsr-review {
  flex-basis: 30%;
}

.wp-block-latest-posts {
  list-style: none !important;
  margin: 20px 0 !important;
  padding: 0 !important;
  clear: both;
}
.wp-block-latest-posts li {
  display: flex;
  align-items: flex-start;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 20px;
  flex-basis: 15%;
  flex-grow: 1;
}
.wp-block-latest-posts li .floatright {
  flex-basis: 85%;
  flex-grow: 0;
}
.wp-block-latest-posts li .floatright a {
  font-weight: 900;
}

.package { /* Vacation package */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 0;
}
.package .left {
  flex-basis: 30%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.package .left a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
}
.package .left a .price {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0 !important;
  background: #FF9800;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}
.package .right {
  flex-basis: 70%;
  padding: 20px 20px 20px 40px;
}

#vacationSpot { /* home page vacation trio... */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 80px 0;
}
#vacationSpot .vacation {
  flex-basis: 30%;
  margin: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
#vacationSpot .vacation .vacationImg {
  position: relative;
  height: 30vh;
  background-position: center center !important;
  background-size: cover !important;
}
#vacationSpot .vacation .vacationImg h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#vacationSpot .vacation .vacationInfo {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
#vacationSpot .vacation .vacationInfo span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  color: #2C3E50;
  margin: 20px 0;
}
#vacationSpot .vacation .vacationInfo a {
  display: block;
  background: #FF9800;
  color: #1a1717;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#vacationSpot .vacation .vacationInfo a:hover {
  background: #1a1717;
  color: #FF9800;
}

#tourPreviewWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  margin: 50px 0;
}

.tourPreview {
  flex-basis: 30%;
  flex-grow: 1;
  margin: 5px;
  background: #ECF0F1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dbdada;
  transition: all 0.2s ease;
}
.tourPreview:hover {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
}
.tourPreview:hover .tourPreviewImg {
  background-position: center 65% !important;
}

.tourPreviewImg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-start;
  background-size: cover !important;
  background-position: top center !important;
  height: 40vh;
  padding: 20px;
  transition: background-position 0.3s ease;
}
.tourPreviewImg h2 {
  flex-basis: 100%;
  position: relative;
  bottom: -40px;
  padding: 10px;
  background: #2C3E50;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
}

.tourContent {
  padding: 40px 20px 0px 20px;
  text-align: center;
}
.tourContent p {
  text-align: center;
}
.tourContent .genBtn {
  margin: 20px auto;
}

#tourHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  min-height: 40vh;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 40px 0 80px 0;
}
#tourHeader:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#tourHeader .contain {
  flex-basis: 100%;
  position: relative;
}
#tourHeader .contain h1 {
  font-size: 2.5em;
  color: #ffffff !important;
}
#tourHeader .contain p {
  font-family: "open-sans", sans-serif;
  color: #ffffff;
}

#tourWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#tourWrap .tourLeft {
  flex-basis: 50%;
  padding-right: 40px;
}
#tourWrap .tourRight {
  flex-basis: 50%;
}

#lang {
  display: block;
  padding: 15px;
  text-align: left;
  background: #ECF0F1;
  border-radius: 8px;
  margin-bottom: 10px;
}

.devices {
  display: block;
  background: #ECF0F1;
  padding: 20px;
  border-radius: 8px;
}

.materials {
  display: block;
  padding: 15px;
  margin: 30px 0;
  background: #ECF0F1;
  border-radius: 8px;
}
.materials h3 {
  margin-top: 0;
}
.materials p:last-of-type {
  margin-bottom: 0;
}

#galleryMain {
  display: block;
  position: relative;
  margin-top: -100px;
  height: 70vh;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-color: silver;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: background 0.3s; /* Add a transition effect */
  overflow: hidden;
}
#galleryMain span {
  display: block;
  font-size: 11px;
  background: #fff;
  padding: 4px 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: 5px;
  line-height: 1em;
  border-radius: 8px 0 0 0;
}
#galleryMain span:empty {
  display: none;
}

#galleryThumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  margin-top: 10px;
}
#galleryThumbs img {
  display: inline-block;
  height: 50px;
  width: 50px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10%;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
#galleryThumbs img:hover {
  opacity: 0.6;
}

#dates {
  list-style: none !important;
  margin: 30px 0 !important;
  padding: 0 !important;
}
#dates .noDates {
  display: block;
  border: 1px solid #2C3E50;
  padding: 10px;
  border-radius: 8px;
}
#dates li {
  margin: 20px 0;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#dates li:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#dates li span {
  padding: 10px;
  text-align: center;
  flex-grow: 1;
}
#dates li span.date {
  color: #2C3E50;
  font-size: 19px;
  font-weight: 900;
  background: #ECF0F1;
}
#dates li span.zones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-basis: 40%;
  font-size: 14px;
  background: #ffffff;
}
#dates li span.zoom {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-basis: 40%;
  font-weight: 900;
  border-bottom: none;
  background: #ECF0F1;
}
#dates li span.zoom p {
  flex-basis: 100%;
}

#anytimeData {
  margin: 20px 0;
  background: url("ref/media/noise.png") repeat, #FFEACC;
  text-align: center;
  border: 4px solid #FF9800;
  border-radius: 8px;
  padding: 20px;
}
#anytimeData h2 {
  font-family: "open-sans", sans-serif;
  text-align: center;
}
#anytimeData .genBtn {
  display: block;
  margin: 20px auto;
  background: #008001;
  text-transform: uppercase;
  color: #ffffff;
}

#requestForm {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 90vh;
  z-index: 2;
}
#requestForm > div {
  position: relative;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
}
#requestForm > div .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  color: #1a1717;
  cursor: pointer;
}
#requestForm:before {
  content: "";
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#submittedReviews {
  display: block;
  position: relative;
  margin: 30px 0;
  background: #ECF0F1;
  padding: 15px;
  border-radius: 8px;
}
#submittedReviews .showAll {
  display: block;
  padding: 4px 15px;
  position: absolute;
  bottom: -15px;
  right: 15px;
  background: #ECF0F1;
  color: #1a1717;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid #1a1717;
  border-radius: 30px;
}
#submittedReviews .glsr-review:first-of-type {
  margin-top: 20px;
}

.glsr-review-avatar img {
  border-radius: 100%;
  border: 1px solid #aaa;
}

#reviewForm {
  margin: 30px 0;
}

.tourStart {
  padding: 8px 15px;
  background: #2C3E50;
  font-family: "open-sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  border-radius: 8px;
  transition: background 0.1s;
}
.tourStart:hover {
  background: #1a1717;
}
.tourStart i {
  margin: 0 5px;
}

.tourStart2 {
  text-align: center;
  font-size: 13px;
  color: #666;
}

.firstBtn { /* first button to take the tour */
  position: absolute;
  top: -70px;
  background: green;
  border: 2px solid #ffffff;
  transition: background 0.1s;
}

.youtube {
  background: #c4302b !important;
  color: #ffffff !important;
}

.donate {
  display: block;
  padding: 8px 15px;
  background: green;
  font-family: "open-sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  border-radius: 8px;
  transition: background 0.1s;
}
.donate i {
  margin: 0 5px;
}
.donate:hover {
  background: #1a1717;
}

.insta {
  margin-top: 50px;
}

.advert { /* Adverts we are displaying in the footer */
  display: table;
  margin: 50px auto;
  user-select: none;
  border-radius: 8px;
  overflow: hidden;
}
.advert a, .advert img {
  display: table;
  margin: 0 auto;
  transition: all 0.2s ease;
}
.advert a.manual, .advert img.manual {
  width: 75vw;
  min-height: 25vh;
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  font-family: "open-sans", sans-serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5em;
  text-decoration: none;
  text-shadow: 0 0 5px #000;
}
.advert a.manual span, .advert img.manual span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
  text-align: center;
}
.advert a.manual span strong, .advert img.manual span strong {
  display: table;
  padding: 5px 10px;
  margin: 5px auto;
  background: #1a1717;
  font-family: "ivyepic", serif;
  text-transform: uppercase;
  font-size: 19px;
  color: #FF9800;
}
.advert a.manual:before, .advert img.manual:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.advert a.manual:after, .advert img.manual:after {
  content: "AD";
  display: block;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #FF9800;
  font-family: "ivyepic", serif;
  color: #1a1717;
  text-align: left;
  z-index: 1;
}
.advert a:hover, .advert img:hover {
  box-shadow: inset 0 0 30px #ffffff;
}

/* Audio Settings --------------------- */
#audioHeader {
  display: none;
  width: 100%;
  height: 40vh;
  background-size: cover !important;
  background-position: 100% 15% !important;
  margin: -50px auto 50px auto;
}

#audioWrap {
  display: block;
  background: #fff;
  margin: 30px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#audioWrap p, #audioWrap form {
  margin: 30px;
}

#wavform {
  display: block;
  height: 100px;
  background-size: 100% 100% !important;
  width: 100%;
}

#archiveWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 2em;
}
#archiveWrap .episode {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  background: rgba(255, 255, 255, 0.7);
  flex-basis: 22%;
  flex-grow: 1;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
#archiveWrap .episode > div {
  width: 100%;
}
#archiveWrap .episode .top a {
  border-radius: 100%;
}
#archiveWrap .episode .audioImg {
  display: table;
  margin: 0 auto 20px auto;
  width: 100%;
  height: 35vh;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 4px;
}
#archiveWrap .episode h3 {
  margin: 0 auto;
}
#archiveWrap .episode small {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  padding: 4px 0;
  margin: 10px 0;
}
#archiveWrap .episode .description {
  font-size: 15px;
  line-height: 1.4em;
}
#archiveWrap .episode .bottom a {
  display: block;
  padding: 8px;
  background: #2C3E50;
  font-size: 17px;
  text-align: center;
  line-height: 1.4em;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #171717;
  border-radius: 4px;
  transition: all 0.5s ease;
}
#archiveWrap .episode .bottom a:hover {
  background: #ECF0F1;
  color: #1a1717;
}

.episodeSingle #audioImg {
  display: table;
  visibility: hidden;
  margin: 20px auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid #171717;
  -webkit-clip-path: circle(50% at 50% 50%);
  overflow: hidden;
  background-size: 110% 110% !important;
  background-position: center center !important;
}

#donateLinks {
  width: auto;
  background: #ffffff;
  position: absolute;
  padding: 0 5px;
  margin-top: -20px;
  margin-left: -5px;
  border-radius: 8px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
#donateLinks a.donate {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
}
#donateLinks a.donate:hover {
  background: #1a1717;
}
#donateLinks a.donate i {
  margin-right: 5px;
}

#audioWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5em;
}

.substack-post-embed {
  flex-basis: 30%;
}

/* WooCommerce Settings --------------- */
.product_meta {
  display: none;
}

#storeWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5;
  margin: 50px auto;
}
#storeWrap .product {
  flex-basis: 30%;
  background: url("ref/media/noise.png") repeat, #ffffff;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ECF0F1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#storeWrap .product a {
  position: relative;
  color: #1a1717;
  text-decoration: none;
}
#storeWrap .product a .icon {
  display: none;
  position: absolute;
  font-size: 55px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#storeWrap .product a:hover:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 110vh;
  z-index: 1;
}
#storeWrap .product a:hover .icon {
  display: block;
}
#storeWrap .product .productImage {
  display: block;
  position: relative;
  height: 35vh;
  background-size: cover !important;
  background-position: center center !important;
  border-bottom: 1px solid #ECF0F1;
}
#storeWrap .product .productImage > span { /* Price */
  display: table;
  padding: 5px 10px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: #FF9800;
  color: #1a1717;
  font-size: 18px;
  font-weight: 900;
  border-radius: 4px;
}
#storeWrap .product h2 {
  text-align: center;
  padding: 0 20px;
}
#storeWrap .product p {
  margin: 20px;
}

/* Blog Settings ---------------------- */
article {
  margin: 30px 0;
}

#postImg {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  min-height: 40vh;
  overflow: visible;
  background-position: center 20% !important;
  background-size: cover !important;
}
#postImg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
#postImg .entry-meta {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
}
#postImg header {
  position: relative;
  width: 100%;
  padding: 40px;
  color: #ffffff;
  z-index: 2;
}
#postImg header h1 span {
  position: relative;
  color: #1a1717;
}
#postImg header h1 span:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  background: #ffffff;
  padding: 4px 10px;
  z-index: -1;
}

.type-post {
  overflow: hidden;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  margin-top: 30px;
}
.nav-links div {
  flex-basis: 45%;
}
.nav-links div:only-of-type {
  flex-grow: 1;
}
.nav-links div a {
  display: block;
  background: #1a1717;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  line-height: 1em;
}

/* Form settings ---------------------- */
.search-form label, .search-form input {
  display: inline;
}

.forminator-label {
  font-size: 18px !important;
}

label {
  font-family: "ivyepic", serif;
  display: block;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=number], textarea {
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #d0cecf;
  font-family: "open-sans", sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #111;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
}

input[type=checkbox] {
  float: left;
  margin: 7px 12px 0 0;
}

textarea {
  height: 90px;
  resize: none;
}

input[type=submit] {
  padding: 4px 8px;
  background: #454545;
  color: #fff;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

/* Image Settings --------------------- */
.aligncenter {
  display: table;
  margin: 20px auto;
}

/* Miscellaneous Settings ------------- */
.error {
  position: relative;
  background-image: url("https://meektravel.com/wp-content/uploads/marek-okon-WScpndZFrOM-unsplash.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.error article {
  height: 60vh;
  width: 80vw;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error .entry-title, .error .entry-content {
  position: relative;
  color: #ffffff;
}
.error:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.plyr--audio {
  margin-left: 48px;
}

/* Customize play button */
.plyr__controls button.plyr__control {
  background-color: #d1d1d1; /* White buttons */
  color: #4a90e2; /* Icon color */
  border: none;
  border-radius: 50%; /* Circular buttons */
  text-align: center;
  transition: all 0.3s ease;
}

/* Hover effect on buttons */
.plyr__controls button.plyr__control:hover {
  background-color: #4a90e2; /* Change to primary color on hover */
  color: #ffffff; /* Invert icon color */
}

/* Progress bar styling */
.plyr__progress--buffer,
.plyr__progress--played {
  background-color: #9013fe; /* Primary color for progress */
}

/* Tooltip styling */
.plyr__tooltip {
  background: #4a90e2; /* Tooltip background */
  color: #ffffff; /* Tooltip text */
}

a[name=donate] {
  position: absolute;
  margin-top: -100px;
}

#breadcrumbs {
  display: table;
  background: #ffffff;
  padding: 4px 20px;
  margin: 20px 0;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a.current {
  font-weight: bold;
}

.genBtn {
  display: table;
  margin: 25px 0;
  padding: 12px 25px;
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  color: #1a1717;
  font-weight: 900;
  text-decoration: none;
  background: #FF9800;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.genBtn i {
  margin: 0 5px;
}
.genBtn.inline {
  display: inline-block !important;
}
.genBtn.grey {
  background: #666;
  color: #ffffff;
}
.genBtn.green {
  background: #008001;
  color: #ffffff;
}
.genBtn:hover {
  opacity: 0.8;
}

.share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 7px;
  z-index: 9;
}
.share-buttons .share-button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.share-buttons .share-button.x {
  background-color: #171717;
}
.share-buttons .share-button.facebook {
  background-color: #1877f2;
}
.share-buttons .share-button.email {
  background-color: #D24827;
}
.share-buttons .share-button.copy-link {
  background-color: #23184F;
}
.share-buttons .share-button:hover {
  opacity: 0.8;
}

div[id*=kt], div[id*=kadence] { /* Kadence always up in ya grill */
  z-index: 1 !important;
}

#cmplz-cookiebanner-container {
  font-family: "open-sans", sans-serif;
}
#cmplz-cookiebanner-container .cmplz-title {
  font-weight: 900;
}

.cmplz-manage-consent {
  display: none !important;
}

#tnp-modal-content {
  font-family: "open-sans", sans-serif;
  text-align: center;
}
#tnp-modal-content .tnp-subscription-popup {
  margin: 50px auto 0 auto;
}
#tnp-modal-content .tnp-submit {
  display: table !important;
  margin: 0 auto !important;
}

#scrollToTopBtn {
  display: none;
  background: #2C3E50;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  font-size: 40px;
  border: none;
  outline: none;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.1s ease;
}
#scrollToTopBtn:hover {
  opacity: 0.8;
}

.post-edit-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 45%;
  padding: 4px 10px 4px 17px;
  box-shadow: inset 10px 0 0 #FF9800;
  border-top: 1px solid #FF9800;
  border-bottom: 1px solid #FF9800;
  line-height: 1em;
  background: #ffffff;
  font-family: "open-sans", sans-serif;
  color: #1a1717;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 10;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #hero, #content, .entryText, #footerBlock {
    font-size: 0.9rem !important;
  }
  #hero > div > div:nth-of-type(2) > div:nth-of-type(1) { /* left image area */
    display: none;
  }
  .mobileNo { /* second column in hero */
    display: none !important;
  }
  nav#main {
    display: none !important;
  }
  .menu-item-has-children a:not([href]) {
    display: none !important;
  }
  .sidebar, .menu-icon {
    display: flex !important;
  }
  iframe[src*=pinterest] {
    width: 100%;
  }
  #branding #site-title, nav#main #site-title {
    flex-basis: 50% !important;
  }
  #vacationSpot {
    flex-wrap: wrap !important;
  }
  #vacationSpot .vacation {
    flex-basis: 100% !important;
  }
  .package {
    flex-wrap: wrap !important;
  }
  .package .left {
    flex-basis: 100% !important;
    height: 35vh;
  }
  .package .right {
    flex-basis: 100% !important;
    padding: 15px;
  }
  .substack-post-embed {
    flex-basis: 100%;
  }
  #tourWrap {
    flex-wrap: wrap-reverse !important;
  }
  #tourWrap .tourLeft, #tourWrap .tourRight {
    flex-basis: 100% !important;
    padding-right: 0 !important;
  }
  .firstBtn { /* first button to take the tour */
    top: -90px !important;
    left: 10px;
    right: 10px;
    z-index: 1;
  }
  #tourPreviewWrap {
    flex-direction: column !important;
    gap: 2em;
  }
  .tnp-submit {
    width: auto !important;
    margin: 10px auto !important;
  }
  #storeWrap .product {
    flex-basis: auto !important;
    margin: 10px 0;
  }
  #archiveWrap .episode {
    flex-basis: 100% !important;
  }
  .home .glsr-reviews {
    flex-direction: column;
  }
  .home .glsr-review {
    flex-basis: auto;
  }
} /* End of file */

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