/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.jobs-filters{
	background-color: #f2f2f2;
	border: 0;
	margin: 30px 0 15px 0;
	padding: 35px 30px 25px 30px;
	overflow: hidden;
}
.jobs-filters .row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.jobs-filters .col-md-3{
	margin-bottom:10px;
	padding:0 10px;
	flex:0 0 100%;
}
.jobs-filters .col-md-3 select,
.jobs-filters .col-md-3 input{
	width:100%;
	height:40px;
	padding:0 10px;
	font-size:16px;
}
.jobs-filters .col-md-3 input{
	cursor:pointer;
}

.jobs-filters .col-md-3 input.btn-search{
	border-radius: 0;
	font-weight: 600;
	font-size: 20px;
	height: 40px;
	padding: 0;
	width: 100%;
	background:#bd9d5c url(assets/img/mglass.svg) no-repeat scroll center center !important;
	background-size:auto 25px !important;
	color: #fff !important;
	border:none;
	text-align:left;
	text-indent:-50000px;
	overflow:hidden;
}

@media screen and (min-width:768px){
	.jobs-filters .col-md-3{
		flex:1 0 50%;
	}
}
@media screen and (min-width:1024px){
	.jobs-filters .col-md-3{
		flex:1 0 25%;
	}
}

.reset-filters-box{
	margin-bottom:15px
}
a.view-all-btn{
	display: inline-block;
	background-color: #bd9d5c;
	color: #fff;
	padding: 10px 20px;
}



.job-offer{
	border:1px solid #ccc;
	font-family:"Roboto", sans-serif;
	margin-bottom:30px;
}
.job-offer header{
	padding:15px 20px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-bottom:1px solid #ccc;
}
.job-offer header > .image{
	flex:0 0 78px;
	margin-right:20px;
	height:78px;
	display:flex;
	align-items:center;
}
.job-offer header > .title{
	flex:1 0 50%;
	margin-right:20px;
}
.job-offer header > .title h2{
	color: #3b3a3c;
	font-size: 16px;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
.job-offer header > .title > div{
	font-weight:500;
	color:#666;
	margin-top:10px;
}
.job-offer header > .title h2 a{
	color: #bd9d5c;
}
.job-offer header > a{
	flex:0 0 auto;
	display:block;
	background-color:#bd9d5c;
	color:#fff;
	padding: 10px 20px;
}
.job-offer .content{
	padding:15px 20px;
}
.job-offer .content aside ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none outside none;
	padding:0;
	margin-bottom:25px;
}
.job-offer .content aside li{
	font-weight:500;
	color:#3b3a3c;
	margin-right:30px;
}
.job-offer .content aside li i{
	color:#bd9d5c;
}
.job-offer .content > p{
	font-size:16px;
}

ul.page-numbers{
	display:flex;
	list-style:none outside none;
	flex-wrap:wrap;
	padding:0;
}

ul.page-numbers li{
	margin-right:2px;
	font-size:14px;
}

ul.page-numbers li a,
ul.page-numbers li span{
	display:block;
	width:40px;
	padding:8px 0;
	background-color:#e1e1e1;
	transition:background-color 0.3s ease, color 0.3s ease;
	text-align:center;
	color:#666;
	line-height:1.1em;
}

ul.page-numbers li a:hover,
ul.page-numbers li span{
	color:#FFF;
	background-color:#bd9d5c;
}

ul.page-numbers li a.next,
ul.page-numbers li a.prev{
	text-indent:-50000px;
	overflow:hidden;
	position:relative;
}

ul.page-numbers li a.next i,
ul.page-numbers li a.prev i{
	position:absolute;
	left:50%;
	margin-left:-4px;
	text-indent:0;
	margin-top:2px;
}


.wpcf7-form{
	
}

.wpcf7-form .row{
	margin:0 -10px;
	display:flex;
	flex-wrap:wrap;
}

.wpcf7-form .field-box{
	padding:0 10px;
	flex:0 0 100%;
	margin-bottom:20px;
}

.wpcf7-form .field-box input[type="text"],
.wpcf7-form .field-box input[type="email"],
.wpcf7-form .field-box input[type="tel"],
.wpcf7-form .field-box select{
	width:100%;
	height:55px;
	padding:6px 10px;
	border:2px solid #cccccc;
	border-radius:10px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-size:14px;
}

.wpcf7-form .hide-label > label > span:first-child{
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
	margin:0 -1px -1px 0;
}
.wpcf7-form br{
	display:none;
}

.wpcf7-form .file-box .wpcf7-form-control-wrap{
	border:3px dashed #cccccc;
	display:block;
}
.wpcf7-form .file-box input{
	display:block;
	width:100%;
	vertical-align:middle;
	text-align:center;
	padding:50px 10px;
}

.wpcf7-form .field-box input[type="text"]:focus,
.wpcf7-form .field-box input[type="email"]:focus,
.wpcf7-form .field-box input[type="tel"]:focus,
.wpcf7-form .field-box select:focus{
	border-color:#bd9d5c;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(189,157,92, 0.6)
}

@media screen and (min-width:1200px){
	.wpcf7-form .half-width{
		flex:0 0 50%;
	}
}

.wpcf7-form .field-box.submit input{
	width: auto;
	font-size: 14px;
	height: 55px;
	text-align: center;
	background: #1e0d0d;
	border: 1px solid #bd9d5c;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	border-radius: 8px;
	text-shadow: none;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 10px 0;
	vertical-align: middle;
}
.wpcf7-form .field-box.submit input:hover{
	background: #efefef;
	border-color: #bd9d5c;
	color: #bd9d5c;
}

.et_pb_column_2_tb_body .wpcf7-form .field-box label,
.et_pb_column_2_tb_body .wpcf7-form .field-box legend{
	color:#FFF;
}

.et_pb_column_2_tb_body .wpcf7-form .field-box.checkbox-list p > span > span{
	display:flex;
	flex-wrap:wrap;
}

.et_pb_column_2_tb_body .wpcf7-form .field-box.checkbox-list .wpcf7-list-item{
	margin:0;
	flex:0 0 50%;
}

@media screen and (min-width:1200px){
	.et_pb_column_2_tb_body .wpcf7-form .field-box.checkbox-list .wpcf7-list-item{
		flex:0 0 33.333333%;
	}
}


.logo-location{
	max-width:200px;
	margin:0 0 20px 0;
	display:block;
}
@media screen and (max-width:980px){
	.logo-location{
		margin:0 auto 20px auto;
	}
}