/* APP.SCSS
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@font-face {
  font-family: "Museo Slab 700";
  src: url("/wp-content/themes/concealed-britain/public/assets/Fonts/museo_slab_700-webfont.woff"), url("/wp-content/themes/concealed-britain/public/assets/Fonts/Museo_Slab_700.otf") format("opentype");
}
@font-face {
  font-family: "Museo Slab 500";
  src: url("/wp-content/themes/concealed-britain/public/assets/Fonts/museo_slab_500-webfont.woff"), url("/wp-content/themes/concealed-britain/public/assets/Fonts/Museo_Slab_500.otf") format("opentype");
}
@font-face {
  font-family: "Museo Slab 300";
  src: url("/wp-content/themes/concealed-britain/public/assets/Fonts/museo_slab_300-webfont.woff"), url("/wp-content/themes/concealed-britain/public/assets/Fonts/Museo_Slab_300.otf") format("opentype");
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffefe6;
  background-image: url("/wp-content/themes/concealed-britain/public/images/background-damask-pattern.png");
  background-size: contain;
  margin: 0;
  color: #1c3947;
  height: 100%;
}

.site-main {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .site-main {
    padding-top: 80px;
    max-width: 100%;
    overflow-x: hidden;
  }
}

ul {
  padding: 0;
  list-style: none;
}

label {
  font-weight: 600;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.sticky-padding {
  padding-top: 150px;
}

.text--xl {
  font-size: 7.5rem;
  font-weight: 100;
}

.text--lg {
  font-size: 5rem;
}

.text--md {
  font-size: 3rem;
}

.text--sm {
  font-size: 2rem;
}

.text--xs {
  font-size: 1.4rem;
}

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

.full-height {
  height: 100vh;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.flex-basis1 {
  flex-basis: 100%;
}

.flex-basis-half {
  flex-basis: 47.619047619%;
}

.flex-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.blue-gradient {
  background: linear-gradient(90deg, rgb(28, 57, 71) 0%, rgba(28, 57, 71, 0.8) 30%, rgba(28, 57, 71, 0.8) 60%, rgb(28, 57, 71) 100%);
  filter: contrast(110%);
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.rotate-90 {
  transform: rotate(90deg);
}

.visible {
  visibility: visible !important;
}

[x-cloak] {
  display: none;
}

.container-1800 {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  padding: 20px;
}

.container-1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.section {
  padding-top: 75px;
}

html {
  font-size: 62.5%;
}

body,
button,
input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1;
  font-weight: inherit;
}

h1, h2, h3,
h1 > a,
h2 > a,
h3 > a {
  font-family: "Museo Slab 700";
}

h1 {
  font-size: 5rem;
  margin-bottom: 20px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 3.8rem;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.4rem;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.4rem;
  font-weight: 600;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 3.2rem;
  }
}

a {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #1c3947;
}
a:hover {
  color: #ae5b53;
}

header {
  background: linear-gradient(90deg, rgb(28, 57, 71) 0%, rgba(28, 57, 71, 0.75) 50%, rgb(28, 57, 71) 100%);
  filter: contrast(125%);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.2);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
}
header .container-1800:first-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  padding: 30px 20px;
  column-gap: 30px;
}
header .container-1800 .logo a {
  border-bottom: none;
}
header .container-1800 .logo img {
  max-height: 90px;
  vertical-align: bottom;
}
header .container-1800 nav {
  width: 100%;
  max-width: 870px;
  margin-bottom: -8px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  header .container-1800 nav {
    max-width: 750px;
  }
}
@media screen and (max-width: 1280px) {
  header .container-1800 nav {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  header .container-1800 nav {
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  header .container-1800 nav {
    display: none;
  }
}
header .container-1800 nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 0;
  margin: 20px 0 0px;
}
header .container-1800 nav ul::before, header .container-1800 nav ul::after {
  content: "";
  height: 21px;
  width: 21px;
  background: url("/wp-content/themes/concealed-britain/public/images/down-embelishment.svg");
  background-repeat: no-repeat;
  display: block;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  header .container-1800 nav ul::before, header .container-1800 nav ul::after {
    display: none;
  }
}
header .container-1800 nav ul::before {
  margin-right: -50px;
}
header .container-1800 nav ul::after {
  transform: rotate(180deg);
  margin-left: -50px;
}
header .container-1800 nav ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
header .container-1800 nav ul li:not(:last-child)::after {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #edbd9d;
  font-size: 0.8rem;
  position: absolute;
  right: -64px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  header .container-1800 nav ul li:not(:last-child)::after {
    right: -52px;
  }
}
@media screen and (max-width: 1280px) {
  header .container-1800 nav ul li:not(:last-child)::after {
    right: -34px;
  }
}
@media screen and (max-width: 1024px) {
  header .container-1800 nav ul li:not(:last-child)::after {
    right: -25px;
  }
}
header .container-1800 nav ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  padding: 8px 0;
  border-bottom: 5px solid transparent;
}
header .container-1800 nav ul li a:hover {
  border-bottom: 5px solid #edbd9d;
}
header .container-1800 nav ul li.current_page_item a {
  border-bottom: 5px solid #ae5b53;
}
header .container-1800 nav ul li.current_page_item a:hover {
  border-bottom: 5px solid #ae5b53;
}
header .container-1800 .interactive-socials {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
header .container-1800 .interactive-socials .social-media {
  display: none;
  margin-bottom: 20px;
}
header .container-1800 .interactive-socials .user-interactions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
}
header .container-1800 .interactive-socials .user-interactions form.large-screens {
  position: relative;
  width: 42px;
  -webkit-transition: width 250ms ease-in-out;
  -moz-transition: width 250ms ease-in-out;
  -o-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  header .container-1800 .interactive-socials .user-interactions form.large-screens {
    display: none;
  }
}
header .container-1800 .interactive-socials .user-interactions form.large-screens input {
  padding-right: 20px;
  max-width: 280px;
  background-color: transparent;
}
header .container-1800 .interactive-socials .user-interactions form.large-screens button[type=submit] {
  position: absolute;
  top: 6px;
  right: 7px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
}
header .container-1800 .interactive-socials .user-interactions form.large-screens:hover, header .container-1800 .interactive-socials .user-interactions form.large-screens:active, header .container-1800 .interactive-socials .user-interactions form.large-screens:focus, header .container-1800 .interactive-socials .user-interactions form.large-screens:focus-visible, header .container-1800 .interactive-socials .user-interactions form.large-screens:focus-within {
  width: 280px;
}
header .container-1800 .interactive-socials .user-interactions form.large-screens:hover input, header .container-1800 .interactive-socials .user-interactions form.large-screens:active input, header .container-1800 .interactive-socials .user-interactions form.large-screens:focus input, header .container-1800 .interactive-socials .user-interactions form.large-screens:focus-visible input, header .container-1800 .interactive-socials .user-interactions form.large-screens:focus-within input {
  background: white;
}
header .container-1800 .interactive-socials .user-interactions form.large-screens:hover button[type=submit], header .container-1800 .interactive-socials .user-interactions form.large-screens:active button[type=submit], header .container-1800 .interactive-socials .user-interactions form.large-screens:focus button[type=submit], header .container-1800 .interactive-socials .user-interactions form.large-screens:focus-visible button[type=submit], header .container-1800 .interactive-socials .user-interactions form.large-screens:focus-within button[type=submit] {
  color: #1c3947;
}
header .container-1800 .interactive-socials .user-interactions > a {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  header .container-1800 .interactive-socials .user-interactions > a {
    display: none;
  }
}
header::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  height: 42px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
header .mobile-search {
  padding: 6px 16px;
  background-color: #edbd9d;
}
header .mobile-search form.small-screens {
  width: 100%;
  position: relative;
}
header .mobile-search form.small-screens input {
  padding-right: 20px;
  width: 100%;
}
header .mobile-search form.small-screens button[type=submit] {
  position: absolute;
  top: 6px;
  right: 10px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #1c3947;
}
header .show-search {
  display: none;
  font-weight: 600;
  background-color: transparent;
  border: 3px solid #edbd9d;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  padding: 3px 8px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  header .show-search {
    display: block;
  }
}
header .show-search .fa-times {
  padding: 3px 3.5px;
}
header .show-search.active {
  color: #1c3947;
  background-color: #edbd9d;
}
header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #1c3947;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  header.sticky {
    display: block;
  }
}
header.sticky .container-1800:first-of-type {
  height: 85px;
  padding: 10px 20px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  header.sticky .container-1800:first-of-type {
    height: 70px;
  }
}
header.sticky .container-1800 .logo {
  margin-right: 200px;
  max-height: 100%;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  header.sticky .container-1800 .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  header.sticky .container-1800 .logo {
    order: 2;
  }
}
header.sticky .container-1800 .logo img {
  max-height: 65px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  header.sticky .container-1800 .logo img {
    max-height: 60px;
  }
}
header.sticky .container-1800 nav {
  margin-bottom: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  header.sticky .container-1800 nav {
    margin-right: auto;
  }
}
header.sticky .container-1800 nav ul {
  margin: 0 0 4px;
}
header.sticky .container-1800 nav ul::before, header.sticky .container-1800 nav ul::after {
  margin-bottom: 4px;
}
header.sticky .container-1800 .interactive-socials {
  height: 100%;
  justify-content: center;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  header.sticky .container-1800 .interactive-socials {
    order: 1;
  }
}
header.sticky .container-1800 button.burger {
  order: 3;
  font-weight: 600;
  background-color: #edbd9d;
  border: 3px solid #edbd9d;
  border-radius: 50%;
  cursor: pointer;
  color: #1c3947;
  padding: 3px 8px;
  margin: auto 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  header.sticky .container-1800 button.burger {
    display: block;
  }
}
header.sticky .container-1800 button.burger .fa-times {
  padding: 3px 2.5px;
}
header.sticky .mobile-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
header.sticky .mobile-dropdown nav {
  display: block;
  margin: 0;
}
header.sticky .mobile-dropdown nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 35px;
}
header.sticky .mobile-dropdown nav ul li::after {
  right: calc(50% - 5px);
  bottom: -18px;
}
header.sticky .mobile-dropdown a.button {
  width: 100%;
  border-radius: 0;
  text-align: center;
  padding: 7px 0;
  margin: 15px 0;
  height: auto;
}
header.sticky .mobile-dropdown ul.social-media {
  display: none;
  margin-top: 8px;
  column-gap: 40px;
}
header.sticky .mobile-dropdown ul.social-media li i {
  font-size: 3rem;
}
header.sticky::after {
  display: none;
}

footer {
  background: linear-gradient(90deg, rgb(28, 57, 71) 0%, rgba(28, 57, 71, 0.75) 50%, rgb(28, 57, 71) 100%);
  filter: contrast(125%);
  color: #fff;
  font-size: 1.6rem;
  padding: 30px 20px;
  box-shadow: 0 -7px 12px rgba(0, 0, 0, 0.2);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  footer {
    display: none;
  }
}
footer .footer-content {
  margin: 0 auto;
  max-width: 1800px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
footer .footer-content nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 20px;
  margin-bottom: 60px;
}
footer .footer-content nav > ul li a {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid;
}
footer .footer-content nav > ul li a:hover {
  color: #edbd9d;
}
footer .footer-content .footer-left p {
  margin-bottom: 0;
}
footer .footer-content .footer-middle {
  text-align: center;
}
footer .footer-content .footer-middle .logo-footer img {
  height: 115px;
  margin-bottom: 20px;
}
footer .footer-content .footer-middle .social-media {
  display: none;
}
footer .footer-content .footer-right {
  text-align: end;
}
footer .footer-content .footer-right p {
  margin-bottom: 0;
}
footer .footer-content .footer-right p > a {
  color: #fff;
}
footer .footer-content .footer-right p > a:hover {
  color: #edbd9d;
}
footer.mobile {
  display: none;
  padding: 40px 20px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  footer.mobile {
    display: block;
  }
}
footer.mobile .footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
footer.mobile .footer-content .logo-footer {
  max-width: 240px;
  max-height: 90px;
  margin-bottom: 30px;
}
footer.mobile .footer-content .logo-footer img {
  max-width: 100%;
}
footer.mobile .footer-content ul {
  margin: 0;
}
footer.mobile .footer-content ul.links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 15px;
  margin-bottom: 30px;
}
footer.mobile .footer-content ul.social-media {
  display: none;
  margin: 8px 0 30px;
}
footer.mobile .footer-content p {
  margin: 0;
}
footer.mobile .footer-content p:not(:last-of-type) {
  margin-bottom: 20px;
}
footer.mobile .footer-content p a {
  color: #fff;
  border-bottom: 1px solid;
}
footer.mobile .footer-content p a:hover {
  color: #edbd9d;
}

.recent-tags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 40px;
  margin: 20px auto;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .recent-tags {
    flex-direction: column;
    margin: 40px 0 45px;
  }
}
.recent-tags h3 {
  flex-basis: 150px;
  min-width: 150px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .recent-tags h3 {
    flex-basis: 20px;
    min-width: 0;
  }
}
.recent-tags .tags-list-component {
  flex-basis: 80%;
}
.recent-tags .tags-list-component .tags-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  height: 42px;
  overflow: hidden;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .recent-tags .tags-list-component .tags-list {
    height: 10.2rem;
  }
}
.recent-tags > div {
  flex-basis: 150px;
  min-width: 150px;
  position: relative;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .recent-tags > div {
    flex-basis: 0;
  }
}
.recent-tags > div > a {
  color: #1c3947;
  font-weight: 600;
  border-bottom: 1px solid #1c3947;
}
.recent-tags > div i {
  position: absolute;
  top: 5px;
  right: 0;
  color: #ae5b53;
  border-bottom: none;
}

.adventure-recognition-banner-component {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 100px;
  color: #fff;
  column-gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.adventure-recognition-banner-component div {
  flex-basis: 50%;
  flex-shrink: 1;
}
.adventure-recognition-banner-component div h2 {
  color: #ffefe6;
}

.breadcrumb ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 35px 0;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb ul {
    flex-wrap: wrap;
  }
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}
.breadcrumb ul li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .breadcrumb ul li:last-child {
    margin-top: 5px;
    flex-basis: 100%;
  }
}
.breadcrumb ul li a {
  font-weight: 600;
  border-bottom: 1px solid;
}

.button {
  display: inline-block;
  border: none;
  font-weight: 600;
  cursor: pointer;
  height: 41px;
  padding: 0 15px;
  line-height: 38px;
  cursor: pointer;
}
.button i {
  font-size: 1.5rem;
  margin-left: 10px;
}
.button.rounded-left {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.button.rounded-right {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.button.primary {
  background-color: #2d4d5c;
  color: #fff;
}
.button.primary:hover {
  background-color: #ae5b53;
}
.button.secondary {
  background-color: #edbd9d;
  color: #1c3947;
}
.button.secondary:hover {
  background-color: #ae5b53;
  color: #fff;
}
.button.secondary.active {
  background-color: transparent;
  color: #edbd9d;
  border: 3px solid #edbd9d;
  padding: 0 12px;
  height: 40px;
  line-height: 35px;
}
.button.tag {
  background-color: #ae5b53;
  color: #fff;
  border-radius: 5px;
}
.button.tag:hover {
  background-color: #edbd9d;
  color: #1c3947;
}
.button.tag.active {
  background-color: transparent;
  color: #edbd9d;
  border: 3px solid #edbd9d;
  padding: 0 12px;
  height: 40px;
  line-height: 35px;
}
.button.tertiary {
  background-color: #fff;
  color: #1c3947;
}
.button.tertiary:hover {
  background-color: #edbd9d;
}

.collaborate-banner-component {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.collaborate-banner-component .text-content {
  width: 60%;
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
}
.collaborate-banner-component .text-content h2 {
  color: #ffefe6;
}

.dropdown-filters {
  color: #fff;
  padding-bottom: 45px;
  border-bottom: 4px solid #edbd9d;
  position: relative;
}
.dropdown-filters .current-active-filters {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 130px;
  z-index: 1;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .dropdown-filters .current-active-filters {
    position: static;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.dropdown-filters .current-active-filters .search-term {
  margin: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .dropdown-filters .current-active-filters .search-term {
    display: none;
  }
}
.dropdown-filters .current-active-filters .search-term em {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .dropdown-filters .current-active-filters .search-term em {
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }
}
.dropdown-filters .current-active-filters .search-term.mobile {
  display: none;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .dropdown-filters .current-active-filters .search-term.mobile {
    display: block;
  }
}
.dropdown-filters .current-active-filters a {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.dropdown-filters .wrapper p {
  margin: 0;
}
.dropdown-filters .wrapper a {
  color: #fff;
}
.dropdown-filters .wrapper.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .dropdown-filters .wrapper.row {
    flex-direction: column;
    row-gap: 30px;
  }
}
.dropdown-filters .wrapper.row .search-div {
  width: 340px;
  max-width: 100%;
  position: relative;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .dropdown-filters .wrapper.row .search-div {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dropdown-filters .wrapper.row .search-div {
    margin-top: 25px;
  }
}
.dropdown-filters .wrapper.row .search-div::before {
  content: "";
  display: block;
  height: 70px;
  width: 120px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/concealed-britain/public/images/title-filters-graphic.svg");
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .dropdown-filters .wrapper.row .search-div::before {
    display: none;
  }
}
.dropdown-filters .wrapper.row .search-div .fas {
  color: #1c3947;
  position: absolute;
  right: 16px;
  top: 80px;
  cursor: pointer;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .dropdown-filters .wrapper.row .search-div .fas {
    top: 10px;
  }
}
.dropdown-filters .wrapper .description-and-button {
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
.dropdown-filters .wrapper .description-and-button span {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .dropdown-filters .wrapper .description-and-button strong, .dropdown-filters .wrapper .description-and-button span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-filters .wrapper .description-and-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
  }
  .dropdown-filters .wrapper .description-and-button strong, .dropdown-filters .wrapper .description-and-button span {
    display: initial;
  }
  .dropdown-filters .wrapper .description-and-button button {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .dropdown-filters .wrapper .description-and-button strong, .dropdown-filters .wrapper .description-and-button span {
    display: none;
  }
  .dropdown-filters .wrapper .description-and-button button {
    flex-basis: 100%;
  }
}
.dropdown-filters .checkbox-wrapper .section-heading-link {
  color: #fff;
  background-color: transparent;
  padding: 0;
  margin-top: 45px;
  font-family: "Museo Slab 700";
  font-size: 2.4rem;
  display: block;
  border: 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.dropdown-filters .checkbox-wrapper .section-heading-link i {
  font-size: 1.8rem;
}
.dropdown-filters .checkbox-wrapper .era-list,
.dropdown-filters .checkbox-wrapper .location-list {
  margin-bottom: 0;
}
.dropdown-filters .checkbox-wrapper .era-list > li,
.dropdown-filters .checkbox-wrapper .location-list > li {
  margin: 12px 0;
}
.dropdown-filters .checkbox-wrapper .era-list > li .flex,
.dropdown-filters .checkbox-wrapper .location-list > li .flex {
  column-gap: 5px;
  white-space: nowrap;
}
.dropdown-filters .checkbox-wrapper .era-list span,
.dropdown-filters .checkbox-wrapper .location-list span {
  font-weight: 400;
  margin: 0 5px;
}
.dropdown-filters .checkbox-wrapper .era-list .child-era,
.dropdown-filters .checkbox-wrapper .location-list .child-era {
  margin: 3px 0 3px 32px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 640px) {
  .dropdown-filters .checkbox-wrapper .era-list .child-era span,
.dropdown-filters .checkbox-wrapper .location-list .child-era span {
    display: none;
  }
}
.dropdown-filters .checkbox-wrapper .era-list .child-era:first-of-type,
.dropdown-filters .checkbox-wrapper .location-list .child-era:first-of-type {
  margin-top: 12px;
}
.dropdown-filters .checkbox-wrapper .era-list > li .flex {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 640px) {
  .dropdown-filters .checkbox-wrapper .era-list > li .flex {
    flex-direction: column;
  }
  .dropdown-filters .checkbox-wrapper .era-list > li .flex > span {
    display: none;
  }
  .dropdown-filters .checkbox-wrapper .era-list > li .flex button {
    margin: 5px 0 5px 37px;
  }
}
.dropdown-filters .checkbox-wrapper .subsection-dropdown-link {
  color: #edbd9d;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-bottom: 1px solid #edbd9d;
}
.dropdown-filters .checkbox-wrapper .subsection-dropdown-link i {
  font-size: 1.4rem;
}

input[type=checkbox] {
  appearance: none;
  position: relative;
  height: 21px;
  margin-right: 14px;
}
input[type=checkbox]::before {
  content: "";
  height: 13px;
  width: 13px;
  display: inline-block;
  background-color: #edbd9d;
  border: 3px solid #edbd9d;
  border-radius: 3px;
  cursor: pointer;
}
input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  height: 13px;
  width: 13px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 14px;
  color: #1c3947;
  pointer-events: none;
}

.label-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-item.select {
  max-width: 400px;
  position: relative;
}
.form-item.select select {
  display: block;
  color: #1c3947;
  background-color: #fff;
  padding: 6px 16px;
  border: 3px solid #edbd9d;
  border-radius: 20px;
  width: 100%;
  font-size: 1.8rem;
  cursor: pointer;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.form-item.select select option {
  cursor: pointer;
}
.form-item.select i {
  position: absolute;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  pointer-events: none;
  color: #1c3947;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password] {
  color: #1c3947;
  padding: 3px 16px;
  border: 3px solid #edbd9d;
  border-radius: 20px;
  width: 100%;
  cursor: text;
}

input[type=time] {
  color: #1c3947;
  padding: 3px 0 3px 16px;
  border: 3px solid #edbd9d;
  border-radius: 20px;
  width: auto;
  cursor: text;
}

textarea {
  color: #1c3947;
  padding: 6px 16px;
  border: 3px solid #edbd9d;
  border-radius: 20px;
  width: 100%;
  min-height: 165px;
  font-size: 1.8rem;
  font-family: "Poppins";
  cursor: text;
  resize: none;
}
textarea.small {
  min-height: 0;
  max-height: 70px;
}

.location.door {
  width: 340px;
  min-height: 610px;
  max-height: 610px;
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .location.door {
    width: 320px;
    min-height: 595px;
  }
}
.location.door .thumb-wrapper {
  height: 335px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .location.door .thumb-wrapper {
    height: 320px;
  }
}
.location.door .thumb-wrapper img {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location.door .post-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  border-bottom: 10px solid #edbd9d;
  padding: 25px;
  height: 275px;
}
.location.door .post-content * {
  color: #1c3947;
}
.location.door .post-content p {
  margin: 0;
  line-height: 2.2rem;
}
.location.door .post-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.6rem;
  margin-bottom: 22px;
}
.location.door .post-content .city-county {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
.location.door .post-content .snippet {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.location.door .post-content a {
  margin-top: auto;
  border-bottom: none;
}
.location.door .post-content a > span {
  font-weight: 700;
  border-bottom: 1px solid;
}
.location.door .post-content a > i {
  color: #ae5b53;
  margin-left: 3px;
}
.location.door.last-item {
  background-image: url("/wp-content/themes/concealed-britain/public/images/red-door-wood-texture.png");
  height: 100%;
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  row-gap: 40px;
  padding: 30px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.location.door.last-item h3 {
  text-align: center;
  color: #ffefe6;
}
.location.door.last-item a {
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.small-location-card {
  background-color: #fff;
  border-bottom: 10px solid #edbd9d;
  height: 16rem;
  padding: 0 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .small-location-card {
    padding: 0 10px;
  }
}
.small-location-card:not(:last-of-type) {
  margin-bottom: 25px;
}
.small-location-card img {
  margin-top: 10px;
  min-width: 13rem;
  min-height: 15rem;
  width: 13rem;
  height: 15rem;
  object-fit: cover;
  border-top-left-radius: 6.5rem;
  border-top-right-radius: 6.5rem;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .small-location-card img {
    min-height: 14rem;
    min-width: 11rem;
    height: 14rem;
    width: 11rem;
  }
}
.small-location-card .content {
  padding: 25px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .small-location-card .content {
    padding: 25px 0 25px 15px;
  }
}
.small-location-card .content h3 {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6rem;
}
.small-location-card .content p {
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7rem;
}
.small-location-card .content a > span {
  font-weight: 700;
  border-bottom: 1px solid;
}
.small-location-card .content a > i {
  color: #ae5b53;
  margin-left: 3px;
}

.leaflet-container {
  font-family: initial;
}
.leaflet-container .location-popup .leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-container .location-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  font-size: initial;
  min-width: 600px;
}

.location-about {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.location-about .container-1800 {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 80px;
  margin-top: 100px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  .location-about .container-1800 {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .location-about .container-1800 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.location-about .container-1800::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 65px;
  width: 52px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto;
}
.location-about .container-1800 h2 {
  color: #ffefe6;
  position: relative;
  display: inline-block;
}
.location-about .container-1800 h2::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/title-filters-graphic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 65px;
  position: absolute;
  top: -20px;
  right: -130px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .location-about .container-1800 h2::after {
    width: 80px;
    right: -90px;
    top: -7px;
  }
}
.location-about .container-1800 .location-container {
  flex: 1;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .location-about .container-1800 .location-container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .location-container {
    display: none;
  }
}
.location-about .container-1800 .location-container > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  margin-top: 30px;
  height: 260px;
  overflow: visible;
  column-gap: 20px;
  border-bottom: 10px solid #edbd9d;
}
.location-about .container-1800 .location-container > div .text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex: 1;
  color: #2d4d5c;
  padding: 20px;
  min-width: 300px;
  height: 100%;
  flex-basis: 60%;
}
.location-about .container-1800 .location-container > div .text-content h3 {
  flex-grow: 1;
}
.location-about .container-1800 .location-container > div .text-content p {
  margin: 0;
  flex-grow: 1;
  line-height: 2.2rem;
}
.location-about .container-1800 .location-container > div .text-content p.body-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 7rem;
}
.location-about .container-1800 .location-container > div .text-content a {
  color: #1c3947;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #1c3947;
}
.location-about .container-1800 .location-container > div .text-content a i {
  position: absolute;
  top: 4px;
  right: -22px;
  color: #ae5b53;
  border-bottom: none;
}
.location-about .container-1800 .location-container > div .image {
  flex-basis: 260px;
  height: 310px;
  position: relative;
  top: -30px;
  right: 20px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  .location-about .container-1800 .location-container > div .image {
    flex-basis: 200px;
    height: 250px;
    top: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .location-about .container-1800 .location-container > div .image {
    flex-basis: 260px;
    height: 310px;
    top: -30px;
  }
}
.location-about .container-1800 .location-container > div .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
}
.location-about .container-1800 .location-door-component {
  display: none;
  padding: 90px 0 60px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .location-door-component {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.location-about .container-1800 .location-door-component h2 {
  margin-bottom: 30px;
}
.location-about .container-1800 .location-door-component h2::after {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .location-door-component h2::after {
    width: 60px;
    height: 30px;
    right: 75px;
    top: -45px;
  }
}
.location-about .container-1800 .about-container {
  flex: 1;
  padding-top: 60px;
  position: relative;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .location-about .container-1800 .about-container {
    min-width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .about-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.location-about .container-1800 .about-container h2::after {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .about-container h2::after {
    width: 60px;
    height: 30px;
    right: 142px;
    top: -45px;
  }
}
.location-about .container-1800 .about-container > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 30px;
  height: 260px;
  overflow: visible;
  column-gap: 20px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .about-container > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    height: auto;
  }
}
.location-about .container-1800 .about-container > div .text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1;
  color: #fff;
  min-width: 300px;
  height: 100%;
  flex-basis: 45%;
  width: 200px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .about-container > div .text-content {
    width: 100%;
    max-width: 380px;
    margin-top: 20px;
  }
}
.location-about .container-1800 .about-container > div .text-content p {
  margin: 0 0 15px;
  flex-grow: 1;
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 20rem;
}
.location-about .container-1800 .about-container > div .text-content a {
  color: #1c3947;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #1c3947;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .about-container > div .text-content a {
    margin: 10px auto 0;
  }
}
.location-about .container-1800 .about-container > div .image {
  flex-basis: 400px;
  height: 260px;
  border-bottom: 10px solid #edbd9d;
  position: relative;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  .location-about .container-1800 .about-container > div .image {
    flex-basis: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 1280px) {
  .location-about .container-1800 .about-container > div .image {
    flex-basis: 400px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .location-about .container-1800 .about-container > div .image {
    flex-basis: 240px;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 480px) {
  .location-about .container-1800 .about-container > div .image {
    height: 220px;
    flex-basis: 220px;
  }
}
.location-about .container-1800 .about-container > div .image img:nth-child(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-about .container-1800 .about-container > div .image img:nth-child(2) {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 100px;
  height: auto;
  transform: translate(-50%, 50%);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  .location-about .container-1800 .about-container > div .image img:nth-child(2) {
    width: 70px;
  }
}

.tag-pagination {
  padding-bottom: 20px;
}

.tag-pagination-counter {
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.form-item.add-tags label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  max-width: 500px;
}
.form-item.add-tags label input {
  margin-left: 15px;
}
.form-item.add-tags label button {
  position: absolute;
  right: 0;
  top: 5px;
}

.form-item.add-tags ul.tags {
  gap: 10px;
}
.form-item.add-tags ul.tags li {
  color: white;
  display: flex;
}
.form-item.add-tags ul.tags li span {
  background-color: #ae5b53;
  border-radius: 10px 0 0 10px;
  padding: 5px 10px;
}
.form-item.add-tags ul.tags li button {
  background-color: #ae5b53;
  border: none;
  color: white;
  border-left: 2px solid white;
  border-radius: 0 10px 10px 0;
  padding: 0 15px;
}
.form-item.add-tags ul.tags li button:hover {
  cursor: pointer;
  background-color: #edbd9d;
  color: #1c3947;
}

.add-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 25px 0 45px;
}
.add-image .image-preview {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 240px;
  background-color: rgba(28, 57, 71, 0.85);
  border: 3px solid #1c3947;
}
.add-image .image-preview input {
  display: none;
}
.add-image .image-preview label {
  cursor: pointer;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.add-image .image-preview label i {
  font-size: 50px;
}
.add-image .image-preview label span {
  border-bottom: 1px solid;
}
.add-image .image-preview img {
  max-width: 420px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.add-image .image-details {
  border-top: 3px solid #edbd9d;
  border-bottom: 3px solid #edbd9d;
  height: 240px;
  padding-top: 25px;
}
.add-image .image-details .form-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  white-space: nowrap;
  margin: 15px 0;
}
.add-image .image-details .form-item label {
  font-weight: 400;
}
.add-image .image-details .form-item input {
  max-width: 610px;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #000;
  font-weight: 600;
  column-gap: 15px;
}
.pagination li {
  list-style-type: none;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 3px solid #edbd9d;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.pagination li > * {
  margin: auto;
  padding: 8px 16px;
}
.pagination li a {
  color: #1c3947;
  border-bottom: 0;
}
.pagination li.active, .pagination li:hover {
  background-color: #1c3947;
  color: #fff;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
}

.random-adventure {
  height: 385px;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1350px) {
  .random-adventure {
    justify-content: center;
    padding: 0 20px;
  }
}
.random-adventure::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 65px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto;
}
.random-adventure .image {
  flex: 1;
  height: 100%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1350px) {
  .random-adventure .image {
    display: none;
  }
}
.random-adventure .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.random-adventure .content {
  flex-basis: 750px;
  color: #fff;
  text-align: center;
  max-width: 750px;
}
.random-adventure .content .wrapper h2 {
  color: #ffefe6;
  padding: 0 130px;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .random-adventure .content .wrapper h2 {
    padding: 0 70px;
    max-width: 400px;
  }
}
.random-adventure .content .wrapper h2::before, .random-adventure .content .wrapper h2::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/right-title-embellishment.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 115px;
  position: absolute;
  top: -5px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .random-adventure .content .wrapper h2::before, .random-adventure .content .wrapper h2::after {
    width: 58px;
    height: 20px;
    top: 2px;
  }
}
.random-adventure .content .wrapper h2::before {
  transform: scaleX(-1);
  left: 0;
}
.random-adventure .content .wrapper h2::after {
  right: 0;
}
.random-adventure .content .wrapper p {
  margin: 25px auto 30px;
  max-width: 700px;
}

.map-section {
  height: 385px;
  column-gap: 20px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1350px) {
  .map-section {
    justify-content: center;
    padding: 0 20px;
  }
}
.map-section::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 65px;
  width: 52px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto;
}
.map-section::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  height: 65px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}
.map-section .image {
  flex: 1;
  height: 100%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1350px) {
  .map-section .image {
    display: none;
  }
}
.map-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-section .content {
  flex-basis: 750px;
  color: #fff;
  text-align: center;
  max-width: 750px;
}
.map-section .content .wrapper h2 {
  color: #ffefe6;
  padding: 0 130px;
  position: relative;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .map-section .content .wrapper h2 {
    padding: 0 70px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.map-section .content .wrapper h2::before, .map-section .content .wrapper h2::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/right-title-embellishment.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 115px;
  position: absolute;
  top: -5px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .map-section .content .wrapper h2::before, .map-section .content .wrapper h2::after {
    width: 58px;
    height: 20px;
  }
}
.map-section .content .wrapper h2::before {
  transform: scaleX(-1);
  left: 0;
}
.map-section .content .wrapper h2::after {
  right: 0;
}
.map-section .content .wrapper p {
  margin: 25px 0 30px;
  max-width: 700px;
}

ul.social-media {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 20px;
  margin: 0;
}
ul.social-media li a {
  color: #fff;
  font-size: 2.2rem;
  border-bottom: none;
}
ul.social-media li a:hover {
  color: #edbd9d;
}

.validation-message {
  padding: 15px;
  border-radius: 15px;
  font-size: 18px;
  margin: 10px 0;
  display: block;
  max-width: max-content;
}

.negative-validation {
  background-color: #fb9790;
}

.positive-validation {
  background-color: #a9ecb4;
}

.tale-card-component {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #fff;
  height: 240px;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  width: 100%;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .tale-card-component {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .tale-card-component {
    flex-direction: column;
    height: fit-content;
    border-top-right-radius: 0;
    border-bottom-right-radius: 60px;
  }
}
.tale-card-component .image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-basis: 340px;
  height: 240px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .tale-card-component .image {
    height: 200px;
    flex-basis: 280px;
  }
}
@media screen and (max-width: 640px) {
  .tale-card-component .image {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .tale-card-component .image {
    height: 220px;
    flex-basis: 220px;
  }
}
.tale-card-component .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tale-card-component .text-content {
  flex: 1;
  height: 100%;
  padding: 25px 40px 25px 25px;
  border-left: 3px solid rgba(237, 189, 157, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .tale-card-component .text-content {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .tale-card-component .text-content {
    padding: 20px;
    border-left: none;
    width: 100%;
  }
}
.tale-card-component .text-content h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.6rem;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .tale-card-component .text-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .tale-card-component .text-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .tale-card-component .text-content h2 {
    margin-bottom: 40px;
  }
}
.tale-card-component .text-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .tale-card-component .text-content p {
    display: none;
  }
}
.tale-card-component .text-content a {
  color: #1c3947;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #1c3947;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .tale-card-component .text-content a {
    margin-top: auto;
  }
}
@media screen and (max-width: 640px) {
  .tale-card-component .text-content a {
    margin-top: 15px;
  }
}
.tale-card-component .text-content a i {
  position: absolute;
  top: 5px;
  right: -27px;
  color: #ae5b53;
  border-bottom: none;
}
.tale-card-component .mentioned {
  flex-basis: 450px;
  height: 100%;
  padding: 25px;
  border-left: 3px solid rgba(237, 189, 157, 0.5);
  row-gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .tale-card-component .mentioned {
    flex-basis: 380px;
  }
}
@media screen and (max-width: 1280px) {
  .tale-card-component .mentioned {
    display: none;
  }
}
.tale-card-component .mentioned h2 {
  font-size: 2.4rem;
}
.tale-card-component .mentioned ul {
  margin: 0;
  list-style-type: none;
}
.tale-card-component .mentioned ul li::before {
  content: "-";
  position: absolute;
}
.tale-card-component .mentioned ul li a {
  display: block;
  padding-left: 17px;
  color: #1c3947;
  font-weight: 600;
  border-bottom: none;
}
.tale-card-component .mentioned ul li a span {
  border-bottom: 1px solid #1c3947;
}

.small-tale-card-component {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  height: 180px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 640px) {
  .small-tale-card-component {
    flex-direction: column;
    height: auto;
    overflow: visible;
    border-top-right-radius: 0;
    border-bottom-right-radius: 60px;
  }
}
.small-tale-card-component .image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-basis: 270px;
  height: 180px;
  width: 270px;
  min-width: 270px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 640px) {
  .small-tale-card-component .image {
    flex-basis: auto;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .small-tale-card-component .image {
    height: 220px;
  }
}
.small-tale-card-component .image img {
  flex-basis: 270px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 640px) {
  .small-tale-card-component .image img {
    flex-basis: auto;
    width: 100%;
  }
}
.small-tale-card-component .text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 25px 80px 25px 25px;
  height: 180px;
  row-gap: 10px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 640px) {
  .small-tale-card-component .text-content {
    padding: 20px;
  }
}
.small-tale-card-component .text-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  margin-bottom: 10px;
  flex-grow: 1;
  min-height: 4.8rem;
}
.small-tale-card-component .text-content a {
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid;
}
.small-tale-card-component .text-content a i {
  position: absolute;
  top: 5px;
  right: -27px;
  color: #ae5b53;
  border-bottom: none;
}

.timeline-eras {
  position: relative;
  padding-bottom: 100px;
}
.timeline-eras .desktop {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .desktop {
    display: none;
  }
}
.timeline-eras .tablet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  display: none;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .tablet {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .tablet {
    display: none;
  }
}
.timeline-eras .mobile {
  display: none;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .timeline-eras .mobile {
    display: block;
  }
}
.timeline-eras .timeline-carousel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  column-gap: 20px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #1c3947;
  /*-- Breakpoint - Tablet --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel {
    flex-basis: 50%;
    flex-direction: column;
    border-bottom: none;
    border-right: 2px solid #1c3947;
    row-gap: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.timeline-eras .timeline-carousel::before, .timeline-eras .timeline-carousel::after {
  content: "";
  height: 10px;
  width: 2px;
  background-color: #1c3947;
  display: block;
  position: absolute;
  bottom: 0;
  /*-- Breakpoint - Tablet --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel::before, .timeline-eras .timeline-carousel::after {
    display: none;
  }
}
.timeline-eras .timeline-carousel::before {
  left: 0;
}
.timeline-eras .timeline-carousel::after {
  right: 0;
}
.timeline-eras .timeline-carousel .era-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  cursor: pointer;
  width: 205px;
  transition: width 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*-- Breakpoint - Tablet --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint - Mobile --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card {
    flex-direction: row-reverse;
    width: calc(100% - 20px);
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline-eras .timeline-carousel .era-card {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-carousel .era-card {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .timeline-eras .timeline-carousel .era-card {
    height: 200px;
  }
}
.timeline-eras .timeline-carousel .era-card .thumb-wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.timeline-eras .timeline-carousel .era-card .thumb-wrapper img {
  transition: transform 0.2s;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  /*-- Breakpoint - Tablet --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card .thumb-wrapper img {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .timeline-eras .timeline-carousel .era-card .thumb-wrapper img {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-carousel .era-card .thumb-wrapper img {
    height: 100%;
  }
}
.timeline-eras .timeline-carousel .era-card > div:not(.thumb-wrapper) {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 50px 10px 5px;
  color: #fff;
  overflow: hidden;
  transition: padding 0.2s ease-in, background 0.2s ease-in, width 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 57, 71, 0.8) 80%);
  /*-- Breakpoint - Tablet --*/
  /*-- Breakpoint - Mobile --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card > div:not(.thumb-wrapper) {
    position: static;
    background: #1c3947;
    padding: 20px;
    height: 100%;
    width: 360px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .timeline-eras .timeline-carousel .era-card > div:not(.thumb-wrapper) p {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-carousel .era-card > div:not(.thumb-wrapper) {
    position: absolute;
    width: 100%;
    height: 20%;
    min-height: 100px;
    bottom: 0;
    padding: 20px;
    justify-content: flex-end;
    color: #fff;
    overflow: hidden;
    transition: padding 0.2s ease-in, background 0.2s ease-in, width 0.5s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 57, 71, 0.8) 80%);
  }
}
.timeline-eras .timeline-carousel .era-card:not(:last-child)::after {
  content: "";
  height: 10px;
  width: 2px;
  background-color: #1c3947;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -11px;
  /*-- Breakpoint - Tablet --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card:not(:last-child)::after {
    height: 2px;
    width: 10px;
    bottom: auto;
    top: 0;
    right: -20px;
  }
}
.timeline-eras .timeline-carousel .era-card::after {
  /*-- Breakpoint - Tablet --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card::after {
    content: "";
    height: 2px;
    width: 10px;
    background-color: #1c3947;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
.timeline-eras .timeline-carousel .era-card:hover .thumb-wrapper img {
  transform: scale(1.2);
  transition: transform 0.2s;
}
.timeline-eras .timeline-carousel .era-card:hover > div:not(.thumb-wrapper) {
  padding: 162px 10px 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(28, 57, 71) 100%);
  transition: padding 0.2s ease-out, background 0.2s ease-out, height 0.2s ease-out;
  /*-- Breakpoint - Tablet --*/
  /*-- Breakpoint - Mobile --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card:hover > div:not(.thumb-wrapper) {
    padding: 20px;
    background: #1c3947;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-carousel .era-card:hover > div:not(.thumb-wrapper) {
    height: 80%;
    padding: 162px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(28, 57, 71) 100%);
  }
}
.timeline-eras .timeline-carousel .era-card.active {
  width: 410px;
  transition: width 0.5s, height 0.2s;
  /*-- Breakpoint --*/
  /*-- Breakpoint - Tablet --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint - Mobile --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-eras .timeline-carousel .era-card.active {
    width: 205px;
  }
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card.active {
    width: calc(100% - 20px);
    height: 250px;
  }
  .timeline-eras .timeline-carousel .era-card.active > div:not(.thumb-wrapper) {
    width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .timeline-eras .timeline-carousel .era-card.active {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-carousel .era-card.active {
    height: 300px;
  }
  .timeline-eras .timeline-carousel .era-card.active > div:not(.thumb-wrapper) {
    width: 100%;
    height: 0;
    min-height: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .timeline-eras .timeline-carousel .era-card.active {
    height: 220px;
  }
}
.timeline-eras .timeline-carousel .era-card.active .thumb-wrapper {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .timeline-eras .timeline-carousel .era-card.active .thumb-wrapper {
    height: 180px;
  }
}
.timeline-eras .timeline-carousel .era-card.active .thumb-wrapper img {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .timeline-eras .timeline-carousel .era-card.active .thumb-wrapper img {
    height: 100%;
  }
}
.timeline-eras .timeline-carousel .era-card.active:hover .thumb-wrapper img {
  transform: scale(1);
}
.timeline-eras .timeline-carousel .era-card.active:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 106%;
  right: -13px;
  background-color: #ae5b53;
  bottom: -32px;
  height: 12px;
  z-index: 2;
  /*-- Breakpoint - Tablet --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card.active:last-child::after {
    width: 12px;
    height: 100%;
    right: -20px;
  }
}
.timeline-eras .timeline-carousel .era-card.active:not(:last-child)::after {
  width: 106%;
  right: -12px;
  background-color: #ae5b53;
  bottom: -32px;
  height: 12px;
  /*-- Breakpoint - Tablet --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-carousel .era-card.active:not(:last-child)::after {
    width: 12px;
    height: calc(100% + 10px);
    right: -20px;
  }
}
.timeline-eras .timeline-details {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-left: 10px solid #ae5b53;
  padding: 30px;
  width: 100%;
  position: relative;
  /*-- Breakpoint - Tablet --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint - Mobile --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-details {
    flex-basis: 50%;
    border-left: none;
    width: calc(100% - 20px);
    margin-left: 20px;
    height: 1270px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline-eras .timeline-details {
    height: 980px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-details {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 20px;
    margin-top: -40px;
    height: auto;
  }
}
.timeline-eras .timeline-details::after {
  /*-- Breakpoint - mobile --*/
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-details::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #ae5b53;
    bottom: -32px;
    width: 12px;
    height: calc(100% + 10px);
    right: -20px;
    top: 0;
  }
}
.timeline-eras .timeline-details:last-child::after {
  /*-- Breakpoint - mobile --*/
}
@media screen and (max-width: 768px) {
  .timeline-eras .timeline-details:last-child::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #ae5b53;
    bottom: -32px;
    width: 12px;
    height: 100%;
    right: -20px;
    top: 0;
  }
}
.timeline-eras .timeline-details > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-eras .timeline-details > div {
    flex-direction: column;
    row-gap: 10px;
  }
}
.timeline-eras .timeline-details > div p {
  margin: 0;
  font-size: 2.2rem;
}
.timeline-eras .timeline-details > div p:first-of-type {
  white-space: nowrap;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-details > div p:first-of-type {
    margin-bottom: 20px;
  }
}
.timeline-eras .timeline-details > div a {
  white-space: nowrap;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-eras .timeline-details > div a {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .timeline-eras .timeline-details > div a {
    position: static;
    display: block;
    margin: 20px 0 0 auto;
  }
}

.location-search {
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  flex-wrap: nowrap;
  column-gap: 20px;
  margin: 50px 0 70px;
}
.location-search .form-item.select {
  width: 300px;
}

.timeline-locations {
  padding: 75px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.timeline-locations .section-heading {
  text-align: center;
  position: relative;
  width: max-content;
  margin: 0 auto;
  color: #ffefe6;
}
.timeline-locations .section-heading h2 {
  color: #ffefe6;
  padding: 0 130px;
  position: relative;
  margin: 0 auto;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .timeline-locations .section-heading h2 {
    padding: 0 70px;
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .timeline-locations .section-heading h2 {
    max-width: 320px;
  }
}
.timeline-locations .section-heading h2::before, .timeline-locations .section-heading h2::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/right-title-embellishment.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 115px;
  position: absolute;
  top: -5px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .timeline-locations .section-heading h2::before, .timeline-locations .section-heading h2::after {
    width: 58px;
    height: 20px;
    top: 2px;
  }
}
.timeline-locations .section-heading h2::before {
  transform: scaleX(-1);
  left: 0;
}
.timeline-locations .section-heading h2::after {
  right: 0;
}
.timeline-locations .section-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 25px;
  margin-top: 50px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-locations .section-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.timeline-locations .section-content aside {
  flex-basis: 17%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-locations .section-content aside {
    width: 100%;
  }
}
.timeline-locations .section-content aside h4 {
  color: #ffefe6;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-locations .section-content aside h4 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .timeline-locations .section-content aside h4 {
    font-size: 2rem;
  }
}
.timeline-locations .section-content aside h4::before {
  content: "";
  display: block;
  height: 70px;
  width: 120px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/concealed-britain/public/images/title-filters-graphic.svg");
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-locations .section-content aside h4::before {
    display: none;
  }
}
.timeline-locations .section-content aside ul {
  margin-top: 30px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .timeline-locations .section-content aside ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 25px;
  }
}
.timeline-locations .section-content aside ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  min-width: 300px;
  padding: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #1c3947;
  background-color: #ffefe6;
  cursor: pointer;
  margin-bottom: 20px;
}
.timeline-locations .section-content aside ul li.active {
  background-color: #ae5b53;
  color: #ffefe6;
}
.timeline-locations .section-content aside ul li.active::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment-white.svg");
  width: 37px;
  height: 30px;
  transform: rotate(270deg);
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: 35px;
}
.timeline-locations .section-content aside ul li:hover:not(.active)::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  width: 37px;
  height: 30px;
  transform: rotate(270deg);
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: 35px;
}
.timeline-locations .section-content .locations-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-basis: 83%;
  margin-top: 0;
  column-gap: 25px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .timeline-locations .section-content .locations-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-locations .section-content .locations-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.timeline-locations .section-content .locations-list .regular-card:nth-child(3) {
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1800px) {
  .timeline-locations .section-content .locations-list .regular-card:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .timeline-locations .section-content .locations-list .regular-card:nth-child(3) {
    display: block;
  }
}

