@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("http://localhost:10003/wp-content/uploads/2022/03/NeueHaasDisplayRoman.ttf");
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro Bold";
  src: url("http://localhost:10003/wp-content/uploads/2022/07/NeueHaasDisplayBold.ttf");
}

/* Tanks' Elementor CSS Properties
  --e-global-color-primary: #000000;
  --e-global-color-secondary: #6F6F6F;
  --e-global-color-text: #313131;
  --e-global-color-accent: #BE0844;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-weight: 500;
 */
:root {
  --color-text-inverse: #ffffff;
  --color-accent-alt: #be0844;
  --font-family-heading: "EB Garamond";
  --font-family-body: Arial, Helvetica, sans-serif;
  --font-size-body: 16px;
  --font-size-body-lg: 20px;
  --font-size-heading-xl: 50px;
  --font-size-heading-lg: 35px;
  --font-size-heading-md: 30px;
  --font-size-heading-sm: 25px;
}

@media (min-width: 768px) {
  :root {
    --font-size-heading-xl: 70px;
    --font-size-heading-lg: 50px;
    --font-size-heading-md: 40px;
    --font-size-heading-sm: 30px;
    --font-size-body-lg: 25px;
  }
}

@media (min-width: 1009px) {
  :root {
    --font-size-heading-xl: 90px;
    --font-size-heading-lg: 70px;
    --font-size-heading-md: 50px;
    --font-size-heading-sm: 35px;
  }
}

body {
  background: #ffffff;
}

body,
p {
  font-family: var(--font-family-body);
}

.body-large {
  font-size: var(--font-size-body-lg) !important;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

/*
Yes, this is trash. But, !important is used here to trump layers of wildly differeing specficity on the selectors.
Probably should have just completely overrode the theme css but didn't know the extenet of terrible CSS in Tank
and Elementor.
*/
h1,
h2,
h3,
h4,
h5,
.elementor-widget-heading .elementor-heading-title.elementor-size-default,
.elementor-widget-heading .elementor-heading-title.elementor-size-medium,
.elementor-widget-heading .elementor-heading-title.elementor-size-large,
.elementor-widget-heading .elementor-heading-title.elementor-size-small,
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-weight: 400;
  font-family: "EB Garamond";
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: var(--font-size-heading-xl);
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: var(--font-size-heading-xl) !important;
}

h2 {
  font-size: var(--font-size-heading-lg);
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: var(--font-size-heading-lg) !important;
}

h3 {
  font-size: var(--font-size-heading-md);
}

.elementor-widget-heading .elementor-heading-title.elementor-size-default,
.elementor-widget-heading .elementor-heading-title.elementor-size-medium,
.heading-md {
  font-size: var(--font-size-heading-md) !important;
}

.elementor-widget-heading p.elementor-heading-title.elementor-size-default {
  font-size: var(--font-size-body) !important;
  line-height: 1.5;
}

h4 {
  font-size: var(--font-size-body-sm);
}

h4,
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: var(--font-size-body-sm) !important;
}

/* 
 *
 *
 *  Utility trumps.
 *
 */
.no-link {
  pointer-events: none !important;
}

/* 
 *
 *
 *  Tank Overrides
 *
 */

#body-inner {
  overflow: unset;
}

#body-inner,
#content-wrap,
#scroll-container,
.scroll-content {
  max-width: 100vw;
}

#page-content #content-wrap {
  overflow: unset;
}

#tt-footer {
  background-color: var(--color-accent-alt);
  color: var(--color-text-inverse);
}

#tt-header {
  z-index: 999999;
}

#page-content {
  padding: 140px 0 !important;
}

@media (min-width: 768px) {
  #page-content {
    padding: 180px 0 !important;
  }
}

.tt-section:first-child {
  padding: 0 !important;
}

#tt-footer * {
  color: inherit !important;
}

.tt-m-menu-toggle-btn-text {
  display: none !important;
}

/* portfolio (work) title */
.pgi-title {
  font-size: var(--font-size-heading-sm) !important;
}

.portfolio-template-default #page-content  {
  padding-top: calc(25px + 10vh) !important;
}

/* Match the #page-content bottom with space above this section. Jank. Yes so much jank. */
.portfolio-template-default #page-content > .tt-section.padding-bottom-xlg-150 {
  padding: 10px 0 30px !important;
}

/* Match the #page-content bottom with space above this section. Jank. Yes so much jank. */
.page-template-default #page-content > .tt-section.padding-bottom-xlg-150 {
  padding: 50px 0 0px !important;
}

