/*
Theme Name: Listable Child
Theme URI: https://pixelgrade.com/demos/listable/
Author: PixelGrade
Author URI: https://pixelgrade.com/
Description: A directory WordPress theme that will help you create and manage a local or global listings site.
Template: listable
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: listable-child-theme
Domain Path: /languages/
Tags: light, white, red

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Listable is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ADD YOUR NEW CSS RULES HERE */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: listable' line. */


.description_tooltip {
	display:none;
}

.fieldset-job_category, .fieldset-company_website, .fieldset-job_hours, .fieldset-dispo, .fieldset-source, .fieldset-company_tagline {
	display:none;
}

.card__featured-tag {
    background-color: #ff4d55;
    border-radius: 2px;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: 700;
    right: 14px;
	left:auto;
    letter-spacing: 0.1em;
    padding: 1px 4px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
}

.card__source-tag {
    background-color: #ff4d55;
    border-radius: 2px;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: 700;
    left: 144px;
    letter-spacing: 0.1em;
    padding: 1px 4px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
}

.card__category-tag {
    background-color: #ff4d55;
    border-radius: 2px;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: 700;
    left: 14px;
    letter-spacing: 0.1em;
    padding: 1px 4px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
}

table th.expires, table td.expires {
	display:none;
}

.myflex__left {
	margin-top:60px;
}

#wpadminbar {
    display: none;
}

.page-listings.admin-bar .site-header, .admin-bar.post-type-archive-job_listing .site-header {
	top:0;
}

.admin-bar .map {
	top:122px !important;
}

.page-listings .secondary-menu, .post-type-archive-job_listing .secondary-menu {
	text-align:right;
}

.secondary-menu {
	left:auto;
}

.secondary-menu, .secondary-menu-wrapper::before, .product__remove, .page-template-front_page .pac-container .pac-item:hover, .page-template-front_page .search_jobs--frontpage .search-submit, .facetwp-type-slider .noUi-connect, .card__featured-tag, .woocommerce-message, .no-results .clear-results-btn {
	background-color:#666;
}

.primary-menu > ul .children, ul.primary-menu .sub-menu {
	background-color:#888 !important;
}

.primary-menu > ul .children a:hover, ul.primary-menu .sub-menu a:hover {
	color:#000;
}

#submit-job-form input[type="submit"] {
	background-color:green !important;
}

footer a {
	color:#fff;
}

footer a:hover {
color:#fff !important;
text-decoration:underline;
}

.single:not(.single-job_listing) .entry-header.has-image:before, .page .entry-header.has-image:before {
	/*background-color:transparent;*/
	opacity:0.2 !important;
}

.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
	left: -450px;
    position: relative;
    right: auto;
    top: -20px !important;
    width: auto;
    z-index: 1000;
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
    left: -350px !important;
}
}