/*
Theme Name:     Numble-Child
Description:    
Author:         a.deghiedy
Template:       Nimble

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#breadcrumbs_box {
    display: none;
}

#page-name .section-title h1, #page-name .section-title .section-subtitle {

display: none;
}

#main-footer {
    padding-top: 0px;
}

#top-area {
    padding: 20px 0px 20px;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
}

#logo {
    float: left;
    padding-left: 44px;
    display: none;
}

#top-menu {
    float: none;
    margin-top: 3px;
    text-align: center;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 50%;
    height: 40px;
    border: solid 1px #71AF02 !important;
    border-radius: 7px !important;
}

.cf7button {
display: inline-block;
background: #fff;
color: #71AF02;
border-radius: 15px;
border-color: #71AF02;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background: transparent none repeat scroll 0% 0%;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
}

p#copyright {
    padding: 30px 0px 30px;
    text-align: center;
}

.wpcf7-textarea1 {
    background-color: #FFF;
    color: #000;
    width: 50%;
    height: 250px !important;
    border: 1px solid #71AF02 !important;
    border-radius: 7px !important;
}