/*
Theme Name: Jobify
Theme URI: http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604
Author: Astoundify
Author URI: http://astoundify.com/
Description: A beautiful job board site completely integrated with WP Job Manager. Use 10+ custom widgets including an interactive map, multiple sliders, testimonials, and more to create a unique homepage in seconds. Also supports all official WP Job Manager addons including Resume Manager, WooCommerce Paid Listings, and more.
Version: 1.7.1
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, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;

	 -webkit-font-smoothing: antialiased;
	 
	 font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	min-width: 1140px;
	height: 100%;
	padding-top:0px !important;
}

html,
button,
input,
select,
textarea {
	font-family: "Open Sans", Helvetica, sans-serif;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	color: #818080;
	line-height: 1.5;
	margin: 0;
	background: #ffffff;
}

a {
	text-decoration: none;

	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Quattrocento', serif;
	line-height: 1.3;
}

h1 {
	font-size: 34px;
	margin: 33px 0;
}

h2 {
	font-size: 28px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 12px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
	opacity: 0.8;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.site-header .container:after,
.footer-widgets:after,
.copyright:after,
.job_listing:after,
.homepage-widget:after,
.callout:after,
.search_jobs:after,
.search_resumes:after,
.job_types:after,
.job-overview-content:after,
.job-dashboard-actions:after,
.pricing-table-widget:after,
.hentry:after,
.blog-archive:after,
.content-grid:after,
.rcp_user_fieldset:after,
.entry-summary form:after,
#content:after,
.single-job-spotlight-actions:after,
#searchform:after,
.gfield:after,
.job_listing_preview_title input[name="continue"]:after {
	clear: both;
}

.clear:before,
.clear:after,
.site-header .container:before,
.site-header .container:after,
.footer-widgets:before,
.footer-widgets:after,
.copyright:before,
.copyright:after,
.job_listing:before,
.job_listing:after,
.homepage-widget:before,
.homepage-widget:after,
.callout:before,
.callout:after,
.search_jobs:before,
.search_jobs:after,
.search_resumes:before,
.search_resumes:after,
.job_types:before,
.job_types:after,
.job-overview-content:before,
.job-overview-content:after,
.job-dashboard-actions:before,
.job-dashboard-actions:after,
.pricing-table-widget:before,
.pricing-table-widget:after,
.hentry:before,
.hentry:after,
.blog-archive:before,
.blog-archive:after,
.content-grid:before,
.cotnent-grid:after,
.rcp_user_fieldset:before,
.rcp_user_fieldset:after,
.entry-summary form:before,
.entry-summary form:after,
#content:before,
#content:after,
.single-job-spotlight-actions:before,
.single-job-spotlight-actions:after,
#searchform:before,
#searchform:after,
.gfield:before,
.gfield:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text,
.site-description,
.search_jobs label,
.search_resumes label {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
label {
	font: bold 14px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
}

button,
input,
textarea {
	font: 400 17px "Open Sans", Helvetica, sans-serif;
	padding: 11px 15px;
	border: 0;
}

select {
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
select {
	/*font-size: 16px;*/
	font-size: 14px;
	/*padding: 10px 14px;*/
	padding: 5px 14px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
}

body .wp_themeSkin table.mceLayout,
#wp-resume_content-wrap,
.wp-editor-wrap {
	border: 1px solid #ccc;
}

