/*!
Theme Name: Job Stack Pro
Theme URI: https://www.flawlessthemes.com/theme/job-stack-best-jobboard-wordpress-theme/
Author: flawlessthemes
Author URI: https://flawlessthemes.com/
Description: Crafting the ideal job board website need not be a complication. Job Stack WordPress Theme is the best Job Board WordPress Theme you can currently get your hands on. Start building your cracking job board website with Job Stack and take advantage of all the benefits it has in store for you. Job Stack is built with the WP Job Manager plugin, so it comes packed with lots of features like the ability to live search and filter available jobs. So If you’re preparing to launch a WordPress based job board, Job Stack is the best option for you.
Version: 1.0.3
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: job-stack-pro
Tags: one-column, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, editor-style, featured-images, post-formats, theme-options, threaded-comments, translation-ready

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

jobstack is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*
.js .main-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background: rgba(0,0,0,0.3);
}*/

/* Layout for search container */
.search-menu {
	padding: 3em;
}

.js .search-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #fff;
}

.js .search-menu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    float: right;
    right: 0;
    top: 24px;
}



#menu-primary.navbar-nav>li {
    float: none;
    display: block;
}

.search-menu .container {
    position: relative;
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #969696;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #969696;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #969696;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

/************************/
/* Transitions 			*/
/************************/

.js .main-wrap::after {
	transition: opacity 0.3s;
	transition-timing-function: ease-out;
}

.js .main-wrap--overlay::after {
	opacity: 1;
	transition-delay: 0s;
}

.js .search-menu {
	pointer-events: none;
	transition: transform 0.3s;
	transition-delay: 0.4s;
	transition-timing-function: ease-out;
}

.js .search--open {
	pointer-events: auto;
	transform: translate3d(-100%,0,0);
	transition-delay: 0s;
}

.js .search-menu::after {
	transition: transform 0.3s;
	transition-timing-function: ease-out;
}

.js .search--open::after {
	transform: translate3d(100%,0,0);
	transition-delay: 0.4s;
}

.js .btn--search-close {
	transition: opacity 0.1s;
	transition-delay: 0.3s;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__related {
		font-size: 80%;
		width: 75%;
	}
	.search__input {
		font-size: 2em;
		width: 90%;
	}
	.search__info {
		width: 90%;
	}
}



/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.search-wrap {
    float: right;
}

/*.home .main-wrap{

    height: 100vh;	
}
.main-wrap {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99999;
    position: relative;
}
.home .main-wrap {
	    z-index: 999999;
}*/
/*button#btn-search-close {
    opacity: 0;
}*/
.main-wrap.main-wrap--overlay button#btn-search-close {
    opacity: 1;
}
#menu-primary li a {
    font-size: 40px;
    margin-bottom: 21px;
    color: #000;
    padding-left: 0;
    display: block;
}
.menu-wrap {
    margin-top: 100px;
}
.menu-wrap h2 {
    font-size: 56px;
    margin-bottom: 60px;
}

#menu-primary li a:hover{
	background: none !important;
	color: #888 !important;
}

/*.main-wrap.main-wrap--overlay {
    position: fixed;
    top: 32px;
}
*/
button#btn-search, button#btn-search-close {
    background: none;
    padding: 0;
    height: auto;
    outline: 0 !important;
    border: none !important;
}

.home button#btn-search i{
	color:#fff;
}
button#btn-search i{
	color:#000;
}
button#btn-search-close i {
    color: #000;
}
button#btn-search i, button#btn-search-close i {
    font-size: 35px;
}
nav#menu-primary {
    max-height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}
nav#menu-primary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



.controls button.next, .controls button.previous {
    background: none;
    border: 1px solid #000 !important;
    color: #000;
}

.controls button.next, .controls button.previous {
    color: #000 !important;
    font-size: 39px !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 51px !important;
    outline: 0 !important;
}
.controls button.previous {
    border-right: 0 !important;
}
.controls {
    margin-top: 50px;
    padding: 0;
    margin-bottom: 30px;
}

a.about-second-wrap-link {
    background: #fff;
    font-size: 51px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 59px;
}
.about-second-wrap {
    position: relative;
}

