/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* header */
.topBar a {
    color: #fff !important;
}
.topBar {
    color: #fff !important;
}
.topBar {
    position: relative;
    left: 100%;
}
/*  header*/
/*  services*/
.servRow .info-box-wrapper {
    background: #fff;
    padding: 20px;
    margin-top: -35px;
}


/*  services end*/
/* contact */
.contSec {
    background: linear-gradient(180deg, rgb(255 255 255) 60%, #D9D9D9 40%);
}

.contRow {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 4px 0px #000;
    margin-bottom: -50px;
}

.contRow input#gform_submit_button_1 {
    color: #fff;
    background: #0F75BC;
    border-radius: 4px;
    text-transform: capitalize;
}
.newsRow input#input_2_1 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 60%;
}

.newsRow .gform_footer.top_label {
    text-align: right;
}

.newsRow input#gform_submit_button_2 {
    position: absolute;
    top: 0;
    right: 21%;
    background: #0F75BC;
    color: #fff;
    border-radius: 10px;
}
/*contact End  */


/*  footer*/
.copyrights-wrapper {
    border: none !important;
}
.copyrights-wrapper .min-footer {
    color: #fff;
}
.footMenu a {
    color: #fff;
}
.footSoc a.wd-social-icon {
    background: #fff !important;
}

.footSoc span.wd-icon {
    color: #000 !important;
}
/* footer */