input:focus,
textarea:focus,
select:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {

}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption,
.campaign-feature-image img {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.wp-caption-text {
	margin: 12px 0;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/** Buttons */
.button,
.button-small,
.button-medium,
.button-secondary,
input[type="submit"],
button,
.load_more_jobs,
.load_more_resumes,
#wp-submit,
#submitcomment,
#searchsubmit,
.jobify_widget_slider a.button-secondary,
.jobify_widget_slider_hero a.button {
	font: bold 18px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 50px;
	border-radius: 8px;
	display: inline-block;
	border: 2px solid transparent;

	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

a.button {
	color: #fff;
}

.button:hover,
#wp-submit:hover,
#submitcomment:hover,
#searchsubmit:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: none;
}

.button-secondary:hover,
.load_more_jobs:hover,
.load_more_resumes:hover {
	text-decoration: none;
	color: #fff;
}

.button-small,
input.button-small {
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 4px;
}

.woocommerce .button-small {
	font-size: 13px;
	padding: 8px 10px;
}

.woocommerce .woocommerce-message .button-small,
.woocommerce .woocommerce-checkout .button-secondary.button-small {
	float: right;
	font-size: 12px;
	padding: 5px 10px;
}

.woocommerce .checkout_coupon .button-small {
	padding: 11px;
}

.button-medium,
input.button-medium,
#wp-submit,
#submitcomment,
#searchsubmit,
.entry-summary form input[type="submit"] {
	font-size: 15px;
	padding: 14px 24px;
}

.application_button,
.resume_contact_button,
.job-tag {
	font: bold 15px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	background-color: #f08d3c;
	padding: 15px 50px;
}

.job-meta .application_button {
	width: 100%;
}

.job_listing .job-tag,
.resume .job-tag,
.resume_preview .job-tag,
.job_listing_preview .job-tag {
	font-size: 13px;
	color: #fff;
	padding: 8px 15px;
	margin: 0 8px 8px 0;
	border-radius: 20px;
	display: inline-block;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#page {
	overflow-x: hidden;
}

.site-main,
.footer-cta,
.site-footer {
	position: relative;
	z-index: 2;
}

.site-header {
	position: relative;
	z-index: 3;
}

.outer-wrapper {
	overflow-x: hidden;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.container,
.site-content.full,
.site-main .textwidget {
	margin: 0 auto;
	width: 1170px;
	float: none;
	max-width:100%;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	padding: 35px 0;
	box-shadow: inset rgba(0, 0, 0, .10) 0 -4px 0;
}

.site-branding {
	float: left;
}

.site-primary-navigation {
	float: right;
}

/**
 * Branding
 */
.site-branding {
	color: #fff;
	text-decoration: none;
}

.site-branding:hover {
	text-decoration: none;
}

.site-title {
	font: bold 36px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.site-title span,
.site-title img {
	float: left;
}

/**
 * Primary Navigation
 */
.nav-menu-primary ul,
.nav-menu-primary {
	/*font: bold 14px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;*/
	font: normal 16px/normal 'Quattrocento', sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu-primary  a{
	font: normal 16px/normal 'Quattrocento', sans-serif;
}

.nav-menu-primary ul li,
.nav-menu-primary li {
	margin-left: 0px;
	float: left;
	position: relative;
}

.nav-menu-primary li.login > a {
	border: 2px solid #fff;
	border-radius: 4px;
	display: inline-block;
}

.nav-menu-primary ul li a,
.nav-menu-primary li a {
	vertical-align: middle;
	color: #fff;
	margin: 2px 0;
	padding: 8px 14px;
	display: block;
	border: 2px solid transparent;
}

.nav-menu-primary ul li a:hover,
.nav-menu-primary li a:hover {
	text-decoration: none;
}

.nav-menu-primary li.has-children a:after {
	 content: '\e874';
}

.nav-menu-primary li.has-children li a:after {
	content: '';
}

.nav-menu-primary .sub-menu,
.nav-menu-primary .children {
	display: none;
	padding: 20px 0;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99999;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: inset rgba(0, 0, 0, .10) 0 -4px 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	transform:         translate(-50%, 0);
}

.nav-menu-primary .sub-menu li,
.nav-menu-primary .children li {
	margin: 0;
	padding: 0;
}

.nav-menu-primary .sub-menu li:last-child,
.nav-menu-primary .children li:last-child {
	border-bottom: 0;
}

ul.nav-menu-primary ul a,
.nav-menu-primary ul ul a {
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 8px 10px;
	width: 180px;
	display: block;
}

ul.nav-menu-primary ul a:hover,
.nav-menu-primary ul ul a:hover {

}

ul.nav-menu-primary li:hover > ul,
.nav-menu-primary ul li:hover > ul,
ul.nav-menu-primary li:hover ul > ul,
.nav-menu-primary ul li:hover ul > ul {
	display: block;
}


ul.nav-menu-primary li:hover ul ul,
.nav-menu-primary ul li:hover ul ul {
	top: 0;
	margin-top: 0;
	left: 270px;
	border-radius: 6px;
}

.primary-menu-toggle {
	line-height: 40px;
	height: 40px;
	display: none;
	float: right;
}

.primary-menu-toggle i {
	font-size: 44px;
	color: #fff;
}

.site-primary-navigation #searchform {
	display: none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.page-header {
	font: normal 38px/normal 'Quattrocento', sans-serif;
	text-align: center;
	padding: 20px 0;
	background: #fafafa;
	border-bottom: 1px solid #ccc;
}

.page-header.has-image {
	padding: 0;
	border: 0;
	max-height: 400px;
	overflow: hidden;
}

.page-header.has-image img {
	min-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.page-title {
	font-weight: normal;
	color: #797979;
}

.page-subtitle {
	font: normal 14px/normal 'Montserrat', sans-serif;
	color: #9a9b9e;
	margin-top: -15px;
}

.page-subtitle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-subtitle li {
	padding: 0 20px 0 10px;
	border-right: 1px solid #ccc;
	display: inline-block;
}

.page-subtitle li.job-type {
	text-align: center;
	padding: 3px 10px;
	border-right: 0;
}

.page-subtitle li:last-child {
	border-right: 0;
}

.page-content {
	margin: 60px 0;
}

.blog-archive {
	margin: 100px 0 0;
}

.entry-content {
	margin: 0px auto 0;
}

.entry-content .job-manager-form,
.entry-content .job-manager-error {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.entry-content form[name="loginform"] .job-manager-error {
	max-width: 100%;
	width: 100%;
}

.entry-content p,
.contact-form div {
	color: #8c8d90;
	line-height: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: normal;
}

.entry-summary form {
	margin: 20px 0;
}

.entry-summary form p label {
	width: 80%;
	float: left;
}

.entry-summary form p input[type="submit"] {
	width: 18%;
	float: right;
	padding: 10px 24px;
	margin-top: 17px;
}

.paginate-links {
	text-align: center;
	margin: 40px auto;
}

.paginate-links .page-numbers {
	font: normal 13px/normal 'Montserrat', sans-serif;
	text-align: center;
	padding: 8px 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.paginate-links .page-numbers:hover {
	color: #fff;
	text-decoration: none;
}

.paginate-links .page-numbers.prev,
.paginate-links .page-numbers.next {
	padding: 8px;
}

.blog-archive .hentry {
	margin-bottom: 75px;
}

.blog-archive .hentry:last-child,
.blog-archive .hentry:last-of-type {
	margin-bottom: 0;
}

.hentry {

}

.entry-feature {
	margin: 0 0 34px;
	border-radius: 6px;
	overflow: hidden;
}

.entry-header a {
	color: #8c8d90;
}

.entry-header a:hover {
	text-decoration: none;
}

.entry-author img {
	margin: 0 0 18px;
	border-radius: 50%;
	display: block;
}

.entry-meta,
.entry-share {
	font-size: 13px;
	margin: 8px 0;
}

.entry-share .twitter-share-button,
.entry-share .fb-share-button,
.entry-share .IN-widget {
	margin-bottom: 10px;
	display: block !important;
	text-align: left !important;
}

.zilla-likes:before,
.zilla-likes.active:before {
	font-size: 16px;
	content: '\e808';
	vertical-align: baseline;
}

.zilla-likes.active:before {
	content: '\e807';
}

.entry-title {
	font-size: 38px;
	font-weight: normal;
	margin: 0 0 24px;
}

.entry-title a {
	color: #8c8d90;
	font-family: 'Quattrocento', serif;
}

.entry-title a:hover {
	text-decoration: none;
}

.comments-link {
	display: block;
}

.jobify_widget_blog_posts .comments-link {
	display: inline-block;
}

.comments-title {
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-top: 50px;
}

.comments-title,
#reply-title {
	font-size: 19px;
	font-weight: normal;
	margin: 40px 0;
}

#reply-title {
	margin: 80px 0 40px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

.comment {
	margin-bottom: 35px;
}

.comment-list .children {
	margin-left: 100px;
}

.comment-avatar {
	display: block;
	margin-bottom: 10px;
	width: 75px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.comment-list .children .comment-avatar {
	width: 40px;
}

.comment-list .children .comment-avatar img {
	width: 40px;
	height: 40px;
}

.comment-meta,
.comment-meta a {
	color: #919191;
}

.comment-meta,
.comment-content,
.comment-awaiting-moderation {
	margin-left: 100px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-list .children .comment-meta,
.comment-list .children .comment-content,
.comment-list .children .comment-awaiting-moderation  {
	margin-left: 60px;
}

.comment-author .fn,
.comment-reply-link {
	font-size: 14px;
	font-style: normal;
}

.comment-list .edit-link {
	float: right;
}

.comment-reply-link {
	margin-left: 10px;
}

.comment-meta,
.comment-meta a {
	font-size: 13px;
	margin-bottom: 18px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

#commentform input[type="submit"] {
	display: inline-block;
	width: auto;
}

#commentform input[type="text"] {
	width: 50%;
	display: block;
}

/**
 * None
 */
#searchform input[type="text"] {
	padding: 15px;
	width: 80%;
	float: left;
}

#searchform input[type="submit"] {
	width: 18%;
	float: right;
}

/**
 * Misc
 */
.sticky,
.bypostauthor {

}

/**
 * Grid
 */
.content-grid .hentry {
	width: 31%;
	margin-right: 3%;
	float: left;
}

.content-grid .hentry:nth-child(3n) {
	margin-right: 0;
}

.content-grid .hentry .entry-header,
.content-grid .hentry .entry {
	width: 100%;
	float: none;
}

.content-grid .entry-header img {
	border-radius: 6px;
}

.content-grid .featured-image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.content-grid .featured-image .overlay {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 6px;

	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

.content-grid .featured-image i {
	font-size: 40px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.content-grid .featured-image:hover .overlay {
	opacity: .8;
}

.content-grid .entry-title {
	font-size: 24px;
	margin: 30px 0 10px;
}

.content-grid .entry-meta {
	margin: 0 0 10px;
}

.jobify_widget_blog_posts .content-grid {
	margin: 60px 0 0;
}

/* =Global Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 30px;
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	margin: 5px 0;
}

.widget a {
	text-decoration: none;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	min-width: 100%;
}

/** Calendar */
#wp-calendar {
	margin: 0;
	width: 100%;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

#wp-calendar caption {
	text-transform: uppercase;
	font-weight: bold;
}

#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}

/** RSS */
.widget_rss li {
	margin-bottom: 20px;
}

.widget_rss li:before {
	content: ' ';
}

.widget_rss li a {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

.widget_rss li a:hover {
	background: none;
}

.widget_rss .rss-date {
	font-size: 13px;
	display: block;
	margin: 5px 0;
}

/** Text */
.widget_text {
	/*margin: 40px 0;*/
}

/** Search */
.widget.widget_search #searchform input[type="text"] {
	margin-right: 5%;
	width: 72%;
}

.widget.widget_search #searchform #searchsubmit {
	font-size: 24px;
	padding: 9px;
}

/**
 * 6.0 Jobs
 * ----------------------------------------------------------------------------
 */

.job-manager-error,
.job-manager-message,
.rcp_message.error,
.gform_wrapper .validation_error,
.ninja-forms-response-msg.ninja-forms-error-msg,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	margin: 40px auto;
	padding: 20px;
	background-color: #fcf2f2;
	border: 0;
	border-left: 5px solid #df7c7b;
}

div.wpcf7-mail-sent-ok {
	background-color: #fafcf2;
	border-left-color: #87df7b;
}

.ninja-forms-field-error,
body span.wpcf7-not-valid-tip {
	color: #df7c7b;;
	font-size: 90%;
}

div.wpcf7-response-output {
	margin-bottom: 0;
}

.rcp_message p {
	margin-bottom: 0;
}

.job-manager-message {
	background-color: #f9fcf2;
	border-left: 5px solid #a1df7b;
}

.entry-content .add-job {
	margin: 40px 0;
	text-align: right;
	display: block;
}

.entry-content div.job_listings,
.entry-content div.resumes {
	clear: both;
	margin: 40px 0 0;
	text-align: center;
}

.search_jobs,
.resume_filters .search_resumes {
	/*padding: 30px 30px 15px;*/
	padding: 15px 30px 5px;
	box-shadow: inset 0 4px 0 rgba(255, 255, 255, .50);
}

.search_jobs input,
.search_jobs select,
.search_resumes input,
.search_resumes select {
	background: #fff;
	border: 0;
	border-radius: 4px;
}

.search_jobs input[type="submit" ],
.search_resumes input[type="submit"] {
	font-size: 14px;
	background: white;
	color: gray;
	/*padding: 11px;*/
	padding: 4px 11px 5px 11px;
	margin-right: 0;
	width: 100%;
}

.search_jobs [class^="col-"],
.search_resumes [class^="col-"] {
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
}

.live-map .filter_by_tag,
.live-map .job_types,
.live-map .showing_jobs,
.live-map .showing_resumes {
	display: none;
}

.search_jobs .filter_by_tag {
	color: #fff;
	text-align: left;
	float: none;
	clear: left;
	margin: 15px 15px 0;
	width: 100%;
}

.search_jobs .filter_by_tag a {
	color: #fff;
	font: bold 12px/normal 'Montserrat', sans-serif !important;
}

.filter_wide.filter_by_tag a.active:before {
	content: '\2715';
}

.job_types {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	border-width: 0 1px;
}

.job_types li {
	font: bold 12px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	float: left;
	border-right: 1px solid #ccc;
	padding: 20px;
}

.no_job_listings_found {
	padding: 20px;
}

.showing_jobs,
.resume_filters .showing_resumes {
	font-size: 1em;
	text-align: left;
	background: #fafafa;
	border: 1px solid #ccc;
	border-width: 1px 1px 0;
	padding: 15px 20px;
}

.showing_jobs span,
.showing_resumes span {
	font-size: 13px;
}

.showing_jobs .reset,
.showing_jobs .rss_link,
.showing_jobs .alert,
.showing_resumes .reset {
	font: bold 12px/normal 'Montserrat', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	float: right;
	margin: 6px 0 0 10px;
}

.showing_jobs .reset:hover,
.showing_jobs .rss_link:hover,
.showing_jobs .alert:hover,
.showing_resumes .reset:hover {
	text-decoration: none;
}

.showing_jobs .reset:before,
.showing_resumes .reset:before {
	content: '\2715';
}

.showing_jobs .rss_link {
	color: #f08d3c;
}

.showing_jobs .rss_link:before {
	content: '\e854';
}

.showing_jobs .alert {
	color: #bf3737;
}

.showing_jobs .alert:before {
	content: '\e861';
}

.job_listing a,
.job_listing_preview a,
.type-resume a,
.resume_preview a,
.company-social a {
	color: #787878;
}

ul.job_listings,
ul.resumes {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #fff;
}

ul.job_listings.loading,
ul.resumes.loading {
	min-height: 96px;
	position: relative;
}

ul.job_listings.loading:before,
ul.resumes.loading:before {
	font-size: 20px;
	content: '\e892';
	position: absolute;
	top: 45%;
	left: 45%;

	-webkit-animation: rotate 1s infinite linear;
	-moz-animation: rotate 1s infinite linear;
	-ms-animation: rotate 1s infinite linear;
	-o-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
}

.entry-content ul.job_listings.related {
	border-radius: 6px;
}

.job_listing,
.job_listing_preview,
ul.resumes li.resume {
	font: 16px/normal 'Open Sans', sans-serif;
	text-align: left;
	color: #787878;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

ul.resumes li.resume a,
ul.resumes li.no_resumes_found a {
	padding: 0;
}

li.job_listing img,
li.job_listing .position,
li.job_listing .location,
li.job_listing .meta,
li.type-resume img,
li.type-resume .candidate-column,
li.type-resume .candidate-location-column,
li.type-resume .resume-meta {
	margin-right: 3%;
	float: left;
}

li.job_listing img,
li.type-resume img {
	width: 50px;
	border-radius: 4px;
}

.job_listing .position,
.type-resume .candidate-column {
	width: 43%;
}

.job_listing .position h3,
.type-resume .candidate-column h3 {
	font-size: 16px;
	margin: 4px 0;
	padding: 0;
}

.job_listing .company,
.type-resume .candidate-title {
	font-size: 14px;
	color: #919191;
	margin: 4px 0;
}

.job_listing .location,
li.type-resume .candidate-location-column {
	width: 25%;
	line-height: 50px;
}

.job_listing .location:before,
li.type-resume .candidate-location:before {
	font-size: 24px;
	content: '\e843';
	vertical-align: middle;
	margin-right: 0;
}

li.job_listing .meta,
.job_listing_preview .meta,
li.type-resume .resume-meta {
	text-align: center;
	width: 15%;
	max-width: 160px;
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.job_listing .meta .date,
.job_listing_preview .meta .date,
li.type-resume date,
li.type-resume .resume-category {
	font-size: 14px;
	margin-top: 3px;
}

.job-type {
	font: bold 12px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
}

.job_listing:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.job_listing:last-child,
ul.resumes li.resume:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.job_listing:only-child,
ul.resumes li.resume:only-child {
	border-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.home ul.resumes,
.home .job_listing:only-child,
.home ul.resumes li.resume:only-child {
	border-radius: 5px ! important;
}

.entry-content .job_listings ul.job_listings .job_listing:first-child,
.site-main .textwidget ul.job_listings .job_listing:first-child {
	border-radius: 0;
}

.load_more_jobs,
.load_more_resumes {
	font: bold 14px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 10px 30px;
	margin: 20px auto;
	border-radius: 6px;
}

.load_more_jobs:before,
.load_more_resumes:before {
	content: '\e817';
}

.no_resumes_found {
	padding: 10px;
}

.job_listings li.indeed_job_listing+li.job_listing,
.indeed_attribution.job_listing {
	border-top-width: 0;
}

.job_listings li.indeed_attribution a {
	float: none;
}

.job_listings li.indeed_attribution img {
	float: none;
	width: auto;
}

/**
 * Single Job
 */
.page-subtitle span.job-type {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-right: 0;
}

.job-overview-content,
.single-resume-content {
	line-height: 24px;
}

.job-overview-title,
.job_listing-widget-title-top,
.sidebar-widget-title {
	/* font-weight: normal; */ 
	font-size: 23px;
	color: #787878;
	margin-top: 0;
}

.job_listing-widget-title {
	font-weight: normal;
	text-align: center;
	font-size: 13px;
	color: #919191;
	margin: 10px 0 25px;
}

.job_listing-widget {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.job_listing-widget.jobify_widget_job_apply,
.job_listing-widget.jobify_widget_job_type,
.job_listing-widget.jobify_widget_job_company_logo,
.single-job_listing .job_listing-widget.default-widget:nth-child(-n+3),
.single-resume .job_listing-widget.default-widget:nth-child(-n+2) {
	padding: 0;
	margin-bottom: 15px;
	border: 0;
}

.job_listing-widget:last-child {
	border: 0;
}

/** Top Widgets */
.job-meta-top {
	border-bottom: 1px solid #eee;
	padding: 0 0 60px;
	margin-bottom: 60px;
}

.job_listing-widget-top {
	margin-bottom: 25px;
}

.single-resume .col-md-3 .job_listing-widget-top.default-widget:first-child,
.single-job_listing .col-md-3 .job_listing-widget-top.default-widget:first-child {
	margin-bottom: 0;
}

.single-resume .col-md-3 .job_listing-widget-top.default-widget:first-child img {
	min-width: 100%;
}

.job_listing-widget-top.jobify_widget_job_share .entry-share > *,
.col-md-5 .job_listing-widget-top.default-widget .entry-share > * {
	float: left;
	margin-right: 20px;
}

#twitter-widget-0 {
	width: 80px !important;
}

.job_listing-widget-top.jobify_widget_job_company_logo a {
	border-radius: 50%;
	display: block;
	overflow: hidden;
	background: #eee;
}

.company_logo {
	max-width: 100%;
}

.job_listing-widget ul,
.job_listing-widget-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.job_listing-widget li {
	margin: 0 0 15px;
}

.job_listing-widget-top li {
	margin-bottom: 5px;
}

.company-social-title {
	font-size: 13px;
	color: #919191;
}

.company-social,
.resume-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.company-social li:last-child,
.resume-categories li:last-child {
	margin-bottom: 0;
}

.company-social a:hover {
	text-decoration: none;
}

.job-category {
	text-align: center;
	display: block;
}

.company-social li i {
	text-align: center;
	width: 25px;
}

.job_listing-widget-top.jobify_widget_job_company_social,
.job_listing-widget-top.jobify_widget_resume_links,
.col-md-4 .job_listing-widget-top.default-widget:first-child {
	margin-bottom: 5px;
}

.job_listing-widget-top .company-social,
.job_listing-widget-top .resume-links {
	overflow: hidden;
}

.job_listing-widget-top .company-social li,
.job_listing-widget-top .resume-links li {
	margin: 0 15px 20px 0;
	float: left;
}

.job-overview-content h2,
.job-overview-content h3,
.job-overview-content h4,
.job-overview-content h5 {
	font-weight: normal;
}

/**
 * Submit Job
 */
.job-manager-form {
	margin: 0 auto;
}

.job-manager-form h2 {
	font-size: 23px;
	color: #787878;
	font-weight: normal;
	margin: 40px 0;
}

.job-manager-form fieldset,
body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
	margin: 0 0 40px;
	padding: 0;
	border: 0;
}

.entry-content .job-manager-form p {
	margin: 40px 0;
}

.job-manager-form .fieldset-job_type,
.job-manager-form .fieldset-job_category,
.job-manager-form .fieldset-company_name,
.job-manager-form .fieldset-company_website,
.job-manager-form .fieldset-company_twitter,
.job-manager-form .fieldset-company_facebook,
.job-manager-form .fieldset-company_google,
.rcp_user_fieldset p {
	margin-right: 6%;
	width: 47%;
	float: left;
}

.job-manager-form .fieldset-job_category,
.job-manager-form .fieldset-company_tagline,
.job-manager-form .fieldset-company_website,
.job-manager-form .fieldset-company_facebook,
.rcp_user_fieldset #rcp_user_email_wrap,
.rcp_user_fieldset #rcp_user_last_wrap,
.rcp_user_fieldset #rcp_password_again_wrap {
	margin-right: 0;
}

.fieldset-job_description,
.fieldset-job_tags {
	clear: left;
}

.fieldset-company_logo,
.fieldset-company_linkedin {
	clear: both;
}

.job-manager-form .account-sign-in {
	padding: 20px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}

.job-manager-form .account-sign-in .button {
	font-size: 12px;
	margin-top: -3px;
	padding: 5px 10px;
	border-radius: 4px;
	float: right;
	margin-left: 10px;
}

.job_listing_preview_title,
.resume_preview_title {
	font-weight: normal;
	text-align: center;
	line-height: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow:  hidden;
}

.job_listing_preview_title input[name="continue"],
.resume_preview_title input[name="continue"] {
	float: right;
}

.job_listing_preview_title input[name="edit_job"],
.resume_preview_title input[name="edit_resume"] {
	float: left;
}

.job_listing_preview_title h2,
.resume_preview_title h2 {
	padding-top: 40px;
}

.job-manager-form .field.has-select,
.search_category,
.search_categories {
	position: relative;
}

.job-manager-form .field.has-select,
.search_category,
.search_categories {
	font-size: 16px;
	/*padding: 10px 14px; */
	padding: 4px 14px 4px 14px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	/**width: 100%;*/
	overflow: hidden;
}

.job-manager-form .field.has-select .select,
.search_category .select,
.search_categories .select {
	width: 120%;
}

.job-manager-form .field.has-select .select:before,
.search_category .select:before,
.search_categories .select:before {
	content: '\e86f';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background: none;
	border: 0;
}

.job-manager-form .field.has-select .select select,
.search_category .select select,
.search_categories .select select {
	background: transparent;
	line-height: 1;
	border: 0;
	padding: 0;
	border-radius: 0;
	width: 120%;
	position: relative;
	z-index: 10;
}

.search_categories,
.search_category {
	border: 0px none;
	/*padding: 8px 14px;*/
	padding: 1px 14px 1px 14px;
	border-radius: 4px;
}

.chosen-container {
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.chosen-container .chosen-choices {
	background: none;
	border: 0px;
	box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
	height: auto;
}

/**
 * Dashboard
 */
#job-manager-job-dashboard p {
	margin-bottom: 40px;
}

.job-manager-jobs td,
.resume-manager-resumes td {
	padding: 20px 10px 20px 0;
}

.job-manager-jobs td.job_title,
.resume-manager-resumes td.resume_title {
	font-size: 18px;
}

.job-dashboard-actions,
.candidate-dashboard-actions {
	margin: 0;
	padding: 0;
	list-style: none;
}

.job-dashboard-actions li,
.candidate-dashboard-actions li {
	line-height: normal;
	margin-right: 20px;
	float: left;
}

.job-dashboard-actions a,
.candidate-dashboard-actions a {
	font: normal 12px/normal 'Montserrat', sans-serif;
	color: #6e6e6e;
}

.job-dashboard-actions a:hover {
	text-decoration: none;
}

.job-dashboard-action-edit:before,
.candidate-dashboard-action-edit:before {
	content: '\e856';
}

.job-dashboard-action-mark_filled:before {
	content: '\e813';
}

.job-dashboard-action-mark_not_filled:before {
	content: '\2796';
}

/**
 * Spotlight
 */
.single-job-spotlight,
.job_summary_shortcode {
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
}

.single-job-spotlight-feature-image img {
	min-width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.single-job-spotlight-content {
	padding: 8%;
}

.single-job-spotlight-content p,
.job_summary_shortcode p {
	margin-bottom: 18px;
}

.single-job-spotlight-content p:last-child {
	margin-bottom: 0;
}

.single-job-spotlight-content a,
.single-job-spotlight-actions .action a {
	color: #787878;
}

.single-job-spotlight-content p:first-child a {
	font-weight: bold;
}

.single-job-spotlight-actions {
	margin: 0 0 8px;
}

.single-job-spotlight-actions .action {
	font-size: 14px;
	text-align: center;
	padding: 18px;
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	border-radius: 0;
}

.single-job-spotlight-actions .action:last-child {
	border-right: 0;
}

/**
 * Job Summary
 */
.job_summary_shortcode {

}

.job_summary_shortcode a:hover {
	text-decoration: none;
}

.job_summary_shortcode .job-type {
	margin: 20px;
	display: inline-block;
}

.job_summary_content {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #fcfcfc;
	border-top: 1px solid #ccc;
	padding: 20px;
}

.job_summary_content h1 {
	font-size: 20px;
	margin: 10px 0;
}

.job_summary_content .meta {
	font-size: 14px;
	margin: 0;
}

/**
 * Company
 */
.company-profile {
	margin: 60px auto 0;
}

.company-profile-jobs .job_listings {
	margin: 0;
}

.company-profile-jobs .job_listings ul.job_listings {
	border-radius: 6px;
}

.company-profile-info .meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.company-letters {
	margin-bottom: 60px;
	border-bottom: 2px solid #ddd;
	background: #fbfbfb;
	text-align: center;
}

.company-letters a {
	font: bold 14px/normal 'Montserrat', sans-serif;
	display: inline-block;
	padding: 14px 10px;
}

.companies-overview,
.companies-overview ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.companies-overview {
	margin: 0 auto;
}

.companies-overview .company-group {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	display: inline;
}

.companies-overview .company-group:nth-child(3n) {
	margin-right: 0;
}

.company-letter {
	font: bold 24px/normal 'Montserrat', sans-serif;
	padding: 0 0 8px;
	border-bottom: 2px solid #eee;
}

.companies-overview li li a {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	display: block;
}

/**
 * 7.0 Homepage Content
 * ----------------------------------------------------------------------------
 */

.homepage-widget {
	margin: 100px 0;
}

.page .homepage-widget {
	margin-bottom: 50px;
}

.homepage-widget.jobify_widget_slider_hero:first-child,
.homepage-widget.jobify_widget_map:first-child,
.homepage-widget.jobify_widget_map_resumes:first-child {
	margin-top: 0;
}

.homepage-widget:last-child {
	margin-bottom: 0;
}

.homepage-widget-title {
	font: normal 38px/normal 'Quattrocento', sans-serif;
	text-align: center;
	color: #787878;
	margin: 0 0 50px;
	padding: 0;
}

.homepage-widget-description {
	text-align: center;
	margin: -25px auto 40px;
	max-width: 700px;
}

/**
 * Map
 */
#jobify-map-canvas,
#jobify-map-canvas-resumes {
	width: 100%;
	height: 500px;
}

#map-canvas-wrap {
	position: relative;
}

.map-filter {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	z-index: 100;
	display: none;
	width: 1140px;
	left: 50%;
	margin-left: -570px;
}

.map-tooltip {
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, .70);
	border-radius: 4px;
	margin-top: 16px;
	padding: 10px;
	width: 200px;
	margin-left: -100px;
	left: 50%;
	position: relative;
}

.map-tooltip:after {
	content: ' ';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent rgba(0, 0, 0, .70) transparent;
	position: absolute;
	display: block;
	top: -12px;
	left: 50%;
	margin-left: -12px;
}

.cluster {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.cluster:after {
	width: 38px;
	height: 38px;
	border: 2px dashed;
	border-color: inherit;
	content: ' ';
	position: absolute;
	border-radius: 50%;
	top: -4px;
	left: -4px;

	-webkit-animation: clusterScale 4s infinite;
	-moz-animation:    clusterScale 4s infinite;
	animation:         clusterScale 4s infinite;
}

@-webkit-keyframes clusterScale {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(90deg);
	}
}

@-moz-keyframes clusterScale {
	0%, 100% {
		-moz-transform: scale(1) rotate(0deg);
	}
	50% {
		-moz-transform: scale(1.1) rotate(90deg);
	}
}

@keyframes clusterScale {
	0%, 100% {
		transform: scale(1) rotate(0deg);
	}
	50% {
		transform: scale(1.1) rotate(90deg);
	}
}

/**
 * Job Listings
 */
.jobify_widget_jobs .homepage-widget-title {
	text-align: left;
}

.recent-jobs.has-spotlight {
	width: 58%;
	float: left;
}

.job-spotlight {
	width: 38%;
	float: right;
}

.jobify_widget_jobs ul.job_listings {
	border-radius: 6px;
}

ul.job_listings .job_listing:hover,
.job_position_featured,
ul.resumes .resume:hover {
	background: #fafafa;
}

.jobify_widget_jobs .load_more_jobs,
.jobify_widget_resumes .load_more_resumes {
	display: none !important;
}

.recent-jobs .job_listing .meta {
	margin-top: 15px;
}

.recent-jobs .job_listing date,
.recent-jobs .job_listing .tagline {
	display: none;
}

/**
 * Callout
 */
.callout {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 30px;
}

.callout-description {
	margin-top: 11px;
	width: 65%;
	float: left;
}

.callout-description p {
	font-size: 15px;
	line-height: 24px;
	color: #8c8d90;
}

.callout-description p:last-child {
	margin-bottom: 0;
}

.callout-action {
	width: 30%;
	float: right;
}

.callout-action a.button {
	width: 100%;
}

/**
 * Companies
 */
.jobify_widget_companies {
	margin-bottom: 150px;
}

.company-slider-wrap {
	margin: 20px 0 0;
	padding: 0 70px;
	position: relative;
}

.company-slider-item {
	text-align: center;
	padding: 0;
	width: 200px !important;
	height: auto !important;
	float: left;
}

.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	color: #8c8d90;
	font-size: 40px;
	position: absolute;
	top: 50%;
	z-index: 20;
	margin-top: -21px;
	opacity: 0.50;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-prev {
	left: 0;
}

.flex-next {
	right: 0;
}

/**
 * Stats
 */
.job-stats {
	text-align: center;
	margin: 60px auto 0;
	padding: 0 0 80px;
	list-style: none;
	border-bottom: 1px solid #eee;
}

.job-stat {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #ddd;
	display: inline-block;
}

.job-stat.col-md-2 {
	padding-left: 0;
	padding-right: 0;
	width: 19%;
	float: none;
}

.job-stat:last-child {
	border-right: 0;
}

.job-stat strong {
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
	display: block;
}

/**
 * Slider
 */
body .soliloquy-container .soliloquy-caption {
	background: none;
}

body .jobify_widget_slider .soliloquy-container {
	margin: 0 auto !important;
	display: block;
}

.soliloquy-container .soliloquy .soliloquy-slides img {
	width: auto;
	height: auto;
}

.jobify_widget_slider {
	background-size: cover;
}

body .soliloquy-container .soliloquy-image-wrap {
	width: 45%;
	float: left;
	position: relative;
}

body .soliloquy-container .soliloquy-caption-wrap {
	width: 52%;
	float: right;
	padding: 80px 0;
}

body .soliloquy-container .soliloquy-caption-wrap .soliloquy-caption {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
body .jobify_widget_slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	text-shadow: none;
	background: none;
	padding: 0;
}

h2.soliloquy-caption-title {
	font-size: 38px;
	color: #fff;
	font-weight: normal;
}

body .soliloquy-control-nav.soliloquy-control-paging {
	display: none;
}

.jobify_widget_slider .soliloquy-container .soliloquy-prev {
	left: -50px;
}

.jobify_widget_slider .soliloquy-container .soliloquy-next {
	right: -50px;
}

body .soliloquy-container .soliloquy-prev,
body .soliloquy-container .soliloquy-next {
	background-color: transparent;
}

.jobify_widget_slider a.button-secondary {
	color: #fff;
	border-color: #fff;
	width: auto;
	display: inline-block;
	float: left;
}

.jobify_widget_slider .button-secondary:hover {
	background: #fff;
}

/**
 * Hero Slider
 */
body .jobify_widget_slider_hero .soliloquy-container {
	max-width: 100% !important;
	max-height: none !important;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy .soliloquy-slides > li {
	padding: 0;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy-image {
	min-width: 100%;
}

body .jobify_widget_slider_hero .soliloquy-control-nav.soliloquy-control-paging {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
}

body .jobify_widget_slider_hero .soliloquy-control-nav.soliloquy-control-paging a {
	-webkit-transition: none;
	-moz-transition:    none;
	transition:         none;
}

body .soliloquy-container .soliloquy-direction-nav,
body .soliloquy-container .soliloquy-direction-nav {
	display: block;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy-direction-nav,
body .jobify_widget_slider_hero .soliloquy-container .soliloquy-direction-nav {
	display: none;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption {
	text-shadow: #000 0 0 13px;
	margin-left: -570px;
	width: 1140px;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	z-index: 10;
	background: none;
	height: auto;

	-webkit-transform: translate(0, -50%);
	-ms-transform:     translate(0, -50%);
	transform:         translate(0, -50%);
}

.jobify_widget_slider_hero h2.soliloquy-caption-title,
body .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	text-shadow: #000 0 0 13px;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	max-width: 30%;
	line-height: 26px;
	font-size: 22px;
	text-shadow: #000 0 0 13px;
}

body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	margin: 24px 0;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap .soliloquy-caption-title {
	font-size: 40px;
	margin: 0 0 12px;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap p {
	font-size: 23px;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap .button {
	text-shadow: none;
	float: left;
}

.jobify_widget_slider_hero a.button:hover {
	color: #fff !important;
	text-shadow: #000 0 0 13px;
	border-color: #fff !important;
	background: transparent !important;
}

.jobify_widget_slider .soliloquy-container .soliloquy-pager {
	display: none;
}

/**
 * Video
 */
.jobify_widget_video {
	overflow: hidden;
}

.video-description {
	width: 55%;
	float: left;
}

.video-description .homepage-widget-title {
	text-align: left;
}

.video-preview {
	width: 40%;
	float: right;
	display: none;
}

.video-preview.static {
	display: block;
}

/**
 * Testimonials
 */
.jobify_widget_testimonials {
	color: #fff;
	padding: 75px 0;
}

.jobify_widget_testimonials .flex-direction-nav a i,
.jobify_widget_testimonials .homepage-widget-title {
	color: #fff;
}

.testimonial-slider-wrap {
	margin: 60px 0 0;
	padding: 0 60px;
	position: relative;
}

.individual-testimonial {
	margin: 0 40px 0 0;
	padding: 0;
	text-align: center;
	width: 220px !important;
	height: auto;
	float: left;
	opacity: 0;
}

.page-template-page-templatestestimonials-php .individual-testimonial,
.jobify_widget_testimonials .static .individual-testimonial {
	opacity: 1;
}

.individual-testimonial p {
	color: #8c8d90;
	font-size: 15px;
	line-height: 23px;
	padding: 25px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.individual-testimonial p:after {
	content: ' ';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	display: block;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
}

.individual-testimonial-author {
	margin: 0 auto;
}

.individual-testimonial-author img {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}

blockquote .individual-testimonial-author cite {
	font-style: normal;
	font-size: 13px;
	text-transform: none;
	display: block;
	margin: 4px 0 0;
}

.jobify_widget_testimonials .flex-direction-nav .flex-prev,
.jobify_widget_testimonials .flex-direction-nav .flex-next {
	top: 32%;
}

.page-template-page-templatestestimonials-php .jobify_widget_testimonials,
.post-type-archive-testimonial .jobify_widget_testimonials {
	padding: 0;
}

.page-template-page-templatestestimonials-php .testimonial-slider-wrap,
.post-type-archive-testimonial .testimonial-slider-wrap {
	margin-top: 0;
}

.page-template-page-templatestestimonials-php .individual-testimonial p,
.post-type-archive-testimonial .individual-testimonial p {
	border: 1px solid #ccc;
}

.page-template-page-templatestestimonials-php .individual-testimonial p:before,
.post-type-archive-testimonial .individual-testimonial p:before {
	content: ' ';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #ccc transparent transparent transparent;
	position: absolute;
	display: block;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
}

.page-template-page-templatestestimonials-php .jobify_widget_testimonials .flex-direction-nav a i,
.post-type-archive-testimonial .jobify_widget_testimonials .flex-direction-nav a i {
	color: #8c8d90;
}

/**
 * Pricing
 */
.pricing-table-widget-1,
.pricing-table-widget-2,
.pricing-table-widget-3,
.pricing-table-widget-4,
.pricing-table-widget-5 {
	overflow: hidden;
}

.pricing-table-widget-1 > div {
	width: 100%;
}

.pricing-table-widget-2 > div {
	width: 48%;
	margin-right: 2%;
}

.pricing-table-widget-3 > div {
	width: 31%;
	margin-right: 3%;
}

.pricing-table-widget-4 > div {
	width: 22%;
	margin-right: 3%;
}

.pricing-table-widget-5 > div {
	width: 20%;
	margin-right: 2%;
}

.pricing-table-widget-2 > div:last-child,
.pricing-table-widget-3 > div:last-child,
.pricing-table-widget-4 > div:last-child
.pricing-table-widget-5 > div:last-child {
	margin-right: 0;
}

.pricing-table-widget {
	float: left;
	background: #fff;
}

.pricing-table-widget-title {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.pricing-table-widget-description {
	text-align: center;
	padding: 40px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pricing-table-widget-description h2:first-child {
	margin-top: -10px;
	font-weight: normal;
	font-size: 70px;
}

.pricing-table-widget-description h2:first-child sup {
	top: -1.25em;
	font-size: 25px;
}

.pricing-table-widget-description ul,
.pricing-table-widget-description ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-table-widget-description li,
.pricing-table-widget-description p {
	line-height: 32px;
}

.pricing-table-widget-description p {
	margin: 24px 0;
}

.pricing-table-widget-description > *:last-child {
	margin-bottom: 0;
}

.jobify_widget_price_table + .jobify_widget_callout,
.jobify_widget_price_table_rcp + .jobify_widget_callout {
	margin-top: -50px;
}

/**
 * 8.0 Restrict Content Pro
 * ----------------------------------------------------------------------------
 */
.rcp_level_duration {
	font: bold 14px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.rcp_subscription_message {
	display: none;
}

.rcp_subscription_fieldset {
	margin: 40px 0;
}

.rcp_subscription_fieldset > div {
	clear: both;
}

.rcp_subscription_fieldset .pricing-table-widget-description h2:first-child {
	font-size: 60px;
}

.rcp_subscription_fieldset input[name="rcp_level"] {
	display: none;
}

.rcp_subscription_level_fake {
	background: #fff;
}

.page-template-page-templatespricing-php .rcp_subscription_level_fake {
	opacity: 1;
}

.rcp_subscription_level:hover,
.rcp_subscription_level_fake:hover {
	cursor: pointer;
}

.rcp_subscription_level.selected {
	box-shadow: 0 0 10px rgba(0, 0, 0, .20);
	border-radius: 7px;
}

.rcp_subscription_level.selected .pricing-table-widget-description {
	border-color: #bbb;
}

#rcp_registration_form .card-expiry-month,
#rcp_registration_form .card-expiry-year {
	width: 10% !important;
}

input#card-cvc.edd-input.required {
	width: 20% !important;
}

/**
 * 9.0 WooCommerce
 * ----------------------------------------------------------------------------
 */

.woocommerce-checkout #customer_details .col-1 {
	width: 100%;
	float: none;
}

.woocommerce-checkout #customer_details .col-2 {
	display: none;
}

body.woocommerce form.checkout_coupon .form-row,
body.woocommerce-page form.checkout_coupon .form-row {
	margin-bottom: 0;
}

.job_listing_packages_title,
.entry-content .job_listing_packages_title {
	margin: 0 0 40px;
	padding: 0;
	background: none;
	border: 0;
}

.job_listing_packages_title h2 {
	padding: 0.55em 0;
}

.job_listing_packages {
	background: none;
	border: 0;
	padding: 0;
}

.existing-packages {
	margin-top: 40px;
	clear:both;
}

.job-packages {
	margin: 60px 0;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row{
	margin-bottom: 0;
}

/**
 * 10.0 Footer
 * ----------------------------------------------------------------------------
 */

.footer-cta {
	text-align: center;
	margin: 100px 0 -100px;
	padding: 50px 0;
	box-shadow: inset 0 4px 0 rgba(255, 255, 255, .10 )
}

.footer-cta h2 {
	font-size: 38px;
	font-weight: normal;
}

.site-footer {
	color: #adadad;
	margin-top: 100px;
	background: #24262b;
}

.site-footer a {
	color: #adadad;
}

.site-footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/** Copyright */
.copyright {
	font: bold 12px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 30px 0;
	overflow: hidden;
	box-shadow: inset rgba(255, 255, 255, .10 ) 0 4px 0;
	position: relative;
}

.site-info {
	float: left;
}

/** Social */
.footer-social {
	float: right;
}

.footer-social a {
	margin: 0 8px;
	font-size: 20px;
}

.footer-social a.hidden {
	display: none;
}

/** Facebook */
.resume-link a[href*="facebook.com"]::before,
.footer-social a[href*="facebook.com"]::before {
	content: '\e8f4';
}

.resume-link a:hover[href*="facebook.com"]::before,
.footer-social a:hover[href*="facebook.com"]::before {
	color: #3b5998;
}

/** Twitter */
.resume-link a[href*="twitter.com"]::before,
.footer-social a[href*="twitter.com"]::before {
	content: '\e8f2';
}

.resume-link a:hover[href*="twitter.com"]::before,
.footer-social a:hover[href*="twitter.com"]::before {
	color: #33ccff;
}

/** Google Plus */
.resume-link a[href*="plus.google.com"]::before ,
.footer-social a[href*="plus.google.com"]::before {
	content: '\e8f7';
}

.resume-link a:hover[href*="plus.google.com"]::before,
.footer-social a:hover[href*="plus.google.com"]::before {
	color: #dd4b39;
}

/** Linkedin */
.resume-link a[href*="linkedin.com"]::before,
.footer-social a[href*="linkedin.com"]::before {
	content: '\e8fd';
}

.resume-link a:hover[href*="linkedin.com"]::before,
.footer-social a:hover[href*="linkedin.com"]::before {
	color: #069;
}

/** Instagram */
.resume-link a[href*="instagram.com"]::before,
.footer-social a[href*="instagram.com"]::before {
	content: '\e90a';
}

.resume-link a:hover[href*="instagram.com"]::before,
.footer-social a:hover[href*="instagram.com"]::before {
	color: #3f729b;
}

/** Pinterest */
.resume-link a[href*="pinterest.com"]::before,
.footer-social a[href*="pinterest.com"]::before {
	content: '\e8f9';
}

.resume-link a:hover[href*="pinterest.com"]::before,
.footer-social a:hover[href*="pinterest.com"]::before {
	color: #c8232c;
}

/** Vimeo */
.resume-link a[href*="vimeo.com"]::before,
.footer-social a[href*="vimeo.com"]::before {
	content: '\e8f0';
}

.resume-link a:hover[href*="vimeo.com"]::before,
.footer-social a:hover[href*="vimeo.com"]::before {
	color: #1AB7EA;
}

/** RSS */
.resume-link a[href$=".rss"]::before ,
.footer-social a[href$=".rss"]::before {
	content: '\e854';
}

.resume-link a:hover[href$=".rss"]::before,
.footer-social a:hover[href$=".rss"]::before {
	color: #FF6600;
}

.btt i {
	left: 50%;
	top: 50%;
	left: 50%;
	font-size: 28px;
	position: absolute;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

/** Widgets */
.footer-widgets {
	padding: 100px 0;
	background: #2e3137;
	box-shadow: inset rgba(255, 255, 255, .10 ) 0 4px 0;
}

.footer-widget {
	margin-right: 4%;
	width: 19%;
	float: left;
}

.footer-widget:first-child {
	width: 30%;
}

.footer-widget:last-child {
	margin-right: 0;
}

.footer-widget.widget_text {
	margin-top: 0;
}

.footer-widget-title,
.footer-widget #wp-calendar caption {
	font: normal 18px 'Quattrocento', sans-serif;
	color: #fff;
	margin: 0 0 12px;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: inside disc none;
}

/** Calendar */
.footer-widget #wp-calendar,
.footer-widget #wp-calendar td,
.footer-widget #wp-calendar th {
	border: 0;
}

.footer-widget #wp-calendar a,
.footer-widget #wp-calendar th {
	color: #fff;
}

/** Search/Inputs */
.footer-widget form label {
	display: block;
}

.footer-widget input[type="text"],
.footer-widget input[type="search"],
.footer-widget input[type="email"] {
	color: #6e6e6e;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
}

.footer-widget input[type="submit"] {
	font-size: 16px;
	color: #fff;
	background: #484848;
	padding: 16px;
	border-radius: 2px;
}

.footer-widget form input[type="text"],
#pmc_mailchimp div:first-child {
	width: 65%;
}

.footer-widget form input[type="submit"],
#pmc_mailchimp div:last-of-type {
	width: 35%;
	margin-left: 0;
}

#pmc_mailchimp label {
	display: none;
}

#pmc_mailchimp div {
	float: left;
}

#pmc_mailchimp div br,
.mailbag-wrap br {
	display: none;
}

#pmc_mailchimp div input[type="text"],
.mailbag-wrap input[type="text"],
.mailbag-wrap input[type="email"] {
	width: 100%;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 0;
}

.mailbag-wrap input[type="email"]:focus {
	border-color: #fff;
}

.footer-widget .mailbag-wrap input[type="text"],
.footer-widget .mailbag-wrap input[type="email"] {
	border-radius: 4px;
	width: 100%;
}

#pmc_mailchimp div input[type="submit"],
.mailbag-wrap input[type="submit"] {
	font-size: 14px;
	border-radius: 4px;
	margin: 0;
	border: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 16px;
	width: 100%;
}

.mailbag-wrap input[type="submit"] {
	border-radius: 4px;
}

#pmc_mailchimp div input[type="submit"]:hover,
.mailbag-wrap input[type="submit"]:hover {
	color: #fff;
}

#pmc_mailchimp,
.mailbag-wrap {
	margin-top: 20px;
}

.mailbag-input {
	margin-bottom: 15px;
}

.mailbag-input label {
	font: normal 16px/normal "Open Sans", Helvetica, sans-serif;
	color: #adadad;
	text-transform: none;
	margin-bottom: 4px;
}

/** Recent */
.widget_recent_entries ul,
.widget_twitter ul {
	list-style: none;
}

.widget_recent_entries li,
.widget_twitter li {
	margin: 0 0 10px;
}

.widget_recent_entries .post-date,
.widget_twitter .timesince {
	display: block;
	font-size: 80%;
}


/**
 * 8.0 Modals
 * ----------------------------------------------------------------------------
 */

.modal,
.resume_contact_details {
	display: none;
}

.mfp-content .modal,
.mfp-content .resume_contact_details {
	display: block !important;
}

.application_details,
.resume_contact_details,
.modal {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	border-radius: 6px;
}

.modal {
	padding: 0;
	background: #fafafa;
}

.modal-title {
	font-weight: normal;
	padding: 30px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.modal #loginform,
.modal #register-form,
.application-content,
.resume-contact-content,
.modal .rcp_form {
	padding: 0 30px;
}

.application-content {
	padding-bottom: 30px;
}

.cluster-list {
	margin: 0 0 0 30px;
	padding: 0;
}

.modal #loginform .login-submit,
.modal #register-form .register-submit,
.modal .rcp_form #rcp_submit_wrap,
.modal .rcp_login_data p:last-child,
.modal .gform_footer,
.modal .ninja-forms-all-fields-wrap .field-wrap.submit-wrap,
.modal .apply_with_resume p:last-child {
	margin: 0 -30px;
	padding: 30px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.apply_with_resume {
	border-top: 1px solid #ccc;
	margin: 30px -30px -30px;
	padding: 30px 30px 0
}

.wp-job-manager-apply-form .apply_with_resume {
	margin-top:  0;
}

.wp-job-manager-apply-form .application-content {
	padding-bottom: 0;
}

.modal .job-manager-form fieldset {
	margin-bottom: 24px;
}

.modal hr {
	display: none;
}

.application_details p:last-of-type,
.resume_contact_details p:last-of-type {
	margin-bottom: 0;
}

button.mfp-close {
	color: #fff !important;
	top: 33px;
	right: 30px;
	line-height: 31px;
	height: 30px;
	width: 30px;
	border-radius: 5px;
}

button.mfp-close:active {
	top: 30px;
	outline: 0;
}

/**
 * Misc
 */
.entry-content #loginform,
.entry-content #register-form,
.entry-content .rcp_form,
.entry-content .job-manager-error {
	margin: 0 auto;
	width: 50%;
}

.entry-content .job-manager-error {
	margin-bottom: 20px;
}

.rcp_header {
	display: none;
}

.modal-login .login-remember {
	display: none;
}

.contact-form input[type="text"],
.contact-form textarea {
	width: 100% !important;
}

.contact-form textarea {
	height: 195px;
}

.two_third.last_column div {
	width: 95%;
	float: right;
}

.contact-submit {
	margin-top: 20px;
}

.gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gfield,
.ninja-forms-all-fields-wrap .field-wrap {
	margin: 0 0 20px;
}

.ninja-forms-all-fields-wrap .field-wrap.hidden-wrap,
.ninja-forms-all-fields-wrap .field-wrap.submit-wrap {
	margin-bottom: 0;
}

.modal .ninja-forms-all-fields-wrap .field-wrap.submit-wrap {
	margin-top: 40px;
}

.ginput_container {
	margin: 0 0 8px;
}

.gfield_description {
	font-size: 80%;
	float: left;
}

.gfield_description.validation_message {
	color: #df7c7b;
	float: right;
}

.modal .gform_wrapper .validation_error,
.ninja-forms-required-items {
	margin: 0 0 30px;
}

body .field-wrap.label-left .ninja-forms-field {
	margin-left: 0;
}

/**
 * 9.0 Resumes
 * ----------------------------------------------------------------------------
 */

.fieldset-links .fieldset-name,
.fieldset-links .fieldset-url {
	margin-bottom: 0;
	float: left;
}

.fieldset-links .fieldset-name {
	width: 30%;
	margin-right: 4%;
}

.fieldset-links .fieldset-url {
	width: 66%;
}

.fieldset-links .resume-manager-data-row,
.fieldset-candidate_education .resume-manager-data-row,
.fieldset-candidate_experience .resume-manager-data-row {
	margin-bottom: 20px;
	padding: 30px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
}

.resume-manager-data-row fieldset:last-child {
	border: 0;
}

.fieldset-links .resume-manager-data-row {
	overflow: hidden;
}

.fieldset-links > .field,
.fieldset-candidate_education > .field,
.fieldset-candidate_experience > .field {
	margin-top: 10px;
}

.fieldset-candidate_education .resume-manager-data-row fieldset,
.fieldset-candidate_experience .resume-manager-data-row fieldset {
	margin-bottom: 20px;
}

.fieldset-candidate_education .resume-manager-data-row fieldset:last-child,
.fieldset-candidate_experience .resume-manager-data-row fieldset:last-child {
	margin-bottom: 0;
}

.resume_filters .search_resumes div.search_categories {
	clear: none;
}

.resume_filters .search_resumes div.search_categories .select {
	width: 100%;
	margin-right: 0;
}

.job-overview-content .job-company-about.col-md-12,
.single-resume-content .resume-info.col-md-12 {
	margin-top: 60px;
	padding-top: 59px;
	border-top: 1px solid #eee;
}

.resume-info h2:not(:first-child) {
	margin-top: 1.5em;
}

li.type-resume .resume-meta {
	margin-top: 3px;
}

li.type-resume .resume-meta .resume-category {
	font-weight: bold;
	text-align: center;
}

.single-resume-content .meta {
	margin: 15px 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.single-resume-content dl {
	margin: 0;
}

.single-resume-content dt h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

.single-resume-content dd {
	margin: 15px 0;
	padding-left: 15px;
	border-left: 1px solid #eee;
}

.single-resume-content dd .date {
	font: normal 12px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #919191;
	display: block;
}

.single-resume-content dd .date:before {
	content: '\e85c';
	margin-left: 0;
	margin-right: 5px;
}

.single-resume-content dd .qualification,
.single-resume-content dd .job_title {
	margin: 8px 0 0;
	display: block;
}

.resume-manager-skills {
	margin: 0;
	padding-left: 18px;
}

.resume_contact {
	margin: 15px 0;
}

.resume-links .resume-link {
	margin: 5px 0;
}

.resume-link a:hover {
	text-decoration: none;
}

.resume-link a:before {
	content: '\e823';
}

.resume-file {
	font-weight: bold;
	display: block;
}

.resume-file:before {
	content: '\e84e';
}

.resume-manager-remove-row {
	position: absolute;
	top: 20px;
	right: 30px;
}

/**
 * 10.0 Misc
 * ----------------------------------------------------------------------------
 */

body .soliloquy-container.soliloquy-preloader {
	background: none;
}

.application-deadline:before,
.application-deadline.expiring:before,
.application-deadline.expired:before {
	content: '\e863';
}

.jobify_widget_job_application_deadline .application-deadline:before {
	padding-top: 3px;
	vertical-align: top;
}

.application-deadline.expiring {
	color: #f39c12;
}

.application-deadline.expired {
	color: #e74c3c;
}


body .pac-container {
	border: 0;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08) !important;
}


/*CUSTOM*/
.blog-archive div.textwidget, .widget div.textwidget{
	width:100%;
}
table.sample {
	border-width: 0px;
	border-spacing: 1px;
	border-style: dashed;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 3px;
	border-style: dotted;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: green;
	background-color: white;
	-moz-border-radius: ;
}
.entry-content h1:first-child{
	margin-top:0px;
}

.bxslider{
	margin:0;
	padding:0;
}
.bxslider>li{
	background-color:#ccc;
}
.bxslider .widget{
	margin:0;
}
.bxslider li ul{
	margin:0;
	padding:0;
}
.bxslider li ul li{
	list-style-type:none;
}
.bxslider li p{
	padding:0;
	margin:0;
}
.bxslider img {
    width: 100%;
}
.bx-wrapper .bx-viewport {
	box-shadow:none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none repeat scroll 0 0 #000000;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #00A9E0;
}
.bxslider iframe{
	margin:0 auto;
	display:block;
}
.bx-wrapper .bx-viewport {
	border:none;
}

.testimonial_body p{
	margin:0;
	padding-bottom:0px;
}
p.testimonial_author{
	margin:0;
	padding-bottom:50px;
	padding-top:10px;
	text-align:right;
	color:#00A9E0;
	font-style:italic;
}

.home_hero{
	visibility:hidden;
	margin-bottom:30px;
}
.footer-cta a{
	color:#fff;
	text-decoration:underline;
}

.blog_sidebar li{
	list-style-type:none;
}
.blog_sidebar > li{
	list-style-type:none;
	color: #787878;
    font-size: 23px;
    font-weight: normal;
}
.blog_sidebar > li > div{
	font-size:16px;
}
.blog_sidebar > li > div a{
	font-size:16px;
}
.blog_sidebar > li > div a.more-link{
	font-size:14px;
	text-decoration:underline;
}
.blog_sidebar  li  div.rpwe-summary {
    font-size: 16px;
}
.custom_posts_list p{
	margin-bottom:3px;
}
.site-info-right{
	float:right;
	text-align:right;
}
.job_types{
	display:none;
}
#menu-main li a {
	padding-left:9px;
	padding-right:9px;
}
.job_listing_excerpt{
	width:100%;
	float:left;
}
.bx-wrapper .bx-viewport {
	left:0;
}
.standalone-search-jobs>div{
	margin-top:2px;
	margin-bottom:3px;
}


@media screen and (max-width: 500px){
    .site-title img {
        width:200px }
}
@media screen and (max-width: 992px){
    .search_categories, .search_category {
        width: 100%;
		float:left;
		margin-bottom:4px;
	}
}

@media screen and (max-width: 566px){
	div.picker.modal-dialog {
		max-width:480px;
		overflow:hidden;
	}
}

/*
@media screen and (max-width: 800px){
    .map_slide {
        display:none; }
}*/
/*-CUSTOM*/

.home_right_sidebar .container{
	width:auto;
}

.home_right_sidebar div.search_jobs{
	padding: 15px 5px 15px 5px;
}
.home_right_sidebar .search_keywords.col-md-5 {
    width: 100%;
}
.home_right_sidebar .search_location.col-md-5 {
    width: 100%;
}
.home_right_sidebar .search_jobs .col-md-2 {
    width: 100%;
}

.c_sidebar_blog .textwidget{
	font-size:14px;
}
.c_sidebar_blog .textwidget h3{
	margin:10px 0px 5px 0px;
	font-family: 'Quattrocento', serif;
	font-weight:normal;
}
.c_sidebar_blog .textwidget h3:hover{
	text-decoration:underline;
}
.c_sidebar_blog .widget_text a{
	font-size:18px;
	font-family: 'Quattrocento', serif;
	font-weight:normal;
}

.footer-widget table, .footer-widget table td{
	border:0;
}
.footer_social{
	width:32px;
	height:32px;
	margin:0px 8px 5px 0px;
	background-position:0 -32px;
	display:block;
	float:left;
}
.footer_social:hover{
	background-position:0 0;
}
#footer_social_fb{
	background-image: url('images/social/fb32.png');
}
#footer_social_tw{
	background-image: url('images/social/tw32.png');
}
#footer_social_li{
	background-image: url('images/social/li32.png');
}
#footer_social_youtube{
	background-image: url('images/social/youtube32.png');
}
#footer_social_pin{
	background-image: url('images/social/pin32.png');
}

