/**
 * Theme Name: Jobify - Extended
 * Theme URI: https://astoundify.com/
 * Author: Astoundify
 * Author URI: http://astoundify.com
 * Description: Everything you need to build a professional job board.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, one-column, right-sidebar, fixed-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
 * Template: jobify
*/
/**
 * The parent theme's CSS is automatically included so there is no need
 * to use the @import rule to include the parent theme CSS.
 *
 * Place Custom CSS Below this.
 */
 .um-gallery-form-field {
  margin-bottom: 10px;
  display: none;
}
.button {
	padding: 20px 20px !important;
}
.job_manager-category-dropdown {
overflow: none;
}

.job_listing-logo {
	width: 24%;
}

@media screen and (min-width:768px){
	.job_listing-logo {
		width: 19%;
	}
}

@media screen and (min-width:992px){
	.job_listing-logo {
		width: 9%;
	}
    .job_listing-location {
        float: right;
        padding-top :10px;
    }
}

@media screen and (min-width:1200px){
	.job_listing-logo {
		width: 5%;
	}
    .job_listing-location {
        float: right;
        padding-top :10px;
    }
}

.um-user-gallery-right-inner {
	display: none;
}

.um-user-gallery-left {
	width: 100%;
}

.sharing-buttons {
	text-align: center;
}

@media screen and (max-width:480px) {
	.job_listing-about, .resume-about {
		width: 100%;
		margin-left: 0;
		display: block;
	}
}