/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
#RESPONSEBOX {
    display: none;
}

.rosa {
    color:#f2ccce!important;
}

.bianco {
    color: #ffffff!important;
}

.landing-footer-text p{
    color:#5d1319;
    font-size: 12px;
    line-height: 15px;
}


.wp-core-ui .button-primary, body * {
    text-shadow: none!important;
}

body.login div#login form#loginform p.submit input#wp-submit {
    text-shadow: none!important;
}

/* LANDING PAGE CSS TRICKS FOR SMALL SIZE SCREEN  -  ONLY FOR BODY CLASS landing-stretta-800 */
@media only screen and (min-width: 800px) {
    body.landing-stretta-800 .section_inner, body.landing-stretta-800 .grid_section .section_inner {
        width: 800px;
    }
}

body.landing-stretta-800 .section_inner_margin {
    margin-left: 0px;
    margin-right: 0px;
}

body.landing-stretta-800 .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
/* END OF LANDING STRETTA CSS TRICKS */


@media only screen and (max-width: 480px) {
    .nascondi-sotto-480 {
        display:none;
    }

    .mostra-sotto-480 {
        display: block!important;
    }
}


.rosso-s {
    color:#5d1319;
    text-decoration: underline;
    text-align: center;
    font-weight: 600;
}

/* CF7 FORM TWO COLUMNS */
#responsive-form{
    max-width:600px /*-- 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%;
    }
}


/* CF7 STYLE */

.checkbox-corsi .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 600;
}

span.form-sottotitolo {
    padding-top: 10px;
    display: block;
    font-size: 20px;
    color: #5d1319;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

span.wpcf7-list-item {
    margin-left: 0;
    display: block;
}

select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position: right 10px center!important;
}

div.wpcf7 img.ajax-loader {
    display: none;
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7-select {
    width: 100%!important;
    padding: 8px!important;
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.wpcf7 input[type="text"]:focus{
    background: #fff;
}
.wpcf7-submit{
    float: unset;
    background: #CA0002;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 0px 80px!important;
    cursor: pointer!important;
    font-weight: 600px!important;
    font-family: inherit!important;
    margin: 0 auto!important;
    display: block!important;
}

input.wpcf7-form-control.wpcf7-submit[disabled] {
    color: #fff;
    border: 2px solid #5d1319!important;
    cursor: not-allowed!important;
}

.wpcf7-submit:hover{
    background: #ff0000;
}
span.wpcf7-not-valid-tip{
    text-shadow: none;
    font-size: 12px;
    color: #b00;
    background: #fff;
    padding: 0px;
}
div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background-color: #5d1319;
    padding: 0px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #b00;
}

div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: "";
}

div.wpcf7-mail-sent-ok{
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

.iscrizione-titolo-corso p {
    color:#5D1319;
    font-weight: 600;
    font-size: 14px;
}

.elenco-date-corsi ul {
    list-style-type:none;
}

.iscrizione-scarica-corso {
    font-size:12px;
}

#wpcf7-f245-p230-o1 {
    margin: 0;
    border: 1px solid #5D1319;
    background-color: #f4f4f4;
    padding: 0;
}