/*
Theme Name: Cherie Child
Theme URI: https://firstsight.design/cherie/beauty/
Template: cherie
Author: firstsight_design
Author URI: https://themeforest.net/user/firstsight_design
Description: Cherie is modern, convenient and highly thought-out WordPress theme with fascinating design.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,translation-ready
Version: 1.0
*/

/* Add your custom CSS Here */

.art-service-full-page-tabs li a {
  display: flex;
  flex-direction: column; /* stack SVG + text */
  align-items: center;    /* center horizontally */
}

.art-service-full-page-tabs.art-first-cl {
  text-align: center;
}

#scroll-spy {
	margin-left: 10px;
}

/* General selector for any empty div */
div:empty {
    display: none;
}

/* Specific selector for your block class */
.art-service-block:empty {
    display: none;
}


/* remove side nav in spa menu */
#scroll-spy {
	display: none!important;
}

