/*
Theme Name: Above and Beyond Counselling
Theme URI: https://aboveandbeyondcounselling.com.au
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; }