.header-social .social-icon, .header-social .header-phone {
    display: inline-block;
    margin-right: 20px;
}
.header-social .social-icon a, .header-social .header-phone a {
    color: #000;
    font-size: 18px;
    z-index: 9999;
    position: relative;
    cursor: pointer;
}
.header-social .header-phone {
    margin-right: 25px;
    border-right: 1px solid #000;
    padding-right: 20px;
}
.home.page-template-template-home .header-social .header-phone {
    border-right: 1px solid rgba(255, 255, 255, 0.36);
}

button#btn-search, .header-social {
    display: inline-block;
}
.header-social {
    margin-right: 25px;
}

.home.blog header#masthead {
    position: relative;
    top: auto;
    z-index: 9999;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.home.blog .header-social .social-icon a, .home.blog .header-social .header-phone a {
    color: #000;
 }

 .home.blog header#masthead h2.site-title a {
    color: #000;
}
.home.blog p.site-description {
    color: #565656 !important;
}
/*.home.blog .main-wrap {
    height: auto;
    z-index: 99999;
}*/
.home.blog button#btn-search i {
    color: #000;
}
.home .header-social .social-icon a, .home .header-social .header-phone a{
	color: #fff;
}

a:focus, a:focus-within {
outline: none;
    border-bottom: 1px solid;
}
a.focus-visible {
outline: none !important;
    border-bottom: 1px solid !important;
}
.header-social .social-icon a:focus, .header-social .header-phone a:focus,.header-social .social-icon a:focus-within, .header-social .header-phone a:focus-within,.header-social .social-icon a:focus-visible, .header-social .header-phone a:focus-visible{
outline: none !important;
    border-bottom: 1px solid !important;
}
.blog article.hentry,.archive article.hentry,.search-results article.hentry {
    margin-bottom: 50px;
}

.blog article a.btn.btn-default,.archive article a.btn.btn-default ,.search-results article a.btn.btn-default {
    margin-top: 30px;
}

.single .entry-footer a.btn.btn-default {
    display: none;
}
section.footer-sec a, section.footer-sec p, section.footer-sec span {
    color: #fff;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-sec h3.widget-title {
    color: #fff;
    font-size: 29px;
    margin-bottom: 20px;
}
.footer-sec ul li {
    margin-bottom: 10px;
}
.footer-sec #wp-calendar tbody tr td {
    color: #fff;
}
.footer-sec #wp-calendar thead tr th {
    color: #fff;
}
.custom-logo-link, .logo-wrap {
    float: left;
}
.custom-logo-link{
	margin-right: 15px;
}

.hero-section .image:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
a.skip-link.screen-reader-text {
    font-size: 16px;
}
.navbar-nav .dropdown-menu {
    display: block !important;
        left: -999em;
}

.clearfix {
    zoom:1}

.clearfix::before,.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

