/*
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
*/


/* center text on home */
.home-feature-description p { text-align:center }

/* padding to top of mini job listing */
.job_listing-entry-header { padding-top:20px !important; }

/* user pic on job listing mini and maxi */
.job_listing-author-avatar img {  width:150px; height:150px; position: relative; z-index: 10;  border:10px solid #fff; border: 10px solid rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }

/* message me button on maxi */
.single-job-message-me-button { background-color:#33adc5 !important; }

/* remove box shadow in feautured mini */
.job_position_featured .content-box { box-shadow:none; }

/* new creation: subbox for location and title in mini */
.job_listing-entry-subbox { background-color:#c4c4c4;  padding:3%; height:100px }
.job_listing-entry-subbox .job_listing-title { font-size:20px  !important; }

/* black layer on mini and maxi to read font better */
.listing-cover.has-image:after, .entry-cover.has-image:after { background: rgba(0, 0, 0, .45) !important; }

/* remove BookMarkIcon in mini Footer */
.job_listing-entry-footer .wp-job-manager-bookmarks-form {display:none; }

/* remove comment date in maxi */
.comment-ago time {display:none; }


.job_listing-author-avatar { height:180px; }


/*
.search_jobs > div.search_keywords {
	display: none;
}




@media (min-width:768px) {
    .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled.home .search_jobs > div,
    .wp-job-manager-categories-enabled:not(.wp-job-manager-categories-multi-enabled) .search_jobs > div {
        width: 48.25%;
        margin-right: 3%;
    }
}
*/




.type-job_listing.style-grid .job_listing-entry-footer {
    display: none;
}



@media (min-width:768px) {
	.job_search_form { display:none; }
}

@media (min-width:992px) {
	.job_search_form { width:50% !important; display:block; }
}






.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}


/* display filters on mobile phone */
div.facets.job_filters.content-box.top{ display: block; }
.js-toggle-area-trigger { display:none; }


.google_map_link { color:#767676; }

/* hide field job region on submit a host */
.fieldset-job_region { display:none; }