/*

Theme Name: Limme Child Theme

Theme URI: http://limme.like-themes.com/

Author: Like Themes

Author URI: http://like-themes.com/

Description: Blank Child Theme for Limme

Template: limme

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: four-columns, right-sidebar, full-width-template

Text Domain: limme

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/* form css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

form.wpcf7-form.init {
    padding: 0;
}

.wpcf7-form-control-wrap + span.fa {
    color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 23px;
    right: 0;
    font-size: 18px;
}

form textarea, .select-wrap select, .form-row textarea, form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 10px 5px 30px;
    color: #000000;
    box-shadow: none !important;
    border-radius: 0px;
    font-weight: 400;
    outline: 0 none;
}

.form input[type="submit"] {
    padding: 10px 15px;
}

.form textarea {
    height: 90px;
}

.form h5 {
    padding: 10px 0 20px;
    margin: 0;
}

.form textarea{
    height: 100px;
}

.form span.fa.fa-calendar-alt.lte-form-icon {
    right: -142px;
}

