/*
Theme Name: Aim Child
Template: aim
Description: Associazione Imprese Montichiari
*/
@import url('../aim/style.css');

.wpforms-form button[type=submit] {
    background-color: #d3530f !important;
    border-color: #d3530f !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #3f3f3e !important;
}
/* Nasconde submenu su responsive fino a click sul burger  e allarga full width*/
@media screen and (max-width: 1155px) {
#navigation {
    display: none;
    width: 120%;
	}
}

/* Allinea la prima voce di submenu nel responsive */
@media screen and (max-width: 1155px) {
#main-nav>li:first-child {
    padding: 15px 15px 10px 21px;
	}
}

/* Aumenta logo su responsive */
@media screen and (max-width: 1155px) {
    #titles img {
        max-height: 90px;
    }
}
/* Diminuisci altezza titolo pagina su responsive */
@media screen and (max-width: 1155px) {
.page-header {
    padding: 50px 0;
	 }
}

/* Titoli logo section 
h4.lgx_app_item_title {
	margin-top: 0px;
}*/