#footer_social_gd{
	background-image: url('images/social/gd30.png');
	background-position:0 -30px;
	height:30px;
	width:30px;
}
#footer_social_gd:hover{
	background-position:0 0;
}

#footer_social_rss{
	background-image: url('images/social/rss30.png');
	background-position:0 -30px;
	height:30px;
	width:30px;
}
#footer_social_rss:hover{
	background-position:0 0;
}

#footer_social_gp{
	background-image: url('images/social/gp30.png');
	background-position:0 -30px;
	height:30px;
	width:30px;
}
#footer_social_gp:hover{
	background-position:0 0;
}

.job-overview p{
	font-family: 'Open Sans', sans-serif !important;
	font-size:16px !important;
	color: #8C8D90 !important;
}
.job-overview p span{
	font-family: 'Open Sans', sans-serif !important;
	font-size:16px !important;
	color: #8C8D90 !important;
}

article .home_fi {
    height: 200px !important;
}

table.home_blog{
	font-size:100%;
}
.home_blog td,.home_blog th{
	padding-right:3%;
	vertical-align:top;
	border:0;
}
.home_blog .entry-meta{
	padding: 0px 0px 5px 3px;
}
.home_blog .entry-summary{
	line-height:1.5;
}
.home_blog span.comments-link{
	display: inline-block;
}