/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.carousel-galerie .swiper-slide .fusion-image-wrapper{
    border-radius: 8px;
}
.panel-heading a.collapsed:hover i,
.panel-heading a.active i{
    color: white !important;
}
.docs-thumb img {
    height: 220px;
    object-fit: cover;
}
/* RESPO */
@media (max-width:1019px){
    .header-nav > .fusion-column-wrapper > nav {
        order: 1;
    }
    .header-nav > .fusion-column-wrapper > div:first-child {
        order: 0;
    }
    header .contact-btn{
        margin-right: 30px;
    }

}
@media (max-width:568px) {
    .contact-btn{
        display: none;
    }
    .fusion-toggle-heading{
        font-size: 18px;
    }
}
@media (max-width:380px) {
    .mail-clamp{
        font-size: 14px;
    }
}
@media (max-width:368px) {
    .fusion-toggle-heading{
        font-size: 16px;
    }
}