/*
Theme Name: thermofibra 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: thermofibra
Version: 2.0.0
Text Domain: thermofibra-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 */
#toggle-video {
    position: absolute;
    bottom: 5%;
    right: 0%;
    transform: translate(-50%, 0%);
    border: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 54%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 2;
}
.fa-pause:before, .fa-play:before {
    color: #00244a;
}
.flex-50 {
    flex: 50%;
    padding: 10px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.inputfield {
    border: 0 !important;
    border-radius: 5px !important;
    padding: 10px !important;
    min-height: 45px;
    background-color: #fff !important;
}
.flex-100 {
    flex: 100%;
    padding: 10px;
}
.textareafield {
    border: 0 !important;
    border-radius: 5px !important;
    padding: 0px !important;
    background-color: #fff !important;
}
.link-tel-footer,
.link-email-footer,
.link-never{
  color: #FFFFFF99;
}
.link-tel-footer:hover,
.link-email-footer:hover,
.link-never:hover{
  color: #fff;
}
.label-field{
  margin-bottom: 2px;
}
.campi-accettazioni{
  font-size: 14px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.wpcf7-spinner{
  display: none;
}
.sumbmitbutton{
    background-color: #005CA9;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #005CA9;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    width: 250px;
    max-width: 100%;
}
.sumbmitbutton:hover{
  background-color: #005CA9;
}
.link_privacy{
  color: #333;
}
.elementor-background-video-hosted{
  height: 100vh;
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper{
  margin-top: 15px;
  padding: 10px;
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper .e-n-menu-heading{
  background-color: #fff;
    padding: 5px;
      border-radius: 5px;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
/*********Media Query*********/
@media only screen and (max-width: 767px){
  .flex-50{
        flex: 100%;
  }
}
