/*
Theme Name: Denali Corp
Theme URI:
Author: Fyresite
Author URI: fyresite.com
Template: fyrestarter
Description: Custom Wordpress Theme for Denali Corp
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags:
Text Domain: fyrestarter
*/

#body-contents {
  overflow: hidden;
}

body {
  background-color: #f0f0f0;
}

body.post-template-default {
  background-color: #fff;
}

.post-template-default .wp-caption {
  border: none;
}

.post-template-default .wp-caption-text {
  font-size: 0.8em;
  margin-top: 0.8em;
}

/* builder */

section {
  padding: 90px 0;
  overflow: hidden;
}

.middle-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page .section-header {
  margin-bottom: 40px;
}

main img {
  width: auto;
}

.cover-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-container {
  z-index: 1;
  position: relative;
}

.wht-bg {
  background-color: #ffffff;
}

.blk-bg {
  background-color: #111111;
}

.lt-gry-bg {
  background-color: #f0f0f0;
}

.gry-bg {
  background-color: #e7e7e7;
}

.grn-bg {
  background-color: #648d4a;
}

.lt-blu-bg {
  background-color: #cfeaed;
}

.mid-blu-bg {
  background-color: #1a97ae;
}

.blu-bg {
  background-color: #3dbed6;
}

.drk-blu-bg {
  background-color: #181d27;
}

.blu-gry-bg {
  background-color: #2f445c;
}

.blu-grad-bg {
  background: linear-gradient(180deg, #3dbed6 0%, #0c7b8f 100%);
}

.section-header {
  padding-bottom: 40px;
}

.section-header h2 {
  margin-bottom: 0 !important;
}

.section-header p {
  margin-top: 20px !important;
}

@media (min-width: 992px) {
  .spaced-section {
    margin-right: 55px;
  }

  .spaced-section .container {
    right: -27.5px;
    position: relative;
  }

  .spaced-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-left: 189px solid transparent;
    border-bottom: 257px solid #f0f0f0;
  }
}

.container.w-100 {
  max-width: unset !important;
}

.row.wide-row {
  margin-left: -20px;
  margin-right: -20px;
}

.row.wide-row > * {
  padding-left: 20px;
  padding-right: 20px;
}

#fyre .container {
  padding-left: 30px;
  padding-right: 30px;
}

/* #fyre .row {
    margin-left: -30px;
    margin-right: -30px;
}
#fyre .row > * {
    padding-left: 30px;
    padding-right: 30px;
} */
/*@media (min-width: 1300px) {
    #logo {
        max-width: 260px !important;
    }

}*/
@media (min-width: 1200px) {
  #navigation .container,
  #top-nav .container,
  footer .container,
  #main .container.wide-container {
    max-width: 1410px;
  }

  #main .container {
    max-width: 1340px;
  }

  #main .container.slimmer-container {
    max-width: 1060px;
  }
}

/*@media (max-width: 1299px) {
    #logo {
        max-width: 250px !important;
    }
}*/

@media (max-width: 1199px) {
  #navigation .container,
  #top-nav .container,
  footer .container,
  #main .container.wide-container {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main .container {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 991px) {
  #main .container {
    max-width: 100%;
  }
}

/* HIDE */

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }

  .hidden-sm-down {
    display: none !important;
  }
}

/* PADDINGS & MARGINS */

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

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

.mb-neg-10 {
  margin-bottom: -10px !important;
}

.mb-neg-30 {
  margin-bottom: -30px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.px-20 {
  padding: 20px;
}

.px-30 {
  padding: 30px;
}

.px-40 {
  padding: 40px;
}

.visible {
  visibility: visible !important;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row.slim-row {
  margin-left: -5px;
  margin-right: -5px;
}

.row.slim-row > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.row.wide-row {
  margin-left: -30px;
  margin-right: -30px;
}

.row.wide-row > * {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .md-mt-15 {
    margin-top: 15px !important;
  }

  .md-mt-25 {
    margin-top: 25px !important;
  }

  .md-mt-30 {
    margin-top: 30px !important;
  }

  .md-mt-40 {
    margin-top: 40px !important;
  }

  .md-mb-15 {
    margin-bottom: 15px !important;
  }

  .md-mb-30 {
    margin-bottom: 30px !important;
  }

  .md-mb-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none;
  }
}

/* btns */

.btn {
  text-align: left !important;
}

.btn:focus,
.btn:active,
.btn:visited,
.btn:target {
  outline: none !important;
}

.btn,
button {
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.15));
  padding: 0;
  outline: none !important;
}

.btn > span,
button > span,
input[type="button"] > span,
input[type="submit"] > span,
main a[role="button"] > span {
  border: none;
  outline: none !important;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-radius: 0;
  color: #29455e !important;
  background-color: #7acc00;
  font-family: "halcom-variable", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  display: inline-block;
  padding: 24px 50px 25px 45px;
  text-shadow: none;
  text-decoration: none !important;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 90% 100%, 0 100%);
  text-align: center;
  height: 100%;
}

