/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

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

/* FAQ CSS style- Begin */
.faq { margin: 20px 0; }
.faq .single-faq {  padding: 10px; color: #000000; font-size: 16px;  margin: 0 0 20px; }
.faq .faq-vraag a { text-decoration: none; color: #000; font-weight: 600; display: flex; align-items: center; }
.faq .fag-vraag:h { color: #d4006f; }
.faq .faq-vraag a:before { content:"\2b" ; font-weight: 500; font-family: "Font Awesome 5 FREE"; font-size: 18px; margin-right: 10px; transition: .3s; }
.faq .faq-vraag.active a:before { content:"\1b" ; }
.faq .faq-antwoord p:nth-last-child(-n+1) { margin-top: 10px; }
 .faq p.subtitel { color: #223848; font-weight: 600; font-size: 23px; }
/* FAQ - Einde */