/* Set colours */
:root {
  --scroll-color: #fff;
  --chevron-color: #fff;
  --scroll-speed: 1.5s;
  --chevron-anim-speed: 4s;
}

.et_pb_menu__logo-wrap img {
  width: clamp(60px, 20vw, 184px);
  height: auto;
  margin-left: 4vw;
}
.et_pb_menu__wrap {
  justify-content: flex-end !important;
  margin-right: 4vw;
  height: 50%;
}
.et_pb_menu__icon {
  padding-top: 28px !important;
}

/* Logo */
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li,
.et_pb_menu,
.et_pb_menu__icon {
  -webkit-box-align: start !important;
  align-items: start !important;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  margin-left: 2vw;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li:hover {
  background-color: black;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li:hover a {
  color: white !important;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
  top: 80% !important;
}

#menu-main-menu .sub-menu li:hover {
  background-color: var(--deep-orange) !important;
  color: var(--light-orange) !important;
}
#menu-main-menu .sub-menu li:hover a {
  color: var(--light-orange) !important;
}

.nav li ul {
  border-top: 0px !important;
}

.coded_header_small_banner {
  background-color: #fff;
  margin: auto;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-top: 2px;
  margin-bottom: 20px;
  font-size: clamp(22px, 2vw, 30px) !important;
}
.coded_header_small_banner img {
  top: 7px;
  position: relative;
  object-fit: cover;
  width: 30px;
  margin-bottom: 3px;
}

.coded_homepage_hokitika_sign {
  position: absolute;
  bottom: 0;
  margin-left: 40px !important;
  /* takes into account offset in svg */
  min-width: 300px;
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .coded_homepage_hokitika_sign {
    width: 100% !important;
    --calc-left-margin: calc(((100vw - 574px - 100px)/2));
    /* takes into account offset in svg */
    margin-left: var(--calc-left-margin) !important;
    /* 		bottom: -17px; */
    bottom: 0px;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 574px) {
  .coded_homepage_hokitika_sign {
    margin-left: 0px !important;
  }
}
.et_pb_menu__search-container {
  color: white !important;
}

/* scroll icon */
.scrollContainer {
  display: inline-block;
  margin-top: -10px;
  margin-left: 20px;
  cursor: pointer;
}

.coded_heading {
  display: flex;
  justify-content: center;
}

.coded_animated_scroll {
  width: 20px;
  height: 28px;
  box-shadow: inset 0 0 0 1px var(--scroll-color);
  border-radius: 6px;
  display: inline-block;
}

.coded_animated_scroll:before {
  margin-top: 0px;
  content: "";
  overflow: hidden;
  width: 4px;
  height: 4px;
  background: var(--scroll-color);
  margin-left: 8px;
  top: 4px;
  border-radius: 4px;
  animation-duration: var(--scroll-speed);
  animation-iteration-count: infinite;
  animation-name: scrollBall;
  position: absolute;
  display: inline-block;
}

@keyframes scrollBall {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
/* Chevrons */
.coded_animated_chevrons {
  margin-top: -10px;
  position: relative;
  width: 20px;
  height: 20px;
}

.chevron {
  position: absolute;
  width: 20px;
  height: 3px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move var(--chevron-anim-speed) ease-out infinite;
}

.chevron:first-child {
  animation: move var(--chevron-anim-speed) ease-out 1.3s infinite;
}

.chevron:nth-child(2) {
  animation: move var(--chevron-anim-speed) ease-out 2.6s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(18px);
  }
  67% {
    opacity: 1;
    transform: translateY(32px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.coded-social-container {
  display: flex;
}

.coded-header-socials {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 2s;
  border-radius: 5px;
}
.coded-header-socials::before {
  color: white;
  font-size: 22px;
  display: flex;
  margin-top: 8px;
  justify-content: center;
}
.coded-header-socials:hover::before {
  color: var(--light-orange);
}

.coded-social-container .coded_header_facebook::before {
  font-family: ETmodules !important;
  content: "\e093";
}

.coded-social-container .coded_header_instagram::before {
  font-family: ETmodules !important;
  content: "\e09a";
}

.et_mobile_nav_menu {
  width: 40px;
  padding-left: 4px;
}

.et_pb_menu__search-button::after {
  margin-top: -13px;
  margin-right: -10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.coded-header-socials:hover,
.et_mobile_nav_menu:hover,
.et_pb_menu__search-button:hover::after {
  background-color: var(--deep-orange);
  border-radius: 5px;
  transition: background-color 0.5s;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.coded_post_type_name {
  font-size: clamp(35px, 6vw, 110px);
}

.et_pb_menu__search-input {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 15px;
  padding: 10px;
  font-family: "VENEER";
  padding-left: 30px;
  line-height: 25px;
  padding-top: 18px;
  font-size: 16px !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
  white-space: nowrap;
}

.sub-menu {
  padding: 0 !important;
}

#coded_top_header_layer {
  padding: 0px !important;
}

.et-db #et-boc .et-l .et_mobile_menu li a,
.et-db #et-boc .et-l .nav li li a {
  font-size: 1.8vw;
}

#coded_top_header_layer > div {
  width: 100% !important;
  max-width: unset !important;
}

#coded_header_container h1 > small {
  font-size: 44px !important;
}

/* Mountains */
#coded_header_parent #coded_header_container > div {
  height: 90vh;
}

#coded_header_parent #coded_header_container .coded_homepage_hokitika_sign,
#coded_header_container .coded_bottom_mountains {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 780px) {
  #coded_header_parent #coded_header_container > div {
    height: 80vh;
  }
  #coded_header_parent #coded_header_container .coded_homepage_hokitika_sign,
  #coded_header_container .coded_bottom_mountains {
    /*     	bottom: 20px; */
  }
}
/* Mobile Header */
.et_mobile_nav_menu {
  margin-top: 15px !important;
}

