/*
Theme Name: housico Child
Description: Tema figlio di housico
Author: HgBlu
Author URI: https://www.hgblu.com/it/
Template: housico
Version: 1.0.0
*/


/*FOOTER: center the logo image*/
.margin-auto{
  margin-left: auto;
  margin-right: auto;
}

/*CONTACT:  workaround for the buggy form */
.no-buggy-form div[role=form] form p {color: #ffffff;}
.no-buggy-form div[role=form] form input[type="submit"] {
  display: inline-block;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  border-color: #f00;
  background-color: #f00;
  white-space: normal;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.no-buggy-form div[role=form] form input[type="submit"]:hover,
.no-buggy-form div[role=form] form input[type="submit"]:focus,
.no-buggy-form div[role=form] form input[type="submit"]:active {
  box-shadow: none !important;
  outline: 0 !important;
}


