/*
Theme Name: DentalNote.ai
Theme URI: https://dentalnote.ai
Description: This is a custom child theme for Salient
Author: Jayesh Patel (Jayesh@InCreativeWeb.com)
Author URI: https://InCreativeWeb.com/
Template: salient
Version: 0.1
*/

/* 
#eb8326
BG: #ececea
*/

body.home #page-header-wrap {
  display: none !important;
}

body .nectar-icon-list-item .content {
  color: #000;
}

#footer-outer .row {
  padding: 40px 0;
}

#footer-outer .widget {
  margin-bottom: 0px;
}

#footer-outer ul.menu {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
html body.ascend #footer-outer .widget.widget_nav_menu li a {
  padding-bottom: 3px !important;
}
#footer-outer #copyright[data-layout="centered"] {
  padding: 25px 0;
}
#footer-outer #copyright[data-layout="centered"] .col .social li {
  margin-top: 15px;
}

[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li>a:not(.tag-cloud-link):not(.nectar-button):hover {
  background-size: 100% 1px;
  opacity: 1;
}


#footer-outer #footer-widgets .textwidget a {
  font-weight: 600;
  color: #eb8326 !important;
  text-underline-offset: 4px;
}

#footer-outer #footer-widgets .textwidget a:hover {
  opacity: 0.8;
  text-decoration: underline !important;
}

#pmpro_level_cost {
  font-size: 14px;
  line-height: normal;
  padding: 10px 20px 25px;
  border-left: 6px solid #1e3a8a;
  border-radius: 15px;
  background: #f7f7f7;
}

span.pmpro_tag.pmpro_tag-discount-code {
  --pmpro--color--border: #1e3a8a;
  font-size: 12px;
  color: #1e3a8a;
  background: #ffffff;
}

#pmpro_level_cost .pmpro_level_expiration_text {
  font-size: 13px;
  color: #cf0000;
}