@media (min-width: 768px) {

  .portfolio-template-default #page-content  {
    padding-top: calc(35px + 7vh) !important;
  }

  .page-template-default #page-content > .tt-section.padding-bottom-xlg-150 {
    padding: 140px 0 40px !important;
  }

  .portfolio-template-default #page-content > .tt-section.padding-bottom-xlg-150 {
    padding: 40px 0 80px !important;
  }
}

/* Menu Insanity */

.tt-main-menu-list > li > a,
.tt-main-menu-list > li > .tt-submenu-trigger > a {
  color: #000 !important;
}

li.current-menu-item > .tt-submenu-trigger > a,
li.current-menu-item > a {
  font-weight: bold !important;
  color: var(--color-accent-alt) !important;
}

.portfolio-template-default .tt-main-menu-list > li > a,
.portfolio-template-default .tt-main-menu-list > li > .tt-submenu-trigger > a {
  color: #fff !important;
}

.tt-m-menu-toggle-btn span {
  background: transparent !important;
}

.tt-m-menu-toggle-btn span::after,
.tt-m-menu-toggle-btn span::before {
  background-color: var(--e-global-color-primary) !important;
}

.tt-no-scroll .tt-m-menu-toggle-btn span::after,
.tt-no-scroll .tt-m-menu-toggle-btn span::before {
  background-color: var(--color-text-inverse) !important;
}


@media (max-width: 1199px) {

  .tt-main-menu {
    background: #000000;
  }

  .tt-main-menu-list > li > a,
  .tt-main-menu-list > li > .tt-submenu-trigger > a {
    color: white !important;
    font-family: var(--font-family-heading) !important;
    margin:12px 0 15px;
  }

  .tt-main-menu.tt-m-menu-center .tt-main-menu-content {
    text-align: left;
  }

  .tt-main-menu-list {
    text-align: left;
  }
}

/* Single Prev/Next Post */

.tt-blog-post-nav {
  border-top: none !important;
  display: grid !important;
  grid-template-columns: auto;
  justify-content: space-between;
  align-items: start;
  gap: 50px !important;
}

.tt-bp-nav-col {
  padding: 0 !important;
  float: none !important;
  border: none !important;
  width: 100%;
  text-align: left;
}

.tt-bp-nav-text {
  font-size: 1rem !important;
  margin: 0;
  padding: 0 0 5px;
}

.tt-blog-post-nav,
.tt-bp-nav-text,
.tt-bp-nav-title,
.tt-bp-nav-title p {
  color: black !important;
}

.tt-bp-nav-title {
  font-size: var(--font-size-body-lg);
  font-family: var(--font-family-heading);
  line-height: 1.2;
}

@media (min-width: 768px) {
  .tt-blog-post-nav {
    grid-template-columns: auto auto;
  }

  .tt-bp-nav-col {
    max-width: 300px;
  }

  .tt-bp-nav-col.tt-bp-nav-right {
    text-align: right;
  }
}

/* Portfolio Header */

.ph-full {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 75vh !important;
  max-height: 75vh !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .ph-full {
    min-height: 65vh !important;
    max-height: 65vh !important;
  }
}

.page-header-inner.tt-wrap {
  display: flex;
  flex: 1 1 auto;
  min-height: 100%;
  padding-top: 180px !important;
  position: relative;
  margin: 0 !important;
  min-width: 100%;
}

@media (min-width: 768px) {
  .page-header-inner.tt-wrap {
  }
}

@media (min-width: 1px) {
  #page-header.ph-full .page-header-inner {
    padding-top: 0 !important;
    padding-bottom: calc(25px + 10vh) !important;
  }
}

@media (min-width: 798px) {
  #page-header.ph-full .page-header-inner {
    padding-bottom: calc(35px + 7vh) !important;
  }
}

.portfolio-template-default .page-header-inner .ph-caption {
  top: initial !important;
  /* margin-top: auto !important; */
}

.portfolio-template-default .ph-inline .ph-caption {
  align-self: flex-end !important;
}

.portfolio-template-default .ph-caption-title,
.ph-caption-title .page-header-inner {
  font-size: var(--font-size-heading-xl);
  line-height: 1.2;
}

/* 
 *
 *
 *  Eleemntor Team Member.
 *
 */

.wpr-member-name {
  font-size: var(--font-size-heading-sm) !important;
}

