/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.btn , input#gform_submit_button_1 {
    background: url(images/btn_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 232px;
    padding: 5px 0;
    color: #fff !important;
}

.btn a {
    color: #fff !important;
}

.btn a:hover {background: none;}

.btn:hover {
    box-shadow: none !important;
    background-color: transparent;
}

#easy-newsletter-form .input-field label {
    display: none;
}

.main-footer li.btn {
    background: none !important;
    text-align: left !important;
    display: block;
    padding: 0;
}


.main-footer a {
    color: #fff !important;
}

.main-footer  .easy-newsletter #easy-newsletter-form {
    position: relative;
}

.main-footer .easy-newsletter #easy-newsletter-form .input-submit {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.main-footer .easy-newsletter #easy-newsletter-form .input-submit button#easy-newsletter-submit {
    color: #fff;
    background: transparent;
    font-size: 25px;
}

.info-box-content h3.info-box-title b {
    color: #348bde;
}

#menu-main-menu li {
    display: flex;
    align-items: center;
}

.info-box-content a.btn {
    color: #fff;
}

.blue_sec {position: relative;}

.blue_sec:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    background: #348bde;
    left: 0;
    top: 0;
}

.sec .vc_column-inner, .sec .vc_column-inner .wpb_wrapper, 
.sec .vc_column-inner .wpb_wrapper .wpb_single_image,
.sec .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper,
.sec .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.wd-content-layout {
    padding: 0;
}