#mobile_menu1 li > a {
  font-size: 25px;
  font-weight: 300;
}

#mobile_menu1 li:hover > a {
  font-size: 25px;
  font-weight: 300;
  color: var(--deep-orange) !important;
  opacity: 1;
}

#mobile_menu1 {
  border-top: 3px solid var(--deep-orange);
  margin-top: 10px;
  height: 70vh;
  overflow-y: scroll;
}

/* For the prelaoder */
.loading {
  /* 	margin-top: -20px; */
}

.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #000;
}

.loading-text span:nth-child(1) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}
@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}
#cpl-preloader-overlay {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
}

@media (max-width: 500px) {
  .coded_header_small_banner {
    padding-bottom: 8px;
  }
  .coded_post_type_name {
    font-size: 10vw !important;
  }
  .gap {
    margin: 0 0 1rem 0;
  }
}
/* Home page nested youtube video */
#coded_header_parent {
  overflow: hidden;
}

#coded_header_parent iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
  #coded_header_parent iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #coded_header_parent iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
    max-width: 177.78vh;
  }
}
.footer_nav h4 {
  font-family: "Populaire";
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.11px;
}

.footer_nav h4:hover {
  color: #ff7200;
}

.footer_nav ul {
  padding-left: 0;
}

.footer_nav li {
  list-style: none;
}

.footer_nav li a {
  font-family: Sofia-pro;
  font-size: 17px;
  line-height: 39px;
  letter-spacing: -0.06px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.footer_nav li a:hover {
  color: var(--deep-orange);
}

.footer__socials a {
  background: var(--deep-orange);
  height: 32px !important;
  width: 32px !important;
}

.footer__socials a:hover {
  background: var(--light-orange) !important;
}

.footer__socials a::before {
  height: 32px !important;
  width: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
}

.et_pb_newsletter_result {
  color: limegreen !important;
  font-size: 18px;
}

.et_pb_newsletter_error {
  color: white !important;
  background: red;
}

.et_pb_newsletter_result, .et_pb_newsletter_error {
  padding: 1rem;
  margin-bottom: 1rem;
  font-family: sofia-pro;
  font-weight: bold;
}

.search-results #left-area {
  width: 100%;
}

.search-results #left-area .entry-featured-image-url img {
  width: 20%;
  min-width: 300px;
}

.search-results #sidebar {
  display: none;
}

#main-content .container:before {
  display: none;
}

article .post-meta {
  display: none;
}

/* Utilites */
/* Display */
.inline-block {
  display: inline-block;
}

