/*
Theme Name: Aiutomalasanita
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.stuck img {
    max-height: 85px !important;
}
.nav>li>a {
    padding: 5px 0;
}
.has-icon-bg .icon img {
       border-radius: 50%;
   
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.icon-box.active .has-icon-bg .icon .icon-inner {
    background-color: #085bbf;
}
input[type="submit"]:disabled {
    background-color: #a9a9a9!important;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    background-color: #085bbf!important;
    color:white!important;
    padding: 5px 10px!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}