/*!
Theme Name: MR Elementor
Theme URI: https://maiconramos.com/
Author: Maicon Ramos
Author URI: https://maiconramos.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mr-elementor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body,
html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/** Contact form 7 **/

input.wpcf7-form-control , textarea.wpcf7-form-control{
    background-color: #fff;
    width: 100%;
    padding: 1em 1.3em;
    margin-bottom: 10px;
    font-family: inherit;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #929ca8;
}
input.wpcf7-submit{
    margin-top: 12px;
    letter-spacing: 1.1px;
    background-color: #f5f6fa;
    color: #222a35;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 1.645em 4.25em;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    text-transform: uppercase;
    border: 0;
}
input.wpcf7-submit:hover{
    color: #ffffff;
    background-color: #5ea41f;
    transition: all 0.3s ease;
}





