/*
 Theme Name:     child-theme
 Description:    #
 Author:         Panese Think Digital
 Author URI:     https://www.panese.it/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* GENERAL
------------------------------------------------------- */

#main-content{
    max-width: 1600px;
    margin: auto;
}

.flexible-column .et_pb_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.et_post_meta_wrapper,
.et_right_sidebar #main-content .container:before{
    display: none;
}

.et_right_sidebar #left-area{
    padding: 0px;
    width: 100%;
}

.wpcf7 p{
    color: #fff;
}

.wpcf7 .form-additionals{
    font-size: 12px;
}

input[type=text],
input[type=email], 
input[type=tel],
textarea{
    width: 100%;
    border: none;
    border-radius: 5px;
}

input[type=text],
input[type=email], 
input[type=tel]{
    height: 50px;
}

.wpcf7 .wpcf7-submit{
    background-color: #b7ff00;
    color: #000;
    border-width: 0px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 10px;
    border-radius: 5px;
}

.wpcf7 .wpcf7-submit:hover{
    background-color: #a2e200;
}

.wpcf7-list-item{
    margin: 0px;
}

.wpcf7-list-item-label{
    margin-right: 10px !important;
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
