/*
 Theme Name:   Advice Child Theme
 Theme URI:    https://advice.ancorathemes.com
 Description:  Advice Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     advice
 Version:      1.0
 Tags:         advisor, appointment, online booking, counseling therapy, health, psychologist, psychology, therapy, psychology counseling, psychology theme, life coach, therapist, business coach, mental health, practitioner
 Text Domain:  advice
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* Strong override to hide Ancora mobile social icons */
.menu_mobile.opened .menu_mobile_inner .socials_mobile,
.menu_mobile .menu_mobile_inner .socials_mobile,
.menu_mobile .socials_mobile {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* extra safety in case the icons are added as children or pseudo elements */
.menu_mobile.opened .menu_mobile_inner .socials_mobile a,
.menu_mobile.opened .menu_mobile_inner .socials_mobile * ,
.menu_mobile .menu_mobile_inner .socials_mobile::before,
.menu_mobile .menu_mobile_inner .socials_mobile::after {
  display: none !important;
  visibility: hidden !important;
}


