/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme/
Template: betheme
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
Version: 27.6.1.1734600750
Updated: 2024-12-19 15:02:30

*/
#Footer {
    background-color: #121653 !important;
}
#Top_bar .logo .custom-logo-link img {
    max-height: 60px !important;
     width: 98px !important;
}
#Top_bar.is-sticky .logo .custom-logo-link img {
    max-height: 50px !important;
     width: 82px !important;
}
#Footer .container {
    display: grid !important;
    grid-template-columns: repeat(5, auto) !important;
    width: 100% !important;
    justify-content: space-around !important;
}
#Footer .one-fifth.column:first-child {
    width: 250px !important;
}
#Footer .one-fifth.column {
    width: auto !important;
}
#Footer .footer_copy .container {
    grid-template-columns: 1fr !important;

}
#Footer .footer_copy .container .footer_button {
    background-color: #121653 !important;
}
#Footer .footer_copy .container .footer_button::before {
    background-color: #121653 !important;
}

label,
legend {
    font-weight: 700;
    color: #121653 ;
}
textarea {
    height: 90px;
}

@media screen and (max-width: 782px) {
    #Footer .container {
        grid-template-columns: auto !important;
        justify-content: center !important;
        text-align: center !important;
        width: unset !important;
    }
    #Footer .one-fifth.column:first-child {
        text-align: center !important;
        width: auto !important;
    }
    .mobile-header-mini #Top_bar .logo {
        width: 100%;
        margin-left: unset;
        padding: 10px 0;
    }

}
