/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.26.6.1564652797
Updated: 2019-08-01 10:46:37

*/


/******* job css *******/
.job_filters .search_jobs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}
@media all and (max-width: 479px) {
	.job_filters .search_jobs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	
}
}
.job_filters .search_jobs div.filter_last, 
.job_filters .search_jobs div.search_location {
	float: none !important;
	padding-left: .0;
	width: 100% !important;
}
.job_filters .search_jobs div.search_keywords {
	display: none;
}

.job_filters .search_jobs input, 
.job_filters .search_jobs select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0 !important;
	padding: 16px 25px;
}
.job_filters .search_jobs input{
	border:1px transparent;
}
.job_filters .search_jobs div.search_submit {
	padding-top: 0 !important;
}

#job-manager-job-dashboard table td, 
#job-manager-job-dashboard table th {
	padding: .5em 1em .5em 1em !important;
}

.fake-input, input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="number"], 
input[type="tel"], i
nput[type="phone"], 
input[type="url"], 
textarea, select {
	padding: 14px 18px;
	outline: none;
	font-size: 15px;
	color: #909090;
	margin: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fcfcfc;
	font-weight: 500;
	border: 1px solid #e0e0e0;
	opacity: 1;
}

a.button.gray.app-link.opened, 
.upload-btn, 
a.button.dark, 
button, 
a.button, 
.submit-page .button.linkedin-btn, 
input[type="button"], 
input[type="submit"] {
	background-color:  #db414c;
	padding: 12px 22px;
	color:#fff !important;
	border:2px transparent;
	border-radius:50px;
}

a.button.gray.app-link.opened:hover, 
.upload-btn, 
a.button.dark, 
button:hover, 
a.button:hover, 
.submit-page .button.linkedin-btn:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	background-color: #0e2d57;
	cursor:pointer;
}

/******** contact form 7 btn **********/
.wpcf7-submit {
color: #fff !important;

width:100%;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
padding: 10px 20px;
line-height: 1.7em;
background: #db414c;
border:2px transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #0e2d57;
border:2px transparent;
padding: 10px 20px;
}