/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.size-1-3,
.size-10,
.size-15,
.size-20,
.size-25,
.size-30,
.size-40,
.size-45,
.size-50,
.size-55,
.size-60,
.size-70,
.size-75,
.size-80,
.size-85,
.size-90,
.size-100 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.size-1-3 {
    width: 33.333333333%;
}

.size-10 {
    width: 10%
}

.size-15 {
    width: 15%;
}

.size-20 {
    width: 20%;
}

.size-25 {
    width: 25%;
}

.size-30 {
    width: 30%;
}

.size-40 {
    width: 40%;
}

.size-45 {
    width: 45%
}

.size-50 {
    width: 50%;
}

.size-55 {
    width: 55%;
}

.size-60 {
    width: 60%;
}

.size-70 {
    width: 70%;
}

.size-75 {
    width: 75%;
}

.size-80 {
    width: 80%;
}

.size-85 {
    width: 85%;
}

.size-90 {
    width: 90%
}

.size-100 {
    width: 100%;
}

.d-flex{
    display: flex;
}

.send-mobile{
    display: none;
}

#mobile_menu{
    background-color: white !important;
}

/* ===========================================
HOME
============================================ */

.contact .wpcf7 .wpcf7-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .wpcf7 .wpcf7-form input{
    height: 40px;
    border-radius: 4px;
    border: 1px solid black;
    padding-left: 15px;
    width: 100%;
    background-color: #f7f7f7;
}

.contact .wpcf7 .wpcf7-form textarea{
    border-radius: 4px;
    border: 1px solid black;
    padding-left: 15px;
    width: 100%;
    background-color: #f7f7f7;
}

.contact .wpcf7 .wpcf7-form .wpcf7-submit{
    padding: 0;
    width: 30%;
    float: right;
    background-color: #4e7f71;
    color: white;
    border-color: #4e7f71;
    font-weight: bold;
    cursor: pointer;
}

.contact .wpcf7 .wpcf7-form .size-100{
    padding: 0;
}

.contact .wpcf7 .wpcf7-form .size-100 .size-50:nth-child(2){
    margin-bottom: 15px;
}

.contact .wpcf7 .wpcf7-form div:nth-child(2) span,
.contact .wpcf7 .wpcf7-form div:nth-child(3) span{
    display: flex;
    justify-content: center;
}

.send-desk {
    margin-top: 10px !important;
}

/* ===========================================
FOOTER
============================================ */

#footer-bottom .container{
    display: flex;
    justify-content: center;
}

#footer-widgets p{
    padding-bottom: 7px;
}

#footer-widgets .title{
    position: relative;
}

#footer-widgets #text-2 .title::before{
    content: "\f3c5";
    font-family: 'Font Awesome\ 5 Free';
    color: white;
    font-size: 18px;
    position: absolute;
    left: -20px;
    font-weight: 600;
}

#footer-widgets #text-3 .title::before{
    content: "\f0e0";
    font-family: 'Font Awesome\ 5 Free';
    color: white;
    font-size: 18px;
    position: absolute;
    left: -25px;
    font-weight: 500;
}

#footer-widgets #text-4 .title::before{
    content: "\f095";
    font-family: 'Font Awesome\ 5 Free';
    color: white;
    font-size: 18px;
    position: absolute;
    left: -25px;
    font-weight: 600;
}

/* ===========================================
RESPONSIVE
============================================ */

@media (max-width: 991px) {

    .size-1-3,
    .size-10,
    .size-15,
    .size-20,
    .size-25,
    .size-30,
    .size-40,
    .size-45,
    .size-50,
    .size-55,
    .size-60,
    .size-70,
    .size-75,
    .size-80,
    .size-85,
    .size-90 {
        width: 100%;
    }

    .contact .wpcf7 .wpcf7-form .nome{
        margin-bottom: 15px;
    }

    .send-desk{
        display: none;
    }

    .send-mobile{
        display: block;
    }
}

@media (max-width: 767px) {

    #footer-widgets #text-2 .title::before,
    #footer-widgets #text-3 .title::before,
    #footer-widgets #text-4 .title::before{
        content: none;
    }
    
}

