/*
Theme Name:     Arturo Carpes
Theme URI:      https://www.elegantthemes.com
Description:    Child theme - Divi
Author:         pivetta.com.br
Author URI:     http://www.pivetta.com.br/
Template:       Divi                            
Version:        jan2021
*/



.et_mobile_menu, .et_mobile_menu ul {
    list-style: none !important;
}



/*adjust Divi Menu module breakpoint Ipad*/
@media only screen and (max-width: 1280px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;

    }
    .et_mobile_nav_menu {
        display: block
    }
    .et_pb_menu__wrap .mobile_menu_bar {
    padding-top: 30px;
	}
    .et_mobile_menu {
     	text-align:left!important;
    }

}

#responsive-form{
    max-width:100% /*-- change this to get your desired form width --*/;
    margin:0 auto;
        width:100%;
}
.form-row{
    width: 100%;
}
.column-half, .column-full{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
    background: #fff;
}
.wpcf7-submit{
    float: right;
    background: #CA0002;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 8px 40px;
    cursor: pointer;
    font-weight: bold;
}
.wpcf7-submit:hover{
    background: #333333;
}
span.wpcf7-not-valid-tip{
    text-shadow: none;
    font-size: 15px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
}
div.wpcf7-validation-errors { 
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 15px;
}
div.wpcf7-mail-sent-ok{
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 15px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}
div.linha-separar-form{
    border-bottom: 1px solid red;
    margin: 40px 0px;
}

.wpcf7 input[type="file"] {
    padding: 20px;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom:20px;
    font-size: 16px;
}
.anexar{
    color:#333333;
    font-size:20px !important;
    background: #DFE1E1;
    padding: 25px;
    border-radius: 5px;
    margin-bottom:25px;
 }
 .arquivo-tipo{
    color:#333333;
    font-size:14px;
 }