/*
Theme Name: Listify - Child Theme 
Theme URI: http://astoundify.com/themes/listify
Author: Astoundify
Author URI: http://astoundify.com
Description: Your beautiful handcrafted directory.
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: listify-foursquare
Domain Path: /languages/
Tags: white, two-columns, one-column, right-sidebar, left-sidebar, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
Template: listify
*/



/* Listen-Eintrag mit Logo */

div#jmfe-custom-logo.jmfe-custom-field.logo-container {
	float: left;
	max-width: 50%;
	margin-right: 25px;
	clear: both;
}



/* icons ausschalten im Detail-View */
.map-widget-section .job_listing-directions, .map-widget-section .job_listing-phone,
.map-widget-section .job_listing-url, .map-widget-section .listing-email {
    margin-top: 0px !important;
}

.listing-email:before, .job_listing-url:before {
	content: none;
}



/* Suchbereich "Ort" unsichtbar */

.template-home .homepage-cover:not(.has-map) .update_results {width: 100%;}

.search_jobs > div.search_location {display: none;}

@media (min-width:320px){
.search_jobs > div.search_categories {width: 100% !important;}
.search_jobs > div.search_keywords {width: 100% !important;}
.template-home .homepage-cover.has-map .search_jobs, .template-home .listify_widget_search_listings .search_jobs {width: 100% !important;}
}

@media (min-width: 992px) {
.search_jobs > div.search_categories {width: 47% !important;}
.search_jobs > div.search_keywords {width: 47% !important;}
.template-home .homepage-cover.has-map .search_jobs, .template-home .listify_widget_search_listings .search_jobs {width: 70% !important;}
.template-home .homepage-cover:not(.has-map) .update_results {width: 30%;}
}


/* Tertäres-Menü (Hintergrundfarbe nicht weiß) */

.main-navigation, .tertiary-navigation {background-color: #009ade;}

/* Seiten-Title ausblebenden im Header */
.site-title {display: none;}

/* Mobile-Menu weiß */
a.navigation-bar-toggle {color: #fff;}

/* Mobile-Menu blau */
@media (max-width:992px) {
.nav-menu a, .nav-menu li:before, .nav-menu li:after, .nav-menu a:before, .nav-menu a:after, .nav-menu ul a, .nav-menu.primary ul ul a, .nav-menu.primary ul ul li:before, .nav-menu.primary ul ul li:after {color: #009ee0;}
}

/* Stern-Bewertungen ausblenden */
.job_listing-rating-wrapper,.map-marker-info .rating {display: none;}
.type-job_listing.style-grid .job_listing-entry-footer {display: none;}

/* Reset-Box und RSS-Box bei Suche ausblenden */
.showing_jobs {display: none !important;}


/* Pakete-Preis-Darstellung bei Registrierung */
@media (min-width:992px) {
    .job-packages.inline .job-package {
        display: inline-block;
        width: 46%;
        margin-right: 3%;
        vertical-align: middle
    }