/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/twenty-seventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/
.contact_legal_accept {
    display: flex;    
}
.contact_legal_accept span.wpcf7-list-item {
    margin: 0 15px 0 0;
}
.contact_legal_text {
    color: white;
    line-height: 1.2;
    font-family: "Lato", Sans-serif;
    font-size: 12px !important;
    margin-top:20px;
}
.contact__legal__accept_link {
display: contents !important;
}

.contact_legal_text.optin_text .wpcf7-form-control-wrap {
    /* margin-left: 15px; */
    margin-left: -30px;
}

.contact_legal_text:not(.optin_text) label {
    margin-left: -45px;
}
.sema * {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sema label {
    cursor: pointer;
    padding-left: 25px;
}

.sema input[type="checkbox"] {
    width: 0;
    height: 0;
    clip-path: polygon(0,0,0,0);
    overflow: hidden;
    opacity: 0;
}

span.checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
}

span.checkbox:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
    border: 2px solid #F78911;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

span.checkbox.is-checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    height: 60%;
    box-sizing: border-box;
    background-color: #F78911;
}


.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin: 2em 0 1em;
    background: #F78911;
    border-color: white;
    font-family: Montserrat;
    font-size: 0.8em;
    border-radius: 4px;
    font-weight: 500;
    color: white;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background: #F78911;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #F78911;
}
span.wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #F78911;
    width: fit-content;
    padding: 2px;
    border-radius: 4px;
}