/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

/* Content*/
.job_listings img,
.job-list img {
	float: left;
	display: inline-block;
	margin-left: 35px;
	margin-top: 2px;
	max-width: 60px !important;
}

.company-info img {
    float: left;
    display: inline-block;
    height: auto !important;
    width: auto !important;
    margin-right: 30px;
}

#titlebar h2,
#titlebar h1 { text-transform: initial; }

/* Formulaire de contact CSS */

#responsive-form {
	margin:0 auto;
    width:100%;
}

.form-row {
	width: 100%;
	display:inline-block;
}

.column-half, .column-full , .column-three{
	float: left;
	position: relative;
	padding: 0 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.column-half, .column-three {
    width: 100%;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 1024px) { 
	.column-half {
		width: 50%;
	}

.column-three {
		width: 33.3%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box
}
.wpcf7 input[type="text"]:focus {
	background: #fff;
}

.wpcf7-submit {
	float: left;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background: #ff0000;
}

span.wpcf7-not-valid-tip {
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}

div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
    overflow: hidden;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
    overflow: hidden;
}

textarea {
    height: 120px;
}

#wpcf7-f983-p142-o1 textarea {
	height: 70px !important;
}

#wpcf7-f983-p142-o1 span.red {
    color: red;
}

#wpcf7-f983-p142-o1 .wpcf7-form-control {
	height: 31px;
	margin:10px 0 0;
}

#wpcf7-f983-p142-o1 .wpcf7-form > p {
	margin: 0!important;
}

#wpcf7-f983-p142-o1 .wpcf7-form-control.wpcf7-submit {
	height: auto;
}

#wpcf7-f983-p142-o1 .wpcf7-form-control {
	margin: 0 0 5px!important;
}

.wpcf7-submit  {
    margin: 10px 0px 10px !important;
}

.form-row input[type="tel"] {
	padding: 8px;
	border: 1px solid #ccc;
}

.form-row input[type="submit"] {
	max-width: 170px;
}

/* Fin Formulaire de contact */