.inline-list li {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex-direction-col {
  flex-direction: column;
}

.gap {
  margin: -0.75rem -0.75rem;
}

.gap > * {
  margin: 0.75rem 0.75rem;
}

.wrap {
  flex-wrap: wrap;
}

.jc-center {
  justify-content: center;
}

.jc-space-between {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

.grid {
  display: grid;
}

.grid-col-half {
  grid-template-columns: 1fr 1fr;
}

.grid-col-thirds {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-quarters {
  grid-template-columns: repeat(4, 1fr);
}

.of-hidden {
  overflow: hidden;
}

/* Font */
.text-center {
  text-align: center;
}

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

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

.text-light {
  color: white;
}

.text-dark {
  color: black;
}

.heading-font-1 {
  font-family: "Populaire", Helvetica, Arial, Lucida, sans-serif;
}

.heading-font-2 {
  font-family: "Veneer", Helvetica, Arial, Lucida, sans-serif;
}

.base-font {
  font-family: "Sofia-pro";
}

.ttu {
  text-transform: uppercase;
}

.underlined {
  text-decoration: underline;
}

/* Backgrounds */
.bg-light {
  background: white;
}

.bg-dark {
  background: white;
}

.mh_half {
  margin: 0 0.5rem;
}

.mh2 {
  margin: 0 2rem;
}

.mt2 {
  margin-top: 2rem;
}

.p1 {
  padding: 1rem;
}

.p2 {
  padding: 2rem;
}

.et_pb_section_1_tb_header.et_pb_section {
  background-color: #fbfaf6 !important;
}

/* Lists */
.list-style-none {
  list-style: none;
}

/* Borders */
.border-1 {
  border: 1px solid;
}

.border-grey {
  border-color: #DFDCCF;
}

/* Input buttons - Radio */
input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #666;
  transition: background-color 0.5s;
}

input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #333;
  transition: background-color 0.5s;
}

#cpl-preloader-overlay {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

@media (max-width: 500px) {
  .gap {
    margin: 0 0 1rem 0;
  }
}
.grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 981px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}

.small_banner {
  padding: 4px 10px 0px 10px;
  width: max-content;
  gap: 0.5rem;
}

.small_banner h3 {
  padding: 0;
  font-size: 34px;
  white-space: nowrap;
}

.white-banner__icon {
  max-height: 40px;
  max-width: unset;
}

/*Slider CSS*/
.coded-slider {
  position: relative;
  top: -30px;
  margin-bottom: -100px;
}

.slider-container {
  position: relative;
  margin: auto;
  width: 100%;
}

.slideshow-inner {
  width: 100%;
}

.mySlides {
  display: none;
  height: 100%;
  max-height: 701px;
}

.mySlides div {
  /* height: 80vh;
     */
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  --aspect-ratio: 11/7;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}

/* Controls */
.slider-controls {
  margin-top: 40px;
  text-align: center;
}

.prev,
.next {
  cursor: pointer;
  margin-top: -12px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  position: relative;
  background: black;
  height: 95px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.next {
  right: -40px;
  border-radius: 3px 3px 3px 3px;
}

.prev {
  left: -40px;
  border-radius: 3px 3px 3px 3px;
}

.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 20px;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 0.7;
}

/* Hovers */
.prev:hover,
.next:hover {
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.8);
}

.active {
  background: #F58220 !important;
}

.dot:hover {
  background-color: #717171;
}

/* Animations */
/* Laptop */
@media (max-width: 1300px) {
  .prev,
  .next {
    font-size: 30px;
    height: 55px;
    width: 40px;
  }
}
/* Tablet */
@media (max-width: 780px) {
  .next {
    right: 20px;
  }
  .prev {
    left: 20px;
  }
}
/* Mobile */
@media (max-width: 480px) {
  .dot {
    height: 20px;
    width: 20px;
  }
  .slideshow-container {
    padding: 40px 10px;
  }
  .mySlides div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  }
  .prev,
  .next {
    font-size: 15px;
  }
  .next {
    right: 20px;
  }
  .prev {
    left: 20px;
  }
}
/* Socials */
.resized {
  overflow: hidden;
  width: 90%;
}

.resized::after {
  content: " ...";
  position: absolute;
  right: -2px;
}

