/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.contact-main .wpcf7-submit {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
}
.contact-main .wpcf7-submit:hover {
    background: #fff;
    color: #000;
    transition-duration: 0.5s;
}
.contact-main .your-subject input, .contact-main .your-name input, .contact-main .your-email input, .contact-main .your-message textarea, .contact-main .your-phone input {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid;
}
.ot-features-box .features-image:hover .overlay {
    opacity: 0;
    pointer-events: none;
}
.pointer-none h5 {
    pointer-events: none;
}