/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.parallax-bg {
  background-attachment: fixed;
  background-position: center!important;
  background-size: cover!important;
}
.blackwhite{
  filter: grayscale(100%);
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    font-family: "Montserrat", Sans-serif;
}
.flex-50 {
    flex: 50%;
    padding: 10px;
}
.campi-accettazioni {
    font-size: 14px;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.flex-100 {
    flex: 100%;
    padding: 10px;
}
.inputfield{
  width: 100%!important;
border: 0!important;
border-radius: 0!important;
min-height: 55px!important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submitbutton {
    width: 100%;
    background-color: #363636;
    border: 0;
    border-radius: 0;
    color: #fff;
}
.campi-accettazioni .wpcf7-list-item{
  margin: 0 0 0 0;
}
.link_privacy{
  color: #212529;
}
.col-left   { order: 1; }
.col-center { order: 2; }
.col-right  { order: 3; }
.hfe-post-title a{
  text-decoration: none!important;
}
@media only screen and (max-width: 1024px) {
	.parallax-bg {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .col-left {
  order: 1;
}

.col-center {
  order: 3;
}

.col-right {
  order: 2;
}
}
@media only screen and (max-width: 767px) {
    .flex-50 {
        flex: 100%;
        padding: 10px;
    }
    .col-left {
    order: 1;
  }

  .col-center {
    order: 3;
  }

  .col-right {
    order: 2;
  }
}