.btn.light-btn > span {
  background-color: #3dbed6;
  color: #ffffff !important;
}

@media (max-width: 575px) {
  .btn > span,
  button > span,
  input[type="button"] > span,
  input[type="submit"] > span,
  main a[role="button"] > span {
    padding: 24px 45px 25px 40px;
  }
}

.btn.icon-btn > span {
  white-space: nowrap;
}

.btn.icon-btn i {
  margin-right: 15px;
}

.btn.wht-btn > span {
  background-color: #ffffff;
  color: #111111 !important;
}

.btn.gry-blu-btn > span {
  background-color: #2f445c;
}

.btn.arrow-btn > span {
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  padding: 24px 60px 25px 45px;
}

.btn.blk-btn > span {
  background-color: #000000;
  color: #ffffff !important;
}

/* #fyre main a[role="button"] {
    color: #191d26 !important;
}
main a[role="button"],
#page .btn {
    margin-top: 15px;
}
main a[role="button"],
.round-btn {
    border-radius: 30px;
}
.btn:hover,
button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover,
main a[role="button"]:hover,
.btn.alt-btn:hover,
.btn.btn-alt:hover,
.btn.btn-blk:hover {
    background-color: #2c899e;
    color: #ffffff !important;
    transform: none;
	text-decoration: none !important;
}
.btn.alt-btn,
.btn.btn-alt,
.btn.btn-blk {
    font-size: 20px;
    color: #ffffff !important;
    text-transform: none !important;
    background-color: #0d111a;
    box-shadow: 5px 3px 15px 0px rgba(0,0,0,0.19); 
    border-radius: 0;
}
.btn.alt-btn i,
.btn.btn-alt i,
.btn.btn-blk i {
    margin-left: 8px;
    font-size: 1.25em;
}
#cta-sec .btn.alt-btn i {
    margin-left: 0;
    margin-right: 8px;
}
#cta-sec .btn.round-btn i {
  margin-right: 8px;
  font-size: 17px;
} */

/* page */

#page-header-old {
  padding: 240px 0 90px;
  min-height: 504px;
}

#page-header-old h1 {
  margin-bottom: 0px !important;
}

#page-header {
  padding: 240px 0 90px;
  min-height: 504px;
}

.page-header-content > :last-child {
  margin-bottom: 0;
}

.page-header-content {
  max-width: 979px;
}

#page-header h1 {
  margin-bottom: 0px !important;
  max-width: 870px;
}

#page-header .container {
  z-index: 1;
}

#page-header .overlay {
  background-color: #000;
  opacity: 0.52;
}

.page-header-breadcrumbs * {
  text-transform: uppercase;
  font-size: 16px;
  color: #3dbed6 !important;
}

.page-header-breadcrumbs > span span {
  padding: 0 10px;
}

.page-header-breadcrumbs > span {
  margin: 0 -10px;
}

@keyframes breathout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

#page-header .page-bg {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  animation: breathout 45s linear infinite;
  transform-origin: center;
  background-position: 50% 40%;
}

#page-header .page-bg img {
  object-fit: cover;
  object-position: 50% 40%;
  height: 100%;
  width: 100% !important;
}

@media (max-width: 991px) {
  #page-header {
    padding: 200px 0 60px;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  /* #page-header {
        padding: 160px 0 50px;
        min-height: 500px;
    } */
  .page-header-content {
    margin-top: 20px !important;
  }

  #page-header {
    padding: 232px 0 50px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .page-header-breadcrumbs * {
    font-size: 14px;
  }
}

/* g form */

#fyre .gform_wrapper {
  margin: 0;
  font-family: "halcom-variable", sans-serif;
}

.gsection_title {
  margin: 5px 0 !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-right: 5px;
}

#fyre .gform_wrapper input[type="text"],
#fyre .gform_wrapper input[type="password"],
#fyre .gform_wrapper input[type="email"],
#fyre .gform_wrapper input[type="tel"],
#fyre .gform_wrapper input[type="date"],
#fyre .gform_wrapper input[type="month"],
#fyre .gform_wrapper input[type="week"],
#fyre .gform_wrapper input[type="time"],
#fyre .gform_wrapper input[type="number"],
#fyre .gform_wrapper input[type="search"],
#fyre .gform_wrapper input[type="url"],
#fyre .gform_wrapper textarea {
  display: block;
  width: 100%;
  padding: 17px 11px;
  font-size: 20px;
  line-height: 1.428571429;
  color: #5e5e5e;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: none;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  outline: none !important;
}

body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_checkbox,
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 8px !important;
}

#fyre .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 17px 11px;
  font-size: 20px;
  border: none;
}

#fyre .gform_wrapper .ginput_container input::placeholder,
#fyre .gform_wrapper textarea::placeholder,
#fyre .gform_wrapper select::placeholder {
  opacity: 0.65;
  color: #8294aa;
}

