/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* botoes laranja calendário */ 

.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	background-color: #D4FF00;
	color: #000;
	border: 2px solid #D4FF00;
	font-weight: bold;
}

.tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common-c-btn.tribe-events-c-search__button:focus,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus,
.tribe-common-c-btn.tribe-events-c-search__button:active,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:active {
	background-color: #000 !important;
	color: #fff !important;
	border: 2px solid #fff;
	font-weight: bold;
}
/* Linha de icones home */
.linha-de-icones .wpb_wrapper {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.linha-de-icones .wpb_wrapper .bwp-widget-banner.default {
	width: 12%;
}
/* SLIDER VC HOME */
.slider-max-height {
	height: 600px;
}
/* PAINEL DE ANUNCIOS */
.btn-add-anuncio {
  display: none;
}
.logged-in .btn-add-anuncio {
  margin-bottom: 45px;
  display: block;
  background: #D4FF00;
  width: 280px;
  padding: 9px 0px;
	color: #000;
}
.job-manager-form input,
.job-manager-form select,
.job-manager-form #wp-job_description-wrap,
.wpcf7 input,
.wpcf7 select {
	height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin: 0 5px 10px 0;
    font-weight: 300;
    border: 1px solid #000;
    background: transparent;
}
.job-manager-form #wp-job_description-wrap {
	height: initial;
	padding: 0;
}
.job-manager-form fieldset .wp-editor-container {
	border: 0;
}
.job-manager-form input[type=submit],
.job_listing_preview_title .button, .entry-content .job_listing_preview_title .button {
	background: #D4FF00;
	color: #000;
	border-color: #D4FF00;
	border: 0;
    padding: 6px 30px;
	height: 60px;
}
.job-manager-form input[type=submit] {
	padding: 0 30px;
}
#submit-job-form>p {
	margin-bottom: 45px;
	display: block;
}
.job_listing_preview_title, .entry-content .job_listing_preview_title {
	padding: 0;
	background: transparent;
}
.job_listing_preview {
	padding: 0;
	border: 0;
}
#job-manager-job-dashboard table,
#job-manager-job-dashboard table>tbody>tr>td,
#job-manager-job-dashboard table>thead>tr>th {
	border: 0;
}
#job-manager-job-dashboard .job-manager-jobs tr:nth-child(odd) {
    background-color: #eee;
}
#job-manager-job-dashboard .job-manager-jobs tr:nth-child(even) {
    background-color: #D4FF00;
}
#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th {
	padding: 15px;
}
a.job-dashboard-action-edit:hover,
a.job-dashboard-action-mark_filled:hover,
a.job-dashboard-action-duplicate:hover {
	color: #000;
	text-decoration: underline;
}
td.job_title>a {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
}
td.job_title a:hover {
	color: #000;
}
td.date,
th.date {
	text-align: center;
}
ul.job_listings li.job_listing a div.position .company {
	color: #000;
}
/* PAGE VAGAS */
.job_filters {
	background: transparent;
}
.job_filters .search_jobs {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em 0;
}
.job_filters .search_jobs>div input {
	font-size: 1.6rem;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #000;
}
.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location {
	padding: 0 15px 0 0;
}
.job_filters .search_jobs div.search_submit {
	padding-top: 0;
}
.job_filters .search_jobs div.search_submit input {
	background: #D4FF00;
	color: #000;
	border-color: #D4FF00; 
}
.job_filters .job_types {
	background: transparent;
	padding: 15px 0;
	border: 0;
}
.job_types label {
	font-size: 1.8rem;
	color: #000;
}
.job_filters .job_types li,
ul.job_listings li.job_listing,
div.job_listings ul.job_listings {
	border: 0;
}
ul.job_listings li.job_listing a img.company_logo {
	display: none;
}
ul.job_listings > li:nth-child(odd) {
    background-color: #D4FF00;	
}
ul.job_listings > li:nth-child(even) {
    background-color: #eee;
}
ul.job_listings li.job_listing a,
ul.job_listings li.job_listing a div.location,
li.job_listing a .meta .job-type {
	color: #000 !important;
	font-size: 1.8rem;
	line-height: 1.2;
}
ul.job_listings li.job_listing a div.position h3 {
	font-size: 2rem;
	line-height: 1.2;
}
ul.job_listings li.job_listing a div.position {
	padding: 0;
}
ul.job_listings li.job_listing a .meta li.date,
.type-job_listing.status-publish a .entry-date,
.type-job_listing.status-publish .date-posted{
	display: none;
}
/* SINGLE JOBS */
.single-job_listing .bwp-sidebar,
.single-job_listing .entry-meta{
	display: none;
}
.job-listing-meta.meta li.job-type {
	background: transparent !important;
	color: #000 !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 49%;
    margin: 0 9px 0 0;
}
form.wpcf7-form>p {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7-form-control-wrap.nome,
.wpcf7 select,
.wpcf7 input {
	width: 100%;	
}
.wpcf7 select {
	background: url(https://ambipar.com/site2020/wp-content/themes/ambipar/img/select-btn.png) no-repeat right 15px center;
}
.wpcf7 .full-width input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-top: 6px;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item label {
	display: flex;
}
span.wpcf7-list-item-label {
	width: 90%;
    margin: 0 0 15px 15px;
    font-size: 1.5rem;
}
.wpcf7 input[type="submit"] {
	width: initial;
    padding: 0 60px;
    background: #D4FF00;
    border-color: #D4FF00;
    color: #000;
    font-size: 2rem;
}
.logged-in .btn-add-anuncio:hover,
.wpcf7 input[type="submit"]:hover,
.job_filters .search_jobs div.search_submit input:hover,
.job-manager-form input[type=submit]:hover {
	color: #fff;
	border-color: #000;
	background: #000;
}
/* RETIRAR MARGENS ABAIXO DO BANNER */
.post-type-archive-tribe_events .bwp-main .page-title {
	margin: 0;
}
.vagas .bwp-main .page-title, 
.painel-de-vagas .bwp-main .page-title {
	margin: 0 0 30px 0;	
}
.publicar-uma-vaga  .bwp-main .page-title {
	margin: 0 0 60px 0;	
}
/* CORES VERDES */
.bwp-navigation ul>li.level-0.menu-item-has-children>a>span:after,
.bwp-navigation ul>li.level-0>ul.sub-menu li a:hover,
.bwp-recent-post.default2 .post-grid h2.entry-title a:hover {
	color: #D4FF00 !important;
}
.slick-dots li.slick-active button,
.text-block-3 .btn,
.bwp-navigation ul>li.level-0>a:before,
.woocommerce button.button:hover,
.woocommerce button.button,
.cart_totals .wc-proceed-to-checkout>a.wc-forward:hover {
	background: #D4FF00;
}
.text-block-3 .btn,
blockquote {
	border-color: #D4FF00; 
}
.bwp-navigation ul>li.level-0.current-menu-ancestor>a,
.bwp-navigation ul>li.level-0:hover>a,
.single-product .entry-summary .price,
.single-product .bwp-single-info .product_meta #report_abuse,
.woocommerce button.button,
.cart_totals .wc-proceed-to-checkout>a.wc-forward:hover,
.contact-info ul li strong {
	color: #000;
}
.woocommerce button.button[disabled],
.text-block-3 .btn.btn-primary:hover {
	color: #fff !important;
}
.text-block-3 .btn.btn-primary:hover {
	background: #000;
	border-color: #000 !important;
}
.single-product .entry-summary .price,
.contact-info ul li strong {
	font-weight: bold;
}
.single-product .bwp-single-info .product_meta #report_abuse {
	text-decoration: underline;
}

@media (max-width: 1550px) {
	.wpcf7-form-control-wrap {
		position: relative;
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.linha-de-icones .wpb_wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0;
	}
	.linha-de-icones .wpb_wrapper .bwp-widget-banner.default {
		width: 21%;
	}
}
@media (max-width: 767px) {
	.linha-de-icones .wpb_wrapper .bwp-widget-banner.default {
		width: 50%;
	}
	.job_filters .search_jobs {
		flex-direction: column;
	}
	.job_filters .search_jobs div.search_keywords,
	.job_filters .search_jobs div.search_location,
	.job_filters .search_jobs div.search_submit {
		width: 100%;
		padding: 0;
		margin-bottom: 6px;
		height: 60px;
	}
	.job_filters .job_types {
		display: flex;
		flex-wrap: wrap;
	}
	.job_filters .job_types li {
		width: 100%
	}
	ul.job_listings li.job_listing a .meta li {
		font-size: 1.8rem;
		line-height: 1.2;
		margin-top: 9px;
	}
	ul.job_listings li.job_listing a {
		display: flex;
		flex-direction: column;
	}
	ul.job_listings li.job_listing a div.position {
		width: 100%;
	}
	ul.job_listings li.job_listing a div.location,
	ul.job_listings li.job_listing a .meta {
		float: none;
		width: 100%;
		text-align: left;
		padding: 9px 0 0 0;
	}
}
@media (max-width: 600px) {
	.job-manager-jobs th.filled,
	.job-manager-jobs th.date,
	.job-manager-jobs th.expires,
	.job-manager-jobs td.filled,
	.job-manager-jobs td.date,
	.job-manager-jobs td.expires {
		display: none;
	}
	
}