.wpr-member-job {
  font-size: var(--font-size-body) !important;
}

.wpr-member-description {
  color: var(--e-global-color-primary) !important;
  font-size: var(--font-size-body) !important;
  line-height: 1.5 !important;
}

/* 
 *
 *
 *  Elementor  Posts 
 *
 *
 */

.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
  color: var(--e-global-color-primary) !important;
  font-size: var(--font-size-heading-sm) !important;
  font-weight: 400;
}

.elementor-posts .elementor-post__meta-data,
body .elementor-posts span {
  font-size: 15px !important;
  color: var(--e-global-color-secondary) !important;
}

.elementor-posts .elementor-post__excerpt p {
  color: var(--e-global-color-primary) !important;
}

/* 
 *
 *
 *  Elementor 
 *
 *
 */

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}

p.elementor-heading-title {
  font-family: var(--font-family-body) !important;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.page-numbers {
  border: 1px solid black;
  height: 35px;
  width: 35px;
  font-size: 14px;
  margin: 0 5px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers:hover {
  background: black;
  color: white;
  transition: all ease-in-out 0.3s;
}

.page-numbers.current {
  background: black;
  color: white;
}

/* 
 *
 *
 *  Elementor Blockquote
 *
 *
 */

.tt-boxed .elementor-blockquote--skin-border .elementor-blockquote {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 0 !important;
  padding: 30px 0 !important;
}

.tt-boxed .elementor-blockquote--skin-border .elementor-blockquote__content {
  font-size: var(--font-size-heading-md);
  font-family: var(--font-family-heading);
  line-height: 1.3;
  padding: 0 25px;
}

.tt-boxed .elementor-blockquote--skin-border .elementor-blockquote .e-q-footer {
  margin-top: 30px;
}

.tt-boxed .elementor-blockquote__author {
  padding: 0 25px;
  font-size: 1rem !important;
  color: var(--e-global-color-primary) !important;
  font-weight: 400;
}

@media (min-width: 768px) {
  .tt-boxed .elementor-blockquote--skin-border .elementor-blockquote__content,
  .tt-boxed .elementor-blockquote__author {
    padding: 0 50px;
  }

  .tt-boxed .elementor-blockquote--skin-border .elementor-blockquote {
    padding: 50px 0 !important;
  }
}

@media (min-width: 1008px) {
  .tt-boxed .elementor-blockquote--skin-border .elementor-blockquote__content,
  .tt-boxed .elementor-blockquote__author {
    padding: 0 80px;
  }
}

/* 
 *
 *
 *  Elementor Classic Posts
 *
 *
 */

@media (min-width: 768px) {
  .elementor-posts.elementor-posts--skin-classic .elementor-post {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.elementor-posts.elementor-posts--skin-classic
  .elementor-post__thumbnail__link {
  padding-right: 30px;
  margin: 0 !important;
}

.elementor-posts.elementor-posts--skin-classic .elementor-post__title {
  margin: 0 0 6px;
}

.elementor-posts.elementor-posts--skin-classic .elementor-post__meta-data {
  margin: 0 0 15px;
}

/* Post Thumb */

.elementor-element.elementor-element-71ea84c .elementor-post__thumbnail__link {
  width: 100% !important;
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .elementor-element.elementor-element-71ea84c
    .elementor-post__thumbnail__link {
    width: 40% !important;
    margin: 0;
  }
}

/*  .tt-btn - Elementor and Rev Slider Fakes */
.elementor-widget-posts a.elementor-post__read-more,
a.rs-layer {
  color: var(--e-global-color-text);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: transparent;
  margin: 15px 15px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 100px;
  z-index: 9;
}

.elementor-widget-posts a.elementor-post__read-more::after,
a.rs-layer::after {
  background-color: currentColor !important;
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  margin-top: 2px;
  margin-left: 15px;
}

a.rs-layer::after {
  position: relative;
  top: -0.325em;
  background-color: currentColor !important;
}

.tt-btn-link::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-top: 2px;
  margin-left: 15px;
}

.elementor-widget-posts a.elementor-post__read-more:hover::after,
a.rs-layer:hover::after {
  animation: swipe-line 0.8s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
}

/* 
 *
 *
 *  Logo Portfolio
 *
 *
 */

.portfolio-template-default .tt-logo a {
  background-image: url("http://devcourtave.wpengine.com/wp-content/uploads/2023/07/WhtTxt_RedLine_Horiz-e1694618968394.png");
  width: 180px;
  height: 30px;
  background-size: contain;
}

.portfolio-template-default .tt-logo img,
.portfolio-template-default .tt-logo .magnetic-wrap:last-of-type {
  display: none;
}

@media (min-width: 768px) {
  .portfolio-template-default .tt-logo a {
    width: 239px;
    height: 40px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-template-default .tt-logo img {
    display: none !important;
  }
}

  .portfolio-template-default .tt-logo-light {
    display: none;
  }

  .portfolio-template-default .tt-m-menu-toggle-btn span::after {
    background-color: white !important;
  }
  .portfolio-template-default .tt-m-menu-toggle-btn span::before {
    background-color: white !important;
  }
  .tt-m-menu-open .tt-logo img {
    display: none !important;
  }

  .page-template-default.tt-m-menu-open .tt-logo,
  .post-template-default.tt-m-menu-open .tt-logo {
    background-image: url("/wp-content/uploads/2023/07/WhtTxt_RedLine_Horiz.png");
    width: 180px;
    height: 30px;
    background-size: contain;
    margin-top: 10px;
  }

  /* .tt-m-menu-toggle-no-click .tt-logo {
    background-image: url("http://localhost:10003/wp-content/uploads/2023/07/WhtTxt_RedLine_Horiz.png");
    width: 180px;
    height: 30px;
    background-size: contain;
    margin-top: 10px;
  } */

  .tt-m-menu-toggle-no-click .tt-logo img {
    display: none !important;
  }

  /* 
 *
 *
 *  OLD
 *
 *
 */


 
  .wpr-grid-tax-style-1 .inner-block a {
    color: #be0844 !important;
  }
  .elementor-1687
    .elementor-element.elementor-element-7b969b80
    .wpr-grid-item-read-more
    .inner-block
    a {
    border: none;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
  }

  .wpr-slider-title::before {
    content: "";
    width: 30px;
    height: 5px;
    background: #be0844;
    background-size: 10px;
    display: block;
    margin-left: 11px;
  }
  .ekit-wid-con .elementskit-clients-slider .single-client {
    box-shadow: none !important;
  }
  .tt-submenu-dark .tt-submenu {
    background: black;
  }
  .tt-page-nav .tt-pn-hover-title span {
    color: white;
    font-size: 2rem;
    font-family: "EB Garamond", Sans-serif;
    font-weight: 400;
  }
  .tt-pn-scroll .tt-pn-title {
    font-family: "EB Garamond", Sans-serif;
    font-weight: 400;
  }
  .tt-pn-scroll:hover .tt-pn-subtitle {
    color: white;
  }
  .tt-pn-hover-title span::after {
    width: 0.4vw;
    height: 0.4vw;
  }

  .animated {
    background-color: transparent;
  }

  .portfolio-template-default .page-header-inner .ph-caption .ph-category {
    display: none;
  }

  .portfolio-template-default .ph-inline .ph-caption {
    width: 100%;
    text-align: center;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
  }

  .elementor-page-250 a::after {
    background: none;
  }

  .z-10 {
    z-index: 10;
  }
  /* body {
  font-family: "Neue Haas Grotesk Display Pro";
  background: white !important;
} */
  body .font-alter {
    font-family: "Neue Haas Grotesk Display Pro" !important;
  }
  body.tt-boxed .tt-wrap {
    max-width: 95vw;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }
  .elementor-image-box-content {
    position: relative;
  }
  .profile-content {
    font-size: 1rem;
    margin-top: 1rem;
  }

  #lever-jobs-container .lever-team-title {
    font-family: "EB Garamond";
    font-weight: 400;
    font-style: normal;
    font-size: 26px !important;
    line-height: 24px;
    margin-top: 30px;
  }
  #lever-jobs-container .lever-team {
    margin-bottom: 60px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
  }
  #lever-jobs-container .lever-job-title {
    color: black !important;
    text-decoration: none !important;
  }
  #lever-jobs-container .lever-job-title:hover {
    text-decoration: underline !important;
  }
  #lever-jobs-container .lever-job-tag {
    text-align: right !important;
  }
  .pi-item-hover-title {
    margin-top: 20px;
  }
  .portfolio-interactive.pi-compact.pi-borders .portfolio-interactive-item {
    margin-bottom: 30px;
  }
  .connect-profile {
    position: absolute;
    right: 0;
    top: 12px;
  }

  .scroll-to-top,
  .footer-social-text {
    display: none;
  }
  .footer-col.tt-align-center-left {
    display: none;
  }
  .footer-col.tt-align-center {
    justify-content: start !important;
  }
  footer .tt-copyright p {
    margin-bottom: 0 !important;
  }
  .tt-heading-title {
    color: black !important;
  }

  #page-header.ph-bg-image .scroll-down-circle .sdc-icon {
    color: #fff;
    background: #be0844;
    border-radius: 50%;
    padding: 40px 45px;
  }
  .text-xlg p,
  p.text-xlg {
    color: #363636 !important;
  }

  .ph-category {
    font-size: 2.5rem !important;
  }

  .ph-categories {
    margin-bottom: 0px;
  }

  .page-header-inner .ph-caption {
    top: 30vh !important;
  }

  .portfolio-grid-item {
    overflow: hidden;
    background: black;
  }

  .portfolio-grid-item .pgi-image-holder {
    opacity: 1;
    transition: all 2s;
  }
  .portfolio-grid-item:hover .pgi-image-holder {
    opacity: 0.4;
    transform: scale(1.1);
  }

  .portfolio-grid-item .pgi-categories-wrap {
    margin-top: 0;
  }
  .portfolio-interactive.pi-compact .pi-item-title {
    font-size: calc(14px + 1.2vw);
    opacity: 1;
  }
  .portfolio-interactive.pi-compact .portfolio-interactive-item::before {
    font-style: normal;
  }
  .made-with-love {
    display: none !important;
  }
  .scroll-down-circle {
    right: 3% !important;
    left: auto !important;
  }
  .tt-page-nav .tt-pn-title {
    opacity: 1;
    color: black;
  }

  .tt-page-nav .tt-pn-hover-title span {
    font-size: 3rem;
  }

  #body-inner,
  #content-wrap,
  #scroll-container,
  .scroll-content {
    max-width: 100vw;
  }
  #ball {
    width: 0;
    height: 0;
    background: transparent !important;
  }
  #ball .ball-view {
    color: #fff;
    border-radius: 100%;
    padding: 35px 30px;
    background: #be0844 !important;
    font-family: "Helvetica", "Arial", sans-serif;
  }
  .tt-blog-post-content p {
    color: #000 !important;
  }
  #tt-blog-post-comments {
    display: none !important;
  }
  #page-content {
    padding-top: 0;
  }
  .page-header-inner .ph-caption {
    top: 10vh !important;
  }

  
  .ph-category {
    font-size: 1.5rem !important;
  }

  body.tt-boxed .page-header-inner.tt-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .tt-m-menu-toggle-btn span::before,
  .tt-m-menu-toggle-btn span::after {
    background-color: black;
  }
  body.tt-m-menu-open .tt-m-menu-toggle-btn span::before {
    background-color: white;
  }
  body.tt-m-menu-open .tt-m-menu-toggle-btn span::after {
    background-color: white;
  }
  .tt-m-caret {
    color: white !important;
  }
  body .tt-ol-menu-toggle-btn-text,
  body .tt-m-menu-toggle-btn-text {
    display: none;
  }
}

