/**
 * Theme Name: PDF Theme
 * Author: L33T
 * Version: 1.0
**/
.header__menu li a svg{
    transform: rotate(0deg);
    transition: all 0.3s ease-out;
}
.header__menu li.has-dropdown.is-active a svg{
    transform: rotate(180deg);
    
}
.header__menu li:hover>a svg path{
    fill: #d91629;

}
.footer__menu {
    justify-content: flex-start;
}
@media (max-width: 640px) {
    .header-menu .has-dropdown.is-active .sub-menu {
        display: block;

    }
}