@font-face {
    font-family: job-manager;
    src: url(../font/job-manager-a2d17fff9efb870b3e027dc5516b3ecc.eot);
    src: url(../font/job-manager-a2d17fff9efb870b3e027dc5516b3ecc.eot#iefix) format("embedded-opentype"),url(../font/job-manager-434425afc81b621e0e02b871e4f5fca1.woff) format("woff"),url(../font/job-manager-7799d387315fbcfa0060adf100cc549d.ttf) format("truetype"),url(../font/job-manager-aa916d5b5333755f80564e47a7f7a89f.svg#job-manager) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: jm-logo;
    src: url(../font/jm-logo/jm-18758dfe508305ba1682fe8fb3be8c72.eot);
    src: url(../font/jm-logo/jm-18758dfe508305ba1682fe8fb3be8c72.eot?#iefixycsbky) format("embedded-opentype"),url(../font/jm-logo/jm-67b7d10affac4ffd77eb7874ec25263b.woff) format("woff"),url(../font/jm-logo/jm-97b72719abd94986185dcfeef1203fb9.ttf) format("truetype"),url(../font/jm-logo/jm-04f818ce1471720fb214394b96feb5de.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal
}

.jm-icon {
    font-family: job-manager !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.clearfix {
    zoom:1}

.clearfix::before,.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.rp4wp-related-job_listing>ul,ul.job_listings {
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee
}

.rp4wp-related-job_listing>ul.loading,ul.job_listings.loading {
    min-height: 96px;
    border-bottom: 1px solid #eee;
    background: url(../images/ajax-loader-ea183bf26ae76dec039869d4bc7060cb.gif) no-repeat center 32px
}

.rp4wp-related-job_listing>ul li.job_listing,.rp4wp-related-job_listing>ul li.no_job_listings_found,ul.job_listings li.job_listing,ul.job_listings li.no_job_listings_found {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_filled a,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_filled a,ul.job_listings li.job_listing.job_position_filled a,ul.job_listings li.no_job_listings_found.job_position_filled a {
    opacity: .25
}

.rp4wp-related-job_listing>ul li.job_listing.no_job_listings_found,.rp4wp-related-job_listing>ul li.no_job_listings_found.no_job_listings_found,ul.job_listings li.job_listing.no_job_listings_found,ul.job_listings li.no_job_listings_found.no_job_listings_found {
    padding: 1em;
    border-bottom: 1px solid #eee
}

.rp4wp-related-job_listing>ul li.job_listing a,.rp4wp-related-job_listing>ul li.no_job_listings_found a,ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a {
    display: block;
    padding: 1em 1em 1em 2em;
    border: 0;
    overflow: hidden;
    zoom:1;position: relative;
    line-height: 1.5em;
    text-decoration: none
}

.rp4wp-related-job_listing>ul li.job_listing a:hover,.rp4wp-related-job_listing>ul li.job_listing a:focus,.rp4wp-related-job_listing>ul li.no_job_listings_found a:hover,.rp4wp-related-job_listing>ul li.no_job_listings_found a:focus,ul.job_listings li.job_listing a:hover,ul.job_listings li.job_listing a:focus,ul.job_listings li.no_job_listings_found a:hover,ul.job_listings li.no_job_listings_found a:focus {
    background-color: #fcfcfc
}

.rp4wp-related-job_listing>ul li.job_listing a img.company_logo,.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo,ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 1em;
    float: left;
    margin-right: 1em;
    vertical-align: middle;
    box-shadow: none
}

.rp4wp-related-job_listing>ul li.job_listing a div.position,.rp4wp-related-job_listing>ul li.job_listing a div.location,.rp4wp-related-job_listing>ul li.job_listing a ul.meta,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,.rp4wp-related-job_listing>ul li.no_job_listings_found a ul.meta,ul.job_listings li.job_listing a div.position,ul.job_listings li.job_listing a div.location,ul.job_listings li.job_listing a ul.meta,ul.job_listings li.no_job_listings_found a div.position,ul.job_listings li.no_job_listings_found a div.location,ul.job_listings li.no_job_listings_found a ul.meta {
    box-sizing: border-box
}

.rp4wp-related-job_listing>ul li.job_listing a div.position,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position {
    float: left;
    width: 55%;
    padding: 0 0 0 42px;
    line-height: 1.5em
}

.rp4wp-related-job_listing>ul li.job_listing a div.position h3,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3,ul.job_listings li.job_listing a div.position h3,ul.job_listings li.no_job_listings_found a div.position h3 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company,ul.job_listings li.job_listing a div.position .company,ul.job_listings li.no_job_listings_found a div.position .company {
    color: #999
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company .tagline,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company .tagline,ul.job_listings li.job_listing a div.position .company .tagline,ul.job_listings li.no_job_listings_found a div.position .company .tagline {
    margin-left: .5em
}

.rp4wp-related-job_listing>ul li.job_listing a div.location,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location {
    float: left;
    text-align: left;
    width: 25%;
    padding: 0 0 0 1em;
    color: #999;
    line-height: 1.5em
}

.rp4wp-related-job_listing>ul li.job_listing a .meta,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta,ul.job_listings li.job_listing a .meta,ul.job_listings li.no_job_listings_found a .meta {
    float: right;
    text-align: right;
    width: 20%;
    padding: 0 0 0 1em;
    margin: 0;
    line-height: 1.5em;
    color: #999;
    list-style: none outside
}

.rp4wp-related-job_listing>ul li.job_listing a .meta li,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta li,ul.job_listings li.job_listing a .meta li,ul.job_listings li.no_job_listings_found a .meta li {
    list-style: none outside;
    display: block;
    margin: 0
}

.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type,ul.job_listings li.job_listing a .meta .job-type,ul.job_listings li.no_job_listings_found a .meta .job-type {
    font-weight: bold
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,ul.job_listings li.job_listing.job_position_featured a,ul.job_listings li.no_job_listings_found.job_position_featured a {
    background: #fefee5
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus,ul.job_listings li.job_listing.job_position_featured a:hover,ul.job_listings li.job_listing.job_position_featured a:focus,ul.job_listings li.no_job_listings_found.job_position_featured a:hover,ul.job_listings li.no_job_listings_found.job_position_featured a:focus {
    background-color: #fefed8
}

.widget ul.job_listings li.job_listing a {
    padding: 1em 0
}

.widget ul.job_listings li.job_listing .image {
    float: left
}

.widget ul.job_listings li.job_listing .image img {
    left: 0;
    position: relative
}

.widget ul.job_listings li.job_listing .content {
    overflow: hidden
}

.widget ul.job_listings li.job_listing .position {
    float: none;
    width: auto;
    padding: 0
}

.widget ul.job_listings li.job_listing ul.meta {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left
}

.widget ul.job_listings li.job_listing ul.meta li {
    float: none;
    display: inline;
    padding: 0;
    margin: 0 .5em 0 0;
    font-weight: normal
}

.widget ul.job_listings li.job_listing ul.meta li::after {
    padding: 0 0 0 .5em;
    content: "‣"
}

.widget ul.job_listings li.job_listing ul.meta li:last-child::after {
    content: ""
}

.job-manager .job-type,.job_listing .job-type,.job-types .job-type {
    color: #f08d3c
}

.job-manager .full-time,.job_listing .full-time,.job-types .full-time {
    color: #90da36
}

.job-manager .part-time,.job_listing .part-time,.job-types .part-time {
    color: #f08d3c
}

.job-manager .temporary,.job_listing .temporary,.job-types .temporary {
    color: #d93674
}

.job-manager .freelance,.job_listing .freelance,.job-types .freelance {
    color: #39c
}

.job-manager .internship,.job_listing .internship,.job-types .internship {
    color: #6033cc
}

@media only screen and (max-width: 767px) {
    ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a {
        padding:1em
    }

    ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo {
        visibility: hidden
    }

    ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position {
        float: left;
        width: 60%;
        padding: 0
    }

    ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location {
        float: right;
        width: 40%;
        line-height: 2em;
        font-size: .75em;
        padding: 0 0 0 1em;
        text-align: right
    }

    ul.job_listings li.job_listing a .meta,ul.job_listings li.no_job_listings_found a .meta {
        float: right;
        width: 40%;
        line-height: 2em;
        font-size: .75em
    }

    ul.job_listings li.job_listing a .meta li,ul.job_listings li.no_job_listings_found a .meta li {
        font-size: 1em
    }
}

.twenty-eleven ul.job_listings li.job_listing,.twenty-eleven ul.job_listings li.no_job_listings_found {
    padding: 0 !important
}

.display-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline
}

.job-manager-message,.job-manager-error,.job-manager-info {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #fff;
    color: #666;
    border-top: 3px solid #999;
    list-style: none outside !important;
    width: auto;
    zoom:1;box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.job-manager-message::before,.job-manager-message::after,.job-manager-error::before,.job-manager-error::after,.job-manager-info::before,.job-manager-info::after {
    content: "";
    display: table
}

.job-manager-message::after,.job-manager-error::after,.job-manager-info::after {
    clear: both
}

.job-manager-message::before,.job-manager-error::before,.job-manager-info::before {
    content: "";
    font-family: sans-serif;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.job-manager-message li,.job-manager-error li,.job-manager-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.job-manager-message.job-manager-message,.job-manager-error.job-manager-message,.job-manager-info.job-manager-message {
    border-top-color: #8fae1b
}

.job-manager-message.job-manager-message::before,.job-manager-error.job-manager-message::before,.job-manager-info.job-manager-message::before {
    color: #8fae1b;
    content: "âœ“"
}

.job-manager-message.job-manager-info,.job-manager-error.job-manager-info,.job-manager-info.job-manager-info {
    border-top-color: #1e85be
}

.job-manager-message.job-manager-info::before,.job-manager-error.job-manager-info::before,.job-manager-info.job-manager-info::before {
    color: #1e85be;
    content: "i";
    font-family: Times,Georgia,serif;
    font-style: italic
}

.job-manager-message.job-manager-error,.job-manager-error.job-manager-error,.job-manager-info.job-manager-error {
    border-top-color: #b81c23
}

.job-manager-message.job-manager-error::before,.job-manager-error.job-manager-error::before,.job-manager-info.job-manager-error::before {
    color: #b81c23;
    content: "Ã—";
    font-weight: 700
}

.job-manager-form fieldset {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom:1}

.job-manager-form fieldset::before,.job-manager-form fieldset::after {
    content: "";
    display: table
}

.job-manager-form fieldset::after {
    clear: both
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
    display: block;
    margin: 0;
    width: 29%;
    float: left;
    vertical-align: middle
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) small {
    opacity: .75;
    font-size: .83em
}

.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
    width: 70%;
    float: right;
    vertical-align: middle
}

.job-manager-form fieldset .wp-editor-container {
    border: 1px solid #ccc;
    border-radius: 3px
}

.job-manager-form fieldset .account-sign-in .button {
    margin-right: .5em
}

.job-manager-form fieldset .account-sign-in .button::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î ˆ"
}

.job-manager-form fieldset abbr.required {
    color: red;
    font-weight: bold;
    border: 0
}

.job-manager-form fieldset input.input-text,.job-manager-form fieldset input.input-date,.job-manager-form fieldset textarea,.job-manager-form fieldset select {
    margin: 0;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box
}

.job-manager-form fieldset small.description {
    opacity: .75;
    font-size: .83em;
    margin: 1.2em 0 0 0;
    display: block;
    line-height: 1.2em
}

.job-manager-form fieldset .job-manager-uploaded-files {
    display: table
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file {
    line-height: 2em;
    font-style: italic;
    margin-bottom: 1em;
    display: block
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
    height: 64px;
    margin: 0;
    vertical-align: top
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview a {
    line-height: 64px;
    display: inline-block;
    padding: 0 0 0 1em
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-name {
    display: block
}

.job-manager-form .submit-job {
    padding: 1em 0
}

.job-manager-form .job-manager-term-checklist {
    list-style: none outside;
    max-height: 200px;
    overflow: auto;
    margin: 0
}

.job-manager-form .job-manager-term-checklist li {
    list-style: none outside;
    margin: 0;
    display: block;
    float: none
}

.job-manager-form .job-manager-term-checklist li label {
    width: auto;
    float: none
}

.job-manager-form .job-manager-term-checklist li li {
    margin: 0 0 0 2em
}

.job-manager-form input[type=submit]:disabled,.job-manager-form input[type=submit].disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: not-allowed
}

.job-manager-form .spinner {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    visibility: hidden;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle
}

.job-manager-form .spinner.is-active {
    visibility: visible
}

div.job_listings {
    margin-bottom: 1em
}

div.job_listings ul.job_listings {
    margin: 0
}

.single_job_listing .company {
    position: relative;
    border: 1px solid #eee;
    padding: 1em;
    margin: 0 0 2em;
    display: block;
    clear: both;
    min-height: 3em;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-sizing: content-box
}

.single_job_listing .company img {
    width: 3em;
    height: 3em;
    position: absolute;
    left: 1em;
    float: left;
    vertical-align: middle;
    box-shadow: none
}

.single_job_listing .company .name {
    margin: 0 0 0 3em;
    padding: 0 0 0 1em;
    line-height: 1.5em
}

.single_job_listing .company .name a {
    float: right;
    margin-left: 1em
}

.single_job_listing .company .tagline {
    display: block;
    margin: 0 0 0 3em;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    font-style: italic;
    color: #999
}

.single_job_listing .company .website::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î ‰"
}

.single_job_listing .company .company_twitter::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î Š"
}

.single_job_listing .company .company_video {
    border-top: 1px solid #eee;
    padding: 1em 0 0;
    margin: 1em 0 0 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.single_job_listing .company .company_video iframe,.single_job_listing .company .company_video object,.single_job_listing .company .company_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block
}

.single_job_listing .meta {
    list-style: none outside;
    padding: 0;
    margin: 0 0 1.5em;
    overflow: hidden;
    zoom:1;clear: both
}

.single_job_listing .meta li {
    margin: 0 1em 0 0;
    padding: .5em;
    float: left;
    line-height: 1em;
    color: #999
}

.single_job_listing .meta .job-type {
    color: #fff;
    background-color: #f08d3c
}

.single_job_listing .meta .full-time {
    background-color: #90da36
}

.single_job_listing .meta .part-time {
    background-color: #f08d3c
}

.single_job_listing .meta .temporary {
    background-color: #d93674
}

.single_job_listing .meta .freelance {
    background-color: #39c
}

.single_job_listing .meta .internship {
    background-color: #6033cc
}

.single_job_listing .meta .position-filled,.single_job_listing .meta .listing-expired {
    color: #b81c23
}

.single_job_listing .meta .location::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î "
}

.single_job_listing .meta .date-posted::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î "
}

.single_job_listing .meta .position-filled::before,.single_job_listing .meta .listing-expired::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î Ž"
}

.single_job_listing .meta .salary:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î €"
}

.single_job_listing .job_description {
    margin: 0 0 1.5em
}

.job-manager-application-wrapper {
    clear: both;
    border: 1px solid #eee;
    padding: .75em 1em 0;
    margin: 1em 0;
    line-height: 1.5em;
    display: block;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.single_job_listing .application,.job-manager-application-wrapper .application {
    padding: 0;
    margin: 0 0 1em;
    overflow: hidden
}

.single_job_listing .application .application_button,.single_job_listing .application .application_details,.job-manager-application-wrapper .application .application_button,.job-manager-application-wrapper .application .application_details {
    box-sizing: border-box
}

.single_job_listing .application .application_button,.job-manager-application-wrapper .application .application_button {
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 1em 2em;
    outline: 0
}

.single_job_listing .application .application_details,.job-manager-application-wrapper .application .application_details {
    clear: both;
    border: 1px solid #eee;
    padding: .75em 1em 0;
    margin: 1em 0;
    line-height: 1.5em;
    display: block;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.single_job_listing .application .application_details p,.job-manager-application-wrapper .application .application_details p {
    margin: 0 0 .75em
}

.single_job_listing .application .application_details::before,.job-manager-application-wrapper .application .application_details::before {
    content: "";
    position: absolute;
    margin: -10px 0 0 0;
    top: 0;
    left: 5em;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee
}

.single_job_listing .application .application_details::after,.job-manager-application-wrapper .application .application_details::after {
    content: "";
    position: absolute;
    margin: -9px 0 0 1px;
    left: 5em;
    top: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.job_filters {
    background: #eee;
    zoom:1}

.job_filters::before,.job_filters::after {
    content: "";
    display: table
}

.job_filters::after {
    clear: both
}

.job_filters .search_jobs {
    padding: 1em;
    zoom:1}

.job_filters .search_jobs::before,.job_filters .search_jobs::after {
    content: "";
    display: table
}

.job_filters .search_jobs::after {
    clear: both
}

.job_filters .search_jobs div {
    box-sizing: border-box
}

.job_filters .search_jobs div label {
    display: none
}

.job_filters .search_jobs div.search_keywords,.job_filters .search_jobs div.filter_first {
    float: left;
    padding-right: .5em;
    width: 50%
}

.job_filters .search_jobs div.search_location,.job_filters .search_jobs div.filter_last {
    float: right;
    padding-left: .5em;
    width: 50%
}

.job_filters .search_jobs div.search_remote_position {
    width: 50%;
    float: right;
    padding-left: .5em;
    padding-top: .5em
}

.job_filters .search_jobs div.search_remote_position input {
    width: auto
}

.job_filters .search_jobs div.search_remote_position label#remote_position_label {
    display: inline-block
}

@media(max-width: 480px) {
    .job_filters .search_jobs div.search_keywords,.job_filters .search_jobs div.filter_first {
        width:100%;
        padding-right: 0
    }

    .job_filters .search_jobs div.search_location,.job_filters .search_jobs div.filter_last {
        width: 100%;
        padding-top: .5em;
        padding-left: 0
    }

    .job_filters .search_jobs div.search_remote_position {
        width: 100%
    }
}

.job_filters .search_jobs div.search_categories,.job_filters .search_jobs div.filter_wide {
    padding-top: .5em;
    clear: both;
    width: 100%
}

.job_filters .search_jobs div.search_submit {
    padding-top: .5em
}

.job_filters .search_jobs div .showing_jobs a {
    padding: .25em
}

.job_filters .search_jobs div .showing_jobs a.active {
    background: #ddd;
    text-decoration: none
}

.job_filters .search_jobs input,.job_filters .search_jobs select {
    box-sizing: border-box;
    width: 100%
}

.job_filters .job_types {
    list-style: none outside;
    margin: 0;
    padding: 0;
    font-size: .83em;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    zoom:1}

.job_filters .job_types::before,.job_filters .job_types::after {
    content: "";
    display: table
}

.job_filters .job_types::after {
    clear: both
}

.job_filters .job_types li {
    margin: 0;
    padding: .5em 1em;
    float: left;
    border-right: 1px solid #eee
}

.job_filters .job_types li:last-child {
    border-right: 0
}

.job_filters .showing_jobs {
    padding: .5em 1em;
    display: none;
    font-size: .83em;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5
}

.job_filters .showing_jobs a {
    float: right;
    padding-left: 10px;
    border: 0
}

div.job_listings .job-manager-pagination {
    text-align: center;
    display: block;
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #eee;
    line-height: 1
}

div.job_listings .load_previous {
    border-top: 1px solid #eee
}

div.job_listings .load_more_jobs+ul.job_listings {
    border-top: 0
}

div.job_listings .load_more_jobs {
    text-align: center;
    display: block;
    padding: 1em 1em 1em 2em;
    border-bottom: 1px solid #eee;
    font-weight: bold
}

div.job_listings .load_more_jobs.loading {
    background: url(../images/ajax-loader-ea183bf26ae76dec039869d4bc7060cb.gif) no-repeat center
}

div.job_listings .load_more_jobs.loading strong {
    visibility: hidden
}

div.job_listings .load_more_jobs:hover,div.job_listings .load_more_jobs:focus {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee
}

.job_listing_preview {
    padding: 0 1em 1em;
    border: 5px solid #eee
}

.single-job_listing .entry-header .attachment-post-thumbnail,.single-job_listing .job_listing.has-post-thumbnail .post-thumbnail {
    display: none
}

.job_listing_preview_title,.entry-content .job_listing_preview_title {
    padding: .5em 1em;
    vertical-align: middle;
    position: relative;
    background: #eee
}

.job_listing_preview_title h2,.entry-content .job_listing_preview_title h2 {
    margin: 0;
    clear: none
}

.job_listing_preview_title .button,.entry-content .job_listing_preview_title .button {
    float: right;
    margin-left: .25em
}

.job_summary_shortcode {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);
    box-sizing: border-box
}

.job_summary_shortcode.aligncenter {
    display: block;
    margin: 2em auto 2em
}

.job_summary_shortcode.alignleft {
    float: left;
    margin: 0 2em 2em 0
}

.job_summary_shortcode.alignright {
    float: right;
    margin: 0 0 2em 2em
}

.job_summary_shortcode a {
    text-decoration: none;
    color: inherit
}

.job_summary_shortcode img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4)
}

