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


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-color-black {
    background: #044cad;
    color: #fff;
    border-radius: 5px;
}

input[type="submit"] {
    background: #0549a7 !important;
    color: #fff !important;
    border-radius: 5px;
}

@media only screen and (max-width: 900px) {
    .job-wrapper {
        display: block !important;
        padding: 0px 20px 0px 20px;
    }

    .job-right {
        width: 100% !important;
    }
	.apply-box {
    margin-top: 30px !important;
}
	.job-left {
    width: 100% !important;
}
	.apply-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
	
}