.scroll-text {
  transition: transform 0.2s ease-out, opacity 0.5s ease-out; /* Add opacity transition */
  opacity: 1;
}
.is-approaching .scroll-text {
  opacity: 0;
}
.wpr-anim-text-cursor {
  color: #b6b4b4 !important;
  font-family: "HelveticaNeue-Thin" !important;
}

.tt-page-nav .tt-pn-image::before {
  opacity: 0.1;
}
.tt-page-nav .tt-pn-subtitle {
  color: black;
}

.elementor-1687
  .elementor-element.elementor-element-7b969b80
  .wpr-grid-pagination
  .wpr-prev-page
  i {
  color: #fff !important;
}
.tt-blog-post-share,
.tt-blog-post-nav {
  max-width: 900px;
  margin: auto;
}

/* Tank Contact Form 7 */
.wpcf7-form .tt-btn-light-outline {
  box-shadow: inset 0 0 0 2px #000000;
}

.wpcf7-form .tt-btn-light-outline > *, .wpcf7-form .tt-btn-light-outline > *::after {
	color: #000000;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
    border-color: #000000;
}

.elementor-1665 .elementor-element.elementor-element-146627d .ekit-form form label span,
.wpcf7-not-valid-tip {
	color: #dc3232 !important;
	padding-top: 4px !important;
}

.wpcf7-form.invalid input {
	border-color: #dc3232 !important;
}
