/**
* Theme Name: Jobaway Child
* Description: This is a child theme of Jobaway, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: jobaway
* Version: 1.3
*/


input.wpcf7-form-control.wpcf7-text {
    /* outline: 1px solid; */
    border: 1px solid gray;
    border-radius: 25px;
    padding: 5px 10px;
    color: black;
	width: 100% !important;
}

label {
	width: 95%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    /* outline: 1px solid; */
    border: 1px solid gray;
    border-radius: 25px;
    padding: 5px 10px;
    color: black;
	width: 100% !important;
}


header > div > div > div >  div > div > a.theme-btn.btn-one {
    display: none;
}
	
figure.logo-box {
    width: 350px;
}
	
	