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

/* FORM CONTATTO
------------------------------------------------------- */

.form-contatto input[type=text],.form-contatto input[type=email],.form-contatto  select,.form-contatto  textarea{
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 5px 20px;
}

.form-contatto label,
.form-additional{
    font-size: 12px;
    padding-left: 1em;
}

.form-contatto .form-additional{
    margin-bottom: 15px;
}

.form-contatto .wpcf7-list-item{
    margin: 0px !important;
}

.form-contatto .wpcf7 .wpcf7-submit:disabled:hover{
    background-color: #ccc;
    color: #fff;
}

.form-contatto .wpcf7 .wpcf7-submit{
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}

.form-contatto .wpcf7 .wpcf7-submit:hover{
    background-color: #fff;
    color: #000;
}


 
/*** 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) {
 
}
