/*------- V job area --------*/

.filter-area .form-group > label {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.filter-area .checkbox {
    color: #959595;
}

.filter-area input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
}

.filter-area .form-group {
    margin-bottom: 30px;
}

.job-items {
    border-radius: 5px 5px 5px 5px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.job-items h2 {
    font-size: 20px;
    font-weight: 700;
}

.job-items h4 {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    border-bottom: 1px solid #F47338;
}

.job-items h4::before {
    content: "\e01d";
    font-family: "ETModules";
    color: #0c0c0c;
    font-weight: 900;
}

.job-items .short-content {
    padding: 10px 0 30px;
}

.view-btn {
    display: block;
    text-align: center;
}


/*-------------------  Contact Form -------------------------------------*/




::-webkit-input-placeholder { /* WebKit browsers */
color: #AAAAAA  !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #AAAAAA  !important;
opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #AAAAAA  !important;
opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #AAAAAA  !important;
opacity: 1;
}



.one_half {
    line-height:1.4em;
 }


div#submitButton {
    width: 100%;
    text-align: center;
}
span.wpcf7-list-item {
	padding-top:20px;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}
.upload-btn-wrapper .wpcf7-not-valid-tip {
    margin-top: 16px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	color:green !important;
	border: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	color:red !important;
	border: none !important;
	display: flex;
	
}


.cv-send-area .wpcf7-submit {
    border: none;
    border-radius:3px;
    color: #fff;
    font-size: 23px;
	font-weight: bold;
    padding: 5px 30px;
    cursor: pointer;
	background:#DA291C; /*Alterar a cor nos outros forms*/
}

 .cv-send-area > div {
    margin-bottom: 45px !important;
}

 .upload-btn-wrapper {
    position: relative;
    clear: both;
	padding-left:0px;
}


.btn-file {
    height: 35px;
    margin-bottom: 20px;
    border: none;
    padding: 10px 20px 10px 0px;
    font-size: 21px;
    border-radius: 3px;
    position: relative;
	box-shadow:none;
  	color: #AAAAAA;
}

.btn-file::after {
    content: "upload";
    position: absolute;
    right: -80px;
	top: 8px;
    padding: 0px 6px 0px 6px;
    background-color: transparent;
    border-radius: 5px;  
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    border: 2px solid #DA291C; /*mudar cor nos outros forms*/
    color: #3A3A3A; /*mudar cor nos outros forms*/
    font-weight: bold;
	font-size: 21px;
	font-family: "Source Sans Pro";
	
}

.cv-send-area input[type="file"] {
    position: absolute;
    left: 0;
    top: -6px;
    opacity: 0;
    height: 40px;
    z-index: 1;
    width: 80px;
	cursor:pointer;
}

.cv-send-area .file-name {
    display: block;
    margin-top: 20px;
}



.cv-send-area input[type="text"],
.cv-send-area input[type="tel"],
.cv-send-area input[type="email"],
.cv-send-area select {
    box-shadow: none;
	background:transparent;
    height: 35px;
    border-bottom: 1px solid #B3B3B3!important;
	border:none;
    width: 100%;
    border-radius: 0px;
    padding-left: 0px;
	font-size: 21px;
	color:#AAAAAA !important;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.cv-send-area input[type="text"],
.cv-send-area input[type="tel"],
.cv-send-area input[type="email"],
.cv-send-area select {
font-size: 18px;
	}
	.btn-file::after {
	font-size: 18px;
}
		.btn-file {
	font-size: 18px;
}
}

.full_column {
    text-align: center;
    margin-top: 50px;
}


.cv-send-area .location-select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}



.single-job .et_post_meta_wrapper {
    display: none;
}

.job-des {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

span.wpcf7-list-item-label {
	font-size:12px;
}
/*---------------------*/

@media (min-width: 981px) {
    .wpjb-container .wpjb-container-col-small {
        max-width: 40% !important;
        width: 400px !important;
    }
}


/*---------------------*/

.wpjb-field .wpjb-label {
    font-weight: 700;
    font-size: 17px;
}

.wpjb-job-listing .wpjb-title-row .job-title a {
    color: #000 !important;
}

.wpjb-item-content {
    max-width: 100% !important;
}

/*------Job area and contact form-------*/






/*----- end job area ------*/






/*show check box*/
span.wpcf7-list-item {
    margin: 0px !important;
}


/* -------- Contacts Page ------------ */

textarea#hiddenText {
    width: 100%;
}
