/* 
Theme Name: Hello Elementor Child
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
*/
.alignleft{
    display: inline;
    float: left;
    margin-right: 1.5em;
}


.wp-block-column-modify{border: 1px solid red!important;}
.wp-block-column-modify h2{font-weight: 700!important;}
.wp-block-column-modify .wp-block-buttons .wp-block-button a strong{color: #fff!important}



/* Customizazione contact form 7 */
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{

border : 1px solid #ced4da !important;
margin:0px !important;
padding: 10px !important;
}

/*
.wpcf7 input.wpcf7-text { width: 100%; }
.wpcf7 textarea.wpcf7-textarea { width: 100%; }
.wpcf7-form textarea { height: 200px; }
*/
input#privacy-dip,
input#privacy-piva,
input#privacy {
    margin-top: -15px;
}

.form-check.acceptance{
    padding-left: .25em  !important;
}

.input-number-small {
    max-width: 120px;
}

.cptch_input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label.form-check-label,
span.privacy-piva,
span.privacy-dip,
span.privacy {
    display: inline-block !important;
}


span.privacy-piva span.wpcf7-acceptance,
span.privacy-dip span.wpcf7-acceptance,
span.privacy span.wpcf7-acceptance {
    border: none;
    padding: 0px;
}

#cv-piva, #cv-dip {
    height:unset;
    padding:10px 10px;
}



/*modifiche specifiche per il form delle landing page */
.wrapper{
    padding: 4% 8%;
    background-color: #ffffff;
    box-shadow: 10px 14px 54px 0px rgb(0 0 0 / 6%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}
.wrapper p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wrapper .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cb-rf-wrapper{
    padding-top: 15px;
}
.contenitore {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 4% 8%; */
    background-color: #ffffff;
    /* box-shadow: 10px 14px 54px 0px rgb(0 0 0 / 6%); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 8px; */
    align-items:center;
    color: #7A7A7A;
}
.contenitore p{
    display: flex;
    flex-wrap: wrap;
}
.contenitore p b b{
    display: flex;
    flex-wrap: wrap;
}
.campo {
    width: 33%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16.8px
}

.campo .wpcf7-checkbox {
    border: none!important;
    padding: 0!important;
}

.campo .wpcf7-submit {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: auto!important;
    border-radius: 4px;
    background-color: #134D79!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px!important;
    font-weight: 900;
}

.campo .wpcf7-submit:hover {
    background-color: #D5EDFB!important;
    color: #134D79!important;
}

.campo .wpcf7-checkbox  .wpcf7-list-item {
    margin: 0;
    padding-right: 10px;
}

.campo .wpcf7-list-item {
    font-size:12px;
    color: #7A7A7A;
}
.ms-1{
    margin-left: 12.5px;
}
.wpcf7-form label .wpcf7-form-control{
    margin-top: 0;
}
.wpcf7-form-control:not([type="submit"]){
    margin-top: 0;
    border: none;
}
.margine {
margin-top:20px;
}

    .wpcf7-acceptance {
        border: none!important;
    }

/* Captcha */
.romagna-capcha-wrapper{
margin-left: 12.5px;
}
.romagnaCaptcha{
border: 1px solid #ced4da!important;
max-width: 33% !important;
}
.romagna-capcha-wrapper .codice p{
    display: flex;
    flex-wrap: wrap;
}
.romagna-capcha-wrapper .codice p img{
    height: 42px;
}
.wpcf7 .wpcf7-submit:disabled{
    color: #ffffff;
    border: none;
}
@media (max-width: 768px) {
.campo {
    width: 100%;
    margin-bottom: 20px;
}
.romagnaCaptcha{
    border: 1px solid #ced4da!important;
    max-width: 50% !important;
}
.romagna-capcha-wrapper .codice p .wpcf7-form .wpcf7-form-control-wrap{
    width: 100% !important;
}
}


/* Fine customizazione contact form 7 */
