/*
Theme Name: Fabrik Child
Author: VamTam
Author URI: https://vamtam.com
Template: fabrik
*/



/*

put your child theme styles here


you don't need any @import rules

*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.header_desktop{

}
.cpel-switcher__lang--active .cpel-switcher__code{
    font-weight: bold;
}
li.cpel-switcher__lang{
    position: relative
}
li.cpel-switcher__lang::after{
    content: '/';
    position: absolute;
    right: -17px;
    top: 2px;
}
li.cpel-switcher__lang:last-child:after{
    content: '';
}

.white_on_hover .elementor-widget-wrap.elementor-element-populated{
    transition: all .3s;
}
.white_on_hover:hover *{
    color: #FFF !important;
}

.elementor-counter-number-prefix{
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 10px;
}
.elementor-counter-number-suffix{
    font-size: 40px;
    text-transform: uppercase;
}
.elementor-counter .elementor-counter-number-wrapper {
    align-items: baseline;
}
small {
    font-size: 55%;
}