/* Font Override to change the font to Utopia */
.font-utopia {
  font-family: utopia-std-display, serif;
  font-weight: 400;
}

html body #top-hat-header {
  font-size: 1.25rem;
}

/* Mobile Fixes for Header */
/* #navigation-main-cta-mobile-3 {
    border: 2px solid #fab84e !important;
    background-color: #fab84e !important;
    color: #7a4006 !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-radius: 30px !important;
    flex: 0 auto !important;
    margin-bottom: -2px !important;
    padding: .85rem 1.75rem !important;
    font-size: 1.45rem !important;
    line-height: 150% !important;
    text-decoration: none !important;
} */

.secondary-nav .secondary-nav-left .home-link {
  border-bottom: 0;
}

.secondary-nav .categories::after {
  font-size: 1rem;
}

.hamburger-open #mega-menu-menu-1 {
  top: 46px !important;
  width: 112% !important;
  height: 100vh !important;
  left: -23px !important;
}

/* .hamburger-open .mega-toggle-animated {
  background-color: #002b4c !important;
}

.hamburger-open .mega-toggle-animated-inner {
  background: white !important;
} */

.hamburger-open .animate-open {
  display: block !important;
}

.mega-menu-button-gold a {
  font-family: inherit !important;
  font-weight: bold !important;
  padding: 17px 0 !important;
}

.secondary-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.secondary-nav .get-started {
  font-size: 1rem;
}

/* Override a link with border bottom */
.no-link-border a {
  border-bottom: 0;
}

.blog .card h3 a {
  border-bottom: 0;
}

.blog-info .navigation ul li a {
  border-bottom: 0;
}

.external .social-card .footer-social-links a {
  border-bottom: 0;
}

.external .social-card .footer-social-links .footer-social-icon {
  height: 30px !important;
  width: 30px !important;
}

.external .social-card .footer-social-links .footer-social-icon svg {
  height: 30px !important;
  width: 30px !important;
}

.blog-info .navigation ul li span {
  height: 32px !important;
  width: 32px !important;
  border-bottom: 0;
}

.blog-info .navigation ul li a {
  height: 32px !important;
  width: 32px !important;
  border-bottom: 0;
}

.blog-info .navigation ul li a.next,
.blog-info .navigation ul li a.prev {
  width: 52px !important;
}

.secondary-nav .categories .sub-menu a {
  font-size: 1rem;
  border-bottom: 0;
}

/* Other Link Overrides */
.arrow-link a:after {
  content: "";
  font-family: Font Awesome, sans-serif;
  font-weight: 200;
  display: inline-block;
  transform: translateY(3px);
  font-size: 20px;
  line-height: 50%;
  margin-left: 10px;
}

.white-link-border a {
  color: white;
}

.blue-link-border a {
  color: #19a0cc;
}

.blue-hover a:hover {
  color: #19a0cc;
}

.dark-blue-hover a:hover {
  color: #002b4c;
}

.white-hover a:hover {
  color: white;
}

.link-border-bottom a {
  border-bottom: 0;
}

/* Table Style */
.table-no-border table tr {
  border-bottom: 0;
}

.table-no-border table td {
  text-align: left !important;
  padding: 20px 10px;
}

.arrow-link-blue a {
  color: #19a0cc;
}

.promo-plans hr {
  background-color: rgba(0, 43, 76, 0.2) !important;
  border-top: 1px solid rgba(0, 43, 76, 0.2);
}

.promo-plans_tag {
  background-color: #002b4c;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.25rem 1.5rem;
  display: inline-block;
  color: white;
  font-weight: bold;
}

.promo-plans_discounted-price {
  color: #adbac4;
  /* font-size: 4rem; */
  font-size: 35px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: line-through 2px #adbac4;
}

.promo-plans_discounted-price sup {
  font-size: 1.5rem;
}

.promo-plans_regular-price {
  margin-left: 5px;
}

.promo-plans_regular-price sup {
  font-size: 1.8rem;
  top: -14.3257px;
}

.promo-plans_subtext {
  margin-bottom: 0.5rem !important;
  font-size: 1.5rem !important;
}

@media screen and (max-width: 1024px) {
  .column-manage-reverse .wp-block-kadence-column {
    flex-direction: column-reverse;
  }
}

.lead-gen-features_mobile-img {
  width: 31%;
  /* margin-top: -11%; */
  /* margin-left: 28%; */
  top: -11%;
  right: -20px;
  position: absolute;
}

.invoice-features_mobile-img {
  width: 31%;
  /* margin-top: -11%; */
  /* margin-left: 28%; */
  bottom: -11%;
  left: -20px;
  position: absolute;
}

.page-template-page-promo-header #header {
  background-color: #f6f8f8 !important;
}

.kt-svg-icon-list-items10653_ef822a-17 .kb-svg-icon-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

#gform_2 input:focus {
  border: 1px solid #19a0cc;
  outline: none;
}

#gform_2 #gform_submit_button_2:hover {
  cursor: pointer;
}
