/* =============================================== [ 12. contact.html  ] =============================================== */
/* [ 12.1. Google Map ]*/
#idz-gmap {
    width: 100%;
    height: 484px;
    position: relative;
}
#idz-gmap .gm-style {
    position: relative;
}
/* [ 12.2. Heading Map Overlay ]*/
#idz-header-contact .idz-color-overlay {
    z-index: 3;
    opacity: .8;
}
.idz-contact-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.idz-contact-box {
    border: 2px solid rgba(255,255,255,1);
    padding: 30px;
}


/* [ 6. Contact ] */
#contact-form label {
    width: 15%;
    margin-top:10px;
    float:left;
    clear:both;
}

#contact-form label + br{display:none; line-height:0; height:0;}

#contact-form .wpcf7-form-control-wrap{overflow:hidden; float:left; width:85%}

#contact-form input {
    width: 100%;
    height: 38px;
    padding: 4px 12px;
    font-size: 14px;
    color: #b6b6b6;
    margin: 0 0 20px 0;
}

#contact-form textarea {
    width: 100%;
    height: auto;
    padding: 4px 12px;
    font-size: 14px;
    color: #b6b6b6;
    margin-bottom: 15px;
}

#contact-form input[type="submit"] {
    width:auto;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    clear:both;
    margin-right: 0px;
}

#contact-form em {
    font-family: Arial,Helvetica,sans-serif;
    color: #db4e43;
    display: inline
}

#contact-form span.wpcf7-not-valid-tip{font-size:12px; padding:0 0 0 0; display:inline;position: relative;top:-15px;}
#contact-form  .ajax-loader{clear:both;}
#contact-form + div.wpcf7-response-output{margin-left:15%;}
