/*
Theme Name: Brandideon Theme
Author: Brndideon
Version: 1.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
body {
    font-family: "Sora", sans-serif;;
}

.info-dropdown {
    position: absolute;
    top: auto;
    display: none;
    right: 0;
    padding: 1em;
    background: white;
    border: 1px solid #fcfbfd;
    box-shadow: 10px 10px 20px #e4e4e4;
}

.dropdown-item:hover .info-dropdown {
    display: block;
}

.bg-gradient-primary {
    background: linear-gradient(0deg, #06193E 37%, #1042A4 100%);
}

span.wpcf7-spinner {
    display: none!important;
}

@media only screen and (max-width: 991px) {
.info-dropdown {
    display: none!important;
}

.info-dropdown.active {
    display: block;
    position: relative;
    box-shadow: none !important;
}
}