/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* Contact form 7 */
.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
.wpcf7-form br {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #555;
    border: none;
    text-align: center;
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #555;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    padding-top: 0;
    margin-top: 0;
    line-height: 22px;
    text-align: center;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    padding-top: 0;
    margin-top: 0;
    line-height: 22px;
    text-align: center;
    color: #555;
}

.wpcf7-form.invalid input {
   margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
    white-space: nowrap;
    font-size: 14px;
    margin-top: 10px;
}

.modal-close:hover {
    text-decoration: underline;
}

.error404 .single-page {
    /*padding: 10% 0 0 0 !important;*/
}