.job_summary_shortcode .job_summary_content {
    padding: 0 1em
}

.job_summary_shortcode .meta {
    font-style: italic;
    color: #777
}

.job_summary_shortcode .job-type {
    border-radius: 1em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em;
    height: 1em;
    width: auto;
    min-width: 1em;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    margin: -0.5em -0.5em 0 0
}

.job_summary_shortcode .job-type.full-time {
    background-color: #90da36
}

.job_summary_shortcode .job-type.part-time {
    background-color: #f08d3c
}

.job_summary_shortcode .job-type.temporary {
    background-color: #d93674
}

.job_summary_shortcode .job-type.freelance {
    background-color: #39c
}

.job_summary_shortcode .job-type.internship {
    background-color: #6033cc
}

#job-manager-job-dashboard .account-sign-in .button {
    margin-right: .5em
}

#job-manager-job-dashboard .account-sign-in .button::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "job-manager" !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    *overflow: auto;
    *zoom:1;*display: inline;
    content: "î ˆ"
}

#job-manager-job-dashboard table ul.job-dashboard-actions {
    margin: 0;
    padding: 0;
    visibility: hidden;
    font-size: .92em
}

#job-manager-job-dashboard table ul.job-dashboard-actions li {
    float: none;
    display: inline;
    padding: 0;
    margin: 0 .5em 0 0;
    font-weight: normal;
    list-style: none outside
}