.timeline-tales {
  position: relative;
  padding-bottom: 100px;
}
.timeline-tales::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  height: 65px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}
.timeline-tales::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 42px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}

#map {
  height: 700px;
  min-width: 100%;
}

section.tags-list .tags-list-component ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 15px;
  column-gap: 10px;
  flex-wrap: wrap;
}

.locations-listing {
  padding-top: 0;
  padding-bottom: 50px;
}
.locations-listing ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 25px;
}

/*----------------------------------------------------------------------------
For Breadcrumbs Component, see 'scss > components > _breadcrumb.scss'
----------------------------------------------------------------------------*/
.about-top-picks {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 80px;
  margin-bottom: 100px;
}
.about-top-picks::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 65px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto;
}
.about-top-picks h2 {
  color: #ffefe6;
  text-align: center;
  margin-bottom: 30px;
}
.about-top-picks .locations-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 20px;
}

/*----------------------------------------------------------------------------------
For Collaborate Banner Component, see 'scss > components > _collaborate-banner.scss'
----------------------------------------------------------------------------------*/
.main-content.compendium .locations-and-filters {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*------------------------------------------------------------------------------
  For Dropdown Filters Component, see 'scss > components > _dropdown-filters.scss'
  ------------------------------------------------------------------------------*/
}
.main-content.compendium .locations-and-filters .content-count {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
.main-content.compendium .locations-and-filters ul.locations-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
  row-gap: 50px;
  margin: 0 auto 38px;
  width: fit-content;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*------------------------------------------------------------------------
  For Location Door Component, see 'scss > components > _location-door.scss'
  ------------------------------------------------------------------------*/
}
@media screen and (max-width: 1800px) {
  .main-content.compendium .locations-and-filters ul.locations-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}
