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

/*************** ADD CUSTOM CSS HERE.   ***************/


.senza-spazio {
    margin-top: 0;
    margin-bottom: -10px !important; 
}

.header-bottom .nav > li > a {
    line-height: 20px !important;
	font-weight: lighter !important; 
	margin-left: 50px !important;
    font-size: 16px !important;
}

.nav-line-bottom > li > a:before {
    margin-left: 25px !important;
	width: 80% !important;
}

p {font-family: "Montserrat", sans-serif; font-weight: lighter; font-size: 16px; line-height: 20px;}

.grassetto {font-family: "Montserrat", sans-serif; font-weight: bold; font-size: 16px; line-height: 20px;}

h2 {font-family: "Montserrat", sans-serif; font-weight: lighter; font-size: 36px; line-height: 44px;}

h3 {font-family: "Montserrat", sans-serif; font-weight: lighter; font-size: 20px; line-height: 24px;}

.claim {font-family: "Montserrat", sans-serif; font-weight: lighter; font-size: 20px; line-height: 24px;}


.riga-scura {background-color: rgb(49, 57, 60) !important;}

.riga-chiara {background-color: #9DB6C5 !important;}

.riga-grigia {background-color: #E8E8E8 !important;}

.immagine-bordo {border: 20px solid #F3F3F3 !important;}

.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E8E8E8 !important;
}



/* Contact Form 7 */
#form-contatti input[type="text"], #form-contatti input[type="email"], #form-contatti textarea {
  background: #E2E9EE !important;
  border-radius: 0px !important;
  font-weight: lighter;
}
#form-contatti input[type="submit"] {
  background: #71a8bd !important;
  margin: 20px 0px;
  border-radius: 0px !important;
}

#form-newsletter input[type="email"] {
  background: #E2E9EE !important;
  border-radius: 0px !important;
  font-weight: lighter;
}
#form-newsletter .flex-row {
  margin: 20px 0px;
}
#form-newsletter input[type="submit"] {
  background-color: #71A8BD !important;
  width: 100% !important;
  color: #FFF !important;
	border: 0px !important;
  border-radius: 0px !important;
}

.grecaptcha-badge {
	display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}