/*
Theme Name: mardeisargasssi
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
.grecaptcha-badge { 
    visibility: hidden !important;
}
.mc4wp-form-fields label {color: #ffffff !important}
.mc4wp-form-fields input {
margin-top: 5px;
}
.mc4wp-form-fields a, .mc4wp-form-fields h3 {
    color: #fff;
}
.mc4wp-form-fields a:hover {
    color: #035B55;
}

.mc4wp-form-fields input[type=submit] 
{
    background-color: #035B55 !important;
    color: #fff;
}
/** CSS per contact form —**/
#responsive-form{

    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%;
    }
    }
    /**—————- Per spostare il bottone invio a destra —————-**/
    .wpcf7-submit{
    float: right;
    }
    /**—————- Per cambiare il colore del bottone —————-**/
    .wpcf7-submit{
    background: #000/*– colore sfondo –*/;
    color: white/*– colore testo –*/;
    }
    /**—————- Colore del bottone con il passaggio del mouse —————-**/
    .wpcf7-submit:hover{
    background: #f3f3f3;
    color: #000;
    }
    /**—————- Per personalizzare il messaggio di successo —————-**/
    div.wpcf7-mail-sent-ok {
    text-shadow: none;
    border: none;
    background: #8BC34A;
    color: white;
    font-family: 'Lora', 'Helvetica', Arial;
    }

    .alignleft, a img.alignleft, a img.alignnone, a img.alignright, .alignright {background-color: #eaeaea;
        margin: 10px;
        padding: 3px !important;}