.listing__socials {
  min-height: 73px;
}

.single-post-type__social-buttons {
  margin: 0 -3.5px;
}

.single-post-type__social-buttons > * {
  margin: 0 3.5px;
}

.single-post-type__social-buttons li {
  line-height: 50px;
  height: 50px;
  width: 50px;
  background: #ff8b00;
  border-radius: 4px 4px 4px 4px;
}

.single-post-type__social-buttons li a {
  color: white;
  font-size: 22px;
}

.single-post-type__facebook-button a::before {
  font-family: ETmodules !important;
  content: "\e093";
}

.single-post-type__twitter-button a::before {
  font-family: ETmodules !important;
  content: "\e094";
}

.single-post-type__instagram-button a::before {
  font-family: ETmodules !important;
  content: "\e09a";
}

.single-post-type__youtube-button a::before {
  font-family: ETmodules !important;
  content: "\e0a3";
}

.single-post-type__social-buttons .single-post-type__website-button {
  font-family: "Populaire", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 25px;
  position: relative;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding-top: 15px !important;
  padding-right: 10px !important;
  padding-bottom: 12px !important;
  padding-left: 10px !important;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* socials unpaid cpt */
.mh_half ul {
  padding-left: 0px !important;
}

/* Features */
.single-post-type__features-banner {
  background: black;
  padding: 0.5rem 1rem;
  color: white;
  gap: 0.9rem;
}

.single-post-type__features-banner p {
  font-family: "Populaire", Helvetica, Arial, Lucida, sans-serif;
  font-size: 29px;
  letter-spacing: -0.07px;
  line-height: 34px;
}

.features-icon {
  height: 46px;
}

/* Table */
.single-pt-category {
  width: 100px;
}

.table__single-post-type {
  grid-template-columns: 1fr 2fr 1fr;
}

.table__single-post-type * {
  border-top: 1px solid black;
  padding: 1rem;
}

.table__single-post-type .last-row {
  border-bottom: 1px solid black;
}

.table__column-1 {
  font-size: 25px;
}

.table__column-2,
.table__column-3 {
  font-size: 20px;
}

/*.single-post-type__header .entry-title::before {
  content: "About ";
font-family: "Veneer";
font-size: 56px;
color: #000;
}
*/
/* Mobile */
@media (max-width: 600px) {
  .table__single-post-type {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .table__column-2 {
    font-size: 16px;
    border-top: 1px solid #e5e5e5;
  }
  .table__column-3 {
    text-align: center;
    font-family: "Sofia-pro";
    font-size: 16px;
    border-top: 1px solid #e5e5e5;
    color: #666;
  }
}
/* Listing Page */
.constrain-width {
  overflow: hidden;
  white-space: nowrap;
}

.coded_cpt_container .entry-title {
  background-color: black;
  color: white;
  margin: 0 0 auto;
  text-align: center;
  padding: 10px;
  font-family: Populaire;
  width: 100%;
  font-size: clamp(23px, 2vw, 60px);
  z-index: 2;
  transition: 0.4s;
}

.coded_cpt_container .more-link {
  text-align: center;
  color: black;
  margin: auto;
  width: 100%;
  display: block;
  font-family: Populaire;
  font-size: clamp(23px, 2vw, 60px);
  margin-top: 3vw;
}

.coded_cpt_container article {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
}

.coded_cpt_container .coded-bg-image:hover .entry-title {
  background-color: white;
  transition: 0.4s;
}

.coded_cpt_container .coded-bg-image:hover .entry-title a {
  color: black;
  transition: 0.4s;
}

.coded_cpt_container .post-content-inner p {
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: 20px;
}

.coded_dynamic_selector h3 {
  font-family: Populaire;
  font-size: 30px;
  letter-spacing: 1.13px;
  color: #000;
}

.coded_dynamic_selector label {
  font-family: sofia-pro, sans-serif;
  line-height: 47px;
  font-size: 17px;
  color: #000;
  margin-left: 10px;
}

.coded_dynamic_selector_section {
  margin-bottom: 50px;
}

@media screen and (min-width: 980px) {
  .coded_dynamic_selector_section {
    text-align: left;
  }
}
.coded_directory_listing {
  width: 93%;
  text-align: center;
}

.coded_directory_listing p {
  display: flex;
  align-items: center;
}

/* Force 3 columns in diviCPT pages */
.coded_3_columns article {
  margin-right: 20px;
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 1350px) {
  .coded_3_columns .et_pb_salvattore_content[data-columns]::before {
    content: "3 .column.size-1of3" !important;
  }
  .coded_3_columns .column.size-1of3 {
    width: 31% !important;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}
/* For the directory pages */
.coded_4_columns article {
  padding: 10% !important;
}

.coded_4_columns .et_pb_salvattore_content[data-columns]::before {
  content: "4 .column.size-1of4" !important;
}

.coded_4_columns .column.size-1of4 {
  width: 24% !important;
  margin-right: 1%;
  margin-bottom: 20px;
}

.coded_4_columns .et_pb_image_container {
  display: none;
}

.coded_4_columns .entry-title {
  margin-top: 0;
  background-color: unset;
  margin-bottom: 0;
  color: black;
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  margin: 0;
}

.coded_4_columns .post-content-inner p {
  width: 100%;
  margin-left: 0;
  color: #000;
  text-align: justify;
}

.dcpt_acf_field_below {
  font-size: 17px;
  color: black;
  text-decoration: underline;
  line-height: 33px;
}

/* Search in directory */
.coded_directory_search {
  width: 350px;
  margin: auto;
  border-radius: 40px;
  border: 2px solid black;
  background-color: white;
}

.coded_directory_search input::placeholder {
  line-height: 35px;
  color: black;
}

.coded_directory_search input.et_pb_s {
  padding-left: 60px !important;
  background-image: url(/wp-content/uploads/2020/12/search-transparent.png);
  background-size: 60px;
  background-color: unset;
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 35px;
  width: unset !important;
  max-width: 260px;
}

#coded_directory_search .et_pb_searchsubmit,
#s.et_pb_s {
  border-left: 1px solid black !important;
  min-width: 86px;
  padding-top: 20px !important;
  font-size: 24px;
  font-family: "Veneer";
}

input.et_pb_searchsubmit {
  color: var(--light-orange) !important;
  background-color: #ff8d41 !important;
}

/* Video Overlay */
.coded_video_overlay_image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.push_play {
  width: 80px;
  height: 81px;
  border-radius: 41px;
  box-shadow: 0 0 2px 8px rgba(0, 0, 0, 0.2666666667);
  background-color: #ff8b00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.push_play i {
  font-size: 30px;
  margin-left: 5px;
  transition: all 0.25s;
  color: rgba(255, 255, 255, 0.8666666667);
}

.push_play:hover {
  width: 88px;
  height: 88px;
  border-radius: 45px;
  box-shadow: 0 0 2px 6px rgba(0, 0, 0, 0.2666666667);
  transition: all 0.25s;
}

.push_play:hover i {
  font-size: 26px;
  margin-left: 5px;
  color: white;
  transition: all 0.25s;
}

/* Listings */
.listing_content {
  height: 72px;
  width: 263px;
  color: #000000;
  font-family: "Sofia Pro";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  text-align: justify;
}

.listing__contact-details__website {
  height: 30px;
  overflow: hidden;
  display: none;
}

.listing__contact-details p {
  /* height: 99px; */
  width: 97%;
  color: #000000;
  font-family: "Veneer", Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 33px;
  text-decoration: underline;
}

.listing__contact-details a {
  color: #000000 !important;
}

.listing__contact-details {
  overflow: hidden;
  position: relative;
}

.listing__container {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /* Changed to 280 to allow 3 wide at max widths */
}

.listing__container > div {
  background-color: white;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  max-width: 380px;
}

#coded_suggested_itineraries .listing__container > div {
  /* center items if less than row size .. only for suggested Itineraries */
  /* place-items: center; */
}

.suggested_itineraries_container div .listing__container {
  place-items: center;
}

.coded_listing_item {
  padding-bottom: 40px;
}

.coded_listing_item:hover {
  transform: scale(1.01);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  transition: 0.2s;
}

.coded-bg-image {
  height: 250px;
  background-size: cover;
  display: flex;
  background-color: #efefef;
  margin: 0;
  cursor: pointer;
}

.coded-restrict-content {
  height: 205px;
  overflow: hidden;
  margin-top: 20px;
}

.coded_radio_box input:after {
  cursor: pointer;
}

.coded_radio_box label {
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  .coded_radio_box {
    text-align: left;
  }
}
#coded_no_results {
  display: none;
}

