/* 
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 */
.swiper-pagination-bullet{
    border-radius: 0 !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width:43px;
}
.page-id-127 .pre-footer{
    display: none !important;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
    height: 65% !important;
}
.keywords .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    display: flex !important ;
}
.keywords span.elementor-post-info__terms-list-item {
    background-color: #FAFAFA;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    gap: 36px;
    opacity: 1;
    width: auto;
}
.keywords span.elementor-post-info__terms-list {


    gap: 12px;
    flex-wrap: wrap;
}
.call-btn a.elementor-item.elementor-item-anchor{
    background-color: #FFCA19;
    padding: 11px 24px;
}
.footer-bg-white .white-content {
    background: #fff !important;
}
@media(max-width:769px){
    .elementor-nav-menu--main .elementor-nav-menu ul {
       
        position: relative;
      
        margin: auto !important;
    }
}
@media(min-width:800px){
.servizi-card a{
    font-size: 24px !important;
}
.servizi-card h3.elementor-image-box-title {
    width: 80%;
}
}

.form-row {
    display: flex;
    flex-wrap: wrap;
 
    flex-direction: row;
  }
  
  .full-width {
    width: 100%;
    box-sizing: border-box;
  }
  
  .half {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  
  .half:last-child {
    padding-right: 0;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  input, textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
  input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border: 1px solid #00000038;
   
    gap: 10px;
    border-radius: 0px;
    opacity: 1;
    padding-top: 11px;
    padding-right: 16px;
    padding-bottom: 11px;
    padding-left: 16px;
     }
  label {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#5C5C5C;
}
input::placeholder,
textarea::placeholder {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#C4C4C4;
}
input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FFCA19;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1A1919;
    text-transform: uppercase;
}