/*
 Theme Name:   Fondazione Rovati
 Theme URI:    vivaonweb.com
 Description:  Fondazione Rovati
 Author:       VIVA!
 Author URI:   vivaonweb.com
 Version:      1.0
 License:      Private
 License URI:  vivaonweb.com
 Tags:         rovati
 Text Domain:  rovati
 */

 .social_icon {
  width: 20px; 
  margin-right: 10px;
}

@media only screen and (min-width: 1200px) {
   .main__nav ul li:hover ul {   
    height: 270px !important;
  }
}
@media (max-width: 992px){
  .social_icon {
    width: 30px; 
  }
}

.social_icon img{
  width: inherit;
}
.social_icon_mobile {
  position:absolute; 
  right: 100px; 
  bottom: 0; 
}

//START CONTACT FORM CSS

.cf-title {font-weight: 700!important;
font-size: 14px!important;
margin-top: 30px!important;
color: #76553d;
}

.cf-h2 {font-weight: 700!important; font-size: 14px!important; margin-top: 30px!important; color: #76553d;}

.cf-ruler {border-top: solid 1px #978b7a; margin-top:0;}

.cf-label-text {font-weight: 300!important;
font-family: "Open Sans", sans-serif;
font-size: 14px!important;
color: #76553d;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="file"],
input[type="select"],
textarea {border: solid 1px #978b7a; width: 100%; margin: 0;}


.cf-submit-btn {
	font-family: "Open Sans", sans-serif !important;
    border: solid 1px #76553d;
    padding: 10px 15px;
    font-weight: 600;
    float: right;
    font-size: .6em;
    margin-bottom: 100px;
    color: #76553d;
    cursor: pointer;
}

.wpcf7-list-item-label
{font-weight: 300!important;
font-family: "Open Sans", sans-serif;
font-size: 14px!important;
color: #76553d;
}

.cf-wrap {}

.cf-label-text{
	width: 100%;
}
.wpcf7-select{
	width: 100% !important;
	height: 40px !important;
	border: solid 1px #978b7a;
    width: 100%;
    margin: 0;
	border-radius: 0px;
}
.wpcf7-list-item {
	margin: 0px !important;
}
.wpcf7-custom-font{
	font-weight: 300!important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px!important;
    color: #76553d
}
//END CONTACT FORM CSS