/* Styling free listings */
.coded_contacts_container {
  display: none;
}

.coded_free_listings .coded_contacts_container {
  display: block;
}

.coded_free_listings .more-link,
.coded_free_listings .coded-restrict-content {
  display: none;
}

.coded_free_listings .coded-bg-image {
  background-image: unset;
  height: unset;
  margin-top: 35px;
}

.coded_free_listings .coded_search_marker {
  background-color: white;
  color: black;
  text-align: left;
  width: 100%;
  padding: 0 2rem;
}

.coded_free_listings .coded_search_marker {
  font-family: "Veneer", Helvetica, Arial, Lucida, sans-serif;
}

.coded_free_listings .coded_listing_item {
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.coded_free_listings .listing__contact-details p {
  padding-bottom: unset;
}

.coded_free_listings .listing__contact-details {
  margin-bottom: 20px;
}

.coded_free_listings .single-post-type__social-buttons li {
  background-color: black;
}

.coded_free_listings .single-post-type__social-buttons li:hover {
  background-color: #FF7200;
}

#itineraries h1 {
  margin-top: 20px;
}

.chevronMe {
  font-family: ETmodules;
}

#codedFilterHead,
#codedNestedFilterContent {
  cursor: pointer;
  font-family: "Populaire", Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
}

#codedNestedFilterContent {
  display: none;
  margin-top: 10px;
  line-height: 35px;
  color: white;
  background-color: black;
  border: 4px solid var(--deep-orange);
  padding: 20px 20px 5px 20px;
}

