/* 
  Base CSS are for the global elements such as header, footer, menu, button, link, hover state
*/

html {
  margin-top: 0 !important;
}
:root {
  --bs-border-radius: 30px;
  --header-text: "Acumin-Pro";
  --body-text: "Acumin-Pro";
  --menu-text: "Acumin-Pro";
  --button-text: "Acumin-Pro";
}
button,
a {
  cursor: pointer;
}
.container-xl {
  max-width: 1500px;
  position: relative;
  z-index: 2;
}
@font-face {
  font-family: "typeecon";
  src: url("/wp-content/themes/dp/assets/fonts/typeecon.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("/wp-content/themes/dp/assets/fonts/Acumin-Pro-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("/wp-content/themes/dp/assets/fonts/Acumin-Pro-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("/wp-content/themes/dp/assets/fonts/Acumin-Pro-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("/wp-content/themes/dp/assets/fonts/Acumin-Pro-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Shelby";
  src: url("/wp-content/themes/dp/assets/fonts/shelby-script-regular.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("/wp-content/themes/dp/assets/fonts/Acumin-Pro-Thin.ttf");
  font-weight: 100;
}
/* text */
.text-typeecon {
  font-family: "typeecon";
}
.text-shelby {
  font-family: "Shelby";
}
.text-acumin-pro-medium {
  font-family: "Acumin-Pro";
  font-weight: 500;
}
.text-acumin-pro-black {
  font-family: "Acumin-Pro";
  font-weight: 900;
}
.text-acumin-pro-regular {
  font-family: "Acumin-Pro";
  font-weight: 400;
}
.text-acumin-pro-bold {
  font-family: "Acumin-Pro";
  font-weight: bold;
}
.text-acumin-pro-thin {
  font-family: "Acumin-Pro";
  font-weight: 100;
}

/* alignments */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
iframe {
  max-width: 100%;
}
table,
p {
  font-size: 18px;
}
small {
  font-size: 14px;
}

body {
  font-family: var(--body-text);
  color: var(--blue);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
figure,
img {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-text);
}
p {
  margin-top: 16px;
  font-family: var(--body-text);
  font-weight: 400;
}

p:first-child {
  margin-top: 0;
}

h1:only-of-type,
h2:only-of-type,
h3:only-of-type,
h4:only-of-type,
h5:only-of-type,
h6:only-of-type,
p:only-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
p:empty {
  display: none;
}
a {
  color: var(--blue);
  text-decoration: none;
}
a.hitarea {
  position: absolute;
  top: 0;
  left: 0% !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
}

b,
strong {
  font-family: var(--body-text);
  font-weight: bold;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* DO NOT REMOVE debugging  */
.col {
  position: relative;
}
.debugging_tag,
.debugging_tag_column {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  width: 100%;
  border-top: 2px dashed #ff0000;
  color: #ff0000;
}
.debugging_tag > span {
  background-color: #ff0000;
  color: #fff;
  padding: 0.1875rem 0.375rem;
  display: inline-block;
  transform: translateY(-40%);
}
.debugging_tag_column {
  border-top: 2px dashed #0000ff;
  text-align: center;
}
.debugging_tag_column > span {
  background-color: rgb(0 0 255);
  color: #fff;
  padding: 0.1875rem 0.375rem;
  display: inline-block;
  transform: translateY(-20%);
}
.debugging_tag > span,
.debugging_tag_column > span {
  position: relative;
  z-index: 10;
}

/* btn */
.btn {
  text-transform: uppercase;
  font-size: 20px;
  border-radius: var(--bs-border-radius);
  padding: 10px 30px 4px;
  margin: 0;
  font-family: var(--button-text);
  font-weight: bold;
}
.btn.btn-mustard,
.btn.btn-mustard:hover {
  color: var(--black) !important;
}
.btn:not([href]) {
  cursor: default;
}
.btn:not([href])::hover {
  pointer-events: none;
}
.btn-gradient-blue {
  color: var(--white) !important;
  background: rgb(45, 168, 223);
  background: -moz-radial-gradient(
    circle,
    rgba(45, 168, 223, 1) 0%,
    rgba(44, 63, 144, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(45, 168, 223, 1) 0%,
    rgba(44, 63, 144, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(45, 168, 223, 1) 0%,
    rgba(44, 63, 144, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2da8df",endColorstr="#2c3f90",GradientType=1);
  transition: 0.4s ease;
}

a.gform_button.button:hover,
a.btn-gradient-blue:hover {
  color: var(--white);
  background: rgb(44, 63, 144);
  background: -moz-radial-gradient(
    circle,
    rgba(44, 63, 144, 1) 0%,
    rgba(45, 168, 223, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(44, 63, 144, 1) 0%,
    rgba(45, 168, 223, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(44, 63, 144, 1) 0%,
    rgba(45, 168, 223, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3f90",endColorstr="#2da8df",GradientType=1);
}

/*  btn outline orange */
.btn.btn-override.btn-outline-white,
.btn.btn-override.btn-outline-dark-teal {
  background-color: transparent !important;
}
.btn.btn-override.btn-outline-white:hover {
  color: var(--dark-teal) !important;
}
/* stripe-nav */
#stripe-nav {
  color: var(--sand);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.stripe-nav-wrap {
  height: 65px;
}
#stripe-nav a {
  color: var(--black);
  text-decoration: none;
}
#stripe-nav a br {
  display: none;
}

/* #main-nav */
#main-nav {
  background-color: var(--teal);
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
}
#main-nav.sticky {
  position: fixed;
  background: var(--primary_color);
  top: 0;
}

#main-nav > .container {
  max-width: 1760px;
}
/* absolute-size */
.absolute-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .builder-banner-wrapper */
.builder-banner-bg {
  position: relative;
}

.builder-banner-wrapper .slick-dots {
  max-width: 1500px;
  margin: 0 auto;
  z-index: 10;
  padding: 0;
  justify-content: start;
  padding: 0 12px;
  transform: translate(-50%, calc(-100% - 50px));
  left: 50%;
  position: absolute;
  display: none !important;
  bottom: 0;
}
.builder-banner-wrapper .slick-dots:has(li:nth-child(2)) {
  display: flex !important;
}
.builder-banner-wrapper .slick-dots li {
  border: 1px solid var(--white);
  border-radius: 10px;
  display: grid;
  height: 20px;
  width: 20px;
  place-content: center;
}
.builder-banner-wrapper .slick-dots li.slick-active button {
  background-color: var(--white);
}

.builder-banner-bg img {
  max-width: 100%;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
body.home .builder-banner-bg img {
  height: 800px;
}

.builder-banner-content {
  z-index: 1;
}
.builder-banner-content h1 {
  line-height: 1;
}
.builder-banner-content p {
  font-size: 18px;
  font-family: var(--body-text);
  font-weight: 100;
  line-height: normal;
}
.builder-banner-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}

/* builder-cards */
.builder-cards h3 {
  font-size: 35px;
}

.builder-cards p {
  margin-top: 0;
  font-size: 17px;
}
.builder-cards a {
  font-size: 17px;
  width: max-content;
}
.builder-cards-item {
  margin-bottom: 60px;
}
.builder-cards-item section {
  border: 1px solid var(--dark-teal);
  border-top: none;
  flex: 1;
  display: flex;
}
.builder-cards-item figure {
  position: relative;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.builder-cards-item figure label,
.builder-cards-item figure h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max-content;
  padding: 0 20px;
  line-height: normal;
  font-family: Acumin-Pro;
  font-weight: 900;
  font-size: 20px;
  height: 40px;
  display: flex;
  align-items: center;
	text-wrap: auto;
	max-width: 100%;
	padding: 16px 16px 12px 16px;
	height: max-content;
	line-height:1;
}

.builder-cards-whatson .builder-cards-item figure h3 {
  position: relative;
  padding: unset;
}

.builder-cards-whatson .container-xl {
  max-width: 1200px;
}

.builder-cards-whatson .row {
  gap: 20px 0;
}

.builder-cards-whatson img {
  height: 300px;
  object-fit: cover;
}

.builder-cards-whatson .btn {
  bottom: 0;
  transform: translateY(50%);
}
.builder-cards-whatson .header-float {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 80px;
}
.builder-cards-whatson .header-left.header-float {
  left: -50px;
  transform: translate(-60%, -50%) rotate(-90deg);
}
.builder-cards-whatson .header-right.header-float {
  right: 0;
  transform: translate(70%, -50%) rotate(90deg);
}

.builder-cards-item section h3 {
}
.builder-cards-item section p {
  font-family: "Acumin-Pro";
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
}

.builder-cards-whatson .builder-cards-item section p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.page-id-682 .builder-cards-item figure img {
  height: 200px;
  border-radius: 0;
}
.builder-cards-whatson picture {
  border: 1px solid var(--black);
  border-bottom: none;
}
.builder-cards-whatson .builder-cards-item figure img {
  height: 420px;
  border-radius: 0;
  width: 100%;
  object-fit: cover;
}

.builder-cards.builder-cards-whatson .builder-cards-wrap {
}
.builder-cards.builder-cards-whatson .builder-cards-item {
  margin-bottom: 30px;
}

/* .builder-content-text-image */
.builder-content-text-image .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}
.builder-content-text-image p {
  font-size: 22px;
  line-height: normal;
}

.builder-content-text-image .builder-button .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.builder-slide-wrap .slick-track a.btn {
  font-size: 13px;
  line-height: 1;
  padding-bottom: 8px;
}

/* .builder-content-icons-text */
.builder-content-icons-text figure {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* slick slider */
.slick-track {
  display: flex;
}

.slick-track > div {
  height: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
}
.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: var(--sand);
  border-radius: 10px;
  border: none;
  display: block;
  padding: 0;
}
.slick-dots .slick-active button {
  background-color: var(--river);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(20px, -24px) rotate(180deg);
  width: 47px;
  height: 47px;
  border: none;
  padding: 0;
  font-size: 0;
  left: 0;
  z-index: 5;
  display: grid;
  background: var(--teal);
  border-radius: 50px;
  display: grid;
  place-content: center;
}

.slick-arrow::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--black);
  transform: rotate(0deg);
}
.slick-next.slick-arrow {
  left: unset;
  right: 10px;
  transform: translate(-20px, -24px) rotate(0);
}

.slick-track > :nth-child(2) ~ .slick-dots {
  display: block;
}

/* Hide dots if there is no second child */
.slick-dots {
  display: none;
}

/* .builder-galley-grid */
.builder-galley-grid img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin-bottom: 15px;
}
.builder-galley-grid .full-img img {
  height: 460px;
}
.builder-galley-grid .half-img img {
  height: 230px;
}

/* .builder-content-text-text */
.builder-content-text-text .row > div .column-content {
  position: relative;
}
.builder-content-text-text .row > div:nth-child(2) .column-content {
  border-right: none;
}

.builder-grid h3 {
  margin-bottom: 15px;
  position: relative;
}
.builder-grid h3::after {
  content: ">";
  position: absolute;
  bottom: 0;
  right: 0;
}
.builder-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.builder-grid .content {
  position: relative;
  height: 100%;
  padding: 12px 0;
}
.builder-grid picture {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
}
.builder-grid picture img {
  height: 100%;
}
.builder-grid section {
  position: relative;
  z-index: 10;
  color: var(--white);
  width: 100%;
  min-height: 300px;
  height: 100%;
  padding: 30px;
}

.builder-grid .content-row-block {
  height: 100%;
}
.builder-grid .content-row-block > div {
  height: 50%;
}

.builder-grid strong,
.builder-grid b {
  color: var(--teal);
}

/* builder-cards */
.builder-bar-section,
.builder-cards {
  position: relative;
  overflow: clip;
}

.builder-bar-section:after,
.builder-cards:after {
  z-index: 0;
  content: "";
  bottom: 0;
  right: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  background: url("/wp-content/uploads/2025/10/seal_logo-reverse_pale.png")
    no-repeat center / contain;
  transform: translate(60px, 0);
}
.builder-cards img {
  height: 360px;
  object-fit: cover;
}

.builder-cards.builder-cards-event .container-xl,
.builder-cards.card-whatson .container-xl {
  max-width: 1200px;
}

.builder-cards.card-whatson img {
  height: unset;
  object-fit: cover;
}

.builder-cards.card-whatson a.btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.builder-cards.card-with-button section {
  padding-bottom: 40px !important;
}
.builder-cards.card-with-button a.btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/* live entertainment */
.live-entertainment-slider .btn {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.live-entertainment-slider section {
  border: 1px solid var(--dark-teal);
}

.live-entertainment-slider .slick-arrow {
  transform: translate(calc(-100% + -20px), -24px) rotate(180deg);
  background-color: var(--dark-brown);
}
.live-entertainment-slider .slick-arrow::before {
  border-color: transparent transparent transparent var(--white);
}
.live-entertainment-slider .slick-next.slick-arrow {
  transform: translate(calc(100% + 30px), -24px) rotate(0);
}

.tribe-events-event-image img {
  display: block;
  max-height: 300px;
  object-fit: contain;
  width: 100%;
  object-position: left;
}