.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 20px !important;
}

.gform_confirmation_message {
  font-size: 16px;
  text-align: center;
}

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

.gform_fields li:nth-child(1),
.gform_fields li:nth-child(1) .ginput_container {
  margin: 0;
}

#fyre #main .gform_button {
  border: none;
  display: inline-block;
  outline: none;
  margin-bottom: 0;
  opacity: 1;
  padding: 18px 30px;
  line-height: 1;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  transform: none;
  width: 100%;
  color: #ffffff;
  background-color: #3dbed6;
  white-space: normal;
  border-radius: 50px;
}

#fyre #main .gform_button:hover {
  background-color: #a3a1ae;
}

#fyre .gform_wrapper li.gfield {
  margin-top: 0;
  width: 100%;
  display: inline-block;
}

.google-disclaimer {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}

/* #fyre .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
    grid-column-gap: 5px;
} */
.ginput_container label {
  font-weight: 700;
}

@media (max-width: 575px) {
  #fyre .gform_wrapper input[type="text"],
  #fyre .gform_wrapper input[type="password"],
  #fyre .gform_wrapper input[type="email"],
  #fyre .gform_wrapper input[type="tel"],
  #fyre .gform_wrapper input[type="date"],
  #fyre .gform_wrapper input[type="month"],
  #fyre .gform_wrapper input[type="week"],
  #fyre .gform_wrapper input[type="time"],
  #fyre .gform_wrapper input[type="number"],
  #fyre .gform_wrapper input[type="search"],
  #fyre .gform_wrapper input[type="url"],
  #fyre .gform_wrapper textarea,
  #fyre .gform_wrapper select,
  #fyre .gform_wrapper .gfield_label {
    font-size: 18px !important;
  }
}

/* MISC */
.pointer-none {
  pointer-events: none;
}

.rec-ratio-img {
  padding-top: 63%;
}

.square-ratio-img {
  padding-top: 100%;
}

.blu-border {
  border: 2px #3dbed6 solid;
}

.clip-img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}

@media (min-width: 992px) {
  .col-lg-6.content-right .content-inner {
    padding-left: 30px;
  }

  .col-lg-6.content-left .content-inner {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .col-lg-6.content-right .content-inner,
  .col-lg-6.content-left .content-inner {
    margin-bottom: 15px;
  }
}

.parallax-mirror {
  min-height: 100% !important;
}

/* .dash-seperator {
    border-top: 3px dashed #3CBED7;
    max-width: 10%;
    margin: auto;
    display: block;
    height: 3px;
    width: 100%;
}
.solid-seperator {
    border-top: 4px solid #3CBED7;
    max-width: 20%;
    margin: auto;
    display: block;
    height: 4px;
    width: 100%;
}
.shadow-img {
    background-clip: border-box;
    border: solid 2px #ffffff;
    border-radius: 15px;
    box-shadow: 4px 7px 10px 6px rgba(0,0,0,0.18);
}
.shadow-img.no-border-radius {
    border-radius: 0;
} */
.border-radius-img,
.border-radius {
  border-radius: 16px;
}

@media (min-width: 576px) {
  #error-page {
    padding: 90px 0 150px;
  }
}

.video-iframe {
  position: relative;
  padding-top: 61%;
}

.video-iframe > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* .flex-img p {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    color: #000;
} */

#contactiFrame {
  border: 0;
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
  min-height: 550px;
}

.video-contain {
  padding-top: 54%;
  position: relative;
}

.video-contain > iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* MISSOURI LAWSUIT PAGE */
.lawsuit-box {
  background-color: white;
}

.locations-all.wht-bg .justify-content-center {
  justify-content: left !important;
}

.contact-contact-info li span {
  margin-left: 10px;
  color: #1a97ae !important;
}

.top-nav-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-nav-left ul li {
  display: flex;
  align-items: center;
  color: #3dbed6;
  gap: 4px;
  position: relative;
}

.top-nav-left ul li:not(:last-child):before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #3dbed6;
}

.top-nav-left ul li .nav-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-nav-left ul li .nav-content {
  flex: 1;
}

.top-nav-left ul li .nav-content a {
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  margin-right: 5px;
}

.top-nav-main-row {
  gap: 10px;
}

.contact-contact-info li span {
  word-break: break-all;
}

@media (max-width: 767px) {
  .nav-social-media li {
    margin-right: 15px !important;
  }

  .nav-social-media a {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .top-nav-left ul {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }

  .top-nav-left ul li:not(:last-child):before {
    display: none;
  }

  .contact-contact-info > li:not(:last-child) {
    flex-wrap: wrap;
  }
}

.show {
  opacity: 1;
}

/* Post styles */
#fyre article.post-body p > a:not(.btn),
#fyre article a * {
  color: #3dbed6;
  text-decoration: none;
}

#fyre article.post-body p > a:not(.btn):hover,
#fyre article a:hover * {
  text-decoration: underline;
}
