/*
Theme Name: Ticino Servizi
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*--- CONTACT-FORM-7 ---------------------------------------------------------*/
#responsive-form {
  margin: 0 auto;
  width: 100%;
}

.form-row {
  width: 100%;
}

.column-half, .column-full {
  float: left;
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

.wpcf7-submit {
  text-align: center;
}

.wpcf7-submit {
  background: #000
    /*â€“ colore sfondo â€“*/
  ;
  color: white
    /*â€“ colore testo â€“*/
  ;
}

.wpcf7-submit:hover {
  background: #f3f3f3;
  color: #000;
}

div.wpcf7-mail-sent-ok {
  text-shadow: none;
  border: none;
  background: #8BC34A;
  color: white;
  font-family: â€˜Ralewayâ€™;
}

.text-center {
  text-align: center;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  transition: 0.3s;
  background-color: #ffffff00;
  border: 1px solid #EAEAEA;
  border-radius: 3px !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.wpcf7 ::-webkit-input-placeholder {
  color: #808080 !important;
}

.wpcf7 :-moz-placeholder {
  color: #808080 !important;
}

.wpcf7 ::-moz-placeholder {
  color: #808080 !important;
}

.wpcf7 :-ms-input-placeholder {
  color: #808080 !important;
}

.wpcf7 a {
  color: #006db1;
}

.wpcf7 a:hover {
  color: black;
}

.wpcf7 p {
  margin: 0;
  padding: 0;
}

.wpcf7 input[type="submit"] {
  border-radius: 0px;
  border: 0px;
  background-color: #006db1;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  padding: 5px 55px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: white;
  color: #cccccc;
}
