/*
Theme Name: Mixtas Child
Theme URI: http://mixtas.novaworks.net
Description: This is a child theme for Mixtas Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: mixtas
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/







/****************************************************************/
/****************************************************************/
/****************************************************************/


.page-id-70 input.wpcf7-form-control {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 0 !important;
}

.page-id-70 form.wpcf7-form p {
    margin-bottom: 13px !important;
}

.page-id-70 textarea.wpcf7-form-control {
    height: 120px !important;
    border-bottom: 1px solid #000 !important;
}

.custom-text-class h3 {
    padding: 0 0 14px;
    margin: 0 0 22px;
    font-size: 25px;
    line-height: 28px;
    position: relative;
    border-bottom: 1px solid #8080806b;
    color: #111;
}

.custom-text-class h3::after {
    content: '';
    background: #000000;
    position: absolute;
    width: 35px;
    height: 3px;
    left: 0;
    bottom: -2px;
}


@media only screen and (max-width: 750px) {
    .custom-text-class h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .custom-text-class p {
        font-size: 13px;
    }
}