.wpforms-submit {
 display: inline-block !important;
 text-align: center !important;
 white-space: nowrap !important;
 color: #0E7364 !important;
 text-decoration: none !important;
 line-height: 1.2 !important;
 font-weight: normal !important;
 font-family: sans-serif !important;
 font-size: 18px !important;
 /*background-color: #FFF152 !important;*/
 border-radius: 7px !important;
 padding: 13px 11px !important;
 border: 2px solid #BABABA !important;
 cursor: pointer !important;
}
.wpforms-submit:hover {
 background-color: #FFD829 !important;
 border-color: #000000 !important;
}
.wpforms-submit > strong {
 font-size: 24px !important;
}

.site-footer .site-info {
		font-size: 7px;
}
.site-main {
    max-width: 90%;
    padding-left: 3px;
    padding-right: 3px;
}

.wrapper {
  margin-left: 50px;
	max-width: 1200px;
}

#secondary.widget-area {
  margin-right: -500px;
}

.nav-menu {
  font-size: 25px;
}

.dark-mode-menu-item{
  font-size: 13px;
}

.search-icon {
    height: 50px;
		width: 50px;
}

.svg-icon.ionicon-search{
    height: 30px;
		width: 30px;
}
.main-navigation-container .custom-logo-link {
    max-width: 240px;
    padding-right: 1em;
}

#header-page-title h1 {
    font-size: 72px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
		#header-page-title h1 {
    	font-size: 30px;
    	letter-spacing: 1px;
		}
		.nav-menu {
  		font-size: 15px;
		}
		.dark-mode-menu-item{
  		font-size: 9px;
		}
}

.widget-column.footer-widget-2 section {
    font-size: 16px;
		width: 50%;
}

.site-footer p {
    margin-bottom: 0.5em;
}


aside#secondary.widget-area {
    max-width: 30%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 0.1em 0.3em;
}

.homegridcontainer {
  display: grid;
  width: 100%;
  /*height: 400px;*/
  margin: 0 auto;
  
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  
  grid-template-areas: "First"
                       "Second"
                       "Third"
                       "Fourth";
}

/* items */

.homegridcontainer div {
  color: white;
  font-size: 16px;
  padding: 10px;
  }

/* rwd */

@media only screen and (min-width: 768px) {

                .homegridcontainer {
                    max-width: 100%;
                    height: 500px;
                    grid-template-columns: 2fr 1fr 1fr;
                    grid-template-rows: 1fr 1fr;
                    grid-gap: 10px;                  
                  	grid-template-areas: "First   Second   Third"
                                       "First   Fourth Fourth";
                  }

                .homegridcontainer div {
                    font-size: 20px;
                    padding: 20px;
                  }

}

/* specific item styles */

.item-1 {
  background: #b03532;
  grid-area: First;
  max-width: 100%;
	max-height: 100%;
	background-image: linear-gradient(to right,#6713D2C2, #CC208EC2), url(https://www.modelleriavai.com/wp-content/uploads/2021/07/ChiSiamo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-decoration:none !important;
}

.item-1 h1 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ecc31f;
    font-size: 150%;
		/*font-size: 2vw;*/
    text-shadow: none;
    line-height: 1.2;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.item-1 h2 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 130%;
    text-shadow: none;
    line-height: 1.3;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
		/*position: absolute;*/
  	top: 60%;
}

.item-1 p {
		padding-left: 5px;
    font-family: 'Roboto','Arial';
    color: RGBA(255,255,255,0.8);
    font-size: 90%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}
.item-2 {
  background: #33a8a5;
  grid-area: Second;
  max-width: 100%;
		max-height: 100%;
		background-image: linear-gradient(to right,#098A511C, #2AAC83C2), url(https://www.modelleriavai.com/wp-content/uploads/2021/07/LaStoria-scaled.jpg);
		background-repeat: no-repeat;
		background-position: 75% 50%;
		background-size: cover;
		text-decoration:none !important;
}
.item-2 h1 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ecc31f;
    font-size: 80%;
    text-shadow: none;
    line-height: 1.2;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.item-2 h2 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 90%;
    text-shadow: none;
    line-height: 1.3;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.item-2 p {
		padding-left: 5px;
    font-family: 'Roboto','Arial';
    color: RGBA(255,255,255,0.8);
    font-size: 90%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}
.item-3 {
  	background: #30997a;
  grid-area: Third;
  	max-width: 100%;
		max-height: 100%;
		background-image: linear-gradient(to right,#6A11CBC2, #2575FCC2), url(https://www.modelleriavai.com/wp-content/uploads/2021/07/Immagine-007-scaled.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		text-decoration:none !important;
}
.item-3 h1 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ecc31f;
    font-size: 80%;
    text-shadow: none;
    line-height: 1.2;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.item-3 h2 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 90%;
    text-shadow: none;
    line-height: 1.3;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.item-3 p {
		padding-left: 5px;
    font-family: 'Roboto','Arial';
    color: RGBA(255,255,255,0.8);
    font-size: 90%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}
.item-4 {
  	background: #6a478f;
  	grid-area: Fourth;
  	max-width: 100%;
		max-height: 100%;
		background-image: linear-gradient(to right,#D85935C5, #F9BF23C2), url(https://www.modelleriavai.com/wp-content/uploads/2021/07/Gallery-scaled.jpg);
		background-repeat: no-repeat;
		background-position: center 50%;
		background-size: cover;
		text-decoration:none !important;
}
.item-4 h1 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ecc31f;
    font-size: 90%;
    text-shadow: none;
    line-height: 1.2;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.item-4 h2 {
    padding-left: 5px;
		font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 130%;
    text-shadow: none;
    line-height: 1.3;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.item-4 p {
		padding-left: 5px;
    font-family: 'Roboto','Arial';
    color: RGBA(255,255,255,0.8);
    font-size: 90%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}