/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme voor Hello Elementor
 Author: Jouw naam
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* eigen css hieronder by Dirk - AR */

.mini-round-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .mini-round-btn {
    width: 32px !important;
    height: 32px !important;
    }
}