/* ------------------------------------------ Footer top ------------------------------------------ */
.footer_overflow {
  background-color: #f6f6f6;
  height: 2px;
  margin-bottom: -2px;
}
.footer_block_left {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .footer_block_left {
    text-align: center;
  }
}
.footer_block_center {
  text-align: center;
}
.footer_block_right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer_block_right {
    text-align: center;
  }
}
.footer_logo {
  width: 250px;
  margin-bottom: 30px;
  margin-top: -7px;
}
@media only screen and (max-width: 991px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer {
  background-color: #f6f6f6;
  bottom: 0;
  color: #000;
  left: 0;
  padding: 10px 0 10px;
  position: absolute;
  right: 0;
  font-weight: 200;
  padding-bottom: 0;
}
footer * {
  font-family: 'Montserrat', sans-serif !important;
}
footer .loghi_commerciali_container img {
  width: 100%;
  max-width: 220px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  footer .loghi_commerciali_container img {
    margin-right: auto;
    margin-left: auto;
  }
}
footer .footer_title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  font-family: 'Montserrat', serif !important;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
footer .footer_title::after {
  content: '';
  width: 80px;
  height: 6px;
  background-color: #ce1719;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media only screen and (max-width: 991px) {
  footer .footer_title::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media only screen and (max-width: 991px) {
  footer .footer_title {
    text-align: center;
    width: 100%;
  }
}
footer .footer_text {
  color: #888;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 2px;
}
footer .footer_text a {
  color: #ce1719;
  text-decoration: none !important;
  transition: all 0.3s;
  font-weight: 700;
}
footer .footer_text a:hover,
footer .footer_text a:focus,
footer .footer_text a:active {
  transition: all 0.3s;
  color: #931112;
}
footer .footer_text .footer_text_links {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  footer .footer_block {
    text-align: center !important;
  }
  footer .footer_title {
    display: inline-block;
  }
  footer .footer_title:after {
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
  }
}
.footer_map iframe {
  height: 145px;
}
/* ---------- footer newsletter form ---------- */
.newsletter_form {
  max-width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
  position: relative;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.newsletter_form form {
  overflow: hidden;
}
.newsletter_form form .form-group {
  margin-bottom: 0;
  margin-top: 12px;
}
.newsletter_form .form_col {
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .newsletter_form .form_col {
    max-width: 100%;
  }
}
.newsletter_form form .form-group {
  margin-top: 7px;
}
.newsletter_form form .form-group .form-control {
  background-image: none;
  color: #777;
  display: block;
  font-size: 15px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 0px solid #fff;
  box-shadow: none;
  background-color: #fff;
  transition: all 0.3s;
  padding-right: 110px;
}
.newsletter_form form .form-group .form-control.disabled,
.newsletter_form form .form-group .form-control:disabled {
  background-color: #eee;
  transition: all 0.3s;
}
.newsletter_form form .form-group .form-control:active,
.newsletter_form form .form-group .form-control:focus {
  border: 1.5px solid #fff;
  transition: all 0.3s;
}
.newsletter_form form .form-group .form-control.wpcf7-not-valid {
  border-left: 3px solid #df291e;
}
.newsletter_form form .form-group .form-control.wpcf7-not-valid:active,
.newsletter_form form .form-group .form-control.wpcf7-not-valid:focus {
  border: 1px solid #df291e;
  border-left: 3px solid #df291e;
  transition: all 0.3s;
}
.newsletter_form form .invia_button {
  margin-top: 0;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
  width: 101px;
}
.newsletter_form form .invia_button .ajax-loader {
  display: none;
}
.newsletter_form form .invia_button p {
  margin-bottom: 0px;
}
.newsletter_form form .invia_button input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
  padding: 5.5px 31px;
  background-color: #fff;
  color: #777;
  border: 0px solid #fff;
  border-left: 1px solid #bbb;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  height: 50px;
  border-radius: 0 8px 8px 0;
}
.newsletter_form form .invia_button input:hover,
.newsletter_form form .invia_button input:active,
.newsletter_form form .invia_button input:focus {
  background-color: #bbb;
  color: #fff;
  transition: all 0.3s;
  border: 0px solid #fff;
  border-left: 1px solid #bbb;
}
@media only screen and (max-width: 991px) {
  .newsletter_form form .invia_button {
    text-align: center;
  }
}
.newsletter_form .wpcf7-list-item {
  margin-left: 0;
  color: #fff;
  font-size: 12px;
}
.newsletter_form .wpcf7-list-item a {
  color: #fff;
}
.newsletter_form .wpcf7-list-item a:hover,
.newsletter_form .wpcf7-list-item a:active,
.newsletter_form .wpcf7-list-item a:focus {
  color: #ebebeb;
}
.newsletter_form .wpcf7-validation-errors {
  display: none !important;
}
.newsletter_form .wpcf7-response-output,
.newsletter_form .wpcf7-mail-sent-ok {
  margin-top: 17px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fbfff9 !important;
  padding: 9px 15px !important;
  color: #649b5c !important;
  border: 1px solid #eee !important;
  position: relative;
  overflow: hidden;
}
.wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  background-color: #e5f9dc;
  padding: 10px;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #090;
  border: 1px solid green;
}
/* ---------- footer news list ---------- */
.footer_news_list {
  margin-bottom: -13px;
}
.footer_news_list .news {
  margin-bottom: 13px;
}
.footer_news_list .news .news_image_container {
  padding-right: 0;
  min-height: 43px;
}
@media only screen and (max-width: 991px) {
  .footer_news_list .news .news_image_container {
    min-height: 0px;
  }
}
.footer_news_list .news .news_image_container .image {
  height: 100%;
  min-height: 58px;
}
.footer_news_list .news .title {
  color: #dedede;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.footer_news_list .news .title:hover {
  text-decoration: none;
  transition: all 0.3s;
  color: #dedede;
}
.footer_news_list .news .description {
  color: #dedede;
  font-size: 15px;
  font-weight: 400;
}
.footer_logicert img {
  width: 100%;
  position: relative;
  max-width: 250px;
  margin-top: 10px;
  transition: all 0.3s;
}
.footer_logicert img:hover,
.footer_logicert img:active,
.footer_logicert img:focus {
  filter: grayscale(0%) brightness(0.8);
  -webkit-filter: grayscale(0%) brightness(0.8);
  transition: all 0.3s;
}
.footer_logicert .certificazione img {
  filter: grayscale(0%) brightness(1);
  -webkit-filter: grayscale(0%) brightness(1);
  width: 100%;
  position: relative;
  max-width: 250px;
  margin-top: 10px;
  transition: all 0.3s;
}
.footer_logicert .certificazione img:hover,
.footer_logicert .certificazione img:active,
.footer_logicert .certificazione img:focus {
  filter: grayscale(0%) brightness(1);
  -webkit-filter: grayscale(0%) brightness(1);
  transition: all 0.3s;
}
.footer_logicert a {
  display: inline-block;
  max-width: 190px;
}
.footer_logicert a.certificazione {
  max-width: 110px;
  margin-left: 10px;
}
@media only screen and (max-width: 1399px) {
  .footer_logicert {
    margin-top: -20px !important;
  }
  .footer_logicert a {
    display: inline-block;
    max-width: 190px;
  }
  .footer_logicert a.certificazione {
    max-width: 110px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .footer_logicert {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer_logicert {
    margin-top: 0px !important;
  }
  .footer_logicert a {
    display: block;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_logicert a.certificazione {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.consulenza_elements footer {
  background-color: #27AE61;
}
.logo_65 {
  margin-left: auto;
  margin-right: auto;
  max-width: 233px;
  transform: translatey(9px);
  -webkit-transform: translatey(9px);
}
/* ------------------------------------------ Footer bottom ------------------------------------------ */
.bottom_footer_container_fluid {
  background-color: #f6f6f6;
  padding: 30px;
  text-align: center;
  margin-top: 10px;
  color: #888;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}
.bottom_footer_container_fluid b,
.bottom_footer_container_fluid strong {
  color: #888;
}
.bottom_footer_container_fluid a {
  color: #888;
  text-decoration: none !important;
  transition: all 0.3s;
}
.bottom_footer_container_fluid a:hover,
.bottom_footer_container_fluid a:focus,
.bottom_footer_container_fluid a:active {
  transition: all 0.3s;
  color: #383838;
}
/*# sourceMappingURL=footer.css.map */