#codedNestedFilterContent h3 {
  color: white;
}

#codedNestedFilterContent input {
  margin-right: 10px;
}

#codedNestedFilterContent button {
  float: right;
  background-color: white;
  font-size: 22px;
  border: 3px solid var(--deep-orange);
  margin-top: -6px;
  padding-top: 5px;
}

.clamp-h1 h1 {
  margin: 0 0.5rem;
}

#gorge_slider .et_pb_slider_0_tb_header.et_pb_slider {
  overflow: unset !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

#gorge_slider .et_pb_slider .et-pb-arrow-prev {
  left: -90px;
  opacity: 0.8;
}

#gorge_slider .et_pb_slider .et-pb-arrow-next {
  right: -90px;
  opacity: 0.8;
}

#gorge_slider .et_pb_slider:hover .et-pb-arrow-next {
  right: -100px;
  opacity: 1;
}

#gorge_slider .et_pb_slider:hover .et-pb-arrow-prev {
  left: -100px;
  opacity: 1;
}

@media (max-width: 500px) {
  #gorge_slider .et_pb_slider:hover .et-pb-arrow-next {
    right: -40px;
    opacity: 1;
  }
  #gorge_slider .et_pb_slider:hover .et-pb-arrow-prev {
    left: -40px;
    opacity: 1;
  }
  .coded_directory_search {
    width: 250px;
  }
  #coded_directory_search .et_pb_searchsubmit,
  #s.et_pb_s {
    font-size: 18px;
    min-width: 46px;
  }
  .coded_directory_search input.et_pb_s {
    max-width: 200px;
    padding-left: 50px !important;
    min-width: 56px;
  }
  .listing__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.card-alpha {
  display: grid;
  background-color: white;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  padding-block-end: 20px;
  border-color: #DFDCCF;
}
.card-alpha:hover .card-alpha__title {
  background: #fff;
  color: #000;
}
.card-alpha__media {
  position: relative;
  order: -1;
}
.card-alpha__media figure {
  width: 100%;
}
.card-alpha__media img {
  height: 100%;
  max-height: 290px;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.card-alpha__title {
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  color: white;
  text-align: center;
  font-family: Populaire;
  padding: 10px 20px;
  transition: 0.3s eas-in all;
}
.card-alpha__content {
  padding-inline: 20px;
}
.card-alpha__category {
  padding: 10px;
  font-weight: 800;
  color: black;
}