/*
 Theme Name:   Flux Child
 Theme URI:    Flux Child
 Description:  Flux Child
 Author:       Flux
 Author URI:   http://flux.be
 Template:     flux
 Version:      16.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flux
 Text Domain:  flux-child
*/

/* Funkhaus styling */
.footer_top .wpcf7 .textwidget, 
.footer_top .wpcf7 a,
.footer_top .wpcf7 li,
.footer_top .wpcf7 p,
.footer_top .wpcf7 span {
    color: #81afb8 !important;
}

.menu-item h3 {
    margin-bottom: 0 !important;
    font-size: .9rem !important;
}

.product-carousel-block.wpb_column.vc_column_container {
    width: calc(33% - 32px);
}

@media screen and (max-width: 992px) {
    .product-carousel-block.wpb_column.vc_column_container {
        width: calc(50% - 32px) !important;
    }
}

@media screen and (max-width: 600px) {
    .product-carousel-block.wpb_column.vc_column_container {
        width: calc(100% - 32px) !important;
    }
    
    h3 {
        font-size: 1.3rem !important;
        word-break: break-all;
        hyphens: auto;
    }
}
/* END Funkhaus styling */