#job-manager-job-dashboard table ul.job-dashboard-actions li::after {
    padding: 0 0 0 .5em;
    content: "â€£"
}

#job-manager-job-dashboard table ul.job-dashboard-actions li:last-child::after {
    content: ""
}

#job-manager-job-dashboard table ul.job-dashboard-actions li .job-dashboard-action-delete {
    color: red
}

#job-manager-job-dashboard table tr:hover ul.job-dashboard-actions,#job-manager-job-dashboard table tr:focus ul.job-dashboard-actions {
    visibility: visible
}

#job-manager-job-dashboard table td,#job-manager-job-dashboard table th {
    padding: .5em 1em .5em 0
}

#job-manager-job-dashboard table .job_title small {
    color: #999
}

#job-manager-job-dashboard table .featured-job-icon::before {
    font-family: job-manager !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: "î ƒ"
}

#job-manager-job-dashboard table .filled,#job-manager-job-dashboard table .expires,#job-manager-job-dashboard table .applications {
    text-align: center
}

nav.job-manager-pagination,#content nav.job-manager-pagination {
    text-align: center
}

nav.job-manager-pagination ul,#content nav.job-manager-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-left: 1px solid #eee;
    margin: 1px
}

nav.job-manager-pagination ul li,#content nav.job-manager-pagination ul li {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