@media screen and (max-width: 1536px) {
  .main-content.compendium .locations-and-filters ul.locations-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .main-content.compendium .locations-and-filters ul.locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main-content.compendium .locations-and-filters ul.locations-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-content.compendium .locations-and-filters::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  height: 42px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
.main-content.compendium .inspiration-tales {
  padding-top: 75px;
  padding-bottom: 110px;
}
.main-content.compendium .inspiration-tales h2 {
  text-align: center;
  margin-bottom: 65px;
}
.main-content.compendium .inspiration-tales .tales-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
.main-content.compendium .inspiration-tales .tales-list > div {
  flex-basis: 47%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .main-content.compendium .inspiration-tales .tales-list > div {
    flex-basis: 100%;
  }
}

.main-content.individual-location .page-head {
  margin-bottom: 10px;
}
.main-content.individual-location .page-head .era-city-county {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 100px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .main-content.individual-location .page-head .era-city-county {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.main-content.individual-location .page-head .era-city-county p {
  font-size: 2.2rem;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .page-head .era-city-county p {
    font-size: 2rem;
  }
}
.main-content.individual-location .page-head .era-city-county p:last-of-type {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .main-content.individual-location .page-head .era-city-county p:last-of-type {
    margin: 0 0 35px;
  }
}
.main-content.individual-location .page-head .era-city-county p a {
  font-weight: 600;
  border-bottom: 1px solid;
}
.main-content.individual-location .page-head .excerpt {
  font-size: 2.2rem;
  margin-top: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .page-head .excerpt {
    font-size: 2rem;
  }
}
.main-content.individual-location .gallery-images {
  height: 500px;
  margin-bottom: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .main-content.individual-location .gallery-images {
    height: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .main-content.individual-location .gallery-images {
    height: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .main-content.individual-location .gallery-images {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .main-content.individual-location .gallery-images {
    height: 220px;
  }
}
.main-content.individual-location .gallery-images .slider {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* border-left: 3px solid $peculiar-peach;
  border-right: 3px solid $peculiar-peach; */
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .slider {
    border: none;
    width: 100%;
  }
}
.main-content.individual-location .gallery-images .slider .slide {
  height: 100%;
  position: absolute;
  transition: all 500ms;
  padding-right: 10px;
  max-width: calc(100% + 20px);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .slider .slide {
    max-width: 100%;
  }
}
.main-content.individual-location .gallery-images .slider .slide:last-of-type {
  padding-right: 0;
}
.main-content.individual-location .gallery-images .slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content.individual-location .gallery-images .upload-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%;
  max-width: 880px !important;
}
.main-content.individual-location .gallery-images .upload-cta h3 {
  color: #fff;
  margin-bottom: 12px;
  max-width: 75%;
}
.main-content.individual-location .gallery-images .upload-cta a {
  color: #fff;
  border-bottom: none;
}
.main-content.individual-location .gallery-images .upload-cta a span {
  border-bottom: 1px solid;
}
.main-content.individual-location .gallery-images .upload-cta a i {
  color: #edbd9d;
  margin-left: 3px;
}
.main-content.individual-location .gallery-images .button-background {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  width: 10%;
  min-width: 60px;
}
.main-content.individual-location .gallery-images .button-background.prev {
  background: #1c3947;
  left: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .button-background.prev {
    background: transparent;
    background-image: linear-gradient(to right, rgba(28, 57, 71, 0.6), rgba(0, 0, 0, 0));
  }
}
.main-content.individual-location .gallery-images .button-background.next {
  background: #1c3947;
  right: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .button-background.next {
    background: transparent;
    background-image: linear-gradient(to left, rgba(28, 57, 71, 0.6), rgba(0, 0, 0, 0));
  }
}
.main-content.individual-location .gallery-images .button-background button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  font-size: 5rem;
  color: #1c3947;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  padding: 0 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .button-background button {
    font-size: 4rem;
    padding: 0 9px;
  }
}
@media screen and (max-width: 480px) {
  .main-content.individual-location .gallery-images .button-background button {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
  }
}
.main-content.individual-location .gallery-images .button-background button.prev {
  margin-right: 10px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .button-background button.prev {
    margin-right: 0;
  }
}
.main-content.individual-location .gallery-images .button-background button.prev i {
  margin-right: 2px;
}
.main-content.individual-location .gallery-images .button-background button.next {
  margin-left: 10px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .button-background button.next {
    margin-left: 0;
  }
}
.main-content.individual-location .gallery-images .button-background button.next i {
  margin-left: 2px;
}
.main-content.individual-location .gallery-images .button-background.inactive {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .gallery-images .button-background.inactive {
    display: none;
  }
}
.main-content.individual-location .gallery-images .button-background.inactive button {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: initial;
}
.main-content.individual-location .flex.container-1800 {
  padding-bottom: 90px;
  column-gap: 50px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .main-content.individual-location .flex.container-1800 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.main-content.individual-location .flex.container-1800 article {
  flex-basis: 50%;
}
.main-content.individual-location .flex.container-1800 article .article-content img.alignleft,
.main-content.individual-location .flex.container-1800 article .article-content img.alignnone {
  float: left;
  margin-right: 20px;
}
.main-content.individual-location .flex.container-1800 article .article-content img.alignright {
  float: right;
  margin-left: 20px;
}
.main-content.individual-location .flex.container-1800 article .article-content img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main-content.individual-location .flex.container-1800 aside {
  flex-basis: 50%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 90px;
  padding-bottom: 20px;
  /*-- Breakpoint --*/
  /*------------------------------------------------------------------------------------------
  For location card component, see "scss > components > locations > _location-small-card.scss"
  ------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
  .main-content.individual-location .flex.container-1800 aside {
    position: static;
    padding-top: 35px;
    width: 100%;
  }
}
.main-content.individual-location .flex.container-1800 aside h2 {
  margin-bottom: 25px;
}
.main-content.individual-location .inspiration-tales {
  margin-top: 40px;
  padding-top: 75px;
  padding-bottom: 110px;
  position: relative;
}
.main-content.individual-location .inspiration-tales::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/individual-divider.png");
  height: 61px;
  width: 361px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.main-content.individual-location .inspiration-tales h2 {
  text-align: center;
  margin-bottom: 65px;
}
.main-content.individual-location .inspiration-tales .tales-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
}
.main-content.individual-location .inspiration-tales .tales-list > div {
  flex-basis: 47%;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .main-content.individual-location .inspiration-tales .tales-list > div {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 1280px) {
  .main-content.individual-location .inspiration-tales .tales-list > div {
    flex-basis: 100%;
  }
}
.main-content.individual-location .how-to-find {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.main-content.individual-location .how-to-find a {
  color: #1c3947;
  font-weight: 600;
  padding: 8px 15px 8px 50px;
  background-color: #fff;
  border: 2px solid #edbd9d;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: none;
  position: absolute;
  right: 0px;
  bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  .main-content.individual-location .how-to-find a {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .how-to-find a {
    display: none;
  }
}
.main-content.individual-location .how-to-find a img {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 33px;
}
.main-content.individual-location .how-to-find a i {
  margin-left: 3px;
  color: #ae5b53;
}
.main-content.individual-location .getting-there {
  padding: 75px 0 75px;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .main-content.individual-location .getting-there {
    padding-bottom: 30px;
  }
}
.main-content.individual-location .getting-there::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 65px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto;
}
.main-content.individual-location .getting-there::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  height: 42px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
.main-content.individual-location .getting-there h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.main-content.individual-location .getting-there h2::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/title-filters-graphic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 65px;
  position: absolute;
  top: -20px;
  right: -130px;
}
.main-content.individual-location .getting-there .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 45px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .main-content.individual-location .getting-there .flex {
    flex-wrap: wrap;
  }
}
.main-content.individual-location .getting-there .map-area {
  flex: 2.2;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .main-content.individual-location .getting-there .map-area {
    flex-basis: 100%;
    padding-bottom: 35px;
  }
}
.main-content.individual-location .getting-there .map-area .map {
  height: 375px;
  max-height: 375px;
  border: 2px solid #edbd9d;
}
.main-content.individual-location .getting-there .map-area .latitude-longitude {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 20px;
}
.main-content.individual-location .getting-there .map-area .latitude-longitude p {
  margin-bottom: 0;
}
.main-content.individual-location .getting-there .map-area .address {
  font-size: 2.2rem;
}
.main-content.individual-location .getting-there .map-area .address span {
  font-weight: 600;
}
.main-content.individual-location .getting-there .map-area a {
  font-size: 2.2rem;
  color: #fff;
  border-bottom: none;
}
.main-content.individual-location .getting-there .map-area a:hover {
  color: #ae5b53;
}
.main-content.individual-location .getting-there .map-area a span {
  border-bottom: 1px solid;
}
.main-content.individual-location .getting-there .map-area a i {
  color: #ae5b53;
  margin-left: 3px;
}
.main-content.individual-location .getting-there .directions {
  flex: 1;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .getting-there .directions {
    flex-basis: 100%;
    padding-bottom: 35px;
  }
}
.main-content.individual-location .getting-there .directions ol {
  padding-left: 0;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1536px) {
  .main-content.individual-location .getting-there .directions ol {
    padding-left: 20px;
  }
}
.main-content.individual-location .getting-there .directions .steps p, .main-content.individual-location .getting-there .directions .notes p {
  margin: 5px 0 15px;
}
.main-content.individual-location .getting-there .times-prices {
  flex: 0.8;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 768px) {
  .main-content.individual-location .getting-there .times-prices {
    flex-basis: 100%;
  }
}
.main-content.individual-location .getting-there .times-prices .opening-times, .main-content.individual-location .getting-there .times-prices .prices {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #edbd9d;
}
.main-content.individual-location .getting-there .times-prices .opening-times h3, .main-content.individual-location .getting-there .times-prices .prices h3 {
  margin-bottom: 20px;
}
.main-content.individual-location .getting-there .times-prices .opening-times .flex, .main-content.individual-location .getting-there .times-prices .prices .flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 3px;
}
.main-content.individual-location .getting-there .times-prices .opening-times .flex .dots, .main-content.individual-location .getting-there .times-prices .prices .flex .dots {
  flex: 1;
  border-bottom: 3px dotted;
  height: 2rem;
}
.main-content.individual-location .location-meta .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  font-size: 2.2rem;
  padding: 110px 20px 140px;
  overflow-wrap: anywhere;
}
.main-content.individual-location .location-meta .flex p {
  margin: 0;
}
.main-content.individual-location .location-meta .flex .contributors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main-content.individual-location .location-meta .flex .contributors .divider {
  color: #ae5b53;
  margin: 0 5px;
}
.main-content.individual-location .location-meta .flex .sources {
  text-align: center;
}
.main-content.individual-location .location-meta .flex .sources button {
  font-size: 2.4rem;
  color: #1c3947;
  cursor: pointer;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .main-content.individual-location .location-meta .flex .sources button {
    font-size: 2rem;
  }
}
.main-content.individual-location .location-meta .flex .sources button:hover {
  color: #ae5b53;
}
.main-content.individual-location .location-meta .flex .sources button,
.main-content.individual-location .location-meta .flex a {
  font-weight: 600;
  background: none;
  border: none;
}
.main-content.individual-location .location-meta .flex .sources button span,
.main-content.individual-location .location-meta .flex a span {
  border-bottom: 1px solid;
}
.main-content.individual-location .location-meta .flex .sources button i,
.main-content.individual-location .location-meta .flex a i {
  margin-left: 3px;
}
.main-content.individual-location .location-meta .flex .small-links {
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 20px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 480px) {
  .main-content.individual-location .location-meta .flex .small-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.main-content.individual-location .location-meta .flex .small-links i {
  color: #ae5b53;
  margin-left: 3px;
}

#contact_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
#contact_form > .form-item {
  flex-basis: 100%;
}
#contact_form .form-item:first-of-type,
#contact_form .form-item:first-of-type + div {
  flex-basis: 47.619047619%;
}
#contact_form label {
  display: block;
  margin-bottom: 15px;
}

.contribute-form .form-item {
  margin-bottom: 40px;
}
.contribute-form .form-item > p {
  margin: 3px 0 5px;
}
.contribute-form input[type=text],
.contribute-form select,
.contribute-form textarea {
  margin-top: 5px;
}
.contribute-form.contribute-step1 > p {
  margin-top: -30px;
}
.contribute-form .map-area {
  margin-bottom: 30px;
}
.contribute-form #map {
  width: 65vw;
}
.contribute-form .similar-locations {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 3px solid #edbd9d;
}
.contribute-form .similar-locations ul.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 25px;
  margin: 25px 0 30px;
}
.contribute-form .similar-locations ul.flex li {
  flex-basis: 49%;
}
.contribute-form .opening-hours {
  border-bottom: 3px solid #edbd9d;
  padding-bottom: 5px;
}
.contribute-form .opening-hours > p {
  border-bottom: 3px solid #edbd9d;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contribute-form .opening-hours .week-day {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 10px 0;
}
.contribute-form .opening-hours .week-day label:first-of-type {
  font-weight: 400;
  flex-basis: 150px;
}
.contribute-form .opening-hours .week-day > span {
  margin: 0 15px;
}
.contribute-form .opening-hours .week-day label:not(:first-of-type) {
  margin-left: 50px;
}
.contribute-form .time-period {
  border-bottom: 3px solid #edbd9d;
  padding-bottom: 5px;
}
.contribute-form .time-period > p {
  border-bottom: 3px solid #edbd9d;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contribute-form .time-period #era-list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.contribute-form .time-period #era-list li {
  flex-basis: 220px;
  position: relative;
}
.contribute-form .time-period #era-list li.main-era {
  color: #fff;
  cursor: pointer;
  line-height: 2.4rem;
}
.contribute-form .time-period #era-list li.main-era input {
  visibility: hidden;
  position: absolute;
}
.contribute-form .time-period #era-list li.main-era input:checked ~ label {
  background-color: #ae5b53;
}
.contribute-form .time-period #era-list li.main-era label {
  cursor: pointer;
  text-align: center;
  padding: 8px;
  background-color: #2d4d5c;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.contribute-form .time-period #era-list li.main-era label:hover {
  background-color: #edbd9d;
}
.contribute-form .time-period #era-list li.main-era label span {
  font-weight: 400;
}
.contribute-form .add-tags label {
  font-weight: 400;
}
.contribute-form .add-tags label input {
  height: 4.1rem;
  margin-left: 40px;
}
.contribute-form.contribute-step3 .photos-text {
  margin-top: -30px;
}
.contribute-form.contribute-step3 .name-email-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.contribute-form.contribute-step3 .name-email-inputs .form-item {
  flex-basis: 48%;
}
.contribute-form.contribute-step3 .checkbox {
  margin-bottom: 10px;
}

.hero-section {
  margin: 55px 0 30px;
}
.hero-section h1 {
  text-align: center;
}

/*----------------------------------------------------------------------------
For Map Section Component, see 'scss > components > _map-section-banner.scss'
----------------------------------------------------------------------------*/
.container-1800.tales-homepage > h2 {
  text-align: center;
  margin-bottom: 50px;
}
.container-1800.tales-homepage ul.homepage-tales-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
  /*----------------------------------------------------------------------------
  For Small Tale Card Component, see 'scss > components > _tale-card-small.scss'
  ----------------------------------------------------------------------------*/
}
.container-1800.tales-homepage ul.homepage-tales-list li {
  flex-basis: 47%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .container-1800.tales-homepage ul.homepage-tales-list li {
    flex-basis: 100%;
  }
}
.container-1800.tales-homepage > a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------
For Location & About Section Component, see 'scss > components > _location-about-banner.scss'
-------------------------------------------------------------------------------------------*/
.tag-locations-list {
  padding-top: 40px;
  padding-bottom: 30px;
}

.adventure-recognition-banner::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/up-embellishment.png");
  height: 65px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto;
}

.main-content.tales .tales-and-filters {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*------------------------------------------------------------------------------
  For Dropdown Filters Component, see 'scss > components > _dropdown-filters.scss'
  ------------------------------------------------------------------------------*/
}
.main-content.tales .tales-and-filters .content-count {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
.main-content.tales .tales-and-filters ul.tales-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  row-gap: 30px;
  margin-bottom: 38px;
  /*----------------------------------------------------------------
  For Tale Card Component, see 'scss > components > _tale-card.scss'
  ----------------------------------------------------------------*/
}
.main-content.tales .tales-and-filters ul.tales-list li {
  width: 100%;
}
.main-content.tales .tales-and-filters::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/down-embellishment.svg");
  height: 42px;
  width: 60px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
.main-content.tales .inspiration-locations {
  padding-top: 75px;
  padding-bottom: 110px;
}
.main-content.tales .inspiration-locations h2 {
  text-align: center;
  margin-bottom: 65px;
}
.main-content.tales .inspiration-locations .locations-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
  row-gap: 50px;
  margin: 0 auto;
  width: fit-content;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1800px) {
  .main-content.tales .inspiration-locations .locations-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}
@media screen and (max-width: 1536px) {
  .main-content.tales .inspiration-locations .locations-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .main-content.tales .inspiration-locations .locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main-content.tales .inspiration-locations .locations-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-content.tales .inspiration-locations .locations-list > div {
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1800px) {
  .main-content.tales .inspiration-locations .locations-list > div:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 1536px) {
  .main-content.tales .inspiration-locations .locations-list > div:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .main-content.tales .inspiration-locations .locations-list > div:nth-of-type(3) {
    display: none;
  }
}

.main-content.individual-tale .page-head {
  margin-bottom: 10px;
}
.main-content.individual-tale .page-head .excerpt,
.main-content.individual-tale .page-head .date-author {
  font-size: 2.2rem;
}
.main-content.individual-tale .page-head .excerpt span,
.main-content.individual-tale .page-head .date-author span {
  color: #ae5b53;
  margin: 0 10px;
}
.main-content.individual-tale .flex.container-1800 {
  column-gap: 50px;
}
.main-content.individual-tale .flex.container-1800 article {
  flex: 1;
}
.main-content.individual-tale .flex.container-1800 article .image {
  width: 100%;
  height: 545px;
}
.main-content.individual-tale .flex.container-1800 article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content.individual-tale .flex.container-1800 article .article-content img.alignleft,
.main-content.individual-tale .flex.container-1800 article .article-content img.alignnone {
  float: left;
  margin-right: 20px;
}
.main-content.individual-tale .flex.container-1800 article .article-content img.alignright {
  float: right;
  margin-left: 20px;
}
.main-content.individual-tale .flex.container-1800 article .article-content img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main-content.individual-tale .flex.container-1800 aside {
  flex-basis: 585px;
  /*------------------------------------------------------------------------------------------
  For location card component, see "scss > components > locations > _location-small-card.scss"
  ------------------------------------------------------------------------------------------*/
}
.main-content.individual-tale .flex.container-1800 aside h2 {
  margin-bottom: 25px;
}
.main-content.individual-tale .inspiration-tales {
  margin-top: 40px;
  padding-top: 75px;
  padding-bottom: 110px;
  position: relative;
}
.main-content.individual-tale .inspiration-tales::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/concealed-britain/public/images/individual-divider.png");
  height: 61px;
  width: 361px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.main-content.individual-tale .inspiration-tales h2 {
  text-align: center;
  margin-bottom: 65px;
}
.main-content.individual-tale .inspiration-tales .tales-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
.main-content.individual-tale .inspiration-tales .tales-list > div {
  flex-basis: 47%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1280px) {
  .main-content.individual-tale .inspiration-tales .tales-list > div {
    flex-basis: 100%;
  }
}

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