/*** Mamaworks style for Contact Form ***/

/* Padding entre les différents champs */
.wpcf7-form p {
	padding-bottom: 0;
}

/* Style des labels */
label {
	color: #fff;
	display: block;
	font-size: 13px;
	/*margin-bottom: : 10px 0;*/
}

/* Style des labels "dark" */
.dark-form label {
	color:#18103a;
}

/* Asterisque */
.wpcf7-form sup .required {
	font-size: 20px;
	position: relative;
	top: 12px;
}

/* Style des inputs */
input.text, input.title, input[type="text"], input[type="email"], input[type="tel"], select, textarea {
	background-color: #fff !important;
    border: 0 none;
    border-radius: 5px !important;
    cursor: auto;
	font-size: 16px;
    margin: 10px 0;
    padding: .3125rem .625rem !important;
	width: 100% !important;
}
input[type="file"] {
	margin: 10px 0;
}
select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.jobtitle::after,
.selectcity::after {
	content: "";
    background-image: url(https://mamaworks.com/modules/mama-template/img/sprite-arrow.png) !important;
    background-position: 0 -4.0625rem !important;
    box-sizing: border-box;
    cursor: pointer !important;
    height: .5625rem !important;
    width: .6875rem !important;
    position: absolute;
    top: calc(50% - .1875rem) !important;
    right: .5rem !important;
}
.wpcf7-submit {
	background-color: #f7d047;
	border-radius: 8px;
	border-width: 0px !important;
	color: #000000 !important;
	display: block;
	font-size: 16px;
	font-family: 'GT-Pressura',Helvetica,Arial,Lucida,sans-serif !important;
	letter-spacing: 0px;
	margin: 0 auto;
	padding-top: 15px !important;
	padding-right: 30px !important;
	padding-bottom: 15px !important;
	padding-left: 30px !important;
	text-transform: uppercase !important;
}
.wpcf7-submit:hover {
	background: #000000 !important;
	color: #f7d047 !important;
	cursor: pointer;
}
.wpcf7-submit:active {
	border: 5px solid #f7d047 !important;
	padding: 10px 25px !important;
}

/*** Jobs form ***/

/* Title */
.form-title-custom h2 {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
	margin-bottom: 0;	
	padding: 5px 0;
}