nav.job-manager-pagination ul li a,nav.job-manager-pagination ul li span,#content nav.job-manager-pagination ul li a,#content nav.job-manager-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block;
    border: 0
}

nav.job-manager-pagination ul li span.current,nav.job-manager-pagination ul li a:hover,nav.job-manager-pagination ul li a:focus,#content nav.job-manager-pagination ul li span.current,#content nav.job-manager-pagination ul li a:hover,#content nav.job-manager-pagination ul li a:focus {
    background: #eee;
    color: #888
}

.chosen-container {
    width: 100% !important
}

.twenty-ten .job_types,.twenty-ten .chosen-choices {
    margin: 0 !important
}

.rtl .job-manager-form label {
    float: right
}

.rtl .job-manager-form div.field {
    float: left
}

.rtl .job_listing_preview_title .button,.rtl .entry-content .job_listing_preview_title .button {
    float: left
}

.rtl .single_job_listing .meta li {
    float: right;
    margin: 0 0 0 1em
}
/* button, html input[type="button"], input[type="reset"], input[type="submit"], .btn-default, button, .button, .comment-respond .comment-form input[type="submit"], .comments-area ol.comment-list .reply a, a.post-edit-link, div.wpcf7 input[type="submit"], .hb_button,div.job_listings .load_more_jobs {

	filter: drop-shadow(rgb(0, 0, 0) 5px 5px 0px);
		color: #000;
		border-radius: 0 !important;
} */
#secondary .widget {
	background: none !important;
}
ul.job_listings .job_listing a.btn.btn-default,div.job_listings .load_more_jobs{
	border-radius: 0 !important;
}
ul.job_listings.joblist-layout li.job_listing {
	width: 100%;
	background: #fff !important;
}
.nav-links a {
	background: none;
}


@media only screen and (max-width: 600px){
	.banner-ele-section .elementor-widget-container {
	font-size: 16px;
	line-height: 30px;
}
	.home2-cta h2.elementor-heading-title.elementor-size-default {
	text-align: left;
}
	
}
@media only screen and (max-width: 400px){
.job_filters .search_jobs div.search_location, .job_filters .search_jobs div.search_keywords, .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_region, .job_filters .search_jobs div.search_categories, .job_filters .search_jobs div.search_submit {

	margin-left: 0;
	margin-right: 0;
}
}
@media only screen and (max-width: 767px){
	.blue-cta-section .elementor-column .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	padding-right: 20px !important;
	text-align: center;
	border-radius: 0 !important;
}
	.blue-cta-section .elementor-column .elementor-widget-wrap .section-title h2 {
	line-height: 34px !important;
	font-size: 23px !important;
}
}