/* 
Theme Name:		SAC-Hello-theme
Theme URI:		https://elementor.com/
Description:	The SAC-Hello-theme is a child theme of Hello Elementor with customer modifications modified by SAC-ict
Author:			Software, Advice & Consultancy
Author URI:		https://sac-ict.nl/
Template:		hello-elementor
Version:		1.1.0
Text Domain:	hello-elementor-child
*/

/*******************************************/
/* Elementor modifications made by SAC-ict */
/*******************************************/
/* set list style to lower-alpha */
.alfabetisch
{
    list-style-type: lower-alpha;
}
/* end set list style to lower-alpha */

/* accordion workaround close first item */
/* hide first accordion item */
.elementor-accordion .elementor-accordion-item:first-child {
    display: none;
}
/* restore top border */
.elementor-accordion-item:nth-child(2) {
    border-top: 1px solid #967348 !important;
}
/* end accordion workaround */

/*******************************************/
/* Add your custom styles here             */
/*******************************************/
